/* Request Financing contrast correction */
.inner-hero-copy .eyebrow.light {
  color: #fff !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.inner-hero-copy h1 {
  color: #fff !important;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.34);
}

@media (max-width: 760px) {
  .inner-hero-copy .eyebrow.light {
    color: #fff !important;
  }
}

/* Slightly larger Stone Oak header logo */
.header-inner {
  min-height: 104px;
}

.brand {
  width: 312px;
}

.brand img {
  height: 82px;
}

@media (max-width: 1120px) {
  .brand {
    width: 232px;
  }

  .brand img {
    height: 68px;
  }
}

@media (max-width: 1440px) and (min-width: 981px) {
  .brand {
    width: 270px;
  }

  .brand img {
    height: 78px;
  }
}

@media (max-width: 680px) {
  .header-inner {
    min-height: 88px;
  }

  .brand {
    width: 238px;
  }

  .brand img {
    height: 69px;
  }
}
