/* Home page America 250 visual refresh */

.rebuilt-hero {
  background-image:
    linear-gradient(90deg, rgba(0, 20, 48, .82) 0%, rgba(0, 31, 70, .34) 42%, rgba(0, 20, 48, .06) 100%),
    url("/assets/img/heroes/home-july250.png") !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.rebuilt-hero h1 {
  max-width: 720px !important;
  text-shadow: 0 5px 22px rgba(0,0,0,.65) !important;
}

.rebuilt-hero p {
  max-width: 620px !important;
  text-shadow: 0 4px 18px rgba(0,0,0,.65) !important;
}

.rebuilt-hero .btn.orange {
  background: #ff7a00 !important;
  border-color: #ff7a00 !important;
}

.rebuilt-hero .btn.ghost {
  background: rgba(0, 20, 48, .35) !important;
  border-color: rgba(255,255,255,.75) !important;
  backdrop-filter: blur(4px);
}

@media (max-width: 760px) {
  .rebuilt-hero {
    background-position: center center !important;
  }

  .rebuilt-hero h1 {
    font-size: 42px !important;
  }
}
