.rtf,
.rtf.aligncenter {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  /**
   * Alignment Styles
   *
   * Set via `jpl_block_rtf_sidebar_alignment_choices`
   */
  /**
   * Position Styles
   *
   * Set via `jpl_block_rtf_sidebar_position_choices`
   */
}
.rtf .block-wrap,
.rtf.aligncenter .block-wrap {
  position: relative;
  margin: auto;
  max-width: 1140px;
  padding: 0 20px;
  width: 100%;
}
@media only screen and (min-width: 980px) {
  .rtf .block-wrap,
.rtf.aligncenter .block-wrap {
    padding: 0 15px;
  }
}
.rtf.block-wrap-wide .block-wrap,
.rtf.aligncenter.block-wrap-wide .block-wrap {
  max-width: 1720px !important;
}
@media only screen and (max-width: 767px) {
  .rtf.block-wrap-no-padd-mobile .block-wrap,
.rtf.aligncenter.block-wrap-no-padd-mobile .block-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .rtf > .block-wrap,
.rtf.aligncenter > .block-wrap {
    display: flex;
  }
}
.rtf .rtf-title + .col-wrap,
.rtf.aligncenter .rtf-title + .col-wrap {
  padding-top: 1em;
}
.rtf.style-full-width .rtf-content, .rtf.has-secondary-content .rtf-content,
.rtf.aligncenter.style-full-width .rtf-content,
.rtf.aligncenter.has-secondary-content .rtf-content {
  max-width: 100%;
}
.rtf.contain-parent,
.rtf.aligncenter.contain-parent {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.rtf .rtf-content,
.rtf.aligncenter .rtf-content {
  max-width: 750px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .rtf .rtf-content,
.rtf.aligncenter .rtf-content {
    flex-grow: 1;
    width: 70%;
  }
}
.rtf .rtf-content img,
.rtf.aligncenter .rtf-content img {
  border-radius: 15px 0 15px 0;
}
@media only screen and (min-width: 768px) {
  .rtf .rtf-content .col-wrap,
.rtf.aligncenter .rtf-content .col-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .rtf .rtf-content .col-wrap .col,
.rtf.aligncenter .rtf-content .col-wrap .col {
    width: 45%;
  }
}
.rtf .rtf-content .col-wrap .col + .col,
.rtf.aligncenter .rtf-content .col-wrap .col + .col {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .rtf .rtf-content .col-wrap .col + .col:before,
.rtf.aligncenter .rtf-content .col-wrap .col + .col:before {
    background-color: #00A4EB;
    content: "";
    display: block;
    height: 100%;
    left: -10%;
    position: absolute;
    width: 3px;
  }
}
@media only screen and (min-width: 1140px) {
  .rtf .rtf-content .col-wrap .col + .col:before,
.rtf.aligncenter .rtf-content .col-wrap .col + .col:before {
    left: -3.5em;
  }
}
@media only screen and (max-width: 767px) {
  .rtf .rtf-content .col-wrap .col + .col,
.rtf.aligncenter .rtf-content .col-wrap .col + .col {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .rtf .rtf-content + .sidebar-wrap,
.rtf.aligncenter .rtf-content + .sidebar-wrap {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .rtf .sidebar-wrap,
.rtf.aligncenter .sidebar-wrap {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    padding-left: 30px;
    width: 30%;
  }
}
.rtf .sidebar-wrap .search-form label,
.rtf.aligncenter .sidebar-wrap .search-form label {
  display: block;
}
.rtf .sidebar-wrap .search-form .field-wrap,
.rtf.aligncenter .sidebar-wrap .search-form .field-wrap {
  display: flex;
}
.rtf .sidebar-wrap .search-form .field-wrap input,
.rtf.aligncenter .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,
.rtf.aligncenter .sidebar {
  margin: 35px 0px 0px 0px;
  text-decoration: none;
}
.rtf .cta,
.rtf.aligncenter .cta {
  display: block;
  text-decoration: none;
}
.rtf .img-wrap img,
.rtf.aligncenter .img-wrap img {
  display: block;
  height: auto;
  width: 100%;
}
.rtf h2, .rtf h3, .rtf h4,
.rtf ul, .rtf ol, .rtf p,
.rtf.aligncenter h2,
.rtf.aligncenter h3,
.rtf.aligncenter h4,
.rtf.aligncenter ul,
.rtf.aligncenter ol,
.rtf.aligncenter p {
  max-width: 750px;
}
.rtf h2:not(:first-child), .rtf h3:not(:first-child), .rtf h4:not(:first-child),
.rtf.aligncenter h2:not(:first-child),
.rtf.aligncenter h3:not(:first-child),
.rtf.aligncenter h4:not(:first-child) {
  padding-top: 1.5em;
}
.rtf h2:not(:first-child) + h3, .rtf h3:not(:first-child) + h3, .rtf h4:not(:first-child) + h3,
.rtf.aligncenter h2:not(:first-child) + h3,
.rtf.aligncenter h3:not(:first-child) + h3,
.rtf.aligncenter h4:not(:first-child) + h3 {
  padding-top: 1.25em;
}
.rtf h3,
.rtf.aligncenter h3 {
  font-size: 1.5em;
}
@media only screen and (min-width: 1140px) {
  .rtf h3,
.rtf.aligncenter h3 {
    font-size: 1.6em;
  }
}
.rtf h4,
.rtf.aligncenter h4 {
  font-size: 1.2em;
}
@media only screen and (min-width: 1140px) {
  .rtf h4,
.rtf.aligncenter h4 {
    font-size: 1.3em;
  }
}
.rtf.align-default .sidebar-wrap,
.rtf.aligncenter.align-default .sidebar-wrap {
  align-content: flex-start;
}
.rtf.align-middle .sidebar-wrap,
.rtf.aligncenter.align-middle .sidebar-wrap {
  align-content: center;
}
.rtf.align-space-evenly .sidebar-wrap,
.rtf.aligncenter.align-space-evenly .sidebar-wrap {
  align-content: space-evenly;
}
.rtf.align-bottom .sidebar-wrap,
.rtf.aligncenter.align-bottom .sidebar-wrap {
  align-content: flex-end;
}
.rtf.align-both .sidebar-wrap, .rtf.align-both .rtf-content,
.rtf.aligncenter.align-both .sidebar-wrap,
.rtf.aligncenter.align-both .rtf-content {
  align-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.rtf.center-content,
.rtf.aligncenter.center-content {
  text-align: center;
}
.rtf.center-content h2, .rtf.center-content h3,
.rtf.aligncenter.center-content h2,
.rtf.aligncenter.center-content h3 {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .rtf.position-left .block-wrap,
.rtf.aligncenter.position-left .block-wrap {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .rtf.position-left .rtf-content + .sidebar-wrap,
.rtf.aligncenter.position-left .rtf-content + .sidebar-wrap {
    border-left: none;
    margin-left: 0px;
    margin-right: 30px;
    padding-left: 0px;
    padding-right: 30px;
  }
}
.rtf.style-featured,
.rtf.aligncenter.style-featured {
  text-align: center;
}
.rtf.style-featured .rtf-content,
.rtf.aligncenter.style-featured .rtf-content {
  flex-grow: initial;
  margin: 0 auto;
  max-width: 750px;
}
.rtf.style-featured .rtf-content .link-wrap,
.rtf.aligncenter.style-featured .rtf-content .link-wrap {
  margin-top: 2em;
}
@media only screen and (max-width: 979px) {
  .rtf.alignfull,
.rtf.aligncenter.alignfull {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.rtf.alignfull h2, .rtf.alignfull h3, .rtf.alignfull h4, .rtf.alignfull p, .rtf.alignfull ul,
.rtf.aligncenter.alignfull h2,
.rtf.aligncenter.alignfull h3,
.rtf.aligncenter.alignfull h4,
.rtf.aligncenter.alignfull p,
.rtf.aligncenter.alignfull ul {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.rtf.alignfull .social-bar-cta .nav-social ul,
.rtf.aligncenter.alignfull .social-bar-cta .nav-social ul {
  justify-content: center;
}
.rtf.bg-color-boxed-red,
.rtf.aligncenter.bg-color-boxed-red {
  background: #E31F31 url(../../img/graphic-red.svg?v2);
  background-size: 60px;
  background-attachment: fixed;
  padding: 4em 0;
}
@media only screen and (min-width: 980px) {
  .rtf.bg-color-boxed-red,
.rtf.aligncenter.bg-color-boxed-red {
    padding: 6em 0;
  }
}
.rtf.bg-color-boxed-red .block-wrap,
.rtf.aligncenter.bg-color-boxed-red .block-wrap {
  margin: auto;
  max-width: 1140px;
  padding: 0 20px;
  width: 100%;
}
@media only screen and (min-width: 980px) {
  .rtf.bg-color-boxed-red .block-wrap,
.rtf.aligncenter.bg-color-boxed-red .block-wrap {
    padding: 0 15px;
  }
}
.rtf.bg-color-boxed-red .rtf-content,
.rtf.aligncenter.bg-color-boxed-red .rtf-content {
  align-items: center;
  background-color: #fff;
  border: 4px solid #732472;
  border-radius: 15px 0 15px 0;
  min-height: 250px;
  padding: 2em;
}
@media only screen and (min-width: 980px) {
  .rtf.bg-color-boxed-red .rtf-content,
.rtf.aligncenter.bg-color-boxed-red .rtf-content {
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media only screen and (min-width: 1140px) {
  .rtf.bg-color-boxed-red .rtf-content,
.rtf.aligncenter.bg-color-boxed-red .rtf-content {
    padding-left: 5em;
    padding-right: 5em;
  }
}
@media only screen and (min-width: 768px) {
  .rtf.bg-color-boxed-red .rtf-content .col-wrap .col + .col:before,
.rtf.aligncenter.bg-color-boxed-red .rtf-content .col-wrap .col + .col:before {
    content: none;
  }
}
@media only screen and (min-width: 768px) {
  .rtf .parking-policies .inner,
.rtf.aligncenter .parking-policies .inner {
    display: flex;
  }
}
.rtf .parking-policies .inner .section,
.rtf.aligncenter .parking-policies .inner .section {
  flex: 1;
}
@media only screen and (min-width: 768px) {
  .rtf .parking-policies .inner .section:first-child,
.rtf.aligncenter .parking-policies .inner .section:first-child {
    padding-right: 2em;
  }
}
@media only screen and (min-width: 1140px) {
  .rtf .parking-policies .inner .section:first-child,
.rtf.aligncenter .parking-policies .inner .section:first-child {
    padding-right: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .rtf .parking-policies .inner .section:nth-child(2),
.rtf.aligncenter .parking-policies .inner .section:nth-child(2) {
    margin-top: 2.5em;
  }
}
@media only screen and (min-width: 768px) {
  .rtf .parking-policies .inner .section:nth-child(2),
.rtf.aligncenter .parking-policies .inner .section:nth-child(2) {
    border-left: 3px solid #fff;
    padding-left: 2em;
  }
}
@media only screen and (min-width: 1140px) {
  .rtf .parking-policies .inner .section:nth-child(2),
.rtf.aligncenter .parking-policies .inner .section:nth-child(2) {
    padding-left: 4em;
  }
}
.rtf .block-graphic,
.rtf.aligncenter .block-graphic {
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .rtf .block-graphic,
.rtf.aligncenter .block-graphic {
    margin: 1em auto 0 auto;
    width: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .rtf .block-graphic,
.rtf.aligncenter .block-graphic {
    position: absolute;
    right: -50px;
    width: 200px;
  }
}
@media only screen and (min-width: 980px) {
  .rtf .block-graphic,
.rtf.aligncenter .block-graphic {
    width: 350px;
  }
}
@media only screen and (min-width: 1140px) {
  .rtf .block-graphic,
.rtf.aligncenter .block-graphic {
    width: 400px;
  }
}
.rtf .block-graphic img,
.rtf.aligncenter .block-graphic img {
  display: block;
  height: auto;
}
.rtf.graphic-position-bottom-right .block-graphic,
.rtf.aligncenter.graphic-position-bottom-right .block-graphic {
  bottom: 0;
}
.rtf.graphic-position-center-right .block-graphic,
.rtf.aligncenter.graphic-position-center-right .block-graphic {
  top: 50%;
  transform: translateY(-50%);
}
.rtf.graphic-position-top-right .block-graphic,
.rtf.aligncenter.graphic-position-top-right .block-graphic {
  top: 0;
}
.rtf.graphic-sm .block-graphic,
.rtf.aligncenter.graphic-sm .block-graphic {
  max-width: 200px;
}
@media only screen and (min-width: 980px) {
  .rtf.graphic-sm .block-graphic,
.rtf.aligncenter.graphic-sm .block-graphic {
    max-width: 250px;
  }
}
@media only screen and (min-width: 1140px) {
  .rtf.graphic-sm .block-graphic,
.rtf.aligncenter.graphic-sm .block-graphic {
    max-width: 275px;
  }
}
.rtf.graphic-med .block-graphic,
.rtf.aligncenter.graphic-med .block-graphic {
  max-width: 250px;
}
@media only screen and (min-width: 980px) {
  .rtf.graphic-med .block-graphic,
.rtf.aligncenter.graphic-med .block-graphic {
    max-width: 300px;
  }
}
@media only screen and (min-width: 1140px) {
  .rtf.graphic-med .block-graphic,
.rtf.aligncenter.graphic-med .block-graphic {
    max-width: 325px;
  }
}
.rtf.graphic-spin .block-graphic img,
.rtf.aligncenter.graphic-spin .block-graphic img {
  animation: spin 20s linear infinite;
}
.rtf .gf-img-wrapper,
.rtf.aligncenter .gf-img-wrapper {
  margin-top: 2em;
  padding-top: 1.5em;
  position: relative;
}
.rtf .gf-img-wrapper:not(:first-child),
.rtf.aligncenter .gf-img-wrapper:not(:first-child) {
  margin-top: 4em;
}
.rtf .gf-img-wrapper img,
.rtf.aligncenter .gf-img-wrapper img {
  animation: spin 20s linear infinite;
  display: block;
  height: auto;
  left: -2em;
  margin: 0 auto;
  position: absolute;
  top: 0;
  transform-origin: center center;
  width: 150px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .rtf .gf-img-wrapper img,
.rtf.aligncenter .gf-img-wrapper img {
    left: -2.5em;
    top: -2em;
    width: 175px;
  }
}
@media only screen and (min-width: 1140px) {
  .rtf .gf-img-wrapper img,
.rtf.aligncenter .gf-img-wrapper img {
    width: 200px;
  }
}
.rtf .gf-img-wrapper .gform_wrapper,
.rtf.aligncenter .gf-img-wrapper .gform_wrapper {
  margin-top: 0;
  position: relative;
  z-index: 2;
}

.stats.bg-color-default + .rtf.bg-color-default {
  padding-top: 0;
}

.posts-sidebar-wrap .rtf {
  margin: 0;
}

.rtf .multiple-callout {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.rtf.aligncenter h2, .rtf.aligncenter h3 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.rtf h2 + .classes {
  margin-top: 1.5em;
}
.rtf .single-callout-with-image {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-bottom: 0 !important;
}
.rtf .locator {
  padding: 0;
}

.rtf.aligncenter {
  margin-top: 0;
}

.wp-block-columns .wp-block-column .rtf {
  width: 100%;
  margin: 0;
}
.wp-block-columns .wp-block-column .rtf .block-wrap {
  padding: 0;
}
.wp-block-columns .wp-block-column .rtf .locator.locator-single-location-map {
  display: block;
}
.wp-block-columns .wp-block-column .rtf .locator.locator-single-location-map .locator-list {
  margin-left: 0;
  width: 100%;
}
.wp-block-columns .wp-block-column .rtf .locator.locator-single-location-map .locator-map {
  width: 100%;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}