/* Custom FAMLI styles go here */

usa-banner:not(:defined) {
  visibility: hidden;
}

/* this alert css can be removed once we switch over to a true web component  */
.usa-alert__text p {
  margin-top: 0;
  margin-bottom: 0;
}

.usa-site-alert--emergency .usa-alert__text a {
  color: #fff;
}

.famli-address p {
  margin-block: 0;
}

.pagefind-ui__result-excerpt::before,
.pagefind-ui__result-excerpt::after {
  content: "...";
}

.famli-search {
  min-height: 25rem;
}

/* below 'desktop' when the navigation bar gets small, set a maximum height for the logo */
@media (width < 1240px) {
  .usa-logo img {
    max-height: 2rem;
  }
}

.famli-footer-logo {
  height: 4rem;
}

.famli-hero-card__image {
  height: 100%;
  width: auto;
  margin: auto;
  padding-block-start: 0.5rem;
  padding-block-end: 0.5rem;
}

.famli-hero-card__image--employer {
  max-width: 50%;
}

.famli-hero-card__image--employee {
  max-width: 60%;
}

.famli-in-page-nav-image {
  max-height: 15rem;
}

.famli-homepage-prose p {
  font-size: 1.6em;
}

.famli-translate-link {
  margin-right: 0;
}
