@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500italic,700,700italic");
*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 16px;
}

.visually-hidden {
  display: none;
}

.visible-for-small-only {
  display: block;
}

.visible-for-medium-up {
  display: none;
}

@media (min-width: 48em) {
  .visible-for-small-only {
    display: none;
  }
  .visible-for-medium-up {
    display: block;
  }
  .hide-for-medium-up {
    display: none;
  }
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.accessibility {
  position: absolute;
}

.accessibility ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.accessibility span,
.accessibility a {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.accessibility span.focusable:active, .accessibility span.focusable:focus,
.accessibility a.focusable:active,
.accessibility a.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.accessibility a:focus {
  position: absolute;
  padding: 5px 12px;
  background-color: #ffffff;
  line-height: 1em;
  clip: auto;
  top: 10px;
  left: 10px;
  height: auto;
  width: auto;
  white-space: nowrap;
}

.no-outline {
  outline: 0;
}

.audible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.audible.focusable:active, .audible.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.parsley-errors-list {
  color: #020200;
}

@font-face {
  font-family: 'ITC-Avant-Garde';
  src: url("../fonts/a73505a6-b02c-4f71-8c3e-60d8853ff6c3.eot?#iefix");
  src: url("../fonts/a73505a6-b02c-4f71-8c3e-60d8853ff6c3.eot?#iefix") format("eot"), url("../fonts/577510d7-3963-4fa1-ab92-f289ecc40899.woff2") format("woff2"), url("../fonts/b698cd2d-a17c-4322-80c2-8d09ab32a57b.woff") format("woff"), url("../fonts/8b2e171f-4ee0-4edc-972c-f3a7dd991e2d.ttf") format("truetype"), url("../fonts/921125f3-b42e-43f7-9b18-726d4fa530bf.svg#921125f3-b42e-43f7-9b18-726d4fa530bf") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'ITC-Avant-Garde';
  src: url("../fonts/ed474a6e-8269-4fbd-8716-3542aa55dca9.eot?#iefix");
  src: url("../fonts/ed474a6e-8269-4fbd-8716-3542aa55dca9.eot?#iefix") format("eot"), url("../fonts/cb70eaaa-da99-46c7-a18f-43cabdd4fa22.woff2") format("woff2"), url("../fonts/b1234d48-ee44-4e87-8d44-09f80366c1c1.woff") format("woff"), url("../fonts/4d90d836-a65e-4be1-b73f-9097d575e114.ttf") format("truetype"), url("../fonts/adecb382-95db-4995-89d6-8b567697bce2.svg#adecb382-95db-4995-89d6-8b567697bce2") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'ITC-Avant-Garde';
  src: url("../fonts/71a703e3-33e8-44c6-9c52-0865fdf448b7.eot?#iefix");
  src: url("../fonts/71a703e3-33e8-44c6-9c52-0865fdf448b7.eot?#iefix") format("eot"), url("../fonts/034171f8-b09c-4c84-bee4-2be1f17a6e71.woff2") format("woff2"), url("../fonts/75e461b0-cdec-46bf-bc7e-e7ee669885e8.woff") format("woff"), url("../fonts/7dfe60c1-f7bc-4376-a142-9ad2357607bc.ttf") format("truetype"), url("../fonts/2d0cb1de-9f62-43ec-ad0c-1b0650ddfd03.svg#2d0cb1de-9f62-43ec-ad0c-1b0650ddfd03") format("svg");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'gy-icons';
  src: url("../icons/gy-icons.eot");
  src: url("../icons/gy-icons.eot?#iefix") format("embedded-opentype"), url("../icons/gy-icons.woff") format("woff"), url("../icons/gy-icons.ttf") format("truetype"), url("../icons/gy-icons.svg#gy-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^='icon-'],
[class*=' icon-'] {
  font-family: 'gy-icons', arial, sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
  content: '\e630';
}

.icon-arrow-up:before {
  content: '\e631';
}

.icon-arrow-down:before {
  content: '\e632';
}

.icon-search:before {
  content: '\e600';
}

.icon-hamburger:before {
  content: '\e601';
}

.icon-pin:before {
  content: '\e602';
}

.icon-location:before {
  content: '\e603';
}

.icon-pin-solid:before {
  content: '\e604';
}

.icon-minus:before {
  content: '\e605';
}

.icon-plus:before {
  content: '\e606';
}

.icon-ch-left:before {
  content: '\e607';
}

.icon-close:before {
  content: '\e608';
}

.icon-ch-right:before {
  content: '\e609';
}

.icon-help:before {
  content: '\e60a';
}

.icon-info:before {
  content: '\e60b';
}

.icon-all-season:before {
  content: '\e60c';
}

.icon-close-alt:before {
  content: '\e60d';
}

.icon-summer:before {
  content: '\e60e';
}

.icon-tick:before {
  content: '\e60f';
}

.icon-winter:before {
  content: '\e610';
}

.icon-rosette:before {
  content: '\e611';
}

.icon-run-flat:before {
  content: '\e612';
}

.icon-recommend:before {
  content: '\e613';
}

.icon-off-road:before {
  content: '\e614';
}

.icon-rating:before {
  content: '\e615';
}

.icon-rim-protection:before {
  content: '\e616';
}

.icon-spec-menu:before {
  content: '\e617';
}

.icon-on-road:before {
  content: '\e618';
}

.icon-offroad:before {
  content: '\e61a';
}

.icon-car:before {
  content: '\e619';
}

.icon-light-truck:before {
  content: '\e61b';
}

.icon-tire:before {
  content: '\e61c';
}

.icon-noresults:before {
  content: '\e61d';
}

.icon-tire-search:before {
  content: '\e61e';
}

.icon-suv:before {
  content: '\e61f';
}

.icon-vehicle-search:before {
  content: '\e620';
}

.icon-truck:before {
  content: '\e621';
}

.icon-hsntsn:before {
  content: '\e622';
}

.icon-directions:before {
  content: '\e623';
}

.icon-noise:before {
  content: '\e624';
}

.icon-write:before {
  content: '\e625';
}

.icon-grip:before {
  content: '\e626';
}

.icon-filter:before {
  content: '\e627';
}

.icon-fuel:before {
  content: '\e628';
}

.icon-caution:before {
  content: '\e629';
}

.icon-review:before {
  content: '\e62a';
}

.icon-livechat:before {
  content: '\e62b';
}

.icon-google:before {
  content: '\e62c';
}

.icon-label:before {
  content: '\e62d';
}

.icon-winter-studdable:before {
  content: '\e900';
}

.icon-winter-ice:before {
  content: '\e905';
}

.icon-facebook:before {
  content: '\e62e';
}

.icon-twitter:before {
  content: '\e62f';
}

.icon-double-chevron:before {
  content: '\e633';
}

.icon-phone:before {
  content: '\e634';
}

.icon-hat:before {
  content: '\e635';
}

.icon-track:before {
  content: '\e636';
}

.icon-reset:before {
  content: '\e637';
}

.icon-envelope:before {
  content: '\e906';
}

.icon-external-link:before {
  content: '\e901';
}

.level-a:before {
  color: #009132;
}

.level-b:before {
  color: #4dba47;
}

.level-c:before {
  color: #c8d200;
}

html {
  font-family: arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.item-pricing p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

p {
  margin: 0 0 20px;
}

p a {
  color: #020200;
}

p a:hover {
  text-decoration: none;
}

/* Headers */
.h1 {
  margin: 0 0 20px;
  font-family: "Helvetic Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.125rem;
  color: #020200;
}

@media (min-width: 64rem) {
  .h1 {
    font-size: 2.375rem;
    font-weight: 700;
    line-height: 2.625rem;
  }
}

.h1-light {
  margin: 0 0 20px;
  font-family: "Helvetic Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.125rem;
  color: #ffffff;
}

@media (min-width: 64rem) {
  .h1-light {
    font-size: 2.375rem;
    font-weight: 700;
    line-height: 2.625rem;
  }
}

.h1-dark {
  margin: 0 0 20px;
  font-family: "Helvetic Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.125rem;
  color: #020200;
}

@media (min-width: 64rem) {
  .h1-dark {
    font-size: 2.375rem;
    font-weight: 700;
    line-height: 2.625rem;
  }
}

.h2 {
  margin: 0 0 20px;
  font-family: "Helvetic Neue", Helvetica, Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.875rem;
  color: #020200;
}

@media (min-width: 64rem) {
  .h2 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.125rem;
  }
}

.h2-light {
  margin: 0 0 20px;
  font-family: "Helvetic Neue", Helvetica, Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.875rem;
  color: #ffffff;
}

@media (min-width: 64rem) {
  .h2-light {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.125rem;
  }
}

.h2-dark {
  margin: 0 0 20px;
  font-family: "Helvetic Neue", Helvetica, Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.875rem;
  color: #020200;
}

@media (min-width: 64rem) {
  .h2-dark {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.125rem;
  }
}

.h3 {
  margin: 0 0 20px;
  font-family: "Helvetic Neue", Helvetica, Arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: #020200;
}

@media (min-width: 64rem) {
  .h3 {
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 2rem;
  }
}

.h3-light {
  margin: 0 0 20px;
  font-family: "Helvetic Neue", Helvetica, Arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: #ffffff;
}

@media (min-width: 64rem) {
  .h3-light {
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 2rem;
  }
}

.h3-dark {
  margin: 0 0 20px;
  font-family: "Helvetic Neue", Helvetica, Arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: #020200;
}

@media (min-width: 64rem) {
  .h3-dark {
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 2rem;
  }
}

.h4 {
  margin: 0 0 20px;
  font-family: "Helvetic Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #020200;
}

@media (min-width: 64rem) {
  .h4 {
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.75rem;
  }
}

.h4-light {
  margin: 0 0 20px;
  font-family: "Helvetic Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #ffffff;
}

@media (min-width: 64rem) {
  .h4-light {
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.75rem;
  }
}

.h4-dark {
  margin: 0 0 20px;
  font-family: "Helvetic Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #020200;
}

@media (min-width: 64rem) {
  .h4-dark {
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.75rem;
  }
}

/* End of headers */
.bc-bold {
  font-family: arial, sans-serif;
  font-size: 1em;
  line-height: 1.375;
  font-weight: bold;
  color: #020200;
}

.bc-bold-light {
  font-family: arial, sans-serif;
  font-size: 1em;
  line-height: 1.375;
  font-weight: bold;
  color: #ffffff;
}

.bc {
  font-family: arial, sans-serif;
  font-size: 1em;
  line-height: 1.375;
  color: #020200;
}

.bc-med {
  font-family: arial, sans-serif;
  font-size: 1em;
  line-height: 1.375;
  color: #767676;
}

.bc-light {
  font-family: arial, sans-serif;
  font-size: 1em;
  line-height: 1.375;
  color: #ffffff;
}

.label {
  font-family: arial, sans-serif;
  font-size: .875em;
  line-height: 1.429;
  color: #020200;
}

.label-med {
  font-family: arial, sans-serif;
  font-size: .875em;
  line-height: 1.429;
  color: #767676;
}

.label-light {
  font-family: arial, sans-serif;
  font-size: .875em;
  line-height: 1.429;
  color: #ffffff;
}

.cta {
  transition: all ease-in .2s;
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  font-size: 1em;
  display: inline-block;
  padding: 15px 30px;
  margin: 0 15px;
  text-decoration: none;
  color: #020200;
  cursor: pointer;
  min-width: 120px;
  position: relative;
  background-color: transparent;
  border-radius: 0;
  margin: 5px 0;
  text-align: center;
}

.dunlop-el_gr .cta {
  text-transform: none;
}

.cta:hover, .cta:focus, .cta:active {
  background-color: transparent;
}

.cta:hover:after, .cta:focus:after, .cta:active:after {
  background-color: #ffd100;
  color: #020200;
}

.cta:after {
  -ms-transform: skew(-30deg);
      transform: skew(-30deg);
  content: '';
  background-color: #ffe500;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.cta.less-padding {
  padding: 15px;
}

@media (min-width: 48em) {
  .cta {
    margin: 0;
  }
}

@media only screen and (orientation: landscape) {
  .cta {
    margin: 0;
  }
}

.cta.cta-small {
  font-size: 12px;
}

@media (min-width: 48em) {
  .cta.cta-small {
    font-size: 14px;
  }
}

@media (min-width: 80em) {
  .cta.cta-small {
    font-size: 16px;
  }
}

.cta-with-icon {
  transition: all ease-in .2s;
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  font-size: 1em;
  display: inline-block;
  padding: 15px 30px;
  margin: 0 15px;
  text-decoration: none;
  color: #020200;
  cursor: pointer;
  min-width: 120px;
  position: relative;
  background-color: transparent;
  border-radius: 0;
  padding: 15px 30px 15px 50px;
  background-repeat: no-repeat;
  background-position: 25px center;
  position: relative;
  text-align: center;
  width: 100%;
}

.dunlop-el_gr .cta-with-icon {
  text-transform: none;
}

.cta-with-icon:hover, .cta-with-icon:focus, .cta-with-icon:active {
  background-color: transparent;
}

.cta-with-icon:hover:after, .cta-with-icon:focus:after, .cta-with-icon:active:after {
  background-color: #ffd100;
  color: #020200;
}

.cta-with-icon:after {
  -ms-transform: skew(-30deg);
      transform: skew(-30deg);
  content: '';
  background-color: #ffe500;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.cta-with-icon:before {
  font-family: 'gy-icons', arial, sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 10px;
  top: calc(50% - 0.5em);
  font-size: 1.4em;
}

.cta-with-icon.compass:before {
  content: '\e603';
}

.cta-with-icon.wheel:before {
  content: '\e61c';
}

.cta-with-icon.buy-online:before {
  content: '\e900';
  margin-left: 4px;
}

.cta-with-icon.buy-online-hybrid:before {
  content: '\e901';
  margin-left: 4px;
}

.cta-with-icon.map-point:before {
  content: '\e602';
}

.cta-with-icon.phone:before {
  content: '\e633';
}

.buy-online-varient .cta-with-icon.wheel:before {
  font-size: 1.6em;
  content: '\e901';
}

a.current-location {
  padding: 15px 0 15px 57px;
  text-align: left;
  background: none;
}

.cta-secondary {
  transition: all ease-in .2s;
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  font-size: 1em;
  display: inline-block;
  padding: 15px 30px;
  margin: 0 15px;
  text-decoration: none;
  color: #020200;
  cursor: pointer;
  min-width: 120px;
  position: relative;
  background-color: transparent;
  border-radius: 0;
  border: 2px solid #020200;
  color: #020200;
  background-color: transparent;
}

.dunlop-el_gr .cta-secondary {
  text-transform: none;
}

.cta-secondary:hover, .cta-secondary:focus, .cta-secondary:active {
  background-color: transparent;
}

.cta-secondary:hover:after, .cta-secondary:focus:after, .cta-secondary:active:after {
  background-color: #ffd100;
  color: #020200;
}

.cta-secondary:after {
  -ms-transform: skew(-30deg);
      transform: skew(-30deg);
  content: '';
  background-color: #ffe500;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.cta-secondary.less-padding {
  padding: 15px;
}

.cta-secondary.buy-online, .cta-secondary.online-sibling {
  padding-left: 50px;
}

.cta-secondary.buy-online:before, .cta-secondary.online-sibling:before {
  left: 10px !important;
  top: calc(50% - 0.5em) !important;
}

.cta-secondary:hover {
  background: #023f7b;
  color: #ffffff;
}

.cta-secondary > [class^='icon-'] {
  padding-left: 30px;
}

.cta-secondary.cta-small {
  font-size: 12px;
}

@media (min-width: 48em) {
  .cta-secondary.cta-small {
    font-size: 14px;
  }
}

@media (min-width: 80em) {
  .cta-secondary.cta-small {
    font-size: 16px;
  }
}

.cta-txt {
  transition: all ease-in .2s;
  font-size: 1em;
  color: #020200;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}

.cta-txt:before {
  font-family: 'gy-icons', arial, sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all ease-in .2s;
  font-size: .8em;
  content: '\e609';
  margin: 0 5px 0 0;
}

.cta-txt:hover, .cta-txt:focus, .cta-txt:active {
  text-decoration: none;
}

.cta-txt:hover:before, .cta-txt:focus:before, .cta-txt:active:before {
  content: '\e630';
}

.cta-txt.bg-alt {
  color: #ffe500;
}

.cta-txt.no-arrow {
  background: none;
  padding: 0px;
}

.cta-txt.no-arrow:before {
  content: '';
  margin: 0px;
}

.cta-txt.no-arrow:hover, .cta-txt.no-arrow:focus, .cta-txt.no-arrow:active {
  text-decoration: underline;
}

.cta-link {
  background: none;
  text-decoration: none;
  color: #020200;
}

.cta-link:before {
  content: '';
}

.cta-link:hover, .cta-link:focus, .cta-link:active {
  text-decoration: underline;
}

.cta-no-decoration {
  text-decoration: none;
}

.cta-icon {
  transition: all ease-in .2s;
  font-size: 1em;
  color: #020200;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-family: arial, sans-serif;
  -webkit-font-smoothing: auto;
}

.cta-icon:before {
  font-family: 'gy-icons', arial, sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all ease-in .2s;
  font-size: .8em;
  margin: 0 5px 0 0;
}

.cta-icon.bg-alt {
  color: #ffe500;
}

.cta-accordion {
  transition: all ease-in .2s;
  font-size: 1em;
  color: #020200;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  padding: 0;
}

.cta-accordion:before {
  font-family: 'gy-icons', arial, sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all ease-in .2s;
  font-size: .8em;
  content: '\e606';
  margin: 0 5px 0 0;
}

.cta-accordion:hover, .cta-accordion:focus, .cta-accordion:active {
  text-decoration: none;
}

.cta-accordion.open:before {
  content: '\e605';
}

.marker-pin {
  transition: all ease-in .2s;
  font-size: 1em;
  color: #020200;
  text-decoration: none;
  cursor: pointer;
  background: url("../icons/pin.png") no-repeat 0 center transparent;
  display: inline-block;
  padding: 0 0 0 20px;
  background-size: 16px;
  background-position: left top;
}

.marker-pin:hover, .marker-pin:focus, .marker-pin:active {
  text-decoration: none;
}

html {
  font-family: arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
}

.dunlop-el_gr h1, .dunlop-el_gr
h2, .dunlop-el_gr
h3, .dunlop-el_gr
h4, .dunlop-el_gr
h5, .dunlop-el_gr
h6 {
  text-transform: none;
}

p,
.item-pricing p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 16px;
  line-height: 1.4;
}

p a,
.item-pricing p a {
  color: #020200;
}

p a:hover,
.item-pricing p a:hover {
  text-decoration: none;
}

.h1 {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 2em;
  color: #020200;
}

.dunlop-el_gr .h1 {
  text-transform: none;
}

@media (min-width: 48em) {
  .h1 {
    font-size: 2.5em;
  }
}

.h1-dark {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 2em;
  color: #020200;
}

.dunlop-el_gr .h1-dark {
  text-transform: none;
}

@media (min-width: 48em) {
  .h1-dark {
    font-size: 2.5em;
  }
}

.h1-light {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 2em;
  color: #ffffff;
}

.dunlop-el_gr .h1-light {
  text-transform: none;
}

@media (min-width: 48em) {
  .h1-light {
    font-size: 2.5em;
  }
}

.h2 {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.5em;
  color: #020200;
}

.dunlop-el_gr .h2 {
  text-transform: none;
}

@media (min-width: 48em) {
  .h2 {
    font-size: 2.125em;
  }
}

.h2-dark {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.5em;
  color: #020200;
}

.dunlop-el_gr .h2-dark {
  text-transform: none;
}

@media (min-width: 48em) {
  .h2-dark {
    font-size: 2.125em;
  }
}

.h2-light {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.5em;
  color: #ffffff;
}

.dunlop-el_gr .h2-light {
  text-transform: none;
}

@media (min-width: 48em) {
  .h2-light {
    font-size: 2.125em;
  }
}

.h3 {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.25em;
  margin: 0 0 12px;
  color: #020200;
}

.dunlop-el_gr .h3 {
  text-transform: none;
}

@media (min-width: 48em) {
  .h3 {
    font-size: 1.625em;
  }
}

.h3-dark {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.25em;
  margin: 0 0 12px;
  color: #020200;
}

.dunlop-el_gr .h3-dark {
  text-transform: none;
}

@media (min-width: 48em) {
  .h3-dark {
    font-size: 1.625em;
  }
}

.h3-light {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.25em;
  margin: 0 0 12px;
  color: #ffffff;
}

.dunlop-el_gr .h3-light {
  text-transform: none;
}

@media (min-width: 48em) {
  .h3-light {
    font-size: 1.625em;
  }
}

.h4 {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.125em;
  margin: 0 0 12px;
  color: #020200;
}

.dunlop-el_gr .h4 {
  text-transform: none;
}

@media (min-width: 48em) {
  .h4 {
    font-size: 1.375em;
  }
}

.h4-dark {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.125em;
  margin: 0 0 12px;
  color: #020200;
}

.dunlop-el_gr .h4-dark {
  text-transform: none;
}

@media (min-width: 48em) {
  .h4-dark {
    font-size: 1.375em;
  }
}

.h4-light {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.125em;
  margin: 0 0 12px;
  color: #ffffff;
}

.dunlop-el_gr .h4-light {
  text-transform: none;
}

@media (min-width: 48em) {
  .h4-light {
    font-size: 1.375em;
  }
}

.h5 {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.125em;
  margin: 0 0 12px;
  color: #020200;
}

.dunlop-el_gr .h5 {
  text-transform: none;
}

@media (min-width: 48em) {
  .h5 {
    font-size: 1.25em;
  }
}

.h5-dark {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.125em;
  margin: 0 0 12px;
  color: #020200;
}

.dunlop-el_gr .h5-dark {
  text-transform: none;
}

@media (min-width: 48em) {
  .h5-dark {
    font-size: 1.25em;
  }
}

.h5-light {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.125em;
  margin: 0 0 12px;
  color: #ffffff;
}

.dunlop-el_gr .h5-light {
  text-transform: none;
}

@media (min-width: 48em) {
  .h5-light {
    font-size: 1.25em;
  }
}

.bc-bold {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4;
  font-weight: bold;
  color: #020200;
}

.bc-bold-light {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4;
  font-weight: bold;
  color: #ffffff;
}

.bc {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4;
  color: #020200;
}

.bc-med {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4;
  color: #767676;
}

.bc-light {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4;
  color: #ffffff;
}

.label {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875em;
  line-height: 1.4;
  color: #020200;
}

.label-med {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875em;
  line-height: 1.4;
  color: #767676;
}

.label-light {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875em;
  line-height: 1.4;
  color: #ffffff;
}

.cta {
  transition: all ease-in .2s;
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  font-size: 1em;
  display: inline-block;
  padding: 15px 30px;
  margin: 0 15px;
  text-decoration: none;
  color: #020200;
  cursor: pointer;
  min-width: 120px;
  position: relative;
  background-color: transparent;
  border-radius: 0;
}

.dunlop-el_gr .cta {
  text-transform: none;
}

.cta:hover, .cta:focus, .cta:active {
  background-color: transparent;
}

.cta:hover:after, .cta:focus:after, .cta:active:after {
  background-color: #ffd100;
  color: #020200;
}

.cta:after {
  -ms-transform: skew(-30deg);
      transform: skew(-30deg);
  content: '';
  background-color: #ffe500;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.cta.less-padding {
  padding: 15px;
}

.complementary-advance .cta-secondary,
.cta-secondary {
  transition: all ease-in .2s;
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  font-size: 1em;
  display: inline-block;
  padding: 15px 30px;
  margin: 0 15px;
  text-decoration: none;
  color: #020200;
  cursor: pointer;
  min-width: 120px;
  position: relative;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  color: #020200;
  background-color: transparent;
  padding: 7px 30px;
  position: relative;
}

.dunlop-el_gr .complementary-advance .cta-secondary, .dunlop-el_gr
.cta-secondary {
  text-transform: none;
}

.complementary-advance .cta-secondary:hover, .complementary-advance .cta-secondary:focus, .complementary-advance .cta-secondary:active,
.cta-secondary:hover,
.cta-secondary:focus,
.cta-secondary:active {
  background-color: transparent;
}

.complementary-advance .cta-secondary:hover:after, .complementary-advance .cta-secondary:focus:after, .complementary-advance .cta-secondary:active:after,
.cta-secondary:hover:after,
.cta-secondary:focus:after,
.cta-secondary:active:after {
  background-color: #ffd100;
  color: #020200;
}

.complementary-advance .cta-secondary:after,
.cta-secondary:after {
  -ms-transform: skew(-30deg);
      transform: skew(-30deg);
  content: '';
  background-color: #ffe500;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.complementary-advance .cta-secondary:hover, .complementary-advance .cta-secondary:focus, .complementary-advance .cta-secondary:active,
.cta-secondary:hover,
.cta-secondary:focus,
.cta-secondary:active {
  background-color: transparent;
  color: #020200;
}

.complementary-advance .cta-secondary:before,
.cta-secondary:before {
  font-family: 'gy-icons', arial, sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e633';
  font-size: 0.8em;
  position: absolute;
  left: 10px;
  top: calc(50% - 0.5em);
}

.complementary-advance .cta-secondary.less-padding,
.cta-secondary.less-padding {
  padding: 7px 15px;
}

.complementary-advance .cta-secondary {
  text-decoration: none;
}

.complementary-advance .cta-secondary.less-padding {
  padding: 7px 30px;
}

.cta-with-icon {
  padding: 15px 20px 15px 35px;
  text-align: center;
}

.cta-with-icon:before {
  left: 10px;
  top: calc(50% - 0.5em);
  font-size: 1.4rem;
}

.cta.bg-alt,
.cta-with-icon.bg-alt,
.cta-secondary.bg-alt,
.cta-secondary.bg-alt {
  color: #ffffff;
}

.cta.bg-alt:after,
.cta-with-icon.bg-alt:after,
.cta-secondary.bg-alt:after,
.cta-secondary.bg-alt:after {
  background-color: #020200;
}

.cta.bg-alt:hover, .cta.bg-alt:focus, .cta.bg-alt:active,
.cta-with-icon.bg-alt:hover,
.cta-with-icon.bg-alt:focus,
.cta-with-icon.bg-alt:active,
.cta-secondary.bg-alt:hover,
.cta-secondary.bg-alt:focus,
.cta-secondary.bg-alt:active,
.cta-secondary.bg-alt:hover,
.cta-secondary.bg-alt:focus,
.cta-secondary.bg-alt:active {
  background-color: transparent;
  color: #ffffff;
}

.cta.bg-alt:hover:after, .cta.bg-alt:focus:after, .cta.bg-alt:active:after,
.cta-with-icon.bg-alt:hover:after,
.cta-with-icon.bg-alt:focus:after,
.cta-with-icon.bg-alt:active:after,
.cta-secondary.bg-alt:hover:after,
.cta-secondary.bg-alt:focus:after,
.cta-secondary.bg-alt:active:after,
.cta-secondary.bg-alt:hover:after,
.cta-secondary.bg-alt:focus:after,
.cta-secondary.bg-alt:active:after {
  background-color: #3b3b3b;
}

.cta-txt {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  transition: all ease-in .2s;
  -ms-transform: translateX(0);
      transform: translateX(0);
  line-height: 1;
  padding-right: 2px;
  padding-left: 20px;
}

.dunlop-el_gr .cta-txt {
  text-transform: none;
}

@media (min-width: 48em) {
  .cta-txt:hover {
    -ms-transform: translateX(10px);
        transform: translateX(10px);
  }
}

.cta-txt:before {
  font-family: 'gy-icons', arial, sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all ease-in .2s;
  content: '\e633';
  font-size: 0.8rem;
  margin: 0 5px 0 -20px;
}

.cta-txt:hover:before, .cta-txt:focus:before, .cta-txt:active:before {
  content: '\e633';
}

.cta-txt.bg-alt {
  color: #ffe500;
}

.cta-txt.no-arrow {
  transition-property: none;
  background: none;
  padding: 0px;
}

.cta-txt.no-arrow:before {
  content: '';
  margin: 0px;
}

.cta-txt.no-arrow:hover, .cta-txt.no-arrow:focus, .cta-txt.no-arrow:active {
  -ms-transform: translateX(0);
      transform: translateX(0);
  text-decoration: underline;
}

.other-sites .cta-txt:before {
  margin-left: 0;
}

.cta-link {
  background: none;
  text-decoration: none;
  color: #020200;
}

.cta-link:before {
  content: '';
}

.cta-link:hover, .cta-link:focus, .cta-link:active {
  text-decoration: underline;
}

.cta-icon {
  transition: all ease-in .2s;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  color: #020200;
  text-decoration: none;
  cursor: pointer;
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  display: inline-block;
  -webkit-font-smoothing: auto;
}

.dunlop-el_gr .cta-icon {
  text-transform: none;
}

.cta-icon:before {
  font-family: 'gy-icons', arial, sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all ease-in .2s;
  font-size: .8rem;
  margin: 0 5px 0 0;
}

.cta-icon.bg-alt {
  color: #ffe500;
}

.cta-no-decoration {
  text-decoration: none;
}

.cta-accordion {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  display: inline-block;
  padding: 0;
}

.dunlop-el_gr .cta-accordion {
  text-transform: none;
}

.cta-accordion:before {
  font-family: 'gy-icons', arial, sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all ease-in .2s;
  font-size: .8rem;
  content: '\e606';
  margin: 0 5px 0 0;
}

.cta-accordion:hover, .cta-accordion:focus, .cta-accordion:active {
  text-decoration: none;
}

.cta-accordion.open:before {
  content: '\e605';
}

.marker-pin {
  transition: all ease-in .2s;
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  font-size: 1em;
  display: inline-block;
  padding: 15px 30px;
  margin: 0 15px;
  text-decoration: none;
  color: #020200;
  cursor: pointer;
  min-width: 120px;
  position: relative;
  background-color: transparent;
  border-radius: 0;
  background: url("../icons/pin.png") no-repeat 0 center transparent;
  padding: 7px 30px 7px 45px;
  background-position: 10% center;
}

.dunlop-el_gr .marker-pin {
  text-transform: none;
}

.marker-pin:hover, .marker-pin:focus, .marker-pin:active {
  background-color: transparent;
}

.marker-pin:hover:after, .marker-pin:focus:after, .marker-pin:active:after {
  background-color: #ffd100;
  color: #020200;
}

.marker-pin:after {
  -ms-transform: skew(-30deg);
      transform: skew(-30deg);
  content: '';
  background-color: #ffe500;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.marker-pin:hover, .marker-pin:focus, .marker-pin:active {
  text-decoration: none;
}

@media (min-width: 80em) {
  .cta-with-icon {
    padding-left: 40px;
  }
  .cta-with-icon:before {
    left: 15px;
  }
}

.form-isol {
  font-family: "Helvetic Neue", Helvetica, Arial, sans-serif;
}

.form-isol input {
  transition: all ease-in .2s;
  outline: none;
}

.form-isol [type=text] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 30px 0 0 30px;
  border: 1px solid #767676;
  border-right: 0;
  line-height: 1;
  vertical-align: middle;
  width: calc(100% - 62px);
  height: 50px;
  padding: 15px 20px;
}

.form-isol [type=text]::-webkit-input-placeholder {
  color: #767676;
}

.form-isol [type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #767676;
}

.form-isol [type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #767676;
}

.form-isol [type=text]:-ms-input-placeholder {
  color: #767676;
}

.form-isol [type=submit] {
  font-family: 'gy-icons', arial, sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 0 30px 30px 0;
  padding: 16px 20px;
  border: 1px solid #ffe500;
  background: #ffe500;
  color: #020200;
  font-size: 1em;
  line-height: 1;
  vertical-align: middle;
}

.form-isol [type=submit]:hover {
  background-color: #ffcf00;
  border-color: #ffcf00;
}

.form-isol-plus {
  border-radius: 30px 0 0 30px;
  border: 1px solid #767676;
  border-right: 0;
  display: inline-block;
}

.form-isol-plus input {
  transition: all ease-in .2s;
  outline: none;
}

.form-isol-plus [type=text] {
  border: 0;
  margin-left: 20px;
  width: 80px;
  outline: none;
  border-left: 1px solid;
  padding-left: 20px;
  height: 36px;
}

.form-isol-plus [type=text]::-webkit-input-placeholder {
  color: #767676;
}

.form-isol-plus [type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #767676;
}

.form-isol-plus [type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #767676;
}

.form-isol-plus [type=text]:-ms-input-placeholder {
  color: #767676;
}

.form-isol-plus [type=text]:first-child {
  border: 0;
  padding-left: 0;
  margin-left: 20px;
}

.form-isol-plus [type=submit] {
  border-radius: 0 30px 30px 0;
  padding: 15px 23px;
  border: 1px solid #ffe500;
  box-shadow: 0px 0px 0px 2px #ffe500;
  background: url("../icons/chevron-blue-yellow.png") no-repeat 18px center #ffe500;
  text-indent: -999em;
  overflow: hidden;
  position: relative;
  right: -48px;
  width: 48px;
}

.form-isol-plus [type=submit]:hover {
  background-color: #ffcf00;
  border-color: #ffcf00;
}

.form-isol-plus.error {
  border: 2px solid #ff0000;
}

.form-isol-plus.error input::-webkit-input-placeholder {
  color: #ff0000;
}

.form-isol-plus.error input:-moz-placeholder {
  /* Firefox 18- */
  color: #ff0000;
}

.form-isol-plus.error input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ff0000;
}

.form-isol-plus.error input:-ms-input-placeholder {
  color: #ff0000;
}

.form-isol-plus.error [type=submit] {
  border-bottom-color: #ff0000;
  border-right-color: #ff0000;
  border-top-color: #ff0000;
  border-width: 2px;
}

.form-isol {
  font-family: 'Roboto', sans-serif;
}

.form-isol [type=text] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: 1px solid #ffffff;
  border-right: 0;
  line-height: 1;
  vertical-align: middle;
  width: calc(100% - 62px);
  height: 50px;
  padding: 15px 20px;
}

.form-isol [type=text]::-webkit-input-placeholder {
  color: #767676;
}

.form-isol [type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #767676;
}

.form-isol [type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #767676;
}

.form-isol [type=text]:-ms-input-placeholder {
  color: #767676;
}

.form-isol [type=submit] {
  font-family: 'gy-icons', arial, sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 0;
  padding: 16px 20px;
  border: 1px solid #ffe500;
  background: #ffe500;
  color: #020200;
  font-size: 1em;
  line-height: 1;
  vertical-align: middle;
}

.form-isol [type=submit]:hover {
  background-color: #ffd100;
  border-color: #ffd100;
  color: #020200;
}

.form-isol-plus {
  border-radius: 0;
  border-color: #ffffff;
  background-color: #ffffff;
}

.form-isol-plus [type=text] {
  border-left: 1px solid #c1c1c1;
}

.form-isol-plus [type=submit] {
  border-radius: 0;
  background: url("../icons/chevron-black-yellow.png") no-repeat 18px center #ffe500;
}

.form-isol-plus [type=submit]:hover {
  background-color: #ffd100;
  background-image: url("../icons/chevron-black-yellow.png");
  border-color: #ffd100;
}

header {
  background: #ffe500;
}

header .header-inner {
  background: #ffe500;
}

.logo {
  width: 130px;
  height: 42px;
  background: url("../img/logo-small.png") no-repeat 0 0;
  background-size: contain;
}

.countries,
.other-sites {
  display: none;
  position: absolute;
  background: #f2f2f2;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 120;
  left: 265px;
}

.countries .modal-header,
.other-sites .modal-header {
  background: #ffe500;
  position: fixed;
  width: 100%;
  min-height: 60px;
}

.countries .modal-header::after,
.other-sites .modal-header::after {
  content: '';
  display: table;
  clear: both;
}

.countries .modal-header h2,
.other-sites .modal-header h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #020200;
  text-transform: none;
  font-size: 1.125em;
  padding: 19px 20px;
  margin: 0;
}

.countries .modal-header h5,
.other-sites .modal-header h5 {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.125em;
  margin: 0 0 12px;
  color: #020200;
  margin-bottom: 0;
}

.dunlop-el_gr .countries .modal-header h5, .dunlop-el_gr
.other-sites .modal-header h5 {
  text-transform: none;
}

@media (min-width: 48em) {
  .countries .modal-header h5,
  .other-sites .modal-header h5 {
    font-size: 1.375em;
  }
}

.countries .modal-header .close,
.other-sites .modal-header .close {
  display: block;
  width: 21px;
  height: 21px;
  font-size: 1.5em;
  color: #020200;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 62px;
  line-height: 60px;
  padding: 0;
  border: 0;
  background-color: transparent;
  text-align: center;
}

.countries .modal-header .close span,
.other-sites .modal-header .close span {
  display: none;
}

.countries .modal-header .close:hover,
.other-sites .modal-header .close:hover {
  background-color: #ffd100;
}

.countries .modal-header .back,
.other-sites .modal-header .back {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 15px;
}

.countries .modal-header .back:before,
.other-sites .modal-header .back:before {
  font-family: 'gy-icons', arial, sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e607';
  color: #020200;
}

.countries .modal-header .back span,
.other-sites .modal-header .back span {
  display: none;
}

.countries .big-header h2,
.other-sites .big-header h2 {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.25em;
  margin: 0 0 12px;
  color: #020200;
  text-align: center;
  margin: 0;
}

.dunlop-el_gr .countries .big-header h2, .dunlop-el_gr
.other-sites .big-header h2 {
  text-transform: none;
}

@media (min-width: 48em) {
  .countries .big-header h2,
  .other-sites .big-header h2 {
    font-size: 1.625em;
  }
}

.countries .modal-body,
.other-sites .modal-body {
  padding: 0 20px;
}

.countries .modal-body::after,
.other-sites .modal-body::after {
  content: '';
  display: table;
  clear: both;
}

.countries .modal-footer,
.other-sites .modal-footer {
  padding: 20px;
}

@media (min-width: 48em) {
  .countries,
  .other-sites {
    top: -75px;
    left: 0;
    right: 0;
    width: 80%;
    max-width: 1095px;
    margin: 0 auto;
  }
  .countries .modal-header,
  .other-sites .modal-header {
    position: relative;
    width: auto;
  }
}

.countries .modal-header,
.other-sites .modal-header {
  position: relative;
}

.countries ul a {
  transition: all ease-in .2s;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  color: #020200;
  text-decoration: none;
  cursor: pointer;
  background: url("../img/flags-sprite.png") no-repeat 0 2px transparent;
}

.countries ul a:hover {
  text-decoration: underline;
}

.menu-control {
  color: #020200;
}

.main-nav-wrapper {
  background: #323232;
}

.main-nav {
  background: #020200;
}

.main-nav > li:before {
  display: block;
}

.main-nav > li > a {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  border-bottom: 2px dashed #323232;
}

.dunlop-el_gr .main-nav > li > a {
  text-transform: none;
}

.main-nav > li:last-child a {
  border-bottom: 0;
}

.main-nav ul {
  background: #f2f2f2;
}

.main-nav ul li {
  position: relative;
}

.main-nav ul li:before {
  font-family: 'gy-icons', arial, sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e633';
  font-size: 0.6em;
  position: absolute;
  top: 27px;
  left: 30px;
}

.main-nav ul a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #020200;
  border-bottom: 1px solid #dfdada;
  padding-left: 20px;
}

.main-nav ul a:after {
  color: #020200;
}

.sub-menu {
  border-bottom: 0;
}

.secondary-menu li {
  background: #323232;
}

.secondary-menu li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  border-bottom: 1px solid #020200;
}

.secondary-menu li:last-child a {
  border-bottom: 0;
}

.list-title .h4 {
  color: #020200;
}

.list-title .cta-txt {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}

@media (min-width: 48em) {
  .other-sites,
  .countries {
    top: 60px;
  }
  .countries ul a {
    font-size: 0.8em;
  }
  .container .main-nav-wrapper {
    width: 100%;
    height: 57px;
    background: #020200;
  }
  .container .main-nav-wrapper .main-nav {
    width: 100%;
    padding-right: 4%;
  }
  .main-nav {
    background: #020200;
  }
  .main-nav > li {
    border: 0;
    width: 20%;
  }
  .main-nav > li > a {
    border-top: 6px solid transparent;
    border-bottom: 0;
    font-size: 0.875em;
    min-height: 57px;
    text-align: center;
    padding: 13px 5px 10px;
  }
  .main-nav > li > a:hover {
    border-top: 6px solid #aa9711;
    border-bottom: 0;
  }
  .main-nav > li .active {
    border-top: 6px solid #aa9711;
    background-color: rgba(83, 83, 83, 0.5);
    border-bottom: 0;
  }
  .main-nav ul {
    transition: none;
    background: #727272;
  }
  .main-nav ul li:before {
    display: none;
  }
  .main-nav ul a {
    border-top: 0;
    border-bottom: 0;
    font-size: 1em;
    color: #ffffff;
  }
  .main-nav .opened > a,
  .main-nav .opened > a:hover {
    border-color: #020200;
  }
  .main-nav .opened .active,
  .main-nav .opened .active:hover {
    border-color: #aa9711;
  }
  .main-nav .opened > a:after {
    border-top: 10px solid #020200;
    bottom: -20px;
  }
  .sub-menu > li ul {
    border-left: 1px solid rgba(2, 2, 0, 0.15);
  }
  .sub-menu > li a {
    transition: all ease-in .2s;
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
}

@media (min-width: 48em) and (min-width: 48em) {
  .sub-menu > li a:hover {
    -ms-transform: translateX(10px);
        transform: translateX(10px);
  }
}

@media (min-width: 48em) {
  .sub-menu > li a:before {
    font-size: .6em;
    content: '\e633';
  }
  .sub-menu .with-icon {
    color: #020200;
  }
  .sub-menu .with-icon .text-wrapper {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    line-height: 1.4;
    color: #ffffff;
  }
  .secondary-menu li {
    background: #ffe500;
  }
  .secondary-menu li a {
    color: #020200;
    border-bottom: 0;
  }
  .logo {
    width: 247px;
    height: 85px;
    margin: 0;
    background-image: url("../img/logo-big.png");
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .list-grid li .link-text:before {
    content: '\e633';
    font-size: 0.6em;
  }
  .list-grid li:nth-child(odd) a {
    border-right: 1px solid rgba(2, 2, 0, 0.15);
  }
  .list-grid li a {
    border-right: 1px solid rgba(2, 2, 0, 0.15);
  }
  .list-grid li .link-text {
    transition: all ease-in .2s;
    -ms-transform: translateX(0);
        transform: translateX(0);
    display: inline-block;
  }
}

@media (min-width: 48em) and (min-width: 48em) {
  .list-grid li .link-text:hover {
    -ms-transform: translateX(10px);
        transform: translateX(10px);
  }
}

@media (min-width: 48em) {
  .list-grid .grid-img {
    width: 110px;
    background: url("../img/nav-tire.png") no-repeat 0 0;
    background-size: contain;
  }
  .list-grid .grid-img:after {
    font-family: 'gy-icons', arial, sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #020200;
    border: 0;
    background: transparent;
    font-size: 1.8rem;
    border-radius: 0;
    width: 70px;
    margin-top: 15px;
  }
  .list-grid .summer .grid-img {
    background: url("../img/nav-summer.jpg") no-repeat 0 0;
    background-size: contain;
  }
  .list-grid .all-season .grid-img {
    background: url("../img/nav-all-seasons.jpg") no-repeat 0 0;
    background-size: contain;
  }
  .list-grid .winter .grid-img {
    background: url("../img/nav-winter.jpg") no-repeat 0 0;
    background-size: contain;
  }
  .main-section {
    transition: none;
  }
  .other-sites .modal-body {
    padding: 0 40px 40px;
  }
  .other-sites .modal-footer {
    margin: 0 40px 40px;
    padding: 20px 0 0;
    border-top: 2px dashed #dfdada;
  }
  .list-title .h4 {
    font-size: 1.25em;
  }
  .list-title ul .cta-txt {
    font-size: 0.75em;
  }
}

@media (min-width: 64em) {
  header {
    background: #323232;
  }
  .logo {
    width: 275px;
    height: 94px;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 1;
  }
  .list-grid {
    border-bottom: 0;
  }
  .list-grid .grid-img {
    width: 140px;
  }
  .list-grid .grid-img:after {
    font-size: 2.2rem;
    width: 90px;
    margin-top: 17px;
    margin-right: 6px;
  }
  .container .main-nav-wrapper {
    height: 94px;
    padding-left: 6%;
  }
  .container .main-nav-wrapper .main-nav {
    width: 100%;
    height: 94px;
    padding-left: 20%;
    padding-right: 10%;
    float: right;
  }
  .main-nav > li > a {
    border-top: 6px solid transparent;
    font-size: 0.8em;
    padding: 40px 10px 32px;
  }
  .main-nav > li > a:hover {
    border-top: 6px solid #ffe500;
  }
  .main-nav > li .active {
    border-top: 6px solid #ffe500;
  }
  .main-nav .opened .active,
  .main-nav .opened .active:hover {
    border-color: #ffe500;
  }
  .secondary-menu li {
    background: transparent;
  }
  .secondary-menu li a {
    color: #ffffff;
  }
  .list-title .h4 {
    font-size: 1.375em;
  }
  .list-title ul .cta-txt {
    font-size: 1em;
  }
}

@media (min-width: 64em) {
  .main-nav > li {
    width: 20%;
    padding-right: 1%;
  }
  .main-nav > li > a {
    padding: 28px 2% 28px;
    min-height: 94px;
  }
  .main-nav .sub-menu li a {
    padding: 10px 0;
  }
}

@media (min-width: 80em) {
  .main-nav li a {
    font-size: 1em;
  }
  .main-nav li.opened a {
    padding: 28px 2% 38px;
  }
  .main-nav .sub-menu li a {
    padding: 10px 0;
  }
}

footer {
  color: #9c9c9c;
  border-top: 0;
  background: #323232;
}

footer .title-list {
  border-bottom: 2px dashed #535353;
  background: #323232;
}

footer .title-list .h5-light {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  background: #323232;
  color: #9c9c9c;
  font-size: 1em;
}

.dunlop-el_gr footer .title-list .h5-light {
  text-transform: none;
}

footer .title-list .h5-light:after {
  color: #9c9c9c;
}

footer .title-list li {
  border-bottom: 1px solid #414141;
}

footer .title-list a {
  color: #9c9c9c;
}

footer .title-list a:hover {
  text-decoration: underline;
}

footer .title-list p {
  color: #9c9c9c;
}

footer .ft-social {
  background: #323232;
}

footer .ft-social a {
  transition: all ease-in .2s;
  color: #9c9c9c;
  font-size: 2.4em;
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #9c9c9c;
}

footer .ft-social a:hover {
  color: #ffe500;
  border: 1px solid #ffe500;
}

footer .ft-social a span {
  display: none;
}

@media (min-width: 48em) {
  footer {
    border-top: 0;
    padding-top: 0;
  }
  footer .ft-main-lists {
    border-bottom: 2px dashed #535353;
    padding-top: 50px;
  }
  footer .title-list {
    border: 0;
  }
  footer .title-list .h5-light {
    font-size: 1.25em;
  }
  footer .title-list li {
    border: 0;
  }
  footer .ft-legal p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #9c9c9c;
  }
  footer .ft-social .h5-light {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    background: #323232;
    color: #9c9c9c;
    text-transform: none;
    font-size: 1.25em;
  }
}

.popup {
  display: block;
  position: absolute;
  background: #f2f2f2;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 120;
}

.popup .modal-header {
  background: #ffe500;
  position: fixed;
  width: 100%;
  min-height: 60px;
}

.popup .modal-header::after {
  content: '';
  display: table;
  clear: both;
}

.popup .modal-header h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #020200;
  text-transform: none;
  font-size: 1.125em;
  padding: 19px 20px;
  margin: 0;
}

.popup .modal-header h5 {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.125em;
  margin: 0 0 12px;
  color: #020200;
  margin-bottom: 0;
}

.dunlop-el_gr .popup .modal-header h5 {
  text-transform: none;
}

@media (min-width: 48em) {
  .popup .modal-header h5 {
    font-size: 1.375em;
  }
}

.popup .modal-header .close {
  display: block;
  width: 21px;
  height: 21px;
  font-size: 1.5em;
  color: #020200;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 62px;
  line-height: 60px;
  padding: 0;
  border: 0;
  background-color: transparent;
  text-align: center;
}

.popup .modal-header .close span {
  display: none;
}

.popup .modal-header .close:hover {
  background-color: #ffd100;
}

.popup .modal-header .back {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 15px;
}

.popup .modal-header .back:before {
  font-family: 'gy-icons', arial, sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e607';
  color: #020200;
}

.popup .modal-header .back span {
  display: none;
}

.popup .big-header h2 {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.25em;
  margin: 0 0 12px;
  color: #020200;
  text-align: center;
  margin: 0;
}

.dunlop-el_gr .popup .big-header h2 {
  text-transform: none;
}

@media (min-width: 48em) {
  .popup .big-header h2 {
    font-size: 1.625em;
  }
}

.popup .modal-body {
  padding: 0 20px;
}

.popup .modal-body::after {
  content: '';
  display: table;
  clear: both;
}

.popup .modal-footer {
  padding: 20px;
}

@media (min-width: 48em) {
  .popup {
    top: -75px;
    left: 0;
    right: 0;
    width: 80%;
    max-width: 1095px;
    margin: 0 auto;
  }
  .popup .modal-header {
    position: relative;
    width: auto;
  }
}

.popup ul li:last-child {
  padding-bottom: 20px;
}

.popup .modal-header.arrow-box, .popup .modal-header.selected {
  background: #ffe500;
}

.popup .modal-header.arrow-box:after, .popup .modal-header.selected:after {
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 85, 164, 0);
  border-width: 15px;
  margin-left: -15px;
  transition: all ease-in .2s;
  top: 99%;
  border-top-color: #ffe500;
}

.popup .previous-search .icon-tire-search:before,
.popup .previous-search .icon-vehicle-search:before {
  color: #020200;
}

.popup .previous-search .cta-with-icon {
  width: 80%;
}

.popup.eu-features .modal-header h2,
.popup.eu-features .modal-header h5, .popup.tf-search-features .modal-header h2,
.popup.tf-search-features .modal-header h5 {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.125em;
  margin: 0 0 12px;
  color: #020200;
  margin-bottom: 0;
}

.dunlop-el_gr .popup.eu-features .modal-header h2, .dunlop-el_gr
.popup.eu-features .modal-header h5, .dunlop-el_gr .popup.tf-search-features .modal-header h2, .dunlop-el_gr
.popup.tf-search-features .modal-header h5 {
  text-transform: none;
}

@media (min-width: 48em) {
  .popup.eu-features .modal-header h2,
  .popup.eu-features .modal-header h5, .popup.tf-search-features .modal-header h2,
  .popup.tf-search-features .modal-header h5 {
    font-size: 1.375em;
  }
}

.popup.eu-features .popup-text, .popup.tf-search-features .popup-text {
  border-top: 2px dashed #c1c1c1;
}

.popup.eu-features li, .popup.tf-search-features li {
  margin-left: 0;
}

.popup.eu-features li:before, .popup.tf-search-features li:before {
  color: #020200;
}

.popup.tf-search-features li:before {
  color: #020200;
}

.popup .breadcrumbs {
  background: #ffe500;
}

.popup .breadcrumbs li,
.popup .breadcrumbs li:last-child {
  border-bottom: 1px solid #ffd100;
  padding: 15px 0;
}

.popup .breadcrumbs a {
  transition: all ease-in .2s;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  color: #020200;
  text-decoration: none;
  cursor: pointer;
  color: #020200;
  text-transform: capitalize;
}

.complementary-advance.popup {
  top: 60px;
}

.generic {
  background: #f2f2f2;
}

.generic li p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4;
  color: #020200;
}

.generic li:before {
  background: #ffffff;
  color: #767676;
  font-size: 3.5rem;
}

.generic .icon-noise:before {
  font-size: 3rem;
}

.popup-info {
  top: 0px;
}

.popup-info p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4;
  color: #020200;
}

.popup-info span {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4;
  color: #020200;
  background: #ffe500;
}

.popup-info .img-holder span {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #535353;
  background: transparent;
  margin-top: 0;
  display: block;
  margin: 10px 0;
}

.dunlop-el_gr .popup-info .img-holder span {
  text-transform: none;
}

.popup-info .img-holder img {
  margin-top: 0;
}

.popup-content {
  background: #f2f2f2;
}

.popup-content .popup-message {
  color: #000000;
}

.popup-content .back {
  transition: all ease-in .2s;
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  font-size: 1em;
  display: inline-block;
  padding: 15px 30px;
  margin: 0 15px;
  text-decoration: none;
  color: #020200;
  cursor: pointer;
  min-width: 120px;
  position: relative;
  background-color: transparent;
  border-radius: 0;
  color: #020200;
}

.dunlop-el_gr .popup-content .back {
  text-transform: none;
}

.popup-content .back:hover, .popup-content .back:focus, .popup-content .back:active {
  background-color: transparent;
}

.popup-content .back:hover:after, .popup-content .back:focus:after, .popup-content .back:active:after {
  background-color: #ffd100;
  color: #020200;
}

.popup-content .back:after {
  -ms-transform: skew(-30deg);
      transform: skew(-30deg);
  content: '';
  background-color: #ffe500;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.popup-content .back:before {
  font-family: 'gy-icons', arial, sans-serif;
  font-style: normal;
}

.popup-content .popup-text {
  border-top: 2px dashed #c1c1c1;
  color: #000000;
}

.popup-content p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4;
  color: #020200;
  position: relative;
  z-index: 1;
}

.popup-help-content {
  background: transparent;
  border-bottom: 2px dashed rgba(156, 156, 156, 0.7);
}

.popup-help-content h3 {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.125em;
  margin: 0 0 12px;
  color: #020200;
}

.dunlop-el_gr .popup-help-content h3 {
  text-transform: none;
}

@media (min-width: 48em) {
  .popup-help-content h3 {
    font-size: 1.375em;
  }
}

.popup-help-content p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4;
}

.popup-help-content ul {
  margin: 0 0 0 5px;
}

.popup-bottom-info,
.popup-bottom-info-content {
  background: #f2f2f2;
  position: relative;
  z-index: 1;
}

.popup-bottom-info .bottom-section,
.popup-bottom-info-content .bottom-section {
  border-top: 2px dashed rgba(156, 156, 156, 0.7);
}

.popup-bottom-info {
  border-top: 2px dashed rgba(156, 156, 156, 0.7);
}

.popup-header-icon.vehicle, .popup-header-icon.make {
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -32px;
  display: block;
  width: 64px;
  height: 35px;
  text-indent: -999em;
  background-image: url("../icons/popup-header-icon-vehicle.png");
  background-repeat: no-repeat;
}

@media (min-width: 48em) {
  .popup-header-icon.vehicle, .popup-header-icon.make {
    left: 45px;
    margin-left: 0;
  }
}

.popup-header-icon.tire, .popup-header-icon.size {
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -32px;
  display: block;
  width: 64px;
  height: 35px;
  text-indent: -999em;
  background-image: url("../icons/popup-header-icon-tire.png");
  background-repeat: no-repeat;
}

@media (min-width: 48em) {
  .popup-header-icon.tire, .popup-header-icon.size {
    left: 45px;
    margin-left: 0;
  }
}

.popup-header-icon.hsntsn, .popup-header-icon.code, .popup-header-icon.number {
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -32px;
  display: block;
  width: 64px;
  height: 35px;
  text-indent: -999em;
  background-image: url("../icons/popup-header-icon-number.png");
  background-repeat: no-repeat;
}

@media (min-width: 48em) {
  .popup-header-icon.hsntsn, .popup-header-icon.code, .popup-header-icon.number {
    left: 45px;
    margin-left: 0;
  }
}

.popup-list li {
  border-bottom: 1px solid #dfdada;
}

.popup-list a {
  transition: all ease-in .2s;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  color: #020200;
  text-decoration: none;
  cursor: pointer;
}

.popup-list a:hover {
  text-decoration: underline;
}

.popup-title {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.125em;
  margin: 0 0 12px;
  color: #ffffff;
  color: #000000;
}

.dunlop-el_gr .popup-title {
  text-transform: none;
}

@media (min-width: 48em) {
  .popup-title {
    font-size: 1.375em;
  }
}

.popup-title-content {
  background: #c1c1c1;
}

.popup-title-content.arrow-box {
  background: #c1c1c1;
}

.popup-title-content.arrow-box:after {
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 85, 164, 0);
  border-width: 10px;
  margin-left: -10px;
  transition: all ease-in .2s;
  top: 99%;
  border-top-color: #c1c1c1;
}

.popup-title-content h2,
.popup-title-content h5 {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.125em;
  margin: 0 0 12px;
  color: #020200;
  margin: 0 50px;
}

.dunlop-el_gr .popup-title-content h2, .dunlop-el_gr
.popup-title-content h5 {
  text-transform: none;
}

@media (min-width: 48em) {
  .popup-title-content h2,
  .popup-title-content h5 {
    font-size: 1.375em;
  }
}

.popup-title-content .more-info.help {
  background-image: url("../icons/help-icon.png");
}

.popup-title-content .more-info.close-help {
  background-image: url("../icons/help-close-icon.png");
}

@media (min-width: 48em) {
  .popup-bottom-info {
    margin: 0 50px;
  }
  .popup .modal-header h2 {
    color: #020200;
  }
  .popup .breadcrumbs li,
  .popup .breadcrumbs li:last-child {
    position: relative;
    margin-top: 15px;
    margin-left: 0;
    padding: 5px 20px;
    float: left;
    border-bottom: 0;
    border-left: 1px solid #ffd100;
  }
  .popup .breadcrumbs li:last-child:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    border-right: 0;
  }
  .popup .breadcrumbs a {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .popup .breadcrumbs.size-1 li {
    max-width: 100%;
  }
  .popup .breadcrumbs.size-2 li {
    max-width: 50%;
  }
  .popup .breadcrumbs.size-3 li {
    max-width: 33.3333333333%;
  }
  .popup .breadcrumbs.size-4 li {
    max-width: 25%;
  }
  .popup .breadcrumbs.size-5 li {
    max-width: 20%;
  }
  .popup .breadcrumbs.size-6 li {
    max-width: 16.6666666667%;
  }
  .popup .breadcrumbs.size-7 li {
    max-width: 14.2857142857%;
  }
  .popup .breadcrumbs.size-8 li {
    max-width: 12.5%;
  }
  .popup .breadcrumbs.size-9 li {
    max-width: 11.1111111111%;
  }
  .popup .breadcrumbs.size-10 li {
    max-width: 10%;
  }
  .popup.eu-features ul, .popup.tf-search-features ul {
    margin-left: 50px;
  }
  .complementary-advance.popup {
    top: 90px;
  }
  .popup-info {
    top: 0;
  }
  .popup-info p {
    margin: 15px 25%;
  }
  .popup-info .img-holder {
    border-bottom: 1px solid #ededed;
  }
  .popup-info .img-holder span {
    top: 10px;
    margin: 0 0 0 -20px;
  }
  .popup-bottom-info p,
  .popup-bottom-info-content p {
    margin-left: 10%;
    margin-right: 10%;
  }
  .popup-list li {
    border-bottom: 0;
    border-left: 1px solid #dfdada;
  }
  .popup .popup-help-content ul {
    margin: 0 0 0 5px;
  }
}

@media (min-width: 64em) {
  .popup .previous-search {
    padding-left: 20%;
    padding-right: 20%;
  }
  .popup ul {
    margin: 0 100px;
  }
}

.advert .trigger {
  font-size: 0.875em;
  border-radius: 0;
  background-color: transparent;
  padding-left: 40px;
  position: relative;
  z-index: 1;
  margin-left: 20px;
}

.advert .trigger:before {
  font-family: 'gy-icons', arial, sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: transparent;
  border-radius: 0;
}

.advert .trigger:after {
  -ms-transform: skew(-30deg);
      transform: skew(-30deg);
  content: '';
  background-color: #020200;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  left: 3px;
  width: calc(100% - 3px);
  border: 0;
}

.advert .content {
  background-color: #f2f2f2;
  border-bottom: 3px solid rgba(156, 156, 156, 0.5);
  padding: 20px;
  margin-top: -10px;
}

.item-banner:before {
  font-family: 'gy-icons', arial, sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 48em) {
  .advert {
    border-bottom: 0;
  }
  .advert .trigger:after {
    left: 0;
  }
  .advert .content {
    padding: 40px;
    margin-top: 0;
  }
  .advert .content p {
    width: 85%;
  }
  .advert .content img {
    margin-top: 40px;
  }
}

.js .cookie-policy-not-accepted .cookie-message {
  background: #020200;
}

.js-video-component {
  background: #000000;
  margin-bottom: 0px;
}

.p-w-r .pr-snippet-read-and-write .pr-snippet-review-count {
  color: #000000 !important;
}

.p-w-r .pr-snippet-read-and-write .pr-snippet-review-count:hover {
  cursor: pointer;
  text-decoration: underline;
}

.gydu-pr-wrapper .by-powerreviews a,
.gydu-pr-wrapper .by-powerreviews span {
  color: #000000 !important;
  font-weight: bold;
}

#pr_reviewdisplay .pr-review .pr-accordion-btn span {
  color: #000000 !important;
}

#pr_reviewdisplay .pr-review .pr-accordion-btn svg * {
  stroke: #000000 !important;
}

#pr_reviewdisplay .pr-review .pr-rd-flag-review-container a {
  color: #000000 !important;
  text-decoration: underline;
}

#pr_reviewdisplay .pr-review-snapshot-header .pr-subheadline a {
  color: #000000;
}

#pr_reviewdisplay .pr-review-snapshot-block .pr-ratings-histogram-barValue {
  background: #000000 !important;
}

#pr_reviewdisplay .pr-ratings-histogram .pr-histogram-label {
  color: #000000 !important;
}

#pr_reviewdisplay .pr-rd-main-footer .pr-rd-to-top {
  color: #000000 !important;
}

.modal__body .pr-header {
  background: #ffe500;
}

.modal__body .pr-header .pr-header-required span,
.modal__body .pr-header .pr-header-title {
  color: #000000 !important;
}

.modal__body .pr-header .pr-header-product-img img {
  background: transparent;
}

.modal__body .pr-header .pr-header-title,
.modal__body .pr-header .pr-header-product-name {
  text-transform: none;
}

.modal__body .pr-header .pr-header-product-name a {
  color: #020200;
}

.modal__body .pr-header .pr-header-table .pr-table-cell .pr-header-required span {
  color: #020200 !important;
}

.modal__body .pr-header .pr-header-table .pr-table-cell .pr-header-product-name {
  color: #000000 !important;
}

.modal__body .form-group .pr-btn.active {
  background-color: #000000;
}

.modal__body .pr-btn-fileinput span,
.modal__body .pr-btn-fileinput span:after {
  color: #000000 !important;
}

.modal__body .pr-clear-all-radios {
  color: #000000 !important;
  text-decoration: underline;
}

.modal__body .pr-submit .pr-subscript a {
  text-decoration: underline;
  color: #000000 !important;
}

.modal__body .thank-you-page .header.col-sm-12 {
  background: #ffe500 !important;
}

.modal__body .thank-you-page .header .title {
  color: #000000;
}

.modal__body .thank-you-page .header .subtitle {
  color: #000000 !important;
}

.modal__body .thank-you-page .header h5 a {
  color: #000000;
}

.hero-module {
  min-height: 400px;
  position: absolute;
  width: 100%;
}

@media (min-width: 48em) {
  .hero-module {
    min-height: 500px;
    position: relative;
  }
}

.responsive-hero-module .hero-module {
  position: static;
}

@media (min-width: 48em) {
  .responsive-hero-module .hero-module {
    position: static;
  }
}

.launch {
  text-align: right;
  padding: 0.8em 20px 0;
  background: transparent;
  margin-top: 40px;
  min-height: 360px;
  max-width: none;
  position: relative;
  z-index: 1;
  top: 0;
  width: 100%;
  left: 0;
}

.launch.location .location-actions {
  margin-top: 40px;
  padding: 20px 16px;
  border-top: 0;
  position: relative;
  z-index: 1;
  background-color: #636365;
  width: calc(100% + 40px);
  margin-left: -20px;
}

.launch.location .location-actions:before {
  left: 50%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 15px;
  margin-left: -15px;
  bottom: 100%;
  border-bottom-color: #636365;
}

.launch h1 {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 2em;
  color: #ffffff;
  margin-bottom: 28px;
  padding-left: 16px;
  padding-right: 16px;
}

.dunlop-el_gr .launch h1 {
  text-transform: none;
}

@media (min-width: 48em) {
  .launch h1 {
    font-size: 3.75em;
  }
}

.launch p,
.launch .cta-txt {
  color: #ffffff;
}

.launch-home {
  padding-top: 1px;
  margin-top: -1px;
}

.launch-home .cta-with-icon.compass {
  color: #ffffff;
}

.launch-home .cta-with-icon.compass:after {
  display: none;
}

.launch-actions {
  list-style: none;
  margin: 0;
  padding: 0 16px;
}

.launch-actions li {
  margin-bottom: 26px;
}

.launch-actions .cta-with-icon {
  width: 90%;
}

.launch-actions a.current-location {
  margin: 0;
}

.launch-actions .open {
  background-color: transparent;
}

.launch-actions .open:after {
  -ms-transform: skew(-30deg);
      transform: skew(-30deg);
  content: '';
  background-color: #636365;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
}

.launch-actions .open:hover {
  background: transparent;
}

.location-actions li {
  text-align: left;
}

@media (min-width: 48em) {
  .launch {
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    top: 50%;
    width: 85%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto !important;
    margin-top: 0;
    position: absolute;
    background: transparent;
    padding: 2em;
    min-height: 0;
    max-width: 690px;
  }
  .launch.location .location-actions {
    background-color: rgba(99, 99, 101, 0.6);
    width: auto;
    margin-left: auto;
  }
  .launch.location .location-actions:before {
    left: 75%;
    border-bottom-color: rgba(99, 99, 101, 0.6);
  }
  .launch h1 {
    text-align: right;
    margin-right: 0;
    margin-left: auto;
  }
  .launch.alternate-align {
    text-align: right;
  }
  .launch.alternate-align h1 {
    text-align: right;
  }
  .launch-actions li {
    margin-bottom: 0;
  }
  .launch-actions li .input-container {
    width: 50%;
  }
  .launch-actions li.label-container {
    width: 46%;
  }
}

@media (min-width: 64em) {
  .launch {
    width: 70%;
  }
  .launch-home .location-actions .label-container {
    width: 47%;
  }
}

.finder-journey-select .h3 a {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.125em;
  margin: 0 0 12px;
  color: #020200;
}

.dunlop-el_gr .finder-journey-select .h3 a {
  text-transform: none;
}

@media (min-width: 48em) {
  .finder-journey-select .h3 a {
    font-size: 1.375em;
  }
}

.launch-icon.vehicle:before, .launch-icon.make:before {
  background-image: url("../icons/launch-vehicle.png");
}

.launch-icon.tire:before {
  background-image: url("../icons/launch-tire.png");
}

.launch-icon.hsntsn:before, .launch-icon.code:before, .launch-icon.number:before {
  background-image: url("../icons/launch-hsntsn.png");
}

.popup-header-icon.vehicle, .popup-header-icon.make {
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -32px;
  display: block;
  width: 64px;
  height: 35px;
  text-indent: -999em;
  background-image: url("../icons/popup-header-icon-vehicle.png");
  background-repeat: no-repeat;
}

@media (min-width: 48em) {
  .popup-header-icon.vehicle, .popup-header-icon.make {
    left: 45px;
    margin-left: 0;
  }
}

.popup-header-icon.tire, .popup-header-icon.size {
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -32px;
  display: block;
  width: 64px;
  height: 35px;
  text-indent: -999em;
  background-image: url("../icons/popup-header-icon-tire.png");
  background-repeat: no-repeat;
}

@media (min-width: 48em) {
  .popup-header-icon.tire, .popup-header-icon.size {
    left: 45px;
    margin-left: 0;
  }
}

.popup-header-icon.hsntsn, .popup-header-icon.code, .popup-header-icon.number {
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -32px;
  display: block;
  width: 64px;
  height: 35px;
  text-indent: -999em;
  background-image: url("../icons/popup-header-icon-number.png");
  background-repeat: no-repeat;
}

@media (min-width: 48em) {
  .popup-header-icon.hsntsn, .popup-header-icon.code, .popup-header-icon.number {
    left: 45px;
    margin-left: 0;
  }
}

.original-equipment {
  background: #ffffff;
}

.original-equipment h2 {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.125em;
  margin: 0 0 12px;
  color: #020200;
}

.dunlop-el_gr .original-equipment h2 {
  text-transform: none;
}

@media (min-width: 48em) {
  .original-equipment h2 {
    font-size: 1.375em;
  }
}

.original-equipment p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4;
  color: #020200;
}

.no-results .icon-noresults {
  color: #767676;
}

.no-results .separator {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4;
  color: #020200;
}

@media (min-width: 48em) {
  .finder-journey-select .h3 a {
    font-size: 0.75em;
  }
  .finder-journey-select p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.875em;
    line-height: 1.4;
    color: #020200;
  }
}

.find-dealer-results .cta-with-icon,
.find-dealer-results .cta-with-icon.phone {
  margin: 0 15px 20px;
  width: auto;
  display: block;
}

.find-dealer-results .cta-with-icon.phone:before {
  content: '\e634';
  left: 20px;
}

.dealer-header h2 {
  font-weight: 600;
}

.dealer-header .update-action {
  text-transform: none;
  margin-top: 3px;
  text-transform: uppercase;
}

.dealer-detail a {
  color: #020200;
}

.back-link {
  transition: all ease-in .2s;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  color: #020200;
  text-decoration: none;
  cursor: pointer;
  color: #020200;
}

.choosen-tire p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4;
  color: #020200;
}

.find-dealer-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0;
  border-bottom: 0;
}

.find-dealer-tabs::after {
  content: '';
  display: table;
  clear: both;
}

.find-dealer-tabs li {
  width: 50%;
  padding-right: 18px;
  float: left;
  display: table;
}

.find-dealer-tabs a,
.find-dealer-tabs span {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  display: table-cell;
  font-size: 0.75em;
  line-height: 1.2;
  vertical-align: middle;
  height: 40px;
  text-decoration: none;
  text-align: center;
  color: #020200;
  background-color: #ffe500;
  position: relative;
}

.dunlop-el_gr .find-dealer-tabs a, .dunlop-el_gr
.find-dealer-tabs span {
  text-transform: none;
}

.find-dealer-tabs a:hover, .find-dealer-tabs a:hover:before, .find-dealer-tabs a:focus, .find-dealer-tabs a:focus:before, .find-dealer-tabs a:active, .find-dealer-tabs a:active:before,
.find-dealer-tabs span:hover,
.find-dealer-tabs span:hover:before,
.find-dealer-tabs span:focus,
.find-dealer-tabs span:focus:before,
.find-dealer-tabs span:active,
.find-dealer-tabs span:active:before {
  background-color: #ffd100;
}

.find-dealer-tabs a:before,
.find-dealer-tabs span:before {
  -ms-transform: skew(-30deg);
      transform: skew(-30deg);
  content: '';
  background-color: #ffe500;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  width: 36px;
  left: auto;
  right: -18px;
  height: 40px;
}

.find-dealer-tabs li:last-child {
  padding-left: 18px;
  padding-right: 0;
}

.find-dealer-tabs li:last-child a:before,
.find-dealer-tabs li:last-child span:before {
  right: auto;
  left: -18px;
}

.find-dealer-tabs .active {
  background-color: #020200;
  color: #ffffff;
}

.find-dealer-tabs .active:before {
  background-color: #020200;
}

.find-dealer-tabs .active:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 48%;
  margin: 0 0 0 -5px;
  border-top: 10px solid #020200;
  border-right: 10px solid transparent;
  border-bottom: 0;
  border-left: 10px solid transparent;
}

.find-dealer-tabs .active:hover:after, .find-dealer-tabs .active:focus:after, .find-dealer-tabs .active:active:after {
  border-top: 10px solid #3b3b3b;
}

.find-dealer-tabs .active:hover, .find-dealer-tabs .active:hover:before, .find-dealer-tabs .active:focus, .find-dealer-tabs .active:focus:before, .find-dealer-tabs .active:active, .find-dealer-tabs .active:active:before {
  background-color: #3b3b3b;
}

@media (min-width: 48em) {
  .find-dealer-tabs a,
  .find-dealer-tabs span {
    font-size: 1em;
    height: 50px;
  }
  .find-dealer-tabs a:before,
  .find-dealer-tabs span:before {
    height: 50px;
  }
}

.find-dealer-tabs li:first-child a {
  padding-left: 4px;
}

.find-dealer-distance dt {
  background-color: #020200;
}

.find-dealer-tabs ~ div#dealer-1 {
  padding-top: 20px;
  margin-top: 0;
}

.find-dealer-tabs ~ div#dealer-1 .promo-flag {
  top: 22px;
}

.dealer-info {
  z-index: 1;
}

.dealer-info .editorial-content {
  padding-top: 0;
}

.dealer-info .editorial-content:before {
  content: '';
  border-top: 2px dashed #cdcdcd;
  display: block;
  padding-bottom: 20px;
}

.dealer-info .editorial-content:after {
  border-bottom: 0;
}

.dealer-info .editorial-content .cta,
.dealer-info .editorial-content .cta-secondary {
  display: block;
}

.dealer-info .cta.cta-small {
  margin: 0 0 30px 0;
  color: #020200;
  font-size: 1em;
}

.dealer-info .cta.cta-small:after {
  -ms-transform: none;
      transform: none;
}

.dealer-info .dealer-hours-trigger:after {
  background-color: transparent;
}

.dealer-hours-trigger,
.dealer-opening-hours {
  border-color: #020200;
  transition: none;
}

.dealer-hours-wrapper {
  border-top: 0;
  border-bottom: 2px dashed #cdcdcd;
  margin: 0 0 30px;
}

.dealer-hours-wrapper .dealer-opening-hours {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.dealer-hours-wrapper .dealer-opening-hours td {
  color: #020200;
}

.dealer-hours-wrapper.opened .dealer-opening-hours {
  display: table;
}

.dealer-specialism li {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.dealer-specialism li:before {
  color: #ed1c24;
  background-color: transparent;
}

.next-five {
  padding-left: 15px;
  padding-right: 15px;
}

.next-five .cta {
  background: #323232;
  color: #ffffff;
  width: 90%;
  font-size: 0.875em;
}

.next-five .cta:after {
  display: none;
}

.get-directions .close {
  transition: all ease-in .2s;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  color: #020200;
  text-decoration: none;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875em;
  line-height: 1.4;
}

.dealer-offerings {
  background: #f2f2f2;
}

.dealer-offerings .head,
.dealer-services .head {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.5em;
  color: #020200;
}

.dunlop-el_gr .dealer-offerings .head, .dunlop-el_gr
.dealer-services .head {
  text-transform: none;
}

@media (min-width: 48em) {
  .dealer-offerings .head,
  .dealer-services .head {
    font-size: 2.125em;
  }
}

.tire-services,
.car-services,
.dealer-offerings-details,
.dealer-services-details {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 25px;
}

.tire-services dd,
.tire-services li,
.car-services dd,
.car-services li,
.dealer-offerings-details dd,
.dealer-offerings-details li,
.dealer-services-details dd,
.dealer-services-details li {
  font-size: 1em;
}

.tire-services dd:before,
.tire-services li:before,
.car-services dd:before,
.car-services li:before,
.dealer-offerings-details dd:before,
.dealer-offerings-details li:before,
.dealer-services-details dd:before,
.dealer-services-details li:before {
  font-family: 'gy-icons', arial, sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ed1c24;
}

.credit-cards .sub-head {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
}

.dunlop-el_gr .credit-cards .sub-head {
  text-transform: none;
}

.credit-cards li {
  background-image: url("../img/CreditCards_mobile.jpg");
}

.credit-cards li.visa {
  background-image: url("../img/visa.png");
}

.credit-cards li.mastercard {
  background-image: url("../img/mastercard.png");
}

.credit-cards li.discover {
  background-image: url("../img/discover.png");
}

.credit-cards li.amex {
  background-image: url("../img/amex.png");
}

.dealer-title {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.5em;
  color: #020200;
}

.dunlop-el_gr .dealer-title {
  text-transform: none;
}

@media (min-width: 48em) {
  .dealer-title {
    font-size: 2.125em;
  }
}

.dealer-ctas {
  margin-bottom: 0;
}

.dealer-ctas .cta-icon,
.dealer-ctas .cta-txt {
  max-width: 95%;
  padding-right: 2px;
  padding-left: 0;
}

@media (min-width: 48em) {
  .find-dealer-tabs a {
    font-size: 0.875em;
  }
  .find-dealer-results .cta-with-icon.phone {
    display: none;
  }
  .next-five {
    padding-left: 25px;
    padding-right: 25px;
  }
  .next-five::after {
    content: '';
    display: table;
    clear: both;
  }
  .next-five .cta {
    color: #ffffff;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    margin-left: 25px;
    float: left;
  }
  .next-five .cta:after {
    display: none;
  }
  .next-five .cta:hover {
    background: #000000;
  }
  .credit-cards {
    border-left: 2px dashed #cdcdcd;
  }
  .credit-cards .sub-head {
    font-size: 1em;
  }
  .credit-cards li {
    background-image: url("../img/CreditCards_desktop.jpg");
  }
  .dealer-ctas {
    margin-bottom: 20px;
  }
  .dealer-ctas a {
    color: #020200;
    font-style: normal;
    font-family: arial, sans-serif;
    text-transform: none;
    padding-left: 0;
  }
  .dealer-info .editorial-content:before {
    padding-bottom: 80px;
  }
  .dealer-info .editorial-content .cta,
  .dealer-info .editorial-content .cta-secondary {
    display: inline-block;
  }
  .dealer-title {
    font-family: "ITC-Avant-Garde", helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    margin: 0 0 16px;
    line-height: 1.2;
    font-size: 1.125em;
    margin: 0 0 12px;
    color: #020200;
  }
  .dunlop-el_gr .dealer-title {
    text-transform: none;
  }
}

@media (min-width: 48em) and (min-width: 48em) {
  .dealer-title {
    font-size: 1.375em;
  }
}

@media (min-width: 64em) {
  .dealer-promotion-banner {
    padding-right: 240px;
  }
  .dealer-offerings,
  .dealer-services {
    max-width: none;
  }
  .choosen-tire a {
    color: #020200;
  }
  .next-five .cta {
    width: calc(50% - 25px);
  }
}

.dealer-promo-flag {
  border-top-color: #ffe500;
}

@media (min-width: 82em) {
  .dealer-promo-flag {
    border-top: 107px solid #ffe500;
    border-left: 144px solid transparent;
  }
}

.dealer-promo-flag .dealer-promo-txt {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  font-size: 10px;
}

.dunlop-el_gr .dealer-promo-flag .dealer-promo-txt {
  text-transform: none;
}

@media (min-width: 82em) {
  .dealer-promo-flag .dealer-promo-txt {
    font-size: 12px;
  }
}

.close-directions .cta-secondary {
  margin-left: 0;
  margin-right: 0;
}

.close-directions .cta-secondary:after {
  -ms-transform: none;
      transform: none;
  border-radius: 0;
}

.dealer-promotion-banner {
  color: #ffe500;
  background-color: #323232;
}

@media (min-width: 48em) {
  .dealer-promotion-banner {
    color: #020200;
    background-color: white;
  }
}

.find-dealer-distance dd {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.find-dealer-distance dd.openinghours {
  background-color: #020200;
}

.find-dealer-tabs a, .find-dealer-tabs span {
  color: white;
}

.find-dealer-tabs a, .find-dealer-tabs span,
.find-dealer-tabs a:before, .find-dealer-tabs span:before {
  background-color: #9c9c9c;
}

.find-dealer-tabs a:hover, .find-dealer-tabs span:hover,
.find-dealer-tabs a:active, .find-dealer-tabs span:active,
.find-dealer-tabs a:hover:before, .find-dealer-tabs span:hover:before, .find-dealer-tabs a:active:before, .find-dealer-tabs span:active:before {
  background-color: #d6d6d6;
}

.product-detail-playback {
  background-color: #f2f2f2;
}

.product-detail-playback .active-link {
  float: none;
  margin-top: 0;
  margin-bottom: 15px;
  display: block;
}

.product-detail-playback .tire-specs {
  padding-bottom: 15px;
  float: none;
}

.product-detail-playback .tire-specs dt {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.125em;
  margin: 0 0 12px;
  color: #020200;
  margin-right: 15px;
}

.dunlop-el_gr .product-detail-playback .tire-specs dt {
  text-transform: none;
}

@media (min-width: 48em) {
  .product-detail-playback .tire-specs dt {
    font-size: 1.375em;
  }
}

.product-detail-playback .tire-specs dd {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: .875em;
  position: relative;
  color: #020200;
}

.product-detail-playback .more-info {
  background-color: #f2f2f2;
}

.product-detail-playback .more-info p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4;
  color: #020200;
}

.product-detail-playback .more-info .cta-wrapper {
  border-bottom: 0;
  margin-bottom: 0;
}

.product-detail-playback table thead {
  width: 45%;
}

.product-detail-playback table tbody {
  width: 55%;
}

.product-detail-playback table th,
.product-detail-playback table td {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4;
  color: #020200;
  border-bottom: 2px dashed #c1c1c1;
}

.product-detail-playback table th {
  font-weight: bold;
}

.product-detail-playback .new-search {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  transition: all ease-in .2s;
  -ms-transform: translateX(0);
      transform: translateX(0);
  line-height: 1;
  padding-right: 2px;
  padding-left: 20px;
  color: #020200;
  display: inline-block;
  margin: 0 0 15px;
  border-left: 0;
}

.dunlop-el_gr .product-detail-playback .new-search {
  text-transform: none;
}

@media (min-width: 48em) {
  .product-detail-playback .new-search:hover {
    -ms-transform: translateX(10px);
        transform: translateX(10px);
  }
}

.product-detail-playback .new-search:before {
  font-family: 'gy-icons', arial, sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all ease-in .2s;
  content: '\e633';
  font-size: 0.8rem;
  margin: 0 5px 0 -20px;
}

.product-detail-playback .new-search:hover:before, .product-detail-playback .new-search:focus:before, .product-detail-playback .new-search:active:before {
  content: '\e633';
}

.product-detail-playback .cta-accordion {
  margin-bottom: 15px;
}

.tire-playback-info .info-popup {
  cursor: pointer;
}

.tire-playback-info .title {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 2em;
  color: #020200;
}

.dunlop-el_gr .tire-playback-info .title {
  text-transform: none;
}

@media (min-width: 48em) {
  .tire-playback-info .title {
    font-size: 2.5em;
  }
}

.tire-playback-info .intro {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.125em;
  margin: 0 0 12px;
  color: #020200;
  font-weight: normal;
  text-transform: none;
}

.dunlop-el_gr .tire-playback-info .intro {
  text-transform: none;
}

@media (min-width: 48em) {
  .tire-playback-info .intro {
    font-size: 1.375em;
  }
}

.tire-playback-info .feats {
  padding-left: 20px;
}

.tire-playback-info .feats li {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4;
  color: #020200;
}

.tire-playback-info .tire-feat {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #020200;
  text-transform: uppercase;
}

.tire-playback-info .tire-feat:before {
  margin: 0;
  color: #020200;
  border: 0;
}

.tire-playback-info .tire-feat:after {
  font-family: 'gy-icons', arial, sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e60b';
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  font-size: 1.2em;
  text-align: center;
  color: #ed1c24;
}

.tire-playback-info .track-day:before {
  content: '\e636';
}

.tire-playback-info .winter-ice:before {
  content: '\e905';
}

.tire-playback-info .winter-ice-studdable:before {
  content: '\e900';
}

.dunlop-el_gr .tire-playback-info .tire-feat {
  text-transform: none;
}

.dunlop-el_gr .tire-playback-image span {
  text-transform: none;
}

.dunlop-el_gr .tire-specification-wrapper .show-specifications {
  text-transform: none;
}

.tire-playback-image span {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: italic;
  background-color: transparent;
  border: 0;
  color: #020200;
  text-transform: uppercase;
  z-index: 1;
  top: 40%;
}

.tire-playback-image span:after {
  -ms-transform: skew(-30deg);
      transform: skew(-30deg);
  content: '';
  background-color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.tire-specification-wrapper {
  background-color: #020200;
  color: #ffffff;
}

.tire-specification-wrapper .tire-data dt,
.tire-specification-wrapper .tire-data dd {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4;
  color: #ffffff;
}

.tire-specification-wrapper .tire-data dt:after {
  border-bottom: 2px dashed #535353;
}

.tire-specification-wrapper .specifications-head {
  margin-top: 0;
}

.tire-specification-wrapper .specifications-head dt,
.tire-specification-wrapper .specifications-head dd {
  font-weight: bold;
}

.tire-specification-wrapper .show-specifications {
  transition: all ease-in .2s;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  color: #020200;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
  text-transform: uppercase;
  font-style: italic;
}

.pricing-module {
  background: #ffe500;
  position: relative;
  z-index: 1;
}

.pricing-module .cta-secondary {
  background: initial;
}

.pricing-module .dealer-cta a,
.pricing-module .tire-cta a {
  max-width: 13em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pricing-module .price {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-size: 2.2em;
  line-height: 1;
  color: #020200;
}

.dunlop-el_gr .pricing-module .price {
  text-transform: none;
}

.pricing-module .price em {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: .667em;
  font-weight: 700;
  vertical-align: 9px;
  margin: 0 5px 0 0;
}

.pricing-module .price span {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: .53em;
  padding: 7px 0 0 25px;
}

.pricing-module .intro {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.125em;
  margin: 0 0 12px;
  color: #020200;
  color: #020200;
  text-transform: none;
  font-style: normal;
}

.dunlop-el_gr .pricing-module .intro {
  text-transform: none;
}

@media (min-width: 48em) {
  .pricing-module .intro {
    font-size: 1.25em;
  }
}

.performance-rating .head {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.5em;
  color: #020200;
}

.dunlop-el_gr .performance-rating .head {
  text-transform: none;
}

@media (min-width: 48em) {
  .performance-rating .head {
    font-size: 2.125em;
  }
}

.performance-rating .img-wrapper {
  border-bottom: 2px dashed #c1c1c1;
}

.performance-rating .img-wrapper img:last-child {
  max-width: 190px;
}

.performance-rating .performance-data dt {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
}

.dunlop-el_gr .performance-rating .performance-data dt {
  text-transform: none;
}

.performance-rating .performance-data span {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.performance-rating .performance-data em {
  text-transform: none;
}

.performance-rating .performance-data dd {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  border-bottom: 2px dashed #c1c1c1;
}

.key-benefits-tech-container {
  padding: 30px 0;
}

.key-benefits-tech-container .head {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.5em;
  color: #020200;
  margin-top: 20px;
}

.dunlop-el_gr .key-benefits-tech-container .head {
  text-transform: none;
}

@media (min-width: 48em) {
  .key-benefits-tech-container .head {
    font-size: 2.125em;
  }
}

.key-benefits-tech-container .key-benefits-tech-tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 5px 0 25px;
}

.key-benefits-tech-container .key-benefits-tech-tabs ul::after {
  content: '';
  display: table;
  clear: both;
}

.key-benefits-tech-container .key-benefits-tech-tabs ul li {
  width: 50%;
  padding-right: 18px;
  float: left;
  display: table;
}

.key-benefits-tech-container .key-benefits-tech-tabs ul a,
.key-benefits-tech-container .key-benefits-tech-tabs ul span {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  display: table-cell;
  font-size: 0.75em;
  line-height: 1.2;
  vertical-align: middle;
  height: 40px;
  text-decoration: none;
  text-align: center;
  color: #020200;
  background-color: #ffe500;
  position: relative;
}

.dunlop-el_gr .key-benefits-tech-container .key-benefits-tech-tabs ul a, .dunlop-el_gr
.key-benefits-tech-container .key-benefits-tech-tabs ul span {
  text-transform: none;
}

.key-benefits-tech-container .key-benefits-tech-tabs ul a:hover, .key-benefits-tech-container .key-benefits-tech-tabs ul a:hover:before, .key-benefits-tech-container .key-benefits-tech-tabs ul a:focus, .key-benefits-tech-container .key-benefits-tech-tabs ul a:focus:before, .key-benefits-tech-container .key-benefits-tech-tabs ul a:active, .key-benefits-tech-container .key-benefits-tech-tabs ul a:active:before,
.key-benefits-tech-container .key-benefits-tech-tabs ul span:hover,
.key-benefits-tech-container .key-benefits-tech-tabs ul span:hover:before,
.key-benefits-tech-container .key-benefits-tech-tabs ul span:focus,
.key-benefits-tech-container .key-benefits-tech-tabs ul span:focus:before,
.key-benefits-tech-container .key-benefits-tech-tabs ul span:active,
.key-benefits-tech-container .key-benefits-tech-tabs ul span:active:before {
  background-color: #ffd100;
}

.key-benefits-tech-container .key-benefits-tech-tabs ul a:before,
.key-benefits-tech-container .key-benefits-tech-tabs ul span:before {
  -ms-transform: skew(-30deg);
      transform: skew(-30deg);
  content: '';
  background-color: #ffe500;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  width: 36px;
  left: auto;
  right: -18px;
  height: 40px;
}

.key-benefits-tech-container .key-benefits-tech-tabs ul li:last-child {
  padding-left: 18px;
  padding-right: 0;
}

.key-benefits-tech-container .key-benefits-tech-tabs ul li:last-child a:before,
.key-benefits-tech-container .key-benefits-tech-tabs ul li:last-child span:before {
  right: auto;
  left: -18px;
}

.key-benefits-tech-container .key-benefits-tech-tabs ul .active {
  background-color: #020200;
  color: #ffffff;
}

.key-benefits-tech-container .key-benefits-tech-tabs ul .active:before {
  background-color: #020200;
}

.key-benefits-tech-container .key-benefits-tech-tabs ul .active:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 48%;
  margin: 0 0 0 -5px;
  border-top: 10px solid #020200;
  border-right: 10px solid transparent;
  border-bottom: 0;
  border-left: 10px solid transparent;
}

.key-benefits-tech-container .key-benefits-tech-tabs ul .active:hover:after, .key-benefits-tech-container .key-benefits-tech-tabs ul .active:focus:after, .key-benefits-tech-container .key-benefits-tech-tabs ul .active:active:after {
  border-top: 10px solid #3b3b3b;
}

.key-benefits-tech-container .key-benefits-tech-tabs ul .active:hover, .key-benefits-tech-container .key-benefits-tech-tabs ul .active:hover:before, .key-benefits-tech-container .key-benefits-tech-tabs ul .active:focus, .key-benefits-tech-container .key-benefits-tech-tabs ul .active:focus:before, .key-benefits-tech-container .key-benefits-tech-tabs ul .active:active, .key-benefits-tech-container .key-benefits-tech-tabs ul .active:active:before {
  background-color: #3b3b3b;
}

@media (min-width: 48em) {
  .key-benefits-tech-container .key-benefits-tech-tabs ul a,
  .key-benefits-tech-container .key-benefits-tech-tabs ul span {
    font-size: 1em;
    height: 50px;
  }
  .key-benefits-tech-container .key-benefits-tech-tabs ul a:before,
  .key-benefits-tech-container .key-benefits-tech-tabs ul span:before {
    height: 50px;
  }
}

.key-benefits-tech-container .key-benefits-tech-tabs li {
  cursor: pointer;
}

.key-benefits-tech-container .content-tabs {
  display: block;
  overflow: auto;
}

.key-benefits-tech-container .content-tabs .col-elem {
  float: right;
  margin: 0;
}

.key-benefits-tech-container .img-wrapper {
  margin: 25px 0;
}

.key-benefits,
.technologies {
  display: none;
}

.key-benefits .sec-title,
.technologies .sec-title {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.125em;
  margin: 0 0 12px;
  color: #020200;
}

.dunlop-el_gr .key-benefits .sec-title, .dunlop-el_gr
.technologies .sec-title {
  text-transform: none;
}

@media (min-width: 48em) {
  .key-benefits .sec-title,
  .technologies .sec-title {
    font-size: 1.375em;
  }
}

.key-benefits .sec-title:nth-of-type(n+2),
.technologies .sec-title:nth-of-type(n+2) {
  border-top: 2px dashed #c1c1c1;
  padding-top: 20px;
}

.key-benefits p,
.technologies p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4;
  color: #020200;
  margin: 0 0 20px;
}

.key-benefits.active,
.technologies.active {
  display: block;
}

.single {
  display: block;
}

.pd-original-equipment {
  background: url("../img/oe-back.jpg") no-repeat 0 0 transparent;
  background-size: cover;
}

.pd-original-equipment .head {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.5em;
  color: #ffffff;
}

.dunlop-el_gr .pd-original-equipment .head {
  text-transform: none;
}

@media (min-width: 48em) {
  .pd-original-equipment .head {
    font-size: 2.125em;
  }
}

.pd-original-equipment p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4;
  color: #ffffff;
}

.more-brands-wrapper {
  background-color: #c1c1c1;
}

.independent-test {
  background: #323232;
  color: #ffffff;
  margin-bottom: 0;
}

.independent-test .head {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.25em;
  margin: 0 0 12px;
  color: #020200;
  color: #ffffff;
}

.dunlop-el_gr .independent-test .head {
  text-transform: none;
}

@media (min-width: 48em) {
  .independent-test .head {
    font-size: 1.625em;
  }
}

.independent-test .cta-accordion {
  color: #ffffff;
}

.generic-promo .head {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.5em;
  color: #020200;
}

.dunlop-el_gr .generic-promo .head {
  text-transform: none;
}

@media (min-width: 48em) {
  .generic-promo .head {
    font-size: 2.125em;
  }
}

.generic-promo p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4;
  color: #020200;
}

.independent-test-list li {
  border-bottom: 2px dashed #535353;
  margin-left: 4.6875%;
  margin-right: 4.6875%;
}

.independent-test-list .img-wrapper span {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4;
  color: #ffffff;
}

.independent-test-list .header:before {
  font-size: 1.3rem;
  background-color: transparent;
  color: #ed1c24;
  top: 0;
}

.independent-test-list .header .main {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.125em;
  margin: 0 0 12px;
  color: #ffffff;
}

.dunlop-el_gr .independent-test-list .header .main {
  text-transform: none;
}

@media (min-width: 48em) {
  .independent-test-list .header .main {
    font-size: 1.375em;
  }
}

.independent-test-list .header .sub {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875em;
  line-height: 1.4;
  color: #ffffff;
}

.independent-test-list blockquote {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.dealer-review-module .dealer-review {
  background: #020200;
  color: #ffffff;
}

.dealer-review-module .dealer-review .head {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.5em;
  color: #ffffff;
}

.dunlop-el_gr .dealer-review-module .dealer-review .head {
  text-transform: none;
}

@media (min-width: 48em) {
  .dealer-review-module .dealer-review .head {
    font-size: 2.125em;
  }
}

.dealer-review-module .dealer-review blockquote:after {
  font-family: 'gy-icons', arial, sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e635';
  font-size: 2rem;
  line-height: 1.65em;
  color: #767676;
}

.dealer-review-module .dealer-review p {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.25em;
  margin: 0 0 12px;
  color: #ffffff;
  font-weight: normal;
  text-transform: none;
}

.dunlop-el_gr .dealer-review-module .dealer-review p {
  text-transform: none;
}

@media (min-width: 48em) {
  .dealer-review-module .dealer-review p {
    font-size: 1.625em;
  }
}

.dealer-review-module .dealer-review footer {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875em;
  line-height: 1.4;
  color: #ffffff;
}

.dealer-review-module .dealer-review-bg {
  background: url("../img/dealer-review-bg.jpg") no-repeat;
  background-size: contain;
  background-position: center top;
}

@media (min-width: 48em) {
  .product-detail-playback {
    background-color: #ffffff;
  }
  .product-detail-playback:after {
    margin: 0 3.90625%;
  }
  .product-detail-playback .active-link {
    clear: both;
  }
  .product-detail-playback .inner {
    border-bottom: 0;
  }
  .product-detail-playback .tire-specs {
    float: left;
  }
  .product-detail-playback .tire-specs dt {
    margin-bottom: 0;
  }
  .product-detail-playback .tire-specs dd {
    font-size: 1em;
  }
  .product-detail-playback .new-search {
    border-left: 1px solid #dfdada;
    margin: 28px 0 0 10px;
    padding-left: 30px;
  }
  .product-detail-playback .more-info .cta-wrapper {
    margin-bottom: 30px;
  }
  .product-detail-playback .cta-accordion {
    position: relative;
    top: 0;
    left: 0;
  }
  .tire-playback-image span {
    top: 67%;
  }
  .pricing-module .dealer-cta a,
  .pricing-module .tire-cta a {
    padding-left: 28px;
  }
  .pricing-module .dealer-cta a:before,
  .pricing-module .tire-cta a:before {
    left: 7px;
  }
  .independent-test-list li {
    margin-left: 3.90625%;
    margin-right: 3.90625%;
  }
  .performance-rating .head {
    margin-bottom: 20px;
  }
  .performance-rating .img-wrapper {
    border: 0;
  }
  .generic-promo .head {
    margin: 80px 0 30px;
  }
  .independent-test-carousel li {
    border-right: 1px solid #000000;
  }
  .independent-test-carousel a.active {
    background: #535353;
    background: #535353;
  }
  .independent-test-carousel a.active:after {
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 85, 164, 0);
    border-width: 15px;
    margin-left: -15px;
    transition: all ease-in .2s;
    top: 99%;
    border-top-color: #535353;
  }
  .independent-test-carousel a:hover {
    background: #535353;
  }
  .pd-original-equipment .head,
  .pd-original-equipment p {
    margin-left: 18%;
    margin-right: 18%;
  }
  .key-benefits-tech-container .head {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 50px;
  }
  .key-benefits-tech-container .row.key-benefits-tech-tabs ul {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
  .key-benefits-tech-container .content-tabs {
    margin-bottom: 60px;
  }
  .key-benefits-tech-container .img-wrapper img {
    width: 80%;
    margin: 0;
  }
  .key-benefits .head {
    margin-top: 30px;
  }
  .dealer-review-module .dealer-review blockquote:after {
    font-size: 2.3rem;
    line-height: 1.6em;
    width: 60px;
    height: 60px;
    left: auto;
    bottom: auto;
    right: -30px;
    top: 50%;
    margin-top: -30px;
  }
  .dealer-review-module .dealer-review p {
    font-family: "ITC-Avant-Garde", helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    margin: 0 0 16px;
    line-height: 1.2;
    font-size: 1.125em;
    margin: 0 0 12px;
    color: #ffffff;
    font-weight: normal;
    text-transform: none;
  }
  .dunlop-el_gr .dealer-review-module .dealer-review p {
    text-transform: none;
  }
}

@media (min-width: 48em) and (min-width: 48em) {
  .dealer-review-module .dealer-review p {
    font-size: 1.375em;
  }
}

@media (min-width: 48em) {
  .dealer-review-module .dealer-review-bg {
    padding-top: 0;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    background-size: cover;
  }
}

@media (min-width: 64em) {
  .product-detail-playback:after {
    margin: 0 3.125%;
  }
  .pricing-module .dealer-cta a,
  .pricing-module .tire-cta a {
    padding-left: 35px;
  }
  .pricing-module .dealer-cta a:before,
  .pricing-module .tire-cta a:before {
    left: 10px;
  }
  .independent-test-list li {
    margin-left: 3.125%;
    margin-right: 3.125%;
  }
}

@media (min-width: 80em) {
  .product-detail-playback:after {
    margin: 0 40px;
  }
  .product-detail-playback .cta-accordion,
  .product-detail-playback .active-link {
    position: absolute;
    right: 0;
    left: auto;
    top: 26px;
    margin-right: 3.125%;
  }
  .pricing-module .dealer-cta a,
  .pricing-module .tire-cta a {
    padding-left: 40px;
  }
  .pricing-module .dealer-cta a:before,
  .pricing-module .tire-cta a:before {
    left: 15px;
  }
  .independent-test-list li {
    margin-left: 40px;
    margin-right: 40px;
  }
}

.splash-page-secondary-menu {
  position: relative;
  overflow: auto;
  background-color: #323232;
}

.splash-page-secondary-menu li {
  width: 50%;
  float: left;
  background: transparent;
}

.splash-page-secondary-menu li a {
  transition: all ease-in .2s;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  color: #020200;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
  font-size: 0.813em;
  padding: 10px 0;
  margin: 0 20px;
  border-bottom: 0;
  text-align: left;
}

.splash-page-secondary-menu li:last-child a {
  text-align: right;
}

.splash-header .countries,
.splash-header .other-sites {
  left: 0;
}

.splash-bg {
  background-color: #323232;
}

.splash-page {
  background-color: #323232;
}

.home-three-column-promo.splash-three-column-promo .head {
  font-size: 1.25em;
  font-weight: normal;
  width: 43%;
  margin-left: auto;
}

.home-three-column-promo.splash-three-column-promo img {
  margin-bottom: 20px;
}

.home-three-column-promo.splash-three-column-promo .head,
.home-three-column-promo.splash-three-column-promo p,
.home-three-column-promo.splash-three-column-promo .cta-txt {
  color: #020200;
}

.home-three-column-promo.splash-three-column-promo li {
  background: #ffe500;
}

.home-three-column-promo.splash-three-column-promo li:nth-child(2) {
  background: #535353;
}

.home-three-column-promo.splash-three-column-promo li:nth-child(3) {
  background: #020200;
}

.home-three-column-promo.splash-three-column-promo li:nth-child(2) .head,
.home-three-column-promo.splash-three-column-promo li:nth-child(2) p,
.home-three-column-promo.splash-three-column-promo li:nth-child(2) .cta-txt,
.home-three-column-promo.splash-three-column-promo li:nth-child(3) .head,
.home-three-column-promo.splash-three-column-promo li:nth-child(3) p,
.home-three-column-promo.splash-three-column-promo li:nth-child(3) .cta-txt {
  color: #ffffff;
}

.splash-commercial-products {
  padding: 0;
  list-style: none;
  margin: 0 20px;
}

.splash-commercial-products li {
  padding: 20px 0;
}

.splash-commercial-products li + li {
  border-top: 1px solid #020200;
}

.splash-commercial-products a {
  color: #ffe500;
}

.splash-footer .title-list {
  border-bottom: 0;
}

.splash-footer .title-list ul {
  display: block;
  margin: 0;
}

.splash-footer .title-list li {
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 2px dashed #535353;
}

.splash-footer .title-list li:first-child {
  border-top: 2px dashed #535353;
}

@media (min-width: 48em) {
  .splash-page-secondary-menu {
    position: absolute;
    top: 10px;
    right: 0;
    background-color: transparent;
  }
  .splash-page-secondary-menu li {
    width: auto;
  }
  .splash-page-secondary-menu li a {
    color: #020200;
  }
  .splash-nav-wrapper {
    max-height: 0;
  }
  .splash-page {
    padding: 60px 0;
  }
  .splash-page .home-three-column-promo .head {
    width: auto;
  }
  .splash-commercial-products {
    overflow: auto;
    border-bottom: 2px dashed #535353;
  }
  .splash-commercial-products li {
    width: 50%;
    padding: 0 3% 0 0;
    margin: 45px 0;
    float: left;
    text-align: right;
    border-right: 1px solid #020200;
  }
  .splash-commercial-products li + li {
    border: 0;
  }
  .splash-commercial-products li:nth-child(2) {
    padding: 0 0 0 3%;
    text-align: left;
    float: right;
  }
  .splash-footer .title-list li,
  .splash-footer .title-list li:first-child {
    border: 0;
    padding: 0;
  }
}

@media (min-width: 64em) {
  .splash-page-secondary-menu {
    top: 0;
  }
  .splash-page-secondary-menu li a {
    color: #ffffff;
  }
  .splash-nav-wrapper {
    max-height: none;
  }
  .splash-page-countries-control a {
    color: #ffffff;
    padding: 10px 0;
  }
  .splash-page .home-three-column-promo .head {
    width: 50%;
  }
}

.home-page {
  background-color: #323232;
}

.home-page .launch {
  padding: 1.2em 20px 0;
  background: transparent;
}

.home-main-promo {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffe500;
}

.home-main-promo .head {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 2em;
  color: #020200;
  margin-left: 20px;
  margin-right: 20px;
}

.dunlop-el_gr .home-main-promo .head {
  text-transform: none;
}

@media (min-width: 48em) {
  .home-main-promo .head {
    font-size: 2.5em;
  }
}

.home-main-promo p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4;
  color: #020200;
}

.home-main-promo ul li {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4;
  color: #020200;
  border-bottom: 2px dashed #d8c410;
  padding: 40px 30px;
}

.home-secondary-promo {
  background-color: #535353;
}

.home-secondary-promo .head {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.5em;
  color: #ffffff;
  margin-bottom: 30px;
}

.dunlop-el_gr .home-secondary-promo .head {
  text-transform: none;
}

@media (min-width: 48em) {
  .home-secondary-promo .head {
    font-size: 2.125em;
  }
}

.home-secondary-promo img {
  max-width: 100%;
}

.home-big-promo {
  background: #020200;
  padding-bottom: 50px;
}

.home-big-promo .img-wrapper {
  margin-bottom: 40px;
}

.home-big-promo .head {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.5em;
  color: #ffffff;
}

.dunlop-el_gr .home-big-promo .head {
  text-transform: none;
}

@media (min-width: 48em) {
  .home-big-promo .head {
    font-size: 2.125em;
  }
}

.home-big-promo p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4;
  color: #ffffff;
}

.home-big-promo .cta-txt {
  color: #ffffff;
  margin-left: 0;
}

.home-three-column-promo {
  position: relative;
  display: block;
}

.home-three-column-promo .head {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.125em;
  margin: 0 0 12px;
  color: #ffffff;
  margin-left: 10%;
  margin-right: 10%;
}

.dunlop-el_gr .home-three-column-promo .head {
  text-transform: none;
}

@media (min-width: 48em) {
  .home-three-column-promo .head {
    font-size: 1.375em;
  }
}

.home-three-column-promo p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4;
  color: #ffffff;
}

.home-three-column-promo img {
  margin-bottom: 35px;
}

.home-three-column-promo .cta-txt {
  color: #ffffff;
  margin: 0 10%;
}

.home-three-column-promo li {
  padding-bottom: 60px;
  background: #020200;
  text-align: right;
}

.home-three-column-promo li:nth-child(2) {
  background: #ffe500;
}

.home-three-column-promo li:nth-child(2) .head,
.home-three-column-promo li:nth-child(2) p,
.home-three-column-promo li:nth-child(2) .cta-txt {
  color: #020200;
}

.legal-text {
  background: #323232;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 2px dashed rgba(156, 156, 156, 0.7);
}

.legal-text .legal-text-container {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: .750em;
  color: #f2f2f2;
  line-height: 1.4;
}

.legal-text .legal-text-container a {
  color: #f2f2f2;
}

@media (min-width: 48em) {
  .row.home-secondary-promo {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row.home-secondary-promo img {
    max-width: 80%;
  }
  .home-main-promo {
    padding-top: 65px;
    padding-bottom: 0;
  }
  .home-main-promo ul li {
    border: 0;
  }
  .home-big-promo {
    padding-bottom: 0;
  }
  .home-big-promo .head {
    font-family: "ITC-Avant-Garde", helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    margin: 0 0 16px;
    line-height: 1.2;
    font-size: 1.125em;
    margin: 0 0 12px;
    color: #ffffff;
  }
  .dunlop-el_gr .home-big-promo .head {
    text-transform: none;
  }
}

@media (min-width: 48em) and (min-width: 48em) {
  .home-big-promo .head {
    font-size: 1.375em;
  }
}

@media (min-width: 48em) {
  .home-big-promo .img-wrapper {
    margin-bottom: 0;
  }
  .legal-text {
    padding: 50px;
  }
  .legal-text p {
    width: 85%;
  }
}

@media (min-width: 64em) {
  .home-big-promo .head {
    font-family: "ITC-Avant-Garde", helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    margin: 0 0 16px;
    line-height: 1.2;
    font-size: 1.5em;
    color: #ffffff;
  }
  .dunlop-el_gr .home-big-promo .head {
    text-transform: none;
  }
}

@media (min-width: 64em) and (min-width: 48em) {
  .home-big-promo .head {
    font-size: 2.125em;
  }
}

@media (min-width: 64em) {
  .home-big-promo .promo-content {
    padding-left: 50px;
  }
  .legal-text p {
    width: 50%;
    padding: 0;
  }
}

.editorial-heading {
  background: #f2f2f2;
}

.editorial-heading h1 {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 2em;
  color: #020200;
}

.dunlop-el_gr .editorial-heading h1 {
  text-transform: none;
}

@media (min-width: 48em) {
  .editorial-heading h1 {
    font-size: 2.5em;
  }
}

.editorial-content:after {
  border-bottom: 2px dashed #c1c1c1;
}

.editorial-content p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4;
  color: #020200;
}

.editorial-content p a {
  color: #767676;
}

.editorial-content h2 {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.5em;
  color: #020200;
}

.dunlop-el_gr .editorial-content h2 {
  text-transform: none;
}

@media (min-width: 48em) {
  .editorial-content h2 {
    font-size: 2.125em;
  }
}

.editorial-content h3 {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.25em;
  margin: 0 0 12px;
  color: #020200;
  font-weight: normal;
}

.dunlop-el_gr .editorial-content h3 {
  text-transform: none;
}

@media (min-width: 48em) {
  .editorial-content h3 {
    font-size: 1.625em;
  }
}

.editorial-content h4 {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.5em;
  color: #020200;
  font-weight: normal;
}

.dunlop-el_gr .editorial-content h4 {
  text-transform: none;
}

@media (min-width: 48em) {
  .editorial-content h4 {
    font-size: 2.125em;
  }
}

.editorial-content ul li,
.editorial-content ol li {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4;
  color: #020200;
  margin-bottom: 10px;
}

.editorial-content ul {
  padding-left: 20px;
  list-style-type: disc;
  list-style-position: outside;
}

.editorial-content ul li:before {
  color: #020200;
  display: none;
}

.editorial-content dl {
  margin-bottom: 30px;
}

.editorial-content dl dt {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.125em;
  margin: 0 0 12px;
  color: #020200;
  font-weight: normal;
  text-transform: none;
  margin: 25px 0 16px;
}

.dunlop-el_gr .editorial-content dl dt {
  text-transform: none;
}

@media (min-width: 48em) {
  .editorial-content dl dt {
    font-size: 1.25em;
  }
}

.editorial-content dl dd {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4;
  color: #020200;
  margin: 0;
}

.editorial-content .cta {
  margin-bottom: 16px;
  display: block;
}

.editorial-content .cta-with-icon {
  width: auto;
}

.editorial-content .more-cta {
  display: block;
  margin: 20px 0;
}

.editorial-page .home-three-column-promo li {
  text-align: center;
}

.editorial-page .home-three-column-promo img {
  width: 100%;
}

.editorial-tabs-container a {
  transition: all ease-in .2s;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  color: #020200;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
}

.editorial-tabs-container .selected-item {
  text-align: left;
  background: #020200;
}

.editorial-tabs-container .selected-item:hover, .editorial-tabs-container .selected-item:focus, .editorial-tabs-container .selected-item:active {
  background-color: #3b3b3b;
}

.editorial-tabs-container.opened .selected-item {
  background-color: #ffe500;
}

.editorial-tabs-container.opened .selected-item:hover, .editorial-tabs-container.opened .selected-item:focus, .editorial-tabs-container.opened .selected-item:active {
  background-color: #ffd100;
}

.editorial-tabs-container.opened .selected-item a {
  color: #020200;
}

.editorial-tabs-container.opened .selected-item:after {
  border-bottom-color: #020200;
}

.editorial-tabs li {
  background-color: #f2f2f2;
}

.editorial-tabs li a {
  color: #020200;
  border-bottom: 1px solid #dfdada;
}

@media (min-width: 48em) {
  .main-text .br-inside-column {
    padding-bottom: 16px;
  }
  .editorial-content .cta {
    max-width: 280px;
  }
  .home-three-column-promo .cta-txt {
    width: 60%;
  }
  .editorial-page .home-three-column-promo img {
    width: 100%;
  }
  .editorial-page .equal-column .home-three-column-promo img {
    width: 100%;
  }
  .editorial-tabs li {
    background: #020200;
  }
  .editorial-tabs li:hover, .editorial-tabs li:focus, .editorial-tabs li:active {
    background-color: #3b3b3b;
  }
  .editorial-tabs li a {
    color: #ffffff;
    border-bottom: 0;
    border-left: 1px solid #323232;
  }
  .editorial-tabs .active {
    background-color: #ffe500;
  }
  .editorial-tabs .active:after {
    border-top-color: #ffe500;
  }
  .editorial-tabs .active:hover, .editorial-tabs .active:focus, .editorial-tabs .active:active {
    background-color: #ffd100;
  }
  .editorial-tabs .active:hover:after, .editorial-tabs .active:focus:after, .editorial-tabs .active:active:after {
    border-top-color: #ffd100;
  }
  .editorial-tabs .active a {
    color: #020200;
    border-left-color: #ffe500;
  }
}

@media (min-width: 64em) {
  .editorial-heading.with-image h1 {
    padding: 50px;
    bottom: 80px;
  }
}

.previous-search {
  position: relative;
  z-index: 1;
}

.previous-search .old-searches li {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.tfr header {
  background-color: #ffffff;
  border-bottom: 2px dashed #c1c1c1;
  padding: 30px 0 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.tfr .search-title + .label-med .tire-details {
  font-size: 1em;
  color: #020200;
  border-right: 0;
}

.tfr .tire-details {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #020200;
}

.tfr .playback .new-search {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  transition: all ease-in .2s;
  -ms-transform: translateX(0);
      transform: translateX(0);
  font-size: 1.142em;
  text-decoration: none;
  display: block;
  margin-top: 15px;
}

.dunlop-el_gr .tfr .playback .new-search {
  text-transform: none;
}

@media (min-width: 48em) {
  .tfr .playback .new-search:hover {
    -ms-transform: translateX(10px);
        transform: translateX(10px);
  }
}

.tfr .playback .new-search:hover {
  text-decoration: none;
}

.tfr .playback .new-search:before {
  font-family: 'gy-icons', arial, sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e633';
  font-size: 0.8em;
  margin-right: 8px;
}

.tfr .goodyear .title {
  color: #0055a4;
}

.tfr .goodyear .item-pricing {
  background: #0055a4;
}

.tfr .goodyear .cta-secondary {
  color: #ffffff;
}

.tfr .goodyear .cta-secondary:after {
  background: #01294c;
}

.tfr .goodyear .cta-secondary:hover:after {
  background: #020f2c;
}

.tfr-summary {
  padding-top: 30px;
}

.tfr-goodyear-banner {
  margin: 40px 25px;
  border-bottom: 2px dashed #c1c1c1;
}

.tfr-goodyear-banner img {
  width: 60%;
  margin-bottom: 10px;
}

.tfr-goodyear-banner p {
  border: 0;
  padding-bottom: 10px;
}

.complementary-banner {
  background: #f8f8f8;
}

.complementary-banner .complementary-details .cta-txt {
  width: auto;
}

.complementary-no-result p {
  font-family: 'Roboto', sans-serif;
}

.complementary-no-result .highlight {
  font-weight: 600;
}

.tfr-filters .filter-link {
  color: #020200;
}

.tfr-filters .filter-link:before {
  color: #020200;
}

.tfr-filters .filter-link span {
  font-family: 'Roboto', sans-serif;
}

.tfr-filters .level-a:before {
  color: #009132;
}

.tfr-filters .level-b:before {
  color: #4dba47;
}

.tfr-filters .level-c:before {
  color: #c8d200;
}

.tfr-filters .selected {
  color: #020200;
  font-weight: bold;
}

.tfr-filters .inactive {
  color: #c1c1c1;
}

.tfr-filters dl {
  border-bottom: 2px dashed #c1c1c1;
}

.tfr-filters dt {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
}

.dunlop-el_gr .tfr-filters dt {
  text-transform: none;
}

.tfr-filters dt:before {
  font-style: normal;
  color: #020200;
}

.tfr-filters .footer {
  background-color: #f2f2f2;
  position: relative;
  z-index: 1;
}

.journey-content {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875em;
  line-height: 1.4;
  color: #767676;
  border-bottom: 2px dashed #c1c1c1;
  padding-bottom: 10px;
}

.h3.title {
  font-size: 1em;
}

.item-pricing {
  background-color: #323232;
  position: relative;
  z-index: 1;
}

.item-pricing .price {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-size: 2.2em;
  line-height: 1;
}

.dunlop-el_gr .item-pricing .price {
  text-transform: none;
}

.item-pricing .price em {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: .667em;
  font-weight: 700;
  vertical-align: 9px;
  margin: 0 5px 0 0;
}

.item-pricing .price span {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: .53em;
  padding: 7px 0 0 25px;
}

.item-eu-labels {
  border-top: 2px dashed #c1c1c1;
}

.item-eu-labels li {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  border: 0;
}

.item-eu-labels li:before {
  font-family: 'gy-icons', arial, sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.9rem;
  color: #767676;
}

.item-eu-labels .icon-info:before {
  color: #ed1c24;
}

.item-info .item-features {
  color: #020200;
}

.item-info .item-features span {
  margin-left: 35px;
  margin-top: 2px;
}

.item-info .icon-info {
  color: #ed1c24;
}

.item-info li span {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: italic;
}

.tfr-filter-trigger .cta-secondary,
.search-item .cta-secondary {
  background: transparent;
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 37px;
  width: 82%;
}

.tfr-filter-trigger .cta-secondary:before,
.search-item .cta-secondary:before {
  position: absolute;
  top: calc(50% - 0.5em);
}

.search-item .cta-secondary:after {
  background-color: #767676;
}

.search-item .cta-secondary:hover {
  background: transparent;
}

.search-item .cta-secondary:hover:after {
  background-color: #535353;
}

.tfr-filter-trigger {
  position: relative;
  z-index: 1;
}

.tfr-filter-trigger .cta-secondary {
  color: #020200;
}

.tfr-filter-trigger .cta-secondary:before {
  content: '\e627';
  font-size: 1em;
}

.back-to-search-result {
  margin-top: 16px;
}

.back-to-search-result .back-to-link-container {
  background-color: #020200;
}

.back-to-search-result .logo-container {
  background-color: #0055a4;
}

.back-to-search-result img {
  height: 55px;
  padding-top: 12px;
}

.search-item .cta-with-icon.bg-alt {
  color: #020200;
  width: 82%;
  padding-right: 15px;
  padding-left: 37px;
}

.search-item .cta-with-icon.bg-alt:after {
  background-color: #ffe500;
}

.search-item .cta-with-icon.bg-alt:hover:after {
  background-color: #ffd100;
}

.search-item .cta-with-icon.bg-alt:before {
  left: 10px;
}

.close-match,
.winter-match {
  background: #f2f2f2;
}

.indexes {
  padding: 20px;
}

.indexes .head:before {
  font-family: 'gy-icons', arial, sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #cdcdcd;
}

.indexes h4,
.indexes h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.88em;
  text-transform: none;
}

.indexes p {
  line-height: 18px;
}

.description {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4;
  color: #020200;
}

.item-title span {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: italic;
  padding: 12px 8px 12px 32px;
  border-radius: 0;
  font-size: 0.6875em;
  background: transparent;
  color: #020200;
  border: 0;
  bottom: 12%;
}

.item-title span:before {
  font-family: 'gy-icons', arial, sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  position: absolute;
  top: 16%;
  left: 7%;
}

.item-title span:after {
  -ms-transform: skew(-30deg);
      transform: skew(-30deg);
  content: '';
  background-color: #f2f2f2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

@media (min-width: 48em) {
  .tfr .search-title + .label-med .tire-details {
    border-right: 1px solid #dfdada;
  }
  .tfr header {
    padding: 40px 0 11px;
    margin-left: 40px;
    margin-right: 40px;
  }
  .tfr .playback .cta-accordion,
  .tfr .playback .specs-right {
    display: inline-block;
    position: relative;
    clear: both;
    float: left;
    bottom: 0;
    margin-top: 15px;
  }
  .tfr .playback .specs-right {
    line-height: 1.25;
  }
  .tfr .playback .new-search {
    display: inline-block;
    margin-top: 0;
    font-size: 1em;
  }
  .tfr-filters .footer {
    background-color: transparent;
  }
  .tfr-filters .footer .cta-secondary {
    font-family: "ITC-Avant-Garde", helvetica, sans-serif;
    font-weight: normal;
    font-style: italic;
    text-transform: uppercase;
    transition: all ease-in .2s;
    -ms-transform: translateX(0);
        transform: translateX(0);
    line-height: 1;
    padding-right: 2px;
    padding-left: 20px;
  }
  .dunlop-el_gr .tfr-filters .footer .cta-secondary {
    text-transform: none;
  }
}

@media (min-width: 48em) and (min-width: 48em) {
  .tfr-filters .footer .cta-secondary:hover {
    -ms-transform: translateX(10px);
        transform: translateX(10px);
  }
}

@media (min-width: 48em) {
  .tfr-filters .footer .cta-secondary:before {
    font-family: 'gy-icons', arial, sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all ease-in .2s;
    content: '\e633';
    font-size: 0.8rem;
    margin: 0 5px 0 -20px;
  }
  .tfr-filters .footer .cta-secondary:hover:before, .tfr-filters .footer .cta-secondary:focus:before, .tfr-filters .footer .cta-secondary:active:before {
    content: '\e633';
  }
  .tfr-filters .footer .cta-secondary:after {
    display: none;
  }
  .tfr-filters .footer .cta-secondary:before,
  .tfr-filters .footer .cta-secondary:hover:before,
  .tfr-filters .footer .cta-secondary:focus:before,
  .tfr-filters .footer .cta-secondary:active:before {
    content: '\e637';
  }
  .tfr-filters .footer .cta-secondary:hover,
  .tfr-filters .footer .cta-secondary:focus,
  .tfr-filters .footer .cta-secondary:active {
    text-decoration: none;
    -ms-transform: none;
        transform: none;
    color: #020200;
  }
  .results .tfr-goodyear-banner {
    float: right;
    border-bottom: 2px dashed #c1c1c1;
  }
  .item-pricing .price {
    display: table-cell;
  }
  .tfr-goodyear-banner {
    padding-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .tfr-goodyear-banner img {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
    padding: 7px 0;
    min-width: 170px;
  }
  .tfr-goodyear-banner p {
    border: 0;
    width: 75%;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0px;
    margin-bottom: 0;
  }
  .complementary-banner .cta-txt:nth-of-type(2) {
    display: block;
    float: none;
    text-align: left;
    margin-top: 10px;
  }
  .back-to-search-result .back-to-link-container:after {
    display: none;
  }
  .back-to-search-result .back-link {
    padding-top: 20px;
  }
  .back-to-search-result img {
    margin-right: 22px;
    height: 50px;
    padding-top: 10px;
  }
  .indexes {
    padding: 30px;
  }
  .h3.title {
    font-family: "ITC-Avant-Garde", helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    margin: 0 0 16px;
    line-height: 1.2;
    font-size: 1.25em;
    margin: 0 0 12px;
    color: #020200;
  }
  .dunlop-el_gr .h3.title {
    text-transform: none;
  }
}

@media (min-width: 48em) and (min-width: 48em) {
  .h3.title {
    font-size: 1.625em;
  }
}

@media (min-width: 48em) {
  .item-title span {
    padding-left: 15px;
    padding-right: 15px;
    bottom: 0;
  }
  .item-title span:before {
    display: none;
  }
  .item-tray {
    background: #323232;
  }
  .item-eu-labels li {
    width: 25%;
    text-align: left;
  }
  .item-eu-labels li:nth-child(3) {
    width: 25%;
  }
  .tfr .goodyear .item-tray {
    background: #0055a4;
  }
  .browse-cat .cta-container .browse-or {
    width: 11%;
    padding-left: 3%;
  }
  .browse-cat .cta-container .cta-with-icon,
  .browse-cat .cta-container .cta-secondary {
    width: 40%;
  }
  .item-info {
    margin: 0 0 0 35%;
  }
}

@media (min-width: 64em) {
  .item-pricing {
    background-color: transparent;
    display: block;
    position: absolute;
  }
  .item-pricing .price,
  .item-pricing .cta-container {
    display: block;
    width: auto;
  }
  .item-pricing .cta-container .browse-or {
    padding-left: 0;
    width: auto;
  }
  .tfr .goodyear .item-pricing {
    background-color: transparent;
  }
  .item-title span {
    padding-left: 40px;
    padding-right: 15px;
    bottom: 15%;
  }
  .item-title span:before {
    left: 13%;
    display: block;
  }
  .browse-cat .cta-container .cta-with-icon,
  .browse-cat .cta-container .cta-secondary {
    width: 82%;
  }
  .complementary-banner {
    background-image: url("../img/goodyear-banner.png");
    background-repeat: no-repeat;
    background-color: #f8f8f8;
    background-size: 20% auto;
    background-position: 25px 28px;
  }
  .complementary-banner .complementary-details {
    margin-left: 230px;
  }
  .browse-cat .cta-container .cta-with-icon,
  .browse-cat .cta-container .cta-secondary {
    width: 82%;
  }
}

@media (min-width: 80em) {
  .tfr .playback .cta-accordion,
  .tfr .playback .specs-right {
    position: absolute;
    right: 0;
    bottom: 2px;
    margin: 0;
  }
}

.tire-guide-module {
  background-color: #f2f2f2;
  float: none;
}

.tire-guide-module .cta-accordion-wrapper {
  background-color: #323232;
  max-width: none;
}

.tire-guide-module .cta-accordion-wrapper .cta-accordion {
  color: #ffffff;
}

.content-tabs:after {
  display: none;
}

.content-tabs ul li:before {
  color: #9c9c9c;
}

.content-tabs h3 {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.25em;
  margin: 0 0 12px;
  color: #020200;
}

.dunlop-el_gr .content-tabs h3 {
  text-transform: none;
}

@media (min-width: 48em) {
  .content-tabs h3 {
    font-size: 1.625em;
  }
}

.content-tabs p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4;
  color: #020200;
}

.tire-category-icon-tabs li {
  background-color: #535353;
}

.tire-category-icon-tabs li.active {
  background-color: #f2f2f2;
}

.tire-category-icon-tabs li + li:before {
  border-left: 1px solid #f2f2f2;
}

.browse-or {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.browse-or:before,
.browse-or:after {
  background: #414141;
}

.call-to-action-area-wrapper {
  position: relative;
  z-index: 1;
  background-color: #f2f2f2;
  border-top: 2px dashed #c1c1c1;
}

.call-to-action-area-wrapper .call-to-action-area .cta-with-icon {
  color: #020200;
}

.call-to-action-area-wrapper .call-to-action-area .cta-with-icon:after {
  background-color: #ffe500;
}

.call-to-action-area-wrapper .call-to-action-area .cta-with-icon:hover:after {
  background-color: #ffd100;
}

.call-to-action-area-wrapper .call-to-action-area h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  font-size: 1em;
}

@media (min-width: 48em) {
  .content-tabs > div {
    border-bottom: 0;
  }
  .content-tabs h3 {
    font-family: "ITC-Avant-Garde", helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    margin: 0 0 16px;
    line-height: 1.2;
    font-size: 1.125em;
    margin: 0 0 12px;
    color: #020200;
    padding-top: 0;
    padding-bottom: 0;
  }
  .dunlop-el_gr .content-tabs h3 {
    text-transform: none;
  }
}

@media (min-width: 48em) and (min-width: 48em) {
  .content-tabs h3 {
    font-size: 1.25em;
  }
}

@media (min-width: 48em) {
  .content-tabs h3:before {
    color: #767676;
    font-weight: normal;
    font-style: normal;
    display: block;
  }
  .call-to-action-area-wrapper .call-to-action-area .cta-with-icon {
    margin-top: 16px;
  }
  .call-to-action-area-wrapper .call-to-action-area h5 {
    font-size: 1.125em;
  }
}

@media (min-width: 64em) {
  .tire-guide-module .content-tabs h3 {
    font-family: "ITC-Avant-Garde", helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    margin: 0 0 16px;
    line-height: 1.2;
    font-size: 1.25em;
    margin: 0 0 12px;
    color: #020200;
    padding-top: 40px;
  }
  .dunlop-el_gr .tire-guide-module .content-tabs h3 {
    text-transform: none;
  }
}

@media (min-width: 64em) and (min-width: 48em) {
  .tire-guide-module .content-tabs h3 {
    font-size: 1.625em;
  }
}

.editorial-launch h1 {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 2em;
  color: #ffffff;
}

.dunlop-el_gr .editorial-launch h1 {
  text-transform: none;
}

@media (min-width: 48em) {
  .editorial-launch h1 {
    font-size: 2.5em;
  }
}

.editorial-launch p,
.editorial-launch .cta-txt {
  color: #ffffff;
  text-align: right;
}

.editorial-launch .cta-with-icon {
  display: block;
  width: auto;
}

.editorial-launch p {
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 16px;
}

.browse-hub ul li {
  text-align: center;
  border-bottom: 2px dashed #c1c1c1;
}

.browse-hub ul li:last-child {
  border-bottom: 0;
}

.browse-hub ul li:before {
  color: #020200;
  font-size: 3rem;
  background-color: transparent;
  border: 0;
  z-index: 2;
  height: auto;
  width: auto;
  left: auto;
  top: 15%;
  right: 55%;
}

.browse-hub ul li:after {
  -ms-transform: skew(-30deg);
      transform: skew(-30deg);
  content: '';
  background-color: #ffffff;
  position: absolute;
  left: auto;
  right: 51%;
  top: 19%;
  height: 70px;
  width: 140px;
  border: 0;
}

.browse-hub ul h3,
.browse-hub ul p {
  color: #020200;
}

.browse-hub h2 {
  margin-top: 45px;
}

.browse-hub .browse-seasons:after {
  content: '';
  border-bottom: 2px dashed #c1c1c1;
  margin: 0 20px;
  display: block;
}

@media (min-width: 48em) {
  .editorial-launch h1,
  .editorial-launch p {
    text-align: right;
  }
  .editorial-launch .cta-with-icon {
    margin-left: auto;
    margin-right: 0;
  }
  .editorial-launch p {
    font-size: 1.125em;
  }
  .browse-hub ul li {
    border-bottom: 0;
    border-right: 2px dashed #c1c1c1;
  }
  .browse-hub ul li:before {
    top: 13%;
  }
  .browse-hub ul .icon-truck:after {
    top: 15%;
  }
  .browse-hub ul li:after {
    top: 17%;
    width: 90px;
  }
  .browse-hub ul li:last-child:after {
    display: block;
  }
  .browse-hub ul h3 {
    font-size: 1.25em;
  }
  .browse-hub h2 {
    margin-top: 65px;
  }
  .browse-hub .browse-seasons:after {
    border-bottom: 0;
  }
}

@media (min-width: 64em) {
  .browse-hub ul li:after {
    width: 140px;
  }
}

.oe-hub {
  background: #f2f2f2;
}

.oe-hub .dunlop-variant {
  background: none;
}

.oe-hub .head {
  background: #f2f2f2;
}

.oe-hub .head h1 {
  border-bottom: 2px dashed #c1c1c1;
}

.oe-content-area {
  padding-top: 45px;
  position: relative;
  z-index: 1;
}

.oe-content-area h2 {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 1.25em;
  margin: 0 0 12px;
  color: #020200;
}

.dunlop-el_gr .oe-content-area h2 {
  text-transform: none;
}

@media (min-width: 48em) {
  .oe-content-area h2 {
    font-size: 1.625em;
  }
}

.oe-content-area p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4;
  color: #020200;
}

.oe-content-area .cta-with-icon {
  display: block;
  width: auto;
}

.oe-link-list {
  border-top: 0;
}

.oe-link-list ul li {
  border-bottom: 1px solid #dfdada;
}

.oe-link-list ul a {
  transition: all ease-in .2s;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  color: #020200;
  text-decoration: none;
  cursor: pointer;
}

@media (min-width: 48em) {
  .oe-link-list ul li {
    border-bottom: 0;
    border-left: 1px solid #dfdada;
  }
}

.oe-landing .oe-landing-header {
  background: #ffffff;
}

.oe-landing .oe-product-header {
  border-bottom: 2px dashed #c1c1c1;
}

.oe-landing .item-details {
  padding-bottom: 16px;
}

.oe-landing .oe-cta-area {
  background: #f2f2f2;
  border-top: 2px dashed #c1c1c1;
  position: relative;
  z-index: 1;
}

.oe-landing .right {
  margin-top: 10%;
}

.oe-landing .oe-pricing {
  color: #020200;
  font-size: 1em;
}

.oe-landing .oe-pricing p {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-size: 2.2em;
  line-height: 1;
}

.dunlop-el_gr .oe-landing .oe-pricing p {
  text-transform: none;
}

.oe-landing .oe-pricing p em {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: .667em;
  font-weight: 700;
  vertical-align: 9px;
  margin: 0 5px 0 0;
}

.oe-landing .oe-pricing p span {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: .53em;
  padding: 7px 0 0 25px;
}

.oe-landing .item-details a,
.oe-landing .item-details .cta-txt {
  color: #000000;
}

.oe-landing .cta-with-icon {
  text-align: left;
  padding: 15px 30px 15px 65px;
}

.browse-seasons li:after,
.browse-vehicles li:after,
.search-item:after {
  border-bottom: 2px dashed #c1c1c1;
}

.search-item:last-child:after {
  border: 0;
}

@media (min-width: 48em) {
  .description,
  .tfr .right {
    margin: 0 0 0 35%;
  }
  .oe-landing .right {
    margin: 0;
  }
  .item-banner {
    margin: 15px 0 20px 34.5%;
  }
  .oe-landing .item-details {
    border-bottom: 2px dashed #c1c1c1;
  }
  .oe-landing .right {
    margin: 0;
  }
  .oe-landing .oe-pricing p {
    text-align: left;
  }
  .search-item:last-child .item-details {
    border-bottom: 0;
  }
  .item-details {
    min-height: 350px;
  }
}

@media (min-width: 64em) {
  .description,
  .tfr .right {
    margin: 2% 0 2% 35%;
  }
  .oe-landing .right {
    margin: 0;
  }
  .item-banner {
    margin: 15px 0 20px 34.5%;
  }
}

.sitemap-wrapper {
  background: #f2f2f2;
}

.sitemap {
  color: #020200;
}

.sitemap h2 {
  border-bottom: 1px solid #dfdada;
  margin-bottom: 5px;
}

.sitemap a {
  color: #020200;
}

.sitemap ul {
  margin-bottom: 5px;
}

.sitemap li {
  border-bottom: 1px solid #dfdada;
}

.sitemap .sitemap-item {
  overflow: auto;
}

.sitemap-header {
  background: #f2f2f2;
}

.sitemap-header h1 {
  border-bottom: 2px dashed #c1c1c1;
  color: #020200;
}

@media (min-width: 48em) {
  .sitemap h2 {
    border-bottom: 0;
    margin-bottom: inherit;
    font-size: 1.05em;
  }
  .sitemap ul {
    margin-bottom: inherit;
  }
  .sitemap li {
    border-left: 1px solid #dfdada;
    border-bottom: 0;
  }
  .sitemap .sitemap-item {
    overflow: inherit;
  }
  .sitemap .child-pages:before {
    border-left: 1px solid #dfdada;
  }
}

@media (min-width: 64em) {
  .sitemap h2 {
    font-size: 1.5em;
  }
}

.error-page {
  background-color: #f2f2f2;
}

.error-page h1 {
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 2em;
  color: #020200;
}

.dunlop-el_gr .error-page h1 {
  text-transform: none;
}

@media (min-width: 48em) {
  .error-page h1 {
    font-size: 2.5em;
  }
}

.error-page a {
  transition: all ease-in .2s;
  font-family: "ITC-Avant-Garde", helvetica, sans-serif;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  font-size: 1em;
  display: inline-block;
  padding: 15px 30px;
  margin: 0 15px;
  text-decoration: none;
  color: #020200;
  cursor: pointer;
  min-width: 120px;
  position: relative;
  background-color: transparent;
  border-radius: 0;
}

.dunlop-el_gr .error-page a {
  text-transform: none;
}

.error-page a:hover, .error-page a:focus, .error-page a:active {
  background-color: transparent;
}

.error-page a:hover:after, .error-page a:focus:after, .error-page a:active:after {
  background-color: #ffd100;
  color: #020200;
}

.error-page a:after {
  -ms-transform: skew(-30deg);
      transform: skew(-30deg);
  content: '';
  background-color: #ffe500;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.error-page a:before {
  font-family: 'gy-icons', arial, sans-serif;
  font-style: normal;
}

.error-page .dealer-info {
  border-top: 2px dashed #c1c1c1;
  background-color: #f2f2f2;
}

@media (min-width: 48em) {
  .error-page .dealer-info {
    border-top: 0;
  }
}

.cs-icon-list p span {
  color: #c1c1c1;
}

.cs-icon-list p:before {
  color: #020200;
}

.campaign-landing-page .campaign-hero-module .campaign-find-dealer,
.campaign-landing-page .campaign-hero-module .campaign-hero-header {
  border-radius: 0;
}

.campaign-landing-page .campaign-hero-module .campaign-find-dealer .h1 {
  color: #323232;
  text-align: left;
  margin-top: 0;
}

.campaign-landing-page .campaign-hero-module .campaign-find-dealer .launch-actions.location-actions .form-isol [type="text"] {
  border-radius: 0;
  color: #9c9c9c;
}

.campaign-landing-page .campaign-hero-module .campaign-find-dealer .launch-actions.location-actions .form-isol [type="submit"] {
  border-radius: 0;
}

.campaign-landing-page .campaign-hero-module .campaign-find-dealer .launch-actions.location-actions .label-container {
  text-align: left;
}

.campaign-landing-page .campaign-hero-module .campaign-find-dealer .launch-actions.location-actions .label-container .cta-with-icon.current-location:after {
  -ms-transform: none;
      transform: none;
  background: none;
}

@media (max-width: 48em) {
  .campaign-landing-page .campaign-hero-module .campaign-find-dealer .launch-actions.location-actions .label-container {
    text-align: center;
  }
  .campaign-landing-page .campaign-hero-module .campaign-find-dealer .launch-actions.location-actions .label-container .cta-with-icon.current-location {
    padding-right: 50px;
    /* allow centering */
  }
}

.campaign-landing-page .campaign-hero-module .campaign-find-dealer .launch-actions.location-actions .label-container .cta-with-icon.current-location {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: none;
  font-style: normal;
}

@media (min-width: 48em) {
  .campaign-landing-page .campaign-hero-module .campaign-find-dealer .launch-actions.location-actions .label-container .cta-with-icon.current-location {
    font-size: 16px;
  }
}

.campaign-landing-page .campaign-hero-module .campaign-find-dealer .launch {
  padding: 21px 0 28px;
  margin-top: 0;
  min-height: 0;
}

.campaign-landing-page .campaign-hero-module .campaign-find-dealer .launch .h1 {
  font-size: 22px;
  text-align: center;
}

@media (min-width: 48em) {
  .campaign-landing-page .campaign-hero-module .campaign-find-dealer .launch .h1 {
    text-align: left;
  }
}

@media (min-width: 64em) {
  .campaign-landing-page .campaign-hero-module .campaign-find-dealer .launch .h1 {
    font-size: 36px;
    margin-left: 0;
  }
}

@media (min-width: 48em) {
  .campaign-landing-page .campaign-hero-module .campaign-find-dealer .launch {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .campaign-landing-page .campaign-hero-module .campaign-find-dealer .launch .h1,
  .campaign-landing-page .campaign-hero-module .campaign-find-dealer .launch .launch-actions {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 64em) {
  .campaign-landing-page .campaign-hero-module .campaign-find-dealer .launch {
    padding: 0;
    max-width: none;
  }
}

.campaign-landing-page .campaign-hero-module .campaign-hero-header {
  background-color: #323232;
}

.campaign-landing-page .campaign-hero-module .campaign-hero-header .cta-holder .cta {
  z-index: 0;
}

@media (min-width: 48em) {
  .campaign-landing-page .campaign-overview .h2.row {
    margin-left: auto;
    margin-right: auto;
  }
}

.campaign-landing-page .campaign-overview .list.numbered > li::before {
  background-color: #020200;
}
/*# sourceMappingURL=dunlop-base.css.map */