body {
  margin: 0;
  color: #1b1b1b;
  overflow-x: hidden;
  font-size: 1.06rem;
  line-height: 1.5;
  min-width: 320px;
}

main .contentContainer {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 64rem;
  width: 100%;
}

.small {
  font-size: 0.9rem;
}

.contentContainer {
  padding: 25px 0 0;
}

.usa-header--extended .usa-logo {
  max-width: 100%;
}

.logoWrapper img {
  width: auto;
  max-height: 2.8rem;
}
.logoWrapper span {
  color: #325d38;
  width: 80%;
}
.logoWrapper img,
.logoWrapper span {
  display: inline-block;
  vertical-align: middle;
}

.usa-banner__content,
.usa-banner__header {
  color: #fff !important;
}

.usa-banner {
  background-color: #13171f;
}

.usa-banner__content,
.usa-banner__button[aria-expanded=true]::before {
  background-color: #252f3e;
}

.usa-banner__button[aria-expanded=true]::before {
  background-image: url(../uswds/images/close-white-alt.svg), linear-gradient(transparent, transparent);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
}

.usa-banner__button,
.usa-banner__header-action {
  color: #a9aeb1 !important;
}

.usa-banner__button:active,
.usa-banner__button:hover,
.usa-banner__button[aria-expanded=true]::after {
  color: #dfe1e2 !important;
}

* + .usa-site-alert .usa-alert {
  margin-top: 1px;
  margin-bottom: 20px;
}

.usa-site-alert--emergency .usa-alert .usa-alert__body {
  padding-left: 2rem;
  padding-right: 2rem;
}

.usa-in-page-nav-container {
  margin: 0 auto;
  max-width: 64rem;
}

.usa-footer {
  margin-top: 20px;
}

.usa-footer__logo-img {
  max-width: none;
  max-height: 2.8rem;
}

.usa-footer__social-links {
  justify-content: center;
}

.standard-icon {
  height: 1.25rem;
  width: 1.25rem;
  vertical-align: middle;
}

.usa-footer__return-to-top a {
  text-decoration: none;
  color: #252f3e;
}

.usa-footer__return-to-top a span {
  border-bottom-width: 1px;
  border-bottom-color: #252f3e;
  border-bottom-style: solid;
}

.footerLogoTextWrapper {
  width: 72%;
}

.usa-footer__logo-heading {
  color: #325d38;
  font-size: 1rem;
}

.usa-section {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

@media screen and (min-width: 64em) {
  .grid-container-desktop {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 640px) {
  .usa-banner__content,
  .usa-banner__button[aria-expanded=true]::before,
  .usa-banner {
    background-color: #13171f;
  }
}
@media screen and (max-width: 480px) {
  .usa-footer {
    text-align: center;
  }
  .footerLogoTextWrapper {
    margin: 0 auto;
  }
}
@media screen and (max-width: 390px) {
  .logoWrapper span {
    width: 75%;
  }
}/*# sourceMappingURL=style.css.map */