@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.acura .header-overlay {
  padding: 5% 4%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar.fod-navbar-default.acura .nav.fod-navbar-nav a:hover {
  color: #e82c2b !important;
}

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

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

.navbar.fod-navbar-default.acura .nav.fod-navbar-nav a.fod-navbar-button {
  border-radius: unset;
  background-color: #e82c2b !important;
  color: #fff !important;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 20px 15px 20px !important;
}

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

@media only screen and (max-width: 640px) {
  .navbar.fod-navbar-default.acura .nav.fod-navbar-nav a.fod-navbar-button {
    display: none;
  }
}

.navbar.fod-navbar-default.acura .nav.fod-navbar-nav .dropdown .dropdown-menu {
  background-color: black !important;
}

.navbar.fod-navbar-default.acura .nav.fod-navbar-nav .dropdown .dropdown-menu a {
  color: white !important;
  background-color: black !important;
}

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

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

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

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

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

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

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

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

/* SPLIT HEADING */
/* BUTTONS */
.btn.button-primary.acura {
  color: white;
  background-color: #e82c2b;
  padding: 0.8em 2em;
  border-radius: 0px;
  text-transform: uppercase;
}

.btn.button-primary.acura:hover {
  background-color: #bb1212;
}

.btn.button-secondary.acura {
  color: white;
  background-color: #333;
  padding: 0.8em 2em;
  border-radius: 0px;
  text-transform: uppercase;
}

.btn.button-secondary.acura:hover {
  background-color: white;
}

a.fod-card-link.acura {
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
  color: #e82c2b;
  padding: 4px 4px;
  display: inline-block;
  margin-top: 10px;
}

a.fod-card-link.acura:hover {
  color: #bb1212;
}

a.fod-card-link.acura .ddc-icon {
  color: #bb1212;
}

/* 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: 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.acura .fod-overlay {
  padding: 2em 0em;
}

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

.fod-section.fod-bg.acura .fod-overlay.dark {
  background: linear-gradient(to right, #000 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.acura .fod-overlay.dark {
    background: #000000a2;
  }
}

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

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

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

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

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

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

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

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

.fod-section.acura {
  background-color: #fff;
}

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

.fod-section.acura .fod-col .fod-content.left {
  padding-left: 2vw;
}

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

.fod-section.acura .fod-col .fod-content.right {
  padding-right: 2vw;
}

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

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

.fod-section.acura .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.acura .fod-heading {
    padding: 1em 1em;
  }
}

.fod-section.acura .fod-heading h1,
.fod-section.acura .fod-heading h2,
.fod-section.acura .fod-heading h3 {
  position: relative;
  padding-top: 10px;
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fod-section.acura .fod-card.primary a.fod-card-link.acura {
  color: #fff;
  text-decoration: none;
}

.fod-section.acura .fod-card.primary a.fod-card-link.acura:hover {
  color: #e82c2b;
}

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

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

.fod-section.acura .fod-card.secondary {
  background-color: #323232;
}

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

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

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

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

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

.fod-section.acura .fod-card.secondary a.acura {
  color: #fff;
  text-decoration: none;
}

.fod-section.acura .fod-card.secondary a.acura:hover {
  color: #e82c2b;
}

/* 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.acura {
  max-width: 120px;
}

/* ICONS */
