<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.skinny-primary .section .rich-text blockquote {
  background-color: #002f6c;
}
body.branch-high-contrast-mode .section .rich-text blockquote {
  background-color: #553b33;
}
body.skinny-primary .section .rich-text blockquote {
  color: #ffffff;
}
body.branch-high-contrast-mode .section .rich-text blockquote {
  color: #ffffff;
}
body .section .rich-text blockquote {
  background-color: #b00060;
  color: #ffffff;
}
body .rich-text {
  padding: 0 1rem;
  max-width: 100%;
  margin: 0 auto;
}
body .rich-text h1,
body .rich-text h2,
body .rich-text h3 {
  font-weight: 900;
}
body .rich-text h1 strong,
body .rich-text h2 strong,
body .rich-text h3 strong {
  font-weight: 900;
}
body .rich-text h1,
body .rich-text h2,
body .rich-text h3,
body .rich-text h4,
body .rich-text h5,
body .rich-text h6 {
  margin-bottom: 0.3em;
  line-height: 1.3;
}
@media  screen and (min-width: 992px) {
  body .rich-text {
    padding: 0 2.5rem;
  }
  body .rich-text.exclude-gutter {
    padding: 0;
  }
}
body .rich-text[data-link-color="munsell"] a {
  color: #3f000b !important;
  border-bottom-color: #3f000b !important;
}
body .rich-text[data-link-color="white"] a {
  color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
body .rich-text[data-link-color="blue"] a {
  color: #007bbd  !important;
  border-bottom-color: #007bbd !important;
}
body .rich-text ul,
body .rich-text ol {
  padding-inline-start: 40px;
}
</pre></body></html>