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;
}

/* 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;
  }
}

.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;
}

@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;
  }
}

.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;
  }
}

.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;
}

.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;
  }
}

/* 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;
}

.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;
  }
}

.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%;
  }
}

.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;
}

.form-additional,
.form-registration,
.form-suggestion,
.champion-stock-form-registration {
  margin: 0 auto;
}
.form-additional .form-sub-group,
.form-registration .form-sub-group,
.form-suggestion .form-sub-group,
.champion-stock-form-registration .form-sub-group,
.form-additional .reg-form-input,
.form-registration .reg-form-input,
.form-suggestion .reg-form-input,
.champion-stock-form-registration .reg-form-input,
.form-additional .sug-form-input,
.form-registration .sug-form-input,
.form-suggestion .sug-form-input,
.champion-stock-form-registration .sug-form-input {
  margin: 10px 0;
}
.form-additional .form-sub-group input[type="file"],
.form-registration .form-sub-group input[type="file"],
.form-suggestion .form-sub-group input[type="file"],
.champion-stock-form-registration .form-sub-group input[type="file"],
.form-additional .reg-form-input input[type="file"],
.form-registration .reg-form-input input[type="file"],
.form-suggestion .reg-form-input input[type="file"],
.champion-stock-form-registration .reg-form-input input[type="file"],
.form-additional .sug-form-input input[type="file"],
.form-registration .sug-form-input input[type="file"],
.form-suggestion .sug-form-input input[type="file"],
.champion-stock-form-registration .sug-form-input input[type="file"] {
  display: block;
  opacity: 0;
  height: 1px;
}
.form-additional .form-sub-group .files-list,
.form-registration .form-sub-group .files-list,
.form-suggestion .form-sub-group .files-list,
.champion-stock-form-registration .form-sub-group .files-list,
.form-additional .reg-form-input .files-list,
.form-registration .reg-form-input .files-list,
.form-suggestion .reg-form-input .files-list,
.champion-stock-form-registration .reg-form-input .files-list,
.form-additional .sug-form-input .files-list,
.form-registration .sug-form-input .files-list,
.form-suggestion .sug-form-input .files-list,
.champion-stock-form-registration .sug-form-input .files-list {
  margin-top: 5px;
}
@media all and (min-width: 1025px) {
  .form-additional,
  .form-registration,
  .form-suggestion,
  .champion-stock-form-registration {
    width: 50%;
  }
  .form-additional .reg-form-input.form-group,
  .form-registration .reg-form-input.form-group,
  .form-suggestion .reg-form-input.form-group,
  .champion-stock-form-registration .reg-form-input.form-group,
  .form-additional .sug-form-input.form-group,
  .form-registration .sug-form-input.form-group,
  .form-suggestion .sug-form-input.form-group,
  .champion-stock-form-registration .sug-form-input.form-group {
    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;
  }
  .form-additional .reg-form-input .form-sub-group,
  .form-registration .reg-form-input .form-sub-group,
  .form-suggestion .reg-form-input .form-sub-group,
  .champion-stock-form-registration .reg-form-input .form-sub-group,
  .form-additional .sug-form-input .form-sub-group,
  .form-registration .sug-form-input .form-sub-group,
  .form-suggestion .sug-form-input .form-sub-group,
  .champion-stock-form-registration .sug-form-input .form-sub-group {
    -moz-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    -webkit-flex: 0 0 49%;
    flex: 0 0 49%;
  }
}
.form-additional .tooltip,
.form-registration .tooltip,
.form-suggestion .tooltip,
.champion-stock-form-registration .tooltip {
  position: relative;
  display: inline-block;
  left: 5px;
}
.form-additional .tooltip .tooltiptext,
.form-registration .tooltip .tooltiptext,
.form-suggestion .tooltip .tooltiptext,
.champion-stock-form-registration .tooltip .tooltiptext {
  background-color: #000;
  border-radius: 5px;
  color: #fff;
  padding: 8px;
  position: absolute;
  left: 20px;
  min-width: 150px;
  text-align: center;
  top: -35px;
  visibility: hidden;
  z-index: 1;
}
.form-additional .tooltip:hover .tooltiptext,
.form-registration .tooltip:hover .tooltiptext,
.form-suggestion .tooltip:hover .tooltiptext,
.champion-stock-form-registration .tooltip:hover .tooltiptext {
  visibility: visible;
}
.form-additional .show-spinner,
.form-registration .show-spinner,
.form-suggestion .show-spinner,
.champion-stock-form-registration .show-spinner {
  position: fixed;
  left: 0;
}

.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;
  }
}

.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;
  }
}

.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-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;
}

.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%;
  }
}

.social-feed-v2 .mailing-list-wrapper {
  padding: 25px 0;
  text-align: center;
}
.social-feed-v2 .mailing-list-wrapper .mailing-list h5 {
  display: inline-block;
  padding: 0 15px;
}
.social-feed-v2 .feed-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0px auto;
  padding: 30px 15px 15px 50px;
}
.social-feed-v2 .feed-wrapper .social-components {
  width: 100%;
}
.social-feed-v2 .feed-wrapper .social-components > div > div {
  padding-right: 15px;
  margin-bottom: 15px;
}
.social-feed-v2 .feed-wrapper .social-components > div > div > div {
  height: 200px;
}
.social-feed-v2 .feed-wrapper .social-components .show-spinner {
  padding: 0;
  margin: 0;
}
.social-feed-v2 .feed-wrapper .social-components .latest-tweet-background,
.social-feed-v2 .feed-wrapper .social-components .latest-facebook-background,
.social-feed-v2 .feed-wrapper .social-components .instagram-photo,
.social-feed-v2 .feed-wrapper .social-components .youtube-background,
.social-feed-v2 .feed-wrapper .social-components .latest-linkedin-background {
  position: relative;
}
.social-feed-v2 .feed-wrapper .social-components .latest-tweet .latest-tweet-background .sf-social-icon,
.social-feed-v2 .feed-wrapper .social-components .latest-facebook-background .sf-social-icon,
.social-feed-v2 .feed-wrapper .social-components .instagram-photo .sf-social-icon,
.social-feed-v2 .feed-wrapper .social-components .youtube-background .sf-social-icon,
.social-feed-v2 .feed-wrapper .social-components .latest-linkedin-background .sf-social-icon {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 50px;
}
.social-feed-v2 .feed-wrapper .social-components .latest-instagram {
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  min-width: 215px;
  max-width: 430px;
}
.social-feed-v2 .feed-wrapper .social-components .latest-instagram .show-spinner {
  padding-top: 85px;
}
.social-feed-v2 .feed-wrapper .social-components .latest-instagram .latest-instagram-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.social-feed-v2 .feed-wrapper .social-components .latest-instagram .latest-instagram-content .instagram-photo {
  position: relative;
}
.social-feed-v2 .feed-wrapper .social-components .latest-instagram .latest-instagram-content .instagram-photo:first-of-type[data-amount-of-photos="2"] {
  margin-right: 15px;
}
.social-feed-v2 .feed-wrapper .social-components .latest-instagram .latest-instagram-content .instagram-photo > div {
  display: -ms-flexbox;
  display: -webkit-flex;
  height: 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: flex;
}
.social-feed-v2 .feed-wrapper .social-components .latest-instagram .latest-instagram-content .instagram-photo img {
  display: block;
  max-height: 198px;
}
.social-feed-v2 .feed-wrapper .social-components .latest-instagram .latest-instagram-content .instagram-photo .no-photo-found {
  width: 100%;
  height: 100%;
}
.social-feed-v2 .feed-wrapper .social-components .latest-instagram .latest-instagram-content .instagram-photo .no-photo-found > * {
  display: none;
}
@media all and (max-width: 1024px) {
  .social-feed-v2 {
    padding: 0;
  }
  .social-feed-v2 .mailing-list-wrapper .mailing-list h5 {
    display: block;
  }
  .social-feed-v2 .feed-wrapper {
    padding: 25px 20px;
  }
  .social-feed-v2 .feed-wrapper .social-components > div {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .social-feed-v2 .feed-wrapper .social-components > div > div {
    width: 100% !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0 !important;
  }
  .social-feed-v2 .feed-wrapper .social-components > div > div > div {
    height: unset;
  }
  .social-feed-v2 .feed-wrapper .social-components .latest-instagram {
    max-width: unset;
    min-width: unset;
  }
  .social-feed-v2 .feed-wrapper .social-components .latest-instagram .latest-instagram-content,
  .social-feed-v2 .feed-wrapper .social-components .latest-instagram .instagram-photo {
    width: 100%;
  }
  .social-feed-v2 .feed-wrapper .social-components .latest-instagram .latest-instagram-content .instagram-photo {
    margin-right: 0 !important;
  }
  .social-feed-v2 .feed-wrapper .social-components .latest-instagram .latest-instagram-content .instagram-photo a:not(.sf-social-icon) {
    display: block;
    width: 100%;
  }
  .social-feed-v2 .feed-wrapper .social-components .latest-instagram .latest-instagram-content .instagram-photo img {
    min-width: 100%;
    max-height: 100%;
  }
}

.latest-facebook-background {
  min-height: 200px;
  padding: 50px 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;
  -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;
}
.latest-facebook-background .show-spinner {
  margin: 0;
  padding: 0;
  width: initial;
}
.latest-facebook-background .show-spinner .three-quarters-loader {
  margin: 0;
}
.latest-facebook-background .latest-facebook-content .facebook-post-text {
  text-align: center;
  padding: 20px;
  margin: 0 auto;
}
.latest-facebook-background .latest-facebook-content img {
  height: 30px;
  width: 30px;
}
.latest-facebook-background .facebook-page-icon {
  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-bottom: 10px;
}
.latest-facebook-background .latest-facebook-title {
  margin-bottom: 30px;
}
.latest-facebook-background .sf-social-icon {
  display: none;
}

.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%;
  }
}

.latest-vk-background {
  min-height: 200px;
  padding: 50px 0;
  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-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;
}
.latest-vk-background .show-spinner {
  margin: 0;
  padding: 0;
  width: initial;
}
.latest-vk-background .show-spinner .three-quarters-loader {
  margin: 0;
}
.latest-vk-background .latest-vk-content .vk-post-text {
  text-align: center;
  padding: 20px;
  margin: 0 auto;
}
.latest-vk-background .latest-vk-content img {
  height: 30px;
  width: 30px;
}
.latest-vk-background .vk-page-icon {
  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-bottom: 10px;
}
.latest-vk-background .latest-vk-title {
  margin-bottom: 30px;
}
.latest-vk-background .sf-social-icon {
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 18px;
}

.latest-linkedin .latest-linkedin-background {
  min-height: 200px;
  padding: 30px 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;
  -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;
}
.latest-linkedin .latest-linkedin-background .latest-linkedin-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.latest-linkedin .latest-linkedin-background .latest-linkedin-content .linkedin-post-text {
  text-align: center;
  padding: 20px;
  margin: 0 auto;
}
.latest-linkedin .latest-linkedin-background .latest-linkedin-content .linkedin-page-icon {
  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;
  -moz-align-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
  margin-bottom: 20px;
  color: #0077b5;
  width: 40px;
  font-size: 45px;
  background-color: white;
}
.latest-linkedin .latest-linkedin-background .sf-social-icon {
  font-size: 25px !important;
  margin: 15px;
}

.youtube-background {
  max-height: 200px;
  position: relative;
  overflow: hidden;
}
.youtube-background .youtubeImg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.youtube-background .youtubeImg img {
  display: none;
}
@media all and (max-width: 1024px) {
  .youtube-background {
    max-height: none !important;
  }
  .youtube-background .youtubeImg {
    position: relative;
  }
  .youtube-background .youtubeImg img {
    display: block;
    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;
  }
}

.timeline-touts .timeline-wrapper {
  padding: 115px 0 30px 0;
  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;
}
.timeline-touts .timeline-header {
  text-align: center;
}
.timeline-touts .timeline-item-container {
  width: 100%;
  margin-top: 30px;
}
.timeline-touts .timeline-item-container.disable-arrows .updated-tout:before,
.timeline-touts .timeline-item-container.disable-arrows .tout:before {
  display: none !important;
}
.timeline-touts .timeline-item-container.disable-arrows .updated-tout > div:before,
.timeline-touts .timeline-item-container.disable-arrows .tout > div:before,
.timeline-touts .timeline-item-container.disable-arrows .updated-tout > div:after,
.timeline-touts .timeline-item-container.disable-arrows .tout > div:after {
  display: none !important;
}
.timeline-touts .timeline-item-container .updated-tout,
.timeline-touts .timeline-item-container .tout {
  position: relative;
}
.timeline-touts .timeline-item-container .updated-tout:not(:first-child),
.timeline-touts .timeline-item-container .tout:not(:first-child) {
  margin-top: 170px;
}
.timeline-touts .timeline-item-container .updated-tout:not(:first-child):before,
.timeline-touts .timeline-item-container .tout:not(:first-child):before {
  content: "";
  height: 90px;
  width: 0.01px;
  border: 1.5px solid black;
  display: block;
  position: absolute;
  left: 50%;
  top: -130px;
}
.timeline-touts .timeline-item-container .updated-tout:not(:first-child) > div:before,
.timeline-touts .timeline-item-container .tout:not(:first-child) > div:before,
.timeline-touts .timeline-item-container .updated-tout:not(:first-child) > div:after,
.timeline-touts .timeline-item-container .tout:not(:first-child) > div:after {
  content: "";
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  position: absolute;
}
.timeline-touts .timeline-item-container .updated-tout:not(:first-child) > div:before,
.timeline-touts .timeline-item-container .tout:not(:first-child) > div:before {
  transform: rotate(-135deg);
  left: calc(50% - 4px);
  top: -131px;
}
.timeline-touts .timeline-item-container .updated-tout:not(:first-child) > div:after,
.timeline-touts .timeline-item-container .tout:not(:first-child) > div:after {
  transform: rotate(45deg);
  left: calc(50% - 4px);
  top: -46px;
}
@media all and (min-width: 768px) {
  .timeline-touts .aem-Grid.aem-Grid--12 .updated-tout .tout-container {
    padding-left: 13%;
    padding-right: 13%;
  }
  .timeline-touts .aem-Grid.aem-Grid--12 .updated-tout .tout-container.reduce-padding {
    padding-left: 6.5%;
    padding-right: 6.5%;
  }
}
.timeline-touts img.custom-arrow-icon {
  margin: 20px auto;
  height: 100px;
}
.timeline-touts img.custom-arrow-icon ~ .tout {
  margin-top: 0 !important;
}

.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;
}

.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 {
  position: relative;
  text-align: center;
  background-color: white;
  margin: 10px;
  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;
}
.tout-slide .tout-image {
  height: 50%;
}
.tout-slide .tout-image .fg-medium-img,
.tout-slide .tout-image .fg-large-img {
  display: none;
}
.tout-slide .tout-image .image {
  height: 100%;
}
.tout-slide .tout-image .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.tout-slide .tout-image .preview-container {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.tout-slide .tout-image .preview-container img {
  object-fit: contain;
  width: auto;
  height: 65%;
}
.tout-slide .tout-content {
  height: 50%;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  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;
}
.tout-slide .tout-content .content {
  height: 100%;
  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;
}
.tout-slide .tout-content p {
  word-wrap: break-word;
}
.tout-slide .tout-content .slide-cta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background-color: white;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  margin-bottom: 10px;
}
.tout-slide .tout-content .slide-cta .cta-link {
  padding: 25px 40px;
}
.tout-slide .tout-content .slide-cta .button-main,
.tout-slide .tout-content .slide-cta .button-secodary {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .tout-slide .tout-image .fg-medium-img {
    display: block;
  }
  .tout-slide .tout-image .fg-small-img {
    display: none;
  }
  .tout-slide .tout-content .slide-cta .button-main,
  .tout-slide .tout-content .slide-cta .button-secodary {
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .tout-slide .tout-image .fg-large-img {
    display: block;
  }
  .tout-slide .tout-image .fg-medium-img {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tout-slide .tout-image .image img {
    width: 100%;
    height: auto;
    max-height: none;
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
  }
}

.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;
}

.header-touts .header-touts {
  position: relative;
}
.header-touts .header-touts::after {
  clear: both;
  content: ' ';
  display: table;
}
.header-touts .header-touts .video-wrapper {
  width: 100%;
  height: 100%;
}
.header-touts .header-touts .video-wrapper .video-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.header-touts .header-touts .video-wrapper #video {
  display: none;
  width: 100%;
  height: 100%;
}
.header-touts .header-touts .video-wrapper .video-cover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 1;
}
.header-touts .header-touts .video-wrapper .video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.header-touts .header-touts .video-wrapper .icon-driv-youtube {
  color: #FF0000;
}
.header-touts .header-touts .has-bg,
.header-touts .header-touts .has-bg .has-bg-medium,
.header-touts .header-touts .has-bg .has-bg-small {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.header-touts .header-touts .has-bg,
.header-touts .header-touts .no-bg {
  position: relative;
}
.header-touts .header-touts .has-bg .has-bg-overlay,
.header-touts .header-touts .no-bg .has-bg-overlay {
  height: 100%;
  -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%;
  content: "";
  position: absolute;
}
.header-touts .header-touts .has-bg .header-foreground-container,
.header-touts .header-touts .no-bg .header-foreground-container {
  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;
  height: 100%;
  padding-top: 70px;
}
.header-touts .header-touts .has-bg .header-foreground-container.disable-img-padding,
.header-touts .header-touts .no-bg .header-foreground-container.disable-img-padding {
  padding-right: 0;
  padding-left: 195px;
}
.header-touts .header-touts .has-bg .header-foreground-container.enable-img-padding,
.header-touts .header-touts .no-bg .header-foreground-container.enable-img-padding {
  padding-right: 195px;
  padding-left: 195px;
}
.header-touts .header-touts .has-bg .header-foreground-container.swap-elements,
.header-touts .header-touts .no-bg .header-foreground-container.swap-elements {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.header-touts .header-touts .has-bg .header-foreground-container.swap-elements.disable-img-padding,
.header-touts .header-touts .no-bg .header-foreground-container.swap-elements.disable-img-padding {
  padding-left: 0;
  padding-right: 195px;
}
.header-touts .header-touts .has-bg .header-foreground-container.swap-elements.enable-img-padding,
.header-touts .header-touts .no-bg .header-foreground-container.swap-elements.enable-img-padding {
  padding-right: 195px;
  padding-left: 195px;
}
.header-touts .header-touts .has-bg .header-foreground-container.swap-elements .header-foreground-image.hide-fg-img,
.header-touts .header-touts .no-bg .header-foreground-container.swap-elements .header-foreground-image.hide-fg-img {
  visibility: hidden;
  display: block;
}
.header-touts .header-touts .has-bg .header-foreground-container .header-content-container,
.header-touts .header-touts .no-bg .header-foreground-container .header-content-container {
  z-index: 60;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.header-touts .header-touts .has-bg .header-foreground-container .header-content-container .header-content,
.header-touts .header-touts .no-bg .header-foreground-container .header-content-container .header-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: auto;
}
.header-touts .header-touts .has-bg .header-foreground-container .header-content-container .header-content > *:not(a):first-child,
.header-touts .header-touts .no-bg .header-foreground-container .header-content-container .header-content > *:not(a):first-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.header-touts .header-touts .has-bg .header-foreground-container .header-foreground-image,
.header-touts .header-touts .no-bg .header-foreground-container .header-foreground-image {
  max-width: 100%;
  max-height: 100%;
  min-width: 200px;
  min-height: 200px;
  overflow: hidden;
  z-index: 1;
}
.header-touts .header-touts .has-bg .header-foreground-container .header-foreground-image.hide-fg-img,
.header-touts .header-touts .no-bg .header-foreground-container .header-foreground-image.hide-fg-img {
  display: none;
}
.header-touts .header-touts .has-bg .header-foreground-container .header-foreground-image img,
.header-touts .header-touts .no-bg .header-foreground-container .header-foreground-image img {
  min-height: 150px;
  min-width: 150px;
}
.header-touts .header-touts .has-bg .header-foreground-container .header-foreground-image .image,
.header-touts .header-touts .no-bg .header-foreground-container .header-foreground-image .image {
  margin-bottom: 0;
  overflow: hidden;
  max-height: 100%;
}
.header-touts .header-touts .has-bg .header-foreground-container .header-foreground-image .image > div,
.header-touts .header-touts .no-bg .header-foreground-container .header-foreground-image .image > div {
  width: 100%;
}
.header-touts .header-touts .has-bg .header-foreground-container .header-foreground-image .fg-medium-img,
.header-touts .header-touts .no-bg .header-foreground-container .header-foreground-image .fg-medium-img,
.header-touts .header-touts .has-bg .header-foreground-container .header-foreground-image .fg-small-img,
.header-touts .header-touts .no-bg .header-foreground-container .header-foreground-image .fg-small-img {
  display: none;
}
.header-touts .header-touts .has-bg .align-start,
.header-touts .header-touts .no-bg .align-start {
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.header-touts .header-touts .has-bg .align-center,
.header-touts .header-touts .no-bg .align-center {
  -moz-align-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
}
.header-touts .header-touts .has-bg .align-end,
.header-touts .header-touts .no-bg .align-end {
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.header-touts .header-touts .header-touts-container {
  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-touts .header-touts .header-touts-container .tout-slide {
  z-index: 1;
}
.header-touts .header-touts .header-touts-container .tout-slide .tout-content {
  position: relative;
}
.header-touts .header-touts .header-touts-container .tout-slide .tout-content h1,
.header-touts .header-touts .header-touts-container .tout-slide .tout-content h2,
.header-touts .header-touts .header-touts-container .tout-slide .tout-content h3,
.header-touts .header-touts .header-touts-container .tout-slide .tout-content h4,
.header-touts .header-touts .header-touts-container .tout-slide .tout-content h5,
.header-touts .header-touts .header-touts-container .tout-slide .tout-content h6,
.header-touts .header-touts .header-touts-container .tout-slide .tout-content p {
  text-shadow: none;
  color: initial;
}
.header-touts .header-touts .header-touts-container .tout-slide .slide-cta a {
  white-space: nowrap;
}
.header-touts .header-touts .header-touts-container.align-tout-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;
}
.header-touts .header-touts .header-touts-container.align-tout-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;
}
.header-touts .header-touts .header-touts-wrapper {
  position: relative;
  width: 1050px;
  margin: 0 auto 60px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .header-touts .header-touts > div {
    height: auto !important;
  }
  .header-touts .header-touts .has-bg {
    background: none !important;
  }
  .header-touts .header-touts .has-bg .has-bg-medium,
  .header-touts .header-touts .no-bg .has-bg-medium {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .header-touts .header-touts .has-bg .header-foreground-container,
  .header-touts .header-touts .no-bg .header-foreground-container {
    padding-top: 60px;
  }
  .header-touts .header-touts .has-bg .header-foreground-container.disable-img-padding,
  .header-touts .header-touts .no-bg .header-foreground-container.disable-img-padding {
    padding-right: 0;
    padding-left: 40px;
  }
  .header-touts .header-touts .has-bg .header-foreground-container.enable-img-padding,
  .header-touts .header-touts .no-bg .header-foreground-container.enable-img-padding {
    padding-right: 40px;
    padding-left: 40px;
  }
  .header-touts .header-touts .has-bg .header-foreground-container.swap-elements.disable-img-padding,
  .header-touts .header-touts .no-bg .header-foreground-container.swap-elements.disable-img-padding {
    padding-left: 0;
    padding-right: 40px;
  }
  .header-touts .header-touts .has-bg .header-foreground-container.swap-elements.enable-img-padding,
  .header-touts .header-touts .no-bg .header-foreground-container.swap-elements.enable-img-padding {
    padding-right: 40px;
    padding-left: 40px;
  }
  .header-touts .header-touts .has-bg .header-foreground-container .header-foreground-image .fg-medium-img,
  .header-touts .header-touts .no-bg .header-foreground-container .header-foreground-image .fg-medium-img {
    display: block;
  }
  .header-touts .header-touts .has-bg .header-foreground-container .header-foreground-image .fg-large-img,
  .header-touts .header-touts .no-bg .header-foreground-container .header-foreground-image .fg-large-img {
    display: none;
  }
  .header-touts .header-touts .header-touts-wrapper {
    width: 620px;
    margin-bottom: 25px;
  }
  .header-touts .header-touts .header-touts-wrapper .header-touts-container {
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .header-touts .header-touts .has-bg,
  .header-touts .header-touts .no-bg {
    height: auto;
  }
  .header-touts .header-touts .has-bg .has-bg-medium,
  .header-touts .header-touts .no-bg .has-bg-medium {
    display: none;
  }
  .header-touts .header-touts .has-bg .has-bg-small,
  .header-touts .header-touts .no-bg .has-bg-small {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .header-touts .header-touts .has-bg .header-foreground-container,
  .header-touts .header-touts .no-bg .header-foreground-container {
    padding-top: 10px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-touts .header-touts .has-bg .header-foreground-container.disable-img-padding,
  .header-touts .header-touts .no-bg .header-foreground-container.disable-img-padding {
    padding-right: 0;
    padding-left: 15px;
  }
  .header-touts .header-touts .has-bg .header-foreground-container.disable-img-padding .header-content-container,
  .header-touts .header-touts .no-bg .header-foreground-container.disable-img-padding .header-content-container {
    padding-right: 15px;
  }
  .header-touts .header-touts .has-bg .header-foreground-container.enable-img-padding,
  .header-touts .header-touts .no-bg .header-foreground-container.enable-img-padding {
    padding-right: 15px;
    padding-left: 15px;
  }
  .header-touts .header-touts .has-bg .header-foreground-container.swap-elements,
  .header-touts .header-touts .no-bg .header-foreground-container.swap-elements {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .header-touts .header-touts .has-bg .header-foreground-container.swap-elements.disable-img-padding,
  .header-touts .header-touts .no-bg .header-foreground-container.swap-elements.disable-img-padding {
    padding-left: 0;
    padding-right: 15px;
  }
  .header-touts .header-touts .has-bg .header-foreground-container.swap-elements.disable-img-padding .header-content-container,
  .header-touts .header-touts .no-bg .header-foreground-container.swap-elements.disable-img-padding .header-content-container {
    padding-left: 15px;
  }
  .header-touts .header-touts .has-bg .header-foreground-container.swap-elements.enable-img-padding,
  .header-touts .header-touts .no-bg .header-foreground-container.swap-elements.enable-img-padding {
    padding-right: 15px;
    padding-left: 15px;
  }
  .header-touts .header-touts .has-bg .header-foreground-container.swap-elements .header-foreground-image.hide-fg-img,
  .header-touts .header-touts .no-bg .header-foreground-container.swap-elements .header-foreground-image.hide-fg-img {
    display: none;
  }
  .header-touts .header-touts .has-bg .header-foreground-container .header-foreground-image .fg-small-img,
  .header-touts .header-touts .no-bg .header-foreground-container .header-foreground-image .fg-small-img {
    display: block;
  }
  .header-touts .header-touts .has-bg .header-foreground-container .header-foreground-image .fg-medium-img,
  .header-touts .header-touts .no-bg .header-foreground-container .header-foreground-image .fg-medium-img {
    display: none;
  }
  .header-touts .header-touts .has-bg .header-foreground-container .header-foreground-image.hide-fg-img-mobile,
  .header-touts .header-touts .no-bg .header-foreground-container .header-foreground-image.hide-fg-img-mobile {
    display: none;
  }
  .header-touts .header-touts .has-bg .align-start,
  .header-touts .header-touts .no-bg .align-start,
  .header-touts .header-touts .has-bg .align-center,
  .header-touts .header-touts .no-bg .align-center,
  .header-touts .header-touts .has-bg .align-end,
  .header-touts .header-touts .no-bg .align-end {
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
  }
  .header-touts .header-touts .header-touts-container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-touts .header-touts .header-touts-wrapper {
    width: auto;
  }
}

.product-features-container {
  position: relative;
}
.product-features-container .product-features-product-image-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;
  display: none;
  position: relative;
}
.product-features-container .product-features-product-image-wrapper .product-features-product-image {
  max-width: 300px;
}
.product-features-container .product-features-title {
  margin-bottom: 30px;
  margin-top: 40px;
  text-align: center;
}
.product-features-container .product-features-description {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 40px;
  display: none;
}
.product-features-container .product-features-footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 35%;
  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: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.product-features-container .product-features-footer.disable-shadow {
  background-image: none;
  position: relative;
}
.product-features-container .product-features-footer .product-features-buttons .button-arrow {
  z-index: 2;
}
.product-features-container .carousel-container .carousel-container .slick-slide {
  margin: 0;
}
.product-features-container .carousel-container .carousel-container .slick-slide .tout-content {
  text-align: left;
}
.product-features-container .carousel-container .carousel-container .slick-slide .tout-content .slide-cta {
  text-align: center;
}
.aem-AuthorLayer-Edit .features {
  width: 100%;
}
.aem-AuthorLayer-Edit .features .product-feature-item.parbase.aem-GridColumn {
  border: 2px solid black;
  height: 40px;
  margin-bottom: 2px;
}
.aem-AuthorLayer-Edit .features .product-feature-item.parbase.aem-GridColumn:before {
  content: "Product Feature Item Configuration";
  line-height: 35px;
  margin-left: 20px;
}
.aem-AuthorLayer-Edit .product-features-footer {
  background-image: none;
  display: block;
  height: auto;
  align-items: center;
  display: flex;
}
.aem-AuthorLayer-Edit .product-features-footer {
  position: relative;
  height: auto;
  margin-top: 20px;
}
.aem-AuthorLayer-Edit .product-features-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.aem-AuthorLayer-Edit .product-features-container .author-warning {
  order: 1;
}
.aem-AuthorLayer-Edit .product-features-container .edit-mobile-carousel-container {
  order: 2;
}
.aem-AuthorLayer-Edit .product-features-container .product-features-footer {
  position: relative;
}
.edit-mobile-carousel-container {
  display: block;
}
@media (min-width: 1025px) {
  .mobile-carousel-container {
    display: none;
  }
  .product-features-container .product-features-description {
    display: block;
  }
  .product-features-container .product-features-product-image-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .product-features-container .product-features-footer {
    position: absolute;
  }
  .product-features-container .product-features-footer.disable-shadow .product-features-buttons {
    margin-top: 30px;
  }
}

.product-feature-item {
  width: 40%;
  z-index: 1;
}
.product-feature-item .product-feature-heading {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.product-feature-item .product-feature-heading .product-feature-name {
  font-stretch: condensed;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
}
.product-feature-item .product-feature-heading .product-feature-pointer {
  flex: 1;
  top: -8px;
  position: relative;
  margin-left: 15px;
}
.product-feature-item .product-feature-heading .product-feature-pointer:after {
  content: ".";
  font-size: 80px;
  position: absolute;
  line-height: 16px;
  right: -12px;
  top: -19px;
}
.product-feature-item .product-feature-content {
  max-width: 250px;
  margin-top: 15px;
}
.product-feature-item.position-right .product-feature-heading .product-feature-name {
  order: 1;
  width: 250px;
}
.product-feature-item.position-right .product-feature-heading .product-feature-pointer {
  left: -5px;
}
.product-feature-item.position-right .product-feature-heading .product-feature-pointer:after {
  left: -12px;
}
.product-feature-item.position-right .product-feature-content {
  float: right;
  width: 250px;
}

.aem-Grid.aem-Grid--12 .updated-tout .has-bg,
.aem-Grid.aem-Grid--12 .updated-tout .no-bg,
.aem-Grid.aem-Grid--12 .updated-tout .default-bg,
.aem-Grid.aem-Grid--12 .updated-tout .has-bg-medium,
.aem-Grid.aem-Grid--12 .updated-tout .has-bg-small {
  width: 100%;
  height: 100%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
}
.aem-Grid.aem-Grid--12 .updated-tout .has-bg .tout-container.has-border,
.aem-Grid.aem-Grid--12 .updated-tout .no-bg .tout-container.has-border,
.aem-Grid.aem-Grid--12 .updated-tout .default-bg .tout-container.has-border,
.aem-Grid.aem-Grid--12 .updated-tout .has-bg-medium .tout-container.has-border,
.aem-Grid.aem-Grid--12 .updated-tout .has-bg-small .tout-container.has-border {
  border: 2px solid #fff;
}
.aem-Grid.aem-Grid--12 .updated-tout .has-small-overlay {
  height: 100%;
  -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%;
  content: "";
  position: absolute;
  z-index: 1;
}
.aem-Grid.aem-Grid--12 .updated-tout .no-overlay {
  display: none;
}
.aem-Grid.aem-Grid--12 .updated-tout .tout-container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.aem-Grid.aem-Grid--12 .updated-tout .tout-container.remove-padding {
  padding: 0 !important;
}
.aem-Grid.aem-Grid--12 .updated-tout .tout-container.disable-showcase-desktop .tout-showcase {
  display: none;
}
.aem-Grid.aem-Grid--12 .updated-tout .tout-container.disable-showcase-mobile .tout-showcase {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.aem-Grid.aem-Grid--12 .updated-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 .updated-tout .tout-container.square-aspect-ratio {
  overflow: hidden;
  padding: 0 !important;
  position: relative;
}
.aem-Grid.aem-Grid--12 .updated-tout .tout-container.square-aspect-ratio:before {
  content: "";
  display: table;
  padding-bottom: 100% !important;
}
.aem-Grid.aem-Grid--12 .updated-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 .updated-tout .tout-container.square-aspect-ratio .square-aspect-ratio-container > :first-child {
  padding-top: 2em;
}
.aem-Grid.aem-Grid--12 .updated-tout .tout-container.square-aspect-ratio .square-aspect-ratio-container > :last-child {
  padding-bottom: 2em;
}
.aem-Grid.aem-Grid--12 .updated-tout .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;
  z-index: 2;
  margin-bottom: 20px;
  padding-left: 2em;
  padding-right: 0;
}
.aem-Grid.aem-Grid--12 .updated-tout .tout-content p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.aem-Grid.aem-Grid--12 .updated-tout .product-image {
  max-height: 50%;
  width: auto;
}
.aem-Grid.aem-Grid--12 .updated-tout .product-image div {
  max-height: 100%;
}
.aem-Grid.aem-Grid--12 .updated-tout .tout-cta {
  margin-bottom: 1.5em;
}
.aem-Grid.aem-Grid--12 .updated-tout .tout-showcase {
  overflow: hidden;
}
.aem-Grid.aem-Grid--12 .updated-tout .tout-showcase figcaption {
  display: block;
  padding-top: 20px;
}
.aem-Grid.aem-Grid--12 .updated-tout .tout-showcase figcaption small {
  display: block;
  font-size: 15px;
}
.aem-Grid.aem-Grid--12 .updated-tout .tout-showcase.aspect-ratio {
  -moz-align-self: auto !important;
  -ms-align-self: auto !important;
  -webkit-align-self: auto !important;
  align-self: auto !important;
}
.aem-Grid.aem-Grid--12 .updated-tout .tout-showcase.aspect-ratio .showcase-image > div,
.aem-Grid.aem-Grid--12 .updated-tout .tout-showcase.aspect-ratio .showcase-lede > a > div {
  position: relative;
}
.aem-Grid.aem-Grid--12 .updated-tout .tout-showcase.aspect-ratio .showcase-image > div:before,
.aem-Grid.aem-Grid--12 .updated-tout .tout-showcase.aspect-ratio .showcase-lede > a > div:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 61.53846154%;
}
.aem-Grid.aem-Grid--12 .updated-tout .tout-showcase.aspect-ratio .showcase-image > div a,
.aem-Grid.aem-Grid--12 .updated-tout .tout-showcase.aspect-ratio .showcase-lede > a > div a,
.aem-Grid.aem-Grid--12 .updated-tout .tout-showcase.aspect-ratio .showcase-image > div img,
.aem-Grid.aem-Grid--12 .updated-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 .updated-tout .tout-showcase .image {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 100%;
}
.aem-Grid.aem-Grid--12 .updated-tout .tout-showcase .image img {
  display: inline;
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
}
.aem-Grid.aem-Grid--12 .updated-tout .tout-showcase .image .showcase-content {
  height: 100%;
}
.aem-Grid.aem-Grid--12 .updated-tout .tout-showcase.showcase-video .has-bg {
  position: absolute;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .aem-Grid.aem-Grid--12 .updated-tout .has-bg-small {
    background-image: none !important;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .has-medium-overlay {
    height: 100%;
    -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%;
    content: "";
    position: absolute;
    z-index: 1;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .has-small-overlay {
    display: none;
  }
}
@media all and (min-width: 1025px) {
  .aem-Grid.aem-Grid--12 .updated-tout .has-bg-medium,
  .aem-Grid.aem-Grid--12 .updated-tout .has-bg-small {
    background-image: none !important;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .has-large-overlay {
    height: 100%;
    -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%;
    content: "";
    position: absolute;
    z-index: 1;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .has-medium-overlay,
  .aem-Grid.aem-Grid--12 .updated-tout .has-small-overlay {
    display: none;
  }
}
@media all and (min-width: 767px) {
  .aem-Grid.aem-Grid--12 .updated-tout .has-bg,
  .aem-Grid.aem-Grid--12 .updated-tout .no-bg,
  .aem-Grid.aem-Grid--12 .updated-tout .default-bg {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .tout-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 4.6em 1.2em;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .tout-container.reduce-padding {
    padding: 2.3em 0.6em;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .tout-container.remove-padding {
    padding: 0;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .tout-content,
  .aem-Grid.aem-Grid--12 .updated-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 .updated-tout .tout-content {
    height: 100%;
  }
  .aem-Grid.aem-Grid--12 .updated-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 .updated-tout .top-padding {
    padding-top: 2.3em;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .edge-padding {
    padding-left: 3.6em;
    padding-right: 9em;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .no-showcase .tout-content,
  .aem-Grid.aem-Grid--12 .updated-tout .disable-showcase-desktop .tout-content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .no-showcase .top-padding,
  .aem-Grid.aem-Grid--12 .updated-tout .disable-showcase-desktop .top-padding {
    padding-top: 2.3em;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .no-showcase .edge-padding,
  .aem-Grid.aem-Grid--12 .updated-tout .disable-showcase-desktop .edge-padding {
    padding-left: 3.6em;
    padding-right: 3.6em;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .no-showcase .image div img,
  .aem-Grid.aem-Grid--12 .updated-tout .disable-showcase-desktop .image div img {
    margin: 0 auto;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .no-showcase .tout-cta a,
  .aem-Grid.aem-Grid--12 .updated-tout .disable-showcase-desktop .tout-cta a {
    display: table;
    margin: 0 auto;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .showcase-video .video-external {
    padding: 0;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .order-swapped .tout-content {
    padding-right: 2em;
    padding-left: 0;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .order-swapped .tout-content.edge-padding {
    padding-left: 9em;
    padding-right: 3.6em;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .order-swapped-mobile {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .tout-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;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .tout-showcase .image {
    margin: 0 auto;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .tout-showcase.showcase-video {
    display: block;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .align-start {
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .align-center {
    -moz-align-self: center;
    -ms-align-self: center;
    -webkit-align-self: center;
    align-self: center;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .align-end {
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .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;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .justify-to-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .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;
  }
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .aem-Grid.aem-Grid--12 .updated-tout > .has-bg,
  .aem-Grid.aem-Grid--12 .updated-tout .no-bg,
  .aem-Grid.aem-Grid--12 .updated-tout .default-bg {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: auto !important;
    min-height: 100%;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .tout-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 3em 1.2em;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .tout-container.reduce-padding {
    padding: 1.5em 0.6;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .tout-container.remove-padding {
    padding: 0;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .tout-content.top-padding,
  .aem-Grid.aem-Grid--12 .updated-tout .order-swapped .tout-content.top-padding {
    padding-top: 1.5em;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .tout-content.edge-padding,
  .aem-Grid.aem-Grid--12 .updated-tout .order-swapped .tout-content.edge-padding {
    padding-left: 3.6em;
    padding-right: 3.6em;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .no-showcase .tout-content {
    width: 80%;
  }
}
@media all and (max-width: 767px) {
  .aem-Grid.aem-Grid--12 .updated-tout > .has-bg,
  .aem-Grid.aem-Grid--12 .updated-tout .no-bg,
  .aem-Grid.aem-Grid--12 .updated-tout .default-bg {
    height: auto !important;
    min-height: 100%;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .no-showcase .tout-content,
  .aem-Grid.aem-Grid--12 .updated-tout .disable-showcase-mobile .tout-content {
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .tout-container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .tout-container.disable-showcase-mobile .tout-showcase {
    display: none;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .tout-container.disable-showcase-desktop .tout-showcase {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .tout-content {
    padding: 1em 0;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .tout-content .tout-cta {
    text-align: center;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .tout-content.top-padding {
    padding-top: 2.5em;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .tout-content.edge-padding {
    padding-left: 3.6em;
    padding-right: 3.6em;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .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;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .order-swapped-mobile .tout-content {
    padding: 0;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .order-swapped-mobile .tout-content.top-padding {
    padding-top: 2.5em;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .order-swapped-mobile .tout-content.edge-padding {
    padding-left: 3.6em;
    padding-right: 3.6em;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .order-swapped-mobile .tout-showcase.add-showcase-paddings {
    padding: 0 1em 2em;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .order-swapped.order-swapped-mobile .tout-showcase {
    margin-bottom: 1em;
    padding-top: 0;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .order-swapped.order-swapped-mobile .tout-showcase.add-showcase-paddings {
    padding-top: 2em;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .order-swapped.order-swapped-mobile .tout-content {
    padding: 0;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .order-swapped.order-swapped-mobile .tout-content.top-padding {
    padding-top: 2.5em;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .order-swapped.order-swapped-mobile .tout-content.edge-padding {
    padding-left: 3.6em;
    padding-right: 3.6em;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .tout-showcase.add-showcase-paddings {
    padding: 2em 1em 0;
  }
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--6 .updated-tout,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--4 .updated-tout,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--3 .updated-tout {
  overflow: hidden;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .tout-container,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .tout-container,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .tout-container,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .tout-container,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .tout-container,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .tout-container,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--6 .updated-tout .tout-container,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--4 .updated-tout .tout-container,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--3 .updated-tout .tout-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2em 2.4em;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .tout-container.reduce-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .tout-container.reduce-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .tout-container.reduce-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .tout-container.reduce-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .tout-container.reduce-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .tout-container.reduce-padding,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--6 .updated-tout .tout-container.reduce-padding,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--4 .updated-tout .tout-container.reduce-padding,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--3 .updated-tout .tout-container.reduce-padding {
  padding: 1em 1.2em;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .tout-container.remove-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .tout-container.remove-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .tout-container.remove-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .tout-container.remove-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .tout-container.remove-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .tout-container.remove-padding,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--6 .updated-tout .tout-container.remove-padding,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--4 .updated-tout .tout-container.remove-padding,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--3 .updated-tout .tout-container.remove-padding {
  padding: 0 !important;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .tout-content,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--6 .updated-tout .tout-content,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--4 .updated-tout .tout-content,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--3 .updated-tout .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .tout-showcase,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--6 .updated-tout .tout-showcase,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--4 .updated-tout .tout-showcase,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--3 .updated-tout .tout-showcase {
  width: 100%;
  padding: 0;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .tout-content,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--6 .updated-tout .tout-content,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--4 .updated-tout .tout-content,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--3 .updated-tout .tout-content {
  padding-top: 1em;
  text-align: center;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .no-cta .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .no-cta .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .no-cta .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .no-cta .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .no-cta .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .no-cta .tout-content,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--6 .updated-tout .no-cta .tout-content,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--4 .updated-tout .no-cta .tout-content,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--3 .updated-tout .no-cta .tout-content {
  margin-bottom: 0;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .no-showcase .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .no-showcase .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .no-showcase .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .no-showcase .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .no-showcase .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .no-showcase .tout-content,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--6 .updated-tout .no-showcase .tout-content,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--4 .updated-tout .no-showcase .tout-content,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--3 .updated-tout .no-showcase .tout-content {
  padding-top: 0;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .no-showcase .tout-content.top-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .no-showcase .tout-content.top-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .no-showcase .tout-content.top-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .no-showcase .tout-content.top-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .no-showcase .tout-content.top-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .no-showcase .tout-content.top-padding,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--6 .updated-tout .no-showcase .tout-content.top-padding,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--4 .updated-tout .no-showcase .tout-content.top-padding,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--3 .updated-tout .no-showcase .tout-content.top-padding {
  padding-top: 11%;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .no-showcase .tout-content.edge-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .no-showcase .tout-content.edge-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .no-showcase .tout-content.edge-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .no-showcase .tout-content.edge-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .no-showcase .tout-content.edge-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .no-showcase .tout-content.edge-padding,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--6 .updated-tout .no-showcase .tout-content.edge-padding,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--4 .updated-tout .no-showcase .tout-content.edge-padding,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--3 .updated-tout .no-showcase .tout-content.edge-padding {
  padding-left: 17%;
  padding-right: 17%;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .order-swapped .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .order-swapped .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .order-swapped .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .order-swapped .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .order-swapped .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .order-swapped .tout-content,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--6 .updated-tout .order-swapped .tout-content,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--4 .updated-tout .order-swapped .tout-content,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--3 .updated-tout .order-swapped .tout-content {
  margin-bottom: 0;
  padding-top: 0;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .order-swapped .top-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .order-swapped .top-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .order-swapped .top-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .order-swapped .top-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .order-swapped .top-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .order-swapped .top-padding,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--6 .updated-tout .order-swapped .top-padding,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--4 .updated-tout .order-swapped .top-padding,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--3 .updated-tout .order-swapped .top-padding {
  padding-top: 11%;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .order-swapped .edge-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .order-swapped .edge-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .order-swapped .edge-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .order-swapped .edge-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .order-swapped .edge-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .order-swapped .edge-padding,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--6 .updated-tout .order-swapped .edge-padding,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--4 .updated-tout .order-swapped .edge-padding,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--3 .updated-tout .order-swapped .edge-padding {
  padding-left: 17%;
  padding-right: 17%;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--6 .updated-tout .order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--4 .updated-tout .order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--3 .updated-tout .order-swapped .tout-showcase {
  padding-top: 1em;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .order-swapped.no-cta .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .order-swapped.no-cta .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .order-swapped.no-cta .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .order-swapped.no-cta .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .order-swapped.no-cta .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .order-swapped.no-cta .tout-showcase,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--6 .updated-tout .order-swapped.no-cta .tout-showcase,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--4 .updated-tout .order-swapped.no-cta .tout-showcase,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--3 .updated-tout .order-swapped.no-cta .tout-showcase {
  margin-bottom: 0;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .top-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .top-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .top-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .top-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .top-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .top-padding,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--6 .updated-tout .top-padding,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--4 .updated-tout .top-padding,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--3 .updated-tout .top-padding {
  padding-top: 11%;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .edge-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .edge-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .edge-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .edge-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .edge-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .edge-padding,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--6 .updated-tout .edge-padding,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--4 .updated-tout .edge-padding,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--3 .updated-tout .edge-padding {
  padding-left: 17%;
  padding-right: 17%;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .align-start,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .align-start,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .align-start,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .align-start,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .align-start,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .align-start,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--6 .updated-tout .align-start,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--4 .updated-tout .align-start,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--3 .updated-tout .align-start,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .align-center,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .align-center,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .align-center,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .align-center,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .align-center,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .align-center,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--6 .updated-tout .align-center,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--4 .updated-tout .align-center,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--3 .updated-tout .align-center,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .align-end,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .align-end,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .align-end,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .align-end,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .align-end,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .align-end,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--6 .updated-tout .align-end,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--4 .updated-tout .align-end,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--3 .updated-tout .align-end {
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .justify-to-start,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .justify-to-start,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .justify-to-start,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .justify-to-start,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .justify-to-start,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .justify-to-start,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--6 .updated-tout .justify-to-start,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--4 .updated-tout .justify-to-start,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--3 .updated-tout .justify-to-start,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .justify-to-center,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .justify-to-center,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .justify-to-center,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .justify-to-center,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .justify-to-center,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .justify-to-center,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--6 .updated-tout .justify-to-center,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--4 .updated-tout .justify-to-center,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--3 .updated-tout .justify-to-center,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .justify-to-end,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .justify-to-end,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .justify-to-end,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .justify-to-end,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .justify-to-end,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .justify-to-end,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--6 .updated-tout .justify-to-end,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--4 .updated-tout .justify-to-end,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--3 .updated-tout .justify-to-end {
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .both-to-start,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .both-to-start,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .both-to-start,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .both-to-start,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .both-to-start,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .both-to-start,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--6 .updated-tout .both-to-start,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--4 .updated-tout .both-to-start,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--3 .updated-tout .both-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;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .both-to-center,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .both-to-center,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .both-to-center,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .both-to-center,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .both-to-center,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .both-to-center,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--6 .updated-tout .both-to-center,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--4 .updated-tout .both-to-center,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--3 .updated-tout .both-to-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .both-to-end,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .both-to-end,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .both-to-end,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .both-to-end,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .both-to-end,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .both-to-end,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--6 .updated-tout .both-to-end,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--4 .updated-tout .both-to-end,
.aem-Grid.aem-Grid--12 .hybris-role-container.aem-GridColumn--default--3 .updated-tout .both-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;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout + .aem-GridColumn--default--6.updated-tout > .no-bg,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout + .aem-GridColumn--default--6.updated-tout > .no-bg {
  border-left: 2px solid #eeeeee;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .tout-content {
  height: auto;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .tout-container .button-arrow,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .tout-container .button-arrow,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .tout-container .button-arrow,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .tout-container .button-arrow {
  margin: 0 auto;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .tout-content {
  height: auto;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .tout-container,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .tout-container {
  padding: 1.333em 1em;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .tout-container.reduce-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .tout-container.reduce-padding {
  padding: 0.666em 0.5em;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .tout-container.remove-padding,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .tout-container.remove-padding {
  padding: 0;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .tout-container .tout-cta,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .tout-container .tout-cta {
  bottom: 2em;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .tout-showcase .showcase-image > div img,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-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.updated-tout .tout-container .tout-cta {
    text-align: left;
  }
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .tout-container .button-arrow {
    margin: 0;
  }
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .tout-content {
    text-align: left;
  }
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .tout-showcase {
    padding: 0;
  }
}
@media all and (max-width: 767px) and (min-width: 480px) {
  .aem-Grid.aem-Grid--12 .updated-tout > .has-bg,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout > .has-bg,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout > .has-bg,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout > .has-bg,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout > .has-bg,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout > .has-bg,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout > .has-bg,
  .aem-Grid.aem-Grid--12 .updated-tout .no-bg,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .no-bg,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .no-bg,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .no-bg,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .no-bg,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .no-bg,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .no-bg,
  .aem-Grid.aem-Grid--12 .updated-tout .default-bg,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .default-bg,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .default-bg,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .default-bg,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .default-bg,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .default-bg,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .default-bg {
    height: auto !important;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .tout-container,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .tout-container,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .tout-container,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .tout-container,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .tout-container,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .tout-container,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .tout-container {
    padding: 1em 1.2em;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .tout-container .tout-cta,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .tout-container .tout-cta,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .tout-container .tout-cta,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .tout-container .tout-cta,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .tout-container .tout-cta,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .tout-container .tout-cta,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .tout-container .tout-cta {
    text-align: left;
    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 .updated-tout .tout-content.top-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .tout-content.top-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .tout-content.top-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .tout-content.top-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .tout-content.top-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .tout-content.top-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .tout-content.top-padding,
  .aem-Grid.aem-Grid--12 .updated-tout .no-showcase .tout-content.top-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .no-showcase .tout-content.top-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .no-showcase .tout-content.top-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .no-showcase .tout-content.top-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .no-showcase .tout-content.top-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .no-showcase .tout-content.top-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .no-showcase .tout-content.top-padding {
    padding-top: 1.2em;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .tout-content.edge-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .tout-content.edge-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .tout-content.edge-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .tout-content.edge-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .tout-content.edge-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .tout-content.edge-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .tout-content.edge-padding,
  .aem-Grid.aem-Grid--12 .updated-tout .no-showcase .tout-content.edge-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .no-showcase .tout-content.edge-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .no-showcase .tout-content.edge-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .no-showcase .tout-content.edge-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .no-showcase .tout-content.edge-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .no-showcase .tout-content.edge-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .no-showcase .tout-content.edge-padding {
    padding-left: 2.4em;
    padding-right: 2.4em;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .no-showcase .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .no-showcase .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .no-showcase .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .no-showcase .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .no-showcase .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .no-showcase .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .no-showcase .tout-content {
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .order-swapped-mobile,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .order-swapped-mobile,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .order-swapped-mobile,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .order-swapped-mobile,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .order-swapped-mobile,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .order-swapped-mobile,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .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;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .order-swapped .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .order-swapped .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .order-swapped .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .order-swapped .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .order-swapped .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .order-swapped .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .order-swapped .tout-showcase,
  .aem-Grid.aem-Grid--12 .updated-tout .order-swapped-mobile .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .order-swapped-mobile .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .order-swapped-mobile .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .order-swapped-mobile .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .order-swapped-mobile .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .order-swapped-mobile .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .order-swapped-mobile .tout-showcase {
    margin-bottom: 0;
    padding-top: 1em;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .order-swapped .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .order-swapped .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .order-swapped .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .order-swapped .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .order-swapped .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .order-swapped .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .order-swapped .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .updated-tout .order-swapped-mobile .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .order-swapped-mobile .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .order-swapped-mobile .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .order-swapped-mobile .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .order-swapped-mobile .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .order-swapped-mobile .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .order-swapped-mobile .tout-showcase.add-showcase-paddings {
    padding: 0 1em 2em;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .order-swapped.order-swapped-mobile .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .order-swapped.order-swapped-mobile .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .order-swapped.order-swapped-mobile .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .order-swapped.order-swapped-mobile .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .order-swapped.order-swapped-mobile .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .order-swapped.order-swapped-mobile .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .order-swapped.order-swapped-mobile .tout-showcase {
    margin-bottom: 1em;
    padding-top: 0;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .order-swapped.order-swapped-mobile .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .order-swapped.order-swapped-mobile .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .order-swapped.order-swapped-mobile .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .order-swapped.order-swapped-mobile .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .order-swapped.order-swapped-mobile .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .order-swapped.order-swapped-mobile .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .order-swapped.order-swapped-mobile .tout-showcase.add-showcase-paddings {
    padding-top: 2em;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .order-swapped .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .order-swapped .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .order-swapped .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .order-swapped .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .order-swapped .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .order-swapped .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .order-swapped .tout-content,
  .aem-Grid.aem-Grid--12 .updated-tout .order-swapped-mobile .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .order-swapped-mobile .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .order-swapped-mobile .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .order-swapped-mobile .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .order-swapped-mobile .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .order-swapped-mobile .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .order-swapped-mobile .tout-content,
  .aem-Grid.aem-Grid--12 .updated-tout .order-swapped.order-swapped-mobile .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .order-swapped.order-swapped-mobile .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .order-swapped.order-swapped-mobile .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .order-swapped.order-swapped-mobile .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .order-swapped.order-swapped-mobile .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .order-swapped.order-swapped-mobile .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .order-swapped.order-swapped-mobile .tout-content {
    padding: 0;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .order-swapped .tout-content.top-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .order-swapped .tout-content.top-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .order-swapped .tout-content.top-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .order-swapped .tout-content.top-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .order-swapped .tout-content.top-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .order-swapped .tout-content.top-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .order-swapped .tout-content.top-padding,
  .aem-Grid.aem-Grid--12 .updated-tout .order-swapped-mobile .tout-content.top-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .order-swapped-mobile .tout-content.top-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .order-swapped-mobile .tout-content.top-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .order-swapped-mobile .tout-content.top-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .order-swapped-mobile .tout-content.top-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .order-swapped-mobile .tout-content.top-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .order-swapped-mobile .tout-content.top-padding,
  .aem-Grid.aem-Grid--12 .updated-tout .order-swapped.order-swapped-mobile .tout-content.top-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .order-swapped.order-swapped-mobile .tout-content.top-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .order-swapped.order-swapped-mobile .tout-content.top-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .order-swapped.order-swapped-mobile .tout-content.top-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .order-swapped.order-swapped-mobile .tout-content.top-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .order-swapped.order-swapped-mobile .tout-content.top-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .order-swapped.order-swapped-mobile .tout-content.top-padding {
    padding-top: 1.2em;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .order-swapped .tout-content.edge-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .order-swapped .tout-content.edge-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .order-swapped .tout-content.edge-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .order-swapped .tout-content.edge-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .order-swapped .tout-content.edge-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .order-swapped .tout-content.edge-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .order-swapped .tout-content.edge-padding,
  .aem-Grid.aem-Grid--12 .updated-tout .order-swapped-mobile .tout-content.edge-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .order-swapped-mobile .tout-content.edge-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .order-swapped-mobile .tout-content.edge-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .order-swapped-mobile .tout-content.edge-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .order-swapped-mobile .tout-content.edge-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .order-swapped-mobile .tout-content.edge-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .order-swapped-mobile .tout-content.edge-padding,
  .aem-Grid.aem-Grid--12 .updated-tout .order-swapped.order-swapped-mobile .tout-content.edge-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .order-swapped.order-swapped-mobile .tout-content.edge-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .order-swapped.order-swapped-mobile .tout-content.edge-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .order-swapped.order-swapped-mobile .tout-content.edge-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .order-swapped.order-swapped-mobile .tout-content.edge-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .order-swapped.order-swapped-mobile .tout-content.edge-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .order-swapped.order-swapped-mobile .tout-content.edge-padding {
    padding-left: 2.4em;
    padding-right: 2.4em;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .tout-showcase.add-showcase-paddings {
    padding: 2em 1em 0;
  }
}
@media all and (max-width: 479px) {
  .aem-Grid.aem-Grid--12 .updated-tout .tout-container,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .tout-container,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .tout-container,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .tout-container,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .tout-container,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .tout-container,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .tout-container {
    display: inline-block;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .tout-showcase {
    padding: 0;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .tout-showcase.add-showcase-paddings {
    padding: 2em 1em 0;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .tout-showcase .image,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .tout-showcase .image,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .tout-showcase .image,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .tout-showcase .image,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .tout-showcase .image,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .tout-showcase .image,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .tout-showcase .image {
    margin: 0;
    max-width: none;
    text-align: left;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .tout-showcase .showcase-image > div,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .tout-showcase .showcase-image > div,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .tout-showcase .showcase-image > div,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .tout-showcase .showcase-image > div,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .tout-showcase .showcase-image > div,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .tout-showcase .showcase-image > div,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .tout-showcase .showcase-image > div {
    text-align: left;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .tout-showcase .showcase-image > div img,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .tout-showcase .showcase-image > div img,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .tout-showcase .showcase-image > div img,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .tout-showcase .showcase-image > div img,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .tout-showcase .showcase-image > div img,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .tout-showcase .showcase-image > div img,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .tout-showcase .showcase-image > div img {
    width: auto;
    max-width: 100%;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .order-swapped-mobile,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .order-swapped-mobile,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .order-swapped-mobile,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .order-swapped-mobile,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .order-swapped-mobile,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .order-swapped-mobile,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .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;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .order-swapped .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .order-swapped .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .order-swapped .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .order-swapped .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .order-swapped .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .order-swapped .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .order-swapped .tout-showcase,
  .aem-Grid.aem-Grid--12 .updated-tout .order-swapped-mobile .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .order-swapped-mobile .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .order-swapped-mobile .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .order-swapped-mobile .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .order-swapped-mobile .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .order-swapped-mobile .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .order-swapped-mobile .tout-showcase {
    margin-bottom: 0;
    padding-top: 1em;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .order-swapped .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .order-swapped .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .order-swapped .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .order-swapped .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .order-swapped .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .order-swapped .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .order-swapped .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .updated-tout .order-swapped-mobile .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .order-swapped-mobile .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .order-swapped-mobile .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .order-swapped-mobile .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .order-swapped-mobile .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .order-swapped-mobile .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .order-swapped-mobile .tout-showcase.add-showcase-paddings {
    padding: 0 1em 2em;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .order-swapped.order-swapped-mobile .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .order-swapped.order-swapped-mobile .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .order-swapped.order-swapped-mobile .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .order-swapped.order-swapped-mobile .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .order-swapped.order-swapped-mobile .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .order-swapped.order-swapped-mobile .tout-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .order-swapped.order-swapped-mobile .tout-showcase {
    margin-bottom: 1em;
    padding-top: 0;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .order-swapped.order-swapped-mobile .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .order-swapped.order-swapped-mobile .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .order-swapped.order-swapped-mobile .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .order-swapped.order-swapped-mobile .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .order-swapped.order-swapped-mobile .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .order-swapped.order-swapped-mobile .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .order-swapped.order-swapped-mobile .tout-showcase.add-showcase-paddings {
    padding-top: 2em;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .order-swapped.order-swapped-mobile .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .order-swapped.order-swapped-mobile .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .order-swapped.order-swapped-mobile .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .order-swapped.order-swapped-mobile .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .order-swapped.order-swapped-mobile .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .order-swapped.order-swapped-mobile .tout-content,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .order-swapped.order-swapped-mobile .tout-content {
    padding: 0;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .order-swapped.order-swapped-mobile .tout-content.top-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .order-swapped.order-swapped-mobile .tout-content.top-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .order-swapped.order-swapped-mobile .tout-content.top-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .order-swapped.order-swapped-mobile .tout-content.top-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .order-swapped.order-swapped-mobile .tout-content.top-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .order-swapped.order-swapped-mobile .tout-content.top-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .order-swapped.order-swapped-mobile .tout-content.top-padding {
    padding-top: 1.2em;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .order-swapped.order-swapped-mobile .tout-content.edge-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .order-swapped.order-swapped-mobile .tout-content.edge-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .order-swapped.order-swapped-mobile .tout-content.edge-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .order-swapped.order-swapped-mobile .tout-content.edge-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .order-swapped.order-swapped-mobile .tout-content.edge-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .order-swapped.order-swapped-mobile .tout-content.edge-padding,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .order-swapped.order-swapped-mobile .tout-content.edge-padding {
    padding-left: 2.4em;
    padding-right: 2.4em;
  }
  .aem-Grid.aem-Grid--12 .updated-tout .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.updated-tout .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.updated-tout .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.updated-tout .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.updated-tout .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.updated-tout .tout-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.updated-tout .tout-showcase.add-showcase-paddings {
    padding: 2em 1em 0;
  }
}

.aem-Grid.aem-Grid--12 .updated-header .has-bg,
.aem-Grid.aem-Grid--12 .updated-header .no-bg,
.aem-Grid.aem-Grid--12 .updated-header .default-bg,
.aem-Grid.aem-Grid--12 .updated-header .has-bg-medium,
.aem-Grid.aem-Grid--12 .updated-header .has-bg-small {
  width: 100%;
  height: 100%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
}
.aem-Grid.aem-Grid--12 .updated-header .has-bg .header-container.has-border,
.aem-Grid.aem-Grid--12 .updated-header .no-bg .header-container.has-border,
.aem-Grid.aem-Grid--12 .updated-header .default-bg .header-container.has-border,
.aem-Grid.aem-Grid--12 .updated-header .has-bg-medium .header-container.has-border,
.aem-Grid.aem-Grid--12 .updated-header .has-bg-small .header-container.has-border {
  border: 2px solid #fff;
}
.aem-Grid.aem-Grid--12 .updated-header .has-small-overlay {
  height: 100%;
  -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%;
  content: "";
  position: absolute;
  z-index: 1;
}
.aem-Grid.aem-Grid--12 .updated-header .header-overlay {
  display: none;
}
.aem-Grid.aem-Grid--12 .updated-header .has-bg-overlay {
  position: relative;
}
.aem-Grid.aem-Grid--12 .updated-header .has-bg-overlay .header-overlay {
  display: block;
  position: absolute;
  background: #000;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: 0;
}
.aem-Grid.aem-Grid--12 .updated-header .header-container {
  position: relative;
  z-index: 1;
}
.aem-Grid.aem-Grid--12 .updated-header .no-overlay {
  display: none;
}
.aem-Grid.aem-Grid--12 .updated-header .header-container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.aem-Grid.aem-Grid--12 .updated-header .header-container.remove-padding {
  padding: 0 !important;
}
.aem-Grid.aem-Grid--12 .updated-header .header-container.disable-showcase-desktop .header-showcase {
  display: none;
}
.aem-Grid.aem-Grid--12 .updated-header .header-container.disable-showcase-mobile .header-showcase {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.aem-Grid.aem-Grid--12 .updated-header .header-container .header-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 .updated-header .header-container.square-aspect-ratio {
  overflow: hidden;
  padding: 0 !important;
  position: relative;
}
.aem-Grid.aem-Grid--12 .updated-header .header-container.square-aspect-ratio:before {
  content: "";
  display: table;
  padding-bottom: 100% !important;
}
.aem-Grid.aem-Grid--12 .updated-header .header-container.square-aspect-ratio .square-aspect-ratio-container {
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.aem-Grid.aem-Grid--12 .updated-header .header-container.square-aspect-ratio .square-aspect-ratio-container > :first-child {
  padding-top: 2em;
}
.aem-Grid.aem-Grid--12 .updated-header .header-container.square-aspect-ratio .square-aspect-ratio-container > :last-child {
  padding-bottom: 2em;
}
.aem-Grid.aem-Grid--12 .updated-header .header-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2;
  margin-bottom: 20px;
  padding-left: 2em;
  padding-right: 0;
}
.aem-Grid.aem-Grid--12 .updated-header .header-content p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.aem-Grid.aem-Grid--12 .updated-header .product-image {
  max-height: 50%;
  width: auto;
}
.aem-Grid.aem-Grid--12 .updated-header .product-image div {
  max-height: 100%;
}
.aem-Grid.aem-Grid--12 .updated-header .header-ctas {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.aem-Grid.aem-Grid--12 .updated-header .header-ctas .header-cta {
  margin-bottom: 1.5em;
  min-width: 150px;
}
.aem-Grid.aem-Grid--12 .updated-header .header-ctas .header-cta:nth-child(2) {
  margin-left: 20px;
}
.aem-Grid.aem-Grid--12 .updated-header .header-showcase {
  overflow: hidden;
}
.aem-Grid.aem-Grid--12 .updated-header .header-showcase figcaption {
  display: block;
  padding-top: 20px;
}
.aem-Grid.aem-Grid--12 .updated-header .header-showcase figcaption small {
  display: block;
  font-size: 15px;
}
.aem-Grid.aem-Grid--12 .updated-header .header-showcase.aspect-ratio {
  -moz-align-self: auto !important;
  -ms-align-self: auto !important;
  -webkit-align-self: auto !important;
  align-self: auto !important;
}
.aem-Grid.aem-Grid--12 .updated-header .header-showcase.aspect-ratio .showcase-image > div {
  position: relative;
}
.aem-Grid.aem-Grid--12 .updated-header .header-showcase.aspect-ratio .showcase-image > div:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 61.53846154%;
}
.aem-Grid.aem-Grid--12 .updated-header .header-showcase.aspect-ratio .showcase-image > div a,
.aem-Grid.aem-Grid--12 .updated-header .header-showcase.aspect-ratio .showcase-image > div img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.aem-Grid.aem-Grid--12 .updated-header .header-showcase .image {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 100%;
}
.aem-Grid.aem-Grid--12 .updated-header .header-showcase .image img {
  display: inline;
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
}
.aem-Grid.aem-Grid--12 .updated-header .header-showcase .image .showcase-content {
  height: 100%;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .aem-Grid.aem-Grid--12 .updated-header .has-bg-small {
    background-image: none !important;
  }
  .aem-Grid.aem-Grid--12 .updated-header .has-medium-overlay {
    height: 100%;
    -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%;
    content: "";
    position: absolute;
    z-index: 1;
  }
  .aem-Grid.aem-Grid--12 .updated-header .has-small-overlay {
    display: none;
  }
}
@media all and (min-width: 1025px) {
  .aem-Grid.aem-Grid--12 .updated-header .has-bg-medium,
  .aem-Grid.aem-Grid--12 .updated-header .has-bg-small {
    background-image: none !important;
  }
  .aem-Grid.aem-Grid--12 .updated-header .has-large-overlay {
    height: 100%;
    -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%;
    content: "";
    position: absolute;
    z-index: 1;
  }
  .aem-Grid.aem-Grid--12 .updated-header .has-medium-overlay,
  .aem-Grid.aem-Grid--12 .updated-header .has-small-overlay {
    display: none;
  }
}
@media all and (min-width: 767px) {
  .aem-Grid.aem-Grid--12 .updated-header .has-bg,
  .aem-Grid.aem-Grid--12 .updated-header .no-bg,
  .aem-Grid.aem-Grid--12 .updated-header .default-bg {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .aem-Grid.aem-Grid--12 .updated-header .header-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 4.6em 1.2em;
  }
  .aem-Grid.aem-Grid--12 .updated-header .header-container.reduce-padding {
    padding: 2.3em 0.6em;
  }
  .aem-Grid.aem-Grid--12 .updated-header .header-container.remove-padding {
    padding: 0;
  }
  .aem-Grid.aem-Grid--12 .updated-header .header-content,
  .aem-Grid.aem-Grid--12 .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%;
  }
  .aem-Grid.aem-Grid--12 .updated-header .header-content {
    height: 100%;
  }
  .aem-Grid.aem-Grid--12 .updated-header .header-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 .updated-header .top-padding {
    padding-top: 2.3em;
  }
  .aem-Grid.aem-Grid--12 .updated-header .edge-padding {
    padding-left: 3.6em;
    padding-right: 9em;
  }
  .aem-Grid.aem-Grid--12 .updated-header .no-showcase .header-content,
  .aem-Grid.aem-Grid--12 .updated-header .disable-showcase-desktop .header-content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .aem-Grid.aem-Grid--12 .updated-header .no-showcase .top-padding,
  .aem-Grid.aem-Grid--12 .updated-header .disable-showcase-desktop .top-padding {
    padding-top: 2.3em;
  }
  .aem-Grid.aem-Grid--12 .updated-header .no-showcase .edge-padding,
  .aem-Grid.aem-Grid--12 .updated-header .disable-showcase-desktop .edge-padding {
    padding-left: 3.6em;
    padding-right: 3.6em;
  }
  .aem-Grid.aem-Grid--12 .updated-header .no-showcase .image div img,
  .aem-Grid.aem-Grid--12 .updated-header .disable-showcase-desktop .image div img {
    margin: 0 auto;
  }
  .aem-Grid.aem-Grid--12 .updated-header .no-showcase .header-cta a,
  .aem-Grid.aem-Grid--12 .updated-header .disable-showcase-desktop .header-cta a {
    display: table;
    margin: 0 auto;
  }
  .aem-Grid.aem-Grid--12 .updated-header .no-showcase .header-ctas,
  .aem-Grid.aem-Grid--12 .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;
  }
  .aem-Grid.aem-Grid--12 .updated-header .order-swapped .header-content {
    padding-right: 2em;
    padding-left: 0;
  }
  .aem-Grid.aem-Grid--12 .updated-header .order-swapped .header-content.edge-padding {
    padding-left: 9em;
    padding-right: 3.6em;
  }
  .aem-Grid.aem-Grid--12 .updated-header .order-swapped-mobile {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .aem-Grid.aem-Grid--12 .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;
  }
  .aem-Grid.aem-Grid--12 .updated-header .header-showcase .image {
    margin: 0 auto;
  }
  .aem-Grid.aem-Grid--12 .updated-header .align-start {
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
  }
  .aem-Grid.aem-Grid--12 .updated-header .align-center {
    -moz-align-self: center;
    -ms-align-self: center;
    -webkit-align-self: center;
    align-self: center;
  }
  .aem-Grid.aem-Grid--12 .updated-header .align-end {
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
  }
  .aem-Grid.aem-Grid--12 .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;
  }
  .aem-Grid.aem-Grid--12 .updated-header .justify-to-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .aem-Grid.aem-Grid--12 .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;
  }
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .aem-Grid.aem-Grid--12 .updated-header > .has-bg,
  .aem-Grid.aem-Grid--12 .updated-header .no-bg,
  .aem-Grid.aem-Grid--12 .updated-header .default-bg {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: auto !important;
    min-height: 100%;
  }
  .aem-Grid.aem-Grid--12 .updated-header .header-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 3em 1.2em;
  }
  .aem-Grid.aem-Grid--12 .updated-header .header-container.reduce-padding {
    padding: 1.5em 0.6;
  }
  .aem-Grid.aem-Grid--12 .updated-header .header-container.remove-padding {
    padding: 0;
  }
  .aem-Grid.aem-Grid--12 .updated-header .header-content.top-padding,
  .aem-Grid.aem-Grid--12 .updated-header .order-swapped .header-content.top-padding {
    padding-top: 1.5em;
  }
  .aem-Grid.aem-Grid--12 .updated-header .header-content.edge-padding,
  .aem-Grid.aem-Grid--12 .updated-header .order-swapped .header-content.edge-padding {
    padding-left: 3.6em;
    padding-right: 3.6em;
  }
  .aem-Grid.aem-Grid--12 .updated-header .no-showcase .header-content {
    width: 80%;
  }
}
@media all and (max-width: 767px) {
  .aem-Grid.aem-Grid--12 .updated-header > .has-bg,
  .aem-Grid.aem-Grid--12 .updated-header .no-bg,
  .aem-Grid.aem-Grid--12 .updated-header .default-bg {
    height: auto !important;
    min-height: 100%;
  }
  .aem-Grid.aem-Grid--12 .updated-header .no-showcase .header-content,
  .aem-Grid.aem-Grid--12 .updated-header .disable-showcase-mobile .header-content {
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 .updated-header .header-container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .aem-Grid.aem-Grid--12 .updated-header .header-container.disable-showcase-mobile .header-showcase {
    display: none;
  }
  .aem-Grid.aem-Grid--12 .updated-header .header-container.disable-showcase-desktop .header-showcase {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .aem-Grid.aem-Grid--12 .updated-header .header-content {
    padding: 1em 1em;
  }
  .aem-Grid.aem-Grid--12 .updated-header .header-content .header-cta {
    text-align: center;
    margin-bottom: 0;
  }
  .aem-Grid.aem-Grid--12 .updated-header .header-content.top-padding {
    padding-top: 2.5em;
  }
  .aem-Grid.aem-Grid--12 .updated-header .header-content.edge-padding {
    padding-left: 3.6em;
    padding-right: 3.6em;
  }
  .aem-Grid.aem-Grid--12 .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;
  }
  .aem-Grid.aem-Grid--12 .updated-header .order-swapped-mobile .header-content {
    padding: 0;
  }
  .aem-Grid.aem-Grid--12 .updated-header .order-swapped-mobile .header-content.top-padding {
    padding-top: 2.5em;
  }
  .aem-Grid.aem-Grid--12 .updated-header .order-swapped-mobile .header-content.edge-padding {
    padding-left: 3.6em;
    padding-right: 3.6em;
  }
  .aem-Grid.aem-Grid--12 .updated-header .order-swapped-mobile .header-showcase.add-showcase-paddings {
    padding: 0 1em 2em;
  }
  .aem-Grid.aem-Grid--12 .updated-header .order-swapped.order-swapped-mobile .header-showcase {
    margin-bottom: 1em;
    padding-top: 0;
  }
  .aem-Grid.aem-Grid--12 .updated-header .order-swapped.order-swapped-mobile .header-showcase.add-showcase-paddings {
    padding-top: 2em;
  }
  .aem-Grid.aem-Grid--12 .updated-header .order-swapped.order-swapped-mobile .header-content {
    padding: 0;
  }
  .aem-Grid.aem-Grid--12 .updated-header .order-swapped.order-swapped-mobile .header-content.top-padding {
    padding-top: 2.5em;
  }
  .aem-Grid.aem-Grid--12 .updated-header .order-swapped.order-swapped-mobile .header-content.edge-padding {
    padding-left: 3.6em;
    padding-right: 3.6em;
  }
  .aem-Grid.aem-Grid--12 .updated-header .header-showcase.add-showcase-paddings {
    padding: 2em 1em 0;
  }
}
@media all and (max-width: 767px) and (min-width: 480px) {
  .aem-Grid.aem-Grid--12 .updated-header > .has-bg,
  .aem-Grid.aem-Grid--12 .updated-header .no-bg,
  .aem-Grid.aem-Grid--12 .updated-header .default-bg {
    height: auto !important;
  }
  .aem-Grid.aem-Grid--12 .updated-header .header-container .header-ctas {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .aem-Grid.aem-Grid--12 .updated-header .header-container .header-ctas .header-cta {
    text-align: left;
    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 .updated-header .header-content.top-padding,
  .aem-Grid.aem-Grid--12 .updated-header .no-showcase .header-content.top-padding {
    padding-top: 1.2em;
  }
  .aem-Grid.aem-Grid--12 .updated-header .header-content.edge-padding,
  .aem-Grid.aem-Grid--12 .updated-header .no-showcase .header-content.edge-padding {
    padding-left: 2.4em;
    padding-right: 2.4em;
  }
  .aem-Grid.aem-Grid--12 .updated-header .no-showcase .header-content {
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 .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;
  }
  .aem-Grid.aem-Grid--12 .updated-header .order-swapped .header-showcase,
  .aem-Grid.aem-Grid--12 .updated-header .order-swapped-mobile .header-showcase {
    margin-bottom: 0;
    padding-top: 1em;
  }
  .aem-Grid.aem-Grid--12 .updated-header .order-swapped .header-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .updated-header .order-swapped-mobile .header-showcase.add-showcase-paddings {
    padding: 0 1em 2em;
  }
  .aem-Grid.aem-Grid--12 .updated-header .order-swapped.order-swapped-mobile .header-showcase {
    margin-bottom: 1em;
    padding-top: 0;
  }
  .aem-Grid.aem-Grid--12 .updated-header .order-swapped.order-swapped-mobile .header-showcase.add-showcase-paddings {
    padding-top: 2em;
  }
  .aem-Grid.aem-Grid--12 .updated-header .order-swapped .header-content,
  .aem-Grid.aem-Grid--12 .updated-header .order-swapped-mobile .header-content,
  .aem-Grid.aem-Grid--12 .updated-header .order-swapped.order-swapped-mobile .header-content {
    padding: 0;
  }
  .aem-Grid.aem-Grid--12 .updated-header .order-swapped .header-content.top-padding,
  .aem-Grid.aem-Grid--12 .updated-header .order-swapped-mobile .header-content.top-padding,
  .aem-Grid.aem-Grid--12 .updated-header .order-swapped.order-swapped-mobile .header-content.top-padding {
    padding-top: 1.2em;
  }
  .aem-Grid.aem-Grid--12 .updated-header .order-swapped .header-content.edge-padding,
  .aem-Grid.aem-Grid--12 .updated-header .order-swapped-mobile .header-content.edge-padding,
  .aem-Grid.aem-Grid--12 .updated-header .order-swapped.order-swapped-mobile .header-content.edge-padding {
    padding-left: 2.4em;
    padding-right: 2.4em;
  }
  .aem-Grid.aem-Grid--12 .updated-header .header-showcase.add-showcase-paddings {
    padding: 2em 1em 0;
  }
}
@media all and (max-width: 479px) {
  .aem-Grid.aem-Grid--12 .updated-header .header-container {
    display: inline-block;
  }
  .aem-Grid.aem-Grid--12 .updated-header .header-container .header-ctas {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .aem-Grid.aem-Grid--12 .updated-header .header-showcase {
    padding: 0;
  }
  .aem-Grid.aem-Grid--12 .updated-header .header-showcase.add-showcase-paddings {
    padding: 2em 1em 0;
  }
  .aem-Grid.aem-Grid--12 .updated-header .header-showcase .image {
    margin: 0;
    max-width: none;
    text-align: left;
  }
  .aem-Grid.aem-Grid--12 .updated-header .header-showcase .showcase-image > div {
    text-align: left;
  }
  .aem-Grid.aem-Grid--12 .updated-header .header-showcase .showcase-image > div img {
    width: auto;
    max-width: 100%;
  }
  .aem-Grid.aem-Grid--12 .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;
  }
  .aem-Grid.aem-Grid--12 .updated-header .order-swapped .header-showcase,
  .aem-Grid.aem-Grid--12 .updated-header .order-swapped-mobile .header-showcase {
    margin-bottom: 0;
    padding-top: 1em;
  }
  .aem-Grid.aem-Grid--12 .updated-header .order-swapped .header-showcase.add-showcase-paddings,
  .aem-Grid.aem-Grid--12 .updated-header .order-swapped-mobile .header-showcase.add-showcase-paddings {
    padding: 0 1em 2em;
  }
  .aem-Grid.aem-Grid--12 .updated-header .order-swapped.order-swapped-mobile .header-showcase {
    margin-bottom: 1em;
    padding-top: 0;
  }
  .aem-Grid.aem-Grid--12 .updated-header .order-swapped.order-swapped-mobile .header-showcase.add-showcase-paddings {
    padding-top: 2em;
  }
  .aem-Grid.aem-Grid--12 .updated-header .order-swapped.order-swapped-mobile .header-content {
    padding: 0;
  }
  .aem-Grid.aem-Grid--12 .updated-header .order-swapped.order-swapped-mobile .header-content.top-padding {
    padding-top: 1.2em;
  }
  .aem-Grid.aem-Grid--12 .updated-header .order-swapped.order-swapped-mobile .header-content.edge-padding {
    padding-left: 2.4em;
    padding-right: 2.4em;
  }
  .aem-Grid.aem-Grid--12 .updated-header .header-showcase.add-showcase-paddings {
    padding: 2em 1em 0;
  }
}

.show-spinner {
  padding-top: 50px;
  width: 100%;
}
.news-list .news-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: 33px;
  position: relative;
  width: 100%;
}
.news-list .news-container .lede {
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 19px;
}
.news-list .news-container .lede .lede-label {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 5px 8px;
  text-transform: uppercase;
  letter-spacing: 1.29px;
  margin-right: 20px;
}
.news-list .news-container .lede img {
  max-width: 100%;
}
.news-list .news-container .lede-property-heading {
  display: none;
}
.news-list .news-container .lede .lede-teaser {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-list .news-container .lede .lede-teaser .button-arrow {
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.news-list .news-container[data-cols="1"].right figure {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.news-list .news-container[data-cols="1"].right a.lede-teaser-cta.cta-link {
  margin-left: 0;
}
.news-list .news-container[data-cols="1"].left a.lede-teaser-cta,
.news-list .news-container[data-cols="1"].top a.lede-teaser-cta,
.news-list .news-container[data-cols="1"].bottom a.lede-teaser-cta {
  margin-right: 20px;
}
.news-list .news-container[data-cols="1"].left a.lede-teaser-cta,
.news-list .news-container[data-cols="1"].right a.lede-teaser-cta,
.news-list .news-container[data-cols="1"].top a.lede-teaser-cta,
.news-list .news-container[data-cols="1"].bottom a.lede-teaser-cta {
  width: 30%;
  max-width: 30%;
}
.news-list .news-container[data-cols="1"].left figcaption,
.news-list .news-container[data-cols="1"].right figcaption,
.news-list .news-container[data-cols="1"].top figcaption,
.news-list .news-container[data-cols="1"].bottom figcaption {
  width: 70%;
  max-width: 70%;
}
.news-list .news-container.left .lede,
.news-list .news-container.right .lede,
.news-list .news-container.top .lede,
.news-list .news-container.bottom .lede {
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
}
.news-list .news-container.left figure,
.news-list .news-container.right figure,
.news-list .news-container.top figure,
.news-list .news-container.bottom figure {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.news-list .news-container.left a.lede-teaser-cta,
.news-list .news-container.right a.lede-teaser-cta,
.news-list .news-container.top a.lede-teaser-cta,
.news-list .news-container.bottom a.lede-teaser-cta {
  display: block;
  -moz-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  -webkit-flex: 0 0 30%;
  flex: 0 0 30%;
}
.news-list .news-container.left a.lede-teaser-cta .lede-image:before,
.news-list .news-container.right a.lede-teaser-cta .lede-image:before,
.news-list .news-container.top a.lede-teaser-cta .lede-image:before,
.news-list .news-container.bottom a.lede-teaser-cta .lede-image:before {
  padding: 0;
}
.news-list .news-container.left a.lede-teaser-cta .lede-image .lede-video-side-container,
.news-list .news-container.right a.lede-teaser-cta .lede-image .lede-video-side-container,
.news-list .news-container.top a.lede-teaser-cta .lede-image .lede-video-side-container,
.news-list .news-container.bottom a.lede-teaser-cta .lede-image .lede-video-side-container {
  position: relative;
  overflow: hidden;
}
.news-list .news-container.left a.lede-teaser-cta .lede-image .lede-video-side-container img,
.news-list .news-container.right a.lede-teaser-cta .lede-image .lede-video-side-container img,
.news-list .news-container.top a.lede-teaser-cta .lede-image .lede-video-side-container img,
.news-list .news-container.bottom a.lede-teaser-cta .lede-image .lede-video-side-container img {
  position: static;
  width: 100%;
}
.news-list .news-container.left figcaption,
.news-list .news-container.right figcaption,
.news-list .news-container.top figcaption,
.news-list .news-container.bottom figcaption {
  -moz-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  -webkit-flex: 0 0 70%;
  flex: 0 0 70%;
}
.news-list .news-container.left figcaption.image-disabled,
.news-list .news-container.right figcaption.image-disabled,
.news-list .news-container.top figcaption.image-disabled,
.news-list .news-container.bottom figcaption.image-disabled {
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
.news-list .news-container .news-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;
}
.news-list .news-container .news-pagination ul li {
  margin: 6px;
}
.news-list .news-container .news-pagination ul li:before {
  display: none;
}
.news-list .news-container .lede-heading {
  margin-bottom: 10px;
}
.news-list .news-container .ledes-filter {
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.news-list .news-container .ledes-filter label {
  padding-right: 38px;
  vertical-align: middle;
}
.news-list .news-container .ledes-filter select {
  margin: 24px 0 23px 0;
  max-width: 100%;
}
.news-list .news-container .ledes-filter .select-box-holder {
  display: inline-block;
}
.news-list .news-container .ledes-filter .select-box-holder .select-box {
  display: none;
}
.news-list .news-container .ledes-filter-placeholder {
  height: 97px;
  width: 100%;
}
.news-list .news-container .meta-wrapper {
  margin-bottom: 15px;
}
.news-list .news-container .lede-meta {
  padding: 0;
}
.news-list .news-container .lede-teaser {
  padding-bottom: 1.2em;
}
.news-list .news-container .lede-teaser .button-arrow {
  margin-top: 20px;
}
.news-list .news-container .lede-teaser .lede-teaser-cta {
  display: inline-block;
  margin-top: 12px;
  position: relative;
}
.news-list .news-container .lede-teaser .lede-teaser-text {
  margin: 8px 0 0 0;
}
.news-list .news-container .view-more {
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  margin: 19px;
  width: 100%;
}
.news-list .news-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%;
}
.news-list .news-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%;
}
.news-list .news-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%;
}
.news-list .news-container[data-cols="2"].top figure,
.news-list .news-container[data-cols="3"].top figure,
.news-list .news-container[data-cols="4"].top figure,
.news-list .news-container[data-cols="2"].right figure,
.news-list .news-container[data-cols="3"].right figure,
.news-list .news-container[data-cols="4"].right figure,
.news-list .news-container[data-cols="2"].left figure,
.news-list .news-container[data-cols="3"].left figure,
.news-list .news-container[data-cols="4"].left figure {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-list .news-container[data-cols="2"].bottom figure,
.news-list .news-container[data-cols="3"].bottom figure,
.news-list .news-container[data-cols="4"].bottom figure {
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  height: 100%;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  overflow: hidden;
}
.news-list .news-container[data-cols="2"].bottom figure figcaption,
.news-list .news-container[data-cols="3"].bottom figure figcaption,
.news-list .news-container[data-cols="4"].bottom figure figcaption {
  padding-bottom: 0;
  -moz-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  -webkit-flex: 0 0 60%;
  flex: 0 0 60%;
}
.news-list .news-container[data-cols="2"].left figcaption,
.news-list .news-container[data-cols="3"].left figcaption,
.news-list .news-container[data-cols="4"].left figcaption,
.news-list .news-container[data-cols="2"].right figcaption,
.news-list .news-container[data-cols="3"].right figcaption,
.news-list .news-container[data-cols="4"].right figcaption,
.news-list .news-container[data-cols="2"].top figcaption,
.news-list .news-container[data-cols="3"].top figcaption,
.news-list .news-container[data-cols="4"].top figcaption,
.news-list .news-container[data-cols="2"].bottom figcaption,
.news-list .news-container[data-cols="3"].bottom figcaption,
.news-list .news-container[data-cols="4"].bottom figcaption {
  width: 100%;
  max-width: 100%;
}
.news-list .news-container[data-cols="2"].left a.lede-teaser-cta,
.news-list .news-container[data-cols="3"].left a.lede-teaser-cta,
.news-list .news-container[data-cols="4"].left a.lede-teaser-cta,
.news-list .news-container[data-cols="2"].right a.lede-teaser-cta,
.news-list .news-container[data-cols="3"].right a.lede-teaser-cta,
.news-list .news-container[data-cols="4"].right a.lede-teaser-cta,
.news-list .news-container[data-cols="2"].top a.lede-teaser-cta,
.news-list .news-container[data-cols="3"].top a.lede-teaser-cta,
.news-list .news-container[data-cols="4"].top a.lede-teaser-cta,
.news-list .news-container[data-cols="2"].bottom a.lede-teaser-cta,
.news-list .news-container[data-cols="3"].bottom a.lede-teaser-cta,
.news-list .news-container[data-cols="4"].bottom a.lede-teaser-cta {
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
@media all and (max-width: 1024px) {
  .news-list .news-container .lede-teaser .lede-teaser-text {
    display: inline-block;
  }
  .news-list .news-container[data-cols="1"].left figure,
  .news-list .news-container[data-cols="1"].right figure,
  .news-list .news-container[data-cols="1"].top figure,
  .news-list .news-container[data-cols="1"].bottom figure {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .news-list .news-container[data-cols="1"].left figcaption,
  .news-list .news-container[data-cols="1"].right figcaption,
  .news-list .news-container[data-cols="1"].top figcaption,
  .news-list .news-container[data-cols="1"].bottom figcaption {
    width: 100%;
    max-width: 100%;
  }
  .news-list .news-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%;
  }
  .news-list .news-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) {
  .news-list .news-container .delayed-load-carousel-container {
    padding-left: 0;
    padding-right: 0;
  }
  .news-list .news-container .ledes-filter {
    padding: 34px 0;
  }
  .news-list .news-container .ledes-filter label {
    display: block;
    padding-bottom: 20px;
    padding-right: 0;
  }
  .news-list .news-container .ledes-filter select {
    margin: 4px 0 0 0;
  }
  .news-list .news-container .ledes-filter-placeholder {
    height: 156px;
  }
  .news-list .news-container .view-more {
    margin: 16px 18px;
  }
  .news-list .news-container[data-cols="1"] {
    padding: 16px 0;
  }
  .news-list .news-container[data-cols="1"].left figure,
  .news-list .news-container[data-cols="1"].top figure {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-list .news-container[data-cols="1"].right figure,
  .news-list .news-container[data-cols="1"].bottom figure {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .news-list .news-container[data-cols="1"] figcaption {
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
  }
  .news-list .news-container[data-cols="1"].left a.lede-teaser-cta,
  .news-list .news-container[data-cols="1"].right a.lede-teaser-cta,
  .news-list .news-container[data-cols="1"].top a.lede-teaser-cta,
  .news-list .news-container[data-cols="1"].bottom a.lede-teaser-cta {
    width: auto;
    max-width: 100%;
  }
  .news-list .news-container[data-cols="1"] .lede {
    padding: 16px 18px;
  }
  .news-list .news-container[data-cols="3"] .lede,
  .news-list .news-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%;
  }
  .news-list .news-container[data-cols="2"].left .lede,
  .news-list .news-container[data-cols="3"].left .lede,
  .news-list .news-container[data-cols="4"].left .lede,
  .news-list .news-container[data-cols="2"].right .lede,
  .news-list .news-container[data-cols="3"].right .lede,
  .news-list .news-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%;
  }
  .news-list .news-container[data-cols="2"].left .lede figcaption,
  .news-list .news-container[data-cols="3"].left .lede figcaption,
  .news-list .news-container[data-cols="4"].left .lede figcaption,
  .news-list .news-container[data-cols="2"].right .lede figcaption,
  .news-list .news-container[data-cols="3"].right .lede figcaption,
  .news-list .news-container[data-cols="4"].right .lede figcaption {
    width: 100%;
  }
}
@media all and (max-width: 479px) {
  .news-list .news-container[data-cols="2"] .lede,
  .news-list .news-container[data-cols="3"] .lede,
  .news-list .news-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%;
  }
  .news-list .news-container[data-cols="2"].left figcaption,
  .news-list .news-container[data-cols="3"].left figcaption,
  .news-list .news-container[data-cols="4"].left figcaption,
  .news-list .news-container[data-cols="2"].right figcaption,
  .news-list .news-container[data-cols="3"].right figcaption,
  .news-list .news-container[data-cols="4"].right figcaption {
    width: 50%;
  }
}
.news-list .news-container.news-hover-cards .disable-image {
  height: 200px;
}
.news-list .news-container.news-hover-cards figcaption {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  padding: 10px;
  position: absolute;
  top: 75%;
  left: 0;
  -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% !important;
}
.news-list .news-container.news-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;
}
.news-list .news-container.news-hover-cards figcaption .lede-title {
  font-size: 21px;
  line-height: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.news-list .news-container.news-hover-cards figcaption .lede-teaser .lede-teaser-text {
  line-height: 18px;
  margin-top: 5px;
}
.news-list .news-container.news-hover-cards .shorten-figcaption-overlay {
  top: 82%;
}
.news-list .news-container.news-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%;
}
.news-list .news-container.news-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%;
}
.news-list .news-container.news-hover-cards[data-cols="4"] .disable-image {
  height: 240px;
}
.news-list .news-container.news-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%;
}
.news-list .news-container.news-hover-cards[data-cols="4"] figcaption {
  top: 80%;
}
.news-list .news-container.news-hover-cards.left figcaption,
.news-list .news-container.news-hover-cards.right figcaption,
.news-list .news-container.news-hover-cards.top figcaption,
.news-list .news-container.news-hover-cards.bottom figcaption {
  width: 100%;
  max-width: 100%;
}
.news-list .news-container.news-hover-cards .lede {
  margin: 20px 1%;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.news-list .news-container.news-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%);
}
.news-list .news-container.news-hover-cards .lede:hover figcaption .lede-title {
  white-space: normal;
  display: inline;
}
.news-list .news-container.news-hover-cards .lede:hover figcaption .lede-teaser {
  opacity: 1;
}
.news-list .news-container.news-hover-cards .lede:hover .shorten-figcaption-overlay {
  -webkit-transform: translate(0, -82%);
  -moz-transform: translate(0, -82%);
  -ms-transform: translate(0, -82%);
  -o-transform: translate(0, -82%);
  transform: translate(0, -82%);
}
@media all and (min-width: 1025px) and (max-width: 1279px) {
  .news-list .news-container.news-hover-cards[data-cols="3"] .lede {
    padding: 8px 0;
  }
  .news-list .news-container.news-hover-cards[data-cols="3"] .lede .lede-title {
    font-size: 18px;
    line-height: 21px;
  }
  .news-list .news-container.news-hover-cards[data-cols="4"] .lede {
    padding: 30px 0;
  }
  .news-list .news-container.news-hover-cards[data-cols="4"] .lede .lede-title {
    font-size: 16px;
    line-height: 18px;
  }
}
@media all and (max-width: 1024px) {
  .news-list .news-container.news-hover-cards[data-cols="2"] .lede {
    padding: 10px 0;
  }
  .news-list .news-container.news-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%;
    padding: 10px 0;
  }
  .news-list .news-container.news-hover-cards[data-cols="4"] .lede {
    padding: 35px 0;
    -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%;
  }
  .news-list .news-container.news-hover-cards[data-cols="4"] .lede .lede-title {
    font-size: 18px;
    line-height: 21px;
  }
}
@media all and (max-width: 767px) {
  .news-list .news-container.news-hover-cards .lede .lede-title {
    font-size: 18px;
    line-height: 21px;
  }
  .news-list .news-container.news-hover-cards .lede .lede-image {
    height: 200px;
  }
  .news-list .news-container.news-hover-cards figcaption {
    top: 79%;
  }
  .news-list .news-container.news-hover-cards .shorten-figcaption-overlay {
    top: 85%;
  }
  .news-list .news-container.news-hover-cards[data-cols="2"] .lede,
  .news-list .news-container.news-hover-cards[data-cols="3"] .lede,
  .news-list .news-container.news-hover-cards[data-cols="4"] .lede,
  .news-list .news-container.news-hover-cards[data-cols="1"] .lede {
    padding: 25px 0;
  }
  .news-list .news-container.news-hover-cards[data-cols="3"] .lede,
  .news-list .news-container.news-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) {
  .news-list .news-container.news-hover-cards[data-cols="2"] .lede,
  .news-list .news-container.news-hover-cards[data-cols="3"] .lede,
  .news-list .news-container.news-hover-cards[data-cols="4"] .lede {
    -moz-flex-basis: 90%;
    -ms-flex-basis: 90%;
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
    margin: 15px auto;
    max-width: 90%;
    width: 90%;
  }
  .news-list .news-container.news-hover-cards .lede:hover figcaption {
    -webkit-transform: translate(0, -75%);
    -moz-transform: translate(0, -75%);
    -ms-transform: translate(0, -75%);
    -o-transform: translate(0, -75%);
    transform: translate(0, -75%);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .news-list .news-container .lede-teaser-cta,
  .news-list .news-container figcaption {
    flex: 0 0 auto !important;
  }
}
@supports not (flex-wrap: wrap) {
  .news-container {
    display: inline-block;
  }
  .news-container .lede {
    float: left;
  }
}

.product-line-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-height: 200px;
}
.product-line-container .product-overview {
  -moz-flex: 0 0 33.333%;
  -ms-flex: 0 0 33.333%;
  -webkit-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
}
.product-line-container .product-overview.updated-tout .tout-container {
  overflow: hidden;
}
.product-line-container .product-overview.updated-tout .tout-container .tout-content .tout-cta {
  text-align: start;
}
.product-line-container .product-overview.updated-tout .tout-container .tout-content .tout-cta a {
  width: auto;
}
.product-line-container .product-listing {
  -moz-flex: 0 0 66.666%;
  -ms-flex: 0 0 66.666%;
  -webkit-flex: 0 0 66.666%;
  flex: 0 0 66.666%;
  width: 66.7%;
}
.product-line-container.overview-start {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.product-line-container.overview-end {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media all and (max-width: 767px) {
  .product-line-container.overview-start {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-line-container.overview-end {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .product-line-container .product-listing {
    width: 100%;
  }
  .product-line-container .product-overview.updated-tout .tout-container .tout-content .tout-cta {
    text-align: center;
  }
}
@media screen and (min--moz-device-pixel-ratio: 0) {
  .product-line-container .product-listing {
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.content-slider .content-slider-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 90px;
}
.content-slider .content-slider-content {
  width: 70%;
}
.content-slider .content-slider-content .slide {
  display: none;
}
.content-slider .content-slider-content .slide.active {
  display: block;
}
.content-slider .content-slider-content .content-container {
  min-height: 50px;
}
.content-slider .content-slider-content .showcase-container {
  width: 100%;
}
.content-slider .nav-list {
  width: 26%;
  padding-left: 30px;
}
.content-slider .nav-list .nav-list-item {
  opacity: 0.5;
  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;
  height: 100px;
  overflow: hidden;
  cursor: pointer;
}
.content-slider .nav-list .nav-list-item.active {
  opacity: 1;
}
.content-slider .nav-list .nav-icon {
  width: 108px !important;
  height: 61px;
}
.content-slider .nav-list .icon-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.content-slider .nav-list .icon-video {
  position: relative;
}
.content-slider .nav-list .icon-video:before {
  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%);
}
.content-slider .nav-list .nav-title {
  padding-left: 15px;
  max-width: 63%;
}
@media all and (max-width: 1024px) {
  .content-slider .nav-list {
    display: none;
  }
  .content-slider .content-slider-content {
    width: 100%;
  }
  .content-slider .content-slider-content .slide {
    display: block;
    margin-bottom: 80px;
  }
  .content-slider .content-slider-content .slide .slide-wrapper {
    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;
  }
  .content-slider .content-slider-content .content-container {
    padding-bottom: 15px;
  }
}
@media all and (max-width: 767px) {
  .content-slider .content-slider-wrapper {
    padding: 40px 20px;
  }
}

.show-spinner {
  padding-top: 50px;
  width: 100%;
}
.documents-view .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;
  position: relative;
  width: 100%;
}
.documents-view .view-modes-container {
  width: 100%;
  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;
  color: black;
  padding: 60px 80px 30px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.documents-view .view-modes-container .view-mode {
  display: flex;
  margin-left: auto;
}
.documents-view .view-modes-container .view-mode span {
  font-size: 40px;
}
.documents-view .view-modes-container .view-mode button {
  border: none;
  background: none;
  opacity: 0.4;
  padding: 5px 0;
}
.documents-view .view-modes-container .view-mode button span {
  font-size: 40px;
}
.documents-view .view-modes-container .view-mode button i {
  border: solid 1px black;
  border-radius: 2px;
  font-size: 30px;
  padding: 4px 0;
  width: 40px;
  height: 40px;
}
.documents-view .view-modes-container .view-mode button:hover {
  cursor: pointer;
  opacity: 1;
}
.documents-view .view-modes-container .view-mode button.active {
  opacity: 1;
}
.documents-view .view-modes-container .view-mode button:focus {
  outline: none;
}
.documents-view .view-modes-container .view-mode.hide-on-desktop {
  display: none;
}
.documents-view .list-view-mode {
  padding: 0 80px;
}
.documents-view .lede {
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.documents-view .lede img {
  display: inline;
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
}
.documents-view .list-mode {
  padding: 20px 0;
  width: 100%;
}
.documents-view .list-mode .showcase {
  display: none;
}
.documents-view .list-mode figcaption {
  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-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;
}
.documents-view .list-mode .lede-title {
  overflow: hidden;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.documents-view .list-mode .lede-text {
  max-width: 70%;
}
.documents-view .list-mode .cta-link {
  white-space: nowrap;
}
.documents-view .grid-mode {
  padding: 55px 40px;
}
.documents-view .grid-mode > div,
.documents-view .grid-mode figure {
  height: 100%;
}
.documents-view .grid-mode figure {
  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-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.documents-view .grid-mode figure figcaption {
  text-align: center;
}
.documents-view .grid-mode figure .cta-link {
  display: block;
}
.documents-view .grid-mode.image-top figure {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.documents-view .grid-mode.image-bottom figure {
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.documents-view .grid-mode.image-disabled figure {
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.documents-view .header-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: 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;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.documents-view .header-container .header-overlay {
  top: 0;
  left: 0;
  height: 100%;
  -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%;
  content: "";
  position: absolute;
  z-index: 1;
}
.documents-view .header-container .header-content {
  text-align: center;
  z-index: 2;
}
.documents-view .header-container .header-search {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  z-index: 2;
}
.documents-view .header-container .search-files-submit {
  margin-left: -10px;
}
.documents-view .header-container .search-files-search-input {
  margin: 0;
}
.documents-view .header-container .search-files-search-input::placeholder {
  opacity: 0.5;
}
.documents-view .header-container .search-files-search-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.documents-view .header-container .search-files-search-input::-webkit-input-placeholder {
  opacity: 0.5;
}
.documents-view .documents-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;
}
.documents-view .documents-pagination ul li {
  margin: 6px;
}
.documents-view .documents-pagination ul li:before {
  display: none;
}
.documents-view .lede-teaser .lede-teaser-text {
  margin: 8px 0 0 0;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.documents-view .view-more {
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  margin: 19px 0;
  width: 100%;
}
.documents-view [data-grid-cols="2"] .grid-mode {
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}
.documents-view [data-grid-cols="3"] .grid-mode {
  -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%;
}
.documents-view [data-grid-cols="4"] .grid-mode {
  -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) {
  .documents-view .view-modes-container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .documents-view .view-modes-container .view-mode.hide-on-desktop,
  .documents-view .view-modes-container .view-mode.hide-on-mobile {
    display: flex;
  }
  .documents-view .view-modes-container .view-mode.hide-on-tablet {
    display: none;
  }
  .documents-view .list-view-mode {
    padding: 0 30px;
  }
  .documents-view [data-grid-cols="4"] .grid-mode {
    -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) {
  .documents-view .view-modes-container .view-mode.hide-on-desktop,
  .documents-view .view-modes-container .view-mode.hide-on-tablet {
    display: flex;
  }
  .documents-view .view-modes-container .view-mode.hide-on-mobile {
    display: none;
  }
  .documents-view .header-container {
    height: auto !important;
  }
  .documents-view .header-container .turn-off-for-mobile {
    display: none;
  }
  .documents-view .view-more {
    margin: 16px 0;
  }
  .documents-view .list-mode figcaption {
    -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;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .documents-view .list-mode .lede-text {
    max-width: 100%;
  }
  .documents-view [data-grid-cols="2"] .grid-mode,
  .documents-view [data-grid-cols="3"] .grid-mode,
  .documents-view [data-grid-cols="4"] .grid-mode {
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@supports not (flex-wrap: wrap) {
  .documents-container {
    display: inline-block;
  }
  .documents-container .lede {
    float: left;
  }
}

.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;
  }
}

.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;
}

.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;
}

.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;
  }
}

.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;
  }
}

