@charset "UTF-8";
/* https://www.smashingmagazine.com/2022/10/fluid-typography-clamp-sass-functions/
 * Expects all incoming values to be pixels
 */
.reveal {
  width: 100%;
  margin-bottom: 0.75rem;
}
.reveal > .reveal-target {
  cursor: pointer;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  background-image: url("../img/reveal-speckle.png");
}
.reveal > .reveal-target .reveal-title {
  font-family: opensans, sans-serif;
  font-weight: 300;
  font-size: 1.15625rem;
  line-height: 1.1;
  margin-top: 0.5rem;
  color: #851f1e;
  padding-right: 35px;
  min-height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22%23851f1e%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2026%2026%22%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2224%22%20height%3D%2224%22%2F%3E%3Cpolygon%20points%3D%2218%2012%2014%2012%2014%208%2012%208%2012%2012%208%2012%208%2014%2012%2014%2012%2018%2014%2018%2014%2014%2018%2014%2018%2012%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-size: 28px 28px;
  background-repeat: no-repeat;
  background-position: right top;
}
.reveal > .reveal-target .reveal-title img {
  display: block;
  width: auto;
  max-height: 50px;
  padding-bottom: 0.5rem;
}
.reveal > .reveal-target .reveal-title > span {
  display: inline-block;
}
.reveal > .reveal-target .reveal-title > span::after {
  content: " | ";
}
.reveal > .reveal-target .reveal-title > span:last-child::after {
  content: "";
}
.reveal > .reveal-target.reveal-close {
  float: none;
}
.reveal > .reveal-target.reveal-close .reveal-title {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22%23851f1e%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2026%2026%22%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2224%22%20height%3D%2224%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%2212%22%20width%3D%2210%22%20height%3D%222%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-size: 28px 28px;
  background-repeat: no-repeat;
  background-position: right top;
}
.reveal > .reveal-content {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #ecf4f8;
}
.reveal > .reveal-content > .reveal-border {
  border: 0;
  border-top: 1px solid #d1d1d1;
  padding-top: 0.5rem;
}
.reveal > .reveal-content p {
  padding-top: 0;
}
.reveal > .reveal-content a:not(.btn) {
  color: #447eae;
}

.reveal.speckle > .reveal-target.reveal-close {
  background-image: url("../img/reveal-speckle.png");
}
.reveal.speckle > .reveal-content {
  background-image: url("../img/reveal-speckle.png");
  background-color: transparent;
}

/*# sourceMappingURL=reveal.css.map */
