@import url("https://fixedopsdigital.s3.amazonaws.com/fod/production/css/lexus/dealereprocess/lexus.css");
@import url("https://fixedopsdigital.s3.amazonaws.com/fod/production/css/DS-SEO/3.0/Main/DEP/DEP_Main.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css");
@import url("https://fixedopsdigital.s3.amazonaws.com/fod/production/css/DS-SEO/3.0/Main/FOD_Sections/FOD_Sections.css");
/* STYLING */
hr.white-line {
  margin: 1rem auto;
  border-top: 2px solid white;
  width: 50%;
  text-align: center;
  opacity: 1;
}

hr.black-line {
  margin: 1rem auto;
  border-top: 2px solid black;
  width: 25%;
  text-align: center;
  opacity: 1;
}

hr.dotted {
  border: 2px #bebebe dotted;
  width: 90%;
}

a {
  color: #676767;
  text-decoration: underline;
}

a:hover {
  color: #3f3f3f;
}

/* STYLING */
/* PAGE HEADER */
.fod-header.lexus h1 {
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .fod-header.lexus h1 {
    font-size: 5vw;
  }
}

.fod-header.lexus p {
  font-size: inherit;
  color: #fff;
  text-align: center;
}

.fod-header.lexus .fod-col {
  padding-left: 0;
}

.fod-header .header-overlay.dark {
  background: linear-gradient(
    -90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.9) 50%
  );
}

@media screen and (max-width: 640px) {
  .fod-header .header-overlay.dark {
    padding: 6% 8%;
    background: #000000c7;
  }
}

@media screen and (max-width: 640px) {
  .fod-header .header-overlay.light {
    padding: 6% 8%;
  }
}

.fod-header .header-overlay .header-text {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .fod-header .header-overlay .header-text {
    width: 100%;
  }
}

/* PAGE HEADER */
/* NAVBAR CSS */
.navbar.fod-navbar-default {
  height: unset !important;
}

.navbar.fod-navbar-default.lexus {
  background-color: black !important;
  color: white;
}

.navbar.fod-navbar-default.lexus .nav.fod-navbar-nav a {
  float: left;
  display: block;
  text-align: center;
  padding: 22px 20px 22px 20px !important;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 17px;
  border-bottom: unset;
  color: white;
}

.navbar.fod-navbar-default.lexus .nav.fod-navbar-nav a:hover {
  color: black !important;
  background-color: white !important;
}

.navbar.fod-navbar-default.lexus .nav.fod-navbar-nav a:focus {
  background-color: #000;
}

@media only screen and (max-width: 640px) {
  .navbar.fod-navbar-default.lexus .nav.fod-navbar-nav a {
    font-size: 10px;
    padding: 14px 0px 14px 10px !important;
  }
}

.navbar.fod-navbar-default.lexus .nav.fod-navbar-nav a.fod-navbar-button {
  border-radius: unset;
  background-color: black !important;
  color: white !important;
  border: solid 2px white;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 20px 15px 20px !important;
  margin-bottom: 5px;
  margin-top: 5px !important;
}

.navbar.fod-navbar-default.lexus .nav.fod-navbar-nav a.fod-navbar-button:hover {
  background-color: white !important;
  color: #000 !important;
  border: solid 2px white;
}

@media only screen and (max-width: 640px) {
  .navbar.fod-navbar-default.lexus .nav.fod-navbar-nav a.fod-navbar-button {
    padding: 10px 10px 10px 10px !important;
    margin-bottom: 2px;
    margin-top: 2px !important;
    margin-right: 0;
  }
}

/* NAVBAR */
/* CONTENT CONTAINERS */
.fod-full-width-container.light-lexus {
  color: black;
  background-color: #eee !important;
}

.fod-full-width-container.dark-lexus {
  color: white;
  background-color: black !important;
}

.fod-center {
  text-align: center;
}

/* CONTENT CONTAINERS */
/* SPLIT HEADING */
h2.lexus.pt-1 {
  font-size: 1.6em !important;
  font-weight: 500 !important;
  padding-top: unset !important;
}

h2.lexus.pt-2 {
  font-size: 2em !important;
  font-weight: 600 !important;
  padding-top: unset !important;
}

h3.lexus.pt-1 {
  font-size: 1.3em !important;
  font-weight: 500 !important;
  padding-top: unset !important;
}

h3.lexus.pt-2 {
  font-size: 1.6em !important;
  font-weight: 600 !important;
  padding-top: unset !important;
}

/* SPLIT HEADING */
/* BUTTONS */
.btn.button-primary {
  margin-top: 10px;
  margin-bottom: 20px;
}

.btn.button-primary.lexus {
  color: #fff;
  background-color: #000;
  border: 2px #000 solid;
  border-radius: unset;
  text-transform: uppercase;
}

.btn.button-primary.lexus:hover {
  background-color: transparent;
  border: 2px #000 solid;
  color: #000;
}

.btn.button-secondary {
  margin-top: 10px;
  margin-bottom: 20px;
}

.btn.button-secondary.lexus {
  color: #000;
  background-color: #fff;
  border: 2px #000 solid;
  border-radius: unset;
  text-transform: uppercase;
  padding: 1.5vh 2rem;
}

.btn.button-secondary.lexus:hover {
  background-color: #000;
  border: 2px #000 solid;
  color: #fff;
}

a.fod-card-link.lexus {
  font-weight: bold;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
  border: solid 2px;
  border-bottom: solid 2px;
  color: #000;
  padding: 4px 8px;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 20px;
}

.header-button {
  margin-top: 0 !important;
  background-color: #fff !important;
  color: #000 !important;
  border: 2px #fff solid !important;
}

.header-button:hover {
  background-color: #000 !important;
  border: 2px #000 solid !important;
  color: #fff !important;
}

@media only screen and (min-width: 640px) {
  .header-button {
    display: none !important;
  }
}

/* BUTTONS */
/* BACKGROUND SECTION */
.fod-section p,
.fod-section li,
.fod-section span {
  font-size: 15px;
}

.fod-section .fod-row {
  align-items: center;
}

.fod-section.fod-bg {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 30em;
}

@media only screen and (max-width: 780px) {
  .fod-section.fod-bg {
    overflow-y: unset;
    overflow-x: unset;
    max-height: unset;
  }
}

.fod-section.fod-bg.lexus .fod-overlay {
  padding: 2em 0em;
}

@media only screen and (max-width: 640px) {
  .fod-section.fod-bg.lexus .fod-overlay {
    padding: 0em 0em;
  }
}

.fod-section.fod-bg.lexus .fod-overlay.dark {
  background: linear-gradient(
    to right,
    #171717 1%,
    #151515 40%,
    rgba(0, 0, 0, 0.81) 60%,
    rgba(0, 0, 0, 0) 80%,
    rgba(0, 0, 0, 0) 100%
  );
}

.fod-section.fod-bg.lexus .fod-overlay.dark h1,
.fod-section.fod-bg.lexus .fod-overlay.dark h2,
.fod-section.fod-bg.lexus .fod-overlay.dark h3,
.fod-section.fod-bg.lexus .fod-overlay.dark h4,
.fod-section.fod-bg.lexus .fod-overlay.dark h5,
.fod-section.fod-bg.lexus .fod-overlay.dark h5 {
  color: white;
}

.fod-section.fod-bg.lexus .fod-overlay.dark p,
.fod-section.fod-bg.lexus .fod-overlay.dark li,
.fod-section.fod-bg.lexus .fod-overlay.dark span {
  color: white;
}

.fod-section.fod-bg.lexus .fod-overlay.light {
  background: linear-gradient(90deg, white, transparent);
}

@media only screen and (max-width: 640px) {
  .fod-section.fod-bg.lexus .fod-overlay.light {
    background: #ffffffa2;
  }
}

.fod-section.fod-bg.lexus .fod-overlay.light h1,
.fod-section.fod-bg.lexus .fod-overlay.light h2,
.fod-section.fod-bg.lexus .fod-overlay.light h3,
.fod-section.fod-bg.lexus .fod-overlay.light h4,
.fod-section.fod-bg.lexus .fod-overlay.light h5,
.fod-section.fod-bg.lexus .fod-overlay.light h5 {
  color: black;
}

.fod-section.fod-bg.lexus .fod-overlay.light p,
.fod-section.fod-bg.lexus .fod-overlay.light li,
.fod-section.fod-bg.lexus .fod-overlay.light span {
  color: black;
}

@media only screen and (max-width: 880px) {
  .fod-section.fod-bg.lexus .fod-overlay {
    flex-basis: 100%;
  }
}

@media only screen and (max-width: 880px) {
  .fod-section.fod-bg.lexus .fod-overlay {
    flex-basis: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .fod-section.lexus .fod-col .fod-content {
    padding: 1em 1em !important;
  }
}

.fod-section.lexus .fod-col .fod-content.left {
  padding-left: 12vw;
}

@media only screen and (max-width: 640px) {
  .fod-section.lexus .fod-col .fod-content.left {
    padding-left: 0%;
  }
}

.fod-section.lexus .fod-col .fod-content.right {
  padding-right: 12vw;
}

@media only screen and (max-width: 640px) {
  .fod-section.lexus .fod-col .fod-content.right {
    padding-right: 0%;
  }
}

.fod-section.lexus .fod-col.bg-img img {
  max-height: 30em;
}

.fod-section.lexus .fod-heading {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1% 2%;
  position: relative;
  flex-direction: column;
}

.fod-section.lexus .fod-heading h1,
.fod-section.lexus .fod-heading h2,
.fod-section.lexus .fod-heading h3 {
  text-transform: uppercase;
  margin-top: 5px !important;
  margin-bottom: 10px !important;
}

.fod-section.lexus .fod-heading h1:after,
.fod-section.lexus .fod-heading h2:after,
.fod-section.lexus .fod-heading h3:after {
  content: "";
  height: 2px;
  width: 60%;
  background-color: black;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
}

.fod-section.lexus .fod-heading h1:before,
.fod-section.lexus .fod-heading h2:before,
.fod-section.lexus .fod-heading h3:before {
  content: "";
  height: 2px;
  width: 60%;
  background-color: black;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

.fod-section.lexus .fod-heading h4,
.fod-section.lexus .fod-heading h5 {
  margin-top: 20px !important;
  margin-bottom: 5px !important;
}

.fod-section.lexus.dark {
  background-color: #000;
}

@media only screen and (max-width: 640px) {
  .fod-section.lexus.dark {
    max-height: unset;
  }
}

.fod-section.lexus.dark h1,
.fod-section.lexus.dark h2,
.fod-section.lexus.dark h3,
.fod-section.lexus.dark h4,
.fod-section.lexus.dark h5,
.fod-section.lexus.dark h5 {
  color: white;
}

.fod-section.lexus.dark p,
.fod-section.lexus.dark li,
.fod-section.lexus.dark span {
  color: white;
}

.fod-section.lexus.dark p a,
.fod-section.lexus.dark li a {
  color: #eee;
  text-decoration: underline;
}

.fod-section.lexus.dark p a:hover,
.fod-section.lexus.dark li a:hover {
  color: #333;
}

.fod-section.lexus.dark .fod-check-list li:before {
  border-color: #fff;
}

.fod-section.lexus.light {
  background-color: #eee;
}

.fod-section.lexus.light h1,
.fod-section.lexus.light h2,
.fod-section.lexus.light h3,
.fod-section.lexus.light h4,
.fod-section.lexus.light h5,
.fod-section.lexus.light h5 {
  color: #333;
}

.fod-section.lexus.light p,
.fod-section.lexus.light li,
.fod-section.lexus.light span {
  color: #333;
}

.fod-section.lexus.light .fod-check-list li:before {
  border-color: #333;
}

.fod-section.lexus .fod-card.primary {
  background-color: #000;
}

.fod-section.lexus .fod-card.primary h1,
.fod-section.lexus .fod-card.primary h2,
.fod-section.lexus .fod-card.primary h3,
.fod-section.lexus .fod-card.primary h4,
.fod-section.lexus .fod-card.primary h5,
.fod-section.lexus .fod-card.primary h5 {
  color: white;
  margin-top: unset;
}

.fod-section.lexus .fod-card.primary p,
.fod-section.lexus .fod-card.primary li,
.fod-section.lexus .fod-card.primary span {
  color: white;
  margin-bottom: unset;
}

.fod-section.lexus .fod-card.primary p a,
.fod-section.lexus .fod-card.primary li a {
  color: #eee;
  text-decoration: underline;
}

.fod-section.lexus .fod-card.primary p a:hover,
.fod-section.lexus .fod-card.primary li a:hover {
  color: #333;
}

.fod-section.lexus .fod-card .fod-check-list li {
  padding-left: 2.5rem;
}

.fod-section.lexus .fod-card .fod-check-list li:before {
  border-color: #fff;
}

.fod-section.lexus .fod-card.secondary {
  background-color: #333;
}

.fod-section.lexus .fod-card.secondary h1,
.fod-section.lexus .fod-card.secondary h2,
.fod-section.lexus .fod-card.secondary h3,
.fod-section.lexus .fod-card.secondary h4,
.fod-section.lexus .fod-card.secondary h5,
.fod-section.lexus .fod-card.secondary h5 {
  color: white;
  margin-top: unset;
}

.fod-section.lexus .fod-card.secondary p,
.fod-section.lexus .fod-card.secondary li,
.fod-section.lexus .fod-card.secondary span {
  color: white;
  margin-bottom: unset;
}

.fod-section.lexus .fod-card.secondary p a,
.fod-section.lexus .fod-card.secondary li a {
  color: #eee;
  text-decoration: underline;
}

.fod-section.lexus .fod-card.secondary p a:hover,
.fod-section.lexus .fod-card.secondary li a:hover {
  color: #333;
}

.fod-section.lexus .fod-card.secondary .fod-check-list li:before {
  border-color: #fff;
}

/* BACKGROUND SECTION */
/* CONTENT ACCORDION */
.fod-section.fod-accordion {
  padding: 25px 10px;
}

.fod-section.fod-accordion .fod-ac-label {
  font-weight: 800;
  text-transform: uppercase;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  background-color: #fff;
}

/* CONTENT ACCORDION */
/* CHECKMARK LIST */
.fod-check-list {
  padding-left: 1.5rem;
}

.fod-check-list li {
  padding-left: 2.5rem;
}

/* CHECKMARK LIST */
/* ICONS */
.fod-icon.lexus {
  max-width: 100px;
}

/* ICONS */

/* GRADIENT TITLE */
.fod-header .gradient-yellow {
  background: linear-gradient(45deg, #ffffff, #ffe079);
}

.fod-header .gradient-green {
  background: linear-gradient(45deg, #ffffff, #2a9721);
}

.fod-header .gradient-gold {
  background: linear-gradient(45deg, #ffffff, #E5AC27);
}

.fod-header .gradient-blue {
  background: linear-gradient(45deg, #ffffff, #A2BFEF);
}

.fod-header .gradient-red {
  background: linear-gradient(45deg, #ffffff, #E09390);
}

.fod-header #fod-top-title {
  background-size: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 60px;
}

@media screen and (max-width: 480px) {
  .fod-header #fod-top-title {
    font-size: 50px !important;
  }
}