body {
  background-color: transparent;
}

.site-header,
.header-image {
  display: none;
}

.site-main {
  margin-top: 0;
}

.site-footer {
  box-shadow: none;
}
.site-footer .secondary-links {
  border-bottom: 0 !important;
}

#hero {
  display: none;
}

a[data-link-type="external"]::after,
a[href*=".pdf"]::after,
span[data-link-type="pdf"] {
  display: none;
}

.card {
  border-top: 0;
}

.heading {
  margin-top: 1rem;
}
.heading::after {
  margin: 1.75rem auto;
}

.article-box {
  clear: both;
}
.article-box-heading {
  border: 1px solid #444;
  border-bottom: none;
}
.article-box-text {
  border: 1px solid #444;
  box-shadow: none;
}

.graphic {
  float: none !important;
  right: 0 !important;
  left: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
  height: auto !important;
}
.graphic img {
  width: 100% !important;
  height: auto !important;
}
.graphic figcaption {
  position: static !important;
  margin-top: 0 !important;
}
.graphic p {
  overflow: visible !important;
  white-space: normal !important;
}

.frame {
  page-break-inside: avoid;
}
.frame img {
  max-width: 100% !important;
  -webkit-transform: translate(-50%, -50%) scale(1.0) !important;
          transform: translate(-50%, -50%) scale(1.0) !important;
}
.frame figcaption {
  margin-top: 0;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
.frame .caption-primary {
  overflow: visible !important;
  white-space: normal !important;
}
.frame .caption-secondary {
  margin-top: 0.25rem !important;
}

.tab-group .arrows,
.tab-group .dots,
.tab-group .tabs {
  display: none;
}
.tab-group .panel {
  position: static !important;
}

.species-photo {
  height: 21rem;
}

.species-gallery {
  page-break-inside: avoid;
}

.accordion-title[data-state="closed"] + .accordion-info {
  height: auto;
  padding-bottom: 0.5rem;
}
