@charset "UTF-8";
* {
  outline: none;
  box-sizing: border-box; }

html,
body {
  overflow-x: hidden; }

html,
button,
input,
select,
textarea,
.pure-g [class*="pure-u"] {
  font-family: 'Source Sans Pro', sans-serif; }

.container {
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto; }

@media screen and (min-width: 35.5em) {
  .container {
    max-width: 100%; } }

@media screen and (min-width: 48em) {
  .container {
    max-width: 100%; } }

@media screen and (min-width: 64em) {
  .container {
    max-width: 1024px; } }

@media screen and (min-width: 80em) {
  .container {
    max-width: 1280px; } }

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

.hidden {
  display: none !important; }

@media screen and (min-width: 64em) {
  .gutter {
    margin: 0 -16px; }
    .gutter .pure-col {
      padding: 0 16px; } }

@media screen and (min-width: 48em) {
  .gutter-md {
    margin: 0 -16px; }
    .gutter-md .pure-col {
      padding: 0 16px; } }

@media screen and (min-width: 35.5em) {
  .gutter-sm {
    margin: 0 -16px; }
    .gutter-sm .pure-col {
      padding: 0 16px; } }

.flex {
  display: flex !important; }

.justify-between {
  justify-content: space-between; }

.justify-center {
  justify-content: center; }

.align-center {
  align-items: center; }

.bg-light-blue {
  background-color: #F3FBFF; }

input[type="text"]::-ms-clear {
  display: none; }

select::-ms-expand {
  display: none; }

input::-webkit-contacts-auto-fill-button {
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
  visibility: hidden; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.85); }

.loading-spinner {
  display: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.75); }
  .loading-spinner.is-active {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 99999; }
  .loading-spinner img {
    height: 60px;
    max-height: 50%; }
  .loading-spinner .spinner {
    width: 100px;
    height: 80px;
    text-align: center;
    font-size: 18px; }
  .loading-spinner .spinner > div {
    background-color: #044DC2;
    height: 100%;
    width: 12px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out; }
  .loading-spinner .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
  .loading-spinner .spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }
  .loading-spinner .spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
  .loading-spinner .spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }

@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

@font-face {
  font-family: "right-car-icon-font";
  src: url("/resources/fonts/right-car-icon-font.eot?i8prdq");
  src: url("/resources/fonts/right-car-icon-font.eot?i8prdq#iefix") format("embedded-opentype"), url("/resources/fonts/right-car-icon-font.ttf?i8prdq") format("truetype"), url("/resources/fonts/right-car-icon-font.woff?i8prdq") format("woff"), url("/resources/fonts/right-car-icon-font.svg?i8prdq#right-car-icon-font") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "right-car-icon-font" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-share-link:before {
  content: "\e918"; }

.icon-facebook:before {
  content: "\e913"; }

.icon-messenger:before {
  content: "\e914"; }

.icon-printer:before {
  content: "\e915"; }

.icon-twitter:before {
  content: "\e916"; }

.icon-whatsapp:before {
  content: "\e917"; }

.icon-email:before {
  content: "\e911"; }

.icon-phone:before {
  content: "\e912"; }

.icon-minus:before {
  content: "\e90f"; }

.icon-external-link:before {
  content: "\e910"; }

.icon-arrow-left:before {
  content: "\e90e"; }

.icon-plus:before {
  content: "\e90d"; }

.icon-star:before {
  content: "\e90c"; }

.icon-alert:before {
  content: "\e90b"; }

.icon-chevron-left:before {
  content: "\e908"; }

.icon-chevron-right:before {
  content: "\e909"; }

.icon-chevron-up:before {
  content: "\e90a"; }

.icon-check:before {
  content: "\e907"; }

.icon-close:before {
  content: "\e906"; }

.icon-arrow-right:before {
  content: "\e900"; }

.icon-bars:before {
  content: "\e901"; }

.icon-car:before {
  content: "\e902"; }

.icon-chevron-down:before {
  content: "\e903"; }

.icon-licence-plate:before {
  content: "\e904"; }

.icon-search:before {
  content: "\e905"; }

.btn {
  cursor: pointer;
  color: #044DC2;
  font-size: 16px;
  border: 1px solid #044DC2;
  font-weight: 600;
  outline: none;
  box-shadow: none;
  vertical-align: middle;
  text-decoration: none;
  background-color: transparent;
  white-space: nowrap; }
  .btn-large {
    line-height: 40px;
    height: 42px;
    padding: 0 24px;
    border-radius: 12px; }
  .btn-small {
    line-height: 34px;
    height: 36px;
    padding: 0 16px;
    border-radius: 8px; }
  .btn-light {
    border-color: rgba(4, 77, 194, 0.25); }
  .btn:focus, .btn:hover {
    background-color: #044DC2;
    color: #ffffff; }
  .btn .fa,
  .btn .fas,
  .btn .icon {
    margin-right: 6px;
    vertical-align: -1px; }
  .btn-blue {
    color: #ffffff;
    background-color: #044DC2; }
    .btn-blue:focus, .btn-blue:hover {
      background-color: rgba(4, 77, 194, 0.85);
      color: #ffffff; }
  .btn-transparent {
    border-width: 0;
    color: #044DC2;
    background-color: transparent; }
    .btn-transparent:focus, .btn-transparent:hover {
      background-color: transparent;
      color: #044DC2; }
  .btn-blk {
    display: block;
    width: 100%; }
  .btn[disabled], .btn:disabled {
    opacity: 0.5; }

.separator-1 {
  height: 16px; }

.separator-2 {
  height: 32px; }

.separator-3 {
  height: 48px; }

.separator-4 {
  height: 64px; }

.separator-5 {
  height: 80px; }

.separator-6 {
  height: 96px; }

.separator-7 {
  height: 112px; }

.separator-8 {
  height: 128px; }

.separator-9 {
  height: 144px; }

.separator-10 {
  height: 160px; }

.separator {
  height: 20px; }

.info-circle {
  position: relative;
  display: inline-block;
  height: 18px;
  width: 18px;
  cursor: pointer; }
  .info-circle::after {
    z-index: 1;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    line-height: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
    content: "?"; }
  .info-circle::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: #044DC2;
    content: "";
    z-index: 0; }
  .info-circle.bg-green::before {
    background-color: #478E24; }
  .info-circle.info-alt::after {
    font-size: 12px;
    content: "i"; }
  .info-circle:focus::before, .info-circle:hover::before {
    background-color: rgba(4, 77, 194, 0.85); }

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  color: #044DC2;
  font-weight: 600;
  padding: 12px 36px 12px 12px;
  border: 1px solid rgba(4, 77, 194, 0.25);
  border-radius: 8px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) 50%;
  background-size: 14px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ctitle%3Echevron-down%3C/title%3E%3Cpath opacity='0.9' fill='%23478E24' d='M16 17.956l11.083-11.083c1.105-1.105 2.895-1.105 4 0s1.105 2.895 0 3.999l-15.083 15.083-15.083-15.083c-1.105-1.105-1.105-2.895 0-3.999s2.895-1.105 3.999 0l11.083 11.083z'%3E%3C/path%3E%3C/svg%3E%0A"); }

.wysiwyg {
  line-height: 1.5; }
  .wysiwyg p {
    color: #575757;
    font-size: 16px; }
    .wysiwyg p.lead {
      font-size: 18px;
      font-weight: 600;
      color: #27292C; }
    .wysiwyg p.strong {
      font-weight: 600;
      color: #27292C; }
  .wysiwyg ul,
  .wysiwyg ol {
    color: #575757;
    padding: 0 16px;
    margin-left: 16px; }
    .wysiwyg ul li,
    .wysiwyg ol li {
      margin-bottom: 12px; }
  .wysiwyg a:not(.btn) {
    font-weight: 600;
    color: #044DC2;
    text-decoration: none;
    font-size: 16px;
    border-bottom: 1px solid transparent; }
    .wysiwyg a:not(.btn).external .icon {
      font-size: 14px;
      padding-left: 2px; }
    .wysiwyg a:not(.btn):focus, .wysiwyg a:not(.btn):hover {
      border-bottom: 1px solid #478E24; }
      .wysiwyg a:not(.btn):focus .icon, .wysiwyg a:not(.btn):hover .icon {
        border-bottom-width: 0; }
  .wysiwyg blockquote {
    display: block;
    width: 100%;
    border-left: 6px solid #478E24;
    padding: 16px 24px;
    background-color: rgba(207, 236, 53, 0.15);
    font-size: 20px;
    line-height: 30px;
    color: #003b5c;
    margin: 24px 0; }
    @media screen and (min-width: 64em) {
      .wysiwyg blockquote {
        padding: 16px 60px;
        margin: 38px 0; } }
  .wysiwyg img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 32px; }
  .wysiwyg small {
    margin-top: 16px;
    color: #575757;
    font-size: 13px;
    line-height: 18px; }

.dropdown {
  position: relative;
  z-index: 2; }
  .dropdown-selected {
    display: inline-block;
    min-width: 190px;
    position: relative;
    width: 100%; }
    .dropdown-selected::after {
      font-family: "right-car-icon-font";
      content: "\e903";
      color: #ffffff;
      font-size: 10px;
      margin-left: 10px;
      position: absolute;
      top: 0;
      right: 0; }
    .dropdown-selected.active::after {
      content: "\e90a"; }
  .dropdown-list {
    margin: 6px 0 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    border-radius: 8px;
    left: 0%;
    border: 1px solid #d8d8d8;
    min-width: 250px;
    max-width: 95%;
    display: none; }
    .dropdown-list.active {
      display: block; }
    @media screen and (min-width: 64em) {
      .dropdown-list {
        left: 0;
        transform: none; } }
    .dropdown-list li {
      cursor: pointer;
      color: #575757;
      font-size: 16px;
      line-height: 24px;
      padding: 14px 48px;
      position: relative;
      font-weight: normal;
      display: flex;
      align-items: flex-start; }
      .dropdown-list li.active {
        color: #27292C; }
        .dropdown-list li.active::before {
          font-family: "right-car-icon-font";
          content: "\e907";
          position: absolute;
          color: #478E24;
          left: 16px;
          top: 15px;
          font-size: 12px; }
      .dropdown-list li:focus, .dropdown-list li:hover {
        background-color: rgba(216, 216, 216, 0.25); }
  .dropdown img {
    max-height: 20px;
    width: auto;
    display: inline-block;
    margin: 6px 14px 0; }

.form-check {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
  padding: 0;
  align-items: flex-start; }
  .form-check label {
    color: #575757;
    display: inline-block;
    line-height: 20px;
    margin-bottom: 0;
    padding-right: 6px;
    flex-grow: 1;
    font-size: 14px; }
  .form-check input {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border-width: 0;
    height: 18px;
    line-height: 18px;
    left: 0;
    margin: 0;
    margin-right: 8px;
    flex-basis: 18px;
    overflow: hidden;
    padding: 0 0;
    position: relative;
    width: 18px;
    min-width: 18px; }
    .form-check input::before {
      background-color: #ffffff;
      border: 1px solid rgba(4, 77, 194, 0.25);
      border-radius: 4px;
      content: "";
      display: inline-block;
      height: 16px;
      min-width: 16px;
      vertical-align: top;
      width: 16px; }
    .form-check input:checked::before {
      background-color: #044DC2;
      border: 1px solid #044DC2;
      border-radius: 4px; }
    .form-check input:checked::after {
      color: #ffffff;
      content: "\e907";
      font-family: "right-car-icon-font";
      left: 50%;
      outline: none;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      font-size: 8px; }
    .form-check input:active, .form-check input:focus {
      outline: none; }

.form-radio {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
  padding: 0;
  align-items: flex-start; }
  .form-radio label {
    color: #575757;
    display: inline-block;
    line-height: 20px;
    margin-bottom: 0;
    padding-right: 6px;
    flex-grow: 1;
    font-size: 14px;
    margin-top: -1px; }
  .form-radio input {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border-width: 0;
    height: 18px;
    line-height: 18px;
    left: 0;
    margin: 0;
    margin-right: 8px;
    flex-basis: 18px;
    overflow: hidden;
    padding: 0 0;
    position: relative;
    width: 18px;
    min-width: 18px; }
    .form-radio input::before {
      background-color: #ffffff;
      border: 1px solid rgba(4, 77, 194, 0.25);
      border-radius: 50%;
      content: "";
      display: inline-block;
      height: 16px;
      min-width: 16px;
      vertical-align: top;
      width: 16px; }
    .form-radio input:checked::before {
      background-color: #ffffff;
      border: 1px solid #044DC2;
      border-radius: 50%; }
    .form-radio input:checked::after {
      background-color: #044DC2;
      content: "";
      left: 50%;
      height: 12px;
      width: 12px;
      outline: none;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      font-size: 8px;
      border-radius: 50%; }
    .form-radio input:active, .form-radio input:focus {
      outline: none; }

.starRating-content {
  display: flex;
  font-size: 14px; }

.starRating-backStars {
  display: flex;
  color: #d8d8d8;
  position: relative; }

.starRating-frontStars {
  display: flex;
  color: #000000;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0; }

.starRating-noRatingText {
  text-align: center;
  font-weight: 600;
  color: #27292C;
  font-size: 13px;
  line-height: 22px; }
  @media screen and (min-width: 48em) {
    .starRating-noRatingText {
      font-size: 16px; } }

.starRating .icon-star {
  margin: 0 1px; }

.starRating.is-inlined {
  margin-left: 4px;
  display: inline-block; }

.starRating.is-highlighted {
  border-radius: 8px;
  border: 2px solid #F5C93A;
  padding: 12px;
  background-color: rgba(245, 201, 58, 0.05); }
  .starRating.is-highlighted .starRating-content {
    font-size: 22px; }
  .starRating.is-highlighted .icon-star {
    margin: 0 4px; }

.starRating.is-noRating {
  border-radius: 8px;
  border: 2px solid rgba(0, 0, 0, 0.25);
  padding: 12px;
  background-color: rgba(216, 216, 216, 0.1); }

.starRating .percent-10 {
  width: calc(10 * 1%); }

.starRating .percent-20 {
  width: calc(20 * 1%); }

.starRating .percent-30 {
  width: calc(30 * 1%); }

.starRating .percent-40 {
  width: calc(40 * 1%); }

.starRating .percent-50 {
  width: calc(50 * 1%); }

.starRating .percent-60 {
  width: calc(60 * 1%); }

.starRating .percent-70 {
  width: calc(70 * 1%); }

.starRating .percent-80 {
  width: calc(80 * 1%); }

.starRating .percent-90 {
  width: calc(90 * 1%); }

.starRating .percent-100 {
  width: calc(100 * 1%); }

.starRating .star-0 {
  width: calc((0 / 6) * 100%); }

.starRating .star-0-half {
  width: calc(((0 + 0.5) / 6) * 100%); }

.starRating .star-1 {
  width: calc((1 / 6) * 100%); }

.starRating .star-1-half {
  width: calc(((1 + 0.5) / 6) * 100%); }

.starRating .star-2 {
  width: calc((2 / 6) * 100%); }

.starRating .star-2-half {
  width: calc(((2 + 0.5) / 6) * 100%); }

.starRating .star-3 {
  width: calc((3 / 6) * 100%); }

.starRating .star-3-half {
  width: calc(((3 + 0.5) / 6) * 100%); }

.starRating .star-4 {
  width: calc((4 / 6) * 100%); }

.starRating .star-4-half {
  width: calc(((4 + 0.5) / 6) * 100%); }

.starRating .star-5 {
  width: calc((5 / 6) * 100%); }

.starRating .star-5-half {
  width: calc(((5 + 0.5) / 6) * 100%); }

.starRating .star-6 {
  width: calc((6 / 6) * 100%); }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  min-height: 1px;
  height: auto;
  display: none; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: flex; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #ffffff url("/resources/images/ui/ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: #044DC2;
  border-radius: 50%;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background-color: rgba(4, 77, 194, 0.85); }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "right-car-icon-font";
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -42px;
  transform: rotate(180deg) translateY(50%); }
  .slick-prev:before {
    content: ""; }

.slick-next {
  right: -42px; }
  .slick-next:before {
    content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: "right-car-icon-font";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: #044DC2;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #044DC2;
      opacity: 1; }

.tlite {
  background-color: #F9FAF3;
  color: #27292C;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  padding: 14px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #d8d8d8;
  z-index: 1000;
  min-width: 200px;
  max-width: 90%;
  transform: translateX(6px);
  -webkit-backface-visibility: hidden; }
  @media screen and (min-width: 48em) {
    .tlite {
      min-width: 270px; } }
  .tlite a {
    color: #044DC2;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid transparent; }
    .tlite a:focus, .tlite a:hover {
      border-bottom: 1px solid #044DC2; }
  .tlite p {
    margin-top: 0; }
  .tlite .inner-wrapper {
    position: relative; }
  .tlite .close {
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 10px;
    color: #27292C;
    cursor: pointer;
    font-family: "right-car-icon-font";
    content: "\e906";
    z-index: 1100; }
    .tlite .close:focus, .tlite .close:hover {
      opacity: 0.85; }

.tlite-table td,
.tlite-table th {
  position: relative; }

.tlite-visible {
  visibility: visible;
  opacity: 1; }

.tlite::before {
  content: " ";
  display: block;
  background: inherit;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(45deg); }

.tlite-n::before {
  top: -3px;
  left: 50%;
  margin-left: -5px; }

.tlite-nw::before {
  top: -3px;
  left: 10px; }

.tlite-ne::before {
  top: -3px;
  right: 10px; }

.tlite-s::before {
  bottom: -3px;
  left: 50%;
  margin-left: -5px; }

.tlite-se::before {
  bottom: -3px;
  right: 10px; }

.tlite-sw::before {
  bottom: -3px;
  left: 10px; }

.tlite-w::before {
  left: -3px;
  top: 50%;
  margin-top: -5px; }

.tlite-e::before {
  right: -3px;
  top: 50%;
  margin-top: -5px; }

.siteHeader {
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d8d8d8;
  width: 100%; }
  .siteHeader-logo {
    flex: 0 0 132px;
    display: flex;
    align-items: center; }
    .siteHeader-logo img {
      align-self: center;
      width: 100%;
      height: auto;
      flex-shrink: 0; }
    @media screen and (min-width: 64em) {
      .siteHeader-logo {
        flex: 0 0 168px; } }
  .siteHeader-actions {
    margin-left: auto; }
    .siteHeader-actions button {
      background-color: transparent;
      border: 1px solid transparent;
      padding: 0; }
      .siteHeader-actions button:first-of-type {
        margin-right: 16px; }
      .siteHeader-actions button.active, .siteHeader-actions button:focus, .siteHeader-actions button:hover {
        background-color: transparent;
        color: #044DC2; }
      @media screen and (min-width: 64em) {
        .siteHeader-actions button {
          border: 1px solid #044DC2;
          padding: 0 24px; }
          .siteHeader-actions button.active, .siteHeader-actions button:focus, .siteHeader-actions button:hover {
            background-color: #044DC2;
            color: #ffffff; } }
    .siteHeader-actions .search-toggle .icon::before {
      font-family: "right-car-icon-font";
      content: "\e905"; }
    .siteHeader-actions .search-toggle .icon.active:before {
      content: "\e906"; }
    .siteHeader-actions .menu-toggle .icon:before {
      font-family: "right-car-icon-font";
      content: "\e901"; }
    .siteHeader-actions .menu-toggle .icon.active:before {
      content: "\e906"; }
    .siteHeader-actions-label {
      display: none; }
      @media screen and (min-width: 64em) {
        .siteHeader-actions-label {
          display: inline-block; } }
  .siteHeader-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #ffffff;
    z-index: 99;
    display: none;
    padding-top: 50px; }
    @media screen and (min-width: 64em) {
      .siteHeader-menu nav {
        padding: 80px 0; } }
    .siteHeader-menu-item {
      position: relative; }
      @media screen and (min-width: 64em) {
        .siteHeader-menu-item {
          padding-right: 36px; } }
      .siteHeader-menu-item-link {
        color: #044DC2;
        text-decoration: none;
        font-size: 16px;
        line-height: 48px;
        display: inline-block;
        position: relative;
        padding-right: 30px; }
        @media screen and (min-width: 64em) {
          .siteHeader-menu-item-link {
            position: static; } }
        .siteHeader-menu-item-link.has-children {
          font-size: 30px;
          margin-bottom: 10px; }
        .siteHeader-menu-item-link span:not(.icon) {
          border-bottom: 2px solid transparent; }
        .siteHeader-menu-item-link.active span:not(.icon), .siteHeader-menu-item-link:hover span:not(.icon), .siteHeader-menu-item-link:focus span:not(.icon) {
          border-bottom-color: #478E24; }
        .siteHeader-menu-item-link .icon {
          display: none;
          margin-left: 6px;
          color: #478E24;
          font-size: 12px;
          position: absolute;
          top: 22px;
          right: 0; }
          @media screen and (min-width: 64em) {
            .siteHeader-menu-item-link .icon {
              display: none; } }
    @media screen and (min-width: 64em) {
      .siteHeader-menu-sub-item {
        padding-left: 36px; } }
    .siteHeader-menu-sub-item-group {
      padding-top: 6px;
      display: block; }
      .siteHeader-menu-sub-item-group.active {
        display: block; }
    .siteHeader-menu-sub-item-link, .siteHeader-menu-sub-item-back {
      cursor: pointer;
      color: #044DC2;
      text-decoration: none;
      font-size: 18px;
      line-height: 48px;
      border-bottom: 2px solid transparent; }
      .siteHeader-menu-sub-item-link.external .icon, .siteHeader-menu-sub-item-back.external .icon {
        padding-left: 2px;
        vertical-align: -1px; }
      .siteHeader-menu-sub-item-link.active, .siteHeader-menu-sub-item-link:hover, .siteHeader-menu-sub-item-link:focus, .siteHeader-menu-sub-item-back.active, .siteHeader-menu-sub-item-back:hover, .siteHeader-menu-sub-item-back:focus {
        border-bottom-color: #478E24; }
    .siteHeader-menu-sub-item-back {
      margin-bottom: 6px;
      line-height: 24px;
      display: inline-block; }
      .siteHeader-menu-sub-item-back .icon {
        display: inline-block;
        margin-right: 6px;
        color: #478E24;
        font-size: 10px;
        vertical-align: 1px; }
        @media screen and (min-width: 64em) {
          .siteHeader-menu-sub-item-back .icon {
            display: none; } }
      @media screen and (min-width: 64em) {
        .siteHeader-menu-sub-item-back {
          display: none; } }
    .siteHeader-menu-safety-title {
      color: #27292C;
      font-size: 24px;
      line-break: 30px;
      margin-bottom: 20px;
      font-weight: 600; }
    .siteHeader-menu-safety-or {
      margin: 16px 0;
      text-align: center;
      color: #27292C;
      font-size: 14px;
      font-weight: 600; }
    @media screen and (min-width: 64em) {
      .siteHeader-menu-safety {
        padding: 80px 16px 34px 46px; } }
    @media screen and (min-width: 64em) {
      .siteHeader-menu {
        padding-top: 0; }
        .siteHeader-menu .container {
          min-height: 100vh;
          position: relative; }
          .siteHeader-menu .container::after {
            content: "";
            position: absolute;
            top: 0;
            right: -66%;
            width: 100%;
            height: 100%;
            background-color: rgba(4, 77, 194, 0.05);
            z-index: -1; } }
    .siteHeader-menu .container .pure-g {
      flex-direction: column-reverse; }
      @media screen and (min-width: 64em) {
        .siteHeader-menu .container .pure-g {
          flex-direction: row; } }
    .siteHeader-menu-navWrapper {
      display: flex;
      flex-wrap: wrap;
      overflow: hidden; }
      .siteHeader-menu-navWrapper nav {
        flex: 0 0 100%; }
        @media screen and (min-width: 64em) {
          .siteHeader-menu-navWrapper nav {
            flex: 0 0 50%; } }
        .siteHeader-menu-navWrapper nav:first-of-type {
          padding-top: 24px; }
          @media screen and (min-width: 64em) {
            .siteHeader-menu-navWrapper nav:first-of-type {
              padding-top: 80px; } }
        .siteHeader-menu-navWrapper nav:last-of-type {
          padding-bottom: 80px; }
  .siteHeader-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #ffffff;
    z-index: 99;
    display: none;
    padding-top: 150px; }
    .siteHeader-search::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(4, 77, 194, 0.05);
      z-index: -1; }
    .siteHeader-search-row {
      display: flex;
      align-items: center;
      flex-direction: column; }
      @media screen and (min-width: 64em) {
        .siteHeader-search-row {
          flex-direction: row;
          margin-bottom: 16px; } }
    .siteHeader-search-title {
      color: #27292C;
      font-size: 42px;
      font-weight: 600;
      padding: 0;
      text-align: center;
      margin-bottom: 16px; }
      @media screen and (min-width: 64em) {
        .siteHeader-search-title {
          padding-right: 50px; } }
    .siteHeader-search-buttons {
      width: 100%; }
      .siteHeader-search-buttons .chip {
        display: inline-block; }
  .siteHeader-close {
    cursor: pointer;
    position: absolute;
    font-size: 16px;
    color: #044DC2;
    right: 30px;
    top: 30px;
    font-weight: 600;
    z-index: 2; }
    .siteHeader-close span {
      margin-left: 6px;
      vertical-align: -2px; }
    .siteHeader-close:focus, .siteHeader-close:hover {
      opacity: 0.85; }
  .siteHeader-findSafeVehicles {
    display: flex;
    flex-wrap: wrap;
    padding-top: 46px; }
    @media screen and (min-width: 64em) {
      .siteHeader-findSafeVehicles {
        padding: 0 16px 24px 46px; } }
    .siteHeader-findSafeVehicles-title {
      color: #27292C;
      font-size: 24px;
      line-break: 30px;
      margin-bottom: 20px;
      font-weight: 600; }
    .siteHeader-findSafeVehicles .chip {
      display: inline-block;
      margin-right: 12px;
      font-size: 14px;
      line-height: 30px;
      padding: 0 12px; }

.fancySearchField {
  border: 1px solid rgba(4, 77, 194, 0.25);
  border-radius: 8px;
  height: 60px;
  position: relative;
  background-color: #ffffff; }
  .fancySearchField input {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-width: 0;
    outline: none;
    position: absolute;
    z-index: 1;
    display: block;
    padding-left: 16px;
    padding-right: 16px; }
    .fancySearchField input + label {
      white-space: nowrap;
      text-overflow: ellipsis;
      z-index: 1;
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 16px;
      color: #575757;
      transition: all 0.1s ease-in-out;
      width: 100%;
      overflow: hidden;
      padding-right: 16px;
      padding-left: 16px; }
    .fancySearchField input:focus {
      padding-top: 12px; }
      .fancySearchField input:focus + label {
        top: 6px;
        padding-right: 16px !important;
        padding-left: 16px !important;
        font-size: 12px;
        color: #044DC2;
        transform: none;
        transition: all 0.1s ease-in-out;
        border-color: #575757; }
      .fancySearchField input:focus ~ .icon-left {
        margin-top: 8px;
        transition: all 0.1s ease-in-out; }
  .fancySearchField .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 1px;
    font-size: 20px; }
    .fancySearchField .icon-left {
      left: 16px;
      color: #478E24;
      transition: all 0.1s ease-in-out; }
    .fancySearchField .icon-right {
      right: 16px;
      color: #044DC2; }
  .fancySearchField.has-left-icon input {
    padding-left: 50px; }
    .fancySearchField.has-left-icon input + label {
      padding-left: 50px; }
  .fancySearchField.has-right-icon input {
    padding-right: 50px; }
    .fancySearchField.has-right-icon input + label {
      padding-right: 50px; }
  .fancySearchField.has-value input {
    padding-top: 12px; }
    .fancySearchField.has-value input + label {
      top: 6px;
      padding-right: 16px !important;
      padding-left: 16px !important;
      font-size: 12px;
      color: #044DC2;
      transform: none;
      transition: all 0.1s ease-in-out; }
    .fancySearchField.has-value input ~ .icon-left {
      margin-top: 8px;
      transition: all 0.1s ease-in-out; }
  .fancySearchField-results {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    list-style: none;
    border-radius: 8px;
    border: 1px solid #d8d8d8;
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    transform: translateY(4px);
    z-index: 2;
    display: none; }
    .fancySearchField-results.active {
      display: block; }
    .fancySearchField-results li {
      font-size: 16px;
      padding: 10px 12px; }
      .fancySearchField-results li:hover, .fancySearchField-results li:focus {
        background-color: rgba(216, 216, 216, 0.25); }
      .fancySearchField-results li a {
        display: block;
        color: #575757;
        text-decoration: none; }
  .fancySearchField .icon-licence-plate {
    font-size: 26px; }
  .fancySearchField .error-message {
    position: absolute;
    top: 100%;
    padding-top: 6px;
    font-size: 16px;
    line-height: 24px;
    color: #D4450D; }
  .fancySearchField.has-error {
    margin-bottom: 30px;
    border-color: #D4450D; }
  .fancySearchField.focused {
    border-color: #575757; }

.alertBox {
  padding: 16px 20px;
  font-size: 16px;
  color: #27292C;
  border-radius: 8px;
  background-color: rgba(207, 236, 53, 0.25);
  text-align: center;
  margin: 24px 24px 0; }
  .alertBox .icon {
    color: #D4450D;
    margin-right: 6px; }
  .alertBox a {
    font-weight: 600;
    color: #044DC2;
    text-decoration: none;
    border-bottom: 1px solid #044DC2; }
    .alertBox a:focus, .alertBox a:hover {
      opacity: 0.85; }

.safetySearchHero {
  margin: 24px 24px 0; }
  .safetySearchHero-title {
    color: #000000;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 0; }
    @media screen and (min-width: 64em) {
      .safetySearchHero-title {
        font-size: 48px;
        text-align: center;
        margin-bottom: 16px; } }
  .safetySearchHero-subtitle {
    font-size: 20px;
    margin-bottom: 24px;
    color: #575757;
    font-weight: normal; }
    @media screen and (min-width: 64em) {
      .safetySearchHero-subtitle {
        text-align: center;
        margin-bottom: 42px; } }
  .safetySearchHero-searchArea {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; }
    .safetySearchHero-searchArea .fancySearchField {
      flex: 1 0 100%; }
    .safetySearchHero-searchArea-or {
      text-align: center;
      flex: 1 0 100%;
      margin: 12px 0; }
    @media screen and (min-width: 64em) {
      .safetySearchHero-searchArea {
        flex-wrap: nowrap; }
        .safetySearchHero-searchArea .fancySearchField {
          flex: 1 0 45%; }
        .safetySearchHero-searchArea-or {
          margin: 0;
          flex-basis: 10%;
          flex-grow: 1;
          padding-top: 20px; } }

.halfBanner {
  margin: 48px 0 0; }
  @media screen and (min-width: 64em) {
    .halfBanner {
      margin: 64px 0 0; } }
  .halfBanner .pure-g {
    flex-direction: column; }
    @media screen and (min-width: 64em) {
      .halfBanner .pure-g {
        flex-direction: row; } }
  .halfBanner-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 220px; }
    @media screen and (min-width: 64em) {
      .halfBanner-image {
        min-height: 440px; } }
  .halfBanner-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    height: 100%;
    background-color: #F6FCF4;
    padding: 32px 24px; }
    @media screen and (min-width: 64em) {
      .halfBanner-content {
        padding: 24px 56px; } }
  .halfBanner-title {
    font-size: 30px;
    font-weight: 600;
    color: #27292C;
    margin-bottom: 16px;
    margin-top: 0; }
  .halfBanner-summary {
    font-size: 18px;
    color: #575757;
    margin-bottom: 16px; }
    @media screen and (min-width: 64em) {
      .halfBanner-summary {
        margin-bottom: 24px; } }
  .halfBanner-link {
    font-size: 18px;
    color: #044DC2;
    line-height: 42px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid #478E24;
    display: inline-block; }
    .halfBanner-link .icon {
      font-size: 12px;
      margin-left: 6px;
      vertical-align: -1px; }
    .halfBanner-link:focus, .halfBanner-link:hover {
      opacity: 0.85; }
  @media screen and (min-width: 64em) {
    .halfBanner.is-flipped .pure-g {
      flex-direction: row-reverse; } }
  .halfBanner.bg-light-green .halfBanner-content {
    background-color: #F6FCF4; }
  .halfBanner.bg-light-blue .halfBanner-content {
    background-color: #F3FBFF; }

.vehicleListItem {
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  flex-grow: 1;
  border: 1px solid #d8d8d8;
  background-color: #ffffff;
  height: 100%; }
  .vehicleListItem-image {
    align-self: center;
    flex-shrink: 0;
    height: 82px;
    margin: 16px 12px;
    max-width: 100%; }
  .vehicleListItem-details {
    padding: 16px 12px;
    border-top: 1px solid #d8d8d8;
    flex-grow: 1;
    line-height: 26px; }
    .vehicleListItem-details h3 {
      margin: 0; }
    .vehicleListItem-details-name {
      color: #044DC2;
      text-decoration: none;
      font-size: 20px;
      font-weight: 600; }
      .vehicleListItem-details-name:focus, .vehicleListItem-details-name:hover {
        opacity: 0.85; }
    .vehicleListItem-details-data {
      color: #575757;
      font-size: 16px; }
  .vehicleListItem-actions {
    cursor: pointer;
    margin-top: auto;
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #044DC2;
    text-align: center;
    border-top: 1px solid #d8d8d8; }
    .vehicleListItem-actions .icon {
      color: #478E24;
      font-size: 16px;
      margin-right: 6px;
      vertical-align: -1px; }
    .vehicleListItem-actions.active {
      background-color: #044DC2;
      color: #ffffff;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px; }
      .vehicleListItem-actions.active .icon {
        color: #ffffff; }
    .vehicleListItem-actions:focus, .vehicleListItem-actions:hover {
      opacity: 0.85; }

.vehiclesCarousel {
  margin: 48px 0 0; }
  @media screen and (min-width: 64em) {
    .vehiclesCarousel {
      margin: 64px 0 0; } }
  .vehiclesCarousel-titleWrapper {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media screen and (min-width: 64em) {
      .vehiclesCarousel-titleWrapper {
        flex-direction: row;
        align-items: center;
        justify-content: center; } }
  .vehiclesCarousel-title {
    font-size: 30px;
    color: #27292C;
    line-height: 36px;
    margin-bottom: 12px;
    font-weight: normal;
    margin-top: 0; }
    @media screen and (min-width: 64em) {
      .vehiclesCarousel-title {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 0; } }
  .vehiclesCarousel-dropdown {
    margin-left: 12px;
    position: relative;
    z-index: 3; }
    .vehiclesCarousel-dropdown-selected {
      font-size: 30px;
      color: #044DC2;
      line-height: 50px;
      border-bottom: 2px solid #478E24;
      position: relative;
      padding-right: 48px;
      cursor: pointer; }
      .vehiclesCarousel-dropdown-selected::after {
        font-family: "right-car-icon-font";
        content: "\e903";
        color: #044DC2;
        position: absolute;
        top: 4px;
        right: 0;
        font-size: 24px; }
      .vehiclesCarousel-dropdown-selected.active::after {
        content: "\e90a"; }
      .vehiclesCarousel-dropdown-selected:focus, .vehiclesCarousel-dropdown-selected:hover {
        opacity: 0.85; }
      @media screen and (min-width: 64em) {
        .vehiclesCarousel-dropdown-selected {
          font-size: 36px; }
          .vehiclesCarousel-dropdown-selected::after {
            font-size: 24px; } }
    .vehiclesCarousel-dropdown-list {
      margin: 6px 0 0;
      padding: 0;
      list-style: none;
      position: absolute;
      top: 100%;
      background-color: #ffffff;
      border-radius: 8px;
      left: 50%;
      transform: translateX(-50%);
      border: 1px solid #d8d8d8;
      min-width: 280px;
      max-width: 95%;
      display: none; }
      .vehiclesCarousel-dropdown-list.active {
        display: block; }
      @media screen and (min-width: 64em) {
        .vehiclesCarousel-dropdown-list {
          left: 0;
          transform: none; } }
      .vehiclesCarousel-dropdown-list li {
        cursor: pointer;
        color: #575757;
        font-size: 16px;
        line-height: 24px;
        padding: 14px 48px;
        position: relative; }
        .vehiclesCarousel-dropdown-list li.active {
          color: #27292C; }
          .vehiclesCarousel-dropdown-list li.active::before {
            font-family: "right-car-icon-font";
            content: "\e907";
            position: absolute;
            color: #478E24;
            left: 16px;
            top: 15px;
            font-size: 12px; }
        .vehiclesCarousel-dropdown-list li:focus, .vehiclesCarousel-dropdown-list li:hover {
          background-color: rgba(216, 216, 216, 0.25); }
  .vehiclesCarousel-chips {
    display: none;
    justify-content: center;
    margin-top: 42px;
    flex-wrap: wrap; }
    .vehiclesCarousel-chips .chip {
      line-height: 36px;
      margin-right: 12px;
      margin-left: 12px; }
    @media screen and (min-width: 64em) {
      .vehiclesCarousel-chips {
        display: flex; } }
  .vehiclesCarousel-linkWrapper {
    text-align: center;
    margin-top: 48px; }
  .vehiclesCarousel-link {
    font-size: 18px;
    color: #044DC2;
    line-height: 42px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid #478E24;
    display: inline-block; }
    .vehiclesCarousel-link .icon {
      font-size: 12px;
      margin-left: 6px;
      vertical-align: -1px; }
    .vehiclesCarousel-link:focus, .vehiclesCarousel-link:hover {
      opacity: 0.85; }
  .vehiclesCarousel-vehicles {
    position: relative;
    margin: 32px 42px 0; }
    @media screen and (min-width: 64em) {
      .vehiclesCarousel-vehicles {
        margin: 32px 0 0; } }
    .vehiclesCarousel-vehicles .slick-slide {
      outline: none;
      margin: 0 12px;
      height: auto; }
    .vehiclesCarousel-vehicles .slick-list {
      padding: 0 20% 0 0;
      margin: 0 -12px;
      position: relative; }
      .vehiclesCarousel-vehicles .slick-list::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 20%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.5); }
      @media screen and (min-width: 35.5em) {
        .vehiclesCarousel-vehicles .slick-list {
          padding: 0; }
          .vehiclesCarousel-vehicles .slick-list::after {
            height: 0;
            width: 0;
            background-color: transparent; } }
  .vehiclesCarousel.is-noChipsAndSelect {
    padding: 30px 0; }
    @media screen and (min-width: 64em) {
      .vehiclesCarousel.is-noChipsAndSelect {
        padding: 60px 0; } }
  .vehiclesCarousel.is-show-3 .vehiclesCarousel-vehicles {
    margin: 32px 42px 0; }
  .vehiclesCarousel-vehicleTypes {
    border: 1px solid rgba(4, 77, 194, 0.25);
    border-radius: 8px;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #044DC2;
    margin-top: 32px; }
    @media screen and (min-width: 64em) {
      .vehiclesCarousel-vehicleTypes {
        display: none; } }
    .vehiclesCarousel-vehicleTypes .dropdown-selected::after {
      color: #044DC2;
      right: 14px;
      font-size: 14px; }

.chip {
  cursor: pointer;
  border: 1px solid rgba(4, 77, 194, 0.25);
  border-radius: 8px;
  line-height: 30px;
  padding: 0 16px;
  color: #044DC2;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 16px;
  margin-right: 6px;
  text-decoration: none; }
  .chip:last-of-type {
    margin-right: 0; }
  .chip.active, .chip:focus, .chip:hover {
    color: #ffffff;
    background-color: #044DC2; }

.siteFooter {
  margin: 42px 0 0;
  border-top: 1px solid #d8d8d8;
  padding: 24px 0; }
  @media screen and (min-width: 64em) {
    .siteFooter {
      margin: 100px 0 0; } }
  .siteFooter-linkGroup {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap; }
    .siteFooter-linkGroup a {
      text-decoration: none;
      color: #044DC2;
      font-size: 14px;
      line-height: 24px;
      margin-right: 12px;
      margin-bottom: 8px;
      align-self: flex-start;
      border-bottom: 1px solid transparent; }
      .siteFooter-linkGroup a span:first-of-type {
        border-bottom: 1px solid transparent; }
      .siteFooter-linkGroup a:focus span:first-of-type, .siteFooter-linkGroup a:hover span:first-of-type {
        border-bottom: 1px solid #478E24; }
      .siteFooter-linkGroup a .icon {
        vertical-align: -1px;
        padding-left: 2px; }
  .siteFooter-copyright {
    margin-top: 16px;
    color: #575757;
    font-size: 14px; }
    @media screen and (min-width: 64em) {
      .siteFooter-copyright {
        text-align: right; } }
  .siteFooter-logos {
    text-align: right; }
    .siteFooter-logos img {
      max-width: 150px;
      margin-bottom: 16px; }
      @media screen and (min-width: 48em) {
        .siteFooter-logos img {
          max-width: 170px; } }
      .siteFooter-logos img:focus, .siteFooter-logos img:hover {
        opacity: 0.85; }

.breadcrumbs {
  padding: 0;
  margin: 16px 0 0;
  list-style: none; }
  .breadcrumbs li {
    display: inline-block;
    color: #27292C;
    font-size: 12px; }
    .breadcrumbs li:not(:first-of-type)::before {
      content: "\e909";
      font-family: "right-car-icon-font";
      margin: 0 5px;
      color: #044DC2;
      font-size: 6px;
      vertical-align: 1px; }
    .breadcrumbs li a {
      font-weight: 600;
      color: #044DC2;
      text-decoration: none;
      border-bottom: 1px solid transparent; }
      .breadcrumbs li a:focus, .breadcrumbs li a:hover {
        border-bottom: 1px solid #478E24; }

.accordion-title {
  border-top: 1px solid #d8d8d8;
  padding: 24px 42px 24px 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #044DC2;
  cursor: pointer;
  position: relative;
  margin: 0; }
  .accordion-title::after {
    font-family: "right-car-icon-font";
    content: "\e90d";
    position: absolute;
    top: 24px;
    right: 0;
    color: #478E24;
    font-size: 18px; }
  .accordion-title:focus, .accordion-title:hover {
    opacity: 0.85; }

.accordion .starRating {
  display: inline-block;
  padding: 6px;
  border-radius: 4px;
  margin-bottom: 10px; }
  .accordion .starRating .starRating-content {
    font-size: 14px; }
  .accordion .starRating .starRating-noRatingText {
    font-size: 14px; }
  .accordion .starRating .icon-star {
    margin: 0 4px; }

.accordion-content {
  display: none; }

.accordion.active {
  padding-bottom: 32px; }
  .accordion.active .accordion-title::after {
    content: "\e90f"; }

.accordion.is-recall {
  background-color: rgba(216, 216, 216, 0.4);
  margin-bottom: 24px;
  padding: 0 16px; }
  .accordion.is-recall .accordion-title {
    border-top-width: 0;
    font-size: 18px;
    line-height: 24px;
    color: #27292C; }
    .accordion.is-recall .accordion-title .icon {
      color: #A80000;
      font-size: 18px;
      vertical-align: -1px; }
  .accordion.is-recall .accordion-content {
    font-size: 16px;
    color: #575757; }
  .accordion.is-recall.active {
    padding-bottom: 24px; }

.articleItem {
  display: flex;
  flex-wrap: nowrap;
  border-top: 1px solid #d8d8d8;
  padding: 16px 0;
  margin-top: 16px; }
  .articleItem-image {
    flex: 0 0 72px;
    height: auto;
    margin-right: 24px;
    align-self: flex-start; }
  .articleItem-content {
    flex-grow: 1; }
    .articleItem-content h3 {
      margin: 0; }
  .articleItem-title {
    font-size: 16px;
    font-weight: 600;
    color: #044DC2;
    text-decoration: none;
    line-height: 24px; }
    .articleItem-title:hover, .articleItem-title:focus {
      opacity: 0.85; }
  .articleItem-summary {
    color: #575757;
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px; }

.productRecall {
  margin-bottom: 32px;
  padding: 30px 24px;
  background-color: rgba(216, 216, 216, 0.4); }
  .productRecall-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #27292C;
    text-transform: uppercase; }
  .productRecall-section {
    border-top: 1px solid #d8d8d8;
    margin-top: 24px;
    padding: 24px 0; }
    .productRecall-section:first-of-type {
      margin-top: 0;
      border-top-width: 0;
      padding-top: 0; }
    .productRecall-section-title {
      font-size: 18px;
      line-height: 24px;
      font-weight: 600;
      color: #27292C; }
      .productRecall-section-title .icon {
        color: #D4450D;
        margin-right: 4px;
        vertical-align: -1px; }
    .productRecall-section-details {
      font-size: 16px;
      line-height: 24px;
      color: #575757;
      margin-top: 12px; }
  .productRecall-whatToDoSec-title {
    margin-left: 6px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #044DC2;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    border-top: 1px dashed rgba(0, 0, 0, 0.25);
    padding-top: 24px; }
    .productRecall-whatToDoSec-title::after {
      font-family: "right-car-icon-font";
      content: "\e90d";
      position: absolute;
      top: 24px;
      right: 0;
      color: #478E24;
      font-size: 14px; }
    .productRecall-whatToDoSec-title .icon {
      margin-right: 6px; }
    .productRecall-whatToDoSec-title:focus, .productRecall-whatToDoSec-title:hover {
      opacity: 0.85; }
  .productRecall-whatToDoSec-content {
    padding-top: 6px;
    font-size: 16px;
    line-height: 24px;
    color: #575757;
    display: none; }
  .productRecall-whatToDoSec.active .productRecall-whatToDoSec-title::after {
    content: "\e90f"; }
  .productRecall-whatToDoSec-actions {
    display: flex;
    flex-wrap: wrap; }
    .productRecall-whatToDoSec-actions a {
      margin: 16px 16px 0 0; }
      .productRecall-whatToDoSec-actions a .icon {
        font-size: 12px;
        vertical-align: 1px; }

.searchFilters {
  position: fixed;
  left: -100%;
  top: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  background-color: #ffffff;
  box-shadow: 8px 2px 12px 0 rgba(0, 0, 0, 0.1);
  z-index: 2;
  padding: 30px 16px 16px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  max-height: 100%; }
  @media screen and (min-width: 48em) {
    .searchFilters {
      left: -377px;
      border-right: 1px solid #d8d8d8; } }
  .searchFilters.active {
    left: 0;
    opacity: 1;
    width: 100%;
    transition: all 0.5s ease-in-out; }
    @media screen and (min-width: 48em) {
      .searchFilters.active {
        width: 377px; } }
  .searchFilters-filtersWrapper {
    height: calc(100% - 136px);
    overflow-y: auto; }
  .searchFilters-sortWrapper {
    height: 100%;
    overflow-y: auto; }
  .searchFilters-sort-options {
    padding-top: 24px;
    border-top: 1px solid #d8d8d8; }
  .searchFilters-header {
    position: relative;
    margin-bottom: 24px; }
    @media screen and (min-width: 48em) {
      .searchFilters-header {
        margin-bottom: 0; } }
    .searchFilters-header .icon {
      cursor: pointer;
      position: absolute;
      top: 6px;
      right: 0;
      color: #478E24;
      display: none; }
      @media screen and (min-width: 48em) {
        .searchFilters-header .icon {
          display: inline; } }
    .searchFilters-header .btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      .searchFilters-header .btn:first-of-type {
        left: 0; }
      .searchFilters-header .btn:last-of-type {
        right: 0; }
      @media screen and (min-width: 48em) {
        .searchFilters-header .btn {
          display: none; } }
  .searchFilters-title {
    font-size: 20px;
    line-height: 24px;
    color: #27292C;
    font-weight: 600;
    text-align: center; }
    @media screen and (min-width: 48em) {
      .searchFilters-title {
        font-size: 24px;
        line-height: 30px;
        text-align: left;
        margin-bottom: 24px; } }
  .searchFilters-filterGroup-name {
    border-top: 1px solid #d8d8d8;
    padding: 18px 32px 18px 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #044DC2;
    cursor: pointer;
    position: relative; }
    .searchFilters-filterGroup-name::after {
      font-family: "right-car-icon-font";
      content: "\e90d";
      position: absolute;
      top: 20px;
      right: 0;
      color: #478E24;
      font-size: 14px; }
  .searchFilters-filterGroup-content {
    display: none; }
  .searchFilters-filterGroup.active {
    padding-bottom: 24px; }
    .searchFilters-filterGroup.active .searchFilters-filterGroup-name::after {
      content: "\e90f"; }
  .searchFilters-actions {
    margin-top: auto; }
    .searchFilters-actions button {
      margin-top: 24px; }
  .searchFilters .form-radio {
    margin-bottom: 16px; }
  .searchFilters.sort-options .reset-btn {
    display: none; }

.contentResultItem {
  padding: 24px 0;
  border-top: 1px solid #d8d8d8; }
  .contentResultItem-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin: 0; }
    .contentResultItem-title a {
      color: #044DC2;
      text-decoration: none; }
      .contentResultItem-title a:hover, .contentResultItem-title a:focus {
        opacity: 0.85; }
  .contentResultItem-summary {
    color: #575757; }
  .contentResultItem.is-featured {
    padding: 18px 24px;
    border: 1px solid #d8d8d8;
    border-left: 6px solid #044DC2;
    margin-bottom: 24px; }
    .contentResultItem.is-featured .contentResultItem-title {
      font-size: 20px;
      margin-bottom: 8px; }

.comparisonBar {
  opacity: 0;
  position: fixed;
  bottom: -120px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 18px 0;
  box-shadow: 0 -4px 12px 0 rgba(0, 0, 0, 0.1);
  z-index: 10;
  transition: all 0.5s ease-in-out; }
  .comparisonBar.active {
    opacity: 1;
    bottom: 0;
    transition: all 0.5s ease-in-out; }
  .comparisonBar-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media screen and (min-width: 48em) {
      .comparisonBar-container {
        justify-content: flex-start; } }
  .comparisonBar-imageWrapper {
    border: 1px dashed rgba(4, 77, 194, 0.25);
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 8px;
    margin-right: 8px;
    margin-bottom: 10px; }
    .comparisonBar-imageWrapper:last-of-type {
      margin-right: 0; }
    .comparisonBar-imageWrapper .comparisonBar-btn {
      cursor: pointer;
      display: none;
      position: absolute;
      top: -5px;
      right: -5px;
      border-radius: 50%;
      height: 24px;
      width: 24px;
      background-color: #A80000; }
      .comparisonBar-imageWrapper .comparisonBar-btn::before {
        font-family: "right-car-icon-font";
        content: "\e906";
        color: #ffffff;
        font-size: 10px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .comparisonBar-imageWrapper .comparisonBar-btn:focus, .comparisonBar-imageWrapper .comparisonBar-btn:hover {
        background-color: rgba(168, 0, 0, 0.85); }
    .comparisonBar-imageWrapper.active {
      border: 1px solid rgba(4, 77, 194, 0.5); }
      .comparisonBar-imageWrapper.active .comparisonBar-btn {
        display: block; }
    .comparisonBar-imageWrapper img {
      align-self: center;
      max-width: 60px;
      max-height: 38px; }
    @media screen and (min-width: 48em) {
      .comparisonBar-imageWrapper {
        width: 90px;
        height: 84px;
        margin-right: 10px; } }
    .comparisonBar-imageWrapper .comparisonBar-model {
      background-color: rgba(255, 255, 255, 0.75);
      line-height: 9px;
      font-size: 9px;
      text-transform: uppercase;
      text-align: center;
      width: 100%;
      padding: 3px;
      color: #27292C;
      position: absolute;
      bottom: 1px;
      left: 0;
      z-index: 2;
      border-radius: 8px; }
      @media screen and (min-width: 48em) {
        .comparisonBar-imageWrapper .comparisonBar-model {
          line-height: 10px;
          font-size: 10px; } }
  .comparisonBar-actions {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-basis: 100%; }
    @media screen and (min-width: 48em) {
      .comparisonBar-actions {
        justify-content: flex-end;
        flex-basis: auto; } }
  .comparisonBar-compare, .comparisonBar-noComparison, .comparisonBar-removeAll {
    margin: 8px 4px 0;
    text-align: center; }
    @media screen and (min-width: 48em) {
      .comparisonBar-compare, .comparisonBar-noComparison, .comparisonBar-removeAll {
        flex-basis: auto;
        margin: 10px 0 0 10px; } }
  .comparisonBar-noComparison {
    color: #27292C;
    font-size: 16px;
    line-height: 24px; }
  .comparisonBar-notify {
    opacity: 0;
    position: fixed;
    top: -100px;
    right: 12px;
    border-radius: 8px;
    padding: 18px;
    background-color: #fef0c4;
    color: #575757;
    font-size: 14px;
    font-weight: 600;
    z-index: -1;
    transition: all 0.5s ease-in-out;
    text-align: center; }
    .comparisonBar-notify.active {
      top: 12px;
      opacity: 1;
      transition: all 0.5s ease-in-out;
      z-index: 12; }

.vehicleComparisonItem {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap; }
  .vehicleComparisonItem-top {
    margin-bottom: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .vehicleComparisonItem-remove {
    cursor: pointer;
    font-size: 12px;
    color: rgba(87, 87, 87, 0.75); }
    .vehicleComparisonItem-remove:focus, .vehicleComparisonItem-remove:hover {
      color: #575757; }
  .vehicleComparisonItem-primary {
    cursor: pointer;
    border-radius: 24px;
    background-color: transparent;
    color: #044DC2;
    font-size: 14px;
    padding: 4px 8px;
    border: 1px solid #044DC2; }
    .vehicleComparisonItem-primary.active {
      cursor: default;
      border-color: #044DC2;
      background-color: #044DC2;
      color: #ffffff;
      pointer-events: none; }
    .vehicleComparisonItem-primary:not(.active):focus, .vehicleComparisonItem-primary:not(.active):hover {
      opacity: 0.85; }
    .vehicleComparisonItem-primary .icon {
      padding-right: 2px; }
  .vehicleComparisonItem-image {
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    padding: 24px;
    margin-bottom: 18px;
    position: relative; }
    @media screen and (min-width: 48em) {
      .vehicleComparisonItem-image {
        height: 150px; } }
    .vehicleComparisonItem-image img {
      flex: 0 0 auto;
      max-height: 100%;
      max-width: 100%;
      align-self: center; }
  .vehicleComparisonItem-name {
    font-size: 20px;
    color: #27292C;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px;
    margin-top: 0; }
    @media screen and (min-width: 48em) {
      .vehicleComparisonItem-name {
        font-size: 30px;
        line-height: 36px; } }
  .vehicleComparisonItem-year {
    font-size: 20px;
    color: #575757;
    line-height: 24px;
    margin-bottom: 12px; }
    @media screen and (min-width: 48em) {
      .vehicleComparisonItem-year {
        font-size: 24px;
        line-height: 30px; } }
  .vehicleComparisonItem-safetyRatingTitle {
    font-size: 20px;
    color: #27292C;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 600; }
  .vehicleComparisonItem-safetyRating {
    margin-bottom: 16px; }
    @media screen and (min-width: 48em) {
      .vehicleComparisonItem-safetyRating {
        margin-bottom: 40px; } }
    .vehicleComparisonItem-safetyRating .starRating-content {
      justify-content: center; }
  .vehicleComparisonItem-summary {
    font-size: 16px;
    line-height: 18px;
    color: #575757; }
    .vehicleComparisonItem-summary .label {
      font-weight: 600;
      color: #27292C;
      margin-bottom: 4px; }
      .vehicleComparisonItem-summary .label:not(:first-of-type) {
        margin-top: 16px; }
  .vehicleComparisonItem-models {
    margin-top: 12px;
    margin-bottom: 16px; }
    @media screen and (min-width: 48em) {
      .vehicleComparisonItem-models {
        margin-top: 24px;
        margin-bottom: 30px; } }
    .vehicleComparisonItem-models label {
      display: block;
      font-size: 16px;
      line-height: 18px;
      color: #27292C;
      margin-bottom: 6px;
      font-weight: 600; }
  .vehicleComparisonItem-accordions {
    margin-top: auto; }
  .vehicleComparisonItem-viewDetails {
    margin: 24px 0;
    text-align: center; }
    .vehicleComparisonItem-viewDetails .btn {
      display: inline-block; }
  .vehicleComparisonItem-swipe {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 24px;
    line-height: 24px;
    font-size: 14px;
    padding: 0 32px;
    bottom: -12px; }
    .vehicleComparisonItem-swipe::after, .vehicleComparisonItem-swipe::before {
      content: "\e900";
      font-family: "right-car-icon-font";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 8px;
      margin-top: 1px; }
    .vehicleComparisonItem-swipe::after {
      right: 10px; }
    .vehicleComparisonItem-swipe::before {
      left: 10px;
      transform: rotate(-180deg) translateY(50%); }
    @media screen and (min-width: 48em) {
      .vehicleComparisonItem-swipe {
        display: none; } }
  .vehicleComparisonItem-prev, .vehicleComparisonItem-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 32px;
    border-radius: 50%;
    background-color: #044DC2;
    color: #ffffff;
    font-size: 12px; }
    .vehicleComparisonItem-prev:focus, .vehicleComparisonItem-prev:hover, .vehicleComparisonItem-next:focus, .vehicleComparisonItem-next:hover {
      background-color: rgba(4, 77, 194, 0.85); }
    @media screen and (min-width: 48em) {
      .vehicleComparisonItem-prev, .vehicleComparisonItem-next {
        display: none; } }
    .vehicleComparisonItem-prev.disabled, .vehicleComparisonItem-next.disabled {
      cursor: default;
      pointer-events: none;
      background-color: rgba(4, 77, 194, 0.75); }
  .vehicleComparisonItem-prev {
    left: -14px;
    transform: rotate(180deg) translateY(50%); }
  .vehicleComparisonItem-next {
    right: -14px; }
  .vehicleComparisonItem .normalised_height_panel {
    align-self: flex-start; }

.articleTile-link {
  overflow: hidden;
  display: block;
  width: 100%;
  min-height: 180px;
  position: relative;
  margin-bottom: 16px; }
  .articleTile-link .articleTile-image {
    transform: scale(1);
    transition: all 0.5s ease-in-out; }
  .articleTile-link:hover .articleTile-image, .articleTile-link:focus .articleTile-image {
    transform: scale(1.15);
    transition: all 0.5s ease-in-out; }

.articleTile-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.articleTile-content {
  flex-grow: 1; }
  .articleTile-content h3 {
    margin: 0; }

.articleTile-title {
  font-size: 16px;
  font-weight: 600;
  color: #044DC2;
  text-decoration: none;
  line-height: 24px; }
  .articleTile-title:hover, .articleTile-title:focus {
    opacity: 0.85; }

.articleTile-summary {
  color: #575757;
  font-size: 14px;
  line-height: 24px;
  margin-top: 6px; }

.vehicleDetails-image {
  display: block;
  max-width: 100%;
  width: 100%;
  padding: 24px 32px; }
  @media screen and (min-width: 64em) {
    .vehicleDetails-image {
      padding: 36px; } }

.vehicleDetails-compareBtn {
  cursor: pointer;
  margin: auto;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  color: #044DC2;
  text-align: center;
  border: 1px solid #044DC2;
  border-radius: 8px;
  margin-bottom: 32px; }
  .vehicleDetails-compareBtn .icon {
    color: #478E24;
    font-size: 16px;
    margin-right: 6px;
    vertical-align: -1px; }
  @media screen and (min-width: 64em) {
    .vehicleDetails-compareBtn {
      margin-bottom: 0; } }
  .vehicleDetails-compareBtn.active {
    background-color: #044DC2;
    color: #ffffff; }
    .vehicleDetails-compareBtn.active .icon {
      color: #ffffff; }
  .vehicleDetails-compareBtn:focus, .vehicleDetails-compareBtn:hover {
    opacity: 0.85; }

.vehicleDetails-title {
  color: #27292C;
  font-size: 42px;
  line-height: 48px;
  font-weight: 600;
  margin: 0; }

.vehicleDetails-year {
  color: #575757;
  font-size: 24px;
  line-height: 30px; }

.vehicleDetails-safety {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .vehicleDetails-safety-label {
    font-size: 20px;
    line-height: 24px;
    color: #27292C;
    font-weight: 600;
    margin-right: 12px;
    margin-top: 16px; }
  .vehicleDetails-safety .starRating {
    margin-top: 16px; }
  .vehicleDetails-safety .info-circle {
    margin-left: 6px;
    margin-top: 16px; }
  .vehicleDetails-safety-sec {
    display: flex;
    align-items: center; }

.vehicleDetails-data {
  margin-top: 24px;
  font-size: 16px;
  line-height: 18px; }
  .vehicleDetails-data .label {
    color: #27292C;
    font-weight: 600; }
  .vehicleDetails-data .text {
    color: #575757;
    margin-bottom: 14px; }

.vehicleDetails-models {
  margin-top: 16px; }
  .vehicleDetails-models label {
    display: block;
    font-size: 16px;
    color: #27292C;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px; }
  @media screen and (min-width: 48em) {
    .vehicleDetails-models select {
      max-width: 50%; } }

.vehicleDetails-accordions {
  margin-top: 32px; }

.articleDetails-title {
  color: #27292C;
  font-size: 42px;
  line-height: 48px;
  font-weight: 600;
  margin: 28px 0 0 0; }

.articleDetails-summary {
  font-size: 20px;
  line-height: 30px;
  color: #27292C;
  margin-top: 16px; }

.articleDetails-image {
  display: block;
  width: calc(100% + 48px);
  height: auto;
  margin: 32px 0 0 -24px; }
  @media screen and (min-width: 64em) {
    .articleDetails-image {
      width: 100%;
      margin: 32px 0 0; } }

.articleDetails-caption {
  margin-top: 16px;
  color: #575757;
  font-size: 13px;
  line-height: 18px; }

.articleDetails-content {
  margin-top: 16px; }
  @media screen and (min-width: 64em) {
    .articleDetails-content {
      margin-top: 50px; } }

.articleDetails-moreArticles {
  margin-top: 24px; }
  @media screen and (min-width: 64em) {
    .articleDetails-moreArticles {
      margin-top: 42px; } }
  .articleDetails-moreArticles-title {
    font-size: 24px;
    font-weight: 600;
    color: #27292C;
    line-height: 30px;
    margin: 0; }

.searchResults-title {
  color: #27292C;
  font-size: 42px;
  line-height: 48px;
  font-weight: 600;
  margin: 28px 0; }

.searchResults-refine {
  display: flex;
  margin: 28px 0 0;
  justify-content: space-between; }
  @media screen and (min-width: 48em) {
    .searchResults-refine {
      flex-wrap: wrap;
      justify-content: flex-start; } }
  .searchResults-refine-btn {
    align-self: flex-start;
    cursor: pointer;
    margin: 0 16px 16px 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 12px;
    line-height: 18px;
    border-radius: 8px;
    background-color: #044DC2; }

.searchResults-resultCount {
  font-size: 16px;
  line-height: 24px;
  color: #27292C;
  margin-bottom: 24px; }

.searchResults-results .pure-col {
  margin-bottom: 24px; }

.searchResults .sort-dropdown {
  display: none; }
  @media screen and (min-width: 48em) {
    .searchResults .sort-dropdown {
      display: block; } }
  .searchResults .sort-dropdown:hover, .searchResults .sort-dropdown:focus {
    background-color: rgba(4, 77, 194, 0.85); }

.searchResults .sort-btn {
  margin-right: 0; }
  @media screen and (min-width: 48em) {
    .searchResults .sort-btn {
      display: none; } }
  .searchResults .sort-btn:hover, .searchResults .sort-btn:focus {
    background-color: rgba(4, 77, 194, 0.85); }

.searchResults .filters-btn:hover, .searchResults .filters-btn:focus {
  background-color: rgba(4, 77, 194, 0.85); }

.vehicleComparison {
  min-height: 350px; }
  .vehicleComparison-title {
    color: #27292C;
    font-size: 42px;
    line-height: 48px;
    font-weight: 600;
    margin: 28px 0; }
  .vehicleComparison-summaryText {
    font-size: 18px;
    color: #27292C;
    line-height: 24px;
    margin-bottom: 16px;
    max-width: 100%; }
  .vehicleComparison .slick-slider {
    margin: 0 42px; }
  .vehicleComparison .slick-slide {
    outline: none;
    margin: 0 24px;
    flex-direction: column; }
  .vehicleComparison .slick-list {
    padding: 0 20% 0 0;
    margin: 0 -24px;
    position: relative; }
    .vehicleComparison .slick-list::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 20%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.5); }
    @media screen and (min-width: 35.5em) {
      .vehicleComparison .slick-list {
        padding: 0; }
        .vehicleComparison .slick-list::after {
          height: 0;
          width: 0;
          background-color: transparent; } }
  .vehicleComparison-subWrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-items: flex-start;
    margin-bottom: 24px;
    flex-direction: column; }
    @media screen and (min-width: 64em) {
      .vehicleComparison-subWrapper {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 36px; } }
  .vehicleComparison-actions {
    display: flex;
    align-items: center; }
    .vehicleComparison-actions a {
      font-size: 0; }
    .vehicleComparison-actions .label {
      font-size: 18px;
      line-height: 24px;
      color: #27292C; }
    .vehicleComparison-actions .icon {
      cursor: pointer;
      position: relative;
      border-radius: 8px;
      border: 1px solid rgba(4, 77, 194, 0.25);
      height: 24px;
      width: 24px;
      display: inline-block;
      font-size: 16px;
      color: #044DC2;
      margin-left: 4px;
      margin-right: 4px;
      margin-top: 0;
      transition: margin-top 0.25s ease-in-out; }
      @media screen and (min-width: 48em) {
        .vehicleComparison-actions .icon {
          margin-left: 6px;
          margin-right: 6px; } }
      .vehicleComparison-actions .icon:last-of-type {
        margin-right: 0; }
      .vehicleComparison-actions .icon span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .vehicleComparison-actions .icon span.icon-email {
          font-size: 12px; }
        .vehicleComparison-actions .icon span.icon-printer {
          font-size: 14px; }
        .vehicleComparison-actions .icon span.icon-twitter {
          font-size: 13px; }
      .vehicleComparison-actions .icon:hover, .vehicleComparison-actions .icon:focus {
        margin-top: -8px;
        transition: margin-top 0.25s ease-in-out; }
  .vehicleComparison-vehiclesWrapper {
    display: flex;
    margin-left: -24px;
    box-sizing: border-box;
    flex-wrap: nowrap; }
    @media screen and (max-width: 47.99em) {
      .vehicleComparison-vehiclesWrapper {
        margin-left: 0; } }
    .vehicleComparison-vehiclesWrapper-primary {
      display: flex;
      flex-basis: 25%;
      max-width: 25%;
      min-width: 25%; }
      @media screen and (max-width: 47.99em) {
        .vehicleComparison-vehiclesWrapper-primary {
          flex-basis: 50%;
          max-width: 50%;
          min-width: 50%; }
          .vehicleComparison-vehiclesWrapper-primary .vehicleComparisonItem {
            padding-left: 0 !important; } }
      .vehicleComparison-vehiclesWrapper-primary .vehicleComparisonItem {
        max-width: !important;
        flex-grow: 1; }
        .vehicleComparison-vehiclesWrapper-primary .vehicleComparisonItem-swipe, .vehicleComparison-vehiclesWrapper-primary .vehicleComparisonItem-prev, .vehicleComparison-vehiclesWrapper-primary .vehicleComparisonItem-next {
          display: none; }
    .vehicleComparison-vehiclesWrapper-secondary {
      display: flex;
      flex-grow: 1;
      flex-wrap: nowrap;
      overflow-x: auto;
      overflow: -moz-scrollbars-none;
      -ms-overflow-style: none;
      position: relative; }
      @media screen and (max-width: 47.99em) {
        .vehicleComparison-vehiclesWrapper-secondary {
          margin-right: -15px;
          padding-right: 15px; }
          .vehicleComparison-vehiclesWrapper-secondary .vehicleComparisonItem:last-of-type {
            border-right-color: transparent; } }
      .vehicleComparison-vehiclesWrapper-secondary .vehicleComparisonItem {
        min-width: 33.33%;
        max-width: 33.33%; }
      .vehicleComparison-vehiclesWrapper-secondary::-webkit-scrollbar {
        width: 0 !important; }
      .vehicleComparison-vehiclesWrapper-secondary.has-one-only {
        overflow: hidden !important; }
        .vehicleComparison-vehiclesWrapper-secondary.has-one-only .vehicleComparisonItem-swipe, .vehicleComparison-vehiclesWrapper-secondary.has-one-only .vehicleComparisonItem-prev, .vehicleComparison-vehiclesWrapper-secondary.has-one-only .vehicleComparisonItem-next {
          display: none; }
    .vehicleComparison-vehiclesWrapper .vehicleComparisonItem {
      padding: 0 24px;
      border-right: 1px solid #d8d8d8;
      background-color: #ffffff;
      max-width: 100%; }
      @media screen and (max-width: 47.99em) {
        .vehicleComparison-vehiclesWrapper .vehicleComparisonItem {
          padding: 0 16px; } }
      @media screen and (max-width: 35.49em) {
        .vehicleComparison-vehiclesWrapper .vehicleComparisonItem-primary {
          font-size: 12px;
          padding: 4px; } }
    @media screen and (max-width: 63.99em) {
      .vehicleComparison-vehiclesWrapper .starRating.is-highlighted .starRating-content {
        font-size: 16px; }
      .vehicleComparison-vehiclesWrapper .starRating.is-highlighted .starRating-noRatingText {
        line-height: 16px;
        font-size: 14px; }
      .vehicleComparison-vehiclesWrapper .starRating.is-highlighted .icon-star {
        margin: 0 2px; }
      .vehicleComparison-vehiclesWrapper .accordion-title {
        font-size: 16px;
        line-height: 18px;
        padding-right: 18px; }
        .vehicleComparison-vehiclesWrapper .accordion-title::after {
          font-size: 14px; }
      .vehicleComparison-vehiclesWrapper .accordion.is-recall .accordion-title {
        font-size: 16px;
        line-height: 18px;
        position: relative;
        padding-left: 18px; } }
  @media screen and (max-width: 63.99em) and (max-width: 35.49em) {
    .vehicleComparison-vehiclesWrapper .accordion.is-recall .accordion-title::after {
      right: -8px; } }
    @media screen and (max-width: 63.99em) {
        .vehicleComparison-vehiclesWrapper .accordion.is-recall .accordion-title .icon {
          font-size: 16px;
          position: absolute;
          left: -4px;
          margin-top: 1px; } }
  .vehicleComparison-notify {
    opacity: 0;
    position: fixed;
    top: -100px;
    right: 12px;
    border-radius: 8px;
    padding: 18px;
    background-color: rgba(71, 142, 36, 0.85);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    z-index: -1;
    transition: all 0.5s ease-in-out;
    text-align: center; }
    .vehicleComparison-notify.active {
      top: 12px;
      opacity: 1;
      transition: all 0.5s ease-in-out;
      z-index: 12; }

.articleListing-title {
  color: #27292C;
  font-size: 42px;
  line-height: 48px;
  font-weight: 600;
  margin: 28px 0 16px; }

.articleListing-summaryText {
  font-size: 20px;
  color: #27292C;
  line-height: 30px;
  margin-bottom: 32px;
  max-width: 100%; }

.articleListing .articleTile {
  margin-bottom: 24px; }

.page404 {
  padding-top: 42px; }
  @media screen and (min-width: 64em) {
    .page404 {
      padding-top: 100px; } }
  .page404-content {
    text-align: center;
    max-width: 768px;
    margin: 0 auto; }
  .page404-title {
    color: #27292C;
    font-weight: 600;
    font-size: 36px; }
    @media screen and (min-width: 48em) {
      .page404-title {
        font-size: 48px; } }
  .page404-summaryText {
    color: #575757;
    margin-top: 8px;
    margin-bottom: 24px;
    font-size: 22px;
    max-width: 100%; }
    @media screen and (min-width: 48em) {
      .page404-summaryText {
        font-size: 24px; } }
  .page404-iconClose {
    width: 60px;
    height: 60px;
    position: relative;
    margin: 0 auto 24px; }
    @media screen and (min-width: 48em) {
      .page404-iconClose {
        margin-bottom: 50px; } }
    .page404-iconClose::before, .page404-iconClose::after {
      position: absolute;
      content: '';
      height: 100%;
      width: 12px;
      background-color: rgba(4, 77, 194, 0.75); }
    .page404-iconClose::before {
      transform: rotate(45deg); }
    .page404-iconClose:after {
      transform: rotate(-45deg); }
  .page404 .btn {
    margin-top: 24px;
    display: inline-block; }

.starRating .percent-0 {
  width: 0%; }

.sub_accordion-title {
  border-top: 1px solid #d8d8d8;
  padding: 24px 42px 24px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #044DC2;
  cursor: pointer;
  position: relative; }

.sub_accordion-title::after {
  font-family: "right-car-icon-font";
  content: "\e90d";
  position: absolute;
  top: 24px;
  right: 0;
  color: #478E24;
  font-size: 18px; }

.sub_accordion .starRating {
  display: inline-block;
  padding: 6px;
  border-radius: 4px;
  margin-bottom: 10px; }

.accordion .starRating .starRating-content {
  font-size: 14px; }

.accordion .starRating .icon-star {
  margin: 0 4px; }

.sub_accordion-content {
  display: none; }

.sub_accordion.active {
  padding-bottom: 32px; }

.sub_accordion.active .sub_accordion-title::after {
  content: "\e90f"; }
