#single-page .content-holder a {
    font-weight: 400;
}
.InContentCTA {
  position: relative;
  margin: 2rem 0;
  margin: var(--space-2) 0;
  align-items: center;
  flex-wrap: wrap;
}

@media (min-width: 52em) {

.InContentCTA {
    margin: 1rem 0;
    margin: var(--space-1) 0
}
  }

.InContentCTA h1,.InContentCTA h2,.InContentCTA h3,.InContentCTA h4,.InContentCTA h5,.InContentCTA h6 {
    line-height: 1;
    color: #ffffff;
    text-align:center;
    margin: 0 auto;
    padding-bottom:10px;
    font-weight:600;
  }

@media (min-width: 52em) {

.InContentCTA h1,.InContentCTA h2,.InContentCTA h3,.InContentCTA h4,.InContentCTA h5,.InContentCTA h6 {
      text-align:left;

      line-height: 1;

      color: #ffffff
  }
    }

.InContentCTA > p {
    color: #ffffff;
  }

.InContentCTA__col :last-child { margin-bottom: 0;
  }

.InContentCTA__img {
  height: auto;
  width: 100%;
}

.InContentCTA--small {
  padding: calc(1rem * 1.5) 0;
  padding: calc(var(--space-1) * 1.5) 0;
  text-align: justify;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-top: 1px solid var(--darken-1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 1px solid var(--darken-1);
  color: #808080;
  color: var(--gray-dark);
}

@media (min-width: 52em) {

.InContentCTA--small {
    margin: 3rem 0;
    margin: var(--space-3) 0;

    padding: calc(2rem * 1.25) 0;

    padding: calc(var(--space-2) * 1.25) 0
}
  }

.InContentCTA--small .InContentCTA__col {
    position: relative;
    z-index: 2;
    z-index: var(--z2);
    width: 100%;
  }

@media (min-width: 52em) {
      .InContentCTA--small .InContentCTA__col:last-child {
        padding-left: 1rem;
        padding-left: var(--space-1);
        width: 40%;
      }
    }

.InContentCTA--small .InContentCTA__col:first-child {
      padding-bottom: 1rem;
      padding-bottom: var(--space-1);
    }

@media (min-width: 52em) {

.InContentCTA--small .InContentCTA__col:first-child {
        padding-bottom: 0;

        width: 60%
    }
      }

.InContentCTA--small .InContentCTA__col > h3 {
      margin-bottom: 0.5rem;
      margin-bottom: var(--space-05);
      font-size: 18px;
      font-size: var(--h4-mobile);
    }

@media (min-width: 52em) {

.InContentCTA--small .InContentCTA__col > h3 {
        margin-bottom: 0.75rem;
        margin-bottom: var(--space-075);

        font-size: 24px;

        font-size: var(--h4)
    }
      }

.InContentCTA--small .InContentCTA__col > p:last-child { margin-bottom: 0;
    }

.InContentCTA--small .InContentCTA__col .InContentCTA__link { width: 100%;
    }

.InContentCTA--small .IncontentCTA__img {
    height: auto;
    max-height: 100px;
    font-family: "object-fit:cover";
    object-fit: cover;
    width: 100%;
    border-radius: 4px;
    border-radius: var(--border-radius);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.125), 0 14px 8px -6px rgba(0, 0, 0, 0.1);
    box-shadow: var(--shadow-1);
  }

@media (min-width: 52em) {

.InContentCTA--small .IncontentCTA__img {
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.125), 0 14px 8px -6px rgba(0, 0, 0, 0.1);
      box-shadow: var(--shadow-1)
  }
    }

.InContentCTA--solid,
.InContentCTA--solid2,
.InContentCTA--solid3,
.InContentCTA--with-border {
  padding: 2rem 2rem;
  padding: var(--space-2) var(--space-2);
  font-size: 20px;
  font-size: var(--body-larger);
  background-color: transparent;
  color: inherit;
  text-align:center;
}

@media (min-width: 52em) {

.InContentCTA--solid,
.InContentCTA--solid2,
.InContentCTA--solid3,
.InContentCTA--with-border {
    margin-right: calc(4rem * -1);
    margin-right: calc(var(--space-4) * -1);

    padding: 2rem 4rem 2rem 2rem;

    padding: var(--space-2) var(--space-4) var(--space-2) var(--space-2);

    text-align:left
}
  }

.InContentCTA--solid .InContentCTA__col, .InContentCTA--solid2 .InContentCTA__col, .InContentCTA--solid3 .InContentCTA__col, .InContentCTA--with-border .InContentCTA__col {
    width: 100%;
  }

.InContentCTA--solid .InContentCTA__col:first-child, .InContentCTA--solid2 .InContentCTA__col:first-child, .InContentCTA--solid3 .InContentCTA__col:first-child, .InContentCTA--with-border .InContentCTA__col:first-child {
      padding-bottom: 1rem;
      padding-bottom: var(--space-1);
    }

@media (min-width: 52em) {

.InContentCTA--solid .InContentCTA__col:first-child, .InContentCTA--solid2 .InContentCTA__col:first-child, .InContentCTA--solid3 .InContentCTA__col:first-child, .InContentCTA--with-border .InContentCTA__col:first-child {
        padding-bottom: 0;

        width: 30%
    }
      }

@media (min-width: 52em) {

.InContentCTA--solid .InContentCTA__col:last-child, .InContentCTA--solid2 .InContentCTA__col:last-child, .InContentCTA--solid3 .InContentCTA__col:last-child, .InContentCTA--with-border .InContentCTA__col:last-child {
        padding-left: 1rem;
        padding-left: var(--space-1);

        width: 70%
    }
      }

.InContentCTA--solid {
  border-radius: 4px 0 0 4px;
  border-radius: var(--border-radius) 0 0 var(--border-radius);
  background-image: url('/app/uploads/2021/05/Call_CTA-1.jpg');
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.InContentCTA--solid2 {
  border-radius: 4px 0 0 4px;
  border-radius: var(--border-radius) 0 0 var(--border-radius);
  background-image: url('/app/uploads/2021/05/Guide_CTA-1.jpeg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.InContentCTA--solid3 {
  border-radius: var(--border-radius) 0 0 var(--border-radius);
  background-image: url('/app/uploads/2024/05/Financial-Assistance-for-Treatment-Banner.jpg');
  background-position: center;
  background-repeat: no-repeat; 
  background-size: cover;
}

@media (max-width: 767px) {
  .InContentCTA--solid3 {
    background-image: url('/app/uploads/2024/05/Financial-Assistance-Treatment-Mobile-Banner.jpg');
    height: 400px;
    width:100%;
  }
}

.InContentCTA--solid-blue {
  background-color: #173C3F;
  background-color: var(--blue-dark);
  color: #fefefe;
  color: var(--white);
}

.InContentCTA--solid-teal {
  background-color: #72BBA3;
  background-color: var(--teal);
  color: #fefefe;
  color: var(--white);
}

.InContentCTA--with-border { border-left: 12px solid rgba(0, 0, 0, 0.25); border-left: 12px solid var(--darken-2);
}

.InContentCTA--with-border-blue { border-color: #306970; border-color: var(--blue);
}

.InContentCTA--with-border-teal { border-color: #306970; border-color: var(--blue);
}

.InlineImg {
  display: flex;
  margin: 0 0 1rem 0;
  margin: 0 0 var(--space-1) 0;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 52em) {

.InlineImg {
    margin: 0 0 2rem 0;
    margin: 0 0 var(--space-2) 0;

    flex-direction: row
}
  }

.InlineImg__photo {
  margin: 0 auto;
  height: 10rem;
  width: 10rem;
}

@media (min-width: 52em) {

.InlineImg__photo {
    align-self: flex-start
}
  }

.InlineImg__img {
  height: 100%;
  width: 100%;
  font-family: "object-fit:contain;object-position:center";
  object-fit: contain;
  object-position: center;
}

.InlineImg__content {
  padding-top: 1rem;
  padding-top: var(--space-1);
  flex: 1;
}

@media (min-width: 52em) {

.InlineImg__content {
    padding-top: 0;

    padding-left: 2rem;

    padding-left: var(--space-2)
}
  }

.InlineImg__content h1:first-child,.InlineImg__content h2:first-child,.InlineImg__content h3:first-child,.InlineImg__content h4:first-child,.InlineImg__content h5:first-child,.InlineImg__content h6:first-child {
    margin-bottom: 1rem;
    margin-bottom: var(--space-1);
  }