/* https://www.smashingmagazine.com/2022/10/fluid-typography-clamp-sass-functions/
 * Expects all incoming values to be pixels
 */
.layout-content .blue {
  color: #333f98 !important;
}
.layout-content .dark-blue {
  color: #233665 !important;
}
.layout-content .light-blue {
  color: #5fbfec !important;
}
.layout-content .magenta {
  color: #9b1e5e !important;
}
.layout-content .purple {
  color: #7f3f97 !important;
}
.layout-content .pink {
  color: #de3f95 !important;
}
.layout-content .white {
  color: #ffffff !important;
}
.layout-content .gray {
  color: #a499ae !important;
}
.layout-content .salmon {
  color: #f16c80 !important;
}
.layout-content .orchid {
  color: #e187b7 !important;
}
.layout-content .sand {
  color: #f2d07e !important;
}

.layout-content, .layout-content h1, .layout-content h2, .layout-content h3, .layout-content h4, .layout-content h5, .layout-content p, .layout-content ol, .layout-content ul, .layout-content li, .layout-content a {
  font-family: "Inter" !important;
  line-height: 1.3 !important;
  color: #233665 !important;
  text-shadow: none !important;
}

.layout-content {
  background-image: none !important;
}
.layout-content article {
  padding-bottom: 0 !important;
}
.layout-content h1 {
  font-size: 4rem !important;
  font-weight: 800 !important;
}
.layout-content h3 {
  font-size: 2rem !important;
}
.layout-content h4 {
  font-size: 1.5rem !important;
}
.layout-content p, .layout-content ul, .layout-content li {
  font-size: 1.2rem !important;
}
@media only screen and (max-width: 960px) {
  .layout-content h1 {
    font-size: 3.3rem !important;
  }
  .layout-content h3 {
    font-size: 1.8rem !important;
  }
  .layout-content h4 {
    font-size: 1.3rem !important;
  }
  .layout-content p, .layout-content li {
    font-size: 1rem !important;
  }
}
@media only screen and (max-width: 640px) {
  .layout-content h1 {
    font-size: 2.75rem !important;
  }
  .layout-content h3 {
    font-size: 1.6rem !important;
  }
  .layout-content h4 {
    font-size: 1.2rem !important;
  }
}
@media only screen and (max-width: 480px) {
  .layout-content h1 {
    font-size: 2.2rem !important;
  }
  .layout-content h3 {
    font-size: 1.3rem !important;
  }
}

.stage {
  max-width: 1280px !important;
}

.sm-stage {
  max-width: 960px !important;
  margin: auto;
}

.lg-stage {
  max-width: 1600px !important;
  margin: auto;
}

img {
  width: 100%;
}

.umbrella-banner .banner-background {
  background-size: contain !important;
  background-position: right top !important;
  transition: 1s;
}
@media only screen and (max-width: 1040px) {
  .umbrella-banner .banner-background {
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
  }
}
@media only screen and (max-width: 800px) {
  .umbrella-banner .banner-background {
    background-color: rgb(255, 255, 255);
    background-blend-mode: lighten;
  }
}
.umbrella-banner .banner-content {
  max-width: 1400px !important;
  padding-top: 4% !important;
  padding-bottom: 1rem !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.umbrella-banner .banner-content h4 {
  color: #333f98 !important;
}
.umbrella-banner .banner-content hr {
  border-color: #233665 !important;
}
.umbrella-banner .banner-content .picture-header {
  max-width: 500px;
  margin: auto;
  padding-bottom: 40px;
}
.umbrella-banner .banner-content .umbrella-links .col {
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}
.umbrella-banner .banner-content .umbrella-links span {
  width: 85px;
  display: block;
}
.umbrella-banner .banner-content a {
  font-size: 1.1rem;
  transition: 0.6s;
}
.umbrella-banner .banner-content a:hover {
  text-decoration: none !important;
  filter: brightness(50%);
  color: #5fbfec !important;
}
@media only screen and (max-width: 1040px) {
  .umbrella-banner .banner-content .lead {
    margin-bottom: 2rem !important;
  }
}

.comprehensive-screening {
  margin-bottom: 3rem !important;
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.layout-content .comprehensive-screening p,
.ck-content .comprehensive-screening p,
.layout-content .next-level p,
ck-content .next-level p {
  margin-bottom: 0 !important;
  text-align: left !important;
}
.layout-content .comprehensive-screening p img,
.ck-content .comprehensive-screening p img,
.layout-content .next-level p img,
ck-content .next-level p img {
  width: 80px;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.next-level {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-image: url("/files/practice/assets/umbrella-campaign/purple-gradient-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
.next-level hr {
  border-color: #ffffff !important;
}
.next-level p img {
  width: 65px !important;
}
.next-level .dark-blue-bg {
  background-color: #233665;
  width: 100%;
  opacity: 75%;
}
.next-level .dark-blue-bg p {
  text-align: center !important;
}

.swing-banner .banner-background {
  background-position: right top !important;
}
.swing-banner .banner-content {
  padding-top: 10% !important;
  padding-bottom: 10% !important;
  max-width: 1280px !important;
}

/*# sourceMappingURL=comprehensive-imaging.css.map */
