.rtf {
  /**
   * Alignment Styles
   *
   * Set via `jpl_block_rtf_sidebar_alignment_choices`
   */
  /**
   * Position Styles
   *
   * Set via `jpl_block_rtf_sidebar_position_choices`
   */
}
@media only screen and (min-width: 768px) {
  .rtf > .block-wrap {
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .rtf .rtf-content {
    flex-grow: 1;
    max-width: 735px;
    width: 70%;
  }
}
.rtf .rtf-content p.pre-hdr {
  color: #000099;
  font-size: 1em;
  text-transform: uppercase;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.rtf .rtf-content p.pre-hdr + h2,
.rtf .rtf-content p.pre-hdr + h3 {
  padding-top: 0.25em;
}
@media only screen and (max-width: 767px) {
  .rtf .rtf-content + .sidebar-wrap {
    margin-top: 2.5em;
  }
}
@media only screen and (min-width: 768px) {
  .rtf .rtf-content + .sidebar-wrap {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .rtf .sidebar-wrap {
    padding-left: 30px;
    width: 30%;
  }
}
.rtf .sidebar-wrap .search-form label {
  display: block;
}
.rtf .sidebar-wrap .search-form .field-wrap {
  display: flex;
}
.rtf .sidebar-wrap .search-form .field-wrap input {
  background: #eee;
  border: none;
  cursor: pointer;
  display: inline;
  flex-grow: 1;
  padding: 8px 16px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.rtf .sidebar {
  text-decoration: none;
}
.rtf .cta {
  display: block;
  text-decoration: none;
}
.rtf.align-default .sidebar-wrap {
  align-content: flex-start;
}
.rtf.align-middle .sidebar-wrap {
  align-content: center;
}
.rtf.align-space-evenly .sidebar-wrap {
  align-content: space-evenly;
}
.rtf.align-bottom .sidebar-wrap {
  align-content: flex-end;
}
.rtf.align-both .sidebar-wrap,
.rtf.align-both .rtf-content {
  align-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.rtf.alignfull .rtf-content,
.rtf.alignwide .rtf-content {
  max-width: 100%;
}
.rtf.alignfull .rtf-content p,
.rtf.alignwide .rtf-content p,
.rtf.alignfull .rtf-content li,
.rtf.alignwide .rtf-content li {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .rtf.position-left .block-wrap {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .rtf.position-left .rtf-content + .sidebar-wrap {
    border-left: none;
    margin-left: 0px;
    margin-right: 30px;
    padding-left: 0px;
    padding-right: 30px;
  }
}
.rtf:not(.bg-color-default) {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.rtf:not(.bg-color-default) .block-wrap {
  margin: auto;
  max-width: 1140px;
  padding: 0 25px;
}
@media only screen and (min-width: 980px) {
  .rtf:not(.bg-color-default) .block-wrap {
    padding: 0 15px;
  }
}
.rtf.has-secondary-content .block-wrap .rtf-content,
.rtf.alignwide .block-wrap .rtf-content {
  max-width: none;
}
.rtf.alignwide.bg-color-default {
  margin-left: 0;
  margin-right: 0;
}
.rtf.has-secondary-content h2.rtf-title {
  margin-bottom: 1em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .rtf.has-secondary-content.align-center .col-wrap {
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .rtf .col-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .rtf .col-wrap .col {
    width: 48.5%;
  }
}
@media only screen and (min-width: 1140px) {
  .rtf .col-wrap .col {
    width: 47.5%;
  }
}
@media only screen and (max-width: 767px) {
  .rtf .col-wrap .col:first-child {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .rtf .col-wrap .col:first-child {
    margin-right: 3%;
  }
}
@media only screen and (min-width: 1140px) {
  .rtf .col-wrap .col:first-child {
    margin-right: 5%;
  }
}
.rtf.style-featured-media h2 {
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.rtf.style-featured-media .rtf-content {
  border-radius: 15px;
  box-shadow: 0 0 15px #dae6ef;
  background: white;
  padding: 1.5em;
  position: relative;
}
.rtf.style-featured-media .rtf-content:before {
  background: url(../../img/logo-mark.svg) center bottom no-repeat;
  background-size: contain;
  bottom: 2em;
  content: '';
  display: block;
  height: 50%;
  margin-right: 15%;
  margin-left: 15%;
  left: 0;
  position: absolute;
  width: 70%;
}
@media only screen and (min-width: 768px) {
  .rtf.style-featured-media .rtf-content:before {
    background-position: center center;
    bottom: 0;
    height: 100%;
    margin-left: 2.5%;
    margin-right: 0;
    top: 0;
    width: 40%;
  }
}
@media only screen and (min-width: 768px) {
  .rtf.style-featured-media.has-secondary-content .rtf-content {
    flex-grow: unset;
    padding-left: 3em;
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .rtf.style-featured-media.has-secondary-content .col-wrap .col {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) {
  .rtf.style-featured-media.has-secondary-content .col-wrap .col:nth-child(2) {
    margin-right: -12.5%;
    flex: 1;
  }
}
.rtf.bg-color-blue-light + .bg-color-blue-light.has-ribbon {
  margin-top: 1em;
  padding-top: 2em;
}
@media only screen and (min-width: 980px) {
  .rtf.bg-color-blue-light + .bg-color-blue-light.has-ribbon {
    padding-top: 3em;
  }
}
