/* Local fixes for the static mirror. Keep this after the generated site CSS. */
.logo {
  flex: 0 0 auto;
  width: 94px;
  max-width: 94px;
  height: auto;
}

.home-subhead,
.paragraph-3 {
  max-width: 100%;
}

.paragraph-3 {
  flex: 1 1 auto;
  width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
}

.navbar {
  z-index: 10;
}

@media screen and (max-width: 479px) {
  .navbar {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 24px 40px 0;
    text-align: left;
  }

  .brand,
  .brand.is-current {
    flex: 0 0 auto;
    justify-content: flex-start;
    width: auto;
    height: auto;
    padding-left: 0;
  }

  .logo {
    position: static;
    flex: 0 0 auto;
    width: 94px;
    max-width: 94px;
  }

  .nav-menu {
    display: flex;
    flex: 0 0 auto;
    justify-content: flex-end;
    width: auto;
    gap: 16px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-nav {
    margin-left: 0;
    margin-right: 0;
    white-space: nowrap;
  }

  .hero {
    box-sizing: border-box;
    padding-top: 130px;
  }

  .hero.pages {
    align-items: flex-start;
    height: auto;
    min-height: 70vh;
    padding-top: 150px;
    text-align: left;
  }

  .wrapper-title,
  .headline-line {
    overflow: visible;
  }

  .wrapper-title {
    box-sizing: border-box;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .home-subhead,
  .wrap-content {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }

}
