* {
  user-select: none !important;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #000;
  letter-spacing: .25px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  object-fit: cover;
  display: inline-block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.navbar-left-contents {
  align-items: center;
  display: flex;
}

.copyright-text {
  letter-spacing: .25px;
}

.copyright-text.special-page {
  color: #fff;
}

.brand {
  width: 275px;
  cursor: pointer;
  padding-bottom: 5px;
}

.brand.w--current {
  object-fit: cover;
}

.brand.coming-soon {
  width: 320px;
  margin-bottom: 15px;
  padding-bottom: 0;
}

.main-container {
  width: 100%;
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.main-container.slanted-image-bg-container {
  z-index: 15;
  position: relative;
}

.main-container.centered-content {
  justify-content: center;
  display: flex;
}

.main-container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.main-container.author-content {
  justify-content: space-between;
  display: flex;
}

.main-container.gallery-content {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.navbar-icon-link {
  color: #fff;
  cursor: pointer;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.navbar-icon-link:hover {
  color: #62b6fd;
}

.navbar-icon-link.w--current {
  color: #4da87f;
}

.navbar-icon-link.w--current:hover {
  color: #62b6fd;
}

.full-height-menu-cross {
  z-index: 999;
  cursor: pointer;
  transform: translate(-96px);
}

.navbar-functions {
  align-items: center;
  display: flex;
}

.navbar-functions.navbar-functions-left {
  margin-left: 36px;
}

.full-height-menu-link {
  color: #1e2749;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 30px;
  text-decoration: none;
  transition: all .3s;
}

.full-height-menu-link:hover {
  color: #fff;
}

.full-height-menu-link.w--current {
  opacity: 1;
  color: #fff;
}

.full-height-menu-link.w--current:hover {
  color: #1e2749;
}

.collapsed-nav-links {
  align-items: center;
  display: flex;
}

.full-height-menu-contents {
  width: 100%;
  height: 100vh;
  color: #1e2749;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 72px;
  display: flex;
  position: absolute;
}

.navbar-right-contents {
  align-items: center;
  display: flex;
}

.nav-link {
  color: #62b6fd;
  cursor: pointer;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.nav-link:hover {
  color: #fff;
}

.nav-link.w--current {
  color: #4da87f;
}

.nav-link.w--current:hover {
  color: #fff;
}

.navbar {
  min-height: 80px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.navbar.collapsed-navbar {
  background-color: rgba(0, 0, 0, 0);
}

.full-height-menu-links {
  grid-column-gap: 18px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-bottom: 24px;
  display: grid;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.nav-menu.collapsed-nav-menu {
  z-index: 0;
  margin-left: 24px;
}

.navbar-justify-between {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.full-height-menu-footer {
  font-size: 13px;
  line-height: 18px;
}

.menu-brand {
  width: 350px;
  margin-bottom: -185px;
}

.navigation {
  z-index: 100;
  width: 100%;
  height: 140px;
  background-color: #1e2749;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 20px 15px -8px rgba(0, 0, 0, .08);
}

.menu-button {
  cursor: pointer;
  border-radius: 5px;
  margin-left: 30px;
  padding: 20px;
  transition: all .3s;
  display: block;
}

.menu-button:hover, .menu-button.w--open {
  background-color: #4da87f;
}

.menu-button.w--open:hover {
  background-color: rgba(0, 0, 0, 0);
}

.mobile-menu-icon-wrapper {
  width: auto;
  height: 18px;
  overflow: hidden;
}

.footer-social-link {
  color: #1e2749;
  cursor: pointer;
  margin-left: 9px;
  margin-right: 9px;
  text-decoration: none;
  transition: all .3s;
}

.footer-social-link:hover {
  color: #4a89bf;
}

.boxed-text-wrapper {
  width: 100%;
  max-width: 612px;
  direction: ltr;
}

.boxed-text-wrapper.align-center {
  margin-left: auto;
  margin-right: auto;
}

.footer-info-container {
  width: 100%;
  max-width: 435px;
  direction: ltr;
  overflow: hidden;
}

.footer-info-container.lp {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  z-index: 0;
  height: 685px;
  color: #fff;
  letter-spacing: .25px;
  background-color: #fff;
  background-image: linear-gradient(rgba(98, 182, 253, .4), rgba(98, 182, 253, .4));
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 70px 25px 40px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-grid-vertical {
  grid-column-gap: 0px;
  grid-row-gap: 5px;
  grid-template-columns: 1fr;
}

.footer-bottom-links {
  font-size: 13px;
  line-height: 20px;
  display: flex;
}

.footer-text {
  width: 350px;
  color: #1e2749;
  letter-spacing: .25px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.footer-text.lp {
  margin-left: auto;
  margin-right: auto;
}

.footer-top-row {
  align-items: flex-start;
  display: flex;
}

.footer-logo {
  width: 250px;
  cursor: auto;
  object-fit: cover;
  margin-bottom: 20px;
}

.footer-menus-container {
  flex: 1;
  padding-left: 24px;
  padding-right: 24px;
}

.footer-menu-heading {
  color: #1e2749;
  margin-bottom: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 19px;
}

.footer-bottom-row-link {
  color: #1e2749;
  cursor: pointer;
  margin-right: 24px;
  text-decoration: none;
  transition: all .3s;
}

.footer-bottom-row-link:hover {
  color: #4a89bf;
}

.icons {
  font-family: ICONS, sans-serif;
}

.icons.footer-social-icons {
  font-size: 18px;
}

.icons.big-button-icon {
  margin-right: 5px;
  font-size: 23px;
  line-height: 14px;
  position: relative;
  top: 5px;
}

.icons.big-button-icon.call {
  font-size: 20px;
  top: 3px;
}

.icons.big-button-icon.check {
  margin-right: 6px;
  font-size: 25px;
  top: 5px;
}

.icons.big-button-icon.view {
  margin-right: 6px;
  font-size: 22px;
  top: 3px;
}

.icons.big-button-icon.question {
  margin-right: 4px;
  font-size: 25px;
  top: 5px;
}

.icons.big-button-icon.staff {
  margin-right: 6px;
  font-size: 22px;
  top: 4px;
}

.icons.big-button-icon.blog {
  margin-right: 6px;
  font-size: 20px;
  top: 4px;
}

.icons.big-button-icon.choose-natc {
  margin-right: 6px;
  font-size: 22px;
  top: 4px;
}

.icons.big-button-icon.about-us {
  top: 4px;
}

.icons.big-button-icon.programs {
  margin-right: 3px;
  font-size: 22px;
  top: 4px;
}

.icons.small-button-icon {
  margin-right: 5px;
  font-size: 18px;
  display: inline-block;
  position: relative;
  top: 3px;
}

.icons.small-button-icon.learn-more {
  margin-left: 5px;
  margin-right: 0;
  top: 3px;
}

.icons.nav-link-icon {
  margin-right: 2px;
  position: relative;
  top: 2px;
}

.icons.nav-link-icon.check {
  font-size: 18px;
  top: 3px;
}

.icons.nav-link-icon.covid {
  margin-right: 0;
  font-size: 18px;
  top: 0;
}

.icons.top-navigation-social-icons {
  font-size: 20px;
}

.icons.read-more {
  color: #62b6fd;
  margin-left: 5px;
  font-size: 16px;
  line-height: 16px;
  position: relative;
  top: 2px;
}

.icons.social-icons {
  font-size: 25px;
  line-height: 25px;
}

.icons.phone {
  margin-right: 2px;
  font-size: 25px;
  line-height: 25px;
  position: relative;
  top: 8px;
}

.icons.mail {
  margin-right: 4px;
  font-size: 25px;
  line-height: 25px;
  position: relative;
  top: 9px;
}

.icons.get-help {
  color: #fff;
  margin-right: 5px;
  font-size: 15px;
  display: inline-block;
  position: relative;
  top: 2px;
  left: 5px;
}

.icons.agree {
  text-transform: none;
  margin-right: 4px;
  font-size: 22px;
  line-height: 0;
  position: relative;
  top: 4px;
}

.footer-menus-grid {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-contact-details {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.footer-link {
  color: #4a89bf;
  cursor: pointer;
  text-decoration: none;
  transition: all .3s;
}

.footer-link:hover {
  color: #1e2749;
}

.footer-bottom-row {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.footer-social-links {
  align-items: center;
  display: flex;
}

.hero-heading {
  color: #043d76;
  letter-spacing: .25px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 85px;
  font-weight: 600;
  line-height: 75px;
}

.hero-heading.page-hero {
  color: #fff;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 60px;
  line-height: 60px;
  display: inline-block;
}

.hero-heading.page-hero.no-bottom-margin {
  margin-bottom: 0;
}

.hero-heading.page-hero.no-bottom-margin.blog-heading {
  font-size: 55px;
  line-height: 55px;
}

.hero-heading.section-hero {
  color: #fff;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  line-height: 40px;
  display: inline-block;
}

.hero-heading.lp {
  font-size: 65px;
  line-height: 59px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: .25px;
  cursor: pointer;
  background-color: #1e2749;
  border-radius: 5px;
  padding: 15px 20px 18px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
  box-shadow: 0 0 11px -1px rgba(0, 0, 0, .25);
}

.button:hover {
  color: #1e2749;
  background-color: #62b6fd;
  box-shadow: 0 0 11px -1px rgba(0, 0, 0, .3);
}

.button.large-button {
  color: #fff;
  background-color: #62b6fd;
  padding: 20px 25px 22px;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.button.large-button:hover {
  color: #fff;
  background-color: #1e2749;
}

.button.large-button.color-swap-1 {
  color: #1e2749;
}

.button.large-button.color-swap-1:hover {
  color: #4da87f;
}

.button.large-button.color-swap-1.mobile-only {
  display: none;
}

.button.large-button.color-swap-1.lp-button {
  padding-bottom: 20px;
}

.button.large-button.color-swap-2 {
  color: #1e2749;
}

.button.large-button.color-swap-2:hover {
  color: #fff;
  background-color: #4da87f;
}

.button.large-button.color-swap-2.mobile-only {
  display: none;
}

.button.large-button.color-swap-3 {
  color: #fff;
  background-color: #4da87f;
}

.button.large-button.color-swap-3:hover {
  color: #1e2749;
  background-color: #62b6fd;
}

.button.large-button.color-swap-3.lp-nav-cta {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.button.large-button.color-swap-3.lp-nav-cta.mobile-only {
  display: none;
}

.button.color-swap {
  color: #62b6fd;
}

.button.color-swap:hover {
  color: #1e2749;
}

.button.color-swap.lp.mobile-only {
  display: none;
}

.grid-halves {
  grid-column-gap: 24px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  align-items: center;
}

.grid-halves.fullwidth-grid-halves {
  width: 80%;
  text-align: center;
  grid-template-columns: 1fr;
}

.grid-halves.reverse-direction {
  direction: rtl;
  margin-bottom: 20px;
}

.grid-halves.reverse-direction.about-us.top-margin {
  margin-top: 20px;
}

.grid-halves.map {
  margin-top: 60px;
}

.grid-halves.margin-alignment-adjust {
  direction: rtl;
  align-items: start;
  margin-top: 30px;
  margin-bottom: 30px;
}

.grid-halves.margin-alignment-adjust.single {
  grid-template-columns: 1fr;
}

.hero-text-wrapper {
  width: 100%;
  max-width: 620px;
  direction: ltr;
  text-align: left;
}

.hero-text-wrapper.page-hero {
  max-width: 700px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.hero {
  height: 750px;
  object-fit: cover;
  background-color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 75%, rgba(30, 39, 73, .12) 90%, rgba(30, 39, 73, .35)), linear-gradient(320deg, rgba(77, 168, 127, .35), rgba(0, 0, 0, 0)), linear-gradient(131deg, rgba(98, 182, 253, .35), rgba(0, 0, 0, 0)), linear-gradient(rgba(30, 39, 73, .3), rgba(30, 39, 73, .3)), url('../images/hero.jpg');
  background-position: 0 0, 0 0, 0 0, 0 0, 100% 35%;
  background-repeat: repeat, repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, auto, cover;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  padding: 130px 25px 70px;
  display: flex;
}

.hero.page-hero {
  height: auto;
  min-height: 350px;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 75%, rgba(30, 39, 73, .12) 90%, rgba(30, 39, 73, .35)), linear-gradient(320deg, rgba(77, 168, 127, .35), rgba(0, 0, 0, 0)), linear-gradient(131deg, rgba(98, 182, 253, .35), rgba(0, 0, 0, 0)), linear-gradient(rgba(255, 255, 255, .35), rgba(255, 255, 255, .35)), linear-gradient(rgba(30, 39, 73, .65), rgba(30, 39, 73, .65)), url('../images/navigation-bg.jpg');
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 100%;
  background-repeat: repeat, repeat, repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, auto, auto, cover;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero.desktop.lp {
  background-image: linear-gradient(320deg, rgba(77, 168, 127, .35), rgba(0, 0, 0, 0)), linear-gradient(131deg, rgba(98, 182, 253, .35), rgba(0, 0, 0, 0)), linear-gradient(rgba(30, 39, 73, .3), rgba(30, 39, 73, .3)), url('../images/lp-hero.jpg');
  background-position: 0 0, 0 0, 0 0, 100% 0;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, fixed;
}

.hero.mobile {
  display: none;
}

.hero.section-hero {
  height: auto;
  background-color: #1e2749;
  background-image: linear-gradient(320deg, rgba(77, 168, 127, .35), rgba(0, 0, 0, 0)), linear-gradient(130deg, rgba(98, 182, 253, .35), rgba(0, 0, 0, 0)), linear-gradient(rgba(30, 39, 73, .65), rgba(30, 39, 73, .65));
  align-items: center;
  margin-bottom: 40px;
  padding-top: 230px;
  padding-bottom: 60px;
}

.hero.section-hero._1 {
  background-image: linear-gradient(320deg, rgba(77, 168, 127, .35), rgba(0, 0, 0, 0)), linear-gradient(130deg, rgba(98, 182, 253, .35), rgba(0, 0, 0, 0)), linear-gradient(rgba(30, 39, 73, .65), rgba(30, 39, 73, .65)), url('../images/alcohol-addiction.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
}

.hero.section-hero._2 {
  background-image: linear-gradient(320deg, rgba(77, 168, 127, .35), rgba(0, 0, 0, 0)), linear-gradient(130deg, rgba(98, 182, 253, .35), rgba(0, 0, 0, 0)), linear-gradient(rgba(30, 39, 73, .65), rgba(30, 39, 73, .65)), url('../images/opioid-addiction.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, repeat;
  background-size: auto, auto, auto, cover;
}

.hero.section-hero._3 {
  background-image: linear-gradient(320deg, rgba(77, 168, 127, .35), rgba(0, 0, 0, 0)), linear-gradient(130deg, rgba(98, 182, 253, .35), rgba(0, 0, 0, 0)), linear-gradient(rgba(30, 39, 73, .65), rgba(30, 39, 73, .65)), url('../images/benzo-addiction.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, repeat;
  background-size: auto, auto, auto, cover;
}

.hero.section-hero._4 {
  background-image: linear-gradient(320deg, rgba(77, 168, 127, .35), rgba(0, 0, 0, 0)), linear-gradient(130deg, rgba(98, 182, 253, .35), rgba(0, 0, 0, 0)), linear-gradient(rgba(30, 39, 73, .65), rgba(30, 39, 73, .65)), url('../images/meth-addiction.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, repeat;
  background-size: auto, auto, auto, cover;
}

.hero.section-hero._5 {
  background-image: linear-gradient(320deg, rgba(77, 168, 127, .35), rgba(0, 0, 0, 0)), linear-gradient(130deg, rgba(98, 182, 253, .35), rgba(0, 0, 0, 0)), linear-gradient(rgba(30, 39, 73, .65), rgba(30, 39, 73, .65)), url('../images/cocaine-addiction.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, repeat;
  background-size: auto, auto, auto, cover;
}

.hero.section-hero._6 {
  background-image: linear-gradient(320deg, rgba(77, 168, 127, .35), rgba(0, 0, 0, 0)), linear-gradient(130deg, rgba(98, 182, 253, .35), rgba(0, 0, 0, 0)), linear-gradient(rgba(30, 39, 73, .65), rgba(30, 39, 73, .65)), url('../images/hallucinogen-addiction.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, repeat;
  background-size: auto, auto, auto, cover;
}

.hero.section-hero._7 {
  background-image: linear-gradient(320deg, rgba(77, 168, 127, .35), rgba(0, 0, 0, 0)), linear-gradient(130deg, rgba(98, 182, 253, .35), rgba(0, 0, 0, 0)), linear-gradient(rgba(30, 39, 73, .65), rgba(30, 39, 73, .65)), url('../images/mdma-addiction.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, repeat;
  background-size: auto, auto, auto, cover;
}

.button-wrapper.centered {
  text-align: center;
}

.button-wrapper.centered.top-margin {
  margin-top: 40px;
}

.button-wrapper.centered.margin-adjust {
  margin-top: -10px;
  margin-bottom: 40px;
}

.button-wrapper.top-margin {
  margin-top: 30px;
}

.button-wrapper.page-form {
  margin-top: 10px;
}

.hero-subtext {
  width: 475px;
  color: #fff;
  margin-bottom: 100px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 25px;
}

.hero-subtext.page-hero {
  margin: 20px auto 0;
  font-size: 20px;
  line-height: 22px;
}

.hero-subtext.lp {
  margin-bottom: 110px;
}

.page-content {
  z-index: 10;
  width: 100%;
  background-color: #fff;
  margin-top: 140px;
  margin-bottom: 685px;
  display: inline-block;
  position: relative;
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, .3);
}

.section-text-wrapper {
  width: 65%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}

.section-text-wrapper.bottom-margin {
  margin-bottom: 50px;
}

.section-text-wrapper.bottom-margin.call-now-size-adjust {
  width: 40%;
  margin-bottom: 20px;
}

.section-text-wrapper.text-left-justified {
  width: 100%;
  text-align: left;
  margin-left: 0;
}

.insurance-section {
  width: 100%;
  object-fit: cover;
  background-color: #1e2749;
  padding-top: 100px;
  padding-bottom: 113px;
}

.insurance-logo-row {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.insurance-logo-row.bottom-margin {
  margin-bottom: 0;
}

.large-section-heading {
  color: #043d76;
  letter-spacing: .25px;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
}

.large-section-heading.white {
  color: #fff;
}

.large-section-heading.cta-heading {
  margin-bottom: 0;
  font-size: 55px;
  line-height: 60px;
}

.large-section-heading.utility-page {
  color: #fff;
  margin-bottom: 25px;
  font-size: 100px;
  font-weight: 600;
  line-height: 100px;
}

.large-section-heading.utility-page._404 {
  font-size: 200px;
  line-height: 160px;
}

.large-section-heading.call-now-heading {
  margin-bottom: 20px;
  font-size: 75px;
  line-height: 65px;
}

.insurance-row-item {
  width: 140px;
  object-fit: contain;
  flex: none;
  margin: 12px 24px;
}

.section-paragraph {
  color: #1e2749;
  letter-spacing: .25px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.section-paragraph.large-paragraph {
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.section-paragraph.large-paragraph.white.coming-soon {
  margin-bottom: 40px;
  font-size: 55px;
  font-weight: 100;
  line-height: 55px;
}

.section-paragraph.white {
  color: #fff;
}

.section-title {
  margin-bottom: 40px;
}

.section-title.text-center {
  text-align: center;
}

.section-title.text-center.call-now-adjust {
  margin-bottom: 15px;
}

.section-title.less-bottom-margin {
  margin-bottom: 20px;
}

.section-title.top-bottom-margin {
  margin-top: 30px;
  margin-bottom: 20px;
}

.footer-copyright-wrapper {
  color: #1e2749;
  text-align: center;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
}

.footer-copyright-wrapper.special-page {
  padding-left: 25px;
  padding-right: 25px;
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 0%;
  right: 0%;
}

.levels-of-care-section {
  background-color: #fff;
  background-image: linear-gradient(rgba(30, 39, 73, .1), rgba(30, 39, 73, .03) 10%, rgba(0, 0, 0, 0) 30%);
  padding: 125px 25px 80px;
  overflow: hidden;
}

.section-heading {
  color: #1e2749;
  letter-spacing: .25px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

.section-heading.white {
  color: #fff;
}

.section-heading.small-cta-heading {
  width: 80%;
  color: #043d76;
  margin-bottom: 0;
}

.section-heading.medium-cta-heading {
  width: 60%;
  color: #043d76;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 45px;
}

.section-heading.medium-cta-heading.white {
  color: #fff;
}

.section-heading.gallery-grid {
  width: 80%;
  color: #fff;
  margin-bottom: 0;
  position: absolute;
}

.boxed-image-grid-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.boxed-wrapper {
  justify-content: center;
  margin-top: 60px;
  display: flex;
}

.boxed-image-text {
  text-align: center;
  margin-top: 160px;
}

.boxed-image-text.lp {
  margin-top: 0;
}

.boxed-image {
  object-fit: cover;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 36px;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px -1px rgba(0, 0, 0, .2);
}

.boxed-image:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, .2);
}

.boxed-image.tp1 {
  z-index: 10;
  background-image: linear-gradient(rgba(4, 61, 118, .25), rgba(4, 61, 118, .25)), linear-gradient(130deg, rgba(77, 168, 127, .3), rgba(0, 0, 0, 0)), linear-gradient(rgba(98, 182, 253, .25), rgba(98, 182, 253, .25)), linear-gradient(rgba(30, 39, 73, .3), rgba(30, 39, 73, .3)), url('../images/detox-program.jpg');
  background-position: 0 0, 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, auto, cover;
}

.boxed-image.tp1.lp {
  height: 400px;
  justify-content: center;
  align-items: center;
}

.boxed-image.tp3 {
  z-index: 10;
  background-image: linear-gradient(rgba(4, 61, 118, .25), rgba(4, 61, 118, .25)), linear-gradient(130deg, rgba(77, 168, 127, .3), rgba(0, 0, 0, 0)), linear-gradient(rgba(98, 182, 253, .25), rgba(98, 182, 253, .25)), linear-gradient(rgba(30, 39, 73, .3), rgba(30, 39, 73, .3)), url('../images/dual-diagnosis.jpg');
  background-position: 0 0, 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, auto, cover;
}

.boxed-image.tp3.lp {
  height: 400px;
  justify-content: center;
  align-items: center;
}

.boxed-image.tp2 {
  z-index: 10;
  background-image: linear-gradient(rgba(4, 61, 118, .25), rgba(4, 61, 118, .25)), linear-gradient(130deg, rgba(77, 168, 127, .3), rgba(0, 0, 0, 0)), linear-gradient(rgba(98, 182, 253, .25), rgba(98, 182, 253, .25)), linear-gradient(rgba(30, 39, 73, .3), rgba(30, 39, 73, .3)), url('../images/residential-treatment-program.jpg');
  background-position: 0 0, 0 0, 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, auto, cover;
  flex: 1;
}

.boxed-image.tp2.lp {
  height: 400px;
  justify-content: center;
  align-items: center;
}

.get-help-section {
  object-fit: cover;
  background-color: #1e2749;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, .3)), linear-gradient(rgba(30, 39, 73, .7), rgba(30, 39, 73, .7)), linear-gradient(rgba(255, 255, 255, .15), rgba(255, 255, 255, .15)), linear-gradient(rgba(4, 61, 118, .8), rgba(4, 61, 118, .8)), url('../images/topographic-background.jpg');
  background-position: 0 0, 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, auto, cover;
  padding: 60px 25px 120px;
}

.get-help-section.no-blog {
  padding-bottom: 70px;
}

.small-section-heading {
  color: #1e2749;
  letter-spacing: .25px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.small-section-heading.white {
  color: #fff;
}

.small-section-heading.bottom-margin {
  margin-bottom: 25px;
}

.justify-content-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.large-cta-section {
  min-height: 550px;
  object-fit: cover;
  background-image: linear-gradient(320deg, rgba(77, 168, 127, .5), rgba(0, 0, 0, 0)), linear-gradient(135deg, rgba(98, 182, 253, .5), rgba(0, 0, 0, 0)), linear-gradient(rgba(30, 39, 73, .1), rgba(30, 39, 73, .1)), linear-gradient(rgba(30, 39, 73, .7), rgba(30, 39, 73, .7)), url('../images/big-cta.jpg');
  background-position: 0 0, 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 25px;
  display: flex;
}

.large-cta-section.lp {
  background-image: linear-gradient(320deg, rgba(77, 168, 127, .5), rgba(0, 0, 0, 0)), linear-gradient(135deg, rgba(98, 182, 253, .5), rgba(0, 0, 0, 0)), linear-gradient(rgba(30, 39, 73, .1), rgba(30, 39, 73, .1)), linear-gradient(rgba(30, 39, 73, .7), rgba(30, 39, 73, .7)), url('../images/lp-big-cta.jpg');
}

.page-section {
  padding: 60px 20px;
}

.page-section.staff {
  padding-bottom: 25px;
}

.page-section.page-top {
  padding-bottom: 0;
}

.page-section.blog {
  padding-bottom: 10px;
}

.page-section.anchor-page {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.page-section.anchor-page.color-1 {
  background-color: rgba(98, 182, 253, .2);
}

.page-section.anchor-page.color-2 {
  background-color: #f5f5f5;
}

.page-section.page-grid-menu {
  padding-top: 20px;
  padding-bottom: 60px;
}

.page-section.testimonials, .page-section.bottom-padding-adjust {
  padding-bottom: 0;
}

.page-section.top-padding-adjust {
  padding-top: 40px;
}

.page-section.top-padding-adjust.insurance {
  padding-left: 0;
  padding-right: 0;
}

.page-section.top-padding-adjust.residential-content {
  padding-top: 0;
}

.page-section.faq {
  padding-bottom: 30px;
}

.page-section.dark-mountain {
  background-image: linear-gradient(rgba(30, 39, 73, .7), rgba(30, 39, 73, .7)), linear-gradient(rgba(255, 255, 255, .15), rgba(255, 255, 255, .15)), linear-gradient(rgba(4, 61, 118, .8), rgba(4, 61, 118, .8)), url('../images/textured-background.jpg');
  background-position: 0 0, 0 0, 0 0, 100% 0;
  background-size: auto, auto, auto, cover;
}

.section-bottom-background {
  position: absolute;
}

.section-bottom-background.insurance-bottom {
  width: 100%;
}

.section-background-image {
  width: 100%;
  object-fit: cover;
}

.top-navigation {
  width: 100%;
  height: 40px;
  background-color: #62b6fd;
}

.top-navigation-dropdown {
  height: 40px;
  float: left;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  display: block;
}

.top-navigation-dropdown-toggle {
  height: 100%;
  color: #1e2749;
  cursor: pointer;
  padding: 10px 40px 10px 20px;
  transition: all .3s;
}

.top-navigation-dropdown-toggle:hover {
  color: #fff;
  background-color: #1e2749;
}

.top-navigation-dropdown-icon {
  margin-top: 11px;
  margin-right: 15px;
}

.top-navigation-dropdown-list {
  background-color: #4da87f;
}

.top-navigation-dropdown-list.w--open {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 15px;
  box-shadow: 0 20px 15px -8px rgba(0, 0, 0, .08);
}

.top-navigation-dropdown-link {
  color: #fff;
  cursor: pointer;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  transition: all .3s;
}

.top-navigation-dropdown-link:hover, .top-navigation-dropdown-link.w--current {
  color: #1e2749;
}

.top-navigation-dropdown-link.w--current:hover {
  color: #fff;
}

.top-navigation-dropdown-wrapper {
  height: 40px;
  float: right;
}

.top-navigation-social-wrapper {
  height: 40px;
  float: left;
}

.top-navigation-social-links {
  height: 100%;
  float: left;
  align-items: center;
  display: block;
}

.top-navigation-social-link {
  width: 50px;
  height: 100%;
  color: #1e2749;
  text-align: center;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  transition: all .3s;
}

.top-navigation-social-link:hover {
  color: #4da87f;
  background-color: #1e2749;
}

.main-navigation {
  z-index: 0;
  width: 100%;
  height: 100px;
  background-color: #1e2749;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-top-background {
  position: absolute;
}

.section-top-background.insurance-top {
  width: 100%;
  margin-top: -173px;
}

.section-top-background.lastest-blogs-top {
  width: 100%;
  margin-top: -120px;
}

.blog-section {
  background-color: #f5f5f5;
  padding: 25px 0 70px;
}

.article-wrapper {
  flex-direction: row;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column dense;
  align-content: stretch;
  justify-content: stretch;
  align-items: center;
  justify-items: center;
}

.article-wrapper.view-blog {
  margin-bottom: 45px;
}

.article-item {
  margin-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
}

.blog-empty-state {
  width: 1296px;
  max-width: 1296px;
  color: #014672;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  display: inline-block;
}

.blog-empty-state.limited {
  color: #4da87f;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: block;
}

.article-meta {
  width: 55%;
  float: left;
  clear: left;
  align-items: center;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  display: inline-block;
}

.article-meta.date {
  width: auto;
  float: right;
  clear: both;
  color: #1e2749;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 12px;
}

.article-meta.post-page {
  width: 100%;
  margin-bottom: 30px;
  display: block;
}

.article-grid-item {
  width: 100%;
  height: 455px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 30px;
  transition: all .3s;
  display: inline-block;
  box-shadow: 0 0 20px -1px rgba(0, 0, 0, .25);
}

.article-grid-item:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, .25);
}

.primary-tag {
  color: #62b6fd;
  cursor: pointer;
  background-color: rgba(98, 182, 253, .25);
  border-radius: 6px;
  padding: 5px 8px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.primary-tag:hover {
  color: #4a89bf;
  background-color: rgba(74, 137, 191, .25);
}

.article-grid-heading-link {
  margin-bottom: 12px;
  width: 100%;
}

.post-date {
  display: inline-block;
}

.post-date.post-page {
  margin-bottom: 15px;
  display: inline-block;
}

.article-thumbnail {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 12px;
  display: block;
  overflow: hidden;
}

.article-grid-heading {
  color: #1e2749;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
  display: inline-block;
}

.article-read-more-link {
  float: right;
  color: #043d76;
  text-align: right;
  letter-spacing: .25px;
  justify-content: flex-end;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.article-read-more-link:hover {
  color: #4a89bf;
}

.about-us-section {
  object-fit: cover;
  background-color: #fff;
  background-image: linear-gradient(rgba(30, 39, 73, .7), rgba(30, 39, 73, .7)), linear-gradient(rgba(255, 255, 255, .15), rgba(255, 255, 255, .15)), linear-gradient(rgba(4, 61, 118, .75), rgba(4, 61, 118, .75)), url('../images/textured-background.jpg');
  background-position: 0 0, 0 0, 0 0, 100%;
  background-size: auto, auto, auto, cover;
  padding: 60px 25px;
}

.shadow-image {
  object-fit: cover;
  border-radius: 5px;
  transition: all .3s;
  box-shadow: 0 0 20px -1px rgba(0, 0, 0, .2);
}

.shadow-image:hover {
  transform: scale(1.05);
}

.grid-halves-image-wrapper {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}

.grid-halves-text-wrapper {
  width: 100%;
  max-width: 506px;
  direction: ltr;
  margin-left: auto;
  margin-right: auto;
}

.grid-halves-text-wrapper.mobile-adjust.centered, .grid-halves-text-wrapper.centered {
  text-align: center;
}

.horizontal-cta-row {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.small-bottom-cta-section {
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(98, 182, 253, .1) 40%, rgba(74, 137, 191, .45));
  padding: 60px 25px;
  position: relative;
}

.gallery-block {
  padding: 10px 12px;
}

.gallery-link {
  height: 350px;
  color: gray;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  text-decoration: none;
  transition: all .3s;
  display: block;
  overflow: hidden;
  box-shadow: 0 0 20px -1px rgba(0, 0, 0, .2);
}

.gallery-link:hover {
  color: #000;
  transform: scale(1.05);
}

.gallery-image-wrapper {
  position: relative;
  overflow: hidden;
}

.gallery-link-image {
  width: 100%;
  height: 350px;
  object-fit: cover;
  background-color: #fff;
}

.gallery-column {
  display: block;
}

.gallery-column.top-margin {
  margin-top: 40px;
  display: block;
}

.gallery-section {
  background-color: #fff;
  padding: 60px 25px 70px;
}

.article-read-more-wrapper {
  width: 330px;
}

.small-cta-background {
  z-index: -1;
  width: 100%;
  opacity: .3;
  text-align: center;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.small-cta-background-image {
  width: 125%;
  max-width: 125%;
  object-fit: cover;
  margin-left: -10%;
  display: block;
}

.small-cta-section {
  z-index: 1;
  object-fit: cover;
  background-color: #fff;
  background-image: linear-gradient(320deg, rgba(77, 168, 127, .5), rgba(0, 0, 0, 0)), linear-gradient(135deg, rgba(98, 182, 253, .5), rgba(0, 0, 0, 0)), linear-gradient(rgba(30, 39, 73, .6), rgba(30, 39, 73, .6)), url('../images/small-cta-background.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, auto;
  padding: 100px 25px;
  position: relative;
  box-shadow: 0 0 40px -5px rgba(30, 39, 73, .25);
}

.small-cta-section.lp {
  background-image: linear-gradient(320deg, rgba(77, 168, 127, .5), rgba(0, 0, 0, 0)), linear-gradient(135deg, rgba(98, 182, 253, .5), rgba(0, 0, 0, 0)), linear-gradient(rgba(30, 39, 73, .6), rgba(30, 39, 73, .6)), url('../images/lp-small-cta-background.jpg');
  background-position: 0 0, 0 0, 0 0, 0 100%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 160px;
  padding-bottom: 160px;
}

.menu-close-button {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all .3s;
  display: none;
  position: absolute;
  top: 30px;
  bottom: auto;
  left: auto;
  right: 30px;
}

.menu-close-button:hover {
  color: #043d76;
}

.hmbrgr {
  width: 20px;
  height: 20px;
}

.half-menu {
  align-items: center;
  display: flex;
}

.half-menu.full-height-menu {
  z-index: 200;
  max-height: 100vh;
  min-width: 600px;
  color: #fff;
  text-align: left;
  object-fit: cover;
  background-color: #fff;
  background-image: linear-gradient(320deg, rgba(77, 168, 127, .65), rgba(0, 0, 0, 0)), linear-gradient(rgba(98, 182, 253, .8), rgba(98, 182, 253, .8)), url('../images/navigation-bg.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  box-shadow: 20px 0 15px -8px rgba(0, 0, 0, .08);
}

.top-navigation-dropdown-wrapper-mobile {
  display: none;
}

.post-image {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}

.team-member-image {
  width: 350px;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: all .3s;
  box-shadow: 0 0 20px -3px rgba(0, 0, 0, .15);
}

.team-member-image:hover {
  transform: scale(1.05);
}

.team-member-name {
  color: #043d76;
  letter-spacing: .25px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
}

.team-member-name.team-member-page {
  margin-bottom: 5px;
  font-size: 35px;
  line-height: 40px;
  display: inline-block;
}

.team-member {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-member-title {
  color: #4b4b4b;
  letter-spacing: .25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.team-member-title.team-member-page {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 22px;
  display: block;
}

.team-members-wrapper {
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.team-members {
  text-align: center;
}

.team-member-link {
  width: 32.5%;
  cursor: pointer;
  margin-bottom: 20px;
  text-decoration: none;
  display: inline-block;
}

.accordion-item-content-wrapper {
  height: 100%;
  overflow: hidden;
}

.accordion-item-content {
  padding-bottom: 24px;
}

.accordion-item {
  border-bottom: 1px solid rgba(30, 39, 73, .1);
}

.accordion-wrapper {
  margin-bottom: 40px;
}

.accordion-item-title {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.accordion-item-title:hover {
  color: #e14817;
}

.accordion-arrow {
  width: 25px;
}

.form-input {
  height: 60px;
  color: #1e2749;
  border: 1px solid rgba(30, 39, 73, .25);
  border-radius: 5px;
  margin-bottom: 0;
  padding: 16px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 20px;
  transition: all .3s;
}

.form-input:focus {
  border-color: #4da87f;
}

.form-input::-ms-input-placeholder {
  color: rgba(30, 39, 73, .25);
  letter-spacing: .25px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.form-input::placeholder {
  color: rgba(30, 39, 73, .25);
  letter-spacing: .25px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.form-input.bottom-margin {
  margin-top: 0;
  margin-bottom: 20px;
}

.form-input.message {
  height: 180px;
}

.form-label {
  letter-spacing: .5px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.form-label.utility-page {
  color: #fff;
  text-align: left;
  display: none;
}

.form-label.utility-page-remind-me {
  color: #fff;
  text-align: left;
  display: block;
}

.form-success {
  width: 450px;
  color: #4da87f;
  letter-spacing: .25px;
  background-color: rgba(77, 168, 127, .15);
  border: 1px solid #4da87f;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.form-success.utility-page {
  color: #fff;
  background-color: #4da87f;
}

.form-required {
  color: #62b6fd;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.form-error {
  width: 520px;
  color: #d60000;
  text-align: center;
  letter-spacing: .25px;
  background-color: rgba(214, 0, 0, .1);
  border: 1px solid #d60000;
  border-radius: 5px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.form-error.utility-page {
  color: #fff;
  background-color: #d60000;
}

.form-grid-vertical {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-grid-halves {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
}

.form-block {
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.utility-page-content {
  width: 100%;
  text-align: center;
  background-image: linear-gradient(320deg, rgba(77, 168, 127, .5), rgba(0, 0, 0, 0)), linear-gradient(135deg, rgba(98, 182, 253, .5), rgba(0, 0, 0, 0)), linear-gradient(rgba(30, 39, 73, .6), rgba(30, 39, 73, .6)), url('../images/navigation-bg.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 50px 25px;
  display: flex;
}

.utility-page-content.call-now-page {
  padding-top: 0;
}

.utility-page-content.special-page {
  padding-top: 0;
  padding-bottom: 0;
}

.utility-page-content.special-page-more {
  padding-top: 40px;
  padding-bottom: 50px;
}

.utility-page-message {
  max-width: 775px;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-wrapper {
  min-height: 100vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page-wrapper.call-now {
  min-height: 90vh;
}

.utility-page-form {
  min-width: 300px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.contact-row-link {
  color: #043d76;
  letter-spacing: .5px;
  cursor: pointer;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.contact-row-link:hover {
  color: #4da87f;
}

.container-large {
  width: 100%;
  max-width: 612px;
  direction: ltr;
}

.container-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.contact-grid-vertical {
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.page-social-link {
  color: #043d76;
  cursor: pointer;
  margin-left: 9px;
  margin-right: 9px;
  text-decoration: none;
  transition: all .3s;
}

.page-social-link:hover {
  color: #4da87f;
}

.terms-link {
  color: #4a89bf;
  cursor: pointer;
  transition: all .3s;
}

.terms-link:hover {
  color: #4da87f;
}

.selectable-field {
  color: #1b1b1e;
  margin-bottom: 0;
  padding-left: 0;
}

.selectable-field.auth-page {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.container-small {
  width: 100%;
  max-width: 400px;
  direction: ltr;
}

.container-small.align-center {
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.list-grid-vertical {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  display: grid;
}

.form-checkbox {
  width: 20px;
  height: 20px;
  float: left;
  cursor: pointer;
  background-color: #fff;
  border-style: solid;
  border-color: #1e2749;
  border-radius: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: 10px;
  transition: all .3s;
  display: inline-block;
}

.form-checkbox.w--redirected-checked {
  background-color: #4da87f;
  background-image: url('../images/icon-check-small.svg');
  background-position: 50%;
  background-size: auto;
  border-color: #4da87f;
  border-radius: 5px;
}

.form-checkbox.utility-page-remind-me {
  border-style: none;
}

.justify-content-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.justify-content-left.social.hide {
  display: none;
}

.social-links {
  align-items: center;
  display: flex;
}

.page-map {
  width: 100%;
  height: 400px;
}

.featured-image-author-wrapper {
  width: 400px;
  height: auto;
  float: left;
  background-color: #fff;
  flex: none;
  margin-right: 40px;
  display: block;
  position: static;
}

.featured-image-author {
  width: 400px;
  height: 450px;
  object-fit: cover;
  border-radius: 5px;
  transition: all .3s;
  box-shadow: 0 0 20px -3px rgba(0, 0, 0, .15);
}

.featured-image-author:hover {
  transform: scale(1.05);
}

.rich-text {
  width: 100%;
  color: #4b4b4b;
  text-align: left;
  letter-spacing: .25px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
  display: inline-block;
}

.rich-text h1 {
  color: #043d76;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
}

.rich-text h6 {
  color: #1e2749;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text p {
  color: #1e2749;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 22px;
}

.rich-text a {
  color: #62b6fd;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
}

.rich-text a:hover {
  color: #4da87f;
}

.rich-text blockquote {
  color: #1e2749;
  border-left-color: #62b6fd;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

.rich-text strong {
  font-weight: 700;
}

.rich-text img {
  border-radius: 5px;
  margin-bottom: 20px;
  transition: all .3s;
  box-shadow: 0 0 20px -1px rgba(0, 0, 0, .15);
}

.rich-text img:hover {
  transform: scale(1.05);
}

.rich-text h2 {
  color: #043d76;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
}

.rich-text h3, .rich-text h4, .rich-text h5 {
  color: #1e2749;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text ul {
  color: #62b6fd;
  text-align: left;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 22px;
}

.rich-text ol {
  color: #62b6fd;
  text-align: left;
  padding-left: 40px;
  font-size: 18px;
  line-height: 22px;
}

.rich-text li {
  color: #1e2749;
  text-align: left;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 22px;
}

.rich-text.bottom-margin {
  margin-bottom: 30px;
}

.rich-text.author-content {
  text-align: left;
}

.mobile-scroll-cta, .mobile-scroll-cta-wrapper {
  display: none;
}

.addiction-types-icon {
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
}

.addiction-types-icon-image {
  width: 100%;
  object-fit: cover;
}

.addiction-types-name {
  color: #1e2749;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.addiction-types-link {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.addiction-types-anchor {
  width: 24%;
  min-height: 175px;
  background-color: rgba(98, 182, 253, .2);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  transition: all .3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px -5px rgba(30, 39, 73, .15);
}

.addiction-types-anchor:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(30, 39, 73, .2);
}

.addiction-types-anchor-wrapper {
  min-height: 175px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
}

.addiction-types-anchor-block {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.addiction-types-anchor-block.last {
  margin-bottom: 0;
}

.gallery-grid-wrapper {
  flex-wrap: wrap;
  flex: 1;
  display: flex;
}

.gallery-grid-image {
  z-index: 999999;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  transition: all .3s;
}

.gallery-grid-image.dead-link {
  filter: grayscale();
}

.gallery-grid-image.mobile {
  display: none;
}

.gallery-grid-link {
  width: 100%;
  height: 350px;
  cursor: pointer;
  border-radius: 5px;
  text-decoration: none;
  transition: all .3s;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, .25);
}

.gallery-grid-link:hover {
  transform: scale(1.05);
}

.gallery-grid-link.dead-link {
  cursor: not-allowed;
}

.gallery-grid-link.dead-link:hover {
  transform: none;
}

.gallery-grid-link.wide {
  justify-content: center;
  align-items: flex-start;
}

.gallery-grid-link.wide:hover {
  transform: scale(1.025);
}

.gallery-grid-block {
  width: 50%;
  text-align: center;
  padding: 15px;
}

.gallery-grid-block.wide {
  width: 100%;
  align-items: flex-start;
}

.gallery-grid-link-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 39, 73, .5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  position: relative;
  top: -350px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery-grid-link-overlay:hover {
  background-color: rgba(77, 168, 127, .5);
}

.gallery-grid-link-overlay.dead-link:hover {
  background-color: rgba(30, 39, 73, .5);
}

.featured-image-wrapper {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 40px;
  transition: all .3s;
  overflow: hidden;
  box-shadow: 0 0 20px -1px rgba(0, 0, 0, .15);
}

.featured-image-wrapper:hover {
  transform: scale(1.05);
}

.featured-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jcaho-seal {
  width: 225px;
  height: 225px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.accreditation-section {
  object-fit: cover;
  background-color: #1e2749;
  background-image: linear-gradient(rgba(30, 39, 73, .7), rgba(30, 39, 73, .7)), linear-gradient(rgba(255, 255, 255, .15), rgba(255, 255, 255, .15)), linear-gradient(rgba(4, 61, 118, .8), rgba(4, 61, 118, .8)), url('../images/topographic-background.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, cover;
  padding: 60px 25px;
}

.addiction-types-subtext {
  color: #7a7a7a;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
}

.forgot-password-link {
  color: #fff;
  cursor: pointer;
  align-self: center;
  margin-top: 15px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
}

.forgot-password-link:hover {
  color: #1e2749;
}

.create-account-link {
  color: #fff;
  cursor: pointer;
  align-self: center;
  margin-top: 25px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
}

.create-account-link:hover {
  color: #1e2749;
}

.article-meta-categories {
  margin-top: 15px;
}

.article-category {
  color: #1e2749;
  margin-bottom: 5px;
  margin-right: 10px;
  text-decoration: none;
  display: inline-block;
}

.article-meta-lable {
  margin-bottom: 5px;
  font-weight: 700;
}

.legitscript-seal {
  width: 125px;
  height: 110px;
  display: inline-block;
}

.hero-heading-span {
  color: #1e2749;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.get-help-options {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
}

.get-help-options-half {
  width: 40%;
  height: auto;
  float: left;
  text-align: center;
  background-color: #1e2749;
  border-radius: 5px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 35px 30px;
  display: inline-block;
  box-shadow: 0 0 20px -1px rgba(0, 0, 0, .2);
}

.get-help-options-half.gh1 {
  background-image: linear-gradient(rgba(4, 61, 118, .25), rgba(4, 61, 118, .25)), linear-gradient(rgba(77, 168, 127, .3), rgba(0, 0, 0, 0)), linear-gradient(rgba(98, 182, 253, .25), rgba(98, 182, 253, .25)), linear-gradient(rgba(30, 39, 73, .3), rgba(30, 39, 73, .3)), linear-gradient(rgba(30, 39, 73, .75), rgba(30, 39, 73, .75)), url('../images/get-help-for-myself.jpg');
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, auto, auto, cover;
}

.get-help-options-half.gh2 {
  background-image: linear-gradient(rgba(4, 61, 118, .25), rgba(4, 61, 118, .25)), linear-gradient(130deg, rgba(77, 168, 127, .3), rgba(0, 0, 0, 0)), linear-gradient(rgba(98, 182, 253, .25), rgba(98, 182, 253, .25)), linear-gradient(rgba(30, 39, 73, .3), rgba(30, 39, 73, .3)), linear-gradient(rgba(30, 39, 73, .75), rgba(30, 39, 73, .75)), url('../images/get-help-for-a-loved-one.jpg');
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, auto, auto, cover;
}

.get-help-option-link {
  width: 70%;
  height: 45px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #1e2749;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
  transition: all .3s;
  box-shadow: 0 0 20px -1px rgba(0, 0, 0, .2);
}

.get-help-option-link:hover {
  background-color: #4da87f;
  transform: scale(1.05);
  box-shadow: 0 0 30px -1px rgba(0, 0, 0, .2);
}

.step-column {
  width: 30%;
  height: 100%;
  float: left;
  display: block;
}

.step-text-column {
  width: 70%;
  float: right;
  display: block;
}

.step-heading {
  color: #1e2749;
  letter-spacing: .25px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  font-weight: 900;
  line-height: 55px;
  position: relative;
}

.step-heading.top-margin-fix {
  margin-top: 0;
}

.step-heading-number-span {
  z-index: 0;
  color: #62b6fd;
  margin-left: 8px;
  font-size: 60px;
}

.step-section {
  margin-bottom: 30px;
}

.step-section-wrapper {
  margin-top: 50px;
  margin-bottom: 60px;
}

.step-section-wrapper.no-bottom-margin {
  margin-bottom: 0;
}

.legal-modal {
  z-index: 1000;
  width: 100%;
  height: 100%;
  opacity: 0;
  text-align: center;
  background-color: rgba(30, 39, 73, .75);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.legal-modal-closer {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.legal-modal-container {
  width: 600px;
  height: auto;
  text-align: left;
  background-color: #1e2749;
  background-image: linear-gradient(rgba(4, 61, 118, .25), rgba(4, 61, 118, .25)), linear-gradient(130deg, rgba(77, 168, 127, .3), rgba(0, 0, 0, 0)), linear-gradient(rgba(98, 182, 253, .25), rgba(98, 182, 253, .25)), linear-gradient(rgba(30, 39, 73, .3), rgba(30, 39, 73, .3));
  border-radius: 5px;
  padding: 50px;
  position: relative;
  box-shadow: 0 0 20px -1px rgba(0, 0, 0, .2);
}

.legal-modal-container.lp {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.legal-modal-close {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all .3s;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.legal-modal-close:hover {
  color: #043d76;
}

.toa-sub-nav {
  z-index: 90;
  width: 100%;
  height: 40px;
  background-color: #4da87f;
  display: inline-block;
  position: fixed;
  top: 140px;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(0, -45px);
}

.toa-sub-nav-link {
  height: 40px;
  color: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 9px 20px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.toa-sub-nav-link:hover {
  background-color: #1e2749;
}

.page-section-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.jcaho-footer-seal {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 10px;
  display: inline-block;
}

.footer-seals.lp {
  justify-content: center;
  align-items: center;
  display: flex;
}

.call-now-embed {
  width: 260px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.call-now-embed.lp {
  margin-top: 20px;
}

.rich-text-blue-headings {
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

.rich-text-blue-headings h1, .rich-text-blue-headings h2, .rich-text-blue-headings h3, .rich-text-blue-headings h4, .rich-text-blue-headings h5, .rich-text-blue-headings h6 {
  color: #043d76;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
}

.rich-text-blue-headings p {
  display: none;
}

.rich-text-blue-headings figure {
  width: 0;
  height: 0;
  max-height: 0;
  max-width: 0;
  min-height: 0;
  min-width: 0;
  opacity: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding: 0;
  display: none;
  overflow: hidden;
}

.rich-text-blue-headings ul, .rich-text-blue-headings ol, .rich-text-blue-headings blockquote, .rich-text-blue-headings img, .rich-text-blue-headings a {
  display: none;
}

.rich-text-blue-headings.bottom-margin-fix {
  margin-bottom: 40px;
}

.rich-text-blue-headings.no-bottom-margin {
  margin-bottom: 0;
}

.rich-text-white-headings {
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

.rich-text-white-headings h1, .rich-text-white-headings h2, .rich-text-white-headings h3, .rich-text-white-headings h4, .rich-text-white-headings h5, .rich-text-white-headings h6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
}

.rich-text-white-headings p {
  display: none;
}

.rich-text-white-headings figure {
  width: 0;
  height: 0;
  max-height: 0;
  max-width: 0;
  min-height: 0;
  min-width: 0;
  opacity: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding: 0;
  display: none;
  overflow: hidden;
}

.rich-text-white-headings ul, .rich-text-white-headings ol, .rich-text-white-headings blockquote, .rich-text-white-headings img, .rich-text-white-headings a {
  display: none;
}

.rich-text-white-headings.bottom-margin-fix {
  margin-bottom: 40px;
}

.rich-text-white-small-headings {
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.rich-text-white-small-headings h1, .rich-text-white-small-headings h2, .rich-text-white-small-headings h3, .rich-text-white-small-headings h4, .rich-text-white-small-headings h5, .rich-text-white-small-headings h6 {
  color: #fff;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text-white-small-headings p {
  display: none;
}

.rich-text-white-small-headings figure {
  width: 0;
  height: 0;
  max-height: 0;
  max-width: 0;
  min-height: 0;
  min-width: 0;
  opacity: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding: 0;
  display: none;
  overflow: hidden;
}

.rich-text-white-small-headings ul, .rich-text-white-small-headings ol, .rich-text-white-small-headings blockquote, .rich-text-white-small-headings img, .rich-text-white-small-headings a {
  display: none;
}

.rich-text-blue-small-headings {
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.rich-text-blue-small-headings h1, .rich-text-blue-small-headings h2, .rich-text-blue-small-headings h3, .rich-text-blue-small-headings h4, .rich-text-blue-small-headings h5, .rich-text-blue-small-headings h6 {
  color: #1e2749;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text-blue-small-headings p {
  display: none;
}

.rich-text-blue-small-headings figure {
  width: 0;
  height: 0;
  max-height: 0;
  max-width: 0;
  min-height: 0;
  min-width: 0;
  opacity: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding: 0;
  display: none;
  overflow: hidden;
}

.rich-text-blue-small-headings ul, .rich-text-blue-small-headings ol, .rich-text-blue-small-headings blockquote, .rich-text-blue-small-headings img, .rich-text-blue-small-headings a {
  display: none;
}

.rich-text-blue-small-headings.no-bottom-margin {
  margin-bottom: 0;
}

.cm-ref-link {
  min-width: 300px;
  color: #fff;
  letter-spacing: .7px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 200;
}

.cm-ref-link.cm-credit {
  height: auto;
  min-width: auto;
  float: left;
  clear: none;
  opacity: .3;
  text-align: right;
  letter-spacing: 1px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: all .35s;
  display: block;
  position: relative;
  top: auto;
  bottom: 30px;
  left: 20px;
  right: auto;
}

.cm-ref-link.cm-credit:hover {
  opacity: .8;
}

.cm-ref-link.cm-credit.special-page {
  position: absolute;
  bottom: 0;
  left: 40px;
}

.cm-crafted {
  width: auto;
  text-align: right;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  display: inline-block;
}

.cm-crafted.cm-logo {
  width: 25px;
  cursor: pointer;
  position: relative;
}

.article-meta-50 {
  width: 50%;
  float: left;
}

.post-author {
  margin-bottom: 15px;
  display: inline-block;
}

.grid-section-heading-cs {
  font-size: 16px;
  line-height: 20px;
}

.checklist-item {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.checklist-wrapper {
  width: auto;
  margin-top: 0;
  display: inline-block;
}

.checklist-check {
  width: 25px;
  align-self: flex-start;
  margin-right: 12px;
  transition: all .5s;
  position: relative;
  top: 3px;
}

.checklist-check:hover {
  filter: contrast(200%);
}

.lp-top-nav-text {
  width: 100%;
  height: 40px;
  color: #043d76;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: flex;
}

.page-progress-bar {
  z-index: 110;
  width: 100%;
  height: 10px;
  transform-origin: 0%;
  background-color: #4da87f;
  display: block;
  position: fixed;
}

.rich-text-white-blog-subheading {
  width: 475px;
  margin: 20px auto 0;
  padding-top: 0;
  padding-bottom: 0;
}

.rich-text-white-blog-subheading h1, .rich-text-white-blog-subheading h2, .rich-text-white-blog-subheading h3, .rich-text-white-blog-subheading h4, .rich-text-white-blog-subheading h5, .rich-text-white-blog-subheading h6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
}

.rich-text-white-blog-subheading p {
  display: none;
}

.rich-text-white-blog-subheading figure {
  width: 0;
  height: 0;
  max-height: 0;
  max-width: 0;
  min-height: 0;
  min-width: 0;
  opacity: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding: 0;
  display: none;
  overflow: hidden;
}

.rich-text-white-blog-subheading ul, .rich-text-white-blog-subheading ol, .rich-text-white-blog-subheading blockquote, .rich-text-white-blog-subheading img, .rich-text-white-blog-subheading a {
  display: none;
}

.half-menu-screen-overlay {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mobile-only {
  display: none;
}

.gallery-page-block {
  width: 33.3%;
  padding: 10px 12px;
  display: inline-block;
}

.team-member-certs {
  color: #4a89bf;
  letter-spacing: .25px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.team-member-certs.team-member-page {
  font-size: 18px;
  line-height: 22px;
  display: block;
}

.privacy-policy-link {
  color: #62b6fd;
  text-transform: lowercase;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
}

.privacy-policy-link:hover {
  color: #4da87f;
}

.cookie-consent-content {
  margin-right: 30px;
}

.cookie-consent-banner {
  z-index: 2000;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 30px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 11px -1px rgba(0, 0, 0, .25);
}

.cookie-consent-container {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cookie-consent-button {
  flex: none;
}

.dhcs-license-link {
  color: #4a89bf;
  cursor: pointer;
  margin-bottom: 5px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.dhcs-license-link:hover {
  color: #1e2749;
}

.dhcs-license-link.special-page {
  color: #fff;
}

.dhcs-license-link.special-page:hover {
  color: #62b6fd;
}

.ehg-facility-credit-row {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.ehg-facility-credit-content {
  letter-spacing: 5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 18px;
  display: flex;
}

.ehg-facility-credit-text {
  color: #4b4b4b;
}

.ehg-facility-credit-text.special-page {
  color: #fff;
}

.ehg-credit-image {
  width: 70px;
  margin-left: 5px;
  margin-right: 10px;
}

.image {
  width: 100%;
}

.image.cover {
  object-fit: cover;
}

.reviews-embed {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .navbar-left-contents.navbar-collapsed-contents {
    flex: 1;
  }

  .brand {
    width: 174px;
  }

  .brand.lp {
    width: 200px;
  }

  .main-container.slanted-image-bg-container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .main-container.top-nav, .main-container.footer-container, .main-container.centered-content.mobile-toa-adjust {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-icon-link {
    flex: 0 auto;
    font-size: 14px;
    line-height: 18px;
    display: block;
  }

  .full-height-menu-cross {
    transform: translate(0);
  }

  .navbar-functions.navbar-functions-left {
    flex: 1;
    margin-left: 20px;
  }

  .collapsed-nav-links {
    display: block;
  }

  .full-height-menu-contents {
    border-top: 40px solid #fff;
    padding-top: 20px;
    display: block;
    position: static;
  }

  .nav-link {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 18px;
  }

  .navbar.collapsed-navbar {
    z-index: 0;
  }

  .nav-menu {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 10px;
    padding: 18px;
  }

  .nav-menu.collapsed-nav-menu {
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    margin-left: 0;
    padding: 0;
  }

  .navbar-justify-between {
    z-index: 0;
  }

  .full-height-menu-footer {
    padding-left: 72px;
    position: absolute;
    top: auto;
    bottom: 30px;
    left: 0%;
    right: 0%;
  }

  .menu-brand {
    margin-bottom: 70px;
  }

  .navigation {
    height: 115px;
    padding-bottom: 5px;
  }

  .menu-button {
    width: 49px;
    height: 48px;
    text-align: center;
    flex: 0 auto;
    align-self: center;
    margin-left: 0;
    padding: 15px;
    transition: all .2s;
    display: block;
  }

  .mobile-menu-icon-wrapper {
    width: auto;
    height: 20px;
    overflow: hidden;
  }

  .footer-social-link {
    width: 28px;
    height: 28px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    padding: 2px;
  }

  .footer-social-link:hover {
    transform: none;
  }

  .boxed-text-wrapper.align-center {
    max-width: 100%;
  }

  .footer-info-container {
    max-width: 235px;
  }

  .footer {
    height: 650px;
    padding: 40px 45px;
  }

  .menu-grid-vertical {
    grid-row-gap: 2px;
    align-content: start;
    justify-content: start;
    align-items: start;
    justify-items: start;
  }

  .footer-bottom-links {
    align-items: center;
  }

  .footer-text {
    width: 200px;
    font-size: 13px;
    line-height: 18px;
  }

  .footer-top-row {
    flex-direction: row;
    justify-content: space-between;
  }

  .footer-logo {
    width: 200px;
  }

  .footer-menus-container {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-menu-heading {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 18px;
  }

  .footer-bottom-row-link {
    margin-right: 10px;
    padding: 8px 10px 8px 0;
    font-size: 11px;
    line-height: 15px;
  }

  .icons.big-button-icon.call.lp-nav {
    font-size: 18px;
    top: 3px;
  }

  .icons.big-button-icon.check {
    font-size: 24px;
    top: 5px;
  }

  .icons.big-button-icon.view {
    font-size: 21px;
    top: 3px;
  }

  .icons.big-button-icon.question {
    font-size: 22px;
    top: 4px;
  }

  .icons.big-button-icon.staff {
    font-size: 21px;
    top: 4px;
  }

  .icons.big-button-icon.blog {
    top: 4px;
  }

  .icons.big-button-icon.choose-natc, .icons.big-button-icon.programs {
    font-size: 21px;
    top: 4px;
  }

  .icons.get-help {
    top: 3px;
  }

  .footer-menus-grid {
    width: 430px;
    float: right;
    grid-column-gap: 15px;
    align-content: start;
    justify-content: end;
    align-items: start;
    justify-items: end;
  }

  .footer-link {
    margin-bottom: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
    line-height: 19px;
  }

  .footer-link:hover {
    transform: none;
  }

  .footer-bottom-row {
    margin-top: 10px;
  }

  .footer-social-links {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 65px;
    line-height: 60px;
  }

  .hero-heading.page-hero {
    font-size: 50px;
    line-height: 50px;
  }

  .hero-heading.page-hero.no-bottom-margin.blog-heading {
    font-size: 45px;
    line-height: 45px;
  }

  .hero-heading.lp {
    font-size: 48px;
    line-height: 45px;
  }

  .button {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.large-button.color-swap-3.lp-nav-cta {
    padding: 18px;
    font-size: 18px;
    line-height: 18px;
  }

  .grid-halves {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .grid-halves.fullwidth-grid-halves {
    width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-halves.reverse-direction {
    grid-row-gap: 15px;
    margin-top: 40px;
  }

  .grid-halves.reverse-direction.about-us {
    margin-top: 0;
  }

  .grid-halves.reverse-direction.about-us.top-margin {
    margin-top: 20px;
  }

  .grid-halves.margin-alignment-adjust {
    grid-row-gap: 15px;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .hero-text-wrapper {
    max-width: 470px;
  }

  .hero-text-wrapper.page-hero {
    max-width: 650px;
    text-align: center;
  }

  .hero {
    height: 500px;
    padding: 60px 40px;
  }

  .hero.page-hero {
    height: auto;
    min-height: 275px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero.desktop {
    justify-content: flex-start;
  }

  .hero.desktop.lp {
    background-image: linear-gradient(320deg, rgba(77, 168, 127, .35), rgba(0, 0, 0, 0)), linear-gradient(131deg, rgba(98, 182, 253, .35), rgba(0, 0, 0, 0)), linear-gradient(rgba(30, 39, 73, .3), rgba(30, 39, 73, .3)), url('../images/lp-hero.jpg');
    background-position: 0 0, 0 0, 0 0, 85%;
  }

  .hero.section-hero {
    height: auto;
    min-height: 275px;
    padding-top: 190px;
    padding-bottom: 50px;
  }

  .button-wrapper.centered.margin-adjust {
    margin-bottom: 60px;
  }

  .button-wrapper.top-margin-mobile {
    margin-top: 30px;
  }

  .hero-subtext {
    width: 375px;
    margin-bottom: 55px;
    font-size: 20px;
    line-height: 23px;
  }

  .hero-subtext.page-hero {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-subtext.lp {
    margin-bottom: 90px;
  }

  .page-content {
    margin-top: 115px;
    margin-bottom: 650px;
  }

  .section-text-wrapper {
    width: 80%;
    text-align: center;
  }

  .section-text-wrapper.bottom-margin {
    margin-bottom: 55px;
  }

  .section-text-wrapper.bottom-margin.adjust {
    margin-bottom: 50px;
  }

  .section-text-wrapper.bottom-margin.call-now-size-adjust {
    width: 70%;
  }

  .section-text-wrapper.text-left-justified.lp {
    text-align: center;
  }

  .insurance-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .insurance-logo-row {
    margin-bottom: 50px;
  }

  .large-section-heading.utility-page {
    font-size: 85px;
    line-height: 85px;
  }

  .insurance-row-item {
    margin-bottom: 10px;
  }

  .section-paragraph.large-paragraph.white.coming-soon {
    font-size: 50px;
    line-height: 50px;
  }

  .section-title.less-bottom-margin.mobile-center {
    text-align: center;
  }

  .footer-copyright-wrapper {
    margin-top: 30px;
  }

  .footer-copyright-wrapper.special-page {
    padding-left: 45px;
    padding-right: 45px;
  }

  .levels-of-care-section {
    padding-top: 110px;
    padding-bottom: 40px;
  }

  .boxed-image-grid-thirds {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .boxed-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }

  .boxed-image-text {
    margin-top: 100px;
  }

  .boxed-image-text.lp {
    width: 85%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .boxed-image {
    flex: 0 auto;
    padding: 25px 25px 40px;
  }

  .boxed-image.tp1 {
    width: 500px;
  }

  .boxed-image.tp1.lp {
    height: auto;
    min-height: 350px;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .boxed-image.tp3 {
    width: 500px;
    padding-right: 25px;
  }

  .boxed-image.tp3.lp {
    height: auto;
    min-height: 350px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .boxed-image.tp2 {
    width: 500px;
  }

  .boxed-image.tp2.lp {
    height: auto;
    min-height: 350px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .get-help-section {
    padding-top: 50px;
    padding-bottom: 85px;
  }

  .get-help-section.no-blog {
    padding-bottom: 60px;
  }

  .large-cta-section {
    min-height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .page-section {
    padding: 50px 40px;
  }

  .page-section.staff {
    padding-bottom: 15px;
  }

  .page-section.blog {
    padding-bottom: 20px;
  }

  .page-section.page-grid-menu {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .page-section.top-padding-adjust {
    padding-top: 10px;
  }

  .page-section.top-padding-adjust.residential-content {
    padding-top: 25px;
  }

  .section-bottom-background.insurance-bottom {
    margin-top: 30px;
  }

  .top-navigation {
    z-index: auto;
    display: inline-block;
  }

  .top-navigation-dropdown {
    z-index: 10;
    width: 100%;
    flex: 1;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .top-navigation-dropdown-toggle {
    width: 100%;
    text-align: center;
    padding-left: 15px;
  }

  .top-navigation-dropdown-icon {
    margin-top: 12px;
  }

  .top-navigation-dropdown-wrapper {
    width: 100%;
    justify-content: space-between;
    display: flex;
  }

  .top-navigation-social-links {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    display: none;
  }

  .top-navigation-social-link {
    width: 28px;
    height: 28px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    padding: 2px;
  }

  .top-navigation-social-link:hover {
    transform: none;
  }

  .main-navigation {
    z-index: auto;
    height: 70px;
    padding-bottom: 5px;
    position: relative;
  }

  .main-navigation.lp {
    margin-top: 4px;
  }

  .section-top-background.insurance-top {
    margin-top: -80px;
  }

  .section-top-background.lastest-blogs-top {
    margin-top: -70px;
  }

  .blog-section {
    padding-top: 20px;
    padding-bottom: 65px;
  }

  .article-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: repeat(auto-fit, 100%);
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    justify-items: center;
  }

  .article-wrapper.view-blog {
    margin-bottom: 10px;
  }

  .article-item {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-left: 7.5px;
    padding-right: 7.5px;
    display: flex;
  }

  .blog-empty-state {
    width: 100%;
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    display: block;
  }

  .blog-empty-state.limited {
    text-align: center;
    padding-bottom: 10px;
  }

  .article-meta {
    width: auto;
    float: none;
    text-align: center;
    margin-bottom: 15px;
    display: block;
  }

  .article-meta.date {
    float: none;
    display: block;
  }

  .article-grid-item {
    width: 500px;
    height: auto;
    margin-bottom: 15px;
    padding: 20px;
  }

  .article-grid-heading-link {
    margin-bottom: 15px;
  }

  .post-date {
    display: inline-block;
  }

  .article-thumbnail {
    height: 300px;
    margin-bottom: 10px;
  }

  .article-grid-heading {
    font-size: 20px;
    line-height: 23px;
  }

  .article-title-wrapper {
    text-align: center;
  }

  .article-read-more-link {
    bottom: 35px;
    right: 25px;
  }

  .about-us-section {
    padding-top: 50px;
    padding-bottom: 65px;
  }

  .grid-halves-image-wrapper {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-halves-image-wrapper.last {
    margin-bottom: 0;
  }

  .grid-halves-text-wrapper {
    max-width: 500px;
    text-align: center;
  }

  .grid-halves-text-wrapper.mobile-adjust {
    margin-bottom: 20px;
  }

  .horizontal-cta-row {
    flex-direction: column;
  }

  .small-bottom-cta-section {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .gallery-block {
    margin-bottom: 25px;
    padding: 5px 5px 0;
  }

  .gallery-block.last-row {
    margin-bottom: 0;
  }

  .gallery-link {
    width: 500px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .gallery-link-image {
    height: 400px;
  }

  .gallery-column {
    margin-bottom: 25px;
  }

  .gallery-section {
    padding-top: 50px;
    padding-bottom: 65px;
  }

  .article-read-more-wrapper {
    width: auto;
  }

  .small-cta-background {
    width: 100vw;
    align-items: center;
  }

  .small-cta-background-image {
    width: 220%;
    max-width: 220%;
    margin-left: -50%;
  }

  .small-cta-section {
    background-image: linear-gradient(320deg, rgba(77, 168, 127, .5), transparent), linear-gradient(135deg, rgba(98, 182, 253, .5), transparent), linear-gradient(to bottom, null, null), url('../images/small-cta-background.jpg');
    text-align: center;
    background-position: 0 0, 0 0, 0 0, 15%;
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .small-cta-section.lp {
    background-image: linear-gradient(320deg, rgba(77, 168, 127, .5), transparent), linear-gradient(135deg, rgba(98, 182, 253, .5), transparent), linear-gradient(to bottom, null, null), url('../images/lp-small-cta-background.jpg');
    background-position: 0 0, 0 0, 0 0, 8% 100%;
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .menu-close-button {
    display: block;
    top: 70px;
    right: 30px;
  }

  .half-menu {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 10px;
    padding: 18px;
  }

  .half-menu.full-height-menu {
    z-index: 150;
    min-width: 100vw;
    border-style: none;
    border-radius: 0;
    padding: 0;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .top-navigation-dropdown-wrapper-mobile {
    justify-content: space-between;
  }

  .post-image {
    object-fit: cover;
  }

  .team-member-name {
    font-size: 18px;
  }

  .team-members-wrapper {
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-input::-ms-input-placeholder {
    color: #fff;
  }

  .form-input::placeholder {
    color: #fff;
  }

  .form-label.utility-page {
    text-align: center;
    margin-bottom: 8px;
    display: block;
  }

  .form-label.utility-page-remind-me {
    text-align: center;
    display: block;
  }

  .form-grid-vertical {
    margin-bottom: 40px;
  }

  .form-grid-vertical.form-grid {
    margin-bottom: 0;
  }

  .utility-page-content.special-page-more {
    padding-bottom: 60px;
  }

  .utility-page-message {
    max-width: 650px;
  }

  .contact-row-link {
    justify-content: center;
  }

  .contact-grid-vertical {
    width: 100%;
    align-items: center;
    justify-items: center;
  }

  .page-social-link {
    width: 28px;
    height: 28px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    padding: 2px;
  }

  .page-social-link:hover {
    transform: none;
  }

  .justify-content-left {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .social-links {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
  }

  .page-map {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .featured-image-author-wrapper {
    width: 200px;
    float: none;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    margin-right: 30px;
  }

  .featured-image-author {
    width: 200px;
    height: 250px;
    object-fit: cover;
  }

  .rich-text {
    text-align: center;
  }

  .rich-text blockquote {
    text-align: left;
  }

  .rich-text img {
    margin-bottom: 10px;
  }

  .rich-text ul {
    width: 70%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .rich-text ol {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .rich-text li {
    text-align: left;
  }

  .addiction-types-anchor {
    width: 24%;
    min-height: 225px;
  }

  .addiction-types-anchor-wrapper {
    min-height: 225px;
    padding: 15px;
  }

  .gallery-grid-link {
    height: 250px;
  }

  .gallery-grid-block {
    width: 50%;
  }

  .gallery-grid-link-overlay {
    top: -250px;
  }

  .featured-image-wrapper {
    margin-bottom: 30px;
  }

  .featured-image {
    object-fit: cover;
  }

  .jcaho-seal {
    width: 200px;
    height: 200px;
  }

  .accreditation-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .addiction-types-subtext {
    font-size: 10px;
    line-height: 13px;
  }

  .get-help-options {
    flex-direction: column;
    margin-bottom: 25px;
  }

  .get-help-options-half {
    width: 500px;
    margin-bottom: 35px;
  }

  .get-help-option-link {
    width: 80%;
  }

  .step-column {
    width: 100%;
    text-align: center;
  }

  .step-text-column {
    width: 100%;
  }

  .step-heading {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .step-heading.top-margin-fix {
    margin-top: 20px;
  }

  .step-section {
    margin-bottom: 20px;
  }

  .legal-modal-container {
    width: 500px;
    height: auto;
    overflow: auto;
  }

  .legal-modal-container.lp {
    padding-left: 40px;
    padding-right: 40px;
  }

  .legal-modal-close {
    display: block;
    top: 20px;
    right: 20px;
  }

  .toa-sub-nav {
    height: 35px;
    top: 115px;
  }

  .toa-sub-nav-link {
    height: 35px;
    padding: 7px 12px;
    font-size: 14px;
  }

  .toa-sub-nav-link.w--current {
    background-color: #1e2749;
  }

  .toa-sub-nav-link.w--current:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .toa-sub-nav-link-mobile-span {
    display: none;
  }

  .jcaho-footer-seal {
    width: 85px;
    height: 85px;
    margin-right: 5px;
  }

  .rich-text-white-small-headings {
    margin-bottom: 40px;
  }

  .cm-ref-link.cm-credit {
    display: inline-block;
    bottom: 25px;
    left: -15px;
  }

  .cm-ref-link.cm-credit.lp {
    bottom: -15px;
  }

  .cm-ref-link.cm-credit.special-page {
    left: 20px;
  }

  .cm-crafted {
    font-size: 9px;
    line-height: 14px;
  }

  .post-author {
    display: inline-block;
  }

  .checklist-item {
    text-align: left;
  }

  .checklist-wrapper {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .rich-text-white-blog-subheading {
    width: 375px;
  }

  .rich-text-white-blog-subheading h1, .rich-text-white-blog-subheading h2, .rich-text-white-blog-subheading h3, .rich-text-white-blog-subheading h4, .rich-text-white-blog-subheading h5, .rich-text-white-blog-subheading h6 {
    font-size: 22px;
    line-height: 22px;
  }

  .gallery-page-block {
    width: auto;
    margin-bottom: 25px;
    padding: 5px 5px 0;
    display: block;
  }

  .ehg-facility-credit-content {
    align-items: center;
  }

  .ehg-facility-credit-text {
    font-size: 11px;
  }

  .ehg-credit-image {
    width: 65px;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    width: 200px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .brand.coming-soon {
    width: 250px;
  }

  .brand.lp {
    padding-bottom: 10px;
  }

  .main-container.slanted-image-bg-container {
    padding-left: 55px;
    padding-right: 55px;
  }

  .main-container.image-link-grid {
    padding-left: 14px;
    padding-right: 14px;
  }

  .main-container.centered-content.mobile-toa-adjust {
    text-align: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .main-container.author-content {
    display: block;
  }

  .full-height-menu-cross {
    top: 48px;
    right: 48px;
  }

  .navbar-functions.navbar-functions-left {
    margin-left: 12px;
    display: none;
  }

  .full-height-menu-link {
    width: 100%;
    margin-bottom: 5px;
    padding: 12px 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .full-height-menu-contents {
    text-align: center;
    border-top-style: none;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0 100px;
    display: block;
    overflow: auto;
  }

  .full-height-menu-links {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    justify-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .full-height-menu-footer {
    display: none;
  }

  .menu-brand {
    width: 250px;
    margin-bottom: 40px;
    margin-left: 20px;
    padding-left: 0;
  }

  .navigation {
    height: 70px;
  }

  .menu-button {
    margin-left: 20px;
    display: block;
  }

  .footer-social-link {
    width: 31px;
    height: 30px;
    padding: 3px;
  }

  .boxed-text-wrapper.align-center {
    max-width: 100%;
    display: inline-block;
  }

  .footer-info-container {
    max-width: 350px;
    text-align: center;
  }

  .footer {
    height: auto;
    padding-bottom: 10px;
    position: static;
  }

  .menu-grid-vertical {
    align-content: center;
    justify-content: center;
    align-items: start;
    justify-items: center;
  }

  .footer-bottom-links {
    flex-direction: column;
    font-size: 12px;
    line-height: 15px;
  }

  .footer-text {
    width: 330px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  .footer-top-row {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-logo {
    width: 235px;
  }

  .footer-menus-container {
    margin-top: 40px;
  }

  .footer-menu-heading {
    margin-bottom: 10px;
  }

  .footer-bottom-row-link {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 10px;
  }

  .icons.big-button-icon.call.lp-nav {
    font-size: 17px;
    top: 3px;
  }

  .icons.big-button-icon.check {
    margin-right: 6px;
    font-size: 23px;
    top: 5px;
  }

  .icons.big-button-icon.view {
    margin-right: 6px;
    top: 3px;
  }

  .icons.big-button-icon.question {
    margin-right: 6px;
    font-size: 23px;
    top: 5px;
  }

  .icons.big-button-icon.staff {
    margin-right: 6px;
    top: 4px;
  }

  .icons.big-button-icon.blog {
    top: 4px;
  }

  .icons.big-button-icon.choose-natc {
    margin-right: 6px;
    top: 4px;
  }

  .icons.big-button-icon.programs {
    top: 4px;
  }

  .footer-menus-grid {
    width: auto;
    float: none;
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer-contact-details {
    align-content: start;
    align-items: start;
    justify-items: center;
  }

  .footer-link {
    padding: 2px 5px;
    font-size: 15px;
    line-height: 20px;
  }

  .footer-bottom-row {
    grid-column-gap: 0px;
    grid-row-gap: 18px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    justify-items: center;
    margin-top: 30px;
    display: grid;
  }

  .hero-heading {
    font-size: 42px;
    line-height: 35px;
  }

  .hero-heading.page-hero {
    font-size: 35px;
    line-height: 38px;
  }

  .hero-heading.page-hero.no-bottom-margin.blog-heading {
    font-size: 30px;
    line-height: 32px;
  }

  .hero-heading.section-hero {
    font-size: 35px;
    line-height: 35px;
  }

  .hero-heading.lp {
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 33px;
  }

  .button.large-button {
    font-size: 18px;
  }

  .button.large-button.color-swap-1.desktop-only {
    display: none;
  }

  .button.large-button.color-swap-1.mobile-only {
    display: inline-block;
  }

  .button.large-button.color-swap-1.lp-button {
    padding: 18px;
  }

  .button.large-button.color-swap-2.mobile-only {
    display: inline-block;
  }

  .button.large-button.color-swap-2.desktop-only {
    display: none;
  }

  .button.large-button.color-swap-2.lp-button {
    padding: 18px 19px 18px 18px;
  }

  .button.large-button.color-swap-2.lp-button.mobile-only.with-cta-text {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .button.large-button.color-swap-3.lp-nav-cta {
    padding: 15px;
    font-size: 17px;
  }

  .button.large-button.color-swap-3.lp-nav-cta.desktop-only {
    display: none;
  }

  .button.large-button.color-swap-3.lp-nav-cta.mobile-only {
    display: block;
  }

  .button.large-button.color-swap-3.lp-nav-cta.mobile-only.with-cta-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button.color-swap.lp.desktop-only {
    display: none;
  }

  .button.color-swap.lp.mobile-only {
    display: inline-block;
  }

  .grid-halves {
    grid-row-gap: 5px;
  }

  .grid-halves.reverse-direction {
    grid-column-gap: 20px;
    grid-row-gap: 5px;
    margin-top: 50px;
  }

  .grid-halves.reverse-direction.about-us {
    margin-top: 0;
  }

  .grid-halves.margin-alignment-adjust {
    grid-column-gap: 20px;
    grid-row-gap: 5px;
  }

  .hero-text-wrapper {
    max-width: 350px;
  }

  .hero-text-wrapper.page-hero {
    max-width: 100%;
  }

  .hero {
    height: 350px;
    padding: 35px 40px 45px;
  }

  .hero.page-hero {
    height: auto;
    min-height: 200px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero.desktop {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero.desktop.lp {
    background-image: linear-gradient(320deg, rgba(77, 168, 127, .35), rgba(0, 0, 0, 0)), linear-gradient(131deg, rgba(98, 182, 253, .35), rgba(0, 0, 0, 0)), linear-gradient(rgba(30, 39, 73, .3), rgba(30, 39, 73, .3)), url('../images/lp-hero.jpg');
    background-position: 0 0, 0 0, 0 0, 100% 0;
    background-size: auto, auto, auto, cover;
    background-attachment: scroll, scroll, scroll, scroll;
  }

  .hero.section-hero {
    height: auto;
    min-height: 200px;
    padding-top: 180px;
    padding-bottom: 40px;
  }

  .button-wrapper.centered.top-margin {
    margin-top: 30px;
  }

  .button-wrapper.top-margin.mobile-bottom-margin {
    margin-bottom: 10px;
  }

  .hero-subtext {
    width: 320px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .hero-subtext.page-hero {
    font-size: 18px;
    line-height: 20px;
  }

  .hero-subtext.lp {
    margin-bottom: 30px;
  }

  .page-content {
    box-shadow: none;
    margin-top: 70px;
    margin-bottom: 0;
    display: block;
    position: static;
  }

  .page-content.lp {
    margin-bottom: auto;
  }

  .section-text-wrapper {
    width: 85%;
  }

  .section-text-wrapper.bottom-margin {
    margin-bottom: 45px;
  }

  .section-text-wrapper.bottom-margin.adjust {
    margin-bottom: 40px;
  }

  .section-text-wrapper.bottom-margin.call-now-size-adjust {
    width: 90%;
  }

  .insurance-section {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .insurance-logo-row {
    margin-bottom: 30px;
  }

  .large-section-heading {
    font-size: 30px;
    line-height: 35px;
  }

  .large-section-heading.cta-heading {
    font-size: 50px;
    line-height: 50px;
  }

  .large-section-heading.utility-page {
    font-size: 60px;
    line-height: 60px;
  }

  .large-section-heading.utility-page._404 {
    font-size: 150px;
    line-height: 120px;
  }

  .large-section-heading.call-now-heading {
    font-size: 60px;
    line-height: 55px;
  }

  .insurance-row-item {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .insurance-row-item.mobile-adjust {
    margin-top: 10px;
  }

  .section-paragraph.large-paragraph.white.coming-soon {
    margin-bottom: 25px;
    font-size: 40px;
    line-height: 40px;
  }

  .section-title {
    margin-bottom: 36px;
  }

  .section-title.text-center, .section-title.less-bottom-margin {
    margin-bottom: 30px;
  }

  .footer-copyright-wrapper {
    margin-top: 30px;
  }

  .levels-of-care-section {
    padding: 85px 30px 10px;
  }

  .section-heading {
    font-size: 30px;
    line-height: 35px;
  }

  .section-heading.small-cta-heading {
    width: 100%;
  }

  .section-heading.medium-cta-heading {
    width: 100%;
    line-height: 42px;
  }

  .section-heading.gallery-grid {
    width: 75%;
    font-size: 25px;
    line-height: 30px;
  }

  .boxed-image-grid-thirds {
    grid-row-gap: 30px;
    grid-auto-flow: row;
  }

  .boxed-wrapper {
    margin-top: 40px;
  }

  .boxed-image-text {
    margin-top: 120px;
  }

  .boxed-image {
    width: 400px;
    height: 400px;
    padding: 24px;
  }

  .boxed-image.tp1 {
    width: 100%;
  }

  .boxed-image.tp1.lp {
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .boxed-image.tp3 {
    width: 100%;
  }

  .boxed-image.tp3.lp {
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .boxed-image.tp2 {
    width: 100%;
  }

  .boxed-image.tp2.lp {
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .get-help-section {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .get-help-section.no-blog {
    padding-bottom: 55px;
  }

  .large-cta-section {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .page-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-section.staff {
    padding-bottom: 0;
  }

  .page-section.gallery-grid {
    padding-left: 30px;
    padding-right: 30px;
  }

  .page-section.page-grid-menu {
    padding-bottom: 40px;
  }

  .page-section.testimonials {
    padding-bottom: 0;
  }

  .page-section.top-padding-adjust {
    padding-top: 0;
  }

  .page-section.top-padding-adjust.residential-content {
    padding-top: 30px;
  }

  .page-section.faq {
    padding-bottom: 20px;
  }

  .section-bottom-background.insurance-bottom {
    margin-top: 35px;
  }

  .top-navigation {
    display: none;
    position: static;
  }

  .top-navigation-dropdown {
    width: 100%;
    height: auto;
    float: none;
    text-align: center;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
    display: block;
    position: static;
  }

  .top-navigation-dropdown-toggle {
    width: auto;
    background-color: rgba(0, 0, 0, 0);
    padding-top: 12px;
    padding-bottom: 12px;
    display: inline-block;
  }

  .top-navigation-dropdown-toggle:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .top-navigation-dropdown-icon {
    margin-top: 12px;
  }

  .top-navigation-dropdown-list.w--open {
    clear: both;
    box-shadow: none;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 5px;
    padding: 0;
    display: block;
    position: static;
  }

  .top-navigation-dropdown-link {
    clear: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
    position: static;
  }

  .top-navigation-dropdown-wrapper {
    display: none;
  }

  .top-navigation-social-link {
    width: 31px;
    height: 30px;
    padding: 3px;
  }

  .main-navigation.lp {
    margin-top: 0;
    padding-bottom: 0;
  }

  .section-top-background.insurance-top {
    margin-top: -60px;
  }

  .section-top-background.lastest-blogs-top {
    margin-top: -65px;
  }

  .blog-section {
    padding-top: 35px;
    padding-bottom: 50px;
  }

  .article-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 200px 1fr;
    grid-auto-rows: minmax(auto, 100px);
    grid-auto-columns: 100%;
    grid-auto-flow: row;
    display: inline-block;
    position: relative;
  }

  .article-wrapper.view-blog {
    margin-bottom: 0;
  }

  .article-item {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-empty-state {
    flex-direction: row;
    align-content: space-around;
    justify-content: flex-start;
    padding-bottom: 40px;
  }

  .blog-empty-state.limited {
    width: 100%;
    max-width: 550px;
    min-width: 515px;
    padding-bottom: 10px;
  }

  .article-meta, .article-meta.date {
    margin-bottom: 10px;
  }

  .article-meta.post-page {
    margin-top: -10px;
  }

  .article-grid-item {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    padding: 25px;
  }

  .article-grid-heading-link {
    margin-bottom: 18px;
  }

  .article-thumbnail {
    height: 260px;
    margin-bottom: 10px;
  }

  .article-read-more-link {
    bottom: 35px;
    right: 30px;
  }

  .about-us-section {
    padding: 40px 30px 55px;
  }

  .grid-halves-image-wrapper {
    max-width: 100%;
  }

  .grid-halves-text-wrapper {
    max-width: 100%;
    text-align: center;
  }

  .small-bottom-cta-section {
    padding-top: 50px;
    padding-bottom: 45px;
  }

  .gallery-block.last-row {
    margin-bottom: 10px;
  }

  .gallery-link {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .gallery-image-wrapper {
    margin-bottom: 0;
  }

  .gallery-link-image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .gallery-column {
    margin-bottom: 20px;
  }

  .gallery-section {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .small-cta-background-image {
    width: 250%;
    max-width: 250%;
    margin-left: -60%;
  }

  .small-cta-section {
    background-image: linear-gradient(320deg, rgba(77, 168, 127, .5), transparent), linear-gradient(135deg, rgba(98, 182, 253, .5), transparent), linear-gradient(to bottom, null, null), url('../images/small-cta-background.jpg');
    background-position: 0 0, 0 0, 0 0, 100%;
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .small-cta-section.lp {
    background-image: linear-gradient(320deg, rgba(77, 168, 127, .5), transparent), linear-gradient(135deg, rgba(98, 182, 253, .5), transparent), linear-gradient(to bottom, null, null), url('../images/lp-small-cta-background.jpg');
    background-position: 0 0, 0 0, 0 0, 5% 100%;
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .menu-close-button {
    top: 25px;
    right: 25px;
  }

  .half-menu.full-height-menu {
    flex: none;
    display: block;
  }

  .top-navigation-dropdown-wrapper-mobile {
    height: auto;
    float: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: block;
    position: static;
  }

  .team-member-name {
    font-size: 20px;
  }

  .team-member-name.team-member-page {
    text-align: center;
    display: block;
  }

  .team-member-title.team-member-page {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .team-members-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-member-link {
    width: 49.5%;
  }

  .form-success, .form-error {
    width: 100%;
  }

  .form-grid-vertical.form-grid {
    margin-bottom: 10px;
  }

  .utility-page-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .utility-page-content.call-now-page {
    padding-top: 40px;
  }

  .utility-page-content.special-page {
    height: auto;
    max-height: 100%;
    min-height: 650px;
    flex: 0 auto;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .utility-page-content.special-page-more {
    padding-bottom: 50px;
  }

  .utility-page-message {
    max-width: 100%;
  }

  .utility-page-form {
    min-width: 275px;
  }

  .page-social-link {
    width: 31px;
    height: 30px;
    padding: 3px;
  }

  .page-map {
    height: 350px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .featured-image-author-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .featured-image-author {
    width: 300px;
    height: 350px;
  }

  .rich-text ul {
    width: 85%;
    text-align: left;
  }

  .rich-text ol {
    width: 85%;
  }

  .rich-text.author-content {
    text-align: center;
  }

  .addiction-types-anchor {
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
  }

  .addiction-types-anchor-wrapper {
    flex-wrap: wrap;
    align-content: center;
  }

  .addiction-types-anchor-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: center;
    display: grid;
  }

  .gallery-grid-block {
    padding: 10px;
  }

  .accreditation-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .get-help-options {
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .get-help-options-half {
    width: 100%;
  }

  .step-heading {
    font-size: 50px;
    line-height: 50px;
  }

  .step-heading-number-span {
    font-size: 55px;
  }

  .legal-modal {
    flex-direction: row;
    justify-content: center;
  }

  .legal-modal-container {
    width: 90%;
    overflow: auto;
  }

  .legal-modal-close {
    top: 15px;
    right: 15px;
  }

  .toa-sub-nav {
    height: 70px;
    top: 70px;
    transform: translate(0, -70px);
  }

  .toa-sub-nav-link {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    display: inline-block;
  }

  .toa-sub-nav-link:hover {
    color: #043d76;
    background-color: rgba(0, 0, 0, 0);
  }

  .toa-sub-nav-link.w--current {
    background-color: rgba(0, 0, 0, 0);
    font-weight: 700;
  }

  .toa-sub-nav-link.w--current:hover {
    color: #fff;
  }

  .jcaho-footer-seal {
    width: 100px;
    height: 100px;
  }

  .footer-seals {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rich-text-blue-headings h1, .rich-text-blue-headings h2, .rich-text-blue-headings h3, .rich-text-blue-headings h4, .rich-text-blue-headings h5, .rich-text-blue-headings h6, .rich-text-white-headings h1, .rich-text-white-headings h2, .rich-text-white-headings h3, .rich-text-white-headings h4, .rich-text-white-headings h5, .rich-text-white-headings h6, .rich-text-white-small-headings h1, .rich-text-white-small-headings h2, .rich-text-white-small-headings h3, .rich-text-white-small-headings h4, .rich-text-white-small-headings h5, .rich-text-white-small-headings h6, .rich-text-blue-small-headings h1, .rich-text-blue-small-headings h2, .rich-text-blue-small-headings h3, .rich-text-blue-small-headings h4, .rich-text-blue-small-headings h5, .rich-text-blue-small-headings h6 {
    font-size: 30px;
    line-height: 35px;
  }

  .cm-ref-link.cm-credit {
    clear: both;
    bottom: 25px;
  }

  .cm-ref-link.cm-credit.lp {
    bottom: 25px;
  }

  .article-meta-50 {
    width: 100%;
    text-align: center;
  }

  .checklist-item {
    text-align: left;
  }

  .lp-button-cta-text {
    margin-bottom: 4px;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 10px;
  }

  .lp-button-cta-text.lp-nav-cta, .lp-button-cta-text.lp-mobile-scroll-cta {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 9px;
  }

  .page-progress-bar {
    z-index: 99;
    height: 5px;
  }

  .rich-text-white-blog-subheading {
    width: 320px;
  }

  .rich-text-white-blog-subheading h1, .rich-text-white-blog-subheading h2, .rich-text-white-blog-subheading h3, .rich-text-white-blog-subheading h4, .rich-text-white-blog-subheading h5, .rich-text-white-blog-subheading h6 {
    font-size: 20px;
    line-height: 20px;
  }

  .mobile-only {
    display: block;
  }

  .team-member-certs.team-member-page {
    text-align: center;
  }

  .cookie-consent-content {
    margin-right: 0;
  }

  .cookie-consent-container {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .cookie-consent-button {
    margin-top: 20px;
  }

  .ehg-facility-credit-row {
    grid-column-gap: 0px;
    grid-row-gap: 18px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    justify-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    display: grid;
  }

  .ehg-facility-credit-content {
    flex-direction: column;
    font-size: 12px;
    line-height: 15px;
  }

  .ehg-facility-credit-text {
    letter-spacing: 3.5px;
    font-size: 11px;
  }

  .ehg-credit-image {
    width: 70px;
    margin: 5px 0 3px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-left-contents.navbar-collapsed-contents {
    width: 100%;
    justify-content: space-between;
  }

  .navbar-left-contents.navbar-collapsed-contents.lp {
    justify-content: center;
  }

  .copyright-text {
    font-size: 11px;
  }

  .brand, .brand.coming-soon {
    width: 200px;
  }

  .main-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .main-container.slanted-image-bg-container {
    padding-left: 38px;
    padding-right: 38px;
  }

  .main-container.large-cta-container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .main-container.image-link-grid {
    padding-left: 18px;
    padding-right: 18px;
  }

  .full-height-menu-cross {
    top: 24px;
    right: 24px;
  }

  .navbar-functions {
    display: none;
  }

  .full-height-menu-link {
    margin-bottom: -10px;
  }

  .collapsed-nav-links {
    display: none;
  }

  .full-height-menu-contents {
    padding-top: 10px;
    padding-bottom: 200px;
  }

  .navbar {
    min-height: 72px;
  }

  .full-height-menu-links {
    justify-items: center;
    margin-bottom: -10px;
    margin-left: auto;
    margin-right: auto;
  }

  .full-height-menu-footer {
    text-align: center;
    font-size: 11px;
    line-height: 16px;
  }

  .menu-brand {
    width: 200px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button {
    margin-left: 0;
    display: block;
  }

  .boxed-text-wrapper.align-center {
    display: inline-block;
  }

  .footer {
    padding-bottom: 70px;
    padding-left: 36px;
    padding-right: 35px;
  }

  .menu-grid-vertical {
    align-items: start;
  }

  .footer-bottom-links {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    justify-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .footer-text {
    width: 100%;
  }

  .footer-menus-container {
    flex: 0 auto;
    margin-top: 40px;
  }

  .footer-bottom-row-link {
    margin-top: 0;
    margin-bottom: -10px;
  }

  .icons.big-button-icon.call {
    margin-right: 4px;
    font-size: 18px;
    top: 3px;
  }

  .icons.big-button-icon.check {
    font-size: 22px;
    top: 4px;
  }

  .icons.big-button-icon.view {
    font-size: 18px;
    top: 2px;
  }

  .icons.big-button-icon.question {
    margin-right: 4px;
    font-size: 21px;
    top: 4px;
  }

  .icons.big-button-icon.staff {
    font-size: 18px;
    top: 3px;
  }

  .icons.big-button-icon.blog {
    margin-right: 5px;
    top: 4px;
  }

  .icons.big-button-icon.choose-natc {
    font-size: 18px;
    top: 3px;
  }

  .icons.big-button-icon.programs {
    font-size: 19px;
    top: 3px;
  }

  .icons.small-button-icon.call.lp-mobile-scroll-cta {
    font-size: 15px;
    line-height: 15px;
    top: 2px;
  }

  .icons.small-button-icon.check {
    margin-right: 4px;
    font-size: 23px;
    line-height: 16px;
    top: 5px;
  }

  .icons.get-help {
    font-size: 13px;
    line-height: 22px;
    top: 1px;
    left: 3px;
  }

  .footer-menus-grid {
    width: 100%;
    align-content: start;
    justify-content: center;
    justify-items: center;
  }

  .footer-bottom-row {
    align-content: end;
    margin-top: 40px;
  }

  .hero-heading {
    text-align: center;
    margin-bottom: 145px;
    font-size: 38px;
    line-height: 35px;
  }

  .hero-heading.section-hero {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 32px;
  }

  .hero-heading.lp {
    color: #fff;
    margin-bottom: 185px;
    font-size: 25px;
    line-height: 25px;
  }

  .button.large-button {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    line-height: 18px;
  }

  .button.large-button.color-swap-1.lp-button.mobile-only.with-cta-text {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .button.large-button.color-swap-3.lp-nav-cta.mobile-only {
    display: none;
  }

  .grid-halves {
    grid-row-gap: 5px;
  }

  .grid-halves.reverse-direction {
    grid-row-gap: 5px;
    margin-bottom: 10px;
  }

  .grid-halves.reverse-direction.about-us {
    margin-top: 0;
  }

  .grid-halves.map {
    margin-top: 50px;
  }

  .grid-halves.margin-alignment-adjust {
    grid-row-gap: 5px;
    margin-bottom: 40px;
  }

  .hero-text-wrapper {
    max-width: 100%;
  }

  .hero {
    height: 525px;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 75%, rgba(30, 39, 73, .12) 90%, rgba(30, 39, 73, .35)), linear-gradient(320deg, rgba(77, 168, 127, .35), rgba(0, 0, 0, 0)), linear-gradient(131deg, rgba(98, 182, 253, .35), rgba(0, 0, 0, 0)), linear-gradient(rgba(30, 39, 73, .45), rgba(30, 39, 73, .45)), url('../images/mobile-hero.jpg');
    background-position: 0 0, 0 0, 0 0, 0 0, 50% 0;
    align-items: flex-start;
    padding: 25px 30px 30px;
  }

  .hero.page-hero {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero.desktop {
    display: none;
  }

  .hero.desktop.lp {
    background-image: linear-gradient(320deg, rgba(77, 168, 127, .35), rgba(0, 0, 0, 0)), linear-gradient(131deg, rgba(98, 182, 253, .35), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/lp-hero.jpg');
    background-position: 0 0, 0 0, 0 0, 50% 100%;
  }

  .hero.mobile {
    display: flex;
  }

  .hero.mobile.lp {
    background-image: linear-gradient(320deg, rgba(77, 168, 127, .35), rgba(0, 0, 0, 0)), linear-gradient(131deg, rgba(98, 182, 253, .35), rgba(0, 0, 0, 0)), linear-gradient(rgba(30, 39, 73, .45), rgba(30, 39, 73, .45)), url('../images/lp-mobile-hero.jpg');
    background-position: 0 0, 0 0, 0 0, 50% 100%;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, cover;
    background-attachment: scroll, scroll, scroll, scroll;
  }

  .hero.section-hero {
    height: auto;
    padding-top: 170px;
    padding-bottom: 30px;
  }

  .hero.section-hero._1 {
    background-image: linear-gradient(320deg, rgba(77, 168, 127, .35), transparent), linear-gradient(130deg, rgba(98, 182, 253, .35), transparent), linear-gradient(to bottom, null, null), url('../images/alcohol-addiction.jpg');
    background-position: 0 0, 0 0, 0 0, 0%;
  }

  .hero.section-hero._5 {
    background-image: linear-gradient(320deg, rgba(77, 168, 127, .35), transparent), linear-gradient(130deg, rgba(98, 182, 253, .35), transparent), linear-gradient(to bottom, null, null), url('../images/cocaine-addiction.jpg');
    background-position: 0 0, 0 0, 0 0, 0%;
  }

  .button-wrapper {
    width: 100%;
  }

  .button-wrapper.centered.margin-adjust {
    margin-bottom: 55px;
  }

  .hero-subtext {
    width: 100%;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
  }

  .hero-subtext.page-hero {
    margin-top: 10px;
  }

  .hero-subtext.lp {
    margin-bottom: 30px;
  }

  .section-text-wrapper.bottom-margin.call-now-size-adjust {
    width: 95%;
  }

  .insurance-section {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .insurance-logo-row {
    margin-bottom: 30px;
  }

  .large-section-heading.cta-heading {
    line-height: 50px;
  }

  .large-section-heading.utility-page {
    margin-bottom: 20px;
    font-size: 45px;
    line-height: 40px;
  }

  .large-section-heading.utility-page._404 {
    font-size: 100px;
    line-height: 80px;
  }

  .large-section-heading.call-now-heading {
    font-size: 55px;
    line-height: 50px;
  }

  .insurance-row-item {
    width: 130px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .insurance-row-item.mobile-adjust {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .section-paragraph.large-paragraph.white.coming-soon {
    font-size: 25px;
    line-height: 25px;
  }

  .footer-copyright-wrapper {
    text-align: center;
    font-size: 10px;
    line-height: 13px;
  }

  .footer-copyright-wrapper.special-page {
    padding-left: 26px;
    padding-right: 25px;
  }

  .levels-of-care-section {
    padding: 50px 20px 0;
  }

  .section-heading {
    font-size: 25px;
    line-height: 30px;
  }

  .boxed-image-grid-thirds {
    width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 30px;
  }

  .boxed-wrapper {
    margin-top: 50px;
  }

  .boxed-image-text {
    margin-top: 0;
  }

  .boxed-image {
    width: 100%;
    height: 350px;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .boxed-image.tp1.lp, .boxed-image.tp3.lp, .boxed-image.tp2.lp {
    height: auto;
    min-height: 400px;
  }

  .get-help-section {
    padding: 35px 20px 65px;
  }

  .large-cta-section {
    background-image: linear-gradient(320deg, rgba(77, 168, 127, .5), transparent), linear-gradient(135deg, rgba(98, 182, 253, .5), transparent), linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null), url('../images/big-cta.jpg');
    background-position: 0 0, 0 0, 0 0, 0 0, 53%;
    padding: 50px 35px 60px;
  }

  .large-cta-section.lp {
    background-image: linear-gradient(320deg, rgba(77, 168, 127, .5), transparent), linear-gradient(135deg, rgba(98, 182, 253, .5), transparent), linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null), url('../images/lp-big-cta.jpg');
    background-position: 0 0, 0 0, 0 0, 0 0, 50%;
  }

  .page-section {
    text-align: center;
    padding: 40px 25px;
  }

  .page-section.staff {
    padding-bottom: 5px;
  }

  .page-section.blog {
    padding-bottom: 10px;
  }

  .page-section.top-padding-adjust {
    padding-top: 0;
  }

  .page-section.top-padding-adjust.insurance {
    padding-left: 5px;
    padding-right: 5px;
  }

  .page-section.top-padding-adjust.residential-content {
    padding-top: 20px;
  }

  .section-bottom-background.insurance-bottom {
    margin-top: 42px;
  }

  .top-navigation-dropdown {
    margin-bottom: 5px;
  }

  .top-navigation-dropdown-icon {
    margin-top: 13px;
  }

  .section-top-background.insurance-top {
    margin-top: -53px;
  }

  .section-top-background.lastest-blogs-top {
    margin-top: -50px;
  }

  .blog-section {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 40px;
  }

  .article-wrapper {
    margin-bottom: 0;
  }

  .article-wrapper.view-blog {
    margin-bottom: 5px;
  }

  .article-item {
    float: none;
    clear: none;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .blog-empty-state {
    text-align: center;
    justify-content: center;
    padding-bottom: 10px;
  }

  .blog-empty-state.limited {
    max-width: 350px;
    min-width: 245px;
  }

  .article-meta.date {
    margin-bottom: 8px;
  }

  .article-meta.post-page {
    margin-top: -5px;
  }

  .article-grid-item {
    height: auto;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 20px;
  }

  .primary-tag {
    line-height: 15px;
  }

  .article-thumbnail {
    height: 130px;
    margin-bottom: 8px;
  }

  .article-read-more-link {
    float: right;
    bottom: 40px;
    right: 20px;
  }

  .about-us-section {
    padding: 35px 20px 50px;
  }

  .horizontal-cta-row {
    text-align: center;
  }

  .small-bottom-cta-section {
    padding: 50px 20px 40px;
  }

  .gallery-block {
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-block.last-row {
    margin-bottom: 10px;
  }

  .gallery-link {
    width: 300px;
    height: 250px;
  }

  .gallery-link-image {
    width: 100%;
    height: 250px;
  }

  .gallery-column {
    margin-bottom: 15px;
  }

  .gallery-section {
    padding: 35px 20px 40px;
  }

  .small-cta-background-image {
    width: 500%;
    max-width: 500%;
    margin-left: -170%;
  }

  .small-cta-section {
    background-image: linear-gradient(320deg, rgba(77, 168, 127, .5), transparent), linear-gradient(135deg, rgba(98, 182, 253, .5), transparent), linear-gradient(to bottom, null, null), url('../images/small-cta-background.jpg');
    background-position: 0 0, 0 0, 0 0, 7%;
    padding: 50px 20px 60px;
  }

  .small-cta-section.lp {
    background-image: linear-gradient(320deg, rgba(77, 168, 127, .5), transparent), linear-gradient(135deg, rgba(98, 182, 253, .5), transparent), linear-gradient(to bottom, null, null), url('../images/lp-small-cta-background.jpg');
    background-position: 0 0, 0 0, 0 0, 4% 100%;
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .menu-close-button {
    top: 15px;
    right: 15px;
  }

  .top-navigation-dropdown-wrapper-mobile {
    margin-top: 10px;
  }

  .team-member-title.team-member-page {
    margin-bottom: 30px;
  }

  .team-members-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .team-member-link {
    width: 100%;
  }

  .form-label {
    display: block;
  }

  .form-label.utility-page-remind-me {
    font-size: 15px;
  }

  .form-success, .form-error {
    padding: 12px;
  }

  .form-grid-vertical {
    grid-row-gap: 12px;
  }

  .form-grid-halves {
    grid-template-columns: 1fr;
  }

  .utility-page-content {
    padding: 30px 20px;
  }

  .utility-page-content.call-now-page {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .utility-page-content.special-page {
    min-height: 100%;
    flex: 1;
    padding-top: 0;
    padding-bottom: 0;
  }

  .utility-page-content.special-page-more {
    padding-bottom: 60px;
  }

  .utility-page-form {
    min-width: 100%;
  }

  .contact-grid-vertical {
    grid-row-gap: 36px;
  }

  .selectable-field {
    width: 170px;
    text-align: center;
    padding-left: 0;
    font-size: 13px;
    display: block;
  }

  .form-checkbox {
    float: left;
    margin-left: 0;
    margin-right: 8px;
    display: inline-block;
  }

  .page-map {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .featured-image-author {
    width: 280px;
    height: 310px;
  }

  .rich-text blockquote {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .rich-text ul {
    width: 100%;
    text-align: left;
  }

  .rich-text ol {
    width: 100%;
  }

  .mobile-scroll-cta {
    z-index: 900;
    width: 100%;
    height: 70px;
    background-color: #fff;
    display: block;
    position: fixed;
    bottom: 0;
    overflow: hidden;
    box-shadow: 0 -5px 20px 2px rgba(0, 0, 0, .2);
  }

  .mobile-scroll-cta-link {
    width: 50%;
    height: 70px;
    float: left;
    color: #1e2749;
    text-align: center;
    cursor: pointer;
    background-color: #62b6fd;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    transition: all .3s;
    display: flex;
  }

  .mobile-scroll-cta-link:hover {
    color: #fff;
    background-color: #4da87f;
  }

  .mobile-scroll-cta-link._100 {
    width: 100%;
  }

  .mobile-scroll-cta-link._100.lp {
    padding-bottom: 5px;
    font-size: 17px;
    line-height: 17px;
  }

  .mobile-scroll-cta-trigger {
    width: 35px;
    height: 35px;
    padding: 0;
    position: absolute;
    top: -60px;
    bottom: auto;
    left: 0%;
    right: auto;
    transform: translate(0, 60px);
  }

  .mobile-scroll-cta-wrapper {
    display: block;
  }

  .addiction-types-anchor {
    width: 100%;
    margin-bottom: 15px;
  }

  .addiction-types-anchor-block {
    display: flex;
  }

  .gallery-grid-image.desktop {
    display: none;
  }

  .gallery-grid-image.mobile {
    display: block;
  }

  .gallery-grid-block {
    width: 100%;
    padding: 15px 0;
  }

  .featured-image-wrapper {
    margin-bottom: 20px;
  }

  .jcaho-seal {
    width: 175px;
    height: 175px;
  }

  .accreditation-section {
    padding: 35px 20px;
  }

  .article-category {
    margin-left: 5px;
    margin-right: 5px;
  }

  .hero-heading-span {
    color: #1e2749;
  }

  .get-help-options {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .get-help-options-half {
    width: 100%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 10px;
    display: block;
  }

  .get-help-option-link {
    width: 90%;
    height: auto;
    margin-bottom: 15px;
    padding: 12px 10px;
    font-size: 15px;
    line-height: 22px;
  }

  .step-heading {
    margin-top: 15px;
    font-size: 45px;
    line-height: 45px;
  }

  .step-heading.top-margin-fix {
    margin-top: 15px;
  }

  .step-heading-number-span {
    margin-left: 5px;
    font-size: 50px;
  }

  .legal-modal-container {
    width: 90%;
  }

  .legal-modal-container.lp {
    padding-left: 25px;
    padding-right: 25px;
    overflow: hidden;
  }

  .legal-modal-close {
    top: 15px;
    right: 15px;
  }

  .toa-sub-nav {
    height: 62px;
    transform: translate(0, -65px);
  }

  .toa-sub-nav-link {
    height: 31px;
    padding: 6px 12px;
    font-size: 12px;
  }

  .call-now-embed.lp {
    margin-left: -11px;
  }

  .rich-text-white-small-headings h1, .rich-text-white-small-headings h2, .rich-text-white-small-headings h3, .rich-text-white-small-headings h4, .rich-text-white-small-headings h5, .rich-text-white-small-headings h6, .rich-text-blue-small-headings h1, .rich-text-blue-small-headings h2, .rich-text-blue-small-headings h3, .rich-text-blue-small-headings h4, .rich-text-blue-small-headings h5, .rich-text-blue-small-headings h6 {
    font-size: 25px;
    line-height: 30px;
  }

  .cm-ref-link.cm-credit {
    height: 30px;
    text-align: center;
    position: relative;
    bottom: 25px;
    left: -20px;
  }

  .cm-ref-link.cm-credit.lp {
    bottom: 25px;
  }

  .cm-crafted {
    text-align: right;
  }

  .checklist-wrapper {
    width: 100%;
  }

  .lp-button-cta-text.lp-mobile-scroll-cta {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 8px;
  }

  .rich-text-white-blog-subheading {
    width: 100%;
    margin-top: 10px;
  }

  .rich-text-white-blog-subheading h1, .rich-text-white-blog-subheading h2, .rich-text-white-blog-subheading h3, .rich-text-white-blog-subheading h4, .rich-text-white-blog-subheading h5, .rich-text-white-blog-subheading h6 {
    font-size: 17px;
    line-height: 17px;
  }

  .gallery-page-block {
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .cookie-consent-content {
    text-align: center;
    margin-right: 0;
  }

  .cookie-consent-button {
    width: 100%;
    flex-direction: column;
    display: flex;
  }

  .dhcs-license-link {
    margin-bottom: 10px;
  }

  .ehg-facility-credit-row {
    align-content: end;
  }

  .ehg-facility-credit-content {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    justify-items: center;
  }

  .ehg-facility-credit-text {
    font-size: 10px;
  }
}

#w-node-_6fd4a2cf-4675-05f2-12b6-e44efd634851-fd634850 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6fd4a2cf-4675-05f2-12b6-e44efd634852-fd634850 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_40bbc410-fa7a-2688-991e-fe1a338744dc-3387445f, #w-node-_7392ead1-9feb-da0d-3265-975ddc9a25ea-cbfedbda {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7dc57248-1136-8c50-c542-97a45454e8a0-23fedbea {
  justify-self: start;
}

#w-node-_5b0307aa-0092-79ec-f64e-c473fd89adbe-23fedbea {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5b0307aa-0092-79ec-f64e-c473fd89adbf-23fedbea {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-bac95299-c38b-2a47-8082-f5a6a5c35c67-2dfedbc9, #w-node-_7d4c3be2-c8f8-7bc2-1322-22d792a16dea-2dfedbc9 {
    justify-self: start;
  }

  #w-node-_494a5292-f487-808a-acad-4de486a417fd-86a417fb, #w-node-ecf3cf6a-0e15-7bed-a04e-a6cb9c5c2e2b-f8fedbdc, #w-node-_2e6fab65-c112-f6f2-5d52-35b13e7a68fb-c1fedbdd {
    justify-self: center;
  }

  #w-node-_7dc57248-1136-8c50-c542-97a45454e8a0-23fedbea, #w-node-_7e0860ea-13ef-4c02-84d2-115c49b1d667-23fedbea {
    justify-self: start;
  }

  #w-node-_0a880c00-2135-b864-b881-60842ecdf9b9-e3fedc70, #w-node-_720ee2dd-84d1-9653-e4d9-6ef865990db7-e3fedc70, #w-node-a5aa668d-0366-594f-0274-fcee33cad389-e3fedc70, #w-node-ed7e3556-857c-a65b-4982-1a32e5e0cbde-e3fedc70, #w-node-d43b1125-97be-22ec-e164-0bfc037570fb-e3fedc70, #w-node-_73f97683-2437-aa0c-2037-14c482ee71c2-e3fedc70, #w-node-a2daefce-112c-9707-25bf-b1b73935b4d2-e3fedc70 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7392ead1-9feb-da0d-3265-975ddc9a25ea-cbfedbda {
    align-self: center;
    justify-self: center;
  }

  #w-node-_7e0860ea-13ef-4c02-84d2-115c49b1d667-23fedbea {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'ICONS';
  src: url('../fonts/northridge.eot') format('embedded-opentype'), url('../fonts/northridge.woff') format('woff'), url('../fonts/northridge.ttf') format('truetype'), url('../fonts/northridge.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}