/* Page-specific local capture adjustments. */
html { overflow-x: hidden; }
html { overflow-y: scroll; }
body { width: calc(100vw - 15px); }
img[src^="/assets/reference/community-partnerships/"] { opacity: 1 !important; }
@media (max-width: 61.99em) {
  body { width: 100%; }
}
