iframe[ng-iframe-resizer] {
  width: 100%;
}

@-moz-keyframes three-quarters-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes three-quarters-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes three-quarters-loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* :not(:required) hides this rule from IE9 and below */
.three-quarters-loader:not(:required) {
  -moz-animation: three-quarters-loader 1250ms infinite linear;
  -webkit-animation: three-quarters-loader 1250ms infinite linear;
  animation: three-quarters-loader 1250ms infinite linear;
  border: 8px solid;
  border-radius: 16px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  width: 32px;
  height: 32px;
}
.show-spinner.show-spinner-iframe, .show-spinner.show-spinner-iframe .three-quarters-loader {
    margin: 0;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  /** Modified by HS2 - see https://github.com/kenwheeler/slick/issues/1274 **/
  cursor: hand;
  cursor: -webkit-grab;
  cursor: grab;
}
.slick-list:focus {
  outline: none;
}
/** Modified by HS2 - see https://github.com/kenwheeler/slick/issues/1274 **/
.slick-list.isdragging {
  cursor: pointer;
  cursor: hand;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.slick-slider:not(.noSlickTranslate3d) .slick-track,
.slick-slider:not(.noSlickTranslate3d) .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.slide {
  display: flex !important;
  align-items: center !important;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
/** Modified by HS2 - see https://github.com/kenwheeler/slick/issues/1274 **/
.slick-slide.isdragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../../../../etc.clientlibs/clientlibs/external/fmmp-altered/slick-carousel/resources/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../../../../etc.clientlibs/clientlibs/external/fmmp-altered/slick-carousel/resources/fonts/slick.eot');
  src: url('../../../../etc.clientlibs/clientlibs/external/fmmp-altered/slick-carousel/resources/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../../../etc.clientlibs/clientlibs/external/fmmp-altered/slick-carousel/resources/fonts/slick.woff') format('woff'), url('../../../../etc.clientlibs/clientlibs/external/fmmp-altered/slick-carousel/resources/fonts/slick.ttf') format('truetype'), url('../../../../etc.clientlibs/clientlibs/external/fmmp-altered/slick-carousel/resources/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.anti-counterfeit .has-bg .fa-stack-1x {
  color: #000;
}
.anti-counterfeit .anti-counterfeit-container {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  min-height: 580px;
  padding: 90px;
  position: relative;
}
.anti-counterfeit .anti-counterfeit-container .anti-counterfeit-header-text {
  margin: 0 auto;
  width: 60%;
  /* typography */
}
.anti-counterfeit .anti-counterfeit-container .anti-counterfeit-header-text h1,
.anti-counterfeit .anti-counterfeit-container .anti-counterfeit-header-text h2,
.anti-counterfeit .anti-counterfeit-container .anti-counterfeit-header-text h3,
.anti-counterfeit .anti-counterfeit-container .anti-counterfeit-header-text h4,
.anti-counterfeit .anti-counterfeit-container .anti-counterfeit-header-text h5,
.anti-counterfeit .anti-counterfeit-container .anti-counterfeit-header-text h6,
.anti-counterfeit .anti-counterfeit-container .anti-counterfeit-header-text p {
  margin-bottom: 15px;
}
.anti-counterfeit .anti-counterfeit-container .anti-counterfeit-header-text h1:last-child,
.anti-counterfeit .anti-counterfeit-container .anti-counterfeit-header-text h2:last-child,
.anti-counterfeit .anti-counterfeit-container .anti-counterfeit-header-text h3:last-child,
.anti-counterfeit .anti-counterfeit-container .anti-counterfeit-header-text h4:last-child,
.anti-counterfeit .anti-counterfeit-container .anti-counterfeit-header-text h5:last-child,
.anti-counterfeit .anti-counterfeit-container .anti-counterfeit-header-text h6:last-child,
.anti-counterfeit .anti-counterfeit-container .anti-counterfeit-header-text p:last-child {
  margin-bottom: 0px;
}
.anti-counterfeit .anti-counterfeit-container .anti-counterfeit-input-contents {
  margin: 45px 0 20px 0;
  text-align: center;
}
.anti-counterfeit .anti-counterfeit-container .anti-counterfeit-input-contents .anti-counterfeit-input {
  border: 0;
  margin: 0 -5px 0 0;
  vertical-align: initial;
}
.anti-counterfeit .anti-counterfeit-container .anti-counterfeit-messages {
  margin: 0 0 25px 0;
  position: relative;
  text-align: center;
}
.anti-counterfeit .anti-counterfeit-container .anti-counterfeit-messages .show-spinner {
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
}
.anti-counterfeit .anti-counterfeit-container .anti-counterfeit-messages .three-quarters-loader {
  margin-left: 0;
}
.anti-counterfeit .anti-counterfeit-container .anti-counterfeit-help-text {
  margin: 45px 0;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .anti-counterfeit .anti-counterfeit-container {
    padding: 30px;
  }
  .anti-counterfeit .anti-counterfeit-container .anti-counterfeit-header-text {
    width: 80%;
  }
}
@media all and (max-width: 767px) {
  .anti-counterfeit .anti-counterfeit-container {
    min-height: 365px;
  }
  .anti-counterfeit .anti-counterfeit-container .anti-counterfeit-header-text {
    width: 100%;
  }
  .anti-counterfeit .anti-counterfeit-container .anti-counterfeit-submit {
    display: block;
    margin: 5px auto 0 auto;
  }
}

/* HEADER PAGE NAV */
.site-nav {
  position: relative;
}
.site-nav,
.page-site-nav-container {
  height: 68px;
}
.page-site-nav-container {
  left: 0;
  top: 0;
  position: absolute;
  width: calc(101%);
  z-index: 1005;
}
.page-site-nav-container img {
  max-height: 50px;
}
.page-site-nav-container div.image {
  margin-bottom: 0px;
}
.page-site-nav-container .page-container {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0;
  max-width: 1441px;
  padding-left: 40px;
  position: relative;
  text-transform: uppercase;
}
.page-site-nav-container .page-container .page-site-nav-item {
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container {
  -moz-flex: 20 auto;
  -ms-flex: 20 auto;
  -webkit-flex: 20 auto;
  flex: 20 auto;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-left: 0;
  width: 100%;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list li {
  list-style-type: none;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list li:before {
  content: none;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li {
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  position: inherit;
  text-align: center;
  /* CHILD NAVIGATION ITEMS */
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li.vertical-parent {
  position: relative;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li > a {
  display: block;
  height: 66px;
  line-height: 66px;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li > ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 0;
  left: 0;
  margin-left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 66px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li > ul > li {
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li:hover > ul {
  height: auto;
  opacity: 1;
  width: 100%;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.image li a {
  height: 100%;
  width: 100%;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.image li a .link-label-background,
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.image li a .has-bg {
  height: 100%;
  width: 100%;
  box-shadow: none;
  -moz-box-shadow: none;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.image li a > div.link-label-table-cell {
  height: 100%;
  vertical-align: middle;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.image li a > div.link-label-table-cell:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: '';
  background: #000000;
  opacity: 0.7;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.image li a > div.link-label-table-cell:hover:before {
  background: #000000;
  opacity: 0.2;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.image li a > div.link-label-table-cell > div.link-label {
  text-align: center;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
  padding: 10%;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-above-image {
  /**
                         * Here be dragons!
                         *                                                             __       __  
                         * The following seven selectors are required because        _/! \    _(\(o)  
                         * there is no inherent way to force all child columns      /!  ! \  /  _  ^^(o
                         * in a flexbox container to be the same width. Any        /!! ! ! \/  ! '---v'
                         * length variation in the .link-label content would      !! !! \ _' ( \____ 
                         * change the width of the list items.                    ! . \ _!\^^ \===^\)
                         */
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-above-image li {
  border-right: 1px solid #CCC;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-above-image li:last-of-type {
  border-right: 0;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-above-image li a {
  display: block;
  padding-bottom: calc(237px);
  position: relative;
  width: 100%;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-above-image li a:hover .link-image {
  opacity: 0.7;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-above-image li a .link-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  height: 207px;
  margin-bottom: 30px;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-above-image li a .link-label {
  padding: 30px;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-above-image[data-qty='2'] li {
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-above-image[data-qty='3'] li {
  -moz-flex-basis: 33.333333%;
  -ms-flex-basis: 33.333333%;
  -webkit-flex-basis: 33.333333%;
  flex-basis: 33.333333%;
  max-width: 33.333333%;
  width: 33.333333%;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-above-image[data-qty='4'] li {
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%;
  width: 25%;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-above-image[data-qty='5'] li {
  -moz-flex-basis: 20%;
  -ms-flex-basis: 20%;
  -webkit-flex-basis: 20%;
  flex-basis: 20%;
  max-width: 20%;
  width: 20%;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-above-image[data-qty='6'] li {
  -moz-flex-basis: 16.666666%;
  -ms-flex-basis: 16.666666%;
  -webkit-flex-basis: 16.666666%;
  flex-basis: 16.666666%;
  max-width: 16.666666%;
  width: 16.666666%;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-above-image[data-qty='7'] li {
  -moz-flex-basis: 14.2857142%;
  -ms-flex-basis: 14.2857142%;
  -webkit-flex-basis: 14.2857142%;
  flex-basis: 14.2857142%;
  max-width: 14.2857142%;
  width: 14.2857142%;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-above-image[data-qty='8'] li {
  -moz-flex-basis: 12.5%;
  -ms-flex-basis: 12.5%;
  -webkit-flex-basis: 12.5%;
  flex-basis: 12.5%;
  max-width: 12.5%;
  width: 12.5%;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-on-hover li a {
  height: 100%;
  width: 100%;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-on-hover li a .link-label-background,
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-on-hover li a .has-bg {
  height: 100%;
  width: 100%;
  box-shadow: none;
  -moz-box-shadow: none;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-on-hover li a > div.link-label-table-cell {
  height: 100%;
  vertical-align: middle;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-on-hover li a > div.link-label-table-cell:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: '';
  background: #000000;
  opacity: 0.7;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-on-hover li a > div.link-label-table-cell:hover:before {
  background: #000000;
  opacity: 0.2;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-on-hover li a > div.link-label-table-cell > div.link-label {
  text-align: center;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
  opacity: 0;
  padding: 10%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-on-hover li a:hover > div.link-label-table-cell > div.link-label {
  opacity: 1;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-1-level li {
  text-align: center;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-1-level li a {
  letter-spacing: normal;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-1-level-vertical {
  display: block;
  -moz-flex: none;
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  left: 50%;
  position: absolute;
  top: 66px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: auto;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-1-level-vertical li {
  padding: 4px 0;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-1-level-vertical li:first-child {
  margin-top: 10px;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-1-level-vertical li:last-child {
  margin-bottom: 5px;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-1-level-vertical li a {
  display: block;
  min-width: 220px;
  padding: 11px 22px;
  text-align: center;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-2-level li {
  text-align: left;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-2-level li a {
  letter-spacing: normal;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-2-level > li {
  margin: 29px 0 34px 0;
  padding: 0 2.5% 0 4%;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-2-level > li > a {
  font-size: 25px;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-2-level > li > ul {
  margin-top: 9px;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-2-level > li > ul > li > a {
  display: block;
  padding: 5px 0;
  text-transform: none;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-bars {
  cursor: pointer;
  display: none;
  float: left;
  height: 62px;
  position: relative;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-bars .icon-hamburger-menu {
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-menu-list {
  font-kerning: auto;
  letter-spacing: 0.1em;
  width: 100%;
}
.page-site-nav-container .page-container .page-site-nav-logo {
  vertical-align: middle;
}
.page-site-nav-container .page-container .page-site-nav-parts {
  float: right;
  font-kerning: auto;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.page-site-nav-container .page-container .page-site-nav-parts a {
  line-height: 66px;
  margin-right: -1px;
  padding: 23px 40px 24px;
}
/* POSITION FIXED AFTER SCROLLING PAST GLOBAL NAV */
.site-nav.active .page-site-nav-container {
  left: 0;
  margin: 0 auto;
  max-width: 1441px;
  position: fixed;
  right: 0;
  width: 100%;
}
.site-nav.active .page-site-nav-container .page-container {
  border-top: 0;
}
/* AUTHOR MODE DOESN'T REALLY HAVE A REAL SCROLL, SO WE HAVE TO IMPROVISE */
.aem-AuthorLayer-Preview .site-nav .page-container {
  width: 100%;
}
@media all and (max-width: 1024px) {
  .page-site-nav-container {
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
  .page-site-nav-container .page-container {
    padding: 0;
  }
  .page-site-nav-container .page-container .page-site-nav-item-menu-container,
  .page-site-nav-container .page-container .page-site-nav-parts-container {
    max-width: 100px;
  }
  .page-site-nav-container .page-container .page-site-nav-item-menu-container {
    float: left;
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-order: -1;
    order: -1;
  }
  .page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-bars {
    display: inline-block;
  }
  .page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-menu-list {
    display: none;
  }
  .page-site-nav-container .page-container .page-site-nav-item {
    display: inline-block;
  }
  .page-site-nav-container .page-container .page-site-nav-logo {
    max-width: 82%;
  }
  .page-site-nav-container .page-container .page-site-nav-logo div.image img {
    margin: 0 auto;
  }
}
@media all and (max-width: 767px) {
  .site-nav,
  .page-site-nav-container {
    height: 48px;
  }
  .page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-bars {
    height: 48px;
    max-width: 68px;
  }
  .page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-bars .icon-hamburger-menu {
    font-size: 30px;
  }
  .page-site-nav-container .page-container .page-site-nav-parts a {
    padding: 14px;
    width: 70px;
  }
}
@media all and (max-width: 480px) {
  .site-nav,
  .page-site-nav-container {
    height: 91px;
  }
  .site-nav .page-container,
  .page-site-nav-container .page-container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .site-nav .page-container .page-site-nav-item,
  .page-site-nav-container .page-container .page-site-nav-item {
    -moz-flex: 1 0 80%;
    -ms-flex: 1 0 80%;
    -webkit-flex: 1 0 80%;
    flex: 1 0 80%;
  }
  .site-nav .page-container .page-site-nav-item-menu-container,
  .page-site-nav-container .page-container .page-site-nav-item-menu-container {
    -moz-flex: 1 1 10%;
    -ms-flex: 1 1 10%;
    -webkit-flex: 1 1 10%;
    flex: 1 1 10%;
  }
  .site-nav .page-container .page-site-nav-parts-container,
  .page-site-nav-container .page-container .page-site-nav-parts-container {
    display: block;
    max-width: 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .site-nav .page-container .page-site-nav-parts-container .page-site-nav-parts,
  .page-site-nav-container .page-container .page-site-nav-parts-container .page-site-nav-parts {
    float: none;
  }
  .site-nav .page-container .page-site-nav-parts-container .page-site-nav-parts a,
  .page-site-nav-container .page-container .page-site-nav-parts-container .page-site-nav-parts a {
    width: 100%;
    display: block;
    margin-bottom: -1px;
  }
}

/* HEADER PAGE NAV */
.site-nav {
  position: relative;
}
.site-nav,
.page-site-nav-container {
  height: 68px;
}
.page-site-nav-container {
  left: 0;
  top: 0;
  position: absolute;
  width: calc(101%);
  z-index: 1005;
}
.page-site-nav-container img {
  max-height: 50px;
}
.page-site-nav-container div.image {
  margin-bottom: 0px;
}
.page-site-nav-container .page-container {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0;
  max-width: 1441px;
  padding-left: 40px;
  position: relative;
  text-transform: uppercase;
}
.page-site-nav-container .page-container .page-site-nav-item {
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container {
  -moz-flex: 20 auto;
  -ms-flex: 20 auto;
  -webkit-flex: 20 auto;
  flex: 20 auto;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-left: 0;
  width: 100%;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list li {
  list-style-type: none;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list li:before {
  content: none;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list li button {
  background: none;
  border: none;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > .page-site-nav-item {
  align-items: center;
  display: flex;
  justify-content: center;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > .page-site-nav-item .page-site-nav-item-second-level-present {
  margin-left: 8px;
  transform: rotate(90deg);
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > .page-site-nav-item .page-site-nav-item-second-level-present > i::before {
  content: "\e901";
  font-family: "icomoon";
  font-size: 70%;
  font-style: normal;
  font-weight: normal !important;
  transform: rotate(90deg);
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li {
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  position: inherit;
  text-align: center;
  /* CHILD NAVIGATION ITEMS */
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li.vertical-parent {
  position: relative;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li > a {
  display: block;
  height: 66px;
  line-height: 66px;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li > ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 0;
  left: 0;
  margin-left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 66px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li > ul > li {
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li:hover > ul {
  height: auto;
  opacity: 1;
  width: 100%;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.image li a {
  height: 100%;
  width: 100%;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.image li a .link-label-background,
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.image li a .has-bg {
  height: 100%;
  width: 100%;
  box-shadow: none;
  -moz-box-shadow: none;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.image li a > div.link-label-table-cell {
  height: 100%;
  vertical-align: middle;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.image li a > div.link-label-table-cell:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: '';
  background: #000000;
  opacity: 0.7;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.image li a > div.link-label-table-cell:hover:before {
  background: #000000;
  opacity: 0.2;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.image li a > div.link-label-table-cell > div.link-label {
  text-align: center;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
  padding: 10%;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-above-image {
  /**
                         * Here be dragons!
                         *                                                             __       __  
                         * The following seven selectors are required because        _/! \    _(\(o)  
                         * there is no inherent way to force all child columns      /!  ! \  /  _  ^^(o
                         * in a flexbox container to be the same width. Any        /!! ! ! \/  ! '---v'
                         * length variation in the .link-label content would      !! !! \ _' ( \____ 
                         * change the width of the list items.                    ! . \ _!\^^ \===^\)
                         */
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-above-image li {
  border-right: 1px solid #ccc;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-above-image li:last-of-type {
  border-right: 0;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-above-image li a {
  display: block;
  padding-bottom: calc(237px);
  position: relative;
  width: 100%;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-above-image li a:hover .link-image {
  opacity: 0.7;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-above-image li a .link-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  height: 207px;
  margin-bottom: 30px;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-above-image li a .link-label {
  padding: 30px;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-above-image[data-qty="2"] li {
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-above-image[data-qty="3"] li {
  -moz-flex-basis: 33.333333%;
  -ms-flex-basis: 33.333333%;
  -webkit-flex-basis: 33.333333%;
  flex-basis: 33.333333%;
  max-width: 33.333333%;
  width: 33.333333%;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-above-image[data-qty="4"] li {
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%;
  width: 25%;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-above-image[data-qty="5"] li {
  -moz-flex-basis: 20%;
  -ms-flex-basis: 20%;
  -webkit-flex-basis: 20%;
  flex-basis: 20%;
  max-width: 20%;
  width: 20%;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-above-image[data-qty="6"] li {
  -moz-flex-basis: 16.666666%;
  -ms-flex-basis: 16.666666%;
  -webkit-flex-basis: 16.666666%;
  flex-basis: 16.666666%;
  max-width: 16.666666%;
  width: 16.666666%;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-above-image[data-qty="7"] li {
  -moz-flex-basis: 14.2857142%;
  -ms-flex-basis: 14.2857142%;
  -webkit-flex-basis: 14.2857142%;
  flex-basis: 14.2857142%;
  max-width: 14.2857142%;
  width: 14.2857142%;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-above-image[data-qty="8"] li {
  -moz-flex-basis: 12.5%;
  -ms-flex-basis: 12.5%;
  -webkit-flex-basis: 12.5%;
  flex-basis: 12.5%;
  max-width: 12.5%;
  width: 12.5%;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-on-hover li a {
  height: 100%;
  width: 100%;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-on-hover li a .link-label-background,
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-on-hover li a .has-bg {
  height: 100%;
  width: 100%;
  box-shadow: none;
  -moz-box-shadow: none;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-on-hover li a > div.link-label-table-cell {
  height: 100%;
  vertical-align: middle;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-on-hover li a > div.link-label-table-cell:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: '';
  background: #000000;
  opacity: 0.7;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-on-hover li a > div.link-label-table-cell:hover:before {
  background: #000000;
  opacity: 0.2;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-on-hover li a > div.link-label-table-cell > div.link-label {
  text-align: center;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
  opacity: 0;
  padding: 10%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-on-hover li a:hover > div.link-label-table-cell > div.link-label {
  opacity: 1;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-1-level li {
  text-align: center;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-1-level li a {
  letter-spacing: normal;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-1-level-vertical {
  display: block;
  -moz-flex: none;
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  left: 50%;
  position: absolute;
  top: 66px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: auto;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-1-level-vertical li {
  padding: 4px 0;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-1-level-vertical li:first-child {
  margin-top: 10px;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-1-level-vertical li:last-child {
  margin-bottom: 5px;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-1-level-vertical li a {
  display: block;
  min-width: 220px;
  padding: 11px 22px;
  text-align: center;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-2-level li {
  text-align: left;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-2-level li a {
  letter-spacing: normal;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-2-level > li {
  margin: 29px 0 34px 0;
  padding: 0 2.5% 0 4%;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-2-level > li > a {
  font-size: 25px;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-2-level > li > ul {
  margin-top: 9px;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-2-level > li > ul > li > a {
  display: block;
  padding: 5px 0;
  text-transform: none;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list .text-2-level-display {
  height: auto;
  opacity: 1;
  width: 100%;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list .text-2-level-hide {
  display: none;
  height: 0;
  opacity: 0;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-bars {
  cursor: pointer;
  display: none;
  float: left;
  height: 62px;
  position: relative;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-bars .icon-hamburger-menu {
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-menu-list {
  font-kerning: auto;
  letter-spacing: 0.1em;
  width: 100%;
}
.page-site-nav-container .page-container .page-site-nav-logo {
  vertical-align: middle;
}
.page-site-nav-container .page-container .page-site-nav-parts {
  float: right;
  font-kerning: auto;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.page-site-nav-container .page-container .page-site-nav-parts a {
  line-height: 66px;
  margin-right: -1px;
  padding: 23px 40px 24px;
}
/* POSITION FIXED AFTER SCROLLING PAST GLOBAL NAV */
.site-nav.active .page-site-nav-container {
  left: 0;
  margin: 0 auto;
  max-width: 1441px;
  position: fixed;
  right: 0;
  width: 100%;
}
.site-nav.active .page-site-nav-container .page-container {
  border-top: 0;
}
/* AUTHOR MODE DOESN'T REALLY HAVE A REAL SCROLL, SO WE HAVE TO IMPROVISE */
.aem-AuthorLayer-Preview .site-nav .page-container {
  width: 100%;
}
@media all and (max-width: 1024px) {
  .page-site-nav-container {
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
  .page-site-nav-container .page-container {
    padding: 0;
  }
  .page-site-nav-container .page-container .page-site-nav-item-menu-container,
  .page-site-nav-container .page-container .page-site-nav-parts-container {
    max-width: 100px;
  }
  .page-site-nav-container .page-container .page-site-nav-item-menu-container {
    float: left;
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-order: -1;
    order: -1;
  }
  .page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-bars {
    display: inline-block;
  }
  .page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-menu-list {
    display: none;
  }
  .page-site-nav-container .page-container .page-site-nav-item {
    display: inline-block;
  }
  .page-site-nav-container .page-container .page-site-nav-logo {
    max-width: 82%;
  }
  .page-site-nav-container .page-container .page-site-nav-logo div.image img {
    margin: 0 auto;
  }
}
@media all and (max-width: 767px) {
  .site-nav,
  .page-site-nav-container {
    height: 48px;
  }
  .page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-bars {
    height: 48px;
    max-width: 68px;
  }
  .page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-bars .icon-hamburger-menu {
    font-size: 30px;
  }
  .page-site-nav-container .page-container .page-site-nav-parts a {
    padding: 14px;
    width: 70px;
  }
}
@media all and (max-width: 480px) {
  .site-nav,
  .page-site-nav-container {
    height: 91px;
  }
  .site-nav .page-container,
  .page-site-nav-container .page-container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .site-nav .page-container .page-site-nav-item,
  .page-site-nav-container .page-container .page-site-nav-item {
    -moz-flex: 1 0 80%;
    -ms-flex: 1 0 80%;
    -webkit-flex: 1 0 80%;
    flex: 1 0 80%;
  }
  .site-nav .page-container .page-site-nav-item-menu-container,
  .page-site-nav-container .page-container .page-site-nav-item-menu-container {
    -moz-flex: 1 1 10%;
    -ms-flex: 1 1 10%;
    -webkit-flex: 1 1 10%;
    flex: 1 1 10%;
  }
  .site-nav .page-container .page-site-nav-parts-container,
  .page-site-nav-container .page-container .page-site-nav-parts-container {
    display: block;
    max-width: 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .site-nav .page-container .page-site-nav-parts-container .page-site-nav-parts,
  .page-site-nav-container .page-container .page-site-nav-parts-container .page-site-nav-parts {
    float: none;
  }
  .site-nav .page-container .page-site-nav-parts-container .page-site-nav-parts a,
  .page-site-nav-container .page-container .page-site-nav-parts-container .page-site-nav-parts a {
    width: 100%;
    display: block;
    margin-bottom: -1px;
  }
}

.center-content {
  margin: 0 auto;
  max-width: 1440px;
}

body[hide-overflow="true"] {
  overflow: hidden;
}
.driv-nav .global-nav {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.driv-nav .global-nav button:focus {
  border: solid 5px #000;
}
.driv-nav .global-nav .global-nav__main-content {
  display: none;
}
.driv-nav .global-nav__hamburger-menu.expanded .global-nav__main-content {
  display: block;
}
.driv-nav .global-nav.as-overlay {
  background: none;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 10;
}
.driv-nav .global-nav.as-overlay .global-nav__controls {
  margin: 0 auto;
  max-width: 1440px;
  background: none;
}
@media (max-width: 767px) {
  .driv-nav .global-nav.as-overlay .global-nav__controls.menu-expanded {
    background: #fff;
  }
  .driv-nav .global-nav.as-overlay .global-nav__controls.menu-expanded .global-nav__logo .logo-image {
    display: none;
  }
  .driv-nav .global-nav.as-overlay .global-nav__controls.menu-expanded .global-nav__logo .dark-logo-image {
    display: block;
  }
}
.driv-nav .global-nav.as-overlay .global-nav__logo .logo-image {
  display: block;
}
.driv-nav .global-nav.as-overlay .global-nav__logo .dark-logo-image {
  display: none;
}
.driv-nav .global-nav.positioned-fixed {
  background: #fff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.driv-nav .global-nav.positioned-fixed .global-nav__logo .logo-image {
  display: none;
}
.driv-nav .global-nav.positioned-fixed .global-nav__logo .dark-logo-image {
  display: block;
}
.driv-nav .global-nav.positioned-fixed .global-nav__controls {
  background: #fff;
}
.driv-nav .global-nav .region-and-language .hamburger-menu.show-menu {
  border: 0;
}
.driv-nav .global-nav__controls {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1440px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 20px;
  width: 100%;
}
.driv-nav .global-nav__controls-right {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .driv-nav .global-nav__controls {
    background: #fff;
    z-index: 3;
  }
}
.driv-nav .global-nav__logo {
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 20px 0 20px 0;
  max-width: 75px;
}
.driv-nav .global-nav__logo img {
  width: 96px;
}
.driv-nav .global-nav__logo .logo-image {
  display: none;
  margin: 0;
}
.driv-nav .global-nav__logo .dark-logo-image {
  display: block;
  margin: 0;
}
@media (min-width: 768px) {
  .driv-nav .global-nav__logo {
    margin: 20px 0;
    max-width: 100px;
    height: 64px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .driv-nav .global-nav__logo.increase-logo img {
    max-width: initial;
    width: 180px;
  }
}
@media (min-width: 768px) {
  .driv-nav .global-nav .social-links .social-links-background {
    padding: 0 40px;
    margin-top: 15px;
  }
  .driv-nav .global-nav .social-links .social-links-background .social-links-content {
    padding: 0;
  }
  .driv-nav .global-nav .social-links .social-links-background .social-links-content .social-links-icon-container .social-links-nav-icon i {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (orientation: landscape) {
  .driv-nav .global-nav .social-links .social-links-background {
    margin-top: 0;
  }
}
.driv-nav .global-nav__language-selector__menu {
  height: 100vh;
  left: 0;
  margin: 0;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  width: 100%;
  z-index: 1000;
}
.driv-nav .global-nav__language-selector__menu.expanded {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.driv-nav .global-nav__language-selector__menu__headline {
  display: none;
}
@media (min-width: 768px) {
  .driv-nav .global-nav__language-selector__menu__headline {
    padding: 50px 0 40px;
    display: block;
    max-width: 1440px;
  }
}
@media (min-width: 1280px) {
  .driv-nav .global-nav__language-selector__menu__headline {
    margin-right: calc((100vw - 1440px) / 2);
    padding-left: 0;
  }
}
.driv-nav .global-nav__language-selector__menu .region.two-col .language-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.driv-nav .global-nav__language-selector__menu .region.two-col .language-link {
  -moz-flex: 50%;
  -ms-flex: 50%;
  -webkit-flex: 50%;
  flex: 50%;
}
@media (min-width: 768px) {
  .driv-nav .global-nav__language-selector__menu .region {
    -moz-flex: 50%;
    -ms-flex: 50%;
    -webkit-flex: 50%;
    flex: 50%;
  }
}
.driv-nav .global-nav__language-selector__menu .region-list {
  padding-top: 10px;
  margin: 0 30px;
  font-weight: 600;
  max-width: 1440px;
}
@media (min-width: 768px) {
  .driv-nav .global-nav__language-selector__menu .region-list {
    overflow-y: scroll;
    height: calc(100vh - 300px);
  }
}
.driv-nav .global-nav__language-selector__menu .region-list ul {
  margin: 0;
  padding-top: 25px;
}
.driv-nav .global-nav__language-selector__menu .region-list li a {
  padding: 0 0 20px;
  display: inline-block;
}
.driv-nav .global-nav__language-selector__menu .region-list li a:hover {
  border: 0;
}
.driv-nav .global-nav__language-selector__menu .region-list li:before {
  display: none;
}
@media (min-width: 768px) {
  .driv-nav .global-nav__language-selector__menu .region-list {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 900px) {
  .driv-nav .global-nav__language-selector__menu .region-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1280px) {
  .driv-nav .global-nav__language-selector__menu .region-list {
    margin-right: calc((100vw - 1440px) / 2);
  }
}
@media (min-width: 768px) {
  .driv-nav .global-nav__language-selector__menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translatey(-100%);
    -moz-transform: translatey(-100%);
    -ms-transform: translatey(-100%);
    -o-transform: translatey(-100%);
    transform: translatey(-100%);
  }
  .driv-nav .global-nav__language-selector__menu.expanded {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.driv-nav .global-nav__left-image {
  background-position: right center;
  background-size: cover;
  display: none;
  height: 100%;
}
@media (min-width: 900px) {
  .driv-nav .global-nav__left-image {
    position: absolute;
    transform: translateY(-100%);
    display: block;
    left: 0;
    width: 30%;
  }
}
@media (min-width: 768px) {
  .driv-nav .global-nav__main-content {
    padding: 0 65px;
  }
}
@media (min-width: 900px) {
  .driv-nav .global-nav__main-content {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .driv-nav .global-nav__main-content {
    position: relative;
  }
  .driv-nav .global-nav__main-content .global-nav__right-content__container {
    height: 100vh;
    left: 0;
    margin: 0 auto;
    padding-left: 120px;
    padding-right: calc((100vw - 1440px) / 2);
    padding-top: 100px;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media (min-width: 900px) {
  .driv-nav .global-nav__main-content .global-nav__right-content {
    position: absolute;
    transform: translateY(-100%);
    background: #fff;
    height: 100vh;
    right: 0;
    width: 70%;
  }
}
@media (min-width: 1280px) {
  .driv-nav .global-nav__main-content .global-nav__right-content {
    -moz-flex: initial;
    -ms-flex: initial;
    -webkit-flex: initial;
    flex: initial;
  }
}
.driv-nav .global-nav .site-search {
  padding: 20px;
}
.driv-nav .global-nav .site-search input {
  width: 100%;
}
@media (min-width: 768px) {
  .driv-nav .global-nav .site-search {
    position: absolute;
    right: 65px;
    top: 8px;
    width: 340px;
  }
}
@media (min-width: 1440px) {
  .driv-nav .global-nav .site-search {
    padding: 0;
    margin-right: 85px;
    position: absolute;
    right: calc((100vw - 1440px) / 2);
    top: 27px;
  }
}
@media (max-width: 900px) {
  .driv-nav .global-nav__social {
    display: none;
  }
}
@media (max-width: 767px) {
  .driv-nav .global-nav__parent-link {
    display: block;
    padding: 20px;
    position: relative;
  }
  .driv-nav .global-nav__parent-link:after {
    content: '\e91e';
    font-family: 'icomoon';
    font-size: 14px;
    margin-top: -15px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .driv-nav .global-nav__parent-link.expanded:after {
    content: '';
    height: 2px;
    margin-top: -1px;
    width: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .driv-nav .global-nav__parent-link.expanded + .secondary-nav {
    max-height: 1500px;
    overflow: scroll;
    -webkit-transition: max-height 0.25s ease-in;
    -moz-transition: max-height 0.25s ease-in;
    -o-transition: max-height 0.25s ease-in;
    -ms-transition: max-height 0.25s ease-in;
    transition: max-height 0.25s ease-in;
  }
  .driv-nav .global-nav__parent-link.out-link:after {
    content: '\e915';
    font-family: 'icomoon' !important;
    font-size: 16px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media (min-width: 768px) {
  .driv-nav .global-nav__parent-link {
    display: inline-block;
    margin: 50px 0 0 0;
    padding-bottom: 15px;
    position: relative;
  }
}
.driv-nav .global-nav__child-link {
  display: block;
  padding: 20px;
  position: relative;
}
.driv-nav .global-nav__child-link:after {
  content: '\e915';
  font-family: 'icomoon' !important;
  margin-top: -8px;
  position: absolute;
  right: 20px;
  top: 50%;
}
@media (min-width: 768px) {
  .driv-nav .global-nav__child-link {
    display: inline-block;
    padding: 00;
  }
  .driv-nav .global-nav__child-link:after {
    display: none;
  }
}
@media (min-width: 768px) {
  .driv-nav .global-nav__hamburger-menu li {
    -moz-flex: 0 50%;
    -ms-flex: 0 50%;
    -webkit-flex: 0 50%;
    flex: 0 50%;
    margin-bottom: 0;
  }
  .driv-nav .global-nav__hamburger-menu .main-nav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.driv-nav .global-nav__hamburger-menu .secondary-nav {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.25s ease-out;
  -moz-transition: max-height 0.25s ease-out;
  -o-transition: max-height 0.25s ease-out;
  -ms-transition: max-height 0.25s ease-out;
  transition: max-height 0.25s ease-out;
}
@media (min-width: 768px) {
  .driv-nav .global-nav__hamburger-menu .secondary-nav {
    background: none;
    max-height: 100%;
  }
  .driv-nav .global-nav__hamburger-menu .secondary-nav li:first-of-type {
    display: none;
  }
}
.driv-nav .global-nav__hamburger-menu .global-nav__hamburger-menu--flyout {
  position: absolute;
  transform: translateY(-100%);
  background: #fff;
  display: block;
  height: 100vh;
  overflow: scroll;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  width: 100%;
  z-index: 2;
}
.driv-nav .global-nav__hamburger-menu .global-nav__hamburger-menu--flyout.from-right {
  -webkit-transition: translateX 0.3s ease-out;
  -moz-transition: translateX 0.3s ease-out;
  -o-transition: translateX 0.3s ease-out;
  -ms-transition: translateX 0.3s ease-out;
  transition: translateX 0.3s ease-out;
}
@media (min-width: 768px) {
  .driv-nav .global-nav__hamburger-menu .global-nav__hamburger-menu--flyout.from-right {
    -webkit-transition: translateY 0.3s ease-out;
    -moz-transition: translateY 0.3s ease-out;
    -o-transition: translateY 0.3s ease-out;
    -ms-transition: translateY 0.3s ease-out;
    transition: translateY 0.3s ease-out;
  }
}
.driv-nav .global-nav__hamburger-menu .global-nav__hamburger-menu--flyout .global-nav__logo .dark-logo-image {
  display: block;
}
.driv-nav .global-nav__hamburger-menu .global-nav__hamburger-menu--flyout .global-nav__logo .logo-image {
  display: none;
}
@media (min-width: 768px) {
  .driv-nav .global-nav__hamburger-menu .global-nav__hamburger-menu--flyout--middle {
    overflow-y: scroll;
    height: calc(100vh - 230px);
  }
}
@media (min-width: 900px) {
  .driv-nav .global-nav__hamburger-menu .global-nav__hamburger-menu--flyout {
    overflow: visible;
  }
  .driv-nav .global-nav__hamburger-menu .global-nav__hamburger-menu--flyout .global-nav__right-content,
  .driv-nav .global-nav__hamburger-menu .global-nav__hamburger-menu--flyout .global-nav__left-image {
    -webkit-transition: 1s ease-out;
    -moz-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    -ms-transition: 1s ease-out;
    transition: 1s ease-out;
  }
  .driv-nav .global-nav__hamburger-menu .global-nav__hamburger-menu--flyout .global-nav__logo {
    opacity: 0;
    max-width: 140px;
  }
  .driv-nav .global-nav__hamburger-menu .global-nav__hamburger-menu--flyout .global-nav__logo .dark-logo-image {
    display: none;
  }
  .driv-nav .global-nav__hamburger-menu .global-nav__hamburger-menu--flyout .global-nav__logo .logo-image {
    display: block;
  }
  .driv-nav .global-nav__hamburger-menu .global-nav__hamburger-menu--flyout .global-nav__logo .logo-image img {
    width: 140px;
  }
}
.driv-nav .global-nav__hamburger-menu.expanded .global-nav__hamburger-menu--flyout {
  position: fixed;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.driv-nav .global-nav__hamburger-menu.expanded .global-nav__hamburger-menu--flyout.from-right {
  -webkit-transition: translateX 0.3s ease-in;
  -moz-transition: translateX 0.3s ease-in;
  -o-transition: translateX 0.3s ease-in;
  -ms-transition: translateX 0.3s ease-in;
  transition: translateX 0.3s ease-in;
}
@media (min-width: 768px) {
  .driv-nav .global-nav__hamburger-menu.expanded .global-nav__hamburger-menu--flyout.from-right {
    -webkit-transition: translateY 0.3s ease-out;
    -moz-transition: translateY 0.3s ease-out;
    -o-transition: translateY 0.3s ease-out;
    -ms-transition: translateY 0.3s ease-out;
    transition: translateY 0.3s ease-out;
  }
}
@media (min-width: 900px) {
  .driv-nav .global-nav__hamburger-menu.expanded .global-nav__hamburger-menu--flyout {
    overflow: visible;
    -webkit-transform: translateY(-100vh);
    -moz-transform: translateY(-100vh);
    -ms-transform: translateY(-100vh);
    -o-transform: translateY(-100vh);
    transform: translateY(-100vh);
  }
}
@media (min-width: 900px) {
  .driv-nav .global-nav__hamburger-menu.expanded .global-nav__hamburger-menu--flyout .global-nav__logo {
    position: absolute;
    transform: translateY(100vh);
    left: 0;
    opacity: 1;
    top: 0;
    -webkit-transition: opacity 0.5s ease-in 0.5s;
    -moz-transition: opacity 0.5s ease-in 0.5s;
    -o-transition: opacity 0.5s ease-in 0.5s;
    -ms-transition: opacity 0.5s ease-in 0.5s;
    transition: opacity 0.5s ease-in 0.5s;
    z-index: 1000;
  }
}
@media (min-width: 900px) {
  .driv-nav .global-nav__hamburger-menu.expanded .global-nav__right-content {
    transform: translateY(100%);
    padding: 100px;
    -webkit-transition: transform 0.6s ease-out;
    -moz-transition: transform 0.6s ease-out;
    -o-transition: transform 0.6s ease-out;
    -ms-transition: transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
  }
  .driv-nav .global-nav__hamburger-menu.expanded .global-nav__left-image {
    transform: translateY(100%);
    height: 100vh;
    -webkit-transition: transform 0.6s ease-out 0.2s;
    -moz-transition: transform 0.6s ease-out 0.2s;
    -o-transition: transform 0.6s ease-out 0.2s;
    -ms-transition: transform 0.6s ease-out 0.2s;
    transition: transform 0.6s ease-out 0.2s;
  }
}
.driv-nav .global-nav__hamburger-menu.expanded .global-nav__language-selector__link {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
  padding: 20px;
}
.driv-nav .global-nav__hamburger-menu.expanded .global-nav__logo {
  margin-left: 20px;
}
@media (min-width: 768px) {
  .driv-nav .global-nav__hamburger-menu.expanded .global-nav__language-selector__link {
    display: none;
  }
}

.driv-nav .global-nav .locale-indicator-flag {
  border-radius: 25px;
  border: 1px solid #fff;
  height: 20px;
  left: 5px;
  margin-right: 15px;
  position: relative;
  width: 20px;
  object-fit: cover;
}
.driv-nav .global-nav .hamburger-menu {
  background: #fff;
  background: none;
  border: 1px solid #000;
  cursor: pointer;
  display: block;
  height: 50px;
  outline: none;
  position: relative;
  right: 0;
  top: 0;
  width: 50px;
  z-index: 1000;
}
.driv-nav .global-nav .hamburger-menu__top-bar,
.driv-nav .global-nav .hamburger-menu__bottom-bar {
  height: 100%;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s transform;
  -moz-transition: 0.2s transform;
  -o-transition: 0.2s transform;
  -ms-transition: 0.2s transform;
  transition: 0.2s transform;
}
.driv-nav .global-nav .hamburger-menu__top-bar {
  left: 3px;
  width: 12px;
}
.driv-nav .global-nav .hamburger-menu__bottom-bar {
  width: 15px;
}
.driv-nav .global-nav .hamburger-menu__top-bar:before,
.driv-nav .global-nav .hamburger-menu__bottom-bar:before {
  background: #000;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
}
.driv-nav .global-nav .hamburger-menu__top-bar:before {
  animation: 0.1s ease-in slideInFromEnd, 0.1s 0.1s ease-in slideInFromRight;
  margin: -3px auto;
  right: -3px;
  width: 12px;
}
.driv-nav .global-nav .hamburger-menu__bottom-bar:before {
  animation: 0.1s 0.15s ease-in slideInFromEnd, 0.1s 0.25s ease-in slideInFromRight;
  margin: 3px auto;
  right: 0;
  width: 15px;
}
.driv-nav .global-nav .hamburger-menu.show-menu {
  padding: 0;
}
.driv-nav .global-nav .hamburger-menu.show-menu .hamburger-menu__top-bar {
  left: 0;
  top: 0;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.2s transform;
  -moz-transition: 0.2s transform;
  -o-transition: 0.2s transform;
  -ms-transition: 0.2s transform;
  transition: 0.2s transform;
  width: 18px;
}
.driv-nav .global-nav .hamburger-menu.show-menu .hamburger-menu__top-bar:before {
  width: 18px;
  right: 0;
  margin: -1px auto 0;
}
.driv-nav .global-nav .hamburger-menu.show-menu .hamburger-menu__bottom-bar {
  left: 0;
  top: 0;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: 0.2s transform;
  -moz-transition: 0.2s transform;
  -o-transition: 0.2s transform;
  -ms-transition: 0.2s transform;
  transition: 0.2s transform;
  width: 18px;
}
.driv-nav .global-nav .hamburger-menu.show-menu .hamburger-menu__bottom-bar:before {
  right: 0;
  top: 50%;
  margin: -1px auto 0;
  width: 18px;
}
.driv-nav .global-nav .hamburger-menu:hover .hamburger-menu__top-bar:before {
  animation: 0.1s ease-in slideInFromStart, 0.1s 0.1s ease-in slideInFromLeft;
}
.driv-nav .global-nav .hamburger-menu:hover .hamburger-menu__bottom-bar:before {
  animation: 0.1s 0.15s ease-in slideInFromStart, 0.1s 0.25s ease-in slideInFromLeft;
}
.driv-nav .global-nav .hamburger-menu.show-menu {
  border: 1px solid black;
}
.driv-nav .global-nav .hamburger-menu.show-menu:focus {
  border: solid 5px #000;
}
.driv-nav .global-nav.as-overlay .hamburger-menu {
  border: 0;
  background: #fff;
}
.driv-nav .global-nav.as-overlay .hamburger-menu.show-menu {
  border: 1px solid #000;
}
@media (min-width: 768px) {
  .driv-nav .global-nav.as-overlay .global-nav__menu__button {
    border: 0;
  }
  .driv-nav .global-nav.as-overlay .current-language {
    color: #fff;
  }
}
.driv-nav .global-nav.positioned-fixed .hamburger-menu {
  border: 1px solid #000;
}
.driv-nav .global-nav.positioned-fixed .current-language {
  color: #000;
}
.driv-nav .global-nav__language-selector__link {
  display: block;
  margin: 0 20px 0 0;
  position: relative;
}
.driv-nav .global-nav__language-selector__link .current-language {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 768px) {
  .driv-nav .global-nav__language-selector__link .current-language {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .driv-nav .global-nav__language-selector__link {
    margin: 0 50px 0 0;
  }
}
@media (max-width: 767px) {
  .driv-nav .global-nav__language-selector__link {
    display: none;
    margin: 0;
  }
  .driv-nav .global-nav__language-selector__link:after {
    content: '\e915';
    font-family: 'icomoon' !important;
    margin-top: -6px;
    position: absolute;
    right: 20px;
    top: 50%;
  }
}
.driv-nav .global-nav__menu__button {
  background: #fff;
  border: 1px solid #000;
  cursor: pointer;
  height: 50px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50px;
  z-index: 10;
}
.driv-nav .global-nav__menu__button:focus {
  outline: none;
}
.driv-nav .global-nav__menu__button--arrow i {
  font-size: 25px;
}
.driv-nav .global-nav__menu__button--closed {
  display: none;
}
@media (min-width: 768px) {
  .driv-nav .global-nav__menu__button--arrow {
    display: none;
  }
  .driv-nav .global-nav__menu__button--closed {
    display: block;
  }
}
@media (min-width: 1280px) {
  .driv-nav .global-nav__menu__button--closed {
    margin-right: calc((100vw - 1440px) / 2);
  }
}
@keyframes slideInFromStart {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideInFromLeft {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInFromEnd {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideInFromRight {
  0% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.page-global-nav-container .page-language.language-only,
.page-global-nav-container .page-language.region-and-language {
  cursor: pointer;
}
.page-global-nav-container > .page-container > .page-global-nav-item > button {
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.875rem;
  color: inherit;
  letter-spacing: 0.1em;
  line-height: 55px;
  text-transform: uppercase;
}
.global-mobile-nav {
  position: fixed;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.global-mobile-nav h4 {
  text-transform: uppercase;
}
.global-mobile-nav ul {
  margin-left: 0;
  padding-left: 0;
}
.global-mobile-nav li:before {
  content: none;
}
.global-mobile-nav .language-link a {
  display: block;
  text-transform: none;
  padding-left: 49px;
}
.global-mobile-nav .language-link a:focus {
  outline: 2px solid #000;
}
.global-mobile-nav .language-link img {
  margin-right: 15px;
  max-height: 30px;
  max-width: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: sub;
}
.page-global-nav-container .page-language .current-language {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}
.page-global-nav-container .page-language .current-language:after {
  content: "\e908";
  font-family: "icomoon";
  font-size: 12px;
  line-height: 1;
  margin: -2px 0 2px 8px;
  position: absolute;
  right: 10px;
  top: 0;
  top: 50%;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(90deg) translate(-50%, 0%);
  -moz-transform: rotate(90deg) translate(-50%, 0%);
  -ms-transform: rotate(90deg) translate(-50%, 0%);
  -o-transform: rotate(90deg) translate(-50%, 0%);
  transform: rotate(90deg) translate(-50%, 0%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: bottom;
}
.global-nav > .page-global-nav-container > .page-container > .page-global-nav-item > a {
  color: #333;
}
.page-global-nav-container .page-container .page-global-nav-buttons a {
  color: #333;
}
@media all and (min-width: 1025px) {
  .page-global-nav-container .page-language > ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 0;
    left: 0;
    margin-left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 55px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1010;
  }
  .page-global-nav-container .page-language > ul li:before {
    content: none;
  }
  .page-global-nav-container .page-language > ul > li {
    -moz-flex: 1 1 0;
    -ms-flex: 1 1 0;
    -webkit-flex: 1 1 0;
    flex: 1 1 0;
    position: relative;
  }
  .page-global-nav-container .page-language.expanded > ul {
    height: auto;
    opacity: 1;
  }
  .page-global-nav-container .page-language.expanded .current-language:after {
    top: 42%;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .page-global-nav-container .page-language .language-list {
    margin-left: 0;
    padding-left: 0;
  }
  .page-global-nav-container .page-language .language-link a {
    display: block;
    padding-left: 49px;
    text-decoration: none;
    text-transform: none;
  }
  .page-global-nav-container .page-language .language-link img {
    margin-right: 15px;
    max-height: 30px;
    max-width: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: sub;
  }
  .page-global-nav-container .page-language.language-only .language-list {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 240px;
    padding: 0 40px;
  }
  .page-global-nav-container .page-language.language-only .language-list .language-link:first-child {
    margin-top: 20px;
  }
  .page-global-nav-container .page-language.language-only .language-list .language-link:last-child {
    margin-bottom: 20px;
  }
  .page-global-nav-container .page-language.language-only .language-list.two-col {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 480px;
  }
  .page-global-nav-container .page-language.language-only .language-list.two-col .language-link {
    -moz-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    -webkit-flex: 1 0 50%;
    flex: 1 0 50%;
  }
  .page-global-nav-container .page-language.language-only .language-list.two-col .language-link:nth-child(2) {
    margin-top: 20px;
  }
  .page-global-nav-container .page-language.region-and-language .region-list {
    width: 100%;
  }
  .page-global-nav-container .page-language.region-and-language .region-list .region {
    margin: 1.2em 0;
    padding: 0 2%;
  }
  .page-global-nav-container .page-language.region-and-language .region-list .region:first-child {
    border-left: 0;
  }
  .page-global-nav-container .page-language.region-and-language .region-list .region.two-col {
    flex-grow: 2;
  }
  .page-global-nav-container .page-language.region-and-language .region-list .region.two-col ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-global-nav-container .page-language.region-and-language .region-list .region.two-col ul li {
    -moz-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    -webkit-flex: 1 0 50%;
    flex: 1 0 50%;
  }
  .page-global-nav-container > .page-container > .page-global-nav-item > button.region-and-language + .region-list {
    display: none;
  }
  .page-global-nav-container > .page-container > .page-global-nav-item.expanded > button.region-and-language + .region-list {
    display: flex;
  }
  .page-global-nav-container > .page-container > .page-global-nav-item .language-link a:focus {
    outline: 2px solid #000;
  }
}
@media all and (min-width: 1280px) {
  .page-global-nav-container .page-language.region-and-language .region-list .region {
    margin: 1.8em 0;
    padding: 0 4%;
  }
}
@media all and (max-width: 1024px) {
  .page-global-nav-container .page-language.language-only .language-list,
  .page-global-nav-container .page-language.region-and-language .region-list {
    display: none;
  }
  .page-global-nav-container .page-language .current-language.active:after {
    top: 35%;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

.mobile-nav {
  position: fixed;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.mobile-nav a {
  cursor: pointer;
  margin: 18px 0;
  display: block;
}
.mobile-nav .item-group {
  border-bottom: solid 1px transparent;
}
.mobile-nav .item-group.secondary-items {
  border-bottom: none;
}
.mobile-nav .item-group.secondary-items .root-item {
  margin-bottom: 25px;
}
.mobile-nav .grandchildren {
  display: none;
}
.mobile-nav .mobile-social-links {
  display: none;
}
.mobile-nav .close-button {
  position: absolute;
  top: 5px;
  right: 10px;
}
.mobile-nav img.dynamic-nav-icon {
  width: 17px;
  height: 17px;
  margin-left: 8px;
}

.filterable-ledes .ledes-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.filterable-ledes .ledes-wrapper .ledes-filter {
  -moz-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
  flex: 0 0 20%;
  left: 0;
  max-width: 20%;
  padding-bottom: 1em;
  position: relative;
  text-align: left;
  width: 20%;
}
.filterable-ledes .ledes-wrapper .ledes-filter label {
  padding-right: 38px;
  vertical-align: middle;
}
.filterable-ledes .ledes-wrapper .ledes-filter ul {
  max-width: 100%;
}
.filterable-ledes .ledes-wrapper .ledes-filter ul li:before {
  content: none;
}
.filterable-ledes .ledes-wrapper .ledes-container {
  -moz-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  -webkit-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
  width: 80%;
}
.filterable-ledes .ledes-wrapper ul.pagination {
  clear: both;
  display: inline-block;
  text-align: center;
}
.filterable-ledes .ledes-wrapper ul.pagination li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.filterable-ledes .ledes-wrapper ul.pagination li:before {
  content: "";
}
.filterable-ledes .ledes-wrapper ul.pagination li a {
  padding: 1em;
}
.filterable-ledes .ledes-wrapper .ledes-results-total {
  display: inline-block;
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .filterable-ledes .ledes-wrapper .ledes-filter {
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
  }
  .filterable-ledes .ledes-wrapper .ledes-container {
    -moz-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    -webkit-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    width: 80%;
  }
}
@media (max-width: 767px) {
  .filterable-ledes .ledes-wrapper {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .filterable-ledes .ledes-wrapper .ledes-filter {
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .filterable-ledes .ledes-wrapper .ledes-container {
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.aem-AuthorLayer-Edit .filterable-ledes .ledes-wrapper {
  min-height: 150px;
}

@media all and (min-width: 1025px) {
  .page-footer-container .sitemap-collapsible-container {
    display: none;
    height: auto;
    overflow: hidden;
    width: 100%;
    text-align: center;
    border: 1px solid transparent;
  }
  .page-footer-container .sitemap-collapsible-container.is_visible {
    border: none;
  }
  .page-footer-container .sitemap-collapsible-container .sitemap-collapsible-background a {
    display: block;
  }
  .page-footer-container .sitemap-collapsible-container .sitemap-collapsible-background .footer-sitemap > ul {
    padding: 60px 2% 0 2%;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    position: relative;
  }
  .page-footer-container .sitemap-collapsible-container .sitemap-collapsible-background .footer-sitemap > ul li {
    list-style: none;
    padding: .9em 0 0 0;
    width: 100%;
    text-indent: 0;
  }
  .page-footer-container .sitemap-collapsible-container .sitemap-collapsible-background .footer-sitemap > ul li:before {
    content: none;
  }
  .page-footer-container .sitemap-collapsible-container .sitemap-collapsible-background .footer-sitemap > ul li.item-group {
    text-align: left;
    display: inline-block;
    white-space: nowrap;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 0 1em 60px 1em;
    width: auto;
  }
  .page-footer-container .sitemap-collapsible-container .sitemap-collapsible-background .footer-sitemap > ul li.item-group > a {
    padding-bottom: .6em;
  }
  .page-footer-container .sitemap-collapsible-container .sitemap-collapsible-background .footer-sitemap > ul li.sitemap_close_group {
    width: auto;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .page-footer-container .sitemap-collapsible-container .sitemap-collapsible-background .footer-sitemap > ul li.sitemap_close_group .sitemap_close_link {
    cursor: pointer;
  }
  .page-footer-container .sitemap-collapsible-container .sitemap-collapsible-background.sitemap-items-centered .footer-sitemap > ul li.item-group {
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .page-footer-container .page-footer-menu-list {
    text-align: center;
    width: 100%;
    line-height: 55px;
  }
  .page-footer-container .page-footer-menu-list .footer-links-par-container {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    font-kerning: auto;
    height: 60px;
    -webkit-box-pack: space-around;
    -moz-box-pack: space-around;
    -ms-flex-pack: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    letter-spacing: 0.1em;
    width: 85%;
  }
  .page-footer-container .page-footer-menu-list .footer-links-par {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    font-kerning: auto;
    height: 60px;
    -webkit-box-pack: space-around;
    -moz-box-pack: space-around;
    -ms-flex-pack: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    letter-spacing: 0.1em;
    width: 85%;
  }
  .page-footer-container .page-footer-menu-list .link {
    display: inline-block;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .page-footer-container .page-footer-menu-list .sitemap_collapsible_link {
    cursor: pointer;
  }
  .page-footer-container .page-footer-menu-list .sitemap_collapsible_link span {
    font-size: 150%;
    margin-left: .2em;
  }
  .page-footer-container .page-footer-menu-list .sitemap_collapsible_link span:after {
    content: "+";
  }
  .page-footer-container .page-footer-menu-list .sitemap_collapsible_link.sitemap_visible span:after {
    content: "-";
  }
}
@media all and (max-width: 1024px) {
  .page-footer-container .page-footer-menu-list,
  .page-footer-container .sitemap-collapsible-container .sitemap-collapsible-background .footer-sitemap > ul li.sitemap_close_group {
    display: none;
  }
  .page-footer-container .footer-sitemap > ul {
    padding: 0 30px;
  }
  .page-footer-container .footer-sitemap > ul > li {
    padding: 14px 0 13px 0;
  }
  .page-footer-container .footer-sitemap > ul > li a span {
    font-size: 120%;
    padding: 6px;
  }
  .page-footer-container .footer-sitemap > ul > li a span:after {
    content: "+";
  }
  .page-footer-container .footer-sitemap > ul > li a.open span:after {
    content: "-";
  }
  .page-footer-container .footer-sitemap > ul > li ul {
    margin-top: 3px;
    padding-left: 0;
  }
  .page-footer-container .footer-sitemap > ul > li ul li {
    margin-top: 2px;
  }
  .page-footer-container .footer-sitemap > ul li {
    list-style: none;
  }
  .page-footer-container .footer-sitemap > ul li:before {
    content: none;
  }
}

.cookie-disclaimer-container {
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
  left: 0;
  margin: 0 auto;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 1005;
}
.cookie-disclaimer-container .page-content-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-around;
  -moz-box-pack: space-around;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  padding: 10px 20px;
}
.cookie-disclaimer-container .page-content-container .cookie-disclaimer-buttons {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-around;
  -moz-box-pack: space-around;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.cookie-disclaimer-container .page-content-container .cookie-disclaimer-buttons button {
  margin: 0 0 0 5px;
  min-width: 130px;
  padding: 10px;
  width: auto;
  display: inline;
}
.cookie-disclaimer-container p {
  margin-bottom: 0px;
  font-size: 16px;
  width: 65%;
}
@media all and (max-width: 1024px) {
  .cookie-disclaimer-container .page-content-container {
    text-align: center;
  }
  .cookie-disclaimer-container .page-content-container .cookie-disclaimer-buttons button {
    padding: 10px;
  }
}
@media all and (max-width: 767px) {
  .cookie-disclaimer-container .page-content-container {
    display: block;
  }
  .cookie-disclaimer-container .cookie-disclaimer-buttons {
    margin-top: 5px;
  }
  .cookie-disclaimer-container p {
    width: 100%;
  }
}
@media (max-height: 767px) {
  .cookie-disclaimer-container .page-content-container {
    text-align: center;
  }
  .cookie-disclaimer-container .page-content-container .cookie-disclaimer-buttons button {
    min-width: auto;
    right: 3px;
  }
}

.part-detail {
  border: 1px solid #ccc;
  margin: 10px 0;
}
.part-detail .page-content-container {
  background-color: white;
  padding: 30px 50px;
}
.part-detail .page-content-container .part-detail-top {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 30px;
}
.part-detail .page-content-container .part-detail-top .part-detail-part-segment {
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
}
.part-detail .page-content-container .part-detail-top .part-detail-part-segment .part-detail-brand-image {
  max-width: 130px;
}
.part-detail .page-content-container .part-detail-top .part-detail-part-segment .part-detail-images {
  margin-right: 30px;
}
.part-detail .page-content-container .part-detail-top .part-detail-part-segment .part-detail-part-number {
  font-size: 20px;
}
.part-detail .page-content-container .part-detail-top .part-detail-part-description .part-detail-buttons {
  margin-top: 15px;
}
.part-detail .page-content-container .part-detail-top .part-detail-part-description .part-detail-description-text {
  margin: 30px 0;
  padding-top: 20px;
}
.part-detail .page-content-container .part-detail-top .part-detail-part-description .part-detail-fits {
  margin-top: 30px;
}
.part-detail .page-content-container .part-detail-bottom {
  margin-top: 75px;
}
.part-detail .page-content-container .part-detail-bottom .part-detail-about {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 20px;
}
.part-detail .page-content-container .part-detail-bottom .part-detail-about h4.tab-mobile {
  display: none;
}
.part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-nav {
  -moz-flex: 0 1 20%;
  -ms-flex: 0 1 20%;
  -webkit-flex: 0 1 20%;
  flex: 0 1 20%;
  margin-right: 30px;
  max-width: 20%;
}
.part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-nav li.part-detail-help-link {
  display: block;
}
.part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-details {
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  position: relative;
}
.part-detail .page-content-container .part-detail-help-link {
  display: none;
}
@media all and (min-width: 1279px) {
  .part-detail .page-content-container .part-detail-top .part-detail-part-segment .part-detail-images .part-detail-hero-image .cq-dd-image {
    height: 600px;
    width: 600px;
    display: table-cell;
    vertical-align: middle;
  }
}
@media all and (min-width: 1025px) and (max-width: 1279px) {
  .part-detail .page-content-container .part-detail-top .part-detail-part-segment .part-detail-images .part-detail-hero-image .cq-dd-image {
    height: 400px;
    width: 400px;
    display: table-cell;
    vertical-align: middle;
  }
}
@media all and (max-width: 1024px) {
  .part-detail {
    border: none;
    margin: 0;
  }
  .part-detail .page-content-container {
    padding: 20px;
  }
  .part-detail .page-content-container .part-detail-top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-around;
    -moz-box-pack: space-around;
    -ms-flex-pack: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .part-detail .page-content-container .part-detail-top .part-detail-part-segment {
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
  }
  .part-detail .page-content-container .part-detail-top .part-detail-part-segment .part-detail-images {
    margin-right: 0;
  }
  .part-detail .page-content-container .part-detail-top .part-detail-part-segment .part-detail-images .part-detail-hero-image {
    width: 100%;
    display: block;
    height: auto;
  }
  .part-detail .page-content-container .part-detail-top .part-detail-part-description {
    margin-top: 15px;
  }
  .part-detail .page-content-container .part-detail-top .part-detail-part-description .part-detail-buttons {
    margin-top: 30px;
  }
  .part-detail .page-content-container .part-detail-top .part-detail-part-description .part-detail-buttons .button {
    display: block;
  }
  .part-detail .page-content-container .part-detail-top .part-detail-part-description .part-detail-description-text {
    margin: 20px 0;
    padding-top: 0;
  }
  .part-detail .page-content-container .part-detail-bottom {
    margin-top: 50px;
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-fits .fits-info {
    line-height: 22px;
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about {
    display: block;
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-nav {
    display: none;
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about h4.tab-mobile {
    display: block;
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-details {
    padding: 15px;
  }
  .part-detail .page-content-container .part-detail-help-link {
    display: block;
    font-size: 18px;
    line-height: 22px;
    margin: 20px 0 30px 0;
  }
}
@media all and (min-width: 1025px) {
  .page-template-freeform-catalog .part-detail {
    margin: 10px;
  }
}

.part-list-links i.fa {
  margin-right: 8px;
}
.part-list-links ul > li > ul {
  margin-left: 30px;
}
.part-list-links ul > li > ul li {
  line-height: 16px;
  margin: 10px 0;
}
.part-list-links a {
  word-break: break-word;
  word-wrap: break-word;
}
@media all and (max-width: 1024px) {
  .part-list-links .part-list-links-content.hide-filters {
    display: none;
  }
  .part-list-links ul > li {
    margin: 10px 0;
  }
  .part-list-links ul > li > ul {
    margin-left: 20px;
  }
  .part-list-links ul > li > ul li {
    line-height: 16px;
    margin: 15px 0;
  }
}

.google-map .google-map-container {
  padding-top: 40%;
  position: relative;
  width: 100%;
}
.google-map .google-map-container .google-map-legend-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.google-map .google-map-container .google-map-legend-wrapper .google-map-legend {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 8px;
  margin-bottom: 15px;
  margin-right: 15px;
  margin-left: auto;
  border-radius: 5px;
  display: inline-block;
  position: relative;
}
.google-map .google-map-container .google-map-legend-wrapper .google-map-legend > p {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.google-map .google-map-container .google-map-legend-wrapper .google-map-legend > p > img {
  height: 30px;
  width: 30px;
}
.google-map .google-map-map {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.google-map .google-map-map .map-zoom-control {
  display: flex;
  flex-direction: column;
  margin: 20px;
}
.google-map .google-map-map .map-zoom-control .map-zoom-out {
  border-top: 1px solid #000;
}
.google-map .google-map-map .map-zoom-control .map-zoom-out,
.google-map .google-map-map .map-zoom-control .map-zoom-in {
  background: #fff;
  border-width: 0;
  cursor: pointer;
}
.google-map .google-map-map .map-zoom-control .map-zoom-out span.fa,
.google-map .google-map-map .map-zoom-control .map-zoom-in span.fa {
  cursor: pointer;
  height: 100%;
  padding: 0;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.google-map .sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  margin: -1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.google-map .gm-style img {
  max-width: none;
  max-height: none;
}
.google-map .gm-style-iw > div {
  padding: 13px 13px 13px 16px;
}
.google-map .gm-style-iw > div .map-infowindow h4 {
  padding-bottom: 10px;
}
.google-map .gm-style-iw > div .map-infowindow .directions,
.google-map .gm-style-iw > div .map-infowindow .distance {
  display: inline;
}
.google-map .gm-style-iw > div .map-infowindow img {
  width: 30px;
}
@media all and (max-width: 1024px) {
  .google-map .google-map-container {
    padding-top: 50%;
  }
  .google-map .google-map-container .google-map-legend-wrapper .google-map-legend {
    padding: 8px;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .google-map .google-map-container .google-map-legend-wrapper .google-map-legend > p {
    font-size: 14px;
  }
  .google-map .google-map-container .google-map-legend-wrapper .google-map-legend > p > img {
    width: 20px;
    height: auto;
  }
}
@media all and (max-width: 767px) {
  .google-map .google-map-container {
    padding-top: 60%;
  }
  .google-map .gm-style-iw > div {
    padding: 6px 6px 6px 8px;
  }
  .google-map .gm-style-iw > div .map-infowindow h4 {
    padding-bottom: 5px;
  }
}
@media all and (max-width: 479px) {
  .google-map .google-map-container {
    padding-top: 80%;
  }
}
.masked > .google-map-container::before {
  background: #000;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  top: 0;
  transition: all 0.3s ease;
  z-index: 1;
}
.masked.unmasked > .google-map-container::before {
  opacity: 0;
  visibility: hidden;
}

.buy-online-redirect-modal {
  background-color: rgba(0, 0, 0, 0.75);
  box-shadow: 0 5px 125px 0 rgba(0, 0, 0, 0.5), 0 5px 125px 0 rgba(0, 0, 0, 0.5) inset;
  height: 35%;
  left: 50%;
  max-width: 1440px;
  min-height: 250px;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  z-index: 99999;
}
.buy-online-redirect-modal .buy-online-redirect-contents {
  overflow-wrap: break-word;
  left: 50%;
  width: 720px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.buy-online-redirect-modal .buy-online-redirect-contents .buy-online-redirect-ok {
  margin-right: 10px;
}
.buy-online-redirect-modal .buy-online-redirect-close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
@media all and (max-width: 1024px) {
  .buy-online-redirect-modal .buy-online-redirect-contents {
    width: 80%;
  }
}
@media all and (max-width: 767px) {
  .buy-online-redirect-modal {
    height: 100%;
    width: 100%;
  }
  .buy-online-redirect-modal .buy-online-redirect-contents {
    width: 90%;
  }
}
@media all and (max-width: 479px) {
  .buy-online-redirect-modal .buy-online-redirect-contents {
    width: 100%;
  }
  .buy-online-redirect-modal .buy-online-redirect-contents .buy-online-redirect-ok {
    margin: 0px 10px 15px 10px;
  }
  .buy-online-redirect-modal .buy-online-redirect-close {
    right: 5%;
  }
}

.where-to-buy-redirect {
  background-color: rgba(0, 0, 0, 0.75);
  box-shadow: 0 5px 125px 0 rgba(0, 0, 0, 0.5), 0 5px 125px 0 rgba(0, 0, 0, 0.5) inset;
  height: 35%;
  left: 50%;
  max-width: 1440px;
  min-height: 250px;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  z-index: 99999;
  display: none !important;
}
.where-to-buy-redirect .h4-rep {
  margin-bottom: 40px;
  color: #FFF;
}
.where-to-buy-redirect .where-to-buy-redirect-contents {
  left: 50%;
  width: 720px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.where-to-buy-redirect .where-to-buy-redirect-close {
  color: #FFF;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
.where-to-buy-redirect .where-to-buy-redirect-postal-code {
  border: 0;
  border-radius: 0;
  height: 55px;
  margin: 0;
  width: 300px;
}
.where-to-buy-redirect .where-to-buy-redirect-submit {
  border: 0;
  height: 55px;
  margin-left: -5px;
  vertical-align: middle;
}
@media all and (max-width: 1024px) {
  .where-to-buy-redirect .where-to-buy-redirect-contents {
    width: 80%;
  }
}
@media all and (max-width: 767px) {
  .where-to-buy-redirect {
    height: 100%;
    width: 100%;
  }
  .where-to-buy-redirect .where-to-buy-redirect-contents {
    width: 90%;
  }
  .where-to-buy-redirect .where-to-buy-redirect-postal-code {
    width: 225px;
  }
  .where-to-buy-redirect .where-to-buy-redirect-submit.button-main {
    padding: 0;
    width: 62px;
  }
  .where-to-buy-redirect .where-to-buy-redirect-submit.button-main:after {
    margin-right: 0;
    right: 40%;
  }
  .where-to-buy-redirect .where-to-buy-redirect-submit.button-main span {
    display: none;
  }
}
@media all and (max-width: 479px) {
  .where-to-buy-redirect .where-to-buy-redirect-contents {
    width: 100%;
  }
  .where-to-buy-redirect .where-to-buy-redirect-close {
    right: 5%;
  }
}

.where-to-buy-search-results {
  padding: 70px 6.25%;
}
.where-to-buy-search-results .show-spinner {
  margin: 0;
}
.where-to-buy-search-results table {
  border: 0;
  border-top: 1px solid #000;
}
.where-to-buy-search-results table tr {
  border: 0;
  border-bottom: 1px solid #000;
}
.where-to-buy-search-results table td {
  border: 0;
  padding: 5px 15px;
  vertical-align: middle;
}
.where-to-buy-search-results table td:before {
  display: none;
}
.where-to-buy-search-results table td:empty {
  padding: 0;
}
.where-to-buy-search-results table td:first-child {
  border-top: 0;
  padding-left: 0;
}
.where-to-buy-search-results table td:last-child {
  padding: 3px 0 3px 15px;
  text-align: right;
  white-space: nowrap;
}
.where-to-buy-search-results table td:last-child .button-main.button-arrow {
  margin: 2px 0;
}
.where-to-buy-search-results table.coordinates-selected tr:not(.active) {
  opacity: 0.5;
}
.where-to-buy-search-results .where-to-buy-search-pagination ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.where-to-buy-search-results .where-to-buy-search-pagination li {
  margin: 6px;
}
.where-to-buy-search-results .where-to-buy-search-pagination li:before {
  display: none;
}
.where-to-buy-search-results .dealer-name {
  cursor: pointer;
}
.where-to-buy-search-results .dealer-phone,
.where-to-buy-search-results .dealer-phone-mobile,
.where-to-buy-search-results .dealer-website {
  display: block;
  padding-top: 2px;
  white-space: nowrap;
}
.where-to-buy-search-results .dealer-phone:before,
.where-to-buy-search-results .dealer-phone-mobile:before,
.where-to-buy-search-results .dealer-website:before {
  -moz-osx-font-smoothing: grayscale;
  font-family: "icomoon";
  line-height: 1;
  vertical-align: middle;
}
.where-to-buy-search-results button.where-to-buy-show-filter {
  display: none;
}
@media all and (min-width: 1025px) {
  .where-to-buy-search-results .dealer-phone-mobile {
    display: none;
  }
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .where-to-buy-search-results {
    padding: 48px 5.3%;
    width: 100% !important;
  }
  .where-to-buy-search-results .dealer-phone {
    display: none;
  }
  .where-to-buy-search-results table td {
    padding-bottom: 26px;
    padding-top: 26px;
  }
}
@media all and (max-width: 767px) {
  .where-to-buy-search-results {
    padding: 45px 6.5% 38px 6.5%;
    width: 100% !important;
  }
  .where-to-buy-search-results .dealer-phone {
    display: none;
  }
  .where-to-buy-search-results table td {
    display: block;
    padding: 8px 0;
  }
  .where-to-buy-search-results table td:first-child {
    padding-top: 30px;
  }
  .where-to-buy-search-results table td:last-child {
    padding-bottom: 30px;
    padding-left: 0px;
    text-align: left;
  }
  .where-to-buy-search-results .dealer-phone,
  .where-to-buy-search-results .dealer-website {
    padding-top: 6px;
  }
}
@media all and (min-width: 1025px) {
  .where-to-buy-search-results[class*="aem-GridColumn--default--"] {
    padding-left: 6.25%;
    padding-right: 3.125%;
  }
  .where-to-buy-search-filter + .where-to-buy-search-results[class*="aem-GridColumn--default--"] {
    padding-left: 3.125%;
    padding-right: 6.25%;
  }
  .where-to-buy-search-results.aem-GridColumn--default--10,
  .where-to-buy-search-results.aem-GridColumn--default--11 {
    padding-left: 3.125%;
    padding-right: 1.5625%;
  }
  .where-to-buy-search-filter + .where-to-buy-search-result.aem-GridColumn--default--10,
  .where-to-buy-search-filter + .where-to-buy-search-result.aem-GridColumn--default--11 {
    padding-left: 1.5625%;
    padding-right: 3.125%;
  }
}

.where-to-buy-search-filter {
  padding: 70px 6.25%;
}
.where-to-buy-search-filter label {
  display: block;
}
.where-to-buy-search-filter label,
.where-to-buy-search-filter input {
  cursor: pointer;
}
.where-to-buy-search-filter .where-to-buy-search-filter-category {
  border-bottom: 1px solid #000;
  margin-bottom: 17px;
  padding-bottom: 17px;
}
.where-to-buy-search-filter .where-to-buy-search-filter-category h5 {
  font-size: 14px;
  padding: 3px 0 10px 0;
}
.where-to-buy-search-filter .where-to-buy-search-filter-category input {
  border: 0;
  display: inline;
  height: auto;
  margin: 0 14px 1px 0;
  padding: 0;
  width: auto;
}
.where-to-buy-search-filter .where-to-buy-search-filter-category input:focus + label > span {
  outline: 2px solid #005795;
  outline-offset: 4px;
}
.where-to-buy-search-filter .where-to-buy-search-filter-category label {
  padding: 8px 0;
  text-transform: none;
}
.where-to-buy-search-filter .where-to-buy-search-filter-disclaimer {
  height: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
}
@media all and (min-width: 1025px) {
  .where-to-buy-search-filter[class*="aem-GridColumn--default--"] {
    padding-left: 6.25%;
    padding-right: 3.125%;
  }
  .where-to-buy-search-results + .where-to-buy-search-filter[class*="aem-GridColumn--default--"] {
    padding-left: 3.125%;
    padding-right: 6.25%;
  }
  .where-to-buy-search-filter.aem-GridColumn--default--2,
  .where-to-buy-search-filter.aem-GridColumn--default--1 {
    padding-left: 3.125%;
    padding-right: 1.5625%;
  }
  .where-to-buy-search-results + .where-to-buy-search-filter.aem-GridColumn--default--1,
  .where-to-buy-search-results + .where-to-buy-search-filter.aem-GridColumn--default--2 {
    padding-left: 1.5625%;
    padding-right: 3.125%;
  }
  .where-to-buy-search-filter-category-dropdown {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .where-to-buy-search-filter {
    padding: 1em 5.3% 0 5.3%;
    width: 100% !important;
  }
  .where-to-buy-search-filter .where-to-buy-search-filter-container {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-around;
    -moz-box-pack: space-around;
    -ms-flex-pack: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .where-to-buy-search-filter .where-to-buy-search-filter-container .where-to-buy-search-filter-category {
    display: none;
  }
  .where-to-buy-search-filter .where-to-buy-search-filter-container .where-to-buy-search-filter-category-dropdown {
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1em 0 0 0;
  }
  .where-to-buy-search-filter .where-to-buy-search-filter-container .where-to-buy-search-filter-category-dropdown select {
    margin: 15px 0 10px 0;
    width: auto;
  }
  .where-to-buy-search-filter .where-to-buy-search-filter-container .where-to-buy-search-filter-category-dropdown a.select-box {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .where-to-buy-search-filter {
    padding-left: 6.5%;
    padding-right: 6.5%;
    width: 100% !important;
  }
  .where-to-buy-search-filter .where-to-buy-search-filter-container {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .where-to-buy-search-filter .where-to-buy-search-filter-container .where-to-buy-search-filter-category-dropdown select {
    width: 100%;
  }
}

.where-to-buy-search .where-to-buy-search-container {
  padding: 50px 0 45px 0;
  text-align: center;
}
.where-to-buy-search .where-to-buy-search-container .where-to-buy-search-label {
  display: inline-block;
  padding: 0 52px;
  vertical-align: middle;
}
.where-to-buy-search .where-to-buy-search-container .where-to-buy-search-label h1 {
  font-size: 3.125em;
  line-height: inherit;
}
.where-to-buy-search .where-to-buy-search-container .where-to-buy-search-label h5,
.where-to-buy-search .where-to-buy-search-container .where-to-buy-search-label .h5 {
  font-size: 1.125rem;
  line-height: inherit;
}
.where-to-buy-search .where-to-buy-search-container .where-to-buy-search-postal {
  display: inline;
}
.where-to-buy-search .where-to-buy-search-container .where-to-buy-search-postal-code {
  border: 0;
  border-radius: 0;
  height: 55px;
  margin: 0;
  width: 300px;
}
.where-to-buy-search .where-to-buy-search-container .where-to-buy-search-postal-code.where-to-buy-search-postal--color-override {
  color: #3e3e3e;
}
.where-to-buy-search .where-to-buy-search-container .where-to-buy-search-submit {
  border: 0;
  height: 55px;
  margin-left: -5px;
  vertical-align: middle;
}
.where-to-buy-search .where-to-buy-search-container .where-to-buy-sublabel {
  display: block;
  line-height: 40px !important;
}
@media all and (max-width: 1024px) {
  .where-to-buy-search .where-to-buy-search-container {
    padding: 45px 0 35px 0;
  }
  .where-to-buy-search .where-to-buy-search-container .where-to-buy-search-label {
    display: block;
    padding: 0 20px 15px 20px;
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  .where-to-buy-search .where-to-buy-search-container {
    padding: 39px 0 20px 0;
  }
  .where-to-buy-search .where-to-buy-search-container .where-to-buy-search-label {
    padding: 0 10px 15px 10px;
  }
  .where-to-buy-search .where-to-buy-search-container .where-to-buy-search-label h1 {
    vertical-align: middle;
  }
  .where-to-buy-search .where-to-buy-search-container .where-to-buy-search-postal-code {
    width: 225px;
  }
  .where-to-buy-search .where-to-buy-search-container .where-to-buy-search-submit {
    height: 55px;
    padding: 0;
    width: 62px;
  }
  .where-to-buy-search .where-to-buy-search-container .where-to-buy-search-submit:after {
    margin-right: 0;
    right: 40%;
  }
  .where-to-buy-search .where-to-buy-search-container .where-to-buy-search-submit span {
    display: none;
  }
}

.where-to-buy-common-map {
  position: relative;
  margin: 30px 0;
}
.where-to-buy-common-map .show-spinner {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 1000;
}
.where-to-buy-common-map .infowindow-template .map-infowindow .map-infowindow-header .map-infowindow-link img {
  width: 30px;
}
.where-to-buy-common-map.google-map .gm-style-iw > div .map-infowindow {
  font-size: 1em;
}
.where-to-buy-common-map.google-map .gm-style-iw > div .map-infowindow .directions,
.where-to-buy-common-map.google-map .gm-style-iw > div .map-infowindow .where-to-buy-hours,
.where-to-buy-common-map.google-map .gm-style-iw > div .map-infowindow .address,
.where-to-buy-common-map.google-map .gm-style-iw > div .map-infowindow .distance {
  margin: 5px 0;
}
.where-to-buy-common-map.google-map .gm-style-iw > div .map-infowindow .dealer-name {
  font-weight: bold;
}
.where-to-buy-common-map.google-map .gm-style-iw > div .map-infowindow .dealer-type {
  display: inline-block;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.where-to-buy-common-map.google-map .gm-style-iw > div .map-infowindow .directions {
  margin-top: 10px;
}
.where-to-buy-common-map.google-map .gm-style-iw > div .map-infowindow .directions a {
  padding: 0;
}
.where-to-buy-common-map.google-map .gm-style-iw > div .map-infowindow .where-to-buy-hours span {
  display: block;
}
.where-to-buy-common-map.google-map .gm-style-iw > div .map-infowindow div {
  padding-bottom: 10px;
}
.where-to-buy-common-map div.gm-style-iw-c {
  padding: 0;
}
.where-to-buy-common-map div.gm-style-iw-c > .gm-style-iw-d {
  padding: 15px 15px 0 15px;
}
.where-to-buy-common-map .map-infowindow.preferred-vendor .map-infowindow-header img {
  width: 70px;
}
.where-to-buy-common-map .map-infowindow.preferred-vendor .map-infowindow-header a {
  display: block;
}
.where-to-buy-common-map .map-infowindow.preferred-vendor .map-infowindow-content {
  font-size: 12px;
}
.where-to-buy-common-map .map-infowindow.preferred-vendor .map-infowindow-content .map-infowindow-vendor-name {
  font-weight: bold;
  padding: 0;
  font-size: 16px;
}
.where-to-buy-common-map .map-infowindow.preferred-vendor .map-infowindow-content .map-infowindow-dealer-type,
.where-to-buy-common-map .map-infowindow.preferred-vendor .map-infowindow-content .map-infowindow-address {
  padding-bottom: 0;
  font-size: 12px;
}
.where-to-buy-common-map .map-infowindow.preferred-vendor .map-infowindow-content .map-infowindow-address {
  margin-top: 15px;
}
.where-to-buy-common-map .map-infowindow.preferred-vendor .map-infowindow-footer {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
}
.where-to-buy-common-map .map-infowindow.preferred-vendor .map-infowindow-footer .map-infowindow-link {
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding: 0;
  font-weight: bold;
  font-size: 14px;
}
.where-to-buy-common-map .map-infowindow.preferred-vendor .map-infowindow-footer .map-infowindow-link > a {
  padding-right: 10px;
}
.where-to-buy-common-map .map-infowindow.preferred-vendor .map-infowindow-footer .map-infowindow-link > a:after {
  content: '\e908';
  display: inline-block;
  font-family: 'icomoon';
  font-size: 70%;
  font-weight: normal !important;
  vertical-align: middle;
  position: relative;
  right: -5px;
  top: 0px;
}

.where-to-buy-base h1,
.where-to-buy-base h2,
.where-to-buy-base h3,
.where-to-buy-base h4,
.where-to-buy-base h5 {
  text-transform: none;
}
.where-to-buy-base h2 {
  font-size: 25px;
  line-height: 1.2;
}
.where-to-buy-base h3 {
  font-size: 22px;
  line-height: 1.2;
}
.where-to-buy-base .hide-map {
  visibility: hidden;
  height: 0;
}
.where-to-buy-base .button-main.button-arrow,
.where-to-buy-base .button-secondary.button-arrow {
  padding: 12px 46px 12px 30px;
}
.where-to-buy-base .button-main.button-arrow:after,
.where-to-buy-base .button-secondary.button-arrow:after {
  right: 29px;
}
.where-to-buy-base select {
  width: 100%;
}
.where-to-buy-base .select-box-holder .select-box {
  display: none;
}
.where-to-buy-base .tab-list .tab-item {
  height: 42px;
  padding: 4px 20px;
}
.where-to-buy-base .tab-list .tab-item.active {
  padding-top: 5px;
  top: -1px;
}
.where-to-buy-base .mobile-type-selector {
  display: none;
}
.where-to-buy-base .where-buy-tab-row {
  padding: 30px;
}
.where-to-buy-base a.dealer-website.cta-link-external {
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.where-to-buy-base a.dealer-website.cta-link-external:after {
  top: 5px;
  position: relative;
  font-size: 26px;
  margin: -13px 0 0 0;
}
.where-to-buy-base .where-to-buy-map {
  margin-bottom: 30px;
}
.where-to-buy-base .where-to-buy-map .show-spinner {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.where-to-buy-base button.where-to-buy-show-filter {
  display: block;
  margin: 20px 0;
  padding: 8px 50px;
}
.where-to-buy-base .where-to-buy-search-results-base button.where-to-buy-show-filter,
.where-to-buy-base .where-to-buy-search-results-distributor-base button.where-to-buy-show-filter {
  display: none;
  float: right;
}
.where-to-buy-base .where-to-buy-search-filter-holder {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-content: center;
  -ms-align-content: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px 30px;
  width: 100%;
}
.where-to-buy-base .where-to-buy-search-filter-holder .where-to-buy-search-local {
  -moz-flex: 1 1 30%;
  -ms-flex: 1 1 30%;
  -webkit-flex: 1 1 30%;
  flex: 1 1 30%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-around;
  -moz-box-pack: space-around;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.where-to-buy-base .where-to-buy-search-filter-holder .where-to-buy-search-local .where-to-buy-search-local-filter {
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.where-to-buy-base .where-to-buy-search-filter-holder .where-to-buy-search-local .where-to-buy-search-local-filter + span {
  font-size: 18px;
  line-height: 1.2;
  margin-top: 25px;
  text-transform: uppercase;
}
.where-to-buy-base .where-to-buy-search-filter-holder .where-to-buy-search-base-submit {
  padding: 13px 40px;
}
.where-to-buy-base .where-to-buy-online-search-base-container,
.where-to-buy-base .where-to-buy-distributor-search-base-container {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.where-to-buy-base .where-to-buy-online-search-base-container .where-to-buy-search-country,
.where-to-buy-base .where-to-buy-distributor-search-base-container .where-to-buy-search-country {
  max-width: 290px;
}
.where-to-buy-base .where-to-buy-search-filter-header {
  padding: 20px;
  text-transform: uppercase;
}
.where-to-buy-base .where-to-buy-search-filter-base-category {
  margin: 10px 0;
}
.where-to-buy-base .where-to-buy-map-flip-switch {
  display: none;
  white-space: nowrap;
}
.where-to-buy-base .dealer-name {
  display: block;
}
.where-to-buy-base .dealer-name-mobile {
  display: none;
}
.where-to-buy-base .where-to-buy-search-results-base .dealer-name,
.where-to-buy-base .where-to-buy-search-results-base .dealer-name-mobile {
  font-size: 16px;
  line-height: 1.2;
  cursor: pointer;
}
.where-to-buy-base .where-to-buy-search-results-base table {
  table-layout: fixed;
}
.where-to-buy-base .where-to-buy-search-results-base table .coordinates-selected tr:not(.active) {
  opacity: 0.4;
}
.where-to-buy-base .where-to-buy-search-results-base table td.dealer-distance {
  text-transform: uppercase;
}
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-container .show-spinner {
  display: none;
}
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-distributor-container .dealer-name,
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-online-container .dealer-name {
  cursor: default;
}
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-distributor-container .show-spinner,
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-online-container .show-spinner {
  display: block;
  -webkit-transform: translate(30%, 50%);
  -moz-transform: translate(30%, 50%);
  -ms-transform: translate(30%, 50%);
  -o-transform: translate(30%, 50%);
  transform: translate(30%, 50%);
}
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-distributor-container .dealer-name,
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-distributor-container .dealer-name-mobile {
  padding: 20px 0;
}
@media all and (min-width: 1025px) {
  .where-to-buy-base .where-to-buy-search-filter-base-container .where-to-buy-search-filter-modal {
    background-color: transparent;
    position: relative;
    z-index: 1;
  }
  .where-to-buy-base .where-to-buy-search-filter-base-container .where-to-buy-search-filter-modal .button-main,
  .where-to-buy-base .where-to-buy-search-filter-base-container .where-to-buy-search-filter-modal .modal-close {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .where-to-buy-base {
    padding: 15px;
  }
  .where-to-buy-base .mobile-type-selector {
    display: block;
    margin-bottom: 30px;
  }
  .where-to-buy-base .mobile-type-selector .select-box {
    top: 2px;
  }
  .where-to-buy-base .where-buy-tab-row {
    border: none;
    padding: 0;
  }
  .where-to-buy-base .where-to-buy-search-filter-holder {
    background-color: transparent;
    padding: 0;
  }
  .where-to-buy-base .where-to-buy-search-base .where-to-buy-search-base-container {
    display: block;
    padding: 15px;
    margin-bottom: 30px;
  }
  .where-to-buy-base .where-to-buy-search-base .where-to-buy-search-base-container .where-to-buy-search-local .where-to-buy-search-local-filter + span {
    display: block;
    margin: 20px 0 5px 0;
    text-align: center;
  }
  .where-to-buy-base .where-to-buy-search-base .where-to-buy-search-base-container .where-to-buy-search-base-submit {
    width: 100%;
  }
  .where-to-buy-base .where-to-buy-search-base .where-to-buy-search-base-container .where-to-buy-distributors-link {
    text-align: right;
    margin-top: 10px;
    text-decoration: underline;
  }
  .where-to-buy-base .where-to-buy-online-search-base-container,
  .where-to-buy-base .where-to-buy-distributor-search-base-container {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .where-to-buy-base .where-to-buy-online-search-base-container .where-to-buy-search-country,
  .where-to-buy-base .where-to-buy-distributor-search-base-container .where-to-buy-search-country {
    max-width: none;
  }
  .where-to-buy-base .where-to-buy-online-search-base-container .show-spinner,
  .where-to-buy-base .where-to-buy-distributor-search-base-container .show-spinner {
    display: none;
  }
  .where-to-buy-base .where-to-buy-search-results {
    padding: 0;
  }
  .where-to-buy-base .where-to-buy-search-results .dealer-distance {
    margin: 5px 0;
  }
  .where-to-buy-base .where-to-buy-search-results .dealer-name,
  .where-to-buy-base .where-to-buy-search-results .dealer-name-mobile {
    font-size: 18px;
    line-height: 1.2;
  }
  .where-to-buy-base .where-to-buy-search-results .button-arrow {
    display: block;
    padding: 18px 40px;
  }
  .where-to-buy-base .where-to-buy-search-results .where-to-buy-search-results-container {
    padding: 10px 0;
  }
  .where-to-buy-base .where-to-buy-search-results .where-to-buy-search-results-container .where-to-buy-search-results-filter-bar {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-align-content: center;
    -ms-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .where-to-buy-base .where-to-buy-search-results .where-to-buy-search-results-container .where-to-buy-search-results-filter-bar h2 {
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    line-height: inherit;
    padding: 0 5px;
    text-align: center;
  }
  .where-to-buy-base .where-to-buy-search-results .where-to-buy-search-results-container .where-to-buy-search-results-filter-bar h2 span {
    word-break: break-word;
    word-wrap: break-word;
  }
  .where-to-buy-base .where-to-buy-search-results .where-to-buy-search-results-container .where-to-buy-search-results-filter-bar .button-secondary {
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 10px 0;
    padding: 17px 40px;
  }
  .where-to-buy-base .where-to-buy-search-results .where-to-buy-search-results-container .dealer-name,
  .where-to-buy-base .where-to-buy-search-results .where-to-buy-search-results-container .dealer-name-mobile {
    padding: 0;
  }
  .where-to-buy-base .where-to-buy-search-results .where-to-buy-search-results-container .show-spinner {
    display: none;
  }
  .where-to-buy-base .where-to-buy-search-results .where-to-buy-search-results-container table td:first-child {
    padding-top: 20px;
  }
  .where-to-buy-base .where-to-buy-search-results .where-to-buy-search-results-container table td:last-child {
    padding-bottom: 10px;
  }
  .where-to-buy-base .where-to-buy-search-filter-base-container.hide-filters {
    display: none;
  }
  .where-to-buy-base .where-to-buy-search-filter-base-container.show-filters {
    background: white;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    padding: 20px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
    overflow: scroll;
  }
  .where-to-buy-base .where-to-buy-search-filter-base-container.show-filters .where-to-buy-search-filter-modal {
    width: 100%;
  }
  .where-to-buy-base .where-to-buy-search-filter-base-container.show-filters .where-to-buy-search-filter-modal .where-to-buy-search-filter-header {
    background: none;
    padding: 0;
  }
  .where-to-buy-base .where-to-buy-search-filter-base-container.show-filters .where-to-buy-search-filter-modal .button-main {
    display: block;
    width: 100%;
    margin-top: 30px;
    padding: 17px 40px;
  }
  .where-to-buy-base .where-to-buy-search-filter-base-container.show-filters .where-to-buy-search-filter-modal .modal-close {
    display: inline;
    float: right;
  }
  .where-to-buy-base .where-to-buy-search-filter-base-container.show-filters .where-to-buy-search-filter-modal select {
    margin: 0;
  }
  .where-to-buy-base .where-to-buy-mobile-header {
    display: block;
  }
  .where-to-buy-base .where-to-buy-mobile-header h2 {
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    padding: 0 20px;
    text-transform: capitalize;
  }
  .where-to-buy-base .where-to-buy-filter-view {
    padding: 10px 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .where-to-buy-base .where-to-buy-map-flip-switch {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: baseline;
    -moz-box-pack: baseline;
    -ms-flex-pack: baseline;
    -webkit-justify-content: baseline;
    justify-content: baseline;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .where-to-buy-base .where-to-buy-map-flip-switch div {
    background: #AAA;
    color: white;
    text-align: center;
    padding: 10px 20px;
  }
  .where-to-buy-base .where-to-buy-map-flip-switch div.where-to-buy-flip-list {
    border-radius: 5px 0 0 5px;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-top: 1px solid black;
  }
  .where-to-buy-base .where-to-buy-map-flip-switch div.where-to-buy-flip-map {
    border-radius: 0 5px 5px 0;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
  }
  .where-to-buy-base .where-to-buy-map-flip-switch div.active {
    background: #333;
  }
  .where-to-buy-base .brands-label {
    display: inline;
  }
  .where-to-buy-base .where-to-buy-common-map {
    margin: 0;
  }
}
@media all and (max-width: 1024px) and (min-width: 767px) {
  .where-to-buy-base .where-to-buy-search-results table td {
    padding: 15px 0;
  }
}
@media all and (max-width: 479px) {
  .where-to-buy-base .where-to-buy-search-results .where-to-buy-search-results-container .where-to-buy-filter-view {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .where-to-buy-base .where-to-buy-search-results .where-to-buy-search-results-container .where-to-buy-search-results-filter-bar .button-secondary {
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
@media all and (min-width: 1024px) {
  .where-to-buy-base .where-to-buy-distributors-link {
    display: none;
  }
}
@media all and (max-width: 379px) {
  .where-to-buy-base .where-to-buy-map-flip-switch {
    padding: 10px 0;
  }
}
@media all and (max-width: 1024px) and (min-width: 767px) {
  .where-to-buy-base .where-to-buy-search-results-base button.where-to-buy-show-filter,
  .where-to-buy-base .where-to-buy-search-results-distributor-base button.where-to-buy-show-filter {
    display: block;
  }
}
@media all and (min-width: 767px) {
  .where-to-buy-base .where-buy-common-base .where-to-buy-filter-view {
    display: none;
  }
  .where-to-buy-base .where-buy-common-base .where-to-buy-mobile-header {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .where-buy-common-base .dealer-name-mobile {
    display: block;
  }
  .where-buy-common-base .dealer-name {
    display: none;
  }
  .where-buy-common-base .where-to-buy-results-tables {
    visibility: hidden;
    height: 0;
  }
  .where-buy-common-base .where-to-buy-results-tables.show {
    visibility: visible;
    height: auto;
  }
  .where-buy-common-base .where-buy-common-map {
    visibility: hidden;
    height: 0;
  }
  .where-buy-common-base .where-buy-common-map.show {
    visibility: visible;
    height: auto;
  }
}

.where-to-buy-distributors-cta-holder {
  padding: 15px;
}
.where-to-buy-distributors-cta-holder h4 {
  margin-bottom: 10px;
}
.where-to-buy-distributors-cta-holder .button {
  padding: 13px 40px;
}
@media all and (max-width: 1024px) {
  .where-to-buy-distributors-cta-holder {
    display: none;
  }
}

.where-to-buy-common-search-base .where-to-buy-search-field {
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-around;
  -moz-box-pack: space-around;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin: 0 10px;
}
.where-to-buy-common-search-base .where-to-buy-search-field .select-box-holder {
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.where-to-buy-common-search-base .where-to-buy-search-field .select-box-holder select {
  width: 100%;
  margin-bottom: 13px;
}
.where-to-buy-common-search-base .where-to-buy-search-field .select-box-holder select::-ms-expand {
  display: none;
}
.where-to-buy-common-search-base .where-to-buy-search-field .select-box-holder .select-box {
  top: 1px;
  display: none;
}
.where-to-buy-common-search-base .where-to-buy-search-field label {
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  text-align: center;
}
.where-to-buy-common-search-base .where-to-buy-search-field div {
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.where-to-buy-common-search-base .where-to-buy-search-field div input {
  width: 100%;
  margin-bottom: 13px;
}
.where-to-buy-common-search-base .where-to-buy-search-field.where-to-buy-search-label,
.where-to-buy-common-search-base .where-to-buy-search-field.where-to-buy-search-base-submit {
  max-width: 15%;
}
.where-to-buy-common-search-base .where-to-buy-search-field.where-to-buy-search-country,
.where-to-buy-common-search-base .where-to-buy-search-field.where-to-buy-search-local {
  max-width: 35%;
}
.where-to-buy-common-search-base .where-to-buy-search-local {
  position: relative;
}
.where-to-buy-common-search-base .where-to-buy-search-local a:hover {
  text-decoration: none;
}
.where-to-buy-common-search-base .where-to-buy-search-local .where-to-buy-search-base-postal-code {
  padding-right: 20px;
}
.where-to-buy-common-search-base .where-to-buy-search-local .where-to-buy-search-base-postal-code::-ms-clear {
  display: none;
}
.where-to-buy-common-search-base .where-to-buy-search-local .clear {
  color: #545454;
  position: absolute;
  top: calc(50% - 8px);
  right: 12px;
}
@media all and (max-width: 1024px) {
  .where-to-buy-common-search-base .where-to-buy-search-field.where-to-buy-search-label,
  .where-to-buy-common-search-base .where-to-buy-search-field.where-to-buy-search-base-submit,
  .where-to-buy-common-search-base .where-to-buy-search-field.where-to-buy-search-country,
  .where-to-buy-common-search-base .where-to-buy-search-field.where-to-buy-search-local {
    max-width: 100%;
  }
  .where-to-buy-common-search-base .where-to-buy-search-field.where-to-buy-search-label,
  .where-to-buy-common-search-base .where-to-buy-search-field.where-to-buy-search-base-submit {
    display: block;
    margin: 20px 0;
  }
  .where-to-buy-common-search-base .where-to-buy-search-field.where-to-buy-search-country,
  .where-to-buy-common-search-base .where-to-buy-search-field.where-to-buy-search-local {
    margin: 10px 0;
  }
  .where-to-buy-common-search-base .where-to-buy-search-field .select-box-holder select {
    padding-left: 15px;
    width: 100%;
  }
  .where-to-buy-common-search-base .where-to-buy-search-field label {
    -moz-flex: 1 1 35%;
    -ms-flex: 1 1 35%;
    -webkit-flex: 1 1 35%;
    flex: 1 1 35%;
    text-align: left;
    margin-right: 10px;
  }
}
@media all and (max-width: 480px) {
  .where-to-buy-common-search-base .where-to-buy-search-field div {
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
    width: 50%;
  }
  .where-to-buy-common-search-base .where-to-buy-search-field .select-box-holder {
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
    width: 50%;
  }
}

.where-to-buy-search-filter-base .where-to-buy-search-filter-category {
  padding: 20px;
  border-bottom: 1px solid #CCC;
}
.where-to-buy-search-filter-base .custom-checkbox {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  white-space: nowrap;
  text-transform: capitalize;
}
.where-to-buy-search-filter-base .custom-checkbox input {
  display: none;
}
.where-to-buy-search-filter-base .custom-checkbox span {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: #fff;
  border: 1px solid #dadada;
  position: relative;
  margin: 5px 10px 5px 0;
}
.where-to-buy-search-filter-base .custom-checkbox span.radio-button {
  border-radius: 10px;
}
.where-to-buy-search-filter-base .custom-checkbox span.radio-button span {
  border-radius: 5px;
}
.where-to-buy-search-filter-base .custom-checkbox span span {
  width: 9px;
  height: 9px;
  border: none;
  position: relative;
  margin: 2px 2px 4px;
}
.where-to-buy-search-filter-base .custom-checkbox input:checked + span span {
  background: #777;
}

.where-to-buy-base .where-to-buy-search-results-base,
.where-to-buy-base .where-to-buy-search-results-distributor-base {
  padding: 0px 0 0 3.25%;
}
.where-to-buy-base .where-to-buy-search-results-base .show-spinner,
.where-to-buy-base .where-to-buy-search-results-distributor-base .show-spinner {
  margin: 0;
}
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-results-tables,
.where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-results-tables {
  clear: both;
}
.where-to-buy-base .where-to-buy-search-results-base h2,
.where-to-buy-base .where-to-buy-search-results-distributor-base h2 {
  padding: 26px 0;
  float: left;
}
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-filter-bar,
.where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-results-filter-bar {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.where-to-buy-base .where-to-buy-search-results-base div.physical-row,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
}
.where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-info-parent,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-info-parent {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-around;
  -moz-box-pack: space-around;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-info-parent.where-to-buy-info-physical,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-info-parent.where-to-buy-info-physical {
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-info-parent.dealer-actions > .where-to-buy-dealer-action a:first-child,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-info-parent.dealer-actions > .where-to-buy-dealer-action a:first-child {
  display: none;
}
.where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-dealer-info,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-dealer-info,
.where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-dealer-location,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-dealer-location {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}
.where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-dealer-info,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-dealer-info,
.where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-dealer-location,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-dealer-location,
.where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-dealer-phone,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-dealer-phone,
.where-to-buy-base .where-to-buy-search-results-base div.physical-row .dealer-distance,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .dealer-distance {
  padding-right: 10px;
}
.where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-dealer-info,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-dealer-info,
.where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-dealer-location,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-dealer-location {
  width: 225px;
}
.where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-dealer-phone,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-dealer-phone {
  width: 125px;
}
.where-to-buy-base .where-to-buy-search-results-base div.distributor-row,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.distributor-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
}
.where-to-buy-base .where-to-buy-search-results-base div.distributor-row .where-to-buy-distributor-info,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.distributor-row .where-to-buy-distributor-info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 50px;
}
.where-to-buy-base .where-to-buy-search-results-base div.distributor-row .where-to-buy-distributor-info .where-to-buy-info-parent,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.distributor-row .where-to-buy-distributor-info .where-to-buy-info-parent {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.where-to-buy-base .where-to-buy-search-results-base div.distributor-row .where-to-buy-distributor-dealer-name,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.distributor-row .where-to-buy-distributor-dealer-name,
.where-to-buy-base .where-to-buy-search-results-base div.distributor-row .where-to-buy-distributor-address,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.distributor-row .where-to-buy-distributor-address {
  width: 250px;
}
.where-to-buy-base .where-to-buy-search-results-base div.online-row,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.online-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
}
.where-to-buy-base .where-to-buy-search-results-base div.online-row .where-to-buy-online-info-parent,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.online-row .where-to-buy-online-info-parent {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.where-to-buy-base .where-to-buy-search-results-base div.online-row .where-to-buy-online-dealer-info,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.online-row .where-to-buy-online-dealer-info,
.where-to-buy-base .where-to-buy-search-results-base div.online-row .where-to-buy-online-dealer-location,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.online-row .where-to-buy-online-dealer-location {
  width: 300px;
}
.where-to-buy-base .where-to-buy-search-results-base div.online-row .where-to-buy-online-dealer-action,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.online-row .where-to-buy-online-dealer-action {
  white-space: nowrap;
}
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-physical-container h2,
.where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-results-physical-container h2,
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-distributor-container h2,
.where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-results-distributor-container h2 {
  display: none;
}
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-physical-container .where-to-buy-search-results-header,
.where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-results-physical-container .where-to-buy-search-results-header,
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-distributor-container .where-to-buy-search-results-header,
.where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-results-distributor-container .where-to-buy-search-results-header {
  background: #333;
  padding: 20px 40px;
}
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-physical-container .where-to-buy-search-results-header.where-to-buy-physical-stores,
.where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-results-physical-container .where-to-buy-search-results-header.where-to-buy-physical-stores,
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-distributor-container .where-to-buy-search-results-header.where-to-buy-physical-stores,
.where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-results-distributor-container .where-to-buy-search-results-header.where-to-buy-physical-stores {
  margin-top: 35px;
}
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-physical-container .where-to-buy-search-results-header h3,
.where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-results-physical-container .where-to-buy-search-results-header h3,
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-distributor-container .where-to-buy-search-results-header h3,
.where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-results-distributor-container .where-to-buy-search-results-header h3 {
  color: white;
}
.where-to-buy-base .where-to-buy-search-results-base .dealer-type,
.where-to-buy-base .where-to-buy-search-results-distributor-base .dealer-type,
.where-to-buy-base .where-to-buy-search-results-base .postal-location,
.where-to-buy-base .where-to-buy-search-results-distributor-base .postal-location {
  text-transform: capitalize;
}
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-hours span,
.where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-hours span {
  display: block;
  font-size: .8em;
  line-height: 1.3;
}
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-dealer-location,
.where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-dealer-location,
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-dealer-phone,
.where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-dealer-phone,
.where-to-buy-base .where-to-buy-search-results-base .dealer-distance,
.where-to-buy-base .where-to-buy-search-results-distributor-base .dealer-distance {
  font-size: .9em;
  line-height: 1.4;
}
.where-to-buy-base .where-to-buy-search-results-base .desktop-phone,
.where-to-buy-base .where-to-buy-search-results-distributor-base .desktop-phone {
  display: inline-block;
}
.where-to-buy-base .where-to-buy-search-results-base .mobile-phone,
.where-to-buy-base .where-to-buy-search-results-distributor-base .mobile-phone {
  display: none;
}
.where-to-buy-base .where-to-buy-search-results-base .physical-table.coordinates-selected .physical-row:not(.active),
.where-to-buy-base .where-to-buy-search-results-distributor-base .physical-table.coordinates-selected .physical-row:not(.active),
.where-to-buy-base .where-to-buy-search-results-base .distributor-table.coordinates-selected .physical-row:not(.active),
.where-to-buy-base .where-to-buy-search-results-distributor-base .distributor-table.coordinates-selected .physical-row:not(.active),
.where-to-buy-base .where-to-buy-search-results-base .physical-table.coordinates-selected .distributor-row:not(.active),
.where-to-buy-base .where-to-buy-search-results-distributor-base .physical-table.coordinates-selected .distributor-row:not(.active),
.where-to-buy-base .where-to-buy-search-results-base .distributor-table.coordinates-selected .distributor-row:not(.active),
.where-to-buy-base .where-to-buy-search-results-distributor-base .distributor-table.coordinates-selected .distributor-row:not(.active) {
  opacity: 0.5;
}
.where-to-buy-base .where-to-buy-search-results-base .dealer-phone,
.where-to-buy-base .where-to-buy-search-results-distributor-base .dealer-phone,
.where-to-buy-base .where-to-buy-search-results-base .dealer-website,
.where-to-buy-base .where-to-buy-search-results-distributor-base .dealer-website {
  display: block;
  padding-top: 2px;
  white-space: nowrap;
  font-size: 1em;
}
.where-to-buy-base .where-to-buy-search-results-base .dealer-phone:before,
.where-to-buy-base .where-to-buy-search-results-distributor-base .dealer-phone:before,
.where-to-buy-base .where-to-buy-search-results-base .dealer-website:before,
.where-to-buy-base .where-to-buy-search-results-distributor-base .dealer-website:before {
  -moz-osx-font-smoothing: grayscale;
  font-family: "icomoon";
  line-height: 1;
  vertical-align: middle;
}
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-header-tab,
.where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-results-header-tab {
  display: none;
}
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-load-more-div,
.where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-load-more-div {
  text-align: center;
  padding: 50px 0;
}
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-pagination ul,
.where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-pagination ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-pagination li,
.where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-pagination li {
  margin: 6px;
}
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-pagination li:before,
.where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-pagination li:before {
  display: none;
}
@media all and (max-width: 480px) {
  .where-to-buy-base .where-to-buy-search-results-base,
  .where-to-buy-base .where-to-buy-search-results-distributor-base {
    padding: 30px;
  }
  .where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-header-tab,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-results-header-tab {
    padding: 20px 10px;
  }
  .where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-headline,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-results-headline {
    line-height: 1.2;
  }
}
@media all and (max-width: 1279px) {
  .where-to-buy-base .where-to-buy-search-results-base,
  .where-to-buy-base .where-to-buy-search-results-distributor-base {
    padding: 0px 3.25%;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row {
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-info-parent,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-info-parent {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-info-parent.where-to-buy-info-address-phone,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-info-parent.where-to-buy-info-address-phone {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-info-parent.where-to-buy-info-distance-directions,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-info-parent.where-to-buy-info-distance-directions {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flex-end;
    -moz-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-dealer-info,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-dealer-info {
    width: 220px;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-dealer-location,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-dealer-location,
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-dealer-phone,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-dealer-phone {
    width: 290px;
    padding: 0 10px;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.distributor-row .where-to-buy-distributor-info .where-to-buy-info-parent,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.distributor-row .where-to-buy-distributor-info .where-to-buy-info-parent {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.online-row .where-to-buy-online-dealer-info,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.online-row .where-to-buy-online-dealer-info,
  .where-to-buy-base .where-to-buy-search-results-base div.online-row .where-to-buy-online-dealer-location,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.online-row .where-to-buy-online-dealer-location {
    width: 250px;
  }
}
@media all and (max-width: 768px) {
  .where-to-buy-base .where-to-buy-search-results-base div.distributor-row .where-to-buy-distributor-info,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.distributor-row .where-to-buy-distributor-info {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media all and (max-width: 767px) {
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-info-parent.where-to-buy-info-name-address-phone,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-info-parent.where-to-buy-info-name-address-phone {
    flex-direction: column;
    align-items: flex-start;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-dealer-info,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-dealer-info,
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-dealer-location,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-dealer-location,
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-dealer-phone,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-dealer-phone {
    width: 100%;
    padding: 0;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.distributor-row,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.distributor-row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.distributor-row .where-to-buy-distributor-info .where-to-buy-info-parent .where-to-buy-distributor-dealer-name,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.distributor-row .where-to-buy-distributor-info .where-to-buy-info-parent .where-to-buy-distributor-dealer-name,
  .where-to-buy-base .where-to-buy-search-results-base div.distributor-row .where-to-buy-distributor-info .where-to-buy-info-parent .where-to-buy-distributor-address,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.distributor-row .where-to-buy-distributor-info .where-to-buy-info-parent .where-to-buy-distributor-address {
    width: 100%;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.distributor-row .where-to-buy-distributor-dealer-action,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.distributor-row .where-to-buy-distributor-dealer-action,
  .where-to-buy-base .where-to-buy-search-results-base div.distributor-row .mobile-phone,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.distributor-row .mobile-phone {
    margin-top: 10px;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.online-row .where-to-buy-online-info-parent,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.online-row .where-to-buy-online-info-parent {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .where-to-buy-base .where-to-buy-search-results-base .desktop-phone,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .desktop-phone {
    display: none;
  }
  .where-to-buy-base .where-to-buy-search-results-base .mobile-phone,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .mobile-phone {
    display: inline-block;
  }
  .where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-header,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-results-header {
    display: none;
  }
  .where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-table,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-results-table {
    display: none;
  }
  .where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-table.showTab,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-results-table.showTab {
    display: block;
  }
  .where-to-buy-base .where-to-buy-search-results-base .where-to-buy-filter-tabs,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-filter-tabs {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: 1px solid #777;
  }
  .where-to-buy-base .where-to-buy-search-results-base .where-to-buy-filter-tabs .where-to-buy-search-results-header-tab,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-filter-tabs .where-to-buy-search-results-header-tab {
    text-align: center;
    display: inline-block;
    padding: 10px 30px;
    background: #777;
    color: white;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin: 0;
    white-space: nowrap;
  }
  .where-to-buy-base .where-to-buy-search-results-base .where-to-buy-filter-tabs .where-to-buy-search-results-header-tab.active,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-filter-tabs .where-to-buy-search-results-header-tab.active {
    background: #333;
  }
  .where-to-buy-base .where-to-buy-search-results-base .where-to-buy-filter-tabs .where-to-buy-search-results-header-tab:first-child,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-filter-tabs .where-to-buy-search-results-header-tab:first-child {
    margin-right: 3px;
  }
  .where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-headline,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-results-headline {
    text-align: center;
    margin: 20px 0;
  }
  .where-to-buy-base .where-to-buy-search-results-base .where-to-buy-dealer-location,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-dealer-location,
  .where-to-buy-base .where-to-buy-search-results-base .where-to-buy-dealer-phone,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-dealer-phone,
  .where-to-buy-base .where-to-buy-search-results-base .dealer-distance,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .dealer-distance {
    font-size: 1em;
    padding: 0 0 10px;
  }
  .where-to-buy-base .where-to-buy-search-results-base .dealer-distance,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .dealer-distance {
    font-weight: bold;
  }
  .where-to-buy-base .where-to-buy-search-results-base .dealer-type,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .dealer-type {
    display: inline-block;
    margin-bottom: 10px;
  }
  .where-to-buy-base .where-to-buy-search-results-base .where-to-buy-hours,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-hours {
    margin-bottom: 10px;
  }
  .where-to-buy-base .where-to-buy-search-results-base .where-to-buy-hours span,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-hours span {
    font-size: 1em;
    line-height: 1;
  }
  .where-to-buy-base .where-to-buy-search-results-base .dealer-name,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .dealer-name,
  .where-to-buy-base .where-to-buy-search-results-base .dealer-name-mobile,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .dealer-name-mobile {
    margin: 0 8px 0 0;
    padding-right: 10px;
  }
}
@media all and (min-width: 767px) {
  .where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-physical-container h2,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-results-physical-container h2,
  .where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-distributor-container h2,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-results-distributor-container h2 {
    display: block;
  }
}
@media all and (max-width: 479px) {
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row {
    flex-direction: column;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-info-parent.where-to-buy-info-distance-directions,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-info-parent.where-to-buy-info-distance-directions {
    align-items: flex-start;
    margin-top: 20px;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.online-row,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.online-row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.online-row .where-to-buy-online-dealer-action,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.online-row .where-to-buy-online-dealer-action {
    margin-top: 10px;
  }
  .where-to-buy-base .where-to-buy-search-results-base .where-to-buy-filter-tabs .where-to-buy-search-results-header-tab,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-filter-tabs .where-to-buy-search-results-header-tab {
    padding: 10px 15px;
  }
}
@media all and (min-width: 1025px) {
  .where-to-buy-search-results[class*="aem-GridColumn--default--"] {
    padding-left: 6.25%;
    padding-right: 3.125%;
  }
  .where-to-buy-search-filter + .where-to-buy-search-results[class*="aem-GridColumn--default--"] {
    padding-left: 3.125%;
    padding-right: 6.25%;
  }
  .where-to-buy-search-results.aem-GridColumn--default--10,
  .where-to-buy-search-results.aem-GridColumn--default--11 {
    padding-left: 3.125%;
    padding-right: 1.5625%;
  }
  .where-to-buy-search-filter + .where-to-buy-search-result.aem-GridColumn--default--10,
  .where-to-buy-search-filter + .where-to-buy-search-result.aem-GridColumn--default--11 {
    padding-left: 1.5625%;
    padding-right: 3.125%;
  }
}
.where-to-buy-base .where-to-buy-search-results-distributor-base {
  padding: 0 20px;
}
@media all and (max-width: 767px) {
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-info-parent {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-dealer-info,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-dealer-location {
    width: auto;
  }
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-dealer-phone {
    width: auto;
  }
  .where-to-buy-base .where-to-buy-search-results-distributor-base table tr td {
    font-size: 1.2em;
    line-height: 1.2;
  }
  .where-to-buy-base .where-to-buy-search-results-distributor-base table tr td:last-child {
    text-align: left;
  }
}
.where-to-buy-dealer-action.visit-website.ferodo-only {
  display: none;
}

.where-to-buy-campaign-revamp-map {
  position: relative;
  margin: 30px 0;
}
.where-to-buy-campaign-revamp-map .show-spinner {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 1000;
}
.where-to-buy-campaign-revamp-map.google-map .gm-style-iw > div .map-infowindow {
  font-size: 1em;
}
.where-to-buy-campaign-revamp-map.google-map .gm-style-iw > div .map-infowindow .directions,
.where-to-buy-campaign-revamp-map.google-map .gm-style-iw > div .map-infowindow .where-to-buy-hours,
.where-to-buy-campaign-revamp-map.google-map .gm-style-iw > div .map-infowindow .address,
.where-to-buy-campaign-revamp-map.google-map .gm-style-iw > div .map-infowindow .distance {
  margin: 5px 0;
}
.where-to-buy-campaign-revamp-map.google-map .gm-style-iw > div .map-infowindow .dealer-name {
  font-weight: bold;
}
.where-to-buy-campaign-revamp-map.google-map .gm-style-iw > div .map-infowindow .dealer-type {
  display: inline-block;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.where-to-buy-campaign-revamp-map.google-map .gm-style-iw > div .map-infowindow .directions {
  margin-top: 10px;
}
.where-to-buy-campaign-revamp-map.google-map .gm-style-iw > div .map-infowindow .directions a {
  padding: 0;
}
.where-to-buy-campaign-revamp-map.google-map .gm-style-iw > div .map-infowindow .where-to-buy-hours span {
  display: block;
}
.where-to-buy-campaign-revamp-map.google-map .gm-style-iw > div .map-infowindow div {
  padding-bottom: 10px;
}

.where-to-buy-base h1,
.where-to-buy-base h2,
.where-to-buy-base h3,
.where-to-buy-base h4,
.where-to-buy-base h5 {
  text-transform: none;
}
.where-to-buy-base h2 {
  font-size: 25px;
  line-height: 1.2;
}
.where-to-buy-base h3 {
  font-size: 22px;
  line-height: 1.2;
}
.where-to-buy-base .hide-map {
  visibility: hidden;
  height: 0;
}
.where-to-buy-base .button-main.button-arrow,
.where-to-buy-base .button-secondary.button-arrow {
  padding: 12px 46px 12px 30px;
}
.where-to-buy-base .button-main.button-arrow:after,
.where-to-buy-base .button-secondary.button-arrow:after {
  right: 29px;
}
.where-to-buy-base select {
  width: 100%;
}
.where-to-buy-base .select-box-holder .select-box {
  display: none;
}
.where-to-buy-base .tab-list .tab-item {
  height: 42px;
  padding: 4px 20px;
}
.where-to-buy-base .tab-list .tab-item.active {
  padding-top: 5px;
  top: -1px;
}
.where-to-buy-base .mobile-type-selector {
  display: none;
}
.where-to-buy-base .where-buy-tab-row {
  padding: 30px;
}
.where-to-buy-base a.dealer-website.cta-link-external {
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.where-to-buy-base a.dealer-website.cta-link-external:after {
  top: 5px;
  position: relative;
  font-size: 26px;
  margin: -13px 0 0 0;
}
.where-to-buy-base .where-to-buy-map {
  margin-bottom: 30px;
}
.where-to-buy-base .where-to-buy-map .show-spinner {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.where-to-buy-base button.where-to-buy-show-filter {
  display: block;
  margin: 20px 0;
  padding: 8px 50px;
}
.where-to-buy-base .where-to-buy-search-results-base button.where-to-buy-show-filter,
.where-to-buy-base .where-to-buy-search-results-distributor-base button.where-to-buy-show-filter,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp button.where-to-buy-show-filter {
  display: none;
  float: right;
}
.where-to-buy-base .where-to-buy-search-filter-holder {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-content: center;
  -ms-align-content: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px 30px;
  width: 100%;
}
.where-to-buy-base .where-to-buy-search-filter-holder .where-to-buy-search-local {
  -moz-flex: 1 1 30%;
  -ms-flex: 1 1 30%;
  -webkit-flex: 1 1 30%;
  flex: 1 1 30%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-around;
  -moz-box-pack: space-around;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.where-to-buy-base .where-to-buy-search-filter-holder .where-to-buy-search-local .where-to-buy-search-local-filter {
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.where-to-buy-base .where-to-buy-search-filter-holder .where-to-buy-search-local .where-to-buy-search-local-filter + span {
  font-size: 18px;
  line-height: 1.2;
  margin-top: 25px;
  text-transform: uppercase;
}
.where-to-buy-base .where-to-buy-search-filter-holder .where-to-buy-search-base-submit {
  padding: 13px 40px;
}
.where-to-buy-base .where-to-buy-online-search-base-container,
.where-to-buy-base .where-to-buy-distributor-search-base-container {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.where-to-buy-base .where-to-buy-online-search-base-container .where-to-buy-search-country,
.where-to-buy-base .where-to-buy-distributor-search-base-container .where-to-buy-search-country {
  max-width: 290px;
}
.where-to-buy-base .where-to-buy-search-filter-header {
  padding: 20px;
  text-transform: uppercase;
}
.where-to-buy-base .where-to-buy-search-filter-base-category {
  margin: 10px 0;
}
.where-to-buy-base .where-to-buy-map-flip-switch {
  display: none;
  white-space: nowrap;
}
.where-to-buy-base .dealer-name {
  display: block;
}
.where-to-buy-base .dealer-name-mobile {
  display: none;
}
.where-to-buy-base .where-to-buy-search-results-base .dealer-name,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp .dealer-name,
.where-to-buy-base .where-to-buy-search-results-base .dealer-name-mobile,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp .dealer-name-mobile {
  font-size: 16px;
  line-height: 1.2;
  cursor: pointer;
}
.where-to-buy-base .where-to-buy-search-results-base table,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp table {
  table-layout: fixed;
}
.where-to-buy-base .where-to-buy-search-results-base table .coordinates-selected tr:not(.active),
.where-to-buy-base .where-to-buy-search-results-campaign-revamp table .coordinates-selected tr:not(.active) {
  opacity: 0.4;
}
.where-to-buy-base .where-to-buy-search-results-base table td.dealer-distance,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp table td.dealer-distance {
  text-transform: uppercase;
}
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-container .show-spinner,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-search-results-container .show-spinner {
  display: none;
}
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-distributor-container .dealer-name,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-search-results-distributor-container .dealer-name,
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-online-container .dealer-name,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-search-results-online-container .dealer-name {
  cursor: default;
}
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-distributor-container .show-spinner,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-search-results-distributor-container .show-spinner,
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-online-container .show-spinner,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-search-results-online-container .show-spinner {
  display: block;
  -webkit-transform: translate(30%, 50%);
  -moz-transform: translate(30%, 50%);
  -ms-transform: translate(30%, 50%);
  -o-transform: translate(30%, 50%);
  transform: translate(30%, 50%);
}
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-distributor-container .dealer-name,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-search-results-distributor-container .dealer-name,
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-distributor-container .dealer-name-mobile,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-search-results-distributor-container .dealer-name-mobile {
  padding: 20px 0;
}
@media all and (min-width: 1025px) {
  .where-to-buy-base .where-to-buy-search-filter-base-container .where-to-buy-search-filter-modal {
    background-color: transparent;
    position: relative;
    z-index: 1;
  }
  .where-to-buy-base .where-to-buy-search-filter-base-container .where-to-buy-search-filter-modal .button-main,
  .where-to-buy-base .where-to-buy-search-filter-base-container .where-to-buy-search-filter-modal .modal-close {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .where-to-buy-base {
    padding: 15px;
  }
  .where-to-buy-base .mobile-type-selector {
    display: block;
    margin-bottom: 30px;
  }
  .where-to-buy-base .mobile-type-selector .select-box {
    top: 2px;
  }
  .where-to-buy-base .where-buy-tab-row {
    border: none;
    padding: 0;
  }
  .where-to-buy-base .where-to-buy-search-filter-holder {
    background-color: transparent;
    padding: 0;
  }
  .where-to-buy-base .where-to-buy-search-base .where-to-buy-search-base-container,
  .where-to-buy-base .where-to-buy-search-base .where-to-buy-search-campaign-revamp-container {
    display: block;
    padding: 15px;
    margin-bottom: 30px;
  }
  .where-to-buy-base .where-to-buy-search-base .where-to-buy-search-base-container .where-to-buy-search-local .where-to-buy-search-local-filter + span,
  .where-to-buy-base .where-to-buy-search-base .where-to-buy-search-campaign-revamp-container .where-to-buy-search-local .where-to-buy-search-local-filter + span {
    display: block;
    margin: 20px 0 5px 0;
    text-align: center;
  }
  .where-to-buy-base .where-to-buy-search-base .where-to-buy-search-base-container .where-to-buy-search-base-submit,
  .where-to-buy-base .where-to-buy-search-base .where-to-buy-search-campaign-revamp-container .where-to-buy-search-base-submit {
    width: 100%;
  }
  .where-to-buy-base .where-to-buy-search-base .where-to-buy-search-base-container .where-to-buy-distributors-link,
  .where-to-buy-base .where-to-buy-search-base .where-to-buy-search-campaign-revamp-container .where-to-buy-distributors-link {
    text-align: right;
    margin-top: 10px;
    text-decoration: underline;
  }
  .where-to-buy-base .where-to-buy-online-search-base-container,
  .where-to-buy-base .where-to-buy-distributor-search-base-container {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .where-to-buy-base .where-to-buy-online-search-base-container .where-to-buy-search-country,
  .where-to-buy-base .where-to-buy-distributor-search-base-container .where-to-buy-search-country {
    max-width: none;
  }
  .where-to-buy-base .where-to-buy-online-search-base-container .show-spinner,
  .where-to-buy-base .where-to-buy-distributor-search-base-container .show-spinner {
    display: none;
  }
  .where-to-buy-base .where-to-buy-search-results {
    padding: 0;
  }
  .where-to-buy-base .where-to-buy-search-results .dealer-distance {
    margin: 5px 0;
  }
  .where-to-buy-base .where-to-buy-search-results .dealer-name,
  .where-to-buy-base .where-to-buy-search-results .dealer-name-mobile {
    font-size: 18px;
    line-height: 1.2;
  }
  .where-to-buy-base .where-to-buy-search-results .button-arrow {
    display: block;
    padding: 18px 40px;
  }
  .where-to-buy-base .where-to-buy-search-results .where-to-buy-search-results-container {
    padding: 10px 0;
  }
  .where-to-buy-base .where-to-buy-search-results .where-to-buy-search-results-container .where-to-buy-search-results-filter-bar {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-align-content: center;
    -ms-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .where-to-buy-base .where-to-buy-search-results .where-to-buy-search-results-container .where-to-buy-search-results-filter-bar h2 {
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    line-height: inherit;
    padding: 0 5px;
    text-align: center;
  }
  .where-to-buy-base .where-to-buy-search-results .where-to-buy-search-results-container .where-to-buy-search-results-filter-bar h2 span {
    word-break: break-word;
    word-wrap: break-word;
  }
  .where-to-buy-base .where-to-buy-search-results .where-to-buy-search-results-container .where-to-buy-search-results-filter-bar .button-secondary {
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 10px 0;
    padding: 17px 40px;
  }
  .where-to-buy-base .where-to-buy-search-results .where-to-buy-search-results-container .dealer-name,
  .where-to-buy-base .where-to-buy-search-results .where-to-buy-search-results-container .dealer-name-mobile {
    padding: 0;
  }
  .where-to-buy-base .where-to-buy-search-results .where-to-buy-search-results-container .show-spinner {
    display: none;
  }
  .where-to-buy-base .where-to-buy-search-results .where-to-buy-search-results-container table td:first-child {
    padding-top: 20px;
  }
  .where-to-buy-base .where-to-buy-search-results .where-to-buy-search-results-container table td:last-child {
    padding-bottom: 10px;
  }
  .where-to-buy-base .where-to-buy-search-filter-base-container.hide-filters {
    display: none;
  }
  .where-to-buy-base .where-to-buy-search-filter-base-container.show-filters {
    background: white;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    padding: 20px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
    overflow: scroll;
  }
  .where-to-buy-base .where-to-buy-search-filter-base-container.show-filters .where-to-buy-search-filter-modal {
    width: 100%;
  }
  .where-to-buy-base .where-to-buy-search-filter-base-container.show-filters .where-to-buy-search-filter-modal .where-to-buy-search-filter-header {
    background: none;
    padding: 0;
  }
  .where-to-buy-base .where-to-buy-search-filter-base-container.show-filters .where-to-buy-search-filter-modal .button-main {
    display: block;
    width: 100%;
    margin-top: 30px;
    padding: 17px 40px;
  }
  .where-to-buy-base .where-to-buy-search-filter-base-container.show-filters .where-to-buy-search-filter-modal .modal-close {
    display: inline;
    float: right;
  }
  .where-to-buy-base .where-to-buy-search-filter-base-container.show-filters .where-to-buy-search-filter-modal select {
    margin: 0;
  }
  .where-to-buy-base .where-to-buy-mobile-header {
    display: block;
  }
  .where-to-buy-base .where-to-buy-mobile-header h2 {
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    padding: 0 20px;
    text-transform: capitalize;
  }
  .where-to-buy-base .where-to-buy-filter-view {
    padding: 10px 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .where-to-buy-base .where-to-buy-map-flip-switch {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: baseline;
    -moz-box-pack: baseline;
    -ms-flex-pack: baseline;
    -webkit-justify-content: baseline;
    justify-content: baseline;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .where-to-buy-base .where-to-buy-map-flip-switch div {
    background: #AAA;
    color: white;
    text-align: center;
    padding: 10px 20px;
  }
  .where-to-buy-base .where-to-buy-map-flip-switch div.where-to-buy-flip-list {
    border-radius: 5px 0 0 5px;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-top: 1px solid black;
  }
  .where-to-buy-base .where-to-buy-map-flip-switch div.where-to-buy-flip-map {
    border-radius: 0 5px 5px 0;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
  }
  .where-to-buy-base .where-to-buy-map-flip-switch div.active {
    background: #333;
  }
  .where-to-buy-base .brands-label {
    display: inline;
  }
  .where-to-buy-base .where-to-buy-campaign-revamp-map {
    margin: 0;
  }
}
@media all and (max-width: 1024px) and (min-width: 767px) {
  .where-to-buy-base .where-to-buy-search-results table td {
    padding: 15px 0;
  }
}
@media all and (max-width: 479px) {
  .where-to-buy-base .where-to-buy-search-results .where-to-buy-search-results-container .where-to-buy-filter-view {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .where-to-buy-base .where-to-buy-search-results .where-to-buy-search-results-container .where-to-buy-search-results-filter-bar .button-secondary {
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
@media all and (min-width: 1024px) {
  .where-to-buy-base .where-to-buy-distributors-link {
    display: none;
  }
}
@media all and (max-width: 379px) {
  .where-to-buy-base .where-to-buy-map-flip-switch {
    padding: 10px 0;
  }
}
@media all and (max-width: 1024px) and (min-width: 767px) {
  .where-to-buy-base .where-to-buy-search-results-base button.where-to-buy-show-filter,
  .where-to-buy-base .where-to-buy-search-results-distributor-base button.where-to-buy-show-filter,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp button.where-to-buy-show-filter {
    display: block;
  }
}
@media all and (min-width: 767px) {
  .where-to-buy-base .where-buy-common-base .where-to-buy-filter-view {
    display: none;
  }
  .where-to-buy-base .where-buy-common-base .where-to-buy-mobile-header {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .where-buy-common-base .dealer-name-mobile {
    display: block;
  }
  .where-buy-common-base .dealer-name {
    display: none;
  }
  .where-buy-common-base .where-to-buy-results-tables {
    visibility: hidden;
    height: 0;
  }
  .where-buy-common-base .where-to-buy-results-tables.show {
    visibility: visible;
    height: auto;
  }
  .where-buy-common-base .where-buy-common-map {
    visibility: hidden;
    height: 0;
  }
  .where-buy-common-base .where-buy-common-map.show {
    visibility: visible;
    height: auto;
  }
}

.where-to-buy-distributors-cta-holder {
  padding: 15px;
}
.where-to-buy-distributors-cta-holder h4 {
  margin-bottom: 10px;
}
.where-to-buy-distributors-cta-holder .button {
  padding: 13px 40px;
}
@media all and (max-width: 1024px) {
  .where-to-buy-distributors-cta-holder {
    display: none;
  }
}

.where-to-buy-common-search-base .where-to-buy-search-field {
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-around;
  -moz-box-pack: space-around;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin: 0 10px;
}
.where-to-buy-common-search-base .where-to-buy-search-field .select-box-holder {
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.where-to-buy-common-search-base .where-to-buy-search-field .select-box-holder select {
  width: 100%;
  margin-bottom: 13px;
}
.where-to-buy-common-search-base .where-to-buy-search-field .select-box-holder select::-ms-expand {
  display: none;
}
.where-to-buy-common-search-base .where-to-buy-search-field .select-box-holder .select-box {
  top: 1px;
  display: none;
}
.where-to-buy-common-search-base .where-to-buy-search-field label {
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  text-align: center;
}
.where-to-buy-common-search-base .where-to-buy-search-field div {
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.where-to-buy-common-search-base .where-to-buy-search-field div input {
  width: 100%;
  margin-bottom: 13px;
}
.where-to-buy-common-search-base .where-to-buy-search-field.where-to-buy-search-label,
.where-to-buy-common-search-base .where-to-buy-search-field.where-to-buy-search-base-submit {
  max-width: 15%;
}
.where-to-buy-common-search-base .where-to-buy-search-field.where-to-buy-search-country,
.where-to-buy-common-search-base .where-to-buy-search-field.where-to-buy-search-local {
  max-width: 35%;
}
.where-to-buy-common-search-base .where-to-buy-search-local {
  position: relative;
}
.where-to-buy-common-search-base .where-to-buy-search-local a:hover {
  text-decoration: none;
}
.where-to-buy-common-search-base .where-to-buy-search-local .where-to-buy-search-base-postal-code {
  padding-right: 20px;
}
.where-to-buy-common-search-base .where-to-buy-search-local .where-to-buy-search-base-postal-code::-ms-clear {
  display: none;
}
.where-to-buy-common-search-base .where-to-buy-search-local .clear {
  color: #545454;
  position: absolute;
  top: calc(50% - 8px);
  right: 12px;
}
@media all and (max-width: 1024px) {
  .where-to-buy-common-search-base .where-to-buy-search-field.where-to-buy-search-label,
  .where-to-buy-common-search-base .where-to-buy-search-field.where-to-buy-search-base-submit,
  .where-to-buy-common-search-base .where-to-buy-search-field.where-to-buy-search-country,
  .where-to-buy-common-search-base .where-to-buy-search-field.where-to-buy-search-local {
    max-width: 100%;
  }
  .where-to-buy-common-search-base .where-to-buy-search-field.where-to-buy-search-label,
  .where-to-buy-common-search-base .where-to-buy-search-field.where-to-buy-search-base-submit {
    display: block;
    margin: 20px 0;
  }
  .where-to-buy-common-search-base .where-to-buy-search-field.where-to-buy-search-country,
  .where-to-buy-common-search-base .where-to-buy-search-field.where-to-buy-search-local {
    margin: 10px 0;
  }
  .where-to-buy-common-search-base .where-to-buy-search-field .select-box-holder select {
    padding-left: 15px;
    width: 100%;
  }
  .where-to-buy-common-search-base .where-to-buy-search-field label {
    -moz-flex: 1 1 35%;
    -ms-flex: 1 1 35%;
    -webkit-flex: 1 1 35%;
    flex: 1 1 35%;
    text-align: left;
    margin-right: 10px;
  }
}
@media all and (max-width: 480px) {
  .where-to-buy-common-search-base .where-to-buy-search-field div {
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
    width: 50%;
  }
  .where-to-buy-common-search-base .where-to-buy-search-field .select-box-holder {
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
    width: 50%;
  }
}

.where-to-buy-search-filter-campaign-revamp .where-to-buy-search-filter-category {
  padding: 20px;
  border-bottom: 1px solid #CCC;
}
.where-to-buy-search-filter-campaign-revamp .custom-checkbox {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  white-space: nowrap;
  text-transform: capitalize;
}
.where-to-buy-search-filter-campaign-revamp .custom-checkbox input {
  display: none;
}
.where-to-buy-search-filter-campaign-revamp .custom-checkbox span {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: #fff;
  border: 1px solid #dadada;
  position: relative;
  margin: 5px 10px 5px 0;
}
.where-to-buy-search-filter-campaign-revamp .custom-checkbox span.radio-button {
  border-radius: 10px;
}
.where-to-buy-search-filter-campaign-revamp .custom-checkbox span.radio-button span {
  border-radius: 5px;
}
.where-to-buy-search-filter-campaign-revamp .custom-checkbox span span {
  width: 9px;
  height: 9px;
  border: none;
  position: relative;
  margin: 2px 2px 4px;
}
.where-to-buy-search-filter-campaign-revamp .custom-checkbox input:checked + span span {
  background: #777;
}

.where-to-buy-base .where-to-buy-search-results-base,
.where-to-buy-base .where-to-buy-search-results-distributor-base,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp {
  padding: 0px 0 0 3.25%;
}
.where-to-buy-base .where-to-buy-search-results-base .show-spinner,
.where-to-buy-base .where-to-buy-search-results-distributor-base .show-spinner,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp .show-spinner {
  margin: 0;
}
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-results-tables,
.where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-results-tables,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-results-tables {
  clear: both;
}
.where-to-buy-base .where-to-buy-search-results-base h2,
.where-to-buy-base .where-to-buy-search-results-distributor-base h2,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp h2 {
  padding: 26px 0;
  float: left;
}
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-filter-bar,
.where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-results-filter-bar,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-search-results-filter-bar {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.where-to-buy-base .where-to-buy-search-results-base div.physical-row,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp div.physical-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
}
.where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-info-parent,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-info-parent,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp div.physical-row .where-to-buy-info-parent {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-around;
  -moz-box-pack: space-around;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-info-parent.where-to-buy-info-physical,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-info-parent.where-to-buy-info-physical,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp div.physical-row .where-to-buy-info-parent.where-to-buy-info-physical {
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-dealer-info,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-dealer-info,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp div.physical-row .where-to-buy-dealer-info,
.where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-dealer-location,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-dealer-location,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp div.physical-row .where-to-buy-dealer-location {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}
.where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-dealer-info,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-dealer-info,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp div.physical-row .where-to-buy-dealer-info,
.where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-dealer-location,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-dealer-location,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp div.physical-row .where-to-buy-dealer-location,
.where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-dealer-phone,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-dealer-phone,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp div.physical-row .where-to-buy-dealer-phone,
.where-to-buy-base .where-to-buy-search-results-base div.physical-row .dealer-distance,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .dealer-distance,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp div.physical-row .dealer-distance {
  padding-right: 10px;
}
.where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-dealer-info,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-dealer-info,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp div.physical-row .where-to-buy-dealer-info,
.where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-dealer-location,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-dealer-location,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp div.physical-row .where-to-buy-dealer-location {
  width: 225px;
}
.where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-dealer-phone,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-dealer-phone,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp div.physical-row .where-to-buy-dealer-phone {
  width: 125px;
}
.where-to-buy-base .where-to-buy-search-results-base div.distributor-row,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.distributor-row,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp div.distributor-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
}
.where-to-buy-base .where-to-buy-search-results-base div.distributor-row .where-to-buy-distributor-info,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.distributor-row .where-to-buy-distributor-info,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp div.distributor-row .where-to-buy-distributor-info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 50px;
}
.where-to-buy-base .where-to-buy-search-results-base div.distributor-row .where-to-buy-distributor-info .where-to-buy-info-parent,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.distributor-row .where-to-buy-distributor-info .where-to-buy-info-parent,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp div.distributor-row .where-to-buy-distributor-info .where-to-buy-info-parent {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.where-to-buy-base .where-to-buy-search-results-base div.distributor-row .where-to-buy-distributor-dealer-name,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.distributor-row .where-to-buy-distributor-dealer-name,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp div.distributor-row .where-to-buy-distributor-dealer-name,
.where-to-buy-base .where-to-buy-search-results-base div.distributor-row .where-to-buy-distributor-address,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.distributor-row .where-to-buy-distributor-address,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp div.distributor-row .where-to-buy-distributor-address {
  width: 250px;
}
.where-to-buy-base .where-to-buy-search-results-base div.online-row,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.online-row,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp div.online-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
}
.where-to-buy-base .where-to-buy-search-results-base div.online-row .where-to-buy-online-info-parent,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.online-row .where-to-buy-online-info-parent,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp div.online-row .where-to-buy-online-info-parent {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.where-to-buy-base .where-to-buy-search-results-base div.online-row .where-to-buy-online-dealer-info,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.online-row .where-to-buy-online-dealer-info,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp div.online-row .where-to-buy-online-dealer-info,
.where-to-buy-base .where-to-buy-search-results-base div.online-row .where-to-buy-online-dealer-location,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.online-row .where-to-buy-online-dealer-location,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp div.online-row .where-to-buy-online-dealer-location {
  width: 300px;
}
.where-to-buy-base .where-to-buy-search-results-base div.online-row .where-to-buy-online-dealer-action,
.where-to-buy-base .where-to-buy-search-results-distributor-base div.online-row .where-to-buy-online-dealer-action,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp div.online-row .where-to-buy-online-dealer-action {
  white-space: nowrap;
}
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-physical-container h2,
.where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-results-physical-container h2,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-search-results-physical-container h2,
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-distributor-container h2,
.where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-results-distributor-container h2,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-search-results-distributor-container h2 {
  display: none;
}
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-physical-container .where-to-buy-search-results-header,
.where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-results-physical-container .where-to-buy-search-results-header,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-search-results-physical-container .where-to-buy-search-results-header,
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-distributor-container .where-to-buy-search-results-header,
.where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-results-distributor-container .where-to-buy-search-results-header,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-search-results-distributor-container .where-to-buy-search-results-header {
  background: #333;
  padding: 20px 40px;
}
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-physical-container .where-to-buy-search-results-header.where-to-buy-physical-stores,
.where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-results-physical-container .where-to-buy-search-results-header.where-to-buy-physical-stores,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-search-results-physical-container .where-to-buy-search-results-header.where-to-buy-physical-stores,
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-distributor-container .where-to-buy-search-results-header.where-to-buy-physical-stores,
.where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-results-distributor-container .where-to-buy-search-results-header.where-to-buy-physical-stores,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-search-results-distributor-container .where-to-buy-search-results-header.where-to-buy-physical-stores {
  margin-top: 35px;
}
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-physical-container .where-to-buy-search-results-header h3,
.where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-results-physical-container .where-to-buy-search-results-header h3,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-search-results-physical-container .where-to-buy-search-results-header h3,
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-distributor-container .where-to-buy-search-results-header h3,
.where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-results-distributor-container .where-to-buy-search-results-header h3,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-search-results-distributor-container .where-to-buy-search-results-header h3 {
  color: white;
}
.where-to-buy-base .where-to-buy-search-results-base .dealer-type,
.where-to-buy-base .where-to-buy-search-results-distributor-base .dealer-type,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp .dealer-type,
.where-to-buy-base .where-to-buy-search-results-base .postal-location,
.where-to-buy-base .where-to-buy-search-results-distributor-base .postal-location,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp .postal-location {
  text-transform: capitalize;
}
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-hours span,
.where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-hours span,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-hours span {
  display: block;
  font-size: .8em;
  line-height: 1.3;
}
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-dealer-location,
.where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-dealer-location,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-dealer-location,
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-dealer-phone,
.where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-dealer-phone,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-dealer-phone,
.where-to-buy-base .where-to-buy-search-results-base .dealer-distance,
.where-to-buy-base .where-to-buy-search-results-distributor-base .dealer-distance,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp .dealer-distance {
  font-size: .9em;
  line-height: 1.4;
}
.where-to-buy-base .where-to-buy-search-results-base .desktop-phone,
.where-to-buy-base .where-to-buy-search-results-distributor-base .desktop-phone,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp .desktop-phone {
  display: inline-block;
}
.where-to-buy-base .where-to-buy-search-results-base .mobile-phone,
.where-to-buy-base .where-to-buy-search-results-distributor-base .mobile-phone,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp .mobile-phone {
  display: none;
}
.where-to-buy-base .where-to-buy-search-results-base .physical-table.coordinates-selected .physical-row:not(.active),
.where-to-buy-base .where-to-buy-search-results-distributor-base .physical-table.coordinates-selected .physical-row:not(.active),
.where-to-buy-base .where-to-buy-search-results-campaign-revamp .physical-table.coordinates-selected .physical-row:not(.active),
.where-to-buy-base .where-to-buy-search-results-base .distributor-table.coordinates-selected .physical-row:not(.active),
.where-to-buy-base .where-to-buy-search-results-distributor-base .distributor-table.coordinates-selected .physical-row:not(.active),
.where-to-buy-base .where-to-buy-search-results-campaign-revamp .distributor-table.coordinates-selected .physical-row:not(.active),
.where-to-buy-base .where-to-buy-search-results-base .physical-table.coordinates-selected .distributor-row:not(.active),
.where-to-buy-base .where-to-buy-search-results-distributor-base .physical-table.coordinates-selected .distributor-row:not(.active),
.where-to-buy-base .where-to-buy-search-results-campaign-revamp .physical-table.coordinates-selected .distributor-row:not(.active),
.where-to-buy-base .where-to-buy-search-results-base .distributor-table.coordinates-selected .distributor-row:not(.active),
.where-to-buy-base .where-to-buy-search-results-distributor-base .distributor-table.coordinates-selected .distributor-row:not(.active),
.where-to-buy-base .where-to-buy-search-results-campaign-revamp .distributor-table.coordinates-selected .distributor-row:not(.active) {
  opacity: 0.5;
}
.where-to-buy-base .where-to-buy-search-results-base .dealer-phone,
.where-to-buy-base .where-to-buy-search-results-distributor-base .dealer-phone,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp .dealer-phone,
.where-to-buy-base .where-to-buy-search-results-base .dealer-website,
.where-to-buy-base .where-to-buy-search-results-distributor-base .dealer-website,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp .dealer-website {
  display: block;
  padding-top: 2px;
  white-space: nowrap;
  font-size: 1em;
}
.where-to-buy-base .where-to-buy-search-results-base .dealer-phone:before,
.where-to-buy-base .where-to-buy-search-results-distributor-base .dealer-phone:before,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp .dealer-phone:before,
.where-to-buy-base .where-to-buy-search-results-base .dealer-website:before,
.where-to-buy-base .where-to-buy-search-results-distributor-base .dealer-website:before,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp .dealer-website:before {
  -moz-osx-font-smoothing: grayscale;
  font-family: "icomoon";
  line-height: 1;
  vertical-align: middle;
}
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-header-tab,
.where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-results-header-tab,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-search-results-header-tab {
  display: none;
}
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-load-more-div,
.where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-load-more-div,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-load-more-div {
  text-align: center;
  padding: 50px 0;
}
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-pagination ul,
.where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-pagination ul,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-search-pagination ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-pagination li,
.where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-pagination li,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-search-pagination li {
  margin: 6px;
}
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-pagination li:before,
.where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-pagination li:before,
.where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-search-pagination li:before {
  display: none;
}
@media all and (max-width: 480px) {
  .where-to-buy-base .where-to-buy-search-results-base,
  .where-to-buy-base .where-to-buy-search-results-distributor-base,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp {
    padding: 30px;
  }
  .where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-header-tab,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-results-header-tab,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-search-results-header-tab {
    padding: 20px 10px;
  }
  .where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-headline,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-results-headline,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-search-results-headline {
    line-height: 1.2;
  }
}
@media all and (max-width: 1279px) {
  .where-to-buy-base .where-to-buy-search-results-base,
  .where-to-buy-base .where-to-buy-search-results-distributor-base,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp {
    padding: 0px 3.25%;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp div.physical-row {
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-info-parent,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-info-parent,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp div.physical-row .where-to-buy-info-parent {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-info-parent.where-to-buy-info-address-phone,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-info-parent.where-to-buy-info-address-phone,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp div.physical-row .where-to-buy-info-parent.where-to-buy-info-address-phone {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-info-parent.where-to-buy-info-distance-directions,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-info-parent.where-to-buy-info-distance-directions,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp div.physical-row .where-to-buy-info-parent.where-to-buy-info-distance-directions {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flex-end;
    -moz-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-dealer-info,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-dealer-info,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp div.physical-row .where-to-buy-dealer-info {
    width: 220px;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-dealer-location,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-dealer-location,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp div.physical-row .where-to-buy-dealer-location,
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-dealer-phone,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-dealer-phone,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp div.physical-row .where-to-buy-dealer-phone {
    width: 290px;
    padding: 0 10px;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.distributor-row .where-to-buy-distributor-info .where-to-buy-info-parent,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.distributor-row .where-to-buy-distributor-info .where-to-buy-info-parent,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp div.distributor-row .where-to-buy-distributor-info .where-to-buy-info-parent {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.online-row .where-to-buy-online-dealer-info,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.online-row .where-to-buy-online-dealer-info,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp div.online-row .where-to-buy-online-dealer-info,
  .where-to-buy-base .where-to-buy-search-results-base div.online-row .where-to-buy-online-dealer-location,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.online-row .where-to-buy-online-dealer-location,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp div.online-row .where-to-buy-online-dealer-location {
    width: 250px;
  }
}
@media all and (max-width: 768px) {
  .where-to-buy-base .where-to-buy-search-results-base div.distributor-row .where-to-buy-distributor-info,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.distributor-row .where-to-buy-distributor-info,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp div.distributor-row .where-to-buy-distributor-info {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media all and (max-width: 767px) {
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp div.physical-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-info-parent.where-to-buy-info-name-address-phone,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-info-parent.where-to-buy-info-name-address-phone,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp div.physical-row .where-to-buy-info-parent.where-to-buy-info-name-address-phone {
    flex-direction: column;
    align-items: flex-start;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-dealer-info,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-dealer-info,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp div.physical-row .where-to-buy-dealer-info,
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-dealer-location,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-dealer-location,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp div.physical-row .where-to-buy-dealer-location,
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-dealer-phone,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-dealer-phone,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp div.physical-row .where-to-buy-dealer-phone {
    width: 100%;
    padding: 0;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.distributor-row,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.distributor-row,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp div.distributor-row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.distributor-row .where-to-buy-distributor-info .where-to-buy-info-parent .where-to-buy-distributor-dealer-name,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.distributor-row .where-to-buy-distributor-info .where-to-buy-info-parent .where-to-buy-distributor-dealer-name,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp div.distributor-row .where-to-buy-distributor-info .where-to-buy-info-parent .where-to-buy-distributor-dealer-name,
  .where-to-buy-base .where-to-buy-search-results-base div.distributor-row .where-to-buy-distributor-info .where-to-buy-info-parent .where-to-buy-distributor-address,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.distributor-row .where-to-buy-distributor-info .where-to-buy-info-parent .where-to-buy-distributor-address,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp div.distributor-row .where-to-buy-distributor-info .where-to-buy-info-parent .where-to-buy-distributor-address {
    width: 100%;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.distributor-row .where-to-buy-distributor-dealer-action,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.distributor-row .where-to-buy-distributor-dealer-action,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp div.distributor-row .where-to-buy-distributor-dealer-action,
  .where-to-buy-base .where-to-buy-search-results-base div.distributor-row .mobile-phone,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.distributor-row .mobile-phone,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp div.distributor-row .mobile-phone {
    margin-top: 10px;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.online-row .where-to-buy-online-info-parent,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.online-row .where-to-buy-online-info-parent,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp div.online-row .where-to-buy-online-info-parent {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .where-to-buy-base .where-to-buy-search-results-base .desktop-phone,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .desktop-phone,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp .desktop-phone {
    display: none;
  }
  .where-to-buy-base .where-to-buy-search-results-base .mobile-phone,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .mobile-phone,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp .mobile-phone {
    display: inline-block;
  }
  .where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-header,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-results-header,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-search-results-header {
    display: none;
  }
  .where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-table,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-results-table,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-search-results-table {
    display: none;
  }
  .where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-table.showTab,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-results-table.showTab,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-search-results-table.showTab {
    display: block;
  }
  .where-to-buy-base .where-to-buy-search-results-base .where-to-buy-filter-tabs,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-filter-tabs,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-filter-tabs {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: 1px solid #777;
  }
  .where-to-buy-base .where-to-buy-search-results-base .where-to-buy-filter-tabs .where-to-buy-search-results-header-tab,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-filter-tabs .where-to-buy-search-results-header-tab,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-filter-tabs .where-to-buy-search-results-header-tab {
    text-align: center;
    display: inline-block;
    padding: 10px 30px;
    background: #777;
    color: white;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin: 0;
    white-space: nowrap;
  }
  .where-to-buy-base .where-to-buy-search-results-base .where-to-buy-filter-tabs .where-to-buy-search-results-header-tab.active,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-filter-tabs .where-to-buy-search-results-header-tab.active,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-filter-tabs .where-to-buy-search-results-header-tab.active {
    background: #333;
  }
  .where-to-buy-base .where-to-buy-search-results-base .where-to-buy-filter-tabs .where-to-buy-search-results-header-tab:first-child,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-filter-tabs .where-to-buy-search-results-header-tab:first-child,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-filter-tabs .where-to-buy-search-results-header-tab:first-child {
    margin-right: 3px;
  }
  .where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-headline,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-results-headline,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-search-results-headline {
    text-align: center;
    margin: 20px 0;
  }
  .where-to-buy-base .where-to-buy-search-results-base .where-to-buy-dealer-location,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-dealer-location,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-dealer-location,
  .where-to-buy-base .where-to-buy-search-results-base .where-to-buy-dealer-phone,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-dealer-phone,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-dealer-phone,
  .where-to-buy-base .where-to-buy-search-results-base .dealer-distance,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .dealer-distance,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp .dealer-distance {
    font-size: 1em;
    padding: 0 0 10px;
  }
  .where-to-buy-base .where-to-buy-search-results-base .dealer-distance,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .dealer-distance,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp .dealer-distance {
    font-weight: bold;
  }
  .where-to-buy-base .where-to-buy-search-results-base .dealer-type,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .dealer-type,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp .dealer-type {
    display: inline-block;
    margin-bottom: 10px;
  }
  .where-to-buy-base .where-to-buy-search-results-base .where-to-buy-hours,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-hours,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-hours {
    margin-bottom: 10px;
  }
  .where-to-buy-base .where-to-buy-search-results-base .where-to-buy-hours span,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-hours span,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-hours span {
    font-size: 1em;
    line-height: 1;
  }
  .where-to-buy-base .where-to-buy-search-results-base .dealer-name,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .dealer-name,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp .dealer-name,
  .where-to-buy-base .where-to-buy-search-results-base .dealer-name-mobile,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .dealer-name-mobile,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp .dealer-name-mobile {
    margin: 0 8px 0 0;
    padding-right: 10px;
  }
}
@media all and (min-width: 767px) {
  .where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-physical-container h2,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-results-physical-container h2,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-search-results-physical-container h2,
  .where-to-buy-base .where-to-buy-search-results-base .where-to-buy-search-results-distributor-container h2,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-search-results-distributor-container h2,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-search-results-distributor-container h2 {
    display: block;
  }
}
@media all and (max-width: 479px) {
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp div.physical-row {
    flex-direction: column;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-info-parent.where-to-buy-info-distance-directions,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.physical-row .where-to-buy-info-parent.where-to-buy-info-distance-directions,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp div.physical-row .where-to-buy-info-parent.where-to-buy-info-distance-directions {
    align-items: flex-start;
    margin-top: 20px;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.online-row,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.online-row,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp div.online-row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.online-row .where-to-buy-online-dealer-action,
  .where-to-buy-base .where-to-buy-search-results-distributor-base div.online-row .where-to-buy-online-dealer-action,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp div.online-row .where-to-buy-online-dealer-action {
    margin-top: 10px;
  }
  .where-to-buy-base .where-to-buy-search-results-base .where-to-buy-filter-tabs .where-to-buy-search-results-header-tab,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-filter-tabs .where-to-buy-search-results-header-tab,
  .where-to-buy-base .where-to-buy-search-results-campaign-revamp .where-to-buy-filter-tabs .where-to-buy-search-results-header-tab {
    padding: 10px 15px;
  }
}
@media all and (min-width: 1025px) {
  .where-to-buy-search-results[class*="aem-GridColumn--default--"] {
    padding-left: 6.25%;
    padding-right: 3.125%;
  }
  .where-to-buy-search-filter + .where-to-buy-search-results[class*="aem-GridColumn--default--"] {
    padding-left: 3.125%;
    padding-right: 6.25%;
  }
  .where-to-buy-search-results.aem-GridColumn--default--10,
  .where-to-buy-search-results.aem-GridColumn--default--11 {
    padding-left: 3.125%;
    padding-right: 1.5625%;
  }
  .where-to-buy-search-filter + .where-to-buy-search-result.aem-GridColumn--default--10,
  .where-to-buy-search-filter + .where-to-buy-search-result.aem-GridColumn--default--11 {
    padding-left: 1.5625%;
    padding-right: 3.125%;
  }
}
.where-to-buy-base .where-to-buy-search-results-distributor-base {
  padding: 0 20px;
}
@media all and (max-width: 767px) {
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-info-parent {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-dealer-info,
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-dealer-location {
    width: auto;
  }
  .where-to-buy-base .where-to-buy-search-results-distributor-base .where-to-buy-dealer-phone {
    width: auto;
  }
  .where-to-buy-base .where-to-buy-search-results-distributor-base table tr td {
    font-size: 1.2em;
    line-height: 1.2;
  }
  .where-to-buy-base .where-to-buy-search-results-distributor-base table tr td:last-child {
    text-align: left;
  }
}

.part-finder-results-by-number {
  position: relative;
  padding: 35px 0 40px;
}
@media all and (max-width: 767px) {
  .part-finder-results-by-number {
    padding: 15px 0 20px;
  }
}

.part-finder-results-by-filter {
  position: relative;
  padding: 0 0 40px;
}
@media all and (max-width: 767px) {
  .part-finder-results-by-filter {
    padding: 0 0 20px;
  }
}

.part-finder-results-invalid-params-author-msg {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}
.part-finder-results-invalid-params-author-msg p {
  margin: 0;
}

.part-finder-full {
  position: relative;
  padding: 80px 20px;
  text-align: center;
}
.part-finder-full .part-finder-full-text .part-finder-full-headline {
  margin-bottom: 15px;
}
.part-finder-full .part-finder-full-text .part-finder-full-description {
  max-width: 640px;
  margin: 0 auto;
}
.part-finder-full .part-finder-full-searches {
  position: relative;
  overflow: hidden;
  padding: 10px 0 20px;
}
.part-finder-full .part-finder-full-searches:after {
  content: "";
  display: table;
  clear: both;
}
.part-finder-full .part-finder-by-filter,
.part-finder-full .part-finder-by-number {
  float: left;
  width: 50%;
}
.part-finder-full .part-finder-by-filter iframe,
.part-finder-full .part-finder-by-number iframe {
  width: 90%;
}
.part-finder-full .part-finder-by-filter .part-finder-by-filter-container,
.part-finder-full .part-finder-by-number .part-finder-by-number-container {
  padding: 0;
}
.part-finder-full .part-finder-full-separator {
  height: 1000px;
  position: absolute;
  left: 50%;
  width: 1px;
}
@media all and (min-width: 1025px) {
  .part-finder-full .part-finder-by-number iframe {
    max-width: none;
  }
}
@media all and (max-width: 1024px) {
  .part-finder-full {
    padding: 60px 0;
  }
  .part-finder-full .part-finder-full-text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .part-finder-full .part-finder-full-text .part-finder-full-description {
    max-width: 460px;
  }
  .part-finder-full .part-finder-full-searches {
    padding: 0;
  }
  .part-finder-full .part-finder-by-number {
    margin-top: 30px;
  }
  .part-finder-full .part-finder-by-filter,
  .part-finder-full .part-finder-by-number {
    width: 100%;
    float: none;
  }
  .part-finder-full .part-finder-by-filter iframe,
  .part-finder-full .part-finder-by-number iframe {
    width: 100%;
  }
  .part-finder-full .part-finder-full-separator {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .part-finder-full {
    padding: 40px 0;
  }
}

.part-finder-by-number .part-finder-by-number-container {
  padding: 20px 0;
}
@media all and (min-width: 768px) {
  .part-finder-by-number iframe {
    display: block;
    margin: 0 auto;
    max-width: 460px;
  }
}

.part-finder-by-filter .part-finder-by-filter-container {
  padding: 20px 0 35px;
}

.part-finder-by-specification .part-finder-by-specification-container {
  padding: 20px 0 35px;
}

/* Accordion Styles */
.accordion .accordion-item {
  border-top: 1px solid #333;
  list-style: none;
}
.accordion .accordion-item:before {
  display: none;
}
.accordion .accordion-item:last-child {
  border-bottom: 1px solid #333;
}
.accordion .accordion-item .accordion-header {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 40px 65px 40px 8px;
  position: relative;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.accordion .accordion-item .accordion-header:after {
  content: "\002B";
  font-size: 2em;
  left: auto;
  line-height: 0.4em;
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform-origin: 115% 40% 0;
  -moz-transform-origin: 115% 40% 0;
  -ms-transform-origin: 115% 40% 0;
  -o-transform-origin: 115% 40% 0;
  transform-origin: 115% 40% 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.accordion .accordion-item .accordion-header-button {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
}
.accordion .accordion-item .accordion-content {
  display: none;
  padding: 0 8px 40px 8px;
}
.accordion .accordion-item .accordion-content > *:last-child {
  margin-bottom: 0;
}
.accordion .accordion-item.active .accordion-header:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.accordion .ordered-list {
  counter-reset: customlistcounter;
}
.accordion .ordered-list .accordion-header {
  padding-left: 3em;
}
.accordion .ordered-list .accordion-header:before {
  content: counter(customlistcounter) " ";
  counter-increment: customlistcounter;
  font-weight: bold;
  height: 1.7em;
  left: 8px;
  line-height: 1.6em;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  width: 1.7em;
}
.aem-AuthorLayer-Edit .accordion .accordion-item .accordion-content,
.aem-AuthorLayer-Layouting .accordion .accordion-item .accordion-content {
  display: block;
}
img.title-icon {
  border: 1px solid #efefef;
  text-align: center;
  vertical-align: middle;
  margin: 0px 10px 0px 0px;
  padding: 5px;
  border-radius: 7px;
}

.article {
  padding: 55px 85px 35px 85px;
}
.article .fmmp-text h1,
.article .fmmp-text h2,
.article .fmmp-text h3,
.article .fmmp-text h4,
.article .fmmp-text ul,
.article .fmmp-text ol,
.article .fmmp-text p {
  margin-bottom: 26px;
}
.article .fmmp-text ul,
.article .fmmp-text ol {
  text-indent: 0px;
}
.article .fmmp-text li ol,
.article .fmmp-text li ul {
  margin-bottom: 0px;
}
.article .fmmp-text li li {
  margin-left: 20px;
}
.article .image img {
  max-width: 100%;
}
.article .article-utilities {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 479px) {
  .article .article-utilities {
    display: block;
  }
  .article .article-utilities > div {
    margin: 1em 0;
  }
}
@media (max-width: 1024px) {
  .article {
    padding: 55px;
  }
}
@media (max-width: 767px) {
  .article {
    padding: 28px 17px 8px 17px;
  }
}
@media all and (min-width: 1025px) {
  .article.aem-GridColumn--default--6 {
    padding-left: 9.921875%;
    padding-right: 4.6875%;
  }
  .article.aem-GridColumn--default--6 + .article.aem-GridColumn--default--6 {
    padding-left: 4.6875%;
    padding-right: 9.921875%;
  }
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .article.aem-GridColumn--default--6 {
    padding-left: 7.29166667%;
    padding-right: 2.08333333%;
  }
  .article.aem-GridColumn--default--6 + .article.aem-GridColumn--default--6 {
    padding-left: 2.08333333%;
    padding-right: 7.29166667%;
  }
}
@media (max-width: 767px) {
  .aem-Grid.aem-Grid--12 > .article.aem-GridColumn.aem-GridColumn--default--6 {
    width: 100%;
  }
}

.article {
  padding: 55px 85px 35px 85px;
}
.article .fmmp-text h1,
.article .text-content h1,
.article .fmmp-text h2,
.article .text-content h2,
.article .fmmp-text h3,
.article .text-content h3,
.article .fmmp-text h4,
.article .text-content h4,
.article .fmmp-text ul,
.article .text-content ul,
.article .fmmp-text ol,
.article .text-content ol,
.article .fmmp-text p,
.article .text-content p {
  margin-bottom: 24px;
}
.article .fmmp-text ul,
.article .text-content ul,
.article .fmmp-text ol,
.article .text-content ol {
  text-indent: 0px;
}
.article .fmmp-text li ol,
.article .text-content li ol,
.article .fmmp-text li ul,
.article .text-content li ul {
  margin-bottom: 0px;
}
.article .fmmp-text li li,
.article .text-content li li {
  margin-left: 20px;
}
.article .image img {
  max-width: 100%;
}
.article .article-meta {
  display: flex;
  align-items: center;
}
.article .article-label {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 5px 8px;
  text-transform: uppercase;
  letter-spacing: 1.29px;
  margin-right: 20px;
  margin-bottom: 28px;
}
.article .article-utilities {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 479px) {
  .article .article-utilities {
    display: block;
  }
  .article .article-utilities > div {
    margin: 1em 0;
  }
}
@media (max-width: 1024px) {
  .article {
    padding: 55px;
  }
}
@media (max-width: 767px) {
  .article {
    padding: 28px 17px 8px 17px;
  }
}
@media all and (min-width: 1025px) {
  .article.aem-GridColumn--default--6 {
    padding-left: 9.921875%;
    padding-right: 4.6875%;
  }
  .article.aem-GridColumn--default--6 + .article.aem-GridColumn--default--6 {
    padding-left: 4.6875%;
    padding-right: 9.921875%;
  }
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .article.aem-GridColumn--default--6 {
    padding-left: 7.29166667%;
    padding-right: 2.08333333%;
  }
  .article.aem-GridColumn--default--6 + .article.aem-GridColumn--default--6 {
    padding-left: 2.08333333%;
    padding-right: 7.29166667%;
  }
}
@media (max-width: 767px) {
  .aem-Grid.aem-Grid--12 > .article.aem-GridColumn.aem-GridColumn--default--6 {
    width: 100%;
  }
}

.fixed-carousel-three {
  overflow: hidden;
  z-index: 1;
  /*main images*/
  /*foreground overlap overrides*/
  /*thumbnails*/
  /*slickdots*/
}
.fixed-carousel-three .carousel-container {
  position: relative;
  padding-top: 530px;
}
.fixed-carousel-three .carousel-slide.slide2,
.fixed-carousel-three .carousel-slide.slide3 {
  display: none;
}
.fixed-carousel-three .slick-initialized .carousel-slide.slide2,
.fixed-carousel-three .slick-initialized .carousel-slide.slide3 {
  display: block;
}
.fixed-carousel-three .slide-content {
  padding-left: 40px;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  z-index: 1;
}
.fixed-carousel-three .slide-content p:last-child {
  margin-bottom: 0;
}
.fixed-carousel-three .has-video .slide-content {
  width: 50%;
}
.fixed-carousel-three .slide-content-video {
  position: absolute;
  left: 50%;
  top: 50%;
}
.fixed-carousel-three .hide-foreground-image .slide-content {
  padding: 0 5%;
  margin: 0 130px 0 0;
  width: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
}
.fixed-carousel-three .carousel-slide-list {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.fixed-carousel-three .carousel-slide-list .slick-list,
.fixed-carousel-three .carousel-slide-list .slick-track,
.fixed-carousel-three .carousel-slide-list .carousel-slide,
.fixed-carousel-three .carousel-slide-list .carousel-slide > div,
.fixed-carousel-three .carousel-slide-list .carousel-slide > div > div,
.fixed-carousel-three .carousel-slide-list .carousel-slide-container {
  height: 100%;
}
.fixed-carousel-three .carousel-slide-list .has-bg-medium,
.fixed-carousel-three .carousel-slide-list .has-bg-small {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.fixed-carousel-three .carousel-slide-list .carousel-slide-container {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.fixed-carousel-three .carousel-slide-list .carousel-slide-container > div {
  height: 100%;
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.fixed-carousel-three .carousel-slide-list .carousel-slide-container .carousel-foreground-image {
  position: absolute;
  height: 100%;
  padding-right: 130px;
  width: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.fixed-carousel-three .carousel-slide-list .carousel-slide-container .carousel-foreground-image .foreground-image {
  height: 100%;
  position: relative;
  margin-bottom: 0;
  overflow: visible;
}
.fixed-carousel-three .carousel-slide-list .carousel-slide-container .carousel-foreground-image .foreground-image > div {
  height: 100%;
}
.fixed-carousel-three .carousel-slide-list .carousel-slide-container .carousel-foreground-image .foreground-image > div img {
  bottom: 0;
  height: auto;
  margin: auto;
  min-height: 200px;
  min-width: 200px;
  max-width: none;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.fixed-carousel-three .has-video {
  border-right: 130px solid #000;
}
.fixed-carousel-three .show-slick-dots .has-video {
  border-right: 0;
}
.fixed-carousel-three .show-slick-dots .carousel-slide-container .carousel-foreground-image {
  padding-right: 0;
}
.fixed-carousel-three .slick-list {
  overflow: visible;
}
.fixed-carousel-three .carousel-slide .allow-foreground-overlap .carousel-slide-container {
  position: relative;
}
.fixed-carousel-three .carousel-slide .allow-foreground-overlap .carousel-slide-container .carousel-foreground-image {
  height: 110%;
  width: 65%;
}
.fixed-carousel-three .carousel-slide-nav-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-left: 1em;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1001;
}
.fixed-carousel-three .carousel-slide-nav-list .bg-authorable-wrapper {
  -moz-flex-basis: 33%;
  -ms-flex-basis: 33%;
  -webkit-flex-basis: 33%;
  flex-basis: 33%;
  height: 33%;
}
.fixed-carousel-three .carousel-slide-nav-list .bg-authorable-wrapper:last-child {
  -moz-flex-basis: 34%;
  -ms-flex-basis: 34%;
  -webkit-flex-basis: 34%;
  flex-basis: 34%;
  height: 34%;
}
.fixed-carousel-three .carousel-thumbnail {
  cursor: pointer;
  height: 100%;
  position: relative;
  transition: all 0.3s ease, z-index 0s;
  width: 130px;
}
.fixed-carousel-three .carousel-thumbnail:before {
  transition: all 0.3s ease, z-index 0s;
  content: "◄";
  font-size: 1em;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: -9px;
  opacity: 0;
}
.fixed-carousel-three .carousel-thumbnail.active {
  z-index: 2;
  cursor: default;
}
.fixed-carousel-three .carousel-thumbnail.active:before {
  opacity: 1;
}
.fixed-carousel-three .carousel-thumbnail .has-bg {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.fixed-carousel-three .carousel-thumbnail .has-bg .bg {
  background-position: center;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.fixed-carousel-three .carousel-thumbnail .has-bg .bg:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: '';
  background: #000000;
  opacity: 0.7;
}
.fixed-carousel-three .carousel-thumbnail .has-bg .bg:hover:before {
  background: #000000;
  opacity: 0.2;
}
.fixed-carousel-three .carousel-thumbnail .carousel-thumbnail-container {
  height: 100%;
  pointer-events: none;
  z-index: 10;
  text-align: center;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fixed-carousel-three .carousel-thumbnail .carousel-thumbnail-container h1,
.fixed-carousel-three .carousel-thumbnail .carousel-thumbnail-container h2,
.fixed-carousel-three .carousel-thumbnail .carousel-thumbnail-container h3,
.fixed-carousel-three .carousel-thumbnail .carousel-thumbnail-container h4,
.fixed-carousel-three .carousel-thumbnail .carousel-thumbnail-container h5,
.fixed-carousel-three .carousel-thumbnail .carousel-thumbnail-container p {
  text-align: center;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fixed-carousel-three .carousel-thumbnail.nav2,
.fixed-carousel-three .carousel-thumbnail.nav3 {
  height: calc(100% + 3px);
  margin-top: -3px;
}
.fixed-carousel-three .slick-dots {
  bottom: 0px;
}
@media all and (min-width: 1025px) {
  .fixed-carousel-three .slick-dots {
    display: none !important;
  }
  .fixed-carousel-three .show-slick-dots .slick-dots {
    display: block !important;
  }
}
@media all and (max-width: 1024px) {
  .fixed-carousel-three p {
    display: none;
  }
  .fixed-carousel-three .carousel-slide-nav-list {
    display: none;
  }
  .fixed-carousel-three .carousel-slide-list .carousel-slide .has-video {
    border-right: 0;
  }
  .fixed-carousel-three .carousel-slide-list .carousel-slide-container .carousel-foreground-image {
    padding-right: 0;
  }
  .fixed-carousel-three .carousel-slide-list .carousel-slide-container .carousel-foreground-image img {
    min-height: auto;
    min-width: auto;
  }
  .fixed-carousel-three .hide-foreground-image .slide-content {
    margin-right: 0;
  }
  .fixed-carousel-three .slide-content {
    padding-left: 17px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: left;
  }
  .fixed-carousel-three .has-video > div > div {
    width: 100%;
  }
  .fixed-carousel-three .has-video .slide-content {
    width: auto;
  }
}
@media all and (max-width: 767px) {
  .fixed-carousel-three .carousel-container {
    height: 280px;
    padding-top: 0;
  }
  .fixed-carousel-three .carousel-slide-list .carousel-slide-container .carousel-foreground-image {
    width: 100%;
  }
  .fixed-carousel-three .carousel-slide-list .carousel-slide-container .carousel-foreground-image .foreground-image img {
    display: none;
  }
  .fixed-carousel-three .slide-content {
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-right: 17px;
  }
  .fixed-carousel-three .slide-content h1,
  .fixed-carousel-three .slide-content p {
    color: #fff !important;
  }
  .fixed-carousel-three .slide-content h1 span,
  .fixed-carousel-three .slide-content p span {
    color: #fff !important;
  }
  .fixed-carousel-three .carousel-slide .allow-foreground-overlap .carousel-slide-container .carousel-foreground-image {
    width: 100%;
  }
}
@media all and (max-width: 479px) {
  .fixed-carousel-three .slide-content .button-arrow {
    display: block !important;
  }
  .fixed-carousel-three .has-bg {
    background-image: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .fixed-carousel-three .has-bg-small {
    background-image: none !important;
  }
}
@media all and (min-width: 1025px) {
  .fixed-carousel-three .has-bg-medium,
  .fixed-carousel-three .has-bg-small {
    background-image: none !important;
  }
}
.aem-AuthorLayer-Edit .fixed-carousel-three .carousel-slide-list .carousel-slide-container .carousel-foreground-image {
  width: 70%;
}
.aem-AuthorLayer-Edit .fixed-carousel-three + .new.section {
  margin-top: 100px;
}

.cross-sell {
  padding: 80px 0;
}
.show-spinner {
  margin: 0;
}
.cross-sell-header {
  padding: 0 5%;
  text-align: center;
}
.cross-sell-header h2 {
  margin-bottom: 5px;
}
.cross-sell-header p {
  margin-bottom: 40px;
}
.cross-sell-items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.cross-sell-item {
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding: 0 5%;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.cross-sell-item .image {
  height: 200px;
  overflow: hidden;
  font-size: 0px;
  line-height: 200px;
  text-align: center;
}
.cross-sell-item .image img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.cross-sell-item h3 {
  margin-bottom: 10px;
}
.cross-sell-item p {
  margin: 0;
}
.cross-sell-item .button-main {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .cross-sell {
    padding: 50px 0;
  }
  .cross-sell-header {
    margin-bottom: 30px;
  }
  .cross-sell-item .button-main {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cross-sell {
    padding: 36px 0;
  }
  .cross-sell p {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .cross-sell-header h2 {
    font-size: 30px;
  }
  .cross-sell-items {
    display: block;
  }
  .cross-sell-item {
    padding: 0 5%;
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
  }
  .cross-sell-item h3 {
    font-size: 25px;
  }
  .cross-sell-item ~ .cross-sell-item {
    margin-top: 50px;
  }
}
@media all and (max-width: 767px) {
  .cross-sell-item {
    padding-left: 10%;
    padding-right: 10%;
  }
}

.trouble-diagnostic-symptom-container .symptom-part-overlay {
  background-color: rgba(255, 255, 255, 0.95);
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
}
.trouble-diagnostic-symptom-container .symptom-part-overlay.ng-hide {
  opacity: 0;
}
.trouble-diagnostic-symptom-container .symptom-part-overlay.ng-hide-add,
.trouble-diagnostic-symptom-container .symptom-part-overlay.ng-hide-remove,
.trouble-diagnostic-symptom-container .symptom-part-overlay.ng-hide-add-active,
.trouble-diagnostic-symptom-container .symptom-part-overlay.ng-hide-remove-active {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.trouble-diagnostic-symptom-container .symptom-part-overlay .close-part {
  right: 15%;
}
.trouble-diagnostic-symptom-container .trouble-diagnostics-part-left {
  float: left;
  width: 49%;
}
.trouble-diagnostic-symptom-container .trouble-diagnostics-part-right {
  float: right;
  width: 49%;
}
.trouble-diagnostic-symptom-container .trouble-diagnostics-part-image {
  width: 280px;
  height: 280px;
  border: 5px solid #113c57;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 28px;
}
@media all and (max-width: 1160px) and (min-width: 768px) {
  .trouble-diagnostic-symptom-container .part-details {
    padding: 2% 8%;
  }
  .trouble-diagnostic-symptom-container .part-details .close-part {
    padding: 10px;
    right: 0;
    top: 0;
  }
}
@media all and (max-width: 767px) {
  .trouble-diagnostic-symptom-container .part-details {
    padding: 2% 9%;
  }
  .trouble-diagnostic-symptom-container .trouble-diagnostics-part-left,
  .trouble-diagnostic-symptom-container .trouble-diagnostics-part-right {
    float: none;
    width: auto;
  }
}
@media all and (max-width: 420px) {
  .trouble-diagnostic-symptom-container .trouble-diagnostics-part-image {
    width: 176px;
    height: 176px;
  }
}

.symptom-part-overlay .part-details,
.global-data-preview .part-details {
  height: 100%;
  padding: 4% 23%;
  position: relative;
}
.symptom-part-overlay .part-details .part-details-container,
.global-data-preview .part-details .part-details-container {
  height: 100%;
  overflow: auto;
  padding: 0 3% 3% 3%;
}
.symptom-part-overlay .part-details .buy-links a,
.global-data-preview .part-details .buy-links a {
  margin-right: 40px;
}
.symptom-part-overlay .part-details .close-part,
.global-data-preview .part-details .close-part {
  cursor: pointer;
  padding: 15px;
  position: absolute;
  right: 13%;
  top: 5%;
}
.symptom-part-overlay .part-details .part-image img,
.global-data-preview .part-details .part-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.symptom-part-overlay .part-details .buy-online-container,
.global-data-preview .part-details .buy-online-container {
  height: 52px;
  min-width: 160px;
  position: relative;
  display: inline-block;
}
.symptom-part-overlay .part-details .buy-online-container .button-main,
.global-data-preview .part-details .buy-online-container .button-main {
  border-width: 3px;
  line-height: 24px;
  padding: 0px 15px;
}
.symptom-part-overlay .part-details .buy-online-container .button-main.cta-link,
.global-data-preview .part-details .buy-online-container .button-main.cta-link {
  margin-right: 0;
  padding-right: 30px;
}
.symptom-part-overlay .part-details .buy-online-container .button-main.cta-link:after,
.global-data-preview .part-details .buy-online-container .button-main.cta-link:after {
  right: 10px;
}
.symptom-part-overlay .part-details .buy-online-container .buy-online-toolbox,
.global-data-preview .part-details .buy-online-container .buy-online-toolbox {
  background: #FFF;
  left: 0;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 52px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  min-width: 100%;
  z-index: 999;
}
.symptom-part-overlay .part-details .buy-online-container .buy-online-toolbox a,
.global-data-preview .part-details .buy-online-container .buy-online-toolbox a {
  cursor: pointer;
  display: block;
  line-height: 20px;
  min-height: 36px;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.symptom-part-overlay .part-details .buy-online-container.open-up .buy-online-toolbox,
.global-data-preview .part-details .buy-online-container.open-up .buy-online-toolbox {
  bottom: 52px;
  top: auto;
}
.symptom-part-overlay .part-details .buy-online-container:hover .buy-online-toolbox,
.global-data-preview .part-details .buy-online-container:hover .buy-online-toolbox {
  max-height: 560px;
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .symptom-part-overlay .part-details,
  .global-data-preview .part-details {
    padding: 2% 8%;
  }
  .symptom-part-overlay .part-details .buy-links a,
  .global-data-preview .part-details .buy-links a {
    margin-right: 20px;
  }
  .symptom-part-overlay .part-details .close-part,
  .global-data-preview .part-details .close-part {
    padding: 10px;
    right: 0;
    top: 0;
  }
  .symptom-part-overlay .part-details .part-image img,
  .global-data-preview .part-details .part-image img {
    max-height: 300px;
  }
}
@media all and (max-width: 767px) {
  .symptom-part-overlay .part-details,
  .global-data-preview .part-details {
    padding: 2% 9%;
  }
  .symptom-part-overlay .part-details .buy-links a,
  .global-data-preview .part-details .buy-links a {
    display: block;
  }
  .symptom-part-overlay .part-details .close-part,
  .global-data-preview .part-details .close-part {
    right: 0;
    top: 0;
  }
}

.diagnostic-center .diagnostic-center-container {
  height: 100%;
  width: 100%;
}
.diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container {
  overflow: hidden;
  position: relative;
}
.diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .show-spinner {
  background-color: rgba(255, 255, 255, 0.95);
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: calc(100% - 280px);
}
.diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .show-spinner .three-quarters-loader {
  margin-top: 25%;
  margin-left: 35%;
}
.diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-part-overlay {
  background-color: rgba(255, 255, 255, 0.95);
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: calc(100% - 280px);
}
.diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-part-overlay.ng-hide {
  opacity: 0;
}
.diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-part-overlay.ng-hide-add,
.diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-part-overlay.ng-hide-remove,
.diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-part-overlay.ng-hide-add-active,
.diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-part-overlay.ng-hide-remove-active {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media all and (min-width: 768px) {
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-nav-list {
    float: left;
    max-width: 280px;
    z-index: 10;
  }
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container {
    float: left;
    width: calc(100% - 280px);
  }
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
    margin: 0 auto;
    position: relative;
    width: 60%;
  }
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-image.selected,
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-image.default-selected {
    display: block;
  }
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-image .part-title {
    cursor: pointer;
    position: absolute;
    white-space: nowrap;
  }
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-image .part-title.part-title-left {
    -webkit-transform: translate(calc(-100% + 12px), -50%);
    -moz-transform: translate(calc(-100% + 12px), -50%);
    -ms-transform: translate(calc(-100% + 12px), -50%);
    -o-transform: translate(calc(-100% + 12px), -50%);
    transform: translate(calc(-100% + 12px), -50%);
    -ms-transform: translate(-100%, -50%);
  }
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-image .part-title.part-title-right {
    -webkit-transform: translate(-12px, -50%);
    -moz-transform: translate(-12px, -50%);
    -ms-transform: translate(-12px, -50%);
    -o-transform: translate(-12px, -50%);
    transform: translate(-12px, -50%);
  }
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-image .part-title.part-title-left:after,
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-image .part-title.part-title-right:before {
    font-family: 'icomoon' !important;
    content: "\e900";
  }
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-mobile-container {
    display: none;
  }
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-nav-list {
    max-width: 220px;
  }
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container,
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-part-overlay,
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .show-spinner {
    width: calc(100% - 220px);
  }
}
@media all and (max-width: 767px) {
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-nav-list {
    max-width: 100%;
    position: relative;
    overflow: hidden;
  }
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-nav-list.selected {
    display: none;
  }
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .show-spinner .three-quarters-loader {
    margin-left: 50%;
  }
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-image-container {
    display: none;
  }
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-mobile-container > .symptom-image {
    display: none;
  }
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-mobile-container .symptom-mobile {
    display: none;
  }
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-mobile-container .symptom-mobile .symptom-image img {
    display: block;
    margin: 15px auto;
    max-height: 300px;
  }
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-mobile-container .symptom-mobile .part {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    cursor: pointer;
  }
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-mobile-container .symptom-mobile.selected {
    display: block !important;
  }
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-mobile-container .symptom-back-link {
    display: none;
    padding: 24px 0 23px 0;
    text-align: center;
  }
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-mobile-container .symptom-was-selected {
    display: block !important;
  }
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-part-overlay,
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .show-spinner {
    width: 100%;
  }
}
.aem-AuthorLayer-Edit .diagnostic-center .symptom-image:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAxcHgiIGhlaWdodD0iNTAxcHgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPGRlZnM+CiAgICA8cGF0dGVybiBpZD0iZ3JpZCIgd2lkdGg9IjUwIiBoZWlnaHQ9IjUwIiBwYXR0ZXJuVW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KICAgICAgPHBhdGggZD0iTSA1MCAwIEwgMCAwIDAgNTAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iZ3JheSIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICA8L3BhdHRlcm4+CiAgPC9kZWZzPgogIAogIDxyZWN0IHdpZHRoPSI1MDFweCIgaGVpZ2h0PSI1MDFweCIgZmlsbD0idXJsKCNncmlkKSIvPgo8L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: contain;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.dc-symptom .symptom-link-container {
  position: relative;
}
.dc-symptom .symptom-link-container .symptom-link {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.dc-symptom .symptom-link-container .symptom-link .symptom-icon {
  -moz-flex: 10 0 100px;
  -ms-flex: 10 0 100px;
  -webkit-flex: 10 0 100px;
  flex: 10 0 100px;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
  max-width: 100px;
  position: relative;
}
.dc-symptom .symptom-link-container .symptom-link .symptom-icon .activeIcon,
.dc-symptom .symptom-link-container .symptom-link .symptom-icon .inactiveIcon {
  left: 50%;
  margin: 0 auto;
  max-width: 60px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.dc-symptom .symptom-link-container .symptom-link .symptom-icon .activeIcon {
  display: none;
}
.dc-symptom .symptom-link-container .symptom-link .symptom-icon .inactiveIcon {
  display: block;
}
.dc-symptom .symptom-link-container .symptom-link .symptom-title {
  -moz-flex: 18 1 auto;
  -ms-flex: 18 1 auto;
  -webkit-flex: 18 1 auto;
  flex: 18 1 auto;
}
.dc-symptom .symptom-link-container.selected .symptom-link .symptom-icon .activeIcon {
  display: block !important;
}
.dc-symptom .symptom-link-container.selected .symptom-link .symptom-icon .inactiveIcon {
  display: none !important;
}
.dc-symptom .symptom-link-container.default-selected .symptom-link .symptom-icon .activeIcon {
  display: block !important;
}
.dc-symptom .symptom-link-container.default-selected .symptom-link .symptom-icon .inactiveIcon {
  display: none !important;
}
@media all and (max-width: 767px) {
  .dc-symptom .symptom-link-container .symptom-link .symptom-icon {
    -moz-flex: 10 0 110px;
    -ms-flex: 10 0 110px;
    -webkit-flex: 10 0 110px;
    flex: 10 0 110px;
    max-width: 110px;
  }
  .dc-symptom .symptom-link-container.default-selected .symptom-link .symptom-icon .activeIcon {
    display: none !important;
  }
  .dc-symptom .symptom-link-container.default-selected .symptom-link .symptom-icon .inactiveIcon {
    display: block !important;
  }
}

.download-file .download-file-container {
  padding: 25px 0;
  text-align: center;
}
.download-file .download-file-container .download-file-content {
  display: inline-block;
  padding: 0 15px;
}
.download-file .download-file-container .button-main {
  display: inline-block;
}
@media (max-width: 767px) {
  .download-file .download-file-container .download-file-content {
    display: block;
    margin-bottom: 1em;
  }
}
.article .download-file .download-file-container .button-main:hover {
  text-decoration: none;
}

.download-files-button .file-download-list .select-box-holder a.select-box {
  display: none;
}
.article .download-files-button .button-main:hover {
  text-decoration: none;
}

.expert-advice {
  position: relative;
  text-align: center;
}
.expert-advice .expert-advice-container {
  padding: 50px 0 50px 0;
}
.expert-advice .expert-advice-container h2 {
  margin: 0;
}
.expert-advice .expert-advice-container p {
  padding: 30px 0;
  width: 90%;
  margin: 0 auto;
}
.expert-advice .expert-advice-container .person-headline {
  display: inline-block;
  margin-bottom: 0;
}
.expert-advice .expert-advice-container .person-headline .person-headline-avatar {
  float: none;
  margin-right: 0px;
}
.expert-advice .expert-advice-container .person-headline .person-headline-avatar img {
  border-radius: 95px;
  height: 95px;
  width: 95px;
}
.expert-advice .expert-advice-container .person-headline .person-headline-contents {
  float: none;
  text-align: center;
  padding: 0;
}
@media all and (min-width: 768px) {
  .expert-advice .expert-advice-container {
    padding: 80px 0 70px 0;
  }
  .expert-advice .expert-advice-container p {
    padding: 50px 0 40px;
    width: 80%;
  }
  .expert-advice .expert-advice-container .person-headline .person-headline-avatar {
    float: left;
    margin-right: 20px;
  }
  .expert-advice .expert-advice-container .person-headline .person-headline-contents {
    float: left;
    text-align: left;
    padding-top: 24px;
  }
}
@media all and (min-width: 1025px) {
  .expert-advice .expert-advice-container {
    padding: 115px 0 60px 0;
  }
  .expert-advice .expert-advice-container p {
    padding: 55px 0 60px;
    width: 70%;
  }
}

.header-foreground {
  position: relative;
  z-index: 1;
}
.header-foreground .has-bg {
  background-repeat: no-repeat;
}
.header-foreground .has-bg.has-bg-overlay:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: '';
  background: #000000;
  opacity: 0.4;
}
.header-foreground .has-bg.has-bg-overlay:hover:before {
  background: #000000;
  opacity: 0.4;
}
.header-foreground .reduce-padding .header-content-container {
  min-height: inherit;
}
.header-foreground .header-foreground-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 520px;
}
.header-foreground .header-content-container {
  position: relative;
  z-index: 60;
  padding-left: 40px;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 50%;
}
.header-foreground .header-content-container h1,
.header-foreground .header-content-container h2,
.header-foreground .header-content-container h3,
.header-foreground .header-content-container h4,
.header-foreground .header-content-container h5,
.header-foreground .header-content-container h6 {
  letter-spacing: 1px;
}
.header-foreground .header-content-container .header-content {
  position: relative;
  padding: 3em 0;
}
.header-foreground .header-content-container .header-content > *:first-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.header-foreground .header-foreground-image {
  max-width: 50%;
  min-width: 200px;
  min-height: 200px;
  position: absolute;
  right: 0;
  bottom: -20px;
}
.header-foreground .header-foreground-image img {
  max-height: 570px;
  max-width: 100%;
  min-height: 150px;
  min-width: 150px;
}
.header-foreground .header-foreground-image .image {
  margin-bottom: 0;
  overflow: visible;
}
.header-foreground .header-foreground-image .image > div {
  width: 100%;
}
.header-foreground .hide-foreground-image .header-foreground-container {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.header-foreground .hide-foreground-image .header-content-container {
  width: 100%;
  max-width: none;
  padding-right: 40px;
}
.header-foreground .hide-foreground-image .header-content-container h1,
.header-foreground .hide-foreground-image .header-content-container h2,
.header-foreground .hide-foreground-image .header-content-container h3,
.header-foreground .hide-foreground-image .header-content-container h4,
.header-foreground .hide-foreground-image .header-content-container h5,
.header-foreground .hide-foreground-image .header-content-container h6 {
  width: auto;
}
.header-foreground .hide-foreground-image .header-content-container .header-content {
  display: block;
}
.header-foreground .reduce-padding .header-foreground-container {
  min-height: inherit;
}
.header-foreground .has-bg-medium,
.header-foreground .has-bg-small {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-foreground .foreground-image-mobile {
  display: none;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .header-foreground .has-bg-small {
    background-image: none !important;
  }
}
@media all and (min-width: 1025px) {
  .header-foreground .has-bg-medium,
  .header-foreground .has-bg-small {
    background-image: none !important;
  }
}
@media (max-width: 1024px) {
  .header-foreground .header-foreground-container {
    min-height: 450px;
  }
  .header-foreground .header-content-container {
    padding-left: 17px;
  }
}
@media (max-width: 767px) {
  .header-foreground:after {
    -webkit-box-shadow: inset 0 0 200px -50px #000000;
    box-shadow: inset 0 0 200px -50px #000000;
  }
  .header-foreground .header-content-container {
    display: block;
    margin: 0 !important;
    min-height: 90px;
    max-width: none;
    padding-left: 17px;
    padding-right: 17px;
  }
  .header-foreground .header-content-container h1,
  .header-foreground .header-content-container h2,
  .header-foreground .header-content-container h3,
  .header-foreground .header-content-container h4,
  .header-foreground .header-content-container h5,
  .header-foreground .header-content-container h6 {
    text-align: center;
    width: auto;
  }
  .header-foreground .header-content-container .header-content {
    display: block;
    padding: 1.5em 0;
  }
  .header-foreground .foreground-image-mobile {
    display: inline !important;
  }
  .header-foreground .hide-foreground-image .header-content-container {
    padding-right: 0;
  }
  .header-foreground .header-foreground-container {
    min-height: auto;
  }
  .paragraph {
    line-height: 23px;
    text-align: center;
    display: inline-block;
    padding-bottom: 20px;
  }
  .paragraph.center {
    text-align: center;
  }
  .paragraph.left {
    text-align: left;
  }
  .paragraph.right {
    text-align: right;
  }
  .ctaButton {
    text-align: center;
    display: block;
  }
  .ctaButton.center {
    text-align: center;
  }
  .ctaButton.left {
    text-align: left;
  }
  .ctaButton.right {
    text-align: right;
  }
  .ctaButton.spread {
    display: grid;
  }
}

.header-hero {
  text-align: center;
  position: relative;
  z-index: 1;
}
.header-hero .header-hero-container {
  position: relative;
  overflow: hidden;
  /* typography */
  /* text */
  /* video */
  /* download */
  /* mailing list popup */
  /* person */
  /* all content */
}
.header-hero .header-hero-container .fa-play-circle,
.header-hero .header-hero-container h1,
.header-hero .header-hero-container h2,
.header-hero .header-hero-container h3,
.header-hero .header-hero-container h4,
.header-hero .header-hero-container h5,
.header-hero .header-hero-container h6,
.header-hero .header-hero-container p {
  margin-bottom: 15px;
}
.header-hero .header-hero-container .fa-play-circle:last-child,
.header-hero .header-hero-container h1:last-child,
.header-hero .header-hero-container h2:last-child,
.header-hero .header-hero-container h3:last-child,
.header-hero .header-hero-container h4:last-child,
.header-hero .header-hero-container h5:last-child,
.header-hero .header-hero-container h6:last-child,
.header-hero .header-hero-container p:last-child {
  margin-bottom: 0px;
}
.header-hero .header-hero-container.reduce-padding .header-hero-content-container {
  min-height: inherit;
}
.header-hero .header-hero-container.increase-padding .header-hero-content-container {
  min-height: 600px;
}
.header-hero .header-hero-container .video-wrapper {
  padding-bottom: 40.25%;
  position: relative;
}
.header-hero .header-hero-container .video-wrapper .show-spinner {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.header-hero .header-hero-container .video-wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.header-hero .header-hero-container .video {
  background: none;
  border: none;
  transform: none;
}
.header-hero .header-hero-container .video .icon-video {
  position: static;
}
.header-hero .header-hero-container .header-hero-download .header-hero-download-select {
  margin-bottom: 15px;
  text-align: left;
}
.header-hero .header-hero-container .header-hero-download .select-box {
  display: none;
}
.header-hero .header-hero-container .header-hero-mailing-list-popup {
  background-color: rgba(0, 0, 0, 0.75);
  box-shadow: 0 5px 125px 0 rgba(0, 0, 0, 0.5), 0 5px 125px 0 rgba(0, 0, 0, 0.5) inset;
  left: 50%;
  max-width: 1200px;
  min-height: 480px;
  position: fixed;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 99998;
}
.header-hero .header-hero-container .header-hero-mailing-list-popup label {
  color: #fff;
}
.header-hero .header-hero-container .header-hero-mailing-list-popup .fa {
  font-size: 150%;
}
.header-hero .header-hero-container .header-hero-mailing-list-popup .mailing-list-popup-close {
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 99999;
}
.header-hero .header-hero-container .header-hero-mailing-list-popup .mailing-list-popup-contents {
  height: 100%;
  text-align: left;
  width: 100%;
}
.header-hero .header-hero-container.type-person .header-hero-content-container {
  padding: 70px;
}
.header-hero .header-hero-container .header-hero-content-container {
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  min-height: 580px;
  height: 365px;
  /*(arbitrary height - 365px is also the min-height used for mobile view) IE 10/11 flexbox min-height fix*/
  padding: 90px;
  position: relative;
  z-index: 10;
}
.header-hero .header-hero-container .header-hero-content-container.align-y-top {
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.header-hero .header-hero-container .header-hero-content-container.align-y-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.header-hero .header-hero-container .header-hero-content-container.align-x-left .header-hero-content {
  margin: 0;
  text-align: left;
}
.header-hero .header-hero-container .header-hero-content-container.align-x-left .header-hero-content h1,
.header-hero .header-hero-container .header-hero-content-container.align-x-left .header-hero-content h2,
.header-hero .header-hero-container .header-hero-content-container.align-x-left .header-hero-content h3,
.header-hero .header-hero-container .header-hero-content-container.align-x-left .header-hero-content h4,
.header-hero .header-hero-container .header-hero-content-container.align-x-left .header-hero-content h5,
.header-hero .header-hero-container .header-hero-content-container.align-x-left .header-hero-content h6 {
  margin: 0;
}
.header-hero .header-hero-container .header-hero-content-container.align-x-center .header-hero-content {
  margin: 0 auto;
}
.header-hero .header-hero-container .header-hero-content-container.align-x-right .header-hero-content {
  margin: 0 0 0 auto;
  text-align: right;
}
.header-hero .header-hero-container .header-hero-content-container.align-x-right .header-hero-content h1,
.header-hero .header-hero-container .header-hero-content-container.align-x-right .header-hero-content h2,
.header-hero .header-hero-container .header-hero-content-container.align-x-right .header-hero-content h3,
.header-hero .header-hero-container .header-hero-content-container.align-x-right .header-hero-content h4,
.header-hero .header-hero-container .header-hero-content-container.align-x-right .header-hero-content h5,
.header-hero .header-hero-container .header-hero-content-container.align-x-right .header-hero-content h6 {
  margin: 0;
}
.header-hero .header-hero-container .header-hero-background,
.header-hero .header-hero-container .has-bg-medium,
.header-hero .header-hero-container .has-bg-small {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
.header-hero .header-hero-container.has-bg-overlay .header-hero-background:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: '';
  background: #000000;
  opacity: 0.4;
}
.header-hero .header-hero-container.has-bg-overlay .header-hero-background:hover:before {
  background: #000000;
  opacity: 0.4;
}
.header-hero .header-hero-container.has-bg-overlay .header-hero-background > * {
  position: relative;
  /* Added to make sure all content is displayed above this bg overlay */
}
.header-hero .header-hero-container .header-hero__video-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.header-hero .header-hero-container .header-hero__video {
  display: block;
  width: 100%;
}
.header-hero .header-hero-container .header-hero-content {
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0 auto;
  width: 55%;
  z-index: 10;
}
.header-hero .header-hero-container .header-hero-content .background-text-content {
  position: absolute;
  right: -10px;
  top: 0;
}
@media all and (min-width: 768px) {
  .header-hero .header-hero-container .header-hero-content .background-text-content {
    right: auto;
    left: -20px;
  }
  .header-hero .header-hero-container .header-hero-content .background-text-content.right {
    left: auto;
    right: -20px;
  }
}
.header-hero .header-hero-container .header-hero-content .person-signature {
  margin: -40px 0 -10px 0;
}
.header-hero .header-hero-container .header-hero-content .person-signature img {
  max-height: 170px;
}
.header-hero .header-hero-container .header-hero-content .person-avatar img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-clip: border-box;
  height: 200px;
  width: 200px;
}
.header-hero .header-hero-container .header-hero-content .person-contents {
  padding: 35px 0 0px 0;
}
.header-hero .header-hero-container .header-hero-content .header-hero-person-text > *:first-child {
  padding-top: 35px;
}
.header-hero .header-hero-container .container-type-pre-download {
  padding: 60px 90px;
}
.header-hero .header-hero-container .container-type-pre-download .content-type-pre-download {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header-hero .header-hero-container .container-type-pre-download .content-type-pre-download > div {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.header-hero .header-hero-container .container-type-pre-download .content-type-pre-download h1,
.header-hero .header-hero-container .container-type-pre-download .content-type-pre-download h2,
.header-hero .header-hero-container .container-type-pre-download .content-type-pre-download h3,
.header-hero .header-hero-container .container-type-pre-download .content-type-pre-download h4,
.header-hero .header-hero-container .container-type-pre-download .content-type-pre-download h5,
.header-hero .header-hero-container .container-type-pre-download .content-type-pre-download h6 {
  text-transform: none;
}
.header-hero .header-hero-container .container-type-pre-download .content-type-pre-download .pre-download-img-container {
  height: 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  -ms-box-ordinal-group: -1;
  -ms-flex-order: -1;
  -webkit-order: -1;
  -moz-order: -1;
  -ms-order: -1;
  order: -1;
}
.header-hero .header-hero-container .container-type-pre-download .content-type-pre-download .pre-download-img-container img.horz-orientation {
  height: auto;
  width: 100%;
}
.header-hero .header-hero-container .container-type-pre-download .content-type-pre-download .pre-download-img-container img.vert-orientation {
  height: 100%;
  width: auto;
}
.header-hero .header-hero-container .container-type-pre-download .content-type-pre-download .hide-mobile {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header-hero .header-hero-container .container-type-pre-download .content-type-pre-download .pre-download-button-container .button-main {
  width: auto;
}
.header-hero .header-hero-container.video-active .header-hero-content-container {
  display: block;
  height: auto !important;
  min-height: auto;
  padding: 0 !important;
}
.header-hero .header-hero-container.has-video .header-hero-content-container {
  min-height: inherit;
  padding-bottom: 40.25%;
  padding-top: 0;
  position: relative;
}
.header-hero .header-hero-container.has-video .header-hero-content {
  text-align: center;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header-hero .header-hero-container .has-bg-medium,
.header-hero .header-hero-container .has-bg-small {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .header-hero .header-hero-container .has-bg-small {
    background-image: none !important;
  }
}
@media all and (min-width: 1025px) {
  .header-hero .header-hero-container .has-bg-medium,
  .header-hero .header-hero-container .has-bg-small {
    background-image: none !important;
  }
}
@media all and (min-width: 1025px) {
  .header-hero {
    /* text */
  }
  .header-hero .reduce-padding .header-hero-content-container {
    padding: 70px;
  }
}
@media all and (min-width: 768px) {
  .header-hero .header-hero-container .container-type-pre-download .content-type-pre-download {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
    height: 100%;
  }
  .header-hero .header-hero-container .container-type-pre-download .content-type-pre-download .hide-mobile {
    width: 60%;
    padding-right: 40px;
  }
  .header-hero .header-hero-container .container-type-pre-download .content-type-pre-download .hide-mobile > * {
    width: 100%;
  }
  .header-hero .header-hero-container .container-type-pre-download .content-type-pre-download .align-right-header {
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .header-hero .header-hero-container .container-type-pre-download .content-type-pre-download .align-left-header {
    max-height: 75%;
    min-height: 50%;
  }
  .header-hero .header-hero-container .container-type-pre-download .content-type-pre-download .pre-download-img-container {
    width: 40%;
  }
  .header-hero .header-hero-container .container-type-pre-download .content-type-pre-download .align-right-img {
    -moz-flex-basis: 75%;
    -ms-flex-basis: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-order: 0;
    order: 0;
  }
  .header-hero .header-hero-container .container-type-pre-download .content-type-pre-download .align-left-img {
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
  }
  .header-hero .header-hero-container .container-type-pre-download .content-type-pre-download .pre-download-button-container {
    width: 40%;
  }
  .header-hero .header-hero-container .container-type-pre-download .content-type-pre-download .align-right-btn {
    -webkit-box-align: flex-end;
    -moz-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -moz-flex-basis: 25%;
    -ms-flex-basis: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
  }
  .header-hero .header-hero-container .container-type-pre-download .content-type-pre-download .align-left-btn {
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding-top: 40px;
  }
}
@media all and (max-width: 1024px) {
  .header-hero .header-hero-container {
    /* mailing list popup */
    /* person */
  }
  .header-hero .header-hero-container .header-hero-content-container {
    padding: 30px 30px 80px 30px;
  }
  .header-hero .header-hero-container .header-hero-content-container.has-bg-text .header-hero-content {
    width: 100%;
  }
  .header-hero .header-hero-container .mailing-list-popup .mailing-list-popup-contents {
    width: 80%;
  }
  .header-hero .header-hero-container.type-person .header-hero-content-container {
    padding: 50px;
  }
  .header-hero .header-hero-container .header-hero-content {
    width: 75%;
  }
  .header-hero .header-hero-container .header-hero-content h1,
  .header-hero .header-hero-container .header-hero-content h2,
  .header-hero .header-hero-container .header-hero-content h3 {
    margin-left: -5%;
    margin-right: -5%;
  }
  .header-hero .header-hero-container .header-hero-content .person-signature {
    margin: -20px 0 -8px 0;
  }
  .header-hero .header-hero-container .header-hero-content .person-avatar img {
    height: 160px;
    width: 160px;
  }
  .header-hero .header-hero-container .header-hero-content .person-contents {
    padding: 24px 0 0px 0;
  }
  .header-hero .header-hero-container .header-hero-content .header-hero-person-text > *:first-child {
    padding-top: 25px;
  }
  .header-hero .header-hero-container.has-video .header-hero-content {
    width: 75%;
  }
}
@media all and (max-width: 767px) {
  .header-hero .header-hero-container {
    /* mailing list popup */
    /* person */
  }
  .header-hero .header-hero-container .header-hero-content-container {
    min-height: 365px;
    padding: 45px 30px 40px 30px;
  }
  .header-hero .header-hero-container .header-hero-content-container.has-bg-text .header-hero-content {
    width: 100%;
  }
  .header-hero .header-hero-container .container-type-pre-download {
    height: 100%;
  }
  .header-hero .header-hero-container .container-type-pre-download .content-type-pre-download .hide-mobile {
    margin: 25px 0;
  }
  .header-hero .header-hero-container .header-hero-content {
    width: 85%;
  }
  .header-hero .header-hero-container .header-hero-mailing-list-popup {
    height: 100%;
    overflow: auto;
    top: 50%;
    width: 100%;
  }
  .header-hero .header-hero-container .header-hero-mailing-list-popup .mailing-list-popup-contents {
    width: 90%;
  }
  .header-hero .header-hero-container.type-person .header-hero-content-container {
    padding: 40px;
  }
  .header-hero .header-hero-container .header-hero-content .header-hero-download {
    margin-left: inherit;
    margin-right: inherit;
  }
  .header-hero .header-hero-container .header-hero-content .header-hero-download-select,
  .header-hero .header-hero-container .header-hero-content .button-main {
    display: block;
    margin-top: 15px;
    width: 100%;
  }
  .header-hero .header-hero-container .header-hero-content .person-signature {
    margin: -18px 0 -10px 0;
  }
  .header-hero .header-hero-container .header-hero-content .person-signature img {
    max-height: 120px;
  }
  .header-hero .header-hero-container .header-hero-content .person-avatar img {
    height: 100px;
    width: 100px;
  }
  .header-hero .header-hero-container .header-hero-content .person-contents {
    padding: 10px 0 0px 0;
  }
  .header-hero .header-hero-container .header-hero-content .header-hero-person-text > *:first-child {
    padding-top: 15px;
  }
}
@media all and (max-width: 479px) {
  .header-hero .header-hero-container {
    /* mailing list popup */
  }
  .header-hero .header-hero-container.has-video .hide-mobile {
    display: none;
  }
  .header-hero .header-hero-container .header-hero-mailing-list-popup .mailing-list-popup-contents {
    width: 100%;
  }
  .header-hero .header-hero-container .header-hero-mailing-list-popup .mailing-list-popup-close {
    right: 5%;
  }
}

body.disable-scrolling {
  overflow: hidden;
}
.overlay-hero {
  z-index: 2;
}
.header-hero-video-modal-overlay {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.header-hero-video-modal-link {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.header-hero-video-modal-link h5 {
  display: inline-block;
  padding-left: 10px;
}
.header-hero-video-modal {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-hero-video-modal-container {
  height: 25vh;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: calc(44.44444444vh);
}
@media all and (min-width: 768px) {
  .header-hero-video-modal-container {
    height: 40vh;
    width: calc(71.11111111vh);
  }
}
@media all and (min-width: 900px) {
  .header-hero-video-modal-container {
    height: 60vh;
    width: calc(106.66666667vh);
  }
}
@media all and (min-width: 1280px) {
  .header-hero-video-modal-container {
    height: 70vh;
    width: calc(124.44444444vh);
  }
}
.header-hero-video-modal--close-icon {
  background: rgba(255, 255, 255, 0.6);
  color: #000;
  display: inline-block;
  font-size: 10px;
  line-height: 0;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.header-hero-video-modal--close-icon:hover {
  border: 0;
}
.header-hero-video-modal iframe {
  bottom: 0;
  height: 100%;
  height: 25vh;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  width: calc(44.44444444vh);
  z-index: 2;
}
@media all and (min-width: 768px) {
  .header-hero-video-modal iframe {
    height: 40vh;
    width: calc(71.11111111vh);
  }
}
@media all and (min-width: 900px) {
  .header-hero-video-modal iframe {
    height: 60vh;
    width: calc(106.66666667vh);
  }
}
@media all and (min-width: 1280px) {
  .header-hero-video-modal iframe {
    height: 70vh;
    width: calc(124.44444444vh);
  }
}

.header-lede {
  position: relative;
}
.header-lede .has-bg {
  background-repeat: no-repeat;
}
.header-lede .has-bg.has-bg-overlay:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: '';
  background: #000000;
  opacity: 0.4;
}
.header-lede .has-bg.has-bg-overlay:hover:before {
  background: #000000;
  opacity: 0.4;
}
.header-lede .header-lede-container {
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  min-height: 580px;
  padding: 90px;
  position: relative;
}
.header-lede .header-lede-container.left .header-lede-content {
  text-align: left;
}
.header-lede .header-lede-container.left .header-lede-teaser {
  margin: 0;
}
.header-lede .header-lede-container.right .header-lede-content {
  text-align: right;
}
.header-lede .header-lede-container.right .header-lede-teaser {
  margin-right: 0;
}
.header-lede .header-lede-container.top {
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.header-lede .header-lede-container.bottom {
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  height: 1px;
}
.header-lede .header-lede-container.y-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 1px;
}
.header-lede .header-lede-content {
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative;
  width: 55%;
}
.header-lede .header-lede-person {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-clip: border-box;
  display: block;
}
.header-lede .has-bg-medium,
.header-lede .has-bg-small {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .header-lede .has-bg-small {
    background-image: none !important;
  }
}
@media all and (min-width: 1025px) {
  .header-lede .has-bg-medium,
  .header-lede .has-bg-small {
    background-image: none !important;
  }
}
@media all and (max-width: 1024px) {
  .header-lede .header-lede-container {
    padding: 30px 30px 80px 30px;
  }
  .header-lede .header-lede-content {
    width: 85%;
  }
}
@media all and (max-width: 767px) {
  .header-lede .header-lede-container {
    min-height: 365px;
    padding: 45px 30px 40px 30px;
  }
  .header-lede .header-lede-content {
    width: 100%;
  }
}

.header-simple {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.hero h1:last-child,
.hero h2:last-child,
.hero h3:last-child,
.hero p:last-child {
  margin-bottom: 0;
}
.hero .hero-container {
  position: relative;
  padding-top: 40%;
}
.hero .hero-content-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.hero .hero-content {
  position: relative;
}
.hero .align-x-left {
  text-align: left;
  left: 0;
}
.hero .align-x-center {
  text-align: center;
  left: 50%;
}
.hero .align-x-right {
  text-align: right;
  left: 100%;
}
.hero .align-y-top {
  top: 0;
}
.hero .align-y-center {
  top: 50%;
}
.hero .align-y-bottom {
  top: 100%;
}
.hero .align-x-left.align-y-center {
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.hero .align-x-left.align-y-bottom {
  -webkit-transform: translate(0%, -100%);
  -moz-transform: translate(0%, -100%);
  -ms-transform: translate(0%, -100%);
  -o-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
}
.hero .align-x-center.align-y-top {
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.hero .align-x-center.align-y-center {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hero .align-x-center.align-y-bottom {
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.hero .align-x-right.align-y-top {
  -webkit-transform: translate(-100%, 0%);
  -moz-transform: translate(-100%, 0%);
  -ms-transform: translate(-100%, 0%);
  -o-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
}
.hero .align-x-right.align-y-center {
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.hero .align-x-right.align-y-bottom {
  -webkit-transform: translate(-100%, -100%);
  -moz-transform: translate(-100%, -100%);
  -ms-transform: translate(-100%, -100%);
  -o-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}
@media all and (max-width: 1024px) {
  .hero .hero-container {
    padding-top: 100%;
  }
}
@media all and (max-width: 767px) {
  .hero .hero-bg-container {
    height: auto !important;
  }
  .hero .hero-container {
    padding-top: 0 !important;
  }
  .hero .hero-content-container {
    position: relative;
  }
  .hero .align-x-left {
    top: 0 !important;
    -webkit-transform: translate(0%, 0%) !important;
    -moz-transform: translate(0%, 0%) !important;
    -ms-transform: translate(0%, 0%) !important;
    -o-transform: translate(0%, 0%) !important;
    transform: translate(0%, 0%) !important;
  }
  .hero .align-x-center {
    top: 0 !important;
    -webkit-transform: translate(-50%, 0%) !important;
    -moz-transform: translate(-50%, 0%) !important;
    -ms-transform: translate(-50%, 0%) !important;
    -o-transform: translate(-50%, 0%) !important;
    transform: translate(-50%, 0%) !important;
  }
  .hero .align-x-right {
    top: 0 !important;
    -webkit-transform: translate(-100%, 0%) !important;
    -moz-transform: translate(-100%, 0%) !important;
    -ms-transform: translate(-100%, 0%) !important;
    -o-transform: translate(-100%, 0%) !important;
    transform: translate(-100%, 0%) !important;
  }
}

.image-gallery-wrapper .img-gal .spinner {
  text-align: center;
}
.image-gallery-wrapper .img-gal .album-name {
  margin: 10px 0 10px 50px;
}
.image-gallery-wrapper .img-gal .blueimp-gallery .next,
.image-gallery-wrapper .img-gal .blueimp-gallery .prev {
  font-size: 35px;
  line-height: 40px;
}
.image-gallery-wrapper .img-gal .blueimp-gallery .download {
  position: absolute;
  top: 15px;
  left: 15px;
  text-decoration: none;
  color: white;
  cursor: pointer;
}
.image-gallery-wrapper .img-gal .gallery-thumbnails {
  padding: 0 50px;
  position: relative;
}
.image-gallery-wrapper .img-gal .gallery-thumbnails .scroll-left-button {
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 45px;
  font-weight: 100;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  border: 3px solid #fff;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-border-radius: 23px;
  border-radius: 23px;
  background-clip: padding-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=(50));
  opacity: 0.5;
  cursor: pointer;
}
.image-gallery-wrapper .img-gal .gallery-thumbnails .scroll-right-button {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 45px;
  font-weight: 100;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  border: 3px solid #fff;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-border-radius: 23px;
  border-radius: 23px;
  background-clip: padding-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=(50));
  opacity: 0.5;
  cursor: pointer;
}
.image-gallery-wrapper .img-gal .gallery-thumbnails .thumbnails-wrapper {
  width: 100%;
  overflow: hidden;
}
.image-gallery-wrapper .img-gal .gallery-thumbnails #links {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.image-gallery-wrapper .img-gal .gallery-thumbnails #links > a {
  position: relative;
  margin-right: 3px;
  margin-bottom: 3px;
  height: 75px;
  width: 75px;
  display: inline-block;
}
.image-gallery-wrapper .img-gal .gallery-thumbnails #links > a i.fa {
  display: none;
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  font-size: 24px;
}
.image-gallery-wrapper .img-gal .gallery-thumbnails #links > a:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=(40));
  opacity: 0.4;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.image-gallery-wrapper .img-gal .gallery-thumbnails #links > a:hover i.fa {
  display: block;
}
@media (max-width: 767px) {
  .image-gallery-wrapper .img-gal .album-name {
    margin-left: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .image-gallery-wrapper .img-gal .blueimp-gallery .indicator {
    display: none;
  }
  .image-gallery-wrapper .img-gal .gallery-thumbnails {
    padding: 0;
  }
  .image-gallery-wrapper .img-gal .gallery-thumbnails .scroll-left-button,
  .image-gallery-wrapper .img-gal .gallery-thumbnails .scroll-right-button {
    display: none;
  }
  .image-gallery-wrapper .img-gal .gallery-thumbnails .thumbnails-wrapper {
    overflow: visible;
  }
  .image-gallery-wrapper .img-gal .gallery-thumbnails #links {
    width: 100% !important;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.show-spinner {
  padding-top: 50px;
  width: 100%;
}
.ledes-container .delayed-load-carousel-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  position: relative;
  width: 100%;
}
@media all and (min-width: 1024px) {
  .ledes-container .delayed-load-carousel-container {
    padding: 33px;
  }
}
.ledes-container .lede {
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 19px;
  position: relative;
}
.ledes-container .lede img {
  display: inline;
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
}
.ledes-container .lede-property-heading {
  display: none;
}
.ledes-container .lede figure > a.no-image {
  display: none;
}
.ledes-container .lede:hover .lede-teaser-cta {
  text-decoration: underline;
}
.ledes-container .lede-title::after {
  bottom: 0;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.ledes-container.right figure {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ledes-container.right a.lede-teaser-cta {
  margin-left: 20px;
}
.ledes-container.right a.lede-teaser-cta.cta-link {
  margin-left: 0;
}
.ledes-container.left a.lede-teaser-cta {
  margin-right: 20px;
}
.ledes-container.left .lede,
.ledes-container.right .lede {
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
}
.ledes-container.left figure,
.ledes-container.right figure {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ledes-container.left .lede-title,
.ledes-container.right .lede-title {
  font-size: 1em;
}
.ledes-container.left .lede-teaser-text,
.ledes-container.right .lede-teaser-text {
  font-size: 0.875em;
}
.ledes-container.left a.lede-teaser-cta,
.ledes-container.right a.lede-teaser-cta {
  display: block;
  font-size: 0.875em;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
}
.ledes-container.left a.lede-teaser-cta .lede-image:before,
.ledes-container.right a.lede-teaser-cta .lede-image:before {
  padding: 0;
}
.ledes-container.left a.lede-teaser-cta .lede-image .lede-video-side-container,
.ledes-container.right a.lede-teaser-cta .lede-image .lede-video-side-container {
  position: relative;
}
.ledes-container.left a.lede-teaser-cta .lede-image .lede-video-side-container img,
.ledes-container.right a.lede-teaser-cta .lede-image .lede-video-side-container img {
  position: static;
  width: 100%;
}
.ledes-container.left figcaption,
.ledes-container.right figcaption {
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
}
.ledes-container .lede-heading {
  margin-bottom: 10px;
}
.ledes-container .lede-title.center {
  text-align: center;
  display: block;
}
.ledes-container .lede-title.left {
  text-align: left;
  display: block;
}
.ledes-container .lede-title.right {
  text-align: right;
  display: block;
}
.ledes-container .ledes-filter {
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.ledes-container .ledes-filter label {
  padding-right: 38px;
  vertical-align: middle;
}
.ledes-container .ledes-filter select {
  margin: 24px 0 23px 0;
  max-width: 100%;
}
.ledes-container .ledes-filter .select-box-holder {
  display: inline-block;
}
.ledes-container .ledes-filter .select-box-holder .select-box {
  display: none;
}
.ledes-container .ledes-filter-placeholder {
  height: 97px;
  width: 100%;
}
.ledes-container .lede-meta {
  padding: 14px 0 11px 0;
}
.ledes-container .lede-teaser {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1.2em;
  justify-content: center;
}
.ledes-container .lede-teaser .button-main {
  margin-top: 20px;
}
.ledes-container .lede-teaser .lede-teaser-cta {
  display: inline-block;
  margin-top: 12px;
  position: relative;
}
.ledes-container .lede-teaser .lede-teaser-text {
  margin: 8px 0 0 0;
}
.ledes-container .lede-teaser.centeret {
  display: flex;
  justify-content: center;
}
.ledes-container .lede-teaser.leftet {
  display: flex;
  justify-content: flex-start;
}
.ledes-container .lede-teaser.rightet {
  display: flex;
  justify-content: flex-end;
}
.ledes-container .view-more {
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  margin: 19px;
  width: 100%;
  text-align: center;
}
.ledes-container .view-more.center {
  text-align: center;
}
.ledes-container .view-more.left {
  text-align: left;
}
.ledes-container .view-more.right {
  text-align: right;
  padding-right: 19px;
  margin-inline-start: auto;
}
.ledes-container p.lede-teaser-text {
  width: 100%;
}
.ledes-container[data-cols="2"] .lede {
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}
.ledes-container[data-cols="3"] .lede {
  -moz-flex-basis: 33.333333%;
  -ms-flex-basis: 33.333333%;
  -webkit-flex-basis: 33.333333%;
  flex-basis: 33.333333%;
  max-width: 33.333333%;
  width: 33.333333%;
}
.ledes-container[data-cols="4"] .lede {
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%;
  width: 25%;
}
@media all and (max-width: 1024px) {
  .ledes-container[data-cols="3"] .lede {
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .ledes-container[data-cols="4"] .lede {
    -moz-flex-basis: 33.333333%;
    -ms-flex-basis: 33.333333%;
    -webkit-flex-basis: 33.333333%;
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    width: 33.333333%;
  }
}
@media all and (max-width: 767px) {
  .ledes-container {
    padding: 16px 0;
  }
  .ledes-container .lede {
    padding: 16px 18px;
  }
  .ledes-container .ledes-filter {
    padding: 34px 0;
  }
  .ledes-container .ledes-filter label {
    display: block;
    padding-bottom: 20px;
    padding-right: 0;
  }
  .ledes-container .ledes-filter select {
    margin: 4px 0 0 0;
  }
  .ledes-container .ledes-filter-placeholder {
    height: 156px;
  }
  .ledes-container .view-more {
    margin: 16px 18px;
  }
  .ledes-container[data-cols="3"] .lede,
  .ledes-container[data-cols="4"] .lede {
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .ledes-container[data-cols="2"].left .lede,
  .ledes-container[data-cols="3"].left .lede,
  .ledes-container[data-cols="4"].left .lede,
  .ledes-container[data-cols="2"].right .lede,
  .ledes-container[data-cols="3"].right .lede,
  .ledes-container[data-cols="4"].right .lede {
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .ledes-container[data-cols="2"].left .lede,
  .ledes-container[data-cols="3"].left .lede,
  .ledes-container[data-cols="4"].left .lede,
  .ledes-container[data-cols="2"].right .lede,
  .ledes-container[data-cols="3"].right .lede,
  .ledes-container[data-cols="4"].right .lede {
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .ledes-container[data-cols="2"].left .lede .lede-teaser,
  .ledes-container[data-cols="3"].left .lede .lede-teaser,
  .ledes-container[data-cols="4"].left .lede .lede-teaser,
  .ledes-container[data-cols="2"].right .lede .lede-teaser,
  .ledes-container[data-cols="3"].right .lede .lede-teaser,
  .ledes-container[data-cols="4"].right .lede .lede-teaser {
    min-width: 300px;
    width: 300px;
  }
}
@media all and (max-width: 479px) {
  .ledes-container[data-cols="2"] .lede,
  .ledes-container[data-cols="3"] .lede,
  .ledes-container[data-cols="4"] .lede {
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .ledes-container[data-cols="2"].left figcaption,
  .ledes-container[data-cols="3"].left figcaption,
  .ledes-container[data-cols="4"].left figcaption,
  .ledes-container[data-cols="2"].right figcaption,
  .ledes-container[data-cols="3"].right figcaption,
  .ledes-container[data-cols="4"].right figcaption {
    width: 50%;
  }
}
.ledes-container.ledes-hover-cards figcaption {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  padding: 10px;
  position: absolute;
  top: 70%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.ledes-container.ledes-hover-cards figcaption .lede-teaser {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ledes-container.ledes-hover-cards figcaption .lede-title {
  font-size: 1.3125em;
  line-height: 25px;
}
.ledes-container.ledes-hover-cards figcaption .lede-teaser .lede-teaser-text {
  line-height: 18px;
  margin-top: 5px;
}
.ledes-container.ledes-hover-cards[data-cols="2"] .lede {
  -moz-flex-basis: 47.5%;
  -ms-flex-basis: 47.5%;
  -webkit-flex-basis: 47.5%;
  flex-basis: 47.5%;
  max-width: 47.5%;
  width: 47.5%;
}
.ledes-container.ledes-hover-cards[data-cols="3"] .lede {
  -moz-flex-basis: 30.333333%;
  -ms-flex-basis: 30.333333%;
  -webkit-flex-basis: 30.333333%;
  flex-basis: 30.333333%;
  max-width: 30.333333%;
  width: 30.333333%;
}
.ledes-container.ledes-hover-cards[data-cols="4"] .lede {
  padding: 20px 0;
  -moz-flex-basis: 22%;
  -ms-flex-basis: 22%;
  -webkit-flex-basis: 22%;
  flex-basis: 22%;
  max-width: 22%;
  width: 22%;
}
.ledes-container.ledes-hover-cards .lede {
  margin: 20px 1%;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.ledes-container.ledes-hover-cards .lede:hover figcaption {
  opacity: 1;
  -webkit-transform: translate(0, -70%);
  -moz-transform: translate(0, -70%);
  -ms-transform: translate(0, -70%);
  -o-transform: translate(0, -70%);
  transform: translate(0, -70%);
}
.ledes-container.ledes-hover-cards .lede:hover figcaption .lede-teaser {
  opacity: 1;
}
@media all and (min-width: 1025px) and (max-width: 1279px) {
  .ledes-container.ledes-hover-cards[data-cols="3"] .lede .lede-title {
    font-size: 1.125em;
    line-height: 21px;
  }
  .ledes-container.ledes-hover-cards[data-cols="4"] .lede {
    padding: 30px 0;
  }
  .ledes-container.ledes-hover-cards[data-cols="4"] .lede .lede-title {
    font-size: 1em;
    line-height: 18px;
  }
}
@media all and (max-width: 1024px) {
  .ledes-container.ledes-hover-cards[data-cols="3"] .lede {
    -moz-flex-basis: 47.5%;
    -ms-flex-basis: 47.5%;
    -webkit-flex-basis: 47.5%;
    flex-basis: 47.5%;
    max-width: 47.5%;
    width: 47.5%;
  }
  .ledes-container.ledes-hover-cards[data-cols="4"] .lede {
    -moz-flex-basis: 30.333333%;
    -ms-flex-basis: 30.333333%;
    -webkit-flex-basis: 30.333333%;
    flex-basis: 30.333333%;
    max-width: 30.333333%;
    width: 30.333333%;
  }
  .ledes-container.ledes-hover-cards[data-cols="4"] .lede .lede-title {
    font-size: 18px;
    line-height: 21px;
  }
}
@media all and (max-width: 767px) {
  .ledes-container.ledes-hover-cards .lede {
    padding: 25px 0;
  }
  .ledes-container.ledes-hover-cards .lede .lede-title {
    font-size: 1.125em;
    line-height: 21px;
  }
  .ledes-container.ledes-hover-cards[data-cols="3"] .lede,
  .ledes-container.ledes-hover-cards[data-cols="4"] .lede {
    -moz-flex-basis: 47.5%;
    -ms-flex-basis: 47.5%;
    -webkit-flex-basis: 47.5%;
    flex-basis: 47.5%;
    max-width: 47.5%;
    width: 47.5%;
  }
}
@media all and (max-width: 479px) {
  .ledes-container.ledes-hover-cards[data-cols="2"] .lede,
  .ledes-container.ledes-hover-cards[data-cols="3"] .lede,
  .ledes-container.ledes-hover-cards[data-cols="4"] .lede {
    -moz-flex-basis: 90%;
    -ms-flex-basis: 90%;
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
    margin: 15px auto;
    padding: 0;
    max-width: 90%;
    width: 90%;
  }
}
@supports not (flex-wrap: wrap) {
  .ledes-container {
    display: inline-block;
  }
  .ledes-container .lede {
    float: left;
  }
}

.link-to-parent .back-text {
  display: none;
}
.link-to-parent .full-text {
  display: inline-block;
}
@media all and (max-width: 767px) {
  .link-to-parent .back-text {
    display: inline-block;
  }
  .link-to-parent .full-text {
    display: none;
  }
}

.mailing-list {
  padding: 25px 0;
}
.mailing-list .mailing-list-wrapper .mailing-list-body {
  margin-right: auto;
  margin-left: auto;
}
.mailing-list .mailing-list-wrapper .mailing-list-body .header {
  padding-bottom: 25px;
}
.mailing-list .mailing-list-wrapper .mailing-list-body .form-group {
  padding-right: 20px;
  margin-bottom: 25px;
}
.mailing-list .mailing-list-wrapper .mailing-list-body .form-group.to-right {
  margin-left: 50%;
}
.mailing-list .mailing-list-wrapper .mailing-list-body .form-group label,
.mailing-list .mailing-list-wrapper .mailing-list-body .form-group option,
.mailing-list .mailing-list-wrapper .mailing-list-body .form-group select {
  text-transform: capitalize;
}
.mailing-list .mailing-list-wrapper .mailing-list-body .form-group input {
  text-transform: none;
}
.mailing-list .mailing-list-wrapper .mailing-list-body .form-group input::-webkit-input-placeholder {
  text-transform: capitalize;
}
.mailing-list .mailing-list-wrapper .mailing-list-body .form-group input::-moz-placeholder {
  text-transform: capitalize;
}
.mailing-list .mailing-list-wrapper .mailing-list-body .form-group input:-ms-input-placeholder {
  text-transform: capitalize;
}
.mailing-list .mailing-list-wrapper .mailing-list-body .form-group input:-moz-placeholder {
  text-transform: capitalize;
}
.mailing-list .mailing-list-wrapper .mailing-list-body .form-group select,
.mailing-list .mailing-list-wrapper .mailing-list-body .form-group input {
  width: 100%;
  margin: 15px 0;
}
.mailing-list .mailing-list-wrapper .mailing-list-body .form-group .select-box {
  display: none;
}
.mailing-list .mailing-list-wrapper .mailing-list-body .centered {
  text-align: center;
}
.mailing-list .mailing-list-wrapper .mailing-list-body .centered input {
  background-color: transparent;
  border: 0 none;
  cursor: pointer;
  height: 53px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.mailing-list .mailing-list-wrapper .mailing-list-body .response {
  text-align: center;
  width: 100%;
  padding-bottom: 20px;
}
.mailing-list .mailing-list-wrapper .hidden {
  display: none;
}
.mailing-list input,
.mailing-list textarea,
.mailing-list select {
  color: #000000 !important;
  border: solid 3px #efefef !important;
}
span.mce_inline_error {
  border: 0 none !important;
}
@media (max-width: 767px) {
  .mailing-list .mailing-list-wrapper .mailing-list-body .form-group {
    padding-left: 20px;
  }
  .mailing-list .mailing-list-wrapper .mailing-list-body .form-group.to-right {
    margin-left: 0;
  }
  .mailing-list .mailing-list-wrapper .mailing-list-body .response {
    padding: 0 20px 20px 0;
  }
}

.marginalia-ledes .show-spinner {
  margin: 0;
  padding-top: 50px;
}
.marginalia-ledes .ledes-container {
  display: block;
  padding: 0;
}
.marginalia-ledes .lede {
  padding: 15px 0;
  width: 100%;
}
.marginalia-ledes .lede-headline {
  text-align: center;
}
.marginalia-ledes .lede-meta {
  padding: 0;
}
.marginalia-ledes .lede-image {
  position: relative;
  background: black;
  color: white;
  overflow: hidden;
}
.marginalia-ledes .lede-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 59.41176471%;
}
.marginalia-ledes .lede-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.marginalia-ledes .ledes-wrapper.has-bg {
  background: none;
}
.marginalia-ledes .ledes-wrapper .delayed-load-carousel-container > .lede {
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media (max-width: 1024px) {
  .marginalia-ledes .lede:nth-child(n+3) {
    display: none;
  }
  .marginalia-ledes .ledes-wrapper .delayed-load-carousel-container {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .marginalia-ledes .ledes-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-flow: row nowrap;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .marginalia-ledes .lede {
    width: 50%;
  }
  .marginalia-ledes .lede:first-child {
    padding-right: 15px;
  }
  .marginalia-ledes .lede:nth-child(n+2) {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .marginalia-ledes .lede {
    padding: 10px 0;
  }
}

.page-include .static-height {
  position: relative;
}
.page-include .static-height iframe {
  height: 100%;
  text-align: center;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-include .link img {
  max-width: 100%;
  width: 100%;
}
.page-include .vertical-padding {
  padding-bottom: 20px;
}
.page-include .horizontal-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.part-finder-by-filter.part-finder-by-filter-refine .has-bg {
  background-position: top center;
}
.part-finder-by-filter.part-finder-by-filter-refine .part-finder-by-filter-container {
  padding: 50px 0;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .part-finder-by-filter.part-finder-by-filter-refine .part-finder-by-filter-container {
    padding: 30px 0 40px;
  }
  .part-finder-by-filter.part-finder-by-filter-refine iframe {
    max-width: 460px;
  }
}
@media all and (max-width: 767px) {
  .part-finder-by-filter.part-finder-by-filter-refine .part-finder-by-filter-container {
    padding: 20px 0 30px;
  }
}

.person-headline {
  overflow: hidden;
  margin-bottom: 30px;
}
.person-headline-contents,
.person-headline-avatar {
  float: left;
}
.person-headline-avatar {
  margin-right: 20px;
}
.person-headline-avatar img {
  width: 65px;
  height: 65px;
  border-radius: 65px;
  background-clip: border-box;
}
.person-headline-contents {
  padding-top: 6px;
}
.person-headline-contents .title {
  margin-bottom: 5px;
}
.person-headline-contents .meta-info {
  font-size: 14px;
  line-height: 32px;
}
.global-data-preview .person-headline {
  padding: 1em;
}

.person-ledes .ledes-container {
  padding: 0px;
  position: relative;
}
.person-ledes .ledes-container .lede {
  padding: 0px;
  text-align: center;
}
.person-ledes .ledes-container .lede a {
  display: block;
  min-height: 300px;
  position: relative;
}
.person-ledes .ledes-container .lede a:hover .has-bg:before {
  opacity: 0;
}
.person-ledes .ledes-container .lede .has-bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.person-ledes .ledes-container .lede .has-bg:before {
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: '';
  background: #000;
  opacity: 0.7;
}
.person-ledes .ledes-container .lede .lede-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
.person-ledes .ledes-container .lede .lede-container img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-clip: border-box;
  margin-bottom: 14px;
  max-height: 142px;
}
.person-ledes .ledes-container .lede .lede-container .lede-title {
  margin-bottom: 9px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media all and (max-width: 1024px) {
  .person-ledes .ledes-container .lede a {
    min-height: 240px;
  }
  .person-ledes .ledes-container .lede .has-bg:before {
    opacity: 0 !important;
  }
  .person-ledes .ledes-container .lede .lede-container img {
    margin-bottom: 10px;
    max-height: 115px;
  }
  .person-ledes .ledes-container .lede .lede-container .lede-title {
    margin-bottom: 6px;
  }
}

.aem-Grid.aem-Grid--12 .person-showcase {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 0 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
}
.aem-Grid.aem-Grid--12 .person-showcase div {
  width: 100%;
}
.aem-Grid.aem-Grid--12 .person-showcase .person-showcase-container {
  padding: 45px;
  z-index: 10;
}
.aem-Grid.aem-Grid--12 .person-showcase .person-showcase-container img {
  background-clip: border-box;
  margin-bottom: 14px;
  max-height: 155px;
}
.aem-Grid.aem-Grid--12 .person-showcase .person-showcase-container-empty {
  height: inherit;
}
@media all and (max-width: 1024px) {
  .aem-Grid.aem-Grid--12 .person-showcase .person-showcase-container {
    padding: 40px;
  }
  .aem-Grid.aem-Grid--12 .person-showcase .person-showcase-container img {
    max-height: 140px;
  }
}
@media all and (max-width: 767px) {
  .aem-Grid.aem-Grid--12 .person-showcase .person-showcase-container .person-showcase-name {
    font-size: 20px;
    line-height: 25px;
  }
  .aem-Grid.aem-Grid--12 .person-showcase .person-showcase-container img {
    max-height: 130px;
  }
  .aem-Grid.aem-Grid--12 .person-showcase .person-showcase-container .person-showcase-position {
    font-size: 14px;
  }
}
@media all and (max-width: 1024px) {
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.person-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.person-showcase {
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default-4.person-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.person-showcase {
    -moz-flex-basis: 33.333333%;
    -ms-flex-basis: 33.333333%;
    -webkit-flex-basis: 33.333333%;
    flex-basis: 33.333333%;
    width: 33.333333%;
  }
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.person-showcase {
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    width: 50%;
  }
}
@media all and (max-width: 767px) and (min-width: 480px) {
  .aem-Grid.aem-Grid--12 .person-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.person-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.person-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.person-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.person-showcase {
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.person-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.person-showcase {
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
@media all and (max-width: 479px) {
  .aem-Grid.aem-Grid--12 .person-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.person-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.person-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.person-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.person-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.person-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.person-showcase {
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}

.product-benefits {
  overflow: auto;
}
.product-benefits h2 {
  margin: 0 10% 0 10%;
  text-align: center;
}
.product-benefits .product-benefits-headline {
  text-align: center;
}
.product-benefits .product-benefit {
  float: left;
  text-align: center;
}
.product-benefits .product-benefit .h5-rep {
  text-align: center;
  margin-bottom: 0;
}
.product-benefits .columns-1,
.product-benefits .columns-2,
.product-benefits .columns-3,
.product-benefits .columns-4 {
  padding: 0 7%;
}
.product-benefits .columns-1 .product-benefit {
  width: 100%;
}
.product-benefits .columns-2 .product-benefit {
  width: 50%;
}
.product-benefits .columns-3 .product-benefit {
  width: 33.333%;
}
.product-benefits .columns-4 .product-benefit {
  width: 25%;
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .product-benefits h2 {
    margin: 0;
  }
  .product-benefits .columns-1,
  .product-benefits .columns-2,
  .product-benefits .columns-3,
  .product-benefits .columns-4 {
    padding: 0 8%;
  }
  .product-benefits .columns-3 .product-benefit,
  .product-benefits .columns-4 .product-benefit {
    width: 50%;
  }
  .product-benefits .columns-3 .product-benefit:nth-child(3n) {
    float: none;
    margin: 0 auto;
  }
}
@media all and (max-width: 767px) {
  .product-benefits .product-benefit {
    float: none;
  }
  .product-benefits .columns-2 .product-benefit,
  .product-benefits .columns-3 .product-benefit,
  .product-benefits .columns-4 .product-benefit {
    width: 100%;
  }
}
.product-feature + .product-benefits h2 {
  border-top: 1px solid #e5e5e5;
}

.product-feature .product-feature-base {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 70px;
}
.product-feature .product-feature-base.slick-slide:not(.slick-active) a {
  display: none;
}
.product-feature .product-feature-base.slick-slide:not(.slick-active) .button-main {
  display: none;
}
.product-feature .product-feature-base.slick-slide:not(.slick-active) .cta-link {
  display: none;
}
.product-feature .product-feature-base.slick-slide:not(.slick-active) .product-feature-content .ctas {
  display: none;
}
.product-feature .product-feature-base .product-feature-content,
.product-feature .product-feature-base .product-feature-image {
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.product-feature .product-feature-base .product-feature-content {
  padding: 0 8% 0 2%;
  width: 47%;
}
.product-feature .product-feature-base .product-feature-image {
  width: 53%;
}
.product-feature .product-feature-base .product-feature-image > div.image {
  height: 430px;
  line-height: 480px;
  margin: 0;
  max-width: 100%;
  padding: 0;
  text-align: center;
  overflow: visible;
}
.product-feature .product-feature-base .product-feature-image > div.image img {
  display: inline;
  max-height: 480px;
  max-width: 100%;
  vertical-align: middle;
}
.product-feature .product-feature-base .ctas .buy-online-container {
  height: 52px;
  min-width: 160px;
  position: relative;
  display: inline-block;
}
.product-feature .product-feature-base .ctas .buy-online-container .button-main {
  border-width: 3px;
  line-height: 24px;
  padding: 0px 15px;
}
.product-feature .product-feature-base .ctas .buy-online-container .button-main.cta-link {
  margin-right: 0;
  padding-right: 30px;
}
.product-feature .product-feature-base .ctas .buy-online-container .button-main.cta-link:after {
  right: 10px;
}
.product-feature .product-feature-base .ctas .buy-online-container .buy-online-toolbox {
  background: #fff;
  display: none;
  height: 150px;
  left: 0;
  max-height: none;
  overflow: auto;
  position: absolute;
  top: 52px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  min-width: 100%;
  z-index: 999;
}
.product-feature .product-feature-base .ctas .buy-online-container .buy-online-toolbox a {
  cursor: pointer;
  display: block;
  line-height: 20px;
  min-height: 36px;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-feature .product-feature-base .ctas .buy-online-container.open-up .buy-online-toolbox {
  bottom: 52px;
  top: auto;
}
.product-feature .product-feature-base .ctas .buy-online-container:focus .buy-online-toolbox,
.product-feature .product-feature-base .ctas .buy-online-container:hover .buy-online-toolbox {
  display: block;
}
.product-feature .product-feature-base .ctas .buy-online-container .buy-online-toolbox--show {
  display: block;
}
.product-feature .product-feature-base .ctas .cta-link {
  line-height: 56px;
  margin: 0 20px 0 0;
  padding-right: 20px;
}
.product-feature .product-feature-base .ctas .cta-link:last-child {
  margin-right: 0;
}
.product-feature .product-feature-base .ctas:after {
  content: "";
  display: table;
  clear: both;
}
.product-feature .product-feature-title {
  text-align: center;
  padding: 70px 10% 50px 10%;
}
.product-feature-container .product-feature-list .slick-dots {
  z-index: unset;
}
.product-feature .slick-list {
  overflow: visible;
  z-index: 1;
}
.product-feature .slick-prev,
.product-feature .slick-next {
  color: #333;
  height: 65px;
  width: 55px;
  z-index: 200;
}
.product-feature .slick-prev::before,
.product-feature .slick-next::before {
  border-left: 3px solid #333;
  border-top: 3px solid #333;
  content: " ";
  display: block;
  height: 40px;
  opacity: 1;
  width: 40px;
}
.product-feature .slick-prev:focus::before,
.product-feature .slick-next:focus::before,
.product-feature .slick-prev:focus-visible::before,
.product-feature .slick-next:focus-visible::before {
  outline: 3px solid #333;
  outline-offset: 3px;
}
.product-feature .slick-prev {
  left: 35px;
}
.product-feature .slick-prev::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.product-feature .slick-next {
  right: 35px;
}
.product-feature .slick-next::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media all and (max-width: 1024px) and (min-width: 480px) {
  .product-feature .product-feature-base {
    padding-bottom: 60px;
  }
  .product-feature .product-feature-base .product-feature-content {
    padding: 0 4% 0 2%;
    width: 50%;
  }
  .product-feature .product-feature-base .product-feature-image {
    width: 50%;
  }
  .product-feature .product-feature-base .product-feature-image > div.image {
    height: 400px;
    line-height: 400px;
  }
  .product-feature .product-feature-base .product-feature-image > div.image img {
    max-height: 400px;
  }
  .product-feature .product-feature-title {
    padding: 60px 10% 50px 10%;
  }
  .product-feature .slick-prev,
  .product-feature .slick-next {
    height: 40px;
    width: 35px;
  }
  .product-feature .slick-prev::before,
  .product-feature .slick-next::before {
    height: 20px;
    width: 20px;
  }
  .product-feature .slick-prev {
    left: 5px;
  }
  .product-feature .slick-next {
    right: 5px;
  }
}
@media all and (max-width: 767px) {
  .product-feature .product-feature-base {
    padding-bottom: 50px;
  }
  .product-feature .product-feature-base .product-feature-content {
    padding: 0 3% 0 0;
    width: 64%;
  }
  .product-feature .product-feature-base .product-feature-image {
    width: 36%;
  }
  .product-feature .product-feature-base .product-feature-image > div.image {
    height: 190px;
    line-height: 190px;
  }
  .product-feature .product-feature-base .product-feature-image > div.image img {
    max-height: 190px;
  }
  .product-feature .product-feature-title {
    padding: 50px 10% 30px 10%;
  }
  .product-feature .slick-prev,
  .product-feature .slick-next {
    visibility: hidden;
  }
}
@media all and (max-width: 479px) {
  .product-feature .product-feature-base {
    display: inline-block;
  }
  .product-feature .product-feature-base .product-feature-content,
  .product-feature .product-feature-base .product-feature-image {
    padding: 0 5%;
    width: 100%;
  }
}

.show-spinner {
  margin: 5% 0 5% 50%;
}

.promo-contest h1,
.promo-contest h2,
.promo-contest h3 {
  margin-bottom: 15px;
}
.promo-contest img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.promo-contest .promo-contest-container {
  position: relative;
}
@media all and (max-width: 767px) {
  .promo-contest .promo-content .content-ctas a {
    width: 100%;
    margin: 5px 0;
  }
}

.random-quote .quotes {
  margin: 45px auto 90px auto;
  max-width: 720px;
}
.random-quote .quotes .quote-list {
  margin: 1em;
  text-align: center;
}
.random-quote .quotes .quote-list .by-line {
  margin-top: 0.8em;
}

.random-quote .content {
  margin: 0 auto;
  padding: 8% 15%;
  text-align: center;
}
.random-quote .content .intro + h3,
.random-quote .content h3 + h4,
.random-quote .content a.button-main,
.random-quote .content a.button-secondary {
  margin-top: 1em;
}
.random-quote .show-spinner {
  margin: 0;
  padding: 50px 0;
}
@media all and (max-width: 1024px) {
  .random-quote .content {
    padding: 8% 10%;
  }
}
@media all and (max-width: 767px) {
  .random-quote .content {
    padding: 10% 8%;
  }
}

.random-tip .headline,
.random-tip .title {
  padding-bottom: 0;
}
.random-tip .headline {
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 60px;
}
.random-tip .title {
  font-size: 30px;
  line-height: 30px;
}
.random-tip .text {
  padding: 20px 0;
}
.random-tip .text p {
  font-size: 35px;
  line-height: 53px;
  margin: 0;
}
.random-tip .content {
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}
.random-tip .show-spinner {
  margin: 0;
  padding: 50px 0;
}
.random-tip .random-tip-container {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .random-tip .headline {
    padding-bottom: 0;
    margin-bottom: 10px;
    font-size: 60px;
    line-height: 60px;
  }
  .random-tip .title {
    padding-bottom: 0;
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .random-tip .headline {
    font-size: 30px;
    line-height: 30px;
  }
  .random-tip .title {
    font-size: 20px;
    line-height: 20px;
  }
  .random-tip .text p {
    font-size: 20px;
    line-height: 30px;
  }
  .random-tip .random-tip-container {
    padding: 40px 0;
  }
}

.responsivegrid-background .responsivegrid-background-image {
  background: white center center;
  background-repeat: no-repeat;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.responsivegrid-background .aem-Grid.aem-Grid--12 .tout .no-bg .tout-container {
  background: none;
}

.search-files .search-files-results .search-files-input {
  padding: 345px 150px 60px;
  text-align: center;
}
.search-files .search-files-results .search-files-input .search-files-search-input {
  border-width: 1px;
  border-radius: 0;
  height: 55px;
  margin: 0;
  width: 300px;
}
.search-files .search-files-results .search-files-main-container {
  padding: 25px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.search-files .search-files-results .search-files-main-container .filter-files-results {
  flex: 0 1 auto;
  width: 22%;
}
.search-files .search-files-results .search-files-main-container .filter-files-results .search-filter input {
  border: 0;
  height: auto;
  margin: 0 5px;
  padding: 0;
  width: auto;
}
.search-files .search-files-results .search-files-main-container .filter-files-results .search-filter > label,
.search-files .search-files-results .search-files-main-container .filter-files-results .search-filter i {
  cursor: pointer;
}
.search-files .search-files-results .search-files-main-container .filter-files-results .search-filter i {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.search-files .search-files-results .search-files-main-container .filter-files-results .search-filter i.close {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.search-files .search-files-results .search-files-main-container .filter-files-results .search-filter ul {
  max-height: 500px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.search-files .search-files-results .search-files-main-container .filter-files-results .search-filter ul.ng-hide {
  max-height: 0;
}
.search-files .search-files-results .search-files-main-container .filter-files-results .search-filter ul li:before {
  content: '';
}
.search-files .search-files-results .search-files-main-container .filter-files-results .apply-filters-submit {
  margin-top: 10px;
}
.search-files .search-files-results .search-files-main-container .search-files-results-container {
  flex: 0 1 auto;
  width: 70%;
  padding-bottom: 25px;
}
.search-files .search-files-results .search-files-main-container .search-files-results-container h2 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.search-files .search-files-results .search-files-main-container .search-files-results-container .file-result {
  clear: both;
  padding: 5px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.search-files .search-files-results .search-files-main-container .search-files-results-container .file-result .file-result-column-left {
  flex: 0 1 auto;
  width: 70%;
}
.search-files .search-files-results .search-files-main-container .search-files-results-container .search-pagination {
  padding: 15px 0;
}
.search-files .search-files-results .search-files-main-container .search-files-results-container .search-pagination ul.pagination {
  clear: both;
  text-align: center;
}
.search-files .search-files-results .search-files-main-container .search-files-results-container .search-pagination ul.pagination li {
  float: left;
  margin: 0 15px;
}
.search-files .search-files-results .search-files-main-container .search-files-results-container .search-pagination ul.pagination li:before {
  content: "";
}
@media all and (max-width: 1279px) {
  .search-files .search-files-results .search-files-main-container .search-files-results-container .file-result .file-result-column-left {
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    width: 60%;
  }
}
@media all and (max-width: 1024px) {
  .search-files .search-files-results .search-files-main-container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .search-files .search-files-results .search-files-main-container .filter-files-results {
    padding: 0 30px;
    flex: auto;
    width: 100%;
  }
  .search-files .search-files-results .search-files-main-container .filter-files-results > *:not(.search-filter-header) {
    float: left;
    margin-right: 15px;
  }
  .search-files .search-files-results .search-files-main-container .filter-files-results .apply-filters-submit {
    clear: both;
  }
  .search-files .search-files-results .search-files-main-container .search-files-results-container {
    padding: 30px;
    text-align: left;
    flex: auto;
    width: 100%;
  }
  .search-files .search-files-results .search-files-main-container .search-files-results-container .file-result {
    padding: 35px 0px;
    width: 100%;
  }
  .search-files .search-files-results .search-files-main-container .search-files-results-container .file-result .file-result-column-left {
    padding-bottom: 15px;
  }
}
@media all and (max-width: 767px) {
  .search-files .search-files-results .search-files-input {
    padding: 50px;
  }
  .search-files .search-files-results .search-files-input .search-files-search-input {
    width: 225px;
  }
  .search-files .search-files-results .search-files-input .button-main {
    height: 55px;
    padding: 0;
    width: 62px;
  }
  .search-files .search-files-results .search-files-input .button-main:after {
    margin-right: 0;
    right: 40%;
  }
  .search-files .search-files-results .search-files-input .button-main span {
    display: none;
  }
  .search-files .search-files-results .search-files-main-container .filter-files-results {
    text-align: center;
  }
  .search-files .search-files-results .search-files-main-container .filter-files-results > * {
    float: none;
    text-align: left;
  }
  .search-files .search-files-results .search-files-main-container .search-files-results-container {
    padding: 30px;
    text-align: center;
  }
  .search-files .search-files-results .search-files-main-container .search-files-results-container .file-result {
    display: block;
  }
  .search-files .search-files-results .search-files-main-container .search-files-results-container .file-result .file-result-column-left {
    width: 100%;
  }
}
@media all and (max-width: 479px) {
  .search-files .search-files-results .search-files-input {
    padding: 50px 20px;
  }
  .search-files .search-files-results .search-files-input p {
    padding: 0 10px;
  }
  .search-files .search-files-results .search-files-main-container .filter-files-results {
    text-align: center;
  }
  .search-files .search-files-results .search-files-main-container .filter-files-results > * {
    float: none;
    text-align: left;
  }
}
@media all and (min-width: 767px) {
  .search-files .search-files-results .search-files-input.reduce-padding {
    padding: 145px 150px 60px;
  }
}

.most-recent-file .most-recent-file-container {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 580px;
  padding: 90px;
  position: relative;
}
.most-recent-file .most-recent-file-content {
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 55%;
}
@media all and (max-width: 1024px) {
  .most-recent-file .most-recent-file-container {
    padding: 30px 30px 80px 30px;
  }
  .most-recent-file .most-recent-file-content {
    width: 85%;
  }
}
@media all and (max-width: 767px) {
  .most-recent-file .most-recent-file-container {
    min-height: 365px;
    padding: 45px 30px 40px 30px;
  }
  .most-recent-file .most-recent-file-content {
    width: 100%;
  }
}

.social-feed .mailing-list-wrapper {
  padding: 25px 0;
  text-align: center;
}
.social-feed .mailing-list-wrapper .mailing-list h5 {
  display: inline-block;
  padding: 0 15px;
}
.social-feed .feed-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0px auto;
  padding: 50px 25px;
}
.social-feed .feed-wrapper > .twitter {
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 30.125%;
  margin-right: 15px;
}
.social-feed .feed-wrapper > .twitter .twitter.latest-tweet .latest-tweet-background {
  padding: 0;
  min-height: 200px;
  position: relative;
}
.social-feed .feed-wrapper > .twitter .twitter.latest-tweet .latest-tweet-background .latest-tweet-content {
  padding: 0;
}
.social-feed .feed-wrapper > .twitter .twitter.latest-tweet .latest-tweet-background .latest-tweet-content img {
  height: 24px;
  width: 24px;
}
.social-feed .feed-wrapper > .twitter .twitter.latest-tweet .latest-tweet-background .sf-social-icon {
  display: block;
}
.social-feed .feed-wrapper > .instagram {
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 440px;
}
.social-feed .feed-wrapper > .instagram .show-spinner {
  text-align: center;
  padding: 0 0 20px 0;
  width: 80%;
  margin: 0 auto;
}
.social-feed .feed-wrapper > .instagram .latest-instagram-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.social-feed .feed-wrapper > .instagram .latest-instagram-content .instagram-photo {
  margin-right: 15px;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  position: relative;
}
.social-feed .feed-wrapper > .instagram .latest-instagram-content .instagram-photo img {
  max-width: 100%;
  width: 100%;
  display: block;
}
.social-feed .feed-wrapper > .instagram .latest-instagram-content .instagram-photo .no-photo-found {
  width: 100%;
  height: 100%;
}
.social-feed .feed-wrapper > .instagram .latest-instagram-content .instagram-photo .no-photo-found > * {
  display: none;
}
.social-feed .feed-wrapper > .youtube {
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 20%;
  max-height: 200px;
  position: relative;
  overflow: hidden;
}
.social-feed .feed-wrapper > .youtube .youtubeImg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.social-feed .feed-wrapper > .youtube .youtubeImg img {
  display: none;
}
.social-feed .feed-wrapper .sf-social-icon {
  position: absolute;
  top: -4px;
  left: -2px;
  z-index: 2;
}
@media all and (min-width: 1024px) {
  .social-feed .feed-wrapper > .instagram .latest-instagram-content .instagram-photo img {
    max-height: 200px;
  }
}
@media all and (max-width: 1024px) {
  .social-feed {
    padding: 16px;
  }
  .social-feed .feed-wrapper {
    width: auto !important;
  }
  .social-feed .feed-wrapper > .twitter {
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 0;
    padding-bottom: 16px;
  }
  .social-feed .feed-wrapper > .twitter .twitter.latest-tweet .latest-tweet-background .latest-tweet-content {
    padding: 30px 0;
  }
  .social-feed .feed-wrapper > .twitter .twitter.latest-tweet .latest-tweet-background .latest-tweet-content img {
    height: 50px;
    width: 50px;
  }
  .social-feed .feed-wrapper > .youtube {
    max-height: none !important;
  }
}
@media (max-width: 767px) {
  .social-feed {
    padding: 0;
  }
  .social-feed .mailing-list-wrapper .mailing-list h5 {
    display: block;
    margin-bottom: 1em;
  }
  .social-feed .feed-wrapper > .twitter {
    padding-bottom: 0;
  }
  .social-feed .feed-wrapper > .instagram {
    margin-left: 0;
  }
  .social-feed .feed-wrapper > .instagram .latest-instagram-content .instagram-photo {
    margin-right: 0 !important;
  }
  .social-feed .feed-wrapper > .instagram .latest-instagram-content .instagram-photo img {
    display: block;
  }
  .social-feed .feed-wrapper > .youtube .youtubeImg {
    position: relative;
  }
  .social-feed .feed-wrapper > .youtube .youtubeImg img {
    display: block;
    width: 100%;
  }
}

.latest-tweet {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.latest-tweet .latest-tweet-background {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 33px 0;
  text-align: center;
  width: 100%;
}
.latest-tweet .latest-tweet-background .latest-tweet-title {
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.latest-tweet .latest-tweet-background .show-spinner {
  padding: 0 0 50px 0;
  width: 67%;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  margin: 5% 0 5% 0;
}
.latest-tweet .latest-tweet-background .show-spinner .three-quarters-loader {
  margin-left: 0;
}
.latest-tweet .latest-tweet-background .latest-tweet-content {
  text-align: center;
  padding: 0 0 20px 0;
  width: 80%;
  margin: 0 auto;
}
.latest-tweet .latest-tweet-background .sf-social-icon {
  display: none;
}
.social .latest-tweet-content img {
  border-radius: 50%;
}
@media all and (min-width: 768px) {
  .latest-tweet-background .latest-tweet-content {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .aem-Grid.aem-Grid--12 > .latest-tweet.aem-GridColumn.aem-GridColumn--default--6 {
    width: 100%;
  }
}

.social-links {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.social-links .social-links-background {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 33px 0;
  text-align: center;
  width: 100%;
}
.social-links .social-links-background .social-links-title,
.social-links .social-links-background .social-links-content,
.social-links .social-links-background .social-links-website-link {
  padding: 20px 0;
  -moz-align-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  -ms-flex-preferred-size: 50%;
}
.social-links .social-links-background .social-links-title {
  text-align: center;
}
.social-links .social-links-background .social-links-title h4 {
  line-height: 15px;
  padding-right: 0px;
}
.social-links .social-links-background .social-links-content {
  text-align: center;
}
.social-links .social-links-background .social-links-content .social-links-icon-container {
  padding-left: 0px;
}
.social-links .social-links-background .social-links-content .social-links-icon-container a.social-links-nav-icon {
  display: inline-block;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  margin: -50% 4px 0 4px;
  text-align: center;
}
.social-links .social-links-background .social-links-content .social-links-icon-container a.social-links-nav-icon .fa,
.social-links .social-links-background .social-links-content .social-links-icon-container a.social-links-nav-icon [class^="icon-"] {
  font-size: 25px;
  line-height: 52px;
}
.social-links .social-links-background .social-links-website-link {
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  width: 100%;
}
@media all and (min-width: 768px) {
  .social-links.aem-GridColumn--default--6 .social-links-title,
  .social-links.aem-GridColumn--default--6 .social-links-content,
  .social-links.aem-GridColumn--default--6 .social-links-website-link {
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    text-align: center;
    width: 100%;
  }
  .social-links.aem-GridColumn--default--6 .social-links-title h4 {
    padding-right: 0px;
  }
  .social-links.aem-GridColumn--default--6 .social-links-content .social-links-icon-container {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .social-links .social-links-background .social-links-title,
  .social-links .social-links-background .social-links-content,
  .social-links .social-links-background .social-links-website-link {
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    text-align: center;
    width: 100%;
  }
  .social-links .social-links-background .social-links-title h4 {
    padding-right: 0px;
  }
  .social-links .social-links-background .social-links-content .social-links-icon-container {
    padding-left: 0px;
  }
  .aem-Grid.aem-Grid--12 > .social-links.aem-GridColumn.aem-GridColumn--default--6 {
    width: 100%;
  }
}

.table-with-header .table-container .header {
  overflow: hidden;
  padding: 20px 10% 20px 15%;
}
.table-with-header .table-container .header .header-image {
  float: left;
  width: 25%;
  margin-bottom: 0;
}
.table-with-header .table-container .header .header-image img {
  max-width: 100%;
}
.table-with-header .table-container .header .header-text {
  float: left;
  padding-left: 30px;
  width: 75%;
}
@media (max-width: 767px) {
  .table-with-header .table-container .header {
    padding-left: 10%;
  }
  .table-with-header .table-container .header .header-image {
    float: none;
    width: 100%;
    margin-bottom: 1em;
  }
  .table-with-header .table-container .header .header-image img {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .table-with-header .table-container .header .header-text {
    float: none;
    padding-left: 0px;
    width: 100%;
    text-align: center;
  }
}

.fmmp-image-text {
  margin: 0 auto;
  max-width: 1440px;
  padding: 19px;
  background-color: #ffffff;
}
.fmmp-image-text .image-text-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.fmmp-image-text .image-text-content.increase-padding {
  padding: 54px;
}
.fmmp-image-text .image-text-content .image-content {
  width: 100%;
}
.fmmp-image-text .image-text-content .image-content img {
  margin: auto;
}
.fmmp-image-text .image-text-content .image-content__background-image-content {
  background-size: cover;
  background-position: center;
  height: 257px;
}
@media all and (min-width: 768px) {
  .fmmp-image-text .image-text-content .image-content__background-image-content {
    height: 400px;
  }
}
.fmmp-image-text .image-text-content .text-content {
  width: 100%;
}
.fmmp-image-text .image-text-content.left {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.fmmp-image-text .image-text-content.left .image-content,
.fmmp-image-text .image-text-content.left .text-content {
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
}
.fmmp-image-text .image-text-content.left .image-content {
  order: -100;
}
.fmmp-image-text .image-text-content.left .text-content {
  margin-left: 19px;
}
.fmmp-image-text .image-text-content.right {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.fmmp-image-text .image-text-content.right .image-content,
.fmmp-image-text .image-text-content.right .text-content {
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
}
.fmmp-image-text .image-text-content.right .image-content {
  order: 100;
}
.fmmp-image-text .image-text-content.right .text-content {
  margin-right: 19px;
}
.fmmp-image-text .image-text-content.bottom .image-content {
  order: 100;
}
.fmmp-image-text .image-text-content.bottom .image-content .image {
  margin-top: 20px;
}
.aem-GridColumn--default--5.fmmp-image-text .image-text-content,
.aem-GridColumn--default--4.fmmp-image-text .image-text-content,
.aem-GridColumn--default--3.fmmp-image-text .image-text-content,
.aem-GridColumn--default--2.fmmp-image-text .image-text-content,
.aem-GridColumn--default--1.fmmp-image-text .image-text-content {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.aem-GridColumn--default--5.fmmp-image-text .image-text-content.left .image-content,
.aem-GridColumn--default--4.fmmp-image-text .image-text-content.left .image-content,
.aem-GridColumn--default--3.fmmp-image-text .image-text-content.left .image-content,
.aem-GridColumn--default--2.fmmp-image-text .image-text-content.left .image-content,
.aem-GridColumn--default--1.fmmp-image-text .image-text-content.left .image-content,
.aem-GridColumn--default--5.fmmp-image-text .image-text-content.right .image-content,
.aem-GridColumn--default--4.fmmp-image-text .image-text-content.right .image-content,
.aem-GridColumn--default--3.fmmp-image-text .image-text-content.right .image-content,
.aem-GridColumn--default--2.fmmp-image-text .image-text-content.right .image-content,
.aem-GridColumn--default--1.fmmp-image-text .image-text-content.right .image-content {
  order: 0;
}
@media all and (max-width: 768px) {
  .aem-Grid.aem-Grid--12 .aem-GridColumn.fmmp-image-text {
    width: 100%;
  }
}
@media all and (max-width: 479px) {
  .hideMobileImage {
    display: none;
  }
  .aem-Grid.aem-Grid--12 .aem-GridColumn.fmmp-image-text .image-text-content {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .aem-Grid.aem-Grid--12 .aem-GridColumn.fmmp-image-text .image-text-content.left .image-content {
    order: 0;
  }
  .aem-Grid.aem-Grid--12 .aem-GridColumn.fmmp-image-text .image-text-content.left .text-content {
    margin-left: 0;
    margin-right: 0;
    display: contents;
  }
  .aem-Grid.aem-Grid--12 .aem-GridColumn.fmmp-image-text .image-text-content.right .image-content {
    order: 100;
  }
  .aem-Grid.aem-Grid--12 .aem-GridColumn.fmmp-image-text .image-text-content.right .text-content {
    margin-left: 0;
    margin-right: 0;
    display: contents;
  }
}

.rte .indent,
.text .indent {
  padding-left: 40px;
}
.text-content-wrapper .text-content {
  overflow: hidden;
  position: relative;
}
.text-content-wrapper .more-button {
  margin-top: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.text-content-wrapper .more-button.left {
  -webkit-box-pack: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  justify-content: left;
}
.text-content-wrapper .more-button.center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.text-content-wrapper .more-button .cta-link {
  cursor: pointer;
}
.fmmp-text.is-edited .touchuishowmoretag:before,
.rte-editor.is-edited .touchuishowmoretag:before {
  content: "...";
}
.fmmp-text.is-edited .touchuishowmoretag:after,
.rte-editor.is-edited .touchuishowmoretag:after {
  content: "...";
}
.fmmp-text.is-edited .touchuishowmoretag,
.rte-editor.is-edited .touchuishowmoretag {
  background-color: #faebd7;
}

.timeline .timeline-wrapper {
  padding: 128px 0 84px 0;
  position: relative;
}
.timeline .timeline-wrapper:before {
  background-color: #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  content: "";
  height: 16px;
  left: calc(50% - 8px);
  position: absolute;
  bottom: 84px;
  width: 16px;
}
.timeline h4 {
  font-family: 'oswald-regular-webfont', sans-serif;
  font-weight: 400;
}
.timeline .timeline-header {
  margin: 0 auto 30px auto;
  text-align: center;
}
.timeline .timeline-item-container {
  padding: 5% 0;
  position: relative;
}
.timeline .timeline-item-container:before {
  background-color: #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  content: "";
  height: 16px;
  left: calc(50% - 8px);
  position: absolute;
  top: 0;
  width: 16px;
}
.timeline .timeline-item-container:after {
  border-left: 4px solid #000;
  content: "";
  height: 100%;
  left: calc(50% - 2px);
  position: absolute;
  top: 0;
}
.timeline .timeline-item-container .timeline-item {
  margin-top: -40px;
  min-height: 120px;
  padding-left: calc(120px + 7.8125%);
  padding-right: 7.8125%;
  position: relative;
  width: 50%;
}
.timeline .timeline-item-container .timeline-item h2 {
  position: absolute;
  right: -75px;
  text-align: center;
  top: 32px;
  width: 150px;
  z-index: 10;
}
.timeline .timeline-item-container .timeline-item h2:after {
  border-bottom: 4px solid #000;
  bottom: -25px;
  content: "";
  height: 40px;
  position: absolute;
  right: 50%;
  width: 20px;
}
.timeline .timeline-item-container .timeline-item h4,
.timeline .timeline-item-container .timeline-item h5 {
  margin-bottom: 17px;
}
.timeline .timeline-item-container .timeline-item .timeline-showcase {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-clip: border-box;
  background-position: center;
  background-size: cover;
  height: 120px;
  left: 11.71875%;
  margin-bottom: 17px;
  position: absolute;
  top: 0;
  width: 120px;
}
@media all and (min-width: 768px) {
  .timeline .timeline-item:nth-child(odd) {
    margin-left: 50%;
    padding-left: calc(120px + 10.9375%);
    padding-right: 4.6875%;
  }
  .timeline .timeline-item:nth-child(odd) h2 {
    left: -75px;
    right: auto;
  }
  .timeline .timeline-item:nth-child(odd) h2:after {
    left: 50%;
    right: auto;
  }
  .timeline .timeline-item:nth-child(odd) .timeline-showcase {
    left: 17.96875%;
  }
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .timeline .timeline-wrapper {
    padding: 75px 0;
  }
  .timeline .timeline-wrapper:before {
    bottom: 75px;
  }
  .timeline .timeline-item-container {
    padding-top: 14%;
  }
  .timeline .timeline-item-container .timeline-item {
    margin-top: -150px;
    padding-left: 5.20833333%;
    padding-right: 11.45833333%;
  }
  .timeline .timeline-item-container .timeline-item h2 {
    top: 72px;
  }
  .timeline .timeline-item-container .timeline-item h2:after {
    bottom: -20px;
  }
  .timeline .timeline-item-container .timeline-item h5:empty {
    display: none;
  }
  .timeline .timeline-item-container .timeline-item .timeline-showcase {
    height: 96px;
    left: 0;
    position: relative;
    width: 96px;
  }
  .timeline .timeline-item-container .timeline-item:nth-child(odd) {
    padding-left: 11.45833333%;
    padding-right: 5.20833333%;
  }
}
@media all and (max-width: 767px) {
  .timeline .timeline-wrapper {
    padding: 45px 0 40px 0;
  }
  .timeline .timeline-wrapper:before {
    bottom: 40px;
    left: calc(11.875% - 6px);
  }
  .timeline .timeline-header {
    margin: 0 0 14px 0;
    width: 100%;
  }
  .timeline .timeline-item-container {
    padding-top: 5%;
    position: relative;
  }
  .timeline .timeline-item-container:before {
    left: calc(11.875% - 6px);
  }
  .timeline .timeline-item-container:after {
    left: 11.875%;
  }
  .timeline .timeline-item-container .timeline-item {
    margin: 0;
    padding: 0 5% 20px 30%;
    width: 100%;
  }
  .timeline .timeline-item-container .timeline-item h2 {
    left: 0;
    right: auto;
    top: 18px;
    width: 25%;
  }
  .timeline .timeline-item-container .timeline-item h2:after {
    bottom: -12px;
    left: 50%;
    right: auto;
  }
  .timeline .timeline-item-container .timeline-item h4 {
    margin-bottom: 7px;
  }
  .timeline .timeline-item-container .timeline-item h5 {
    margin-bottom: 11px;
  }
  .timeline .timeline-item-container .timeline-item h5:empty {
    display: none;
  }
  .timeline .timeline-item-container .timeline-item .timeline-showcase {
    height: 90px;
    left: 0;
    position: relative;
    width: 90px;
  }
}

.fmmp-title .title-container {
  padding: 40px;
  position: relative;
}
.fmmp-title .title-container h1,
.fmmp-title .title-container h2,
.fmmp-title .title-container h3,
.fmmp-title .title-container h4,
.fmmp-title .title-container h5,
.fmmp-title .title-container h6 {
  text-align: center;
}
.fmmp-title .title-container h1 {
  padding: 30px;
}
.fmmp-title .title-container h2 {
  padding: 20px;
}
.fmmp-title .title-container h3 {
  padding: 10px;
}
.fmmp-title .title-container .link-to-parent {
  max-width: 20%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.fmmp-title .title-container .link-to-parent + h1,
.fmmp-title .title-container .link-to-parent + h2,
.fmmp-title .title-container .link-to-parent + h3,
.fmmp-title .title-container .link-to-parent + h4,
.fmmp-title .title-container .link-to-parent + h5,
.fmmp-title .title-container .link-to-parent + h6 {
  margin: 0 22%;
}
.fmmp-title .title-container .link-to-parent .back-text {
  display: none;
}
.fmmp-title .title-container .link-to-parent .full-text {
  display: inline-block;
}
.article .fmmp-title .title-container {
  padding: 40px 20px;
}
.article .fmmp-title .title-container .link-to-parent + h1,
.article .fmmp-title .title-container .link-to-parent + h2,
.article .fmmp-title .title-container .link-to-parent + h3,
.article .fmmp-title .title-container .link-to-parent + h4,
.article .fmmp-title .title-container .link-to-parent + h5,
.article .fmmp-title .title-container .link-to-parent + h6 {
  margin: 0 24%;
}
@media all and (max-width: 1024px) {
  .fmmp-title .title-container h1,
  .article .fmmp-title .title-container h1 {
    padding: 15px;
  }
  .fmmp-title .title-container h2,
  .article .fmmp-title .title-container h2 {
    padding: 10px;
  }
  .fmmp-title .title-container h3,
  .article .fmmp-title .title-container h3 {
    padding: 5px;
  }
  .fmmp-title .title-container .link-to-parent,
  .article .fmmp-title .title-container .link-to-parent {
    max-width: 10%;
  }
  .fmmp-title .title-container .link-to-parent + h1,
  .article .fmmp-title .title-container .link-to-parent + h1,
  .fmmp-title .title-container .link-to-parent + h2,
  .article .fmmp-title .title-container .link-to-parent + h2,
  .fmmp-title .title-container .link-to-parent + h3,
  .article .fmmp-title .title-container .link-to-parent + h3,
  .fmmp-title .title-container .link-to-parent + h4,
  .article .fmmp-title .title-container .link-to-parent + h4,
  .fmmp-title .title-container .link-to-parent + h5,
  .article .fmmp-title .title-container .link-to-parent + h5,
  .fmmp-title .title-container .link-to-parent + h6,
  .article .fmmp-title .title-container .link-to-parent + h6 {
    margin: 0 12%;
  }
  .fmmp-title .title-container .link-to-parent .full-text,
  .article .fmmp-title .title-container .link-to-parent .full-text {
    display: none;
  }
  .fmmp-title .title-container .link-to-parent .back-text,
  .article .fmmp-title .title-container .link-to-parent .back-text {
    display: inline-block;
  }
}
@media all and (max-width: 767px) {
  .fmmp-title .title-container,
  .article .fmmp-title .title-container {
    padding: 30px;
  }
  .fmmp-title .title-container .link-to-parent,
  .article .fmmp-title .title-container .link-to-parent {
    display: none;
  }
  .fmmp-title .title-container .link-to-parent + h1,
  .article .fmmp-title .title-container .link-to-parent + h1,
  .fmmp-title .title-container .link-to-parent + h2,
  .article .fmmp-title .title-container .link-to-parent + h2,
  .fmmp-title .title-container .link-to-parent + h3,
  .article .fmmp-title .title-container .link-to-parent + h3,
  .fmmp-title .title-container .link-to-parent + h4,
  .article .fmmp-title .title-container .link-to-parent + h4,
  .fmmp-title .title-container .link-to-parent + h5,
  .article .fmmp-title .title-container .link-to-parent + h5,
  .fmmp-title .title-container .link-to-parent + h6,
  .article .fmmp-title .title-container .link-to-parent + h6 {
    margin: 0 auto;
  }
}

.aem-Grid.aem-Grid--12 .tout {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 0 0 auto;
}
.aem-Grid.aem-Grid--12 .tout .has-bg,
.aem-Grid.aem-Grid--12 .tout .no-bg,
.aem-Grid.aem-Grid--12 .tout .default-bg {
  width: 100%;
}
.aem-Grid.aem-Grid--12 .tout .has-border {
  border: 2px solid #fff;
}
.aem-Grid.aem-Grid--12 .tout .tout-container {
  position: relative;
  width: 100%;
}
.aem-Grid.aem-Grid--12 .tout .tout-container .tout-wide-link {
  background: transparent url("../../../../etc.clientlibs/clientlibs/fmmp-base/libs/main/resources/images/shim.gif") 0 0 repeat;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.aem-Grid.aem-Grid--12 .tout .tout-container a:focus {
  border: 2px solid #000000;
}
.aem-Grid.aem-Grid--12 .tout .tout-container.square-aspect-ratio {
  overflow: hidden;
  padding: 0 !important;
  position: relative;
}
.aem-Grid.aem-Grid--12 .tout .tout-container.square-aspect-ratio:before {
  content: "";
  display: table;
  padding-bottom: 100% !important;
}
.aem-Grid.aem-Grid--12 .tout .tout-container.square-aspect-ratio .square-aspect-ratio-container {
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.aem-Grid.aem-Grid--12 .tout .tout-container.square-aspect-ratio .square-aspect-ratio-container > :first-child {
  padding-top: 2em;
}
.aem-Grid.aem-Grid--12 .tout .tout-container.square-aspect-ratio .square-aspect-ratio-container > :last-child {
  padding-bottom: 2em;
}
.aem-Grid.aem-Grid--12 .tout .sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  margin: -1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.aem-Grid.aem-Grid--12 .tout .tout-content p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.aem-Grid.aem-Grid--12 .tout .tout-showcase {
  padding: 0 20px 0 40px;
}
.aem-Grid.aem-Grid--12 .tout .tout-showcase figcaption {
  display: block;
  padding-top: 20px;
}
.aem-Grid.aem-Grid--12 .tout .tout-showcase figcaption small {
  display: block;
  font-size: 15px;
}
.aem-Grid.aem-Grid--12 .tout .tout-showcase.aspect-ratio .showcase-image > div,
.aem-Grid.aem-Grid--12 .tout .tout-showcase.aspect-ratio .showcase-lede > a > div {
  position: relative;
}
.aem-Grid.aem-Grid--12 .tout .tout-showcase.aspect-ratio .showcase-image > div:before,
.aem-Grid.aem-Grid--12 .tout .tout-showcase.aspect-ratio .showcase-lede > a > div:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 61.53846154%;
}
.aem-Grid.aem-Grid--12 .tout .tout-showcase.aspect-ratio .showcase-image > div a,
.aem-Grid.aem-Grid--12 .tout .tout-showcase.aspect-ratio .showcase-lede > a > div a,
.aem-Grid.aem-Grid--12 .tout .tout-showcase.aspect-ratio .showcase-image > div img,
.aem-Grid.aem-Grid--12 .tout .tout-showcase.aspect-ratio .showcase-lede > a > div img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.aem-Grid.aem-Grid--12 .tout .tout-showcase .image {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.aem-Grid.aem-Grid--12 .tout .tout-showcase .image img {
  display: inline;
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
}
.aem-Grid.aem-Grid--12 .tout .has-bg-medium,
.aem-Grid.aem-Grid--12 .tout .has-bg-small {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .aem-Grid.aem-Grid--12 .tout .has-bg-small {
    background-image: none !important;
  }
}
@media all and (min-width: 1025px) {
  .aem-Grid.aem-Grid--12 .tout .has-bg-medium,
  .aem-Grid.aem-Grid--12 .tout .has-bg-small {
    background-image: none !important;
  }
}
@media all and (min-width: 480px) {
  .aem-Grid.aem-Grid--12 .tout .has-bg,
  .aem-Grid.aem-Grid--12 .tout .no-bg,
  .aem-Grid.aem-Grid--12 .tout .default-bg {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .aem-Grid.aem-Grid--12 .tout .tout-container {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 4.6em 0;
  }
  .aem-Grid.aem-Grid--12 .tout .tout-container.reduce-padding {
    padding: 2.3em 0;
  }
  .aem-Grid.aem-Grid--12 .tout .tout-content,
  .aem-Grid.aem-Grid--12 .tout .tout-showcase {
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 .tout .tout-content {
    padding: 0 40px 0 20px;
  }
  .aem-Grid.aem-Grid--12 .tout .tout-content p {
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .aem-Grid.aem-Grid--12 .tout .no-showcase .tout-content {
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
    text-align: center;
  }
  .aem-Grid.aem-Grid--12 .tout .no-showcase .tout-content .tout-cta a {
    display: table;
    margin: 0 auto;
  }
  .aem-Grid.aem-Grid--12 .tout .order-swapped .tout-content {
    padding-right: 20px;
    padding-left: 40px;
  }
  .aem-Grid.aem-Grid--12 .tout .tout-showcase {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .aem-Grid.aem-Grid--12 .tout .tout-showcase .image {
    margin: 0 auto;
  }
  .aem-Grid.aem-Grid--12 .tout .tout-showcase.showcase-video {
    display: block;
  }
  .aem-Grid.aem-Grid--12 .tout .order-swapped .tout-showcase {
    padding-right: 40px;
    padding-left: 20px;
  }
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .aem-Grid.aem-Grid--12 .tout .has-bg,
  .aem-Grid.aem-Grid--12 .tout .no-bg,
  .aem-Grid.aem-Grid--12 .tout .default-bg {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .aem-Grid.aem-Grid--12 .tout .tout-container {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 3em 0;
  }
  .aem-Grid.aem-Grid--12 .tout .tout-container.reduce-padding {
    padding: 1.5em 0;
  }
  .aem-Grid.aem-Grid--12 .tout .tout-content,
  .aem-Grid.aem-Grid--12 .tout .order-swapped .tout-content {
    padding: 0 17px;
  }
  .aem-Grid.aem-Grid--12 .tout .no-showcase .tout-content {
    width: 80%;
  }
  .aem-Grid.aem-Grid--12 .tout .tout-showcase {
    padding: 0 17px;
  }
}
@media all and (max-width: 767px) {
  .aem-Grid.aem-Grid--12 .tout .no-showcase .tout-content {
    width: 100%;
  }
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--6 .tout,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--4 .tout,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--3 .tout {
  overflow: hidden;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .tout-container,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .tout-container,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .tout-container,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .tout-container,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .tout-container,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .tout-container,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--6 .tout .tout-container,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--4 .tout .tout-container,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--3 .tout .tout-container {
  display: inline-block;
  padding: 2em 0;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .tout-container.reduce-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .tout-container.reduce-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .tout-container.reduce-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .tout-container.reduce-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .tout-container.reduce-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .tout-container.reduce-padding,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--6 .tout .tout-container.reduce-padding,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--4 .tout .tout-container.reduce-padding,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--3 .tout .tout-container.reduce-padding {
  padding: 1em 0;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .tout-container .tout-cta,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .tout-container .tout-cta,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .tout-container .tout-cta,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .tout-container .tout-cta,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .tout-container .tout-cta,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .tout-container .tout-cta,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--6 .tout .tout-container .tout-cta,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--4 .tout .tout-container .tout-cta,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--3 .tout .tout-container .tout-cta {
  bottom: 3em;
  left: 11%;
  position: absolute;
  text-align: center;
  width: 78%;
  z-index: 2;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .tout-content,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--6 .tout .tout-content,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--4 .tout .tout-content,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--3 .tout .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .tout-showcase,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--6 .tout .tout-showcase,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--4 .tout .tout-showcase,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--3 .tout .tout-showcase {
  width: auto;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .tout-content,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--6 .tout .tout-content,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--4 .tout .tout-content,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--3 .tout .tout-content {
  margin-bottom: 93px;
  /* CTA button is positioned to the bottom and is 53px, then add 40 pixels of space */
  padding: 7.5% 11% 0 11%;
  text-align: center;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .no-cta .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .no-cta .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .no-cta .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .no-cta .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .no-cta .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .no-cta .tout-content,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--6 .tout .no-cta .tout-content,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--4 .tout .no-cta .tout-content,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--3 .tout .no-cta .tout-content {
  margin-bottom: 0;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .no-showcase .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .no-showcase .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .no-showcase .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .no-showcase .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .no-showcase .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .no-showcase .tout-content,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--6 .tout .no-showcase .tout-content,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--4 .tout .no-showcase .tout-content,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--3 .tout .no-showcase .tout-content {
  padding-top: 0;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .order-swapped .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .order-swapped .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .order-swapped .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .order-swapped .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .order-swapped .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .order-swapped .tout-content,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--6 .tout .order-swapped .tout-content,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--4 .tout .order-swapped .tout-content,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--3 .tout .order-swapped .tout-content {
  margin-bottom: 0;
  padding-top: 0;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--6 .tout .order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--4 .tout .order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--3 .tout .order-swapped .tout-showcase {
  padding: 7.5% 11% 0 11%;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--6 .tout .order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--4 .tout .order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--3 .tout .order-swapped .tout-showcase {
  margin-bottom: 93px;
  /* CTA button is positioned to the bottom and is 53px, then add 40 pixels of space */
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .no-cta.order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .no-cta.order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .no-cta.order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .no-cta.order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .no-cta.order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .no-cta.order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--6 .tout .no-cta.order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--4 .tout .no-cta.order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--3 .tout .no-cta.order-swapped .tout-showcase {
  margin-bottom: 0;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .reduce-padding .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .reduce-padding .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .reduce-padding .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .reduce-padding .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .reduce-padding .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .reduce-padding .tout-content,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--6 .tout .reduce-padding .tout-content,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--4 .tout .reduce-padding .tout-content,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--3 .tout .reduce-padding .tout-content {
  padding-top: 3.75%;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout + .aem-GridColumn--default--6.tout > .no-bg,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout + .aem-GridColumn--default--6.tout > .no-bg {
  border-left: 2px solid #eeeeee;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .tout-container .button-arrow,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .tout-container .button-arrow,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .tout-container .button-arrow,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .tout-container .button-arrow {
  margin: 0 auto;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .tout-container,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .tout-container {
  padding: 1.333em 0;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .tout-container.reduce-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .tout-container.reduce-padding {
  padding: 0.666em 0;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .tout-container .tout-cta,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .tout-container .tout-cta {
  bottom: 2em;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .tout-showcase .showcase-image > div img,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .tout-showcase .showcase-image > div img {
  max-width: 90%;
}
@media all and (max-width: 1024px) {
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .tout-container .tout-cta {
    text-align: left;
  }
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .tout-container .button-arrow {
    margin: 0;
  }
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .tout-content {
    text-align: left;
  }
}
@media all and (max-width: 767px) {
  .aem-Grid.aem-Grid--12 .tout:not([class*="aem-GridColumn--small-mobile"]),
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout:not([class*="aem-GridColumn--small-mobile"]),
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout:not([class*="aem-GridColumn--small-mobile"]),
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout:not([class*="aem-GridColumn--small-mobile"]),
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout:not([class*="aem-GridColumn--small-mobile"]),
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout:not([class*="aem-GridColumn--small-mobile"]),
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout:not([class*="aem-GridColumn--small-mobile"]) {
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 .tout .order-swapped .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .order-swapped .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .order-swapped .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .order-swapped .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .order-swapped .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .order-swapped .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .order-swapped .tout-content {
    padding: 0 17px;
  }
  .aem-Grid.aem-Grid--12 .tout .tout-container,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .tout-container,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .tout-container,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .tout-container,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .tout-container,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .tout-container,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .tout-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 1.2em 0;
  }
  .aem-Grid.aem-Grid--12 .tout .tout-container.square-aspect-ratio,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .tout-container.square-aspect-ratio,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .tout-container.square-aspect-ratio,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .tout-container.square-aspect-ratio,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .tout-container.square-aspect-ratio,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .tout-container.square-aspect-ratio,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .tout-container.square-aspect-ratio {
    display: inline-block;
  }
  .aem-Grid.aem-Grid--12 .tout .tout-container.reduce-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .tout-container.reduce-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .tout-container.reduce-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .tout-container.reduce-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .tout-container.reduce-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .tout-container.reduce-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .tout-container.reduce-padding {
    padding: 0.6em 0;
  }
  .aem-Grid.aem-Grid--12 .tout .tout-container .button-arrow,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .tout-container .button-arrow,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .tout-container .button-arrow,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .tout-container .button-arrow,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .tout-container .button-arrow,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .tout-container .button-arrow,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .tout-container .button-arrow {
    margin: 0;
  }
  .aem-Grid.aem-Grid--12 .tout .tout-container .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .tout-container .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .tout-container .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .tout-container .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .tout-container .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .tout-container .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .tout-container .tout-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: left;
  }
  .aem-Grid.aem-Grid--12 .tout .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .tout-content {
    font-size: 14px;
    text-align: left;
  }
  .aem-Grid.aem-Grid--12 .tout .no-showcase .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .no-showcase .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .no-showcase .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .no-showcase .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .no-showcase .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .no-showcase .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .no-showcase .tout-content {
    text-align: center;
  }
  .aem-Grid.aem-Grid--12 .tout .tout-showcase figcaption,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .tout-showcase figcaption,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .tout-showcase figcaption,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .tout-showcase figcaption,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .tout-showcase figcaption,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .tout-showcase figcaption,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .tout-showcase figcaption {
    padding-top: 10px;
  }
  .aem-Grid.aem-Grid--12 .tout .tout-showcase .showcase-image > div,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .tout-showcase .showcase-image > div,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .tout-showcase .showcase-image > div,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .tout-showcase .showcase-image > div,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .tout-showcase .showcase-image > div,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .tout-showcase .showcase-image > div,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .tout-showcase .showcase-image > div,
  .aem-Grid.aem-Grid--12 .tout .tout-showcase .showcase-lede > a,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .tout-showcase .showcase-lede > a,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .tout-showcase .showcase-lede > a,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .tout-showcase .showcase-lede > a,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .tout-showcase .showcase-lede > a,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .tout-showcase .showcase-lede > a,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .tout-showcase .showcase-lede > a {
    height: auto;
    line-height: normal;
  }
  .aem-Grid.aem-Grid--12 .tout .order-swapped .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .order-swapped .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .order-swapped .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .order-swapped .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .order-swapped .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .order-swapped .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .order-swapped .tout-showcase {
    padding: 0;
  }
}
@media all and (max-width: 767px) and (min-width: 480px) {
  .aem-Grid.aem-Grid--12 .tout .tout-container .tout-cta,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .tout-container .tout-cta,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .tout-container .tout-cta,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .tout-container .tout-cta,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .tout-container .tout-cta,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .tout-container .tout-cta,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .tout-container .tout-cta {
    bottom: auto;
    left: auto;
    position: relative;
    text-align: left;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 .tout .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .tout-content {
    padding: 0 17px;
  }
  .aem-Grid.aem-Grid--12 .tout .no-showcase .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .no-showcase .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .no-showcase .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .no-showcase .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .no-showcase .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .no-showcase .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .no-showcase .tout-content {
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 .tout .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .tout-showcase {
    padding: 0 17px;
  }
  .aem-Grid.aem-Grid--12 .tout .order-swapped .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .order-swapped .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .order-swapped .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .order-swapped .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .order-swapped .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .order-swapped .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .order-swapped .tout-showcase {
    padding-right: 17px;
    padding-left: 17px;
  }
}
@media all and (max-width: 479px) {
  .aem-Grid.aem-Grid--12 .tout .tout-container,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .tout-container,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .tout-container,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .tout-container,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .tout-container,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .tout-container,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .tout-container {
    display: inline-block;
  }
  .aem-Grid.aem-Grid--12 .tout .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .tout-content {
    padding: 0 17px;
  }
  .aem-Grid.aem-Grid--12 .tout .tout-cta,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .tout-cta,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .tout-cta,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .tout-cta,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .tout-cta,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .tout-cta,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .tout-cta {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .aem-Grid.aem-Grid--12 .tout .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .tout-showcase {
    padding: 10px 17px;
  }
  .aem-Grid.aem-Grid--12 .tout .tout-showcase .image,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .tout-showcase .image,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .tout-showcase .image,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .tout-showcase .image,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .tout-showcase .image,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .tout-showcase .image,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .tout-showcase .image {
    margin: 0;
    max-width: none;
    text-align: left;
  }
  .aem-Grid.aem-Grid--12 .tout .tout-showcase .showcase-image > div,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .tout-showcase .showcase-image > div,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .tout-showcase .showcase-image > div,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .tout-showcase .showcase-image > div,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .tout-showcase .showcase-image > div,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .tout-showcase .showcase-image > div,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .tout-showcase .showcase-image > div {
    text-align: left;
  }
  .aem-Grid.aem-Grid--12 .tout .tout-showcase .showcase-image > div img,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .tout-showcase .showcase-image > div img,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .tout-showcase .showcase-image > div img,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .tout-showcase .showcase-image > div img,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .tout-showcase .showcase-image > div img,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .tout-showcase .showcase-image > div img,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .tout-showcase .showcase-image > div img {
    width: auto;
    max-width: 100%;
  }
  .aem-Grid.aem-Grid--12 .tout .order-swapped .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .order-swapped .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .order-swapped .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .order-swapped .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .order-swapped .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .order-swapped .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .order-swapped .tout-showcase {
    margin-bottom: 0;
    padding: 4% 10% 1% 10%;
  }
}

.hover-tout {
  cursor: pointer;
  min-height: 100px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hover-tout .tout-title p,
.hover-tout .button-main.button-arrow p {
  all: unset;
  font-size: inherit;
  font-family: inherit;
}
.hover-tout a {
  z-index: 10;
}
.hover-tout .centered {
  text-align: center;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hover-tout .title-above .center-title {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  color: #fff !important;
  height: 1px !important;
  overflow: hidden !important;
  margin: -1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.hover-tout .cta-container {
  display: none;
}
.hover-tout .cta-container .button-main {
  margin-top: 10px;
}
.hover-tout .has-bg {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hover-tout .has-bg:before {
  z-index: 10;
}
.hover-tout .has-bg .bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.hover-tout .hover-tout-container.title-above .centered {
  top: 65%;
}
.hover-tout .hover-tout-container.title-above .has-bg .bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.hover-tout .hover-tout-container.title-centered {
  display: block;
  position: relative;
  z-index: 20;
}
.hover-tout .hover-tout-container.title-centered .has-bg:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: '';
  background: #000000;
  opacity: 0.7;
}
.hover-tout .hover-tout-container.title-centered .has-bg:hover:before {
  background: #000000;
  opacity: 0.2;
}
.hover-tout .hover-tout-container.title-centered .has-bg .bg {
  background-size: cover;
}
.hover-tout.active {
  cursor: default;
}
.hover-tout.active.touch .has-bg:before {
  opacity: 0;
}
.hover-tout.active .hover-tout-container.title-above .has-bg .bg {
  opacity: 0.75;
}

.tt-symptom .symptom-link-container {
  position: relative;
}
.tt-symptom .symptom-link-container .symptom-link {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-height: 58px;
  position: relative;
}
.tt-symptom .symptom-link-container .symptom-link .symptom-title {
  width: 100%;
}
.tt-symptom .symptom-link-container .symptom-link .symptom-title h4 {
  padding: 0 6.8%;
}
@media all and (min-width: 768px) {
  .tt-symptom .symptom-link-container.selected .symptom-link:after,
  .tt-symptom .symptom-link-container.default-selected .symptom-link:after {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-width: 7px;
    content: " ";
    height: 0;
    left: 100%;
    margin-top: -7px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: 0;
  }
}

.trouble-tracer .trouble-tracer-container {
  height: 100%;
  width: 100%;
}
.trouble-tracer .trouble-tracer-container .trouble-tracer-symptom-container {
  height: 100%;
  overflow: auto;
  position: relative;
  width: 100%;
}
.trouble-tracer .trouble-tracer-container .trouble-tracer-symptom-container .symptom-main-container {
  overflow: hidden;
  position: relative;
}
.trouble-tracer .trouble-tracer-container .trouble-tracer-symptom-container .symptom-main-container .symptom-content-container .image {
  padding-right: 10px;
}
.trouble-tracer .trouble-tracer-container .trouble-tracer-symptom-container .show-spinner {
  background-color: rgba(255, 255, 255, 0.95);
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: calc(100% - 280px);
}
.trouble-tracer .trouble-tracer-container .trouble-tracer-symptom-container .show-spinner .three-quarters-loader {
  margin-top: 25%;
  margin-left: 35%;
}
.trouble-tracer .trouble-tracer-container .trouble-tracer-symptom-container .symptom-headline > div {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-height: 58px;
  padding: 2% 6.8%;
  width: 100%;
}
.trouble-tracer .trouble-tracer-container .trouble-tracer-symptom-container .symptom-headline > div > * {
  width: 100%;
}
.trouble-tracer .trouble-tracer-container .trouble-tracer-symptom-container .symptom-headline > div :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media all and (min-width: 768px) {
  .trouble-tracer .trouble-tracer-container .trouble-tracer-symptom-container .symptom-nav-list {
    float: left;
    max-width: 338px;
    min-width: 150px;
    margin-bottom: 1.5em;
    z-index: 10;
  }
  .trouble-tracer .trouble-tracer-container .trouble-tracer-symptom-container .symptom-main-container {
    float: left;
    width: calc(100% - 338px);
  }
  .trouble-tracer .trouble-tracer-container .trouble-tracer-symptom-container .symptom-main-container .symptom-content {
    display: none;
    margin: 0 auto;
    position: relative;
    width: 75%;
  }
  .trouble-tracer .trouble-tracer-container .trouble-tracer-symptom-container .symptom-main-container .symptom-content.selected,
  .trouble-tracer .trouble-tracer-container .trouble-tracer-symptom-container .symptom-main-container .symptom-content.default-selected {
    display: block;
  }
  .trouble-tracer .trouble-tracer-container .trouble-tracer-symptom-container .symptom-mobile-container {
    display: none;
  }
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .trouble-tracer .trouble-tracer-container .trouble-tracer-symptom-container .symptom-nav-list {
    max-width: 220px;
  }
  .trouble-tracer .trouble-tracer-container .trouble-tracer-symptom-container .symptom-main-container,
  .trouble-tracer .trouble-tracer-container .trouble-tracer-symptom-container .symptom-part-overlay,
  .trouble-tracer .trouble-tracer-container .trouble-tracer-symptom-container .show-spinner {
    width: calc(100% - 220px);
  }
}
@media all and (max-width: 767px) {
  .trouble-tracer .trouble-tracer-container .trouble-tracer-symptom-container .symptom-nav-list {
    max-width: 100%;
    position: relative;
    overflow: hidden;
  }
  .trouble-tracer .trouble-tracer-container .trouble-tracer-symptom-container .symptom-nav-list.selected {
    display: none;
  }
  .trouble-tracer .trouble-tracer-container .trouble-tracer-symptom-container .show-spinner .three-quarters-loader {
    margin-left: 50%;
  }
  .trouble-tracer .trouble-tracer-container .trouble-tracer-symptom-container .symptom-main-container .symptom-content-container {
    display: none;
  }
  .trouble-tracer .trouble-tracer-container .trouble-tracer-symptom-container .symptom-main-container .symptom-content-container.edit-mode {
    display: block;
  }
  .trouble-tracer .trouble-tracer-container .trouble-tracer-symptom-container .symptom-main-container .symptom-mobile-container > .symptom-content {
    display: none;
  }
  .trouble-tracer .trouble-tracer-container .trouble-tracer-symptom-container .symptom-main-container .symptom-mobile-container .symptom-mobile {
    display: none;
  }
  .trouble-tracer .trouble-tracer-container .trouble-tracer-symptom-container .symptom-main-container .symptom-mobile-container .symptom-mobile.selected {
    display: block !important;
  }
  .trouble-tracer .trouble-tracer-container .trouble-tracer-symptom-container .symptom-main-container .symptom-mobile-container .symptom-mobile.selected img {
    margin: 0 auto;
  }
  .trouble-tracer .trouble-tracer-container .trouble-tracer-symptom-container .symptom-main-container .symptom-mobile-container .symptom-back-link {
    display: none;
    padding: 24px 0 23px 0;
    text-align: center;
  }
  .trouble-tracer .trouble-tracer-container .trouble-tracer-symptom-container .symptom-main-container .symptom-mobile-container .symptom-was-selected {
    display: block !important;
  }
}
.search-container .aem-GridColumn.aem-GridColumn--default--12 {
  line-height: 40px;
  margin-bottom: 5px !important;
}

#verticalLineContainer {
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#verticalLineContainer.is-edit {
  min-height: 50px;
}
#verticalLineContainer .vertical-line {
  width: 2px;
  background-color: black;
}

.video-external {
  text-align: center;
  padding-bottom: 10px;
  width: 100%;
}
.video-external .driv-video-loader {
  display: none;
}
.video-external .video-external-container {
  position: relative;
  /* typography */
}
.video-external .video-external-container .fa-play-circle,
.video-external .video-external-container h1,
.video-external .video-external-container h2,
.video-external .video-external-container h3,
.video-external .video-external-container h4,
.video-external .video-external-container h5,
.video-external .video-external-container h6,
.video-external .video-external-container p {
  margin-bottom: 15px;
}
.video-external .video-external-container .fa-play-circle:last-child,
.video-external .video-external-container h1:last-child,
.video-external .video-external-container h2:last-child,
.video-external .video-external-container h3:last-child,
.video-external .video-external-container h4:last-child,
.video-external .video-external-container h5:last-child,
.video-external .video-external-container h6:last-child,
.video-external .video-external-container p:last-child {
  margin-bottom: 0;
}
.video-external .video-external-container .video-wrapper {
  padding-bottom: 56.25%;
  position: relative;
}
.video-external .video-external-container .video-wrapper .show-spinner {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  position: absolute;
}
.video-external .video-external-container .video-wrapper iframe,
.video-external .video-external-container .video-wrapper object,
.video-external .video-external-container .video-wrapper embed {
  height: 101%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.video-external .video-external-container .video .icon-video {
  position: static;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .video-external .video-external-container .video .icon-video {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.video-external .video-external-container .video-external-content-container {
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  min-height: 580px;
  padding: 90px;
  position: relative;
  z-index: 10;
}
.video-external .video-external-container .video-external-content-container.align-y-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.video-external .video-external-container .video-external-content-container.align-x-center .video-external-content {
  margin: 0 auto;
}
.video-external .video-external-container .video-background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
.video-external .video-external-container.has-bg-overlay .video-background:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: '';
  background: #000000;
  opacity: 0.4;
}
.video-external .video-external-container.has-bg-overlay .video-background:hover:before {
  background: #000000;
  opacity: 0.4;
}
.video-external .video-external-container.has-bg-overlay .video-background > * {
  position: relative;
  /* Added to make sure all content is displayed above this bg overlay */
}
.video-external .video-external-container .video-external-content {
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0 auto;
  width: 55%;
  z-index: 10;
}
.video-external .video-external-container.video-active .video-external-content-container {
  display: block;
  height: auto !important;
  min-height: auto;
  padding: 0 !important;
}
.video-external .video-external-container.has-video .video-external-content-container {
  min-height: inherit;
  padding-bottom: 56.25%;
  padding-top: 0;
  position: relative;
}
.video-external .video-external-container.has-video .video-external-content {
  text-align: center;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media all and (max-width: 1024px) {
  .video-external .video-external-container .video-external-content-container {
    padding: 30px 30px 80px 30px;
  }
  .video-external .video-external-container.has-video .video-external-content {
    width: 85%;
  }
}
@media all and (max-width: 767px) {
  .video-external .video-external-container .video-external-content-container {
    min-height: 365px;
    padding: 45px 30px 40px 30px;
  }
}

.where-to-buy-link .where-to-buy-link-container {
  padding: 60px 0;
  text-align: center;
}
.where-to-buy-link .where-to-buy-link-container .where-to-buy-link-element {
  display: inline;
}
.where-to-buy-link .where-to-buy-link-container .where-to-buy-search-label {
  display: inline-block;
  padding: 0 52px;
  vertical-align: middle;
}
.where-to-buy-link .where-to-buy-link-container .where-to-buy-search-label h2.wtb-override {
  display: none;
}
.where-to-buy-link .where-to-buy-link-container .where-to-buy-search-label h2 {
  font-size: 40px;
  line-height: inherit;
  text-transform: none;
}
.where-to-buy-link .where-to-buy-link-container .where-to-buy-search-label h5 {
  font-size: 18px;
  line-height: inherit;
}
.where-to-buy-link .where-to-buy-link-container .where-to-buy-search-postal-code {
  border: 0;
  border-radius: 0;
  height: 55px;
  margin: 0;
  width: 300px;
}
.where-to-buy-link .where-to-buy-link-container .where-to-buy-search-postal-code.where-to-buy-search-postal--color-override {
  color: #3e3e3e;
}
.where-to-buy-link .where-to-buy-link-container .where-to-buy-search-submit {
  border: 0;
  height: 55px;
  margin-left: -5px;
  vertical-align: middle;
}
@media all and (max-width: 1024px) {
  .where-to-buy-link .where-to-buy-link-container .where-to-buy-search-label {
    display: block;
    padding: 0 20px 15px 20px;
  }
}
@media all and (max-width: 767px) {
  .where-to-buy-link .where-to-buy-link-container {
    padding: 39px 0;
  }
  .where-to-buy-link .where-to-buy-link-container .where-to-buy-search-label {
    display: block;
    padding-bottom: 20px;
    text-align: center;
  }
  .where-to-buy-link .where-to-buy-link-container .where-to-buy-search-label h2 {
    font-size: 24px;
    line-height: 28px;
    text-transform: none;
  }
  .where-to-buy-link .where-to-buy-link-container .where-to-buy-search-label h5 {
    font-size: 14px;
  }
  .where-to-buy-link .where-to-buy-link-container .where-to-buy-search-postal-code {
    width: 225px;
  }
  .where-to-buy-link .where-to-buy-link-container .where-to-buy-search-submit {
    height: 55px;
    padding-left: 20px;
    padding-right: 20px;
    width: 62px;
  }
  .where-to-buy-link .where-to-buy-link-container .where-to-buy-search-submit:after {
    margin-right: 0;
    right: 40%;
  }
  .where-to-buy-link .where-to-buy-link-container .where-to-buy-search-submit span {
    display: none;
  }
}

.where-to-buy-map {
  position: relative;
}
.where-to-buy-map .show-spinner {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 1000;
}
.where-to-buy-map .infowindow-template .map-infowindow .map-infowindow-header .map-infowindow-link img {
  width: 30px;
}

.where-to-buy-base .where-to-buy-campaign-base .mobile-type-selector {
  display: none;
}
.where-to-buy-base .where-to-buy-campaign-base .where-to-buy-map {
  margin-bottom: 30px;
}
.where-to-buy-base .where-to-buy-campaign-base .where-to-buy-map .show-spinner {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.where-to-buy-base .where-to-buy-campaign-base .where-to-buy-results-section {
  padding: 0 50px;
}
.where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-filter-holder {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-content: center;
  -ms-align-content: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-filter-holder .where-to-buy-search-country {
  -moz-flex: 1 1 30%;
  -ms-flex: 1 1 30%;
  -webkit-flex: 1 1 30%;
  flex: 1 1 30%;
}
.where-to-buy-base .where-to-buy-campaign-base .where-to-buy-online-search-base-container,
.where-to-buy-base .where-to-buy-campaign-base .where-to-buy-distributor-search-base-container {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.where-to-buy-base .where-to-buy-campaign-base .where-to-buy-online-search-base-container .where-to-buy-search-country,
.where-to-buy-base .where-to-buy-campaign-base .where-to-buy-distributor-search-base-container .where-to-buy-search-country {
  max-width: 290px;
}
.where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-filter-header {
  padding: 20px;
  text-transform: uppercase;
}
.where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-filter-base-category {
  margin: 10px 0;
}
.where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-results-base {
  padding: 0px 0 30px 3%;
}
.where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-results-base .dealer-name {
  font-size: 16px;
}
.where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-results-base h2 {
  font-size: 22px;
  line-height: 50px;
}
.where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-results-base table {
  table-layout: fixed;
}
.where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-results-base table .coordinates-selected tr:not(.active) {
  opacity: 0.4;
}
.where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-results-base table td.dealer-distance {
  text-transform: uppercase;
}
.where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-results-base .button-arrow:after,
.where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-results-base a[target="_blank"]:after {
  content: "";
}
.where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-results-base a[target="_blank"] {
  padding-right: 30px;
}
.where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-results-base .where-to-buy-search-results-container .show-spinner {
  display: none;
}
.where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-results-base .where-to-buy-search-results-distributor-container .dealer-name,
.where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-results-base .where-to-buy-search-results-online-container .dealer-name {
  cursor: default;
}
.where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-results-base .where-to-buy-search-results-distributor-container .show-spinner,
.where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-results-base .where-to-buy-search-results-online-container .show-spinner {
  display: block;
  -webkit-transform: translate(30%, 50%);
  -moz-transform: translate(30%, 50%);
  -ms-transform: translate(30%, 50%);
  -o-transform: translate(30%, 50%);
  transform: translate(30%, 50%);
}
.where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-results-base .where-to-buy-search-results-distributor-container .dealer-name {
  display: block;
  padding: 20px 0;
}
.where-to-buy-base .where-to-buy-campaign-base .where-to-buy-show-filter,
.where-to-buy-base .where-to-buy-campaign-base .brands-label {
  display: none;
}
.where-to-buy-base .where-to-buy-campaign-base .hover-tout .hover-tout-container {
  background: transparent;
}
.where-to-buy-base .where-to-buy-campaign-base .hover-tout .has-bg {
  height: 200px;
  width: 80%;
  padding: 0;
  margin: 10px auto;
}
.where-to-buy-base .where-to-buy-campaign-base .hover-tout .has-bg:first-child {
  margin-top: 0;
}
@media all and (min-width: 1025px) {
  .where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-filter-base-container .where-to-buy-search-filter-modal {
    background-color: transparent;
    position: relative;
    z-index: 1;
  }
  .where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-filter-base-container .where-to-buy-search-filter-modal .button-main,
  .where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-filter-base-container .where-to-buy-search-filter-modal .modal-close {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .where-to-buy-base .where-to-buy-campaign-base .mobile-type-selector {
    display: block;
    margin-bottom: 30px;
  }
  .where-to-buy-base .where-to-buy-campaign-base .mobile-type-selector .select-box {
    top: 2px;
  }
  .where-to-buy-base .where-to-buy-campaign-base .where-buy-tab-row {
    border: none;
    padding: 0;
  }
  .where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-filter-holder {
    background-color: transparent;
    padding: 0;
  }
  .where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-base .where-to-buy-search-campaign-container {
    display: block;
    padding: 0;
  }
  .where-to-buy-base .where-to-buy-campaign-base .where-to-buy-online-search-base-container,
  .where-to-buy-base .where-to-buy-campaign-base .where-to-buy-distributor-search-base-container {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .where-to-buy-base .where-to-buy-campaign-base .where-to-buy-online-search-base-container .where-to-buy-search-country,
  .where-to-buy-base .where-to-buy-campaign-base .where-to-buy-distributor-search-base-container .where-to-buy-search-country {
    max-width: none;
  }
  .where-to-buy-base .where-to-buy-campaign-base .where-to-buy-online-search-base-container .show-spinner,
  .where-to-buy-base .where-to-buy-campaign-base .where-to-buy-distributor-search-base-container .show-spinner {
    display: none;
  }
  .where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-results {
    padding: 0;
  }
  .where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-results .dealer-distance {
    margin: 5px 0;
  }
  .where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-results .dealer-name {
    font-size: 18px;
  }
  .where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-results table {
    margin-top: 5px;
  }
  .where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-results table td:last-child {
    padding: 3px 0 30px 0;
  }
  .where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-results table td:last-child .button-main.button-arrow {
    margin: 15px 0 0;
  }
  .where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-results .button-arrow {
    display: block;
    padding: 18px 40px;
  }
  .where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-results .where-to-buy-search-results-container {
    padding: 10px 0;
  }
  .where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-results .where-to-buy-search-results-container .dealer-name {
    padding: 0;
  }
  .where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-results .where-to-buy-search-results-container .show-spinner {
    display: none;
  }
  .where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-results .where-to-buy-search-results-container table td:first-child {
    padding-top: 20px;
  }
  .where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-results .where-to-buy-search-results-container table td:last-child {
    padding-bottom: 10px;
  }
  .where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-filter-base-container.hide-filters {
    display: none;
  }
  .where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-filter-base-container.show-filters {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    padding: 20px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
  }
  .where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-filter-base-container.show-filters .where-to-buy-search-filter-modal {
    width: 100%;
  }
  .where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-filter-base-container.show-filters .where-to-buy-search-filter-modal .where-to-buy-search-filter-header {
    background: none;
    padding: 0;
  }
  .where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-filter-base-container.show-filters .where-to-buy-search-filter-modal .button-main {
    display: block;
    width: 100%;
    margin-top: 30px;
    padding: 17px 40px;
  }
  .where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-filter-base-container.show-filters .where-to-buy-search-filter-modal .modal-close {
    display: inline;
  }
  .where-to-buy-base .where-to-buy-campaign-base button.where-to-buy-show-filter {
    display: block;
  }
  .where-to-buy-base .where-to-buy-campaign-base .brands-label {
    display: inline;
  }
  .where-to-buy-base .where-to-buy-campaign-base .where-to-buy-results-section.aem-Grid--12 {
    -webkit-flex-wrap: wrap-reverse;
    -moz-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    padding: 5px;
  }
  .where-to-buy-base .where-to-buy-campaign-base .where-to-buy-results-section.aem-Grid--12 .margin .aem-Grid {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .where-to-buy-base .where-to-buy-campaign-base .where-to-buy-results-section.aem-Grid--12 .margin .aem-Grid .hover-tout {
    flex: 0 0 30%;
    min-width: 200px;
  }
  .where-to-buy-base .where-to-buy-campaign-base .where-to-buy-results-section.aem-Grid--12 .margin .aem-Grid .hover-tout .has-bg {
    margin: 2px;
    width: auto;
  }
}
@media all and (max-width: 1024px) and (min-width: 767px) {
  .where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-results table td {
    padding: 15px 0;
  }
}
@media all and (max-width: 479px) {
  .where-to-buy-base .where-to-buy-campaign-base .where-to-buy-search-results .where-to-buy-search-results-container .where-to-buy-search-results-filter-bar .button-secondary {
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

.where-to-buy-campaign-base .where-to-buy-search-base {
  padding: 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.where-to-buy-campaign-base .where-to-buy-search-base input[type='checkbox'] {
  width: 2em;
}
.where-to-buy-campaign-base .where-to-buy-search-base input[type='text'] {
  margin: 0 20px;
  width: auto;
  min-width: 160px;
}
.where-to-buy-campaign-base .where-to-buy-search-base .custom-checkbox {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  white-space: nowrap;
}
.where-to-buy-campaign-base .where-to-buy-search-base .custom-checkbox input {
  display: none;
}
.where-to-buy-campaign-base .where-to-buy-search-base .custom-checkbox span {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #fff;
  border: 1px solid #dadada;
  position: relative;
  margin: 10px 20px;
}
.where-to-buy-campaign-base .where-to-buy-search-base .custom-checkbox span span {
  width: 22px;
  height: 22px;
  border: none;
  position: relative;
  margin: 3px;
}
.where-to-buy-campaign-base .where-to-buy-search-base .custom-checkbox input:checked + span span {
  background: #ccc;
}
.where-to-buy-campaign-base .where-to-buy-search-base .where-to-buy-postal-and-submit .where-to-buy-search-submit {
  margin: 0;
  padding: 13px 50px;
}
.where-to-buy-campaign-base .where-to-buy-search-base .where-to-buy-postal-and-submit .where-to-buy-search-submit:after {
  display: none;
}
.where-to-buy-campaign-base .where-to-buy-search-base .where-to-buy-search-field {
  border-right: 1px solid #CCC;
  margin-right: 20px;
}
.where-to-buy-campaign-base .where-to-buy-search-base .where-to-buy-postal-and-submit {
  display: inline-flex;
}
@media all and (max-width: 1024px) {
  .where-to-buy-campaign-base .where-to-buy-search-base .where-to-buy-search-campaign-container {
    text-align: center;
  }
  .where-to-buy-campaign-base .where-to-buy-search-base .where-to-buy-search-field {
    border: none;
    text-align: center;
    display: inline-block;
    margin: 0;
  }
  .where-to-buy-campaign-base .where-to-buy-search-base .where-to-buy-search-field.where-to-buy-search-field-part {
    border-right: 1px solid #CCC;
    padding-right: 20px;
    margin-right: 18px;
  }
  .where-to-buy-campaign-base .where-to-buy-search-base .custom-checkbox span.outer {
    margin: 10px 0 10px 20px;
  }
  .where-to-buy-campaign-base .where-to-buy-search-base .where-to-buy-postal-and-submit {
    display: block;
    margin-top: 20px;
  }
  .where-to-buy-campaign-base .where-to-buy-search-base .where-to-buy-postal-and-submit .where-to-buy-search-field .where-to-buy-search-base-postal-code {
    min-width: 200px;
    margin: 0 -5px 0 0;
    border: 1px solid #CCC;
    border-right: 0;
    height: 50px;
    width: 270px;
  }
  .where-to-buy-campaign-base .where-to-buy-search-base .where-to-buy-postal-and-submit .where-to-buy-search-field .where-to-buy-postal-label {
    display: none;
  }
  .where-to-buy-campaign-base .where-to-buy-search-base .where-to-buy-postal-and-submit .where-to-buy-search-submit {
    margin: 0;
    vertical-align: top;
  }
}
@media all and (max-width: 480px) {
  .where-to-buy-campaign-base .where-to-buy-search-base .where-to-buy-search-campaign-container {
    width: 100%;
  }
  .where-to-buy-campaign-base .where-to-buy-search-base .where-to-buy-search-field {
    display: inline-block;
  }
  .where-to-buy-campaign-base .where-to-buy-search-base .where-to-buy-postal-and-submit .where-to-buy-search-field .where-to-buy-search-base-postal-code {
    width: 200px;
  }
  .where-to-buy-campaign-base .where-to-buy-search-base .where-to-buy-postal-and-submit .where-to-buy-search-submit {
    height: 50px;
    padding: 0 40px;
  }
  .where-to-buy-campaign-base .where-to-buy-search-base .where-to-buy-postal-and-submit .where-to-buy-search-submit span {
    display: none;
  }
  .where-to-buy-campaign-base .where-to-buy-search-base .where-to-buy-postal-and-submit .where-to-buy-search-submit:after {
    display: inline;
  }
}
@media all and (max-width: 379px) {
  .where-to-buy-campaign-base .where-to-buy-search-base {
    padding: 30px 10px;
  }
  .where-to-buy-campaign-base .where-to-buy-search-base .where-to-buy-search-field.where-to-buy-search-field-part {
    margin: 5px;
    padding: 5px;
  }
  .where-to-buy-campaign-base .where-to-buy-search-base .custom-checkbox span.outer {
    margin: 5px;
  }
}

.where-to-buy-search-campaign-results-base {
  padding: 0px 3.25%;
}
.where-to-buy-search-campaign-results-base .where-to-buy-search-results-container {
  position: relative;
}
.where-to-buy-search-campaign-results-base .show-spinner {
  padding: 0;
  left: 0;
  position: absolute;
  top: 100px;
  margin: auto;
  text-align: center;
  transform: none;
}
.where-to-buy-search-campaign-results-base .show-spinner .three-quarters-loader {
  margin: auto;
}
.where-to-buy-search-campaign-results-base .text a[target="_blank"]:after,
.where-to-buy-search-campaign-results-base .cta-link-external:after {
  position: relative;
}
.where-to-buy-search-campaign-results-base .where-to-buy-search-results-headline {
  background: #333;
  color: white;
  padding: 20px 40px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.where-to-buy-search-campaign-results-base .where-to-buy-search-results-headline .where-to-buy-results-found {
  font-style: italic;
}
.where-to-buy-search-campaign-results-base .dealer-type {
  text-transform: capitalize;
}
.where-to-buy-search-campaign-results-base table {
  border: 0;
  border-top: 1px solid #000;
  table-layout: fixed;
}
.where-to-buy-search-campaign-results-base table tr {
  border: 0;
  border-bottom: 1px solid #e1e1e1;
}
.where-to-buy-search-campaign-results-base table td {
  border: 0;
  padding: 15px;
  vertical-align: middle;
}
.where-to-buy-search-campaign-results-base table td:before {
  display: none;
}
.where-to-buy-search-campaign-results-base table td:empty {
  padding: 0;
}
.where-to-buy-search-campaign-results-base table td:first-child {
  border-top: 0;
  padding-left: 0;
}
.where-to-buy-search-campaign-results-base table td:last-child {
  padding: 0;
  text-align: right;
  white-space: nowrap;
}
.where-to-buy-search-campaign-results-base table td:last-child .button-main.button-arrow {
  margin: 2px 0;
}
.where-to-buy-search-campaign-results-base .where-to-buy-hours span {
  display: block;
  font-size: .8em;
  line-height: 1.3;
}
.where-to-buy-search-campaign-results-base .where-to-buy-dealer-location,
.where-to-buy-search-campaign-results-base .where-to-buy-dealer-phone,
.where-to-buy-search-campaign-results-base .dealer-distance {
  font-size: .9em;
  line-height: 1.2;
}
.where-to-buy-search-campaign-results-base .dealer-distance {
  white-space: nowrap;
}
.where-to-buy-search-campaign-results-base table.coordinates-selected tr:not(.active) {
  opacity: 0.5;
}
.where-to-buy-search-campaign-results-base .dealer-name {
  display: block;
  line-height: 1;
  cursor: pointer;
}
.where-to-buy-search-campaign-results-base .dealer-phone,
.where-to-buy-search-campaign-results-base .dealer-website {
  display: block;
  padding-top: 2px;
  white-space: nowrap;
  font-size: 1em;
}
.where-to-buy-search-campaign-results-base .dealer-phone:before,
.where-to-buy-search-campaign-results-base .dealer-website:before {
  -moz-osx-font-smoothing: grayscale;
  font-family: "icomoon";
  line-height: 1;
  vertical-align: middle;
}
.where-to-buy-search-campaign-results-base button.where-to-buy-show-filter {
  display: none;
}
.where-to-buy-search-campaign-results-base .where-to-buy-load-more-div {
  text-align: center;
  padding: 50px 0;
  position: relative;
}
.where-to-buy-search-campaign-results-base .where-to-buy-load-more-div .show-spinner {
  top: 20px;
}
.where-to-buy-search-campaign-results-base .where-to-buy-search-pagination ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.where-to-buy-search-campaign-results-base .where-to-buy-search-pagination li {
  margin: 6px;
}
.where-to-buy-search-campaign-results-base .where-to-buy-search-pagination li:before {
  display: none;
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .where-to-buy-search-campaign-results-base {
    padding: 48px 5.3%;
    width: 100% !important;
  }
  .where-to-buy-search-campaign-results-base table td {
    padding-bottom: 26px;
    padding-top: 26px;
    display: table-cell;
  }
}
@media all and (max-width: 767px) {
  .where-to-buy-search-campaign-results-base {
    width: 100% !important;
  }
  .where-to-buy-search-campaign-results-base .where-to-buy-dealer-location,
  .where-to-buy-search-campaign-results-base .where-to-buy-dealer-phone,
  .where-to-buy-search-campaign-results-base .dealer-distance {
    font-size: 1em;
    padding: 0 0 10px;
  }
  .where-to-buy-search-campaign-results-base .dealer-distance {
    font-weight: bold;
  }
  .where-to-buy-search-campaign-results-base .dealer-type {
    display: inline-block;
    margin-bottom: 10px;
  }
  .where-to-buy-search-campaign-results-base .where-to-buy-hours {
    margin-bottom: 10px;
  }
  .where-to-buy-search-campaign-results-base .where-to-buy-hours span {
    font-size: 1em;
    line-height: 1;
  }
  .where-to-buy-search-campaign-results-base .dealer-name {
    display: inline-block;
    margin: 0 8px 0 0;
    border-right: 1px solid #333;
    padding-right: 10px;
  }
  .where-to-buy-search-campaign-results-base .no-data {
    display: none;
  }
  .where-to-buy-search-campaign-results-base table td {
    display: block;
    padding: 8px 0;
    line-height: 1;
  }
  .where-to-buy-search-campaign-results-base table td:first-child {
    padding-top: 30px;
  }
  .where-to-buy-search-campaign-results-base table td:last-child {
    padding-bottom: 30px;
    padding-left: 0px;
    text-align: left;
  }
}
@media all and (min-width: 1025px) {
  .where-to-buy-search-results[class*="aem-GridColumn--default--"] {
    padding-left: 6.25%;
    padding-right: 3.125%;
  }
  .where-to-buy-search-filter + .where-to-buy-search-results[class*="aem-GridColumn--default--"] {
    padding-left: 3.125%;
    padding-right: 6.25%;
  }
  .where-to-buy-search-results.aem-GridColumn--default--10,
  .where-to-buy-search-results.aem-GridColumn--default--11 {
    padding-left: 3.125%;
    padding-right: 1.5625%;
  }
  .where-to-buy-search-filter + .where-to-buy-search-result.aem-GridColumn--default--10,
  .where-to-buy-search-filter + .where-to-buy-search-result.aem-GridColumn--default--11 {
    padding-left: 1.5625%;
    padding-right: 3.125%;
  }
  button.where-to-buy-show-filter {
    display: none;
  }
}

.where-to-buy-campaign-map {
  position: relative;
  margin: 30px 0;
}
.where-to-buy-campaign-map .show-spinner {
  position: absolute;
  padding: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 1000;
  text-align: center;
}
.where-to-buy-campaign-map.google-map .gm-style-iw > div .map-infowindow {
  font-size: 1em;
}
.where-to-buy-campaign-map.google-map .gm-style-iw > div .map-infowindow .directions,
.where-to-buy-campaign-map.google-map .gm-style-iw > div .map-infowindow .where-to-buy-hours,
.where-to-buy-campaign-map.google-map .gm-style-iw > div .map-infowindow .address,
.where-to-buy-campaign-map.google-map .gm-style-iw > div .map-infowindow .distance {
  margin: 5px 0;
}
.where-to-buy-campaign-map.google-map .gm-style-iw > div .map-infowindow .dealer-name {
  font-weight: bold;
}
.where-to-buy-campaign-map.google-map .gm-style-iw > div .map-infowindow .dealer-type {
  display: inline-block;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.where-to-buy-campaign-map.google-map .gm-style-iw > div .map-infowindow .directions {
  margin-top: 10px;
}
.where-to-buy-campaign-map.google-map .gm-style-iw > div .map-infowindow .directions a {
  padding: 0;
}
.where-to-buy-campaign-map.google-map .gm-style-iw > div .map-infowindow .where-to-buy-hours span {
  display: block;
}
.where-to-buy-campaign-map.google-map .gm-style-iw > div .map-infowindow div {
  padding-bottom: 10px;
}

/* ==========================================================================
   FMMP MOOG Base Styles
        Original styles for default site components provided by Wondersauce.
   ==========================================================================

    Notes
    -----------------
    Available Fonts:
        Blender Pro bold
        Blender Pro bolditalic
        Blender Pro book
        Blender Pro bookitalic
        Din Condensed bold
        Roboto black
        Roboto blackitalic
        Roboto regular

    Din Condensed Bold is the local font named "31FEF9_0_0", the //hello.myfonts.net/count/31fef9 <link> counter was added to 
    the aem-base headlibs.jsp, it was added there because this is a global font used on all brands. The license for this 
    font is located at http://www.myfonts.com/viewlicense?type=web&buildid=3276537
*/

/* BASE */
.style-guide-black {
  background-color: #000000;
}
.style-guide-blue {
  background-color: #0032a0;
}
.style-guide-blue-light {
  background-color: #0068ff;
}
.style-guide-cobalt {
  background-color: #00419f;
}
.style-guide-grey {
  background-color: #808080;
}
.style-guide-gainsboro {
  background-color: #e6e6e6;
}
.style-guide-mercury {
  background-color: #efefef;
}
.style-guide-alto {
  background-color: #dbdbdb;
}
.style-guide-silver {
  background-color: #c2c2c2;
}
.style-guide-night-rider {
  background-color: #333333;
}
.style-guide-nero {
  background-color: #252525;
}
.style-guide-yellow {
  background-color: #f5e944;
}
.style-guide-yellow-light {
  background-color: #fef035;
}
.style-guide-yellow-text {
  background-color: #f5eb2d;
}
.style-guide-white {
  background-color: #ffffff;
}
.style-guide-select-sample {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9Ijc1cHgiIGhlaWdodD0iNThweCIgdmlld0JveD0iMCAwIDc1IDU4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA3NSA1OCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHJlY3QgZmlsbD0iIzFEMkI1QSIgd2lkdGg9Ijc1IiBoZWlnaHQ9IjU4Ii8+PHBvbHlnb24gZmlsbD0iI0ZGRkZGRiIgcG9pbnRzPSIzMi4xODgsMjQuNzUgNDQuMTg4LDI0Ljc1IDM4LjE4OCwzMy4yNSAiLz48L3N2Zz4=");
  background-position: 100% center;
  background-repeat: no-repeat;
  background-size: contain;
  border: solid 1px #efefef;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  color: #3e3e3e;
  cursor: pointer;
  font-family: "blenderpro-book", sans-serif;
  font-size: 16px;
  height: 50px;
  margin: 15px 0 25px 0;
  padding: 10px 68px 10px 13px;
  width: 340px;
}
.style-guide-select-sample:focus {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9Ijc1cHgiIGhlaWdodD0iNThweCIgdmlld0JveD0iMCAwIDc1IDU4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA3NSA1OCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cmVjdCBmaWxsPSIjZjVlYjJkIiB3aWR0aD0iNzUiIGhlaWdodD0iNTgiLz4NCjxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iNDQuMTg4LDMzLjI1IDMyLjE4OCwzMy4yNSAzOC4xODgsMjQuNzUgIi8+DQo8L3N2Zz4=");
  border-color: #0032a0;
  outline: none;
}
.style-guide-select-sample::-ms-expand {
  display: none;
}
.style-guide-select-sample::placeholder {
  color: #3e3e3e;
}

/* GLOBAL */
body {
  background-color: #333333;
  font-family: 'blenderpro-book', sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-y: visible;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* HIGHLIGHT TEXT */
::-moz-selection {
  /* Code for Firefox */
  background: #000000;
  color: #ffffff;
}
::selection {
  background: #000000;
  color: #ffffff;
}

blockquote span[class^="special_char_"],
.blockquote span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
blockquote span.special_char_E284A2,
.blockquote span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
blockquote span.special_char_E284A2:after,
.blockquote span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
h1 span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
h1 span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
h1 span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
h1 .brand-name span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
h1 .brand-name span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
h1 .brand-name span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
h2 span[class^="special_char_"],
.h2-rep span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
h2 span.special_char_E284A2,
.h2-rep span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
h2 span.special_char_E284A2:after,
.h2-rep span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
h2 .brand-name span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
h2 .brand-name span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
h2 .brand-name span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
h3 span[class^="special_char_"],
.h3-rep span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
h3 span.special_char_E284A2,
.h3-rep span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
h3 span.special_char_E284A2:after,
.h3-rep span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
h4 span[class^="special_char_"],
.h4-rep span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
h4 span.special_char_E284A2,
.h4-rep span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
h4 span.special_char_E284A2:after,
.h4-rep span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
/* WEB FONTS */
@font-face {
  font-family: 'blenderpro-bold';
  src: url('../../fmmp-base/libs/main/resources/fonts/blenderpro-bold-webfont.eot');
  src: url('../../fmmp-base/libs/main/resources/fonts/blenderpro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../../fmmp-base/libs/main/resources/fonts/blenderpro-bold-webfont.woff') format('woff'), url('../../fmmp-base/libs/main/resources/fonts/blenderpro-bold-webfont.ttf') format('truetype'), url('../../fmmp-base/libs/main/resources/fonts/blenderpro-bold-webfont.svg#blenderpro-bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.blenderpro-bold {
  font-family: 'blenderpro-bold', sans-serif;
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'blenderpro-bolditalic';
  src: url('../../fmmp-base/libs/main/resources/fonts/blenderpro-bolditalic-webfont.eot');
  src: url('../../fmmp-base/libs/main/resources/fonts/blenderpro-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../../fmmp-base/libs/main/resources/fonts/blenderpro-bolditalic-webfont.woff') format('woff'), url('../../fmmp-base/libs/main/resources/fonts/blenderpro-bolditalic-webfont.ttf') format('truetype'), url('../../fmmp-base/libs/main/resources/fonts/blenderpro-bolditalic-webfont.svg#blenderpro-bolditalic') format('svg');
  font-style: normal;
  font-weight: normal;
}
.blenderpro-bolditalic {
  font-family: 'blenderpro-bolditalic', sans-serif;
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'blenderpro-book';
  src: url('../../fmmp-base/libs/main/resources/fonts/blenderpro-book-webfont.eot');
  src: url('../../fmmp-base/libs/main/resources/fonts/blenderpro-book-webfont.eot?#iefix') format('embedded-opentype'), url('../../fmmp-base/libs/main/resources/fonts/blenderpro-book-webfont.woff') format('woff'), url('../../fmmp-base/libs/main/resources/fonts/blenderpro-book-webfont.ttf') format('truetype'), url('../../fmmp-base/libs/main/resources/fonts/blenderpro-book-webfont.svg#blenderpro-book') format('svg');
  font-style: normal;
  font-weight: normal;
}
.blenderpro-book {
  font-family: 'blenderpro-book', sans-serif;
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'blenderpro-bookitalic';
  src: url('../../fmmp-base/libs/main/resources/fonts/blenderpro-bookitalic-webfont.eot');
  src: url('../../fmmp-base/libs/main/resources/fonts/blenderpro-bookitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../../fmmp-base/libs/main/resources/fonts/blenderpro-bookitalic-webfont.woff') format('woff'), url('../../fmmp-base/libs/main/resources/fonts/blenderpro-bookitalic-webfont.ttf') format('truetype'), url('../../fmmp-base/libs/main/resources/fonts/blenderpro-bookitalic-webfont.svg#blenderpro-bookitalic') format('svg');
  font-style: normal;
  font-weight: normal;
}
.blenderpro-bookitalic {
  font-family: 'blenderpro-bookitalic', sans-serif;
  font-style: normal;
  font-weight: normal;
}
.dincond-bold-webfont {
  font-family: 'blenderpro-book', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.roboto-specialcharacter-style span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
.roboto-specialcharacter-style span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
.roboto-specialcharacter-style span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
@font-face {
  font-family: 'roboto-black';
  src: url('../../fmmp-base/libs/main/resources/fonts/roboto-black-webfont.eot');
  src: url('../../fmmp-base/libs/main/resources/fonts/roboto-black-webfont.eot?#iefix') format('embedded-opentype'), url('../../fmmp-base/libs/main/resources/fonts/roboto-black-webfont.woff') format('woff'), url('../../fmmp-base/libs/main/resources/fonts/roboto-black-webfont.ttf') format('truetype'), url('../../fmmp-base/libs/main/resources/fonts/roboto-black-webfont.svg') format('svg');
  font-style: normal;
  font-weight: normal;
}
.roboto-black {
  font-family: 'roboto-black', sans-serif;
  font-style: normal;
  font-weight: normal;
}
.roboto-black span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
.roboto-black span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
.roboto-black span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
@font-face {
  font-family: 'roboto-blackitalic';
  src: url('../../fmmp-base/libs/main/resources/fonts/roboto-blackitalic-webfont.eot');
  src: url('../../fmmp-base/libs/main/resources/fonts/roboto-blackitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../../fmmp-base/libs/main/resources/fonts/roboto-blackitalic-webfont.woff') format('woff'), url('../../fmmp-base/libs/main/resources/fonts/roboto-blackitalic-webfont.ttf') format('truetype'), url('../../fmmp-base/libs/main/resources/fonts/roboto-blackitalic-webfont.svg') format('svg');
  font-style: normal;
  font-weight: normal;
}
.roboto-blackitalic {
  font-family: 'roboto-blackitalic', sans-serif;
  font-style: normal;
  font-weight: normal;
}
.roboto-blackitalic span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
.roboto-blackitalic span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
.roboto-blackitalic span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
@font-face {
  font-family: 'roboto-regular';
  src: url('../../fmmp-base/libs/main/resources/fonts/roboto-regular-webfont.eot');
  src: url('../../fmmp-base/libs/main/resources/fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../fmmp-base/libs/main/resources/fonts/roboto-regular-webfont.woff') format('woff'), url('../../fmmp-base/libs/main/resources/fonts/roboto-regular-webfont.ttf') format('truetype'), url('../../fmmp-base/libs/main/resources/fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
  font-style: normal;
  font-weight: normal;
}
.roboto-regular {
  font-family: 'roboto-regular', sans-serif;
  font-style: normal;
  font-weight: normal;
}
.roboto-regular span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
.roboto-regular span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
.roboto-regular span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
@font-face {
  font-family: 'fontawesome';
  src: url('../../fmmp-base/libs/main/resources/fonts/fontawesome-webfont.eot');
  src: url('../../fmmp-base/libs/main/resources/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../../fmmp-base/libs/main/resources/fonts/fontawesome-webfont.woff') format('woff'), url('../../fmmp-base/libs/main/resources/fonts/fontawesome-webfont.svg') format('svg');
  font-style: normal;
  font-weight: normal;
}

/* TEXT FORMATTING */
span[class^="special_char_"] {
  line-height: 0;
  position: relative;
  font-size: 41.5%;
  margin-right: 0.6em;
  vertical-align: super;
}
span[class^="special_char_"]:after {
  position: absolute;
  left: 0;
  top: -0.6em;
}
span.special_char_E28483,
span.special_char_E28489 {
  font-size: 100%;
  margin-right: 0;
  vertical-align: inherit;
}
span.special_char_E284A2 {
  vertical-align: baseline;
}
span.special_char_E284A2:after {
  content: "\2122";
}
a {
  color: #0032a0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a:hover {
  color: #0068ff;
}
blockquote,
.blockquote {
  border-left: 4px solid #f5e944;
  color: #0032a0;
  font-family: 'roboto-blackitalic', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.875em;
  line-height: 1.5em;
  margin-bottom: 1em;
  padding-left: 20px;
}
blockquote span[class^="special_char_"],
.blockquote span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
blockquote span.special_char_E284A2,
.blockquote span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
blockquote span.special_char_E284A2:after,
.blockquote span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h2-rep,
.h3-rep,
.h4-rep,
.h5-rep {
  font-weight: normal;
}
h1 span.icon-diagnostics-center,
h2 span.icon-diagnostics-center,
h3 span.icon-diagnostics-center,
h4 span.icon-diagnostics-center,
h5 span.icon-diagnostics-center,
h6 span.icon-diagnostics-center,
.h2-rep span.icon-diagnostics-center,
.h3-rep span.icon-diagnostics-center,
.h4-rep span.icon-diagnostics-center,
.h5-rep span.icon-diagnostics-center {
  vertical-align: bottom;
}
h1 {
  font-family: 'roboto-blackitalic', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 4.375em;
  line-height: 1em;
  text-transform: uppercase;
}
h1 span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
h1 span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
h1 span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
h1 .brand-name {
  font-family: 'roboto-black', sans-serif;
  font-style: normal;
  font-weight: normal;
}
h1 .brand-name span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
h1 .brand-name span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
h1 .brand-name span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
h2,
.h2-rep {
  color: #0032a0;
  font-family: 'roboto-blackitalic', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 3.125em;
  line-height: 1em;
  text-transform: uppercase;
}
h2 span[class^="special_char_"],
.h2-rep span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
h2 span.special_char_E284A2,
.h2-rep span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
h2 span.special_char_E284A2:after,
.h2-rep span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
h2 .brand-name {
  font-family: 'roboto-black', sans-serif;
  font-style: normal;
  font-weight: normal;
}
h2 .brand-name span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
h2 .brand-name span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
h2 .brand-name span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
h3,
.h3-rep {
  color: #0032a0;
  font-family: 'roboto-black', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 2.5em;
  letter-spacing: 0px;
  line-height: 1em;
}
h3 span[class^="special_char_"],
.h3-rep span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
h3 span.special_char_E284A2,
.h3-rep span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
h3 span.special_char_E284A2:after,
.h3-rep span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
h2 span[class^="special_char_"],
h3 span[class^="special_char_"] {
  margin-top: 1em;
}
h4,
.h4-rep {
  color: #0032a0;
  font-family: 'roboto-black', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25em;
  line-height: 1em;
}
h4 span[class^="special_char_"],
.h4-rep span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
h4 span.special_char_E284A2,
.h4-rep span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
h4 span.special_char_E284A2:after,
.h4-rep span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
h5,
.h5-rep {
  color: #0032a0;
  font-family: 'blenderpro-bookitalic', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125em;
  letter-spacing: 2px;
  line-height: 1em;
  text-transform: uppercase;
}
h5 .brand-name {
  font-family: 'blenderpro-book', sans-serif;
  font-style: normal;
  font-weight: normal;
}
h6 span[class^="special_char_"]:after {
  top: 0em;
}
p {
  font-family: 'blenderpro-book', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125em;
  line-height: 1.625em;
  margin-bottom: 1.5em;
}
p span[class^="special_char_"]:after {
  top: -0.3em;
}
.blockquote {
  display: block;
}
[class^="fa-"],
[class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  color: #000000;
  font-family: "fontawesome" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
small,
.disclaimer-text {
  font-size: 0.8125em;
  line-height: 1.125em;
}
sub,
sup {
  font-size: 0.85em;
}
sup {
  top: -0.7em;
  position: relative;
}
h1 sub,
h2 sub,
h3 sub,
h1 sup,
h2 sup,
h3 sup {
  font-size: 0.512em;
}
h1 sup,
h2 sup,
h3 sup {
  bottom: 0;
}
h4 sup,
h5 sup,
h6 sup,
p sup {
  top: -0.45em;
  position: relative;
}
.page-content p,
.page-content li {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (max-width: 1024px) {
  h1 {
    font-size: 3.75em;
    line-height: 1em;
  }
  h2,
  .h2-rep {
    font-size: 2.5em;
    line-height: 1em;
    letter-spacing: 0px;
  }
  h3,
  .h3-rep {
    font-size: 1.5625em;
    line-height: 1em;
    letter-spacing: 0px;
  }
  h4,
  .h4-rep {
    font-size: 1.25em;
    line-height: 1em;
    letter-spacing: 0px;
  }
  h5,
  .h5-rep {
    font-size: 1.25em;
    line-height: 1em;
  }
  p {
    font-size: 1em;
    line-height: 1.75em;
  }
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 2.625em;
    line-height: 1em;
    letter-spacing: 0px;
  }
  h2,
  .h2-rep {
    font-size: 1.875em;
    line-height: 1em;
    letter-spacing: 0px;
  }
  h5,
  .h5-rep {
    font-size: 1em;
  }
  p {
    line-height: 1.45em;
  }
  p.quote {
    font-size: 1.25em;
    line-height: 1.875em;
  }
}

.selligent-response #isolatedContent .submit:hover {
  background-color: #f5e944;
  color: #0032a0;
}
.selligent-response #isolatedContent .submit a {
  color: #ffffff;
}
.selligent-response #isolatedContent .submit:hover a {
  color: #0032a0;
}
hr {
  border-color: #e6e6e6;
  margin: 1.5em 0;
}
.block-separator hr {
  margin-left: 10%;
  margin-right: 10%;
}
@media all and (max-width: 1024px) {
  .block-separator hr {
    margin-left: 0;
    margin-right: 0;
  }
}
.article .block-separator hr,
.right-rail-right-content .block-separator hr {
  margin-left: 0;
  margin-right: 0;
}
/* TABLES */
table {
  width: 100%;
}
table,
th,
td {
  border: 1px solid #c2c2c2;
}
th {
  background: #efefef;
  font-family: 'blenderpro-bolditalic', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 15px;
  text-align: left;
}
td {
  font-family: 'blenderpro-book', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 1.5em;
  padding: 13px;
  text-align: left;
}
@media all and (max-width: 767px) {
  table {
    min-width: 0;
    width: 100%;
    border: 0;
  }
  table th {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table tr td:first-child {
    border-top: 1px solid #c2c2c2;
  }
  table td {
    border: 0;
    display: block;
    padding: 0.6rem;
    text-align: left !important;
  }
  table td:before {
    content: attr(data-th);
    font-family: 'blenderpro-bolditalic', sans-serif;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    padding-right: 1em;
    width: 40%;
  }
}
/* LISTS */
ol,
ul {
  font-size: 18px;
  line-height: 26px;
  list-style-position: outside;
  padding: 0;
  margin-left: 16px;
}
ol li ol,
ul li ol,
ol li ul,
ul li ul {
  margin-left: 0;
}
ol li,
ul li {
  margin: 0;
  padding: 0;
}
ol {
  list-style-type: decimal;
}
ul {
  color: #333333;
  list-style: none;
}
ul li {
  position: relative;
}
ul li:before {
  color: #0032a0;
  content: "•";
  font-size: 1.25em;
  left: -16px;
  line-height: 1;
  position: absolute;
}
/* BUTTONS */
.button-main,
.button-secondary {
  border: 0px;
  font-family: "blenderpro-bolditalic", sans-serif;
  font-size: 1.125em;
  letter-spacing: 1px;
  line-height: 23px;
  display: inline-block;
  padding: 17px 40px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-shadow: none;
}
.button-main {
  background-color: #0032a0;
  color: #ffffff;
}
.button-main:hover {
  background-color: #f5e944;
  color: #0032a0;
}
.button-main a {
  color: #ffffff;
}
.button-main:hover a {
  color: #0032a0;
}
.button-secondary {
  background-color: #f5e944;
  color: #0032a0;
}
.button-secondary:hover {
  background-color: #0032a0;
  color: #ffffff;
}
.cta-link-external {
  padding-right: 30px;
}
.cta-link-external:after {
  content: "\e60b";
  display: inline-block;
  font-family: "icomoon";
  font-size: 30px;
  margin: -2px 0 2px 8px;
  vertical-align: bottom;
}
.download-button:after {
  content: "\e606";
  font-family: "icomoon";
  font-size: 28px;
  vertical-align: bottom;
}
.button-arrow,
.button-arrow-left,
.cta-link,
.cta-link-left {
  display: inline-block;
  position: relative;
}
.button-arrow span.icon-hummer:before,
.button-arrow-left span.icon-hummer:before,
.cta-link span.icon-hummer:before,
.cta-link-left span.icon-hummer:before,
.button-arrow span.icon-vehicle:before,
.button-arrow-left span.icon-vehicle:before,
.cta-link span.icon-vehicle:before,
.cta-link-left span.icon-vehicle:before {
  font-size: 250%;
  vertical-align: middle;
  padding-right: 10px;
}
@media all and (max-width: 479px) {
  .button-arrow span.icon-hummer:before,
  .button-arrow-left span.icon-hummer:before,
  .cta-link span.icon-hummer:before,
  .cta-link-left span.icon-hummer:before,
  .button-arrow span.icon-vehicle:before,
  .button-arrow-left span.icon-vehicle:before,
  .cta-link span.icon-vehicle:before,
  .cta-link-left span.icon-vehicle:before {
    font-size: 200%;
  }
}
.button-arrow:after,
.button-arrow-left:before,
.cta-link:after,
.cta-link-left:before,
.buy-online-toolbox > a:after {
  content: "\e901";
  display: inline-block;
  font-family: "icomoon";
  font-size: 70%;
  font-weight: normal !important;
  vertical-align: middle;
}
.button-arrow-left:before,
.cta-link-left:before {
  margin-left: -18px;
}
.button-arrow:after,
.cta-link:after {
  margin-right: -18px;
}
.button-arrow,
.cta-link {
  padding-right: 18px;
}
.button-arrow:after,
.cta-link:after {
  margin-left: 6px;
}
.button-arrow-left,
.cta-link-left {
  padding-left: 18px;
}
.button-arrow-left:before,
.cta-link-left:before {
  margin-right: 6px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.button-main.button-arrow,
.button-secondary.button-arrow {
  padding-right: 56px;
}
.button-main.button-arrow-left,
.button-secondary.button-arrow-left {
  padding-left: 56px;
}
.button-share:after {
  content: "\e904";
  display: inline-block;
  font-family: "icomoon";
  font-size: 20px;
  font-weight: normal !important;
  margin: -5px 0 2px 10px;
  vertical-align: bottom;
}
.button-pagination {
  background-color: #0032a0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 35px;
  line-height: 20px;
  margin-left: 3px;
  padding: 7px 15px 6px;
  text-align: center;
  width: 35px;
}
.button-pagination.disabled {
  background-color: #e6e6e6;
  border: none;
}
.cta-link,
.cta-link-left {
  color: #0068ff;
  font-family: "blenderpro-bolditalic", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 23px;
  position: relative;
  text-shadow: none;
}
.cta-link:hover:after {
  border-left-color: #333333;
}
.cta-link-left:hover:before {
  border-right-color: #333333;
}
.video {
  position: relative;
}
.video .icon-video {
  color: #f5e944;
  cursor: pointer;
  font-size: 110px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media all and (max-width: 1024px) {
  .video .icon-video {
    font-size: 75px;
  }
}
@media all and (max-width: 767px) {
  .video .icon-video {
    font-size: 60px;
  }
}
/* DEFAULT STYLE OVERRIDES FOR ELEMENTS W/BACKGROUND IMAGES */
.has-bg {
  background-position: center;
  background-size: cover;
  background-color: #000000;
  color: #ffffff;
}
.has-bg h1,
.has-bg h2,
.has-bg h3,
.has-bg h4,
.has-bg h5,
.has-bg h6,
.has-bg ul {
  color: #ffffff;
}
.has-bg .article .text h1,
.has-bg .rte h1 {
  color: #ffffff;
}
.has-bg .cta-link {
  color: #ffffff;
}
.has-bg .cta-link:after {
  border-left-color: #ffffff;
}
.has-bg .cta-link:hover:after {
  border-left-color: #ffffff;
}
.has-bg .cta-link-left {
  color: #ffffff;
}
.has-bg .cta-link-left:before {
  border-right-color: #ffffff;
}
.has-bg .cta-link-left:hover:before {
  border-right-color: #ffffff;
}
.success {
  color: #55b842;
  margin-right: 5px;
}
/* ALERTS */
.alert {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 20px;
  background-color: #efefef;
  max-width: 350px;
  font-size: 18px;
  line-height: 19px;
}
.alert span {
  color: #000000;
  font-size: 24px;
  margin-right: 15px;
}
.alert.alert-cart span {
  font-size: 45px;
  margin-right: 25px;
}
.alert.alert-error {
  background-color: #ffdbdb;
}
.alert.alert-field-error {
  display: block;
  padding-left: 0;
  background-color: #ffffff;
}
.alert.alert-field-error span {
  font-size: 16px;
  margin-right: 5px;
}
.alert.alert-success {
  background-color: #daf0d6;
}
.alert.alert-success span {
  color: #55b842;
}
.alert.alert-warning {
  background-color: #fff594;
}
/* TABS */
.tab-list {
  padding-left: 0;
  height: 40px;
  margin-left: 0;
}
.tab-list .tab-item {
  background-color: #e6e6e6;
  border-top: 3px solid #e6e6e6;
  color: #333333;
  height: 40px;
  float: left;
  font-weight: bold;
  margin-right: 4px;
  overflow: hidden;
  padding: 10px 20px;
  text-transform: uppercase;
}
.tab-list .tab-item.active {
  background-color: #ffffff;
  border-top: 3px solid #333333;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  position: relative;
  top: 2px;
  padding-top: 9px;
}
.tab-container {
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
  -webkit-transition: all 0.005s ease-in-out 0s;
  -moz-transition: all 0.005s ease-in-out 0s;
  -o-transition: all 0.005s ease-in-out 0s;
  -ms-transition: all 0.005s ease-in-out 0s;
  transition: all 0.005s ease-in-out 0s;
}
.tab-list-side li {
  border-left: 1px solid #e6e6e6;
  padding: 10px 0px 10px 20px;
}
.tab-list-side li:before {
  display: none;
}
.tab-list-side li.active {
  border-left: 3px solid #333333;
}
.tab-list-side li.active a {
  color: #333333;
}
.tab-list-side li a {
  display: inline-block;
  font-size: 18px;
  line-height: 21px;
  word-break: break-word;
}

/* FORMS */
input,
textarea {
  border: solid 3px #efefef;
  color: #3e3e3e;
  font-family: "blenderpro-book", sans-serif;
  font-size: 16px;
  height: 50px;
  margin: 15px 0 25px 0;
  padding-left: 15px;
  width: 340px;
}
input::placeholder,
textarea::placeholder {
  color: #3e3e3e;
}
input:focus,
textarea:focus {
  color: #333333;
  outline: none;
}
input:hover,
textarea:hover {
  border: solid 3px #0032a0;
}
label {
  font-family: "roboto-black", sans-serif;
  font-size: 20px;
  color: #0032a0;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9Ijc1cHgiIGhlaWdodD0iNThweCIgdmlld0JveD0iMCAwIDc1IDU4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA3NSA1OCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHJlY3QgZmlsbD0iIzFEMkI1QSIgd2lkdGg9Ijc1IiBoZWlnaHQ9IjU4Ii8+PHBvbHlnb24gZmlsbD0iI0ZGRkZGRiIgcG9pbnRzPSIzMi4xODgsMjQuNzUgNDQuMTg4LDI0Ljc1IDM4LjE4OCwzMy4yNSAiLz48L3N2Zz4=");
  background-position: 100% center;
  background-repeat: no-repeat;
  background-size: contain;
  border: solid 1px #efefef;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  color: #3e3e3e;
  cursor: pointer;
  font-family: "blenderpro-book", sans-serif;
  font-size: 16px;
  height: 50px;
  margin: 15px 0 25px 0;
  padding: 10px 68px 10px 13px;
  width: 340px;
}
select:focus {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9Ijc1cHgiIGhlaWdodD0iNThweCIgdmlld0JveD0iMCAwIDc1IDU4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA3NSA1OCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cmVjdCBmaWxsPSIjZjVlYjJkIiB3aWR0aD0iNzUiIGhlaWdodD0iNTgiLz4NCjxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iNDQuMTg4LDMzLjI1IDMyLjE4OCwzMy4yNSAzOC4xODgsMjQuNzUgIi8+DQo8L3N2Zz4=");
  border-color: #0032a0;
  outline: none;
}
select::-ms-expand {
  display: none;
}
select::placeholder {
  color: #3e3e3e;
}
select option {
  color: #333333;
}
textarea {
  height: auto;
  padding: 15px;
}
.default-form:hover {
  border: solid 3px #333333;
  cursor: pointer;
  transition: all 0.3s ease;
}
.error-form-layout {
  border: solid 3px #ee1b2e;
}
.error-form-text {
  color: #ee1b2e;
}
input.mce_inline_error,
select.mce_inline_error {
  border: solid 3px #ee1b2e;
}
span.mce_inline_error {
  color: #ee1b2e;
}
.error-form {
  border: solid 3px #ee1b2e;
  color: #ee1b2e;
}
.disabled-form {
  background-color: #efefef;
  color: #333333;
}
.ui-widget-content {
  font-family: 'blenderpro-bolditalic', sans-serif;
  font-style: normal;
  font-weight: normal;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-content a:hover {
  color: #0068ff;
}
.ui-widget-content .ui-state-focus {
  color: #333333;
}
.selligent-response #isolatedContent .error {
  color: #ee1b2e;
  margin-top: 8px;
}
.selligent-response #isolatedContent .form__element:before {
  content: "";
}
.selligent-response #isolatedContent .form__element input,
.selligent-response #isolatedContent .form__element select,
.selligent-response #isolatedContent .form__element textarea {
  border: solid 3px #efefef;
  color: #3e3e3e;
  font-family: "blenderpro-book", sans-serif;
  font-size: 16px;
  height: 50px;
  margin: 15px 0 25px 0;
  padding-left: 15px;
  width: 100%;
}
.selligent-response #isolatedContent .form__element input::placeholder,
.selligent-response #isolatedContent .form__element select::placeholder,
.selligent-response #isolatedContent .form__element textarea::placeholder {
  color: #3e3e3e;
}
.selligent-response #isolatedContent .form__element textarea {
  height: 300px;
}
.selligent-response #isolatedContent .form__element select {
  text-transform: uppercase;
}
.selligent-response #isolatedContent .form__element p.error {
  color: #ee1b2e;
  margin: 0 0 1em 0;
}
.selligent-response #isolatedContent .main-form ul {
  margin: 0;
  padding: 0;
}
.selligent-response #isolatedContent .mandatory {
  color: #ee1b2e;
  font-weight: bold;
  margin-left: 2px;
}
.selligent-response #isolatedContent .select__label {
  background: none;
}
.selligent-response #isolatedContent .submit {
  border: 0px;
  font-family: "blenderpro-bolditalic", sans-serif;
  font-size: 1.125em;
  letter-spacing: 1px;
  line-height: 23px;
  display: inline-block;
  padding: 17px 40px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-shadow: none;
  background-color: #0032a0;
  color: #ffffff;
}
.selligent-response #isolatedContent .submit:hover {
  background-color: #f5e944;
  color: #0032a0;
}
.selligent-response #isolatedContent .submit a {
  color: #ffffff;
}
.selligent-response #isolatedContent .submit:hover a {
  color: #0032a0;
}
@media all and (max-width: 1024px) {
  .selligent-response #isolatedContent .container,
  .selligent-response #isolatedContent .main-form,
  .selligent-response #isolatedContent .submit {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  input,
  select {
    font-size: 16px;
  }
}

/* TEXT FORMATTING */
h1:lang(ro_RO) {
  line-height: 80px;
}
h2,
.h2-rep:lang(ro_RO) {
  line-height: 60px;
}
@media all and (max-width: 1024px) {
  h1:lang(ro_RO) {
    line-height: 67px;
  }
  h2,
  .h2-rep:lang(ro_RO) {
    line-height: 50px;
  }
}
@media all and (max-width: 767px) {
  h1:lang(ro_RO) {
    line-height: 52px;
  }
  h2,
  .h2-rep:lang(ro_RO) {
    line-height: 35px;
  }
}

/* TEXT FORMATTING */
h1:lang(hu) {
  font-size: 3.5em;
  line-height: 1.2em;
}
h2,
.h2-rep:lang(hu) {
  line-height: 48px;
  font-size: 2.5em;
}
h3:lang(hu) {
  line-height: 1.2em;
  font-size: 2.125em;
}
h4:lang(hu) {
  line-height: 1.2em;
  font-size: 1.5em;
}
h5:lang(hu) {
  line-height: 1.2em;
}
h6:lang(hu) {
  line-height: 1.2em;
}
@media all and (max-width: 1024px) {
  h1:lang(hu) {
    line-height: 1.2em;
    font-size: 2.5em;
  }
  h2:lang(hu) {
    line-height: 38px;
    font-size: 2em;
  }
  h3:lang(hu) {
    line-height: 1.2em;
    font-size: 1.5625em;
  }
  h4:lang(hu) {
    line-height: 1.2em;
    font-size: 1.25em;
  }
  h5:lang(hu) {
    font-size: 1em;
  }
}
@media all and (max-width: 767px) {
  h1:lang(hu) {
    line-height: 1.2em;
    font-size: 2em;
  }
  h2:lang(hu) {
    line-height: 1.2em;
    font-size: 1.5em;
  }
  h3:lang(hu) {
    font-size: 1.125em;
  }
  h4:lang(hu) {
    font-size: 1em;
  }
  h5:lang(hu) {
    font-size: 0.989em;
  }
}

.header-simple {
  background-color: #0068ff;
  color: #ffffff;
  padding-top: 35px;
  padding-bottom: 40px;
}
/* SLICK CAROUSEL OVERRIDE */
.slick-loading .slick-list {
  background: none;
}
.three-quarters-loader {
  margin-left: 50%;
}
.three-quarters-loader:not(:required) {
  border-color: #f5e944;
  border-right-color: transparent;
}

/* RTE and ARTICLE DEFAULT STYLES */
.article .text a,
[data-locale*="_"] .rte a {
  font-weight: bold;
}
.article .text h1,
[data-locale*="_"] .rte h1 {
  color: #0032a0;
  font-size: 2.8125em;
  line-height: 50px;
  text-transform: none;
}
.article .text h2,
[data-locale*="_"] .rte h2 {
  font-size: 1.5625em;
  line-height: 35px;
  text-transform: none;
}
.article .text h3,
[data-locale*="_"] .rte h3 {
  font-size: 1.25em;
  line-height: 30px;
}
.article .text h4,
[data-locale*="_"] .rte h4 {
  font-size: 1.0625em;
  line-height: 25px;
}
.article .text h5,
[data-locale*="_"] .rte h5 {
  font-size: 0.9375em;
  line-height: 22px;
}
.article .text h6,
[data-locale*="_"] .rte h6 {
  font-size: 0.8125em;
  line-height: 19px;
}
.article .text td :last-child,
[data-locale*="_"] .rte td :last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  .article .text h1,
  [data-locale*="_"] .rte h1 {
    font-size: 2.125em;
    line-height: 40px;
  }
  .article .text h2,
  [data-locale*="_"] .rte h2 {
    font-size: 1.25em;
    line-height: 30px;
  }
  .article .text h3,
  [data-locale*="_"] .rte h3 {
    font-size: 0.9375em;
    line-height: 22px;
  }
}
.article {
  margin: 0 auto !important;
  max-width: 840px;
}

/* Accordion Styles */
.accordion .accordion-item,
.rte-accordion .accordion-item {
  border-top: 1px solid #efefef;
}
.accordion .accordion-item:last-child,
.rte-accordion .accordion-item:last-child {
  border-bottom: 1px solid #efefef;
}
.accordion .accordion-item .accordion-header,
.rte-accordion .accordion-item .accordion-header {
  color: #252525;
}
.accordion .accordion-item.active .accordion-header,
.rte-accordion .accordion-item.active .accordion-header {
  color: #0032a0;
}
.accordion .accordion-item.active .accordion-header:before,
.rte-accordion .accordion-item.active .accordion-header:before {
  background-color: #0032a0;
  color: #ffffff;
}
.accordion .accordion-item h3,
.rte-accordion .accordion-item h3 {
  font-size: 20px;
  line-height: 30px;
}
.accordion ol > li .accordion-header:before,
.rte-accordion ol > li .accordion-header:before,
.accordion .ordered-list .accordion-header:before,
.rte-accordion .ordered-list .accordion-header:before {
  background-color: #252525;
  border-radius: 50%;
  color: #efefef;
}
.data-sheets {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}
.data-sheets a {
  font-family: 'blenderpro-bolditalic', sans-serif;
  font-style: normal;
  font-weight: normal;
}
.data-sheets a:before {
  color: #0068ff;
  content: '\e90f';
  font-family: 'icomoon';
  font-size: 28px;
  margin-right: 15px;
  vertical-align: bottom;
}
.data-sheets td,
.data-sheets th {
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
}
.data-sheets td.add-border-left,
.data-sheets th.add-border-left {
  border-left-width: 1px;
}
.data-sheets td.add-border-right,
.data-sheets th.add-border-right {
  border-right-width: 1px;
}
.data-sheets td.add-vertical-border,
.data-sheets th.add-vertical-border {
  border-left-width: 1px;
  border-right-width: 1px;
}
.data-sheets th {
  background-color: #ffffff;
  border-bottom-width: 0;
  text-transform: uppercase;
}
.no-border-left {
  border-left: 0!important;
}
.no-border-right {
  border-right: 0!important;
}
.no-vertical-border {
  border-left: 0!important;
  border-right: 0!important;
}
.fill-in-the-blank {
  border-bottom: 1px solid #333333;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.5px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
}
.has-bg .fill-in-the-blank {
  border-bottom: 1px solid #ffffff;
  border-color: #ffffff;
}
.contact-info {
  color: #0032a0;
}

.page-container,
.body-frame {
  margin: 0 auto;
  max-width: 1440px;
}
.body-frame {
  background-color: #ffffff;
  box-shadow: 0 0 10px #181818;
  color: #333333;
  position: relative;
}
.body-frame-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.global-mobile-nav {
  background: #e6e6e6;
  padding: 20px;
}
.global-mobile-nav .language-link a {
  color: #0032a0;
  font-family: 'blenderpro-bold';
  font-size: 15px;
  letter-spacing: 0;
  line-height: 30px;
}
.global-mobile-nav .language-link a:hover {
  color: #0068ff;
}
.global-mobile-nav.language-only .language-list .language-link a {
  padding: 5px;
}
.global-mobile-nav.region-and-language .region-list .region {
  color: #333333;
  font-family: 'blenderpro-bold';
  font-size: 18px;
  margin-top: 30px;
}
.global-mobile-nav.region-and-language .region-list .region:first-child {
  margin-top: 18px;
}
.global-mobile-nav.region-and-language .region-list .region:last-child {
  margin-bottom: 18px;
}
.global-mobile-nav.region-and-language .region-list .language-list {
  border-top: 1px solid #c2c2c2;
  margin-top: 14px;
  padding-top: 14px;
}
.global-mobile-nav.region-and-language p {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
}
/* GLOBAL NAV */
.page-global-nav-container .page-container {
  color: #808080;
  font-family: 'blenderpro-bold';
  font-kerning: auto;
  font-size: 14px;
  line-height: 55px;
  padding: 0 40px;
  text-transform: uppercase;
}
.page-global-nav-container .page-container .button-secondary {
  color: #808080;
  background-color: #efefef;
  padding: 7px 15px;
  font-family: 'blenderpro-bold';
  font-size: 14px;
  margin-right: 5px;
}
.page-global-nav-container .page-container .button-secondary:hover {
  background-color: #333333;
  color: #ffffff;
  cursor: pointer;
  font-family: 'blenderpro-bold';
  font-size: 14px;
}
.page-global-nav-container .page-container .page-global-nav-buttons {
  float: right;
}
.page-global-nav-container .page-container .page-global-nav-icon {
  float: right;
  padding-right: 20px;
}
.page-global-nav-container .page-container .page-global-nav-item a {
  color: #808080;
}
.page-global-nav-container .page-container .page-global-nav-item a:hover {
  color: #0032a0;
}
.page-global-nav-container .page-container .page-global-nav-item a:hover [class*=" fa-"] {
  color: #0068ff;
}
.page-global-nav-container .page-container .page-global-nav-item a.page-global-nav-social {
  position: relative;
  top: 5px;
}
.page-global-nav-container .page-container .page-global-nav-item a.page-global-nav-social i {
  font-size: 20px;
}
.page-global-nav-container .page-container .page-global-nav-item a.page-global-nav-social:hover {
  color: inherit !important;
}
.page-global-nav-container .page-container .page-global-nav-item a.page-global-nav-social .icon-driv-facebook:before {
  color: #1877f2;
}
.page-global-nav-container .page-container .page-global-nav-item a.page-global-nav-social .icon-driv-twitter:before {
  color: #56acee;
}
.page-global-nav-container .page-container .page-global-nav-item a.page-global-nav-social .icon-driv-youtube:before {
  color: #ff0000;
}
.page-global-nav-container .page-container .page-global-nav-item a.page-global-nav-social .icon-driv-instagram:before {
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  background-clip: text;
  -webkit-background-clip: text;
}
.page-global-nav-container .page-container .page-global-nav-item a.page-global-nav-social .icon-pinterest:before {
  color: #bd081c;
}
.page-global-nav-container .page-container .page-global-nav-item a.page-global-nav-social .icon-driv-linkedin {
  color: #0376b5;
}
.page-global-nav-container .page-container .page-language {
  display: inline-block;
}
.page-global-nav-container .page-container .page-language .current-language {
  color: #0032a0;
}
.page-global-nav-container .page-container .page-language .language-link a {
  color: #0032a0;
  font-family: 'blenderpro-bold';
  font-size: 15px;
  letter-spacing: 0;
  line-height: 30px;
}
.page-global-nav-container .page-container .page-language .language-link a:hover {
  color: #0068ff;
}
@media all and (min-width: 1025px) {
  .page-global-nav-container .page-container .page-language > ul {
    background: #e6e6e6;
  }
  .page-global-nav-container .page-container .page-language.language-only .language-list .language-link a {
    padding: 5px;
  }
  .page-global-nav-container .page-container .page-language.region-and-language .region-list .region {
    border-left: 1px solid #c2c2c2;
    font-family: 'blenderpro-bold';
    font-size: 25px;
  }
  .page-global-nav-container .page-container .page-language.region-and-language .region-list .region .language-list {
    margin-top: 25px;
  }
}
@media all and (max-width: 1024px) {
  .page-global-nav-container .page-container {
    padding: 0 17px;
  }
  .page-global-nav-icon {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .page-global-nav-container .page-container {
    line-height: 28px;
  }
  .page-global-nav-buttons {
    display: none;
  }
}

.page-site-nav-container a {
  color: #0032a0;
}
.page-site-nav-container a:hover {
  color: #0068ff;
}
.page-site-nav-container .page-container {
  background: #ffffff;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  color: #333333;
  font-family: "blenderpro-bold";
  font-size: 16px;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li {
  font-size: 16px;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.image li {
  background-color: #808080;
  -webkit-box-shadow: inset 0px 5px 125px 0px #efefef;
  box-shadow: inset 0px 5px 125px 0px #efefef;
  height: 230px;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.image li a > div.link-label-table-cell > div.link-label {
  color: #efefef;
  font-family: 'roboto-black', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.image li a > div.link-label-table-cell > div.link-label span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.image li a > div.link-label-table-cell > div.link-label span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.image li a > div.link-label-table-cell > div.link-label span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-above-image {
  background-color: #e6e6e6;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-above-image li a {
  color: #333333;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-above-image li a:hover {
  color: #808080;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-above-image li a .link-label {
  font-family: 'roboto-blackitalic', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 1;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-above-image li a .link-label span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-above-image li a .link-label span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-above-image li a .link-label span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-1-level {
  background-color: #e6e6e6;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-1-level li {
  border-right: 1px solid #c2c2c2;
  margin: 53px 0 53px 0;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-1-level li a {
  color: #0032a0;
  font-size: 25px;
  font-family: 'roboto-blackitalic', sans-serif;
  font-style: normal;
  font-weight: normal;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-1-level li a span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-1-level li a span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-1-level li a span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-1-level li a:hover {
  color: #0068ff;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-1-level-vertical {
  background-color: #e6e6e6;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-1-level-vertical li a {
  color: #0032a0;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-1-level-vertical li a:hover {
  color: #0068ff;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-2-level {
  background-color: #e6e6e6;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-2-level > li {
  border-right: 1px solid #c2c2c2;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-2-level > li > a {
  color: #0032a0;
  font-size: 25px;
  font-family: 'roboto-blackitalic', sans-serif;
  font-style: normal;
  font-weight: normal;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-2-level > li > a span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-2-level > li > a span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-2-level > li > a span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-2-level > li > a:hover {
  color: #0068ff;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-2-level > li > ul > li > a {
  color: #333333;
  font-size: 18px;
  font-family: 'blenderpro-bold', sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-2-level > li > ul > li > a:hover {
  color: #808080;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-bars {
  border-right: 1px solid #efefef;
  color: #0032a0;
  padding: 2px 17px 0;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-bars .icon-hamburger-menu {
  color: #333333;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-menu-list.small-list > li > a {
  font-size: 150%;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-menu-list li:hover a,
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-menu-list li a.active {
  color: #0068ff;
}
.page-site-nav-container .page-container .page-site-nav-parts {
  color: #ffffff;
  font-size: 18px;
}
.page-site-nav-container .page-container .page-site-nav-parts a {
  background-color: #0032a0;
  color: #ffffff;
  -webkit-padding-after: 25px;
}
.page-site-nav-container .page-container .page-site-nav-parts a:hover {
  background-color: #0068ff;
}
@media all and (max-width: 767px) {
  .page-site-nav-container {
    font-size: 13px;
  }
  .page-site-nav-container .page-container .page-site-nav-logo {
    max-width: 82%;
  }
  .page-site-nav-container .page-container .page-site-nav-logo img {
    max-height: 30px;
  }
  .page-site-nav-container .page-container .page-site-nav-parts a {
    font-size: 14px;
    padding: 18px;
    line-height: 21px;
  }
}

/* Cookie Disclaimer */
.cookie-disclaimer-container {
  background-color: #e6e6e6;
}
.footer.section {
  color: inherit;
  background: none;
  padding: inherit;
}
/* FOOTER NAV */
.page-footer-container {
  background-color: #e6e6e6;
  font-family: 'blenderpro-bold', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  overflow: auto;
  text-transform: uppercase;
}
.page-footer-container .sitemap ul {
  margin-left: 0;
  font-size: 16px;
}
.page-footer-container .page-footer-menu-list .footer-links-par {
  letter-spacing: 0.025em;
}
.page-footer-container .page-footer-menu-list .sitemap_collapsible_link {
  color: #0032a0;
  letter-spacing: 0.025em;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.page-footer-container .page-footer-menu-list .sitemap_collapsible_link.sitemap_visible,
.page-footer-container .page-footer-menu-list .sitemap_collapsible_link:hover {
  color: #0068ff;
}
.page-footer-container .page-footer-banner {
  width: 100%;
  margin: 20px 0;
}
.page-footer-container .page-footer-banner img {
  margin-left: auto;
  margin-right: auto;
  width: 130px;
  padding-bottom: 25px;
}
.page-footer-container .page-footer-bottom-bar-container {
  text-transform: none;
  padding: 11px 40px;
  border-top: 1px solid #c2c2c2;
}
.page-footer-container .page-footer-bottom-bar-container p {
  color: #333333;
  font-size: 0.6875em;
  line-height: 1em;
  display: inline-block;
  max-width: 70%;
  margin: 0;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-footer-container .page-footer-bottom-bar-container p:last-child {
  margin-bottom: 0;
}
.page-footer-container .page-footer-bottom-bar-fmmp-icon {
  float: right;
  margin-top: 7px;
}
@media all and (min-width: 1025px) {
  .page-footer-container .sitemap-collapsible-background {
    background-color: #efefef;
  }
  .page-footer-container .sitemap-collapsible-background a.child-item {
    color: #0032a0;
    font-family: 'roboto-blackitalic', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 90%;
    letter-spacing: 0.1em;
    line-height: 1.2em;
  }
  .page-footer-container .sitemap-collapsible-background a.child-item span[class^="special_char_"] {
    display: inline-block;
    margin-right: 0;
    vertical-align: top;
    margin-top: 0.75em;
  }
  .page-footer-container .sitemap-collapsible-background a.child-item span.special_char_E284A2 {
    display: inline;
    margin-right: 0.6em;
    vertical-align: baseline;
    margin-top: 0;
  }
  .page-footer-container .sitemap-collapsible-background a.child-item span.special_char_E284A2:after {
    font-size: 150%;
    top: -0.15em;
  }
  .page-footer-container .sitemap-collapsible-background a.grandchild-item {
    color: #333333;
    font-family: 'blenderpro-bold', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 115%;
    line-height: 0.8em;
    text-transform: none;
  }
  .page-footer-container .sitemap-collapsible-background a.sitemap_close_link {
    color: #808080;
  }
  .page-footer-container .sitemap-collapsible-background a.sitemap_close_link .fa {
    font-size: 150%;
  }
}
@media all and (max-width: 1024px) {
  .page-footer-container .page-footer-banner img {
    padding-bottom: 0;
  }
  .page-footer-container .page-footer-bottom-bar-container {
    border-top: 0;
    padding: 35px 30px 28px 30px;
  }
  .page-footer-container .page-footer-bottom-bar-container p {
    max-width: 100%;
  }
  .page-footer-container .page-footer-bottom-bar-fmmp-icon {
    float: none;
    margin: 0 0 20px 0;
  }
  .page-footer-container .sitemap-collapsible-background .footer-sitemap > ul > li {
    border-bottom: 1px solid #c2c2c2;
  }
  .page-footer-container .sitemap-collapsible-background .parent ul {
    overflow: hidden;
    position: relative;
  }
  .page-footer-container .sitemap-collapsible-background a.child-item {
    color: #0032a0;
    font-family: 'roboto-blackitalic', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
  }
  .page-footer-container .sitemap-collapsible-background a.child-item span[class^="special_char_"] {
    display: inline-block;
    margin-right: 0;
    vertical-align: top;
    margin-top: 0.75em;
  }
  .page-footer-container .sitemap-collapsible-background a.child-item span.special_char_E284A2 {
    display: inline;
    margin-right: 0.6em;
    vertical-align: baseline;
    margin-top: 0;
  }
  .page-footer-container .sitemap-collapsible-background a.child-item span.special_char_E284A2:after {
    font-size: 150%;
    top: -0.15em;
  }
  .page-footer-container .sitemap-collapsible-background a.grandchild-item {
    color: #0032a0;
    font-family: 'blenderpro-bolditalic', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    text-transform: none;
  }
}

.mobile-nav {
  background: #e6e6e6;
}
.mobile-nav {
  color: #0032a0;
  font-family: 'roboto-blackitalic', arial, sans-serif;
  padding: 20px;
}
.mobile-nav a {
  padding: 16px 0 18px 0;
}
.mobile-nav .root-item {
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}
.mobile-nav .root-item.active {
  color: #0068ff;
}
.mobile-nav .item {
  font-family: 'roboto-blackitalic', arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  margin: 13px 0 14px 0;
  padding-left: 2px;
}
.mobile-nav .item-group {
  border-bottom-color: #c2c2c2;
}
.mobile-nav p {
  color: #a4a4a4;
  font-size: 90%;
  line-height: 18px;
}
@media all and (max-width: 1024px) {
  .body-frame-content.side-content-active .contents .mobile-nav.active {
    top: 63px;
  }
  .body-frame-content.side-content-active {
    left: 0;
    background-color: #ffffff;
  }
  .body-frame-content.global-content-active {
    left: 250px;
  }
  .body-frame-content.global-content-active .body-frame-trigger-pane,
  .body-frame-content.side-content-active .body-frame-trigger-pane {
    display: none;
  }
  .site-nav,
  .page-site-nav-container {
    height: 74px;
  }
  .page-site-nav-container .page-container {
    padding: 0;
  }
  .page-site-nav-container .page-container .page-site-nav-item.page-site-nav-parts-container {
    max-width: 220px;
    z-index: 1;
  }
  .page-site-nav-container .page-container .page-site-nav-item.page-site-nav-parts-container div.find-my-parts > a {
    padding: 0 42px;
    height: 72px;
    line-height: 77px;
    display: inline-block;
  }
  .body-frame-content.side-content-active {
    position: fixed;
    right: 0;
  }
  .body-frame-content.side-content-active .icon-hamburger-menu:before {
    content: "+";
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: -25px;
    font-size: 55px;
    left: -15px;
  }
  .body-frame-content.side-content-active .mobile-nav {
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 118px;
  }
  .body-frame-content.side-content-active .mobile-nav .mobile-nav-items {
    height: calc(100% - 118px);
    overflow-x: hidden;
    overflow-y: auto;
  }
  .body-frame-content.side-content-active .mobile-nav .mobile-social-links {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .body-frame-content.side-content-active .contents .mobile-nav {
    top: 86px;
  }
  .body-frame-content.side-content-active .contents .mobile-nav .mobile-nav-items {
    height: calc(100% - 134px);
  }
  .body-frame-content.side-content-active .contents .mobile-nav.active {
    top: 58px;
  }
  .page-site-nav-container .page-container {
    padding: 5px 0;
  }
  .page-site-nav-container .page-site-nav-parts {
    display: inline-block;
    max-width: 100px;
    max-height: 48px;
  }
  .body-frame-content.side-content-active .page-site-nav-item.page-site-nav-parts-container {
    position: fixed;
    bottom: 0;
    display: block !important;
  }
  .body-frame-content.side-content-active .page-site-nav-item.page-site-nav-parts-container div.find-my-parts > a {
    width: 100vw !important;
    border-top: 1px solid #808080;
    color: #ffffff;
    line-height: 10px;
    padding: 19px 0;
  }
  .body-frame-content.side-content-active .page-site-nav-item.page-site-nav-parts-container div.find-my-parts > a:hover {
    color: #000000;
  }
  .body-frame-content:not(.side-content-active) .page-site-nav-container .page-container .page-site-nav-item {
    height: auto;
  }
  .body-frame-content:not(.side-content-active) .page-site-nav-container .page-container div.page-site-nav-parts {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
  }
  .body-frame-content:not(.side-content-active) .page-site-nav-container .page-container div.page-site-nav-parts a {
    padding: 14px 0px;
    width: 100vw;
    height: 48px;
    line-height: 21px;
    border-left: none;
    border-top: 1px solid #808080;
  }
  .body-frame-content:not(.side-content-active) .page-site-nav-container .page-container .page-site-nav-logo {
    top: 27%;
  }
  .body-frame-content:not(.side-content-active) .site-nav,
  .body-frame-content:not(.side-content-active) .page-site-nav-container {
    height: 108px;
  }
}
.body-frame-content.side-content-active .mobile-nav {
  background: #e6e6e6;
}
.body-frame-content.side-content-active .mobile-nav .mobile-nav-items .item-group {
  border-bottom: none;
  position: relative;
}
.body-frame-content.side-content-active .mobile-nav .mobile-nav-items .item-group a {
  color: #0032a0;
  border-bottom: 1px solid #808080;
}
.body-frame-content.side-content-active .mobile-nav .mobile-nav-items .item-group a:hover {
  color: #f5eb2d;
}
.body-frame-content.side-content-active .mobile-nav .mobile-nav-items .item-group:nth-child(2) {
  display: none;
}
.body-frame-content.side-content-active .mobile-nav .mobile-nav-items .item-group.secondary-items {
  border: 0;
}
.body-frame-content.side-content-active .mobile-nav .mobile-nav-items .item-group.secondary-items a.root-item {
  border-bottom: none;
  padding: 15px 0;
  font-size: 15px;
  margin: 0;
}
.body-frame-content.side-content-active .mobile-nav .mobile-nav-items .item-group.secondary-items a.root-item:after {
  font-family: 'icomoon';
  font-size: 20px;
  padding-left: 5px;
}
.body-frame-content.side-content-active .mobile-nav .mobile-nav-items .item-group.secondary-items a.root-item.nav-icon-0:after {
  font-size: 15px;
  content: "\e932";
  vertical-align: baseline;
}
.body-frame-content.side-content-active .mobile-nav .mobile-nav-items .item-group.secondary-items a.root-item.nav-icon-1:after {
  content: "\e936";
  vertical-align: text-bottom;
}
.body-frame-content.side-content-active .mobile-nav .mobile-nav-items .item-group.secondary-items a.root-item.nav-icon-2:after {
  content: "\e930";
  vertical-align: middle;
}
.body-frame-content.side-content-active .mobile-nav .mobile-nav-items .collapsible-button {
  font-family: 'icomoon';
  font-size: 12px;
}
.body-frame-content.side-content-active .mobile-nav .mobile-nav-items .collapsible-button:after {
  content: '\e91e';
  color: #0032a0;
  position: absolute;
  right: 10px;
  top: 21px;
  padding: 10px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -moz-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  -o-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.body-frame-content.side-content-active .mobile-nav .mobile-nav-items .collapsible-button ~ .sub-item-group {
  display: none;
}
.body-frame-content.side-content-active .mobile-nav .mobile-nav-items .collapsible-button.expanded:after {
  content: '\e91e';
  top: 10px;
  right: -4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.body-frame-content.side-content-active .mobile-nav .mobile-nav-items .collapsible-button.expanded ~ .sub-item-group {
  display: block;
  padding-left: 20px;
}
.body-frame-content.side-content-active .mobile-nav .mobile-nav-items .sub-2-item-group {
  display: none;
}
.body-frame-content.side-content-active .mobile-nav .mobile-nav-items .sub-2-item-group a {
  border: none;
  padding: 10px 0;
}
.body-frame-content.side-content-active .mobile-nav .mobile-nav-items .sub-2-item-header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 1px solid #808080;
}
.body-frame-content.side-content-active .mobile-nav .mobile-nav-items .sub-2-item-header a {
  border: none;
}
.body-frame-content.side-content-active .mobile-nav .mobile-nav-items .sub-2-item-header .collapsible-arrow {
  font-family: 'icomoon';
  font-size: 12px;
  padding: 30px;
}
.body-frame-content.side-content-active .mobile-nav .mobile-nav-items .sub-2-item-header .collapsible-arrow:after {
  content: '\e92a';
  color: #0032a0;
  display: inline-block;
  right: 20px;
  top: 25px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.body-frame-content.side-content-active .mobile-nav .mobile-nav-items .sub-2-item-header.expanded + .sub-2-item-group {
  display: block;
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #808080;
}
.body-frame-content.side-content-active .mobile-nav .mobile-nav-items .sub-2-item-header.expanded .collapsible-arrow:after {
  content: '\e92a';
  top: 20px;
  right: 15px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.body-frame-content.side-content-active .mobile-nav .global-footer-content {
  display: none;
}
.body-frame-content.side-content-active .mobile-nav .mobile-social-links > a.page-global-nav-social {
  display: inline-block;
  padding: 10px;
  font-size: 16px;
  margin: 0;
  color: #ffffff;
}
.body-frame-content.side-content-active .mobile-nav .mobile-social-links > a.page-global-nav-social:first-child {
  padding: 10px 10px 10px 0;
}

.right-rail-right-content {
  background: #dbdbdb;
  color: #808080;
  padding: 44px 55px;
}
.right-rail-right-content .marginalia-ledes + .aem-GridColumn {
  margin-top: 14px;
}
.right-rail-right-content h1,
.right-rail-right-content h2,
.right-rail-right-content h3,
.right-rail-right-content h4,
.right-rail-right-content h5,
.right-rail-right-content h6 {
  color: #333333;
}
.right-rail-right-content h1 [class*="icon-"],
.right-rail-right-content h2 [class*="icon-"],
.right-rail-right-content h3 [class*="icon-"],
.right-rail-right-content h4 [class*="icon-"],
.right-rail-right-content h5 [class*="icon-"],
.right-rail-right-content h6 [class*="icon-"] {
  font-size: 30px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.right-rail-right-content h1 {
  font-size: 50px;
  line-height: 60px;
}
.right-rail-right-content h2 {
  font-size: 35px;
  line-height: 40px;
}
.right-rail-right-content h3,
.right-rail-right-content h4,
.right-rail-right-content h6 {
  font-size: 15px;
  line-height: 22px;
}
.right-rail-right-content p,
.right-rail-right-content ul,
.right-rail-right-content ol {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}
.right-rail-right-content ul,
.right-rail-right-content ol {
  padding-left: 16px;
}
.right-rail-right-content ul li,
.right-rail-right-content ol li {
  line-height: 18px;
}
.right-rail-right-content ul li + li,
.right-rail-right-content ol li + li {
  margin-top: 10px;
}
.right-rail-right-content ul li:before {
  color: #333333;
  line-height: 15px;
}
.right-rail-right-content .image img {
  max-width: 100%;
  display: block;
  margin-bottom: 14px;
}
.right-rail-right-content .text h1,
.right-rail-right-content .text h2,
.right-rail-right-content .text h3,
.right-rail-right-content .text h4,
.right-rail-right-content .text h5,
.right-rail-right-content .text h6,
.right-rail-right-content .text p,
.right-rail-right-content .text ul,
.right-rail-right-content .text ol {
  margin-bottom: 14px;
}
.right-rail-right-content .marginalia-ledes .has-bg a {
  color: #0068ff;
}
@media (max-width: 1024px) {
  .right-rail-right-content {
    padding: 40px 30px;
  }
}

.global-mobile-nav,
.mobile-nav {
  display: none;
}
.body-frame-content.side-content-active-add .global-mobile-nav,
.body-frame-content.side-content-active .global-mobile-nav,
.body-frame-content.side-content-active-remove .global-mobile-nav,
.body-frame-content.global-content-active-add .global-mobile-nav,
.body-frame-content.global-content-active .global-mobile-nav,
.body-frame-content.global-content-active-remove .global-mobile-nav,
.body-frame-content.side-content-active-add .mobile-nav,
.body-frame-content.side-content-active .mobile-nav,
.body-frame-content.side-content-active-remove .mobile-nav,
.body-frame-content.global-content-active-add .mobile-nav,
.body-frame-content.global-content-active .mobile-nav,
.body-frame-content.global-content-active-remove .mobile-nav {
  display: block;
}
/* GLOBAL NAV */
.driv-nav {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
}
.driv-nav .global-nav {
  background: #ffffff;
}
.driv-nav .global-nav .site-search form {
  position: relative;
}
.driv-nav .global-nav .site-search input {
  width: 100%;
  margin: 0;
  border: 1px solid #000000;
}
.driv-nav .global-nav .site-search input:hover {
  border: 1px solid #000000;
}
@media all and (min-width: 768px) {
  .driv-nav .global-nav .site-search input {
    max-width: 300px;
  }
}
.driv-nav .global-nav .site-search input::placeholder {
  color: #000000;
}
.driv-nav .global-nav .site-search button {
  background: #ffffff;
  border: 1px solid #000000;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  width: 50px;
}
.driv-nav .global-nav .site-search button.button-search:hover {
  cursor: pointer;
}
.driv-nav .global-nav .site-search button:after {
  content: "\e612";
  font-family: 'icomoon' !important;
  font-size: 30px;
  left: 0;
  margin: -15px;
  position: absolute;
  right: 0;
  top: 50%;
  vertical-align: middle;
}
.driv-nav .global-nav.as-overlay .social-links .social-links-background .social-links-icon-container a.social-links-nav-icon i {
  color: #ffffff;
}
.driv-nav .global-nav__hamburger-menu .global-nav__parent-link:after,
.driv-nav .global-nav__hamburger-menu .global-nav__child-link:after,
.driv-nav .global-nav__language-selector__link:after {
  color: #0032a0;
}
.driv-nav .global-nav__hamburger-menu .global-nav__parent-link:hover,
.driv-nav .global-nav__hamburger-menu .global-nav__child-link:hover {
  border-bottom: 0;
}
.driv-nav .global-nav__language-selector__menu {
  background: #ffffff;
}
@media all and (min-width: 768px) {
  .driv-nav .global-nav__language-selector__menu {
    background: none;
  }
}
.driv-nav .global-nav__language-selector__menu__headline {
  font-family: "blenderpro-bold", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 56px;
  letter-spacing: -0.5px;
}
.driv-nav .global-nav__language-selector__menu .language-link span {
  padding-left: 15px;
}
.driv-nav .global-nav__language-selector__menu .language-link:hover span {
  color: #999;
}
.driv-nav .global-nav__language-selector__menu .region {
  color: #333333;
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
@media all and (min-width: 768px) {
  .driv-nav .global-nav__language-selector__menu .region {
    padding-bottom: 56px;
  }
}
.driv-nav .global-nav__language-selector__menu .region .locale-indicator-flag {
  border-radius: initial;
  border: 0;
  height: auto;
  left: 0;
  margin-right: 0;
  width: 24px;
}
.driv-nav .global-nav__language-selector__menu .region-list li a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #000000;
  line-height: 32px;
}
.driv-nav .global-nav__language-selector__menu .dark-logo-image img {
  width: 75px;
}
@media all and (min-width: 768px) {
  .driv-nav .global-nav__language-selector__menu .dark-logo-image img {
    width: 96px;
  }
}
.driv-nav .global-nav__language-selector__link {
  font-family: "blenderpro-bold", sans-serif;
  font-weight: 600;
}
@media all and (min-width: 768px) {
  .driv-nav .global-nav__language-selector__link {
    margin: 0;
  }
  .driv-nav .global-nav__language-selector__link:hover {
    color: #333333;
  }
}
@media (min-width: 768px) {
  .driv-nav .global-nav__language-selector__link-container {
    cursor: pointer;
    margin: 0 50px 0 30px;
    padding: 5px;
  }
}
.driv-nav .global-nav__hamburger-menu .secondary-nav {
  background: #dbdbdb;
}
@media all and (min-width: 768px) {
  .driv-nav .global-nav__hamburger-menu .secondary-nav {
    background: none;
  }
}
@media all and (min-width: 768px) {
  .driv-nav .global-nav.as-overlay .social-links .social-links-background .social-links-icon-container a.social-links-nav-icon .fa-facebook:hover,
  .driv-nav .global-nav .social-links .social-links-background .social-links-icon-container a.social-links-nav-icon .fa-facebook:hover,
  .driv-nav .global-nav.as-overlay .social-links .social-links-background .social-links-icon-container a.social-links-nav-icon .fa-twitter:hover,
  .driv-nav .global-nav .social-links .social-links-background .social-links-icon-container a.social-links-nav-icon .fa-twitter:hover,
  .driv-nav .global-nav.as-overlay .social-links .social-links-background .social-links-icon-container a.social-links-nav-icon .fa-instagram:hover,
  .driv-nav .global-nav .social-links .social-links-background .social-links-icon-container a.social-links-nav-icon .fa-instagram:hover,
  .driv-nav .global-nav.as-overlay .social-links .social-links-background .social-links-icon-container a.social-links-nav-icon .fa-youtube-square:hover,
  .driv-nav .global-nav .social-links .social-links-background .social-links-icon-container a.social-links-nav-icon .fa-youtube-square:hover,
  .driv-nav .global-nav.as-overlay .social-links .social-links-background .social-links-icon-container a.social-links-nav-icon .fa-linkedin:hover,
  .driv-nav .global-nav .social-links .social-links-background .social-links-icon-container a.social-links-nav-icon .fa-linkedin:hover {
    color: #ffffff;
  }
}
.driv-nav .global-nav.positioned-fixed .social-links .social-links-background .social-links-icon-container a.social-links-nav-icon .fa-facebook,
.driv-nav .global-nav.as-overlay .global-nav__hamburger-menu--flyout .social-links .social-links-background .social-links-icon-container a.social-links-nav-icon .fa-facebook,
.driv-nav .global-nav .social-links .social-links-background .social-links-icon-container a.social-links-nav-icon .fa-facebook {
  color: #1877f2;
}
.driv-nav .global-nav.positioned-fixed .social-links .social-links-background .social-links-icon-container a.social-links-nav-icon .fa-facebook:hover,
.driv-nav .global-nav.as-overlay .global-nav__hamburger-menu--flyout .social-links .social-links-background .social-links-icon-container a.social-links-nav-icon .fa-facebook:hover,
.driv-nav .global-nav .social-links .social-links-background .social-links-icon-container a.social-links-nav-icon .fa-facebook:hover {
  color: #1877f2;
}
.driv-nav .global-nav.positioned-fixed .social-links .social-links-background .social-links-icon-container a.social-links-nav-icon .fa-twitter,
.driv-nav .global-nav.as-overlay .global-nav__hamburger-menu--flyout .social-links .social-links-background .social-links-icon-container a.social-links-nav-icon .fa-twitter,
.driv-nav .global-nav .social-links .social-links-background .social-links-icon-container a.social-links-nav-icon .fa-twitter {
  color: #56acee;
}
.driv-nav .global-nav.positioned-fixed .social-links .social-links-background .social-links-icon-container a.social-links-nav-icon .fa-twitter:hover,
.driv-nav .global-nav.as-overlay .global-nav__hamburger-menu--flyout .social-links .social-links-background .social-links-icon-container a.social-links-nav-icon .fa-twitter:hover,
.driv-nav .global-nav .social-links .social-links-background .social-links-icon-container a.social-links-nav-icon .fa-twitter:hover {
  color: #56acee;
}
.driv-nav .global-nav.positioned-fixed .social-links .social-links-background .social-links-icon-container a.social-links-nav-icon .fa-instagram,
.driv-nav .global-nav.as-overlay .global-nav__hamburger-menu--flyout .social-links .social-links-background .social-links-icon-container a.social-links-nav-icon .fa-instagram,
.driv-nav .global-nav .social-links .social-links-background .social-links-icon-container a.social-links-nav-icon .fa-instagram {
  color: #000000;
}
.driv-nav .global-nav.positioned-fixed .social-links .social-links-background .social-links-icon-container a.social-links-nav-icon .fa-instagram:hover,
.driv-nav .global-nav.as-overlay .global-nav__hamburger-menu--flyout .social-links .social-links-background .social-links-icon-container a.social-links-nav-icon .fa-instagram:hover,
.driv-nav .global-nav .social-links .social-links-background .social-links-icon-container a.social-links-nav-icon .fa-instagram:hover {
  color: #000000;
}
.driv-nav .global-nav.positioned-fixed .social-links .social-links-background .social-links-icon-container a.social-links-nav-icon .fa-youtube-square,
.driv-nav .global-nav.as-overlay .global-nav__hamburger-menu--flyout .social-links .social-links-background .social-links-icon-container a.social-links-nav-icon .fa-youtube-square,
.driv-nav .global-nav .social-links .social-links-background .social-links-icon-container a.social-links-nav-icon .fa-youtube-square {
  color: #ff0000;
}
.driv-nav .global-nav.positioned-fixed .social-links .social-links-background .social-links-icon-container a.social-links-nav-icon .fa-youtube-square:hover,
.driv-nav .global-nav.as-overlay .global-nav__hamburger-menu--flyout .social-links .social-links-background .social-links-icon-container a.social-links-nav-icon .fa-youtube-square:hover,
.driv-nav .global-nav .social-links .social-links-background .social-links-icon-container a.social-links-nav-icon .fa-youtube-square:hover {
  color: #ff0000;
}
.driv-nav .global-nav.positioned-fixed .social-links .social-links-background .social-links-icon-container a.social-links-nav-icon .fa-linkedin,
.driv-nav .global-nav.as-overlay .global-nav__hamburger-menu--flyout .social-links .social-links-background .social-links-icon-container a.social-links-nav-icon .fa-linkedin,
.driv-nav .global-nav .social-links .social-links-background .social-links-icon-container a.social-links-nav-icon .fa-linkedin {
  color: #0376b5;
}
.driv-nav .global-nav.positioned-fixed .social-links .social-links-background .social-links-icon-container a.social-links-nav-icon .fa-linkedin:hover,
.driv-nav .global-nav.as-overlay .global-nav__hamburger-menu--flyout .social-links .social-links-background .social-links-icon-container a.social-links-nav-icon .fa-linkedin:hover,
.driv-nav .global-nav .social-links .social-links-background .social-links-icon-container a.social-links-nav-icon .fa-linkedin:hover {
  color: #0376b5;
}
.driv-nav .global-nav__main-content .social-links .social-links-background {
  border-top: 1px solid #dbdbdb;
  padding: 20px;
}
@media all and (min-width: 768px) {
  .driv-nav .global-nav__main-content .social-links .social-links-background {
    border-top: 0;
    left: 0;
    bottom: 0;
    padding: 20px 65px 50px;
    position: absolute;
    width: 100%;
  }
}
@media all and (min-width: 900px) {
  .driv-nav .global-nav__main-content .social-links .social-links-background {
    left: auto;
    padding: 0 20px 0 100px;
    right: 0;
  }
}
@media all and (min-width: 1280px) {
  .driv-nav .global-nav__main-content .social-links .social-links-background {
    padding-left: 120px;
    padding-right: calc((100vw - 1440px) / 2);
  }
}
.driv-nav .global-nav__main-content .social-links .social-links-background .social-links-content {
  max-width: 100%;
}
@media all and (min-width: 768px) {
  .driv-nav .global-nav__main-content .social-links .social-links-background .social-links-content .social-links-icon-container {
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding: 10px 0 30px;
  }
}
@media all and (min-width: 768px) {
  .driv-nav .global-nav__main-content .social-links .social-links-background .social-links-content {
    border-top: 1px solid #dbdbdb;
  }
}
@media all and (min-width: 900px) {
  .driv-nav .global-nav__main-content .social-links .social-links-background .social-links-content {
    margin-right: 90px;
  }
}
.driv-nav .global-nav__child-link {
  font-family: "blenderpro-bold", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 16px;
}
.driv-nav .global-nav__child-link:after {
  content: '\e915';
  font-family: 'icomoon' !important;
  margin-top: -8px;
  position: absolute;
  right: 20px;
  top: 50%;
}
.driv-nav .global-nav__child-link:hover {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .driv-nav .global-nav__child-link {
    line-height: 32px;
  }
  .driv-nav .global-nav__child-link:hover {
    color: #999;
  }
}
@media (max-width: 767px) {
  .driv-nav .global-nav__parent-link {
    background: none;
    color: #000000;
    font-family: "blenderpro-bold", sans-serif;
    font-weight: 600;
    font-size: 24px;
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
    -o-transition: background 0.2s ease-in;
    -ms-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
  }
  .driv-nav .global-nav__parent-link.expanded {
    background: #000000;
    color: #ffffff;
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
    -o-transition: background 0.2s ease-in;
    -ms-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
  }
  .driv-nav .global-nav__parent-link.expanded:after {
    background: #ffffff;
  }
}
@media (min-width: 768px) {
  .driv-nav .global-nav__parent-link {
    font-size: 32px;
    letter-spacing: -0.5px;
    line-height: 56px;
    padding: 0;
    text-transform: none;
    border: 0;
    padding: 0 0 5px 0;
    overflow: hidden;
  }
  .driv-nav .global-nav__parent-link:after {
    background: #0032a0;
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .driv-nav .global-nav__parent-link:hover {
    color: #0032a0;
    border-bottom: 0;
  }
  .driv-nav .global-nav__parent-link:hover:after {
    animation: 0.2s ease-in slideInAnimationFromStart, 0.2s 0.2s ease-in slideInAnimationFromLeft;
  }
}
.driv-nav .global-nav .main-nav {
  margin: 0;
}
.driv-nav .global-nav .main-nav ul {
  margin: 0;
}
.driv-nav .global-nav .main-nav li:before {
  display: none;
}
@media all and (max-width: 1024px) {
  .page-global-nav-container .page-container {
    padding: 0 17px;
  }
  .page-global-nav-icon {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .page-global-nav-container .page-container {
    line-height: 28px;
  }
  .page-global-nav-buttons {
    display: none;
  }
}
@keyframes slideInAnimationFromStart {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes slideInAnimationFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

.anti-counterfeit .anti-counterfeit-container .anti-counterfeit-input-contents .anti-counterfeit-input {
  background-color: #efefef;
  height: 59px;
}
.anti-counterfeit .anti-counterfeit-container .anti-counterfeit-input-contents .anti-counterfeit-input.error {
  border: 3px solid #ee1b2e;
}
.anti-counterfeit .anti-counterfeit-container .anti-counterfeit-input-contents .anti-counterfeit-input.success {
  border: 3px solid #55b842;
}
.anti-counterfeit .anti-counterfeit-container .anti-counterfeit-input-contents .anti-counterfeit-submit {
  height: 59px;
  vertical-align: top;
}
.anti-counterfeit .anti-counterfeit-container .anti-counterfeit-messages {
  font-weight: bold;
}
.anti-counterfeit .anti-counterfeit-container .anti-counterfeit-messages .anti-counterfeit-ok {
  color: #55b842;
}
.anti-counterfeit .anti-counterfeit-container .anti-counterfeit-messages .anti-counterfeit-ok .fa-circle {
  color: #55b842;
}
.anti-counterfeit .anti-counterfeit-container .anti-counterfeit-messages .anti-counterfeit-not-found,
.anti-counterfeit .anti-counterfeit-container .anti-counterfeit-messages .anti-counterfeit-invalid,
.anti-counterfeit .anti-counterfeit-container .anti-counterfeit-messages .anti-counterfeit-error,
.anti-counterfeit .anti-counterfeit-container .anti-counterfeit-messages .anti-counterfeit-threshold-exceeded {
  color: #ee1b2e;
}
.anti-counterfeit .anti-counterfeit-container .anti-counterfeit-messages .anti-counterfeit-not-found .fa-circle,
.anti-counterfeit .anti-counterfeit-container .anti-counterfeit-messages .anti-counterfeit-invalid .fa-circle,
.anti-counterfeit .anti-counterfeit-container .anti-counterfeit-messages .anti-counterfeit-error .fa-circle,
.anti-counterfeit .anti-counterfeit-container .anti-counterfeit-messages .anti-counterfeit-threshold-exceeded .fa-circle {
  color: #ee1b2e;
}
.anti-counterfeit .anti-counterfeit-container .anti-counterfeit-help-text p {
  font-size: 13px;
  margin-bottom: 0;
}

.buy-online-redirect-modal {
  color: #ffffff;
}
.buy-online-redirect-modal h4 {
  color: #ffffff;
}
.buy-online-redirect-modal .buy-online-redirect-close {
  color: #ffffff;
}

.cross-sell {
  background: #efefef;
}
.cross-sell .cross-sell-item h3 {
  font-size: 40px;
  line-height: 40px;
  font-family: 'roboto-blackitalic';
  margin-bottom: 15px;
}
.cross-sell .cross-sell-item ~ .cross-sell-item {
  border-left: solid 1px #ffffff;
}
@media (max-width: 767px) {
  .cross-sell .cross-sell-item ~ .cross-sell-item {
    border-left: none;
  }
}
@media (max-width: 767px) {
  .cross-sell h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .cross-sell p {
    font-size: 16px;
    line-height: 26px;
  }
  .cross-sell .cross-sell-item h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
.right-rail-primary-content .cross-sell-items {
  display: block;
}
.right-rail-primary-content .cross-sell-item ~ .cross-sell-item {
  display: none;
}

.dc-symptom:first-child .symptom-link-container {
  border-top: 1px solid #0048b6;
}
.dc-symptom .symptom-link-container {
  background-color: #0068ff;
  border-bottom: 1px solid #0048b6;
}
.dc-symptom .symptom-link-container .symptom-link .symptom-icon {
  background-color: #0032a0;
  height: 80px;
  text-align: center;
}
.dc-symptom .symptom-link-container .symptom-link .symptom-title h4 {
  font-family: 'blenderpro-bolditalic', sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  padding: 0 10px 0 28px;
}
@media all and (min-width: 768px) {
  .dc-symptom .symptom-link-container.selected,
  .dc-symptom .symptom-link-container.default-selected {
    background-color: #f5eb2d;
    border: 0;
  }
  .dc-symptom .symptom-link-container.selected:after,
  .dc-symptom .symptom-link-container.default-selected:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjQ5IiBoZWlnaHQ9IjgxIiB2aWV3Qm94PSIwIDAgNDkgODEiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNmNWViMmQ7CiAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBkPSJNLTAuMDAwLDAuMDAwIEMtMC4wMDAsMC4wMDAgNDkuMDAwLDM5LjA1NSA0OS4wMDAsMzkuNTU2IEwtMC4wMDAsODEuMDAwIEwtMC4wMDAsMC4wMDAgWiIgY2xhc3M9ImNscy0xIi8+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    background-size: contain;
    content: " ";
    height: 100%;
    left: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 30%;
  }
  .dc-symptom .symptom-link-container.selected .symptom-link .symptom-icon,
  .dc-symptom .symptom-link-container.default-selected .symptom-link .symptom-icon {
    background-color: transparent;
  }
  .dc-symptom .symptom-link-container.selected .symptom-link .symptom-title h4,
  .dc-symptom .symptom-link-container.default-selected .symptom-link .symptom-title h4 {
    color: #0032a0;
    padding: 0 10px 0 8px;
  }
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .dc-symptom .symptom-link-container.selected .symptom-link .symptom-title h4,
  .dc-symptom .symptom-link-container.default-selected .symptom-link .symptom-title h4 {
    padding: 0 8px 0 2px;
  }
  .dc-symptom .symptom-link-container .symptom-link {
    min-height: 60px;
  }
  .dc-symptom .symptom-link-container .symptom-link .symptom-icon {
    max-width: 60px;
  }
  .dc-symptom .symptom-link-container .symptom-link .symptom-icon .activeIcon,
  .dc-symptom .symptom-link-container .symptom-link .symptom-icon .inactiveIcon {
    max-width: 50px;
  }
  .dc-symptom .symptom-link-container .symptom-link .symptom-title h4 {
    font-size: 16px;
    line-height: 20px;
    padding: 0 8px 0 14px;
  }
}

.diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-image {
  background-color: transparent;
}
.diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-image .part-title {
  color: #0032a0;
  font-size: 18px;
  font-family: 'roboto-blackitalic', sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}
.diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-image .part-title span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
.diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-image .part-title span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
.diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-image .part-title span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
.diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-image .part-title.part-title-left:after,
.diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-image .part-title.part-title-right:before {
  color: #0068ff;
  font-size: 24px;
  vertical-align: middle;
}
.diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-image .part-title.part-title-right:before {
  margin-right: 6px;
}
.diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-image .part-title.part-title-left:after {
  margin-left: 6px;
}
.diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .show-spinner .three-quarters-loader:not(:required) {
  border-color: #0032a0;
  border-right-color: transparent;
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-image .part-title {
    font-size: 13px;
  }
}
@media all and (max-width: 767px) {
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-mobile-container .symptom-mobile .part {
    background-color: #0032a0;
    border-top: 1px solid #00112b;
    min-height: 80px;
  }
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-mobile-container .symptom-mobile .part .part-image {
    -moz-align-self: stretch;
    -ms-align-self: stretch;
    -webkit-align-self: stretch;
    align-self: stretch;
    -moz-flex: 10 0 110px;
    -ms-flex: 10 0 110px;
    -webkit-flex: 10 0 110px;
    flex: 10 0 110px;
    background-color: #ffffff;
    height: 80px;
    max-width: 110px;
  }
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-mobile-container .symptom-mobile .part .part-title {
    -moz-flex: 18 1 auto;
    -ms-flex: 18 1 auto;
    -webkit-flex: 18 1 auto;
    flex: 18 1 auto;
    font-family: 'blenderpro-bolditalic', sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    padding: 0 10px 0 28px;
  }
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-mobile-container .symptom-mobile.selected {
    display: block !important;
  }
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-mobile-container .symptom-mobile.selected .header-simple {
    background: #0032a0;
  }
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-mobile-container .symptom-mobile.selected .header-simple h2 {
    color: #ffffff;
  }
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-mobile-container .symptom-back-link {
    background-color: #e6e6e6;
    color: #0032a0;
  }
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-mobile-container .symptom-back-link:hover {
    color: #0068ff;
  }
}
.diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 280px;
  height: 100%;
  background-color: #0068ff;
  background-image: -webkit-gradient(linear, left top, left top, color-stop(0%, #0032a0), color-stop(100px #0032a0), color-stop(100px #0068ff), color-stop(100% #0068ff));
  background-image: -webkit-linear-gradient(left, #0032a0 0%, #0032a0 100px, #0068ff 100px, #0068ff 100%);
  background-image: -moz-linear-gradient(left, #0032a0 0%, #0032a0 100px, #0068ff 100px, #0068ff 100%);
  background-image: -ms-linear-gradient(left, #0032a0 0%, #0032a0 100px, #0068ff 100px, #0068ff 100%);
  background-image: -o-linear-gradient(left, #0032a0 0%, #0032a0 100px, #0068ff 100px, #0068ff 100%);
  background-image: linear-gradient(left, #0032a0 0%, #0032a0 100px, #0068ff 100px, #0068ff 100%);
}
@media all and (max-width: 1024px) {
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container:before {
    width: 220px;
    height: 100%;
    background-color: #0068ff;
    background-image: -webkit-gradient(linear, left top, left top, color-stop(0%, #0032a0), color-stop(60px #0032a0), color-stop(61px #0068ff), color-stop(100% #0068ff));
    background-image: -webkit-linear-gradient(left, #0032a0 0%, #0032a0 60px, #0068ff 61px, #0068ff 100%);
    background-image: -moz-linear-gradient(left, #0032a0 0%, #0032a0 60px, #0068ff 61px, #0068ff 100%);
    background-image: -ms-linear-gradient(left, #0032a0 0%, #0032a0 60px, #0068ff 61px, #0068ff 100%);
    background-image: -o-linear-gradient(left, #0032a0 0%, #0032a0 60px, #0068ff 61px, #0068ff 100%);
    background-image: linear-gradient(left, #0032a0 0%, #0032a0 60px, #0068ff 61px, #0068ff 100%);
  }
}
@media all and (max-width: 767px) {
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container:before {
    display: none;
  }
}

.download-file .default-bg {
  background-color: #e6e6e6;
}

@media all and (min-width: 1025px) {
  .driv-part-finder-main .driv-part-finder-main .driv-part-finder-main-container > div:first-child {
    border-color: #efefef;
  }
  .driv-part-finder-main .driv-part-finder-main .driv-part-finder-main-container h2 {
    color: #0032a0;
    font-style: normal;
    font-weight: normal;
    font-size: 1.25em;
    line-height: 1em;
    margin-bottom: 15px;
    text-transform: none;
  }
  .driv-part-finder-main .driv-part-finder-main .driv-part-finder-main-container div h4 {
    margin-bottom: 15px;
  }
  .driv-part-finder-main .driv-part-finder-main .driv-ymm-search h4:nth-child(2) {
    display: none;
  }
  .driv-part-finder-main .driv-part-finder-main .ymm-search-field {
    margin: 0px auto !important;
  }
  .driv-part-finder-main .driv-part-finder-main .part-number-input-wrapper {
    margin-top: 0px !important;
  }
}

.field-font {
  font-size: 16px;
  font-family: 'blenderpro-bolditalic', sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #0032a0;
}
.driv-ymm-search {
  padding: 0 15px;
}
.driv-ymm-search .ymm-search-default-heading {
  font-size: 24px;
  line-height: 28px;
  font-family: 'roboto-blackitalic', sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: capitalize;
}
.driv-ymm-search .ymm-search-default-heading span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
.driv-ymm-search .ymm-search-default-heading span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
.driv-ymm-search .ymm-search-default-heading span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
.driv-ymm-search .ymm-search-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.driv-ymm-search .ymm-search-field.autocomplete {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  font-family: 'blenderpro-bolditalic', sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #0032a0;
  background-color: #efefef;
}
.driv-ymm-search .ymm-search-field.autocomplete .selected-tag {
  height: 100%;
  font-size: 16px;
  font-family: 'blenderpro-bolditalic', sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #0032a0;
}
.driv-ymm-search .ymm-search-field.autocomplete .dropdown-toggle {
  border: 1px solid #0032a0;
  height: 50px;
}
.driv-ymm-search .ymm-search-field.autocomplete .vs__actions {
  width: 56px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #0032a0;
  color: #ffffff;
}
.driv-ymm-search .ymm-search-field.autocomplete .vs__actions .open-indicator:before {
  left: 50%;
}
.driv-ymm-search .ymm-search-field.autocomplete ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 16px;
  font-family: 'blenderpro-bolditalic', sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #0032a0;
  opacity: 1;
  /* Firefox */
}
.driv-ymm-search .ymm-search-field.autocomplete :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 16px;
  font-family: 'blenderpro-bolditalic', sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #0032a0;
}
.driv-ymm-search .ymm-search-field.autocomplete ::-ms-input-placeholder {
  /* Microsoft Edge */
  font-size: 16px;
  font-family: 'blenderpro-bolditalic', sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #0032a0;
}
.driv-ymm-search .ymm-search-field.autocomplete:hover .v-select:not(.disabled) {
  color: #0068ff;
}
.driv-ymm-search .ymm-search-field.autocomplete:hover .v-select:not(.disabled) .vs__actions {
  background-color: #0068ff;
}
.driv-ymm-search .ymm-search-field.autocomplete:hover .v-select:not(.disabled) input:not(:focus)::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0068ff;
  opacity: 1;
  /* Firefox */
}
.driv-ymm-search .ymm-search-field.autocomplete:hover .v-select:not(.disabled) input:not(:focus):-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #0068ff;
}
.driv-ymm-search .ymm-search-field.autocomplete:hover .v-select:not(.disabled) input:not(:focus)::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #0068ff;
}
.driv-ymm-search .ymm-search-field.autocomplete .disabled {
  opacity: 0.5;
}
.driv-ymm-search .ymm-search-field.autocomplete .disabled .open-indicator {
  background: transparent;
}
.driv-ymm-search .ymm-search-field.autocomplete .v-select.single.open .selected-tag {
  font-size: 16px;
  font-family: 'blenderpro-bolditalic', sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #0032a0;
}
.driv-ymm-search .ymm-search-field.autocomplete .dropdown-menu {
  border: 1px solid #0032a0;
}
.driv-ymm-search .ymm-search-field.autocomplete .dropdown-menu li > a {
  font-size: 16px;
  font-family: 'blenderpro-bolditalic', sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #0032a0;
  color: #000000;
}
.driv-ymm-search .ymm-search-field.autocomplete .dropdown-menu > .highlight > a {
  background-color: #efefef;
  color: #0068ff;
}
.driv-ymm-search .ymm-search-button {
  padding: 15px 20px;
}
.driv-ymm-search .ymm-search-button:after {
  font-family: "icomoon";
  content: "\e901";
  border: none;
  font-size: 12px;
  margin-left: 10px;
}
.driv-ymm-search .ymm-search-button[disabled],
.driv-ymm-search .ymm-search-button[disabled]:hover {
  opacity: 0.5;
  background: #0032a0;
  color: #ffffff;
}
.driv-ymm-search .ymm-search-button:hover {
  background-color: #0068ff;
  color: #ffffff;
}
@media all and (min-width: 1025px) {
  .driv-ymm-search .ymm-search-container {
    width: 90%;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .driv-ymm-search .ymm-search-field {
    width: 350px;
    max-width: 350px;
  }
}

.driv-parts-list-container .driv-parts-list-quantity,
.driv-parts-list-container .driv-parts-list-item-container,
.driv-parts-list-container .driv-tabs__header {
  border-bottom: 1px solid #c2c2c2;
}
.driv-parts-list-container .driv-parts-list-quantity {
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 25px;
}
.driv-parts-list-container .driv-parts-list-item-subheading {
  font-family: 'blenderpro-bolditalic', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
}
.driv-parts-list-container .driv-parts-list-item-title a {
  font-family: 'blenderpro-bolditalic', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  text-transform: capitalize;
}
.driv-parts-list-container .driv-tabs__header {
  margin: 15px 0;
}
.driv-parts-list-container .driv-tabs__header li {
  font-family: 'blenderpro-bolditalic', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  color: #808080;
  background-color: #efefef;
  margin-bottom: -1px;
  text-transform: uppercase;
  border: none;
  border-bottom: 1px solid #efefef;
}
.driv-parts-list-container .driv-tabs__header li.tab__selected {
  border: 1px solid #efefef;
  border-bottom: none;
  color: #0032a0;
  background-color: #ffffff;
}
.driv-parts-list-container .driv-tabs__header li:not(.tab__selected):hover {
  color: #0032a0;
  background-color: #e6e6e6;
}
.driv-parts-list-container .details-item,
.driv-parts-list-container .details-item-info,
.driv-parts-list-container .detail-description {
  font-family: 'roboto-regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #0032a0;
}
.driv-parts-list-container .details-item span[class^="special_char_"],
.driv-parts-list-container .details-item-info span[class^="special_char_"],
.driv-parts-list-container .detail-description span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
.driv-parts-list-container .details-item span.special_char_E284A2,
.driv-parts-list-container .details-item-info span.special_char_E284A2,
.driv-parts-list-container .detail-description span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
.driv-parts-list-container .details-item span.special_char_E284A2:after,
.driv-parts-list-container .details-item-info span.special_char_E284A2:after,
.driv-parts-list-container .detail-description span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
.driv-parts-list-container .details-item .check-icon,
.driv-parts-list-container .details-item-info .check-icon,
.driv-parts-list-container .detail-description .check-icon {
  color: #55b842;
}
.driv-parts-list-container .details-item .warning-icon,
.driv-parts-list-container .details-item-info .warning-icon,
.driv-parts-list-container .detail-description .warning-icon {
  color: #ee1b2e;
}
.driv-parts-list-container .details-remark {
  font-size: 11px;
  margin-top: -5px;
  font-family: 'roboto-regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #0032a0;
}
.driv-parts-list-container .details-remark span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
.driv-parts-list-container .details-remark span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
.driv-parts-list-container .details-remark span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
.driv-parts-list-container .details-item-info,
.driv-parts-list-container .detail-description {
  line-height: 20px;
}
.driv-parts-list-container .details-item-info {
  background-color: #efefef;
}
.driv-parts-list-container .driv-parts-list-item-action-button {
  font-size: 14px;
  padding: 10px 20px 10px 10px;
  font-family: 'blenderpro-bolditalic', sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}
.driv-parts-list-container .driv-parts-list-item-action-button:after {
  display: none;
}
.driv-parts-list-container .driv-parts-list-item-action-button.button-main {
  background: transparent;
  border: 3px solid #0068ff;
  color: #0068ff;
  line-height: 24px;
  padding: 2px 15px;
  display: inline-block;
}
.driv-parts-list-container .driv-parts-list-item-action-button.button-main:hover {
  background-color: #0068ff;
  color: #ffffff;
}
.driv-parts-list-container a {
  color: #0068ff;
}

.driv-section {
  border: 1px solid #0032a0;
}
.driv-section__title {
  text-transform: uppercase;
  font-family: 'blenderpro-bolditalic', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #0032a0;
}
.driv-section__title:after {
  background-color: #0032a0;
  color: #ffffff;
}
.driv-section__title:hover {
  color: #0068ff;
}
.driv-section.show-content .driv-section__title {
  border-bottom: 1px solid #efefef;
}

/*****************************************************
LESS compilation failed due a JavaScript error!

Input: /apps/clientlibs/fmmp-moog/libs/main/source/less/components/driv-refine-search.less
Error: NameError: variable @c-white is undefined in /apps/clientlibs/fmmp-moog/libs/main/source/less/components/driv-refine-search.less on line 7, column 16:
6     &__content {
7         color: @c-white;
8     }


(uncompiled LESS src is included below)
*****************************************************/
@import (reference)
    "/apps/clientlibs/fmmp-moog/libs/main/source/less/styles-moog.less";

.driv-refine-search {
    background-color: @blue;
    &__content {
        color: @c-white;
    }

    &__button {
        .blenderpro-bold;
        border: none;
        color: @blue;
        background: @yellow;

        &:hover {
            color: @blue;
            background-color: @blue-light;
        }
    }
}
.parts-result-filters_wrapper .panel-head__title {
  color: #0032a0;
  font-family: 'blenderpro-bold', sans-serif;
  font-style: normal;
  font-weight: normal;
}

.driv-dropdown-button .driv-dropdown-button-options {
  background-color: #dbdbdb;
  border-color: transparent;
}
.driv-dropdown-button .driv-dropdown-button-option {
  border-bottom: 1px solid #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 20px;
  cursor: pointer;
  padding: 8px 0 8px 12px;
  width: 100%;
}
.driv-dropdown-button .driv-dropdown-button-option a {
  color: #333333;
}
.driv-dropdown-button .driv-dropdown-button-option a:after {
  font-family: "icomoon";
  content: "\e901";
  border: none;
  font-size: 8px;
  margin-left: 10px;
}
.driv-dropdown-button .driv-dropdown-button-option:hover {
  background-color: #333333;
}
.driv-dropdown-button .driv-dropdown-button-option:hover a {
  color: #ffffff;
}

.expert-advice .expert-advice-container {
  padding: 40px 0;
}
.expert-advice .expert-advice-container h2 {
  font-size: 30px;
  margin-bottom: 0.4em;
}
.expert-advice .expert-advice-container p {
  font-size: 20px;
  line-height: 30px;
  font-family: 'roboto-blackitalic', sans-serif;
  font-style: normal;
  font-weight: normal;
  padding: 0 0 1em;
}
.expert-advice .expert-advice-container p span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
.expert-advice .expert-advice-container p span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
.expert-advice .expert-advice-container p span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
.expert-advice .expert-advice-container p:last-of-type {
  padding-bottom: 0;
}
.expert-advice .expert-advice-container .person-headline .person-headline-avatar {
  margin-top: 30px;
}
.expert-advice .has-bg .expert-advice-container .person-headline .person-headline-contents .name,
.expert-advice .has-bg .expert-advice-container .person-headline .person-headline-contents .meta-info {
  color: #ffffff;
}
@media all and (min-width: 768px) {
  .expert-advice .expert-advice-container {
    padding: 80px 0 45px;
  }
  .expert-advice .expert-advice-container h2 {
    font-size: 50px;
  }
  .expert-advice .expert-advice-container p {
    font-size: 30px;
    line-height: 40px;
  }
  .expert-advice .expert-advice-container .person-headline .person-headline-avatar {
    margin-bottom: 30px;
  }
  .expert-advice .expert-advice-container .person-headline .person-headline-contents .name {
    margin-top: 30px;
  }
}
@media all and (min-width: 1025px) {
  .expert-advice .expert-advice-container {
    padding: 75px 0 50px 0;
  }
  .expert-advice .expert-advice-container p {
    font-size: 35px;
    line-height: 53px;
  }
}

.filterable-ledes .ledes-wrapper .ledes-filter h5 {
  margin-left: 20px;
  padding: 16px 0 14px 0;
}
.filterable-ledes .ledes-wrapper .ledes-filter .ledes-filter-by-tag {
  /** 
         * The styles below require the following HTML format for radio buttons:
         *   <div>
         *        <input type="radio" name="name" id="name1" value="value">
         *        <label for="name1"><span><span></span></span>The Label</label>
         *    </div>
         *
         * and the following for checkboxes:
         *   <div>
         *        <input type="checkbox" name="name" id="name1" value="value">
         *        <label for="name1"><span></span>The Label</label>
         *    </div>
         */
  padding: 4px 0;
}
.filterable-ledes .ledes-wrapper .ledes-filter .ledes-filter-by-tag input[type=checkbox]:not(old),
.filterable-ledes .ledes-wrapper .ledes-filter .ledes-filter-by-tag input[type=radio]:not(old) {
  font-size: 1em;
  height: 30px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 2em;
}
.filterable-ledes .ledes-wrapper .ledes-filter .ledes-filter-by-tag input[type=checkbox]:not(old) + label,
.filterable-ledes .ledes-wrapper .ledes-filter .ledes-filter-by-tag input[type=radio]:not(old) + label {
  display: inline-block;
  line-height: 1.9em;
  padding: 0 0 0 2em;
  position: relative;
}
.filterable-ledes .ledes-wrapper .ledes-filter .ledes-filter-by-tag input[type=checkbox]:not(old) + label > span,
.filterable-ledes .ledes-wrapper .ledes-filter .ledes-filter-by-tag input[type=radio]:not(old) + label > span {
  background: #EEE;
  border: 2px solid #CCC;
  display: inline-block;
  height: 1.25em;
  left: 0;
  margin: 0.25em 0.75em 0.25em 0.25em;
  position: absolute;
  vertical-align: bottom;
  width: 1.25em;
  z-index: 10;
}
.filterable-ledes .ledes-wrapper .ledes-filter .ledes-filter-by-tag input[type=checkbox]:not(old):checked + label > span:before {
  color: #333;
  content: '✓';
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1em;
  margin: -0.1em 0 0 -0.1em;
  text-align: center;
  width: 1em;
}
.filterable-ledes .ledes-wrapper .ledes-filter .ledes-filter-by-tag input[type=radio]:not(old):checked + label > span > span {
  background: #333;
  border: 0;
  display: block;
  height: 0.75em;
  margin: 0.125em;
  width: 0.75em;
}
.filterable-ledes .ledes-wrapper .ledes-filter .ledes-filter-by-tag input[type="checkbox"]:not(old) + label > span,
.filterable-ledes .ledes-wrapper .ledes-filter .ledes-filter-by-tag input[type="radio"]:not(old) + label > span {
  background: #e6e6e6;
  border: 2px solid #c2c2c2;
}
.filterable-ledes .ledes-wrapper .ledes-filter .ledes-filter-by-tag input[type="checkbox"]:not(old):checked + label > span:before {
  color: #0032a0;
}
.filterable-ledes .ledes-wrapper .ledes-filter .ledes-filter-by-tag input[type="radio"]:not(old):checked + label > span > span {
  background: #0032a0;
}
.filterable-ledes .ledes-wrapper .ledes-filter .ledes-filter-by-tag label {
  cursor: pointer;
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
}
.filterable-ledes .ledes-wrapper .ledes-filter .ledes-filter-by-tag input[type=checkbox]:not(old):checked + label > span:before {
  background: #0032a0;
  border: 0;
  content: '';
  display: block;
  height: 13px;
  margin: 1px;
  width: 13px;
}
.filterable-ledes .ledes-wrapper ul.pagination li.active a,
.filterable-ledes .ledes-wrapper ul.pagination li.active a:hover {
  color: #808080;
  font-weight: bold;
}
.filterable-ledes .ledes-wrapper .ledes-results-total {
  color: #c2c2c2;
}
.filterable-ledes .ledes-wrapper.has-bg .ledes-filter {
  background-color: #333333;
}
.filterable-ledes .ledes-wrapper.has-bg .ledes-filter label {
  color: #ffffff;
}
.filterable-ledes .ledes-wrapper.has-bg ul.pagination li.active a {
  color: #c2c2c2;
}
.filterable-ledes .ledes-wrapper.has-bg ul.pagination li.active a:hover {
  color: #ffffff;
}
.filterable-ledes .ledes-wrapper.has-bg ul.pagination li a {
  color: #ffffff;
}
.filterable-ledes .ledes-wrapper.has-bg ul.pagination li.active a,
.filterable-ledes .ledes-wrapper.has-bg ul.pagination li.active a:hover {
  color: #c2c2c2;
}

.fixed-carousel-three h1,
.fixed-carousel-three h2,
.fixed-carousel-three h3 {
  line-height: 1;
  padding-bottom: 15px;
}
.fixed-carousel-three p {
  line-height: 23px;
}
.fixed-carousel-three .carousel-thumbnail {
  border: 1px solid #00419f;
}
.fixed-carousel-three .carousel-thumbnail .has-bg .bg:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: '';
  background: #000000;
  opacity: 0.7;
}
.fixed-carousel-three .carousel-thumbnail .has-bg .bg:hover:before {
  background: #0032a0;
  opacity: 0.7;
}
.fixed-carousel-three .carousel-thumbnail:before {
  color: #00419f;
  text-shadow: -1px 1px 1px #333333;
}
.fixed-carousel-three .carousel-thumbnail.active .has-bg .bg:before {
  background: #0068ff;
}
.fixed-carousel-three .carousel-thumbnail.active .has-bg .bg:hover:before {
  background: #0068ff;
}
.fixed-carousel-three .carousel-thumbnail h2 {
  font-size: 14px;
  line-height: 20px;
  font-family: "blenderpro-bold", sans-serif;
  letter-spacing: 1.4px;
}
.fixed-carousel-three .slick-dots {
  list-style-type: none;
  z-index: 1;
}
.fixed-carousel-three .slick-dots li {
  border-radius: 50%;
  height: 11px;
  list-style-type: none;
  margin: 0 11px 0 0;
  padding: 0;
  width: 11px;
}
.fixed-carousel-three .slick-dots li:before {
  content: "";
}
.fixed-carousel-three .slick-dots li button {
  display: none;
}
.fixed-carousel-three .slick-dots li {
  background-color: rgba(255, 227, 0, 0.5);
  border: #0032a0 solid 1px;
}
.fixed-carousel-three .slick-dots li.slick-active {
  background-color: #ffe300;
}
@media all and (max-width: 767px) {
  .fixed-carousel-three .carousel-slide-list .carousel-slide-container {
    background: #0068ff !important;
    -webkit-box-shadow: inset 0px 5px 125px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 5px 125px 0px rgba(0, 0, 0, 0.5);
  }
}

.fmmp-title .has-bg {
  color: #ffffff;
}
.fmmp-title .has-bg a {
  color: #0068ff;
}
.fmmp-title .has-bg.background-color {
  background-color: #e6e6e6;
}
.fmmp-title .has-bg.background-color a {
  color: #0068ff;
}
.fmmp-title .has-bg.background-color h1,
.fmmp-title .has-bg.background-color h2,
.fmmp-title .has-bg.background-color h3,
.fmmp-title .has-bg.background-color h4,
.fmmp-title .has-bg.background-color h5,
.fmmp-title .has-bg.background-color h6,
.fmmp-title .has-bg.background-color ul {
  color: #0032a0;
  text-shadow: none;
}
.fmmp-title .has-bg.background-color h1 a,
.fmmp-title .has-bg.background-color h2 a,
.fmmp-title .has-bg.background-color h3 a,
.fmmp-title .has-bg.background-color h4 a,
.fmmp-title .has-bg.background-color h5 a,
.fmmp-title .has-bg.background-color h6 a,
.fmmp-title .has-bg.background-color ul a {
  color: #0032a0;
}
.fmmp-title .title-container .link-to-parent {
  font-family: 'roboto-black', sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 0;
  position: absolute;
  text-transform: uppercase;
}

.async-autocomplete .dropdown .dropdown-toggle {
  background-color: #efefef;
  border: 1px solid #0032a0;
  border-radius: 0;
}
.async-autocomplete .dropdown .dropdown-toggle .selected-tag {
  height: 100%;
  font-size: 16px;
  color: #252525;
  font-family: 'blenderpro-book', sans-serif;
  font-style: normal;
  font-weight: normal;
}
.async-autocomplete .dropdown .dropdown-toggle .vs__selected-options .form-control {
  font-size: 16px;
  color: #252525;
  font-family: 'blenderpro-book', sans-serif;
  font-style: normal;
  font-weight: normal;
  /* IE 10-11 */
  /* Microsoft Edge */
}
.async-autocomplete .dropdown .dropdown-toggle .vs__selected-options .form-control:not(:disabled) {
  cursor: pointer;
}
.async-autocomplete .dropdown .dropdown-toggle .vs__selected-options .form-control::placeholder {
  font-size: 16px;
  color: #252525;
  font-family: 'blenderpro-book', sans-serif;
  font-style: normal;
  font-weight: normal;
  opacity: 1;
  /* Firefox */
}
.async-autocomplete .dropdown .dropdown-toggle .vs__selected-options .form-control:-ms-input-placeholder {
  font-size: 16px;
  color: #252525;
  font-family: 'blenderpro-book', sans-serif;
  font-style: normal;
  font-weight: normal;
}
.async-autocomplete .dropdown .dropdown-toggle .vs__selected-options .form-control::-ms-input-placeholder {
  font-size: 16px;
  color: #252525;
  font-family: 'blenderpro-book', sans-serif;
  font-style: normal;
  font-weight: normal;
}
.async-autocomplete .dropdown .dropdown-menu {
  border: 1px solid #0032a0;
  font-size: 16px;
  color: #000000;
  font-family: 'blenderpro-book', sans-serif;
  font-style: normal;
  font-weight: normal;
}
.async-autocomplete .dropdown .dropdown-menu .highlight > a {
  background-color: #efefef;
  font-size: 16px;
  color: #0068ff;
  font-family: 'blenderpro-book', sans-serif;
  font-style: normal;
  font-weight: normal;
}
.async-autocomplete .dropdown .dropdown-menu .no-options {
  font-size: 16px;
  color: #000000;
  font-family: 'blenderpro-book', sans-serif;
  font-style: normal;
  font-weight: normal;
}

.google-map .google-map-map .map-zoom-control .map-zoom-out,
.google-map .google-map-map .map-zoom-control .map-zoom-in {
  background: #0032a0;
  height: 54px;
  text-align: center;
  width: 46px;
}
.google-map .google-map-map .map-zoom-control .map-zoom-out:hover,
.google-map .google-map-map .map-zoom-control .map-zoom-in:hover {
  background-color: #333333;
}
.google-map .google-map-map .map-zoom-control .map-zoom-out span.fa,
.google-map .google-map-map .map-zoom-control .map-zoom-in span.fa {
  color: #ffffff;
  font-size: 20px;
  line-height: 54px;
}
.google-map .google-map-map .map-zoom-control .map-zoom-in {
  border-radius: 50% 50% 0 0;
}
.google-map .google-map-map .map-zoom-control .map-zoom-in span.fa {
  margin-top: 5px;
}
.google-map .google-map-map .map-zoom-control .map-zoom-out {
  border-radius: 0 0 50% 50%;
  border-top: 1px solid #000000;
}
.google-map .google-map-map .map-zoom-control .map-zoom-out span.fa {
  margin-top: -6px;
}
.google-map .gm-style-iw > div .map-infowindow {
  font-size: 10px;
  line-height: 14px;
}
.google-map .gm-style-iw > div .map-infowindow h4 {
  font: bold 14px/16px 'blenderpro-book', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.google-map .gm-style-iw > div .map-infowindow .directions a {
  color: #333333;
  font-weight: bold;
  padding-left: 5px;
}

.header-foreground .header-foreground-container a {
  font-weight: bold;
}
.header-foreground .header-foreground-container h1,
.header-foreground .header-foreground-container h2,
.header-foreground .header-foreground-container h3 {
  padding-bottom: 15px;
}
.header-foreground .header-foreground-container .cta-link,
.header-foreground .header-foreground-container .download-link {
  font-family: 'blenderpro-bolditalic', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #f5e944;
  text-transform: none;
}
.header-foreground .header-content-container {
  width: 40%;
}
.header-foreground .header-content-container ol,
.header-foreground .header-content-container ul {
  padding-left: none;
}
.header-foreground .header-content-container ol li,
.header-foreground .header-content-container ul li {
  list-style-type: none;
}
.header-foreground .header-content-container ol li:before,
.header-foreground .header-content-container ul li:before {
  content: "";
}
.header-foreground .button-arrow:not(.button-main),
.header-foreground .download-button:not(.button-main) {
  color: #000000;
}
.header-foreground .button-arrow:not(.button-main):hover,
.header-foreground .download-button:not(.button-main):hover,
.header-foreground .button-arrow:not(.button-main):focus,
.header-foreground .download-button:not(.button-main):focus {
  color: #0068ff;
}
.header-foreground .has-bg .button-arrow:not(.button-main),
.header-foreground .has-bg .download-button:not(.button-main) {
  color: #ffffff;
}
.header-foreground .has-bg .button-arrow:not(.button-main):hover,
.header-foreground .has-bg .download-button:not(.button-main):hover,
.header-foreground .has-bg .button-arrow:not(.button-main):focus,
.header-foreground .has-bg .download-button:not(.button-main):focus {
  color: #f5e944;
}
@media all and (min-width: 768px) {
  .header-foreground .header-content-container h1 {
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .header-foreground .has-bg .header-foreground-container {
    background-color: #0068ff;
    -webkit-box-shadow: inset 0px 5px 50px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 5px 50px 0px rgba(0, 0, 0, 0.5);
  }
  .header-foreground .header-content-container {
    margin: 0 5%;
    min-height: 90px;
    width: 90%;
  }
  .header-foreground .header-foreground-image {
    display: none;
  }
}

.header-hero .header-hero-container .header-hero-content {
  /*header-hero-person*/
}
.header-hero .header-hero-container .header-hero-content h5 {
  color: #f5eb2d;
}
.header-hero .header-hero-container .header-hero-content .header-hero-download {
  margin-top: 30px;
}
.header-hero .header-hero-container .header-hero-content .header-hero-download .header-hero-download-select {
  border: none;
  height: 57px;
  margin-right: 12px;
}
.header-hero .header-hero-container .header-hero-content .header-hero-download .header-hero-download-select .select-ui-label {
  height: 57px;
  line-height: 57px;
}
.header-hero .header-hero-container .header-hero-content .header-hero-download .header-hero-download-select .select-ui-arrow::after {
  top: 25px;
}
.header-hero .header-hero-container .header-hero-content .person-avatar img {
  border: solid 5px #ffffff;
  background-color: #ffffff;
}
.header-hero .header-hero-container .header-hero-content .person-contents h4 {
  font-size: 50px;
}
.header-hero .header-hero-container .header-hero-content .person-contents .meta-info {
  font-size: 16px;
}
.header-hero .header-hero-container .header-hero-content .header-hero-person-text p {
  font-size: 16px;
  line-height: 2.4em;
}
.header-hero .header-hero-container .header-hero-content .header-hero-person-text p b {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "roboto-black", sans-serif;
  letter-spacing: 2px;
}
.header-hero__video {
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 1024px) {
  .header-hero .header-hero-background {
    padding: 60px 10%;
  }
  .header-hero .header-hero-background .header-hero-content .person-contents h4 {
    margin-bottom: 20px;
  }
  .header-hero .header-hero-background .header-hero-content .header-hero-person-text p {
    line-height: 2.3em;
  }
}
@media all and (max-width: 767px) {
  .header-hero .header-hero-background {
    height: auto;
    padding: 30px;
  }
  .header-hero .header-hero-background .header-hero-content .person-contents h4 {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .header-hero .header-hero-background .header-hero-content .header-hero-person-text p {
    font-size: 15px;
    line-height: 1.9em;
  }
  .header-hero .header-hero-background .header-hero-content .header-hero-person-text p b {
    font-size: 15px;
  }
}

.header-lede .header-lede-content .header-lede-subheading {
  font-weight: normal;
}
.header-lede .header-lede-content .header-lede-subheading {
  color: #0032a0;
  font-family: 'blenderpro-bookitalic', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125em;
  letter-spacing: 2px;
  line-height: 1em;
  text-transform: uppercase;
}
@media all and (max-width: 1024px) {
  .header-lede .header-lede-content .header-lede-subheading {
    font-size: 1.25em;
    line-height: 1em;
  }
}
@media all and (max-width: 767px) {
  .header-lede .header-lede-content .header-lede-subheading {
    font-size: 1em;
  }
}
.header-lede .header-lede-container {
  min-height: 600px;
  padding-bottom: 60px;
}
.header-lede .header-lede-content {
  text-align: center;
  width: 100%;
}
.header-lede .header-lede-content .header-lede-person {
  background-color: #ffffff;
  border: solid 5px #ffffff;
  margin: 0 auto 22px;
  max-height: 150px;
}
.header-lede .header-lede-content .header-lede-subheading {
  font-size: 20px;
  font-family: 'blenderpro-bolditalic', sans-serif;
  color: #f5eb2d;
  margin-bottom: 12px;
}
.header-lede .header-lede-content .header-lede-title {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 12px;
}
.header-lede .header-lede-content .header-lede-teaser {
  width: 50%;
  margin: 0 auto;
  padding-bottom: 5px;
}
.header-lede .header-lede-content .header-lede-video {
  color: #ffffff;
}
.header-lede .header-lede-content .header-lede-video .icon-video {
  font-size: 157px;
  margin: -30px -30px -15px -30px;
}
@media all and (max-width: 1024px) {
  .header-lede .header-lede-container {
    padding-bottom: 60px;
  }
  .header-lede .header-lede-content .header-lede-person {
    max-height: 100px;
  }
  .header-lede .header-lede-content .header-lede-content {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .header-lede .header-lede-container {
    min-height: 365px;
    padding-bottom: 40px;
  }
  .header-lede .header-lede-content .header-lede-person {
    margin-bottom: 16px;
    max-height: 70px;
  }
  .header-lede .header-lede-content .header-lede-title {
    font-size: 30px;
    line-height: 40px;
  }
  .header-lede .header-lede-content .header-lede-subheading {
    font-size: inherit;
  }
  .header-lede .header-lede-content .header-lede-teaser {
    display: none;
  }
  .header-lede .header-lede-content .header-lede-video .icon-video {
    font-size: 90px;
    margin: -18px -18px -9px -18px;
  }
}

.hero .button-main {
  margin-bottom: 20px;
}
.hero .hero-container {
  padding-top: 610px;
}
.hero .hero-content {
  width: 65%;
}
.hero .hero-content.align-x-center {
  width: 75%;
}
.hero .hero-content-container {
  padding: 100px 135px;
}
@media all and (max-width: 1279px) {
  .hero .hero-content-container {
    padding: 60px;
  }
  .hero .hero-content {
    width: 70%;
  }
  .hero .hero-content.align-x-center {
    width: 80%;
  }
}
@media all and (max-width: 1024px) {
  .hero .hero-content-container {
    padding: 60px 40px;
  }
  .hero .hero-container {
    padding: 0;
    height: 550px;
  }
  .hero .hero-content-container {
    position: relative;
  }
  .hero .hero-content {
    width: 100%;
  }
  .hero .hero-content.align-x-center {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .hero .hero-container {
    height: auto;
  }
}
@media all and (max-width: 479px) {
  .hero .hero-content-container {
    padding: 40px 30px;
  }
  .hero .hero-content {
    width: 100%;
  }
  .hero .hero-content p {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: left;
  }
}

/* Hover Tout */
.hover-tout h2,
.hover-tout h3 {
  line-height: 1.125;
  padding-bottom: 0;
  text-shadow: none !important;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.hover-tout h2 span,
.hover-tout h3 span {
  display: block;
  margin-bottom: 0.75em;
}
.hover-tout h2 {
  font-size: 40px;
}
.hover-tout h3 {
  font-family: 'roboto-blackitalic';
  font-size: 25px;
}
.hover-tout .hover-tout-container.title-above {
  background-color: #e6e6e6;
  border: 1px solid #efefef;
  padding: 6%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hover-tout .hover-tout-container.title-above h2,
.hover-tout .hover-tout-container.title-above h3 {
  color: #333333;
  padding: 0 0 40px 0;
  text-align: center;
}
.hover-tout .hover-tout-container.title-above .has-bg {
  padding-bottom: 50%;
}
.hover-tout .hover-tout-container.title-centered .has-bg {
  border: 1px solid #00419f;
  padding-bottom: 64.32%;
}
.hover-tout .hover-tout-container.title-centered .has-bg:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: '';
  background: #0068ff;
  opacity: 0.75;
}
.hover-tout .hover-tout-container.title-centered .has-bg:hover:before {
  background: #f4e735;
  opacity: 0.75;
}
.hover-tout.active.touch .has-bg .hover-tout-container {
  background-color: rgba(244, 231, 53, 0.75);
}
.hover-tout.active.touch .has-bg:before {
  opacity: 0;
}
.hover-tout.active .has-bg {
  border-color: #f5e944;
}
.hover-tout.active .has-bg h2,
.hover-tout.active .has-bg h3 {
  color: #0032a0;
}
.hover-tout.active .hover-tout-container.title-above {
  background-color: #ffffff;
}
.hover-tout.aem-GridColumn--default--6 .hover-tout-container.title-centered .has-bg {
  padding-bottom: 50%;
}
.hover-tout.aem-GridColumn--default--6 h2 {
  font-size: 40px;
}
.hover-tout.aem-GridColumn--default--6 .button-main {
  margin-top: 5px;
  font-size: 14px;
  line-height: 20px;
  padding-left: 36px;
  padding-right: 48px;
}
.hover-tout.aem-GridColumn--default--12 .hover-tout-container.title-centered .has-bg {
  padding-bottom: 35%;
}
.hover-tout.aem-GridColumn--default--12 h2 {
  font-size: 50px;
}
.hover-tout.aem-GridColumn--default--12 .button-main {
  margin-top: 5px;
  font-size: 14px;
  line-height: 20px;
  padding-left: 36px;
  padding-right: 48px;
}
@media all and (max-width: 1024px) {
  .hover-tout h2 span,
  .hover-tout h3 span {
    margin-bottom: 0.5em;
  }
  .hover-tout .hover-tout-container.title-centered .has-bg {
    padding-bottom: 85%;
  }
  .hover-tout h2 {
    font-size: 28px;
  }
  .hover-tout .button-main {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    padding-left: 36px;
    padding-right: 48px;
  }
  .hover-tout.aem-GridColumn--default--6 .hover-tout-container.title-centered .has-bg {
    padding-bottom: 60%;
  }
  .hover-tout.aem-GridColumn--default--6 h2 {
    font-size: 18px;
  }
  .hover-tout.aem-GridColumn--default--6 .button-main {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    padding-left: 36px;
    padding-right: 48px;
  }
  .hover-tout.aem-GridColumn--default--12 .hover-tout-container.title-centered .has-bg {
    padding-bottom: 60%;
  }
  .hover-tout.aem-GridColumn--default--12 h2 {
    font-size: 18px;
  }
  .hover-tout.aem-GridColumn--default--12 .button-main {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    padding-left: 36px;
    padding-right: 48px;
  }
}
@media all and (max-width: 767px) {
  .hover-tout .hover-tout-container.title-centered .has-bg {
    padding-bottom: 35%;
  }
  .hover-tout h2 {
    font-size: 32px;
  }
  .hover-tout .button-main {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    padding-left: 36px;
    padding-right: 48px;
  }
  .hover-tout.aem-GridColumn--default--6 .hover-tout-container.title-centered .has-bg {
    padding-bottom: 35%;
  }
  .hover-tout.aem-GridColumn--default--6 h2 {
    font-size: 32px;
  }
  .hover-tout.aem-GridColumn--default--6 .button-main {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    padding-left: 36px;
    padding-right: 48px;
  }
  .hover-tout.aem-GridColumn--default--12 .hover-tout-container.title-centered .has-bg {
    padding-bottom: 35%;
  }
  .hover-tout.aem-GridColumn--default--12 h2 {
    font-size: 32px;
  }
  .hover-tout.aem-GridColumn--default--12 .button-main {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    padding-left: 36px;
    padding-right: 48px;
  }
  .hover-tout[class*="aem-GridColumn"] {
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media all and (max-width: 479px) {
  .hover-tout .hover-tout-container.title-centered .has-bg {
    padding-bottom: 42%;
  }
  .hover-tout h2 {
    font-size: 28px;
  }
  .hover-tout .button-main {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    padding-left: 36px;
    padding-right: 48px;
  }
  .hover-tout.aem-GridColumn--default--6 .hover-tout-container.title-centered .has-bg {
    padding-bottom: 42%;
  }
  .hover-tout.aem-GridColumn--default--6 h2 {
    font-size: 28px;
  }
  .hover-tout.aem-GridColumn--default--6 .button-main {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    padding-left: 36px;
    padding-right: 48px;
  }
  .hover-tout.aem-GridColumn--default--12 .hover-tout-container.title-centered .has-bg {
    padding-bottom: 42%;
  }
  .hover-tout.aem-GridColumn--default--12 h2 {
    font-size: 28px;
  }
  .hover-tout.aem-GridColumn--default--12 .button-main {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    padding-left: 36px;
    padding-right: 48px;
  }
}

.image-gallery-wrapper .img-gal #links > a:hover i.fa {
  display: block;
  color: #0068ff;
}
.image-gallery-wrapper .img-gal .download {
  padding: 10px;
  background-color: #0032a0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
}
.image-gallery-wrapper .img-gal .download:hover {
  background-color: #0068ff;
}

.latest-tweet .latest-tweet-background {
  background-color: #0068ff;
  padding: 50px 0;
}
.latest-tweet .latest-tweet-background .latest-tweet-title {
  font-size: 15px;
  font-family: "blenderpro-bold", sans-serif;
  font-style: normal;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 30px 0;
  line-height: auto;
}
.latest-tweet .latest-tweet-background .latest-tweet-content {
  font-family: "blenderpro-bold", arial, sans-serif;
  color: #ffffff;
  font-size: 20px;
  line-height: 32px;
  padding-bottom: 0;
}
.latest-tweet .latest-tweet-background .latest-tweet-content a {
  color: #f5e944;
}
.latest-tweet .latest-tweet-background .latest-tweet-content a:hover {
  color: #0032a0;
}
.latest-tweet .latest-tweet-background .latest-tweet-content a img {
  width: 30px;
  height: auto;
  margin-bottom: 20px;
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .latest-tweet-background .latest-tweet-content {
    font-size: 22px;
    line-height: 32px;
  }
}
@media all and (min-width: 1025px) {
  .latest-tweet-background .latest-tweet-content {
    font-size: 22px;
    line-height: 40px;
  }
}

.ledes .has-bg {
  background-color: #252525;
}
.ledes .has-bg a {
  color: #0068ff;
}
.ledes .has-bg .lede-title:hover {
  color: #ffffff;
}
.ledes-container .ledes-filter {
  background-color: #e6e6e6;
  text-align: center;
}
.ledes-container .ledes-filter label {
  color: #0032a0;
  margin-right: 30px;
}
.ledes-container .lede-image {
  position: relative;
}
.ledes-container .lede-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 61.64383562%;
}
.ledes-container .lede-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.ledes-container .lede-image .icon-video {
  color: #ffffff;
}
.ledes-container .lede-meta {
  color: #333333;
  font-family: "blenderpro-book", arial, sans-serif;
  font-size: 0.9375em;
  line-height: 18px;
  padding-top: 8px;
}
.has-bg .ledes-container .lede-meta {
  color: #0068ff;
}
.ledes-container .lede-teaser {
  border-bottom: 1px solid #efefef;
}
.ledes-container .lede-teaser .lede-teaser-cta {
  margin-top: 1em;
}
.ledes-container .lede-title {
  color: #0032a0;
  font-family: "roboto-black", arial, sans-serif;
  font-size: 1.5625em;
  line-height: 30px;
  text-transform: none;
}
.ledes-container .lede-title:hover {
  color: #0068ff;
}
.ledes-container .view-more {
  text-align: center;
}
@media all and (max-width: 1024px) {
  .ledes-container .lede-teaser .lede-teaser-cta:after {
    background-size: 60%;
    margin-top: -4px;
    right: 35px;
  }
  .ledes-container .lede-title {
    font-size: 1.125em;
    line-height: 24px;
  }
}
@media all and (max-width: 767px) {
  .ledes-container .ledes-filter label {
    font-size: 0.9375em;
  }
  .ledes-container .lede-meta {
    font-size: 0.75em;
  }
  .ledes-container .lede-title {
    font-size: 1em;
    line-height: 20px;
  }
}

.link-to-parent a,
.link-to-parent a:visited {
  color: #0068ff;
  font-family: 'roboto-blackitalic', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  padding-left: 0;
  text-transform: none;
  margin-left: 1.6em;
}
.link-to-parent a span[class^="special_char_"],
.link-to-parent a:visited span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
.link-to-parent a span.special_char_E284A2,
.link-to-parent a:visited span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
.link-to-parent a span.special_char_E284A2:after,
.link-to-parent a:visited span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
.link-to-parent .cta-link-left:before {
  font-size: inherit;
  vertical-align: bottom;
}

.mailing-list .mailing-list-wrapper .mailing-list-body .response {
  color: #0032a0;
}

.marginalia-ledes .lede-headline {
  color: #0032a0;
  font-family: 'blenderpro-bolditalic', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0;
  padding: 14px 0;
}
.marginalia-ledes .lede-meta {
  color: #0032a0;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 6px;
}
.marginalia-ledes .lede-image {
  margin-bottom: 14px;
  background: transparent;
  overflow: hidden;
}
.marginalia-ledes .lede-title {
  font-family: 'roboto-blackitalic', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
}
.marginalia-ledes .lede-title span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
.marginalia-ledes .lede-title span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
.marginalia-ledes .lede-title span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
.marginalia-ledes .lede-title:hover {
  color: #0032a0 !important;
}
@media (max-width: 767px) {
  .marginalia-ledes h5 {
    padding: 11px 0;
  }
  .marginalia-ledes .lede-image {
    margin-bottom: 7px;
  }
  .marginalia-ledes .lede-meta {
    font-size: 12px;
    margin-bottom: 0;
  }
  .marginalia-ledes .lede-title {
    font-size: 18px;
  }
}

.most-recent-file .most-recent-file-container {
  min-height: 600px;
  padding-bottom: 60px;
}
.most-recent-file .most-recent-file-content {
  width: 65%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.most-recent-file .most-recent-file-content .most-recent-file-container-title {
  color: #f5eb2d;
  padding-bottom: 1em;
  font-size: 20px;
}
.most-recent-file .most-recent-file-content .most-recent-file-result-data {
  font-family: 'roboto-black', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 56px;
}
.most-recent-file .most-recent-file-content .most-recent-file-result-data span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
.most-recent-file .most-recent-file-content .most-recent-file-result-data span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
.most-recent-file .most-recent-file-content .most-recent-file-result-data span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
.most-recent-file .most-recent-file-content .button-arrow {
  margin-top: 75px;
}
@media all and (max-width: 1024px) {
  .most-recent-file .most-recent-file-container {
    padding-bottom: 60px;
  }
  .most-recent-file .most-recent-file-content {
    width: 100%;
  }
  .most-recent-file .most-recent-file-content .most-recent-file-container-title {
    font-size: 20px;
  }
  .most-recent-file .most-recent-file-content .most-recent-file-result-data {
    font-size: 40px;
    line-height: 45px;
  }
  .most-recent-file .most-recent-file-content .button-arrow {
    margin-top: 35px;
  }
}
@media all and (max-width: 767px) {
  .most-recent-file .most-recent-file-container {
    min-height: 365px;
    padding-bottom: 40px;
  }
  .most-recent-file .most-recent-file-content .most-recent-file-container-title {
    font-size: 14px;
  }
  .most-recent-file .most-recent-file-content .most-recent-file-result-data {
    font-size: 30px;
    line-height: 40px;
  }
  .most-recent-file .most-recent-file-content .button-arrow {
    margin-top: 20px;
  }
}

.symptom-part-overlay .part-details .close-part i,
.global-data-preview .part-details .close-part i {
  color: #0068ff;
  font-size: 35px;
}
.symptom-part-overlay .part-details .part-title,
.global-data-preview .part-details .part-title {
  color: #0032a0;
  font-size: 30px;
  margin: 1em 0;
  font-family: 'roboto-blackitalic', sans-serif;
  font-style: normal;
  font-weight: normal;
}
.symptom-part-overlay .part-details .part-title span[class^="special_char_"],
.global-data-preview .part-details .part-title span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
.symptom-part-overlay .part-details .part-title span.special_char_E284A2,
.global-data-preview .part-details .part-title span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
.symptom-part-overlay .part-details .part-title span.special_char_E284A2:after,
.global-data-preview .part-details .part-title span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
.symptom-part-overlay .part-details .buy-online-container .button-main.cta-link,
.global-data-preview .part-details .buy-online-container .button-main.cta-link {
  color: #ffffff;
  -moz-align-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
  height: 24px;
  line-height: 24px;
}
.symptom-part-overlay .part-details .buy-online-container .buy-online-toolbox,
.global-data-preview .part-details .buy-online-container .buy-online-toolbox {
  top: 24px;
}
.symptom-part-overlay .part-details .buy-online-container .buy-online-toolbox a,
.global-data-preview .part-details .buy-online-container .buy-online-toolbox a {
  background-color: #c2c2c2;
  color: #252525;
  text-align: left;
  padding: 8px 8px 8px 15px;
}
.symptom-part-overlay .part-details .buy-online-container .buy-online-toolbox a:after,
.global-data-preview .part-details .buy-online-container .buy-online-toolbox a:after {
  margin-left: 10px;
  vertical-align: baseline;
}
.symptom-part-overlay .part-details .buy-online-container .buy-online-toolbox a:hover,
.global-data-preview .part-details .buy-online-container .buy-online-toolbox a:hover {
  color: #ffffff;
  background-color: #252525;
}
.symptom-part-overlay .part-details .buy-online-container.open-up .buy-online-toolbox,
.global-data-preview .part-details .buy-online-container.open-up .buy-online-toolbox {
  top: auto;
}
@media all and (max-width: 767px) {
  .symptom-part-overlay .part-details .part-title,
  .global-data-preview .part-details .part-title {
    font-size: 20px;
  }
}
.part-detail .alert {
  margin: 10px 0;
}
.part-detail .page-content-container .part-detail-top .part-detail-part-description .part-detail-part-number {
  margin-top: 20px;
}
.part-detail .page-content-container .part-detail-top .part-detail-part-description .part-detail-buttons .button {
  padding: 17px 40px;
  margin-top: 15px;
  margin-right: 10px;
}
.part-detail .page-content-container .part-detail-top .part-detail-part-description .part-detail-description-text {
  margin: 30px 0;
}
.part-detail .page-content-container .part-detail-top .part-detail-part-description .part-detail-description-text ul,
.part-detail .page-content-container .part-detail-top .part-detail-part-description .part-detail-description-text ol {
  list-style: initial;
  padding-left: 15px;
}
.part-detail .page-content-container .part-detail-top .part-detail-part-description .fits-info {
  line-height: 18px;
}
.part-detail .page-content-container .part-detail-top .part-detail-marketing {
  background-image: linear-gradient(#ffffff 50%, #e6e6e6);
  border: 1px solid #e6e6e6;
  padding: 25px 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.part-detail .page-content-container .part-detail-top .part-detail-marketing .part-detail-marketing-text {
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.part-detail .page-content-container .part-detail-top .part-detail-marketing .part-detail-marketing-text > span {
  display: block;
  word-break: break-word;
  word-wrap: break-word;
}
.part-detail .page-content-container .part-detail-top .part-detail-marketing img {
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 80px;
  margin-right: 10px;
  max-height: 80px;
}
.part-detail .page-content-container .part-detail-top .part-detail-marketing .part-detail-marketing-title {
  color: #0032a0;
  font-family: 'blenderpro-bold', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 10px;
}
.part-detail .page-content-container .part-detail-top .part-detail-marketing .part-detail-marketing-description {
  font-family: 'blenderpro-book', sans-serif;
  font-style: normal;
  font-weight: normal;
}
.part-detail .page-content-container .part-detail-bottom h3 {
  font-size: 25px;
  line-height: 28px;
}
.part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-nav li.part-detail-help-link {
  border-left: none;
  margin-top: 30px;
}
.part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-details h3 {
  margin: 10px 0px 15px;
}
.part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-details .attr-name,
.part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-details .detail-group-name {
  font-weight: bold;
}
.part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-details table tr:nth-of-type(odd) {
  background-color: #efefef;
}
.part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-details.part-detail-about-interchanges h3 {
  margin: 10px 0px 15px;
}
.part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-details.part-detail-specifications table {
  width: 100%;
}
.part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-also-fits .fitment-list-result-bar {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-around;
  -moz-box-pack: space-around;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 0;
}
.part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-also-fits .fitment-list-result-bar .fitment-list-result-bar-child {
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-also-fits .fitment-list-result-bar .fitment-list-result-pagination {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-around;
  -moz-box-pack: space-around;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin-top: 25px;
}
.part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-also-fits .fitment-list-result-bar .fitment-list-result-pagination > div {
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
.part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-also-fits .fitment-list-result-bar .fitment-list-result-pagination > div.fitment-list-pages {
  font-family: 'blenderpro-bold', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
}
.part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-also-fits .fitment-list-result-bar .fitment-list-result-pagination > div.fitment-list-pages label input {
  height: 35px;
  margin: 0 10px;
  max-width: 20%;
  padding: 7px 10px;
  text-align: center;
  width: auto;
}
.part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-also-fits .fitment-list-result-bar .select-box {
  display: none;
}
.part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-also-fits table td,
.part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-also-fits table th {
  width: 25%;
}
.part-detail .page-content-container .part-detail-help-link a:after {
  color: #0032a0;
  content: "\f105";
  font-family: 'fontawesome';
  font-weight: bold;
  margin-left: 8px;
}
@media all and (max-width: 1024px) {
  .part-detail .page-content-container .part-detail-top {
    display: block;
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about {
    border: 1px solid #e6e6e6;
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about h4.tab-mobile {
    display: block;
    color: #0032a0;
    border-bottom: 1px solid #e6e6e6;
    padding: 15px;
    position: relative;
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about h4.tab-mobile .fa-expanded {
    color: #0032a0;
    font-size: 15px;
    position: absolute;
    right: 15px;
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about h4.tab-mobile .fa-expanded:before {
    content: "\f067";
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about h4.tab-mobile.active .fa-expanded:before {
    content: "\f068";
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-details {
    border-bottom: 1px solid #e6e6e6;
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-details h3 {
    font-size: 18px;
    margin: 0 0 15px;
    text-transform: uppercase;
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-details .detail-group-name {
    font-size: 18px;
    padding: 1.5em 0;
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-details table tr:nth-of-type(odd) {
    background-color: #ffffff;
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-specifications table {
    width: 100%;
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-specifications table tr {
    border-top: 0;
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-specifications table td {
    padding-left: 0;
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-specifications table td:before {
    width: 0;
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-specifications table td.attr-name + td {
    padding-bottom: 30px;
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-also-fits .fitment-list-result-bar {
    display: block;
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-also-fits .fitment-list-result-bar .fitment-list-result-pagination > div {
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-also-fits .fitment-list-result-bar .fitment-list-page-buttons {
    text-align: right;
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-also-fits table td,
  .part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-also-fits table th {
    width: auto;
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-also-fits table td:before {
    display: block;
    padding: 0.6em 0;
  }
}

.part-finder-full .part-finder-full-separator {
  background: #efefef;
}
.part-finder-by-number .has-bg {
  background-color: #333333;
}
.part-finder-by-filter .part-finder-results-invalid-params-author-msg {
  border-color: #efefef;
}
.part-finder-by-filter.part-finder-by-filter-refine > :not(.has-bg) .part-finder-by-filter-container {
  background: #e6e6e6;
}
.fmmp-part-finder {
  margin: 20px;
}
.fmmp-part-finder .part-finder-container {
  border-color: #efefef;
}
.fmmp-part-finder input,
.fmmp-part-finder select {
  background-color: #efefef;
  border-width: 1px;
  border-color: #333333;
  color: #333333;
  width: 100%;
  font-family: 'blenderpro-bolditalic', sans-serif;
  font-style: normal;
  font-weight: normal;
}
.fmmp-part-finder input:focus,
.fmmp-part-finder select:focus,
.fmmp-part-finder input:hover,
.fmmp-part-finder select:hover {
  color: #0068ff;
}
.fmmp-part-finder .select-box {
  display: none;
}
.fmmp-part-finder .search-row:first-child .search-group button {
  margin-top: 16px;
}
.fmmp-part-finder .search-row .search-group span.button-main {
  margin-top: 35px;
  padding: 12px 40px;
}
.fmmp-part-finder ul.tab-links li.active {
  background-color: #333333;
  color: #ffffff;
}
.fmmp-part-finder .tab-content button {
  padding: 13px 40px;
}
.fmmp-part-finder .part-finder-vehicle-section .part-finder-by-vehicle-carousel {
  background-color: #e6e6e6;
}
.fmmp-part-finder .part-finder-vehicle-section .part-finder-vehicle-content {
  background-color: white;
}
.fmmp-part-finder .part-finder-vehicle-section .part-finder-vehicle-content .part-finder-vehicle-content-wordage p.part-finder-vehicle-make {
  color: #333333;
}
.fmmp-part-finder .part-finder-vehicle-section .part-finder-vehicle-content .part-finder-vehicle-content-wordage p.part-finder-vehicle-size {
  font-weight: bold;
}
.fmmp-part-finder .part-finder-vehicle-section .part-finder-vehicle-content .part-finder-vehicle-content-wordage button {
  height: 30px;
  line-height: 1px;
  margin-top: 5px;
  padding: 20px 30px 19px;
}
.fmmp-part-finder .part-finder-vehicle-section .slick-prev,
.fmmp-part-finder .part-finder-vehicle-section .slick-next {
  background: #e6e6e6;
}
.fmmp-part-finder .part-finder-vehicle-section .slick-prev:before,
.fmmp-part-finder .part-finder-vehicle-section .slick-next:before {
  font-family: 'fontawesome';
  color: #333333;
  font-size: 45px;
  line-height: 0.5;
}
.fmmp-part-finder .part-finder-selected-state li.selector {
  border-color: #e6e6e6;
}
.fmmp-part-finder .part-finder-selected-state li.selector.active h6 {
  border-bottom-color: #e6e6e6;
}
.fmmp-part-finder .part-finder-selected-state li.selector h6 {
  color: #333333;
  line-height: 22px;
}
.fmmp-part-finder .part-finder-selected-state li.selector .part-finder-selected-vehicle .search-row .search-group h5 {
  color: #333333;
}
.fmmp-part-finder .part-finder-selected-state .part-engine-search-form .search-row:not(.search-row-vehicle-cat) .search-group.search-button .button-main,
.fmmp-part-finder .part-finder-selected-state .part-number-search-form .search-row:not(.search-row-vehicle-cat) .search-group.search-button .button-main,
.fmmp-part-finder .part-finder-selected-state .part-license-search-form .search-row:not(.search-row-vehicle-cat) .search-group.search-button .button-main,
.fmmp-part-finder .part-finder-selected-state .part-finder-vin-search .search-row:not(.search-row-vehicle-cat) .search-group.search-button .button-main,
.fmmp-part-finder .part-finder-selected-state .vehicle-type-search .search-row:not(.search-row-vehicle-cat) .search-group.search-button .button-main {
  margin-top: 40px;
}
.fmmp-part-finder .part-engine-search-form a {
  display: inline-block;
}
.fmmp-part-finder .part-engine-modal-container h3 {
  color: #333333;
}
.fmmp-part-finder .part-engine-modal-container input,
.fmmp-part-finder .part-engine-modal-container select {
  margin-bottom: 10px;
  margin-top: 10px;
}
.fmmp-part-finder .part-engine-modal-container input[type="checkbox"],
.fmmp-part-finder .part-engine-modal-container select[type="checkbox"] {
  height: 15px;
  margin: 0 3px 5px 0;
  width: 15px;
}
.fmmp-part-finder .part-engine-modal-container label {
  line-height: 18px;
}
.fmmp-part-finder .part-engine-modal-container .spec-row .spec-group {
  margin: 15px 10px;
}
.fmmp-part-finder .part-engine-search-form .search-row:not(.search-row-vehicle-cat) .search-group.search-button .button-main,
.fmmp-part-finder .part-number-search-form .search-row:not(.search-row-vehicle-cat) .search-group.search-button .button-main,
.fmmp-part-finder .part-license-search-form .search-row:not(.search-row-vehicle-cat) .search-group.search-button .button-main,
.fmmp-part-finder .part-finder-vin-search .search-row:not(.search-row-vehicle-cat) .search-group.search-button .button-main,
.fmmp-part-finder .vehicle-type-search .search-row:not(.search-row-vehicle-cat) .search-group.search-button .button-main {
  margin-top: 35px;
}
@media all and (max-width: 1024px) {
  .fmmp-part-finder {
    margin: 20px 0;
  }
  .fmmp-part-finder .part-finder-selected-state {
    border-width: 1px 0 1px 0;
    border-color: #efefef;
    border-style: solid;
  }
  .fmmp-part-finder .part-finder-selected-state .part-engine-search-form .search-row:not(.search-row-vehicle-cat) .search-group.search-button .button-main,
  .fmmp-part-finder .part-finder-selected-state .part-number-search-form .search-row:not(.search-row-vehicle-cat) .search-group.search-button .button-main,
  .fmmp-part-finder .part-finder-selected-state .part-license-search-form .search-row:not(.search-row-vehicle-cat) .search-group.search-button .button-main,
  .fmmp-part-finder .part-finder-selected-state .part-finder-vin-search .search-row:not(.search-row-vehicle-cat) .search-group.search-button .button-main,
  .fmmp-part-finder .part-finder-selected-state .vehicle-type-search .search-row:not(.search-row-vehicle-cat) .search-group.search-button .button-main {
    margin-top: 5px;
  }
  .fmmp-part-finder .tab .mobile-type-selector,
  .fmmp-part-finder .tab .type-selector {
    margin: 0;
  }
  .fmmp-part-finder .part-engine-search-form .search-row:not(.search-row-vehicle-cat) .search-group.search-button .button-main,
  .fmmp-part-finder .part-number-search-form .search-row:not(.search-row-vehicle-cat) .search-group.search-button .button-main,
  .fmmp-part-finder .part-license-search-form .search-row:not(.search-row-vehicle-cat) .search-group.search-button .button-main,
  .fmmp-part-finder .part-finder-vin-search .search-row:not(.search-row-vehicle-cat) .search-group.search-button .button-main,
  .fmmp-part-finder .vehicle-type-search .search-row:not(.search-row-vehicle-cat) .search-group.search-button .button-main {
    margin-top: 5px;
  }
}

.part-list {
  margin: 0 20px;
}
.part-list h2 {
  margin-left: 0;
}
.part-list .dimmed:after {
  top: 123px;
}
.part-list .fmmp-part-list .part-list-row {
  border-color: #e6e6e6;
}
.part-list .fmmp-part-list .part-number-results .search-part-number {
  color: #333333;
}
.part-list .fmmp-part-list .part-list-filter-container .part-list-filters {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.part-list .fmmp-part-list .part-list-results .part-result {
  border-top: 1px solid #e6e6e6;
}
.part-list .fmmp-part-list .part-list-results .part-result .part-result-image:hover img {
  outline: 3px solid #333333;
}
.part-list .fmmp-part-list .part-list-results .part-result .part-result-info .part-result-criteria-group {
  color: #333333;
}
.part-list .part-list-header {
  color: #ffffff;
  padding: 10px 20px;
}
.part-list .part-list-header h3 {
  font-size: 28px;
}
.part-list .part-list-filter-header {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.part-list .part-list-filter-header h4 {
  color: #333333;
  font-size: 22px;
  line-height: 25px;
}
.part-list .part-list-filter-list {
  color: #808080;
}
.part-list .part-list-filter-list li:before {
  content: "";
}
.part-list .part-list-filter-list label {
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
}
.part-list .part-list-filter-list label input {
  display: inline;
  height: auto;
  margin: 0px 8px 5px 0;
  width: auto;
}
.part-list .part-list-result-bar .part-list-result-total {
  color: #333333;
}
.page-content.has-active-nav .part-list .dimmed:after {
  top: 68px;
}
@media all and (max-width: 1024px) {
  .part-list {
    margin: 0;
  }
  .part-list h2 {
    margin-left: 20px;
  }
  .part-list .dimmed:after {
    top: 0;
  }
  .part-list .part-list-header {
    color: #333333;
  }
  .part-list .part-list-result-bar .part-list-result-total {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
  .part-list .fmmp-part-list .part-list-filter-container.show-filters .part-list-filter-list input:after {
    color: #333333;
  }
  .part-list .fmmp-part-list .part-list-ix-results tr {
    border-top: none;
    border-bottom: 1px solid #e6e6e6;
  }
  .page-content.has-active-nav .part-list .dimmed:after {
    top: 0;
  }
}

/*****************************************************
LESS compilation failed due a JavaScript error!

Input: /apps/clientlibs/fmmp-moog/libs/main/source/less/components/person-headline.less
Error: NameError: variable @c-black is undefined in /apps/clientlibs/fmmp-moog/libs/main/source/less/components/person-headline.less on line 22, column 16:
21     .meta-info {
22         color: @c-black;
23     }


(uncompiled LESS src is included below)
*****************************************************/
@import (reference) "/apps/clientlibs/fmmp-moog/libs/main/source/less/styles-moog.less";

.person-headline-avatar {
    img {
        border: solid 2px @mercury;
    }
}

.person-headline-contents {
    .name {
        .roboto-blackitalic;
        color: @blue;
        font-size: 25px;
        line-height: 30px;
    }
    .title {
        color: @night-rider;
        line-height: 30px; // OOTB style guide has too much line height
    }

    .meta-info {
        color: @c-black;
    }
}

.person-ledes .ledes-container .lede a {
  color: #ffffff;
}
.person-ledes .ledes-container .lede a .lede-title {
  color: #ffffff;
}
.person-ledes .ledes-container .lede a:hover .lede-title {
  color: #0068ff;
}
.person-ledes .ledes-container .lede-container img {
  background-color: #ffffff;
  border: solid 5px #ffffff;
}
.person-ledes .ledes-container .lede-container .lede-tags {
  font-size: 14px;
}
@media all and (max-width: 1024px) {
  .person-ledes .ledes-container .lede-container .lede-title {
    font-size: 20px;
    line-height: 25px;
  }
  .person-ledes .ledes-container .lede-container .lede-tags {
    font-size: 12px;
  }
}

.aem-Grid.aem-Grid--12 .person-showcase .person-showcase-container img {
  background-color: #ffffff;
  border: solid 5px #ffffff;
}
.aem-Grid.aem-Grid--12 .person-showcase .person-showcase-container-empty {
  background-color: #0032a0;
  color: #FFF;
}

.product-benefits .product-benefits-container {
  padding-bottom: 63px;
  overflow: auto;
}
.product-benefits h2,
.product-benefits .h2-rep {
  font-size: 40px;
  line-height: 1;
  padding: 55px 0 45px 0;
}
.product-benefits .product-benefit {
  padding: 20px 2%;
}
.product-benefits .product-benefit h5,
.product-benefits .product-benefit .h5-rep {
  color: #0068ff;
  font-family: 'blenderpro-bold', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 13px;
}
.product-benefits .product-benefit p:not(.h5-rep) {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .product-benefits .product-benefits-container {
    padding-bottom: 50px;
  }
  .product-benefits h2,
  .product-benefits .h2-rep {
    font-size: 40px;
    padding: 55px 0 21px 0;
  }
  .product-benefits .product-benefit {
    padding: 14px 10%;
  }
}
@media all and (max-width: 767px) {
  .product-benefits .product-benefits-container {
    padding-bottom: 42px;
  }
  .product-benefits h2,
  .product-benefits .h2-rep {
    font-size: 30px;
    padding: 30px 0 7px 0;
  }
  .product-benefits .product-benefit {
    padding: 14px 10% 0 10%;
  }
  .product-benefits .product-benefit h5,
  .product-benefits .product-benefit .h5-rep {
    padding-bottom: 4px;
  }
}

.product-feature .slick-dots {
  list-style-type: none;
  z-index: 1;
  bottom: 22px;
}
.product-feature .slick-dots li {
  border-radius: 50%;
  height: 11px;
  list-style-type: none;
  margin: 0 11px 0 0;
  padding: 0;
  width: 11px;
}
.product-feature .slick-dots li:before {
  content: "";
}
.product-feature .slick-dots li button {
  display: none;
}
.product-feature .slick-dots li {
  background-color: rgba(0, 0, 0, 0.5);
}
.product-feature .slick-dots li.slick-active {
  background-color: #000000;
}
.product-feature .has-bg .slick-dots {
  list-style-type: none;
  z-index: 1;
}
.product-feature .has-bg .slick-dots li {
  border-radius: 50%;
  height: 11px;
  list-style-type: none;
  margin: 0 11px 0 0;
  padding: 0;
  width: 11px;
}
.product-feature .has-bg .slick-dots li:before {
  content: "";
}
.product-feature .has-bg .slick-dots li button {
  display: none;
}
.product-feature .has-bg .slick-dots li {
  background-color: rgba(255, 227, 0, 0.5);
  border: #0032a0 solid 1px;
}
.product-feature .has-bg .slick-dots li.slick-active {
  background-color: #ffe300;
}
.product-feature .grey-bg {
  background-color: #e6e6e6;
}
.product-feature .product-feature-container {
  position: relative;
}
.product-feature .product-feature-container .product-feature-title h2 {
  font-family: 'roboto-black', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  letter-spacing: 1px;
  line-height: 70px;
  text-transform: none;
}
.product-feature .product-feature-container .product-feature-title h2 span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
.product-feature .product-feature-container .product-feature-title h2 span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
.product-feature .product-feature-container .product-feature-title h2 span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
.product-feature .product-feature-container .product-feature-base .ctas {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: column nowrap;
  -ms-flex-direction: column;
  -ms-flex-wrap: nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.product-feature .product-feature-container .product-feature-base .ctas .cta-link {
  line-height: 46px;
}
.product-feature .product-feature-container .product-feature-base .ctas .buy-online-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.product-feature .product-feature-container .product-feature-base .ctas .buy-online-container .button-main.cta-link {
  color: #ffffff;
  -moz-align-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
  line-height: 24px;
}
.product-feature .product-feature-container .product-feature-base .ctas .buy-online-container .buy-online-toolbox {
  top: 38px;
}
.product-feature .product-feature-container .product-feature-base .ctas .buy-online-container .buy-online-toolbox a {
  background-color: #c2c2c2;
  color: #252525;
  text-align: left;
  padding: 8px 8px 8px 15px;
}
.product-feature .product-feature-container .product-feature-base .ctas .buy-online-container .buy-online-toolbox a:after {
  margin-left: 10px;
  vertical-align: baseline;
}
.product-feature .product-feature-container .product-feature-base .ctas .buy-online-container .buy-online-toolbox a:hover {
  color: #ffffff;
  background-color: #252525;
}
.product-feature .product-feature-container .product-feature-base .ctas .buy-online-container.open-up .buy-online-toolbox {
  top: auto;
}
.product-feature .product-feature-container .product-feature-list .product-feature-content h1,
.product-feature .product-feature-container .product-feature-list .product-feature-content h2,
.product-feature .product-feature-container .product-feature-list .product-feature-content h3,
.product-feature .product-feature-container .product-feature-list .product-feature-content h4,
.product-feature .product-feature-container .product-feature-list .product-feature-content h5,
.product-feature .product-feature-container .product-feature-list .product-feature-content h6 {
  letter-spacing: 1px;
  padding: 6px 0 22px 0;
}
.product-feature .product-feature-container .product-feature-list .product-feature-content h1,
.product-feature .product-feature-container .product-feature-list .product-feature-content h2,
.product-feature .product-feature-container .product-feature-list .product-feature-content h3 {
  font-family: 'roboto-blackitalic', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
}
.product-feature .product-feature-container .product-feature-list .product-feature-content h1 span[class^="special_char_"],
.product-feature .product-feature-container .product-feature-list .product-feature-content h2 span[class^="special_char_"],
.product-feature .product-feature-container .product-feature-list .product-feature-content h3 span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
.product-feature .product-feature-container .product-feature-list .product-feature-content h1 span.special_char_E284A2,
.product-feature .product-feature-container .product-feature-list .product-feature-content h2 span.special_char_E284A2,
.product-feature .product-feature-container .product-feature-list .product-feature-content h3 span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
.product-feature .product-feature-container .product-feature-list .product-feature-content h1 span.special_char_E284A2:after,
.product-feature .product-feature-container .product-feature-list .product-feature-content h2 span.special_char_E284A2:after,
.product-feature .product-feature-container .product-feature-list .product-feature-content h3 span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
.product-feature .product-feature-container .product-feature-list .product-feature-content p,
.product-feature .product-feature-container .product-feature-list .product-feature-content ul,
.product-feature .product-feature-container .product-feature-list .product-feature-content ol {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.product-feature .product-feature-container .slick-slider {
  margin-bottom: 0;
}
.product-feature .product-feature-container .slick-slider .slick-list {
  overflow: visible;
}
.product-feature .has-bg .product-feature-container .product-feature-base a {
  color: inherit;
}
.product-feature .has-bg .product-feature-container .product-feature-base .ctas .cta-link {
  color: #0068ff;
}
.product-feature .has-bg .product-feature-container .product-feature-base .ctas .buy-online-container .button-main.cta-link {
  color: #333333;
}
.product-feature .has-bg .product-feature-container .product-feature-base .ctas .buy-online-container .buy-online-toolbox a {
  background-color: #ffffff;
}
.product-feature .has-bg .product-feature-container .product-feature-base .ctas .buy-online-container .buy-online-toolbox a:hover {
  background-color: #333333;
}
.product-feature .has-bg .product-feature-container .product-feature-content p {
  color: #ffffff;
}
@media all and (min-width: 1280px) {
  .product-feature .product-feature-base .product-feature-content {
    padding-right: 14%;
  }
  .product-feature .product-feature-base .product-feature-image > div.image {
    height: 480px;
  }
  .product-feature .product-feature-base .product-feature-image > div.image img {
    max-height: 550px;
  }
}
@media all and (max-width: 1024px) {
  .product-feature .slick-dots {
    bottom: 16px;
  }
  .product-feature .product-feature-container .product-feature-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .product-feature .product-feature-container .product-feature-list .product-feature-content h1,
  .product-feature .product-feature-container .product-feature-list .product-feature-content h2,
  .product-feature .product-feature-container .product-feature-list .product-feature-content h3,
  .product-feature .product-feature-container .product-feature-list .product-feature-content h4,
  .product-feature .product-feature-container .product-feature-list .product-feature-content h5,
  .product-feature .product-feature-container .product-feature-list .product-feature-content h6 {
    padding: 6px 0 16px 0;
  }
}
@media all and (max-width: 767px) {
  .product-feature .slick-dots {
    bottom: 10px;
  }
  .product-feature .product-feature-container .product-feature-title h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .product-feature .product-feature-container .product-feature-list .product-feature-content h1,
  .product-feature .product-feature-container .product-feature-list .product-feature-content h2,
  .product-feature .product-feature-container .product-feature-list .product-feature-content h3,
  .product-feature .product-feature-container .product-feature-list .product-feature-content h4,
  .product-feature .product-feature-container .product-feature-list .product-feature-content h5,
  .product-feature .product-feature-container .product-feature-list .product-feature-content h6 {
    padding: 4px 0 10px 0;
  }
}

.random-quote .quotes .quote-list {
  font-family: 'blenderpro-book', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
}
.random-quote .quotes .quote-list .by-line {
  color: #0032a0;
  font-family: 'roboto-black', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
}
.random-quote .quotes .quote-list .by-line span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
.random-quote .quotes .quote-list .by-line span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
.random-quote .quotes .quote-list .by-line span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}

.random-quote .content h3,
.random-quote .content h4 {
  font-family: 'blenderpro-book', sans-serif;
  font-style: normal;
  font-weight: normal;
}

.random-tip .title {
  font-weight: normal;
}
.random-tip .title {
  font-family: 'roboto-blackitalic', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 4.375em;
  line-height: 1em;
  text-transform: uppercase;
}
@media all and (max-width: 1024px) {
  .random-tip .title {
    font-size: 3.75em;
    line-height: 1em;
  }
}
@media all and (max-width: 767px) {
  .random-tip .title {
    font-size: 2.625em;
    line-height: 1em;
    letter-spacing: 0px;
  }
}
.random-tip {
  background: #808080;
}
.random-tip .random-tip-container {
  padding: 120px 0 105px 0;
}
.random-tip .headline {
  font-family: 'blenderpro-bold', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  color: #f5eb2d;
  margin-bottom: 0;
}
.random-tip .title {
  text-transform: none;
  font-size: 60px;
  line-height: 65px;
}
.random-tip .content {
  max-width: 840px;
}
.random-tip .text {
  padding: 25px 0 50px 0;
}
.random-tip .text p {
  font-family: 'roboto-regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
}
.random-tip .text p span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
.random-tip .text p span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
.random-tip .text p span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
@media (max-width: 1024px) {
  .random-tip .random-tip-container {
    padding: 100px 0;
  }
  .random-tip .title {
    font-size: 40px;
    line-height: 50px;
    margin-top: 8px;
  }
  .random-tip .text {
    padding: 15px 0 30px 0;
  }
}
@media (max-width: 767px) {
  .random-tip .random-tip-container {
    padding: 45px 0;
  }
  .random-tip .headline {
    font-size: 18px;
  }
  .random-tip .title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 12px;
  }
  .random-tip .button-main {
    padding-top: 17px;
    padding-bottom: 17px;
    display: block;
    width: 100%;
  }
}

.schematic-diagram-inner-container .tab-list {
  height: 60px;
}
.schematic-diagram-inner-container .tab-list .tab-item {
  height: 60px;
  padding: 4px 15px 35px;
  width: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% 85%;
  background-color: #333333;
}
.schematic-diagram-inner-container .tab-list .tab-item.orient-FRONT {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMiAzMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzIgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHRpdGxlPmZtLWljb25zPC90aXRsZT4KPHN0eWxlPgoueWVsbG93IHsgZmlsbDojZjVlOTQ0IH0KPC9zdHlsZT4KPHBhdGggY2xhc3M9InllbGxvdyIgZD0iTTkuNiwxNS43YzAuNi0wLjQsMS0wLjksMS40LTEuNWw1LjcsNy44YzAuMiwwLjMsMC4zLDAuNiwwLjIsMWMwLDAuMy0wLjIsMC42LTAuNSwwLjhsLTEuMiwwLjljLTAuMywwLjItMC43LDAuMy0xLDAuMgoJYy0wLjMsMC0wLjYtMC4yLTAuOC0wLjVsLTUuNy03LjhDOC40LDE2LjUsOS4xLDE2LjIsOS42LDE1Ljd6IE0xNCwyMi41YzAuNCwwLjEsMC43LTAuMiwwLjctMC41YzAuMS0wLjQtMC4yLTAuNy0wLjUtMC43CglzLTAuNywwLjItMC43LDAuNWMwLDAuMiwwLDAuMywwLjEsMC41QzEzLjcsMjIuMywxMy44LDIyLjQsMTQsMjIuNXogTTIuMywxMS4xQzIuNCwxMSwyLjQsMTEsMi41LDExYzAuMiwwLjEsMC40LDAuMywwLjYsMC41bDEuMiwxCglsMC43LDAuNmwyLjEtMC44bDAuNC0yLjJMNC45LDhDNC43LDcuOSw0LjcsNy43LDQuOCw3LjVjMC0wLjEsMC4xLTAuMSwwLjItMC4xYzAuMy0wLjIsMC43LTAuMywxLjEtMC4zYzAuNC0wLjEsMC44LTAuMSwxLjIsMAoJYzEuMiwwLjIsMi4yLDAuOCwyLjksMS44YzAuNywxLDEsMi4yLDAuOCwzLjNjLTAuMiwxLjItMC44LDIuMy0xLjgsMi45Yy0xLDAuNy0yLjIsMS0zLjMsMC44Yy0xLjktMC4zLTMuNC0xLjgtMy43LTMuNgoJYy0wLjEtMC40LTAuMS0wLjctMC4xLTEuMUMyLjIsMTEuMiwyLjIsMTEuMSwyLjMsMTEuMXoiLz4KPHBhdGggY2xhc3M9InllbGxvdyIgZD0iTTI5LjksMTYuNUwyOS45LDE2LjVjMC0xLjYtMC4xLTMuMi0wLjUtNC43Yy0wLjUtMS41LTEuOS0yLjYtMy41LTIuNWMtNC4xLDAuMi05LjgsMC4yLTE0LjcsMC4xYzAuMSwwLjEsMC4xLDAuMiwwLjIsMC40CglsNy43LDAuMWMwLjEsMCwwLjIsMC4xLDAuMiwwLjFsMC4xLDAuMmMwLDAuMSwwLDAuMi0wLjEsMC4zYzAsMCwwLDAsMCwwYy0wLjksMC4yLTEuOSwwLjMtMi44LDAuM2MtMS4zLDAuMS0zLDAuMS0zLDAuMWgtMS4xaC0wLjYKCWMwLjEsMC41LDAuMSwxLjEsMCwxLjZjLTAuMSwwLjQtMC4yLDAuOC0wLjMsMS4ybDAuMiwwLjNsNS43LDcuOGMwLjIsMC4yLDAuMywwLjUsMC4zLDAuN2MwLjgsMC4xLDEuNCwwLjIsMS42LDAuMgoJYzAuMSwwLDAuMiwwLjEsMC4yLDAuMmMwLDAsMCwwLDAsMGwtMC4xLDAuMmMwLDAuMS0wLjEsMC4xLTAuMiwwLjFoLTEuNWMwLDAuMi0wLjEsMC4zLTAuMiwwLjRjMy4xLDAsNi4xLDAuMSw4LjUsMC4xCgljMS42LDAsMy0xLDMuNS0yLjVDMjkuNywxOS44LDI5LjksMTguMiwyOS45LDE2LjVMMjkuOSwxNi41TDI5LjksMTYuNUwyOS45LDE2LjV6IE0yNS4xLDIyLjNjLTAuMSwwLjItMC40LDAuNC0wLjcsMC40TDIxLDIyCgljLTAuMiwwLTAuMy0wLjItMC4yLTAuM2MwLDAsMCwwLDAsMGMwLjQtMS43LDAuNy0zLjQsMC43LTUuMXYwYzAtMS43LTAuMi0zLjQtMC43LTUuMWMwLTAuMiwwLjEtMC4zLDAuMi0wLjRjMCwwLDAsMCwwLDBsMy41LTAuNwoJYzAuMywwLDAuNSwwLjEsMC43LDAuNGMwLjksMS44LDEuNCwzLjgsMS40LDUuOEMyNi41LDE4LjUsMjYsMjAuNSwyNS4xLDIyLjN6Ii8+Cjwvc3ZnPg==');
}
.schematic-diagram-inner-container .tab-list .tab-item.orient-REAR {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMiAzMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzIgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHRpdGxlPmZtLWljb25zPC90aXRsZT4KPHN0eWxlPgoueWVsbG93IHsgZmlsbDojZjVlOTQ0IH0KPC9zdHlsZT4KPHBhdGggY2xhc3M9InllbGxvdyIgZD0iTTI2LjQsMTYuNmwtNS43LDcuOGMtMC4yLDAuMy0wLjUsMC41LTAuOCwwLjVjLTAuMywwLjEtMC43LDAtMS0wLjJsLTEuMi0wLjljLTAuMy0wLjItMC41LTAuNS0wLjUtMC44CgljLTAuMS0wLjQsMC0wLjcsMC4yLTFsNS43LTcuOEMyMy44LDE1LjQsMjUsMTYuMywyNi40LDE2LjZ6IE0yMC41LDIyLjJjMC4yLTAuMywwLjEtMC43LTAuMi0wLjljLTAuMy0wLjItMC43LTAuMS0wLjksMC4yCgljLTAuMiwwLjMtMC4xLDAuNywwLjIsMC45YzAuMSwwLjEsMC4zLDAuMSwwLjUsMC4xQzIwLjMsMjIuNCwyMC41LDIyLjMsMjAuNSwyMi4yeiBNMzIsMTEuM2MwLDAuNCwwLDAuNy0wLjEsMS4xCgljLTAuNCwxLjktMS45LDMuMy0zLjcsMy42Yy0yLjQsMC40LTQuNy0xLjMtNS4xLTMuN2MtMC4yLTEuMiwwLjEtMi40LDAuOC0zLjNjMC43LTEsMS43LTEuNiwyLjktMS44YzAuNC0wLjEsMC44LTAuMSwxLjIsMAoJYzAuNCwwLDAuOCwwLjEsMS4xLDAuM2MwLjIsMC4xLDAuMiwwLjMsMC4yLDAuNGMwLDAsMCwwLjEtMC4xLDAuMWwtMi42LDIuMWwwLjQsMi4ybDIsMC44bDAuNy0wLjZsMS4yLTFjMC4yLTAuMiwwLjQtMC4zLDAuNy0wLjUKCWMwLjEsMCwwLjIsMCwwLjIsMC4xQzMxLjksMTEuMSwzMiwxMS4yLDMyLDExLjN6Ii8+CjxwYXRoIGNsYXNzPSJ5ZWxsb3ciIGQ9Ik0xNi43LDIzLjZjLTAuMS0wLjEtMC4xLTAuMi0wLjEtMC40aC0zLjhjLTAuMSwwLTAuMi0wLjEtMC4yLTAuMmMwLTAuMSwwLjEtMC4yLDAuMi0wLjJjMC45LTAuMiwyLTAuNCwyLjYtMC41CgljMC4zLDAsMC44LTAuMSwxLjItMC4xYzAuMS0wLjMsMC4yLTAuNSwwLjMtMC44bDUuNy03LjhsMC4yLTAuMmMtMC4xLTAuNC0wLjItMC44LTAuMy0xLjFjLTAuMS0wLjYtMC4xLTEuMSwwLTEuN2gtMC4zCgljLTEuMywwLjEtMywwLjEtMywwLjFIMThjMCwwLTIuMS0wLjEtMi43LTAuMnMtMS42LTAuMy0yLjYtMC41Yy0wLjEsMC0wLjItMC4xLTAuMi0wLjJzMC4xLTAuMiwwLjItMC4ybDkuOSwwLjEKCWMwLjEtMC4xLDAuMS0wLjMsMC4yLTAuNGMtMi42LDAtNS4zLDAtNy43LDBoLTIuN2MwLjEtMC4yLDAuMS0wLjUsMC4xLTAuOGMtMC4yLTAuOC0xLjcsMC40LTIuMSwwLjhsLTQuNSwwYy0xLjUsMC00LjQsMC40LTUsMi4xCglDMC4zLDEzLDAsMTQuNywwLDE2LjVsMCwwdjBsMCwwYzAsMS44LDAuMywzLjUsMC44LDUuMmMwLjcsMS43LDMuNiwyLjEsNSwyLjFsNC40LTAuMWMwLjEsMC4xLDIsMS44LDIuMiwwLjkKCWMwLjEtMC4zLDAuMS0wLjYtMC4xLTAuOWgyLjhMMTYuNywyMy42TDE2LjcsMjMuNnogTTUuMSwyMy4zYy0wLjgtMC4xLTEuNS0wLjMtMi4yLTAuNmMtMC44LTAuMi0xLjQtMC44LTEuNy0xLjUKCWMwLTAuMSwwLTAuMiwwLjEtMC4yYzAuMy0wLjIsMS4yLTAuNiwyLjcsMWwwLDBDNC43LDIyLjYsNSwyMi41LDUuMSwyMy4zQzUuMiwyMy4yLDUuMSwyMy4zLDUuMSwyMy4zQzUuMSwyMy4zLDUuMSwyMy4zLDUuMSwyMy4zCglMNS4xLDIzLjN6IE0zLjksMTEuMUwzLjksMTEuMWMtMS41LDEuNy0yLjQsMS4yLTIuNywxYy0wLjEtMC4xLTAuMS0wLjEtMC4xLTAuMmMwLjMtMC43LDEtMS4zLDEuNy0xLjVDMy42LDEwLDQuMyw5LjgsNS4xLDkuNwoJYzAsMCwwLjEsMCwwLjEsMGMwLDAsMCwwLDAsMEM1LDEwLjUsNC43LDEwLjQsMy45LDExLjF6IE0xMC4zLDIyLjdjLTAuMiwwLTAuNC0wLjEtMC40LTAuM2MtMC42LTEuOS0wLjktMy45LTAuOS01Ljl2LTAuMQoJYzAtMiwwLjMtNCwwLjktNS45YzAuMS0wLjIsMC4zLTAuMywwLjQtMC4zbDQuNiwwLjdjMC4xLDAsMC4yLDAuMSwwLjIsMC4zYzAsMCwwLDAsMCwwYy0wLjIsMS42LTAuMiwzLjMtMC4zLDUuMWwwLDB2MGwwLDAKCWMwLDEuOCwwLjEsMy42LDAuMyw1LjFjMCwwLjEtMC4xLDAuMy0wLjIsMC4zYzAsMCwwLDAsMCwwTDEwLjMsMjIuN3oiLz4KPC9zdmc+');
}
.schematic-diagram-inner-container .tab-container h3 {
  color: #333333;
  margin: 15px;
}
.s7button {
  background-color: #808080;
  background-image: none;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  height: 35px;
  line-height: 28px;
  margin-left: 3px;
  text-align: center;
  width: 35px;
  font-family: 'fontawesome';
}
.s7button[state] {
  background-image: none !important;
}
.s7button.s7zoominbutton {
  top: 20px;
}
.s7button.s7zoominbutton:before {
  content: "\f00e";
  background-image: none !important;
}
.s7button.s7zoomoutbutton {
  top: 50px;
  left: 20px !important;
}
.s7button.s7zoomoutbutton:before {
  content: "\f010";
  background-image: none !important;
}
.s7button.s7zoomresetbutton {
  top: 80px;
  left: 20px !important;
}
.s7button.s7zoomresetbutton:before {
  content: "\f0e2";
  background-image: none !important;
}
.s7fullscreenbutton {
  background-color: #808080;
  background-image: none;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  height: 35px;
  line-height: 28px;
  margin-left: 3px;
  text-align: center;
  width: 35px;
  font-family: 'fontawesome';
}
.s7fullscreenbutton[state] {
  background-image: none !important;
}
.s7fullscreenbutton:before {
  content: "\f065";
  background-image: none !important;
}
@media all and (max-width: 1024px) {
  .s7basiczoomviewer.s7touchinput .s7fullscreenbutton,
  .s7basiczoomviewer.s7touchinput .s7zoomresetbutton {
    line-height: 56px;
  }
}

.search-files .search-files-results .search-files-input .button-main {
  height: 55px;
  vertical-align: bottom;
}
.search-files .search-files-results .search-files-input p {
  margin-top: 1.5em;
}
.search-files .search-files-results .filter-files-results {
  /** 
         * The styles below require the following HTML format for radio buttons:
         *   <div>
         *        <input type="radio" name="name" id="name1" value="value">
         *        <label for="name1"><span><span></span></span>The Label</label>
         *    </div>
         *
         * and the following for checkboxes:
         *   <div>
         *        <input type="checkbox" name="name" id="name1" value="value">
         *        <label for="name1"><span></span>The Label</label>
         *    </div>
         */
}
.search-files .search-files-results .filter-files-results .search-filter-header {
  color: #0032a0;
  font-family: 'roboto-blackitalic', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  padding: 1em 0;
  text-transform: uppercase;
  vertical-align: middle;
}
.search-files .search-files-results .filter-files-results .search-filter-header span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
.search-files .search-files-results .filter-files-results .search-filter-header span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
.search-files .search-files-results .filter-files-results .search-filter-header span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
.search-files .search-files-results .filter-files-results .search-filter label {
  color: #333333;
  font-family: 'blenderpro-bold', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
  vertical-align: middle;
}
.search-files .search-files-results .filter-files-results .search-filter ul li label {
  font-family: 'blenderpro-book', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 34px;
  color: #333333;
  text-transform: none;
}
.search-files .search-files-results .filter-files-results .search-filter ul li label input {
  height: 20px;
  margin: 0 5px;
}
.search-files .search-files-results .filter-files-results input[type=checkbox]:not(old),
.search-files .search-files-results .filter-files-results input[type=radio]:not(old) {
  font-size: 1em;
  height: 30px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 2em;
}
.search-files .search-files-results .filter-files-results input[type=checkbox]:not(old) + label,
.search-files .search-files-results .filter-files-results input[type=radio]:not(old) + label {
  display: inline-block;
  line-height: 1.9em;
  padding: 0 0 0 2em;
  position: relative;
}
.search-files .search-files-results .filter-files-results input[type=checkbox]:not(old) + label > span,
.search-files .search-files-results .filter-files-results input[type=radio]:not(old) + label > span {
  background: #EEE;
  border: 2px solid #CCC;
  display: inline-block;
  height: 1.25em;
  left: 0;
  margin: 0.25em 0.75em 0.25em 0.25em;
  position: absolute;
  vertical-align: bottom;
  width: 1.25em;
  z-index: 10;
}
.search-files .search-files-results .filter-files-results input[type=checkbox]:not(old):checked + label > span:before {
  color: #333;
  content: '✓';
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1em;
  margin: -0.1em 0 0 -0.1em;
  text-align: center;
  width: 1em;
}
.search-files .search-files-results .filter-files-results input[type=radio]:not(old):checked + label > span > span {
  background: #333;
  border: 0;
  display: block;
  height: 0.75em;
  margin: 0.125em;
  width: 0.75em;
}
.search-files .search-files-results .filter-files-results input[type="checkbox"]:not(old) + label > span,
.search-files .search-files-results .filter-files-results input[type="radio"]:not(old) + label > span {
  background: #e6e6e6;
  border: 2px solid #c2c2c2;
}
.search-files .search-files-results .filter-files-results input[type="checkbox"]:not(old):checked + label > span:before {
  color: #0032a0;
}
.search-files .search-files-results .filter-files-results input[type="radio"]:not(old):checked + label > span > span {
  background: #0032a0;
}
.search-files .search-files-results .search-files-results-container h2 {
  border-bottom-color: #dbdbdb;
  padding-bottom: 20px;
}
.search-files .search-files-results .search-files-results-container .file-result {
  border-bottom: 1px solid #dbdbdb;
}
.search-files .search-files-results .search-files-results-container .file-result .file-result-title {
  font-family: 'blenderpro-bold', sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
}
.search-files .search-files-results .search-files-results-container .file-result .search-file-meta {
  color: #808080;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
}
.search-files .search-files-results .search-files-results-container .search-pagination ul.pagination li a {
  font-family: 'roboto-black', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 30px;
}
.search-files .search-files-results .search-files-results-container .search-pagination ul.pagination li a span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
.search-files .search-files-results .search-files-results-container .search-pagination ul.pagination li a span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
.search-files .search-files-results .search-files-results-container .search-pagination ul.pagination li a span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
.search-files .search-files-results .search-files-results-container .search-pagination ul.pagination li.active a {
  color: #0068ff;
}
.search-files .search-files-results .search-files-results-container .search-pagination .search-files-results-total {
  font-family: 'roboto-black', sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #808080;
  font-size: 13px;
  line-height: 30px;
}
.search-files .search-files-results .search-files-results-container .search-pagination .search-files-results-total span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
.search-files .search-files-results .search-files-results-container .search-pagination .search-files-results-total span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
.search-files .search-files-results .search-files-results-container .search-pagination .search-files-results-total span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}

.social-feed {
  background: #0068ff;
}
.social-feed .mailing-list-wrapper {
  background: #0032a0;
}
.social-feed .mailing-list-wrapper .mailing-list h5 {
  font-family: 'roboto-blackitalic', sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  font-size: 30px;
}
.social-feed .mailing-list-wrapper .mailing-list h5 span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
.social-feed .mailing-list-wrapper .mailing-list h5 span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
.social-feed .mailing-list-wrapper .mailing-list h5 span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
.social-feed .mailing-list-wrapper .mailing-list .button-main {
  border: 0px;
  font-family: "blenderpro-bolditalic", sans-serif;
  font-size: 1.125em;
  letter-spacing: 1px;
  line-height: 23px;
  display: inline-block;
  padding: 17px 40px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-shadow: none;
  background-color: #f5e944;
  color: #0032a0;
}
.social-feed .mailing-list-wrapper .mailing-list .button-main:hover {
  background-color: #0032a0;
  color: #ffffff;
}
.social-feed .mailing-list-wrapper .mailing-list .button-main:after {
  margin-right: 0;
}
.social-feed .feed-wrapper > .twitter .twitter.latest-tweet .latest-tweet-background {
  background: #0032a0;
  box-shadow: none;
}
.social-feed .feed-wrapper > .twitter .twitter.latest-tweet .latest-tweet-background .latest-tweet-content {
  font-size: 18px;
  line-height: 24px;
  font-style: normal;
}
.social-feed .feed-wrapper > .twitter .twitter.latest-tweet .latest-tweet-background .latest-tweet-content br {
  display: block;
  margin: .2em 0;
}
.social-feed .feed-wrapper > .twitter .twitter.latest-tweet .latest-tweet-background .latest-tweet-content iframe {
  margin-top: 0.6em;
}
.social-feed .feed-wrapper > .twitter .twitter.latest-tweet .latest-tweet-background .latest-tweet-content a:hover {
  color: #0068ff;
}
.social-feed .feed-wrapper > .twitter .twitter.latest-tweet .latest-tweet-background .latest-tweet-content a img {
  margin-bottom: 0;
  border: 2px solid white;
  border-radius: 5px;
}
.social-feed .feed-wrapper > .instagram .latest-instagram-content .instagram-photo .no-photo-found {
  border: solid 1px #ffffff;
}
.social-feed .feed-wrapper > .instagram .latest-instagram-content .edit-error-message {
  color: #ffffff;
}
.social-feed .feed-wrapper > .youtube.video .icon-video {
  font-size: 75px;
  color: #ffffff;
}
.social-feed .feed-wrapper > .youtube.video .icon-video:hover {
  color: #0068ff;
}
.social-feed .sf-social-icon {
  font-size: 50px;
  color: #ffffff;
  text-shadow: 0 1px 0 #000000;
}
.social-feed .sf-social-icon:hover {
  color: #0068ff;
}
@media all and (max-width: 1024px) {
  .social-feed .mailing-list-wrapper .mailing-list h5 {
    font-size: 20px;
  }
  .social-feed .feed-wrapper > .twitter .twitter.latest-tweet .latest-tweet-background .latest-tweet-content {
    font-size: 18px;
    line-height: 28px;
    font-style: normal;
  }
  .social-feed .feed-wrapper > .twitter .twitter.latest-tweet .latest-tweet-background .latest-tweet-content br {
    display: block;
    margin: .6em 0;
  }
}
@media (max-width: 767px) {
  .social-feed .feed-wrapper > .twitter .twitter.latest-tweet .latest-tweet-background .latest-tweet-content {
    font-size: 16px;
    line-height: 22px;
  }
  .social-feed .feed-wrapper > .twitter .twitter.latest-tweet .latest-tweet-background .latest-tweet-content br {
    display: block;
    margin: 1em 0;
  }
}

.social-links .social-links-background {
  background-color: #efefef;
}
.social-links .social-links-background .social-links-title h4 {
  color: #0032a0;
  font-family: "roboto-blackitalic", sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.social-links .social-links-background .social-links-content .social-links-icon-container a.social-links-nav-icon {
  height: 52px;
  width: 52px;
  border-radius: 50%;
  background: #333333;
  margin: 0 4px;
}
.social-links .social-links-background .social-links-content .social-links-icon-container a.social-links-nav-icon [class^="icon-"] {
  color: #ffffff;
  font-size: 25px;
  line-height: 52px;
}

.driv-nav .social-links .social-links-background {
  background: none;
  padding: 0;
}
.driv-nav .social-links .social-links-background .social-links-content {
  max-width: 280px;
  padding-top: 0;
  text-align: left;
}
.driv-nav .social-links .social-links-background .social-links-title h4 {
  font-family: "blenderpro-bold", sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
}
@media all and (min-width: 768px) {
  .driv-nav .social-links .social-links-background .social-links-title {
    padding-top: 0;
  }
}
.driv-nav .social-links .social-links-background .social-links-content .social-links-icon-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.driv-nav .social-links .social-links-background .social-links-content .social-links-icon-container a.social-links-nav-icon {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: none;
  height: auto;
  margin: 0;
  width: auto;
}
.driv-nav .social-links .social-links-background .social-links-content .social-links-icon-container a.social-links-nav-icon .fa {
  font-size: 25px;
  line-height: 52px;
}
.driv-nav .social-links .social-links-background .social-links-content .social-links-icon-container a.social-links-nav-icon .fa.fa-facebook:before {
  font-family: 'icomoon';
  content: "\e922";
}
.driv-nav .social-links .social-links-background .social-links-content .social-links-icon-container a.social-links-nav-icon .fa.fa-twitter:before {
  font-family: 'icomoon';
  content: "\e925";
}
.driv-nav .social-links .social-links-background .social-links-content .social-links-icon-container a.social-links-nav-icon .fa.fa-instagram:before {
  font-family: 'icomoon';
  content: "\e923";
}
.driv-nav .social-links .social-links-background .social-links-content .social-links-icon-container a.social-links-nav-icon .fa.fa-linkedin:before {
  font-family: 'icomoon';
  content: "\e924";
}
.driv-nav .social-links .social-links-background .social-links-content .social-links-icon-container a.social-links-nav-icon .fa.fa-youtube-square:before {
  font-family: 'icomoon';
  content: "\e926";
}
.driv-nav .social-links .social-links-background .social-links-content .social-links-icon-container a.social-links-nav-icon:hover {
  border: 0;
}
@media all and (min-width: 768px) {
  .driv-nav .social-links .social-links-background .social-links-content .social-links-icon-container {
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .driv-nav .social-links .social-links-background .social-links-content .social-links-icon-container a.social-links-nav-icon {
    margin: 0 30px 0 0;
  }
  .driv-nav .social-links .social-links-background .social-links-content .social-links-icon-container a.social-links-nav-icon:last-of-type {
    margin-right: 0;
  }
}

.social-outreach {
  background: #efefef;
  text-align: center;
  width: 100%;
}
.social-outreach .social-outreach-background {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: auto;
}
.social-outreach .social-outreach-background .social-outreach-newsletter,
.social-outreach .social-outreach-background .social-outreach-content {
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 25px 0;
}
.social-outreach .social-outreach-background .social-outreach-newsletter .social-outreach-newsletter-form {
  display: inline-block;
  width: 70%;
  max-width: 500px;
}
.social-outreach .social-outreach-background .social-outreach-newsletter .social-outreach-newsletter-form .email-input {
  border: 0;
  width: 100%;
  min-width: 340px;
  height: 59px;
  margin: 0;
  margin-bottom: 12px;
  vertical-align: initial;
}
.social-outreach .social-outreach-background .social-outreach-newsletter .social-outreach-newsletter-form button {
  vertical-align: top;
}
.social-outreach .social-outreach-background .social-outreach-newsletter .social-outreach-newsletter-form .error-captcha {
  display: none;
  margin-top: 6px;
  color: #ee1b2e;
  font-size: 0.8em;
  text-align: left;
  text-transform: initial;
}
.social-outreach .social-outreach-background .social-outreach-newsletter .social-outreach-newsletter-form .error-email {
  padding-left: 6px;
  text-align: left;
  color: #ee1b2e;
  font-size: 0.8em;
}
.social-outreach .social-outreach-background .social-outreach-newsletter .social-outreach-newsletter-form .error-captcha.show {
  display: block;
}
.social-outreach .social-outreach-background .social-outreach-newsletter .social-outreach-newsletter-form .socialOutreachForm__actions {
  display: flex;
  margin-top: 10px;
}
.social-outreach .social-outreach-background .social-outreach-newsletter .social-outreach-newsletter-form .socialOutreachForm__actions button {
  margin-left: 12px !important;
}
.social-outreach .social-outreach-background .social-outreach-newsletter .social-outreach-newsletter-form .socialOutreachForm__input {
  display: flex;
}
.social-outreach .social-outreach-background .social-outreach-newsletter .social-outreach-newsletter-form .socialOutreachForm__input input {
  border: 0;
  height: 59px;
  margin: 0 -5px 0 0;
  vertical-align: initial;
}
.social-outreach .social-outreach-background .social-outreach-newsletter .social-outreach-newsletter-form .socialOutreachForm__input button {
  height: 59px;
}
.social-outreach .social-outreach-background .social-outreach-content .social-outreach-icon-container {
  display: inline-block;
}
.social-outreach .social-outreach-background .social-outreach-content .social-outreach-icon-container a.social-outreach-nav-icon {
  background: #333333;
  border-radius: 50%;
  display: inline-block;
  height: 52px;
  width: 52px;
  margin: 0 4px;
  text-align: center;
}
.social-outreach .social-outreach-background .social-outreach-content .social-outreach-icon-container a.social-outreach-nav-icon [class^="icon-"] {
  color: #ffffff;
  font-size: 25px;
  line-height: 52px;
}
.social-outreach .social-outreach-background .social-outreach-content .social-outreach-icon-container a.social-outreach-nav-icon:hover {
  color: inherit !important;
}
.social-outreach .social-outreach-background .social-outreach-terms .terms-label {
  font-family: 'blenderpro-book', sans-serif;
  font-style: normal;
  font-weight: normal;
  width: 410px;
  color: #808080;
  font-size: 0.8em;
  text-align: left;
}
@media all and (max-width: 1024px) {
  .social-outreach .social-outreach-newsletter .social-outreach-newsletter-form .email-input {
    width: 240px;
  }
  .social-outreach .social-outreach-background .social-outreach-terms .terms-label {
    width: 310px;
  }
}
@media (max-width: 767px) {
  .social-outreach .social-outreach-background {
    display: block;
  }
  .social-outreach .social-outreach-newsletter .social-outreach-newsletter-form {
    width: 100% !important;
    padding: 16px;
  }
  .social-outreach .social-outreach-newsletter .social-outreach-newsletter-form .email-input {
    width: 100% !important;
    min-width: unset !important;
  }
  .social-outreach .social-outreach-newsletter .social-outreach-newsletter-form .socialOutreachForm__actions {
    flex-direction: column;
  }
  .social-outreach .social-outreach-newsletter .social-outreach-newsletter-form .socialOutreachForm__actions button {
    margin-left: 0 !important;
  }
  .social-outreach .social-outreach-newsletter .social-outreach-newsletter-form .g-recaptcha {
    margin-left: 15px;
    margin-top: 2px;
    margin-bottom: 12px;
  }
}
.social-outreach .modal-overlay {
  background-color: rgba(255, 255, 255, 0.8);
}
.social-outreach .modal-container {
  background-color: #ffffff;
  border-color: #0032a0;
  color: #0032a0;
}
.social-outreach .modal-container .button-main {
  padding: 10px 20px;
}
.social-outreach .modal-header {
  background-color: #0068ff;
  border-color: #0032a0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.social-outreach .modal-header .modal-title {
  color: #ffffff;
  padding-bottom: 0;
}
.social-outreach .modal-header a {
  cursor: pointer;
}
.social-outreach .modal-header a .fa-close {
  color: #ffffff;
}

.table-with-header .table-container .header {
  background: #efefef;
  border: 1px solid #c2c2c2;
  border-bottom: none;
}
.table-with-header .table-container .header .header-image img {
  background-color: #f5e944;
  border: 5px solid #f5e944;
  margin-bottom: 0px;
  background-clip: border-box;
  border-radius: 50%;
  display: block;
}
.table-with-header .table-container .header .header-text h2 {
  margin: 0;
}

.timeline .timeline-wrapper {
  padding: 84px 0 120px 0;
}
.timeline .timeline-wrapper:before {
  bottom: 104px;
}
.timeline .timeline-header {
  font-family: 'roboto-black', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
}
.timeline .timeline-header span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
.timeline .timeline-header span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
.timeline .timeline-header span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
.timeline .timeline-item-container {
  padding: 6.5% 0 1.5%;
}
.timeline .timeline-item-container .timeline-item h2 {
  font-size: 60px;
  text-transform: none;
}
.timeline .timeline-item-container .timeline-item h2 span {
  display: block;
  width: 300px;
  margin-left: -50%;
}
.timeline .timeline-item-container .timeline-item h5 {
  font-size: 12px;
  line-height: 14px;
  min-height: 14px;
}
.timeline .timeline-item-container .timeline-item h4 {
  font-family: 'roboto-blackitalic', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
}
.timeline .timeline-item-container .timeline-item h4 span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
.timeline .timeline-item-container .timeline-item h4 span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
.timeline .timeline-item-container .timeline-item h4 span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
.timeline .timeline-item-container .timeline-item p {
  font-size: 15px;
  line-height: 22px;
}
.timeline .has-bg {
  background-color: #333333;
}
.timeline > :not(.has-bg) h2 {
  color: #0068ff;
}
.timeline > :not(.has-bg) h4,
.timeline > :not(.has-bg) h5 {
  color: #0032a0;
}
.timeline > :not(.has-bg) .timeline-wrapper:before,
.timeline > :not(.has-bg) .timeline-item-container:before {
  background-color: #f3e92d;
}
.timeline > :not(.has-bg) .timeline-item-container:after,
.timeline > :not(.has-bg) .timeline-item-container .timeline-item h2:after {
  border-color: #f3e92d;
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .timeline .timeline-item-container {
    padding-top: 19%;
  }
  .timeline .timeline-item-container .timeline-item h2 {
    font-size: 50px;
  }
}
@media all and (max-width: 767px) {
  .timeline .timeline-item-container {
    padding-top: 5%;
  }
  .timeline .timeline-item-container .timeline-item h2 {
    font-size: 25px;
  }
  .timeline .timeline-item-container .timeline-item h2 span {
    width: auto;
    margin: 0;
  }
}

.text-content-wrapper span.button-main:lang(pt) {
  line-height: 45px;
}

.aem-Grid.aem-Grid--12 .tout h1,
.aem-Grid.aem-Grid--12 .tout h2,
.aem-Grid.aem-Grid--12 .tout h3,
.aem-Grid.aem-Grid--12 .tout h4,
.aem-Grid.aem-Grid--12 .tout h5,
.aem-Grid.aem-Grid--12 .tout h6 {
  font-family: 'roboto-blackitalic', sans-serif;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.aem-Grid.aem-Grid--12 .tout h1 span[class^="special_char_"],
.aem-Grid.aem-Grid--12 .tout h2 span[class^="special_char_"],
.aem-Grid.aem-Grid--12 .tout h3 span[class^="special_char_"],
.aem-Grid.aem-Grid--12 .tout h4 span[class^="special_char_"],
.aem-Grid.aem-Grid--12 .tout h5 span[class^="special_char_"],
.aem-Grid.aem-Grid--12 .tout h6 span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
.aem-Grid.aem-Grid--12 .tout h1 span.special_char_E284A2,
.aem-Grid.aem-Grid--12 .tout h2 span.special_char_E284A2,
.aem-Grid.aem-Grid--12 .tout h3 span.special_char_E284A2,
.aem-Grid.aem-Grid--12 .tout h4 span.special_char_E284A2,
.aem-Grid.aem-Grid--12 .tout h5 span.special_char_E284A2,
.aem-Grid.aem-Grid--12 .tout h6 span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
.aem-Grid.aem-Grid--12 .tout h1 span.special_char_E284A2:after,
.aem-Grid.aem-Grid--12 .tout h2 span.special_char_E284A2:after,
.aem-Grid.aem-Grid--12 .tout h3 span.special_char_E284A2:after,
.aem-Grid.aem-Grid--12 .tout h4 span.special_char_E284A2:after,
.aem-Grid.aem-Grid--12 .tout h5 span.special_char_E284A2:after,
.aem-Grid.aem-Grid--12 .tout h6 span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
.aem-Grid.aem-Grid--12 .tout h1,
.aem-Grid.aem-Grid--12 .tout h2,
.aem-Grid.aem-Grid--12 .tout h3 {
  text-transform: uppercase;
}
.aem-Grid.aem-Grid--12 .tout .default-bg .tout-container {
  background-color: #efefef;
  color: #333333;
}
.aem-Grid.aem-Grid--12 .tout .tout-container.has-tout-wide-link:hover .button-main {
  background-color: #f5e944;
  color: #0032a0;
}
.aem-Grid.aem-Grid--12 .tout .tout-container.has-tout-wide-link:hover .button-secondary {
  background-color: #0032a0;
  color: #ffffff;
}
.aem-Grid.aem-Grid--12 .tout .tout-showcase a {
  color: #ffffff;
  position: relative;
}
.aem-Grid.aem-Grid--12 .tout .tout-showcase a:hover {
  text-decoration: underline;
}
.aem-Grid.aem-Grid--12 .tout .tout-showcase figcaption {
  font-family: 'roboto-black', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  letter-spacing: 1px;
  line-height: 34px;
  text-align: center;
}
.aem-Grid.aem-Grid--12 .tout .tout-showcase figcaption span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
.aem-Grid.aem-Grid--12 .tout .tout-showcase figcaption span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
.aem-Grid.aem-Grid--12 .tout .tout-showcase figcaption span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
.aem-Grid.aem-Grid--12 .tout .tout-showcase figcaption small {
  font-family: 'blenderpro-bolditalic', sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #f5e944;
  text-transform: uppercase;
}
@media all and (max-width: 1024px) {
  .aem-Grid.aem-Grid--12 .tout .tout-showcase figcaption {
    font-size: 25px;
    line-height: 30px;
  }
}
@media all and (max-width: 767px) {
  .aem-Grid.aem-Grid--12 .tout .tout-showcase figcaption {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
  }
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .default-bg .tout-container,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .default-bg .tout-container,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .default-bg .tout-container,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .default-bg .tout-container,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .default-bg .tout-container,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .default-bg .tout-container {
  border: 2px solid #FFF;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .tout-content {
  margin-bottom: 119px;
  /* CTA button is positioned to the bottom and is 79px, then add 40 pixels of space */
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .order-swapped .tout-showcase {
  margin-bottom: 119px;
  /* CTA button is positioned to the bottom and is 79px, then add 40 pixels of space */
}
@media all and (max-width: 767px) {
  .aem-Grid.aem-Grid--12 .tout h1,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout h1,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout h1,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout h1,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout h1,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout h1,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 19px;
  }
  .aem-Grid.aem-Grid--12 .tout .tout-content p,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .tout-content p,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .tout-content p,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .tout-content p,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .tout-content p,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .tout-content p,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .tout-content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 19px;
  }
}

.tt-symptom .symptom-link-container .symptom-link {
  background-color: #f4f4f4;
  border-bottom: 1px solid #d9d9d9;
}
.tt-symptom .symptom-link-container .symptom-link .symptom-title h4 {
  font-size: 15px;
  line-height: 58px;
}
@media all and (min-width: 768px) {
  .tt-symptom .symptom-link-container.selected .symptom-link,
  .tt-symptom .symptom-link-container.default-selected .symptom-link {
    background-color: #0032a0;
  }
  .tt-symptom .symptom-link-container.selected .symptom-link:after,
  .tt-symptom .symptom-link-container.default-selected .symptom-link:after {
    border-left-color: #0032a0;
  }
  .tt-symptom .symptom-link-container.selected .symptom-link .symptom-title h4,
  .tt-symptom .symptom-link-container.default-selected .symptom-link .symptom-title h4 {
    color: #ffffff;
  }
}

#verticalLineContainer .vertical-line {
  background-color: #000000;
}

.where-to-buy-base .where-buy-tab-row {
  background-color: #ffffff;
  border: 1px solid #c2c2c2;
}
.where-to-buy-base .where-to-buy-search-filter-holder {
  background-color: #e6e6e6;
}
.where-to-buy-base .where-to-buy-search-filter-holder .where-to-buy-search-local .where-to-buy-search-local-filter + span {
  font-family: 'blenderpro-bold', sans-serif;
  font-style: normal;
  font-weight: normal;
}
.where-to-buy-base .where-to-buy-search-results-corp .dealer-name {
  font-family: 'blenderpro-bold', sans-serif;
  font-style: normal;
  font-weight: normal;
}
.where-to-buy-base .where-to-buy-search-results-corp h2 {
  font-family: 'blenderpro-bold', sans-serif;
  font-style: normal;
  font-weight: normal;
}
.where-to-buy-base .where-to-buy-search-results-corp table {
  border-color: #c2c2c2;
}
.where-to-buy-base .where-to-buy-search-results-corp table td.dealer-distance {
  color: #0032a0;
}
.where-to-buy-base .where-to-buy-search-results-corp table tr {
  border-color: #c2c2c2;
}
@media all and (max-width: 767px) {
  .where-to-buy-base p.ferodo-only.distance-label {
    margin-bottom: 0px;
    font-weight: bold;
  }
  .where-to-buy-base .dealer-distance > strong {
    font-weight: normal;
  }
}
@media all and (max-width: 1024px) {
  .where-to-buy-base {
    background-color: #ffffff;
  }
  .where-to-buy-base .where-to-buy-dealer-location,
  .where-to-buy-base .where-to-buy-dealer-phone {
    width: 275px !important;
  }
  .where-to-buy-base .where-to-buy-search-corp .where-to-buy-search-corp-container {
    background-color: #e6e6e6;
    padding: 15px;
  }
  .where-to-buy-base .where-to-buy-search-results .where-to-buy-search-results-container {
    border-top: 1px solid #c2c2c2;
  }
  .where-to-buy-base .where-to-buy-search-filter-corp-container.show-filters {
    background-color: #ffffff;
  }
}
.where-to-buy-base .where-to-buy-distributors-cta-holder {
  background-color: #e6e6e6;
}
@media (min-width: 767px) {
  .where-to-buy-base .where-to-buy-search-results-base {
    padding-left: 20px;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-dealer-info {
    width: 155px !important;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-info-parent.where-to-buy-info-distance-directions {
    display: flex;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-info-parent.where-to-buy-info-distance-directions > div,
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-info-parent.where-to-buy-info-distance-directions p {
    display: inherit;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-info-parent.where-to-buy-info-distance-directions .distance-label {
    margin: 0;
    font-weight: bold;
    line-height: 14px;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-info-parent.where-to-buy-info-distance-directions .dealer-distance {
    margin-bottom: 10px;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-info-parent.where-to-buy-info-distance-directions .dealer-distance > strong {
    font-weight: normal;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-info-parent.where-to-buy-info-distance-directions .where-to-buy-dealer-action,
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-info-parent.where-to-buy-info-distance-directions .visit-website {
    display: none;
  }
}

.where-to-buy-link {
  background: #e6e6e6;
}
.where-to-buy-link .where-to-buy-link-container h2 {
  color: #0032a0;
  text-shadow: none !important;
}
.where-to-buy-link .where-to-buy-link-container h5 {
  color: #0032a0;
  font-family: 'blenderpro-book', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: none !important;
}
.where-to-buy-link .where-to-buy-link-container .where-to-buy-search-postal-code {
  border: 1px solid #0032a0;
  color: #808080;
}
.where-to-buy-link .where-to-buy-link-container .where-to-buy-search-submit {
  background-color: #0032a0;
  color: #ffffff;
}
@media all and (max-width: 767px) {
  .where-to-buy-link .where-to-buy-link-container .where-to-buy-search-submit:after {
    margin: 0;
  }
}

.where-to-buy-redirect .where-to-buy-redirect-close .fa {
  font-size: 150%;
}
.where-to-buy-redirect .where-to-buy-redirect-postal-code {
  color: #808080;
}
@media all and (max-width: 767px) {
  .where-to-buy-redirect .where-to-buy-redirect-submit:after {
    margin: 0;
  }
}

.where-to-buy-search-filter .where-to-buy-search-filter-category {
  border-bottom-color: #dbdbdb;
  margin-bottom: 13px;
  padding-bottom: 9px;
  /** 
         * The styles below require the following HTML format for radio buttons:
         *   <div>
         *        <input type="radio" name="name" id="name1" value="value">
         *        <label for="name1"><span><span></span></span>The Label</label>
         *    </div>
         *
         * and the following for checkboxes:
         *   <div>
         *        <input type="checkbox" name="name" id="name1" value="value">
         *        <label for="name1"><span></span>The Label</label>
         *    </div>
         */
}
.where-to-buy-search-filter .where-to-buy-search-filter-category h5 {
  font-family: 'roboto-blackitalic', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0;
}
.where-to-buy-search-filter .where-to-buy-search-filter-category h5 span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
.where-to-buy-search-filter .where-to-buy-search-filter-category h5 span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
.where-to-buy-search-filter .where-to-buy-search-filter-category h5 span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
.where-to-buy-search-filter .where-to-buy-search-filter-category label {
  color: #3e3e3e;
  font-family: 'blenderpro-bold', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 21px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.where-to-buy-search-filter .where-to-buy-search-filter-category input[type=checkbox]:not(old),
.where-to-buy-search-filter .where-to-buy-search-filter-category input[type=radio]:not(old) {
  font-size: 1em;
  height: 30px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 2em;
}
.where-to-buy-search-filter .where-to-buy-search-filter-category input[type=checkbox]:not(old) + label,
.where-to-buy-search-filter .where-to-buy-search-filter-category input[type=radio]:not(old) + label {
  display: inline-block;
  line-height: 1.9em;
  padding: 0 0 0 2em;
  position: relative;
}
.where-to-buy-search-filter .where-to-buy-search-filter-category input[type=checkbox]:not(old) + label > span,
.where-to-buy-search-filter .where-to-buy-search-filter-category input[type=radio]:not(old) + label > span {
  background: #EEE;
  border: 2px solid #CCC;
  display: inline-block;
  height: 1.25em;
  left: 0;
  margin: 0.25em 0.75em 0.25em 0.25em;
  position: absolute;
  vertical-align: bottom;
  width: 1.25em;
  z-index: 10;
}
.where-to-buy-search-filter .where-to-buy-search-filter-category input[type=checkbox]:not(old):checked + label > span:before {
  color: #333;
  content: '✓';
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1em;
  margin: -0.1em 0 0 -0.1em;
  text-align: center;
  width: 1em;
}
.where-to-buy-search-filter .where-to-buy-search-filter-category input[type=radio]:not(old):checked + label > span > span {
  background: #333;
  border: 0;
  display: block;
  height: 0.75em;
  margin: 0.125em;
  width: 0.75em;
}
.where-to-buy-search-filter .where-to-buy-search-filter-category input[type="checkbox"]:not(old) + label > span,
.where-to-buy-search-filter .where-to-buy-search-filter-category input[type="radio"]:not(old) + label > span {
  background: #e6e6e6;
  border: 2px solid #c2c2c2;
}
.where-to-buy-search-filter .where-to-buy-search-filter-category input[type="checkbox"]:not(old):checked + label > span:before {
  color: #0032a0;
}
.where-to-buy-search-filter .where-to-buy-search-filter-category input[type="radio"]:not(old):checked + label > span > span {
  background: #0032a0;
}

.where-to-buy-search-results .where-to-buy-search-results-headline {
  font-size: 40px;
  line-height: 1.2;
  padding-bottom: 30px;
}
.where-to-buy-search-results table {
  border-top-color: #dbdbdb;
  font-size: 13px;
}
.where-to-buy-search-results table tr {
  border-bottom-color: #dbdbdb;
}
.where-to-buy-search-results table td:last-child .button-main.button-arrow {
  font-size: 15px;
  padding-left: 10px;
  padding-right: 26px;
}
.where-to-buy-search-results .button-main.button-arrow {
  white-space: nowrap;
}
.where-to-buy-search-results .dealer-name {
  font-family: 'blenderpro-bold', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.where-to-buy-search-results .dealer-name:hover {
  color: #0032a0;
}
.where-to-buy-search-results .dealer-phone,
.where-to-buy-search-results .dealer-website {
  display: block;
  white-space: nowrap;
}
.where-to-buy-search-results .dealer-phone:before,
.where-to-buy-search-results .dealer-website:before {
  font-size: 20px;
}
.where-to-buy-search-results .dealer-distance {
  color: #0032a0;
  font-size: 14px;
}
@media all and (max-width: 1024px) {
  .where-to-buy-search-results .where-to-buy-search-results-headline {
    font-size: 30px;
  }
  .where-to-buy-search-results .dealer-phone {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .where-to-buy-search-results .where-to-buy-search-results-headline {
    font-size: 26px;
  }
  .where-to-buy-search-results .dealer-phone:before,
  .where-to-buy-search-results .dealer-website:before {
    font-size: 16px;
  }
}

.where-to-buy-search .where-to-buy-search-container .where-to-buy-search-label h1,
.where-to-buy-search .where-to-buy-search-container .where-to-buy-search-label h5 {
  color: #0032a0;
  text-transform: none;
}
.where-to-buy-search .where-to-buy-search-container .where-to-buy-search-label h1 {
  font-size: 2.5em;
  line-height: 0.6em;
}
.where-to-buy-search .where-to-buy-search-container .where-to-buy-search-label h5,
.where-to-buy-search .where-to-buy-search-container .where-to-buy-search-label .h5 {
  font-size: 0.45em;
  letter-spacing: 0;
  font-family: "blenderpro-bookitalic", sans-serif;
}
.where-to-buy-search .where-to-buy-search-container .where-to-buy-search-label .brand-name {
  font-family: "blenderpro-book", sans-serif;
}
.where-to-buy-search .where-to-buy-search-container .where-to-buy-search-postal-code {
  border: 1px solid #0032a0;
  color: #808080;
}
@media all and (max-width: 767px) {
  .where-to-buy-search .where-to-buy-search-container .where-to-buy-search-submit:after {
    margin: 0;
  }
}
.where-to-buy-search > :not(.has-bg) {
  background-color: #e6e6e6;
}
.where-to-buy-campaign-base .where-to-buy-search-base,
.where-to-buy-search-base {
  background: #e6e6e6;
}
.where-to-buy-campaign-base .where-to-buy-search-base .where-to-buy-search-submit,
.where-to-buy-search-base .where-to-buy-search-submit {
  margin: 0;
  padding: 8px 40px;
}
.where-to-buy-campaign-base .where-to-buy-search-base .custom-checkbox span,
.where-to-buy-search-base .custom-checkbox span {
  background: #ffffff;
  border: 1px solid #c2c2c2;
}
.where-to-buy-campaign-base .where-to-buy-search-base .custom-checkbox input:checked + span span,
.where-to-buy-search-base .custom-checkbox input:checked + span span {
  background: #0032a0;
}

.modal-overlay {
  background-color: rgba(255, 255, 255, 0.8);
}
.modal-container {
  background-color: #ffffff;
  border-color: #0032a0;
  color: #0032a0;
}
.modal-header {
  background-color: #0068ff;
  border-color: #0032a0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.modal-header .modal-title {
  color: #ffffff;
  padding-bottom: 0;
}
.modal-header a {
  cursor: pointer;
}
.modal-header a .fa-close {
  color: #ffffff;
}

.part-number_wrapper .part-number-header {
  font-family: 'roboto-blackitalic', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 35px;
  text-transform: capitalize !important;
}
.part-number_wrapper .part-number-header span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
.part-number_wrapper .part-number-header span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
.part-number_wrapper .part-number-header span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
.part-number_wrapper .part-number-input-wrapper {
  width: 90%;
}
.part-number_wrapper .input-wrapper {
  width: 100%;
}
.part-number_wrapper .input-wrapper .part-number-input {
  width: 100%;
  font-family: 'blenderpro-book', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #808080;
  background-color: #efefef;
  padding-left: 15px;
  border: 1px solid #0032a0;
  border-radius: 0;
  vertical-align: middle;
}
.part-number_wrapper .input-wrapper .button-arrow-part-number {
  display: none;
}
.part-number_wrapper .button-down {
  width: 173px !important;
  height: 50px;
  padding: 0;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.part-number_wrapper .button-down::after {
  content: '\e901';
  font-family: 'icomoon', serif;
  margin-left: 4px;
}
.part-number_wrapper .button-down:hover {
  background-color: #0068ff;
  color: #ffffff;
}
.part-number_wrapper .input-wrapper:hover button,
.part-number_wrapper .input-wrapper :active button,
.part-number_wrapper .input-wrapper :focus button {
  transition: all 0.3s ease;
  background-color: #0068ff;
  color: #ffffff;
}
.part-number_wrapper .input-wrapper:hover input,
.part-number_wrapper .input-wrapper :active input,
.part-number_wrapper .input-wrapper :focus input {
  color: #0032a0;
  background-color: #ffffff;
  border: solid 1px #0032a0;
  border-right: none;
}

.part-number-page-header {
  font-family: 'roboto-blackitalic', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-weight: 800;
  font-size: 25px !important;
  line-height: 35px;
  color: #0032a0;
  text-transform: capitalize;
}
.part-number-page-header span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
.part-number-page-header span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
.part-number-page-header span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
.part-number-page-header span {
  text-transform: uppercase;
}
.part-number-page-content_table .rowClass {
  border-bottom: 1px solid #efefef;
}
.part-number-page-content_table th {
  border-bottom: 1px solid #efefef !important;
  border-top: 1px solid #efefef !important;
  background: transparent;
  font-size: 13px;
  color: #0032a0;
  text-transform: capitalize;
  font-family: 'roboto-blackitalic', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-weight: 800;
  letter-spacing: 1px;
}
.part-number-page-content_table th span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
.part-number-page-content_table th span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
.part-number-page-content_table th span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
.part-number-page-content_table td {
  font-size: 13px;
  color: #0032a0;
  font-family: 'roboto-regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 1px;
}
.part-number-page-content_table td span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
.part-number-page-content_table td span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
.part-number-page-content_table td span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
.part-number-page-content_table td:last-of-type {
  color: #0068ff;
}
.part-number-page-content_navbar {
  border-bottom: 1px solid #efefef;
}
.part-number-page-content_navbar .navbar_active {
  font-size: 13px;
  background-color: #efefef;
  font-family: 'roboto-blackitalic', sans-serif;
  font-style: normal;
  font-weight: normal;
}
.part-number-page-content_navbar .navbar_active span[class^="special_char_"] {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-top: 0.75em;
}
.part-number-page-content_navbar .navbar_active span.special_char_E284A2 {
  display: inline;
  margin-right: 0.6em;
  vertical-align: baseline;
  margin-top: 0;
}
.part-number-page-content_navbar .navbar_active span.special_char_E284A2:after {
  font-size: 150%;
  top: -0.15em;
}
.part-number-page-content_navbar .navbar_active-link {
  cursor: default;
  color: #0032a0;
  background-color: #ffffff;
  border: 1px solid #efefef;
  border-bottom-color: transparent;
}

.driv-part-detail-page-header .part-detail-header-metadata {
  border-color: #808080;
}
.driv-part-detail-page-header .part-detail-header-ctas .part-detail-header-button {
  font-family: 'blenderpro-bold', sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #0032a0;
}
.driv-part-detail-page-header .part-detail-header-ctas .part-detail-header-button:hover {
  border-color: #0032a0;
}

.part-number-page-content .part-number-page-content_table-header,
.part-number-page-content_table {
  font-size: 14px;
  color: #0032a0;
}
.part-number-page-content .part-number-page-content_table-header > .table-header,
.part-number-page-content_table > .table-header {
  font-family: 'blenderpro-bold';
  border-color: #efefef;
}
.part-number-page-content .part-number-page-content_table {
  border-bottom-color: #efefef;
}
.part-number-page-content .part-ctas > * {
  margin: 0;
  padding: 0;
}
.part-number-page-content-part-cta {
  font-size: 14px;
  padding: 10px 20px 10px 10px;
  font-family: 'blenderpro-bolditalic', sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}
.part-number-page-content-part-cta:after {
  display: none;
}
.part-number-page-content-part-cta.button-main {
  background: transparent;
  border: 3px solid #0068ff;
  color: #0068ff;
  line-height: 24px;
  padding: 2px 15px;
  display: inline-block;
}
.part-number-page-content-part-cta.button-main:hover {
  background-color: #0068ff;
  color: #ffffff;
}
.part-number-page-content a {
  color: #0068ff;
}
.driv-tabs__container .driv-tabs__header {
  border-bottom-color: #efefef;
  color: #0032a0;
  text-transform: uppercase;
}
.driv-tabs__container .driv-tabs__header > li {
  background-color: #efefef;
  font-family: 'blenderpro-bold';
}
.driv-tabs__container .driv-tabs__header > li.tab__selected {
  border-left-color: #efefef;
  border-right-color: #efefef;
  border-top-color: #efefef;
  background-color: #ffffff;
}

.driv-corp-diagram-results {
  width: 75%;
  padding: 0 15px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .driv-corp-diagram-results {
    width: 100%;
  }
}
.driv-corp-diagram-results .diagram-results_header .back-to-product-link a,
.driv-corp-diagram-results .diagram-results_header .back-to-product-link:before {
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
}
.driv-corp-diagram-results .diagram-results_header .product-info {
  border-bottom: 1px solid #0032a0;
}
.driv-corp-diagram-results .diagram-results_header .product-info span {
  font-size: 28px;
}
.driv-corp-diagram-results .diagram-results_header .product-info .product-logo .brand {
  font-weight: 800;
}
.driv-corp-diagram-results .diagram-results_header .all-diagrams-text {
  font-size: 18px;
}
.driv-corp-diagram-results .driv-diagram-results-carousel__nav-container .slick-prev:before,
.driv-corp-diagram-results .driv-diagram-results-carousel__nav-container .slick-next:before {
  color: #0032a0;
  font-size: 33px;
  height: auto;
}
.driv-corp-diagram-results .driv-diagram-results-carousel__nav-container .slick-prev::before {
  content: "\276E";
}
.driv-corp-diagram-results .driv-diagram-results-carousel__nav-container .slick-next::before {
  content: "\276F";
}
.driv-corp-diagram-results .driv-diagram-results-carousel__nav-container .slide {
  border-color: #808080;
}
.driv-corp-diagram-results .driv-diagram-results-carousel__nav-container .slide.selected-slide {
  border-color: #0032a0;
}
.driv-corp-diagram-results .driv-diagram-results-carousel__nav-container .slide .card-container .title {
  font-weight: 600;
  text-transform: uppercase;
}
.driv-corp-diagram-results .driv-diagram-results-carousel__nav-container .slick-dots li::before {
  content: none;
}
.driv-corp-diagram-results .driv-diagram-results-carousel__nav-container .slick-dots li button::before {
  font-size: 18px;
  color: #808080;
  opacity: 1;
}
.driv-corp-diagram-results .driv-diagram-results-carousel__nav-container .slick-dots li.slick-active button::before {
  color: #0032a0;
  opacity: 1;
}
.driv-corp-diagram-results .driv-diagram-results-carousel__images-container .title {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
.driv-corp-diagram-results .driv-diagram-results-carousel__images-container .interactive {
  cursor: pointer;
}
.driv-corp-diagram-results .driv-diagram-results-carousel__images-container .interactive:hover > path {
  fill: #0032a0;
}
@media (max-width: 768px) {
  .driv-corp-diagram-results .driv-diagram-results-carousel {
    padding-left: 0;
    padding-right: 0;
  }
}
.parts-result-filters_wrapper.smaller-width {
  width: 25%;
}
@media (max-width: 768px) {
  .parts-result-filters_wrapper.smaller-width {
    width: 100%;
  }
}
.driv-diagram-results-carousel .slick-slide {
  max-width: 380px;
}
.driv-diagram-results-carousel .slick-slide .slide .card-container .slide-image {
  width: 90%;
  height: 100%;
  overflow: hidden;
}
.driv-diagram-results-carousel .slick-slide .slide .card-container .slide-image > svg {
  margin: 0;
  width: 95%;
  height: 120%;
}

.napa .async-autocomplete .dropdown .dropdown-menu li > a {
  font-size: 16px;
}
.napa .async-autocomplete .dropdown .dropdown-menu .highlight > a {
  color: #0066c0;
}
.napa .documents-search .search-description .installation {
  color: #ffc72c;
}
.napa .documents-search .logo {
  max-height: 50px;
  max-width: 50px;
  position: absolute;
  top: 188px;
  left: 160px;
}
.napa .search-result-container .list-item .button-main {
  border-radius: 0;
  background-color: #001489;
  font-weight: 700;
  text-transform: none;
  padding: 17px 20px;
}
.napa .search-result-container .list-item .button-main:hover {
  background-color: #000d56;
  color: white;
}
.napa .search-result-container .list-item .item-description a {
  color: #0066c0;
}
.napa .search-result-container .list-item .item-description a:hover {
  color: #001489;
  text-decoration: underline;
}
.napa .not-found {
  padding: 29px 0;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .napa .documents-search .logo {
    top: 160px;
    left: 50px;
  }
}
@media all and (max-width: 590px) {
  .napa .documents-search .logo {
    position: unset;
    top: 60px;
    left: 50px;
  }
  .napa .documents-search .search-description .installation-instructions-title {
    display: flex;
    flex-direction: column;
  }
}
@media all and (max-width: 480px) {
  .napa .documents-search .logo {
    max-height: 40px;
    max-width: 40px;
  }
}

.updated-header {
  position: relative;
}
.updated-header .has-bg,
.updated-header .has-bg-medium,
.updated-header .has-bg-small {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.updated-header .header-overlay {
  display: none;
}
.updated-header .has-bg-overlay {
  position: relative;
}
.updated-header .has-bg-overlay .header-overlay {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.updated-header .header-container {
  position: relative;
  z-index: 1;
}
@media all and (max-width: 479px) {
  .updated-header .header-ctas {
    display: flex;
    margin-bottom: 20px;
  }
  .updated-header .header-cta:nth-child(2) {
    margin-left: 20px;
  }
}
@media all and (min-width: 767px) {
  .updated-header .has-bg,
  .updated-header .no-bg,
  .updated-header .default-bg {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .updated-header .header-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 4.6em 1.2em;
  }
  .updated-header .header-container.reduce-padding {
    padding: 2.3em 0.6em;
  }
  .updated-header .header-container.remove-padding {
    padding: 0;
  }
  .updated-header .header-content,
  .updated-header .header-showcase {
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .updated-header .header-content {
    height: 100%;
  }
  .updated-header .header-content p {
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .updated-header .top-padding {
    padding-top: 2.3em;
  }
  .updated-header .edge-padding {
    padding-left: 3.6em;
    padding-right: 9em;
  }
  .updated-header .no-showcase .header-content,
  .updated-header .disable-showcase-desktop .header-content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .updated-header .no-showcase .top-padding,
  .updated-header .disable-showcase-desktop .top-padding {
    padding-top: 2.3em;
  }
  .updated-header .no-showcase .edge-padding,
  .updated-header .disable-showcase-desktop .edge-padding {
    padding-left: 3.6em;
    padding-right: 3.6em;
  }
  .updated-header .no-showcase .image div img,
  .updated-header .disable-showcase-desktop .image div img {
    margin: 0 auto;
  }
  .updated-header .no-showcase .header-cta a,
  .updated-header .disable-showcase-desktop .header-cta a {
    display: table;
    margin: 0 auto;
  }
  .updated-header .no-showcase .header-ctas,
  .updated-header .disable-showcase-desktop .header-ctas {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .updated-header .order-swapped .header-content {
    padding-right: 2em;
    padding-left: 0;
  }
  .updated-header .order-swapped .header-content.edge-padding {
    padding-left: 9em;
    padding-right: 3.6em;
  }
  .updated-header .order-swapped-mobile {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .updated-header .header-showcase {
    max-height: 100%;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .updated-header .header-showcase .image {
    margin: 0 auto;
  }
  .updated-header .align-start {
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
  }
  .updated-header .align-center {
    -moz-align-self: center;
    -ms-align-self: center;
    -webkit-align-self: center;
    align-self: center;
  }
  .updated-header .align-end {
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
  }
  .updated-header .justify-to-start {
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .updated-header .justify-to-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .updated-header .justify-to-end {
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .updated-header .header-cta:nth-child(2) {
    margin-left: 20px;
  }
  .updated-header .header-ctas {
    display: flex;
  }
}
@media all and (max-width: 767px) {
  .updated-header > .has-bg,
  .updated-header .no-bg,
  .updated-header .default-bg {
    height: auto !important;
    min-height: 100%;
  }
  .updated-header .no-showcase .header-content,
  .updated-header .disable-showcase-mobile .header-content {
    width: 100%;
  }
  .updated-header .showcase-image {
    margin: 0 !important;
  }
  .updated-header .showcase-image img {
    width: 100%;
  }
  .updated-header .header-container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .updated-header .header-container.disable-showcase-mobile .header-showcase {
    display: none;
  }
  .updated-header .header-container.disable-showcase-desktop .header-showcase {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .updated-header .header-content {
    padding: 1em 1em;
    padding-top: 0;
  }
  .updated-header .header-content .header-cta {
    text-align: center;
    margin-bottom: 0;
  }
  .updated-header .header-content.edge-padding {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }
  .updated-header .order-swapped-mobile {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .updated-header .order-swapped-mobile .header-content {
    padding: 20px;
    padding-top: 0;
  }
  .updated-header .order-swapped-mobile .header-content.edge-padding {
    padding-left: 3.6em;
    padding-right: 3.6em;
  }
  .updated-header .order-swapped-mobile .header-showcase.add-showcase-paddings {
    padding: 0 1em 2em;
  }
  .updated-header .order-swapped.order-swapped-mobile .header-showcase {
    margin-bottom: 1em;
    padding-top: 0;
  }
  .updated-header .order-swapped.order-swapped-mobile .header-showcase.add-showcase-paddings {
    padding-top: 2em;
  }
  .updated-header .order-swapped.order-swapped-mobile .header-content {
    padding: 20px;
  }
  .updated-header .order-swapped.order-swapped-mobile .header-content.top-padding {
    padding-top: 2.5em;
  }
  .updated-header .order-swapped.order-swapped-mobile .header-content.edge-padding {
    padding-left: 3.6em;
    padding-right: 3.6em;
  }
  .updated-header .header-showcase.add-showcase-paddings {
    padding: 2em 1em 0;
  }
  .updated-header .header-showcase {
    margin-top: 20px;
  }
}

/* German (de) Language modifications */
[data-locale*='de_'] h1 {
  font-size: 56px;
  line-height: 1.2;
}
[data-locale*='de_'] h2,
[data-locale*='de_'] .hover-tout h2,
[data-locale*='de_'] .h2-rep {
  font-size: 40px;
  line-height: 1.2;
}
[data-locale*='de_'] h3,
[data-locale*='de_'] .hover-tout h3,
[data-locale*='de_'] .h3-rep {
  font-size: 32px;
  line-height: 1.2;
}
@media all and (max-width: 1024px) {
  [data-locale*='de_'] h1 {
    font-size: 40px;
  }
  [data-locale*='de_'] h2,
  [data-locale*='de_'] .hover-tout h2,
  [data-locale*='de_'] .h2-rep {
    font-size: 30px;
  }
  [data-locale*='de_'] h3,
  [data-locale*='de_'] .hover-tout h3,
  [data-locale*='de_'] .h3-rep {
    font-size: 24px;
  }
  [data-locale*='de_'] h4,
  [data-locale*='de_'] .hover-tout h4,
  [data-locale*='de_'] .h4-rep {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  [data-locale*='de_'] h1 {
    font-size: 32px;
  }
  [data-locale*='de_'] h2,
  [data-locale*='de_'] .hover-tout h2,
  [data-locale*='de_'] .h2-rep {
    font-size: 25px;
  }
  [data-locale*='de_'] h3,
  [data-locale*='de_'] .hover-tout h3,
  [data-locale*='de_'] .h3-rep {
    font-size: 20px;
  }
  [data-locale*='de_'] h4,
  [data-locale*='de_'] .hover-tout h4,
  [data-locale*='de_'] .h4-rep {
    font-size: 17px;
  }
}

/* Spanish (es) Language modifications */
[data-locale*='es_'] h1 {
  font-size: 63px;
  line-height: calc(100% + 12px);
}
[data-locale*='es_'] h2,
[data-locale*='es_'] .hover-tout h2,
[data-locale*='es_'] .h2-rep {
  font-size: 45px;
  line-height: calc(100% + 12px);
}
[data-locale*='es_'] h3,
[data-locale*='es_'] .hover-tout h3,
[data-locale*='es_'] .h3-rep {
  font-size: 36px;
  line-height: calc(100% + 12px);
}
@media all and (max-width: 1024px) {
  [data-locale*='es_'] h1 {
    font-size: 40px;
  }
  [data-locale*='es_'] h2,
  [data-locale*='es_'] .hover-tout h2,
  [data-locale*='es_'] .h2-rep {
    font-size: 30px;
  }
  [data-locale*='es_'] h3,
  [data-locale*='es_'] .hover-tout h3,
  [data-locale*='es_'] .h3-rep {
    font-size: 24px;
  }
  [data-locale*='es_'] h4,
  [data-locale*='es_'] .hover-tout h4,
  [data-locale*='es_'] .h4-rep {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  [data-locale*='es_'] h1 {
    font-size: 32px;
  }
  [data-locale*='es_'] h2,
  [data-locale*='es_'] .hover-tout h2,
  [data-locale*='es_'] .h2-rep {
    font-size: 25px;
  }
  [data-locale*='es_'] h3,
  [data-locale*='es_'] .hover-tout h3,
  [data-locale*='es_'] .h3-rep {
    font-size: 20px;
  }
  [data-locale*='es_'] h4,
  [data-locale*='es_'] .hover-tout h4,
  [data-locale*='es_'] .h4-rep {
    font-size: 17px;
  }
}

/* French (fr) Language modifications */
[data-locale*='fr_'] h1 {
  font-size: 63px;
  line-height: calc(100% + 12px);
}
[data-locale*='fr_'] h2,
[data-locale*='fr_'] .hover-tout h2,
[data-locale*='fr_'] .h2-rep {
  font-size: 45px;
  line-height: calc(100% + 12px);
}
[data-locale*='fr_'] h3,
[data-locale*='fr_'] .hover-tout h3,
[data-locale*='fr_'] .h3-rep {
  font-size: 36px;
  line-height: calc(100% + 12px);
}
@media all and (max-width: 1024px) {
  [data-locale*='fr_'] h1 {
    font-size: 40px;
  }
  [data-locale*='fr_'] h2,
  [data-locale*='fr_'] .hover-tout h2,
  [data-locale*='fr_'] .h2-rep {
    font-size: 30px;
  }
  [data-locale*='fr_'] h3,
  [data-locale*='fr_'] .hover-tout h3,
  [data-locale*='fr_'] .h3-rep {
    font-size: 24px;
  }
  [data-locale*='fr_'] h4,
  [data-locale*='fr_'] .hover-tout h4,
  [data-locale*='fr_'] .h4-rep {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  [data-locale*='fr_'] h1 {
    font-size: 32px;
  }
  [data-locale*='fr_'] h2,
  [data-locale*='fr_'] .hover-tout h2,
  [data-locale*='fr_'] .h2-rep {
    font-size: 25px;
  }
  [data-locale*='fr_'] h3,
  [data-locale*='fr_'] .hover-tout h3,
  [data-locale*='fr_'] .h3-rep {
    font-size: 20px;
  }
  [data-locale*='fr_'] h4,
  [data-locale*='fr_'] .hover-tout h4,
  [data-locale*='fr_'] .h4-rep {
    font-size: 17px;
  }
}

/* Italian (it) Language modifications */
[data-locale*='it_'] h1 {
  font-size: 63px;
  line-height: calc(100% + 12px);
}
[data-locale*='it_'] h2,
[data-locale*='it_'] .hover-tout h2,
[data-locale*='it_'] .h2-rep {
  font-size: 45px;
  line-height: calc(100% + 12px);
}
[data-locale*='it_'] h3,
[data-locale*='it_'] .hover-tout h3,
[data-locale*='it_'] .h3-rep {
  font-size: 36px;
  line-height: calc(100% + 12px);
}
@media all and (max-width: 1024px) {
  [data-locale*='it_'] h1 {
    font-size: 40px;
  }
  [data-locale*='it_'] h2,
  [data-locale*='it_'] .hover-tout h2,
  [data-locale*='it_'] .h2-rep {
    font-size: 30px;
  }
  [data-locale*='it_'] h3,
  [data-locale*='it_'] .hover-tout h3,
  [data-locale*='it_'] .h3-rep {
    font-size: 24px;
  }
  [data-locale*='it_'] h4,
  [data-locale*='it_'] .hover-tout h4,
  [data-locale*='it_'] .h4-rep {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  [data-locale*='it_'] h1 {
    font-size: 32px;
  }
  [data-locale*='it_'] h2,
  [data-locale*='it_'] .hover-tout h2,
  [data-locale*='it_'] .h2-rep {
    font-size: 25px;
  }
  [data-locale*='it_'] h3,
  [data-locale*='it_'] .hover-tout h3,
  [data-locale*='it_'] .h3-rep {
    font-size: 20px;
  }
  [data-locale*='it_'] h4,
  [data-locale*='it_'] .hover-tout h4,
  [data-locale*='it_'] .h4-rep {
    font-size: 17px;
  }
}

/* Dutch (nl) Language modifications */
[data-locale*='nl_'] h1 {
  font-size: 56px;
  line-height: calc(100% + 12px);
}
[data-locale*='nl_'] h2,
[data-locale*='nl_'] .hover-tout h2,
[data-locale*='nl_'] .h2-rep {
  font-size: 40px;
  line-height: calc(100% + 12px);
}
[data-locale*='nl_'] h3,
[data-locale*='nl_'] .hover-tout h3,
[data-locale*='nl_'] .h3-rep {
  font-size: 32px;
  line-height: calc(100% + 12px);
}
@media all and (max-width: 1024px) {
  [data-locale*='nl_'] h1 {
    font-size: 40px;
  }
  [data-locale*='nl_'] h2,
  [data-locale*='nl_'] .hover-tout h2,
  [data-locale*='nl_'] .h2-rep {
    font-size: 30px;
  }
  [data-locale*='nl_'] h3,
  [data-locale*='nl_'] .hover-tout h3,
  [data-locale*='nl_'] .h3-rep {
    font-size: 24px;
  }
  [data-locale*='nl_'] h4,
  [data-locale*='nl_'] .hover-tout h4,
  [data-locale*='nl_'] .h4-rep {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  [data-locale*='nl_'] h1 {
    font-size: 32px;
  }
  [data-locale*='nl_'] h2,
  [data-locale*='nl_'] .hover-tout h2,
  [data-locale*='nl_'] .h2-rep {
    font-size: 25px;
  }
  [data-locale*='nl_'] h3,
  [data-locale*='nl_'] .hover-tout h3,
  [data-locale*='nl_'] .h3-rep {
    font-size: 20px;
  }
  [data-locale*='nl_'] h4,
  [data-locale*='nl_'] .hover-tout h4,
  [data-locale*='nl_'] .h4-rep {
    font-size: 17px;
  }
}

/* Polish (pl) Language modifications */
[data-locale*='pl_'] h1 {
  font-size: 63px;
  line-height: calc(100% + 15px);
}
[data-locale*='pl_'] h2,
[data-locale*='pl_'] .hover-tout h2,
[data-locale*='pl_'] .h2-rep {
  font-size: 45px;
  line-height: calc(100% + 8px);
}
[data-locale*='pl_'] h3,
[data-locale*='pl_'] .hover-tout h3,
[data-locale*='pl_'] .h3-rep {
  font-size: 36px;
  line-height: calc(100% + 8px);
}
[data-locale*='pl_'] h4,
[data-locale*='pl_'] .hover-tout h4,
[data-locale*='pl_'] .h4-rep {
  font-size: 20px;
  line-height: calc(100% + 5px);
}
[data-locale*='pl_'] h5,
[data-locale*='pl_'] .hover-tout h5,
[data-locale*='pl_'] .h5-rep {
  font-size: 18px;
  line-height: calc(100% + 4px);
}
[data-locale*='pl_'] h6 {
  font-size: 16px;
  line-height: calc(100% + 2px);
}
@media all and (max-width: 1024px) {
  [data-locale*='pl_'] h1 {
    font-size: 40px;
  }
  [data-locale*='pl_'] h2,
  [data-locale*='pl_'] .hover-tout h2,
  [data-locale*='pl_'] .h2-rep {
    font-size: 30px;
  }
  [data-locale*='pl_'] h3,
  [data-locale*='pl_'] .hover-tout h3,
  [data-locale*='pl_'] .h3-rep {
    font-size: 24px;
  }
  [data-locale*='pl_'] h4,
  [data-locale*='pl_'] .hover-tout h4,
  [data-locale*='pl_'] .h4-rep {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  [data-locale*='pl_'] h1 {
    font-size: 32px;
  }
  [data-locale*='pl_'] h2,
  [data-locale*='pl_'] .hover-tout h2,
  [data-locale*='pl_'] .h2-rep {
    font-size: 25px;
  }
  [data-locale*='pl_'] h3,
  [data-locale*='pl_'] .hover-tout h3,
  [data-locale*='pl_'] .h3-rep {
    font-size: 20px;
  }
  [data-locale*='pl_'] h4,
  [data-locale*='pl_'] .hover-tout h4,
  [data-locale*='pl_'] .h4-rep {
    font-size: 17px;
  }
}

/* Russian (ru) Language modifications */
[data-locale*='ru_'] h1 {
  font-size: 70px;
  line-height: 1.2;
}
[data-locale*='ru_'] h2,
[data-locale*='ru_'] .h2-rep {
  font-size: 50px;
  line-height: 1.2;
}
[data-locale*='ru_'] h3,
[data-locale*='ru_'] .h3-rep {
  font-size: 40px;
  line-height: 1.2;
}
[data-locale*='ru_'] .hover-tout h2 {
  font-size: 40px;
}
[data-locale*='ru_'] .hover-tout h3 {
  font-size: 25px;
}
@media all and (max-width: 1024px) {
  [data-locale*='ru_'] h1 {
    font-size: 60px;
  }
  [data-locale*='ru_'] h2,
  [data-locale*='ru_'] .h2-rep {
    font-size: 40px;
    line-height: 50px;
  }
  [data-locale*='ru_'] h3,
  [data-locale*='ru_'] .h3-rep {
    font-size: 25px;
    line-height: 35px;
  }
  [data-locale*='ru_'] h4,
  [data-locale*='ru_'] .h4-rep {
    font-size: 20px;
    line-height: 30px;
  }
}
@media all and (max-width: 767px) {
  [data-locale*='ru_'] h1 {
    font-size: 42px;
  }
  [data-locale*='ru_'] h2,
  [data-locale*='ru_'] .h2-rep {
    font-size: 30px;
  }
  [data-locale*='ru_'] h3,
  [data-locale*='ru_'] .h3-rep {
    font-size: 20px;
  }
  [data-locale*='ru_'] h4,
  [data-locale*='ru_'] .h4-rep {
    font-size: 17px;
  }
}

.social-outreach-background .modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.social-outreach-background .modal-overlay.show-modal {
  display: block;
}
.social-outreach-background .modal-container {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: justify;
  border: 2px solid;
  width: 40%;
  min-height: 170px;
}
.social-outreach-background .modal-header {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  border-bottom: 2px solid;
  align-items: center;
}
.social-outreach-background .modal-header .modal-title {
  text-align: center;
  width: 100%;
  color: white;
}
.social-outreach-background .modal-header a {
  cursor: pointer;
}
.social-outreach-background .modal-header a .fa-close {
  color: white;
}
.social-outreach-background .modal-content {
  padding: 15px;
}
.social-outreach-background .modal-content .modal-action {
  display: flex;
  justify-content: center;
}
.social-outreach-background .modal-content .modal-action input[type=button] {
  width: auto;
}
.social-outreach-background .social-outreach-terms {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 10px;
}
.social-outreach-background .social-outreach-terms .terms-input {
  width: 18px;
  height: 18px;
  margin: 0 10px 0 0;
}
.social-outreach-background .social-outreach-terms .terms-label {
  text-align: left;
  line-height: 18px;
}
@media all and (max-width: 1024px) {
  .social-outreach-background .modal-container {
    left: 0;
    top: 15%;
    width: 80%;
    transform: translate(12.5%, 0%);
  }
  .social-outreach-background .modal-content .button {
    display: block;
    margin: 10px 0;
  }
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
  .social-outreach-background .modal-container {
    width: 60%;
  }
}
.social-outreach-newsletter-form {
  display: inline-block;
}
.social-outreach-newsletter-form .email-input {
  width: 100%;
  margin: 0;
  margin-bottom: 12px;
  border: 1px solid transparent;
}
.social-outreach-newsletter-form .email-input.ng-invalid {
  border-color: #ee1b2e;
}
.social-outreach-newsletter-form button {
  height: auto !important;
}
.social-outreach-newsletter-form button.button-disabled,
.social-outreach-newsletter-form button:disabled,
.social-outreach-newsletter-form button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.social-outreach-newsletter-form .error-captcha {
  display: none;
  margin-top: 6px;
  color: #ee1b2e;
  font-size: 0.8em;
  text-align: left;
  text-transform: initial;
}
.social-outreach-newsletter-form .error-email {
  padding-left: 6px;
  text-align: left;
  color: #ee1b2e;
  font-size: 0.8em;
}
.social-outreach-newsletter-form .error-captcha.show {
  display: block;
}
.social-outreach-newsletter-form .terms-input {
  height: 18px !important;
  margin-right: 10px !important;
}
.social-outreach-newsletter-form .socialOutreachForm__actions {
  display: flex;
  margin-top: 10px;
}

.modal-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.8);
}
.modal-container {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: justify;
  border: 2px solid;
  width: 40%;
}
.modal-header {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  border-bottom: 2px solid;
  align-items: center;
}
.modal-header .modal-title {
  text-align: center;
  width: 100%;
  color: #fff;
}
.modal-header a {
  cursor: pointer;
}
.modal-header a .fa-close {
  color: white;
}
.modal-content {
  padding: 15px;
}
.modal-action {
  display: flex;
  justify-content: center;
}
.modal-action input[type=button] {
  width: auto;
}
@media all and (max-width: 1024px) {
  .modal-container {
    left: 0;
    top: 15%;
    width: 80%;
    transform: translate(12.5%, 0%);
  }
  .modal-content .button {
    display: block;
    margin: 10px 0;
  }
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
  .modal-container {
    width: 60%;
  }
}

.driv-part-finder-main .driv-part-finder-main {
  padding: 80px 20px;
}
.driv-part-finder-main .driv-part-finder-main-default-text {
  text-align: center;
}
.driv-part-finder-main .driv-part-finder-main-default-title {
  margin-bottom: 15px;
}
.driv-part-finder-main .driv-part-finder-main-default-description {
  margin-bottom: 25px;
}
.driv-part-finder-main .driv-part-finder-main-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.driv-part-finder-main .driv-part-finder-main-container > div {
  width: 100%;
}
@media all and (min-width: 1025px) {
  .driv-part-finder-main .driv-part-finder-main-default-description {
    max-width: 640px;
    margin: 0 auto 25px;
  }
  .driv-part-finder-main .driv-part-finder-main-container {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 10px 0 20px;
  }
  .driv-part-finder-main .driv-part-finder-main-container > div {
    height: 100%;
    width: 50%;
  }
  .driv-part-finder-main .driv-part-finder-main-container:not(.no-border) > div:first-child {
    border-right: 1px solid black;
  }
}

.driv-ymm-search {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.driv-ymm-search .ymm-search-container {
  margin-bottom: 10px;
}
.driv-ymm-search .ymm-search-default-heading {
  text-align: center;
  margin: 10px;
}
.driv-ymm-search .ymm-search-default-heading[disabled] {
  opacity: 0.5;
}
.driv-ymm-search .ymm-search-fields-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.driv-ymm-search .ymm-search-fields-wrapper > div {
  width: 100%;
}
.driv-ymm-search .ymm-search-field {
  width: 350px;
  margin: 5px auto;
  border-radius: 0;
}
.driv-ymm-search .ymm-search-field .dropdown-toggle {
  border-radius: 0;
}
.driv-ymm-search .ymm-search-field .vs__actions i {
  font-family: "icomoon";
}
.driv-ymm-search .ymm-search-field .vs__actions i:before {
  content: "\e90b";
  border: none;
  -webkit-transform: rotate(200deg);
  -moz-transform: rotate(200deg);
  -ms-transform: rotate(200deg);
  -o-transform: rotate(200deg);
  transform: rotate(200deg);
  font-size: 8px;
  top: 0;
}
.driv-ymm-search .ymm-search-field .dropdown-menu li > a {
  white-space: normal;
  word-break: break-word;
}
.driv-ymm-search .ymm-search-field input:focus {
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */
}
.driv-ymm-search .ymm-search-field input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.driv-ymm-search .ymm-search-field input:focus:-moz-placeholder {
  opacity: 0;
}
.driv-ymm-search .ymm-search-field input:focus::-moz-placeholder {
  opacity: 0;
}
.driv-ymm-search .ymm-search-field input:focus:-ms-input-placeholder {
  opacity: 0;
}
.driv-ymm-search .ymm-search-button {
  margin: 15px auto;
}
.driv-ymm-search .ymm-search-button[disabled] {
  opacity: 0.5;
}
.driv-ymm-search .ymm-search-button[disabled]:hover {
  pointer-events: none;
}
@media all and (min-width: 1025px) {
  .ymm-search.aem-GridColumn--default--12 .ymm-fields-only {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .ymm-search.aem-GridColumn--default--12 .ymm-fields-only .ymm-search-field {
    margin: 5px 20px;
  }
  .driv-ymm-search {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .driv-ymm-search .ymm-search-container {
    min-width: 350px;
  }
}

.part-number_header {
  text-transform: uppercase;
  text-align: center;
}
.part-number_wrapper {
  margin-top: 5px;
  width: 100%;
  min-height: 50px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.part-number_wrapper .part-number-input-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 15px;
  z-index: 1;
}
.part-number_wrapper .input-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.part-number_wrapper .input-wrapper-form {
  width: 100%;
}
.part-number_wrapper .input-wrapper .part-number-input {
  height: 50px;
  padding-left: 15px;
  position: relative;
  z-index: 2;
  margin: 0;
}
.part-number_wrapper .input-wrapper .button-arrow-part-number {
  height: 50px;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
  font-size: 14px;
  padding: 0;
  position: relative;
  border: none;
  text-transform: uppercase;
}
.part-number_wrapper .button-down {
  width: 130px;
  height: 50px;
}
.part-number-search.aem-GridColumn--default--12 .part-number_wrapper .part-number-input-wrapper {
  max-width: 420px;
}
@media all and (max-width: 479px) {
  .part-number-input {
    width: auto;
  }
}

.driv-ymm-search-results-page .ymm-search-results_parts-list-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 40px 20px;
}
.driv-ymm-search-results-page .ymm-search-results_parts-list-wrapper.walker {
  margin: 40px 0;
}
.driv-ymm-search-results-page .driv-ymm-search {
  width: 100%;
  margin: 0 auto;
  padding: 40px;
}
.driv-ymm-search-results-page .driv-ymm-search__no-results {
  margin: 60px;
  text-align: center;
}
@media all and (min-width: 768px) {
  .driv-ymm-search-results-page .ymm-search-results_parts-list-wrapper {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 40px;
  }
  .driv-ymm-search-results-page .driv-ymm-search {
    width: 50%;
  }
  .driv-ymm-search-results-page .ymm-search-results_parts-list-container {
    width: 66%;
    text-align: initial;
    margin-left: 50px;
  }
  .driv-ymm-search-results-page .ymm-search-results_parts-list-container.full-width {
    width: 100%;
  }
}

.driv-parts-list-container .driv-parts-list {
  margin: 0;
}

.driv-parts-list-item-container {
  padding: 20px 0;
  text-decoration: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.driv-parts-list-item-container:before {
  display: none;
}
.driv-parts-list-item-container .driv-parts-list-item-image {
  width: 250px;
  height: 200px;
  margin-right: 20px;
  padding: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-align-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
}
.driv-parts-list-item-container .driv-parts-list-item-image img {
  -moz-align-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
}
.driv-parts-list-item-container .driv-parts-list-item-content {
  width: 100%;
}
.driv-parts-list-item-container .driv-parts-list-item-content .interactive-diagrams-btn {
  float: right;
}
.driv-parts-list-item-container .driv-parts-list-item-details i {
  display: inline-block;
  margin: 0 5px;
}
.driv-parts-list-item-container .details-item-label {
  font-weight: bold;
}
.driv-parts-list-item-container .details-item-info {
  padding: 15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 10px 0 20px;
}
.driv-parts-list-item-container .detail-description {
  white-space: pre-line;
}
.driv-parts-list-item-container .driv-parts-list-item-actions {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.driv-parts-list-item-container .driv-parts-list-item-action-button {
  margin-top: 15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.driv-parts-list-item-container a {
  cursor: pointer;
}
.driv-parts-list-item-container a:focus {
  outline: solid 1px #000;
}
.driv-parts-list-item-container .technical-tab-container {
  margin: 10px 0;
}
.driv-parts-list-item-container .technical-tab-title {
  margin: 0;
}
@media all and (min-width: 768px) {
  .driv-parts-list-item-container {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .driv-parts-list-item-container .driv-parts-list-item-actions {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .driv-parts-list-item-container .driv-parts-list-item-image {
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    width: 33%;
  }
  .driv-parts-list-item-container .driv-parts-list-item-image img {
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
  }
  .driv-parts-list-item-container .driv-parts-list-item-content {
    width: 66%;
  }
  .driv-parts-list-item-container .driv-parts-list-item-action-button {
    margin-top: 0;
    margin-right: 20px;
  }
}

.driv-refine-search {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 40px;
}
.driv-refine-search__content {
  width: 100%;
  text-align: center;
}
.driv-refine-search__button {
  margin-top: 0px;
  text-align: center;
  transition: all 0.3s ease;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: transparent;
  border: 5px solid;
  cursor: pointer;
  padding: 0;
  position: relative;
  height: 50px;
  width: 130px;
  outline: none;
}
.driv-refine-search__button:hover {
  transition: all 0.3s ease;
}

.part-number-page-error {
  padding: 15px;
  text-align: center;
}
.part-number-page-wrapper {
  padding: 0 15px;
}
.part-number-page-header {
  margin: 10px;
}
.part-number-page-content_table-header,
.part-number-page-content_table {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.part-number-page-content_table-header > div,
.part-number-page-content_table > div {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 25%;
}
.part-number-page-content_table-header > .table-header,
.part-number-page-content_table > .table-header {
  padding: 15px 0 15px 0;
  border: 1px solid;
  border-left: none;
  border-right: none;
}
.part-number-page-content_table {
  border-bottom: 1px solid;
  padding: 15px 0;
}
.part-number-page-content_table .only-mobile-label {
  display: none;
}
.part-number-page-content .part-ctas {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.part-number-page-content-part-cta {
  margin-top: 15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.part-number-page-content a {
  cursor: pointer;
}
.driv-tabs__header {
  margin-bottom: 20px;
  border-bottom: 1px solid;
}
.driv-tabs__header > li {
  padding: 10px 15px;
  margin-right: 2px;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.driv-tabs__header > li.tab__selected {
  top: 1px;
  border: 1px solid;
  border-bottom-color: transparent;
}
@media (max-width: 767px) {
  .part-number-page-content_table-header {
    display: none;
  }
  .part-number-page-content_table {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .part-number-page-content_table .only-mobile-label {
    display: inline-block;
    font-weight: bold;
  }
  .part-number-page-content_table > div {
    width: 100%;
    line-height: 2;
  }
  .driv-tabs__container .driv-section {
    display: none;
  }
  .driv-tabs__container .driv-tab {
    display: block;
  }
  .driv-tabs__container .driv-tabs__header {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

.parts-result-filters_wrapper {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.parts-result-filters_wrapper .panel-body {
  padding: 15px;
}
.parts-result-filters_wrapper .panel-body .driv-checkbox .checkbox-label input:focus {
  outline-style: auto;
}
.parts-result-filters_wrapper .driv-section {
  margin-bottom: 10px;
}
.parts-result-filters_wrapper .driv-section__title {
  appearance: none;
  background: none;
  border: none;
  padding: 0 0 0 15px;
}
.parts-result-filters_wrapper .panel-head {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 15px;
}
.parts-result-filters_wrapper .panel-head__title {
  margin: 0;
  text-transform: uppercase;
  font-size: 15px;
}
.parts-result-filters_wrapper .panel-head__button {
  padding: 10px;
  z-index: 1;
}
@media all and (min-width: 768px) {
  .parts-result-filters_wrapper {
    width: 33%;
  }
}

.nested-group-wrapper {
  margin-left: 10px;
}
.nested-group__search-input {
  width: 100%;
  padding: 8px 28px 8px 8px;
}
.nested-group__empty {
  margin: 16px 0;
}

.carousel-container .carousel-container {
  position: relative;
  background-position: center !important;
  background-repeat: no-repeat !important;
  -ms-background-size: cover !important;
  -o-background-size: cover !important;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.carousel-container .carousel-container.show-next-slide .carousel-slide-list .slick-list {
  margin-left: 70px;
}
.carousel-container .carousel-container.show-next-slide .carousel-slide-list[data-slick-list-padding="1"] .slick-list,
.carousel-container .carousel-container.show-next-slide .carousel-slide-list[data-slick-list-padding="2"] .slick-list {
  padding-right: 20%;
}
.carousel-container .carousel-container.show-next-slide .carousel-slide-list[data-slick-list-padding="3"] .slick-list {
  padding-right: 15%;
}
.carousel-container .carousel-container.show-next-slide .carousel-slide-list[data-slick-list-padding="4"] .slick-list {
  padding-right: 10%;
}
.carousel-container .carousel-container.arrows-side .slick-slide,
.carousel-container .carousel-container .slick-slide {
  margin: 0 15px;
}
.carousel-container .carousel-container .turn-off-slide-img .tout-image {
  display: block;
}
.carousel-container .carousel-container .turn-off-slide-img .tout-content {
  height: 50%;
}
.carousel-container .carousel-container .swap-slide-elements-order .tout-slide {
  display: block;
}
.carousel-container .carousel-container .carousel-slide-title {
  padding-bottom: 50px;
  padding-top: 10px;
}
.carousel-container .carousel-container .slick-list {
  overflow: hidden;
  height: 100%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.carousel-container .carousel-container .slick-slider {
  margin: 0;
  height: 100%;
}
.carousel-container .carousel-container .slick-track {
  height: 100%;
  padding: 10px 0;
}
.carousel-container .carousel-container .slick-arrow {
  z-index: 100;
}
.carousel-container .carousel-container .slick-arrow:before,
.carousel-container .carousel-container .slick-arrow:after {
  color: inherit;
  opacity: 1;
}
.carousel-container .carousel-container .slick-arrow.slick-disabled {
  opacity: 0.3;
}
.carousel-container .carousel-container.arrows-side .slick-arrow {
  background-color: black;
  color: white;
  height: 80px;
  width: 40px;
}
.carousel-container .carousel-container.arrows-side .slick-prev {
  left: 0;
}
.carousel-container .carousel-container.arrows-side .slick-next {
  right: 0;
}
.carousel-container .carousel-container.arrows-bottom .slick-arrow {
  top: -2px;
  background-color: transparent;
  color: black;
  height: 20px;
  width: 20px;
  position: relative;
}
.carousel-container .carousel-container.arrows-bottom .slick-prev {
  left: -45px;
}
.carousel-container .carousel-container.arrows-bottom .slick-next {
  right: -45px;
}
.carousel-container .carousel-container .slick-dots {
  bottom: auto;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 10px 0;
  position: static;
  left: 0;
  transform: translateX(0%);
  max-width: 80%;
}
.carousel-container .carousel-container .slick-dots li button:focus:before {
  opacity: 0.25;
}
.carousel-container .carousel-container .slick-dots li:before {
  display: none;
}
.carousel-container .carousel-container .slick-navigation {
  bottom: auto;
  width: auto;
  max-width: 80%;
  padding: 10px 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin: 20px 0;
}
.carousel-container .carousel-container .slick-slide {
  margin: 0 10px;
}
.carousel-container .carousel-container .slick-slide .tout-image {
  border-radius: inherit;
}
.carousel-container .carousel-container .slick-slide .tout-image .image {
  border-radius: inherit;
}
.carousel-container .carousel-container .next-slide-overlay .slick-slide:not(.slick-active) {
  opacity: 0.4;
}
@media only screen and (min-width: 1025px) {
  .carousel-container .carousel-container {
    height: auto !important;
  }
  .carousel-container .carousel-container .turn-off-slide-desktopimg .tout-image {
    display: none;
  }
  .carousel-container .carousel-container .turn-off-slide-desktopimg .tout-content {
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .carousel-container .carousel-container {
    height: auto !important;
  }
  .carousel-container .carousel-container .turn-off-slide-tabletimg .tout-image {
    display: none;
  }
  .carousel-container .carousel-container .turn-off-slide-tabletimg .tout-content {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .carousel-container .carousel-container {
    height: auto !important;
  }
  .carousel-container .carousel-container .turn-off-slide-mobileimg .tout-image {
    display: none;
  }
  .carousel-container .carousel-container .turn-off-slide-mobileimg .tout-content {
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .carousel-container .carousel-container {
    height: auto !important;
  }
  .carousel-container .carousel-container .carousel-slide-list {
    height: auto !important;
  }
  .carousel-container .carousel-container.show-next-slide .carousel-slide-list[data-slick-list-padding] .slick-list {
    padding-right: 0;
    margin-left: 0;
  }
  .carousel-container .carousel-container .slick-track {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .carousel-container .carousel-container .slick-slide {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 10px;
    height: auto;
  }
  .carousel-container .carousel-container .slick-slide .tout-content {
    height: 100%;
  }
  .carousel-container .carousel-container .slick-slide .tout-content.cta-enable {
    padding-bottom: 0;
  }
  .carousel-container .carousel-container .slick-slide .tout-content .slide-cta {
    position: static;
    padding: 15px;
    margin-top: auto;
  }
  .carousel-container .carousel-container .slick-slide .tout-image {
    height: 230px;
  }
  .carousel-container .carousel-container.arrows-side .slick-slide {
    margin: 10px 40px;
  }
  .carousel-container .carousel-container .swap-slide-elements-order .tout-slide {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 379px) {
  .carousel-container .carousel-container.arrows-bottom .slick-prev {
    left: -25px;
  }
  .carousel-container .carousel-container.arrows-bottom .slick-next {
    right: -25px;
  }
  .carousel-container .carousel-container .slick-slide .tout-image {
    height: 170px;
  }
}

.tout-slide-carousel .tout-slide-carousel {
  position: relative;
  background-position: center !important;
  background-repeat: no-repeat !important;
  -ms-background-size: cover !important;
  -o-background-size: cover !important;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.tout-slide-carousel .tout-slide-carousel.show-next-slide .carousel-slide-list .slick-list {
  margin-left: 70px;
}
.tout-slide-carousel .tout-slide-carousel.show-next-slide .carousel-slide-list[data-slick-list-padding="1"] .slick-list,
.tout-slide-carousel .tout-slide-carousel.show-next-slide .carousel-slide-list[data-slick-list-padding="2"] .slick-list {
  padding-right: 20%;
}
.tout-slide-carousel .tout-slide-carousel.show-next-slide .carousel-slide-list[data-slick-list-padding="3"] .slick-list {
  padding-right: 15%;
}
.tout-slide-carousel .tout-slide-carousel.show-next-slide .carousel-slide-list[data-slick-list-padding="4"] .slick-list {
  padding-right: 10%;
}
.tout-slide-carousel .tout-slide-carousel.show-next-slide .carousel-slide-list .tout-slides {
  height: 100%;
}
.tout-slide-carousel .tout-slide-carousel.arrows-side .slick-slide,
.tout-slide-carousel .tout-slide-carousel .slick-slide {
  margin: 0 15px;
}
.tout-slide-carousel .tout-slide-carousel .turn-off-slide-img .tout-image {
  display: block;
}
.tout-slide-carousel .tout-slide-carousel .turn-off-slide-img .tout-content {
  height: 50%;
}
.tout-slide-carousel .tout-slide-carousel .swap-slide-elements-order .tout-slide {
  display: block;
}
.tout-slide-carousel .tout-slide-carousel .carousel-slide-title {
  padding-bottom: 50px;
  padding-top: 10px;
}
.tout-slide-carousel .tout-slide-carousel .slick-list {
  overflow: hidden;
  height: 100%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.tout-slide-carousel .tout-slide-carousel .slick-slider {
  margin: 0;
  height: 100%;
}
.tout-slide-carousel .tout-slide-carousel .slick-track {
  height: 100%;
  padding: 10px 0;
}
.tout-slide-carousel .tout-slide-carousel .slick-arrow {
  z-index: 100;
}
.tout-slide-carousel .tout-slide-carousel .slick-arrow:before,
.tout-slide-carousel .tout-slide-carousel .slick-arrow:after {
  color: inherit;
  opacity: 1;
}
.tout-slide-carousel .tout-slide-carousel .slick-arrow.slick-disabled {
  opacity: 0.3;
}
.tout-slide-carousel .tout-slide-carousel.arrows-side .slick-arrow {
  background-color: black;
  color: white;
  height: 80px;
  width: 40px;
}
.tout-slide-carousel .tout-slide-carousel.arrows-side .slick-prev {
  left: 0;
}
.tout-slide-carousel .tout-slide-carousel.arrows-side .slick-next {
  right: 0;
}
.tout-slide-carousel .tout-slide-carousel.arrows-bottom .slick-arrow {
  top: -2px;
  background-color: transparent;
  color: black;
  height: 20px;
  width: 20px;
  position: relative;
}
.tout-slide-carousel .tout-slide-carousel.arrows-bottom .slick-prev {
  left: -45px;
}
.tout-slide-carousel .tout-slide-carousel.arrows-bottom .slick-next {
  right: -45px;
}
.tout-slide-carousel .tout-slide-carousel .slick-dots {
  bottom: auto;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 10px 0;
  position: static;
  left: 0;
  transform: translateX(0%);
  max-width: 80%;
}
.tout-slide-carousel .tout-slide-carousel .slick-dots li button:focus:before {
  opacity: 0.25;
}
.tout-slide-carousel .tout-slide-carousel .slick-dots li:before {
  display: none;
}
.tout-slide-carousel .tout-slide-carousel .slick-navigation {
  bottom: auto;
  width: auto;
  max-width: 80%;
  padding: 10px 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin: 20px 0;
}
.tout-slide-carousel .tout-slide-carousel .slick-slide {
  margin: 0 10px;
}
.tout-slide-carousel .tout-slide-carousel .slick-slide .tout-image {
  border-radius: inherit;
}
.tout-slide-carousel .tout-slide-carousel .slick-slide .tout-image .image {
  border-radius: inherit;
}
.tout-slide-carousel .tout-slide-carousel .next-slide-overlay .slick-slide:not(.slick-active) {
  opacity: 0.4;
}
@media screen and (max-width: 1024px) {
  .tout-slide-carousel .tout-slide-carousel {
    height: auto !important;
  }
  .tout-slide-carousel .tout-slide-carousel .carousel-slide-list {
    height: auto !important;
  }
  .tout-slide-carousel .tout-slide-carousel.show-next-slide .carousel-slide-list[data-slick-list-padding] .slick-list {
    padding-right: 0;
    margin-left: 0;
  }
  .tout-slide-carousel .tout-slide-carousel .slick-track {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .tout-slide-carousel .tout-slide-carousel .slick-slide {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 10px;
    height: auto;
  }
  .tout-slide-carousel .tout-slide-carousel .slick-slide .tout-content {
    height: 100%;
  }
  .tout-slide-carousel .tout-slide-carousel .slick-slide .tout-content.cta-enable {
    padding-bottom: 0;
  }
  .tout-slide-carousel .tout-slide-carousel .slick-slide .tout-content .slide-cta {
    position: static;
    padding: 15px;
    margin-top: auto;
  }
  .tout-slide-carousel .tout-slide-carousel .slick-slide .tout-image {
    height: 230px;
  }
  .tout-slide-carousel .tout-slide-carousel.arrows-side .slick-slide {
    margin: 10px 40px;
  }
  .tout-slide-carousel .tout-slide-carousel .turn-off-slide-img .tout-image {
    display: none;
  }
  .tout-slide-carousel .tout-slide-carousel .turn-off-slide-img .tout-content {
    height: 100%;
  }
  .tout-slide-carousel .tout-slide-carousel .swap-slide-elements-order .tout-slide {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 379px) {
  .tout-slide-carousel .tout-slide-carousel.arrows-bottom .slick-prev {
    left: -25px;
  }
  .tout-slide-carousel .tout-slide-carousel.arrows-bottom .slick-next {
    right: -25px;
  }
  .tout-slide-carousel .tout-slide-carousel .slick-slide .tout-image {
    height: 170px;
  }
}
.tout-slide-carousel .tout-slide.cq-Editable-dom {
  max-width: 200px;
  height: 350px;
}
.tout-slide-carousel.cq-Editable-dom,
.tout-slide-carousel.cq-Editable-dom .tout-slide-carousel,
.tout-slide-carousel.cq-Editable-dom .carousel-slide-list {
  height: auto;
}
html.preview .tout-slide-carousel .tout-slide.cq-Editable-dom {
  max-width: unset;
  height: inherit;
}

.three-quarters-loader {
  margin: 30px 48%;
}
.driv-part-detail-page .driv-part-detail-back-to-product-link {
  padding: 20px 0 0 20px;
  margin-left: 20px;
  position: relative;
}
.driv-part-detail-page .driv-part-results-no-results {
  height: 400px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.driv-part-detail-page .driv-part-results-no-results h4 {
  font-size: 20px;
  text-transform: uppercase;
}
.driv-part-detail-page .driv-part-detail-page-metadata {
  padding: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.driv-part-detail-page .driv-part-detail-page-metadata .part-detail-metadata {
  width: 55%;
}
.driv-part-detail-page .driv-part-detail-page-metadata .part-detail-metadata .part-detail-header-logo {
  margin: auto 60px auto 0;
}
.driv-part-detail-page .driv-part-detail-page-tabs {
  width: 100%;
}
.driv-part-detail-page .driv-part-detail-page-tabs .driv-tabs__header {
  margin-left: 8px;
}
.driv-part-detail-page .driv-part-detail-page-tabs .driv-tabs__header li {
  padding: 0 0 10px 0;
  margin: 5px 20px;
}
.driv-part-detail-page .driv-part-detail-page-tabs .fa {
  margin: 0 20px;
  cursor: pointer;
}
.driv-part-detail-page .driv-part-detail-page-tabs .driv-tab {
  width: 100%;
  padding-bottom: 10px;
}
.driv-part-detail-page-tab-data-header {
  margin-top: 20px;
  padding: 10px 0;
  text-align: left;
}
@media (max-width: 767px) {
  .driv-part-detail-page .driv-part-detail-page-metadata {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .driv-part-detail-page .driv-part-detail-page-metadata .part-detail-carousel {
    margin: 20px 0;
  }
  .driv-part-detail-page-tab-data-header {
    margin-top: 0;
  }
  .driv-tabs__container .driv-section {
    margin-top: 0;
    height: auto;
    padding: 20px 0;
  }
  .driv-tabs__container .driv-section .driv-section__content {
    padding: 0;
  }
  .driv-tabs__container .driv-section .driv-section__content .driv-part-detail-page-specifications-container,
  .driv-tabs__container .driv-section .driv-section__content .driv-part-detail-page-content,
  .driv-tabs__container .driv-section .driv-section__content .driv-part-detail-page-other-media {
    padding: 15px;
  }
}

.nav-item {
  width: 70px;
  height: 70px;
  margin: 6px;
}
.driv-part-detail-page-carousel {
  width: 45%;
  margin-right: 30px;
  padding: 20px;
}
.driv-part-detail-page-carousel__images-container {
  padding-top: 15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.driv-part-detail-page-carousel__images-container .slick-list {
  width: 100%;
}
.driv-part-detail-page-carousel__images-container .image {
  height: auto;
}
.driv-part-detail-page-carousel__images-container .image img {
  max-height: 300px;
  max-width: 300px;
  margin: auto;
}
@media (max-width: 479px) {
  .driv-part-detail-page-carousel__images-container .image img {
    max-height: 200px;
    max-width: 200px;
    transform: scaleX(1.3);
  }
}
@media (min-width: 1280px) {
  .driv-part-detail-page-carousel__images-container .image img {
    max-height: 400px;
    max-width: 400px;
    transform: scaleX(1.1);
  }
}
.driv-part-detail-page-carousel__nav-container .slick-list {
  width: calc(100% - 70px - 70px + 6px);
  margin: 0 auto;
}
.driv-part-detail-page-carousel__nav-container .slick-list .slick-track {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.driv-part-detail-page-carousel__nav-container .slick-prev,
.driv-part-detail-page-carousel__nav-container .slick-next {
  width: 70px;
  height: 70px;
  margin: 6px;
  border-width: 2px;
  border-style: solid;
  top: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.driv-part-detail-page-carousel__nav-container .slick-prev:before,
.driv-part-detail-page-carousel__nav-container .slick-next:before {
  content: "\e90a";
  font-family: "icomoon";
}
.driv-part-detail-page-carousel__nav-container .slick-prev {
  left: -17px;
}
.driv-part-detail-page-carousel__nav-container .slick-next {
  right: -15px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.driv-part-detail-page-carousel__nav-container .slick-slide {
  width: 70px;
  height: 70px;
  margin: 6px;
}
.driv-part-detail-page-carousel__nav-container .slick-slide div {
  height: 100%;
}
.driv-part-detail-page-carousel__nav-container .slick-slide div > div > img {
  margin: auto;
  height: auto;
}
.driv-part-detail-page-carousel__nav-container .slide {
  text-align: center;
  border-width: 2px;
  border-style: solid;
}
@media screen and (max-width: 767px) {
  .driv-part-detail-page-carousel {
    width: 100%;
  }
  .driv-part-detail-page-carousel__images-container {
    height: auto;
  }
  .driv-part-detail-page-carousel__images-container .slick-dots {
    width: 100%;
  }
  .driv-part-detail-page-carousel__nav-container {
    display: none;
  }
}

.driv-part-detail-page-header .part-detail-header-metadata {
  border-bottom: 1px solid;
  padding-bottom: 35px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.driv-part-detail-page-header .part-detail-header-metadata .part-detail-header-logo img {
  width: 135px;
}
.driv-part-detail-page-header .part-detail-header-metadata .part-detail-header-logo_placeholder {
  min-width: 135px;
  max-width: 160px;
  padding: 14px;
  text-align: center;
}
.driv-part-detail-page-header .part-detail-header-metadata .part-detail-header-info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.driv-part-detail-page-header .part-detail-header-metadata .part-detail-header-info .part-detail-header-part-name {
  margin-bottom: 13px;
  line-height: 26px;
}
.driv-part-detail-page-header .part-detail-header-metadata .part-detail-header-info .part-detail-header-part-number {
  margin: 0;
}
.driv-part-detail-page-header .part-detail-header-metadata .part-detail-header-info .part-detail-header-part-number span {
  margin-right: 30px;
}
.driv-part-detail-page-header .part-detail-header-ctas {
  margin: 35px 0 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.driv-part-detail-page-header .part-detail-header-ctas .driv-dropdown-button {
  display: inline-block;
}
.driv-part-detail-page-header .part-detail-header-ctas .driv-dropdown-button-options {
  width: 120%;
  padding-left: 0;
  top: 47px;
  right: -10%;
}
.driv-part-detail-page-header .part-detail-header-ctas .driv-dropdown-button-options li {
  padding: 5px;
}
.driv-part-detail-page-header .part-detail-header-ctas .driv-dropdown-button-options li a {
  position: relative;
  cursor: pointer;
}
.driv-part-detail-page-header .part-detail-header-ctas .driv-dropdown-button-options li a::after {
  position: absolute;
  content: "";
  margin-top: -7px;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  top: 50%;
  left: 106%;
}
.driv-part-detail-page-header .part-detail-header-ctas .part-detail-header-button {
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.driv-part-detail-page-header .part-detail-header-ctas .part-detail-header-button:not(.parts-list) {
  padding: 11px 30px 10px 20px;
  position: relative;
}
.driv-part-detail-page-header .part-detail-header-ctas .part-detail-header-button:not(.parts-list)::after {
  border-width: 6.5px 0 6.5px 11px;
  content: "";
  position: absolute;
  top: 50%;
  right: 6%;
  height: 0;
  width: 0;
  margin-top: -7px;
}
.driv-part-detail-page-header .part-detail-header-ctas .part-detail-header-button.parts-list {
  padding: 10px;
  width: 182px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .driv-part-detail-page .driv-part-detail-page-metadata .part-detail-carousel {
    margin-right: 0;
    width: 100%;
  }
  .driv-part-detail-page .driv-part-detail-page-metadata .part-detail-carousel p {
    margin: 20px;
  }
  .driv-part-detail-page .driv-part-detail-page-metadata .part-detail-metadata {
    width: 100%;
  }
  .driv-part-detail-page .driv-part-detail-page-metadata .part-detail-metadata .part-detail-header-metadata {
    padding-bottom: 0;
  }
  .driv-part-detail-page .driv-part-detail-page-metadata .part-detail-metadata .part-detail-header-metadata .part-detail-header-info {
    margin-left: 0;
  }
  .driv-part-detail-page .driv-part-detail-page-metadata .part-detail-metadata .part-detail-header-metadata .part-detail-header-info .part-detail-header-part-number > span {
    margin-right: 4px;
  }
  .driv-part-detail-page .driv-part-detail-page-metadata .part-detail-metadata .part-detail-header-metadata .part-detail-header-logo {
    display: none;
  }
  .driv-part-detail-page .driv-part-detail-page-metadata .part-detail-metadata .driv-part-detail-page-content {
    display: none;
  }
}
@media (max-width: 1279px) {
  .driv-part-detail-page .driv-part-detail-page-header .part-detail-header-ctas {
    margin: 20px 0 0 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .driv-part-detail-page .driv-part-detail-page-header .part-detail-header-ctas .part-detail-header-button {
    margin-bottom: 10px;
  }
  .driv-part-detail-page .driv-part-detail-page-header .part-detail-header-ctas .part-detail-header-button:not(:first-child) {
    font-style: italic;
  }
  .driv-part-detail-page .driv-part-detail-page-header .part-detail-header-ctas .part-detail-header-button:not(:first-child)::after {
    display: none;
  }
  .driv-part-detail-page .driv-part-detail-page-header .part-detail-header-ctas .part-detail-header-button.parts-list {
    width: 100%;
    margin-bottom: 30px;
  }
  .driv-part-detail-page .driv-dropdown-button-options {
    width: 100%;
    right: 0;
  }
  .driv-part-detail-page .driv-dropdown-button .part-detail-header-button {
    width: 100%;
  }
}

.driv-part-detail-page-content .description-text {
  display: none;
}
.driv-part-detail-page-content .part-detail-warning {
  position: relative;
  margin-bottom: 40px;
  padding: 15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.driv-part-detail-page-content .part-detail-warning .fa-exclamation-triangle {
  display: block;
  -moz-align-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
}
.driv-part-detail-page-content .part-detail-warning .fa-exclamation-triangle::before {
  position: relative;
  z-index: 1;
}
.driv-part-detail-page-content .part-detail-warning .fa-exclamation-triangle .triangle-lining {
  position: absolute;
  left: 15px;
  z-index: 0;
  width: 0;
  height: 0;
}
.driv-part-detail-page-content .part-detail-warning_text {
  margin: 0 0 0 20px;
}
.driv-part-detail-page-content .part-detail-content-characteristic {
  padding: 0 0 40px;
}
.driv-part-detail-page-content .part-detail-content-characteristic_title {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .driv-part-detail-page-content .part-detail-content-characteristic {
    padding-bottom: 0;
  }
}

.overlay {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.driv-part-list-modal.part-list-modal .modal-content {
  width: 80%;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.driv-part-list-modal.part-list-modal .modal-content button.close {
  position: absolute;
  border: none;
  top: 4px;
  right: 5px;
  cursor: pointer;
}
.driv-part-list-modal.part-list-modal .modal-content .modal-title-icon {
  height: 45px;
  width: 45px;
  top: 7px;
  left: 10px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
}
.driv-part-list-modal.part-list-modal .modal-content .modal-title-icon :first-child {
  height: 23px;
  width: 24px;
  top: 12px;
  left: 10.5px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
}
.driv-part-list-modal.part-list-modal .modal-content .modal-title-icon :last-child {
  width: 50%;
  position: absolute;
  left: 11px;
  top: 50%;
  z-index: 1;
}
.driv-part-list-modal.part-list-modal .modal-content .modal-title {
  position: static;
  padding-left: 70px;
  padding-top: 18px;
  text-transform: uppercase;
  text-align: left;
  line-height: 25px;
}
.driv-part-list-modal.part-list-modal .modal-content .modal-list-controllers {
  padding-top: 20px;
  padding-bottom: 20px;
}
.driv-part-list-modal.part-list-modal .modal-content .modal-list-controllers .print-btn,
.driv-part-list-modal.part-list-modal .modal-content .modal-list-controllers .clear-btn {
  background: none;
  cursor: pointer;
  border: none;
}
.driv-part-list-modal.part-list-modal .modal-content .modal-list-controllers .add-btn {
  padding: 5px 10px;
  cursor: pointer;
}
.driv-part-list-modal.part-list-modal .modal-content .modal-list-controllers span {
  text-transform: uppercase;
}
.driv-part-list-modal.part-list-modal .modal-content .container {
  height: 268px;
  overflow: auto;
  width: 100%;
}
.driv-part-list-modal.part-list-modal .modal-content .container table {
  width: 100%;
  border-collapse: separate;
}
.driv-part-list-modal.part-list-modal .modal-content .container table thead {
  position: sticky;
  top: 0;
  z-index: 2;
}
.driv-part-list-modal.part-list-modal .modal-content .container table thead .th {
  display: table-cell;
}
.driv-part-list-modal.part-list-modal .modal-content .container table td {
  position: relative;
  display: table-cell;
}
.driv-part-list-modal.part-list-modal .modal-content .container table td:before {
  width: 15px;
  display: block;
  margin: 0 auto;
}
.driv-part-list-modal.part-list-modal .modal-content .container table td.fa {
  height: 100%;
  text-align: center;
  padding: 11px 5px;
  cursor: pointer;
}
.driv-part-list-modal.part-list-modal .modal-content .container table td input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  width: 98%;
  height: 100%;
  padding-left: 0;
  text-align: center;
  box-sizing: border-box;
  border-radius: 0;
  -moz-appearance: textfield;
  line-height: normal;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .driv-part-list-modal.part-list-modal .modal-content .container table td input {
    height: 43px;
  }
}
.driv-part-list-modal.part-list-modal .modal-content .container table td input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media all and (max-width: 767px) {
  .driv-part-list-modal.part-list-modal .modal-list-controllers button {
    font-size: 15px;
  }
  .driv-part-list-modal.part-list-modal .modal-content {
    width: 93%;
  }
  .driv-part-list-modal.part-list-modal .modal-content table th,
  .driv-part-list-modal.part-list-modal .modal-content table td {
    font-size: 11px;
    padding: 6px;
  }
  .driv-part-list-modal.part-list-modal .modal-content table th input,
  .driv-part-list-modal.part-list-modal .modal-content table td input {
    font-size: 11px;
  }
}
@media all and (max-width: 479px) {
  .driv-part-list-modal.part-list-modal .modal-list-controllers button {
    font-size: 13px;
  }
  .driv-part-list-modal.part-list-modal .modal-content {
    width: 96%;
  }
  .driv-part-list-modal.part-list-modal .modal-content .container table th {
    font-size: 8px;
    padding: 5px;
  }
  .driv-part-list-modal.part-list-modal .modal-content .container table td {
    font-size: 7px;
    padding: 3px;
  }
  .driv-part-list-modal.part-list-modal .modal-content .container table td.fa {
    font-size: 15px;
  }
}
@media all and (max-width: 479px) and (max-width: 379px) {
  .driv-part-list-modal.part-list-modal .modal-list-controllers button {
    font-size: 10px;
  }
}
@media all and (max-width: 479px) and (max-width: 379px) {
  .driv-part-list-modal.part-list-modal .modal-content .container table th {
    font-size: 7px;
  }
}
@media all and (max-width: 479px) and (max-width: 379px) {
  .driv-part-list-modal.part-list-modal .modal-content .container table td.fa {
    padding: 8px 1px;
  }
}
@media print {
  .body-frame-content {
    display: none;
  }
  .driv-part-list-modal.part-list-modal .modal-content {
    height: 100%;
  }
  .driv-part-list-modal.part-list-modal .modal-content .container {
    height: 100%;
  }
  .driv-part-list-modal.part-list-modal .modal-content button.close {
    display: none;
  }
  .driv-part-list-modal.part-list-modal .modal-content .modal-list-controllers.no-print {
    display: none;
  }
}

.part-notes-section {
  margin: 48px 0;
}
.part-notes-section .part-notes-header {
  margin-bottom: 24px;
}
.part-notes-section .part-notes .part-note {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.part-notes-section .part-notes .part-note:not(:last-child) {
  margin-bottom: 16px;
}
.part-notes-section .part-notes .part-note .column.note-column {
  width: 40%;
}
.part-notes-section .part-notes .part-note .column.details-column {
  width: 24%;
}
.part-notes-section .part-notes .part-note .column.additional-info-column {
  width: 36%;
}
.part-notes-section .part-notes .part-note .column.additional-info-column .column__value {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.part-notes-section .part-notes .part-note .column.additional-info-column .column__value .files {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.part-notes-section .part-notes .part-note .column.additional-info-column .column__value .files .file {
  padding: 8px;
  margin-bottom: 4px;
}
.part-notes-section .part-notes .part-note .column.additional-info-column .column__value .files .file i {
  margin-right: 8px;
}
.part-notes-section .part-notes .part-note .column.additional-info-column .column__value .files .file i.fa-file-pdf::before {
  content: "\f1c1";
}
.part-notes-section .part-notes .part-note .column__title {
  padding: 6px 12px;
}
.part-notes-section .part-notes .part-note .column__value {
  padding: 12px;
}
@media all and (max-width: 767px) {
  .part-notes-section .part-notes {
    padding-right: 4px;
  }
  .part-notes-section .part-notes .part-note {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding: 12px;
  }
  .part-notes-section .part-notes .part-note .column.note-column,
  .part-notes-section .part-notes .part-note .column.details-column,
  .part-notes-section .part-notes .part-note .column.additional-info-column {
    width: 100%;
  }
  .part-notes-section .part-notes .part-note .column.additional-info-column .column__value {
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .part-notes-section .part-notes .part-note .column.additional-info-column.hidden-mobile .column__title,
  .part-notes-section .part-notes .part-note .column.additional-info-column.hidden-mobile .column__value .files {
    display: none;
  }
  .part-notes-section .part-notes .part-note .column.additional-info-column.hidden-mobile .column__value {
    padding: 0;
  }
  .part-notes-section .part-notes .part-note .column__title {
    padding: 0;
  }
  .part-notes-section .part-notes .part-note .column__value {
    padding: 16px 0;
  }
}

.driv-part-detail-page-specifications-container {
  padding-left: 25px;
}
.driv-part-detail-page-specification {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 6px;
}
.driv-part-detail-page-specification-label {
  min-width: 420px;
  display: inline-block;
  text-align: left;
}
@media (max-width: 767px) {
  .driv-part-detail-page-specifications-container {
    padding-left: 0;
  }
  .driv-part-detail-page-specifications-container .driv-part-detail-page-tab-data-header {
    display: none;
  }
  .driv-part-detail-page-specification-label {
    width: 60%;
    min-width: auto;
  }
  .driv-part-detail-page-specification-value {
    width: 40%;
    padding-left: 10px;
  }
}

.driv-part-detail-page-applications {
  padding-top: 34px;
}
.driv-part-detail-page-applications .tab-table.mobile {
  display: none;
}
.driv-part-detail-page-applications .tab-table.desktop {
  display: inline-table;
}
.driv-part-detail-page-applications th,
.driv-part-detail-page-applications td {
  padding: 6px 8px;
}
.driv-part-detail-page-applications .driv-tabs__header_container .driv-tabs__header {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.driv-part-detail-page-applications .driv-tabs__header_container .driv-tabs__header::-webkit-scrollbar {
  display: none;
}
.driv-part-detail-page-applications .driv-tabs__header_container .driv-tabs__header li {
  white-space: nowrap;
  text-transform: uppercase;
}
.driv-part-detail-page-applications .driv-tabs__header_container .fa + ul li:first-child {
  margin: 5px 10px 5px 0;
}
.driv-part-detail-page-applications .driv-tab__wrapper .driv-tab {
  padding: 20px 28px 0;
}
.driv-part-detail-page-applications .applications-subtab:not(.tab-table) .product {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.driv-part-detail-page-applications .applications-subtab:not(.tab-table) .product > * {
  width: 33%;
  padding: 2px;
  letter-spacing: 0;
  line-height: 20px;
}
.driv-part-detail-page-applications.mobile-view {
  display: none;
}
.driv-part-detail-page-applications.mobile-view .category-selection-block {
  padding: 20px 28px;
}
.driv-part-detail-page-applications.mobile-view .applications-subtab {
  margin: 25px 28px;
}
.driv-part-detail-page-applications.mobile-view .applications-subtab .tab-table.mobile .product {
  margin-top: 10px;
}
.driv-part-detail-page-applications.mobile-view .applications-subtab .tab-table.mobile .product * {
  margin-bottom: 10px;
}
.driv-part-detail-page-applications.mobile-view .applications-subtabs-options {
  margin-top: 12px;
}
.driv-part-detail-page-applications.mobile-view .applications-subtabs-options.autocomplete .v-select .open-indicator::before {
  height: 6.5px;
  width: 6.5px;
  top: -2px;
  right: 14px;
}
@media (max-width: 1170px) {
  .driv-part-detail-page-applications.mobile-view,
  .driv-part-detail-page-applications .tab-table.mobile {
    display: block;
  }
  .driv-part-detail-page-applications .driv-tab__wrapper,
  .driv-part-detail-page-applications.driv-tabs__container,
  .driv-part-detail-page-applications .tab-table.desktop {
    display: none;
  }
}
@media (max-width: 767px) {
  .driv-part-detail-page-applications.mobile-view {
    padding: 0;
  }
  .driv-part-detail-page-applications.mobile-view .category-selection-block {
    margin-top: 15px;
    padding: 15px;
  }
  .driv-part-detail-page-applications.mobile-view .applications-subtab {
    margin: 0;
    padding: 15px;
  }
}

.driv-part-detail-page-other-media {
  padding: 0;
}
.driv-part-detail-page-other-media .media-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -moz-flex-flow: column wrap;
  -ms-flex-direction: column;
  -ms-flex-wrap: wrap;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  margin: 0;
}
.driv-part-detail-page-other-media .media-container a.document,
.driv-part-detail-page-other-media .media-container iframe.video {
  width: 100%;
  margin: 0 0 15px;
  border: 1px solid;
}
.driv-part-detail-page-other-media .media-container a.document {
  height: 100px;
  padding: 15px;
}
.driv-part-detail-page-other-media .media-container a.document .document-title {
  margin-bottom: 10px;
}
.driv-part-detail-page-other-media .media-container iframe.video {
  height: 250px;
}
.driv-part-detail-page-other-media .driv-part-detail-page-tab-data-header {
  font-weight: 300;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .driv-part-detail-page-other-media {
    padding: 0 25px 25px;
  }
  .driv-part-detail-page-other-media .media-container {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: -15px;
  }
  .driv-part-detail-page-other-media .media-container a.document,
  .driv-part-detail-page-other-media .media-container iframe.video {
    margin: 15px;
  }
}
@media (min-width: 768px) {
  .driv-part-detail-page-other-media .media-container a.document,
  .driv-part-detail-page-other-media .media-container iframe.video {
    width: calc(100% / 2 - 15px * 2);
  }
}
@media (min-width: 1025px) {
  .driv-part-detail-page-other-media .media-container a.document,
  .driv-part-detail-page-other-media .media-container iframe.video {
    width: calc(100% / 3 - 15px * 2);
  }
}
@media (min-width: 1280px) {
  .driv-part-detail-page-other-media .media-container a.document,
  .driv-part-detail-page-other-media .media-container iframe.video {
    width: calc(100% / 4 - 15px * 2);
  }
}

.driv-part-detail-page-contents-container {
  padding: 0px 25px 25px;
}
@media (max-width: 767px) {
  .driv-part-detail-page-contents-container {
    padding: 0px 15px 15px;
  }
  .driv-part-detail-page-contents-container .driv-part-detail-page-tab-data-header {
    display: none;
  }
}
.driv-part-detail-page-contents-container a {
  cursor: pointer;
}
.driv-part-detail-page-contents-container .tab-table.mobile {
  display: none;
}
.driv-part-detail-page-contents-container .tab-table.desktop {
  display: inline-table;
}
.driv-part-detail-page-contents-container .tab-table th,
.driv-part-detail-page-contents-container .tab-table td {
  padding: 6px 8px;
}
@media (max-width: 1024px) {
  .driv-part-detail-page-contents-container .tab-table {
    min-width: auto;
  }
  .driv-part-detail-page-contents-container .tab-table th,
  .driv-part-detail-page-contents-container .tab-table td {
    display: table-cell;
  }
  .driv-part-detail-page-contents-container .tab-table td:before {
    display: none;
  }
}
@media (max-width: 900px) {
  .driv-part-detail-page-contents-container.mobile-view,
  .driv-part-detail-page-contents-container .tab-table.mobile {
    display: block;
  }
  .driv-part-detail-page-contents-container .driv-tab__wrapper,
  .driv-part-detail-page-contents-container.driv-tabs__container,
  .driv-part-detail-page-contents-container .tab-table.desktop {
    display: none;
  }
}

.driv-part-finder-part-results-page,
.driv-corp-specification-results {
  text-align: center;
}
.driv-part-finder-part-results-page .three-quarters-loader,
.driv-corp-specification-results .three-quarters-loader {
  margin: 40px auto 30px;
}
.driv-part-finder-part-results-page .driv-part-results-content,
.driv-corp-specification-results .driv-part-results-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.driv-part-finder-part-results-page .driv-part-results-content .results-summary,
.driv-corp-specification-results .driv-part-results-content .results-summary {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px;
  font-weight: 700;
}
.driv-part-finder-part-results-page .driv-part-results-content .results-summary.mobile,
.driv-corp-specification-results .driv-part-results-content .results-summary.mobile {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.driv-part-finder-part-results-page .driv-part-results-content .results-summary.mobile .driv-corp-list-pagination,
.driv-corp-specification-results .driv-part-results-content .results-summary.mobile .driv-corp-list-pagination {
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align: right;
}
.driv-part-finder-part-results-page .driv-part-results-content .results-summary .driv-corp-list-pagination input,
.driv-corp-specification-results .driv-part-results-content .results-summary .driv-corp-list-pagination input {
  display: inline-block;
  width: 36px;
  height: 28px;
  padding: 0;
  line-height: normal;
  border: 1px solid;
  outline: none;
  text-align: center;
}
.driv-part-finder-part-results-page .driv-part-results-content .results-summary .driv-corp-list-pagination button,
.driv-corp-specification-results .driv-part-results-content .results-summary .driv-corp-list-pagination button {
  width: 28px;
  height: 28px;
  color: inherit;
  border: 1px solid transparent;
  outline: none;
  padding: 0;
  margin-left: 5px;
}
.driv-part-finder-part-results-page .driv-part-results-content .results-summary .driv-corp-list-pagination button[disabled],
.driv-corp-specification-results .driv-part-results-content .results-summary .driv-corp-list-pagination button[disabled] {
  opacity: 0.2;
}
.driv-part-finder-part-results-page .driv-part-results-content .results-summary .driv-corp-list-pagination button:hover:not([disabled]),
.driv-corp-specification-results .driv-part-results-content .results-summary .driv-corp-list-pagination button:hover:not([disabled]) {
  cursor: pointer;
}
.driv-part-finder-part-results-page .driv-part-results-no-results,
.driv-corp-specification-results .driv-part-results-no-results {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 40px 0px 0px 0px;
  margin-bottom: 10px;
  height: auto !important;
  background-color: #e7e7e7 !important;
}
.driv-part-finder-part-results-page .driv-part-results-no-results::before,
.driv-corp-specification-results .driv-part-results-no-results::before {
  height: 0px !important;
}
.driv-part-finder-part-results-page h4.no-results,
.driv-corp-specification-results h4.no-results {
  color: #c41230 !important;
}
.driv-part-finder-part-results-page .driv-engine-search-table,
.driv-corp-specification-results .driv-engine-search-table {
  width: 100%;
}
.driv-part-finder-part-results-page .driv-engine-search-table.tablet,
.driv-corp-specification-results .driv-engine-search-table.tablet,
.driv-part-finder-part-results-page .driv-engine-search-table.desktop,
.driv-corp-specification-results .driv-engine-search-table.desktop {
  display: none;
}
.driv-part-finder-part-results-page .driv-parts-result-filters-container .parts-result-filters_wrapper,
.driv-corp-specification-results .driv-parts-result-filters-container .parts-result-filters_wrapper {
  width: 100%;
}
.driv-part-finder-part-results-page .driv-parts-result-filters-container .driv-section__title,
.driv-corp-specification-results .driv-parts-result-filters-container .driv-section__title {
  position: relative;
  padding-right: 50px;
}
.driv-part-finder-part-results-page .driv-parts-result-filters-container .driv-section__title::after,
.driv-corp-specification-results .driv-parts-result-filters-container .driv-section__title::after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.driv-part-finder-part-results-page .driv-parts-result-filters .nested-group-wrapper,
.driv-corp-specification-results .driv-parts-result-filters .nested-group-wrapper {
  margin-right: 20px;
}
.driv-part-finder-part-results-page .driv-parts-result-filters-desktop,
.driv-corp-specification-results .driv-parts-result-filters-desktop {
  display: none;
}
.driv-part-finder-part-results-page .driv-parts-result-filters-button-wrapper,
.driv-corp-specification-results .driv-parts-result-filters-button-wrapper {
  padding: 16px 32px;
}
.driv-part-finder-part-results-page .driv-part-results-products-container .results-summary:not(.footer),
.driv-corp-specification-results .driv-part-results-products-container .results-summary:not(.footer) {
  display: none;
}
.driv-part-finder-part-results-page .driv-part-results-products-container .results-summary .view-modes,
.driv-corp-specification-results .driv-part-results-products-container .results-summary .view-modes {
  display: none;
}
.driv-part-finder-part-results-page .driv-part-results-products-container .results-summary .view-modes button,
.driv-corp-specification-results .driv-part-results-products-container .results-summary .view-modes button {
  background: none;
  color: inherit;
  border: 1px solid transparent;
  outline: none;
  opacity: 0.2;
  padding: 0;
  margin-left: 5px;
}
.driv-part-finder-part-results-page .driv-part-results-products-container .results-summary .view-modes button.active,
.driv-corp-specification-results .driv-part-results-products-container .results-summary .view-modes button.active {
  opacity: 1;
}
.driv-part-finder-part-results-page .driv-part-results-products-container .results-summary .view-modes button:hover,
.driv-corp-specification-results .driv-part-results-products-container .results-summary .view-modes button:hover {
  cursor: pointer;
}
.driv-part-finder-part-results-page .driv-part-results-products-container .results,
.driv-corp-specification-results .driv-part-results-products-container .results {
  position: relative;
}
.driv-part-finder-part-results-page .driv-part-results-products-container .three-quarters-loader,
.driv-corp-specification-results .driv-part-results-products-container .three-quarters-loader {
  margin: 40px auto 30px;
}
.driv-part-finder-part-results-page .driv-corp-item-part-name,
.driv-corp-specification-results .driv-corp-item-part-name {
  text-align: left;
}
.driv-part-finder-part-results-page .driv-corp-item-part-name-subheading,
.driv-corp-specification-results .driv-corp-item-part-name-subheading {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.driv-part-finder-part-results-page .driv-corp-item-part-name-part-number,
.driv-corp-specification-results .driv-corp-item-part-name-part-number {
  margin-left: 4px;
}
.driv-part-finder-part-results-page .driv-dropdown-button .arrow-icon,
.driv-corp-specification-results .driv-dropdown-button .arrow-icon {
  display: inline-block;
  content: "";
  margin-left: 8px;
  border-style: solid;
  border-width: 6px 0 6px 12px;
}
.driv-part-finder-part-results-page .driv-dropdown-button .driv-part-number-tab-item-cta,
.driv-corp-specification-results .driv-dropdown-button .driv-part-number-tab-item-cta,
.driv-part-finder-part-results-page .driv-dropdown-button .driv-corp-list-view-item-wtb-button,
.driv-corp-specification-results .driv-dropdown-button .driv-corp-list-view-item-wtb-button {
  position: relative;
  display: inline-block;
}
.driv-part-finder-part-results-page .driv-dropdown-button .driv-part-number-tab-item-cta::after,
.driv-corp-specification-results .driv-dropdown-button .driv-part-number-tab-item-cta::after,
.driv-part-finder-part-results-page .driv-dropdown-button .driv-corp-list-view-item-wtb-button::after,
.driv-corp-specification-results .driv-dropdown-button .driv-corp-list-view-item-wtb-button::after {
  display: inline-block;
  content: "";
  margin-left: 8px;
  border-style: solid;
  border-width: 6px 0 6px 12px;
}
.driv-part-finder-part-results-page .driv-dropdown-button .driv-dropdown-button-options,
.driv-corp-specification-results .driv-dropdown-button .driv-dropdown-button-options {
  width: 200px;
  right: 0;
  z-index: 1;
  padding: 0;
}
.driv-part-finder-part-results-page .driv-dropdown-button .driv-dropdown-button-options li,
.driv-corp-specification-results .driv-dropdown-button .driv-dropdown-button-options li {
  padding: 5px 10px;
  text-align: left;
}
.driv-part-finder-part-results-page .driv-dropdown-button .driv-dropdown-button-options li a,
.driv-corp-specification-results .driv-dropdown-button .driv-dropdown-button-options li a {
  position: relative;
  white-space: normal;
}
.driv-part-finder-part-results-page .driv-dropdown-button .driv-dropdown-button-options li a::after,
.driv-corp-specification-results .driv-dropdown-button .driv-dropdown-button-options li a::after {
  display: inline-block;
  content: "";
  margin-left: 8px;
  border-style: solid;
  border-width: 6px 0 6px 12px;
}
@media all and (min-width: 768px) {
  .driv-part-finder-part-results-page .driv-parts-result-filters-mobile,
  .driv-corp-specification-results .driv-parts-result-filters-mobile {
    display: none;
  }
  .driv-part-finder-part-results-page .driv-parts-result-filters-desktop,
  .driv-corp-specification-results .driv-parts-result-filters-desktop {
    display: block;
  }
  .driv-part-finder-part-results-page .driv-part-results-content,
  .driv-corp-specification-results .driv-part-results-content {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .driv-part-finder-part-results-page .driv-part-results-content .driv-engine-search-results,
  .driv-corp-specification-results .driv-part-results-content .driv-engine-search-results {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 40px 0;
  }
  .driv-part-finder-part-results-page .driv-part-results-content .driv-engine-search-results .three-quarters-loader,
  .driv-corp-specification-results .driv-part-results-content .driv-engine-search-results .three-quarters-loader {
    margin: 0 auto 30px;
  }
  .driv-part-finder-part-results-page .driv-part-results-content .driv-engine-search-results .results-summary.mobile,
  .driv-corp-specification-results .driv-part-results-content .driv-engine-search-results .results-summary.mobile {
    display: none;
  }
  .driv-part-finder-part-results-page .driv-part-results-content .driv-engine-search-results .driv-parts-result-filters-container,
  .driv-corp-specification-results .driv-part-results-content .driv-engine-search-results .driv-parts-result-filters-container {
    width: 20%;
  }
  .driv-part-finder-part-results-page .driv-part-results-content .driv-engine-search-results .driv-part-results-products-container,
  .driv-corp-specification-results .driv-part-results-content .driv-engine-search-results .driv-part-results-products-container {
    width: 80%;
    margin: 0 40px;
  }
  .driv-part-finder-part-results-page .driv-part-results-content .driv-engine-search-results .driv-part-results-products-container .three-quarters-loader,
  .driv-corp-specification-results .driv-part-results-content .driv-engine-search-results .driv-part-results-products-container .three-quarters-loader {
    margin: 40px auto 30px;
  }
  .driv-part-finder-part-results-page .driv-part-results-content .driv-engine-search-results .driv-part-results-products-container.full-width,
  .driv-corp-specification-results .driv-part-results-content .driv-engine-search-results .driv-part-results-products-container.full-width {
    width: 100%;
  }
  .driv-part-finder-part-results-page .driv-part-results-content .driv-engine-search-results .driv-part-results-products-container .results-summary,
  .driv-corp-specification-results .driv-part-results-content .driv-engine-search-results .driv-part-results-products-container .results-summary {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 10px 10px;
  }
  .driv-part-finder-part-results-page .driv-engine-search-table.mobile,
  .driv-corp-specification-results .driv-engine-search-table.mobile {
    display: none;
  }
  .driv-part-finder-part-results-page .driv-engine-search-table.tablet,
  .driv-corp-specification-results .driv-engine-search-table.tablet {
    display: block;
  }
}
@media all and (min-width: 1025px) {
  .driv-part-finder-part-results-page .driv-part-results-products-container,
  .driv-corp-specification-results .driv-part-results-products-container {
    margin-right: 10%;
  }
  .driv-part-finder-part-results-page .driv-part-results-products-container .results-summary:not(.footer) .driv-corp-list-pagination,
  .driv-corp-specification-results .driv-part-results-products-container .results-summary:not(.footer) .driv-corp-list-pagination {
    width: 100%;
    margin-top: 5px;
    text-align: right;
  }
  .driv-part-finder-part-results-page .driv-part-results-products-container .results-summary .view-modes,
  .driv-corp-specification-results .driv-part-results-products-container .results-summary .view-modes {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .driv-part-finder-part-results-page .driv-corp-item-part-name-subheading,
  .driv-corp-specification-results .driv-corp-item-part-name-subheading {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .driv-part-finder-part-results-page .driv-corp-item-part-name-part-number-wrapper:after,
  .driv-corp-specification-results .driv-corp-item-part-name-part-number-wrapper:after {
    content: "|";
    margin: 0 4px;
  }
  .driv-part-finder-part-results-page .driv-engine-search-table.tablet,
  .driv-corp-specification-results .driv-engine-search-table.tablet {
    display: none;
  }
  .driv-part-finder-part-results-page .driv-engine-search-table.desktop,
  .driv-corp-specification-results .driv-engine-search-table.desktop {
    display: block;
    padding: 50px 80px;
  }
}
@media (min-width: 1025px) {
  .fmmp-homepage .driv-part-finder-corporate {
    position: absolute !important;
  }
}
@media (min-width: 1025px) {
  .driv-part-finder-corporate {
    position: relative !important;
  }
}

.driv-corp-list-view {
  padding: 0;
  text-align: left;
}
.driv-corp-list-view-item-container {
  border-bottom: 2px solid;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.driv-corp-list-view-item-container > .driv-corp-list-view-item-image {
  display: none;
}
.driv-corp-list-view-item-content {
  width: 100%;
}
.driv-corp-list-view-item-image {
  width: auto;
  height: 150px;
  margin: 16px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-align-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
}
.driv-corp-list-view-item-image.list-desktop {
  position: relative;
}
.driv-corp-list-view-item-image.list-desktop img {
  width: auto;
  max-width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.driv-corp-list-view-item-image img {
  -moz-align-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
}
.driv-corp-list-view-item-header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 28px 24px 16px;
}
.driv-corp-list-view-item-header .interactive-diagrams-btn {
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  line-height: 16px;
  margin-right: auto;
}
.driv-corp-list-view-item-header .action-buttons {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 auto 20px;
}
@media all and (max-width: 1024px) {
  .driv-corp-list-view-item-header .action-buttons {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
  }
  .driv-corp-list-view-item-header .action-buttons .driv-corp-list-view-item-wtb-button {
    width: 100%;
  }
}
.driv-corp-list-view-item-header .driv-corp-item-part-name {
  width: 100%;
  max-width: 300px;
  margin: 4px 20px 0 0;
}
.driv-corp-list-view-item-info-header {
  margin-bottom: 8px;
}
.driv-corp-list-view-item-additional-info {
  margin: 16px 0;
}
.driv-corp-list-view-item-details {
  padding: 16px 24px 20px;
}
@media all and (min-width: 1025px) {
  .driv-corp-list-view-item-container {
    border-top: 1px solid;
    border-bottom-width: 1px;
    padding: 20px 12px;
  }
  .driv-corp-list-view-item-container > .driv-corp-list-view-item-image {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .driv-corp-list-view-item-container .driv-dropdown-button {
    margin-left: 20px;
  }
  .driv-corp-list-view-item-image {
    width: 150px;
    margin: 0 20px 0 0;
    border: 1px solid;
    overflow: hidden;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
  }
  .driv-corp-list-view-item-wtb-button {
    width: auto;
  }
  .driv-corp-list-view-item-content {
    width: calc(100% - 20px - 150px);
  }
  .driv-corp-list-view-item-content .driv-corp-list-view-item-image {
    display: none;
  }
  .driv-corp-list-view-item-header {
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid;
    margin-bottom: 16px;
    padding: 0 0 16px 0;
  }
  .driv-corp-list-view-item-details {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 0;
  }
  .driv-corp-list-view-item-info,
  .driv-corp-list-view-item-additional-info {
    width: 50%;
  }
  .driv-corp-list-view-item-additional-info {
    margin: 0;
    padding: 16px;
  }
}

.driv-corp-grid-view-group table {
  border: none;
}
.driv-corp-grid-view-group .product-logo {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.driv-corp-grid-view-group .product-logo img {
  height: 25px;
  margin: 8px 10px;
}
.driv-corp-grid-view-group .product-logo span {
  margin: 8px 10px;
}
.driv-corp-grid-view-group .product-type-group {
  height: 24px;
}
.driv-corp-grid-view-group .product-type-group td {
  padding: 8px 10px;
}
.driv-corp-grid-view-group .product-columns .product-wtb {
  width: 4%;
}
.driv-corp-grid-view-group .product-columns .product-image {
  width: 7%;
}
.driv-corp-grid-view-group .product-columns .product-name,
.driv-corp-grid-view-group .product-columns .product-submodel,
.driv-corp-grid-view-group .product-columns .product-drive-wheel,
.driv-corp-grid-view-group .product-columns .product-engine-base,
.driv-corp-grid-view-group .product-columns .product-engine-vin,
.driv-corp-grid-view-group .product-columns .product-position {
  width: 10%;
}
.driv-corp-grid-view-group .product-columns .product-qualifiers {
  width: 21%;
}
.driv-corp-grid-view-group .product-columns .product-vehicle-quantity {
  width: 8%;
}
.driv-corp-grid-view-group .product__info {
  width: 100%;
}
.driv-corp-grid-view-group .product__info td.product-image {
  width: 60px;
  height: 60px;
}
.driv-corp-grid-view-group .product__info td.product-image img {
  max-height: 60px;
  max-width: 60px;
}
.driv-corp-grid-view-group .product__info td.product-name-container .product-quick-details {
  padding: 8px 0;
  cursor: pointer;
}
.driv-corp-grid-view-group .product__info td.product-name-container .interactive-diagrams-btn {
  margin: 5px 0;
}
.driv-corp-grid-view-group .product__info td.product-name-container,
.driv-corp-grid-view-group .product__info td.product-qualifiers.align-left {
  text-align: left;
}
.driv-corp-grid-view-group .product__info td.product-wtb span {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: auto;
  width: 80%;
  height: 25px;
  border-radius: 5px;
  cursor: pointer;
}
.driv-corp-grid-view-group .product-columns td,
.driv-corp-grid-view-group .product__info td {
  padding: 4px;
  text-align: center;
}
.driv-corp-grid-view-group .quick-details__container {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: max-height 5s;
  -moz-transition: max-height 5s;
  -o-transition: max-height 5s;
  -ms-transition: max-height 5s;
  transition: max-height 5s;
  max-height: 500px;
}
.driv-corp-grid-view-group .quick-details__container .part-detail-warning {
  display: none;
}
.driv-corp-grid-view-group .quick-details__container .part-detail-header-logo {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.driv-corp-grid-view-group .quick-details__container .part-detail-header-logo img {
  width: 135px;
}
.driv-corp-grid-view-group .quick-details__container .part-detail-header-logo_placeholder {
  min-width: 135px;
  padding: 8px 16px;
  text-align: center;
}
.driv-corp-grid-view-group .quick-details__container .driv-part-detail-page-specifications-container {
  padding: 0;
}
.driv-corp-grid-view-group .quick-details__container .driv-part-detail-page-contents-container {
  padding: 0;
}
.driv-corp-grid-view-group .quick-details__container .driv-part-detail-page-contents-container .driv-part-detail-page-tab-data-header {
  margin-top: 0;
}
.driv-corp-grid-view-group .quick-details__sub-brand::before {
  content: "-";
  margin-left: 4px;
  margin-right: 4px;
}
.driv-corp-grid-view-group .quick-details__sub-brand,
.driv-corp-grid-view-group .quick-details__sub-brand::before {
  display: inline-block;
}
.driv-corp-grid-view-group .quick-details__close-icon {
  position: absolute;
  right: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 20px;
  cursor: pointer;
}
.driv-corp-grid-view-group .quick-details-enter,
.driv-corp-grid-view-group .quick-details-leave-to {
  max-height: 0;
}
.driv-corp-grid-view-group .quick-details-enter-to,
.driv-corp-grid-view-group .quick-details-leave {
  max-height: 500px;
}
.driv-corp-grid-view-group .quick-details-enter-active,
.driv-corp-grid-view-group .quick-details-leave-active {
  -webkit-transition: max-height 5s;
  -moz-transition: max-height 5s;
  -o-transition: max-height 5s;
  -ms-transition: max-height 5s;
  transition: max-height 5s;
}

.part-number-results-wrapper {
  margin: 20px;
}
.part-number-results-wrapper a {
  cursor: pointer;
}
.part-number-results-wrapper .driv-tabs__header li {
  padding: 16px;
}
.part-number-results-wrapper .driv-part-number-tab-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 24px 16px;
  border-bottom: 1px solid;
}
.part-number-results-wrapper .driv-part-number-tab-item:first-child {
  border-top: 1px solid;
}
.part-number-results-wrapper .driv-part-number-tab-item-image {
  border: 1px solid;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-align-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
}
.part-number-results-wrapper .driv-part-number-tab-item-image.list-desktop {
  position: relative;
}
.part-number-results-wrapper .driv-part-number-tab-item-image.list-desktop img {
  width: auto;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.part-number-results-wrapper .driv-part-number-tab-item-image img {
  -moz-align-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
}
.part-number-results-wrapper .driv-part-number-tab-item .driv-corp-item-part-name {
  width: 35%;
  order: -1;
  margin-bottom: 16px;
}
.part-number-results-wrapper .driv-part-number-tab-item-ctas {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 45%;
  margin: 0 20px;
}
.part-number-results-wrapper .driv-part-number-tab-item-ctas .driv-part-number-tab-item-cta {
  min-width: 170px;
  white-space: nowrap;
  margin: 5px;
}
.part-number-results-wrapper .driv-part-number-tab-item .driv-dropdown-button-options {
  width: 110%;
  padding-left: 0;
  top: 53px;
  left: -10px;
}
.part-number-results-wrapper .driv-interchanges-tab {
  table-layout: fixed;
}
.part-number-results-wrapper .driv-interchanges-tab-cell {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media all and (max-width: 1279px) {
  .part-number-results-wrapper .driv-part-number-tab-item .driv-corp-item-part-name {
    width: 45%;
  }
  .part-number-results-wrapper .driv-part-number-tab-item-ctas {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-around;
    -moz-box-pack: space-around;
    -ms-flex-pack: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    width: 30%;
    margin-left: 20px;
  }
  .part-number-results-wrapper .driv-part-number-tab-item-cta {
    min-width: 170px;
    width: 100%;
  }
  .part-number-results-wrapper .driv-part-number-tab-item .driv-dropdown-button {
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  .part-number-results-wrapper .driv-part-number-tab-item {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .part-number-results-wrapper .driv-part-number-tab-item-image {
    width: 150px;
    height: 150px;
    margin-right: 28px;
  }
  .part-number-results-wrapper .driv-part-number-tab-item .driv-corp-item-part-name {
    order: 0;
    margin-bottom: 16px;
  }
  .part-number-results-wrapper .driv-part-number-tab-item-ctas {
    margin-left: auto;
  }
}
@media all and (max-width: 768px) {
  .part-number-results-wrapper .driv-part-number-tab-item .driv-corp-item-part-name {
    width: 100%;
  }
  .part-number-results-wrapper .driv-part-number-tab-item-image {
    width: 250px;
  }
  .part-number-results-wrapper .driv-part-number-tab-item-ctas {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 80%;
    margin: 20px auto;
  }
  .part-number-results-wrapper .driv-part-number-tab-item .driv-dropdown-button-options {
    width: 100%;
    left: 5px;
  }
}
@media all and (min-width: 1025px) {
  .part-number-results-wrapper {
    margin: 60px;
  }
  .part-number-results-wrapper .driv-interchanges-tab-wrapper {
    padding: 16px;
    border-top: 1px solid;
  }
  .part-number-results-wrapper .driv-interchanges-tab-cell {
    display: table-cell;
    border-bottom: 1px solid;
  }
  .part-number-results-wrapper .driv-interchanges-tab-cell-heading {
    display: none;
  }
  .part-number-results-wrapper .driv-interchanges-tab-cell,
  .part-number-results-wrapper .driv-interchanges-tab-head-cell {
    width: 25%;
    text-align: center;
  }
  .part-number-results-wrapper .driv-interchanges-tab-head-cell {
    letter-spacing: 0;
    border: 1px solid;
  }
}

.table-container {
  overflow-y: auto;
  max-height: 200px;
  width: 600px;
  margin: auto;
}
.table-container::-webkit-scrollbar {
  width: 12px;
}
.table-container::-webkit-scrollbar-button {
  background-repeat: no-repeat;
  width: 5px;
  height: 0;
}
.table-container .driv-engine-search-filtering-table thead th {
  padding: 10px 15px 10px 5px;
  text-align: center;
  position: sticky;
  top: 0;
}
.table-container .driv-engine-search-filtering-table thead th:first-child {
  padding: 10px 5px;
}
.table-container .driv-engine-search-filtering-table thead th:not(:first-child) span.arrow-down::after {
  content: "";
  position: absolute;
  border-style: solid;
  top: 20px;
  right: 3px;
  border-width: 6px 5px 0 5px;
}
.table-container .driv-engine-search-filtering-table thead th:not(:first-child) span.arrow-up::after {
  content: "";
  position: absolute;
  border-style: solid;
  top: 20px;
  right: 3px;
  border-width: 0 5px 6px 5px;
}
.table-container .driv-engine-search-filtering-table thead th:last-child {
  text-align: left;
  padding-left: 10px;
}
.table-container .driv-engine-search-filtering-table tbody td {
  padding: 8px 5px;
  text-align: center;
  width: 85%;
}
.table-container .driv-engine-search-filtering-table tbody td:first-child {
  width: 15%;
}
.table-container .driv-engine-search-filtering-table tbody td input[type="radio"]:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.table-container .driv-engine-search-filtering-table tbody td.width-7 {
  width: 7%;
}
.table-container .driv-engine-search-filtering-table tbody td.width-9 {
  width: 9%;
}
.table-container .driv-engine-search-filtering-table tbody td.width-10 {
  width: 10%;
}
.table-container .driv-engine-search-filtering-table tbody td:last-child {
  text-align: left;
  padding-left: 10px;
}
.table-container .driv-engine-search-filtering-table.desktop {
  display: none;
}
@media all and (min-width: 1025px) {
  .table-container .driv-engine-search-filtering-table.mobile {
    display: none;
  }
  .table-container .driv-engine-search-filtering-table.desktop {
    display: table;
  }
}
@media all and (max-width: 1279px) {
  .table-container {
    overflow-y: hidden;
    max-height: unset;
    padding: 0;
  }
}
/* Styles for filters in modal */
.driv-engine-search-filtering-table.modal .version-container {
  text-align: center;
}
.driv-engine-search-filtering-table.modal button.close {
  border-radius: 25px;
  border: none;
  outline: none;
  box-shadow: none;
}
@media all and (max-width: 479px) {
  .driv-engine-search-filtering-table.modal .modal-content .close {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}

.overlay {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.driv-corp-specification-results {
  margin: 32px 56px;
}
.driv-corp-specification-results.driv-commercial-specification-results .ag-cell-value {
  width: 100%;
}
.driv-corp-specification-results.driv-commercial-specification-results .ag-pinned-left-cols-container .ag-cell-last-left-pinned {
  background: #fff !important;
}
.driv-corp-specification-results .ag-header-cell .filter-icon {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.driv-corp-specification-results .ag-header-cell .filter-icon:before {
  font-size: 14px;
}
.driv-corp-specification-results .ag-header-icon.ag-filter-icon {
  display: none;
}
.driv-corp-specification-results .specification-filter {
  width: 280px;
  height: 220px;
  resize: both;
  overflow: auto;
}
.driv-corp-specification-results .clickable-part-number {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.driv-corp-specification-results .clickable-part-number__block {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.driv-corp-specification-results .clickable-part-number__thumbnail-img-wrapper {
  width: 40px;
  height: 40px;
  margin-left: 8px;
}
.driv-corp-specification-results .clickable-part-number__img-for-mobile-view {
  display: none;
}
@media all and (max-width: 767px) {
  .driv-corp-specification-results .clickable-part-number .driv-popover {
    display: none;
  }
  .driv-corp-specification-results .clickable-part-number__img-for-mobile-view {
    display: block;
  }
}
.driv-corp-specification-results .download-file {
  position: absolute;
  right: 40px;
  cursor: pointer;
  text-decoration: none;
}
.driv-corp-specification-results .download-file .fa {
  color: white !important;
}
.driv-corp-specification-results .driv-part-results-no-results {
  width: auto;
  margin: auto;
}
.driv-corp-specification-results .driv-part-results-content .part-results-head {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 16px 16px 0 16px;
}
.driv-corp-specification-results .driv-part-results-content .part-results-head .product-logo {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.driv-corp-specification-results .driv-part-results-content .part-results-head .product-logo .image_container {
  width: 120px;
  height: 57px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.driv-corp-specification-results .driv-part-results-content .part-results-head .product-logo .image_container img {
  height: auto;
  width: 75%;
}
@media all and (max-width: 768px) {
  .driv-corp-specification-results .driv-part-results-content .part-results-head .product-logo {
    display: none;
  }
}
.driv-corp-specification-results .driv-part-results-content .part-results-head .popup-buttons {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: end;
}
.driv-corp-specification-results .driv-part-results-content .part-results-head .popup-buttons > div {
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  padding-bottom: 10px;
}
@media all and (max-width: 768px) {
  .driv-corp-specification-results .driv-part-results-content .part-results-head {
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .driv-corp-specification-results .driv-part-results-content .part-results-head .product-logo {
    display: none;
  }
}
.driv-corp-specification-results .driv-part-results-content .results-summary,
.driv-corp-specification-results .driv-part-results-content .results-summary.footer {
  padding: 16px !important;
}
@media all and (max-width: 480px) {
  .driv-corp-specification-results .driv-part-results-content .results-summary,
  .driv-corp-specification-results .driv-part-results-content .results-summary.footer {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .driv-corp-specification-results .driv-part-results-content .results-summary .results-quantity,
  .driv-corp-specification-results .driv-part-results-content .results-summary.footer .results-quantity {
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    margin-bottom: 15px;
  }
  .driv-corp-specification-results .driv-part-results-content .results-summary .driv-corp-list-pagination,
  .driv-corp-specification-results .driv-part-results-content .results-summary.footer .driv-corp-list-pagination {
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
  }
}
@media all and (max-width: 768px) {
  .driv-corp-specification-results {
    margin: 15px;
  }
}
.specification-table {
  margin: 16px;
}
.specification-table .ag-header {
  min-height: 18% !important;
}
.specification-table .ag-header-cell {
  padding: 0 30px;
}
.specification-table .ag-header-row {
  height: 100% !important;
}
.specification-table .ag-menu {
  overflow: hidden;
}
.specification-table .ag-menu.ag-popup-child {
  z-index: 4;
}
.specification-table .ag-body-viewport .ag-cell {
  min-height: 100%;
  padding: 10px 30px;
  text-align: start;
  line-height: 24px;
}
.specification-table .ag-body-viewport .ag-cell-value {
  word-break: break-word;
}
@media all and (max-width: 768px) {
  .specification-table .ag-header-cell,
  .specification-table .ag-body-viewport .ag-cell {
    padding: 10px 12px !important;
  }
}
.popper__primary-img-wrapper {
  width: 400px;
  height: 400px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.default-filter-container {
  padding: 20px 20px 0;
  margin-bottom: 8px;
}
.default-filter-container .title {
  text-align: center;
}
.default-filter-container .default-filter {
  margin-top: 8px;
}
.filter-separator {
  text-align: center;
}
.ag-root-wrapper {
  overflow: visible !important;
}
.ag-root-wrapper .ag-popup {
  z-index: 999;
}
.ag-root-wrapper .ag-popup .ag-popup-child {
  max-height: none;
}
.range-filter-form {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 200px;
  padding: 0 20px 20px;
}
.range-filter-form__fields {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.range-filter-form__fields label {
  display: none;
}
.range-filter-form__fields .title {
  text-align: left;
  margin-bottom: 8px;
}
.range-filter-form__fields .autocomplete {
  display: none;
  width: 40%;
  margin-bottom: 8px;
}
.range-filter-form__fields .autocomplete .dropdown-toggle .form-control,
.range-filter-form__fields .autocomplete .dropdown-toggle .selected-tag {
  padding-left: 10px;
}
.range-filter-form__fields .autocomplete .dropdown-toggle .form-control:focus,
.range-filter-form__fields .autocomplete .dropdown-toggle .selected-tag:focus {
  padding-left: 10px;
}
.range-filter-form__fields .autocomplete .dropdown-toggle .selected-tag {
  max-width: 90%;
}
.range-filter-form__fields .autocomplete .dropdown-toggle i.open-indicator::before {
  top: -2px;
  right: 8px;
}
.range-filter-form__fields .autocomplete .dropdown-menu {
  max-height: 160px !important;
  min-width: auto;
  z-index: 4;
}
.range-filter-form__fields .autocomplete .dropdown-menu li a {
  white-space: initial;
}
.range-filter-form__fields .values-interval {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}
.range-filter-form__fields .values-interval input {
  margin-bottom: 8px;
  padding-left: 10px;
}
.range-filter-form__error-message {
  text-align: left;
}
.range-filter-form__error-message span {
  margin-left: 4px;
}
.range-filter-form__buttons {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 12px;
}
.range-filter-form__buttons .button-main {
  width: 130px;
  height: 32px;
  padding: 5px 10px;
  margin-bottom: 4px;
}
@media all and (max-width: 480px) {
  .range-filter-form {
    width: 100%;
    padding: 30px 16px;
  }
  .range-filter-form button.close i {
    font-size: 20px;
  }
  .range-filter-form__fields {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 24px;
  }
  .range-filter-form__fields .autocomplete {
    width: 100%;
  }
  .range-filter-form__fields .values-interval {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }
  .range-filter-form__fields .values-interval input {
    width: 48%;
    margin-left: 0;
  }
  .range-filter-form__fields .values-interval input:not(:first-child) {
    margin-left: 16px;
  }
  .range-filter-form__buttons .button-main {
    padding: 20px;
  }
}

.driv-result-specification .modal-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 60%;
  height: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  margin: 0 auto;
  overflow: hidden;
  padding: 45px 16px 16px;
}
.driv-result-specification .modal-content .modal-text {
  height: 100%;
  overflow-y: auto;
}
.driv-result-specification .modal-content .modal-header,
.driv-result-specification .modal-content .modal-footer {
  display: none;
}
.driv-result-specification .modal-content button.close {
  position: absolute;
  border: none;
  top: 4px;
  right: 5px;
  cursor: pointer;
}
.driv-result-specification .modal-content button.info {
  width: 130px;
  height: 32px;
  padding: 2px 35px;
  margin-top: 20px;
  text-transform: uppercase;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
@media all and (max-width: 767px) {
  .driv-result-specification .modal-content {
    width: 93%;
    height: 90%;
    padding: 16px;
  }
}

.bearing-diameters-page .driv-tabs__container {
  width: 100%;
}
.bearing-diameters-page .driv-tabs__container .driv-tabs__header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.bearing-diameters-page .driv-tabs__container .driv-tab__wrapper .list-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid black;
  margin: 20px 0;
  padding: 20px 0 20px 20px;
}
.bearing-diameters-page .driv-tabs__container .driv-tab__wrapper .list-item {
  margin: 3px 10px;
  width: calc((100% / 7) - 20px);
  line-height: 18px;
  cursor: pointer;
  text-decoration: underline;
  text-align: left;
}
@media all and (max-width: 1024px) {
  .bearing-diameters-page .driv-tabs__container .driv-tab__wrapper .list-item {
    width: calc((100% / 6) - 20px);
  }
  .bearing-diameters-page .driv-tabs__container .driv-tab__wrapper .list-item.millimeters {
    width: calc((100% / 5) - 20px);
  }
}
@media all and (max-width: 900px) {
  .bearing-diameters-page .driv-tabs__container .driv-tab__wrapper .list-item {
    width: calc((100% / 5) - 20px);
  }
  .bearing-diameters-page .driv-tabs__container .driv-tab__wrapper .list-item.millimeters {
    width: calc((100% / 4) - 20px);
  }
}
@media all and (max-width: 767px) {
  .bearing-diameters-page .driv-tabs__container .driv-tab__wrapper .list-item {
    width: calc((100% / 3) - 30px);
    margin: 15px 13px;
  }
  .bearing-diameters-page .driv-tabs__container .driv-tab__wrapper .list-item.millimeters {
    width: calc((100% / 2) - 30px);
  }
}
@media all and (max-width: 480px) {
  .bearing-diameters-page .driv-tabs__container .driv-tab__wrapper .list-item {
    width: calc((100% / 2) - 30px);
  }
  .bearing-diameters-page .driv-tabs__container .driv-tab__wrapper .list-item.millimeters {
    width: 100%;
  }
}
@media all and (max-width: 379px) {
  .bearing-diameters-page .driv-tabs__container .driv-tab__wrapper .list-item {
    width: 100%;
  }
}

.ujoint-results {
  margin: 32px;
  padding: 32px 40px;
}
.ujoint-results .driv-part-results-no-results {
  margin: 0;
}
.ujoint-results .ujoint-stepper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 32px;
}
.ujoint-common-page {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ujoint-common-page__image {
  width: 40%;
}
.ujoint-common-page__image img {
  width: 260px;
  height: 260px;
}
.ujoint-common-page__image.mobile {
  display: none;
}
.ujoint-common-page .info {
  width: 60%;
}
.ujoint-common-page .info__header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.ujoint-common-page .info__header .title {
  margin-left: 32px;
  text-align: start;
}
.ujoint-common-page .info__text {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ujoint-common-page .info__text span {
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.ujoint-common-page .info__text span:first-child {
  margin: 24px 0;
}
.ujoint-common-page .info__text p {
  margin-bottom: 16px;
  text-align: left;
}
.ujoint-common-page .info .driv-tab__wrapper .driv-tab {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}
.ujoint-common-page .info .driv-tab__wrapper .driv-tab span {
  margin: 25px 0;
}
.ujoint-common-page .info .driv-tab__wrapper .driv-section {
  display: none;
}
.ujoint-common-page__tabs {
  margin-top: 32px;
  width: 100%;
}
.ujoint-common-page__tabs .driv-tabs__header li {
  padding: 0;
  margin-right: 27px;
}
@media all and (max-width: 900px) {
  .ujoint-common-page {
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .ujoint-common-page .info {
    width: 50%;
  }
}
@media all and (max-width: 768px) {
  .ujoint-common-page__image {
    display: none;
  }
  .ujoint-common-page__image.mobile {
    display: block;
    width: 100%;
  }
  .ujoint-common-page .info {
    width: 100%;
  }
  .ujoint-common-page .info__header {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: none;
  }
  .ujoint-common-page .info__header .title {
    margin: 25px 0;
  }
  .ujoint-common-page .info .driv-tab__wrapper .driv-tab {
    display: none;
  }
  .ujoint-common-page .info .driv-tab__wrapper .driv-section {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ujoint-common-page .info .driv-tab__wrapper .driv-section__title {
    padding-left: 0;
  }
  .ujoint-common-page .info .driv-tab__wrapper .driv-section__content {
    text-align: left;
    padding: 15px 0;
  }
  .ujoint-common-page .info .driv-tab__wrapper .driv-section__content span {
    display: none;
  }
  .ujoint-common-page .info .driv-tab__wrapper .driv-section__content p {
    margin-bottom: 0;
  }
}

.u-joint-types-container .u-joint-types-cards {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.u-joint-types-container .u-joint-types-cards .u-joint-card {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-around;
  -moz-box-pack: space-around;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 15px;
  width: calc((100% / 4) - 30px);
  padding: 10px;
  height: 270px;
}
@media all and (max-width: 1025px) {
  .u-joint-types-container .u-joint-types-cards .u-joint-card {
    width: calc((100% / 3) - 30px);
  }
}
@media all and (max-width: 900px) {
  .u-joint-types-container .u-joint-types-cards .u-joint-card {
    width: calc((100% / 2) - 30px);
  }
}
@media all and (max-width: 767px) {
  .u-joint-types-container .u-joint-types-cards .u-joint-card {
    width: calc(100% - 30px);
  }
}
.u-joint-types-container .u-joint-types-cards .u-joint-card button {
  padding: 0;
  width: 195px;
  height: 32px;
  text-transform: uppercase;
}
@media all and (max-width: 479px) {
  .u-joint-types-container .u-joint-types-cards .u-joint-card button {
    width: 150px;
  }
}
.u-joint-types-container .u-joint-types-cards .u-joint-card img {
  height: 200px;
}

.driv-corp-diagram-results {
  margin: 15px;
}
.driv-corp-diagram-results .driv-part-results-no-results {
  margin: 0 !important;
}
.driv-corp-diagram-results .diagram-results_header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.driv-corp-diagram-results .diagram-results_header .back-to-product-link {
  position: relative;
  padding-left: 15px;
}
.driv-corp-diagram-results .diagram-results_header .back-to-product-link:before {
  content: "<";
  position: absolute;
  left: 0;
}
.driv-corp-diagram-results .diagram-results_header .product-info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 20% 15px 0;
}
.driv-corp-diagram-results .diagram-results_header .product-info .product-logo {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  justify-content: start;
  width: 130px;
  height: 52px;
  margin-right: 15px;
}
.driv-corp-diagram-results .diagram-results_header .product-info .product-logo img {
  height: auto;
  width: 75%;
}
.driv-corp-diagram-results .diagram-results_header .all-diagrams-text {
  margin: 24px 0;
}
@media all and (max-width: 767px) {
  .driv-corp-diagram-results .diagram-results_header {
    padding: 16px 25px;
  }
  .driv-corp-diagram-results .diagram-results_header .product-info {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .driv-corp-diagram-results .diagram-results_header .product-info .product-logo {
    margin-bottom: 30px;
  }
}

.diagrams-results-page__modal {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.diagrams-results-page__modal .modal-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 60%;
  height: auto;
  max-height: 90%;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1015;
}
.diagrams-results-page__modal .modal-title,
.diagrams-results-page__modal .close {
  position: absolute;
}
.diagrams-results-page__modal .modal-title {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 24px;
}
.diagrams-results-page__modal .close {
  border: none;
  background: transparent;
}
.diagrams-results-page__modal-content {
  overflow-y: auto;
}
.diagrams-results-page__cell-heading {
  display: none;
}
@media all and (min-width: 1025px) and (max-width: 1279px) {
  .diagrams-results-page__modal .modal-content {
    width: 80%;
  }
}
@media all and (max-width: 1024px) {
  .diagrams-results-page__modal .modal-content {
    width: 93%;
  }
  .diagrams-results-page__cell-heading {
    display: inline-block;
    margin-right: 8px;
    width: 40%;
  }
}

.nav-item {
  width: 290px;
  height: 290px;
  margin: 10px;
}
body.modal-open {
  overflow-y: hidden;
}
.driv-diagram-results-carousel {
  padding: 20px 50px 40px 50px;
}
.driv-diagram-results-carousel__images-container {
  padding-top: 55px;
}
.driv-diagram-results-carousel__images-container .close-button {
  display: none;
}
.driv-diagram-results-carousel__images-container.selected-image {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 2%;
  padding-right: 2%;
  background: #fff;
  overflow-y: auto;
  z-index: 1110;
}
.driv-diagram-results-carousel__images-container.selected-image .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  font-size: 24px;
  background-color: transparent;
  border: none;
  color: #333;
  cursor: pointer;
  padding-top: 15px;
}
.driv-diagram-results-carousel__images-container.selected-image .view-as-fullscreen {
  display: none;
}
.driv-diagram-results-carousel__images-container.selected-image .image {
  width: 100%;
  height: auto;
  margin: 0;
}
.driv-diagram-results-carousel__images-container.selected-image .image > svg {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
@media all and (max-width: 479px) {
  .driv-diagram-results-carousel__images-container.selected-image {
    justify-content: start;
    flex-direction: column;
  }
  .driv-diagram-results-carousel__images-container.selected-image .mobileLabel {
    display: block;
    padding-left: 4px;
    font-size: 11px;
  }
}
.driv-diagram-results-carousel__images-container .view-as-fullscreen {
  cursor: pointer;
  float: right;
  background-color: transparent;
  border: 1px solid #c41230;
  color: #c41230;
  font-weight: 600;
}
.driv-diagram-results-carousel__images-container .view-as-fullscreen:hover {
  cursor: pointer;
}
.driv-diagram-results-carousel__images-container .image {
  max-width: 100%;
  margin: 45px 0;
}
.driv-diagram-results-carousel__images-container .image > svg {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
@media all and (max-width: 767px) {
  .driv-diagram-results-carousel__images-container .image {
    height: auto;
  }
}
.driv-diagram-results-carousel__images-container .title {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.driv-diagram-results-carousel__nav-container .slick-list .slick-track {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.driv-diagram-results-carousel__nav-container .slick-dots {
  bottom: -38px;
  width: 100%;
}
@media all and (max-width: 767px) {
  .driv-diagram-results-carousel__nav-container .slick-dots {
    width: 100%;
  }
}
.driv-diagram-results-carousel__nav-container .slick-slide {
  margin: 0 10px;
  min-height: 270px;
}
.driv-diagram-results-carousel__nav-container .slick-slide .slide {
  height: 270px;
}
.driv-diagram-results-carousel__nav-container .slick-slide .slide > div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.driv-diagram-results-carousel__nav-container .slick-slide .slide .card-container {
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 270px;
}
.driv-diagram-results-carousel__nav-container .slick-slide .slide .card-container button {
  text-transform: uppercase;
  width: 90%;
  line-height: 4px;
  padding: 16px;
  margin: 10px;
}
@media all and (max-width: 900px) {
  .driv-diagram-results-carousel__nav-container .slick-slide .slide .card-container button {
    width: 180px;
  }
}
.driv-diagram-results-carousel__nav-container .slick-slide .slide .card-container img {
  width: 290px;
  height: 200px;
}
.driv-diagram-results-carousel__nav-container .slick-slide .slide .card-container .title {
  margin-top: 20px;
  padding: 0 4px;
  display: inline-block;
  width: 90%;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-bottom: 10px;
  line-height: 31px;
  white-space: nowrap;
}
@media all and (max-width: 767px) {
  .driv-diagram-results-carousel__nav-container .slick-slide .slide .card-container {
    max-height: 500px;
  }
}
@media all and (max-width: 767px) {
  .driv-diagram-results-carousel__nav-container .slick-slide .slide {
    max-height: 500px;
  }
}
@media all and (max-width: 767px) {
  .driv-diagram-results-carousel__nav-container .slick-slide {
    margin: 0;
  }
}
.driv-diagram-results-carousel__nav-container .slide {
  text-align: center;
  border-width: 2px;
  border-style: solid;
}
.driv-diagram-results-carousel__nav-container .slide .slide-image {
  width: 90%;
  height: 100%;
  overflow: hidden;
}
.driv-diagram-results-carousel__nav-container .slide .slide-image > svg {
  margin: 0;
  width: 95%;
  height: 120%;
}
@media all and (max-width: 479px) {
  #foreignObject {
    font-size: 24px !important;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0 !important;
  }
  .driv-diagram-results-carousel__images-container {
    padding-top: 55px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mobileLabel {
    display: none;
  }
}
@media all and (min-width: 480px) {
  .driv-diagram-results-carousel__images-container {
    padding-top: 55px !important;
  }
  .mobileLabel {
    display: none;
  }
}
#foreignObject {
  font-size: 18px !important;
  margin-top: -20px;
}
.driv-diagram-results-carousel__images-container {
  padding-top: 10px;
  padding-left: 10%;
  padding-right: 10%;
}
.corporate .driv-diagram-results-carousel__images-container {
  text-align: left;
}
.corporate .driv-diagram-results-carousel__images-container p {
  font-size: 0.9em;
  line-height: 1em;
}
.walker .driv-diagram-results-carousel__images-container {
  padding-left: 5%;
  padding-right: 5%;
}
.walker .driv-diagram-results-carousel__images-container a {
  font-size: 100%;
}
.full-screen-modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.full-screen-modal .fullscreen-modal-container {
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1001;
}
.full-screen-modal .fullscreen-modal-content {
  width: 100%;
  height: 100%;
}
.full-screen-modal .fullscreen-modal-content svg {
  max-width: 100%;
  max-height: 100%;
}

.driv-torque-table.shortened {
  max-width: 485px;
}
.driv-torque-table .torque-one-result-table {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 15px;
}
.driv-torque-table .torque-one-result-table span {
  vertical-align: super;
  margin-left: 15px;
}
@media all and (max-width: 1025px) {
  .driv-torque-table .torque-one-result-table {
    padding: 15px 0;
  }
  .driv-torque-table .torque-one-result-table span {
    margin-left: 0;
  }
}
.driv-torque-table .torque-all-results-table {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.driv-torque-table .torque-all-results-table .table-instruction {
  text-align: left;
  margin: 15px 0;
}
.driv-torque-table .torque-all-results-table .torque-results-table {
  overflow-y: auto;
  max-height: 500px;
}
@media all and (max-width: 1025px) {
  .driv-torque-table .torque-all-results-table .torque-results-table {
    overflow-y: hidden;
    max-height: initial;
  }
}
.driv-torque-table .torque-all-results-table .torque-results-table table tbody tr td:first-child {
  text-align: center;
}
@media all and (max-width: 1025px) {
  .driv-torque-table .torque-all-results-table .torque-results-table table tbody tr td {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .driv-torque-table .torque-all-results-table .torque-results-table table tbody tr td:before {
    width: auto;
  }
  .driv-torque-table .torque-all-results-table .torque-results-table table tbody tr td .label {
    width: 30%;
  }
  .driv-torque-table .torque-all-results-table .torque-results-table table tbody tr td .value {
    width: 70%;
  }
}
@media all and (max-width: 480px) {
  .driv-torque-table .torque-all-results-table .torque-results-table table tbody tr td .label {
    width: 45%;
  }
  .driv-torque-table .torque-all-results-table .torque-results-table table tbody tr td .value {
    width: 55%;
  }
}
.driv-torque-table .mobile {
  display: none;
}
@media all and (max-width: 1025px) {
  .driv-torque-table .mobile {
    display: block;
  }
}
@media all and (max-width: 1025px) {
  .driv-torque-table .desktop {
    display: none !important;
  }
}

.driv-corp-torque-results-page {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 30px;
  padding: 40px 50px 10px;
}
.driv-corp-torque-results-page .pdf-container {
  width: 40%;
  margin-right: 60px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.driv-corp-torque-results-page .pdf-container img {
  margin: 0 auto 16px;
  max-width: 80%;
}
@media all and (max-width: 768px) {
  .driv-corp-torque-results-page .pdf-container {
    margin-top: 30px;
  }
  .driv-corp-torque-results-page .pdf-container img {
    max-height: 300px;
  }
}
.driv-corp-torque-results-page .title.mobile {
  display: none;
}
.driv-corp-torque-results-page .torque-results-info {
  width: 60%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.driv-corp-torque-results-page .torque-results-info.hub-wheel-bearing {
  width: 100%;
}
.driv-corp-torque-results-page .torque-results-info .error-message {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-self: flex-start;
}
.driv-corp-torque-results-page .torque-results-info .fields-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.driv-corp-torque-results-page .torque-results-info .fields-container .title {
  width: 100%;
  padding-bottom: 25px;
  text-align: start;
}
.driv-corp-torque-results-page .torque-results-info .fields-container .filters {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 25px 0;
}
.driv-corp-torque-results-page .torque-results-info .fields-container .refine-search-fields {
  width: 485px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.driv-corp-torque-results-page .torque-results-info .fields-container .refine-search-fields .autocomplete {
  width: 230px;
  margin-bottom: 24px;
}
.driv-corp-torque-results-page .torque-results-info .fields-container .refine-search-fields .autocomplete .vs__actions {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  width: 56px;
}
@media all and (max-width: 900px) {
  .driv-corp-torque-results-page .torque-results-info .fields-container .refine-search-fields {
    width: 100%;
  }
  .driv-corp-torque-results-page .torque-results-info .fields-container .refine-search-fields .autocomplete {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .driv-corp-torque-results-page .torque-results-info {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .driv-corp-torque-results-page {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 16px;
    padding: 16px;
  }
  .driv-corp-torque-results-page .pdf-container {
    width: 100%;
    margin-right: 0;
  }
  .driv-corp-torque-results-page .title.mobile {
    display: block;
    text-align: start;
    font-size: 28px;
    padding-bottom: 15px;
  }
  .driv-corp-torque-results-page .fields-container .title.desktop {
    display: none;
  }
  .driv-corp-torque-results-page .fields-container .refine-search-fields {
    width: 100%;
  }
  .driv-corp-torque-results-page .fields-container .refine-search-fields .autocomplete {
    width: 100%;
  }
}
.driv-corp-torque-results .additional-info {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.driv-corp-torque-results .additional-info.withAdditionalLink {
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.driv-corp-torque-results .provider-info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 32px;
}
.driv-corp-torque-results .provider-info .image_container {
  width: 120px;
  height: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.driv-corp-torque-results .provider-info .image_container img {
  height: auto;
  width: 100%;
}
.driv-corp-torque-results .provider-info span {
  text-align: start;
  width: calc(100% - 120px);
}
.driv-corp-torque-results .additional-link {
  text-decoration: underline;
  cursor: pointer;
  margin-left: 32px;
  text-align: left;
}

.torque-details-page {
  margin: 32px;
  padding: 24px 48px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.torque-details-page .back-to-results-link {
  position: relative;
  text-align: left;
  padding-left: 15px;
  margin-bottom: 48px;
}
.torque-details-page .back-to-results-link:before {
  content: "<";
  position: absolute;
  left: 0;
}
.torque-details-page .torque-details {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.torque-details-page .torque-details__image {
  width: 40%;
  margin-right: 60px;
}
.torque-details-page .torque-details__image img {
  margin: 0 auto 16px;
  max-width: 80%;
}
.torque-details-page .torque-details__info {
  width: 60%;
  text-align: left;
}
.torque-details-page .torque-details__info.no-image {
  width: 100%;
}
.torque-details-page .torque-details__info .info-header {
  width: 100%;
  padding-bottom: 16px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.torque-details-page .torque-details__info .info-header span {
  line-height: 40px;
}
.torque-details-page .torque-details__info .info-header .logos {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.torque-details-page .torque-details__info .info-header .logos div {
  width: 120px;
  height: 40px;
  margin-right: 26px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.torque-details-page .torque-details__info .info-header .logos img {
  max-width: 100%;
  max-height: 100%;
  padding: 5px 10px;
}
.torque-details-page .torque-details__info .applied-filters {
  margin: 24px 0;
}
.torque-details-page .torque-details__info .applied-filters p {
  margin-bottom: 0;
  margin-top: 10px;
}
.torque-details-page .torque-details__info .notes {
  width: 100%;
  margin: 16px 0;
}
.torque-details-page .torque-details__info .notes.bordered {
  padding: 16px;
}
.torque-details-page .torque-details__info .notes.bordered .steps {
  margin: 16px 0;
}
.torque-details-page .torque-details__info .notes p {
  margin-bottom: 8px;
}
@media all and (max-width: 900px) {
  .torque-details-page .torque-details {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .torque-details-page .torque-details__image {
    width: 80%;
    margin: 0 auto 20px;
  }
  .torque-details-page .torque-details__info {
    width: 100%;
  }
  .torque-details-page .torque-details__info .info-header {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .torque-details-page .torque-details__info .info-header .logos {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 480px) {
  .torque-details-page {
    margin: 15px;
    padding: 14px 24px;
  }
}

.driv-notification-modal .modal-content {
  width: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  overflow: hidden;
}
.driv-notification-modal .modal-content button.close:hover {
  cursor: pointer;
}
.driv-notification-modal .modal-content .modal-title {
  position: relative;
  width: auto;
  height: 56px;
}
.driv-notification-modal .modal-content .modal-body {
  text-align: center;
  padding: 16px 10px;
}
@media all and (max-width: 480px) {
  .driv-notification-modal .modal-content {
    width: 80%;
  }
}

.container .driv-container {
  background-position: center;
  background-size: cover;
}
.container .driv-container.disable-padding-bottom {
  padding-bottom: 0;
}
.container .driv-container.disable-padding-top {
  padding-top: 0;
}
.container .driv-container.disable-padding-right .driv-container__content {
  padding-right: 0;
}
.container .driv-container.disable-padding-left .driv-container__content {
  padding-left: 0;
}
.container .driv-container.has-bg-overlay:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: '';
  background: #000000;
  opacity: 0.4;
}
.container .driv-container.has-bg-overlay:hover:before {
  background: #000000;
  opacity: 0.4;
}
.container .driv-container.has-bg-overlay > * {
  position: relative;
  /* Added to make sure all content is displayed above this bg overlay */
}
.container .driv-container.has-bg-overlay .container__content--rte p {
  color: #fff;
}
.container .driv-container__content--rte {
  padding: 50px;
}
.container .driv-container__content--ctas {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.container .driv-container__content--ctas .button-main {
  margin: 20px;
}
@media all and (min-width: 768px) {
  .container .driv-container__content--ctas .button-main {
    margin: 50px;
  }
}

.newsletter-tool {
  text-align: center;
  position: relative;
  z-index: 1;
}
.newsletter-tool .newsletter-container {
  padding-top: 20px;
}
.newsletter-tool .newsletter-element {
  display: inline;
}
.newsletter-tool .newsletter-email {
  border: 0;
  border-radius: 0;
  height: 54px;
  margin: 0;
  width: 350px;
  border: 1px solid #0032a0;
  color: #808080;
}
.newsletter-tool .newsletter-submit {
  border: 0;
  height: 54px;
  margin-left: -5px;
  vertical-align: middle;
}
.newsletter-tool .mailing-list-wrapper1 {
  position: relative;
  overflow: hidden;
  padding: 35px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsletter-tool .mailing-list-wrapper1 .mailing-list {
  padding: 25px;
  z-index: 9999;
  position: relative;
}
.newsletter-tool .mailing-list-wrapper1 .mailing-list.centre {
  text-align: center;
}
.newsletter-tool .mailing-list-wrapper1 .mailing-list.left {
  text-align: left;
  padding-left: 100px;
  flex: auto;
}
.newsletter-tool .mailing-list-wrapper1 .mailing-list.right {
  text-align: right;
  padding-right: 100px;
  flex: auto;
}
.newsletter-tool .mailing-list-wrapper1 .mailing-list h5 {
  font-family: 'roboto-blackitalic', sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  font-size: 30px;
}
.newsletter-tool .mailing-list-wrapper1 .newsletter-background,
.newsletter-tool .mailing-list-wrapper1 .has-bg-medium,
.newsletter-tool .mailing-list-wrapper1 .has-bg-small {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
.newsletter-tool .mailing-list-wrapper1.has-bg-overlay .newsletter-background:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: '';
  background: #000000;
  opacity: 0.4;
}
.newsletter-tool .mailing-list-wrapper1.has-bg-overlay .newsletter-background:hover:before {
  background: #000000;
  opacity: 0.4;
}
.newsletter-tool .mailing-list-wrapper1.has-bg-overlay .newsletter-background > * {
  position: relative;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .newsletter-tool .mailing-list-wrapper1 .has-bg-small {
    background-image: none !important;
  }
}
@media all and (min-width: 1025px) {
  .newsletter-tool .mailing-list-wrapper1 .has-bg-medium,
  .newsletter-tool .mailing-list-wrapper1 .has-bg-small {
    background-image: none !important;
  }
}
.newsletter-tool .mailing-list-wrapper1.increase-height {
  min-height: 450px;
}
.newsletter-tool .button-main {
  border: 0px;
  font-family: 'blenderpro-bolditalic', sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 23px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-shadow: none;
}
.newsletter-tool .has-bg-medium,
.newsletter-tool .has-bg-small {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (max-width: 767px) {
  .newsletter-tool .mailing-list-wrapper1 .mailing-list h5 {
    font-size: 20px;
  }
  .newsletter-tool .newsletter-email {
    width: 225px;
  }
  .newsletter-tool .newsletter-submit {
    height: 54px;
    padding-left: 20px;
    padding-right: 20px;
    width: 62px;
  }
  .newsletter-tool .newsletter-submit:after {
    margin-right: 0;
    right: 40%;
  }
  .newsletter-tool .newsletter-submit span {
    display: none;
  }
  .newsletter-tool .mailing-list-wrapper1 .mailing-list.centre {
    text-align: center;
  }
  .newsletter-tool .mailing-list-wrapper1 .mailing-list.left {
    text-align: center;
    padding-left: 23px;
  }
  .newsletter-tool .mailing-list-wrapper1 .mailing-list.right {
    text-align: center;
    padding-right: 23px;
  }
}
.newsletter-tool .mailing-list h3,
.newsletter-tool h4,
.newsletter-tool h6,
.newsletter-tool p {
  text-transform: uppercase;
}
.newsletter-tool .newsletter-element {
  display: inline;
  position: relative;
}
span.error-newsletter {
  position: absolute;
  left: 0;
  margin: 0;
  top: 40px;
}

.documents-search-container .documents-search {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 150px 60px;
  background-size: cover;
}
.documents-search-container .documents-search .search-description {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 30px;
  text-align: center;
}
.documents-search-container .documents-search .search-description .installation-instructions-title,
.documents-search-container .documents-search .search-description .installation-instructions-subtitle {
  color: white;
}
.documents-search-container .documents-search .search-field .dropdown .dropdown-toggle {
  height: 100%;
}
.documents-search-container .async-autocomplete-container {
  width: 455px;
}
.documents-search-container .search-result-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 70%;
  margin: 0 auto;
  padding: 20px 0;
}
.documents-search-container .not-found {
  padding: 29px 0;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .documents-search-container .documents-search {
    padding: 50px;
  }
  .documents-search-container .async-autocomplete-container {
    width: 320px;
  }
  .documents-search-container .search-result-container {
    width: 100%;
    padding: 55px;
  }
}
@media all and (max-width: 480px) {
  .documents-search-container .search-result-container {
    padding-top: 20px;
  }
}

.search-results {
  width: 100%;
}
.search-results .list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
  padding: 5px 0;
}
.search-results .list-item:nth-child(2) {
  border-top: 1px solid #dbdbdb;
}
.search-results .item-description {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-weight: bold;
}
.search-results .item-description div {
  font-size: 13px;
}
.search-results .item-description a {
  font-size: 16px;
}
@media all and (max-width: 768px) {
  .search-results .list-item {
    flex-direction: column;
    gap: 15px;
    text-align: center;
    padding: 12px 0;
  }
  .search-results .title {
    text-align: center;
  }
}
@media all and (max-width: 480px) {
  .search-results .title {
    font-size: 2em;
  }
}

