/* Native layout for the preserved pages formerly rendered by Salient/WPBakery. */
.rpd-legacy-content { color: #343465; overflow-wrap: anywhere; }
.rpd-legacy-content .rpd-entry__header { margin-bottom: 2rem; }
.rpd-legacy-content .rpd-entry__content { min-width: 0; }
.rpd-legacy-content .rpd-legacy-row {
  display: flex;
  flex-wrap: wrap;
  margin: 1.5rem -.75rem;
  align-items: flex-start;
}
.rpd-legacy-content .rpd-legacy-column {
  box-sizing: border-box;
  flex: 0 0 var(--rpd-legacy-width, 100%);
  max-width: var(--rpd-legacy-width, 100%);
  min-width: 0;
  padding: 0 .75rem;
}
.rpd-legacy-content .rpd-legacy-center { text-align: center; }
.rpd-legacy-content h1, .rpd-legacy-content h2, .rpd-legacy-content h3,
.rpd-legacy-content h4, .rpd-legacy-content h5, .rpd-legacy-content h6 {
  color: #343465;
  line-height: 1.25;
  margin: 1.5rem 0 .8rem;
}
.rpd-legacy-content h2 { font-size: clamp(1.65rem, 3vw, 2.5rem); }
.rpd-legacy-content h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }
.rpd-legacy-content p, .rpd-legacy-content li { line-height: 1.7; }
.rpd-legacy-content p { margin: 0 0 1rem; }
.rpd-legacy-content ul, .rpd-legacy-content ol { padding-left: 1.4rem; }
.rpd-legacy-content .rpd-legacy-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
}
.rpd-legacy-content .rpd-legacy-background-image { max-height: 28rem; object-fit: contain; }
.rpd-legacy-content .rpd-legacy-images { display: flex; flex-wrap: wrap; gap: 1rem; }
.rpd-legacy-content .rpd-legacy-images img { width: 7.5rem; }
.rpd-legacy-content .rpd-legacy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .85rem 1.4rem;
  margin: .75rem .25rem .75rem 0;
  max-width: 100%;
  box-sizing: border-box;
  background: #f3c65b;
  color: #343465;
  border: 2px solid transparent;
  border-radius: .6rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
  white-space: normal;
}
.rpd-legacy-content .rpd-legacy-button:hover { background: #e9b944; }
.rpd-legacy-content a:focus-visible, .rpd-legacy-content summary:focus-visible {
  outline: 3px solid #a154a1;
  outline-offset: 4px;
}
.rpd-legacy-content .rpd-legacy-video { position: relative; aspect-ratio: 16 / 9; margin: 1.5rem 0; }
.rpd-legacy-content .rpd-legacy-video iframe { position: absolute; width: 100%; height: 100%; border: 0; }
.rpd-legacy-content .rpd-legacy-embed { width: 100%; min-width: 0; margin: 1rem 0; }
.rpd-legacy-content .rpd-legacy-embed iframe { max-width: 100%; }
.rpd-legacy-content .rpd-legacy-nav { display: flex; flex-wrap: wrap; gap: 1rem; margin: 1rem 0; }
.rpd-legacy-content details { border-bottom: 1px solid #ddd9ea; padding: 1rem 0; }
.rpd-legacy-content summary { cursor: pointer; font-weight: 700; }
@media (max-width: 767px) {
  .rpd-legacy-content .rpd-legacy-column { flex-basis: 100%; max-width: 100%; }
  .rpd-legacy-content .rpd-legacy-column:empty { display: none; }
  .rpd-legacy-content .rpd-legacy-row { margin-top: 1rem; margin-bottom: 1rem; }
}
