.usa-banner, .usa-footer, #SideNavContainer, #control-panel-container, #ControlPanelTab, .documentPage .opm-breadcrumbs, p.top, .usa-modal .usa-button, .no-content-options, .print-link {
  display: none;
}

#fba-button.usa-button {
  display: none !important;
}

.documentPage .print-only {
  display: block;
}

.tab-content {
  display: block !important;
}

.usa-header {
  width: 40%;
  padding-bottom: 2em;
}

.usa-header .usa-menu-btn {
  display: none;
}

h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  color: #000;
}

.usa-prose h1 {
  margin-top: 1.75rem;
}

h2, .documentPage #main-content header {
  font-size: 1.75rem;
  padding-top: 2rem;
  padding-bottom: 0;
  color: black;
  font-weight: bold;
  text-transform: none;
  line-height: 2.25rem;
  margin-bottom: 0.5rem;
}

h2.nav-only-item {
  font-size: 2rem;
  margin: 2rem 0 0 0;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin: 2rem 0 0 0;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-top: 1.75rem;
}

h5, h6 {
  margin: 1.5rem 0 1rem 0;
  font-size: 1rem;
}

h1 + .grid-col-12 > h2:first-child {
  margin-top: 0.75rem;
}

.collection-block ul.usa-collection {
  list-style: none;
}
.collection-block ul.usa-collection li {
  display: flex;
  align-items: flex-start;
}
.collection-block ul.usa-collection ul {
  list-style: disc;
}
.collection-block ul.usa-collection ul li {
  display: list-item;
}
.collection-block .truncated-content, .collection-block .view-less {
  display: none;
}
.collection-block .full-content {
  display: block !important;
}
.collection-block img {
  width: 8rem;
  margin-right: 1.25rem;
  font-size: 6rem;
  margin-top: 1.75rem;
}
.collection-block .usa-collection__body {
  flex: 1 1 0;
}

.accordion-block [hidden] {
  display: block;
}

.cards-block img {
  max-width: 25%;
}
.cards-block ul {
  list-style: none;
}
.cards-block ul li {
  margin-bottom: 1rem;
}