.community-topics {
  /**
 * Here be dragons!
 *        __       __  
 *      _/! \    _(\(o)  
 *    /!  ! \  /  _  ^^(o 
 *  /!! ! ! \/  ! '---v'~
 *  !! !! \ _' ( \____ 
 *  ! . \ _!\^^ \===^\)
 *  This set of breakpoint-specific styles
 *  ensures the subcategory flyouts stay 
 *  aligned with their parent category card.
 *  Mostly.
 */
}
.community-topics .scf-community-topics-container {
  background-color: #2a2a2a;
}
.community-topics .scf-community-topics-container h1 {
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  font-family: 'din-bold', sans-serif;
  padding: 40px 20px;
}
.community-topics .scf-community-topics-header {
  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;
}
.community-topics .scf-community-topics-header h1 {
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
}
.community-topics .scf-community-topics-submit-idea {
  border-left: 1px solid rgba(58, 58, 58, 0.7);
  color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  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;
}
.community-topics .scf-community-topics-submit-idea .scf-community-topics-submit-idea-description {
  font-style: normal;
  font-weight: normal;
  font-family: 'din-bold', sans-serif;
  line-height: 20px;
  text-transform: uppercase;
  width: 55%;
}
.community-topics .scf-community-topics-submit-idea .scf-community-topics-submit-idea-button .fa {
  color: #ffffff;
  margin-left: 3px;
}
.community-topics .scf-community-topics-items-container {
  padding-bottom: 40px;
}
.community-topics .scf-community-topics-item-container {
  display: inline-block;
  vertical-align: top;
}
.community-topics .scf-item-category-container {
  background-color: white;
  border: 1px solid #e7e7e7;
  margin: 10px 20px;
  padding: 35px 40px;
  background-position: 100% 100%;
  background-size: 55% 100%;
  background-repeat: no-repeat;
  height: 195px;
  overflow: hidden;
}
.community-topics .scf-item-category-container h2 {
  color: #c41230;
  font-style: normal;
  font-weight: normal;
  font-family: 'din-bold', sans-serif;
  margin-bottom: 10px;
}
.community-topics .scf-item-category-container > div {
  font-style: normal;
  font-weight: normal;
  font-family: 'din-medium', sans-serif;
  line-height: 21px;
}
.community-topics .scf-sub-categories {
  background-color: #545454;
  display: none;
  height: 0;
  padding: 25px;
  position: relative;
  -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;
}
.community-topics .scf-sub-categories .close-icon {
  font-size: 2em;
  position: absolute;
  top: 25px;
  right: 30px;
}
.community-topics .scf-sub-categories .close-icon:hover {
  text-decoration: none;
}
.community-topics .scf-sub-categories .close-icon [class*="fa-"] {
  color: #e7e7e7;
}
.community-topics .scf-sub-categories .close-icon .fa-angle-left {
  position: relative;
  left: -3px;
}
.community-topics .scf-sub-categories h2 {
  color: #ffffff;
}
.community-topics .scf-sub-categories ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px 0;
}
.community-topics .scf-sub-categories ul li {
  -moz-flex: 0 1 33%;
  -ms-flex: 0 1 33%;
  -webkit-flex: 0 1 33%;
  flex: 0 1 33%;
}
.community-topics .scf-sub-categories ul li > a {
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  font-family: 'din-medium', sans-serif;
}
.community-topics .scf-sub-categories .fa-caret-right {
  display: inline;
  margin-left: 8px;
  vertical-align: middle;
}
.community-topics .scf-community-topics-item-container.expanded .scf-item-category-container {
  position: relative;
  z-index: 2;
}
.community-topics .scf-community-topics-item-container.expanded .scf-sub-categories {
  display: block;
  height: auto;
  margin: 20px 0;
}
.community-topics .scf-community-topics-item-container.expanded .scf-sub-categories:before {
  background: #fff;
  border: 1px solid #e7e7e7;
  content: "";
  left: 48.5%;
  position: absolute;
  height: 2rem;
  top: -2.3rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 2rem;
  z-index: 1;
}
.community-topics .scf-community-topics-item-container.expanded .scf-category-metric {
  color: #c41230;
}
@media all and (min-width: 1280px) {
  .community-topics .scf-community-topics-item-container {
    width: 33.333333333%;
  }
  .community-topics .scf-sub-categories {
    width: 289%;
    max-width: 1040px;
  }
  .community-topics .scf-community-topics-item-container:nth-child(3n+1) .scf-sub-categories {
    margin-left: 5.5%;
  }
  .community-topics .scf-community-topics-item-container:nth-child(3n+1) .scf-sub-categories:before {
    left: 13.5%;
  }
  .community-topics .scf-community-topics-item-container:nth-child(3n+2) .scf-sub-categories {
    margin-left: -94.5%;
  }
  .community-topics .scf-community-topics-item-container:nth-child(3n+3) .scf-sub-categories {
    margin-left: -194.5%;
  }
  .community-topics .scf-community-topics-item-container:nth-child(3n+3) .scf-sub-categories:before {
    left: 83%;
  }
}
@media all and (max-width: 1279px) {
  .community-topics .scf-community-topics-item-container {
    width: 33.333333333%;
  }
  .community-topics .scf-sub-categories {
    width: 286%;
    max-width: 960px;
  }
  .community-topics .scf-community-topics-item-container:nth-child(3n+1) .scf-sub-categories {
    margin-left: 20px;
  }
  .community-topics .scf-community-topics-item-container:nth-child(3n+1) .scf-sub-categories:before {
    left: 13.5%;
  }
  .community-topics .scf-community-topics-item-container:nth-child(3n+2) .scf-sub-categories {
    margin-left: -93%;
  }
  .community-topics .scf-community-topics-item-container:nth-child(3n+3) .scf-sub-categories {
    margin-left: -193%;
  }
  .community-topics .scf-community-topics-item-container:nth-child(3n+3) .scf-sub-categories:before {
    left: 83%;
  }
  .community-topics .scf-item-category-container {
    background-size: 55% 80%;
    padding: 30px;
  }
}
@media all and (max-width: 1024px) {
  .community-topics .scf-community-topics-item-container {
    width: 50%;
  }
  .community-topics .scf-community-topics-item-container .scf-sub-categories {
    width: 200%;
    max-width: none;
  }
  .community-topics .scf-community-topics-item-container:nth-child(2n+1) .scf-sub-categories {
    margin-left: 0;
  }
  .community-topics .scf-community-topics-item-container:nth-child(2n+1) .scf-sub-categories:before {
    left: 22.5%;
  }
  .community-topics .scf-community-topics-item-container:nth-child(2n+2) .scf-sub-categories {
    margin-left: -100%;
  }
  .community-topics .scf-community-topics-item-container:nth-child(2n+2) .scf-sub-categories:before {
    left: 72.5%;
  }
  .community-topics .scf-item-category-container {
    background-size: 35% 80%;
    height: 175px;
    padding: 40px;
  }
}
@media all and (max-width: 767px) {
  .community-topics .scf-community-topics-header {
    display: block;
  }
  .community-topics .scf-community-topics-header .scf-community-topics-submit-idea {
    border-left: none;
  }
  .community-topics .scf-community-topics-item-container:nth-child(1n+1) {
    width: 100%;
  }
  .community-topics .scf-community-topics-item-container:nth-child(1n+1) .scf-sub-categories {
    margin-left: 0;
    width: 100%;
  }
  .community-topics .scf-community-topics-item-container:nth-child(1n+1) .scf-sub-categories:before {
    left: 47.5%;
    margin-left: -0.5rem;
  }
  .community-topics .scf-community-topics-item-container:nth-child(1n+1) .scf-sub-categories .close-icon {
    top: 20px;
    right: 20px;
  }
  .community-topics .scf-community-topics-item-container:nth-child(1n+1) .scf-sub-categories h2 {
    width: 85%;
  }
  .community-topics .scf-community-topics-item-container:nth-child(1n+1) .scf-sub-categories ul {
    display: block;
    padding-left: 0;
  }
  .community-topics .scf-community-topics-item-container:nth-child(1n+1) .scf-sub-categories ul li {
    margin: 10px 0;
  }
  .community-topics .scf-item-category-container {
    background-size: 35% 100%;
    height: auto;
  }
}

/*
 *
 * ADOBE CONFIDENTIAL
 * __________________
 *
 *  Copyright 2014 Adobe Systems Incorporated
 *  All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */

.scf-forum .scf-is-collapsed,
.scf-analytics-view-metrics {
    display: none;
}

.ui-datepicker .ui-state-hover,
.ui-datepicker.ui-widget-content .ui-state-hover {
    margin: inherit;
    font-weight: normal;
}

.scf-comment-watch {
    display: block;
    text-align: right;
}

.scf-comment-watch input {
    padding-left: 10px;
}
.forum-rss {
  margin-bottom: 30px;
}
.forum-rss h3 {
  border-bottom: 1px solid #e7e7e7;
  color: #3a3a3a;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.forum-rss strong {
  color: #c41230;
  font-weight: bold;
}
.forum-rss .scf-forum-rss-line {
  margin: 10px 0;
}

.hybris-login .modal-container {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  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: auto;
}
.hybris-login .modal-content {
  padding: 30px;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .hybris-login .modal-container {
    position: relative;
    margin: 0 auto;
    transform: none;
    width: 90%;
  }
}

.garage-forum-login .scf-signup {
  width: 50%;
  min-width: 400px;
  text-align: center;
  margin: 0 auto;
  padding: 20px;
}
.garage-forum-login .scf-signup .checkbox {
  text-align: left;
}
.garage-forum-login .scf-signup button {
  margin: 10px 0;
  width: 100%;
}
.garage-forum-login .scf-signup input[data-attrib='email'],
.garage-forum-login .scf-signup input[data-attrib='pass'] {
  margin: 10px 0;
}

.masthead .breadcrumbs {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  padding-left: 10px;
}
.masthead .breadcrumbs a,
.masthead .breadcrumbs .fa {
  color: #cccccc;
  margin-right: 8px;
}
.masthead .breadcrumbs a:nth-last-child(2) {
  color: #ffffff;
}
.masthead .breadcrumbs .fa:last-child {
  display: none;
}
@media all and (max-width: 1024px) {
  .masthead .breadcrumbs {
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-top: 15px;
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  .masthead .breadcrumbs {
    text-align: left;
  }
  .masthead .breadcrumbs a {
    line-height: 25px;
  }
}
.masthead h1 {
  font-size: 38px;
  line-height: 41.8px;
}
.masthead h2 {
  font-size: 28px;
  line-height: 30.8px;
}
.masthead h3 {
  font-size: 22px;
  line-height: 24.2px;
}
.masthead .masthead-container {
  background-size: cover;
  padding: 70px 0 0;
}
.masthead .masthead-container .masthead-header {
  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-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.masthead .masthead-container .masthead-content {
  color: #ffffff;
}
.masthead .masthead-container .masthead-cta-buttons .button-main,
.masthead .masthead-container .masthead-cta-buttons .button-arrow {
  margin-right: 10px;
  padding: 14px 40px;
}
.masthead .masthead-container .masthead-nav-forum {
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.masthead .masthead-container .masthead-nav-forum h2 {
  color: #ffffff;
  margin-right: 30px;
  padding-left: 10px;
  -moz-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
}
.masthead .masthead-container .masthead-nav-forum .category-navigation {
  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;
}
.masthead .masthead-container .masthead-nav-forum .subcategory-dropdown {
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.masthead .masthead-container .masthead-nav-forum .subcategory-dropdown select {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 20px;
}
.masthead .masthead-container .masthead-nav-forum .subcategory-dropdown select option {
  color: #000000;
}
.masthead .masthead-container .masthead-nav-forum .subcategory-dropdown select::-ms-expand {
  display: none;
}
.masthead .masthead-container .masthead-nav-forum .subcategory-dropdown .select-box {
  background-color: transparent;
  right: 10px;
  top: -1px;
}
.masthead .masthead-container .masthead-nav-forum .subcategory-dropdown .select-box-arrow {
  color: #ffffff;
  font-size: 20px;
}
.masthead .masthead-container .masthead-footer {
  background-color: rgba(0, 0, 0, 0.4);
  margin-top: 40px;
  width: 100%;
}
.masthead .masthead-container .masthead-footer .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-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  padding: 10px 30px;
}
.masthead .masthead-container .masthead-footer .page-content-container .masthead-toolbar {
  -moz-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
  padding: 20px 40px 20px 0;
}
.masthead .masthead-container .masthead-footer .page-content-container .masthead-toolbar .gf-masthead-par {
  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;
}
.masthead .masthead-container .masthead-footer .page-content-container .masthead-toolbar .link-icon {
  font-size: 18px;
  margin: 0 25px;
}
.masthead .masthead-container .masthead-footer .page-content-container .masthead-toolbar .link-icon a,
.masthead .masthead-container .masthead-footer .page-content-container .masthead-toolbar .link-icon i {
  color: #cccccc;
}
.masthead .masthead-container .masthead-footer .page-content-container .masthead-toolbar .link-icon i {
  margin-left: 5px;
}
.masthead .masthead-container .masthead-footer .page-content-container .masthead-toolbar .link-icon span:hover a,
.masthead .masthead-container .masthead-footer .page-content-container .masthead-toolbar .link-icon span:hover i,
.masthead .masthead-container .masthead-footer .page-content-container .masthead-toolbar .link-icon .link-icon-same-page a,
.masthead .masthead-container .masthead-footer .page-content-container .masthead-toolbar .link-icon .link-icon-same-page i {
  color: #ffffff;
}
.masthead .masthead-container .masthead-footer .page-content-container .garage-forum-search {
  -moz-flex: 0 1 40%;
  -ms-flex: 0 1 40%;
  -webkit-flex: 0 1 40%;
  flex: 0 1 40%;
  padding: 20px 40px;
}
.masthead .masthead-container .masthead-footer .page-content-container .garage-forum-search input {
  width: 50%;
  border: none;
  border-radius: 0;
  height: 42px;
  line-height: 42px;
}
.masthead .masthead-container .masthead-footer .page-content-container .garage-forum-search button {
  height: 42px;
  line-height: 0;
  padding: 0 30px;
  position: relative;
  left: -10px;
  vertical-align: middle;
}
.masthead .masthead-container .masthead-footer .page-content-container .garage-forum-search button:after {
  color: #ffffff;
  content: "\f002";
  font-family: "fontawesome";
  font-size: 16px;
  margin-left: 5px;
}
.masthead .masthead-container .masthead-footer .page-content-container .garage-forum-search button:before {
  display: none;
}
.masthead .masthead-container .search-result h2 {
  font-size: 24px;
  line-height: 28px;
}
.masthead .masthead-container .search-result .search-query {
  text-decoration: underline;
}
.masthead .masthead-container.hide-toolbar {
  padding: 70px 0;
}
.masthead .masthead-container.hide-toolbar .masthead-content {
  margin-top: 20px;
}
.masthead .masthead-container.masthead-homepage .masthead-nav-forum {
  -moz-flex: 0 0 0;
  -ms-flex: 0 0 0;
  -webkit-flex: 0 0 0;
  flex: 0 0 0;
}
.masthead .masthead-container.masthead-post .breadcrumbs a:last-child {
  color: #ffffff;
  display: inline-block;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.masthead .masthead-container.masthead-post .masthead-footer h2 {
  margin-right: 0;
  padding-left: 10px;
}
.masthead .masthead-container.masthead-post .masthead-footer .masthead-toolbar {
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  border-right: 0;
  margin-right: 0;
}
.masthead .masthead-container.masthead-subpage .masthead-toolbar {
  margin-right: 25px;
  border-right: 1px solid rgba(58, 58, 58, 0.7);
}
.masthead .masthead-container.masthead-subpage .masthead-footer .page-content-container .garage-forum-search {
  -moz-flex: 1 1 40%;
  -ms-flex: 1 1 40%;
  -webkit-flex: 1 1 40%;
  flex: 1 1 40%;
  padding: 20px 10px;
}
.masthead .masthead-container.masthead-subpage:not(.center-logo) .masthead-header {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  padding: 0 30px;
}
@media all and (min-width: 1280px) {
  .masthead .masthead-container .masthead-content {
    width: 30%;
  }
  .masthead .masthead-container.hide-toolbar {
    padding: 100px 0;
  }
  .masthead .masthead-container.masthead-subpage .masthead-content {
    text-align: center;
    width: 80%;
  }
  .masthead .masthead-container.masthead-homepage .masthead-footer .page-content-container {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .masthead .masthead-container.masthead-homepage .masthead-footer .page-content-container .masthead-toolbar {
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
    padding: 20px 40px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1279px) {
  .masthead .masthead-container.masthead-homepage .masthead-footer .page-content-container {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 10px 0;
  }
  .masthead .masthead-container.masthead-homepage .masthead-footer .page-content-container .masthead-toolbar {
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
    padding: 20px 0;
  }
  .masthead .masthead-container.masthead-homepage .masthead-footer .page-content-container .masthead-toolbar .link-icon {
    margin: 0 20px;
  }
  .masthead .masthead-container.masthead-homepage .masthead-footer .page-content-container .garage-forum-search {
    -moz-flex: 0 1 40%;
    -ms-flex: 0 1 40%;
    -webkit-flex: 0 1 40%;
    flex: 0 1 40%;
    padding: 20px;
  }
  .masthead .masthead-container.masthead-post .masthead-footer .masthead-toolbar {
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .masthead .masthead-container.masthead-subpage .masthead-footer .page-content-container .masthead-toolbar {
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
    padding: 20px 40px 20px 0;
  }
  .masthead .masthead-container .masthead-nav-forum h2 {
    font-size: 20px;
    line-height: 25px;
    margin-right: 5px;
  }
  .masthead .masthead-container .masthead-nav-forum .subcategory-dropdown select {
    font-size: 16px;
  }
}
@media all and (max-width: 1024px) {
  .masthead .masthead-container .masthead-content {
    margin: 0 20px;
    width: 80%;
    text-align: center;
  }
  .masthead .masthead-container .masthead-footer {
    -moz-align-content: center;
    -ms-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .masthead .masthead-container.hide-toolbar .masthead-content {
    text-align: center;
  }
  .masthead .masthead-container.masthead-homepage .masthead-footer .page-content-container,
  .masthead .masthead-container.masthead-subpage .masthead-footer .page-content-container {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
  }
  .masthead .masthead-container.masthead-homepage .masthead-footer .page-content-container .masthead-toolbar,
  .masthead .masthead-container.masthead-subpage .masthead-footer .page-content-container .masthead-toolbar {
    border-right: 0;
    margin-right: 0;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 20px 10px;
  }
  .masthead .masthead-container.masthead-homepage .masthead-footer .page-content-container .masthead-toolbar .gf-masthead-par,
  .masthead .masthead-container.masthead-subpage .masthead-footer .page-content-container .masthead-toolbar .gf-masthead-par {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .masthead .masthead-container.masthead-homepage .masthead-footer .page-content-container .masthead-toolbar .link-icon,
  .masthead .masthead-container.masthead-subpage .masthead-footer .page-content-container .masthead-toolbar .link-icon {
    font-size: 18px;
    margin: 0 20px;
  }
  .masthead .masthead-container.masthead-homepage .masthead-footer .page-content-container .garage-forum-search,
  .masthead .masthead-container.masthead-subpage .masthead-footer .page-content-container .garage-forum-search {
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    text-align: center;
    width: 100%;
  }
  .masthead .masthead-container.masthead-homepage.masthead-homepage .masthead-nav-forum,
  .masthead .masthead-container.masthead-subpage.masthead-homepage .masthead-nav-forum {
    -moz-flex: 0 0 0;
    -ms-flex: 0 0 0;
    -webkit-flex: 0 0 0;
    flex: 0 0 0;
  }
  .masthead .masthead-container.masthead-homepage:not(.hide-toolbar) .masthead-header,
  .masthead .masthead-container.masthead-subpage:not(.hide-toolbar) .masthead-header {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 30px;
  }
  .masthead .masthead-container.masthead-homepage .masthead-nav-forum,
  .masthead .masthead-container.masthead-subpage .masthead-nav-forum {
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .masthead .masthead-container.masthead-homepage .masthead-nav-forum h2,
  .masthead .masthead-container.masthead-subpage .masthead-nav-forum h2 {
    margin-right: 0;
    margin-bottom: 10px;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .masthead .masthead-container.masthead-homepage .masthead-nav-forum .category-navigation,
  .masthead .masthead-container.masthead-subpage .masthead-nav-forum .category-navigation {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .masthead .masthead-container.masthead-post .masthead-nav-forum {
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
@media all and (max-width: 767px) {
  .masthead .breadcrumbs {
    display: block;
  }
  .masthead .masthead-container {
    padding-top: 40px;
  }
  .masthead .masthead-container .masthead-header {
    padding: 0 10px;
  }
  .masthead .masthead-container.masthead-homepage .masthead-footer,
  .masthead .masthead-container.masthead-subpage .masthead-footer {
    margin-top: 20px;
  }
  .masthead .masthead-container.masthead-homepage .masthead-footer .page-content-container .masthead-toolbar,
  .masthead .masthead-container.masthead-subpage .masthead-footer .page-content-container .masthead-toolbar {
    padding: 0;
  }
  .masthead .masthead-container.masthead-homepage .masthead-footer .page-content-container .masthead-toolbar .gf-masthead-par,
  .masthead .masthead-container.masthead-subpage .masthead-footer .page-content-container .masthead-toolbar .gf-masthead-par {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .masthead .masthead-container.masthead-homepage .masthead-footer .page-content-container .masthead-toolbar .gf-masthead-par .link-icon,
  .masthead .masthead-container.masthead-subpage .masthead-footer .page-content-container .masthead-toolbar .gf-masthead-par .link-icon {
    margin: 10px 15px;
  }
  .masthead .masthead-container.masthead-homepage .masthead-footer .page-content-container .garage-forum-search,
  .masthead .masthead-container.masthead-subpage .masthead-footer .page-content-container .garage-forum-search {
    padding: 20px 0;
  }
  .masthead .masthead-container.masthead-homepage .masthead-footer .page-content-container .garage-forum-search button,
  .masthead .masthead-container.masthead-subpage .masthead-footer .page-content-container .garage-forum-search button {
    left: 0;
    margin-top: 8px;
    width: 100%;
  }
  .masthead .masthead-container.masthead-homepage .masthead-footer .page-content-container .garage-forum-search input,
  .masthead .masthead-container.masthead-subpage .masthead-footer .page-content-container .garage-forum-search input {
    width: 100%;
  }
  .masthead .masthead-container.masthead-homepage .masthead-nav-forum,
  .masthead .masthead-container.masthead-subpage .masthead-nav-forum {
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .masthead .masthead-container.masthead-post .breadcrumbs a:last-child,
  .masthead .masthead-container.masthead-post .breadcrumbs .fa:nth-last-child(2) {
    display: none;
  }
  .masthead .masthead-container.masthead-post .masthead-footer .page-content-container {
    padding: 20px 10px 10px 15px;
  }
}
@media all and (max-width: 479px) {
  .masthead .masthead-container .masthead-cta-buttons .button-arrow {
    display: block;
    margin-top: 8px;
  }
}
@media print {
  .masthead .masthead-container {
    background-image: none !important;
  }
  .masthead .masthead-container .masthead-content {
    color: #3a3a3a;
  }
}

/*
 *
 * ADOBE CONFIDENTIAL
 * __________________
 *
 *  Copyright 2014 Adobe Systems Incorporated
 *  All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */
/******** composer styles ************/
.product-suggestion-thanks.product-suggestion-collapsed {
  display: none;
}
.scf-composer-avatar {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  float: left;
}
.scf-commentsystem header {
  border-bottom: 1px solid #E6E6E6;
}
.scf-composer-block {
  padding: 10px;
}
.scf-composer-block.scf-is-collapsed input,
.scf-composer-block.scf-is-collapsed label {
  display: none;
}
.scf-is-collapsed .scf-composer-msg {
  border: 1px solid #B4B4B4;
  height: 30px;
  margin-top: 5px;
  display: inline;
}
.scf-is-collapsed .scf-rte-composer {
  display: none;
}
.scf-composer-block.scf-is-collapsed .scf-rte-placeholder {
  display: inline;
}
.scf-composer-msg {
  display: inline;
  width: 100%;
  box-sizing: border-box;
  resize: none;
  height: 200px;
}
input.scf-composer-msg {
  height: 30px;
}
.scf-composer-msg::-webkit-input-placeholder:before {
  font-family: SCFIcons;
  content: "\f15a\00a0\00a0";
}
.scf-composer-msg:-moz-placeholder:before {
  font-family: SCFIcons;
  content: "\f15a\00a0\00a0";
}
.scf-composer-msg::-moz-placeholder:before {
  font-family: SCFIcons;
  content: "\f15a\00a0\00a0";
}
.scf-composer-msg:-ms-input-placeholder:before {
  font-family: SCFIcons;
  content: "\f15a\00a0\00a0";
}
.scf-is-collapsed .scf-composer-toolbar {
  display: none;
}
.scf-composer-toolbar {
  position: relative;
  margin-top: 10px;
}
.scf-composer {
  margin: 0 0 0 50px;
}
.scf-composer.scf-edit-composer {
  margin: 0px;
}
.scf-composer-actions {
  text-align: right;
}
.scf-comment-attachment-input {
  display: none;
  float: left;
  position: absolute;
  left: 0;
  opacity: 0;
  cursor: pointer;
  width: 100px;
}
.scf-composer-attach {
  float: left;
  cursor: pointer;
}
.scf-composer-attach:before {
  font-family: SCFIcons;
  margin-right: 5px;
  content: "";
  color: #ffffff;
  cursor: pointer;
}
.scf-composer-delete:before {
  font-family: SCFIcons;
  margin-right: 5px;
  content: "\f171";
  color: #ffffff;
  cursor: pointer;
}
.scf-attachment-list {
  margin: 0px;
  padding: 10px 0px 10px 0px;
  list-style: none;
}
.scf-is-attached {
  background: #969696;
  color: #FFFFFF;
  padding: 5px 10px;
  font-size: 12px;
  display: inline-block;
  margin: 0 5px;
}
.scf-is-rem-att {
  font-size: 10px;
  padding-left: 5px;
  cursor: pointer;
}
.scf-rte-placeholder {
  display: none;
}
.scf-composer .scf-input {
  display: block;
}
/****** ckeditor styles ********/
.scf .cke {
  margin-bottom: 10px;
  border: 0;
  box-shadow: 0 0 0 0;
}
.scf .cke_contents {
  border: 1px solid #B3B3B3;
}
.scf .cke_top {
  border-bottom: 0px;
  padding: 0px;
  white-space: normal;
  box-shadow: 0 0 0 0;
  background: transparent;
  background-image: none;
  -webkit-filter: none;
  filter: none;
}
.scf .cke_toolgroup {
  float: left;
  margin: 0 6px 5px 0;
  border: 0;
  border-radius: 0px;
  box-shadow: 0 0 0 0;
  background: transparent;
  background-image: none;
  -webkit-filter: none;
  filter: none;
}
/******** comments list ************/
.scf-comments-list {
  padding: 10px 0 0 0;
  margin: 0px;
  list-style: none;
  border-top: 1px solid #E6E6E6;
}
/******* comment style *************/
.scf-comment {
  padding: 10px;
  padding-right: 0px;
  border-bottom: 1px solid #E6E6E6;
}
.scf-comment:last-child {
  border: 0;
}
.scf-comment-author {
  width: 50px;
  float: left;
  overflow: hidden;
}
.scf-comment-body {
  margin-right: 50px;
}
.scf-comment-avatar {
  padding-bottom: 3px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
.scf-comment-avatar.withTopLevel {
  width: 50px;
  height: 50px;
  border-radius: 25px;
}
.scf-badge-image {
  padding: 1px;
  width: 15px;
  height: 15px;
  float: left;
}
.scf-badge-text {
  font-size: 10px;
  text-transform: uppercase;
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
  white-space: nowrap;
  clear: left;
}
.scf-comment-data {
  margin-left: 50px;
  position: relative;
}
.scf-comment-data.withTopLevel {
  margin-left: 60px;
}
.scf-comment-replies .scf-comments-list.withTopLevel {
  margin-left: 60px;
  border-top: 1px solid #E6E6E6;
}
.scf-comment-replies .scf-comments-list {
  margin-left: 50px;
  margin-top: 10px;
  border-top: 1px solid #E6E6E6;
}
.scf-comment-votes {
  position: absolute;
  top: 0;
  right: 0;
}
.scf-comment-msg {
  margin-top: 10px;
}
.scf-comment-img-att {
  max-width: 60%;
  border: 1px solid #E6E6E6;
  width: auto;
  display: inline-block;
  margin: 10px 0px;
}
.scf-comment-attachment-img {
  max-width: 100%;
  max-height: 100%;
}
.scf-comment-att .scf-comment-att-link {
  margin-left: 10px;
}
.scf-comment-file-att {
  min-height: 134px;
}
.scf-comment-file-icon {
  font-size: 48px;
  line-height: 134px;
  color: white;
}
.scf-is-card-overlay-on .scf-comment-file-icon {
  display: none;
}
.scf-comment-att-delete,
.scf-comment-att-delete-ok,
.scf-comment-att-delete-cancel {
  cursor: pointer;
  opacity: 1;
}
.scf-comment-attachments .scf-comment-att-delete-ok,
.scf-comment-attachments .scf-comment-att-delete-cancel {
  display: none;
}
.scf-comment-attachments .scf-is-att-confirm-overlay-on .scf-comment-att-delete-ok,
.scf-comment-attachments .scf-is-att-confirm-overlay-on .scf-comment-att-delete-cancel {
  display: inline-block;
  margin: 0 3px;
}
.scf-is-att-confirm-overlay-on .scf-comment-att-delete {
  display: none;
}
.scf-att-confirm-text {
  font-size: 12px;
  display: block;
}
.scf-comment-att-name {
  background-color: #E6E6E6;
  line-height: 18px;
  padding: 10px;
}
.scf-is-new {
  background-color: #EBF0DC;
}
/****** comment toolbar styles ******/
.scf-comment-toolbar {
  margin-top: 10px;
}
.scf-comment-action {
  display: inline-block;
  margin-right: 25px;
  cursor: pointer;
}
/***** pubmod styles *****/
.scf-comment-status-text {
  margin: 10px 0;
  color: #969696;
  font-style: italic;
}
.scf-flag-reasons th {
  font-weight: 300;
  padding-right: 20px;
  border-bottom: 1px solid #969696;
}
.scf-flag-reasons tr {
  font-weight: 100;
  border-bottom: 1px solid #B4B4B4;
}
.scf-flag-reasons td {
  padding-right: 10px;
}
/*** Subscriptions styles ***/
.scf-cs-subscriptions-block {
  display: inline-block;
  position: relative;
  margin-left: 80%;
}
.scf-comment-ugclimitdialog {
  background-color: #3C3C3C;
}
.scf-comment-ugclimitdialog .modal-title {
  text-align: center;
}
.scf-comment-ugclimitdialog .modal-footer {
  text-align: center;
}
.scf-comment-ugclimitdialog .close {
  line-height: 2.5;
}
.product-suggestion-form,
.product-suggestion-thanks {
  padding: 60px 100px;
}
.product-suggestion-form h1,
.product-suggestion-thanks h1 {
  font-style: normal;
  font-weight: normal;
  font-family: 'din-bold', sans-serif;
  margin-bottom: 25px;
}
.product-suggestion-form .select-box-holder .select-box,
.product-suggestion-thanks .select-box-holder .select-box {
  top: 1px;
}
.product-suggestion-form .product-category,
.product-suggestion-thanks .product-category {
  max-width: 320px;
}
.product-suggestion-form .product-type,
.product-suggestion-thanks .product-type {
  margin: 25px 0;
}
.product-suggestion-form .product-suggestion-subject,
.product-suggestion-thanks .product-suggestion-subject {
  margin-bottom: 10px;
}
.product-suggestion-form h4,
.product-suggestion-thanks h4 {
  margin-bottom: 0;
  font-style: normal;
  font-weight: normal;
  font-family: 'din-bold', sans-serif;
  font-size: 15px;
}
.product-suggestion-form input[type="radio"],
.product-suggestion-thanks input[type="radio"] {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  position: relative;
  padding: 10px;
  margin: 8px 10px 10px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.product-suggestion-form input[type="radio"]:checked,
.product-suggestion-thanks input[type="radio"]:checked {
  width: auto;
  background: none;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.23);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.23);
}
.product-suggestion-form input[type="radio"]:checked:after,
.product-suggestion-thanks input[type="radio"]:checked:after {
  font-family: 'fontawesome';
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  color: #545454;
  content: "\f00c";
}
.product-suggestion-form input[type="radio"]:focus,
.product-suggestion-thanks input[type="radio"]:focus {
  outline: none;
}
.product-suggestion-form label,
.product-suggestion-thanks label {
  margin-right: 45px;
}
@media all and (max-width: 1024px) {
  .product-suggestion-form,
  .product-suggestion-thanks {
    padding: 60px;
  }
}
@media all and (max-width: 767px) {
  .product-suggestion-form,
  .product-suggestion-thanks {
    padding: 30px;
  }
  .product-suggestion-form label,
  .product-suggestion-thanks label {
    display: block;
  }
}

.recent-discussions {
  margin-bottom: 30px;
}
.recent-discussions h3 {
  border-bottom: 1px solid #e7e7e7;
  color: #3a3a3a;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.recent-discussions li {
  border-bottom: 1px solid #e7e7e7;
  line-height: 21px;
  padding: 10px 0;
}
.recent-discussions li a {
  color: #545454;
}

/*
 *
 * ADOBE CONFIDENTIAL
 * __________________
 *
 *  Copyright 2014 Adobe Systems Incorporated
 *  All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */


/* removing left and right padding created by panel-body */

.scf-searchresult-item {
    padding-left: 0;
    padding-right: 0;
}


/* space between subject and icon */

.scf-searchresult-subject {
    margin-left: 10px;
}


/* displaying only part of ugc message */

.scf-searchresult-message {
    max-height: 168px;
    overflow: hidden;
}

.top-contributors {
  margin-bottom: 30px;
}
.top-contributors h3 {
  border-bottom: 1px solid #e7e7e7;
  color: #3a3a3a;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.top-contributors .scf-top-contributors-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 10px 0;
}
.top-contributors .scf-top-contributors-item-avatar {
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-clip: padding-box;
  border: 3px solid #ffffff;
  -webkit-box-shadow: 0px 4px 4px #cccccc;
  box-shadow: 0px 4px 4px #cccccc;
  height: 38px;
  margin-right: 8px;
  width: 38px;
}
.top-contributors .scf-top-contributors-item-userinfo {
  font-style: normal;
  font-weight: normal;
  font-family: 'din-bold', sans-serif;
  height: 42px;
  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;
}
.top-contributors .scf-top-contributors-item-userinfo .scf-top-contributors-item-user-line {
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.top-contributors .scf-top-contributors-item-status {
  color: #000000;
  line-height: 8px;
  width: 100%;
}
.top-contributors .scf-top-contributors-item-status i {
  color: #000000;
  font-size: 13px;
  margin-right: 5px;
}
.top-contributors .scf-top-contributors-item-name {
  color: #b5122d;
  line-height: 6px;
}
.top-contributors .scf-top-contributors-more {
  color: #b5122d;
  font-style: normal;
  font-weight: normal;
  font-family: 'din-bold', sans-serif;
}
.top-contributors .scf-top-contributors-more .fa {
  margin-left: 5px;
}

.uncommented-topics .scf-uncommented-topics-container .uncommented-topics-data {
  display: flex;
  flex-wrap: wrap;
}
.uncommented-topics .scf-uncommented-topics-container .scf-uncommented-topics-item {
  margin: 10px 10px;
  border: black;
  border-width: 1px;
  border-style: solid;
  width: 325px;
  padding: 5px;
}
.uncommented-topics .scf-uncommented-topics-container .scf-uncommented-topics-item-line-item {
  padding: 5px;
}

/*
 *
 * ADOBE CONFIDENTIAL
 * __________________
 *
 *  Copyright 2014 Adobe Systems Incorporated
 *  All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */

.scf-voting {
    width: auto;
    cursor: pointer;
}

.scf-voting .scf-votingLabel {
    font-size: 18px;
    width: 24px;
    text-align: right;
}

.scf-voting span {
    border: 0;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    text-align: left;
    width: auto;
}

.scf-voting .scf-vote-up:hover:before,
.scf-voting .scf-vote-down:hover:before,
.scf-voting .scf-vote-up.scf-voting-unset:hover:before,
.scf-voting .scf-vote-down.scf-voting-unset:hover:before {
    color: #4191D2;
}

.scf-voting .scf-vote-up:before {
    content: "";
    font-family: SCFIcons;
    font-size: 16px;
    color: #B4B4B4;
}

.scf-voting .scf-vote-down:before {
    content: "";
    font-family: SCFIcons;
    font-size: 16px;
    color: #B4B4B4;
}

.scf-voting .scf-vote-up.scf-voting-unset:before {
    color: #82AA46;
}

.scf-voting .scf-vote-down.scf-voting-unset:before {
    color: #EB413C;
}

.scf-voting .scf-votingLabel[data-vote-count] {
    color: #82AA46;
}

.scf-voting .scf-votingLabel[data-vote-count='0'] {
    color: #B4B4B4;
}

.scf-voting .scf-votingLabel[data-vote-count*='-'] {
    color: #EB413C;
}

.scf-voting .scf-is-disabled {
    cursor: not-allowed;
}

.scf-voting .scf-is-disabled:hover:before,
.scf-voting .scf-voting-unset.scf-is-disabled:hover:before {
    color: #B4B4B4;
}

.scf-voting .scf-vote-label:hover {
    text-decoration: underline;
}

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

.anchor-links--container {
  overflow-x: scroll;
  padding: 37px 0;
}
.anchor-links .anchor-items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
}
.anchor-links .anchor-items--item {
  padding: 0 0 0 30px;
  white-space: nowrap;
}
.anchor-links .anchor-items--item:before {
  display: none;
}

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

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

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

.part-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-courses .course-description {
  margin: 20px 0;
}
.guru-courses .course-title {
  display: block;
}
.guru-courses .guru-course-iframe {
  height: 100%;
  width: 100%;
}
.guru-courses .guru-course-iframe-container {
  line-height: 0;
}

.guru-instructor-headline {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  margin-bottom: 30px;
}
.guru-instructorn-headline-contents,
.guru-instructor-headline-avatar {
  float: left;
}
.guru-instructor-headline-avatar {
  margin-right: 20px;
}
.guru-instructor-headline-avatar img {
  width: 135px;
  height: 135px;
  border-radius: 135px;
  background-clip: border-box;
}
.guru-instructor-headline-contents {
  padding-top: 6px;
}
.guru-instructor-headline-contents .name,
.guru-instructor-headline-contents .title {
  margin-bottom: 5px;
}
.guru-instructor-headline-contents .meta-info {
  font-size: 14px;
  line-height: 32px;
}
.global-data-preview .guru-instructor-headline {
  padding: 1em;
}
@media all and (max-width: 767px) {
  .guru-instructor-headline {
    display: block;
    text-align: center;
  }
  .guru-instructorn-headline-contents,
  .guru-instructor-headline-avatar {
    float: none;
    margin-right: 0;
  }
}

.aem-Grid.aem-Grid--12 .guru-instructor-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 .guru-instructor-showcase div {
  width: 100%;
}
.aem-Grid.aem-Grid--12 .guru-instructor-showcase .guru-instructor-showcase-container {
  padding: 45px;
  z-index: 10;
}
.aem-Grid.aem-Grid--12 .guru-instructor-showcase .guru-instructor-showcase-container img {
  background-clip: border-box;
  margin-bottom: 14px;
  max-height: 155px;
}
.aem-Grid.aem-Grid--12 .guru-instructor-showcase .guru-instructor-showcase-container-empty {
  height: inherit;
}
@media all and (max-width: 1024px) {
  .aem-Grid.aem-Grid--12 .guru-instructor-showcase .guru-instructor-showcase-container {
    padding: 40px;
  }
  .aem-Grid.aem-Grid--12 .guru-instructor-showcase .guru-instructor-showcase-container img {
    max-height: 140px;
  }
}
@media all and (max-width: 767px) {
  .aem-Grid.aem-Grid--12 .guru-instructor-showcase .guru-instructor-showcase-container .guru-instructor-showcase-name {
    font-size: 20px;
    line-height: 25px;
  }
  .aem-Grid.aem-Grid--12 .guru-instructor-showcase .guru-instructor-showcase-container img {
    max-height: 130px;
  }
  .aem-Grid.aem-Grid--12 .guru-instructor-showcase .guru-instructor-showcase-container .guru-instructor-showcase-titles {
    font-size: 14px;
  }
}
@media all and (max-width: 1024px) {
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default-4.guru-instructor-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.guru-instructor-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.guru-instructor-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.guru-instructor-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 .guru-instructor-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.guru-instructor-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.guru-instructor-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.guru-instructor-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.guru-instructor-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.guru-instructor-showcase,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.guru-instructor-showcase {
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}

.guru-location-detail .where-to-buy-map-container {
  position: relative;
  width: 100%;
}
.guru-location-detail .maps-embed-iframe {
  height: 100%;
  width: 100%;
}
.guru-location-detail .guru-location-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.guru-location-detail .left-panel {
  padding: 20px;
  width: 60%;
}
.guru-location-detail .right-panel {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px;
}
.guru-location-detail .right-panel h2 {
  margin-top: 30px;
}
.guru-location-detail .right-panel h4 {
  margin-bottom: 10px;
}
.guru-location-detail .slick-slider {
  margin-bottom: 0;
  position: relative;
}
.guru-location-detail ul.slickslide {
  padding-left: 0;
  max-width: 100%;
}
.guru-location-detail .slick-slider .slick-track {
  min-width: 100%;
}
.guru-location-detail .slick-slider .slick-list {
  padding: 0 !important;
}
.guru-location-detail ul.slickslide li img,
.guru-location-detail .slick-dots button img {
  width: 100%;
  height: auto;
}
.guru-location-detail .slick-dots {
  bottom: 10px;
  top: auto;
  left: auto;
  right: auto;
  position: absolute;
  line-height: 0;
  background: transparent;
}
.guru-location-detail .slick-dots li,
.guru-location-detail .slick-dots li button:before {
  margin: 0;
  padding: 0;
}
.guru-location-detail .slick-dots li {
  display: inline-block;
  height: auto;
  margin: 5px;
  width: auto;
  vertical-align: middle;
}
.guru-location-detail .slick-slider .slick-track {
  min-width: 100%;
  overflow: hidden;
}
.guru-location-detail .slick-dots li button {
  margin: 0;
  height: auto;
  width: 100%;
  padding: 0;
}
.guru-location-detail .slick-dots li button.carousel-tab {
  clear: both;
  display: block;
}
.guru-location-detail .slick-dots li button img {
  width: 100%;
  max-width: 80px;
  height: auto;
}
.guru-location-detail .slick-dots li button:before {
  content: '';
  display: block;
  overflow: hidden;
  float: none;
  position: absolute;
  width: 100%;
  height: 100%;
}
.guru-location-detail .slick-thumbs {
  position: absolute;
  left: -9999px;
}
@media all and (min-width: 768px) and (max-width: 1279px) {
  .guru-location-detail .right-panel h2 {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .guru-location-detail .slick-dots li button img {
    max-width: 70px;
  }
}
@media all and (max-width: 767px) {
  .guru-location-detail .guru-location-container {
    display: block;
  }
  .guru-location-detail .left-panel {
    width: 100%;
    float: none;
  }
  .guru-location-detail .right-panel {
    width: 100%;
    float: none;
  }
  .guru-location-detail .right-panel h2 {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .guru-location-detail .right-panel .where-to-buy-map-container {
    margin-top: 15px;
  }
}
@media all and (max-width: 479px) {
  .guru-location-detail .slick-dots {
    background: rgba(0, 0, 0, 0.75);
    bottom: 0;
    position: relative;
  }
}

.guru-location-ledes .show-spinner {
  padding-top: 50px;
  width: 100%;
}
.guru-location-ledes .ledes-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 33px;
  position: relative;
}
.guru-location-ledes .ledes-container .lede {
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 19px;
}
.guru-location-ledes .ledes-container .lede img {
  display: inline;
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
}
.guru-location-ledes .ledes-container .lede-image img {
  margin: 0;
}
@media all and (max-width: 1024px) {
  .guru-location-ledes .ledes-container .lede-image img {
    margin: auto 0;
  }
}
.guru-location-ledes .ledes-container .ledes-filter {
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.guru-location-ledes .ledes-container .ledes-filter label {
  padding-right: 38px;
  vertical-align: middle;
}
.guru-location-ledes .ledes-container .ledes-filter select {
  margin: 24px 0 23px 0;
  max-width: 100%;
}
.guru-location-ledes .ledes-container .ledes-filter .select-box-holder {
  display: inline-block;
}
.guru-location-ledes .ledes-container .ledes-filter .select-box-holder .select-box {
  display: none;
}
.guru-location-ledes .ledes-container .ledes-filter-placeholder {
  height: 97px;
  width: 100%;
}
.guru-location-ledes .ledes-container .lede-meta {
  padding: 14px 0 11px 0;
}
.guru-location-ledes .ledes-container .lede-teaser {
  padding-bottom: 1.2em;
}
.guru-location-ledes .ledes-container .lede-teaser .lede-teaser-cta {
  display: inline-block;
  margin-top: 12px;
  position: relative;
}
.guru-location-ledes .ledes-container .lede-teaser .lede-teaser-text {
  margin: 8px 0 0 0;
}
.guru-location-ledes .ledes-container .view-more {
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  margin: 19px;
  width: 100%;
}
.guru-location-ledes .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%;
}
.guru-location-ledes .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%;
}
.guru-location-ledes .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) {
  .guru-location-ledes .ledes-container .lede-teaser .lede-teaser-text {
    display: none;
  }
  .guru-location-ledes .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%;
  }
  .guru-location-ledes .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) {
  .guru-location-ledes .ledes-container {
    padding: 16px 0;
  }
  .guru-location-ledes .ledes-container .lede {
    padding: 16px 18px;
  }
  .guru-location-ledes .ledes-container .ledes-filter {
    padding: 34px 0;
  }
  .guru-location-ledes .ledes-container .ledes-filter label {
    display: block;
    padding-bottom: 20px;
    padding-right: 0;
  }
  .guru-location-ledes .ledes-container .ledes-filter select {
    margin: 4px 0 0 0;
  }
  .guru-location-ledes .ledes-container .ledes-filter-placeholder {
    height: 156px;
  }
  .guru-location-ledes .ledes-container .view-more {
    margin: 16px 18px;
  }
  .guru-location-ledes .ledes-container .view-more button {
    width: 100%;
  }
  .guru-location-ledes .ledes-container[data-cols='3'] .lede,
  .guru-location-ledes .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%;
  }
}
@media all and (max-width: 479px) {
  .guru-location-ledes .ledes-container[data-cols='2'] .lede,
  .guru-location-ledes .ledes-container[data-cols='3'] .lede,
  .guru-location-ledes .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%;
  }
}
.guru-location-ledes .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%;
}
.guru-location-ledes .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;
}
.guru-location-ledes .ledes-container.ledes-hover-cards figcaption .lede-title {
  font-size: 21px;
  line-height: 25px;
}
.guru-location-ledes .ledes-container.ledes-hover-cards figcaption .lede-teaser .lede-teaser-text {
  line-height: 18px;
  margin-top: 5px;
}
.guru-location-ledes .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%;
}
.guru-location-ledes .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%;
}
.guru-location-ledes .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%;
}
.guru-location-ledes .ledes-container.ledes-hover-cards .lede {
  margin: 20px 1%;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.guru-location-ledes .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%);
}
.guru-location-ledes .ledes-container.ledes-hover-cards .lede:hover figcaption .lede-teaser {
  opacity: 1;
}
@media all and (min-width: 1025px) and (max-width: 1279px) {
  .guru-location-ledes .ledes-container.ledes-hover-cards[data-cols='3'] .lede .lede-title {
    font-size: 18px;
    line-height: 21px;
  }
  .guru-location-ledes .ledes-container.ledes-hover-cards[data-cols='4'] .lede {
    padding: 30px 0;
  }
  .guru-location-ledes .ledes-container.ledes-hover-cards[data-cols='4'] .lede .lede-title {
    font-size: 16px;
    line-height: 18px;
  }
}
@media all and (max-width: 1024px) {
  .guru-location-ledes .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%;
  }
  .guru-location-ledes .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%;
  }
  .guru-location-ledes .ledes-container.ledes-hover-cards[data-cols='4'] .lede .lede-title {
    font-size: 18px;
    line-height: 21px;
  }
}
@media all and (max-width: 767px) {
  .guru-location-ledes .ledes-container.ledes-hover-cards .lede {
    padding: 25px 0;
  }
  .guru-location-ledes .ledes-container.ledes-hover-cards .lede .lede-title {
    font-size: 18px;
    line-height: 21px;
  }
  .guru-location-ledes .ledes-container.ledes-hover-cards[data-cols='3'] .lede,
  .guru-location-ledes .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) {
  .guru-location-ledes .ledes-container.ledes-hover-cards[data-cols='2'] .lede,
  .guru-location-ledes .ledes-container.ledes-hover-cards[data-cols='3'] .lede,
  .guru-location-ledes .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;
  }
}

.guru-location-tout .location-tout,
.guru-auto-location-cta .location-tout {
  padding: 20px 55px;
}
.guru-location-tout .location-tout .location-tout-details,
.guru-auto-location-cta .location-tout .location-tout-details {
  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;
}
.guru-location-tout .location-tout .location-tout-details .location-address,
.guru-auto-location-cta .location-tout .location-tout-details .location-address {
  margin: 30px 0;
}
.guru-location-tout .location-tout .location-tout-details .tout-details.image,
.guru-auto-location-cta .location-tout .location-tout-details .tout-details.image {
  -moz-flex: 0 1 52%;
  -ms-flex: 0 1 52%;
  -webkit-flex: 0 1 52%;
  flex: 0 1 52%;
}
.guru-location-tout .location-tout .location-tout-details .tout-details.image img,
.guru-auto-location-cta .location-tout .location-tout-details .tout-details.image img {
  margin: 0 auto;
}
.guru-location-tout .location-tout .location-tout-details .tout-details.location-tout-text,
.guru-auto-location-cta .location-tout .location-tout-details .tout-details.location-tout-text {
  -moz-flex: 0 1 42%;
  -ms-flex: 0 1 42%;
  -webkit-flex: 0 1 42%;
  flex: 0 1 42%;
}
.guru-location-tout .location-tout .location-tout-cta,
.guru-auto-location-cta .location-tout .location-tout-cta,
.guru-location-tout .location-tout .location-tout-title,
.guru-auto-location-cta .location-tout .location-tout-title {
  margin: 50px 0;
  text-align: center;
}
@media all and (max-width: 767px) {
  .guru-location-tout .location-tout,
  .guru-auto-location-cta .location-tout {
    padding: 30px;
  }
  .guru-location-tout .location-tout .location-tout-details,
  .guru-auto-location-cta .location-tout .location-tout-details {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .guru-location-tout .location-tout .location-tout-details .tout-details.image,
  .guru-auto-location-cta .location-tout .location-tout-details .tout-details.image,
  .guru-location-tout .location-tout .location-tout-details .tout-details.location-tout-text,
  .guru-auto-location-cta .location-tout .location-tout-details .tout-details.location-tout-text {
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .guru-location-tout .location-tout .location-tout-cta,
  .guru-auto-location-cta .location-tout .location-tout-cta,
  .guru-location-tout .location-tout .location-tout-title,
  .guru-auto-location-cta .location-tout .location-tout-title {
    margin: 25px 0;
  }
}
.guru-auto-location-cta .location-tout {
  padding: 55px;
}
.guru-auto-location-cta .location-tout-details .tout-details.image {
  -moz-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
}
.guru-auto-location-cta .location-tout-details .tout-details.location-tout-text {
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -moz-flex: 0 1 48%;
  -ms-flex: 0 1 48%;
  -webkit-flex: 0 1 48%;
  flex: 0 1 48%;
}
.guru-auto-location-cta .location-tout-details .tout-details.location-tout-text h2,
.guru-auto-location-cta .location-tout-details .tout-details.location-tout-text .text {
  margin: 0 0 20px;
}
.guru-auto-location-cta .location-tout-details .location-tout-cta {
  line-height: 18px;
  margin: 30px 0;
  padding: 24px 40px;
}
@media all and (max-width: 767px) {
  .guru-auto-location-cta .location-tout {
    padding: 30px;
  }
  .guru-auto-location-cta .location-tout-details .tout-details.location-tout-text {
    margin-bottom: 30px;
  }
  .guru-auto-location-cta .location-tout-details .location-tout-cta {
    display: block;
    width: 100%;
  }
}

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

@media all and (min-width: 1025px) {
  .hybris-cart .hybris-cart-mobile {
    display: none;
  }
  .hybris-cart .hybris-cart-popup {
    background: #fff;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 35px;
    width: 420px;
    z-index: 500;
  }
  .hybris-cart .hybris-cart-content {
    height: 140px;
    overflow-y: scroll;
  }
  .hybris-cart .hybris-cart-entry {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    clear: both;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    min-height: 70px;
    margin: 10px 0;
    padding-bottom: 10px;
  }
  .hybris-cart .hybris-cart-entry .hybris-cart-entry-image {
    -moz-flex: 0 1 86px;
    -ms-flex: 0 1 86px;
    -webkit-flex: 0 1 86px;
    flex: 0 1 86px;
  }
  .hybris-cart .hybris-cart-entry .hybris-cart-entry-rate {
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: right;
  }
  .hybris-cart .hybris-cart-entry .hybris-cart-part-info {
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
    line-height: 21px;
    padding: 0 20px;
  }
  .hybris-cart .hybris-cart-entry .hybris-cart-part-info .hybris-cart-entry-qty {
    font-weight: bold;
  }
  .hybris-cart .hybris-cart-total {
    margin: 20px 0;
    padding: 10px 15px;
    text-align: right;
  }
  .hybris-cart .hybris-cart-total p {
    margin-bottom: 0;
    text-transform: uppercase;
  }
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .hybris-cart .hybris-cart-desktop {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .hybris-cart .hybris-cart-desktop {
    display: none;
  }
}

.hybris-role-container p.missing-configuration {
  color: red;
}

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

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

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

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

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

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

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

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

.language-switcher-modal .modal-container {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  padding: 30px;
  text-align: center;
  top: 50%;
  width: 500px;
}
.language-switcher-modal .modal-content {
  margin-bottom: 20px;
}
.language-switcher-modal .modal-content .button {
  margin: 0 5px;
}
.language-switcher-modal .language-modal-image img {
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  .language-switcher-modal .modal-container {
    border-radius: 0;
    left: 0;
    top: 0;
    width: 100%;
  }
  .language-switcher-modal .modal-content .button {
    display: block;
    margin: 10px 0;
  }
}
.aem-AuthorLayer-Edit .language-switcher-modal .modal-container {
  position: relative;
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.aem-AuthorLayer-Preview .language-switcher-modal .modal-container {
  top: 25%;
}

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

.login-form .login-form {
  padding: 25px 20px;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.login-form .login-form.left {
  -webkit-box-pack: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  justify-content: left;
}
.login-form .login-form.right {
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.login-form .login-form .login-form-wrapper {
  max-width: 340px;
  width: 100%;
}
.login-form .login-form .login-form-wrapper .login-title {
  margin-bottom: 25px;
}
.login-form .login-form .login-form-wrapper .login-field {
  margin: 0 0 5px 0;
}
.login-form .login-form .login-form-wrapper .input-label {
  margin: 15px 0;
}
.login-form .login-form .login-form-wrapper .login-error-msg .login-error {
  padding: 4px 20px;
  margin-bottom: 10px;
}
.login-form .login-form .login-form-wrapper .forgot-password {
  margin: 5px 0 25px 0;
}

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

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

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

.member-list .member-list-container .show-spinner {
  left: -800px;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 300px;
}
.member-list .member-list-container .three-quarters-loader {
  margin-left: 0;
}
.member-list .sort-section {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.member-list .sort-section label {
  margin-right: 20px;
}
.member-list .sort-section .select-box-holder {
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
}
.member-list .sort-section .select-box-holder .select-box {
  top: 2px;
}
@media all and (max-width: 767px) {
  .member-list .sort-section .select-box-holder {
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

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

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

.aem-Grid.aem-Grid--12 .promo-code-validate.aem-GridColumn.aem-GridColumn--default--6 {
  padding: 0;
}
.promo-code-validate {
  padding: 10px 20px;
}
.promo-code-validate .promo-code-wrapper {
  max-width: 500px;
  margin: 0 auto;
  padding: 25px 0;
}
.promo-code-validate .promo-code-wrapper .promo-title,
.promo-code-validate .promo-code-wrapper .promo-validation-message {
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
}
.promo-code-validate .promo-code-wrapper .promo-title {
  text-align: left;
}
.promo-code-validate .promo-code-wrapper .promo-input {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: initial;
  -moz-box-align: initial;
  -ms-flex-align: initial;
  -webkit-align-items: initial;
  align-items: initial;
  margin-bottom: 10px;
}
.promo-code-validate .promo-code-wrapper .promo-input input[type=text] {
  border: 1px solid #545454;
  border-right: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
}
.promo-code-validate .promo-code-wrapper .promo-input input[type=text].invalid {
  border-color: #c41230;
  color: #c41230;
}
.promo-code-validate .promo-code-wrapper .promo-input .button-main {
  line-height: 20px;
  outline: none;
  padding: 0 40px;
}
.promo-code-validate .promo-code-wrapper .promo-input .button-main[disabled] {
  color: #000000;
  border-color: #000000;
}
.promo-code-validate .promo-code-wrapper .promo-validation-message .promo-failure {
  background-color: #c41230;
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  padding: 4px 20px;
  line-height: 26px;
  margin-bottom: 10px;
}
.promo-code-validate .promo-code-wrapper .details-message {
  font-weight: bold;
  margin-bottom: 10px;
}
.promo-code-validate .promo-code-wrapper .items {
  height: auto;
}
/* smaller mobile breakpoint */
@media all and (max-width: 767px) {
  .aem-Grid.aem-Grid--12 .promo-code-validate.aem-GridColumn.aem-GridColumn--default--6,
  .aem-GridColumn--default--6 .promo-code-validate.aem-GridColumn.aem-GridColumn--default--6 {
    width: 100%;
  }
}
@media all and (max-width: 379px) {
  .promo-code-validate .promo-code-wrapper input[type=text] {
    width: 80%;
  }
}

.promo-landing-banner-container {
  text-align: center;
  padding: 50px 0;
  margin: 0 auto;
  max-width: 650px;
}
.promo-landing-banner-container img {
  margin: 0 auto;
}
.promo-landing-banner-container .button {
  margin: 0 5px;
}

.promo-product-chooser {
  margin: 0 auto;
}
.promo-product-chooser .product-chooser-container {
  overflow: auto;
}
.promo-product-chooser .product-chooser-container .product-container {
  width: 50%;
}
.promo-product-chooser .product-chooser-container .product-container.only-product {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.promo-product-chooser .product-chooser-container .product-container.first-product,
.promo-product-chooser .product-chooser-container .product-container.second-product {
  display: inline-block;
}
.promo-product-chooser .product-chooser-container .product-container.second-product {
  border-left: 1px solid #CCC;
  float: right;
}
.promo-product-chooser .product-chooser-container .product-container .image {
  position: relative;
}
.promo-product-chooser .product-chooser-container .product-container .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 61.53846154%;
}
.promo-product-chooser .product-chooser-container .product-container .image img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.promo-product-chooser .product-chooser-container .product-container .product-choice {
  display: table;
  margin: 0 auto;
}
.promo-product-chooser .product-chooser-container .product-container .text {
  text-align: center;
}
.promo-product-chooser .promo-details,
.promo-product-chooser .promo-intro {
  clear: both;
  display: block;
}
@media all and (Max-width: 767px) {
  .promo-product-chooser .product-chooser-container .product-container {
    width: auto;
  }
  .promo-product-chooser .product-chooser-container .product-container.first-product,
  .promo-product-chooser .product-chooser-container .product-container.second-product {
    display: block;
  }
  .promo-product-chooser .product-chooser-container .product-container.second-product {
    border-left: 0;
    border-top: 1px solid #CCC;
    float: none;
  }
}

.promo-product-overview .promo-products {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -webkit-align-content: center;
  align-content: center;
}
.promo-product-overview .promo-product-content {
  padding: 50px 20px 40px;
  text-align: center;
}
.promo-product-overview .promo-product-content.has-bg {
  background-repeat: repeat-x;
}
.promo-product-overview .product-container {
  -moz-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
  padding: 0 30px;
}
.promo-product-overview .product-container.second-product {
  border-left-width: 1px;
  border-left-style: solid;
}
.promo-product-overview .promo-title {
  margin-bottom: 30px;
}
.promo-product-overview img {
  margin: auto;
  border: 0px;
}
@media all and (max-width: 767px) {
  .promo-product-overview .promo-products {
    display: block;
  }
  .promo-product-overview .promo-product-content {
    padding: 30px 20px;
  }
  .promo-product-overview .product-container {
    padding: 0 0 20px;
    width: 100%;
  }
  .promo-product-overview .product-container.second-product {
    border-left: none;
    border-top-width: 1px;
    border-top-style: solid;
  }
}

.promo-submission .second-product {
  margin-top: 30px;
}

.promo-submission-userinfo .promo-user-info {
  color: black;
  line-height: 21px;
}

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

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

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

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

.static-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;
}
.static-corp-footer .locale-countries.expanded {
  display: block;
  height: auto;
}
.static-corp-footer .locale-countries h3 {
  margin-bottom: 20px;
}
.static-corp-footer .locale-countries .page-content-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.static-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%;
}
.static-corp-footer .locale-countries .locale-country-list ul li {
  float: left;
  width: 50%;
  margin: 5px 0;
}
.static-corp-footer .locale-countries .locale-indicator-flag {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.static-corp-footer .locale-indicator-mobile .locale-indicator-flag {
  width: 11px;
  height: 11px;
  margin-right: 8px;
  position: relative;
  top: 1px;
}
.static-corp-footer .locale-indicator .locale-indicator-flag {
  position: relative;
  top: -2px;
}

.static-corp-nav .mobile-menu-locale-label {
  padding: 0 15px;
}
.static-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;
}
.static-corp-nav .locale-countries.expanded {
  opacity: 1;
}
.static-corp-nav .locale-countries h3 {
  margin-bottom: 20px;
}
.static-corp-nav .locale-countries .page-content-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.static-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;
}
.static-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;
}
.static-corp-nav .locale-countries .locale-country-list ul li {
  flex-basis: 100%;
}
.static-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;
}
.static-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%;
}
.static-corp-nav .locale-countries .locale-indicator-flag {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.static-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;
}
.static-corp-nav .locale-indicator .locale-indicator-flag {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.static-corp-nav .mobile-menu-item .locale-indicator-flag {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  position: relative;
  top: 4px;
}
.static-corp-nav .mobile-menu-item .locale-indicator-name {
  position: relative;
  top: -3px;
}
@media all and (min-width: 1025px) {
  .static-corp-nav .hybris-nav-search-box-mobile {
    display: none;
  }
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .static-corp-nav .hybris-nav-search-box-desktop {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .static-corp-nav .hybris-nav-search-box-desktop {
    display: none;
  }
}
.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;
  background: none;
  border: 0;
  border-radius: 0;
  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;
  }
}

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

.terms-and-conditions {
  -moz-flex-flow: row nowrap;
  -ms-flex-direction: row;
  -ms-flex-wrap: nowrap;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

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

.where-to-buy-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-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;
  }
}

.cta-highlights .header {
  margin: auto;
  text-align: center;
}
.cta-highlights .cta-highlights-par {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.cta-highlights .cta-highlights-par .fmmp-image-text {
  background: transparent;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%;
  width: 25%;
}
.cta-highlights .cta-highlights-par .fmmp-image-text .image-text-content {
  display: block;
  overflow: hidden;
  position: relative;
}
.cta-highlights .cta-highlights-par .fmmp-image-text .image-text-content .image-content .image {
  position: relative;
  margin: 0;
  padding: 0;
}
.cta-highlights .cta-highlights-par .fmmp-image-text .image-text-content .image-content .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 61.42857143%;
}
.cta-highlights .cta-highlights-par .fmmp-image-text .image-text-content .image-content .image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.cta-highlights .cta-highlights-par .fmmp-image-text .image-text-content .text-content {
  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%;
}
.cta-highlights .cta-highlights-par .fmmp-image-text .image-text-content .text-content > * {
  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;
}
.cta-highlights .cta-highlights-par .fmmp-image-text .image-text-content .text-content > h1,
.cta-highlights .cta-highlights-par .fmmp-image-text .image-text-content .text-content > h2,
.cta-highlights .cta-highlights-par .fmmp-image-text .image-text-content .text-content > h3,
.cta-highlights .cta-highlights-par .fmmp-image-text .image-text-content .text-content > h4,
.cta-highlights .cta-highlights-par .fmmp-image-text .image-text-content .text-content > h5,
.cta-highlights .cta-highlights-par .fmmp-image-text .image-text-content .text-content > h6 {
  opacity: 1;
}
.cta-highlights .cta-highlights-par .fmmp-image-text .image-text-content:hover .text-content {
  -webkit-transform: translate(0, -70%);
  -moz-transform: translate(0, -70%);
  -ms-transform: translate(0, -70%);
  -o-transform: translate(0, -70%);
  transform: translate(0, -70%);
}
.cta-highlights .cta-highlights-par .fmmp-image-text .image-text-content:hover .text-content > * {
  opacity: 1;
}
@media all and (max-width: 1024px) {
  .cta-highlights .cta-highlights-par .fmmp-image-text {
    -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) {
  .cta-highlights .cta-highlights-par .fmmp-image-text {
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 16px 18px;
    width: 50%;
  }
}
@media all and (max-width: 479px) {
  .cta-highlights .cta-highlights-par .fmmp-image-text {
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.cta-highlights .view-more {
  text-align: center;
}
.js .cta-highlights-wrapper {
  display: none;
}
.aem-AuthorLayer-Edit .cta-highlights .cta-highlights-par .fmmp-image-text .image-text-content .text-content {
  display: block;
  position: relative;
  top: 100%;
}
.aem-AuthorLayer-Edit .cta-highlights .cta-highlights-par .fmmp-image-text .image-text-content .text-content > * {
  opacity: 1;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.aem-AuthorLayer-Edit .cta-highlights .cta-highlights-par .fmmp-image-text .image-text-content:hover .text-content {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.aem-AuthorLayer-Edit .cta-highlights .new {
  width: 100%;
}

.garage-guru-navigation .guru-page-nav ul li.link a i.fa {
  color: #545454;
}
.garage-guru-navigation .guru-page-nav ul li.link.page-child-nav ul li.link {
  margin-left: 20px;
}
.garage-guru-navigation .guru-navigation-container {
  text-align: center;
}
.garage-guru-navigation + .link a {
  color: #3a3a3a;
  line-height: 16px;
  margin: 15px 0;
}
.garage-guru-navigation + .link a[target="_blank"]:after {
  color: #c41230;
  content: '\f08e';
  display: inline-block;
  font-family: 'fontawesome';
  font-size: 15px;
  margin: -2px 0 0px 10px;
  vertical-align: bottom;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

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

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

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

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

.driv-part-finder-corporate .driv-tabs-list__container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.driv-part-finder-corporate .driv-tabs-list__container .open-partslist-button {
  position: absolute;
  bottom: 35px;
  right: 22px;
}
.driv-part-finder-corporate .driv-tabs-list__header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.driv-part-finder-corporate .driv-tabs-list__header .driv-select-wrapper {
  display: none;
  cursor: pointer;
  position: relative;
}
.driv-part-finder-corporate .driv-tabs-list__header .driv-select-wrapper .autocomplete {
  width: 100%;
}
.driv-part-finder-corporate .driv-tabs-list__header .driv-select-wrapper .autocomplete .vs__actions {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  width: 56px;
}
.driv-part-finder-corporate .driv-tabs-list__header .driv-select-wrapper .autocomplete .vs__actions .open-indicator {
  font-family: "icomoon";
}
.driv-part-finder-corporate .driv-tabs-list__header .driv-select-wrapper .autocomplete .vs__actions .open-indicator:before {
  content: "\e90b";
  border: none;
  -webkit-transform: rotate(200deg);
  -moz-transform: rotate(200deg);
  -ms-transform: rotate(200deg);
  -o-transform: rotate(200deg);
  transform: rotate(200deg);
  font-size: 8px;
  top: 0;
  left: 50%;
}
@media (max-width: 1025px) {
  .driv-part-finder-corporate .driv-tabs-list__header .driv-select-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 22px;
  }
}
@media (max-width: 1025px) {
  .driv-part-finder-corporate .driv-tabs-list__header {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.driv-part-finder-corporate .driv-tabs-list__title {
  margin: 0;
}
@media (max-width: 1025px) {
  .driv-part-finder-corporate .driv-tabs-list__links {
    display: none;
  }
}
.driv-part-finder-corporate .driv-tabs-list__content .license-plate-tab-dropdown,
.driv-part-finder-corporate .driv-tabs-list__content .license-plate-tab-input,
.driv-part-finder-corporate .driv-tabs-list__content .vin-tab-input {
  width: 50%;
}
@media all and (max-width: 1025px) {
  .driv-part-finder-corporate .driv-tabs-list__content .license-plate-tab-dropdown,
  .driv-part-finder-corporate .driv-tabs-list__content .license-plate-tab-input,
  .driv-part-finder-corporate .driv-tabs-list__content .vin-tab-input {
    width: 100%;
  }
}
.driv-part-finder-corporate .driv-tabs-list__content:not(.driv-part-finder-license-plate-tab):not(.driv-part-finder-vin-tab) .autocomplete .vs__actions i {
  font-family: "icomoon";
}
.driv-part-finder-corporate .driv-tabs-list__content:not(.driv-part-finder-license-plate-tab):not(.driv-part-finder-vin-tab) .autocomplete .vs__actions i:before {
  content: "\e90b";
  border: none;
  -webkit-transform: rotate(200deg);
  -moz-transform: rotate(200deg);
  -ms-transform: rotate(200deg);
  -o-transform: rotate(200deg);
  transform: rotate(200deg);
  font-size: 8px;
  top: 0;
}
.driv-part-finder-corporate .driv-tabs-list__content:not(.driv-part-finder-license-plate-tab):not(.driv-part-finder-vin-tab) .autocomplete:nth-child(even) {
  padding-right: 0;
}
.driv-part-finder-corporate .driv-tabs-list__content:not(.driv-part-finder-license-plate-tab):not(.driv-part-finder-vin-tab) .button-main .desktop {
  display: none;
}
.driv-part-finder-corporate .driv-tabs-list__content:not(.driv-part-finder-license-plate-tab):not(.driv-part-finder-vin-tab) .button-main:disabled {
  opacity: 0.5;
}
.driv-part-finder-corporate .driv-tabs-list__content:not(.driv-part-finder-license-plate-tab):not(.driv-part-finder-vin-tab) .button-main:disabled:hover {
  pointer-events: none;
}
.driv-part-finder-corporate .driv-tabs-list__content:not(.driv-part-finder-license-plate-tab):not(.driv-part-finder-vin-tab) .specification-search-fields-wrapper .autocomplete,
.driv-part-finder-corporate .driv-tabs-list__content:not(.driv-part-finder-license-plate-tab):not(.driv-part-finder-vin-tab) .ymm-search-fields-wrapper .autocomplete,
.driv-part-finder-corporate .driv-tabs-list__content:not(.driv-part-finder-license-plate-tab):not(.driv-part-finder-vin-tab) .engine-search-fields-wrapper .autocomplete {
  width: 50%;
}
@media all and (max-width: 1025px) {
  .driv-part-finder-corporate .driv-tabs-list__content:not(.driv-part-finder-license-plate-tab):not(.driv-part-finder-vin-tab) .specification-search-fields-wrapper .autocomplete,
  .driv-part-finder-corporate .driv-tabs-list__content:not(.driv-part-finder-license-plate-tab):not(.driv-part-finder-vin-tab) .ymm-search-fields-wrapper .autocomplete,
  .driv-part-finder-corporate .driv-tabs-list__content:not(.driv-part-finder-license-plate-tab):not(.driv-part-finder-vin-tab) .engine-search-fields-wrapper .autocomplete {
    width: 100%;
  }
}
@media all and (min-width: 1025px) {
  .driv-part-finder-corporate .driv-tabs-list__content:not(.driv-part-finder-license-plate-tab):not(.driv-part-finder-vin-tab) .with-application-type .autocomplete.application_type,
  .driv-part-finder-corporate .driv-tabs-list__content:not(.driv-part-finder-license-plate-tab):not(.driv-part-finder-vin-tab) .with-application-type .autocomplete.specification_type {
    width: 100%;
  }
  .driv-part-finder-corporate .driv-tabs-list__content:not(.driv-part-finder-license-plate-tab):not(.driv-part-finder-vin-tab) .with-application-type .application_type + div,
  .driv-part-finder-corporate .driv-tabs-list__content:not(.driv-part-finder-license-plate-tab):not(.driv-part-finder-vin-tab) .with-application-type .specification_type + div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .driv-part-finder-corporate .driv-tabs-list__content:not(.driv-part-finder-license-plate-tab):not(.driv-part-finder-vin-tab) .button-main .mobile {
    display: none;
  }
  .driv-part-finder-corporate .driv-tabs-list__content:not(.driv-part-finder-license-plate-tab):not(.driv-part-finder-vin-tab) .button-main .desktop {
    display: inline-block;
  }
}
.autocomplete.driv-part-common.part_types {
  display: none !important;
}
.csruser-with-emulator {
  display: none !important;
}

.driv-part-finder-license-plate-tab {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.driv-part-finder-license-plate-tab .shortened {
  width: 220px;
}
.driv-part-finder-license-plate-tab .license-plate-tab-dropdown .vs__actions {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  width: 56px;
}
.driv-part-finder-license-plate-tab .license-plate-tab-dropdown .vs__actions .open-indicator {
  font-family: "icomoon";
}
.driv-part-finder-license-plate-tab .license-plate-tab-dropdown .vs__actions .open-indicator:before {
  content: "\e90b";
  border: none;
  -webkit-transform: rotate(200deg);
  -moz-transform: rotate(200deg);
  -ms-transform: rotate(200deg);
  -o-transform: rotate(200deg);
  transform: rotate(200deg);
  font-size: 8px;
  top: 0;
  left: 50%;
}
.driv-part-finder-license-plate-tab .license-plate-tab-input input {
  height: 43px;
  width: 100%;
  margin-bottom: 15px;
  padding: 0 20px;
}
.driv-part-finder-license-plate-tab .search-tools {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.driv-part-finder-license-plate-tab .search-tools .error-message {
  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;
  width: 250px;
  margin-top: 0;
  margin-left: 50px;
}
.driv-part-finder-license-plate-tab .search-tools .error-message i {
  font-size: 19px;
}
.driv-part-finder-license-plate-tab .search-tools .error-message span {
  font-size: 15px;
  font-weight: bolder;
  padding-top: 2px;
  text-transform: capitalize;
}

.driv-part-finder-vin-tab {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.driv-part-finder-vin-tab .vin-tab-input input {
  height: 43px;
  width: 100%;
  margin-bottom: 15px;
  padding: 0 20px;
}
.driv-part-finder-vin-tab .search-tools {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.driv-part-finder-vin-tab .search-tools .error-message {
  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;
  width: 200px;
  margin-top: 0;
  margin-left: 50px;
}
.driv-part-finder-vin-tab .search-tools .error-message i {
  font-size: 19px;
}
.driv-part-finder-vin-tab .search-tools .error-message span {
  font-size: 15px;
  font-weight: bolder;
  padding-top: 2px;
  text-transform: capitalize;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.driv-part-results-refine-search .no-config-msg {
  padding: 25px;
  border: 1px solid #ccc;
}
.driv-part-results-refine-search .driv-refine-search-container.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1001;
}
.driv-part-results-refine-search .driv-refine-search-container.show-labels .field-label {
  position: absolute;
  font-size: 12px;
  padding-bottom: 5px;
  top: -17px;
  left: 0;
}
.driv-part-results-refine-search .driv-refine-search-container.show-labels .autocomplete,
.driv-part-results-refine-search .driv-refine-search-container.show-labels input[type="text"] {
  margin: 22px auto;
}
.driv-part-results-refine-search .driv-refine-search-container.show-labels .refine-search-fields {
  position: relative;
}
@media all and (min-width: 1025px) {
  .driv-part-results-refine-search .driv-refine-search-container.show-labels {
    padding-top: 49px;
    padding-bottom: 32px;
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media all and (max-width: 1025px) {
  .driv-part-results-refine-search .driv-refine-search-container.show-labels .search-container .input-container {
    margin: 0 auto;
    position: relative;
    max-width: 768px;
  }
  .driv-part-results-refine-search .driv-refine-search-container.show-labels .search-container .input-container input[type="text"] {
    margin-top: 0;
  }
  .driv-part-results-refine-search .driv-refine-search-container.show-labels .search-container.vin .refine-search-fields,
  .driv-part-results-refine-search .driv-refine-search-container.show-labels .search-container.part-number-search .refine-search-fields {
    margin: 0 auto;
    max-width: 768px;
  }
  .driv-part-results-refine-search .driv-refine-search-container.show-labels .search-container.vin .refine-search-fields input[type="text"],
  .driv-part-results-refine-search .driv-refine-search-container.show-labels .search-container.part-number-search .refine-search-fields input[type="text"] {
    margin-top: 0;
  }
}
.driv-part-results-refine-search .driv-refine-search-container .mobile-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;
  padding: 20px;
}
.driv-part-results-refine-search .driv-refine-search-container .mobile-container .search-txt {
  text-align: left;
}
.driv-part-results-refine-search .driv-refine-search-container .mobile-container button.refine-search {
  text-align: center;
  background: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  padding: 0;
  position: relative;
  outline: none;
  color: inherit;
  white-space: nowrap;
}
.driv-part-results-refine-search .driv-refine-search-container .search-container {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 20px;
  max-height: 1000px;
  -webkit-transition: max-height 0.25s ease-in;
  -moz-transition: max-height 0.25s ease-in;
  -o-transition: max-height 0.25s ease-in;
  -ms-transition: max-height 0.25s ease-in;
  transition: max-height 0.25s ease-in;
}
.driv-part-results-refine-search .driv-refine-search-container .search-container.mobile-hidden {
  padding: 0 15px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.15s ease-out;
  -moz-transition: max-height 0.15s ease-out;
  -o-transition: max-height 0.15s ease-out;
  -ms-transition: max-height 0.15s ease-out;
  transition: max-height 0.15s ease-out;
}
.driv-part-results-refine-search .driv-refine-search-container .search-container .input-container {
  margin: 0 32px 0 0;
  width: 100%;
}
.driv-part-results-refine-search .driv-refine-search-container .search-container .error-message {
  text-transform: capitalize;
  font-weight: bold;
  margin-top: 10px;
}
.driv-part-results-refine-search .driv-refine-search-container .search-container .error-message.small_desktop {
  display: none;
}
.driv-part-results-refine-search .driv-refine-search-container .search-container button.search:disabled {
  opacity: 0.5;
}
.driv-part-results-refine-search .driv-refine-search-container .search-container button.search:disabled:hover {
  pointer-events: none;
}
.driv-part-results-refine-search .driv-refine-search-container .search-container .search-txt.desktop {
  display: none;
}
.driv-part-results-refine-search .driv-refine-search-container .autocomplete,
.driv-part-results-refine-search .driv-refine-search-container input[type="text"] {
  margin: 0 auto 15px;
}
.driv-part-results-refine-search .driv-refine-search-container .autocomplete .vs__actions i {
  font-family: "icomoon";
}
.driv-part-results-refine-search .driv-refine-search-container .autocomplete .vs__actions i:before {
  content: "\e90b";
  border: none;
  -webkit-transform: rotate(200deg);
  -moz-transform: rotate(200deg);
  -ms-transform: rotate(200deg);
  -o-transform: rotate(200deg);
  transform: rotate(200deg);
  font-size: 8px;
  top: 0;
}
.driv-part-results-refine-search .driv-refine-search-container .autocomplete.driv-part-common.part_types {
  display: none;
}
@media all and (min-width: 768px) {
  .driv-part-results-refine-search .driv-refine-search-container .autocomplete,
  .driv-part-results-refine-search .driv-refine-search-container input[type="text"],
  .driv-part-results-refine-search .driv-refine-search-container button.search {
    max-width: 768px;
  }
}
@media all and (min-width: 900px) {
  .driv-part-results-refine-search .driv-refine-search-container .error-message.tablet {
    display: block;
  }
  .driv-part-results-refine-search .driv-refine-search-container .error-message.small_desktop {
    display: none;
  }
}
@media all and (min-width: 1025px) {
  .driv-part-results-refine-search .driv-refine-search-container {
    padding: 32px 64px;
  }
  .driv-part-results-refine-search .driv-refine-search-container .mobile-container {
    display: none;
  }
  .driv-part-results-refine-search .driv-refine-search-container .search-container {
    position: static;
  }
  .driv-part-results-refine-search .driv-refine-search-container .search-container,
  .driv-part-results-refine-search .driv-refine-search-container .search-container .refine-search-fields {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0;
  }
  .driv-part-results-refine-search .driv-refine-search-container .search-container.vehicle .refine-search-fields {
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .driv-part-results-refine-search .driv-refine-search-container .search-container.mobile-hidden {
    max-height: 1000px;
    overflow: visible;
  }
  .driv-part-results-refine-search .driv-refine-search-container .search-container .search-txt.desktop {
    display: block;
    width: 100%;
  }
  .driv-part-results-refine-search .driv-refine-search-container .search-container button.search {
    width: auto;
    min-width: 130px;
  }
  .driv-part-results-refine-search .driv-refine-search-container .search-container .autocomplete,
  .driv-part-results-refine-search .driv-refine-search-container .search-container input[type="text"] {
    margin: 0 32px 0 0;
    width: 100%;
  }
  .driv-part-results-refine-search .driv-refine-search-container .search-container .autocomplete.search-type {
    max-width: 15%;
  }
  .driv-part-results-refine-search .driv-refine-search-container .search-container .autocomplete.search-type:not(.vehicle):not(.engine):not(.specification),
  .driv-part-results-refine-search .driv-refine-search-container .search-container .autocomplete.search-type:not(.vehicle):not(.engine):not(.specification) ~ .refine-search-fields input,
  .driv-part-results-refine-search .driv-refine-search-container .search-container .autocomplete.search-type:not(.vehicle):not(.engine):not(.specification) ~ .refine-search-fields .autocomplete {
    max-width: 250px;
  }
  .driv-part-results-refine-search .driv-refine-search-container .search-container .autocomplete.search-type .engine {
    max-width: 180px !important;
  }
  .driv-part-results-refine-search .driv-refine-search-container .search-container .refine-search-fields {
    width: 85%;
  }
  .driv-part-results-refine-search .driv-refine-search-container .search-container .refine-search-fields .autocomplete {
    max-width: 20%;
  }
  .driv-part-results-refine-search .driv-refine-search-container .search-container .refine-search-fields .autocomplete.width-3 {
    max-width: calc((100% - 130px) / 3 - 32px);
  }
  .driv-part-results-refine-search .driv-refine-search-container .search-container .refine-search-fields .autocomplete.width-4 {
    max-width: calc((100% - 130px) / 4 - 32px);
  }
  .driv-part-results-refine-search .driv-refine-search-container .search-container .refine-search-fields .autocomplete.width-5 {
    max-width: calc((100% - 130px) / 5 - 32px);
  }
  .driv-part-results-refine-search .driv-refine-search-container .search-container .refine-search-fields .autocomplete.search-type {
    min-width: 150px;
  }
  .driv-part-results-refine-search .driv-refine-search-container .search-container .refine-search-fields input[type="text"] {
    max-width: 18%;
  }
  .driv-part-results-refine-search .driv-refine-search-container .search-container .input-container {
    position: relative;
    max-width: 250px;
  }
  .driv-part-results-refine-search .driv-refine-search-container .search-container .error-message {
    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;
    width: 200px;
    height: 43px;
    padding: 5px 0;
    margin: 0 0 0 32px;
  }
  .driv-part-results-refine-search .driv-refine-search-container .search-container .error-message.small_desktop {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    width: 250px;
    height: 33px;
    padding: 0;
    margin-left: 0;
    left: -10%;
  }
  .driv-part-results-refine-search .driv-refine-search-container .search-container .error-message.tablet {
    display: none;
  }
  .driv-part-results-refine-search .driv-refine-search-container .search-container .error-message i {
    font-size: 19px;
  }
  .driv-part-results-refine-search .driv-refine-search-container .search-container .error-message span {
    font-size: 15px;
    font-weight: normal;
  }
}
@media all and (min-width: 1279px) {
  .driv-part-results-refine-search .driv-refine-search-container .search-container .input-container {
    max-width: 250px;
  }
  .driv-part-results-refine-search .driv-refine-search-container .search-container .error-message.tablet {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 250px;
    margin-left: 15px;
    line-height: 1.3;
  }
  .driv-part-results-refine-search .driv-refine-search-container .search-container .error-message.small_desktop {
    display: none;
  }
}
.driv-part-results-refine-search .driv-refine-search-container-placeholder {
  position: relative;
}

.driv-corp-part-number-search-box {
  padding: 14px 10px;
}
.driv-corp-part-number-search-box .part-number-search-form {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.driv-corp-part-number-search-box .part-number-search-form > button {
  width: 35px;
  height: 32px;
  padding: 0;
}
.driv-corp-part-number-search-box .part-number-search-form > button:before {
  font-size: 14px;
}
.driv-corp-part-number-search-box .part-number-search-form > input {
  height: 32px;
  line-height: normal;
}
@media all and (max-width: 1024px) {
  .driv-corp-part-number-search-box {
    padding: 14px 0;
  }
  .driv-corp-part-number-search-box .part-number-search-form > input,
  .driv-corp-part-number-search-box .part-number-search-form > button {
    height: 40px;
  }
  .driv-corp-part-number-search-box .part-number-search-form > button {
    width: 60px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

