.hero {
  background-position: 30% 90%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 445px;
}

.hero-content {
  max-width: 1300px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem 2rem 1rem;
}

.hero-content h1 {
  font-size: 4.2rem;
  color: white;
  text-align: right;
}

.hero-search {
  width: 100%;
  max-width: 400px;
  background-color: #ffffff;
}

.hero-search-inner {
  border: solid 0 #cb2c30;
  border-top: solid 0.5rem #cb2c30;
  border-bottom: solid 0.1rem #c6cacc;
}

.hero-search-inner form {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.hero-search-inner input {
  flex: 1;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 28px 0 28px 20px;
  border: none;
}

.hero-search-inner button {
  cursor: pointer;
  display: block;
  background: white;
  border: none;
  color: #cb2c30;
  width: 80px;
}

.hero-search .quick-links-container {
  display: none;
}

.gov-cta {
  background: url('https://www.potawatomi.org/wp-content/themes/potawatomi/assets/dist/images/gov-pattern.png'),
    -webkit-gradient(linear, left top, left bottom, from(#bb1317), to(#ffa800));
  background: url('https://www.potawatomi.org/wp-content/themes/potawatomi/assets/dist/images/gov-pattern.png'),
    linear-gradient(180deg, #bb1317 0%, #ffa800 100%);
  background-position: center;
  text-align: center;
  color: #ffffff;
  padding: 4rem 2rem;
}

.gov-cta--content {
  max-width: 700px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}

.gov-cta--content .btn {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.info-card {
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .hero {
    height: 545px;
  }

  .hero-content {
    padding: 2rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 2rem;
  }

  .hero-content h1 {
    font-size: 6rem;
  }

  .hero-search .quick-links-container {
    display: block;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 1rem;
  }

  .hero-search .quick-links-container .widget-title,
  .hero-search .quick-links-container a {
    display: inline-block;
    font-size: 1.4rem !important;
    line-height: 1 !important;
    text-decoration: none;
  }

  .hero-search .quick-links-container .widget-title {
    margin-right: 0.5rem;
  }

  .hero-search .quick-links-container a::after {
    content: ',';
  }

  .hero-search .quick-links-container a:last-child::after {
    content: '';
  }

  .gov-cta {
    padding: 6rem 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .hero {
    height: 645px;
  }

  .hero-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2rem 5rem;
  }

  .hero-content h1 {
    font-size: 8.4rem;
  }

  .hero-search {
    width: 100%;
    max-width: 500px;
    background-color: #ffffff;
  }

  .gov-cta {
    padding: 8rem 2rem;
  }
}

@media screen and (min-width: 1920px) {
  .hero {
    background-position: 30% 50%;
  }
}
