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;
}
@charset "UTF-8";.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content{position:absolute;top:0;right:0;bottom:0;left:0;-moz-backface-visibility:hidden}.blueimp-gallery>.slides>.slide>.slide-content{margin:auto;width:auto;height:auto;max-width:100%;max-height:100%;opacity:1}.blueimp-gallery{position:fixed;z-index:999999;overflow:hidden;background:#000;background:rgba(0,0,0,.9);opacity:0;display:none;direction:ltr;-ms-touch-action:none;touch-action:none}.blueimp-gallery-carousel{position:relative;z-index:auto;margin:1em auto;padding-bottom:56.25%;box-shadow:0 0 10px #000;-ms-touch-action:pan-y;touch-action:pan-y}.blueimp-gallery-display{display:block;opacity:1}.blueimp-gallery>.slides{position:relative;height:100%;overflow:hidden}.blueimp-gallery-carousel>.slides{position:absolute}.blueimp-gallery>.slides>.slide{position:relative;float:left;height:100%;text-align:center;-webkit-transition-timing-function:cubic-bezier(.645,.045,.355,1);-moz-transition-timing-function:cubic-bezier(.645,.045,.355,1);-ms-transition-timing-function:cubic-bezier(.645,.045,.355,1);-o-transition-timing-function:cubic-bezier(.645,.045,.355,1);transition-timing-function:cubic-bezier(.645,.045,.355,1)}.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content{-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;-ms-transition:opacity .2s linear;-o-transition:opacity .2s linear;transition:opacity .2s linear}.blueimp-gallery>.slides>.slide-loading{background:url(../../../../clientlibs/external/blueimp-gallery/img/loading.gif) center no-repeat;background-size:64px 64px}.blueimp-gallery>.slides>.slide-loading>.slide-content{opacity:0}.blueimp-gallery>.slides>.slide-error{background:url(../../../../clientlibs/external/blueimp-gallery/img/error.png) center no-repeat}.blueimp-gallery>.slides>.slide-error>.slide-content{display:none}.blueimp-gallery>.next,.blueimp-gallery>.prev{position:absolute;top:50%;left:15px;width:40px;height:40px;margin-top:-23px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:60px;font-weight:100;line-height:30px;color:#fff;text-decoration:none;text-shadow:0 0 2px #000;text-align:center;background:#222;background:rgba(0,0,0,.5);-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;border:3px solid #fff;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px;opacity:.5;cursor:pointer;display:none}.blueimp-gallery>.next{left:auto;right:15px}.blueimp-gallery>.close,.blueimp-gallery>.title{position:absolute;top:15px;left:15px;margin:0 40px 0 0;font-size:20px;line-height:30px;color:#fff;text-shadow:0 0 2px #000;opacity:.8;display:none}.blueimp-gallery>.close{padding:15px;right:15px;left:auto;margin:-15px;font-size:30px;text-decoration:none;cursor:pointer}.blueimp-gallery>.play-pause{position:absolute;right:15px;bottom:15px;width:15px;height:15px;background:url(../../../../clientlibs/external/blueimp-gallery/img/play-pause.png) 0 0 no-repeat;cursor:pointer;opacity:.5;display:none}.blueimp-gallery-playing>.play-pause{background-position:-15px 0}.blueimp-gallery>.close:hover,.blueimp-gallery>.next:hover,.blueimp-gallery>.play-pause:hover,.blueimp-gallery>.prev:hover,.blueimp-gallery>.title:hover{color:#fff;opacity:1}.blueimp-gallery-controls>.close,.blueimp-gallery-controls>.next,.blueimp-gallery-controls>.play-pause,.blueimp-gallery-controls>.prev,.blueimp-gallery-controls>.title{display:block;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.blueimp-gallery-left>.prev,.blueimp-gallery-right>.next,.blueimp-gallery-single>.next,.blueimp-gallery-single>.play-pause,.blueimp-gallery-single>.prev{display:none}.blueimp-gallery>.close,.blueimp-gallery>.next,.blueimp-gallery>.play-pause,.blueimp-gallery>.prev,.blueimp-gallery>.slides>.slide>.slide-content{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}body:last-child .blueimp-gallery>.slides>.slide-error{background-image:url(../../../../clientlibs/external/blueimp-gallery/img/error.svg)}body:last-child .blueimp-gallery>.play-pause{width:20px;height:20px;background-size:40px 20px;background-image:url(../../../../clientlibs/external/blueimp-gallery/img/play-pause.svg)}body:last-child .blueimp-gallery-playing>.play-pause{background-position:-20px 0}*+html .blueimp-gallery>.slides>.slide{min-height:300px}*+html .blueimp-gallery>.slides>.slide>.slide-content{position:relative}.blueimp-gallery>.indicator{position:absolute;top:auto;right:15px;bottom:15px;left:15px;margin:0 40px;padding:0;list-style:none;text-align:center;line-height:10px;display:none}.blueimp-gallery>.indicator>li{display:inline-block;width:9px;height:9px;margin:6px 3px 0 3px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;border:1px solid transparent;background:#ccc;background:rgba(255,255,255,.25) center no-repeat;border-radius:5px;box-shadow:0 0 2px #000;opacity:.5;cursor:pointer}.blueimp-gallery>.indicator>.active,.blueimp-gallery>.indicator>li:hover{background-color:#fff;border-color:#fff;opacity:1}.blueimp-gallery>.indicator>li:after{opacity:0;display:block;position:absolute;content:'';top:-5em;width:75px;height:75px;transition:transform .6s ease-out,opacity .4s ease-out;transform:translateX(-50%) translateY(0) translateZ(0);pointer-events:none}.blueimp-gallery>.indicator>li:hover:after{opacity:1;border-radius:50%;background:inherit;transform:translateX(-50%) translateY(-5px) translateZ(0)}.blueimp-gallery>.indicator>.active:after{display:none}.blueimp-gallery-controls>.indicator{display:block;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.blueimp-gallery-single>.indicator{display:none}.blueimp-gallery>.indicator{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}*+html .blueimp-gallery>.indicator>li{display:inline}.blueimp-gallery>.slides>.slide>.video-content>img{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:auto;height:auto;max-width:100%;max-height:100%;-moz-backface-visibility:hidden}.blueimp-gallery>.slides>.slide>.video-content>video{position:absolute;top:0;left:0;width:100%;height:100%}.blueimp-gallery>.slides>.slide>.video-content>iframe{position:absolute;top:100%;left:0;width:100%;height:100%;border:none}.blueimp-gallery>.slides>.slide>.video-playing>iframe{top:0}.blueimp-gallery>.slides>.slide>.video-content>a{position:absolute;top:50%;right:0;left:0;margin:-64px auto 0;width:128px;height:128px;background:url(../../../../clientlibs/external/blueimp-gallery/img/video-play.png) center no-repeat;opacity:.8;cursor:pointer}.blueimp-gallery>.slides>.slide>.video-content>a:hover{opacity:1}.blueimp-gallery>.slides>.slide>.video-playing>a,.blueimp-gallery>.slides>.slide>.video-playing>img{display:none}.blueimp-gallery>.slides>.slide>.video-content>video{display:none}.blueimp-gallery>.slides>.slide>.video-playing>video{display:block}.blueimp-gallery>.slides>.slide>.video-loading>a{background:url(../../../../clientlibs/external/blueimp-gallery/img/loading.gif) center no-repeat;background-size:64px 64px}body:last-child .blueimp-gallery>.slides>.slide>.video-content:not(.video-loading)>a{background-image:url(../../../../clientlibs/external/blueimp-gallery/img/video-play.svg)}*+html .blueimp-gallery>.slides>.slide>.video-content{height:100%}*+html .blueimp-gallery>.slides>.slide>.video-content>a{left:50%;margin-left:-64px}
/*# sourceMappingURL=blueimp-gallery.min.css.map */
/* 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;
}

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

.carousel-with-split {
  overflow: hidden;
  /* main images */
  /* foreground overlap overrides */
}
.carousel-with-split .carousel-container {
  position: relative;
  padding: 2% 0;
}
.carousel-with-split .carousel-container-mobile {
  position: relative;
  padding: 2% 0;
}
.carousel-with-split .carousel-splitter {
  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;
}
.carousel-with-split .carousel-splitter .carousel-slides-1 {
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.carousel-with-split .carousel-splitter .carousel-slides-2 {
  -moz-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
  margin: 0 15px;
}
.carousel-with-split .carousel-slide-list {
  width: 90%;
  margin: 30px auto;
}
.carousel-with-split .carousel-slide-list .carousel-slide-container .carousel-slide {
  position: relative;
  padding: 0 30px 24.4%;
}
@media all and (max-width: 1024px) {
  .carousel-with-split .carousel-slide-list .carousel-slide-container .carousel-slide {
    padding: 0px 30px 60%;
  }
}
.carousel-with-split .carousel-slide-list .carousel-slide-container .carousel-slide .carousel-foreground-image {
  float: right;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 0;
}
.carousel-with-split .carousel-slide-list .carousel-slide-container .carousel-slide .carousel-foreground-image.reverse .foreground-image > div img {
  left: 0;
  right: auto;
  max-width: 45%;
}
.carousel-with-split .carousel-slide-list .carousel-slide-container .carousel-slide .carousel-foreground-image .foreground-image {
  height: 100%;
  position: relative;
}
.carousel-with-split .carousel-slide-list .carousel-slide-container .carousel-slide .carousel-foreground-image .foreground-image > div {
  height: 100%;
}
.carousel-with-split .carousel-slide-list .carousel-slide-container .carousel-slide .carousel-foreground-image .foreground-image > div img {
  bottom: 0;
  height: auto;
  margin: 0 auto;
  min-height: 100px;
  min-width: 100px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.carousel-with-split .carousel-slide-list .slick-list {
  max-width: 1230px;
  margin: 0 auto;
  overflow: hidden;
}
.carousel-with-split .slick-list {
  overflow: visible;
}
.carousel-with-split .carousel-slide .carousel-slide-container {
  position: relative;
}
.carousel-with-split .carousel-slide .allow-foreground-overlap .carousel-slide-container {
  position: relative;
}
.carousel-with-split .carousel-slide .allow-foreground-overlap .carousel-slide-container .carousel-foreground-image {
  height: 110%;
  width: 65%;
}
.carousel-with-split .slide-content {
  z-index: 10;
  position: absolute;
  top: 10%;
  left: 5%;
  width: 40%;
}
.carousel-with-split .slide-content.reverse {
  right: 5%;
  left: auto;
}
.carousel-with-split .button-arrow {
  margin-top: 30px;
  margin-right: 30px;
}
@media all and (min-width: 1025px) {
  .carousel-with-split .carousel-container-mobile {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .carousel-with-split .carousel-slide-list {
    height: 100%;
    width: 100%;
    margin: 0;
  }
  .carousel-with-split .carousel-slide-list .carousel-slide-container .carousel-foreground-image {
    max-height: 200px;
  }
  .carousel-with-split .carousel-container {
    display: none;
  }
  .carousel-with-split p {
    display: none;
  }
  .carousel-with-split .slide-content {
    left: 10%;
    bottom: 15%;
    width: 50%;
  }
  .carousel-with-split .slide-content.reverse {
    right: 0;
    left: auto;
  }
  .carousel-with-split .slick-arrow {
    display: none !important;
  }
  .carousel-with-split .slick-prev {
    left: 5px;
  }
  .carousel-with-split .slick-next {
    right: 5px;
  }
}
@media all and (max-width: 767px) {
  .carousel-with-split .button-arrow {
    margin-right: auto;
  }
  .carousel-with-split .slide-content {
    bottom: 25%;
    left: 0;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .carousel-with-split .slide-content.reverse {
    width: 100%;
  }
  .carousel-with-split .carousel-foreground-image {
    display: none;
  }
}
@media all and (min-width: 1025px) {
  .carousel-with-split .carousel-slide-list .show-mobile .carousel-container-mobile {
    display: block;
  }
}
@media all and (max-width: 1024px) {
  .carousel-with-split .carousel-slide-list .show-mobile p {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .carousel-with-split .carousel-slide-list .show-mobile .carousel-slide-container {
    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;
  }
  .carousel-with-split .carousel-slide-list .show-mobile .carousel-slide-container .slide-content .button-arrow {
    margin: auto;
  }
  .carousel-with-split .carousel-slide-list .show-mobile .carousel-slide-container .carousel-foreground-image {
    display: none;
  }
}
.aem-AuthorLayer-Design .carousel-with-split,
.aem-AuthorLayer-Developer .carousel-with-split,
.aem-AuthorLayer-Edit .carousel-with-split,
.aem-AuthorLayer-Layouting .carousel-with-split {
  margin-bottom: 0;
  padding-bottom: 0;
}

.corp-footer .locale-countries {
  display: none;
  height: 0;
  padding: 20px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
  width: 100%;
  z-index: 10;
}
.corp-footer .locale-countries.expanded {
  display: block;
  height: auto;
}
.corp-footer .locale-countries h3 {
  margin-bottom: 20px;
}
.corp-footer .locale-countries .page-content-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.corp-footer .locale-countries .locale-country-list {
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
}
.corp-footer .locale-countries .locale-country-list ul li {
  float: left;
  width: 50%;
  margin: 5px 0;
}
.corp-footer .locale-countries .locale-indicator-flag {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.corp-footer .locale-indicator-mobile .locale-indicator-flag {
  width: 11px;
  height: 11px;
  margin-right: 8px;
  position: relative;
  top: 1px;
}
.corp-footer .locale-indicator .locale-indicator-flag {
  position: relative;
  top: -2px;
}

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

.corp-page-nav ul li.page-nav-container .fa.fa-play {
  margin-right: 5px;
  position: relative;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -1px;
}
.corp-page-nav ul li.page-nav-container .fa-caret-down {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.corp-page-nav ul li.page-nav-container .fa-caret-down.active {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.corp-page-nav #toggle-mobile-shown + ul > li.link > ul {
  margin-left: 0;
}
@media all and (max-width: 1024px) {
  .corp-page-nav #toggle-mobile-shown + ul > li.link > ul {
    margin-left: 25px;
  }
}

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

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

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

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

.google-search {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
@media all and (max-width: 767px) {
  .google-search {
    padding: 0 10px;
  }
}
.google-search-loading,
.google-search-error,
.google-search-results,
.google-search-no-results {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.google-search-loading,
.google-search-error,
.google-search-no-results {
  text-align: center;
}
.google-search-results .item {
  overflow: hidden;
}
.google-search-results .item + .item {
  margin-top: 15px;
  padding-top: 15px;
}
.google-search-results .item-snippet {
  position: relative;
  padding-right: 70px;
}
.google-search-results .cta-link {
  position: absolute;
  right: 0;
  display: block;
  top: 0;
}
.google-search-results .item-title {
  margin-bottom: 10px;
}
.google-search-results .item-image {
  width: 75px;
  height: 75px;
  float: left;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.google-search-results .pagination {
  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;
  margin-top: 15px;
}
.google-search-results .pagination .search-meta {
  margin: 0 20px;
}
.google-search-header {
  margin-top: 30px;
  margin-bottom: 15px;
  overflow: hidden;
}
.google-search-header .header-form {
  float: right;
}
.google-search-header .header-form input {
  width: 175px;
  height: 44px;
  line-height: 0;
  margin-right: 10px;
}
.google-search-header .result-text {
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  .google-search-header .header-form {
    float: none;
    margin-bottom: 20px;
  }
}

.guru-page-nav ul li.page-nav-container .fa {
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.guru-page-nav ul li.page-nav-container ul li ul li:before {
  font-size: 20px;
  font-weight: bold;
}
.guru-page-nav #toggle-mobile + ul > li.link > ul {
  margin-left: 0;
}
@media all and (max-width: 1024px) {
  .guru-page-nav #toggle-mobile + ul > li.link > ul {
    margin-left: 25px;
  }
}

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

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

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

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

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

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

.locale-indicator {
  position: relative;
}
.locale-indicator .locale-countries {
  opacity: 0;
  padding: 20px;
  position: absolute;
  -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%;
  z-index: 10;
}
.locale-indicator .locale-countries.expanded {
  opacity: 1;
}
.locale-indicator .locale-countries h3 {
  margin-bottom: 20px;
}
.locale-indicator .locale-countries .page-content-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.locale-indicator .locale-countries .locale-country-list {
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
}
.locale-indicator .locale-countries .locale-country-list ul li {
  float: left;
  width: 50%;
  margin: 5px 0;
}
.locale-indicator .locale-indicator-flag {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

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

.corporate-mailing-list {
  padding: 25px 0;
}
.corporate-mailing-list h1 {
  font-size: 34px;
  line-height: 38px;
}
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body {
  width: 84%;
  margin: 0 auto;
}
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body .item-flex-layout {
  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;
}
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body .header {
  padding-bottom: 25px;
}
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body label {
  display: block;
}
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body .input-width-small {
  width: 70%;
}
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body .bold-text {
  font-weight: bold;
}
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body .bold-text,
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body label.bold-text,
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body .field-suffix label,
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body .field-other-language label {
  font-size: 16px;
  padding-bottom: 5px;
}
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body .corporate-mailing-list-left {
  float: left;
  width: 40%;
}
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body .corporate-mailing-list-right {
  float: right;
  width: 330px;
}
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body .corporate-mailing-list-right .form-group {
  padding-right: 5px;
}
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body .corporate-mailing-list-container {
  max-height: 620px;
  overflow-y: auto;
  margin-bottom: 20px;
}
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body #corporate-subscribe-form {
  padding-top: 30px;
}
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body #mce-form::after,
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body .form-group::after {
  content: '';
  display: table;
  clear: both;
}
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body input[type="checkbox"] {
  padding: 10px;
  border-color: #b1b1b1;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
}
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body input[type="checkbox"]:checked:after {
  left: 3px;
  top: 3px;
}
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body [type="radio"]:checked,
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body [type="radio"]:checked + label,
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body [type="radio"]:checked + label:before,
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  background: #ccc;
}
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body [type="radio"]:checked + label:after,
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #fff;
  position: absolute;
  top: 4px;
  left: 4px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body [type="radio"]:not(:checked) + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body [type="radio"]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body [type="radio"]:checked + label:before {
  /*background-color: #c41230;*/
  /* set up at brand level */
}
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body .form-group {
  margin-bottom: 20px;
}
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body .form-group select,
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body .form-group input:not([type='checkbox'],[type='radio']) {
  width: 100%;
  text-transform: uppercase;
  margin: 15px 0;
}
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body .form-group select {
  padding-right: 20px;
}
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body .form-group select::-ms-expand {
  display: none;
}
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body .form-group .select-box-holder .select-box {
  top: 17px;
}
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body .field-first-name {
  float: left;
  width: calc(100% - 90px);
}
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body .field-suffix {
  float: right;
  width: 80px;
}
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body .field-language {
  float: left;
  width: calc(50% - 5px);
}
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body .field-other-language {
  float: right;
  width: calc(50% - 5px);
}
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body .field-zip {
  width: calc(50% - 5px);
}
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body .right {
  text-align: right;
}
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body .right input {
  background-color: transparent;
  border: 0 none;
  cursor: pointer;
  height: 53px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body #corporate-subscribe {
  display: block;
  margin: 0 auto;
  width: 300px;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  padding: 30px 10px;
}
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body #corporate-subscribe::after {
  content: ' >>';
}
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body .response {
  text-align: center;
  width: 100%;
  padding: 30px 0 20px;
}
.corporate-mailing-list .mailing-list-wrapper .mailing-list-body .hide-element {
  display: none;
}
.corporate-mailing-list .error-form,
.corporate-mailing-list input.mce_inline_error {
  margin-bottom: 5px;
}
.corporate-mailing-list span.mce_inline_error {
  border: 0 none;
}
@media all and (max-width: 1024px) {
  .corporate-mailing-list .mailing-list-wrapper .mailing-list-body {
    width: auto;
    padding: 0 20px;
  }
  .corporate-mailing-list .mailing-list-wrapper .mailing-list-body .corporate-mailing-list-left,
  .corporate-mailing-list .mailing-list-wrapper .mailing-list-body .corporate-mailing-list-right {
    width: calc(50% - 10px);
  }
  .corporate-mailing-list .mailing-list-wrapper .mailing-list-body ul.group-options {
    padding-left: 0;
  }
}
@media all and (max-width: 767px) {
  .corporate-mailing-list .mailing-list-wrapper .mailing-list-body .corporate-mailing-list-left,
  .corporate-mailing-list .mailing-list-wrapper .mailing-list-body .corporate-mailing-list-right {
    width: auto;
    float: none;
  }
}
@media all and (max-width: 480px) {
  .corporate-mailing-list .mailing-list-wrapper .mailing-list-body .field-language,
  .corporate-mailing-list .mailing-list-wrapper .mailing-list-body .field-other-language {
    width: auto;
    float: none;
  }
  .corporate-mailing-list .mailing-list-wrapper .mailing-list-body .field-other-language {
    padding-top: 20px;
  }
  .corporate-mailing-list .mailing-list-wrapper .mailing-list-body #corporate-subscribe {
    width: 100%;
  }
}

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

.corporate-newsletter-tool {
  text-align: center;
  position: relative;
  z-index: 1;
}
.corporate-newsletter-tool .corporate-newsletter-container {
  padding-top: 20px;
}
.corporate-newsletter-tool .corporate-newsletter-element {
  position: relative;
  display: inline;
}
.corporate-newsletter-tool .corporate-newsletter-email {
  border: 0;
  border-radius: 0;
  height: 54px;
  margin: 0;
  width: 350px;
  border: 1px solid #0032a0;
  color: #808080;
}
.corporate-newsletter-tool .corporate-newsletter-email.invalid-email {
  border-color: #c41230 !important;
}
.corporate-newsletter-tool .corporate-newsletter-submit {
  border: 0;
  height: 54px;
  margin-left: -5px;
  vertical-align: middle;
}
.corporate-newsletter-tool .mailing-list-wrapper1 {
  position: relative;
  overflow: hidden;
  padding: 35px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.corporate-newsletter-tool .mailing-list-wrapper1 .mailing-list {
  padding: 25px;
  z-index: 9999;
  position: relative;
}
.corporate-newsletter-tool .mailing-list-wrapper1 .mailing-list.centre {
  text-align: center;
}
.corporate-newsletter-tool .mailing-list-wrapper1 .mailing-list.left {
  text-align: left;
  padding-left: 100px;
  flex: auto;
}
.corporate-newsletter-tool .mailing-list-wrapper1 .mailing-list.right {
  text-align: right;
  padding-right: 100px;
  flex: auto;
}
.corporate-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;
}
.corporate-newsletter-tool .mailing-list-wrapper1 .corporate-newsletter-background,
.corporate-newsletter-tool .mailing-list-wrapper1 .has-bg-medium,
.corporate-newsletter-tool .mailing-list-wrapper1 .has-bg-small {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
.corporate-newsletter-tool .mailing-list-wrapper1.has-bg-overlay .corporate-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;
}
.corporate-newsletter-tool .mailing-list-wrapper1.has-bg-overlay .corporate-newsletter-background:hover:before {
  background: #000000;
  opacity: 0.4;
}
.corporate-newsletter-tool .mailing-list-wrapper1.has-bg-overlay .corporate-newsletter-background > * {
  position: relative;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .corporate-newsletter-tool .mailing-list-wrapper1 .has-bg-small {
    background-image: none !important;
  }
}
@media all and (min-width: 1025px) {
  .corporate-newsletter-tool .mailing-list-wrapper1 .has-bg-medium,
  .corporate-newsletter-tool .mailing-list-wrapper1 .has-bg-small {
    background-image: none !important;
  }
}
.corporate-newsletter-tool .mailing-list-wrapper1.increase-height {
  min-height: 450px;
}
.corporate-newsletter-tool .button-main {
  display: inline-flex;
  align-items: center;
  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;
}
.corporate-newsletter-tool .button-main.button-arrow::after {
  height: auto;
  width: auto;
}
.corporate-newsletter-tool .has-bg-medium,
.corporate-newsletter-tool .has-bg-small {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (max-width: 767px) {
  .corporate-newsletter-tool .mailing-list-wrapper1 .mailing-list h5 {
    font-size: 20px;
  }
  .corporate-newsletter-tool .corporate-newsletter-email {
    width: 225px;
  }
  .corporate-newsletter-tool .corporate-newsletter-submit {
    height: 54px;
    padding-left: 20px;
    padding-right: 20px;
    width: 62px;
  }
  .corporate-newsletter-tool .corporate-newsletter-submit:after {
    margin-right: 0;
    right: 40%;
  }
  .corporate-newsletter-tool .corporate-newsletter-submit span {
    display: none;
  }
  .corporate-newsletter-tool .mailing-list-wrapper1 .mailing-list.centre {
    text-align: center;
  }
  .corporate-newsletter-tool .mailing-list-wrapper1 .mailing-list.left {
    text-align: center;
    padding-left: 23px;
  }
  .corporate-newsletter-tool .mailing-list-wrapper1 .mailing-list.right {
    text-align: center;
    padding-right: 23px;
  }
}
.corporate-newsletter-tool .mailing-list h3,
.corporate-newsletter-tool h4,
.corporate-newsletter-tool h6,
.corporate-newsletter-tool p {
  text-transform: uppercase;
}
.corporate-newsletter .corporate-newsletter-element {
  display: inline;
  position: relative;
}
span.error-newsletter {
  position: absolute;
  top: 50px;
  left: 15px;
  margin: 0;
  color: #c41230;
}

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

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

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

.rss .rss-item {
  margin: 0px 0px 10px 0px;
  line-height: 1.4em;
}
.rss .rss-item .rss-item-title a {
  font-size: 18px;
  text-decoration: none;
}

.site-corp-nav .mobile-menu-locale-label {
  padding: 0 15px;
}
.site-corp-nav .locale-countries {
  position: relative;
  opacity: 0;
  padding: 20px;
  position: absolute;
  -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%;
  z-index: 10;
}
.site-corp-nav .locale-countries.expanded {
  opacity: 1;
}
.site-corp-nav .locale-countries h3 {
  margin-bottom: 20px;
}
.site-corp-nav .locale-countries .page-content-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.site-corp-nav .locale-countries .locale-country-list {
  -moz-flex: 1 1 0;
  -ms-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
}
.site-corp-nav .locale-countries .locale-country-list ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.site-corp-nav .locale-countries .locale-country-list ul li {
  flex-basis: 100%;
}
.site-corp-nav .locale-countries .locale-country-list.locale-emea-countries {
  -moz-flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
  flex-grow: 2;
}
.site-corp-nav .locale-countries .locale-country-list.locale-emea-countries li {
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.site-corp-nav .locale-countries .locale-indicator-flag {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.site-corp-nav .locale-countries-backdrop {
  position: fixed;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 9;
}
.site-corp-nav .locale-indicator .locale-indicator-flag {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.site-corp-nav .mobile-menu-item .locale-indicator-flag {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  position: relative;
  top: 4px;
}
.site-corp-nav .mobile-menu-item .locale-indicator-name {
  position: relative;
  top: -3px;
}
.mobile-search-form {
  padding: 10px;
}
.mobile-search-form form {
  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;
  border-radius: 5px;
}
.mobile-search-form input {
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  border: 0;
  border-radius: 0;
  background: none;
  text-transform: uppercase;
}
.mobile-search-form button {
  -moz-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  -webkit-flex: 0 0 40px;
  flex: 0 0 40px;
  border: 0;
  background: none;
  cursor: pointer;
  font-size: 30px;
  padding: 0;
}

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

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

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

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

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

.tout-carousel .carousel-container {
  margin: 0 30px;
  position: relative;
}
.tout-carousel .slick-list {
  overflow: hidden;
}
.tout-carousel .tout-carousel-slide {
  display: none;
  text-align: center;
}
.tout-carousel .slick-initialized .tout-carousel-slide {
  display: block;
}

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

.where-to-buy-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-search-results-corp {
  padding: 70px 6.25%;
}
.where-to-buy-search-results-corp .show-spinner {
  margin: 0;
}
.where-to-buy-search-results-corp table {
  border: 0;
  border-top: 1px solid #000;
}
.where-to-buy-search-results-corp table tr {
  border: 0;
  border-bottom: 1px solid #000;
}
.where-to-buy-search-results-corp table td {
  border: 0;
  padding: 5px 15px;
  vertical-align: middle;
}
.where-to-buy-search-results-corp table td:before {
  display: none;
}
.where-to-buy-search-results-corp table td:empty {
  padding: 0;
}
.where-to-buy-search-results-corp table td:first-child {
  border-top: 0;
  padding-left: 0;
}
.where-to-buy-search-results-corp table td:last-child {
  padding: 3px 0 3px 15px;
  text-align: right;
  white-space: nowrap;
}
.where-to-buy-search-results-corp table td:last-child .button-main.button-arrow {
  margin: 2px 0;
}
.where-to-buy-search-results-corp table.coordinates-selected tr:not(.active) {
  opacity: 0.5;
}
.where-to-buy-search-results-corp .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-corp .where-to-buy-search-pagination li {
  margin: 6px;
}
.where-to-buy-search-results-corp .where-to-buy-search-pagination li:before {
  display: none;
}
.where-to-buy-search-results-corp .dealer-name {
  cursor: pointer;
}
.where-to-buy-search-results-corp .dealer-phone,
.where-to-buy-search-results-corp .dealer-phone-mobile,
.where-to-buy-search-results-corp .dealer-website {
  display: block;
  padding-top: 2px;
  white-space: nowrap;
}
.where-to-buy-search-results-corp .dealer-phone:before,
.where-to-buy-search-results-corp .dealer-phone-mobile:before,
.where-to-buy-search-results-corp .dealer-website:before {
  -moz-osx-font-smoothing: grayscale;
  font-family: "icomoon";
  line-height: 1;
  vertical-align: middle;
}
.where-to-buy-search-results-corp button.where-to-buy-show-filter {
  display: none;
}
@media all and (min-width: 1025px) {
  .where-to-buy-search-results-corp .dealer-phone-mobile {
    display: none;
  }
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .where-to-buy-search-results-corp {
    padding: 48px 5.3%;
    width: 100% !important;
  }
  .where-to-buy-search-results-corp .dealer-phone {
    display: none;
  }
  .where-to-buy-search-results-corp table td {
    padding-bottom: 26px;
    padding-top: 26px;
  }
}
@media all and (max-width: 767px) {
  .where-to-buy-search-results-corp {
    padding: 45px 6.5% 38px 6.5%;
    width: 100% !important;
  }
  .where-to-buy-search-results-corp .dealer-phone {
    display: none;
  }
  .where-to-buy-search-results-corp table td {
    display: block;
    padding: 8px 0;
  }
  .where-to-buy-search-results-corp table td:first-child {
    padding-top: 30px;
  }
  .where-to-buy-search-results-corp table td:last-child {
    padding-bottom: 30px;
    padding-left: 0px;
    text-align: left;
  }
  .where-to-buy-search-results-corp .dealer-phone,
  .where-to-buy-search-results-corp .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-buy-corporate .tab-list {
  display: block;
}
.where-buy-corporate .tab-list.hidden {
  display: none;
}
.where-buy-corporate .tab-list-mobile {
  display: none;
}
.where-buy-corporate .tab-list-mobile.hidden {
  display: none;
}
@media all and (max-width: 1024px) {
  .where-buy-corporate .tab-list {
    display: none;
  }
  .where-buy-corporate .tab-list.hidden {
    display: none;
  }
  .where-buy-corporate .tab-list-mobile {
    display: block;
  }
  .where-buy-corporate .tab-list-mobile.hidden {
    display: none;
  }
}

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

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

.page-nav-sidebar .supplemental-nav-links a {
  display: block;
}
.anchor-links--container.is-loading {
  overflow: auto !important;
}
div.anchor-links.aem-GridColumn.aem-GridColumn--default--12 {
  padding: initial !important;
}

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

.order-review-container {
  background-color: #ffffff;
}
.order-review-container .heading {
  text-align: center;
}
.order-review-container .label {
  text-align: center;
  background-color: #e7e7e7;
}
.order-review-container .shipping-line {
  display: block;
}

.announcement .announcement-bar {
  display: none;
}
.show-announcement-bar .announcement-bar {
  display: block;
}
.announcement-bar {
  background-color: #000;
  color: #fff;
  display: none;
}
.announcement-bar .announcement-content-wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 5px 15px;
}
.announcement-bar .announcement-content-wrap::after {
  content: '';
  display: table;
  clear: both;
}
.announcement-bar .announcement-txt {
  float: left;
  width: calc(100% - 130px);
  padding-top: 5px;
}
.announcement-bar p {
  margin-bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.announcement-bar .announcement-cta {
  float: right;
  width: 130px;
  text-align: right;
  padding-top: 1px;
}
.announcement-bar .announcement-cta::after {
  content: '';
  display: table;
  clear: both;
}
.announcement-bar .announcement-cta .button-main {
  padding: 5px 10px;
  vertical-align: middle;
}
.announcement-bar .announcement-cta .announcement-mobile-dismiss {
  display: none;
  padding-top: 5px;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .announcement-bar .announcement-txt,
  .announcement-bar .announcement-cta {
    float: none;
    width: auto;
  }
  .announcement-bar p {
    text-overflow: initial;
    white-space: normal;
    overflow: visible;
    padding-bottom: 10px;
  }
  .announcement-bar .button-main {
    float: left;
  }
  .announcement-bar .announcement-mobile-dismiss {
    display: block !important;
    float: right;
  }
}
/* announcement overlay */
.announcement {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  transform: translateY(0);
  transition: transform 1s;
}
.announcement.show {
  display: flex;
}
.announcement.animate-slide {
  transform: translateY(-100%);
}
.announcement .announcement-wrap {
  max-width: 800px;
  padding: 0 15px;
}
.announcement .announcement-slide-up {
  color: #fff;
  font-weight: bold;
  width: 50px;
  height: 50px;
  font-size: 35px;
  line-height: 67px;
  background-color: #000;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 150px;
  right: 300px;
}
@media screen and (max-width: 1600px) {
  .announcement .announcement-slide-up {
    top: 100px;
    right: 200px;
  }
}
@media screen and (max-width: 1300px) {
  .announcement .announcement-slide-up {
    right: 100px;
  }
}
@media screen and (max-width: 1100px) {
  .announcement .announcement-slide-up {
    top: 15px;
    right: 15px;
  }
}
.announcement .announcement-images {
  text-align: center;
}
.announcement .announcement-images::after {
  content: '';
  display: table;
  clear: both;
}
.announcement .announcement-images div {
  display: inline-block;
  width: 49%;
  vertical-align: middle;
  text-align: center;
}
.announcement .announcement-images div img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .announcement .announcement-images div {
    display: block;
    width: auto;
    padding-top: 30px;
  }
  .announcement .announcement-images div img {
    max-width: 300px;
  }
}
.announcement h2 {
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  padding: 30px 0;
}
.announcement p {
  font-weight: bold;
  font-size: 16px;
}
.announcement .announcement-cta {
  text-align: center;
}
.announcement .announcement-cta button {
  padding: 8px 20px;
}
.aem-AuthorLayer-Edit .announcement {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  background-color: transparent;
}
.aem-AuthorLayer-Edit .iparys_inherited .announcement {
  display: none;
}
.aem-AuthorLayer-Edit .announcement-bar,
.aem-AuthorLayer-Edit .show-announcement-bar .announcement-bar {
  display: none;
}
@media screen and (max-width: 767px) {
  .hide-announcement-bar-on-mobile .announcement-bar {
    display: none;
  }
}

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

/*
 *  Copyright 2020 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-pdfviewer__content {
  height: 500px;
}
.pdfviewer:not(.cq-Editable-dom) .cmp-pdfviewer__full-window-borderless {
  height: 100vh;
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 9999;
}
.pdfviewer.cq-Editable-dom .cmp-pdfviewer__full-window-borderless {
  height: 500px;
}

