.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: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 31px;
}

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

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

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

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

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

img {
  display: inline-block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left-style: solid;
  border-left-width: 5px;
  margin-bottom: 10px;
  padding: 10px 20px;
}

figure {
  margin-bottom: 10px;
}

.hero {
  height: 100vh;
  background-image: url('../images/hero-image.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero.page-hero {
  z-index: 1;
  height: 500px;
  background-position: 100% 100%;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.hero-subtext {
  width: 80%;
  color: #fff;
  letter-spacing: .15px;
  margin-bottom: 40px;
  font-family: Gotham Pro, sans-serif;
  font-size: 20px;
  line-height: 24px;
  display: block;
  position: relative;
  top: -20px;
}

.hero-header {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Lubalin Graph Std Demi, sans-serif;
  font-size: 65px;
  font-weight: 400;
  line-height: 65px;
}

.hero-header.page-hero {
  margin-bottom: 10px;
  font-size: 55px;
  line-height: 55px;
}

.hero-container {
  z-index: 2;
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-top: -75px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-container.page-hero {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
}

.navigation-container {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-link {
  z-index: 30;
  color: #b6d8ab;
  cursor: pointer;
  background-color: #332f30;
  align-items: center;
  padding: 13px 15px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.dropdown-link:hover {
  opacity: 1;
  color: #62a84d;
  background-color: #fff;
  transform: scale(1.05);
  box-shadow: 0 10px 40px 2px rgba(51, 51, 51, .35);
}

.dropdown-link.mobile-nav-only {
  display: none;
}

.brand {
  width: 230px;
  flex: none;
}

.brand.centered {
  margin-left: auto;
  margin-right: auto;
}

.nav-menu {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-left: 35px;
  display: flex;
  position: static;
}

.nav-menu.call-now-page {
  justify-content: flex-end;
}

.dropdown-pointer {
  position: relative;
}

.dropdown-title {
  margin-bottom: 0;
  font-size: 15px;
  transition: all .3s;
}

.dropdown-title:hover {
  color: #332f30;
}

.nav-link-block {
  color: #332f30;
  letter-spacing: .15px;
  cursor: pointer;
  padding: 20px 12px;
  font-family: Gotham Pro, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 19px;
  text-decoration: none;
  transition: all .3s;
}

.nav-link-block:hover {
  color: #928477;
}

.nav-link-block.white {
  color: #fff;
}

.navigation-left {
  width: 80%;
  align-items: center;
  display: flex;
}

.navigation-left.special-page {
  width: 100%;
}

.dropdown-wrapper {
  background-color: #332f30;
  border: 5px solid #fff;
  box-shadow: 4px -19px 35px rgba(51, 51, 51, .08), 11px 11px 30px -10px rgba(51, 51, 51, .08);
}

.dropdown-wrapper.w--open {
  max-height: 100vh;
  min-width: 300px;
  background-color: #fff;
  border-radius: 15px;
  left: -97px;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, .15), 8px 18px 60px 4px rgba(0, 0, 0, .13);
}

.navigation-right {
  width: 20%;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.dropdown-bottom-featured-link {
  min-height: 100px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #62a84d;
  border-top: 1px solid rgba(51, 51, 51, .15);
  justify-content: center;
  align-items: center;
  padding: 10px 10px 5px;
  font-family: Lubalin Graph Std Demi, sans-serif;
  font-size: 19px;
  line-height: 22px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.dropdown-bottom-featured-link:hover {
  color: #b6d8ab;
  background-color: #332f30;
}

.dropdown-bottom-featured-link.left {
  border-right: 2.5px solid #fff;
}

.dropdown-bottom-featured-link.left:hover {
  background-color: #332f30;
}

.dropdown-bottom-featured-link.left._100 {
  border-right-style: none;
}

.dropdown-bottom-featured-link.right {
  border-left: 2.5px solid #fff;
}

.dropdown-bottom-featured-link.right._100 {
  border-left-style: none;
}

.dropdown-link-content-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.chevron {
  margin-right: 5px;
}

.pointer {
  z-index: 20;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -2%;
  bottom: auto;
  left: 0%;
  right: 4%;
  transform: rotate(45deg);
}

.main-navigation {
  z-index: 1000;
  width: 100%;
  height: 102px;
  background-color: rgba(247, 246, 245, .8);
  flex-direction: column;
  align-items: center;
  padding: 20px 3%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-cta {
  align-items: center;
  margin-left: 30px;
  display: flex;
}

.dropdown-toggle {
  color: #332f30;
  padding-left: 12px;
  padding-right: 30px;
  font-weight: 700;
  transition: all .3s;
}

.dropdown-toggle:hover, .dropdown-toggle.w--open {
  color: #928477;
}

.dropdown-toggle.white {
  color: #fff;
  cursor: pointer;
}

.dropdown {
  letter-spacing: .15px;
  margin-left: 2px;
  margin-right: 2px;
  font-family: Gotham Pro, sans-serif;
  font-size: 15px;
  line-height: 19px;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  max-height: 100vh;
  min-width: 370px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 10px;
  left: -120px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #62a84d;
  padding: 25px 25px 20px;
  font-family: Lubalin Graph Std Demi, sans-serif;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px -3px rgba(51, 51, 51, .35);
}

.button:hover {
  box-shadow: 0 0 20px rgba(51, 51, 51, .35);
}

.button.mobile-only {
  display: none;
}

.button.large-button {
  color: #b6d8ab;
  background-color: #332f30;
  padding: 30px 30px 23px;
  font-size: 22px;
  line-height: 22px;
}

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

.button.large-button.cta {
  background-image: linear-gradient(rgba(51, 47, 48, .7), rgba(51, 47, 48, .7)), url('../images/grain-block-02.png');
  background-position: 0 0, 0 100%;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
}

.button.submit:hover, .button.submit.password {
  color: #b6d8ab;
  background-color: #332f30;
}

.button.submit.password:hover {
  color: #332f30;
  background-color: #b6d8ab;
}

.button.sidebar {
  width: 100%;
  display: block;
}

.dropdown-column-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.dropdown-column-wrapper._2-columns {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.dropdown-column-wrapper._2-columns.therapies {
  grid-column-gap: 0px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: auto auto;
  grid-auto-rows: auto;
  grid-auto-columns: auto;
}

.dropdown-column-link {
  width: auto;
  height: auto;
  color: #62a84d;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.dropdown-column-link:hover {
  color: #928477;
}

.dropdown-column-title {
  color: #332f30;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Lubalin Graph Std Demi, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.dropdown-column-title:hover {
  color: #283338;
}

.nav-overlay-trigger {
  z-index: -1;
  width: 100%;
  height: 20px;
  opacity: 0;
  position: absolute;
}

.nav-overlay-trigger.anchor {
  width: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -20px;
  position: relative;
  top: -120px;
}

.nav-overlay-trigger.anchor.in-section {
  margin-bottom: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.insurance-row-item {
  width: 220px;
  opacity: .75;
  object-fit: contain;
  flex: none;
  margin-bottom: 40px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 10px;
  transition: all .3s;
}

.insurance-row-item.large {
  width: 170px;
}

.section-paragraph {
  color: #fff;
  font-family: Gotham Pro, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
}

.section-paragraph.large-paragraph {
  letter-spacing: .15px;
  font-size: 20px;
  line-height: 24px;
}

.section-paragraph.large-paragraph.jet {
  color: #332f30;
}

.section-paragraph.large-paragraph.jet._500 {
  font-weight: 500;
}

.section-paragraph.large-paragraph.location {
  color: #201109;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
}

.section-paragraph.jet {
  color: #332f30;
}

.section-paragraph.jet.sidebar-blog {
  margin-left: 25px;
}

.insurance-section {
  width: 100%;
  background-color: #f7f6f5;
  padding: 120px 25px 70px;
  display: block;
  position: relative;
}

.section-title {
  max-width: 775px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.section-title.text-center {
  text-align: center;
  border-left-style: none;
}

.section-title.text-center.half-bottom-margin {
  margin-bottom: 20px;
}

.section-title.anchor-page {
  max-width: none;
  text-align: left;
  background-image: linear-gradient(rgba(247, 246, 245, .8), rgba(247, 246, 245, .8)), url('../images/grain-block-long.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  margin-bottom: 50px;
  margin-left: 0;
  padding: 15px;
  display: inline-block;
}

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

.section-title.sidebar.bottom-margin {
  margin-bottom: 10px;
}

.section-title.left-align {
  text-align: left;
  margin-left: 0;
}

.section-title.left-align._100 {
  max-width: 100%;
}

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

.main-container.programs-container {
  z-index: 2;
  max-width: 1200px;
  position: relative;
}

.main-container.large-cta-container {
  z-index: 15;
  position: relative;
  top: -75px;
}

.main-container.floater-container {
  z-index: 1;
  position: relative;
}

.main-container.team-member-bio-container {
  justify-content: space-between;
  display: flex;
}

.main-container.levels-of-care-container {
  z-index: 1;
  margin-bottom: 85px;
  position: relative;
}

.main-container.programs-page-container {
  z-index: 2;
  max-width: 1200px;
  margin-bottom: 5px;
  position: relative;
}

.main-container.sidebar {
  margin-left: auto;
  margin-right: auto;
}

.button-wrapper {
  width: 100%;
}

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

.button-wrapper.auto-width {
  width: auto;
  display: inline-block;
}

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

.button-wrapper.sidebar {
  width: auto;
  margin-bottom: 20px;
}

.button-wrapper.sidebar-call-now {
  margin-top: 10px;
}

.insurance-logo-row {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: -58px;
}

.rich-text-green-headings-large {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lubalin Graph Std Demi, sans-serif;
}

.rich-text-green-headings-large h4, .rich-text-green-headings-large h1, .rich-text-green-headings-large h2, .rich-text-green-headings-large h3, .rich-text-green-headings-large h5, .rich-text-green-headings-large h6 {
  color: #62a84d;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 40px;
}

.rich-text-green-headings-large p, .rich-text-green-headings-large blockquote, .rich-text-green-headings-large ol, .rich-text-green-headings-large ul, .rich-text-green-headings-large img, .rich-text-green-headings-large figure {
  display: none;
}

.section-text-wrapper {
  max-width: 750px;
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

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

.section-text-wrapper.no-bottom-margin.page-hero {
  width: 100%;
}

.section-text-wrapper.no-bottom-margin.contact-page {
  text-align: right;
}

.section-text-wrapper.link-with-arrow-below {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 20px;
}

.section-text-wrapper.link-with-arrow-below.no-top-margin {
  margin-top: 0;
}

.section-text-wrapper.page-intro {
  margin-bottom: 80px;
}

.section-text-wrapper.page-intro.no-bottom-margin {
  margin-bottom: 0;
}

.section-text-wrapper.message-page {
  width: 75%;
  max-width: none;
}

.boxed-image {
  height: 400px;
  cursor: pointer;
  object-fit: cover;
  background-color: #fff;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 36px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px -3px rgba(51, 51, 51, .35);
}

.boxed-image:hover {
  box-shadow: 0 0 20px rgba(51, 51, 51, .35);
}

.boxed-image._01 {
  background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('../images/grain-block-long.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.boxed-image._02 {
  background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('../images/grain-block-long.png');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.boxed-wrapper {
  justify-content: center;
  display: flex;
}

.boxed-wrapper.new-row {
  margin-top: 30px;
}

.levels-of-care-section {
  background-image: linear-gradient(#fff, #f7f6f5);
  padding: 80px 25px 120px;
  position: relative;
}

.boxed-image-grid-doubles {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.boxed-image-text {
  z-index: 4;
  width: 90%;
  text-align: center;
  margin-top: 0;
  position: relative;
}

.boxed-image-background {
  z-index: 1;
  width: 100%;
  height: 120%;
  max-height: 120%;
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

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

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

.boxed-image-background-overlay {
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: linear-gradient(rgba(51, 47, 48, .65), rgba(51, 47, 48, .65));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.boxed-image-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
}

.boxed-image-paragraph {
  width: 85%;
  color: #fff;
  letter-spacing: .15px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Gotham Pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.button-cover {
  z-index: 3;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 100%;
  background-color: #62a84d;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.button-cover.jet {
  background-color: #332f30;
}

.button-cover.cta {
  mix-blend-mode: lighten;
  background-color: rgba(119, 107, 95, .35);
}

.button-text {
  z-index: 4;
  text-transform: uppercase;
  position: relative;
}

.button-text.sidebar {
  width: 100%;
}

.insruance-grid {
  width: 95%;
  grid-column-gap: 27px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.rich-text-green-headings-small {
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lubalin Graph Std Demi, sans-serif;
}

.rich-text-green-headings-small h1, .rich-text-green-headings-small h2, .rich-text-green-headings-small h3, .rich-text-green-headings-small h4, .rich-text-green-headings-small h5, .rich-text-green-headings-small h6 {
  color: #62a84d;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 30px;
}

.rich-text-green-headings-small p, .rich-text-green-headings-small li, .rich-text-green-headings-small ul, .rich-text-green-headings-small ol, .rich-text-green-headings-small blockquote, .rich-text-green-headings-small figure, .rich-text-green-headings-small img {
  display: none;
}

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

.rich-text-green-headings-small.half-bottom-margin {
  margin-bottom: 15px;
}

.boxed-image-more-info-text {
  z-index: 4;
  width: 50%;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Lubalin Graph Std Demi, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: 0%;
  right: 0%;
}

.facility-tour-section {
  width: 100%;
  background-color: #f7f6f5;
  padding: 120px 25px 80px;
  display: block;
  position: relative;
}

.gallery-image {
  width: 100%;
  height: 120%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery-block {
  transition: all .3s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px -3px rgba(51, 51, 51, .35);
}

.gallery-block:hover {
  box-shadow: 0 0 20px rgba(51, 51, 51, .35);
}

.gallery-grid {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  grid-template-rows: minmax(250px, 1fr) minmax(250px, 1fr);
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  margin-top: 90px;
  margin-bottom: 60px;
}

.gallery-grid.tour {
  grid-column-gap: 27px;
  grid-template-rows: minmax(250px, 1fr) 1fr;
  margin-top: 0;
  margin-bottom: 30px;
}

.gallery-grid.tour.bottom {
  margin-bottom: 5px;
}

.gallery-image-wrapper {
  z-index: 1;
  cursor: pointer;
  padding: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.section-grid-halves {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.block-image.background-image {
  z-index: 0;
  width: 100%;
  height: 120%;
  max-height: 120%;
  max-width: 100%;
  object-fit: cover;
  position: absolute;
}

.link-arrow {
  width: 18px;
  object-fit: cover;
  margin-left: 5px;
}

.small-container {
  width: 100%;
  max-width: 500px;
}

.small-container.align-center {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-block {
  max-height: 600px;
  min-height: 600px;
  flex-direction: column;
  justify-content: center;
  padding: 96px 25px;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-block.has-background {
  color: #fff;
  padding: 0;
  overflow: hidden;
}

.section-block.map {
  max-height: 425px;
  min-height: 425px;
  color: #fff;
  padding: 0;
  overflow: hidden;
}

.section-block.no-bg {
  padding-top: 0;
  padding-bottom: 0;
}

.section-block.location {
  max-height: 425px;
  min-height: 425px;
  color: #fff;
  padding: 0;
  overflow: hidden;
}

.link-with-arrow {
  color: #62a84d;
  letter-spacing: 1px;
  align-items: center;
  font-family: Lubalin Graph Std Demi, sans-serif;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-with-arrow:hover {
  color: #928477;
}

.link-with-arrow.article-read-more-link {
  color: #62a84d;
  letter-spacing: 1px;
  margin-left: 0;
}

.link-with-arrow.article-read-more-link:hover {
  color: #928477;
}

.side-image-section {
  width: 100%;
  background-color: #f7f6f5;
  padding-top: 80px;
  padding-bottom: 80px;
  display: inline-block;
  position: relative;
}

.side-image-section.page-section {
  padding: 80px 0;
}

.side-image-section.contact-bottom {
  padding-bottom: 85px;
}

.link-with-arrow-text {
  text-transform: uppercase;
  position: relative;
  top: 3px;
}

.block-image-section {
  box-shadow: 0 0 20px -3px rgba(51, 51, 51, .35);
}

.page-content {
  z-index: 10;
  width: 100%;
  background-color: #f7f6f5;
  display: block;
  position: relative;
  overflow: hidden;
}

.page-content.side-image-page-no-bg {
  padding-bottom: 5px;
  overflow: visible;
}

.page-content.side-image-page {
  padding-bottom: 5px;
}

.page-content.anchor-page {
  overflow: visible;
}

.latest-blog-section {
  width: 100%;
  background-color: #f7f6f5;
  padding: 80px 25px;
  display: block;
  position: relative;
}

.article-wrapper {
  width: 100%;
  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 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: space-between;
  justify-items: stretch;
  margin-top: 50px;
  display: grid;
}

.article-item {
  width: 31.3%;
  margin-bottom: 2%;
  margin-left: 1%;
  margin-right: 1%;
  padding-left: 0;
  padding-right: 0;
  transition: all .3s;
  box-shadow: 0 0 20px -3px rgba(51, 51, 51, .35);
}

.article-item:hover {
  box-shadow: 0 0 20px rgba(51, 51, 51, .35);
}

.blog-empty-state {
  width: 100%;
  max-width: 100%;
  color: #928477;
  text-align: center;
  letter-spacing: .15px;
  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;
  padding-left: 0;
  padding-right: 0;
  font-family: Gotham Pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.article-thumbnail {
  width: 100%;
  height: 250px;
  cursor: pointer;
  object-fit: cover;
  display: block;
  overflow: hidden;
}

.article-meta {
  z-index: 10;
  float: left;
  clear: left;
  text-transform: uppercase;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -30px;
  font-family: Lubalin Graph Std Demi, sans-serif;
  font-size: 13px;
  line-height: 14px;
  display: flex;
  position: relative;
  top: -30px;
}

.article-meta.date {
  width: auto;
  float: right;
  clear: both;
  letter-spacing: .5px;
  cursor: auto;
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 10px 6px;
  display: flex;
  top: -280px;
}

.article-meta.post-page {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.article-grid-heading-link {
  cursor: pointer;
  margin-bottom: 5px;
  text-decoration: none;
  display: inline-block;
}

.article-post-image {
  z-index: 2;
  width: 100%;
  height: 120%;
  max-height: 120%;
  max-width: 100%;
  object-fit: cover;
  margin-top: -20px;
  position: relative;
}

.article-primary-tag {
  color: #b6d8ab;
  letter-spacing: .5px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #332f30;
  padding: 10px 10px 6px;
  font-family: Lubalin Graph Std Demi, sans-serif;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.article-primary-tag:hover {
  color: #fff;
}

.article-primary-tag.post {
  font-size: 15px;
  line-height: 15px;
}

.article-post-date {
  color: #332f30;
  text-decoration: none;
  display: inline-block;
}

.article-grid-heading {
  color: #62a84d;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lubalin Graph Std Demi, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 22px;
  transition: all .3s;
}

.article-grid-heading:hover {
  color: #332f30;
}

.article-grid-item {
  width: 100%;
  min-height: 420px;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .3s;
  display: inline-block;
}

.article-title-wrapper {
  display: inline-block;
}

.article-read-more-wrapper {
  position: absolute;
  top: auto;
  bottom: 25px;
  left: 25px;
  right: auto;
}

.article-collection-list {
  width: 100%;
}

.article-grid-item-content {
  width: 100%;
  height: 170px;
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('../images/grain-block-long.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 25px;
}

.large-cta-section {
  width: 100%;
  background-image: url('../images/cta-bg-fade.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 250px 25px 90px;
  display: flex;
  overflow: hidden;
}

.large-cta-content {
  z-index: 1000;
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.large-section-heading {
  color: #b6d8ab;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Lubalin Graph Std Demi, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 55px;
}

.large-section-heading.cta-heading {
  color: #62a84d;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 60px;
}

.large-section-heading.congrats {
  color: #fff;
  margin-bottom: 10px;
  font-size: 100px;
  line-height: 100px;
}

.large-section-heading._404 {
  color: #fff;
  margin-bottom: 0;
  font-size: 250px;
  line-height: 200px;
  display: inline-block;
}

.large-section-heading.password {
  color: #332f30;
  color: #f7f6f5;
  margin-bottom: 25px;
  font-size: 50px;
  line-height: 50px;
}

.large-section-heading.call-now {
  color: #fff;
  margin-bottom: 15px;
  font-size: 65px;
  line-height: 65px;
}

.insurance-text-row {
  width: 530px;
  height: 380px;
  background-color: #f7f6f5;
  background-image: linear-gradient(rgba(247, 246, 245, .8), rgba(247, 246, 245, .8)), url('../images/grain-block-long.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
  position: relative;
  top: -60px;
  left: -35px;
  overflow: hidden;
}

.footer-social-links {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.footer-link {
  color: #62a84d;
  letter-spacing: .15px;
  cursor: pointer;
  font-family: Gotham Pro, sans-serif;
  font-size: 15px;
  text-decoration: none;
  transition: all .3s;
}

.footer-link:hover {
  color: #928477;
}

.footer-top-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.footer-bottom-links {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-logo {
  width: 250px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

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

.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: 15px;
  left: 15px;
  right: auto;
}

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

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

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

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

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

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

.footer-seals {
  width: 100%;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

.icons.call-button {
  margin-left: -5px;
  margin-right: 2px;
  font-size: 26px;
  line-height: 0;
  position: relative;
  top: 7px;
}

.icons.call-button.large {
  font-size: 28px;
  top: 6px;
}

.icons.verify-button {
  margin-right: 6px;
  font-size: 20px;
  line-height: 0;
  position: relative;
  top: 3px;
}

.icons.verify-button.large {
  margin-right: 8px;
  font-size: 23px;
  top: 3px;
}

.icons.tour-button {
  margin-right: 10px;
  font-size: 22px;
  line-height: 0;
  position: relative;
  top: 5px;
}

.icons.mail {
  width: 20px;
  height: 20px;
  color: #554d48;
  font-size: 25px;
  line-height: 20px;
  position: relative;
  top: 2px;
  right: 15px;
}

.icons.phone {
  width: 20px;
  height: 20px;
  color: #554d48;
  font-size: 35px;
  line-height: 20px;
  position: relative;
  right: 15px;
}

.icons.social {
  width: 20px;
  height: 20px;
  color: #554d48;
  font-size: 25px;
  line-height: 20px;
  position: relative;
  top: 1px;
  right: 15px;
}

.icons.faq-button {
  margin-right: 5px;
  font-size: 24px;
  line-height: 0;
  position: relative;
  top: 5px;
}

.icons.blog-button {
  margin-right: 10px;
  font-size: 22px;
  line-height: 0;
  position: relative;
  top: 4px;
}

.icons.gmi-card {
  margin-right: 4px;
  position: relative;
  top: 1px;
}

.icons.sticky-nav-arrow {
  float: right;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  line-height: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 10px;
}

.icons.sticky-nav-arrow.anchor-link-button {
  z-index: 4;
  height: 100%;
  display: flex;
  position: absolute;
  top: -1px;
  bottom: 0%;
  left: auto;
  right: -15px;
}

.icons.sidebar-arrow {
  float: right;
  clear: both;
  margin-left: 20px;
  font-size: 15px;
  line-height: 0;
  position: relative;
  top: 7px;
  right: -5px;
}

.icons.check {
  margin-right: 10px;
  font-size: 22px;
  line-height: 0;
  position: relative;
  top: 4px;
}

.footer-copyright-wrapper {
  color: #332f30;
  text-align: center;
  margin-top: 30px;
  font-family: Gotham Pro, sans-serif;
  font-size: 11px;
  line-height: 16px;
}

.footer-copyright-wrapper.special-page {
  width: 100%;
  margin-top: 0;
  display: block;
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 0%;
  right: 0%;
}

.footer-logo-container {
  width: 100%;
  max-width: 400px;
  direction: ltr;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.footer {
  z-index: 0;
  width: 100%;
  height: auto;
  background-color: #f7f6f5;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px 40px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.footer-bottom-row-link {
  color: #332f30;
  letter-spacing: .15px;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Gotham Pro, sans-serif;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
  transition: all .3s;
}

.footer-bottom-row-link:hover {
  color: #62a84d;
}

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

.footer-menu-heading {
  color: #332f30;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Lubalin Graph Std Demi, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
}

.footer-nav-block {
  text-align: center;
}

.footer-nav-wrapper {
  width: 100%;
  max-width: 650px;
  direction: ltr;
  margin-left: auto;
  margin-right: auto;
}

.section-heading {
  color: #62a84d;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lubalin Graph Std Demi, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.section-heading.black {
  color: #332f30;
  line-height: 30px;
}

.section-heading.small {
  font-size: 25px;
  line-height: 25px;
}

.section-heading.small.jet {
  color: #332f30;
}

.section-heading.blog-sources, .section-heading.faq {
  margin-bottom: 0;
}

.legal-modal-container {
  width: 650px;
  height: auto;
  text-align: left;
  background-color: #fff;
  padding: 50px;
  position: relative;
  box-shadow: 0 0 20px -1px rgba(51, 51, 51, .25);
}

.legal-modal {
  z-index: 1500;
  width: 100%;
  height: 100%;
  opacity: 0;
  text-align: center;
  background-color: rgba(51, 47, 48, .8);
  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-close {
  width: 25px;
  cursor: pointer;
  text-decoration: none;
  transition: all .3s;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.legal-modal-close:hover {
  transform: scale(1.065);
}

.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;
}

.about-section {
  width: 100%;
  background-color: #f7f6f5;
  padding: 80px 25px 205px;
  display: block;
  position: relative;
}

.card-row-wrapper {
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.small-card-link {
  width: 23%;
  min-height: 100px;
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(rgba(247, 246, 245, .8), rgba(247, 246, 245, .8)), url('../images/grain-block-long.png');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 15px;
  text-decoration: none;
  transition: all .3s ease-in;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px -3px rgba(51, 51, 51, .35);
}

.small-card-link:hover {
  box-shadow: 0 0 20px rgba(51, 51, 51, .35);
}

.small-card-icon {
  width: 50px;
  object-fit: contain;
  margin-right: 25px;
  transition: opacity .3s;
}

.small-card-icon.smaller {
  width: 45px;
}

.small-card-icon.larger {
  width: 68px;
}

.small-card-icon.medium {
  width: 55px;
}

.small-card-title {
  text-align: left;
  flex-direction: column;
  display: flex;
}

.small-card-header {
  width: 150px;
  color: #62a84d;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Lubalin Graph Std Demi, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.large-cta-background {
  z-index: 1;
  width: 910px;
  filter: saturate(75%) brightness(85%) saturate(110%);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body {
  color: #332f30;
  background-color: #f7f6f5;
}

.large-background-text {
  z-index: 0;
  opacity: .05;
  color: #332f30;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lubalin Graph Std Demi, sans-serif;
  font-size: 18.5em;
  line-height: 1em;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.large-background-text.large-cta {
  z-index: .5;
  position: absolute;
  top: 135px;
}

.large-background-text.about-us {
  top: 211px;
}

.small-card-link-cover {
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 100%;
  background-color: #62a84d;
  transition: all .3s;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.small-card-link-content {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all .3s ease-in;
  display: flex;
  position: relative;
}

.nav-button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #62a84d;
  padding: 25px 25px 20px;
  font-family: Lubalin Graph Std Demi, sans-serif;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px -3px rgba(51, 51, 51, .35);
}

.nav-button:hover {
  box-shadow: 0 0 20px rgba(51, 51, 51, .35);
}

.nav-button.desktop-only {
  display: block;
}

.nav-button.mobile-only, .nav-button.tablet-only {
  display: none;
}

.hero-button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #238d00;
  padding: 25px 25px 20px;
  font-family: Lubalin Graph Std Demi, sans-serif;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px -3px rgba(51, 51, 51, .35);
}

.hero-button:hover {
  box-shadow: 0 0 20px rgba(51, 51, 51, .35);
}

.hero-button.mobile-only {
  display: none;
}

.hero-button.large-button {
  color: #b6d8ab;
  background-color: #332f30;
  padding: 30px 30px 23px;
  font-size: 22px;
  line-height: 22px;
}

.hero-button.large-button.mobile-only {
  display: none;
}

.small-section-title {
  z-index: 1;
  max-width: 775px;
  text-align: center;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 15px 5px;
  display: inline-block;
  position: relative;
  box-shadow: 0 0 20px -3px rgba(51, 51, 51, .35);
}

.small-section-title.no-max-width {
  max-width: 100%;
}

.small-section-title.no-max-width.bottom-margin {
  margin-bottom: 40px;
}

.small-section-title.no-max-width.cta-title {
  text-align: left;
  padding-bottom: 8px;
  box-shadow: 0 0 20px -3px rgba(51, 51, 51, .35);
}

.small-section-title.section-block-content-title {
  text-align: left;
}

.boxed-image-heading {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lubalin Graph Std Demi, sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.heading-underline {
  width: 50px;
  height: 5px;
  background-color: #fff;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
}

.heading-underline.main-heading {
  width: 80px;
  margin-top: 10px;
}

.heading-underline.main-heading.brown {
  background-color: #928477;
}

.heading-underline.main-heading.brown.mobile-menu {
  display: none;
}

.heading-underline.main-heading.brown.left-align {
  margin-left: 0;
}

.heading-underline.small-heading-right {
  margin-top: -5px;
  margin-bottom: 30px;
  margin-right: 0;
}

.heading-underline.small-heading-right.brown {
  background-color: #928477;
}

.heading-underline.small-heading {
  margin-top: -5px;
  margin-left: 0;
}

.heading-underline.small-heading.brown {
  background-color: #928477;
}

.section-info-wrapper {
  width: 770px;
  height: 280px;
  background-color: #f7f6f5;
  background-image: linear-gradient(rgba(247, 246, 245, .8), rgba(247, 246, 245, .8)), url('../images/grain-block-long.png');
  background-position: 0 0, 50% 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.small-tree-image {
  z-index: 0;
  width: 450px;
  height: auto;
  margin-left: -140px;
  display: block;
  position: absolute;
  top: 20px;
}

.cta-section-title {
  max-width: 640px;
  text-align: center;
  background-color: #fff;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 15px 1px;
  display: inline-block;
  box-shadow: 0 0 20px -3px rgba(51, 51, 51, .35);
}

.hero-overlay {
  z-index: 1;
  height: 100vh;
  opacity: 1;
  background-image: linear-gradient(rgba(51, 47, 48, .6), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, 0), rgba(247, 246, 245, .5)), linear-gradient(rgba(64, 101, 66, .1), rgba(64, 101, 66, .1)), linear-gradient(rgba(0, 0, 0, 0), #f7f6f5), linear-gradient(rgba(64, 101, 66, .2), rgba(64, 101, 66, .2));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-overlay.page-hero {
  height: 500px;
}

.cta-section {
  z-index: .5;
  width: 100%;
  background-color: #f7f6f5;
  padding: 120px 25px 70px;
  display: block;
  position: relative;
}

.small-cta-grid {
  width: 95%;
  grid-column-gap: 27px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.small-cta-image {
  height: 300px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.small-cta-text {
  width: 530px;
  height: 380px;
  background-color: #f7f6f5;
  background-image: linear-gradient(rgba(247, 246, 245, .8), rgba(247, 246, 245, .8)), url('../images/grain-block-long.png');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
  position: relative;
  top: -40px;
  right: -35px;
  overflow: hidden;
}

.static-navigation {
  z-index: 100;
  width: 100%;
  height: 102px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  padding: 20px 3%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown-column-title-wrapper {
  margin-bottom: 10px;
  padding-left: 15px;
}

.dropdown-secondary-links {
  background-color: #fff;
  background-image: linear-gradient(rgba(51, 47, 48, .04), rgba(51, 47, 48, .04)), linear-gradient(rgba(255, 255, 255, .85), rgba(255, 255, 255, .85));
  border-top: 5px solid #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-link-chevron {
  flex: none;
  margin-right: 5px;
  font-size: 18px;
  line-height: 18px;
  display: block;
  position: relative;
  transform: rotate(-90deg);
}

.dropdown-cta-column {
  border-top: 5px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.dropdown-cta-column.single {
  grid-template-columns: 1fr;
}

.leaf-bg-1 {
  z-index: 0;
  width: 340px;
  position: absolute;
  bottom: 885px;
  left: -110px;
}

.leaf-bg-2 {
  z-index: 0;
  width: 310px;
  position: absolute;
  bottom: 750px;
  right: -100px;
}

.leaf-bg-3 {
  z-index: 0;
  width: 320px;
  position: absolute;
  bottom: 305px;
  left: 330px;
}

.leaf-bg-4 {
  z-index: -1;
  width: 310px;
  position: absolute;
  bottom: 320px;
  right: 340px;
}

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

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

.faq-cta-section {
  z-index: 1;
  width: 100%;
  background-color: #f7f6f5;
  padding: 80px 25px;
  display: block;
  position: relative;
}

.leaf-bg-5 {
  z-index: 0;
  width: 330px;
  position: absolute;
  bottom: -70px;
  left: 0%;
}

.leaf-bg-6 {
  z-index: 0;
  width: 310px;
  position: absolute;
  bottom: 120px;
  right: 0%;
}

.image {
  width: 100%;
}

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

.image.staff-member {
  width: 120%;
  height: 120%;
  max-height: 120%;
  max-width: 120%;
  object-fit: cover;
  flex: none;
  margin-top: -20px;
}

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

.section-block-content {
  z-index: 0;
  width: 570px;
  height: 520px;
  max-width: 570px;
  background-image: linear-gradient(rgba(247, 246, 245, .8), rgba(247, 246, 245, .8)), url('../images/grain-block-long.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  flex-direction: column;
  align-self: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.section-block-content.left-side {
  height: auto;
  max-height: none;
  min-height: auto;
  margin-right: -50px;
}

.section-block-content.left-side.no-bg {
  height: auto;
  max-height: 100%;
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
}

.section-block-content.right-side {
  height: auto;
  max-height: none;
  min-height: auto;
  margin-left: -50px;
}

.section-block-content.right-side.map {
  height: auto;
  max-height: none;
  min-height: auto;
  background-image: none;
  justify-content: center;
  align-items: flex-start;
}

.section-block-content.right-side.no-bg {
  height: auto;
  max-height: 100%;
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
}

.page-section {
  z-index: 1;
  width: 100%;
  background-color: #f7f6f5;
  padding: 80px 25px;
  display: block;
  position: relative;
}

.page-section.top-section {
  background-color: #f7f6f5;
  background-image: linear-gradient(#fff, #f7f6f5);
}

.page-section.top-section.next-section-anchor {
  z-index: 2;
  margin-bottom: -28px;
  padding-bottom: 0;
}

.page-section.top-section.next-section-anchor.admissions {
  padding-bottom: 20px;
}

.page-section.top-section.next-section-side-image {
  padding-bottom: 5px;
}

.page-section.top-section.next-section-adjustment, .page-section.top-section.next-section-rich-text {
  padding-bottom: 50px;
}

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

.page-section.top-section.rich-text-only {
  padding-bottom: 65px;
}

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

.page-section.team {
  padding-top: 40px;
  padding-bottom: 35px;
}

.page-section.team-member {
  background-image: linear-gradient(#fff, #f7f6f5);
  padding-bottom: 55px;
}

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

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

.page-section.top-padding.none.anchor {
  padding-bottom: 20px;
}

.page-section.anchored {
  padding-top: 150px;
  padding-bottom: 85px;
}

.page-section.anchored.verification {
  z-index: 0;
  margin-top: -35px;
  padding-top: 185px;
  padding-bottom: 80px;
}

.page-section.next-section-map {
  padding-bottom: 75px;
}

.page-section.rich-text-section {
  padding-top: 40px;
  padding-bottom: 70px;
}

.page-section.rich-text-section.with-sidebar {
  padding-bottom: 60px;
}

.page-section.rich-text-section.blog-with-sidebar {
  padding-bottom: 40px;
}

.page-section.mission-vision-values {
  padding-top: 8px;
  padding-bottom: 70px;
}

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

.page-section.why-choose {
  padding-top: 5px;
  padding-bottom: 75px;
}

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

.hero-page-break {
  z-index: 1;
  width: 250vw;
  position: absolute;
  top: auto;
  bottom: -325px;
  left: -100px;
  right: 0%;
}

.hero-page-break.page-hero {
  top: auto;
  bottom: -325px;
  left: -100px;
  right: 0%;
}

.hero-page-break-image {
  width: 100%;
  height: 100%;
  filter: blur(50px);
  object-fit: cover;
}

.mobile-navigation-logo {
  display: none;
}

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

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

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

.team-members-wrapper.team-member-page {
  width: 400px;
  height: auto;
  margin-right: 60px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.team-member.team-member-page {
  justify-content: flex-start;
}

.team-member-image-wrapper {
  width: 375px;
  height: 425px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 30px;
  transition: all .4s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 20px -3px rgba(51, 51, 51, .2);
}

.team-member-image-wrapper:hover {
  box-shadow: 0 0 20px rgba(51, 51, 51, .2);
}

.team-member-image-wrapper.team-member-page {
  width: 400px;
  height: 475px;
  margin-bottom: 0;
}

.team-member-name {
  color: #62a84d;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-family: Lubalin Graph Std Demi, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
}

.team-member-title {
  color: #332f30;
  letter-spacing: .15px;
  font-family: Gotham Pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.team-member-title.team-member-page {
  font-size: 20px;
  line-height: 24px;
}

.team-member-certs {
  color: #554d48;
  letter-spacing: .15px;
  margin-bottom: 5px;
  font-family: Gotham Pro, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.team-member-certs.team-member-page {
  font-size: 20px;
  line-height: 24px;
}

.rich-text {
  width: 100%;
  color: #332f30;
  text-align: left;
  letter-spacing: .15px;
  margin-top: -20px;
  font-family: Gotham Pro, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
  display: inline-block;
}

.rich-text p {
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 21px;
}

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

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

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

.rich-text h1, .rich-text h2 {
  color: #62a84d;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 20px;
  font-family: Lubalin Graph Std Demi, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.rich-text h4, .rich-text h5, .rich-text h6, .rich-text h3 {
  color: #554d48;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 20px;
  font-family: Lubalin Graph Std Demi, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.rich-text blockquote {
  text-align: left;
  border-left-color: #62a84d;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.rich-text ul {
  text-align: left;
  margin-bottom: 20px;
}

.rich-text ol {
  margin-bottom: 20px;
}

.rich-text li {
  margin-bottom: 5px;
}

.rich-text.staff-member {
  margin-top: 30px;
}

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

.rich-text.anchor {
  margin-bottom: 0;
}

.rich-text.sidebar {
  flex: none;
}

.rich-text.blog figure {
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 0 0 20px -3px rgba(51, 51, 51, .35);
}

.rich-text.blog img {
  width: 100%;
  object-fit: cover;
}

.team-member-name.team-member-page {
  text-transform: uppercase;
  margin-bottom: 3px;
  font-size: 30px;
  line-height: 30px;
}

.form-error {
  width: 100%;
  color: #d60000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(214, 0, 0, .1);
  border: 1px solid #d60000;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 27px 18px 20px;
  font-family: Lubalin Graph Std Demi, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 19px;
}

.form-error.special-page {
  background-color: rgba(255, 255, 255, .5);
}

.form-success {
  width: 100%;
  color: #62a84d;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(98, 168, 77, .15);
  border: 1px solid #62a84d;
  margin-left: auto;
  margin-right: auto;
  padding: 28px 18px 20px;
  font-family: Lubalin Graph Std Demi, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 29px;
}

.form-label {
  color: #332f30;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: Lubalin Graph Std Demi, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
}

.form-label.terms-checkbox {
  letter-spacing: .15px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham Pro, sans-serif;
  font-size: 17px;
  line-height: 21px;
}

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

.form-block.verification {
  margin-bottom: 5px;
}

.form-required {
  color: #62a84d;
  font-family: Gotham Pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

.form-grid-halves {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: end;
  display: grid;
}

.form-grid-halves.bottom-margin {
  margin-bottom: 20px;
}

.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-vertical.form-grid {
  margin-top: -5px;
}

.form-input {
  height: 60px;
  color: #332f30;
  letter-spacing: .15px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: #332f30;
  border-radius: 0;
  margin-bottom: 0;
  padding: 16px 15px;
  font-family: Gotham Pro, sans-serif;
  font-size: 15px;
  line-height: 20px;
  transition: all .3s;
}

.form-input:focus {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #62a84d;
}

.form-input::-ms-input-placeholder {
  color: rgba(51, 47, 48, .4);
  letter-spacing: .25px;
  font-family: Gotham Pro, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.form-input::placeholder {
  color: rgba(51, 47, 48, .4);
  letter-spacing: .25px;
  font-family: Gotham Pro, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

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

.form-input.password {
  text-align: center;
  background-color: rgba(247, 246, 245, .65);
}

.accordion-arrow {
  width: 25px;
  margin-left: 65px;
}

.tab-content {
  width: 100%;
  border-top: 1px solid rgba(51, 47, 48, .25);
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  line-height: 36px;
}

.accordion-content-wrapper {
  width: 100%;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-item-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 14px;
  padding: 10px 0;
  display: flex;
}

.accordion-item-toggle:hover {
  color: #338cff;
}

.accordion-item {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 14px;
  padding-left: 24px;
  padding-right: 24px;
  transition: all .3s;
  display: block;
}

.accordion-item.anchored {
  padding-top: 0;
  padding-left: 0;
}

.accordion-item.blog-sources {
  margin-top: 85px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.accordion-title-wrapper {
  width: 100%;
  white-space: pre-wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.anchor-link {
  width: 100%;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #62a84d;
  margin-bottom: 30px;
  padding: 25px 25px 20px;
  font-family: Lubalin Graph Std Demi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: all .3s;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px -3px rgba(51, 51, 51, .35);
}

.anchor-link:hover {
  box-shadow: 0 0 20px rgba(51, 51, 51, .35);
}

.anchor-link.w--current {
  background-color: #406542;
}

.anchor-page-wrapper {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: .335fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.anchor-page-content {
  width: 100%;
  padding-top: 0;
}

.anchor-page-menu {
  width: 100%;
  max-width: 250px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: -25px;
  margin-right: 70px;
  padding-top: 120px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
}

.sticky-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}

.sticky-wrapper.admissions, .sticky-wrapper.faq {
  width: 250px;
  display: block;
  top: 120px;
}

.insurance-provider {
  width: 175px;
  opacity: .75;
  object-fit: contain;
  flex: none;
  margin-bottom: 40px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 10px;
  transition: all .3s;
}

.insurance-provider.small {
  width: 130px;
}

.insurance-providers {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.insurance-providers.verification-page {
  margin-top: 0;
}

.step-heading {
  width: 20%;
  color: #928477;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lubalin Graph Std Demi, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 45px;
  position: relative;
}

.step-heading.tsf {
  width: 25%;
}

.step-heading-number-span {
  z-index: 0;
  color: #62a84d;
  margin-left: 7px;
  font-size: 45px;
  line-height: 45px;
}

.step-section {
  margin-top: 30px;
  margin-bottom: 40px;
  display: flex;
}

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

.step-section.tsf {
  margin-top: 0;
}

.rich-text-paragraph-large-black {
  width: 80%;
  color: #332f30;
  letter-spacing: .15px;
  font-family: Gotham Pro, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
}

.rich-text-paragraph-large-black p {
  margin-top: 7px;
  margin-bottom: 7px;
}

.rich-text-paragraph-large-black h1, .rich-text-paragraph-large-black h2, .rich-text-paragraph-large-black h3, .rich-text-paragraph-large-black h4, .rich-text-paragraph-large-black h5, .rich-text-paragraph-large-black h6, .rich-text-paragraph-large-black blockquote, .rich-text-paragraph-large-black li, .rich-text-paragraph-large-black ul, .rich-text-paragraph-large-black ol, .rich-text-paragraph-large-black figure, .rich-text-paragraph-large-black img {
  display: none;
}

.rich-text-paragraph-large-black strong {
  color: #928477;
  font-weight: 900;
}

.rich-text-paragraph-large-black a {
  color: #62a84d;
  cursor: pointer;
  transition: all .3s;
}

.rich-text-paragraph-large-black a:hover {
  color: #928477;
}

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

.step-section-wrapper.tsf {
  margin-bottom: 70px;
}

.blog-empty-state-text {
  display: inline-block;
}

.contact-form-block {
  width: 100%;
  height: 100%;
  max-width: 750px;
  background-image: linear-gradient(rgba(247, 246, 245, .8), rgba(247, 246, 245, .8)), url('../images/grain-block-long.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  padding: 40px;
}

.selectable-field {
  color: #332f30;
  margin-bottom: 0;
  padding-left: 0;
  display: block;
}

.form-checkbox {
  width: 23px;
  height: 23px;
  float: left;
  cursor: pointer;
  background-color: #f7f6f5;
  border-style: solid;
  border-color: #332f30;
  border-radius: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: 15px;
  transition: all .3s;
  display: inline-block;
}

.form-checkbox.w--redirected-checked {
  background-color: #62a84d;
  background-image: url('../images/icon-check-small.svg');
  background-position: 50%;
  background-size: auto;
  border-style: none;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}

.privacy-policy-link {
  color: #62a84d;
  text-transform: lowercase;
  cursor: pointer;
  font-weight: 500;
  transition: all .3s;
}

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

.contact-form-input-wrapper {
  background-color: #fff;
  margin-bottom: 25px;
  padding: 30px 30px 35px;
  box-shadow: 0 0 20px -3px rgba(51, 51, 51, .35);
}

.form-contact-grid {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr;
  grid-auto-flow: row;
  padding-top: 45px;
}

.contact-block {
  width: 100%;
  height: 100%;
  text-align: right;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-top: 3px;
  padding-right: 10px;
}

.contact-block.bottom {
  margin-bottom: 0;
}

.contact-form-message-wrapper {
  margin-top: 25px;
}

.contact-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
  grid-auto-columns: 1fr;
  margin-bottom: 5px;
  display: grid;
}

.contact-block-link {
  height: 30px;
  float: right;
  clear: both;
  color: #62a84d;
  letter-spacing: .15px;
  cursor: pointer;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 10px;
  font-family: Gotham Pro, sans-serif;
  font-size: 17px;
  line-height: 21px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.contact-block-link:hover {
  color: #928477;
}

.block-map {
  z-index: 0;
  width: 100%;
  height: 175%;
  max-height: 175%;
  max-width: 100%;
  object-fit: cover;
  position: absolute;
}

.contact-row-link-text {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.location-icon {
  width: 115px;
  margin-bottom: 25px;
  display: inline-block;
}

.large-cta {
  z-index: 10;
  width: 100%;
  margin-bottom: 720px;
  display: inline-block;
  position: relative;
}

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

.mobile-scroll-cta-trigger {
  opacity: 0;
  display: none;
}

.mobile-scroll-cta-container {
  display: none;
}

.anchor-section {
  width: 100%;
  flex-direction: column;
  margin-top: -20px;
  padding-top: 120px;
  display: flex;
}

.anchor-section:active, .anchor-section:focus {
  border: 0 rgba(0, 0, 0, 0);
}

.anchor-section.top-anchor {
  flex-direction: column;
  margin-top: 0;
  padding-top: 120px;
}

.anchor-section.mobile-admissions-nav {
  margin-top: 15px;
  margin-bottom: -20px;
  padding-top: 145px;
}

.rich-text-paragraph-large {
  color: #332f30;
  letter-spacing: .15px;
  font-family: Gotham Pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.rich-text-paragraph-large h1, .rich-text-paragraph-large h2, .rich-text-paragraph-large h3, .rich-text-paragraph-large h4, .rich-text-paragraph-large h5, .rich-text-paragraph-large h6, .rich-text-paragraph-large blockquote {
  display: none;
}

.rich-text-paragraph-large li {
  margin-bottom: 5px;
}

.rich-text-paragraph-large ul, .rich-text-paragraph-large ol {
  margin-bottom: 20px;
  display: block;
}

.rich-text-paragraph-large figure, .rich-text-paragraph-large img {
  display: none;
}

.rich-text-paragraph-large strong {
  font-weight: 900;
}

.rich-text-paragraph-large a {
  color: #62a84d;
  cursor: pointer;
  font-weight: 500;
  transition: all .3s;
}

.rich-text-paragraph-large a:hover {
  color: #928477;
}

.rich-text-paragraph-small {
  color: #332f30;
  letter-spacing: .15px;
  font-family: Gotham Pro, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
}

.rich-text-paragraph-small h1, .rich-text-paragraph-small h2, .rich-text-paragraph-small h3, .rich-text-paragraph-small h4, .rich-text-paragraph-small h5, .rich-text-paragraph-small h6, .rich-text-paragraph-small blockquote, .rich-text-paragraph-small li, .rich-text-paragraph-small ul, .rich-text-paragraph-small ol, .rich-text-paragraph-small figure, .rich-text-paragraph-small img {
  display: none;
}

.rich-text-paragraph-small strong {
  font-weight: 900;
}

.rich-text-paragraph-small a {
  color: #62a84d;
  cursor: pointer;
  font-weight: 500;
  transition: all .3s;
}

.rich-text-paragraph-small a:hover {
  color: #928477;
}

.rich-text-paragraph-small._12-steps {
  width: 75%;
}

.anchor-trigger-correction {
  z-index: -1;
  width: 100%;
  height: 20px;
  opacity: 0;
  position: absolute;
  top: -45px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.anchor-trigger-correction.verification {
  top: 60px;
}

.anchor-trigger-correction.faq-anchor, .anchor-trigger-correction.admissions-anchor {
  margin-bottom: -20px;
  position: relative;
  top: -120px;
}

.nav-dropdown-wrapper {
  display: flex;
}

.content-left {
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sidebar-content-grid {
  grid-column-gap: 70px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
}

.related-blog-image {
  width: 85px;
  box-shadow: 0 0 20px -3px rgba(51, 51, 51, .35);
}

.related-blog {
  grid-column-gap: 0px;
  color: #202146;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  align-items: center;
  margin-bottom: 30px;
  text-decoration: none;
  transition: color .2s;
  display: grid;
}

.related-blog:hover {
  color: #5c4ebd;
}

.sidebar-feature-block {
  margin-bottom: 60px;
}

.sidebar-feature-block.bottom {
  margin-bottom: 0;
}

.sidebar-feature-content.sidebar-toc {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: -20px;
  display: flex;
}

.sidebar-feature-content.buttons {
  margin-bottom: -20px;
}

.sticky-sidebar {
  width: 335px;
  flex-direction: column;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.side-bar-cta {
  width: 100%;
  height: 270px;
  text-align: center;
  background-color: #f7f6f5;
  background-image: linear-gradient(rgba(247, 246, 245, .8), rgba(247, 246, 245, .8)), url('../images/grain-block-long.png');
  background-position: 0 0, 100% 100%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  margin-bottom: 50px;
  padding: 30px;
  box-shadow: 0 0 20px -3px rgba(51, 51, 51, .35);
}

.content-right {
  width: 335px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  position: -webkit-sticky;
  position: sticky;
}

.sidebar-leaf {
  z-index: 0;
  width: 175px;
  position: relative;
  bottom: 90px;
  left: 200px;
}

.side-bar-cta-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.featured-image {
  height: auto;
  margin-bottom: 50px;
  display: block;
  overflow: hidden;
  box-shadow: 0 0 20px -3px rgba(51, 51, 51, .35);
}

.rich-text-blog-subheading {
  width: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gotham Pro, sans-serif;
}

.rich-text-blog-subheading h4 {
  color: #332f30;
  letter-spacing: .15px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham Pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  top: 0;
}

.rich-text-blog-subheading h1, .rich-text-blog-subheading h2, .rich-text-blog-subheading h3, .rich-text-blog-subheading h5 {
  color: #332f30;
  letter-spacing: .15px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  top: 0;
}

.rich-text-blog-subheading h6 {
  color: #332f30;
  letter-spacing: .15px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

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

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

.article-meta-50 {
  width: 50%;
  height: 100%;
  clear: both;
  text-transform: none;
  flex: 1;
  align-self: stretch;
  display: block;
  position: relative;
}

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

.article-meta-label {
  width: auto;
  color: #332f30;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Lubalin Graph Std Demi, sans-serif;
  font-size: 16px;
  line-height: 16px;
  display: block;
}

.blog-credit-block {
  width: 100%;
  height: 65px;
  margin-bottom: 30px;
  font-family: Gotham Pro, sans-serif;
  font-size: 15px;
  line-height: 19px;
}

.blog-credit-block.categories {
  height: auto;
}

.article-category-link {
  color: #62a84d;
  cursor: pointer;
  margin-bottom: 10px;
  margin-left: -1px;
  margin-right: 10px;
  padding: 1px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.article-category-link:hover {
  color: #928477;
}

.utility-page-wrapper {
  width: 100%;
  min-height: 100vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.utility-page-message.mobile-only {
  display: none;
}

.password-form-wrapper {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.toc-dropdown {
  display: none;
}

.page-progress-bar {
  z-index: 1050;
  width: 100%;
  height: 15px;
  transform-origin: 0%;
  background-color: #928477;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.reviews-embed {
  width: 100%;
}

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

.subnav-trigger {
  z-index: -1;
  width: 100%;
  height: 20px;
  opacity: 0;
  display: none;
  position: absolute;
}

.subnav-trigger.bottom {
  z-index: -2;
  width: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: relative;
}

.cookie-consent-banner {
  z-index: 2000;
  background-color: #fff;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 30px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 20px -3px rgba(51, 51, 51, .35);
}

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

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

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

.worc-section {
  padding: 80px 25px 75px;
}

.worc-section.about-page {
  padding-bottom: 70px;
}

.worc-meaning-content {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.worc-tree {
  width: 400px;
  margin-right: 50px;
}

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

.category-span {
  color: #332f30;
  font-size: 35px;
  line-height: 35px;
  display: block;
}

.info-block {
  width: 48%;
  height: 310px;
  text-align: center;
  background-image: linear-gradient(rgba(247, 246, 245, .8), rgba(247, 246, 245, .8)), url('../images/grain-block-long.png');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 35px;
  display: inline-block;
}

.info-block.last {
  width: 65%;
  height: auto;
  background-image: linear-gradient(rgba(247, 246, 245, .8), rgba(247, 246, 245, .8)), url('../images/grain-block-long.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.info-block.left {
  background-image: linear-gradient(rgba(247, 246, 245, .8), rgba(247, 246, 245, .8)), url('../images/grain-block-long.png');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, repeat;
}

.info-block.right {
  background-image: linear-gradient(rgba(247, 246, 245, .8), rgba(247, 246, 245, .8)), url('../images/grain-block-long.png');
  background-position: 0 0, 0%;
  background-repeat: repeat, repeat;
}

.info-block-row {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.info-block-row.no-bottom-margin {
  margin-bottom: 0;
}

.jcaho-certified-content {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.jcaho-seal {
  width: 325px;
  margin-left: 125px;
}

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

.jcaho-section {
  padding: 80px 25px;
}

.number-heading {
  color: #928477;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lubalin Graph Std Demi, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 45px;
  position: relative;
  bottom: 10.5px;
}

.numbered-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 75px 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.numbered-section.bottom {
  margin-bottom: 0;
}

.blog-medical-disclaimer {
  color: #332f30;
  letter-spacing: .15px;
  background-color: rgba(146, 132, 119, .1);
  margin-top: 65px;
  margin-bottom: 0;
  padding: 20px;
  font-family: Gotham Pro, sans-serif;
  font-size: 17px;
  line-height: 21px;
  display: block;
}

.utility-page-content {
  width: 100%;
  height: 100%;
  min-height: 100%;
  text-align: center;
  background-image: linear-gradient(rgba(51, 47, 48, .2), rgba(51, 47, 48, 0) 25%, rgba(0, 0, 0, 0)), linear-gradient(rgba(64, 101, 66, .1), rgba(64, 101, 66, .1)), linear-gradient(rgba(247, 246, 245, .25), rgba(247, 246, 245, .25)), linear-gradient(159deg, rgba(119, 107, 95, .5), rgba(0, 0, 0, 0)), linear-gradient(170deg, rgba(0, 0, 0, 0), rgba(98, 168, 77, .5)), linear-gradient(rgba(64, 101, 66, .35), rgba(64, 101, 66, .35)), linear-gradient(rgba(247, 246, 245, .5), rgba(247, 246, 245, .5)), url('../images/hero-image.jpg');
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 100% 100%;
  background-size: auto, auto, auto, auto, auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, scroll, scroll, scroll, scroll, scroll;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 100px 25px 200px;
  display: flex;
}

.rich-text-green-headings-small-black {
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lubalin Graph Std Demi, sans-serif;
}

.rich-text-green-headings-small-black h1, .rich-text-green-headings-small-black h2, .rich-text-green-headings-small-black h3, .rich-text-green-headings-small-black h4, .rich-text-green-headings-small-black h5, .rich-text-green-headings-small-black h6 {
  color: #332f30;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 30px;
}

.rich-text-green-headings-small-black p, .rich-text-green-headings-small-black li, .rich-text-green-headings-small-black ul, .rich-text-green-headings-small-black ol, .rich-text-green-headings-small-black blockquote, .rich-text-green-headings-small-black figure, .rich-text-green-headings-small-black img {
  display: none;
}

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

.boxed-image-grid-single {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
}

.boxed-image-grid-single-filler {
  opacity: 0;
}

.sidebar-formreactor {
  width: 245px;
  height: 153px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-paragraph-large-black-100 {
  color: #332f30;
  letter-spacing: .15px;
  font-family: Gotham Pro, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
}

.rich-text-paragraph-large-black-100 h1, .rich-text-paragraph-large-black-100 h2, .rich-text-paragraph-large-black-100 h3, .rich-text-paragraph-large-black-100 h4, .rich-text-paragraph-large-black-100 h5, .rich-text-paragraph-large-black-100 h6, .rich-text-paragraph-large-black-100 blockquote, .rich-text-paragraph-large-black-100 li, .rich-text-paragraph-large-black-100 ul, .rich-text-paragraph-large-black-100 ol, .rich-text-paragraph-large-black-100 figure, .rich-text-paragraph-large-black-100 img {
  display: none;
}

.rich-text-paragraph-large-black-100 a {
  color: #62a84d;
  cursor: pointer;
  font-weight: 900;
  transition: all .3s;
}

.rich-text-paragraph-large-black-100 a:hover {
  color: #928477;
}

.blog-medical-disclaimer-heading {
  font-weight: 900;
}

.side-bar-cta-call-now {
  width: 100%;
  height: auto;
  text-align: center;
  background-color: #f7f6f5;
  background-image: linear-gradient(rgba(247, 246, 245, .8), rgba(247, 246, 245, .8)), url('../images/grain-block-long.png');
  background-position: 0 0, 100% 100%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  margin-bottom: 50px;
  padding: 30px;
  box-shadow: 0 0 20px -3px rgba(51, 51, 51, .35);
}

.blog-medical-disclaimer-text {
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
}

.rich-text-blog-sources {
  color: #332f30;
  letter-spacing: .15px;
  font-family: Gotham Pro, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
}

.rich-text-blog-sources h1, .rich-text-blog-sources h2, .rich-text-blog-sources h3, .rich-text-blog-sources h4, .rich-text-blog-sources h5, .rich-text-blog-sources h6, .rich-text-blog-sources blockquote {
  display: none;
}

.rich-text-blog-sources li {
  margin-bottom: 5px;
}

.rich-text-blog-sources ul {
  list-style-type: disc;
}

.rich-text-blog-sources ol {
  list-style-type: decimal;
}

.rich-text-blog-sources figure, .rich-text-blog-sources img {
  display: none;
}

.rich-text-blog-sources strong {
  font-weight: 900;
}

.rich-text-blog-sources a {
  color: #62a84d;
  cursor: pointer;
  font-weight: 500;
  transition: all .3s;
}

.rich-text-blog-sources a:hover {
  color: #928477;
}

.dhcs-license-informtion {
  margin-top: 5px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 10px;
  line-height: 14px;
  display: inline-block;
}

.dhcs-information {
  margin-top: 20px;
  font-size: 11px;
}

.dhcs-location {
  margin-bottom: 5px;
  font-size: 11px;
  display: inline-block;
}

.dhcs-license-link {
  color: #62a84d;
  cursor: pointer;
  padding: 2px;
  transition: all .3s;
  display: inline-block;
}

.dhcs-license-link:hover {
  color: #332f30;
}

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

.dhcs-license-link.special-page:hover {
  color: #332f30;
}

.ehg-facility-credit-row {
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  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: #383838;
}

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

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

@media screen and (max-width: 991px) {
  .hero {
    background-size: cover;
  }

  .hero.page-hero {
    height: 450px;
    background-position: 100% 100%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-subtext {
    width: 70%;
  }

  .hero-header {
    font-size: 55px;
    line-height: 55px;
  }

  .hero-header.page-hero {
    font-size: 40px;
    line-height: 40px;
  }

  .hero-container {
    max-width: 600px;
    margin-top: -50px;
  }

  .dropdown-link {
    color: #928477;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 5px;
    margin-left: 50px;
    margin-right: 50px;
    padding: 10px;
    display: inline-block;
    position: static;
  }

  .dropdown-link:hover {
    box-shadow: none;
    color: #62a84d;
    background-color: rgba(0, 0, 0, 0);
    transform: none;
  }

  .dropdown-link.mobile-nav-only {
    display: inline-block;
  }

  .brand {
    width: 200px;
  }

  .nav-menu {
    z-index: 1000;
    width: 100%;
    height: 100vh;
    background-color: #f7f6f5;
    background-image: linear-gradient(rgba(247, 246, 245, .85), rgba(247, 246, 245, .85)), url('../images/grain-block-long.png');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    margin-left: 0;
    padding-top: 25px;
    padding-bottom: 100px;
    transition: all .3s;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .dropdown-title:hover {
    color: #62a84d;
  }

  .nav-link-block {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .nav-link-block:hover {
    color: #332f30;
  }

  .nav-link-block.white {
    color: #332f30;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .navigation-left {
    width: 65%;
  }

  .dropdown-wrapper {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
  }

  .navigation-right {
    width: 40%;
  }

  .chevron.blog-post-toc {
    margin-right: 15px;
    font-size: 15px;
    line-height: 15px;
  }

  .pointer {
    display: none;
  }

  .main-navigation {
    z-index: 950;
    height: 92px;
  }

  .nav-cta {
    margin-left: 0;
    margin-right: 30px;
  }

  .dropdown-toggle {
    color: #332f30;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 15px;
    display: inline-block;
  }

  .dropdown-toggle:hover, .dropdown-toggle.w--open {
    color: #332f30;
  }

  .dropdown-toggle.white {
    color: #332f30;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 15px;
    display: inline-block;
  }

  .dropdown {
    width: 350px;
    text-align: center;
    flex: 0 auto;
    align-self: center;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .navigation-dropdown {
    min-width: 100%;
  }

  .navigation-dropdown.w--open {
    width: 100%;
    max-height: none;
    min-width: 100%;
    padding-top: 0;
    display: block;
    position: static;
    left: 0;
    overflow: visible;
  }

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

  .button.sidebar {
    width: 100%;
    max-width: 100%;
    letter-spacing: .5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-column-wrapper._2-columns {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
  }

  .dropdown-column-wrapper._2-columns.therapies {
    grid-column-gap: 0px;
    grid-row-gap: 4px;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-rows: auto;
  }

  .dropdown-column-link {
    margin-bottom: 5px;
    padding: 8px;
    font-size: 15px;
    line-height: 20px;
  }

  .dropdown-column-title {
    font-size: 14px;
    line-height: 14px;
  }

  .nav-overlay-trigger.anchor {
    margin-bottom: -20px;
    top: -110px;
  }

  .insurance-row-item {
    width: 200px;
    flex: 0 auto;
    margin: 10px 20px;
  }

  .section-paragraph.jet.sidebar-blog {
    margin-left: 0;
  }

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

  .section-title.anchor-page {
    margin-bottom: 30px;
  }

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

  .section-title.left-align {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section-title.left-align._100 {
    text-align: left;
  }

  .main-container.programs-container {
    margin-bottom: -40px;
  }

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

  .main-container._2up-grain-bg-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .main-container.levels-of-care-container {
    margin-bottom: 80px;
  }

  .button-wrapper.sidebar {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .insurance-logo-row {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

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

  .section-text-wrapper.no-bottom-margin.contact-page {
    text-align: center;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-text-wrapper.no-bottom-margin.mission-vision-values {
    width: 100%;
  }

  .section-text-wrapper.link-with-arrow-below {
    width: 100%;
    text-align: center;
  }

  .section-text-wrapper.link-with-arrow-below.no-top-margin.right-side {
    text-align: center;
  }

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

  .boxed-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

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

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

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

  .utility-page-form {
    width: 550px;
  }

  .boxed-image-paragraph {
    width: 90%;
    font-size: 15px;
    line-height: 18px;
  }

  .insruance-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .facility-tour-section {
    padding-top: 80px;
    padding-bottom: 150px;
  }

  .gallery-image {
    height: 120%;
  }

  .gallery-image.small {
    height: 130%;
  }

  .gallery-block.quarter {
    height: 150px;
  }

  .gallery-block.tall {
    height: 428px;
  }

  .gallery-grid.feature {
    height: 428px;
    margin-top: 50px;
  }

  .gallery-grid.tour {
    height: 428px;
    position: static;
  }

  .section-grid-halves {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .block-image {
    width: 100%;
    height: auto;
    max-width: 612px;
    margin-top: 96px;
    margin-left: auto;
    margin-right: auto;
  }

  .block-image.background-image {
    margin-top: 0;
    position: static;
  }

  .small-container.align-center {
    max-width: 480px;
    text-align: center;
  }

  .section-block {
    max-height: none;
    min-height: auto;
  }

  .section-block.map {
    min-height: 400px;
  }

  .section-block.no-bg {
    max-height: 100%;
    margin-bottom: 90px;
  }

  .section-block.location {
    margin-bottom: 10px;
    padding-top: 70px;
  }

  .side-image-section {
    background-color: rgba(0, 0, 0, 0);
    padding: 20px 25px 60px;
  }

  .side-image-section.page-section {
    padding: 0 26px 80px;
  }

  .side-image-section.contact-bottom {
    margin-top: -110px;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .block-image-section {
    width: 560px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .block-image-section.mobile-swap {
    z-index: -1;
    position: relative;
  }

  .block-image-section.mobile-swap.no-bg, .block-image-section.no-bg {
    margin-bottom: 170px;
  }

  .page-content {
    display: block;
  }

  .page-content.side-image-page-no-bg {
    margin-bottom: -85px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .page-content.side-image-page {
    margin-bottom: -90px;
    padding-bottom: 0;
  }

  .page-content.anchor-page {
    overflow: hidden;
  }

  .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 {
    flex-direction: column;
    margin-bottom: 10px;
    display: flex;
  }

  .article-item {
    width: 560px;
    float: none;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .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;
  }

  .article-thumbnail {
    height: 210px;
  }

  .article-meta {
    display: inline-block;
    top: -30px;
  }

  .article-meta.date {
    top: -232px;
  }

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

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

  .article-grid-item {
    height: auto;
    min-height: 350px;
  }

  .article-read-more-wrapper {
    width: 135px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 0%;
    right: 0%;
  }

  .article-grid-item-content {
    height: 140px;
    text-align: center;
  }

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

  .large-section-heading.cta-heading {
    text-align: center;
    padding-bottom: 0;
    font-size: 50px;
    line-height: 50px;
  }

  .large-section-heading.congrats {
    text-align: center;
    padding-bottom: 0;
    font-size: 80px;
    line-height: 80px;
  }

  .large-section-heading._404 {
    text-align: center;
    padding-bottom: 0;
    line-height: 200px;
  }

  .large-section-heading.password {
    text-align: center;
    padding-bottom: 0;
  }

  .large-section-heading.call-now {
    text-align: center;
    padding-bottom: 0;
    font-size: 50px;
    line-height: 50px;
  }

  .insurance-text-row {
    text-align: center;
    margin-bottom: 100px;
    top: 0;
    left: 0;
  }

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

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

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

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

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

  .footer-logo {
    width: 200px;
  }

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

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

  .cm-ref-link.cm-credit {
    display: inline-block;
    position: relative;
    bottom: 27px;
    left: 5px;
  }

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

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

  .footer-menus-grid {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .icons.sticky-nav-arrow.anchor-link-button {
    display: none;
    right: -15px;
  }

  .icons.sidebar-arrow {
    top: 6px;
    right: 0;
  }

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

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

  .footer {
    padding-top: 70px;
    padding-bottom: 20px;
  }

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

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

  .footer-menu-heading {
    display: inline-block;
  }

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

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

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

  .card-row-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .small-card-link {
    width: 100%;
    margin-bottom: 0;
  }

  .small-card-icon {
    width: 45px;
  }

  .small-card-icon.smaller {
    width: 40px;
  }

  .small-card-icon.larger {
    width: 60px;
  }

  .small-card-icon.medium {
    width: 50px;
  }

  .small-card-header {
    width: 175px;
    font-size: 22px;
    line-height: 22px;
  }

  .large-cta-background {
    width: 750px;
    top: 40px;
  }

  .large-background-text {
    display: none;
  }

  .nav-button {
    padding: 20px 15px 15px;
  }

  .nav-button.desktop-only {
    display: none;
  }

  .nav-button.tablet-only {
    display: block;
  }

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

  .small-section-title.no-max-width.cta-title, .small-section-title.section-block-content-title {
    text-align: center;
  }

  .heading-underline.main-heading.brown.mobile-menu {
    width: 50px;
    height: 3px;
    margin-top: 5px;
    display: block;
  }

  .heading-underline.main-heading.brown.left-align, .heading-underline.small-heading-right.brown, .heading-underline.small-heading.brown {
    margin-left: auto;
    margin-right: auto;
  }

  .section-info-wrapper {
    width: 670px;
    height: 310px;
  }

  .small-tree-image {
    margin-left: auto;
    margin-right: auto;
    top: -45px;
  }

  .cta-section-title {
    max-width: 500px;
    padding-top: 15px;
  }

  .hero-overlay.page-hero {
    height: 450px;
  }

  .cta-section {
    padding-top: 60px;
    padding-bottom: 55px;
  }

  .small-cta-grid {
    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;
  }

  .small-cta-image {
    z-index: 1;
    margin-bottom: 40px;
    position: relative;
  }

  .small-cta-text {
    text-align: center;
    margin-top: 54px;
    right: 0;
  }

  .static-navigation {
    z-index: 950;
    height: 92px;
  }

  .dropdown-column-title-wrapper {
    margin-bottom: 10px;
    padding-left: 0;
  }

  .dropdown-secondary-links {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-top-style: none;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .dropdown-link-chevron, .dropdown-cta-column {
    display: none;
  }

  .leaf-bg-1 {
    width: 300px;
    bottom: 940px;
    left: -140px;
  }

  .leaf-bg-2 {
    width: 310px;
    bottom: 710px;
    right: -200px;
  }

  .leaf-bg-3 {
    width: 300px;
    bottom: 340px;
    left: 420px;
  }

  .leaf-bg-4 {
    z-index: 0;
    width: 300px;
    position: absolute;
    bottom: 350px;
    right: 410px;
  }

  .menu-button {
    z-index: 1100;
    width: 49px;
    height: 48px;
    text-align: center;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    flex: 0 auto;
    align-self: center;
    padding: 15px;
    transition: all .3s;
    display: block;
  }

  .menu-button:hover {
    background-color: #928477;
  }

  .menu-button.w--open {
    background-color: #928477;
    position: fixed;
    top: 22px;
    bottom: auto;
    left: auto;
    right: 3%;
  }

  .menu-button.w--open:hover {
    background-color: #406542;
  }

  .menu-button.white {
    z-index: 1050;
    background-color: #201109;
  }

  .menu-button.white:hover {
    background-color: #928477;
  }

  .menu-button.white.w--open {
    background-color: #928477;
    top: 22px;
    right: 3%;
  }

  .menu-button.white.w--open:hover {
    background-color: #406542;
  }

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

  .faq-cta-section {
    padding-top: 25px;
    padding-bottom: 95px;
  }

  .leaf-bg-5 {
    width: 300px;
    bottom: -120px;
    left: -160px;
  }

  .leaf-bg-6 {
    width: 300px;
    bottom: 240px;
    right: -185px;
  }

  .image.staff-member {
    width: 115%;
    height: 115%;
    max-height: 115%;
    max-width: 115%;
    margin-top: -5px;
  }

  .section-block-content {
    padding-bottom: 35px;
  }

  .section-block-content.left-side {
    margin-right: 0;
  }

  .section-block-content.left-side.no-bg {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-block-content.right-side {
    margin-left: 0;
  }

  .section-block-content.right-side.map {
    padding-top: 25px;
  }

  .section-block-content.right-side.no-bg {
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .page-section.top-section.next-section-anchor {
    margin-bottom: -15px;
    padding-bottom: 0;
  }

  .page-section.top-section.next-section-side-image, .page-section.top-section.next-section-adjustment {
    padding-bottom: 85px;
  }

  .page-section.top-section.next-section-rich-text {
    padding-bottom: 75px;
  }

  .page-section.top-section.blog-featured-image {
    padding-bottom: 45px;
  }

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

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

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

  .page-section.top-padding.none.anchor {
    z-index: 2;
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 25px;
  }

  .page-section.anchored.verification {
    margin-top: -35px;
  }

  .page-section.next-section-map {
    padding-bottom: 0;
  }

  .page-section.rich-text-section {
    padding-top: 5px;
    padding-bottom: 55px;
  }

  .page-section.rich-text-section.with-sidebar, .page-section.rich-text-section.blog-with-sidebar {
    padding-bottom: 155px;
  }

  .page-section.mission-vision-values {
    padding-top: 0;
    padding-bottom: 175px;
  }

  .page-section.verification {
    margin-top: -20px;
    padding-bottom: 85px;
  }

  .hero-page-break {
    width: 310vw;
    bottom: -180px;
  }

  .hero-page-break.page-hero {
    bottom: -190px;
  }

  .hero-page-break-image {
    object-fit: cover;
  }

  .mobile-navigation-logo {
    width: 250px;
    margin: -5px auto 30px;
    display: block;
  }

  .team-member-link {
    margin-bottom: 15px;
  }

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

  .team-members-wrapper.team-member-page {
    width: 250px;
    margin-right: 30px;
  }

  .team-member-image-wrapper {
    width: auto;
    height: 250px;
    margin-bottom: 20px;
  }

  .team-member-image-wrapper.team-member-page {
    width: 250px;
    height: 300px;
  }

  .team-member-name {
    font-size: 20px;
    line-height: 20px;
  }

  .team-member-title, .team-member-certs {
    font-size: 16px;
    line-height: 20px;
  }

  .rich-text ul, .rich-text ol {
    text-align: left;
  }

  .rich-text.image-anchor, .rich-text.sidebar, .rich-text.blog, .rich-text.default-page {
    text-align: center;
  }

  .form-error {
    line-height: 20px;
  }

  .form-label.terms-checkbox {
    width: 80%;
  }

  .form-block.verification {
    margin-bottom: 0;
  }

  .form-grid-halves.bottom-margin {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

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

  .form-input {
    border-radius: 0;
  }

  .accordion-arrow {
    margin-left: 30px;
  }

  .accordion-content-wrapper {
    width: 100%;
  }

  .anchor-link {
    height: 55px;
    box-shadow: none;
    text-align: center;
    letter-spacing: .15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Gotham Pro, sans-serif;
    font-size: 13px;
    line-height: 16px;
    display: flex;
  }

  .anchor-link:hover {
    box-shadow: none;
    color: #b6d8ab;
    background-color: #332f30;
  }

  .anchor-page-wrapper {
    grid-auto-columns: 1fr;
    display: block;
  }

  .anchor-page-menu {
    z-index: 1000;
    height: 55px;
    max-width: none;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 0;
    display: block;
    position: fixed;
    top: 92px;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .sticky-wrapper.admissions {
    width: 100%;
    height: 55px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    display: grid;
    position: relative;
    top: 0;
  }

  .sticky-wrapper.faq {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    justify-items: stretch;
    display: grid;
    position: absolute;
    top: 0;
  }

  .insurance-provider {
    flex: 0 auto;
    margin: 10px 20px;
  }

  .insurance-providers {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 60px;
    margin-bottom: 75px;
  }

  .step-heading {
    width: 30%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 38px;
  }

  .step-heading.tsf {
    margin-top: 2px;
  }

  .step-heading-number-span {
    margin-left: 5px;
    font-size: 38px;
    line-height: 38px;
  }

  .rich-text-paragraph-large-black {
    width: 70%;
    margin-left: 20px;
  }

  .step-section-wrapper {
    margin-top: 80px;
  }

  .step-section-wrapper.tsf {
    margin-bottom: 90px;
  }

  .contact-form-block {
    padding: 30px;
  }

  .contact-form-input-wrapper {
    padding: 25px 25px 30px;
  }

  .form-contact-grid {
    grid-template-rows: auto auto;
    padding-top: 0;
  }

  .contact-block {
    text-align: center;
    margin-bottom: 65px;
    padding-right: 0;
    overflow: hidden;
  }

  .contact-block.bottom {
    margin-bottom: 55px;
  }

  .contact-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    margin-bottom: 15px;
  }

  .contact-block-link {
    padding-right: 0;
  }

  .block-map {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .large-cta {
    margin-bottom: 690px;
  }

  .anchor-section {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 115px;
  }

  .anchor-section.top-anchor {
    padding-top: 100px;
  }

  .anchor-section.mobile-admissions-nav {
    margin-top: 25px;
    margin-bottom: -15px;
  }

  .contact-block-link-container.contact, .contact-block-link-container.social {
    justify-content: space-around;
    display: flex;
  }

  .anchor-trigger-correction {
    top: -95px;
  }

  .anchor-trigger-correction.verification {
    top: 10px;
  }

  .anchor-trigger-correction.faq-anchor, .anchor-trigger-correction.admissions-anchor {
    top: -170px;
  }

  .nav-dropdown-wrapper {
    display: block;
  }

  .sidebar-content-grid {
    grid-column-gap: 45px;
    grid-template-columns: 1fr .6fr;
    display: block;
  }

  .related-blog-image {
    width: 100px;
    margin-right: 15px;
  }

  .related-blog {
    flex-wrap: wrap;
    grid-auto-columns: auto;
  }

  .sidebar-feature-block.hide-on-mobile {
    display: none;
  }

  .sidebar-feature-content.sidebar-toc {
    width: 65%;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .sidebar-feature-content.buttons {
    width: 50%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .sticky-sidebar {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 75px;
    position: static;
  }

  .side-bar-cta {
    width: 65%;
    height: 295px;
    margin-bottom: 90px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-right {
    width: 100%;
    position: static;
  }

  .sidebar-leaf {
    display: none;
    position: static;
  }

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

  .blog-credit-block {
    text-align: center;
  }

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

  .toc-dropdown {
    z-index: 1000;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    position: fixed;
    top: 92px;
    bottom: auto;
    left: 0%;
    right: 0%;
    box-shadow: 0 0 20px -3px rgba(51, 51, 51, .35);
  }

  .toc-dropdown-toggle {
    width: 100%;
    height: 55px;
    color: #fff;
    text-align: center;
    letter-spacing: .15px;
    text-transform: uppercase;
    background-color: #62a84d;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 10px 25px;
    font-family: Gotham Pro, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    transition: all .3s;
    display: flex;
    box-shadow: 0 0 20px -3px rgba(51, 51, 51, 0);
  }

  .toc-dropdown-toggle:hover {
    color: #b6d8ab;
    background-color: #332f30;
  }

  .toc-dropdown-toggle.w--open {
    z-index: 1;
    color: #b6d8ab;
    background-color: #332f30;
    box-shadow: 0 0 20px -3px rgba(51, 51, 51, .35);
  }

  .toc-dropdown-toggle.w--open:hover {
    color: #fff;
    background-color: #62a84d;
  }

  .page-progress-bar {
    z-index: 900;
  }

  .toc-dropdown-list.w--open {
    background-color: #f7f6f5;
    background-image: linear-gradient(rgba(247, 246, 245, .9), rgba(247, 246, 245, .9)), url('../images/grain-block-long.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    box-shadow: 0 0 20px -3px rgba(51, 51, 51, .35);
  }

  .toc-dropdown-link {
    height: 45px;
    color: #62a84d;
    text-align: center;
    letter-spacing: .15px;
    text-transform: uppercase;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
    font-family: Gotham Pro, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    transition: all .3s;
    display: flex;
  }

  .toc-dropdown-link:hover {
    color: #928477;
  }

  .subnav-trigger {
    display: block;
  }

  .subnav-trigger.bottom {
    width: 100%;
    height: 200vh;
    margin-left: -25px;
    display: block;
    position: absolute;
  }

  .worc-section {
    padding-top: 90px;
    padding-bottom: 70px;
  }

  .worc-section.about-page {
    padding-top: 0;
    padding-bottom: 165px;
  }

  .worc-meaning-content {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .worc-tree {
    width: 350px;
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .worc-meaning-text {
    text-align: center;
  }

  .category-span {
    font-size: 25px;
    line-height: 25px;
  }

  .info-block {
    width: 560px;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .info-block.last {
    width: 570px;
    margin-bottom: 0;
  }

  .info-block-row {
    text-align: center;
    margin-bottom: 0;
    display: block;
  }

  .jcaho-certified-content {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .jcaho-seal {
    width: 225px;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .jcaho-certified-text {
    text-align: center;
  }

  .jcaho-section {
    padding-top: 0;
    padding-bottom: 175px;
  }

  .number-heading {
    width: 30%;
    font-size: 38px;
    line-height: 38px;
    bottom: 5px;
  }

  .numbered-section {
    grid-template-columns: 60px 1fr;
  }

  .utility-page-content {
    padding-top: 150px;
    padding-bottom: 190px;
  }

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

  .boxed-image-grid-single-filler {
    display: none;
  }

  .side-bar-cta-call-now {
    width: 65%;
    margin-bottom: 90px;
    margin-left: auto;
    margin-right: auto;
  }

  .side-bar-cta-call-now.mobile-bottom {
    margin-bottom: 0;
  }

  .dhcs-information {
    margin-top: 15px;
  }

  .ehg-facility-credit-row {
    margin-bottom: 20px;
  }

  .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) {
  .hero {
    height: 650px;
    background-position: 100% 100%;
    background-attachment: scroll;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero.page-hero {
    height: 400px;
    background-position: 100%;
    background-attachment: scroll;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-subtext {
    width: 75%;
    margin-bottom: 30px;
  }

  .hero-header {
    letter-spacing: .5px;
    font-size: 45px;
    line-height: 45px;
  }

  .hero-header.page-hero {
    font-size: 30px;
    line-height: 30px;
  }

  .hero-container {
    margin-top: 0;
  }

  .brand {
    width: 190px;
    padding-left: 0;
  }

  .navigation-left, .navigation-right {
    width: 50%;
  }

  .chevron.blog-post-toc {
    font-size: 14px;
    line-height: 14px;
  }

  .main-navigation {
    height: 82px;
  }

  .nav-cta {
    margin-right: 20px;
  }

  .button {
    letter-spacing: .5px;
  }

  .button.desktop-only {
    display: none;
  }

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

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

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

  .button.large-button.cta.mobile-only.portrait-only {
    display: none;
  }

  .button.sidebar {
    font-size: 18px;
    line-height: 18px;
  }

  .dropdown-column-title {
    letter-spacing: .5px;
  }

  .nav-overlay-trigger.anchor {
    margin-bottom: 0;
    position: relative;
    top: 0%;
    bottom: 60px;
    left: 0%;
    right: 0%;
  }

  .insurance-row-item {
    width: 180px;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .section-paragraph.large-paragraph {
    font-size: 17px;
    line-height: 21px;
  }

  .section-paragraph.large-paragraph.location {
    font-size: 22px;
    line-height: 25px;
  }

  .section-paragraph.jet.sidebar-blog {
    text-align: left;
  }

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

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

  .section-title.text-center {
    margin-bottom: 30px;
  }

  .section-title.anchor-page {
    width: auto;
    text-align: center;
    margin-bottom: 40px;
    margin-left: 24px;
    margin-right: 24px;
    display: block;
  }

  .section-title.anchor-page.faq {
    margin-left: 74px;
    margin-right: 74px;
  }

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

  .main-container.programs-container {
    margin-bottom: 0;
  }

  .main-container.large-cta-container {
    top: -50px;
  }

  .main-container._2up-grain-bg-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-container.team-member-bio-container {
    display: block;
  }

  .main-container.levels-of-care-container {
    margin-bottom: 70px;
  }

  .main-container.anchor-page-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .button-wrapper.sidebar {
    float: none;
  }

  .button-wrapper.call-now-page {
    margin-top: 20px;
  }

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

  .rich-text-green-headings-large h4, .rich-text-green-headings-large h1, .rich-text-green-headings-large h2, .rich-text-green-headings-large h3, .rich-text-green-headings-large h5, .rich-text-green-headings-large h6 {
    letter-spacing: .5px;
    font-size: 30px;
    line-height: 30px;
  }

  .section-text-wrapper {
    width: 85%;
  }

  .section-text-wrapper.message-page {
    width: 80%;
    margin-bottom: 20px;
  }

  .boxed-image {
    padding: 24px;
  }

  .boxed-wrapper.new-row {
    margin-top: 30px;
  }

  .levels-of-care-section {
    padding-top: 45px;
    padding-bottom: 70px;
  }

  .boxed-image-grid-doubles {
    width: 450px;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-auto-flow: row;
  }

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

  .utility-page-form {
    width: 100%;
  }

  .boxed-image-title {
    font-size: 30px;
    line-height: 35px;
  }

  .boxed-image-paragraph {
    width: 95%;
    font-size: 14px;
  }

  .button-text {
    text-transform: uppercase;
  }

  .insruance-grid {
    width: 100%;
    grid-row-gap: 30px;
    grid-auto-flow: row;
  }

  .rich-text-green-headings-small h1, .rich-text-green-headings-small h2, .rich-text-green-headings-small h3, .rich-text-green-headings-small h4, .rich-text-green-headings-small h5, .rich-text-green-headings-small h6 {
    letter-spacing: .5px;
    font-size: 25px;
    line-height: 25px;
  }

  .boxed-image-more-info-text {
    letter-spacing: .5px;
  }

  .facility-tour-section {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .gallery-image {
    height: 120%;
  }

  .gallery-image.small {
    height: 150%;
  }

  .gallery-block.quarter {
    height: 100px;
  }

  .gallery-block.tall, .gallery-grid.feature, .gallery-grid.tour {
    height: 378px;
  }

  .gallery-grid.tour.bottom {
    margin-bottom: -20px;
  }

  .block-image {
    max-width: 400px;
    margin-top: 72px;
  }

  .small-container.align-center {
    max-width: 100%;
  }

  .section-block {
    padding-top: 72px;
    padding-bottom: 70px;
  }

  .section-block.map {
    max-height: 250px;
    min-height: 250px;
    margin-top: 0;
    padding-bottom: 50px;
  }

  .section-block.no-bg {
    margin-bottom: 65px;
  }

  .section-block.location {
    max-height: 250px;
    min-height: 250px;
    padding-bottom: 50px;
  }

  .side-image-section {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .side-image-section.page-section {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .side-image-section.contact-bottom {
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 25px;
  }

  .link-with-arrow-text {
    letter-spacing: .5px;
  }

  .block-image-section {
    width: 450px;
    margin-bottom: 55px;
  }

  .block-image-section.mobile-swap.no-bg, .block-image-section.no-bg {
    margin-bottom: 125px;
  }

  .block-image-section.map-mobile-correction {
    margin-top: 20px;
  }

  .page-content {
    z-index: 0;
  }

  .page-content.side-image-page-no-bg {
    margin-bottom: -25px;
  }

  .page-content.side-image-page {
    margin-bottom: -30px;
  }

  .page-content.programs-page {
    margin-bottom: -25px;
  }

  .latest-blog-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .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 {
    width: 450px;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-empty-state {
    flex-direction: row;
    align-content: space-around;
    justify-content: flex-start;
    padding-bottom: 40px;
  }

  .article-meta.post-page {
    flex-direction: column;
  }

  .article-grid-heading {
    letter-spacing: .5px;
  }

  .article-grid-item {
    min-height: auto;
  }

  .article-read-more-wrapper {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: static;
  }

  .article-grid-item-content {
    height: auto;
  }

  .large-cta-section {
    text-align: center;
    background-color: #f7f6f5;
    background-image: none;
    padding-top: 100px;
    padding-bottom: 10px;
  }

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

  .large-section-heading.cta-heading {
    letter-spacing: .5px;
    font-size: 40px;
    line-height: 40px;
  }

  .large-section-heading.congrats {
    letter-spacing: .5px;
    font-size: 60px;
    line-height: 60px;
  }

  .large-section-heading._404 {
    letter-spacing: .5px;
    font-size: 200px;
    line-height: 150px;
  }

  .large-section-heading.password {
    letter-spacing: .5px;
  }

  .large-section-heading.call-now {
    letter-spacing: .5px;
    font-size: 40px;
    line-height: 40px;
  }

  .insurance-text-row {
    width: 450px;
    background-image: linear-gradient(to bottom, null, null), url('../images/grain-block-01.png');
    background-size: auto, auto;
    margin-bottom: 80px;
  }

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

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

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

  .footer-logo {
    width: 230px;
  }

  .jcaho-footer-seal {
    width: 100px;
    height: 100px;
  }

  .cm-ref-link.cm-credit {
    clear: both;
    bottom: 28px;
    left: 0;
  }

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

  .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-seals {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

  .icons.sticky-nav-arrow, .icons.sticky-nav-arrow.anchor-link-button {
    display: none;
  }

  .icons.sidebar-arrow {
    top: 7px;
  }

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

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

  .footer {
    padding-top: 20px;
    padding-bottom: 10px;
    position: static;
  }

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

  .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;
  }

  .footer-menu-heading {
    letter-spacing: .5px;
  }

  .section-heading {
    letter-spacing: .5px;
    font-size: 30px;
    line-height: 30px;
  }

  .legal-modal-container {
    width: 90%;
    overflow: auto;
  }

  .legal-modal {
    flex-direction: row;
    justify-content: center;
  }

  .legal-modal-close {
    top: 15px;
    right: 15px;
  }

  .about-section {
    padding-top: 10px;
    padding-bottom: 80px;
  }

  .card-row-wrapper {
    width: 300px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .small-card-link {
    width: 100%;
    justify-content: center;
    margin-bottom: 30px;
    display: flex;
  }

  .small-card-header {
    width: 155px;
    letter-spacing: .5px;
    margin-top: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .large-cta-background {
    width: 600px;
    top: 5px;
    left: -3%;
  }

  .large-background-text.large-cta {
    display: none;
  }

  .small-card-link-content {
    margin-top: 5px;
  }

  .nav-button {
    letter-spacing: .5px;
  }

  .nav-button.mobile-only {
    display: block;
  }

  .nav-button.tablet-only, .hero-button.desktop-only {
    display: none;
  }

  .hero-button.mobile-only {
    display: inline-block;
  }

  .hero-button.large-button.desktop-only {
    display: none;
  }

  .hero-button.large-button.mobile-only {
    display: inline-block;
  }

  .small-section-title {
    margin-bottom: 36px;
    display: block;
  }

  .small-section-title.no-max-width.bottom-margin {
    padding-bottom: 8px;
  }

  .small-section-title.section-block-content-title {
    padding-bottom: 7px;
  }

  .boxed-image-heading {
    font-size: 30px;
    line-height: 30px;
  }

  .heading-underline.main-heading {
    width: 60px;
  }

  .section-info-wrapper {
    width: 470px;
    height: auto;
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .small-tree-image {
    width: 430px;
    top: -50px;
  }

  .cta-section-title {
    max-width: 400px;
    margin-bottom: 36px;
    padding-bottom: 4px;
  }

  .hero-overlay {
    height: 650px;
  }

  .hero-overlay.page-hero {
    height: 400px;
  }

  .cta-section {
    padding-top: 105px;
    padding-bottom: 40px;
  }

  .small-cta-grid {
    width: 100%;
    grid-row-gap: 30px;
    grid-auto-flow: row;
  }

  .small-cta-image {
    margin-bottom: 0;
  }

  .small-cta-text {
    width: 450px;
    background-image: linear-gradient(to bottom, null, null), url('../images/grain-block-02.png');
    background-size: auto, auto;
    margin-top: 90px;
    right: 0;
  }

  .static-navigation {
    height: 82px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .leaf-bg-1 {
    width: 300px;
    bottom: 810px;
    left: -160px;
  }

  .leaf-bg-2 {
    width: 310px;
    bottom: 590px;
    right: -215px;
  }

  .leaf-bg-3 {
    width: 290px;
    bottom: 310px;
    left: 340px;
  }

  .leaf-bg-4 {
    width: 285px;
    bottom: 340px;
    right: 330px;
  }

  .menu-button {
    display: block;
  }

  .menu-button.w--open, .menu-button.white.w--open {
    top: 17px;
  }

  .faq-cta-section {
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .leaf-bg-5 {
    width: 300px;
    bottom: -85px;
    left: -180px;
  }

  .leaf-bg-6 {
    width: 300px;
    bottom: 170px;
    right: -200px;
  }

  .section-block-content {
    width: 470px;
    max-width: 470px;
    padding: 30px;
  }

  .section-block-content.left-side.no-bg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-block-content.right-side.map {
    margin-top: -18px;
    margin-bottom: 80px;
    padding-top: 52px;
  }

  .section-block-content.right-side.no-bg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-section {
    padding-top: 70px;
    padding-bottom: 100px;
  }

  .page-section.top-section {
    padding-bottom: 70px;
  }

  .page-section.top-section.next-section-anchor {
    margin-bottom: -5px;
    padding-bottom: 20px;
  }

  .page-section.top-section.next-section-anchor.admissions {
    z-index: 2;
    margin-bottom: -110px;
  }

  .page-section.top-section.next-section-side-image, .page-section.top-section.next-section-adjustment {
    padding-bottom: 55px;
  }

  .page-section.top-section.next-section-rich-text {
    padding-bottom: 60px;
  }

  .page-section.top-section.blog-featured-image {
    padding-bottom: 25px;
  }

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

  .page-section.under-cta {
    padding-bottom: 70px;
  }

  .page-section.team {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .page-section.team-member {
    padding-bottom: 50px;
  }

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

  .page-section.top-padding.none.anchor {
    margin-top: -20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .page-section.anchored {
    z-index: 0;
  }

  .page-section.anchored.verification {
    margin-top: -5px;
    padding-top: 165px;
  }

  .page-section.next-section-map {
    padding-top: 50px;
    padding-bottom: 35px;
  }

  .page-section.rich-text-section {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .page-section.rich-text-section.with-sidebar, .page-section.rich-text-section.blog-with-sidebar {
    padding-top: 20px;
    padding-bottom: 105px;
  }

  .page-section.mission-vision-values {
    padding-bottom: 110px;
  }

  .page-section.why-choose {
    padding-top: 8px;
    padding-bottom: 70px;
  }

  .page-section.testimonials {
    padding-top: 5px;
  }

  .hero-page-break {
    bottom: -130px;
  }

  .hero-page-break.page-hero {
    bottom: -125px;
    left: -210px;
  }

  .hero-page-break-image {
    filter: blur(40px);
  }

  .mobile-navigation-logo {
    width: 225px;
    margin-top: -7px;
    margin-bottom: 20px;
  }

  .team-member-link {
    width: 49.5%;
  }

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

  .team-members-wrapper.team-member-page {
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
    display: block;
  }

  .team-member-image-wrapper {
    height: 250px;
  }

  .team-member-image-wrapper.team-member-page {
    width: 325px;
    height: 365px;
  }

  .team-member-name {
    letter-spacing: .5px;
    font-size: 20px;
  }

  .team-member-title.team-member-page, .team-member-certs.team-member-page {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
  }

  .rich-text h1, .rich-text h2 {
    letter-spacing: .5px;
    font-size: 25px;
    line-height: 25px;
  }

  .rich-text h4, .rich-text h5, .rich-text h6, .rich-text h3 {
    letter-spacing: .5px;
    font-size: 22px;
    line-height: 22px;
  }

  .rich-text ul, .rich-text ol {
    text-align: left;
  }

  .rich-text.staff-member {
    text-align: center;
    margin-top: 65px;
  }

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

  .team-member-name.team-member-page {
    text-align: center;
    font-size: 25px;
    line-height: 25px;
  }

  .button-text-span-show-mobile {
    display: none;
  }

  .form-error {
    width: 100%;
  }

  .form-error.special-page {
    font-size: 18px;
    line-height: 18px;
  }

  .form-success {
    width: 100%;
  }

  .form-label {
    letter-spacing: .5px;
    font-size: 13px;
    line-height: 13px;
  }

  .form-label.terms-checkbox {
    width: 90%;
  }

  .form-block.verification {
    margin-bottom: -15px;
  }

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

  .form-input {
    border-radius: 0;
  }

  .form-input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 22px;
  }

  .form-input::placeholder {
    font-size: 14px;
    line-height: 22px;
  }

  .accordion-item.anchored, .accordion-item.blog-sources {
    padding-left: 24px;
  }

  .anchor-link {
    height: 46px;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
    line-height: 13px;
  }

  .anchor-link.w--current:hover {
    color: #fff;
    background-color: #406542;
  }

  .anchor-link.hide-mobile {
    z-index: 1000;
    display: none;
  }

  .anchor-page-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .anchor-page-menu {
    height: 46px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    top: 82px;
  }

  .sticky-wrapper.admissions {
    height: 46px;
    flex-direction: row;
    grid-auto-columns: 1fr;
  }

  .sticky-wrapper.faq {
    flex-direction: row;
    grid-auto-columns: 1fr;
    align-items: start;
  }

  .insurance-provider {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .insurance-providers {
    margin-top: 40px;
    margin-bottom: 85px;
  }

  .step-heading.tsf {
    width: 35%;
  }

  .step-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .step-section-wrapper {
    margin-top: 70px;
  }

  .step-section-wrapper.tsf {
    margin-bottom: 80px;
  }

  .boxed-image-heading {
    letter-spacing: .5px;
  }

  .anchor-link-text-mobile-span {
    display: none;
  }

  .form-checkbox {
    margin-right: 10px;
  }

  .form-contact-grid {
    grid-template-columns: auto;
    grid-auto-columns: auto;
    margin-bottom: 35px;
    padding-top: 0;
  }

  .contact-block {
    margin-bottom: 60px;
  }

  .contact-block.bottom {
    margin-bottom: 20px;
  }

  .contact-grid {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    margin-bottom: 35px;
  }

  .contact-block-link {
    z-index: 1;
    float: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 5px;
    font-size: 16px;
    line-height: 20px;
    position: relative;
  }

  .block-map {
    height: 200%;
    max-height: 200%;
    margin-top: 60px;
  }

  .large-cta {
    margin-bottom: 0;
    display: block;
    overflow: hidden;
  }

  .anchor-section {
    justify-content: flex-start;
    align-items: center;
    padding-top: 60px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .anchor-section.top-anchor {
    padding-top: 60px;
  }

  .anchor-section.top-anchor.admissions {
    margin-top: 40px;
    padding-top: 145px;
  }

  .anchor-section.mobile-admissions-nav {
    border-style: none;
    margin-top: -20px;
    margin-bottom: -40px;
    padding-top: 150px;
  }

  .anchor-section.mobile-admissions-nav:hover, .anchor-section.mobile-admissions-nav:active, .anchor-section.mobile-admissions-nav:focus {
    border-style: none;
  }

  .anchor-section.mobile-admissions-nav:focus-visible {
    border-style: none;
  }

  .anchor-section.mobile-admissions-nav[data-wf-focus-visible] {
    border-style: none;
  }

  .rich-text-paragraph-large p, .rich-text-paragraph-large ul, .rich-text-paragraph-large ol {
    font-size: 17px;
    line-height: 21px;
  }

  .rich-text-paragraph-small._12-steps {
    width: 65%;
  }

  .contact-block-link-container {
    flex-direction: row;
    justify-content: space-between;
  }

  .contact-block-link-container.contact {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .contact-block-link-container.social {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .anchor-trigger-correction {
    top: -85px;
  }

  .anchor-trigger-correction.verification {
    top: 10px;
  }

  .anchor-trigger-correction.faq-anchor {
    margin-bottom: -20px;
    position: relative;
    top: -130px;
  }

  .anchor-trigger-correction.admissions-anchor {
    margin-bottom: -10px;
    position: relative;
    top: -140px;
  }

  .sidebar-content-grid {
    grid-row-gap: 62px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .sidebar-feature-content {
    text-align: center;
  }

  .sidebar-feature-content.sidebar-toc {
    width: 80%;
  }

  .sidebar-feature-content.buttons {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .sticky-sidebar {
    width: 100%;
    margin-top: 70px;
  }

  .side-bar-cta {
    width: 80%;
    height: 100%;
    text-align: center;
    margin-bottom: 90px;
    margin-left: auto;
    margin-right: auto;
  }

  .featured-image {
    margin-bottom: 40px;
  }

  .rich-text-blog-subheading {
    width: 75%;
  }

  .article-meta-50 {
    width: 100%;
    text-align: center;
  }

  .article-meta-label {
    letter-spacing: .5px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 15px;
  }

  .blog-credit-block {
    height: auto;
    font-size: 15px;
    line-height: 19px;
  }

  .article-category-link {
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
  }

  .utility-page-wrapper {
    height: auto;
    min-height: auto;
    overflow: auto;
  }

  .utility-page-wrapper.call-now-page {
    height: 875px;
    min-height: auto;
    overflow: auto;
  }

  .utility-page-wrapper.special-page {
    height: 100vh;
    max-height: 950px;
  }

  .utility-page-message {
    max-width: 100%;
  }

  .utility-page-message.mobile-only {
    display: block;
  }

  .toc-dropdown {
    top: 82px;
  }

  .toc-dropdown-toggle {
    height: 46px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
    line-height: 14px;
  }

  .page-progress-bar {
    height: 10px;
  }

  .toc-dropdown-list.w--open {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .toc-dropdown-link {
    height: 40px;
    padding: 8px 15px;
    font-size: 11px;
    line-height: 14px;
  }

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

  .subnav-trigger.bottom {
    margin-left: 0;
  }

  .cookie-consent-button {
    margin-top: 30px;
  }

  .cookie-consent-container {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .cookie-consent-content {
    margin-right: 0;
  }

  .worc-section {
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .worc-section.about-page {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .worc-tree {
    width: 300px;
  }

  .category-span {
    font-size: 20px;
    line-height: 20px;
  }

  .info-block {
    width: 470px;
    padding: 30px;
  }

  .info-block.last {
    width: 470px;
  }

  .jcaho-seal {
    width: 200px;
  }

  .jcaho-section {
    padding-top: 20px;
    padding-bottom: 85px;
  }

  .number-heading {
    bottom: 8px;
  }

  .numbered-section {
    grid-template-columns: 50px 1fr;
  }

  .utility-page-content.call-now-page {
    padding-top: 100px;
    padding-bottom: 130px;
  }

  .rich-text-green-headings-small-black h1, .rich-text-green-headings-small-black h2, .rich-text-green-headings-small-black h3, .rich-text-green-headings-small-black h4, .rich-text-green-headings-small-black h5, .rich-text-green-headings-small-black h6 {
    letter-spacing: .5px;
    font-size: 25px;
    line-height: 25px;
  }

  .boxed-image-grid-single {
    width: 450px;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-auto-flow: row;
  }

  .rich-text-paragraph-large-black-100 p {
    font-size: 17px;
    line-height: 21px;
  }

  .side-bar-cta-call-now {
    width: 80%;
    text-align: center;
    margin-bottom: 90px;
    margin-left: auto;
    margin-right: auto;
  }

  .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) {
  .hero {
    height: 100vh;
    background-position: 50% 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero.page-hero {
    background-position: 50% 100%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-subtext {
    width: 90%;
    margin-bottom: 50px;
    font-size: 17px;
    line-height: 21px;
  }

  .hero-header {
    letter-spacing: 0;
    font-size: 35px;
    line-height: 35px;
  }

  .hero-header.page-hero {
    letter-spacing: 0;
    font-size: 25px;
    line-height: 25px;
  }

  .brand {
    width: 200px;
    padding-left: 10px;
  }

  .brand.centered {
    padding-left: 0;
  }

  .chevron.blog-post-toc {
    margin-right: 12px;
    font-size: 13px;
    line-height: 13px;
  }

  .main-navigation {
    height: 66px;
  }

  .dropdown {
    width: 100%;
  }

  .button {
    letter-spacing: 0;
  }

  .button.large-button {
    padding: 25px 20px 20px;
  }

  .button.large-button.cta.mobile-only.landscape-only {
    display: none;
  }

  .button.large-button.cta.mobile-only.portrait-only {
    display: inline-block;
  }

  .button.submit {
    width: 100%;
  }

  .button.sidebar {
    letter-spacing: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
    line-height: 17px;
  }

  .button.call-now-page {
    width: 100%;
  }

  .dropdown-column-title {
    letter-spacing: 0;
  }

  .nav-overlay-trigger.anchor {
    bottom: 20px;
  }

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

  .insurance-row-item.large {
    width: 140px;
  }

  .section-paragraph.large-paragraph {
    line-height: 21px;
  }

  .section-paragraph.large-paragraph.location {
    font-size: 20px;
    line-height: 22px;
  }

  .insurance-section {
    padding: 80px 20px 0;
  }

  .section-title.text-center {
    max-width: 100%;
  }

  .section-title.anchor-page, .section-title.anchor-page.faq {
    margin-left: 0;
    margin-right: 0;
  }

  .main-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .main-container.large-cta-container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .main-container._2up-grain-bg-container, .main-container._2up-grain-bg-container.mobile-margins {
    padding-left: 0;
    padding-right: 0;
  }

  .button-wrapper {
    width: 100%;
  }

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

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

  .rich-text-green-headings-large h4, .rich-text-green-headings-large h1, .rich-text-green-headings-large h2, .rich-text-green-headings-large h3, .rich-text-green-headings-large h5, .rich-text-green-headings-large h6 {
    letter-spacing: 0;
    font-size: 23.5px;
    line-height: 23.5px;
  }

  .section-text-wrapper {
    width: 90%;
  }

  .section-text-wrapper.no-bottom-margin.contact-page {
    margin-bottom: 0;
  }

  .section-text-wrapper.message-page {
    width: 90%;
  }

  .boxed-image {
    width: 100%;
    height: 340px;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .boxed-wrapper.new-row {
    margin-top: 20px;
  }

  .levels-of-care-section {
    padding: 40px 20px 45px;
  }

  .boxed-image-grid-doubles {
    width: 100%;
    grid-row-gap: 20px;
  }

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

  .boxed-image-title {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .boxed-image-paragraph {
    width: 100%;
    font-size: 13px;
    line-height: 17px;
  }

  .insruance-grid {
    width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 30px;
  }

  .rich-text-green-headings-small h1, .rich-text-green-headings-small h2, .rich-text-green-headings-small h3, .rich-text-green-headings-small h4, .rich-text-green-headings-small h5, .rich-text-green-headings-small h6 {
    letter-spacing: 0;
  }

  .boxed-image-more-info-text {
    width: 80%;
    letter-spacing: 0;
    bottom: 25px;
  }

  .facility-tour-section {
    padding: 40px 20px 115px;
  }

  .gallery-image, .gallery-image.small {
    height: 125%;
  }

  .gallery-block {
    margin-bottom: 20px;
  }

  .gallery-block.half, .gallery-block.quarter, .gallery-block.tall {
    height: 234px;
  }

  .gallery-grid.feature {
    height: auto;
    display: block;
  }

  .gallery-grid.tour {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    display: block;
    position: static;
  }

  .gallery-grid.tour.bottom {
    margin-bottom: 0;
  }

  .section-grid-halves {
    grid-auto-columns: auto;
  }

  .block-image {
    width: auto;
    max-width: 100%;
    border-radius: 0;
    margin-top: 0;
  }

  .link-arrow {
    position: relative;
    top: 1px;
  }

  .small-container.align-center {
    width: 100%;
  }

  .section-block {
    padding-left: 0;
    padding-right: 0;
  }

  .section-block.map {
    max-height: 300px;
    min-height: 300px;
  }

  .section-block.location {
    max-height: 300px;
    min-height: 300px;
    margin-bottom: 0;
  }

  .link-with-arrow {
    font-size: 15px;
    line-height: 15px;
  }

  .side-image-section {
    padding: 10px 20px 45px;
    display: block;
  }

  .side-image-section.page-section {
    padding: 5px 20px 55px;
  }

  .side-image-section.contact-bottom {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 25px;
  }

  .link-with-arrow-text {
    letter-spacing: 0;
  }

  .block-image-section {
    width: 100%;
  }

  .block-image-section.map-mobile-correction {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .page-content {
    display: block;
  }

  .page-content.side-image-page-no-bg, .page-content.side-image-page {
    margin-bottom: -45px;
  }

  .page-content.programs-page {
    margin-bottom: 15px;
  }

  .latest-blog-section {
    padding: 80px 20px 70px;
  }

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

  .article-item {
    width: 100%;
    float: none;
    clear: none;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

  .article-thumbnail {
    height: 190px;
  }

  .article-meta.date {
    letter-spacing: 0;
    top: -208px;
  }

  .article-primary-tag, .article-grid-heading {
    letter-spacing: 0;
  }

  .article-grid-item {
    margin-top: 0;
    padding-bottom: 0;
  }

  .article-read-more-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 15px;
  }

  .article-grid-item-content {
    padding: 20px;
  }

  .large-cta-section {
    padding: 100px 35px 20px;
    overflow: hidden;
  }

  .large-section-heading.cta-heading {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .large-section-heading.congrats {
    letter-spacing: 0;
    font-size: 50px;
    line-height: 50px;
  }

  .large-section-heading._404 {
    letter-spacing: 0;
    font-size: 130px;
    line-height: 100px;
  }

  .large-section-heading.password {
    letter-spacing: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .large-section-heading.call-now {
    letter-spacing: 0;
    font-size: 35px;
    line-height: 35px;
  }

  .insurance-text-row {
    width: 100%;
    height: auto;
    background-image: linear-gradient(rgba(247, 246, 245, .8), rgba(247, 246, 245, .8)), url('../images/grain-block-01.png');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    margin-bottom: 90px;
    padding: 25px 20px 20px;
  }

  .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-logo {
    width: 200px;
  }

  .cm-crafted {
    text-align: right;
  }

  .jcaho-footer-seal {
    margin-right: 10px;
  }

  .cm-ref-link.cm-credit {
    height: 30px;
    text-align: center;
    position: relative;
    bottom: 18px;
    left: -20px;
  }

  .copyright-text {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 11px;
    line-height: 15px;
  }

  .footer-menus-grid {
    width: 100%;
    align-content: start;
    justify-content: center;
    justify-items: center;
  }

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

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

  .icons.mobile-cta {
    margin-right: 5px;
    font-size: 25px;
    line-height: 0;
    position: relative;
  }

  .icons.mobile-cta.call {
    margin-right: 0;
    font-size: 26px;
    top: 7px;
  }

  .icons.mobile-cta.verify {
    margin-right: 6px;
    font-size: 20px;
    top: 4px;
  }

  .icons.sidebar-arrow {
    font-size: 14px;
    top: 6px;
  }

  .footer-copyright-wrapper {
    text-align: center;
    font-size: 10px;
    line-height: 13px;
  }

  .footer {
    padding: 10px 35px 70px 36px;
  }

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

  .footer-bottom-row {
    align-content: end;
    margin-top: 40px;
  }

  .footer-menu-heading {
    letter-spacing: 0;
  }

  .section-heading {
    letter-spacing: 0;
    font-size: 23.5px;
    line-height: 23.5px;
  }

  .section-heading.black {
    line-height: 25px;
  }

  .section-heading.blog-sources {
    margin-bottom: 0;
  }

  .legal-modal-container {
    width: 90%;
  }

  .legal-modal-close {
    top: 15px;
    right: 15px;
  }

  .about-section {
    padding: 5px 20px 100px;
  }

  .card-row-wrapper {
    width: 100%;
  }

  .small-card-link {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .small-card-icon {
    width: 40px;
    margin-right: 15px;
  }

  .small-card-icon.smaller {
    width: 35px;
  }

  .small-card-icon.larger {
    width: 55px;
  }

  .small-card-icon.medium {
    width: 45px;
  }

  .small-card-header {
    letter-spacing: 0;
  }

  .large-cta-background {
    width: 600px;
    top: 0;
    left: -135px;
  }

  .small-card-link-content {
    width: 100%;
  }

  .nav-button {
    letter-spacing: 0;
  }

  .nav-button.mobile-only {
    display: none;
  }

  .hero-button.large-button {
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .small-section-title {
    max-width: 100%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .small-section-title.no-max-width {
    margin-bottom: 10px;
  }

  .small-section-title.section-block-content-title {
    padding-bottom: 6px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .boxed-image-heading {
    font-size: 25px;
    line-height: 25px;
  }

  .heading-underline.main-heading {
    width: 50px;
  }

  .section-info-wrapper {
    width: 100%;
    background-image: linear-gradient(to bottom, null, null), url('../images/grain-block-long.png');
    background-position: 0 0, 0 0;
  }

  .small-tree-image {
    width: 280px;
  }

  .hero-overlay {
    height: 100vh;
  }

  .cta-section {
    padding: 60px 20px 45px;
  }

  .small-cta-grid {
    width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 30px;
  }

  .small-cta-image {
    margin-bottom: -55px;
    margin-left: 0;
  }

  .small-cta-text {
    width: 100%;
    height: auto;
    background-image: linear-gradient(rgba(247, 246, 245, .8), rgba(247, 246, 245, .8)), url('../images/grain-block-02.png');
    background-size: auto, auto;
    margin-top: 70px;
    padding: 25px 20px 20px;
  }

  .static-navigation {
    height: 66px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .leaf-bg-1 {
    width: 260px;
    bottom: 1580px;
    left: -160px;
  }

  .leaf-bg-2 {
    width: 255px;
    bottom: 1235px;
    right: -190px;
  }

  .leaf-bg-3 {
    width: 240px;
    bottom: 330px;
    left: 180px;
  }

  .leaf-bg-4 {
    width: 230px;
    bottom: 345px;
    right: 170px;
  }

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

  .menu-button.w--open, .menu-button.white.w--open {
    top: 9px;
  }

  .faq-cta-section {
    padding: 10px 20px 45px;
  }

  .leaf-bg-5 {
    width: 225px;
    bottom: -130px;
    left: -150px;
  }

  .leaf-bg-6 {
    z-index: 0;
    width: 220px;
    bottom: 175px;
    right: -150px;
    transform: rotate(0);
  }

  .image.staff-member {
    width: 110%;
    height: 110%;
    max-height: 110%;
    max-width: 110%;
    margin-top: -6px;
  }

  .section-block-content {
    width: 100%;
    height: auto;
    max-width: 100%;
    padding: 20px;
  }

  .section-block-content.left-side.no-bg {
    padding-left: 0;
    padding-right: 0;
  }

  .section-block-content.right-side.map {
    margin-bottom: 65px;
    padding-top: 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-block-content.right-side.no-bg {
    padding-left: 0;
    padding-right: 0;
  }

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

  .page-section.top-section {
    padding-bottom: 70px;
  }

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

  .page-section.top-section.next-section-anchor.admissions {
    margin-bottom: -90px;
  }

  .page-section.top-section.next-section-side-image {
    padding-bottom: 65px;
  }

  .page-section.top-section.next-section-adjustment, .page-section.top-section.next-section-rich-text {
    padding-bottom: 70px;
  }

  .page-section.top-section.blog-featured-image {
    padding-bottom: 35px;
  }

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

  .page-section.top-section.numbered-section-next {
    padding-bottom: 40px;
  }

  .page-section.under-cta {
    padding-bottom: 90px;
  }

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

  .page-section.team-member {
    padding-bottom: 50px;
  }

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

  .page-section.top-padding.none.anchor {
    padding-top: 60px;
    padding-bottom: 15px;
  }

  .page-section.anchored.verification {
    margin-top: -5px;
  }

  .page-section.rich-text-section {
    padding-top: 0;
  }

  .page-section.rich-text-section.with-sidebar, .page-section.rich-text-section.blog-with-sidebar {
    padding-top: 5px;
    padding-bottom: 125px;
  }

  .page-section.mission-vision-values {
    padding-bottom: 120px;
  }

  .page-section.verification {
    padding-bottom: 80px;
  }

  .page-section.why-choose {
    padding-top: 0;
    padding-bottom: 65px;
  }

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

  .hero-page-break {
    width: 700vw;
    bottom: -180px;
  }

  .hero-page-break.page-hero {
    position: absolute;
    bottom: -185px;
    left: -100px;
  }

  .mobile-navigation-logo {
    width: 200px;
    margin-top: -12px;
    margin-bottom: 25px;
    margin-left: 3%;
    padding-left: 10px;
  }

  .team-member-link {
    width: 100%;
    margin-bottom: 25px;
  }

  .team-members-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .team-member-image-wrapper {
    width: 265px;
    height: 310px;
    margin-bottom: 25px;
  }

  .team-member-image-wrapper.team-member-page {
    width: 265px;
    height: 310px;
  }

  .team-member-name {
    letter-spacing: 0;
    font-size: 23.5px;
    line-height: 23.5px;
  }

  .team-member-title {
    font-size: 17px;
    line-height: 21px;
  }

  .team-member-title.team-member-page {
    font-size: 16px;
    line-height: 20px;
  }

  .team-member-certs {
    font-size: 17px;
    line-height: 21px;
  }

  .team-member-certs.team-member-page {
    font-size: 16px;
    line-height: 20px;
  }

  .rich-text h1, .rich-text h2 {
    letter-spacing: 0;
    font-size: 23.5px;
    line-height: 23.5px;
  }

  .rich-text h4, .rich-text h5, .rich-text h6, .rich-text h3 {
    letter-spacing: 0;
  }

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

  .team-member-name.team-member-page {
    font-size: 23.5px;
    line-height: 23.5px;
  }

  .button-text-span-hide-mobile {
    display: none;
  }

  .button-text-span-show-mobile {
    display: inline;
  }

  .form-error, .form-success {
    padding: 18px 12px 12px;
  }

  .form-label {
    letter-spacing: 0;
    display: block;
  }

  .form-label.terms-checkbox {
    width: auto;
    text-align: left;
    display: block;
  }

  .form-grid-halves {
    grid-template-columns: 1fr;
  }

  .form-grid-vertical {
    grid-row-gap: 12px;
  }

  .form-grid-vertical.form-grid.verification {
    margin-top: 0;
  }

  .form-input {
    border-radius: 0;
  }

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

  .accordion-arrow {
    margin-left: 5px;
  }

  .accordion-item.anchored {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-item.blog-sources {
    margin-top: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .anchor-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 9px;
    font-weight: 400;
    line-height: 12px;
  }

  .anchor-page-menu {
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    top: 66px;
  }

  .insurance-provider {
    width: 170px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .insurance-provider.small {
    width: 140px;
  }

  .insurance-providers {
    margin-bottom: 60px;
  }

  .step-heading {
    width: auto;
    margin: 0 auto 15px;
    font-size: 40px;
    line-height: 40px;
  }

  .step-heading.tsf {
    width: auto;
    margin-top: 0;
  }

  .step-heading-span {
    font-size: 35px;
    line-height: 35px;
  }

  .step-heading-number-span {
    margin-left: 5px;
    font-size: 35px;
    line-height: 35px;
  }

  .step-section {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .rich-text-paragraph-large-black {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }

  .step-section-wrapper {
    margin-top: 65px;
  }

  .step-section-wrapper.tsf {
    margin-bottom: 70px;
  }

  .boxed-image-heading {
    letter-spacing: 0;
  }

  .contact-form-block {
    margin-top: -10px;
    padding: 25px 18px;
  }

  .selectable-field {
    text-align: center;
    padding-left: 0;
    font-size: 13px;
    display: block;
  }

  .form-checkbox {
    float: left;
    margin-left: 0;
    display: inline-block;
  }

  .contact-form-input-wrapper {
    padding: 10px 15px 20px;
  }

  .form-contact-grid, .contact-block {
    margin-bottom: 60px;
  }

  .contact-block.bottom {
    margin-top: -10px;
    margin-bottom: 0;
  }

  .contact-grid {
    margin-bottom: 0;
  }

  .contact-block-link {
    letter-spacing: 0;
    margin-bottom: 15px;
    padding-left: 5px;
    font-size: 15px;
    line-height: 19px;
    display: inline-block;
  }

  .block-map {
    border-radius: 0;
    margin-top: 70px;
  }

  .large-cta {
    padding-bottom: 20px;
    display: block;
  }

  .mobile-scroll-cta {
    z-index: 800;
    display: none;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: translate(0, 100%);
  }

  .mobile-scroll-cta-trigger {
    z-index: -1;
    width: 100%;
    height: 20px;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    display: block;
    position: absolute;
    top: -60px;
    transform: translate(0, 60px);
  }

  .mobile-scroll-cta-container {
    width: 100%;
    height: 70px;
    display: block;
    overflow: hidden;
    box-shadow: 0 -5px 20px 2px rgba(0, 0, 0, .2);
  }

  .mobile-scroll-cta-link {
    width: 50%;
    height: 70px;
    float: left;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #62a84d;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Lubalin Graph Std Demi, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    text-decoration: none;
    transition: all .3s;
    display: flex;
  }

  .mobile-scroll-cta-link:hover {
    color: #b6d8ab;
    background-color: #332f30;
  }

  .mobile-scroll-cta-link._100 {
    width: 100%;
  }

  .anchor-section {
    margin-top: 25px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .anchor-section.top-anchor {
    padding-top: 10px;
  }

  .anchor-section.top-anchor.admissions {
    margin-top: -45px;
  }

  .anchor-section.mobile-admissions-nav {
    border-style: none;
    margin-top: -50px;
    margin-bottom: -70px;
  }

  .rich-text-paragraph-large, .rich-text-paragraph-small {
    margin-left: 0;
  }

  .rich-text-paragraph-small._12-steps {
    width: 100%;
    text-align: center;
  }

  .contact-block-link-container.contact {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-auto-columns: 1fr;
    display: block;
  }

  .contact-block-link-container.social {
    margin-bottom: -15px;
  }

  .anchor-trigger-correction {
    top: -85px;
  }

  .anchor-trigger-correction.verification {
    top: 30px;
  }

  .anchor-trigger-correction.faq-anchor {
    top: -110px;
  }

  .anchor-trigger-correction.admissions-anchor {
    top: -120px;
  }

  .sidebar-feature-content.sidebar-toc, .sidebar-feature-content.buttons {
    width: 100%;
  }

  .sticky-sidebar {
    margin-top: 65px;
  }

  .side-bar-cta {
    width: 100%;
    margin-bottom: 80px;
  }

  .sidebar-leaf {
    bottom: 1570px;
    left: -160px;
  }

  .rich-text-blog-subheading {
    width: 90%;
  }

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

  .article-meta-label {
    letter-spacing: 0;
  }

  .utility-page-wrapper {
    height: auto;
    min-height: auto;
  }

  .utility-page-wrapper.call-now-page {
    height: 950px;
    display: block;
  }

  .password-form-wrapper {
    width: 100%;
  }

  .toc-dropdown {
    top: 66px;
  }

  .toc-dropdown-toggle {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .toc-dropdown-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .subnav-trigger.bottom {
    height: 250vh;
  }

  .cookie-consent-button {
    width: 100%;
    flex-direction: column;
    display: flex;
  }

  .cookie-consent-content {
    text-align: center;
    margin-right: 0;
  }

  .worc-section {
    padding-top: 45px;
    padding-bottom: 60px;
  }

  .worc-section.about-page {
    padding-top: 30px;
    padding-bottom: 110px;
  }

  .worc-tree {
    width: 230px;
  }

  .category-span {
    font-size: 18px;
    line-height: 18px;
  }

  .info-block {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
  }

  .info-block.last {
    width: 100%;
  }

  .jcaho-seal {
    width: 175px;
  }

  .jcaho-section {
    padding-top: 5px;
    padding-bottom: 95px;
  }

  .number-heading {
    width: auto;
    font-size: 35px;
    line-height: 35px;
    bottom: 7px;
  }

  .numbered-section {
    flex-direction: column;
    grid-template-columns: 45px 1fr;
    justify-content: flex-start;
    align-items: start;
    margin-top: 30px;
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-medical-disclaimer {
    margin-top: 70px;
  }

  .utility-page-content {
    padding: 50px 20px 220px;
  }

  .utility-page-content.call-now-page {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .rich-text-green-headings-small-black h1, .rich-text-green-headings-small-black h2, .rich-text-green-headings-small-black h3, .rich-text-green-headings-small-black h4, .rich-text-green-headings-small-black h5, .rich-text-green-headings-small-black h6 {
    letter-spacing: 0;
  }

  .boxed-image-grid-single {
    width: 100%;
    grid-row-gap: 20px;
  }

  .sidebar-formreactor {
    margin-left: 0;
    margin-right: 0;
  }

  .rich-text-paragraph-large-black-100 {
    margin-left: 0;
  }

  .side-bar-cta-call-now {
    width: 100%;
    margin-bottom: 80px;
  }

  .rich-text-blog-sources {
    margin-left: 0;
  }

  .dhcs-license-informtion {
    margin-top: 8px;
    font-size: 11px;
    line-height: 15px;
    display: block;
  }

  .dhcs-information {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
    line-height: 15px;
  }

  .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-_0b183e5d-4c3b-0f28-c4f7-452fada0ebc2-67fad92b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0b183e5d-4c3b-0f28-c4f7-452fada0ebc8-67fad92b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_0b183e5d-4c3b-0f28-c4f7-452fada0ebcb-67fad92b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_0b183e5d-4c3b-0f28-c4f7-452fada0ebc5-67fad92b {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-fb645afd-ce08-107e-b96e-71d5ff2e7aeb-ff2e7aac {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fb645afd-ce08-107e-b96e-71d5ff2e7aec-ff2e7aac {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8b1a1a95-58c6-49cb-c373-e9b0e738af08-0bbd936f {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8b1a1a95-58c6-49cb-c373-e9b0e738af0b-0bbd936f {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8b1a1a95-58c6-49cb-c373-e9b0e738af0e-0bbd936f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8b1a1a95-58c6-49cb-c373-e9b0e738af11-0bbd936f {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_5e361a51-ebd4-e535-c62d-8bfa3fd5aa4b-0bbd936f {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_5e361a51-ebd4-e535-c62d-8bfa3fd5aa42-0bbd936f {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_5e361a51-ebd4-e535-c62d-8bfa3fd5aa45-0bbd936f {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_5e361a51-ebd4-e535-c62d-8bfa3fd5aa48-0bbd936f {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_911a720c-4d05-68cc-778a-5bd37576eff7-0bbd936f {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_911a720c-4d05-68cc-778a-5bd37576effa-0bbd936f {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_911a720c-4d05-68cc-778a-5bd37576effd-0bbd936f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_911a720c-4d05-68cc-778a-5bd37576f000-0bbd936f {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-ab712d6b-6ffd-a394-39a6-fbde24b990e7-0bbd936f {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-ab712d6b-6ffd-a394-39a6-fbde24b990ea-0bbd936f {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-ab712d6b-6ffd-a394-39a6-fbde24b990ed-0bbd936f {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ab712d6b-6ffd-a394-39a6-fbde24b990f0-0bbd936f {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-ab712d6b-6ffd-a394-39a6-fbde24b990f4-0bbd936f {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ab712d6b-6ffd-a394-39a6-fbde24b990f7-0bbd936f {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ab712d6b-6ffd-a394-39a6-fbde24b990fa-0bbd936f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ab712d6b-6ffd-a394-39a6-fbde24b990fd-0bbd936f {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_1ceddbbb-cf0c-bf6a-630f-bfcc500d6e77-4944cf2a {
  align-self: start;
  justify-self: stretch;
}

#w-node-_9667c5ce-973e-f86e-3599-d118ef4fa59b-4944cf2a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_1ceddbbb-cf0c-bf6a-630f-bfcc500d6e78-4944cf2a {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-e4f4ab3f-7594-a98e-e3c9-ce6e41bafc8d-4944cf2a {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_72229225-044c-e1a1-7bbd-34cb69535fe0-4944cf2a {
  justify-self: end;
}

#w-node-b59c7f0b-20b7-7d5f-55d5-7f86b8e41e5f-4944cf2a, #w-node-_70a4d245-3f6f-3a96-33ca-f48493210e34-4944cf2a, #w-node-_9e71f42a-fe0a-edc3-c727-7c3bee0cb072-4944cf2a, #w-node-aed7cc29-3741-ec1d-336e-6b3e5edf11b1-4944cf2a, #w-node-_73a78d52-5a42-aba7-c3c3-88ed58afc374-ca5e09a3, #w-node-_7fa8ce90-fe00-7a2e-7fb1-bc78ef9ef284-ca5e09a3, #w-node-_3a7a4500-8298-8f72-1e3b-5efa2ece895e-6a565c6c, #w-node-_9c3742b0-7f1d-8e88-13ce-638eb30949f9-6a565c6c, #w-node-a2ab5cf8-beeb-7b7a-533f-8eeeee3e1ee1-6a565c6c, #w-node-_491b2d66-77aa-27aa-b0f9-0eb85e1f4306-6a565c6c, #w-node-b500f4af-c36c-2af4-effb-e0bc44478dd1-6a565c6c, #w-node-df61e77a-2aac-89bf-e5d3-0c6c0a88ad99-6a565c6c, #w-node-_8dbacfdc-ffb0-542e-7037-bcf42e450c22-6a565c6c, #w-node-ba29fea3-37b4-34ab-db69-8ac46c77102f-6a565c6c, #w-node-_8df3c60d-5d36-90a0-87ab-6ddd5aa1df7f-6a565c6c, #w-node-_00e7f4b0-7a2b-38b5-2c6b-2a1262f14372-6a565c6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_9588a46f-f563-8f61-df36-930479269fc6-67fad92b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9588a46f-f563-8f61-df36-930479269fc3-67fad92b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-d85617cb-c80b-dc88-a64f-270780e67d76-67fad92b {
    justify-self: center;
  }

  #w-node-b0476ca4-3159-da6e-efdc-eeb2b8a57681-b8a5767b {
    grid-area: 2 / 1 / 4 / 2;
  }

  #w-node-_8b1a1a95-58c6-49cb-c373-e9b0e738af11-0bbd936f {
    grid-area: 1 / 3 / 3 / 5;
  }

  #w-node-_374a770b-751f-4093-d2db-2974c2af71a6-0f57beac, #w-node-a232a5fe-da3e-b42e-f799-1a57a6634c6f-0f57beac {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_80515bcb-aa60-524b-a421-f01611feed3a-0f57beac, #w-node-_58444d3b-4a8b-a108-1793-bb8c4cac8826-0f57beac {
    justify-self: center;
  }

  #w-node-_2871811c-c386-0824-3150-a40106bc5c7e-a324dff6, #w-node-_2871811c-c386-0824-3150-a40106bc5c86-a324dff6, #w-node-_2871811c-c386-0824-3150-a40106bc5c8c-a324dff6, #w-node-ab1b575b-1cde-16bc-0b60-6f31353809d7-dd7abc27, #w-node-c533c8a8-9db1-c0fd-a89b-a24524dbff0b-dd7abc27, #w-node-a3bb68c2-8950-c072-b7b0-cef2ff9f6a19-dd7abc27, #w-node-_19a156c1-8122-8865-7821-058edfea34b8-dd7abc27 {
    align-self: stretch;
  }

  #w-node-b4d593b1-3f5b-50ed-87b8-571fc05618d9-4944cf2a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b4d593b1-3f5b-50ed-87b8-571fc05618dc-4944cf2a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_374a770b-751f-4093-d2db-2974c2af71a6-4bbb1b7d, #w-node-fa78f525-ae06-1748-e358-b8c72078c8e0-4bbb1b7d, #w-node-_374a770b-751f-4093-d2db-2974c2af71a6-8d8fc8dc, #w-node-fa78f525-ae06-1748-e358-b8c72078c8e0-8d8fc8dc, #w-node-_374a770b-751f-4093-d2db-2974c2af71a6-e2d84796, #w-node-_9e81e567-7091-2d74-5ebe-1a378efb0724-e2d84796, #w-node-cf6615b8-b287-5a25-6d95-f2b2c5eb6a94-e2d84796, #w-node-_374a770b-751f-4093-d2db-2974c2af71a6-92cf286b, #w-node-_374a770b-751f-4093-d2db-2974c2af71a6-3512d17c, #w-node-_374a770b-751f-4093-d2db-2974c2af71a6-f0fcfc23, #w-node-_374a770b-751f-4093-d2db-2974c2af71a6-e7ded183, #w-node-_374a770b-751f-4093-d2db-2974c2af71a6-6acd991e {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0b183e5d-4c3b-0f28-c4f7-452fada0ebc5-67fad92b, #w-node-_8b1a1a95-58c6-49cb-c373-e9b0e738af11-0bbd936f, #w-node-_911a720c-4d05-68cc-778a-5bd37576f000-0bbd936f, #w-node-ab712d6b-6ffd-a394-39a6-fbde24b990fd-0bbd936f {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-a3bb68c2-8950-c072-b7b0-cef2ff9f6a19-dd7abc27, #w-node-_19a156c1-8122-8865-7821-058edfea34b8-dd7abc27, #w-node-_1a74d37f-363c-82cc-ba1a-625ed6ca3938-dd7abc27, #w-node-dd817a3e-bf46-8b67-c874-00e129844888-dd7abc27 {
    align-self: stretch;
  }

  #w-node-_9667c5ce-973e-f86e-3599-d118ef4fa59b-4944cf2a, #w-node-_1ceddbbb-cf0c-bf6a-630f-bfcc500d6e78-4944cf2a {
    grid-column-end: 2;
  }

  #w-node-_4637af2e-1796-2e53-5c51-22b046e7eb46-4944cf2a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4637af2e-1796-2e53-5c51-22b046e7eb4d-4944cf2a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e4f4ab3f-7594-a98e-e3c9-ce6e41bafc8d-4944cf2a {
    grid-column-end: 2;
  }

  #w-node-e4f4ab3f-7594-a98e-e3c9-ce6e41bafc91-4944cf2a {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Lubalin Graph Std Demi';
  src: url('../fonts/LubalinGraphStd-Demi.woff2') format('woff2'), url('../fonts/LubalinGraphStd-Demi.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/gothampro-black-webfont.woff2') format('woff2'), url('../fonts/gothampro-black-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/gothampro-bold-webfont.woff2') format('woff2'), url('../fonts/gothampro-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/gothampro-bolditalic-webfont.woff2') format('woff2'), url('../fonts/gothampro-bolditalic-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/gothampro-italic-webfont.woff2') format('woff2'), url('../fonts/gothampro-italic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/gothampro-light-webfont.woff2') format('woff2'), url('../fonts/gothampro-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/gothampro-webfont.woff2') format('woff2'), url('../fonts/gothampro-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/gothampro-lightitalic-webfont.woff2') format('woff2'), url('../fonts/gothampro-lightitalic-webfont.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/gothampro-mediumitalic-webfont.woff2') format('woff2'), url('../fonts/gothampro-mediumitalic-webfont.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/gothampro-medium-webfont.woff2') format('woff2'), url('../fonts/gothampro-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/gothampro-blackitalic-webfont.woff2') format('woff2'), url('../fonts/gothampro-blackitalic-webfont.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'ICONS';
  src: url('../fonts/white-oak.eot') format('embedded-opentype'), url('../fonts/white-oak.woff') format('woff'), url('../fonts/white-oak.ttf') format('truetype'), url('../fonts/white-oak.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}