<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, html {
  background: #16205F;
  overflow-x: hidden
}
body .masthead-img, html .masthead-img {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 200px;
  margin: 30px 0
}
body .content, html .content {
  background-color: #FFF;
  padding-bottom: 50px;
  color: #16205F
}
body .content h1, html .content h1 {
  margin: 80px 0 35px;
  padding-bottom: 20px;
  text-align: left;
  border-bottom: 1px solid #D7D2CB
}
@media (min-width:768px) {
  body .masthead-img, html .masthead-img {
    height: 450px
  }
  body .content h1, html .content h1 {
    margin: 140px 0 30px;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0
  }
}
body .content h2, html .content h2 {
  margin: 50px 0;
  text-align: center
}
body .content .text-block .row&gt;div, html .content .text-block .row&gt;div {
  padding-left: 0;
  padding-right: 0
}
body .content .text-block .row p, html .content .text-block .row p {
  margin-left: 0;
  margin-top: 0
}
body .content p, html .content p {
  font-size: 22px;
  margin-bottom: 50px
}
body .content p.attribution, html .content p.attribution {
  font-style: italic
}
body .content p.attribution a, html .content p.attribution a {
  font-style: normal;
  text-decoration: underline
}
body .content ul li, html .content ul li {
  font-size: 22px
}
.audio-player {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px!important;
  background: #EFEDEA;
  margin: 50px 0
}
.audio-player .pause-button, .audio-player .play-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: 2px solid #F7BD15;
  cursor: pointer
}
.audio-player .pause-button {
  display: none
}
.audio-player .play-button svg {
  margin-left: 4px
}
.audio-player .transport {
  position: relative;
  flex: 1;
  height: 4px;
  margin: 0 28px;
  background: #FFF
}
.audio-player .transport .playback {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background: #16205F
}
.audio-player .time {
  font-size: 16px;
  color: #16205F
}
.audio-player .download-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #FFF;
  background: var(--c-red);
  padding: 10px 15px;
  margin-left: 28px
}
.audio-player .download-button svg {
  width: 20px;
  height: auto;
  margin-right: 10px
}
@media (max-width:600px) {
  .audio-player .time, .audio-player .transport {
    display: none
  }
}
</pre></body></html>