@charset "UTF-8";
/* 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: #1b194a !important;
}
.layout-content .light-blue {
  color: #777792 !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, .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 {
  font-family: "Inter" !important;
  line-height: 1.3 !important;
  color: #1b194a !important;
}

.layout-content article {
  padding-bottom: 0 !important;
}
.layout-content h1 {
  font-size: 4rem !important;
  font-weight: 800 !important;
}
.layout-content h3 {
  font-size: 2.2rem !important;
}
.layout-content p, .layout-content ul, .layout-content li {
  font-size: 1.5rem !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 p, .layout-content li {
    font-size: 1.3rem !important;
  }
}
@media only screen and (max-width: 640px) {
  .layout-content h1 {
    font-size: 2.75rem !important;
  }
  .layout-content h3 {
    font-size: 1.5rem !important;
  }
}
@media only screen and (max-width: 480px) {
  .layout-content h1 {
    font-size: 2.2rem !important;
  }
  .layout-content h3 {
    font-size: 1.2rem !important;
  }
}

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

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

img {
  width: 100%;
}

.layout-content li {
  margin-left: 0.7rem !important;
  padding-left: 1rem !important;
  margin-bottom: 0.5rem !important;
}

.layout-content li::marker {
  display: block !important;
  content: "•" !important;
}

.rounded-shadow-box {
  border-radius: 20px;
  -webkit-box-shadow: 3px 5px 11px 4px rgba(0, 0, 0, 0.57);
  box-shadow: 3px 5px 11px 4px rgba(0, 0, 0, 0.57);
  min-height: 550px;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 800px) {
  .rounded-shadow-box {
    margin-left: 0rem;
    margin-right: 0rem;
    min-height: 500px;
  }
}
@media only screen and (max-width: 640px) {
  .rounded-shadow-box {
    min-height: 450px;
  }
}
.rounded-shadow-box .row {
  padding: 45px 20px !important;
}
@media only screen and (max-width: 800px) {
  .rounded-shadow-box .row {
    padding: 35px 20px !important;
  }
}

@media only screen and (max-width: 800px) {
  .stack {
    display: block !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .mobile-center {
    text-align: center;
  }
  .mobile-display-none {
    display: none !important;
  }
}
.lungs-banner {
  margin-bottom: 60px !important;
}
.lungs-banner .banner-background {
  background-size: contain !important;
}
@media only screen and (max-width: 960px) {
  .lungs-banner .banner-background {
    background-size: 1000px !important;
  }
}
.lungs-banner .banner-content {
  max-width: 1280px !important;
  padding-top: 35% !important;
  padding-bottom: 0 !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.lungs-banner .banner-content h1, .lungs-banner .banner-content h2, .lungs-banner .banner-content h3, .lungs-banner .banner-content h4, .lungs-banner .banner-content p {
  text-shadow: none !important;
}
.lungs-banner .banner-content .lead {
  font-size: 2.5rem !important;
}
@media only screen and (max-width: 960px) {
  .lungs-banner .banner-content {
    padding-top: 45% !important;
  }
  .lungs-banner .banner-content .lead {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .lungs-banner .banner-content {
    padding-top: 65% !important;
  }
  .lungs-banner .banner-content .lead {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  .lungs-banner .banner-content {
    padding-top: 85% !important;
    background-size: 1000px !important;
  }
  .lungs-banner .banner-content .lead {
    font-size: 1.2rem;
  }
}

.eligible .eligible-bg {
  background-image: url("/files/practice/assets/lung-campaign/who-may-be-eligible.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}

.pack-year-bg {
  background-color: #1b194a;
  background-image: url("/files/practice/assets/lung-campaign/man-arms-crossed.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
}
.pack-year-bg .text-block {
  width: 75%;
}
@media only screen and (max-width: 960px) {
  .pack-year-bg {
    background-image: none;
  }
  .pack-year-bg .text-block {
    width: 100%;
  }
}

.low-dose-ct {
  background-image: url("/files/practice/assets/lung-campaign/purple-gradient.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.hands-bg {
  background-image: url("/files/practice/assets/lung-campaign/hands-with-lungs.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  padding: 45px;
}
@media only screen and (max-width: 800px) {
  .hands-bg {
    background-image: none;
    padding: 0;
  }
}

@media only screen and (max-width: 800px) {
  .mobile-white-text {
    color: #fff !important;
    text-shadow: 2px 2px 2px #000000;
  }
}

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