﻿.popover .popover-content {
  color: #000;
  min-width: 280px; }

.auto .jcw {
  margin: 70px auto 0px;
  background: #000; }
  .auto .jcw img {
    max-width: 100%; }
  .auto .jcw .btn {
    font-weight: bold;
    border-radius: 5%;
    padding: 20px 35px;
    max-height: 60px;
    border-radius: 30px;
    font-weight: bold;
    min-width: 260px; }
    .auto .jcw .btn.btn-primary {
      background-color: #59c2e2; }
  .auto .jcw .mobile-arrows, .auto .jcw .desktop-arrows {
    display: none;
    text-align: center;
    grid-gap: 0 20px;
    justify-content: space-between;
    max-width: 200px;
    margin: 30px auto 0;
    align-items: center; }
    @media (max-width: 1620px) {
      .auto .jcw .mobile-arrows.mobile-arrows, .auto .jcw .desktop-arrows.mobile-arrows {
        display: flex; } }
    .auto .jcw .mobile-arrows.desktop-arrows, .auto .jcw .desktop-arrows.desktop-arrows {
      display: flex;
      width: calc(100% + 200px);
      max-width: none;
      position: absolute;
      left: calc(0% - 100px);
      top: 48%; }
      @media (max-width: 1620px) {
        .auto .jcw .mobile-arrows.desktop-arrows, .auto .jcw .desktop-arrows.desktop-arrows {
          display: none; } }
    .auto .jcw .mobile-arrows span, .auto .jcw .desktop-arrows span {
      font-size: 14px;
      line-height: 1;
      font-family: "mini_sans-medium", "arial", sans-serif; }
    .auto .jcw .mobile-arrows .ma-btn, .auto .jcw .desktop-arrows .ma-btn {
      width: 54px;
      height: 55px;
      border-radius: 50%;
      background: #fff; }
      .auto .jcw .mobile-arrows .ma-btn.ma-btn-prev, .auto .jcw .desktop-arrows .ma-btn.ma-btn-prev {
        transform: rotate(-180deg); }
  .auto .jcw .top-header {
    height: auto; }
    .auto .jcw .top-header .full-height-img.not-on-mobile {
      top: unset;
      bottom: 0;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    @media (max-width: 768px) {
      .auto .jcw .top-header .full-height-img {
        transform: none;
        top: unset;
        left: unset;
        margin-top: 0px; } }
    @media (max-width: 768px) {
      .auto .jcw .top-header .content {
        position: relative;
        margin: 40px auto; } }
    .auto .jcw .top-header .content .copy {
      position: absolute;
      top: 0%;
      left: 50%;
      max-width: 1520px;
      padding: 0px 20px;
      transform: translateX(-50%);
      width: 100%;
      height: 100%; }
      @media (max-width: 768px) {
        .auto .jcw .top-header .content .copy {
          position: relative;
          top: unset;
          left: unset;
          transform: unset; } }
      .auto .jcw .top-header .content .copy h1, .auto .jcw .top-header .content .copy h2 {
        color: #fff; }
      .auto .jcw .top-header .content .copy h1 {
        font-size: 100px;
        line-height: 1;
        margin: 0 0 10px;
        margin-top: 6%; }
        @media (max-width: 768px) {
          .auto .jcw .top-header .content .copy h1 {
            font-size: 32px; } }
        @media (min-width: 768px) and (max-width: 1330px) {
          .auto .jcw .top-header .content .copy h1 {
            font-size: 60px; } }
      .auto .jcw .top-header .content .copy h2 {
        font-size: 35px;
        line-height: 1.2; }
        @media (max-width: 768px) {
          .auto .jcw .top-header .content .copy h2 {
            font-size: 18px; } }
  .auto .jcw .tw-header {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.04);
    border: 1px solid #E6E6E6;
    width: 100%; }
    .auto .jcw .tw-header.fixed {
      position: fixed;
      top: 75px;
      z-index: 4; }
    @media (max-width: 768px) {
      .auto .jcw .tw-header {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar; } }
    .auto .jcw .tw-header .btn {
      padding: 14px 35px;
      min-width: 200px; }
    .auto .jcw .tw-header .twh-inner {
      max-width: 1660px;
      margin: 12px auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0px 20px; }
      @media (max-width: 768px) {
        .auto .jcw .tw-header .twh-inner {
          justify-content: flex-start;
          white-space: nowrap; } }
      .auto .jcw .tw-header .twh-inner ul {
        margin: 0 auto;
        display: flex;
        list-style: none;
        padding: 0;
        grid-gap: 0px 60px;
        align-items: center;
        width: 100%; }
        .auto .jcw .tw-header .twh-inner ul li {
          position: relative;
          font-family: "mini_sans-medium", "arial", sans-serif;
          font-size: 16px;
          line-height: 1;
          cursor: pointer; }
          .auto .jcw .tw-header .twh-inner ul li:before, .auto .jcw .tw-header .twh-inner ul li:first-child:after {
            content: ' ';
            transition: 150ms;
            position: absolute;
            left: 0;
            bottom: -10px;
            width: 100%;
            height: 2px;
            border-bottom: 2px solid #000;
            opacity: 0; }
          .auto .jcw .tw-header .twh-inner ul li:first-child:after {
            width: 1px;
            height: 44px;
            top: -10px;
            left: calc(100% + 30px);
            bottom: unset;
            opacity: 1;
            border: none;
            border-right: 1px solid #E8E8E8; }
          .auto .jcw .tw-header .twh-inner ul li[data-target="overview"] {
            margin-right: 10px; }
          .auto .jcw .tw-header .twh-inner ul li[data-target="reserve"] {
            margin-left: auto; }
            .auto .jcw .tw-header .twh-inner ul li[data-target="reserve"] .auto-btn {
              margin: 0px auto; }
          .auto .jcw .tw-header .twh-inner ul li.active {
            font-weight: bold; }
            .auto .jcw .tw-header .twh-inner ul li.active:before {
              opacity: 1; }
  .auto .jcw .intro {
    margin: 80px auto 80px;
    max-width: 1200px;
    padding: 20px 20px; }
    @media (max-width: 768px) {
      .auto .jcw .intro {
        margin: 20px auto 40px; } }
  .auto .jcw .meet-elites {
    text-align: center;
    max-width: 1680px;
    margin: 0px auto;
    padding: 20px 20px; }
    .auto .jcw .meet-elites .jcw-logo-img {
      margin: 0 auto 10px; }
    .auto .jcw .meet-elites > h1 {
      margin: 20px auto 15px; }
    .auto .jcw .meet-elites > h2 {
      font-size: 30px;
      line-height: 1;
      margin: 0 auto; }
    .auto .jcw .meet-elites .me-line-up {
      position: relative;
      margin: 50px auto 0; }
      .auto .jcw .meet-elites .me-line-up .melu-img {
        max-width: 100%;
        width: 100%; }
      .auto .jcw .meet-elites .me-line-up .melu-ctas {
        position: absolute;
        left: 0;
        bottom: 8%;
        display: flex;
        width: 100%; }
        @media (max-width: 768px) {
          .auto .jcw .meet-elites .me-line-up .melu-ctas {
            flex-direction: column; } }
        .auto .jcw .meet-elites .me-line-up .melu-ctas > div {
          width: 100%; }
          .auto .jcw .meet-elites .me-line-up .melu-ctas > div .btn {
            padding: 14px 35px;
            min-width: 180px; }
            @media (max-width: 768px) {
              .auto .jcw .meet-elites .me-line-up .melu-ctas > div .btn {
                font-size: 16px;
                line-height: 1;
                background: transparent;
                border-color: #fff;
                width: auto;
                padding: 10px 30px;
                margin-top: 10px; } }
      .auto .jcw .meet-elites .me-line-up .melu-popup {
        transition: 550ms;
        opacity: 0;
        z-index: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100%;
        display: flex;
        background: #1D1D1D;
        align-items: center;
        text-align: left; }
        @media (max-width: 768px) {
          .auto .jcw .meet-elites .me-line-up .melu-popup {
            flex-direction: column; } }
        .auto .jcw .meet-elites .me-line-up .melu-popup.fade-in {
          opacity: 1;
          z-index: 2; }
        .auto .jcw .meet-elites .me-line-up .melu-popup > div {
          width: 45%; }
          @media (max-width: 768px) {
            .auto .jcw .meet-elites .me-line-up .melu-popup > div {
              width: 100%; } }
          .auto .jcw .meet-elites .me-line-up .melu-popup > div:last-child {
            width: 55%; }
            @media (max-width: 768px) {
              .auto .jcw .meet-elites .me-line-up .melu-popup > div:last-child {
                width: 100%;
                margin: 20px auto 40px; } }
          .auto .jcw .meet-elites .me-line-up .melu-popup > div .melup-header {
            max-width: 100%;
            width: 100%; }
          .auto .jcw .meet-elites .me-line-up .melu-popup > div .close-popup {
            cursor: pointer;
            position: absolute;
            top: 15px;
            right: 15px;
            filter: invert(1);
            max-width: 25px; }
          .auto .jcw .meet-elites .me-line-up .melu-popup > div .copy {
            display: none;
            padding: 0px 20px;
            max-width: 760px;
            margin: 0px auto; }
            .auto .jcw .meet-elites .me-line-up .melu-popup > div .copy > h3 {
              font-size: 35px;
              line-height: 1;
              margin: 0 0 25px; }
              @media (max-width: 768px) {
                .auto .jcw .meet-elites .me-line-up .melu-popup > div .copy > h3 {
                  font-size: 25px; } }
              .auto .jcw .meet-elites .me-line-up .melu-popup > div .copy > h3 small {
                font-size: 25px;
                line-height: 1;
                display: block;
                color: #fff; }
                @media (max-width: 768px) {
                  .auto .jcw .meet-elites .me-line-up .melu-popup > div .copy > h3 small {
                    font-size: 15px; } }
            .auto .jcw .meet-elites .me-line-up .melu-popup > div .copy ul {
              margin: 0px auto 40px;
              padding: 0;
              padding-left: 18px; }
              .auto .jcw .meet-elites .me-line-up .melu-popup > div .copy ul li {
                font-family: "mini_sans-medium", "arial", sans-serif;
                font-size: 16px;
                line-height: 1.3;
                margin: 0px auto 8px;
                padding-left: 10px; }
            .auto .jcw .meet-elites .me-line-up .melu-popup > div .copy .bar-slider {
              display: flex;
              align-items: center;
              justify-content: space-between;
              grid-gap: 0px 20px;
              margin: 0px auto 20px; }
              .auto .jcw .meet-elites .me-line-up .melu-popup > div .copy .bar-slider > div {
                font-size: 16px;
                line-height: 1;
                font-family: "mini_sans-medium", "arial", sans-serif;
                width: 125px; }
                .auto .jcw .meet-elites .me-line-up .melu-popup > div .copy .bar-slider > div:last-child {
                  width: 140px; }
                .auto .jcw .meet-elites .me-line-up .melu-popup > div .copy .bar-slider > div.pct {
                  width: calc(100% - 270px);
                  position: relative;
                  background: #000000;
                  min-height: 25px; }
                  .auto .jcw .meet-elites .me-line-up .melu-popup > div .copy .bar-slider > div.pct .pct-active {
                    position: absolute;
                    z-index: 1;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: transparent linear-gradient(270deg, #CC0001 0%, #660001 100%) 0% 0% no-repeat padding-box; }
            .auto .jcw .meet-elites .me-line-up .melu-popup > div .copy .ctas {
              margin: 30px auto 20px; }
            .auto .jcw .meet-elites .me-line-up .melu-popup > div .copy .hp-legal {
              font-size: 16px;
              line-height: 1;
              font-family: "mini_sans-medium", "arial", sans-serif; }
              @media (max-width: 768px) {
                .auto .jcw .meet-elites .me-line-up .melu-popup > div .copy .hp-legal {
                  font-size: 14px; } }
  .auto .jcw .model-comparison .mc-head-title,
  .auto .jcw .model-comparison .mc-head-subtitle {
    padding: 0px 20px;
    color: #fff; }
  .auto .jcw .model-comparison .mc-head-subtitle {
    max-width: 840px;
    text-align: center;
    margin: 0px auto; }
  .auto .jcw .model-comparison .state-select,
  .auto .jcw .model-comparison .state-default {
    background: #1D1D1D !important;
    border-color: #1D1D1D !important; }
    .auto .jcw .model-comparison .state-select img,
    .auto .jcw .model-comparison .state-default img {
      filter: invert(0) !important;
      opacity: 1 !important; }
    .auto .jcw .model-comparison .state-select > span, .auto .jcw .model-comparison .state-select > p,
    .auto .jcw .model-comparison .state-default > span,
    .auto .jcw .model-comparison .state-default > p {
      color: #fff; }
  .auto .jcw .model-comparison .model-compare .mc-item .state-model {
    background: #1D1D1D !important;
    border-color: #1D1D1D !important; }
    .auto .jcw .model-comparison .model-compare .mc-item .state-model .close-model {
      filter: invert(1);
      display: block !important; }
    .auto .jcw .model-comparison .model-compare .mc-item .state-model *:not(.popover *) {
      color: #fff !important; }
    .auto .jcw .model-comparison .model-compare .mc-item .state-model .sm-inner .difference-highlight {
      background-color: #808080 !important; }
    .auto .jcw .model-comparison .model-compare .mc-item .state-model .sm-inner .feature-icon, .auto .jcw .model-comparison .model-compare .mc-item .state-model .sm-inner .offers-info {
      filter: invert(1); }
    .auto .jcw .model-comparison .model-compare .mc-item .state-model .sm-inner .model-starting:before {
      background: #fff !important; }
    .auto .jcw .model-comparison .model-compare .mc-item .state-model .sm-inner .card-group:before {
      background: #000 !important; }
    .auto .jcw .model-comparison .model-compare .mc-item .state-model .sm-inner .top-features .tf-list p:nth-child(odd) {
      background: #1D1D1D !important; }
  .auto .jcw .model-comparison .btn.btn-primary {
    background-color: #A70D19; }
  .auto .jcw .template-column {
    text-align: center;
    padding: 20px;
    max-width: 1400px;
    margin: 60px auto 0; }
    .auto .jcw .template-column > h1 {
      margin: 0px auto 20px; }
      .auto .jcw .template-column > h1 small {
        margin: 0px auto 15px;
        display: block;
        font-size: 25px;
        line-height: 1;
        color: #fff; }
    .auto .jcw .template-column > p {
      max-width: 850px;
      margin: 0px auto; }
    .auto .jcw .template-column .header-banner {
      margin: 50px auto 80px; }
    .auto .jcw .template-column .tc-two {
      display: flex;
      grid-gap: 0 5%;
      align-items: center;
      margin: 0px auto 60px; }
      @media (max-width: 768px) {
        .auto .jcw .template-column .tc-two {
          flex-direction: column; } }
      .auto .jcw .template-column .tc-two:nth-child(even) {
        flex-direction: row-reverse; }
        @media (max-width: 768px) {
          .auto .jcw .template-column .tc-two:nth-child(even) {
            flex-direction: column; } }
      .auto .jcw .template-column .tc-two > div {
        width: 60%; }
        @media (max-width: 768px) {
          .auto .jcw .template-column .tc-two > div {
            width: 100%; } }
        .auto .jcw .template-column .tc-two > div:last-child {
          width: 40%; }
          @media (max-width: 768px) {
            .auto .jcw .template-column .tc-two > div:last-child {
              width: 100%; } }
        .auto .jcw .template-column .tc-two > div img {
          width: 100%; }
        .auto .jcw .template-column .tc-two > div p {
          font-size: 18px;
          line-height: 1.3;
          text-align: left; }
          @media (max-width: 768px) {
            .auto .jcw .template-column .tc-two > div p {
              margin-top: 30px; } }
          .auto .jcw .template-column .tc-two > div p strong {
            font-family: "mini_serif-bold", serif;
            font-size: 25px;
            line-height: 1;
            display: block;
            margin: 0 auto 16px; }
          .auto .jcw .template-column .tc-two > div p .sans-legal {
            display: block;
            margin-top: 20px; }
    .auto .jcw .template-column.daredevil .header-banner {
      margin: 30px auto 50px; }
    .auto .jcw .template-column.daredevil .dd-lineup-title {
      font-family: "mini_serif-bold", serif;
      font-size: 60px;
      line-height: 1;
      margin: 100px auto 50px; }
    .auto .jcw .template-column.daredevil .dd-lineup-fg {
      display: flex;
      grid-gap: 20px;
      text-align: left;
      margin: 0px auto 100px; }
      @media (max-width: 768px) {
        .auto .jcw .template-column.daredevil .dd-lineup-fg {
          flex-direction: column; } }
      .auto .jcw .template-column.daredevil .dd-lineup-fg > div {
        background: #1D1D1D;
        padding: 40px 20px;
        width: 100%; }
        .auto .jcw .template-column.daredevil .dd-lineup-fg > div img {
          margin: 0px auto; }
        .auto .jcw .template-column.daredevil .dd-lineup-fg > div h4 {
          margin: 40px auto 10px;
          line-height: 1.2; }
        .auto .jcw .template-column.daredevil .dd-lineup-fg > div .auto-btn {
          margin-top: 30px;
          border: 1px solid #fff !important; }
  .auto .jcw .design {
    max-width: 1400px;
    padding: 0px 20px;
    margin: 0px auto; }
    .auto .jcw .design > h1 {
      margin: 0px auto 20px;
      text-align: center; }
      .auto .jcw .design > h1 small {
        margin: 0px auto 15px;
        display: block;
        font-size: 25px;
        line-height: 1;
        color: #fff; }
    .auto .jcw .design > p {
      text-align: center;
      max-width: 800px;
      margin: 0px auto; }
    .auto .jcw .design .design-carousel {
      margin: 60px auto 0; }
      .auto .jcw .design .design-carousel .dc-item {
        background: #1D1D1D;
        margin: 0px 8px; }
        .auto .jcw .design .design-carousel .dc-item img {
          width: 100%; }
        .auto .jcw .design .design-carousel .dc-item p {
          padding: 40px 40px 50px; }
          .auto .jcw .design .design-carousel .dc-item p strong {
            display: block;
            margin: 0px auto 15px;
            font-family: "mini_serif-bold", serif;
            font-size: 25px;
            line-height: 1.1; }
      .auto .jcw .design .design-carousel .slick-arrow {
        z-index: 1;
        position: absolute;
        top: calc(62% - 60px);
        left: 104%;
        width: 60px;
        height: 60px;
        border-radius: 50%; }
        @media (max-width: 1620px) {
          .auto .jcw .design .design-carousel .slick-arrow {
            display: none !important; } }
        .auto .jcw .design .design-carousel .slick-arrow.slick-prev {
          transform: rotate(-180deg);
          left: -8%; }
  .auto .jcw .heritage {
    max-width: 1400px;
    padding: 0px 20px 140px;
    margin: 60px auto 0; }
    .auto .jcw .heritage > h1 {
      margin: 0px auto 20px;
      text-align: center; }
      .auto .jcw .heritage > h1 small {
        margin: 0px auto 15px;
        display: block;
        font-size: 25px;
        line-height: 1;
        color: #fff; }
    .auto .jcw .heritage > p {
      text-align: center;
      max-width: 650px;
      margin: 0px auto; }
    .auto .jcw .heritage .heritage-banner {
      width: 100%;
      max-height: 500px;
      object-fit: cover;
      margin: 50px auto 0; }
    .auto .jcw .heritage .heritage-module {
      background: #1D1D1D;
      padding: 35px 40px 50px; }
      .auto .jcw .heritage .heritage-module .hm-nav {
        position: relative;
        display: flex;
        grid-gap: 0px 20px;
        padding-bottom: 40px;
        margin-bottom: 20px;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        white-space: nowrap; }
        @media (max-width: 768px) {
          .auto .jcw .heritage .heritage-module .hm-nav {
            grid-gap: 0px 10px; } }
        .auto .jcw .heritage .heritage-module .hm-nav:before {
          content: ' ';
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100px;
          height: 2px;
          background: #fff; }
        .auto .jcw .heritage .heritage-module .hm-nav > span {
          cursor: pointer;
          font-family: "mini_sans-medium", "arial", sans-serif;
          font-size: 14px;
          line-height: 1;
          padding: 14px 20px;
          border: 1px solid transparent;
          border-radius: 30px;
          transition: 250ms; }
          .auto .jcw .heritage .heritage-module .hm-nav > span.active {
            border-color: #fff; }
      .auto .jcw .heritage .heritage-module .hm-copy > p {
        display: none; }
        .auto .jcw .heritage .heritage-module .hm-copy > p.active {
          display: block; }

.auto footer.parent-container {
  margin-top: 0; }
