@charset "utf-8";
/* CSS Document */
/*.usa-card__header {
	background-color: #C3C3C3
}
*/
.usa-hero {
  background-image: url("../images/blank.jpg");
}
.usa-prose h1 {
  margin-top: 0.3em
}
.usa-breadcrumb {
  font-size: .875rem;
}
.usa-section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
/*.usa-identifier {
	background-color: #002f87;
}*/
.site-sidenav {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: .25rem;
}
#logo2 {
  display: none;
}
@media screen and (max-width: 1280px) {
  #logo2 {
    display: block;
  }
  #logo {
    display: none;
  }
}
.usa-nav__secondary {
  bottom: 5.5rem;
}
/*
.usa-header__logo-img {
    width: 22.875rem;
}

.usa-header--extended .usa-logo {
	max-width: 40%;
}
*/
/*PAGE WIDTH 75rem*/
.usa-banner__inner {
  max-width: 75rem;
}
.usa-header--extended .usa-navbar {
  max-width: 75rem;
}
.usa-header--extended .usa-nav__inner {
  max-width: 75rem;
}
.grid-container {
  max-width: 75rem;
}
.usa-alert .usa-alert__body {
  max-width: 75rem;
}
.usa-footer > .grid-container {
  max-width: 75rem;
}
.usa-footer__primary-container, .usa-footer__primary-section > .grid-container {
  max-width: 75rem;
}
.usa-identifier__container {
  max-width: 75rem;
}

.highlight {
    background-color: #E8E8E8;
}