main #mainBlock > *:not(:first-child) {
  margin-bottom: 8rem;
}
main #mainBlock h2,
main #mainBlock h3 {
  text-align: center;
}
main #mainBlock .ctaSection {
  margin-top: 4rem;
}

@media screen and (max-aspect-ratio: 3/2) {
  .heroImageDiv > :first-child {
    height: 100%;
    width: auto;
  }
}
.headerRow {
  background: var(--color-gray) url(/wp-content/uploads/2025/09/off-roading-1920x1084-1.jpg) center top fixed;
  background-size: cover;
  min-height: calc(100vh - 2rem - 100px);
  position: relative;
}
.headerRow > * {
  position: relative;
  z-index: 2;
}
.headerRow::before {
  background: rgba(0, 0, 0, 0.45);
  content: "";
  display: block;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.headerRow .slideshowSection {
  height: calc(100% - 60px);
}
.headerRow .slideshowSection .slideshow {
  height: 100%;
}
.headerRow .slideshowSection .slideshow .flexslider,
.headerRow .slideshowSection .slideshow .flex-viewport,
.headerRow .slideshowSection .slideshow .slides,
.headerRow .slideshowSection .slideshow .slides li {
  height: inherit;
}
.headerRow .slideshowSection .slideshow .slides li {
  overflow: hidden;
}
.headerRow .mainContentSection {
  padding: 3rem 0;
  text-shadow: 1px 1px 1px black;
}
.headerRow .mainContentSection .contentBlock {
  height: 100%;
}
.headerRow .mainContentSection .contentBlock .contentSectionContent {
  align-items: center;
  color: white;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  text-align: center;
}
.headerRow .mainContentSection .contentBlock .contentSectionContent h2 {
  color: var(--color-yellow);
  font-size: 2rem;
  line-height: 1em;
  margin: 0 0 1rem;
  max-width: 725px;
}
.headerRow .mainContentSection .contentBlock .contentSectionContent h2 > :first-child {
  margin-bottom: 1rem;
}
.headerRow .mainContentSection .contentBlock .contentSectionContent h2 > :last-child {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 651px) {
  .headerRow .mainContentSection .contentBlock .contentSectionContent h2 {
    font-size: 2.5rem;
  }
  .headerRow .mainContentSection .contentBlock .contentSectionContent h2 > :last-child {
    flex-direction: row;
    gap: 0.5rem;
  }
}
.headerRow .mainContentSection .contentBlock .contentSectionContent p {
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0 0 1rem;
  max-width: 600px;
}
@media screen and (min-width: 651px) {
  .headerRow .mainContentSection .contentBlock .contentSectionContent p {
    font-size: 1.5rem;
  }
}
.headerRow .mainContentSection .contentBlock .contentSectionContent .ctaContainer {
  color: white;
  margin: 0 0 1rem;
}
.headerRow .mainContentSection .contentBlock .contentSectionContent .guarantee {
  font-size: 1.25rem;
  margin: 0 0 1rem;
  text-transform: uppercase;
}
@media screen and (min-width: 651px) {
  .headerRow .mainContentSection {
    height: calc(100vh - 2rem - 100px - 3rem);
    inset: 0;
    padding: 0;
    position: absolute;
    z-index: 2;
  }
}
@media screen and (max-aspect-ratio: 61/38) {
  .headerRow .slideshowSection .slideshow .slides li {
    /*centers image else left justified*/
  }
  .headerRow .slideshowSection .slideshow .slides li picture {
    display: flex;
    height: 100%;
  }
  .headerRow .slideshowSection .slideshow .slides li picture img {
    height: 100%;
    width: auto;
  }
  .headerRow .slideshowSection .slideshow .slides li:nth-child(2) picture, .headerRow .slideshowSection .slideshow .slides li:nth-child(3) picture {
    justify-content: center;
  }
}
@media screen and (min-aspect-ratio: 61/38) {
  .headerRow .slideshowSection .slideshow .slides li {
    /*To posistion image, picture has to be absolute, height auto, and then top:50%; transformY(-50%) to center, and bottom:0 for bottom*/
  }
  .headerRow .slideshowSection .slideshow .slides li picture {
    position: absolute;
  }
  .headerRow .slideshowSection .slideshow .slides li picture.bottom {
    bottom: 0;
  }
  .headerRow .slideshowSection .slideshow .slides li picture.center {
    top: 50%;
    transform: translateY(-50%);
  }
}
.headerRow .slideshowSection .slideshowCaption {
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  inset: 0;
  transform: none;
}
.headerRow .slideshowSection .slideshowCaption .slideshowCaptionBlock {
  align-items: center;
  box-sizing: border-box;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin: auto;
  /*max-width: 600px;*/
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65), 0 0 12px rgba(0, 0, 0, 0.65);
  font-size: 1.5rem;
  text-align: center;
  /*custom position*/
  justify-content: end;
  padding-bottom: 1rem;
  /*custom styles*/
  /*end custom styles*/
}
.headerRow .slideshowSection .slideshowCaption .slideshowCaptionBlock > * {
  margin: 0 0 1rem;
}
.headerRow .slideshowSection .slideshowCaption .slideshowCaptionBlock h1, .headerRow .slideshowSection .slideshowCaption .slideshowCaptionBlock h2 {
  color: white;
}
.headerRow .slideshowSection .slideshowCaption .slideshowCaptionBlock p > span:first-child {
  font-style: italic;
  font-weight: 700;
}
.headerRow .slideshowSection .slideshowCaption .slideshowCaptionBlock .slogan span {
  font-weight: 700;
}
.headerRow .planPathSection {
  background: var(--color-black);
  color: white;
  padding: 0.1px;
}
.headerRow .planPathSection ol {
  font-size: 1.2rem;
}
.headerRow .planPathSection ol li {
  margin: 0;
}
@media screen and (min-width: 651px) {
  .headerRow .planPathSection {
    inset: auto 0 0;
    position: absolute;
    z-index: 4;
  }
  .headerRow .planPathSection ol {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    list-style-position: inside;
    margin: 1rem 0;
    padding: 0;
  }
  .headerRow .planPathSection ol > li {
    text-align: center;
  }
}

.vehicleCards {
  flex-wrap: wrap !important;
  gap: 2rem;
  margin: 2rem 0 !important;
}
.vehicleCards .vehicleCard {
  cursor: pointer;
  flex: none !important;
  position: relative;
}
.vehicleCards .vehicleCard::before {
  background-color: var(--background-overlay-dark);
  content: "";
  inset: 0;
  position: absolute;
  transition: all 0.3s ease-out;
  width: 100%;
  z-index: 1;
}
.vehicleCards .vehicleCard figure {
  height: auto;
  margin: 0;
  width: 100%;
}
.vehicleCards .vehicleCard figure:last-child {
  inset: 50% auto auto 50%;
  max-width: 250px;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out;
  width: 65%;
  z-index: 2;
}
.vehicleCards .vehicleCard:hover::before {
  background-color: var(--background-overlay-light);
  content: "";
  inset: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.vehicleCards .vehicleCard:hover figure:last-child {
  transform: translate(-50%, -50%) scale(1.1);
}
@media screen and (min-width: 651px) and (max-width: 1365px) {
  .vehicleCards .vehicleCard {
    width: calc(50% - 1rem) !important;
  }
}
@media screen and (min-width: 1366px) {
  .vehicleCards .vehicleCard {
    width: calc(25% - 1.5rem) !important;
  }
}
/*# sourceMappingURL=header.css.map */