body,
p {
  font-size: 20px;
  line-height: 32px;
  color: #6c7980;
}
.noteBox {
  width: 90%;
  margin: 0 auto;
}

img {
  border-radius: 15px;
  margin-bottom: 30px;
}

.preview_template .image_info img {
  margin-bottom: 0px;
}

.introSection .tableOfContents .lightPurpal small {
  font-size: 16px;
}
.introSection .introSectionCta,
.introSection .introSectionCta.withOverlay {
  border-radius: 15px;
  margin-bottom: 30px;
}
.introSection .twoColsSection .boxPart .imgBox {
  box-shadow: none;
  margin-bottom: 0px;
}

.introSection .tableOfContents .lightPurpal ul li a {
  font-size: 20px;
  line-height: 32px;
}

.introSectionText .accordion .card-header button {
  font-size: 17px;
}

.introSection {
  padding-top: 10px;
  margin-top: 110px;
}

strong {
  color: #070635 !important;
}

#id_1611760892771 .wl_fe_editable strong span {
  color: #fff !important;
}

.quote p,
.noteBox p,
.emailOptions p {
  color: #070635;
}

.topSection {
  padding-top: 30px;
}

.ctaText {
  border-radius: 15px;
  padding: 60px 80px;
}

.ctaText h2 {
  font-size: 27px;
  line-height: 44px;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -90px;
}

.owl-carousel .owl-nav button.owl-next {
  right: -90px;
}

@media (max-width: 480px) {
  .introSectionText img {
    max-width: 100%;
    height: auto;
  }

  .tableOfContentsParent {
    display: none;
  }

  .topSection {
    padding-top: 20px;
  }

  body,
  p {
    font-size: 16px;
    line-height: 28px;
  }

  .bannerText h2 {
    font-size: 26px;
  }

  .bannerText p {
    font-size: 16px;
    line-height: 28px;
  }

  .ctaText h2,
  h4 {
    font-size: 20px;
  }

  #post-slider {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gh_posts_modal .modal-dialog {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .gh_posts_modal .modal-dialog .modal-content-wrap {
    margin: 0 auto;
  }

  .gh_posts_modal .modal-dialog img {
    height: 196px;
  }

  .gh_posts_modal .modal-content > div {
    padding: 20px !important;
  }
}

.disabled {
  background-color: gray;
  pointer-events: none;
}

.vimeo_container {
  margin-bottom: 20px;
  position: relative;
}

.vimeo_container_in{
  padding:60px;
  border-radius: 24px;
  overflow: hidden;
}

.vimeo_container_in.enabled{
  background-color: rgb(239, 255, 240);
}

.vimeo_container_in.disabled{
  background-color: rgb(255, 239, 239);
}

.vimeo_container_disabled p {
  top: calc(50% - 11px);
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 32px;
}
.vimeo_container_disabled {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(10, 58, 85, 0.65);
  height: 100%;
  width: 100%;
  z-index: 1;
  color: #fff;
  font-size: 27px;
}

@media (max-width: 480px) {
  .vimeo_container_disabled p {
    top: calc(50% - 28px);
    font-size: 16px;
  }
  
  .vimeo_container .nextVideo span {
    display: block;
  }

  .vimeo_container_in{
    padding: 30px;
  }

  .vimeo_container_in .stBtn {
    display: block;
    margin-bottom: 6px;
  }
}