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

    Notes
    -----------------
    Available Fonts:
        Din Condensed bold 
        Helvetica Neue LT Std Bold
        Helvetica Neue LT Std Thin
        Proxima Nova regular

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

    Helvetica Neue LT Std Bold is the local font named "31FEF6_0_0", the //hello.myfonts.net/count/31fef6 <link> counter was added to 
    the Ferodo headlibs.jsp. The license for this font is located at http://www.myfonts.com/viewlicense?type=web&buildid=3276534. 
    Licensed pageviews: 2,500,000

    Helvetica Neue LT Std Thin is the local font named "31FEF6_1_0", the //hello.myfonts.net/count/31fef6 <link> counter was added to 
    the Ferodo headlibs.jsp. The license for this font is located at http://www.myfonts.com/viewlicense?type=web&buildid=3276534. 
    Licensed pageviews: 2,500,000
*/

/* BASE */
.style-guide-code {
  color: #008000;
  font-family: monospace !important;
  font-size: 14px !important;
}
.style-guide-headline {
  background-color: #c1001f;
  color: #eeeeee;
  line-height: 36px;
}
.style-guide-headline:before {
  color: #eeeeee;
}
.style-guide-swatch {
  box-shadow: 0 2px 5px 2px rgba(128, 128, 128, 0.4);
  display: inline-block;
  height: 130px;
  margin: 30px 15px;
  position: relative;
  width: 130px;
}
.style-guide-swatch:after {
  color: #008000;
  font-family: monospace !important;
  font-size: 14px !important;
  left: 0;
  padding-top: 0.5em;
  position: absolute;
  text-align: center;
  top: 100%;
  width: 100%;
}
.style-guide-swatch:before {
  display: block;
  padding-top: 0.5em;
  text-align: center;
  text-shadow: 0 0 4px #fff, 0 0 8px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff;
  width: 100%;
}
.style-guide-swatch-black {
  background-color: #000000;
}
.style-guide-swatch-black:after {
  content: "@c-black";
}
.style-guide-swatch-black:before {
  content: "#000000";
}
.style-guide-swatch-white {
  background-color: #ffffff;
}
.style-guide-swatch-white:after {
  content: "@c-white";
}
.style-guide-swatch-white:before {
  content: "#ffffff";
}
.style-guide-swatch-primary {
  background-color: #242424;
}
.style-guide-swatch-primary:after {
  content: "@c-primary";
}
.style-guide-swatch-primary:before {
  content: "#242424";
}
.style-guide-swatch-primary-dark {
  background-color: #242424;
}
.style-guide-swatch-primary-dark:after {
  content: "@c-primary-dark";
}
.style-guide-swatch-primary-dark:before {
  content: "#242424";
}
.style-guide-swatch-primary-desaturate {
  background-color: #242424;
}
.style-guide-swatch-primary-desaturate:after {
  content: "@c-primary-desaturate";
}
.style-guide-swatch-primary-desaturate:before {
  content: "#242424";
}
.style-guide-swatch-primary-light {
  background-color: #242424;
}
.style-guide-swatch-primary-light:after {
  content: "@c-primary-light";
}
.style-guide-swatch-primary-light:before {
  content: "#242424";
}
.style-guide-swatch-grey {
  background-color: #6f6f6f;
}
.style-guide-swatch-grey:after {
  content: "@c-grey";
}
.style-guide-swatch-grey:before {
  content: "#6f6f6f";
}
.style-guide-swatch-grey-dark {
  background-color: #242424;
}
.style-guide-swatch-grey-dark:after {
  content: "@c-grey-dark";
}
.style-guide-swatch-grey-dark:before {
  content: "#242424";
}
.style-guide-swatch-grey-light {
  background-color: #aeaeae;
}
.style-guide-swatch-grey-light:after {
  content: "@c-grey-light";
}
.style-guide-swatch-grey-light:before {
  content: "#aeaeae";
}
.style-guide-swatch-grey-x-light {
  background-color: #eeeeee;
}
.style-guide-swatch-grey-x-light:after {
  content: "@c-grey-x-light";
}
.style-guide-swatch-grey-x-light:before {
  content: "#eeeeee";
}
.style-guide-swatch-error {
  background-color: #c1001f;
}
.style-guide-swatch-error:after {
  content: "@c-error";
}
.style-guide-swatch-error:before {
  content: "#c1001f";
}
.style-guide-swatch-secondary {
  background-color: #c1001f;
}
.style-guide-swatch-secondary:after {
  content: "@c-secondary";
}
.style-guide-swatch-secondary:before {
  content: "#c1001f";
}
.style-guide-swatch-secondary-dark {
  background-color: #c1001f;
}
.style-guide-swatch-secondary-dark:after {
  content: "@c-secondary-dark";
}
.style-guide-swatch-secondary-dark:before {
  content: "#c1001f";
}
.style-guide-swatch-secondary-desaturate {
  background-color: #c1001f;
}
.style-guide-swatch-secondary-desaturate:after {
  content: "@c-secondary-desaturate";
}
.style-guide-swatch-secondary-desaturate:before {
  content: "#c1001f";
}
.style-guide-swatch-secondary-light {
  background-color: #c1001f;
}
.style-guide-swatch-secondary-light:after {
  content: "@c-secondary-light";
}
.style-guide-swatch-secondary-light:before {
  content: "#c1001f";
}
.style-guide-font {
  display: block;
  font-size: 1.5em;
  padding: 1em 0 1.5em 0;
  position: relative;
}
.style-guide-font:after {
  content: "The quick brown fox jumps over the lazy dog ąćęłńóśźż ĄĆĘŁŃÓŚŹŻ çğıiöşü ÇĞIİÖŞÜ áéíóúý ÁÉÍÓÚÝ âêîôû ÂÊÎÔÛ ãñõ ÃÑÕ АаБбВвГгДдЕеЁёЖжЗзИиЙйКкЛлМмНнОоПпРрСсТтУуФфХхЦцЧчШшЩщЪъЫыЬьЭэЮюЯя";
}
.style-guide-font:before {
  color: #008000;
  font-family: monospace !important;
  font-size: 14px !important;
  left: 0;
  position: absolute;
  top: 0;
}
.style-guide-font-primary-bold {
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
}
.style-guide-font-primary-bold:after {
  content: "Helvetica Neue LT Std Bold - The quick brown fox jumps over the lazy dog ąćęłńóśźż ĄĆĘŁŃÓŚŹŻ çğıiöşü ÇĞIİÖŞÜ áéíóúý ÁÉÍÓÚÝ âêîôû ÂÊÎÔÛ ãñõ ÃÑÕ АаБбВвГгДдЕеЁёЖжЗзИиЙйКкЛлМмНнОоПпРрСсТтУуФфХхЦцЧчШшЩщЪъЫыЬьЭэЮюЯя";
}
.style-guide-font-primary-bold:before {
  content: "@ff-primary-bold";
}
.style-guide-font-primary-bold-italic {
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
}
.style-guide-font-primary-bold-italic:after {
  content: "Helvetica Neue LT Std Bold - The quick brown fox jumps over the lazy dog ąćęłńóśźż ĄĆĘŁŃÓŚŹŻ çğıiöşü ÇĞIİÖŞÜ áéíóúý ÁÉÍÓÚÝ âêîôû ÂÊÎÔÛ ãñõ ÃÑÕ АаБбВвГгДдЕеЁёЖжЗзИиЙйКкЛлМмНнОоПпРрСсТтУуФфХхЦцЧчШшЩщЪъЫыЬьЭэЮюЯя";
}
.style-guide-font-primary-bold-italic:before {
  content: "@ff-primary-bold-italic";
}
.style-guide-font-primary-book {
  font-style: normal;
  font-weight: normal;
  font-family: '31FEF6_1_0', sans-serif;
}
.style-guide-font-primary-book:after {
  content: "Helvetica Neue LT Std Thin - The quick brown fox jumps over the lazy dog ąćęłńóśźż ĄĆĘŁŃÓŚŹŻ çğıiöşü ÇĞIİÖŞÜ áéíóúý ÁÉÍÓÚÝ âêîôû ÂÊÎÔÛ ãñõ ÃÑÕ АаБбВвГгДдЕеЁёЖжЗзИиЙйКкЛлМмНнОоПпРрСсТтУуФфХхЦцЧчШшЩщЪъЫыЬьЭэЮюЯя";
}
.style-guide-font-primary-book:before {
  content: "@ff-primary-book";
}
.style-guide-font-primary-book-italic {
  font-style: normal;
  font-weight: normal;
  font-family: '31FEF6_1_0', sans-serif;
}
.style-guide-font-primary-book-italic:after {
  content: "Helvetica Neue LT Std Thin - The quick brown fox jumps over the lazy dog ąćęłńóśźż ĄĆĘŁŃÓŚŹŻ çğıiöşü ÇĞIİÖŞÜ áéíóúý ÁÉÍÓÚÝ âêîôû ÂÊÎÔÛ ãñõ ÃÑÕ АаБбВвГгДдЕеЁёЖжЗзИиЙйКкЛлМмНнОоПпРрСсТтУуФфХхЦцЧчШшЩщЪъЫыЬьЭэЮюЯя";
}
.style-guide-font-primary-book-italic:before {
  content: "@ff-primary-book-italic";
}
.style-guide-font-primary-light {
  font-style: normal;
  font-weight: normal;
  font-family: '31FEF6_1_0', sans-serif;
}
.style-guide-font-primary-light:after {
  content: "Helvetica Neue LT Std Thin - The quick brown fox jumps over the lazy dog ąćęłńóśźż ĄĆĘŁŃÓŚŹŻ çğıiöşü ÇĞIİÖŞÜ áéíóúý ÁÉÍÓÚÝ âêîôû ÂÊÎÔÛ ãñõ ÃÑÕ АаБбВвГгДдЕеЁёЖжЗзИиЙйКкЛлМмНнОоПпРрСсТтУуФфХхЦцЧчШшЩщЪъЫыЬьЭэЮюЯя";
}
.style-guide-font-primary-light:before {
  content: "@ff-primary-light";
}
.style-guide-font-primary-light-italic {
  font-style: normal;
  font-weight: normal;
  font-family: '31FEF6_1_0', sans-serif;
}
.style-guide-font-primary-light-italic:after {
  content: "Helvetica Neue LT Std Thin - The quick brown fox jumps over the lazy dog ąćęłńóśźż ĄĆĘŁŃÓŚŹŻ çğıiöşü ÇĞIİÖŞÜ áéíóúý ÁÉÍÓÚÝ âêîôû ÂÊÎÔÛ ãñõ ÃÑÕ АаБбВвГгДдЕеЁёЖжЗзИиЙйКкЛлМмНнОоПпРрСсТтУуФфХхЦцЧчШшЩщЪъЫыЬьЭэЮюЯя";
}
.style-guide-font-primary-light-italic:before {
  content: "@ff-primary-light-italic";
}
.style-guide-font-secondary-bold {
  font-style: normal;
  font-weight: normal;
  font-family: 'proxima_nova_reg', sans-serif;
}
.style-guide-font-secondary-bold:after {
  content: "proxima_nova_reg - The quick brown fox jumps over the lazy dog ąćęłńóśźż ĄĆĘŁŃÓŚŹŻ çğıiöşü ÇĞIİÖŞÜ áéíóúý ÁÉÍÓÚÝ âêîôû ÂÊÎÔÛ ãñõ ÃÑÕ АаБбВвГгДдЕеЁёЖжЗзИиЙйКкЛлМмНнОоПпРрСсТтУуФфХхЦцЧчШшЩщЪъЫыЬьЭэЮюЯя";
}
.style-guide-font-secondary-bold:before {
  content: "@ff-secondary-bold";
}
.style-guide-font-secondary-bold-italic {
  font-style: normal;
  font-weight: normal;
  font-family: 'proxima_nova_reg', sans-serif;
}
.style-guide-font-secondary-bold-italic:after {
  content: "proxima_nova_reg - The quick brown fox jumps over the lazy dog ąćęłńóśźż ĄĆĘŁŃÓŚŹŻ çğıiöşü ÇĞIİÖŞÜ áéíóúý ÁÉÍÓÚÝ âêîôû ÂÊÎÔÛ ãñõ ÃÑÕ АаБбВвГгДдЕеЁёЖжЗзИиЙйКкЛлМмНнОоПпРрСсТтУуФфХхЦцЧчШшЩщЪъЫыЬьЭэЮюЯя";
}
.style-guide-font-secondary-bold-italic:before {
  content: "@ff-secondary-bold-italic";
}
.style-guide-font-secondary-book {
  font-style: normal;
  font-weight: normal;
  font-family: 'proxima_nova_reg', sans-serif;
}
.style-guide-font-secondary-book:after {
  content: "proxima_nova_reg - The quick brown fox jumps over the lazy dog ąćęłńóśźż ĄĆĘŁŃÓŚŹŻ çğıiöşü ÇĞIİÖŞÜ áéíóúý ÁÉÍÓÚÝ âêîôû ÂÊÎÔÛ ãñõ ÃÑÕ АаБбВвГгДдЕеЁёЖжЗзИиЙйКкЛлМмНнОоПпРрСсТтУуФфХхЦцЧчШшЩщЪъЫыЬьЭэЮюЯя";
}
.style-guide-font-secondary-book:before {
  content: "@ff-secondary-book";
}
.style-guide-font-secondary-book-italic {
  font-style: normal;
  font-weight: normal;
  font-family: 'proxima_nova_reg', sans-serif;
}
.style-guide-font-secondary-book-italic:after {
  content: "proxima_nova_reg - The quick brown fox jumps over the lazy dog ąćęłńóśźż ĄĆĘŁŃÓŚŹŻ çğıiöşü ÇĞIİÖŞÜ áéíóúý ÁÉÍÓÚÝ âêîôû ÂÊÎÔÛ ãñõ ÃÑÕ АаБбВвГгДдЕеЁёЖжЗзИиЙйКкЛлМмНнОоПпРрСсТтУуФфХхЦцЧчШшЩщЪъЫыЬьЭэЮюЯя";
}
.style-guide-font-secondary-book-italic:before {
  content: "@ff-secondary-book-italic";
}
.style-guide-font-secondary-light {
  font-style: normal;
  font-weight: normal;
  font-family: 'proxima_nova_reg', sans-serif;
}
.style-guide-font-secondary-light:after {
  content: "proxima_nova_reg - The quick brown fox jumps over the lazy dog ąćęłńóśźż ĄĆĘŁŃÓŚŹŻ çğıiöşü ÇĞIİÖŞÜ áéíóúý ÁÉÍÓÚÝ âêîôû ÂÊÎÔÛ ãñõ ÃÑÕ АаБбВвГгДдЕеЁёЖжЗзИиЙйКкЛлМмНнОоПпРрСсТтУуФфХхЦцЧчШшЩщЪъЫыЬьЭэЮюЯя";
}
.style-guide-font-secondary-light:before {
  content: "@ff-secondary-light";
}
.style-guide-font-secondary-light-italic {
  font-style: normal;
  font-weight: normal;
  font-family: 'proxima_nova_reg', sans-serif;
}
.style-guide-font-secondary-light-italic:after {
  content: "proxima_nova_reg - The quick brown fox jumps over the lazy dog ąćęłńóśźż ĄĆĘŁŃÓŚŹŻ çğıiöşü ÇĞIİÖŞÜ áéíóúý ÁÉÍÓÚÝ âêîôû ÂÊÎÔÛ ãñõ ÃÑÕ АаБбВвГгДдЕеЁёЖжЗзИиЙйКкЛлМмНнОоПпРрСсТтУуФфХхЦцЧчШшЩщЪъЫыЬьЭэЮюЯя";
}
.style-guide-font-secondary-light-italic:before {
  content: "@ff-secondary-light-italic";
}
.style-guide-font-global-nav {
  font-style: normal;
  font-weight: normal;
  font-family: '31FEF9_0_0', sans-serif;
}
.style-guide-font-global-nav:after {
  content: "Din Condensed Bold - The quick brown fox jumps over the lazy dog ąćęłńóśźż ĄĆĘŁŃÓŚŹŻ çğıiöşü ÇĞIİÖŞÜ áéíóúý ÁÉÍÓÚÝ âêîôû ÂÊÎÔÛ ãñõ ÃÑÕ АаБбВвГгДдЕеЁёЖжЗзИиЙйКкЛлМмНнОоПпРрСсТтУуФфХхЦцЧчШшЩщЪъЫыЬьЭэЮюЯя";
}
.style-guide-font-global-nav:before {
  content: "@ff-global-nav";
}
.style-guide-select-sample {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9Ijc1cHgiIGhlaWdodD0iNThweCIgdmlld0JveD0iMCAwIDc1IDU4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA3NSA1OCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHJlY3QgZmlsbD0ibm9uZSIgd2lkdGg9Ijc1IiBoZWlnaHQ9IjU4Ii8+PHBvbHlnb24gZmlsbD0iI0MxMDAxRiIgcG9pbnRzPSIzMi4xODgsMjQuNzUgNDQuMTg4LDI0Ljc1IDM4LjE4OCwzMy4yNSAiLz48L3N2Zz4=");
  background-position: 100% center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #242424;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  color: #aeaeae;
  cursor: pointer;
  font-style: normal;
  font-weight: normal;
  font-family: 'proxima_nova_reg', sans-serif;
  font-size: 14px;
  height: 50px;
  margin: 15px 0 25px 0;
  padding: 10px 68px 10px 20px;
  width: 340px;
}
.style-guide-select-sample:focus {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9Ijc1cHgiIGhlaWdodD0iNThweCIgdmlld0JveD0iMCAwIDc1IDU4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA3NSA1OCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cmVjdCBmaWxsPSIjMjQyNDI0IiB3aWR0aD0iNzUiIGhlaWdodD0iNTgiLz4NCjxwb2x5Z29uIGZpbGw9IiNDMTAwMUYiIHBvaW50cz0iNDQuMTg4LDMzLjI1IDMyLjE4OCwzMy4yNSAzOC4xODgsMjQuNzUgIi8+DQo8L3N2Zz4=");
  border-color: #242424;
  outline: none;
}
.style-guide-select-sample::-ms-expand {
  display: none;
}

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

/* WEB FONTS */
.ff-base {
  font-style: normal;
  font-weight: normal;
}
/* 
    Primary Fonts
    -------------
    The font families for the Primary font classes below are set in the language-specific clientlibs in the same
    directory as this common lib. See the fonts.less file in those clientlibs for more details.
     - `lang-ru` is specific to locales that require Cyrillic characters including de_DE, pl_PL, ru_RU, and tr_TR.
     - `main` is the default font for all other languages.
     The clientlib is chosen based on locale in /apps/fmmp-ferodo/components/page/basepage/headlibs.jsp
*/
.ff-primary-bold {
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
}
.ff-primary-bold-italic {
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
}
.ff-primary-book {
  font-style: normal;
  font-weight: normal;
  font-family: '31FEF6_1_0', sans-serif;
}
.ff-primary-book-italic {
  font-style: normal;
  font-weight: normal;
  font-family: '31FEF6_1_0', sans-serif;
}
.ff-primary-light {
  font-style: normal;
  font-weight: normal;
  font-family: '31FEF6_1_0', sans-serif;
}
.ff-primary-light-italic {
  font-style: normal;
  font-weight: normal;
  font-family: '31FEF6_1_0', sans-serif;
}
@font-face {
  font-family: 'proxima_nova_reg';
  src: url('../../fmmp-base/libs/main/resources/fonts/proxima_nova_reg-webfont.eot');
  src: url('../../fmmp-base/libs/main/resources/fonts/proxima_nova_reg-webfont.eot?#iefix') format('embedded-opentype'), url('../../fmmp-base/libs/main/resources/fonts/proxima_nova_reg-webfont.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
.ff-secondary-bold {
  font-style: normal;
  font-weight: normal;
  font-family: 'proxima_nova_reg', sans-serif;
}
@font-face {
  font-family: 'proxima_nova_reg';
  src: url('../../fmmp-base/libs/main/resources/fonts/proxima_nova_reg-webfont.eot');
  src: url('../../fmmp-base/libs/main/resources/fonts/proxima_nova_reg-webfont.eot?#iefix') format('embedded-opentype'), url('../../fmmp-base/libs/main/resources/fonts/proxima_nova_reg-webfont.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
.ff-secondary-bold-italic {
  font-style: normal;
  font-weight: normal;
  font-family: 'proxima_nova_reg', sans-serif;
}
@font-face {
  font-family: 'proxima_nova_reg';
  src: url('../../fmmp-base/libs/main/resources/fonts/proxima_nova_reg-webfont.eot');
  src: url('../../fmmp-base/libs/main/resources/fonts/proxima_nova_reg-webfont.eot?#iefix') format('embedded-opentype'), url('../../fmmp-base/libs/main/resources/fonts/proxima_nova_reg-webfont.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
.ff-secondary-book {
  font-style: normal;
  font-weight: normal;
  font-family: 'proxima_nova_reg', sans-serif;
}
@font-face {
  font-family: 'proxima_nova_reg';
  src: url('../../fmmp-base/libs/main/resources/fonts/proxima_nova_reg-webfont.eot');
  src: url('../../fmmp-base/libs/main/resources/fonts/proxima_nova_reg-webfont.eot?#iefix') format('embedded-opentype'), url('../../fmmp-base/libs/main/resources/fonts/proxima_nova_reg-webfont.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
.ff-secondary-book-italic {
  font-style: normal;
  font-weight: normal;
  font-family: 'proxima_nova_reg', sans-serif;
}
@font-face {
  font-family: 'proxima_nova_reg';
  src: url('../../fmmp-base/libs/main/resources/fonts/proxima_nova_reg-webfont.eot');
  src: url('../../fmmp-base/libs/main/resources/fonts/proxima_nova_reg-webfont.eot?#iefix') format('embedded-opentype'), url('../../fmmp-base/libs/main/resources/fonts/proxima_nova_reg-webfont.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
.ff-secondary-light {
  font-style: normal;
  font-weight: normal;
  font-family: 'proxima_nova_reg', sans-serif;
}
@font-face {
  font-family: 'proxima_nova_reg';
  src: url('../../fmmp-base/libs/main/resources/fonts/proxima_nova_reg-webfont.eot');
  src: url('../../fmmp-base/libs/main/resources/fonts/proxima_nova_reg-webfont.eot?#iefix') format('embedded-opentype'), url('../../fmmp-base/libs/main/resources/fonts/proxima_nova_reg-webfont.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
.ff-secondary-light-italic {
  font-style: normal;
  font-weight: normal;
  font-family: 'proxima_nova_reg', sans-serif;
}
@font-face {
  font-family: '31FEF9_0_0';
  src: url('../../fmmp-base/libs/main/resources/fonts/31FEF9_0_0-webfont.eot');
  src: url('../../fmmp-base/libs/main/resources/fonts/31FEF9_0_0-webfont.eot?#iefix') format('embedded-opentype'), url('../../fmmp-base/libs/main/resources/fonts/31FEF9_0_0-webfont.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
.ff-global-nav {
  font-style: normal;
  font-weight: normal;
  font-family: '31FEF9_0_0', sans-serif;
}
@font-face {
  font-family: 'fontawesome';
  src: url('../../fmmp-base/libs/main/resources/fonts/fontawesome-webfont.eot');
  src: url('../../fmmp-base/libs/main/resources/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../../fmmp-base/libs/main/resources/fonts/fontawesome-webfont.woff') format('woff'), url('../../fmmp-base/libs/main/resources/fonts/fontawesome-webfont.svg') format('svg');
  font-style: normal;
  font-weight: normal;
}

/* TEXT FORMATTING */
span[class^="special_char_"] {
  line-height: 0;
  position: relative;
  font-size: 41.5%;
  margin-right: 0.6em;
  vertical-align: super;
}
span[class^="special_char_"]:after {
  position: absolute;
  left: 0;
  top: -0.6em;
}
span.special_char_E28483,
span.special_char_E28489 {
  font-size: 100%;
  margin-right: 0;
  vertical-align: inherit;
}
span.special_char_E284A2 {
  vertical-align: baseline;
}
span.special_char_E284A2:after {
  content: "\2122";
}
a {
  color: #242424;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a:hover {
  color: #c1001f;
}
blockquote,
.blockquote {
  border-left: 4px solid #c1001f;
  color: #242424;
  display: block;
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 1em;
  padding-left: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h2-rep,
.h3-rep,
.h4-rep,
.h5-rep {
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  color: #242424;
  text-transform: uppercase;
}
h1 {
  font-size: 62px;
  line-height: 60px;
  letter-spacing: 2px;
}
h2,
.h2-rep {
  font-size: 52px;
  line-height: 55px;
  letter-spacing: 2px;
}
h3,
.h3-rep {
  font-size: 42px;
  line-height: 40px;
  letter-spacing: 2px;
}
h4,
.h4-rep {
  font-size: 26px;
  line-height: 28px;
  letter-spacing: 2px;
}
h5,
.h5-rep {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 2px;
}
h6 {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 5px;
}
p {
  font-style: normal;
  font-weight: normal;
  font-family: 'proxima_nova_reg', sans-serif;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 1.5em;
}
[class^="fa-"],
[class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  color: #000000;
  font-family: 'fontawesome' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
small,
.disclaimer-text {
  font-size: 15px;
  line-height: 18px;
}
sub,
sup {
  font-size: 0.75em;
}
sup {
  top: -0.7em;
  position: relative;
}
h1 sub,
h2 sub,
h3 sub,
h1 sup,
h2 sup,
h3 sup {
  font-size: 0.512em;
}
h1 sup,
h2 sup,
h3 sup {
  bottom: 0;
}
h4 sup,
h5 sup,
h6 sup,
p sup {
  top: -0.45em;
  position: relative;
}
p .special_char_REGISTERED,
p .special_char_TM {
  font-size: 1em;
  top: -0.2em;
}
.page-content p,
.page-content li {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (max-width: 1024px) {
  h1 {
    font-size: 42px;
    line-height: 40px;
    letter-spacing: 2px;
  }
  h2,
  .h2-rep {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 2px;
  }
  h3,
  .h3-rep {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2px;
  }
  h4,
  .h4-rep {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2px;
  }
  h5,
  .h5-rep {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 2px;
  }
  h6 {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 5px;
  }
  p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 30px;
    letter-spacing: 1px;
  }
  h2,
  .h2-rep {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 2px;
  }
  h3,
  .h3-rep {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2px;
  }
  h4,
  .h4-rep {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2px;
  }
  h5,
  .h5-rep {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2px;
  }
  p {
    font-size: 16px;
    line-height: 26px;
  }
  blockquote,
  .blockquote {
    font-size: 22px;
    line-height: 28px;
  }
}

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

/* FORMS */
input,
textarea {
  border: solid 2px #242424;
  color: #6f6f6f;
  font-style: normal;
  font-weight: normal;
  font-family: 'proxima_nova_reg', sans-serif;
  font-size: 14px;
  height: 50px;
  margin: 15px 0 25px 0;
  padding-left: 15px;
  width: 340px;
}
input:focus,
textarea:focus {
  color: #242424;
  outline: none;
}
label {
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #242424;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9Ijc1cHgiIGhlaWdodD0iNThweCIgdmlld0JveD0iMCAwIDc1IDU4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA3NSA1OCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHJlY3QgZmlsbD0ibm9uZSIgd2lkdGg9Ijc1IiBoZWlnaHQ9IjU4Ii8+PHBvbHlnb24gZmlsbD0iI0MxMDAxRiIgcG9pbnRzPSIzMi4xODgsMjQuNzUgNDQuMTg4LDI0Ljc1IDM4LjE4OCwzMy4yNSAiLz48L3N2Zz4=");
  background-position: 100% center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #242424;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  color: #aeaeae;
  cursor: pointer;
  font-style: normal;
  font-weight: normal;
  font-family: 'proxima_nova_reg', sans-serif;
  font-size: 14px;
  height: 50px;
  margin: 15px 0 25px 0;
  padding: 10px 68px 10px 20px;
  width: 340px;
}
select:focus {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9Ijc1cHgiIGhlaWdodD0iNThweCIgdmlld0JveD0iMCAwIDc1IDU4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA3NSA1OCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cmVjdCBmaWxsPSIjMjQyNDI0IiB3aWR0aD0iNzUiIGhlaWdodD0iNTgiLz4NCjxwb2x5Z29uIGZpbGw9IiNDMTAwMUYiIHBvaW50cz0iNDQuMTg4LDMzLjI1IDMyLjE4OCwzMy4yNSAzOC4xODgsMjQuNzUgIi8+DQo8L3N2Zz4=");
  border-color: #242424;
  outline: none;
}
select::-ms-expand {
  display: none;
}
select option {
  color: #242424;
}
textarea {
  height: auto;
  padding: 15px;
}
.default-form:hover {
  border: solid 2px #242424;
  cursor: pointer;
  -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;
}
.error-form-layout {
  border: solid 2px #c1001f;
}
.error-form-text {
  color: #c1001f;
}
input.mce_inline_error,
select.mce_inline_error {
  border: solid 2px #c1001f;
}
span.mce_inline_error {
  color: #c1001f;
}
.error-form {
  border: solid 2px #c1001f;
  color: #c1001f;
}
.disabled-form {
  background-color: #eeeeee;
  border-color: #eeeeee;
  color: #6f6f6f;
}
.ui-widget-content {
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
}
.ui-widget-content a {
  color: #242424;
}
.ui-widget-content a:hover {
  color: #c1001f;
}
.ui-widget-content .ui-state-focus {
  color: #242424;
}
.selligent-response #isolatedContent .error {
  color: #c1001f;
  margin-top: 8px;
}
.selligent-response #isolatedContent .form__element:before {
  content: "";
}
.selligent-response #isolatedContent .form__element input,
.selligent-response #isolatedContent .form__element select,
.selligent-response #isolatedContent .form__element textarea {
  border: solid 2px #242424;
  color: #6f6f6f;
  font-style: normal;
  font-weight: normal;
  font-family: 'proxima_nova_reg', sans-serif;
  font-size: 14px;
  height: 50px;
  margin: 15px 0 25px 0;
  padding-left: 15px;
  width: 100%;
}
.selligent-response #isolatedContent .form__element textarea {
  height: 300px;
}
.selligent-response #isolatedContent .form__element p.error {
  color: #c1001f;
  margin: 0 0 1em 0;
}
.selligent-response #isolatedContent .main-form ul {
  margin: 0;
  padding: 0;
}
.selligent-response #isolatedContent .mandatory {
  color: #c1001f;
  font-weight: bold;
  margin-left: 2px;
}
.selligent-response #isolatedContent .select__label {
  background: none;
}
.selligent-response #isolatedContent .submit {
  background-color: #c1001f;
  border: 0px;
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  font-size: 10px;
  letter-spacing: 4px;
  line-height: 14px;
  display: inline-block;
  padding: 20px 40px;
  position: relative;
  text-transform: uppercase;
  -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;
}
.selligent-response #isolatedContent .submit a {
  color: #ffffff;
}
.selligent-response #isolatedContent .submit:hover {
  background-color: #242424;
  color: #ffffff;
}
@media all and (max-width: 1024px) {
  .selligent-response #isolatedContent .container,
  .selligent-response #isolatedContent .main-form,
  .selligent-response #isolatedContent .submit {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  input,
  select {
    font-size: 16px;
  }
}

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

/* RTE and ARTICLE DEFAULT STYLES */
.article .text a,
[data-locale*='_'] .rte a {
  font-weight: bold;
}
.article .text blockquote,
[data-locale*='_'] .rte blockquote,
.article .text .blockquote,
[data-locale*='_'] .rte .blockquote {
  max-width: 750px;
}
.article .text ol,
[data-locale*='_'] .rte ol,
.article .text ul,
[data-locale*='_'] .rte ul {
  max-width: 100%;
}
.article .text p,
[data-locale*='_'] .rte p {
  max-width: 700px;
}
.article .text td :last-child,
[data-locale*='_'] .rte td :last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.article {
  margin: 0 auto !important;
  max-width: 840px;
}

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

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

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

.page-site-nav-container a {
  color: #242424;
}
.page-site-nav-container a:hover {
  color: #242424;
}
.page-site-nav-container .page-container {
  background: #ffffff;
  border-top: 1px solid #aeaeae;
  border-bottom: 1px solid #aeaeae;
  color: #242424;
  font-style: normal;
  font-weight: normal;
  font-family: 'proxima_nova_reg', sans-serif;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li {
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  font-size: 10px;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.image li {
  background-color: #6f6f6f;
  -webkit-box-shadow: inset 0px 5px 125px 0px #eeeeee;
  box-shadow: inset 0px 5px 125px 0px #eeeeee;
  height: 230px;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.image li a > div.link-label-table-cell > div.link-label {
  color: #eeeeee;
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  font-size: 30px;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-above-image {
  background-color: #eeeeee;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-above-image li a {
  color: #242424;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-above-image li a:hover {
  color: #6f6f6f;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-above-image li a .link-label {
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  font-size: 30px;
  line-height: 1;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-1-level {
  background-color: #eeeeee;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-1-level li {
  border-right: 1px solid #aeaeae;
  margin: 53px 0 53px 0;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-1-level li a {
  color: #242424;
  font-size: 25px;
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-1-level li a:hover {
  color: #242424;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-1-level-vertical {
  background-color: #eeeeee;
  line-height: 1.2;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-1-level-vertical li a {
  color: #242424;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-1-level-vertical li a:hover {
  background: #c1001f;
  color: #ffffff;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-2-level {
  background-color: #eeeeee;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-2-level > li {
  border-right: 1px solid #aeaeae;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-2-level > li > a {
  color: #242424;
  font-size: 25px;
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-2-level > li > a:hover {
  color: #6f6f6f;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-2-level > li > ul > li > a {
  color: #242424;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  font-family: 'proxima_nova_reg', sans-serif;
  line-height: 21px;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-list > li ul.text-2-level > li > ul > li > a:hover {
  color: #6f6f6f;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-bars {
  border-right: 1px solid #eeeeee;
  color: #242424;
  padding: 2px 17px 0;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-bars .icon-hamburger-menu {
  color: #aeaeae;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-menu-list.small-list > li > a {
  font-size: 150%;
}
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-menu-list li:hover a,
.page-site-nav-container .page-container .page-site-nav-item-menu-container .page-site-nav-menu-list li a.active {
  color: #c1001f;
}
.page-site-nav-container .page-container .page-site-nav-parts {
  color: #ffffff;
  font-size: 18px;
}
.page-site-nav-container .page-container .page-site-nav-parts a {
  background-color: #c1001f;
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  font-size: 10px;
}
.page-site-nav-container .page-container .page-site-nav-parts a:hover {
  background-color: #c1001f;
}
@media all and (max-width: 767px) {
  .page-site-nav-container {
    font-size: 13px;
  }
  .page-site-nav-container .page-container .page-site-nav-logo {
    max-width: 82%;
  }
  .page-site-nav-container .page-container .page-site-nav-logo img {
    max-height: 21px;
  }
  .page-site-nav-container .page-container .page-site-nav-parts a {
    font-size: 10px;
    line-height: 1;
    padding: 17px;
  }
}

/* Cookie Disclaimer */
.cookie-disclaimer-container {
  background-color: #eeeeee;
}
.footer.section {
  color: inherit;
  background: none;
  padding: inherit;
}
/* FOOTER NAV */
.page-footer-container {
  background-color: #242424;
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  font-size: 16px;
  overflow: auto;
  text-transform: uppercase;
}
.page-footer-container a,
.page-footer-container a:visited {
  color: #ffffff;
}
.page-footer-container a:hover {
  color: #aeaeae;
}
.page-footer-container .sitemap ul {
  margin-left: 0;
  font-size: 16px;
}
.page-footer-container .page-footer-menu-list .footer-links-par {
  letter-spacing: 0.025em;
}
.page-footer-container .page-footer-menu-list .sitemap_collapsible_link {
  color: #ffffff;
  letter-spacing: 0.025em;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.page-footer-container .page-footer-menu-list .sitemap_collapsible_link.sitemap_visible,
.page-footer-container .page-footer-menu-list .sitemap_collapsible_link:hover {
  color: #aeaeae;
}
.page-footer-container .page-footer-banner {
  width: 100%;
  margin: 20px 0;
}
.page-footer-container .page-footer-banner img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 130px;
  padding-bottom: 25px;
}
.page-footer-container .page-footer-bottom-bar-container {
  text-transform: none;
  padding: 11px 40px;
  border-top: 1px solid #696969;
}
.page-footer-container .page-footer-bottom-bar-container p {
  color: #ffffff;
  font-size: 11px;
  line-height: 16px;
  display: inline-block;
  max-width: 70%;
  margin: 0;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-footer-container .page-footer-bottom-bar-container p:last-child {
  margin-bottom: 0;
}
.page-footer-container .page-footer-bottom-bar-fmmp-icon {
  float: right;
  margin-top: 7px;
}
@media all and (min-width: 1025px) {
  .page-footer-container .sitemap-collapsible-background {
    background-color: #6f6f6f;
  }
  .page-footer-container .sitemap-collapsible-background a.child-item {
    color: #ffffff;
    font-style: normal;
    font-weight: normal;
    font-family: '399489_0_0', sans-serif;
    font-size: 115%;
    letter-spacing: 0.1em;
    line-height: 1.2em;
  }
  .page-footer-container .sitemap-collapsible-background a.grandchild-item {
    color: #ffffff;
    font-style: normal;
    font-weight: normal;
    font-family: 'proxima_nova_reg', sans-serif;
    font-size: 90%;
    line-height: 0.8em;
    text-transform: none;
  }
  .page-footer-container .sitemap-collapsible-background a.sitemap_close_link {
    color: #ffffff;
  }
  .page-footer-container .sitemap-collapsible-background a.sitemap_close_link .fa {
    font-size: 150%;
  }
}
@media all and (max-width: 1024px) {
  .page-footer-container .page-footer-banner img {
    padding-bottom: 0;
  }
  .page-footer-container .page-footer-bottom-bar-container {
    border-top: 0;
    padding: 35px 30px 28px 30px;
  }
  .page-footer-container .page-footer-bottom-bar-container p {
    max-width: 100%;
  }
  .page-footer-container .page-footer-bottom-bar-fmmp-icon {
    float: none;
    margin: 0 0 20px 0;
  }
  .page-footer-container .sitemap-collapsible-background .footer-sitemap > ul > li {
    border-bottom: 1px solid #aeaeae;
  }
  .page-footer-container .sitemap-collapsible-background .parent ul {
    overflow: hidden;
    position: relative;
  }
  .page-footer-container .sitemap-collapsible-background a.child-item {
    color: #ffffff;
    font-style: normal;
    font-weight: normal;
    font-family: '399489_0_0', sans-serif;
    font-size: 16px;
    line-height: 1;
  }
  .page-footer-container .sitemap-collapsible-background a.grandchild-item {
    color: #ffffff;
    font-style: normal;
    font-weight: normal;
    font-family: 'proxima_nova_reg', sans-serif;
    font-size: 14px;
    line-height: 1;
    text-transform: none;
  }
}

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

.right-rail-right-content {
  background: #ffffff;
  color: #6f6f6f;
  padding: 44px 55px;
}
.right-rail-right-content .marginalia-ledes + .aem-GridColumn {
  margin-top: 14px;
}
.right-rail-right-content h1,
.right-rail-right-content h2,
.right-rail-right-content h3,
.right-rail-right-content h4,
.right-rail-right-content h5,
.right-rail-right-content h6 {
  color: #eee;
}
.right-rail-right-content h1 [class*="icon-"],
.right-rail-right-content h2 [class*="icon-"],
.right-rail-right-content h3 [class*="icon-"],
.right-rail-right-content h4 [class*="icon-"],
.right-rail-right-content h5 [class*="icon-"],
.right-rail-right-content h6 [class*="icon-"] {
  font-size: 30px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.right-rail-right-content h1 {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 2px;
}
.right-rail-right-content h2 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 2px;
}
.right-rail-right-content h3 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2px;
}
.right-rail-right-content h4 {
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 5px;
}
.right-rail-right-content h5 {
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 5px;
}
.right-rail-right-content blockquote,
.right-rail-right-content p,
.right-rail-right-content ul,
.right-rail-right-content ol {
  font-size: 14px;
  line-height: 26px;
  color: #eee;
}
.right-rail-right-content ul li:before {
  color: #eeeeee;
}
.right-rail-right-content .image img {
  max-width: 100%;
  display: block;
  margin-bottom: 14px;
}
.right-rail-right-content .text h1,
.right-rail-right-content .text h2,
.right-rail-right-content .text h3,
.right-rail-right-content .text h4,
.right-rail-right-content .text h5,
.right-rail-right-content .text h6,
.right-rail-right-content .text p,
.right-rail-right-content .text ul,
.right-rail-right-content .text ol {
  margin-bottom: 14px;
}
.right-rail-right-content .marginalia-ledes .has-bg a {
  color: #242424;
}
@media (max-width: 1024px) {
  .right-rail-right-content {
    padding: 40px 30px;
  }
}

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

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

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

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

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

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

.diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-image .part-title {
  color: #242424;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  text-transform: uppercase;
}
.diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-image .part-title.part-title-left:after,
.diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-image .part-title.part-title-right:before {
  color: #242424;
  font-size: 24px;
  vertical-align: middle;
}
.diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-image .part-title.part-title-right:before {
  margin-right: 6px;
}
.diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-image .part-title.part-title-left:after {
  margin-left: 6px;
}
.diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .show-spinner .three-quarters-loader:not(:required) {
  border-color: #242424;
  border-right-color: transparent;
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-image .part-title {
    font-size: 13px;
  }
}
@media all and (max-width: 767px) {
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-mobile-container .symptom-mobile .part {
    background-color: #242424;
    border-top: 1px solid #00112b;
    min-height: 80px;
  }
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-mobile-container .symptom-mobile .part .part-image {
    -moz-align-self: stretch;
    -ms-align-self: stretch;
    -webkit-align-self: stretch;
    align-self: stretch;
    background-color: #ffffff;
    -moz-flex: 10 0 110px;
    -ms-flex: 10 0 110px;
    -webkit-flex: 10 0 110px;
    flex: 10 0 110px;
    height: 80px;
    max-width: 110px;
  }
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-mobile-container .symptom-mobile .part .part-title {
    -moz-flex: 18 1 auto;
    -ms-flex: 18 1 auto;
    -webkit-flex: 18 1 auto;
    flex: 18 1 auto;
    font-style: normal;
    font-weight: normal;
    font-family: 'proxima_nova_reg', sans-serif;
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    padding: 0 10px 0 28px;
  }
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-mobile-container .symptom-mobile.selected {
    display: block !important;
  }
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-mobile-container .symptom-mobile.selected .header-simple {
    background: #242424;
  }
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-mobile-container .symptom-mobile.selected .header-simple h2 {
    color: #ffffff;
  }
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-mobile-container .symptom-back-link {
    background-color: #eeeeee;
    color: #242424;
  }
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container .symptom-main-container .symptom-mobile-container .symptom-back-link:hover {
    color: #242424;
  }
}
.diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container:before {
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  background-color: #242424;
  background-image: -webkit-gradient(linear, left top, left top, color-stop(0%, #242424), color-stop(100px #242424), color-stop(100px #242424), color-stop(100% #242424));
  background-image: -webkit-linear-gradient(left, #242424 0%, #242424 100px, #242424 100px, #242424 100%);
  background-image: -moz-linear-gradient(left, #242424 0%, #242424 100px, #242424 100px, #242424 100%);
  background-image: -ms-linear-gradient(left, #242424 0%, #242424 100px, #242424 100px, #242424 100%);
  background-image: -o-linear-gradient(left, #242424 0%, #242424 100px, #242424 100px, #242424 100%);
  background-image: linear-gradient(left, #242424 0%, #242424 100px, #242424 100px, #242424 100%);
  position: absolute;
  width: 280px;
}
@media all and (max-width: 1024px) {
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container:before {
    height: 100%;
    background-color: #242424;
    background-image: -webkit-gradient(linear, left top, left top, color-stop(0%, #242424), color-stop(60px #242424), color-stop(61px #242424), color-stop(100% #242424));
    background-image: -webkit-linear-gradient(left, #242424 0%, #242424 60px, #242424 61px, #242424 100%);
    background-image: -moz-linear-gradient(left, #242424 0%, #242424 60px, #242424 61px, #242424 100%);
    background-image: -ms-linear-gradient(left, #242424 0%, #242424 60px, #242424 61px, #242424 100%);
    background-image: -o-linear-gradient(left, #242424 0%, #242424 60px, #242424 61px, #242424 100%);
    background-image: linear-gradient(left, #242424 0%, #242424 60px, #242424 61px, #242424 100%);
    width: 220px;
  }
}
@media all and (max-width: 767px) {
  .diagnostic-center .diagnostic-center-container .diagnostic-center-symptom-container:before {
    display: none;
  }
}

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

@media all and (min-width: 1025px) {
  .driv-part-finder-main .driv-part-finder-main-container > div:first-child {
    border-color: #eeeeee;
  }
}

.driv-parts-list-container .driv-parts-list-quantity,
.driv-parts-list-container .driv-parts-list-item-container,
.driv-parts-list-container .driv-tabs__header {
  border-bottom: 1px solid #aeaeae;
}
.driv-parts-list-container .driv-parts-list-quantity {
  text-transform: uppercase;
  padding-bottom: 10px;
}
.driv-parts-list-container .driv-parts-list-item-subheading {
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  font-size: 13px;
}
.driv-parts-list-container .driv-parts-list-item-subheading a {
  color: #c1001f;
}
.driv-parts-list-container .driv-parts-list-item-subheading a:hover {
  color: #aeaeae;
}
.driv-parts-list-container .driv-parts-list-item-title {
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  color: #c1001f;
}
.driv-parts-list-container .driv-parts-list-item-title a {
  font-size: 18px;
  text-transform: capitalize;
}
.driv-parts-list-container .driv-tabs__header {
  margin: 15px 0;
}
.driv-parts-list-container .driv-tabs__header li {
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  font-size: 13px;
  color: #6f6f6f;
  background-color: #eeeeee;
  margin-bottom: -1px;
  text-transform: uppercase;
  border: none;
  border-bottom: 1px solid #aeaeae;
}
.driv-parts-list-container .driv-tabs__header li.tab__selected {
  border: 1px solid #aeaeae;
  border-bottom: none;
  color: #242424;
  background-color: #ffffff;
}
.driv-parts-list-container .driv-tabs__header li:not(.tab__selected):hover {
  color: #242424;
}
.driv-parts-list-container .details-item,
.driv-parts-list-container .details-item-info,
.driv-parts-list-container .detail-description {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  font-family: 'proxima_nova_reg', sans-serif;
}
.driv-parts-list-container .details-item .check-icon,
.driv-parts-list-container .details-item-info .check-icon,
.driv-parts-list-container .detail-description .check-icon {
  color: #55b842;
}
.driv-parts-list-container .details-item .warning-icon,
.driv-parts-list-container .details-item-info .warning-icon,
.driv-parts-list-container .detail-description .warning-icon {
  color: #c1001f;
}
.driv-parts-list-container .details-remark {
  font-size: 11px;
  margin-top: -5px;
}
.driv-parts-list-container .details-item-info,
.driv-parts-list-container .detail-description {
  line-height: 20px;
}
.driv-parts-list-container .details-item-info {
  background-color: #eeeeee;
}
.driv-parts-list-container .driv-parts-list-item-action-button {
  color: #c1001f;
  text-transform: capitalize;
  background: none;
  font-size: 14px;
  padding: 10px;
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  letter-spacing: 3px;
}
.driv-parts-list-container .driv-parts-list-item-action-button:after {
  display: none;
}

.driv-ymm-search {
  padding: 0 15px;
}
.driv-ymm-search .ymm-search-default-heading {
  font-size: 24px;
  line-height: 28px;
}
.driv-ymm-search .ymm-search-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.driv-ymm-search .ymm-search-field {
  width: 100%;
  max-width: 100%;
  background-color: #eeeeee;
  color: #242424;
}
.driv-ymm-search .ymm-search-field .selected-tag {
  height: 100%;
  font-weight: normal;
}
.driv-ymm-search .ymm-search-field .dropdown-toggle {
  border: 1px solid #242424;
  height: 50px;
}
.driv-ymm-search .ymm-search-field .vs__actions {
  width: 56px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #c1001f;
  color: #ffffff;
}
.driv-ymm-search .ymm-search-field .vs__actions .open-indicator:before {
  left: 50%;
}
.driv-ymm-search .ymm-search-field ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #242424;
  opacity: 1;
  /* Firefox */
}
.driv-ymm-search .ymm-search-field :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #242424;
}
.driv-ymm-search .ymm-search-field ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #242424;
}
.driv-ymm-search .ymm-search-field:hover .v-select:not(.disabled) {
  color: #ffffff;
}
.driv-ymm-search .ymm-search-field:hover .v-select:not(.disabled) .vs__actions {
  background-color: #242424;
}
.driv-ymm-search .ymm-search-field:hover .v-select:not(.disabled) input:not(:focus)::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #242424;
  opacity: 1;
  /* Firefox */
}
.driv-ymm-search .ymm-search-field:hover .v-select:not(.disabled) input:not(:focus):-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #242424;
}
.driv-ymm-search .ymm-search-field:hover .v-select:not(.disabled) input:not(:focus)::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #242424;
}
.driv-ymm-search .ymm-search-field .disabled {
  opacity: 0.5;
}
.driv-ymm-search .ymm-search-field .disabled .vs__actions {
  background-color: #6f6f6f;
}
.driv-ymm-search .ymm-search-field .disabled .open-indicator {
  background: transparent;
}
.driv-ymm-search .ymm-search-field .dropdown-menu {
  border: 1px solid #242424;
}
.driv-ymm-search .ymm-search-field .dropdown-menu > .highlight > a {
  background-color: #eeeeee;
  color: #c1001f;
}
.driv-ymm-search .ymm-search-button {
  padding-left: 20px;
  padding-right: 20px;
}
.driv-ymm-search .ymm-search-button:after {
  font-family: "icomoon";
  content: "\e90b";
  border: none;
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  transform: rotate(1deg);
  font-size: 5px;
  margin-left: 10px;
}
.driv-ymm-search .ymm-search-button[disabled],
.driv-ymm-search .ymm-search-button[disabled]:hover {
  background: #6f6f6f;
  color: #ffffff;
}
@media all and (min-width: 1025px) {
  .driv-ymm-search .ymm-search-container {
    width: 90%;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .driv-ymm-search .ymm-search-field {
    width: 350px;
    max-width: 350px;
  }
}

.driv-section {
  border: 1px solid #242424;
}
.driv-section__title {
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  font-size: 14px;
}
.driv-section__title:after {
  background-color: #c1001f;
  color: #ffffff;
}
.driv-section__title:hover {
  color: #c1001f;
}
.driv-section__title:hover:after {
  background-color: #242424;
}
.driv-section.show-content .driv-section__title {
  border-bottom: 1px solid #aeaeae;
}

.driv-refine-search {
  background-color: #242424;
}
.driv-refine-search__content {
  color: #ffffff;
}
.driv-refine-search__button {
  font-family: "399489_0_0";
  border-color: #c1001f;
  color: #ffffff;
  background-color: #c1001f;
}
.driv-refine-search__button:hover {
  color: #ffffff;
  background-color: #aeaeae;
  border-color: #aeaeae;
}

.parts-result-filters_wrapper .panel-head__title {
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
}

.driv-dropdown-button .driv-dropdown-button-options {
  background-color: #eeeeee;
  border-color: transparent;
}
.driv-dropdown-button .driv-dropdown-button-option {
  border-bottom: 1px solid #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  text-transform: capitalize;
  display: inline-block;
  line-height: 20px;
  cursor: pointer;
  padding: 8px 0 8px 12px;
  width: 100%;
}
.driv-dropdown-button .driv-dropdown-button-option a {
  color: #242424;
}
.driv-dropdown-button .driv-dropdown-button-option:hover a {
  color: #c1001f;
}

.expert-advice .expert-advice-container {
  padding: 40px 0;
}
.expert-advice .expert-advice-container h2 {
  font-size: 30px;
  margin-bottom: 0.4em;
}
.expert-advice .expert-advice-container p {
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  padding: 0 0 1em;
}
.expert-advice .expert-advice-container p:last-of-type {
  padding-bottom: 0;
}
.expert-advice .expert-advice-container .person-headline .person-headline-avatar {
  margin-top: 30px;
}
.expert-advice .has-bg .expert-advice-container .person-headline .person-headline-contents .name,
.expert-advice .has-bg .expert-advice-container .person-headline .person-headline-contents .meta-info {
  color: #ffffff;
}
@media all and (min-width: 768px) {
  .expert-advice .expert-advice-container {
    padding: 80px 0 45px;
  }
  .expert-advice .expert-advice-container h2 {
    font-size: 50px;
  }
  .expert-advice .expert-advice-container p {
    font-size: 30px;
    line-height: 40px;
  }
  .expert-advice .expert-advice-container .person-headline .person-headline-avatar {
    margin-bottom: 30px;
  }
  .expert-advice .expert-advice-container .person-headline .person-headline-contents .name {
    margin-top: 30px;
  }
}
@media all and (min-width: 1025px) {
  .expert-advice .expert-advice-container {
    padding: 75px 0 50px 0;
  }
  .expert-advice .expert-advice-container p {
    font-size: 35px;
    line-height: 53px;
  }
}

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

.fixed-carousel-three h1,
.fixed-carousel-three h2,
.fixed-carousel-three h3 {
  line-height: 1;
  padding-bottom: 15px;
}
.fixed-carousel-three p {
  line-height: 23px;
}
.fixed-carousel-three .carousel-thumbnail {
  border: 1px solid #242424;
}
.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: #242424;
  opacity: 0.7;
}
.fixed-carousel-three .carousel-thumbnail:before {
  color: #242424;
  text-shadow: -1px 1px 1px #242424;
}
.fixed-carousel-three .carousel-thumbnail.active .has-bg .bg:before {
  background: #242424;
}
.fixed-carousel-three .carousel-thumbnail.active .has-bg .bg:hover:before {
  background: #242424;
}
.fixed-carousel-three .carousel-thumbnail h2 {
  font-style: normal;
  font-weight: normal;
  font-family: 'proxima_nova_reg', sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.4px;
}
.fixed-carousel-three .slick-dots {
  list-style-type: none;
  z-index: 1;
}
.fixed-carousel-three .slick-dots li {
  border-radius: 50%;
  height: 11px;
  list-style-type: none;
  margin: 0 11px 0 0;
  padding: 0;
  width: 11px;
}
.fixed-carousel-three .slick-dots li:before {
  content: "";
}
.fixed-carousel-three .slick-dots li button {
  display: none;
}
.fixed-carousel-three .slick-dots li {
  background-color: rgba(255, 227, 0, 0.5);
  border: #242424 solid 1px;
}
.fixed-carousel-three .slick-dots li.slick-active {
  background-color: #ffe300;
}
@media all and (max-width: 767px) {
  .fixed-carousel-three .carousel-slide-list .carousel-slide-container {
    background: #6f6f6f !important;
    -webkit-box-shadow: inset 0px 5px 125px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 5px 125px 0px rgba(0, 0, 0, 0.5);
  }
}

.fmmp-title .has-bg {
  color: #ffffff;
}
.fmmp-title .has-bg a {
  color: #242424;
}
.fmmp-title .has-bg h1,
.fmmp-title .has-bg h2,
.fmmp-title .has-bg h3,
.fmmp-title .has-bg h4,
.fmmp-title .has-bg h5,
.fmmp-title .has-bg h6,
.fmmp-title .has-bg ul {
  padding: 0;
}
.fmmp-title .has-bg.background-color {
  background-color: #eeeeee;
}
.fmmp-title .has-bg.background-color a {
  color: #242424;
}
.fmmp-title .has-bg.background-color h1,
.fmmp-title .has-bg.background-color h2,
.fmmp-title .has-bg.background-color h3,
.fmmp-title .has-bg.background-color h4,
.fmmp-title .has-bg.background-color h5,
.fmmp-title .has-bg.background-color h6,
.fmmp-title .has-bg.background-color ul {
  color: #242424;
  text-shadow: none;
}
.fmmp-title .has-bg.background-color h1 a,
.fmmp-title .has-bg.background-color h2 a,
.fmmp-title .has-bg.background-color h3 a,
.fmmp-title .has-bg.background-color h4 a,
.fmmp-title .has-bg.background-color h5 a,
.fmmp-title .has-bg.background-color h6 a,
.fmmp-title .has-bg.background-color ul a {
  color: #242424;
}
.fmmp-title .title-container .link-to-parent {
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  padding: 0;
  position: absolute;
}

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

.header-foreground .header-foreground-container a {
  font-weight: bold;
}
.header-foreground .header-foreground-container h1,
.header-foreground .header-foreground-container h2,
.header-foreground .header-foreground-container h3,
.header-foreground .header-foreground-container h4,
.header-foreground .header-foreground-container h5,
.header-foreground .header-foreground-container h6 {
  padding-bottom: 15px;
}
.header-foreground .header-foreground-container .cta-link,
.header-foreground .header-foreground-container .download-link {
  color: #c1001f;
  font-style: normal;
  font-weight: normal;
  font-family: 'proxima_nova_reg', sans-serif;
  font-size: 18px;
  text-transform: none;
}
.header-foreground .header-content-container {
  width: 40%;
}
.header-foreground .header-content-container ol,
.header-foreground .header-content-container ul {
  padding-left: none;
}
.header-foreground .header-content-container ol li,
.header-foreground .header-content-container ul li {
  list-style-type: none;
}
.header-foreground .header-content-container ol li:before,
.header-foreground .header-content-container ul li:before {
  content: "";
}
@media (max-width: 767px) {
  .header-foreground .has-bg .header-foreground-container {
    background-color: #242424;
    -webkit-box-shadow: inset 0px 5px 50px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 5px 50px 0px rgba(0, 0, 0, 0.5);
  }
  .header-foreground .header-content-container {
    margin: 0 5%;
    min-height: 90px;
    width: 90%;
  }
  .header-foreground .header-foreground-image {
    display: none;
  }
}

.header-hero .header-hero-container .header-hero-content {
  /*header-hero-person*/
}
.header-hero .header-hero-container .header-hero-content h5 {
  color: #c1001f;
}
.header-hero .header-hero-container .header-hero-content .header-hero-download {
  margin-top: 30px;
}
.header-hero .header-hero-container .header-hero-content .header-hero-download .header-hero-download-select {
  border: none;
  height: 54px;
  margin-right: 12px;
}
.header-hero .header-hero-container .header-hero-content .person-avatar img {
  border: solid 5px #ffffff;
  background-color: #ffffff;
}
.header-hero .header-hero-container .header-hero-content .person-contents h4 {
  font-size: 50px;
}
.header-hero .header-hero-container .header-hero-content .person-contents .meta-info {
  font-size: 16px;
}
.header-hero .header-hero-container .header-hero-content .header-hero-person-text p {
  font-size: 16px;
  line-height: 2.4em;
}
.header-hero .header-hero-container .header-hero-content .header-hero-person-text p b {
  font-size: 20px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  letter-spacing: 2px;
}
@media all and (max-width: 1024px) {
  .header-hero .header-hero-background {
    padding: 60px 10%;
  }
  .header-hero .header-hero-background .header-hero-content .person-contents h4 {
    margin-bottom: 20px;
  }
  .header-hero .header-hero-background .header-hero-content .header-hero-person-text p {
    line-height: 2.3em;
  }
}
@media all and (max-width: 767px) {
  .header-hero .header-hero-background {
    height: auto;
    padding: 30px;
  }
  .header-hero .header-hero-background .header-hero-content .person-contents h4 {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .header-hero .header-hero-background .header-hero-content .header-hero-person-text p {
    font-size: 15px;
    line-height: 1.9em;
  }
  .header-hero .header-hero-background .header-hero-content .header-hero-person-text p b {
    font-size: 15px;
  }
}

.header-lede .header-lede-content .header-lede-subheading {
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  color: #242424;
  text-transform: uppercase;
}
.header-lede .header-lede-content .header-lede-subheading {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 2px;
}
@media all and (max-width: 1024px) {
  .header-lede .header-lede-content .header-lede-subheading {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 2px;
  }
}
@media all and (max-width: 767px) {
  .header-lede .header-lede-content .header-lede-subheading {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2px;
  }
}
.header-lede .header-lede-content .button-arrow {
  background-color: #c1001f;
  border: 0px;
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  font-size: 10px;
  letter-spacing: 4px;
  line-height: 14px;
  display: inline-block;
  padding: 20px 40px;
  position: relative;
  text-transform: uppercase;
  -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;
}
.header-lede .header-lede-container {
  min-height: 600px;
  padding-bottom: 60px;
}
.header-lede .header-lede-content {
  text-align: center;
  width: 100%;
}
.header-lede .header-lede-content .header-lede-person {
  background-color: #ffffff;
  border: solid 5px #ffffff;
  margin: 0 auto 22px;
  max-height: 150px;
}
.header-lede .header-lede-content .header-lede-subheading {
  color: #c1001f;
  font-style: normal;
  font-weight: normal;
  font-family: 'proxima_nova_reg', sans-serif;
  font-size: 20px;
  margin-bottom: 12px;
}
.header-lede .header-lede-content .header-lede-title {
  margin-bottom: 12px;
}
.header-lede .header-lede-content .header-lede-teaser {
  margin: 0 auto;
  padding-bottom: 5px;
  width: 50%;
}
.header-lede .header-lede-content .header-lede-video {
  color: #ffffff;
}
.header-lede .header-lede-content .header-lede-video .icon-video {
  font-size: 157px;
  margin: -30px -30px -15px -30px;
}
@media all and (max-width: 1024px) {
  .header-lede .header-lede-container {
    padding-bottom: 60px;
  }
  .header-lede .header-lede-content .header-lede-person {
    max-height: 100px;
  }
  .header-lede .header-lede-content .header-lede-content {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .header-lede .header-lede-container {
    min-height: 365px;
    padding-bottom: 40px;
  }
  .header-lede .header-lede-content .header-lede-person {
    margin-bottom: 16px;
    max-height: 70px;
  }
  .header-lede .header-lede-content .header-lede-subheading {
    font-size: inherit;
  }
  .header-lede .header-lede-content .header-lede-teaser {
    display: none;
  }
  .header-lede .header-lede-content .header-lede-video .icon-video {
    font-size: 90px;
    margin: -18px -18px -9px -18px;
  }
}

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

/* Hover Tout */
.hover-tout h2,
.hover-tout h3 {
  line-height: 1.125;
  padding-bottom: 0;
  text-shadow: none !important;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.hover-tout h2 span,
.hover-tout h3 span {
  display: block;
  margin-bottom: 0.75em;
}
.hover-tout h2 {
  font-size: 40px;
}
.hover-tout h3 {
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  font-size: 25px;
}
.hover-tout .hover-tout-container.title-above {
  background-color: #eeeeee;
  border: 1px solid #e1e1e1;
  padding: 6%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hover-tout .hover-tout-container.title-above h2,
.hover-tout .hover-tout-container.title-above h3 {
  color: #242424;
  padding: 0 0 40px 0;
  text-align: center;
}
.hover-tout .hover-tout-container.title-above .has-bg {
  padding-bottom: 50%;
}
.hover-tout .hover-tout-container.title-centered .has-bg {
  border: 0;
  padding-bottom: 64.32%;
}
.hover-tout .hover-tout-container.title-centered .has-bg:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: '';
  background: #000000;
  opacity: 0.7;
}
.hover-tout .hover-tout-container.title-centered .has-bg:hover:before {
  background: #ffffff;
  opacity: 0.7;
}
.hover-tout .hover-tout-container.title-centered .has-bg:hover .bg {
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.hover-tout .hover-tout-container.title-centered .has-bg .button-main {
  background-color: #c1001f;
  border: 0px;
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  font-size: 10px;
  letter-spacing: 4px;
  line-height: 14px;
  display: inline-block;
  padding: 20px 40px;
  position: relative;
  text-transform: uppercase;
  -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;
}
.hover-tout .hover-tout-container.title-centered .has-bg .button-main a {
  color: #ffffff;
}
.hover-tout .hover-tout-container.title-centered .has-bg .button-main:hover {
  background-color: #242424;
  color: #ffffff;
}
.hover-tout.active.touch .has-bg .hover-tout-container {
  background-color: rgba(255, 255, 255, 0.75);
}
.hover-tout.active.touch .has-bg:before {
  opacity: 0;
}
.hover-tout.active .has-bg {
  border-color: #c1001f;
}
.hover-tout.active .has-bg h2,
.hover-tout.active .has-bg h3 {
  color: #242424;
}
.hover-tout.active .hover-tout-container.title-above {
  background-color: #ffffff;
}
.hover-tout.aem-GridColumn--default--6 .hover-tout-container.title-centered .has-bg {
  padding-bottom: 50%;
}
.hover-tout.aem-GridColumn--default--6 h2 {
  font-size: 40px;
}
.hover-tout.aem-GridColumn--default--6 .button-main {
  margin-top: 5px;
  font-size: 14px;
  line-height: 20px;
  padding-left: 36px;
  padding-right: 48px;
}
.hover-tout.aem-GridColumn--default--12 .hover-tout-container.title-centered .has-bg {
  padding-bottom: 35%;
}
.hover-tout.aem-GridColumn--default--12 h2 {
  font-size: 50px;
}
.hover-tout.aem-GridColumn--default--12 .button-main {
  margin-top: 5px;
  font-size: 14px;
  line-height: 20px;
  padding-left: 36px;
  padding-right: 48px;
}
@media all and (max-width: 1024px) {
  .hover-tout h2 span,
  .hover-tout h3 span {
    margin-bottom: 0.5em;
  }
  .hover-tout .hover-tout-container.title-centered .has-bg {
    padding-bottom: 85%;
  }
  .hover-tout h2 {
    font-size: 28px;
  }
  .hover-tout .button-main {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    padding-left: 36px;
    padding-right: 48px;
  }
  .hover-tout.aem-GridColumn--default--6 .hover-tout-container.title-centered .has-bg {
    padding-bottom: 60%;
  }
  .hover-tout.aem-GridColumn--default--6 h2 {
    font-size: 18px;
  }
  .hover-tout.aem-GridColumn--default--6 .button-main {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    padding-left: 36px;
    padding-right: 48px;
  }
  .hover-tout.aem-GridColumn--default--12 .hover-tout-container.title-centered .has-bg {
    padding-bottom: 60%;
  }
  .hover-tout.aem-GridColumn--default--12 h2 {
    font-size: 18px;
  }
  .hover-tout.aem-GridColumn--default--12 .button-main {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    padding-left: 36px;
    padding-right: 48px;
  }
}
@media all and (max-width: 767px) {
  .hover-tout .hover-tout-container.title-centered .has-bg {
    padding-bottom: 35%;
  }
  .hover-tout h2 {
    font-size: 32px;
  }
  .hover-tout .button-main {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    padding-left: 36px;
    padding-right: 48px;
  }
  .hover-tout.aem-GridColumn--default--6 .hover-tout-container.title-centered .has-bg {
    padding-bottom: 35%;
  }
  .hover-tout.aem-GridColumn--default--6 h2 {
    font-size: 32px;
  }
  .hover-tout.aem-GridColumn--default--6 .button-main {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    padding-left: 36px;
    padding-right: 48px;
  }
  .hover-tout.aem-GridColumn--default--12 .hover-tout-container.title-centered .has-bg {
    padding-bottom: 35%;
  }
  .hover-tout.aem-GridColumn--default--12 h2 {
    font-size: 32px;
  }
  .hover-tout.aem-GridColumn--default--12 .button-main {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    padding-left: 36px;
    padding-right: 48px;
  }
  .hover-tout[class*="aem-GridColumn"] {
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media all and (max-width: 479px) {
  .hover-tout .hover-tout-container.title-centered .has-bg {
    padding-bottom: 42%;
  }
  .hover-tout h2 {
    font-size: 28px;
  }
  .hover-tout .button-main {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    padding-left: 36px;
    padding-right: 48px;
  }
  .hover-tout.aem-GridColumn--default--6 .hover-tout-container.title-centered .has-bg {
    padding-bottom: 42%;
  }
  .hover-tout.aem-GridColumn--default--6 h2 {
    font-size: 28px;
  }
  .hover-tout.aem-GridColumn--default--6 .button-main {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    padding-left: 36px;
    padding-right: 48px;
  }
  .hover-tout.aem-GridColumn--default--12 .hover-tout-container.title-centered .has-bg {
    padding-bottom: 42%;
  }
  .hover-tout.aem-GridColumn--default--12 h2 {
    font-size: 28px;
  }
  .hover-tout.aem-GridColumn--default--12 .button-main {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    padding-left: 36px;
    padding-right: 48px;
  }
}

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

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

.ledes .has-bg {
  background-color: #242424;
}
.ledes-container .ledes-filter {
  background-color: #eeeeee;
  text-align: center;
}
.ledes-container .ledes-filter label {
  color: #242424;
  margin-right: 30px;
}
.ledes-container .lede-image {
  position: relative;
}
.ledes-container .lede-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 61.64383562%;
}
.ledes-container .lede-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.ledes-container .lede-image .icon-video {
  color: #ffffff;
}
.ledes-container .lede-meta {
  color: #aeaeae;
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 24px;
  padding: 10px 0 0 0;
  text-transform: uppercase;
}
.ledes-container .lede-teaser {
  border-bottom: 0;
}
.ledes-container .lede-teaser .lede-teaser-text {
  margin-top: 20px;
}
.ledes-container .lede-teaser .lede-teaser-cta {
  background-color: #c1001f;
  border: 0px;
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  font-size: 10px;
  letter-spacing: 4px;
  line-height: 14px;
  display: inline-block;
  padding: 20px 40px;
  position: relative;
  text-transform: uppercase;
  -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;
  margin-top: 26px;
}
.ledes-container .lede-teaser .lede-teaser-cta a {
  color: #ffffff;
}
.ledes-container .lede-teaser .lede-teaser-cta:hover {
  background-color: #242424;
  color: #ffffff;
}
.ledes-container .lede-title {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
  padding-top: 10px;
  text-transform: uppercase;
}
.ledes-container .view-more {
  border-top: 1px solid #eeeeee;
  margin-top: 24px;
  padding-top: 50px;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .ledes-container .lede-teaser .lede-teaser-cta:after {
    background-size: 60%;
    margin-top: -4px;
    right: 35px;
  }
  .ledes-container .lede-title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media all and (max-width: 767px) {
  .ledes-container .ledes-filter label {
    font-size: 15px;
  }
  .ledes-container .lede-meta {
    font-size: 12px;
  }
  .ledes-container .lede-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.has-bg .ledes-container .view-more {
  border-top: 1px solid #6f6f6f;
}

.link-to-parent a,
.link-to-parent a:visited {
  color: #c1001f;
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  font-size: 16px;
  padding-left: 0;
  text-transform: none;
  margin-left: 1.6em;
}
.link-to-parent a:hover,
.link-to-parent a:visited:hover {
  color: #242424;
}
.link-to-parent .cta-link-left:before {
  font-size: inherit;
  vertical-align: bottom;
}


.marginalia-ledes h5 {
  color: #242424;
  font-style: normal;
  font-weight: normal;
  font-family: 'proxima_nova_reg', sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  padding: 14px 0;
}
.marginalia-ledes .lede-meta {
  color: #242424;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 6px;
}
.marginalia-ledes .lede-image {
  margin-bottom: 14px;
  overflow: hidden;
}
.marginalia-ledes .lede-title {
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  font-size: 25px;
  line-height: 30px;
}
.marginalia-ledes .lede-title:hover {
  color: #242424 !important;
}
@media (max-width: 767px) {
  .marginalia-ledes h5 {
    padding: 11px 0;
  }
  .marginalia-ledes .lede-image {
    margin-bottom: 7px;
  }
  .marginalia-ledes .lede-meta {
    font-size: 12px;
    margin-bottom: 0;
  }
  .marginalia-ledes .lede-title {
    font-size: 18px;
  }
}

.most-recent-file .most-recent-file-container {
  min-height: 600px;
  padding-bottom: 60px;
}
.most-recent-file .most-recent-file-content {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 65%;
}
.most-recent-file .most-recent-file-content .most-recent-file-container-title {
  color: #c1001f;
  font-size: 20px;
  padding-bottom: 1em;
}
.most-recent-file .most-recent-file-content .most-recent-file-result-data {
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  font-size: 60px;
  line-height: 56px;
}
.most-recent-file .most-recent-file-content .button-arrow {
  margin-top: 75px;
}
@media all and (max-width: 1024px) {
  .most-recent-file .most-recent-file-container {
    padding-bottom: 60px;
  }
  .most-recent-file .most-recent-file-content {
    width: 100%;
  }
  .most-recent-file .most-recent-file-content .most-recent-file-container-title {
    font-size: 20px;
  }
  .most-recent-file .most-recent-file-content .most-recent-file-result-data {
    font-size: 40px;
    line-height: 45px;
  }
  .most-recent-file .most-recent-file-content .button-arrow {
    margin-top: 35px;
  }
}
@media all and (max-width: 767px) {
  .most-recent-file .most-recent-file-container {
    min-height: 365px;
    padding-bottom: 40px;
  }
  .most-recent-file .most-recent-file-content .most-recent-file-container-title {
    font-size: 14px;
  }
  .most-recent-file .most-recent-file-content .most-recent-file-result-data {
    font-size: 30px;
    line-height: 40px;
  }
  .most-recent-file .most-recent-file-content .button-arrow {
    margin-top: 20px;
  }
}

.symptom-part-overlay .part-details .close-part i,
.global-data-preview .part-details .close-part i {
  color: #242424;
  font-size: 35px;
}
.symptom-part-overlay .part-details .part-title,
.global-data-preview .part-details .part-title {
  color: #242424;
  font-size: 30px;
  margin: 1em 0;
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
}
@media all and (max-width: 767px) {
  .symptom-part-overlay .part-details .part-title,
  .global-data-preview .part-details .part-title {
    font-size: 20px;
  }
}
.part-detail .alert {
  margin: 10px 0;
}
.part-detail .page-content-container .part-detail-top .part-detail-part-description .part-detail-part-number {
  margin-top: 20px;
}
.part-detail .page-content-container .part-detail-top .part-detail-part-description .part-detail-buttons .button {
  padding: 17px 40px;
  margin-top: 15px;
  margin-right: 10px;
}
.part-detail .page-content-container .part-detail-top .part-detail-part-description .part-detail-description-text {
  margin: 30px 0;
}
.part-detail .page-content-container .part-detail-top .part-detail-part-description .part-detail-description-text ul,
.part-detail .page-content-container .part-detail-top .part-detail-part-description .part-detail-description-text ol {
  list-style: initial;
  padding-left: 15px;
}
.part-detail .page-content-container .part-detail-top .part-detail-part-description .fits-info {
  line-height: 18px;
}
.part-detail .page-content-container .part-detail-top .part-detail-marketing {
  background-image: linear-gradient(#ffffff 50%, #6f6f6f);
  border: 1px solid #6f6f6f;
  padding: 25px 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.part-detail .page-content-container .part-detail-top .part-detail-marketing .part-detail-marketing-text {
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.part-detail .page-content-container .part-detail-top .part-detail-marketing .part-detail-marketing-text > span {
  display: block;
  word-break: break-word;
  word-wrap: break-word;
}
.part-detail .page-content-container .part-detail-top .part-detail-marketing img {
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 80px;
  margin-right: 10px;
  max-height: 80px;
}
.part-detail .page-content-container .part-detail-top .part-detail-marketing .part-detail-marketing-title {
  color: #242424;
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
}
.part-detail .page-content-container .part-detail-top .part-detail-marketing .part-detail-marketing-description {
  font-style: normal;
  font-weight: normal;
  font-family: '31FEF6_1_0', sans-serif;
}
.part-detail .page-content-container .part-detail-bottom h3 {
  font-size: 25px;
  line-height: 28px;
}
.part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-nav li.part-detail-help-link {
  border-left: none;
  margin-top: 30px;
}
.part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-details h3 {
  margin: 10px 0px 15px;
}
.part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-details .attr-name,
.part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-details .detail-group-name {
  font-weight: bold;
}
.part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-details table tr:nth-of-type(odd) {
  background-color: #aeaeae;
}
.part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-details.part-detail-about-interchanges h3 {
  margin: 10px 0px 15px;
}
.part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-details.part-detail-specifications table {
  width: 100%;
}
.part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-also-fits .fitment-list-result-bar {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-around;
  -moz-box-pack: space-around;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 0;
}
.part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-also-fits .fitment-list-result-bar .fitment-list-result-bar-child {
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-also-fits .fitment-list-result-bar .fitment-list-result-pagination {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-around;
  -moz-box-pack: space-around;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin-top: 25px;
}
.part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-also-fits .fitment-list-result-bar .fitment-list-result-pagination > div {
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
.part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-also-fits .fitment-list-result-bar .fitment-list-result-pagination > div.fitment-list-pages {
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  font-size: 16px;
  line-height: 18px;
}
.part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-also-fits .fitment-list-result-bar .fitment-list-result-pagination > div.fitment-list-pages label input {
  height: 35px;
  margin: 0 10px;
  max-width: 20%;
  padding: 7px 10px;
  text-align: center;
  width: auto;
}
.part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-also-fits .fitment-list-result-bar .select-box {
  display: none;
}
.part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-also-fits table td,
.part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-also-fits table th {
  width: 25%;
}
.part-detail .page-content-container .part-detail-help-link a:after {
  color: #242424;
  content: "\f105";
  font-family: 'fontawesome';
  font-weight: bold;
  margin-left: 8px;
}
@media all and (max-width: 1024px) {
  .part-detail .page-content-container .part-detail-top {
    display: block;
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about {
    border: 1px solid #6f6f6f;
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about h4.tab-mobile {
    display: block;
    color: #242424;
    border-bottom: 1px solid #6f6f6f;
    padding: 15px;
    position: relative;
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about h4.tab-mobile .fa-expanded {
    color: #242424;
    font-size: 15px;
    position: absolute;
    right: 15px;
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about h4.tab-mobile .fa-expanded:before {
    content: "\f067";
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about h4.tab-mobile.active .fa-expanded:before {
    content: "\f068";
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-details {
    border-bottom: 1px solid #6f6f6f;
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-details h3 {
    font-size: 18px;
    margin: 0 0 15px;
    text-transform: uppercase;
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-details .detail-group-name {
    font-size: 18px;
    padding: 1.5em 0;
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-details table tr:nth-of-type(odd) {
    background-color: #ffffff;
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-specifications table {
    width: 100%;
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-specifications table tr {
    border-top: 0;
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-specifications table td {
    padding-left: 0;
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-specifications table td:before {
    width: 0;
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-specifications table td.attr-name + td {
    padding-bottom: 30px;
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-also-fits .fitment-list-result-bar {
    display: block;
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-also-fits .fitment-list-result-bar .fitment-list-result-pagination > div {
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-also-fits .fitment-list-result-bar .fitment-list-page-buttons {
    text-align: right;
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-also-fits table td,
  .part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-also-fits table th {
    width: auto;
  }
  .part-detail .page-content-container .part-detail-bottom .part-detail-about .part-detail-about-also-fits table td:before {
    display: block;
    padding: 0.6em 0;
  }
}

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

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

.person-headline-avatar img {
  border: solid 2px #eeeeee;
}
.person-headline-contents .name {
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  color: #242424;
  font-size: 25px;
  line-height: 30px;
  padding-bottom: 0;
}
.person-headline-contents .title {
  color: #242424;
  line-height: 30px;
}
.person-headline-contents .meta-info {
  color: #6f6f6f;
}

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

.aem-Grid.aem-Grid--12 .person-showcase .person-showcase-container h4 {
  padding-bottom: 0.25em;
}
.aem-Grid.aem-Grid--12 .person-showcase .person-showcase-container img {
  background-color: #ffffff;
  border: solid 5px #ffffff;
}
.aem-Grid.aem-Grid--12 .person-showcase .person-showcase-container-empty {
  background-color: #242424;
  color: #FFF;
}

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

.product-feature .slick-dots {
  list-style-type: none;
  z-index: 1;
  bottom: 22px;
}
.product-feature .slick-dots li {
  border-radius: 50%;
  height: 11px;
  list-style-type: none;
  margin: 0 11px 0 0;
  padding: 0;
  width: 11px;
}
.product-feature .slick-dots li:before {
  content: "";
}
.product-feature .slick-dots li button {
  display: none;
}
.product-feature .slick-dots li {
  background-color: rgba(0, 0, 0, 0.5);
}
.product-feature .slick-dots li.slick-active {
  background-color: #000000;
}
.product-feature .has-bg .slick-dots {
  list-style-type: none;
  z-index: 1;
}
.product-feature .has-bg .slick-dots li {
  border-radius: 50%;
  height: 11px;
  list-style-type: none;
  margin: 0 11px 0 0;
  padding: 0;
  width: 11px;
}
.product-feature .has-bg .slick-dots li:before {
  content: "";
}
.product-feature .has-bg .slick-dots li button {
  display: none;
}
.product-feature .has-bg .slick-dots li {
  background-color: rgba(255, 227, 0, 0.5);
  border: #242424 solid 1px;
}
.product-feature .has-bg .slick-dots li.slick-active {
  background-color: #ffe300;
}
.product-feature .grey-bg {
  background-color: #eeeeee;
}
.product-feature .product-feature-container {
  position: relative;
}
.product-feature .product-feature-container .product-feature-list .product-feature-content h1,
.product-feature .product-feature-container .product-feature-list .product-feature-content h2,
.product-feature .product-feature-container .product-feature-list .product-feature-content h3,
.product-feature .product-feature-container .product-feature-list .product-feature-content h4,
.product-feature .product-feature-container .product-feature-list .product-feature-content h5,
.product-feature .product-feature-container .product-feature-list .product-feature-content h6 {
  letter-spacing: 1px;
  padding: 22px 0 6px 0;
}
.product-feature .product-feature-container .product-feature-list .product-feature-content h1 {
  font-size: 36px;
  line-height: calc(115%);
}
.product-feature .product-feature-container .product-feature-list .product-feature-content h2 {
  font-size: 23px;
  line-height: calc(115%);
}
.product-feature .product-feature-container .product-feature-list .product-feature-content h3 {
  font-size: 18px;
  line-height: calc(115%);
}
.product-feature .product-feature-container .product-feature-list .product-feature-content h4 {
  font-size: 15px;
  line-height: calc(110%);
}
.product-feature .product-feature-container .product-feature-list .product-feature-content h5 {
  font-size: 12px;
  line-height: calc(110%);
}
.product-feature .product-feature-container .product-feature-list .product-feature-content h6 {
  font-size: 10px;
  line-height: calc(110%);
}
.product-feature .product-feature-container .product-feature-list .product-feature-content p,
.product-feature .product-feature-container .product-feature-list .product-feature-content ul,
.product-feature .product-feature-container .product-feature-list .product-feature-content ol {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.product-feature .product-feature-container .product-feature-list .product-feature-content ul {
  margin-left: 22px;
}
.product-feature .product-feature-container .product-feature-list .product-feature-content ul li::before {
  background-color: #c1001f;
  content: "";
  font-family: sans-serif;
  height: 0.5em;
  left: -24px;
  top: 0.5em;
  transform: translateY(-50%);
  width: 0.5em;
}
.product-feature .product-feature-container .slick-slider {
  margin-bottom: 0;
}
.product-feature .product-feature-container .buy-online-toolbox a {
  background-color: #aeaeae;
  color: #242424;
}
.product-feature .product-feature-container .buy-online-toolbox a:hover {
  color: #ffffff;
  background-color: #242424;
}
.product-feature .has-bg .product-feature-container .buy-online-toolbox a {
  background-color: #ffffff;
}
.product-feature .has-bg .product-feature-container .buy-online-toolbox a:hover {
  background-color: #6f6f6f;
}
.product-feature .has-bg .product-feature-container .product-feature-content p {
  color: #ffffff;
}
@media all and (min-width: 1280px) {
  .product-feature .product-feature-base .product-feature-content {
    padding-right: 14%;
  }
  .product-feature .product-feature-base .product-feature-image > div.image {
    height: 480px;
  }
  .product-feature .product-feature-base .product-feature-image > div.image img {
    max-height: 550px;
  }
}
@media all and (max-width: 1024px) {
  .product-feature .slick-dots {
    bottom: 16px;
  }
  .product-feature .product-feature-container .product-feature-list .product-feature-content h1,
  .product-feature .product-feature-container .product-feature-list .product-feature-content h2,
  .product-feature .product-feature-container .product-feature-list .product-feature-content h3,
  .product-feature .product-feature-container .product-feature-list .product-feature-content h4,
  .product-feature .product-feature-container .product-feature-list .product-feature-content h5,
  .product-feature .product-feature-container .product-feature-list .product-feature-content h6 {
    padding: 6px 0 16px 0;
  }
}
@media all and (max-width: 767px) {
  .product-feature .slick-dots {
    bottom: 10px;
  }
  .product-feature .product-feature-container .product-feature-list .product-feature-content h1,
  .product-feature .product-feature-container .product-feature-list .product-feature-content h2,
  .product-feature .product-feature-container .product-feature-list .product-feature-content h3,
  .product-feature .product-feature-container .product-feature-list .product-feature-content h4,
  .product-feature .product-feature-container .product-feature-list .product-feature-content h5,
  .product-feature .product-feature-container .product-feature-list .product-feature-content h6 {
    padding: 4px 0 10px 0;
  }
}

.random-quote .quotes .quote-list {
  font-family: "31FEF6_1_0";
  font-size: 30px;
  line-height: 40px;
}
.random-quote .quotes .quote-list .by-line {
  color: #c1001f;
  font-family: "399489_0_0";
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
}

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

.random-tip .title {
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  color: #242424;
  text-transform: uppercase;
}
.random-tip .title {
  font-size: 62px;
  line-height: 60px;
  letter-spacing: 2px;
}
@media all and (max-width: 1024px) {
  .random-tip .title {
    font-size: 42px;
    line-height: 40px;
    letter-spacing: 2px;
  }
}
@media all and (max-width: 767px) {
  .random-tip .title {
    font-size: 32px;
    line-height: 30px;
    letter-spacing: 1px;
  }
}
.random-tip {
  background: #6f6f6f;
}
.random-tip .random-tip-container {
  padding: 120px 0 105px 0;
}
.random-tip .headline {
  font-style: normal;
  font-weight: normal;
  font-family: 'proxima_nova_reg', sans-serif;
  color: #c1001f;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 0;
}
.random-tip .title {
  font-size: 60px;
  line-height: 65px;
  text-transform: none;
}
.random-tip .content {
  max-width: 840px;
}
.random-tip .text {
  padding: 25px 0 50px 0;
}
.random-tip .text p {
  font-style: normal;
  font-weight: normal;
  font-family: '31FEF6_1_0', sans-serif;
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 1024px) {
  .random-tip .random-tip-container {
    padding: 100px 0;
  }
  .random-tip .title {
    font-size: 40px;
    line-height: 50px;
    margin-top: 8px;
  }
  .random-tip .text {
    padding: 15px 0 30px 0;
  }
}
@media (max-width: 767px) {
  .random-tip .random-tip-container {
    padding: 45px 0;
  }
  .random-tip .headline {
    font-size: 18px;
  }
  .random-tip .title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 12px;
  }
  .random-tip .button-main {
    display: block;
    padding-top: 17px;
    padding-bottom: 17px;
    width: 100%;
  }
}

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

.search-files .search-files-results .search-files-input .button-main {
  height: 55px;
  vertical-align: bottom;
}
.search-files .search-files-results .search-files-input p {
  margin-top: 1.5em;
}
.search-files .search-files-results .filter-files-results {
  /** 
         * The styles below require the following HTML format for radio buttons:
         *   <div>
         *        <input type="radio" name="name" id="name1" value="value">
         *        <label for="name1"><span><span></span></span>The Label</label>
         *    </div>
         *
         * and the following for checkboxes:
         *   <div>
         *        <input type="checkbox" name="name" id="name1" value="value">
         *        <label for="name1"><span></span>The Label</label>
         *    </div>
         */
}
.search-files .search-files-results .filter-files-results .search-filter-header {
  color: #242424;
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  font-size: 18px;
  line-height: 22px;
  padding: 1em 0;
  text-transform: uppercase;
  vertical-align: middle;
}
.search-files .search-files-results .filter-files-results .search-filter label {
  color: #242424;
  font-style: normal;
  font-weight: normal;
  font-family: 'proxima_nova_reg', sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 32px;
  text-transform: uppercase;
  vertical-align: middle;
}
.search-files .search-files-results .filter-files-results .search-filter ul li label {
  font-style: normal;
  font-weight: normal;
  font-family: 'proxima_nova_reg', sans-serif;
  color: #6f6f6f;
  font-size: 14px;
  line-height: 34px;
  text-transform: none;
}
.search-files .search-files-results .filter-files-results .search-filter ul li label input {
  height: 20px;
  margin: 0 5px;
}
.search-files .search-files-results .filter-files-results input[type=checkbox]:not(old),
.search-files .search-files-results .filter-files-results input[type=radio]:not(old) {
  font-size: 1em;
  height: 30px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 2em;
}
.search-files .search-files-results .filter-files-results input[type=checkbox]:not(old) + label,
.search-files .search-files-results .filter-files-results input[type=radio]:not(old) + label {
  display: inline-block;
  line-height: 1.9em;
  padding: 0 0 0 2em;
  position: relative;
}
.search-files .search-files-results .filter-files-results input[type=checkbox]:not(old) + label > span,
.search-files .search-files-results .filter-files-results input[type=radio]:not(old) + label > span {
  background: #EEE;
  border: 2px solid #CCC;
  display: inline-block;
  height: 1.25em;
  left: 0;
  margin: 0.25em 0.75em 0.25em 0.25em;
  position: absolute;
  vertical-align: bottom;
  width: 1.25em;
  z-index: 10;
}
.search-files .search-files-results .filter-files-results input[type=checkbox]:not(old):checked + label > span:before {
  color: #333;
  content: '✓';
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1em;
  margin: -0.1em 0 0 -0.1em;
  text-align: center;
  width: 1em;
}
.search-files .search-files-results .filter-files-results input[type=radio]:not(old):checked + label > span > span {
  background: #333;
  border: 0;
  display: block;
  height: 0.75em;
  margin: 0.125em;
  width: 0.75em;
}
.search-files .search-files-results .filter-files-results input[type=checkbox]:not(old) + label > span,
.search-files .search-files-results .filter-files-results input[type=radio]:not(old) + label > span {
  background: #eeeeee;
  border: 2px solid #aeaeae;
}
.search-files .search-files-results .filter-files-results input[type=checkbox]:not(old):checked + label > span:before {
  color: #242424;
}
.search-files .search-files-results .filter-files-results input[type=radio]:not(old):checked + label > span > span {
  background: #242424;
  height: 7px;
  margin: 2px;
  width: 7px;
}
.search-files .search-files-results .search-files-results-container h2 {
  border-bottom-color: #eeeeee;
  padding-bottom: 20px;
}
.search-files .search-files-results .search-files-results-container .file-result {
  border-bottom: 1px solid #eeeeee;
}
.search-files .search-files-results .search-files-results-container .file-result .file-result-title {
  font-style: normal;
  font-weight: normal;
  font-family: 'proxima_nova_reg', sans-serif;
  line-height: 20px;
}
.search-files .search-files-results .search-files-results-container .file-result .search-file-meta {
  color: #6f6f6f;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
}
.search-files .search-files-results .search-files-results-container .search-pagination ul.pagination li a {
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  font-size: 15px;
  line-height: 30px;
}
.search-files .search-files-results .search-files-results-container .search-pagination ul.pagination li.active a {
  color: #242424;
}
.search-files .search-files-results .search-files-results-container .search-pagination .search-files-results-total {
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  color: #6f6f6f;
  font-size: 13px;
  line-height: 30px;
}

.social-feed {
  background: #242424;
}
.social-feed .mailing-list-wrapper {
  background: #242424;
}
.social-feed .mailing-list-wrapper .mailing-list h5 {
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  color: #ffffff;
  font-size: 30px;
}
.social-feed .mailing-list-wrapper .mailing-list .button-main {
  background-color: #c1001f;
  border: 0px;
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  font-size: 10px;
  letter-spacing: 4px;
  line-height: 14px;
  display: inline-block;
  padding: 20px 40px;
  position: relative;
  text-transform: uppercase;
  -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;
}
.social-feed .mailing-list-wrapper .mailing-list .button-main a {
  color: #ffffff;
}
.social-feed .mailing-list-wrapper .mailing-list .button-main:hover {
  background-color: #242424;
  color: #ffffff;
}
.social-feed .mailing-list-wrapper .mailing-list .button-main:after {
  margin-right: 0;
}
.social-feed .feed-wrapper > .twitter .twitter.latest-tweet .latest-tweet-background {
  background: #242424;
  box-shadow: none;
}
.social-feed .feed-wrapper > .twitter .twitter.latest-tweet .latest-tweet-background .latest-tweet-content {
  font-size: 18px;
  font-style: normal;
  line-height: 24px;
}
.social-feed .feed-wrapper > .twitter .twitter.latest-tweet .latest-tweet-background .latest-tweet-content br {
  display: block;
  margin: .2em 0;
}
.social-feed .feed-wrapper > .twitter .twitter.latest-tweet .latest-tweet-background .latest-tweet-content iframe {
  margin-top: 0.6em;
}
.social-feed .feed-wrapper > .twitter .twitter.latest-tweet .latest-tweet-background .latest-tweet-content a:hover {
  color: #242424;
}
.social-feed .feed-wrapper > .twitter .twitter.latest-tweet .latest-tweet-background .latest-tweet-content a img {
  margin-bottom: 0;
  border: 2px solid white;
  border-radius: 5px;
}
.social-feed .feed-wrapper > .instagram .latest-instagram-content .instagram-photo .no-photo-found {
  border: solid 1px #ffffff;
}
.social-feed .feed-wrapper > .instagram .latest-instagram-content .edit-error-message {
  color: #ffffff;
}
.social-feed .feed-wrapper > .youtube.video .icon-video {
  color: #ffffff;
  font-size: 75px;
}
.social-feed .feed-wrapper > .youtube.video .icon-video:hover {
  color: #242424;
}
.social-feed .sf-social-icon {
  color: #ffffff;
  font-size: 50px;
  text-shadow: 0 1px 0 #000000;
}
.social-feed .sf-social-icon:hover {
  color: #242424;
}
@media all and (max-width: 1024px) {
  .social-feed .mailing-list-wrapper .mailing-list h5 {
    font-size: 20px;
  }
  .social-feed .feed-wrapper > .twitter .twitter.latest-tweet .latest-tweet-content {
    font-size: 18px;
    line-height: 28px;
  }
  .social-feed .feed-wrapper > .twitter .twitter.latest-tweet .latest-tweet-content br {
    display: block;
    margin: .6em 0;
  }
}
@media (max-width: 767px) {
  .social-feed .feed-wrapper > .twitter .twitter.latest-tweet .latest-tweet-content {
    font-size: 16px;
    line-height: 22px;
  }
  .social-feed .feed-wrapper > .twitter .twitter.latest-tweet .latest-tweet-content br {
    display: block;
    margin: 1em 0;
  }
}

.social-links .social-links-background {
  background-color: #eeeeee;
}
.social-links .social-links-background .social-links-title h4 {
  color: #242424;
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.social-links .social-links-background .social-links-content .social-links-icon-container a.social-links-nav-icon {
  background: #242424;
  border-radius: 50%;
  height: 52px;
  margin: 0 4px;
  width: 52px;
}
.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-"] {
  color: #ffffff;
  font-size: 25px;
  line-height: 52px;
}

.social-outreach {
  background: #eeeeee;
  text-align: center;
  width: 100%;
}
.social-outreach .social-outreach-background {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: auto;
}
.social-outreach .social-outreach-background .social-outreach-newsletter,
.social-outreach .social-outreach-background .social-outreach-content {
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 25px 0;
}
.social-outreach .social-outreach-background .social-outreach-newsletter .social-outreach-newsletter-form {
  width: 70%;
  max-width: 500px;
  display: inline-block;
}
.social-outreach .social-outreach-background .social-outreach-newsletter .social-outreach-newsletter-form .email-input {
  border: 0;
  width: 100%;
  margin: 0;
  margin-bottom: 12px;
  vertical-align: initial;
}
.social-outreach .social-outreach-background .social-outreach-newsletter .social-outreach-newsletter-form button {
  vertical-align: top;
}
.social-outreach .social-outreach-background .social-outreach-newsletter .social-outreach-newsletter-form .error-captcha {
  display: none;
  margin-top: 6px;
  color: #c1001f;
  font-size: 0.8em;
  text-align: left;
  text-transform: initial;
}
.social-outreach .social-outreach-background .social-outreach-newsletter .social-outreach-newsletter-form .error-email {
  padding-left: 6px;
  text-align: left;
  color: #c1001f;
  font-size: 0.8em;
}
.social-outreach .social-outreach-background .social-outreach-newsletter .social-outreach-newsletter-form .error-captcha.show {
  display: block;
}
.social-outreach .social-outreach-background .social-outreach-newsletter .social-outreach-newsletter-form .socialOutreachForm__input {
  display: flex;
}
.social-outreach .social-outreach-background .social-outreach-newsletter .social-outreach-newsletter-form .socialOutreachForm__input input {
  border: 0;
  height: 59px;
  margin: 0 -5px 0 0;
  vertical-align: initial;
}
.social-outreach .social-outreach-background .social-outreach-newsletter .social-outreach-newsletter-form .socialOutreachForm__input button {
  height: 59px;
}
.social-outreach .social-outreach-background .socialOutreachForm__actions {
  display: flex;
  margin-top: 10px;
}
.social-outreach .social-outreach-background .socialOutreachForm__actions button {
  margin-left: 12px !important;
}
.social-outreach .social-outreach-background .social-outreach-content .social-outreach-icon-container {
  display: inline-block;
}
.social-outreach .social-outreach-background .social-outreach-content .social-outreach-icon-container a.social-outreach-nav-icon {
  background: #242424;
  border-radius: 50%;
  display: inline-block;
  height: 52px;
  width: 52px;
  margin: 0 4px;
  text-align: center;
}
.social-outreach .social-outreach-background .social-outreach-content .social-outreach-icon-container a.social-outreach-nav-icon .fa,
.social-outreach .social-outreach-background .social-outreach-content .social-outreach-icon-container a.social-outreach-nav-icon [class^="icon-"] {
  color: #ffffff;
  font-size: 25px;
  line-height: 52px;
}
.social-outreach .social-outreach-terms .terms-label {
  width: 415px;
  color: #666;
  font-size: 0.8em;
  font-family: "proxima_nova_reg";
  text-align: left;
  text-transform: none;
  letter-spacing: normal;
}
.social-outreach .social-outreach-terms .terms-input {
  height: 18px !important;
  margin-right: 10px !important;
}
@media all and (max-width: 1024px) {
  .social-outreach .social-outreach-newsletter .social-outreach-newsletter-form .email-input {
    width: 240px;
  }
  .social-outreach .social-outreach-terms .terms-label {
    width: 315px;
  }
}
@media (max-width: 767px) {
  .social-outreach .social-outreach-background {
    display: block;
  }
  .social-outreach .social-outreach-newsletter .social-outreach-newsletter-form {
    width: 100% !important;
    padding: 16px;
  }
  .social-outreach .social-outreach-newsletter .social-outreach-newsletter-form .email-input {
    width: 100% !important;
    min-width: unset !important;
  }
  .social-outreach .social-outreach-newsletter .social-outreach-newsletter-form .socialOutreachForm__actions {
    flex-direction: column;
  }
  .social-outreach .social-outreach-newsletter .social-outreach-newsletter-form .socialOutreachForm__actions button {
    margin-left: 0 !important;
  }
  .social-outreach .social-outreach-newsletter .social-outreach-newsletter-form .g-recaptcha {
    margin-left: 15px;
    margin-top: 2px;
    margin-bottom: 12px;
  }
}
.social-outreach .modal-overlay {
  background-color: rgba(255, 255, 255, 0.8);
}
.social-outreach .modal-container {
  background-color: #ffffff;
  border-color: #242424;
  color: #242424;
}
.social-outreach .modal-header {
  background-color: #c1001f;
  border-color: #242424;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.social-outreach .modal-header .modal-title {
  color: #ffffff;
}
.social-outreach .modal-header a {
  cursor: pointer;
}
.social-outreach .modal-header a .fa-close {
  color: #ffffff;
}
.social-outreach .modal-content .modal-action .button-main {
  padding: 15px 30px;
}
.social-outreach .modal-content .modal-action .button-secondary {
  background-color: #6f6f6f;
}

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

.timeline .timeline-wrapper {
  padding: 84px 0 120px 0;
}
.timeline .timeline-wrapper:before {
  background-color: transparent;
  height: 0;
  width: 0;
}
.timeline .timeline-header {
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  font-size: 25px;
  margin-bottom: 90px;
  padding-bottom: 0;
}
.timeline .timeline-item-container {
  padding: 0;
}
.timeline .timeline-item-container:before {
  background-color: transparent;
  height: 0;
  width: 0;
}
.timeline .timeline-item-container:after {
  border-left: 1px solid #aeaeae;
}
.timeline .timeline-item-container .timeline-item {
  margin-top: 40px;
  padding-left: calc(120px + 7.8125%);
  padding-right: 4.6875%;
  position: relative;
}
.timeline .timeline-item-container .timeline-item:first-child {
  margin-top: -56px;
}
.timeline .timeline-item-container .timeline-item:after {
  background-color: #c1001f;
  content: "";
  height: 12px;
  left: calc(100% - 8px);
  position: absolute;
  top: 45px;
  width: 12px;
  z-index: 1;
}
.timeline .timeline-item-container .timeline-item h2,
.timeline .timeline-item-container .timeline-item h4,
.timeline .timeline-item-container .timeline-item h5 {
  padding-bottom: 0;
}
.timeline .timeline-item-container .timeline-item h2 {
  color: #c1001f;
  font-size: 60px;
  left: 0;
  margin-bottom: 49px;
  position: relative;
  text-transform: none;
}
.timeline .timeline-item-container .timeline-item h2:after {
  border-bottom: 0;
}
.timeline .timeline-item-container .timeline-item h4 {
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  font-size: 25px;
  line-height: 28px;
}
.timeline .timeline-item-container .timeline-item h5 {
  font-size: 12px;
  line-height: 14px;
  min-height: 14px;
}
.timeline .timeline-item-container .timeline-item h5:empty {
  display: none;
}
.timeline .timeline-item-container .timeline-item p {
  font-size: 15px;
  line-height: 22px;
}
.timeline .timeline-item-container .timeline-item .timeline-showcase {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  left: 110%;
}
.timeline .has-bg {
  background-color: #242424;
}
.timeline > :not(.has-bg) h2 {
  color: #242424;
}
.timeline > :not(.has-bg) h4,
.timeline > :not(.has-bg) h5 {
  color: #242424;
}
@media all and (min-width: 768px) {
  .timeline .timeline-item:nth-child(odd) {
    margin-left: 50%;
    padding-left: 4.6875%;
    padding-right: calc(120px + 7.8125%);
  }
  .timeline .timeline-item:nth-child(odd):after {
    left: -8px;
  }
  .timeline .timeline-item:nth-child(odd) h2 {
    left: 0;
  }
  .timeline .timeline-item:nth-child(odd) h2:after {
    left: 50%;
    right: auto;
  }
  .timeline .timeline-item:nth-child(odd) .timeline-showcase {
    left: auto;
    right: 110%;
  }
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .timeline .timeline-item-container .timeline-item {
    padding-right: 5.20833333%;
    padding-left: 11.45833333%;
  }
  .timeline .timeline-item-container .timeline-item h2 {
    font-size: 50px;
    margin-bottom: 17px;
    text-align: left;
    top: auto;
  }
  .timeline .timeline-item-container .timeline-item .timeline-showcase {
    left: auto;
    right: auto;
  }
  .timeline .timeline-item-container .timeline-item:nth-child(odd) {
    padding-left: 5.20833333%;
    padding-right: 11.45833333%;
  }
}
@media all and (max-width: 767px) {
  .timeline .timeline-item-container .timeline-item {
    padding: 0 5% 20px 25%;
  }
  .timeline .timeline-item-container .timeline-item:after {
    left: calc(11.875% - 6px);
  }
  .timeline .timeline-item-container .timeline-item h2 {
    font-size: 25px;
    margin-bottom: 24px;
    text-align: left;
  }
  .timeline .timeline-item-container .timeline-item .timeline-showcase {
    left: auto;
    margin: 0;
    right: auto;
    top: 15px;
  }
}

.aem-Grid.aem-Grid--12 .tout h1,
.aem-Grid.aem-Grid--12 .tout h2,
.aem-Grid.aem-Grid--12 .tout h3,
.aem-Grid.aem-Grid--12 .tout h4,
.aem-Grid.aem-Grid--12 .tout h5,
.aem-Grid.aem-Grid--12 .tout h6 {
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.aem-Grid.aem-Grid--12 .tout h1,
.aem-Grid.aem-Grid--12 .tout h2,
.aem-Grid.aem-Grid--12 .tout h3 {
  text-transform: uppercase;
}
.aem-Grid.aem-Grid--12 .tout .has-bg .tout-container {
  color: #ffffff;
}
.aem-Grid.aem-Grid--12 .tout .has-bg .tout-container.has-tout-wide-link:hover .button-main {
  background-color: #c1001f;
}
.aem-Grid.aem-Grid--12 .tout .default-bg .tout-container {
  background-color: #eeeeee;
  color: #242424;
}
.aem-Grid.aem-Grid--12 .tout .default-bg .tout-container.has-tout-wide-link:hover .button-main,
.aem-Grid.aem-Grid--12 .tout .no-bg .tout-container.has-tout-wide-link:hover .button-main {
  background-color: #242424;
}
.aem-Grid.aem-Grid--12 .tout .tout-showcase a {
  color: #ffffff;
  position: relative;
}
.aem-Grid.aem-Grid--12 .tout .tout-showcase a:hover {
  text-decoration: underline;
}
.aem-Grid.aem-Grid--12 .tout .tout-showcase figcaption {
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  font-size: 28px;
  letter-spacing: 1px;
  line-height: 34px;
  text-align: center;
}
.aem-Grid.aem-Grid--12 .tout .tout-showcase figcaption small {
  font-style: normal;
  font-weight: normal;
  font-family: 'proxima_nova_reg', sans-serif;
  color: #c1001f;
  text-transform: uppercase;
}
@media all and (max-width: 1024px) {
  .aem-Grid.aem-Grid--12 .tout .tout-showcase figcaption {
    font-size: 25px;
    line-height: 30px;
  }
}
@media all and (max-width: 767px) {
  .aem-Grid.aem-Grid--12 .tout .tout-showcase figcaption {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
  }
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .default-bg .tout-container,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .default-bg .tout-container,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .default-bg .tout-container,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .default-bg .tout-container,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .default-bg .tout-container,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .default-bg .tout-container {
  border: 2px solid #FFF;
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .tout-content,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .tout-content {
  margin-bottom: 119px;
  /* CTA button is positioned to the bottom and is 79px, then add 40 pixels of space */
}
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .order-swapped .tout-showcase,
.aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .order-swapped .tout-showcase {
  margin-bottom: 119px;
  /* CTA button is positioned to the bottom and is 79px, then add 40 pixels of space */
}
@media all and (max-width: 767px) {
  .aem-Grid.aem-Grid--12 .tout h1,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout h1,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout h1,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout h1,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout h1,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout h1,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 19px;
  }
  .aem-Grid.aem-Grid--12 .tout .tout-content p,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--6.tout .tout-content p,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--6.tout .tout-content p,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--4.tout .tout-content p,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--4.tout .tout-content p,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--default--3.tout .tout-content p,
  .aem-Grid.aem-Grid--12 .aem-GridColumn--tablet--3.tout .tout-content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 19px;
  }
}

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

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

.where-to-buy-base .where-to-buy-search-results-base span.dealer-type,
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-info-parent.where-to-buy-info-address-phone {
  font-size: 14px;
}
.where-to-buy-base .where-to-buy-search-results-base div.physical-row {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-info-parent.where-to-buy-info-distance-directions > div,
.where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-info-parent.where-to-buy-info-distance-directions p {
  display: none;
}
.where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-info-parent .where-to-buy-dealer-action {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-info-parent.where-to-buy-info-address-phone .dealer-website {
  display: none;
}
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-filter-tabs .where-to-buy-search-results-header-tab {
  background: none;
  color: #aeaeae;
  border-color: #aeaeae;
  border-top: 1px solid;
  border-right: 1px solid;
  border-left: 1px solid;
}
.where-to-buy-base .where-to-buy-search-results-base .where-to-buy-filter-tabs .where-to-buy-search-results-header-tab.active {
  border-color: #000000;
  color: #6f6f6f;
  background: none;
}
.where-to-buy-base .where-to-buy-show-filter.button-secondary {
  background: none;
  color: #000000;
  letter-spacing: normal;
  font-size: 14px;
  margin: 0;
  padding: 0 10px;
  font-family: inherit;
  font-weight: 700;
}
.where-to-buy-base .where-to-buy-show-filter.button-secondary:after {
  content: "+";
  color: #c1001f;
  position: relative;
  margin-left: 5px;
  top: -1px;
  font-weight: bold;
}
.where-to-buy-base .where-to-buy-map-flip-switch div.where-to-buy-flip-map,
.where-to-buy-base .where-to-buy-map-flip-switch div.where-to-buy-flip-list {
  background: none;
  color: #aeaeae;
  border-color: #aeaeae;
  background: #ccc;
}
.where-to-buy-base .where-to-buy-map-flip-switch div.where-to-buy-flip-map.active,
.where-to-buy-base .where-to-buy-map-flip-switch div.where-to-buy-flip-list.active {
  background: none;
  color: #6f6f6f;
  border-color: #000000;
}
.where-to-buy-base .where-to-buy-map-flip-switch div.where-to-buy-flip-list.active {
  border-right: 1px solid;
}
.where-to-buy-base .where-to-buy-map-flip-switch div.where-to-buy-flip-map.active {
  border-left: 1px solid;
}
.where-to-buy-base .where-to-buy-filter-view {
  padding: 10px 3.25%;
}
.where-to-buy-dealer-action a.button-main.button-arrow {
  background: none;
  color: #000000;
  padding: 0;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
}
.where-to-buy-dealer-action a.button-main.button-arrow:after {
  color: #c1001f;
  position: relative;
  right: 0;
  top: -1px;
}
.where-to-buy-preferred-vendor-icon {
  position: absolute;
  width: 70px;
  top: 20px;
  right: 0;
}
.where-to-buy-info-parent.dealer-actions > .where-to-buy-dealer-action > a:first-child {
  display: block;
  margin-right: 20px;
}
.where-to-buy-dealer-action.visit-website.ferodo-only {
  display: block;
}
@media all and (max-width: 1024px) {
  .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-base div.physical-row .where-to-buy-dealer-phone {
    width: 158px;
  }
}
@media (min-width: 767px) {
  .where-to-buy-base .where-to-buy-search-results-base {
    padding-left: 20px;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-dealer-info {
    width: 200px;
  }
  .where-to-buy-base .where-to-buy-search-results-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-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-distance-directions > div,
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-info-parent.where-to-buy-info-distance-directions p {
    display: inherit;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-info-parent.where-to-buy-info-distance-directions .distance-label {
    margin: 0;
    font-weight: bold;
    line-height: 14px;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-info-parent.where-to-buy-info-distance-directions .dealer-distance {
    margin-bottom: 10px;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-info-parent.where-to-buy-info-distance-directions .dealer-distance > strong {
    font-weight: normal;
  }
  .where-to-buy-base .where-to-buy-search-results-base div.physical-row .where-to-buy-info-parent.dealer-actions .where-to-buy-dealer-action a.button-main.button-arrow {
    background-color: #c1001f;
    color: #ffffff;
    padding: 12px 30px 12px;
    font-weight: normal;
    font-size: 10px;
    letter-spacing: 4px;
  }
  .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.button-main.button-arrow:after {
    display: none;
  }
  .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.button-main.button-arrow:first-child {
    display: none;
  }
  .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.button-main.button-arrow:hover {
    background-color: #242424;
    color: #ffffff;
  }
  .where-to-buy-dealer-action a.button-main.button-arrow:last-child {
    margin-left: 0;
  }
  .where-to-buy-preferred-vendor-icon {
    position: relative;
    width: 100px;
    top: 0;
  }
}
.google-map div > img[draggable="false"][src^="/content/dam"] {
  width: 100px !important;
  height: auto !important;
}
.map-infowindow.preferred-vendor .map-infowindow-header img {
  width: 70px;
}
.map-infowindow.preferred-vendor .map-infowindow-header a {
  display: block;
  color: #c1001f;
}

.where-to-buy-base .where-buy-tab-row {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
}
.where-to-buy-base .where-to-buy-search-filter-holder {
  background-color: #eeeeee;
}
.where-to-buy-base .where-to-buy-search-filter-holder .where-to-buy-search-local .where-to-buy-search-local-filter + span {
  font-style: normal;
  font-weight: normal;
  font-family: 'FuturaStd-Bold', sans-serif;
}
.where-to-buy-base .where-to-buy-search-results-corp .dealer-name {
  font-style: normal;
  font-weight: normal;
  font-family: 'FuturaStd-Book', sans-serif;
}
.where-to-buy-base .where-to-buy-search-results-corp h2 {
  font-style: normal;
  font-weight: normal;
  font-family: 'FuturaStd-Bold', sans-serif;
}
.where-to-buy-base .where-to-buy-search-results-corp table {
  border-color: #ebebeb;
}
.where-to-buy-base .where-to-buy-search-results-corp table td.dealer-distance {
  color: #005dab;
}
.where-to-buy-base .where-to-buy-search-results-corp table tr {
  border-color: #ebebeb;
}
@media all and (max-width: 1024px) {
  .where-to-buy-base {
    background-color: #ffffff;
  }
  .where-to-buy-base .where-to-buy-search-corp .where-to-buy-search-corp-container {
    background-color: #eeeeee;
    padding: 15px;
  }
  .where-to-buy-base .where-to-buy-search-results .where-to-buy-search-results-container {
    border-top: 1px solid #ebebeb;
  }
  .where-to-buy-base .where-to-buy-search-filter-corp-container.show-filters {
    background-color: #ffffff;
  }
}
.where-to-buy-base .where-to-buy-distributors-cta-holder {
  background-color: #eeeeee;
}

.where-to-buy-redirect .where-to-buy-redirect-close .fa {
  font-size: 150%;
}
.where-to-buy-redirect .where-to-buy-redirect-postal-code {
  background-color: #eeeeee;
  color: #6f6f6f;
}
.where-to-buy-redirect .where-to-buy-redirect-postal-code:hover,
.where-to-buy-redirect .where-to-buy-redirect-postal-code:active {
  background-color: #ffffff;
}
@media all and (max-width: 767px) {
  .where-to-buy-redirect .where-to-buy-redirect-submit:after {
    margin: 0;
  }
}

.where-to-buy-search-filter .where-to-buy-search-filter-category {
  border-bottom-color: #eeeeee;
  margin-bottom: 13px;
  padding-bottom: 9px;
  /** 
         * The styles below require the following HTML format for radio buttons:
         *   <div>
         *        <input type="radio" name="name" id="name1" value="value">
         *        <label for="name1"><span><span></span></span>The Label</label>
         *    </div>
         *
         * and the following for checkboxes:
         *   <div>
         *        <input type="checkbox" name="name" id="name1" value="value">
         *        <label for="name1"><span></span>The Label</label>
         *    </div>
         */
}
.where-to-buy-search-filter .where-to-buy-search-filter-category h5 {
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  font-size: 14px;
  letter-spacing: 0;
}
.where-to-buy-search-filter .where-to-buy-search-filter-category label {
  color: #6f6f6f;
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 21px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.where-to-buy-search-filter .where-to-buy-search-filter-category input[type=checkbox]:not(old),
.where-to-buy-search-filter .where-to-buy-search-filter-category input[type=radio]:not(old) {
  font-size: 1em;
  height: 30px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 2em;
}
.where-to-buy-search-filter .where-to-buy-search-filter-category input[type=checkbox]:not(old) + label,
.where-to-buy-search-filter .where-to-buy-search-filter-category input[type=radio]:not(old) + label {
  display: inline-block;
  line-height: 1.9em;
  padding: 0 0 0 2em;
  position: relative;
}
.where-to-buy-search-filter .where-to-buy-search-filter-category input[type=checkbox]:not(old) + label > span,
.where-to-buy-search-filter .where-to-buy-search-filter-category input[type=radio]:not(old) + label > span {
  background: #EEE;
  border: 2px solid #CCC;
  display: inline-block;
  height: 1.25em;
  left: 0;
  margin: 0.25em 0.75em 0.25em 0.25em;
  position: absolute;
  vertical-align: bottom;
  width: 1.25em;
  z-index: 10;
}
.where-to-buy-search-filter .where-to-buy-search-filter-category input[type=checkbox]:not(old):checked + label > span:before {
  color: #333;
  content: '✓';
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1em;
  margin: -0.1em 0 0 -0.1em;
  text-align: center;
  width: 1em;
}
.where-to-buy-search-filter .where-to-buy-search-filter-category input[type=radio]:not(old):checked + label > span > span {
  background: #333;
  border: 0;
  display: block;
  height: 0.75em;
  margin: 0.125em;
  width: 0.75em;
}
.where-to-buy-search-filter .where-to-buy-search-filter-category input[type=checkbox]:not(old) + label > span,
.where-to-buy-search-filter .where-to-buy-search-filter-category input[type=radio]:not(old) + label > span {
  background: #eeeeee;
  border: 2px solid #aeaeae;
}
.where-to-buy-search-filter .where-to-buy-search-filter-category input[type=checkbox]:not(old):checked + label > span:before {
  color: #242424;
}
.where-to-buy-search-filter .where-to-buy-search-filter-category input[type=radio]:not(old):checked + label > span > span {
  background: #242424;
  height: 7px;
  margin: 2px;
  width: 7px;
}

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

.where-to-buy-search .where-to-buy-search-container .where-to-buy-search-label h1,
.where-to-buy-search .where-to-buy-search-container .where-to-buy-search-label h5 {
  color: #242424;
  padding-bottom: 5px;
  text-transform: none;
}
.where-to-buy-search .where-to-buy-search-container .where-to-buy-search-label h1 {
  font-size: 40px;
}
.where-to-buy-search .where-to-buy-search-container .where-to-buy-search-label h5 {
  font-style: normal;
  font-weight: normal;
  font-family: 'proxima_nova_reg', sans-serif;
  font-size: 9px;
  letter-spacing: 0;
}
.where-to-buy-search .where-to-buy-search-container .where-to-buy-search-postal-code {
  border: 1px solid #242424;
  color: #6f6f6f;
}
@media all and (max-width: 767px) {
  .where-to-buy-search .where-to-buy-search-container .where-to-buy-search-submit:after {
    margin: 0;
  }
}
.where-to-buy-link .where-to-buy-link-container .where-to-buy-search-label h5 {
  font-size: 9px;
  margin: 10px 0;
}
.where-to-buy-link .where-to-buy-link-container form .where-to-buy-link-element:first-child {
  display: block;
}
.where-to-buy-link .where-to-buy-link-container form input[type=text] {
  height: 50px;
  padding-top: 0px;
  background-color: #eeeeee;
  border: 1px solid #242424;
}
.where-to-buy-link .where-to-buy-link-container form .where-to-buy-search-submit {
  height: 50px;
}
.where-to-buy-search > :not(.has-bg) {
  background-color: #eeeeee;
}
.where-to-buy-campaign-base .where-to-buy-search-base,
.where-to-buy-search-base {
  background: #eeeeee;
}
.where-to-buy-campaign-base .where-to-buy-search-base label,
.where-to-buy-search-base label {
  letter-spacing: 3px;
}
.where-to-buy-campaign-base .where-to-buy-search-base .where-to-buy-postal-and-submit .where-to-buy-search-submit,
.where-to-buy-search-base .where-to-buy-postal-and-submit .where-to-buy-search-submit {
  margin: 0;
  padding: 18px 40px;
}
.where-to-buy-campaign-base .where-to-buy-search-base .custom-checkbox span,
.where-to-buy-search-base .custom-checkbox span {
  background: #ffffff;
  border: 1px solid #aeaeae;
}
.where-to-buy-campaign-base .where-to-buy-search-base .custom-checkbox input:checked + span span,
.where-to-buy-search-base .custom-checkbox input:checked + span span {
  background: #242424;
}
@media all and (max-width: 480px) {
  .where-to-buy-campaign-base .where-to-buy-search-base .where-to-buy-postal-and-submit .where-to-buy-search-submit:after,
  .where-to-buy-search-base .where-to-buy-postal-and-submit .where-to-buy-search-submit:after {
    padding: 0;
    font-size: 150%;
    margin-left: 0px;
  }
}
@media all and (max-width: 767px) {
  .dealer-name,
  .dealer-name-mobile {
    padding-right: 70px !important;
  }
}

.part-number-search.aem-GridColumn--default--12 {
  margin: 20px 0;
}
.part-number_wrapper .input-wrapper .part-number-input {
  font-family: "proxima_nova_reg", serif;
  font-size: 14px;
  color: #6f6f6f;
  background-color: #eeeeee;
  padding-left: 15px;
  border: 1px solid #242424;
}
.part-number_wrapper .input-wrapper .button-arrow-part-number {
  display: none;
}
.part-number_wrapper .input-wrapper .part-number-input:hover,
.part-number_wrapper .input-wrapper .part-number-input:focus,
.part-number_wrapper .input-wrapper .part-number-input:active {
  outline: none;
  box-shadow: none;
  color: #242424;
  background-color: #ffffff;
  border: solid 1px #242424;
  border-right: none;
}
.part-number_wrapper .button-down {
  padding: 0 20px;
}
.part-number_wrapper .button-down::after {
  content: "\f04B";
  font-family: "FontAwesome", serif;
  margin-left: 10px;
}

.part-number-page-header {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
}
.part-number-page-content_table .rowClass {
  border-bottom: 1px solid #eeeeee;
}
.part-number-page-content_table th {
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  font-size: 13px;
  letter-spacing: 1px;
  color: #242424;
  background: transparent;
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
}
.part-number-page-content_table td {
  font-size: 13px;
  color: #242424;
}
.part-number-page-content_table td:last-of-type {
  color: #c1001f;
}
.part-number-page-content_navbar {
  border-bottom: 1px solid grey;
}
.part-number-page-content_navbar .navbar_active {
  font-size: 13px;
  background-color: #eeeeee;
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  letter-spacing: 1px;
}
.part-number-page-content_navbar .navbar_active-link {
  color: #242424;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-bottom-color: transparent;
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
}

.driv-part-detail-page-header .part-detail-header-metadata {
  border-color: #6f6f6f;
}
.driv-part-detail-page-header .part-detail-header-ctas .part-detail-header-button {
  font-family: "399489_0_0";
  color: #c1001f;
}
.driv-part-detail-page-header .part-detail-header-ctas .part-detail-header-button:hover {
  border-color: #c1001f;
}

.part-number-page-content .part-number-page-content_table-header,
.part-number-page-content_table {
  font-size: 14px;
}
.part-number-page-content .part-number-page-content_table-header > .table-header,
.part-number-page-content_table > .table-header {
  font-family: "399489_0_0";
  border-color: #aeaeae;
  text-transform: uppercase;
}
.part-number-page-content .part-number-page-content_table {
  border-bottom-color: #aeaeae;
}
.part-number-page-content .part-number-page-content_table a {
  color: #c1001f;
}
.part-number-page-content .part-ctas > * {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.part-number-page-content-part-cta {
  color: #c1001f;
  text-transform: capitalize;
  background: none;
  font-size: 14px;
  padding: 10px;
  font-style: normal;
  font-weight: normal;
  font-family: '399489_0_0', sans-serif;
  letter-spacing: 3px;
}
.part-number-page-content-part-cta:after {
  display: none;
}
.driv-tabs__container .driv-tabs__header {
  border-bottom-color: #aeaeae;
  text-transform: uppercase;
}
.driv-tabs__container .driv-tabs__header > li {
  color: #242424;
  background-color: #aeaeae;
  font-family: "399489_0_0";
}
.driv-tabs__container .driv-tabs__header > li.tab__selected {
  color: #242424;
  border-left-color: #aeaeae;
  border-right-color: #aeaeae;
  border-top-color: #aeaeae;
  background-color: #ffffff;
}

.newsletter-tool .newsletter-container .button-arrow:after,
.cta-link:after {
  margin-left: 14px;
}

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

Input: /apps/clientlibs/fmmp-ferodo/libs/common/source/less/components/header-touts.less
Error: FileError: 'styles-ferodo.less' wasn't found in /apps/clientlibs/fmmp-ferodo/libs/common/source/less/components/header-touts.less on line 1, column 1:
1 @import (reference)
2     "/apps/clientlibs/fmmp-monroe/libs/common/source/less/styles-ferodo.less";


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

.header-touts {
    background-color: @c-white;

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        letter-spacing: 1px;
        padding: 0;

        span {
            float: none;
            font-size: inherit;
        }
    }

    .header-touts {
        border-bottom: 15px solid @c-secondary;
        .header-foreground-container {
            padding-bottom: 300px;

            .header-content {
                h1 {
                    line-height: 70px;
                    font-size: 4.375em;
                }
                .cta-classes {
                    margin-top: 40px;
                    margin-left: 3px;

                    &.cta-link i {
                        margin: 0 10px;
                        font-size: 16px;
                        display: inline-block;
                    }

                    i {
                        display: none;
                    }

                    &.button-main,
                    &.button-secondary {
                        text-align: center;
                        width: auto;
                        padding: 22px 50px 24px;
                    }
                }
            }
        }

        .header-touts-container {
            margin-top: -250px;

            &.darken-shadow .tout-slide {
                box-shadow: 0 2px 5px 0 #4f4f4fab;
            }

            .tout-slide {
                width: 510px;
                height: auto;
                min-height: 300px;
                border-radius: 3px;
                margin: 0 13px;
                box-shadow: 0 2px 5px 0 #eee;

                .tout-image {
                    height: 280px;
                    border-radius: inherit;

                    .image {
                        border-radius: inherit;
                    }
                }

                .tout-content {
                    height: 100%;
                    padding-bottom: 0;

                    h1,
                    h2,
                    h3,
                    h4,
                    h5,
                    h6 {
                        padding: 5px;
                    }

                    p {
                        line-height: 26px;
                        letter-spacing: normal;
                        margin: 0;
                    }

                    .slide-cta {
                        padding: 20px 0;
                        position: static;
                    }
                }
            }
        }
    }
    @media (max-width: @bp_tablet_max) {
        .header-touts {
            .header-foreground-container {
                padding-bottom: 175px;
                .header-content {
                    .cta-classes {
                        &.button-main,
                        &.button-secondary {
                            padding: 19px 45px;
                        }
                    }
                }
            }
            .header-touts-container {
                margin-top: -135px;

                .tout-slide {
                    margin: 0 10px;
                    width: 290px;
                    height: auto;

                    .tout-image {
                        height: 220px;
                    }

                    .tout-content {
                        padding-right: 20px;
                        padding-left: 20px;
                    }
                }
            }
        }
    }
    @media (max-width: @bp_mobile_max) {
        background-color: @c-primary;

        .header-touts {
            border-bottom: none;

            .header-foreground-container {
                padding-bottom: 85px;

                .header-content {
                    .cta-classes {
                        margin-top: 30px;
                    }
                    h1 {
                        line-height: 44px;
                        font-size: 42px;
                    }
                }
            }

            .header-touts-container {
                margin-top: -50px;
                margin-bottom: 45px;

                .tout-slide {
                    margin: 15px auto;
                    height: auto;

                    .tout-content {
                        box-shadow: none;

                        .slide-cta {
                            padding: 0;
                            margin-top: 10px;
                        }
                    }
                    .tout-image {
                        height: 170px;
                    }
                }
            }
        }
    }

    @media (max-width: @bp_small_mobile_max) {
        .header-touts {
            .header-touts-container {
                .tout-slide {
                    margin: 15px;
                    width: auto;
                }
            }
        }
    }
}

.tout-slide .preview-container {
  background-color: #eeeeee;
}
.tout-slide .tout-content {
  padding-top: 10px;
}
.tout-slide .tout-content.cta-enable {
  padding-bottom: 90px;
  padding-top: 10px;
}
.tout-slide .tout-content h5 {
  margin-bottom: 5px;
}
.tout-slide .tout-content p {
  line-height: 22px;
  font-size: 12px;
  margin: 0;
}
.tout-slide .tout-content .slide-cta .cta-link {
  display: block;
  padding-bottom: 25px;
  text-transform: uppercase;
}
@media screen and (min-width: 1280px) {
  .tout-slide .tout-content p {
    line-height: 26px;
    font-size: 16px;
  }
}
.aem-GridColumn--default--8 .tout-slide .tout-content p {
  line-height: 26px;
  font-size: 16px;
}
.aem-GridColumn--default--8 .tout-slide .tout-content h4 {
  line-height: 40px;
  font-size: 30px;
}

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

/* German (de) Language modifications */
[data-locale*='de_'] .article .text h1 {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 2px;
}
[data-locale*='de_'] .article .text h2 {
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 2px;
}
[data-locale*='de_'] .article .text h3 {
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 2px;
}
[data-locale*='de_'] .article .text h4,
[data-locale*='de_'] .article .text .h4-rep {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 2px;
}
[data-locale*='de_'] .article .text h5 {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2px;
}
[data-locale*='de_'] .article .text h6 {
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 5px;
}
@media all and (max-width: 1024px) {
  [data-locale*='de_'] .article .text h1 {
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 2px;
  }
  [data-locale*='de_'] .article .text h2 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 2px;
  }
  [data-locale*='de_'] .article .text h3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2px;
  }
  [data-locale*='de_'] .article .text h4,
  [data-locale*='de_'] .article .text .h4-rep {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;
  }
  [data-locale*='de_'] .article .text h5 {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2px;
  }
  [data-locale*='de_'] .article .text h6 {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 5px;
  }
}
@media all and (max-width: 767px) {
  [data-locale*='de_'] .article .text h1 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 1px;
  }
  [data-locale*='de_'] .article .text h2 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 2px;
  }
  [data-locale*='de_'] .article .text h3 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
  }
  [data-locale*='de_'] .article .text h4,
  [data-locale*='de_'] .article .text .h4-rep {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;
  }
  [data-locale*='de_'] .article .text h5 {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2px;
  }
  [data-locale*='de_'] .article .text h6 {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 5px;
  }
}

/* Spanish (es) Language modifications */
[data-locale*='es_'] .article .text h1 {
  font-size: 45px;
  line-height: 45px;
  letter-spacing: 2px;
}
[data-locale*='es_'] .article .text h2 {
  font-size: 35px;
  line-height: 40px;
  letter-spacing: 2px;
}
[data-locale*='es_'] .article .text h3 {
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 2px;
}
[data-locale*='es_'] .article .text h4,
[data-locale*='es_'] .article .text .h4-rep {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 2px;
}
[data-locale*='es_'] .article .text h5 {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2px;
}
[data-locale*='es_'] .article .text h6 {
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 5px;
}
@media all and (max-width: 1024px) {
  [data-locale*='es_'] .article .text h1 {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 2px;
  }
  [data-locale*='es_'] .article .text h2 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 2px;
  }
  [data-locale*='es_'] .article .text h3 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
  }
  [data-locale*='es_'] .article .text h4,
  [data-locale*='es_'] .article .text .h4-rep {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;
  }
  [data-locale*='es_'] .article .text h5 {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2px;
  }
  [data-locale*='es_'] .article .text h6 {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 5px;
  }
}
@media all and (max-width: 767px) {
  [data-locale*='es_'] .article .text h1 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 1px;
  }
  [data-locale*='es_'] .article .text h2 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2px;
  }
  [data-locale*='es_'] .article .text h3 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
  }
  [data-locale*='es_'] .article .text h4,
  [data-locale*='es_'] .article .text .h4-rep {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;
  }
  [data-locale*='es_'] .article .text h5 {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2px;
  }
  [data-locale*='es_'] .article .text h6 {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 5px;
  }
}

/* French (fr) Language modifications */
[data-locale*='fr_'] .article .text h1 {
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 2px;
}
[data-locale*='fr_'] .article .text h2 {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 2px;
}
[data-locale*='fr_'] .article .text h3 {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 2px;
}
[data-locale*='fr_'] .article .text h4,
[data-locale*='fr_'] .article .text .h4-rep {
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 2px;
}
[data-locale*='fr_'] .article .text h5 {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 2px;
}
[data-locale*='fr_'] .article .text h6 {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 2px;
}

/* Italian (it) Language modifications */
[data-locale*='it_'] .article .text h1 {
  font-size: 45px;
  line-height: 45px;
  letter-spacing: 2px;
}
[data-locale*='it_'] .article .text h2 {
  font-size: 35px;
  line-height: 40px;
  letter-spacing: 2px;
}
[data-locale*='it_'] .article .text h3 {
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 2px;
}
[data-locale*='it_'] .article .text h4,
[data-locale*='it_'] .article .text .h4-rep {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 2px;
}
[data-locale*='it_'] .article .text h5 {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2px;
}
[data-locale*='it_'] .article .text h6 {
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 5px;
}
@media all and (max-width: 1024px) {
  [data-locale*='it_'] .article .text h1 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 2px;
  }
  [data-locale*='it_'] .article .text h2 {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 2px;
  }
  [data-locale*='it_'] .article .text h3 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
  }
  [data-locale*='it_'] .article .text h4,
  [data-locale*='it_'] .article .text .h4-rep {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;
  }
  [data-locale*='it_'] .article .text h5 {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2px;
  }
  [data-locale*='it_'] .article .text h6 {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 5px;
  }
}
@media all and (max-width: 767px) {
  [data-locale*='it_'] .article .text h1 {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 1px;
  }
  [data-locale*='it_'] .article .text h2 {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 2px;
  }
  [data-locale*='it_'] .article .text h3 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
  }
  [data-locale*='it_'] .article .text h4,
  [data-locale*='it_'] .article .text .h4-rep {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;
  }
  [data-locale*='it_'] .article .text h5 {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2px;
  }
  [data-locale*='it_'] .article .text h6 {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 5px;
  }
}

/* Dutch (nl) Language modifications */
[data-locale*='nl_'] .article .text h1 {
  font-size: 35px;
  line-height: 35px;
  letter-spacing: 2px;
}
[data-locale*='nl_'] .article .text h2 {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 2px;
}
[data-locale*='nl_'] .article .text h3 {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 2px;
}
[data-locale*='nl_'] .article .text h4,
[data-locale*='nl_'] .article .text .h4-rep {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 2px;
}
[data-locale*='nl_'] .article .text h5 {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2px;
}
[data-locale*='nl_'] .article .text h6 {
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 5px;
}
@media all and (max-width: 1024px) {
  [data-locale*='nl_'] .article .text h1 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 2px;
  }
  [data-locale*='nl_'] .article .text h2 {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 2px;
  }
  [data-locale*='nl_'] .article .text h3 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
  }
  [data-locale*='nl_'] .article .text h4,
  [data-locale*='nl_'] .article .text .h4-rep {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;
  }
  [data-locale*='nl_'] .article .text h5 {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2px;
  }
  [data-locale*='nl_'] .article .text h6 {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 5px;
  }
}
@media all and (max-width: 767px) {
  [data-locale*='nl_'] .article .text h1 {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 1px;
  }
  [data-locale*='nl_'] .article .text h2 {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 2px;
  }
  [data-locale*='nl_'] .article .text h3 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
  }
  [data-locale*='nl_'] .article .text h4,
  [data-locale*='nl_'] .article .text .h4-rep {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;
  }
  [data-locale*='nl_'] .article .text h5 {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2px;
  }
  [data-locale*='nl_'] .article .text h6 {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 5px;
  }
}

/* Russian (ru) Language modifications */
[data-locale*='ru_'] .article .text h1 {
  font-size: 45px;
  line-height: 45px;
  letter-spacing: 2px;
}
[data-locale*='ru_'] .article .text h2 {
  font-size: 35px;
  line-height: 40px;
  letter-spacing: 2px;
}
[data-locale*='ru_'] .article .text h3 {
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 2px;
}
[data-locale*='ru_'] .article .text h4,
[data-locale*='ru_'] .article .text .h4-rep {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 2px;
}
[data-locale*='ru_'] .article .text h5 {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2px;
}
[data-locale*='ru_'] .article .text h6 {
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 5px;
}
@media all and (max-width: 1024px) {
  [data-locale*='ru_'] .article .text h1 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 2px;
  }
  [data-locale*='ru_'] .article .text h2 {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 2px;
  }
  [data-locale*='ru_'] .article .text h3 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
  }
  [data-locale*='ru_'] .article .text h4,
  [data-locale*='ru_'] .article .text .h4-rep {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;
  }
  [data-locale*='ru_'] .article .text h5 {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2px;
  }
  [data-locale*='ru_'] .article .text h6 {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 5px;
  }
}
@media all and (max-width: 767px) {
  [data-locale*='ru_'] .article .text h1 {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 1px;
  }
  [data-locale*='ru_'] .article .text h2 {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 2px;
  }
  [data-locale*='ru_'] .article .text h3 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
  }
  [data-locale*='ru_'] .article .text h4,
  [data-locale*='ru_'] .article .text .h4-rep {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;
  }
  [data-locale*='ru_'] .article .text h5 {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2px;
  }
  [data-locale*='ru_'] .article .text h6 {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 5px;
  }
}

/* EMEA region modifications */
[data-region='loc-emea'] .product-feature .product-feature-container .product-feature-list .product-feature-content ul {
  margin-left: 16px;
}
[data-region='loc-emea'] .product-feature .product-feature-container .product-feature-list .product-feature-content ul li::before {
  background-color: transparent;
  content: "•";
  font-size: 26px;
  left: -16px;
  top: 0.3em;
}

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

/* WEB FONTS */
/* 
    Primary Fonts
    -------------
    The font families defined here use the Helvetica Neue webfont, the default primary font
*/
@font-face {
  font-family: '399489_0_0';
  src: url('../../fmmp-base/libs/main/resources/fonts/399489_0_0-webfont.eot');
  src: url('../../fmmp-base/libs/main/resources/fonts/399489_0_0-webfont.eot?#iefix') format('embedded-opentype'), url('../../fmmp-base/libs/main/resources/fonts/399489_0_0-webfont.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: '399489_0_0';
  src: url('../../fmmp-base/libs/main/resources/fonts/399489_0_0-webfont.eot');
  src: url('../../fmmp-base/libs/main/resources/fonts/399489_0_0-webfont.eot?#iefix') format('embedded-opentype'), url('../../fmmp-base/libs/main/resources/fonts/399489_0_0-webfont.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: '31FEF6_1_0';
  src: url('../../fmmp-base/libs/main/resources/fonts/31FEF6_1_0-webfont.eot');
  src: url('../../fmmp-base/libs/main/resources/fonts/31FEF6_1_0-webfont.eot?#iefix') format('embedded-opentype'), url('../../fmmp-base/libs/main/resources/fonts/31FEF6_1_0-webfont.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: '31FEF6_1_0';
  src: url('../../fmmp-base/libs/main/resources/fonts/31FEF6_1_0-webfont.eot');
  src: url('../../fmmp-base/libs/main/resources/fonts/31FEF6_1_0-webfont.eot?#iefix') format('embedded-opentype'), url('../../fmmp-base/libs/main/resources/fonts/31FEF6_1_0-webfont.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: '31FEF6_1_0';
  src: url('../../fmmp-base/libs/main/resources/fonts/31FEF6_1_0-webfont.eot');
  src: url('../../fmmp-base/libs/main/resources/fonts/31FEF6_1_0-webfont.eot?#iefix') format('embedded-opentype'), url('../../fmmp-base/libs/main/resources/fonts/31FEF6_1_0-webfont.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: '31FEF6_1_0';
  src: url('../../fmmp-base/libs/main/resources/fonts/31FEF6_1_0-webfont.eot');
  src: url('../../fmmp-base/libs/main/resources/fonts/31FEF6_1_0-webfont.eot?#iefix') format('embedded-opentype'), url('../../fmmp-base/libs/main/resources/fonts/31FEF6_1_0-webfont.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}

/* Chinese (cn) Language modifications */
[data-locale*='zh_CN'] h1 {
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 2px;
}
[data-locale*='zh_CN'] h2 {
  font-size: 50px;
  line-height: 55px;
  letter-spacing: 2px;
}
[data-locale*='zh_CN'] h3 {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 2px;
}
[data-locale*='zh_CN'] h4 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 2px;
}
[data-locale*='zh_CN'] h5 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 2px;
}
[data-locale*='zh_CN'] h6 {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2px;
}
[data-locale*='zh_CN'] p {
  font-size: 16px;
}
[data-locale*='zh_CN'] label {
  font-size: 14px;
}
[data-locale*='zh_CN'] .button-main,
[data-locale*='zh_CN'] .button-secondary {
  font-size: 16px;
}
[data-locale*='zh_CN'] ul li:before {
  color: #c1001f;
  content: "•";
  font-size: 45px;
  left: -19px;
  top: -13px;
  line-height: 1;
  position: absolute;
}
[data-locale*='zh_CN'] .fixed-carousel-three .carousel-slide sup {
  font-size: 0.4em;
}
[data-locale*='zh_CN'] .fixed-carousel-three .carousel-thumbnail h2 {
  font-size: 15px;
}
[data-locale*='zh_CN'] .page-site-nav-container .page-site-nav-parts a {
  padding: 23px 37px 24px;
  font-size: 16px;
}
[data-locale*='zh_CN'] .tt-symptom .symptom-link .symptom-title h4 {
  font-size: 15px;
  line-height: 58px;
}

