  /*** FLOCK THE BLOCK STYLES - 2025 ***/
/*** Hero Section ***/
.ftb25-hero {
  min-height: 320px;
  height: 320px;
  padding: 0;
}
.ftb25-hero__container {
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  margin: 0 auto;
  height: 100%;
  padding: 2rem;
  display: grid;
  gap: 1rem;
  align-items: center;
}
.ftb25-hero__datetime {
  text-align: center;
  font-weight: bold;
  font-size: 1.75rem;
  color: #002f87;
  line-height: 1.2;
  text-transform: uppercase;
}
.ftb25-hero__datetime > span {
  color: #06a7e0;
}

@media screen and (min-width: 480px) {
  .ftb25-hero {
    background-image: url("/flocktheblock/images/2025-ftb-hero-paint.jpg");
    background-position: top center;
    height: 80vw;
    padding: 0 2rem;
  }
  .ftb25-hero__container {
    max-width: 840px;
    padding: 10vw;
    gap: 2rem;
  }
  .ftb25-hero__datetime {
    font-size: clamp(28px, 8vw, 72px);
  }
}
@media screen and (min-width: 760px) {
  /*** Hero Section ***/
  .ftb25-hero {
    background-image: url("/flocktheblock/images/2025-ftb-hero-paint.jpg");
    background-position: top center;
    min-height: 580px;
    height: 580px;
    padding: 0 2rem;
  }
  .ftb25-hero__container {
    padding: 4rem 6rem;
  }
  .ftb25-hero__datetime {
    font-size: 3.5rem;
    line-height: 1;
  }
}
@media screen and (min-width: 820px) {
  .ftb25-hero__container {
    gap: 2rem;
  }
}
.ftb25__top-bar-blue {
  border-top: 4px solid #06a7e0;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.ftb25__free {
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 2.25rem;
}

.ftb25__parking-callout {
  font-size: 1.3125rem;
}
.ftb25__parking-callout span {
  text-transform: uppercase;
  color: #b2e0e3;
  letter-spacing: 0.5em;
}
.ftb25__parking-callout b {
  display: block;
  font-size: 2.25rem;
  color: #a3cf60;
}

@media screen and (min-width: 600px) {
  .ftb25__free {
    font-size: 3.75rem;
  }

  .ftb25__parking-callout {
    font-size: 2.25rem;
  }

  .ftb25__parking-callout b {
    font-size: 3.75rem;
  }
}
@media screen and (min-width: 860px) {
  .ftb25__free {
    font-size: 6rem;
  }
}