@import url("https://fixedopsdigital.s3.amazonaws.com/fod/production/css/toyota/DealereProcess/toyota.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");
/* PAGE HEADER */
.fod-header.toyota .header-overlay {
  text-align: left;
}

.fod-header.toyota .header-overlay h1,
.fod-header.toyota .header-overlay h2 {
  font-size: 40px;
  text-transform: uppercase;
  text-align: center !important;
}

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

.fod-header.toyota .header-overlay p {
  font-size: inherit;
  color: #fff;
  text-align: center !important;
}

.fod-header.toyota .header-overlay.dark {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.fod-header.toyota .header-overlay.dark h1,
.fod-header.toyota .header-overlay.dark h2 {
  color: white;
  text-align: left !important;
  width: 50%;
}

@media screen and (max-width: 640px) {
  .fod-header.toyota .header-overlay.dark h1,
.fod-header.toyota .header-overlay.dark h2 {
    width: 100%;
  }
}

.fod-header.toyota .header-overlay.dark p {
  color: white;
  text-align: left !important;
  width: 50%;
}

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

.fod-header.toyota .header-overlay.light {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
}

.fod-header.toyota .header-overlay.light h1,
.fod-header.toyota .header-overlay.light h2 {
  color: black;
  text-align: left !important;
  width: 50%;
}

@media screen and (max-width: 640px) {
  .fod-header.toyota .header-overlay.light h1,
.fod-header.toyota .header-overlay.light h2 {
    width: 100%;
  }
}

.fod-header.toyota .header-overlay.light p {
  color: black;
  text-align: left !important;
  width: 50%;
}

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

/* PAGE HEADER */
/* NAVBAR CSS */
.navbar.fod-navbar-default.toyota {
  background-color: #eee !important;
  color: black;
}

.navbar.fod-navbar-default.toyota .nav.fod-navbar-nav {
  display: flex;
  flex-direction: row;
}

.navbar.fod-navbar-default.toyota .nav.fod-navbar-nav a {
  float: left;
  display: block;
  text-align: center;
  padding: 16px 20px 16px 20px !important;
  text-decoration: none;
  font-size: 17px;
  border-bottom: none;
  color: #000;
  background-color: #eee !important;
}

.navbar.fod-navbar-default.toyota .nav.fod-navbar-nav a:hover {
  color: #eb1f1e !important;
  background-color: #ffffff !important;
}

.navbar.fod-navbar-default.toyota .nav.fod-navbar-nav a:focus {
  background-color: #eee !important;
}

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

.navbar.fod-navbar-default.toyota .nav.fod-navbar-nav a.fod-navbar-button {
  border-radius: unset;
  background-color: #eb1f1e !important;
  color: #fff !important;
  text-transform: unset;
  text-align: center;
  padding: 16px 20px 16px 20px !important;
  border: none;
}

.navbar.fod-navbar-default.toyota .nav.fod-navbar-nav a.fod-navbar-button:hover {
  background-color: #ba0818 !important;
  color: #fff !important;
}

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

.navbar.fod-navbar-default.toyota .nav.fod-navbar-nav .dropdown .dropdown-menu {
  background-color: #eeeeee !important;
}

.navbar.fod-navbar-default.toyota .nav.fod-navbar-nav .dropdown .dropdown-menu a {
  color: black !important;
  background-color: #eeeeee !important;
  font-size: 17px !important;
  padding: 10px !important;
}

.navbar.fod-navbar-default.toyota .nav.fod-navbar-nav .dropdown .dropdown-menu a:hover {
  color: white !important;
  background-color: #eb1f1e !important;
}

@media only screen and (max-width: 1024px) {
  ul.nav.fod-navbar-nav {
    display: flex !important;
  }
}

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

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

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

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

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

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

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

/* SPLIT HEADING */
/* BUTTONS */
.btn.button-primary.toyota {
  color: white;
  background-color: #eb1f1e;
  padding: 0.8em 2em;
  border-radius: 0px;
  border: none !important;
}

.btn.button-primary.toyota:hover {
  background-color: #ba0818;
}

.btn.button-secondary.toyota {
  color: white !important;
  background-color: #000 !important;
  padding: 0.8em 2em;
  border-radius: 0px;
  border: none !important;
}

.btn.button-secondary.toyota:hover {
  background-color: white !important;
  color: black !important;
}

a.fod-card-link.toyota {
  font-weight: bold;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
  background-color: #eb1f1e;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 5px;
}

a.fod-card-link.toyota:hover {
  background-color: #ba0818;
  color: #fff;
}

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

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

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

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

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

.fod-section.fod-bg.toyota .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%);
}

@media only screen and (max-width: 640px) {
  .fod-section.fod-bg.toyota .fod-overlay.dark {
    background: #2a2a2aa2;
  }
}

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

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

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

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

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

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

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

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

.fod-section.toyota .fod-col .fod-content.left {
  padding-left: 5vw;
}

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

.fod-section.toyota .fod-col .fod-content.right {
  padding-right: 5vw;
}

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

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

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

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

@media only screen and (max-width: 640px) {
  .fod-section.toyota .fod-heading {
    padding: 1em 1em;
  }
}

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

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

.fod-section.toyota.dark {
  background-color: #262626;
}

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

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

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

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

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

.fod-section.toyota.dark p .button, .fod-section.toyota.dark p .fod-card-link {
  text-decoration: none;
}

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

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

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

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

.fod-section.toyota.light .fod-check-list li {
  padding-left: 1.5rem !important;
}

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

.fod-section.toyota .fod-card .fod-content h1,
.fod-section.toyota .fod-card .fod-content h2,
.fod-section.toyota .fod-card .fod-content h3,
.fod-section.toyota .fod-card .fod-content h4,
.fod-section.toyota .fod-card .fod-content h5,
.fod-section.toyota .fod-card .fod-content h5 {
  text-transform: uppercase;
}

.fod-section.toyota .fod-card.primary {
  background-color: #eb0a1e;
}

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

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

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

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

.fod-section.toyota .fod-card.primary p .button, .fod-section.toyota .fod-card.primary p .fod-card-link {
  text-decoration: none;
}

.fod-section.toyota .fod-card.primary a.fod-card-link.toyota {
  background-color: black;
  color: white;
}

.fod-section.toyota .fod-card.primary a.fod-card-link.toyota:hover {
  background-color: #333;
}

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

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

.fod-section.toyota .fod-card.secondary {
  background-color: #262626;
}

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

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

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

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

.fod-section.toyota .fod-card.secondary p .button, .fod-section.toyota .fod-card.secondary p .fod-card-link {
  text-decoration: none;
}

.fod-section.toyota .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.toyota .fod-ac-label {
  font-weight: 800;
  text-transform: uppercase;
  border: solid 1px #000;
  background-color: #fafafa;
  border-radius: 5px 5px 5px 5px;
  margin-bottom: -1px;
  font-size: 20px;
}

.fod-section.fod-accordion.toyota .fod-ac-label:hover {
  background-color: #c6c6c6;
}

.fod-section.fod-accordion.toyota .fod-ac-label:hover:after {
  background-color: transparent;
}

.fod-section.fod-accordion.toyota .fod-ac-label:after {
  background-color: transparent;
}

.fod-section.fod-accordion.toyota .fod-ac-input:checked + label {
  border-radius: 5px 5px 0px 0px;
  background-color: #fafafa;
  font-size: 20px;
}

.fod-section.fod-accordion.toyota .fod-ac-input:checked ~ .fod-ac-text {
  border: solid 1px #000;
  border-radius: 0px 0px 5px 5px;
  background-color: #fff;
  padding: 15px;
}

.fod-section.fod-accordion.toyota .fod-ac-input:checked ~ .fod-ac-text p {
  color: #000 !important;
}

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

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

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

/* ICONS */
