<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background: linear-gradient(360deg, #a7a4a6, #fff) !important;
}
#top-nav,
#top-navigation {
  background: #435A8A;
}
h1 {
  color: #006;
  font-family: serif;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.12s ease-out;
  -webkit-transition: all 0.12s ease-out;
}
h2,
h3 {
  font-size: 1.2rem;
  font-weight: bolder;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #006;
  text-align: left;
  line-height: normal;
  text-transform: capitalize;
  text-decoration: none;
  font-style: normal;
  text-shadow: 1px 1px #999999, 1px 1px #cccccc !important;
  transition: all 0.12s ease-out;
  -webkit-transition: all 0.12s ease-out;
}
li {
  /* margin-bottom: 0.5rem; */
  line-height: 24px;
}
header {
  background: url(/images/logo/topper-light.png);
  background-size: cover;
  background-position: center;
  height: 125px;
}
.sticky-sidebar {
  position: sticky;
  position: -webkit-sticky;
  top: 10px;
}
@media (max-width: 480px) {
  h1 {
    font-size: 2.2rem;
  }
  blockquote p {
      font-size: 2rem;
      line-height: 2.6rem;
  }
  .card ul, .card ol {
      padding-left: 25px;
  }
}
@media (max-width: 360px) {
  .card ul, .card ol {
      padding-left: 15px;
  }
}
</pre></body></html>