@font-face {
  font-family: Gt America Compressed;
  src: url('../fonts/GT-America-Compressed-Bold.woff') format("woff"), url('../fonts/GT-America-Compressed-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gt America Standard;
  src: url('../fonts/GT-America-Standard-Bold.woff') format("woff"), url('../fonts/GT-America-Standard-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gt America Compressed;
  src: url('../fonts/GT-America-Compressed-Black.woff') format("woff"), url('../fonts/GT-America-Compressed-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gt America Compressed;
  src: url('../fonts/GT-America-Compressed-Light.woff') format("woff"), url('../fonts/GT-America-Compressed-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gt America Standard;
  src: url('../fonts/GT-America-Standard-Regular-Italic.woff') format("woff"), url('../fonts/GT-America-Standard-Regular-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gt America Standard;
  src: url('../fonts/GT-America-Standard-Regular.woff') format("woff"), url('../fonts/GT-America-Standard-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gt America Compressed;
  src: url('../fonts/GT-America-Compressed-Regular.woff') format("woff"), url('../fonts/GT-America-Compressed-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gt America Standard;
  src: url('../fonts/GT-America-Standard-Medium.woff') format("woff"), url('../fonts/GT-America-Standard-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gt America Standard;
  src: url('../fonts/GT-America-Standard-Bold-Italic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --gta-standard: "Gt America Standard", Arial, sans-serif;
  --brand-white: white;
  --brand-red: #e2231a;
  --bold-700: 700;
  --regular-400: 400;
  --gta-compressed: "Gt America Compressed", Arial, sans-serif;
  --brand-black: black;
  --medium-500: 500;
  --black-900: 900;
  --brand-red-light: #e73f36;
  --gray-63666a: #63666a;
  --gray-aaa: #aaa;
  --light-300: 300;
}

.skip-link {
  color: #fff;
  text-align: center;
  width: 100%;
  height: 40px;
  margin-top: -40px;
  padding-top: 10px;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.skip-link:focus-visible, .skip-link[data-wf-focus-visible] {
  margin-top: 0;
}

.skip-link.w--current {
  margin-top: -40px;
  padding-top: 10px;
}

.skip-link.w--current:focus-visible, .skip-link.w--current[data-wf-focus-visible] {
  margin-top: 0;
}

.mobile-menu-btn-text {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-size: 20px;
  font-weight: 400;
}

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

.mobile-nav-menu {
  z-index: 1001;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
  max-width: 100%;
  display: none;
  position: absolute;
  inset: 60px 0% auto 100%;
}

.btn-animated {
  background-color: var(--brand-red);
  flex: 0 auto;
  display: inline-block;
  position: relative;
}

.btn-animated.btn-right-aligned {
  align-self: flex-end;
}

.mobile-nav-link {
  color: #fff;
  border-top: 1px solid #63666a;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 10px;
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.nav-link {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  line-height: 1.2;
  display: flex;
}

.btn-animated-link-block {
  vertical-align: middle;
  cursor: pointer;
  background-color: #0000;
  height: 60px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 60px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.mobile-menu-btn {
  z-index: 1001;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  cursor: pointer;
  background-color: #e2231a;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.logo {
  flex: none;
  padding-left: 0;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.menu-btn-stripe {
  background-color: #fff;
  width: 100%;
}

.menu-btn-stripe.menu-btn-stripe-3 {
  height: 3px;
}

.menu-btn-stripe.menu-btn-stripe-2 {
  height: 2px;
}

.menu-btn-stripe.menu-btn-stripe-1 {
  height: 1px;
}

.nav-wrapper {
  z-index: 20;
  pointer-events: auto;
  width: 100%;
  position: sticky;
  top: 0;
}

.navbar {
  z-index: 10;
  background-color: #0000008c;
  width: 100%;
}

.nyp-logo {
  width: 100%;
}

.nav-link-text {
  border-bottom: 1px solid #0000;
  width: 125px;
  padding-bottom: 10px;
  transition: border .2s;
  display: inline-block;
}

.nav-link-text.nav-link-text--4 {
  width: 92px;
}

.nav-link-text.nav-link-text--5 {
  width: 76px;
}

.nav-link-text.nav-link-text--2 {
  width: 86px;
}

.nav-link-text.nav-link-text--3 {
  width: 94px;
}

.nav-link-text.nav-link-text--1 {
  width: 50px;
}

.btn-animated-text {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-size: 18px;
  font-weight: var(--bold-700);
  text-align: center;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  top: 0;
}

.mobile-menu-btn-icon {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  display: flex;
}

.nav-full-height-wrapper {
  pointer-events: none;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.hero-text-wrapper {
  z-index: 4;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding: 60px 60px 75px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.hero-background {
  z-index: 0;
  background-color: #000;
  background-image: url('../images/hero.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hero-icon-chevron {
  width: 114px;
  margin-left: 20px;
}

.hero-subheader {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-size: 24px;
  line-height: 1.2;
  font-weight: var(--regular-400);
  text-transform: uppercase;
  margin-bottom: 0;
}

.hero-superheader {
  font-family: var(--gta-compressed);
  color: var(--brand-white);
  font-size: 71px;
  line-height: 1.2;
  font-weight: var(--regular-400);
  text-transform: uppercase;
  margin-bottom: 0;
}

.hero-header {
  font-family: var(--gta-compressed);
  color: var(--brand-white);
  font-size: 150px;
  line-height: .9;
  font-weight: var(--bold-700);
  text-transform: uppercase;
  margin-top: -4px;
  margin-bottom: 0;
}

.section-hero {
  background-color: #000;
  height: 100vh;
  padding-top: 60px;
  position: relative;
  overflow-x: hidden;
}

.hero-header-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.section-final-frontier {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  align-items: stretch;
  padding-top: 75px;
  padding-right: 40px;
  display: flex;
}

.final-frontier-header {
  font-family: var(--gta-compressed);
  color: var(--brand-black);
  font-size: 42px;
  line-height: 1.1;
  font-weight: var(--bold-700);
  text-transform: uppercase;
  margin-top: 0;
}

.final-frontier-text {
  font-family: var(--gta-standard);
  color: var(--brand-black);
  font-size: 18px;
  line-height: 1.4;
  font-weight: var(--regular-400);
  margin-bottom: 18px;
}

.final-frontier-text.final-frontier-text--emphasis {
  font-weight: var(--medium-500);
}

.final-frontier-image-wrapper {
  width: 50%;
  position: relative;
}

.final-frontier-image {
  width: 100%;
  position: sticky;
  top: 0;
}

.final-frontier-btn-wrapper {
  margin-top: 40px;
  overflow: hidden;
}

.final-frontier-text-wrapper {
  width: 50%;
  max-width: 750px;
  padding-bottom: 75px;
}

.wcc-quote-wrapper {
  background-color: #0009;
  padding: 30px;
}

.wcc-quote-wrapper.wcc-quote-wrapper-2 {
  padding: 0;
}

.wcc-quote-attribution-text {
  color: #fff;
  text-wrap: pretty;
  max-width: 510px;
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.wcc-quote-image-header {
  font-family: var(--gta-compressed);
  color: var(--brand-white);
  font-size: 52px;
  line-height: 1.2;
  font-weight: var(--black-900);
  text-transform: uppercase;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 25px;
}

.wcc-quote-image {
  background-image: url('../images/world-class-care.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.wcc-quote-image-text {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-size: 18px;
  line-height: 1.4;
  font-weight: var(--regular-400);
  max-width: 550px;
  margin-bottom: 0;
}

.wcc-quote-attribution-name {
  font-family: var(--gta-compressed);
  color: var(--brand-red);
  font-size: 32px;
  line-height: 1.2;
  font-weight: var(--regular-400);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
}

.wcc-quote-text-wrapper {
  width: 50%;
  max-width: 800px;
  margin-top: 120px;
  margin-bottom: 120px;
  padding-left: 40px;
  padding-right: 40px;
}

.wcc-quote-icon {
  width: 44px;
  margin-bottom: 20px;
}

.wcc-quote-image-text-wrapper {
  margin-bottom: 75px;
  margin-left: 60px;
  margin-right: 60px;
  position: absolute;
  inset: auto 0% 0%;
}

.section-world-class-care {
  background-color: #000;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.wcc-quote-divider {
  background-color: #aaa;
  width: 100%;
  height: 1px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.wcc-quote-image-wrapper {
  width: 50%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.wcc-quote-attribution-wrapper {
  align-items: flex-start;
  display: flex;
}

.wcc-quote-attribute-image {
  width: 150px;
  margin-right: 20px;
}

.wcc-quote-text {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-size: 20px;
  font-style: italic;
  line-height: 1.4;
  font-weight: var(--regular-400);
  max-width: 625px;
  margin-bottom: 30px;
}

.impact-brain-modal-background {
  z-index: -1;
  opacity: .9;
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.impact-brain-columns {
  z-index: 2;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  align-items: flex-start;
  max-width: 1100px;
  margin-left: 60px;
  margin-right: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.impact-brain-icon-chevron {
  width: 72px;
}

.impact-brain-chevron-wrapper {
  z-index: 2;
  margin-bottom: 40px;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 60px;
  position: relative;
}

.impact-brain-modal-content-wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.impact-brain-header {
  font-family: var(--gta-compressed);
  color: var(--brand-white);
  font-size: 52px;
  line-height: 1.2;
  font-weight: var(--bold-700);
  text-transform: uppercase;
  margin-top: 0;
}

.impact-brain-modal-content {
  margin: 20px 60px 60px;
}

.impact-brain-column {
  width: 50%;
}

.impact-brain-column.impact-brain-column--right {
  justify-content: flex-start;
  align-items: flex-start;
}

.impact-brain-modal-text {
  font-family: var(--gta-standard);
  color: var(--brand-black);
  font-size: 20px;
  line-height: 1.4;
  font-weight: var(--regular-400);
}

.impact-brain-text {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-size: 18px;
  line-height: 1.4;
  font-weight: var(--regular-400);
  max-width: 510px;
  margin-bottom: 18px;
}

.section-impact-brain {
  background-color: #fff;
  padding: 30px;
}

.impact-brain-modal-item {
  background-image: url('../images/list-square.svg');
  background-position: 0 10px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 30px;
  padding-left: 30px;
}

.impact-brain-wrapper {
  background-image: url('../images/impact-bran-scans.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.impact-brain-modal {
  z-index: 5;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-flow: column;
  align-items: flex-start;
  margin: 50px 60px 40px;
  transition: opacity .2s;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.spotlight-brain-corner-icon {
  position: absolute;
}

.spotlight-brain-corner-icon.corner-top-right {
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(-90deg);
}

.priorities-bh-column-item {
  background-image: url('../images/list-square.svg');
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 20px;
  padding-left: 20px;
}

.priorities-bh-column-text {
  font-family: var(--gta-standard);
  color: var(--brand-black);
  font-size: 18px;
  line-height: 1.4;
  font-weight: var(--regular-400);
}

.section-priorities-behavioral-health {
  background-color: #fff;
  padding: 60px 120px 80px;
  position: relative;
}

.priorities-bh-header {
  font-family: var(--gta-compressed);
  color: var(--brand-black);
  font-size: 72px;
  line-height: 1.1;
  font-weight: var(--bold-700);
  text-transform: uppercase;
  max-width: 1200px;
  margin-bottom: 20px;
}

.priorities-bh-subheader {
  font-family: var(--gta-standard);
  color: var(--brand-black);
  font-size: 24px;
  line-height: 1.1;
  font-weight: var(--regular-400);
  text-transform: uppercase;
  margin-bottom: 30px;
}

.priorities-bh-column-header {
  font-family: var(--gta-standard);
  color: var(--brand-black);
  font-weight: var(--bold-700);
  width: 33.3%;
  margin-top: 0;
  margin-bottom: 0;
}

.priorities-bh-columns-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-bottom: 40px;
  display: flex;
}

.priorities-bh-column {
  width: 33.3%;
}

.cta-bg {
  z-index: 0;
  background-color: #000;
  background-image: url('../images/footer-cta-image-optimized.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
  transform: scale(1);
}

.footer-logolockup-wrapper {
  padding-left: 20px;
  padding-right: 40px;
}

.cta-inner {
  width: 55%;
  max-width: 1400px;
  margin-left: auto;
  position: relative;
}

.cta-header {
  font-family: var(--gta-compressed);
  color: var(--brand-black);
  font-size: 68px;
  line-height: .9;
  font-weight: var(--bold-700);
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
}

.cta-header-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.cta-content {
  z-index: 2;
  position: relative;
}

.footer {
  z-index: 2;
  background-color: var(--brand-white);
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cta-btn-wrapper {
  margin-top: 30px;
  overflow: hidden;
}

.cta-text-highlight {
  color: var(--brand-red);
}

.section-cta {
  padding: 280px 60px;
  position: relative;
  overflow: hidden;
}

.cta-icon-chevron {
  width: 52px;
}

.programs-brain-image {
  background-image: url('../images/programs-brain.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.section-programs-brain {
  background-color: #000;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.programs-brain-image-wrapper {
  width: 50%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.programs-brain-text-wrapper {
  width: 50%;
  max-width: 800px;
  margin-top: 120px;
  margin-bottom: 120px;
  padding-left: 40px;
  padding-right: 40px;
}

.programs-brain-wrapper {
  background-color: #0009;
  padding: 30px;
}

.programs-brain-wrapper.programs-brain-quote-wrapper-2 {
  padding: 0;
}

.programs-brain-text {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-size: 18px;
  line-height: 1.3;
  font-weight: var(--regular-400);
  max-width: 625px;
  margin-bottom: 10px;
}

.section-revolution {
  margin-top: -20px;
  padding: 0 60px 60px;
}

.impact-brain-header-wrapper {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1100px;
  margin-bottom: 20px;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
  position: relative;
}

.programs-brain-header {
  font-family: var(--gta-compressed);
  color: var(--brand-white);
  font-size: 52px;
  line-height: 1.1;
  font-weight: var(--bold-700);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}

.programs-brain-textgroup {
  margin-bottom: 50px;
}

.programs-brain-subheader {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-size: 18px;
  line-height: 1.3;
  font-weight: var(--regular-400);
  max-width: 625px;
  margin-bottom: 10px;
}

.priorities-bh-quote {
  background-color: var(--brand-black);
}

.priorities-bh-quote-columns {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #0009;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.priorities-bh-quote-column {
  flex: 1;
  align-items: flex-start;
}

.priorities-bh-quote-icon {
  width: 44px;
  margin-bottom: 20px;
}

.priorities-bh-quote-text {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-size: 20px;
  font-style: italic;
  line-height: 1.4;
  font-weight: var(--regular-400);
  margin-bottom: 30px;
}

.priorities-bh-quote-attribution-name {
  font-family: var(--gta-compressed);
  color: var(--brand-red);
  font-size: 32px;
  line-height: 1.2;
  font-weight: var(--regular-400);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
}

.priorities-bh-quote-attribution-text {
  color: #fff;
  text-wrap: pretty;
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.revolution-text-wrapper {
  max-width: 1200px;
}

.spotlight-brain-header {
  color: #fff;
  text-transform: uppercase;
  font-family: Gt America Compressed, Arial, sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 1.2;
}

.spotlight-brain-column {
  width: 50%;
}

.spotlight-brain-column.spotlight-brain-column--text {
  justify-content: center;
  align-items: center;
  display: flex;
}

.spotlight-brain-quote-cta-icon {
  opacity: 0;
  width: 30px;
  height: 30px;
  transition: opacity .2s;
  display: block;
  position: absolute;
}

.spotlight-brain-quote-cta-icon.spotlight-brain-icon-default {
  opacity: 100;
}

.spotlight-brain-drawer-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top: 1px solid #e2231a;
  border-bottom: 1px solid #e2231a;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.spotlight-brain-drawer-text {
  color: #fff;
  margin-bottom: 15px;
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.spotlight-brain-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: flex-start;
  padding: 40px 50px;
  display: flex;
  position: relative;
}

.spotlight-brain-row.spotlight-brain-row--top {
  align-items: stretch;
  padding-top: 100px;
  padding-bottom: 60px;
}

.spotlight-brain-quote-header {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Gt America Compressed, Arial, sans-serif;
  font-size: 52px;
  font-weight: 300;
  line-height: 1.1;
}

.spotlight-brain-image-wrapper {
  aspect-ratio: 30 / 36;
  background-image: url('../images/spotlight.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.spotlight-brain-icon-chevron {
  width: 72px;
  margin-right: 20px;
}

.spotlight-brain-quote-mark {
  background-image: url('../images/quote-mark-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 20px;
}

.spotlight-brain-text-wrapper {
  max-width: 700px;
}

.section-spotlight-brain {
  background-color: #000;
  position: relative;
}

.spotlight-brain-image-caption {
  color: #fff;
  max-width: 575px;
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Gt America Standard, Arial, sans-serif;
  font-weight: 400;
}

.spotlight-brain-quote-cta-wrapper {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.spotlight-brain-header-wrapper {
  z-index: 4;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 25px 0% auto;
}

.spotlight-brain-quote-wrapper {
  background-color: #e2231a;
  margin-bottom: 30px;
  padding: 30px;
}

.spotlight-brain-drawer-column {
  width: 60%;
}

.spotlight-brain-row-drawer {
  margin-top: -20px;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.spotlight-brain-quote {
  color: #fff;
  margin-bottom: 0;
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.3;
}

.spotlight-brain-quote-cta {
  color: #fff;
  margin-bottom: 0;
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}

.spotlight-brain-quote-text {
  color: #fff;
  margin-bottom: 30px;
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.spotlight-brain-quote-cta-iconwrapper {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  display: inline-block;
  position: relative;
}

.section-impact-behavioral-health {
  background-color: #fff;
  padding: 30px;
}

.section-programs-behavioral-health {
  background-color: #000;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.section-spotlight-behavioral-health {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/patient-spotlights.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 60px;
}

.section-priorities-brain {
  background-color: #fff;
  padding: 60px 120px 80px;
  position: relative;
}

.revolution-btn-wrapper {
  margin-top: 40px;
  overflow: hidden;
}

.revolution-text {
  font-family: var(--gta-standard);
  color: var(--brand-black);
  font-size: 22px;
  line-height: 1.4;
  font-weight: var(--regular-400);
  margin-bottom: 18px;
}

.revolution-header {
  font-family: var(--gta-compressed);
  color: var(--brand-black);
  font-size: 52px;
  line-height: 1.1;
  font-weight: var(--bold-700);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}

.revolution-icon-chevron {
  width: 72px;
  margin-bottom: 40px;
}

.spotlight-bh-icon-chevron {
  width: 72px;
}

.spotlight-bh-header {
  font-family: var(--gta-compressed);
  color: var(--brand-white);
  font-size: 72px;
  line-height: 1.2;
  font-weight: var(--black-900);
  text-transform: uppercase;
  margin-top: 0;
}

.spotlight-bh-quote-subheader {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-size: 24px;
  line-height: 1.4;
  font-weight: var(--regular-400);
  text-transform: uppercase;
  margin-bottom: 30px;
}

.spotlight-bh-quote-icon {
  width: 44px;
  margin-bottom: 20px;
}

.spotlight-bh-quote-text {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-size: 18px;
  font-style: italic;
  line-height: 1.4;
  font-weight: var(--regular-400);
  margin-bottom: 0;
}

.spotlight-bh-quote-columns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.spotlight-bh-quote-column {
  flex: 1;
}

.priorities-bh-corner-icon {
  position: absolute;
}

.priorities-bh-corner-icon.corner-top-left {
  inset: 0% auto auto 0%;
  transform: rotate(180deg);
}

.priorities-bh-corner-icon.corner-top-right {
  inset: 0% 0% auto auto;
  transform: rotate(-90deg);
}

.impact-bh-wrapper {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Impact-2.jpg');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
}

.impact-bh-modal {
  z-index: 5;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-flow: column;
  align-items: flex-start;
  margin: 50px 60px 40px;
  transition: opacity .2s;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.impact-bh-modal-content-wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.impact-bh-modal-content {
  margin: 20px 60px 60px;
}

.impact-bh-modal-item {
  background-image: url('../images/list-square.svg');
  background-position: 0 10px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 30px;
  padding-left: 30px;
}

.impact-bh-modal-text {
  font-family: var(--gta-standard);
  color: var(--brand-black);
  font-size: 20px;
  line-height: 1.4;
  font-weight: var(--regular-400);
}

.impact-bh-modal-background {
  z-index: -1;
  opacity: .9;
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.impact-bh-chevron-wrapper {
  z-index: 2;
  margin-bottom: 40px;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 60px;
  position: relative;
}

.impact-bh-icon-chevron {
  width: 72px;
}

.impact-bh-header-wrapper {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1100px;
  margin-bottom: 20px;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
  position: relative;
}

.impact-bh-header {
  font-family: var(--gta-compressed);
  color: var(--brand-white);
  font-size: 52px;
  line-height: 1.2;
  font-weight: var(--bold-700);
  text-transform: uppercase;
  margin-top: 0;
}

.impact-bh-columns {
  z-index: 2;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  align-items: flex-start;
  max-width: 1100px;
  margin-left: 60px;
  margin-right: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.impact-bh-column {
  width: 50%;
}

.impact-bh-column.impact-bh-column--right {
  justify-content: flex-start;
  align-items: flex-start;
}

.impact-bh-text {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-size: 18px;
  line-height: 1.4;
  font-weight: var(--regular-400);
  max-width: 510px;
  margin-bottom: 18px;
}

.programs-bh-image-wrapper {
  width: 50%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.programs-bh-image {
  background-image: url('../images/programs-bh.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.programs-bh-text-wrapper {
  width: 50%;
  max-width: 800px;
  margin-top: 120px;
  margin-bottom: 120px;
  padding-left: 40px;
  padding-right: 40px;
}

.programs-bh-wrapper {
  background-color: #0009;
  padding: 30px;
}

.programs-bh-wrapper.programs-bh-quote-wrapper-2 {
  padding: 0;
}

.programs-bh-header {
  font-family: var(--gta-compressed);
  color: var(--brand-white);
  font-size: 52px;
  line-height: 1.1;
  font-weight: var(--bold-700);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}

.programs-bh-textgroup {
  margin-bottom: 50px;
}

.programs-bh-subheader {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-size: 20px;
  line-height: 1.4;
  font-weight: var(--regular-400);
  max-width: 625px;
  margin-bottom: 10px;
}

.programs-bh-subheader-bold {
  font-size: 18px;
  line-height: 1.3;
}

.programs-bh-text {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-size: 18px;
  line-height: 1.3;
  font-weight: var(--regular-400);
  max-width: 625px;
  margin-bottom: 10px;
}

.priorities-brain-corner-icon {
  position: absolute;
}

.priorities-brain-corner-icon.corner-top-left {
  inset: 0% auto auto 0%;
  transform: rotate(180deg);
}

.priorities-brain-corner-icon.corner-top-right {
  inset: 0% 0% auto auto;
  transform: rotate(-90deg);
}

.priorities-brain-header {
  font-family: var(--gta-compressed);
  color: var(--brand-black);
  font-size: 72px;
  line-height: 1.1;
  font-weight: var(--bold-700);
  text-transform: uppercase;
  max-width: 1200px;
  margin-bottom: 20px;
}

.priorities-brain-subheader {
  font-family: var(--gta-standard);
  color: var(--brand-black);
  font-size: 24px;
  line-height: 1.1;
  font-weight: var(--regular-400);
  text-transform: uppercase;
  margin-bottom: 30px;
}

.priorities-brain-columns-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-bottom: 40px;
  display: flex;
}

.priorities-brain-column {
  width: 33.3%;
}

.priorities-brain-column-header {
  font-family: var(--gta-standard);
  color: var(--brand-black);
  font-weight: var(--bold-700);
  width: 33.3%;
  margin-top: 0;
  margin-bottom: 0;
}

.priorities-brain-column-text {
  font-family: var(--gta-standard);
  color: var(--brand-black);
  font-size: 18px;
  line-height: 1.4;
  font-weight: var(--regular-400);
}

.priorities-brain-column-item {
  background-image: url('../images/list-square.svg');
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 20px;
  padding-left: 20px;
}

.priorities-brain-quote {
  background-color: var(--brand-black);
}

.priorities-brain-quote-columns {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #0009;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.priorities-brain-quote-column {
  flex: 1;
  align-items: flex-start;
}

.priorities-brain-quote-icon {
  width: 44px;
  margin-bottom: 20px;
}

.priorities-brain-quote-text {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-size: 20px;
  font-style: italic;
  line-height: 1.4;
  font-weight: var(--regular-400);
  margin-bottom: 30px;
}

.priorities-brain-quote-attribution-name {
  font-family: var(--gta-compressed);
  color: var(--brand-red);
  font-size: 32px;
  line-height: 1.2;
  font-weight: var(--regular-400);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
}

.priorities-brain-quote-attribution-text {
  color: #fff;
  text-wrap: pretty;
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.priorities-brain-quote-bold {
  font-weight: var(--bold-700);
}

.impact-bh-indent {
  margin-left: 30px;
}

.spotlight-bh-icon-headerwrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.impact-brain-cta-wrapper {
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.btn-animated-link-block--nested {
  vertical-align: middle;
  cursor: pointer;
  background-color: #0000;
  height: 60px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 60px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.impact-bh-cta-wrapper {
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.impact-brain-modal-btn-wrapper, .impact-bh-modal-btn-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .cta-bg {
    background-position: 0 25%;
  }

  .cta-inner {
    width: 50%;
  }

  .cta-header {
    font-size: 84px;
  }

  .cta-icon-chevron {
    width: 64px;
  }
}

@media screen and (max-width: 991px) {
  .nav-container {
    position: relative;
  }

  .mobile-nav-menu {
    display: flex;
  }

  .btn-animated.btn-animated--mobile {
    width: 100%;
  }

  .mobile-nav-link {
    text-decoration: none;
  }

  .nav-link {
    border-top: 1px solid #63666a;
    justify-content: flex-start;
    padding-left: 20px;
  }

  .mobile-menu-btn {
    display: flex;
  }

  .mobile-menu-btn:hover {
    z-index: 1001;
  }

  .logo {
    width: 90px;
  }

  .nav-menu {
    background-color: #000;
    display: none;
  }

  .menu-btn-stripe {
    background-color: #fff;
    flex: none;
    align-self: auto;
    width: 100%;
    height: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-wrapper {
    position: fixed;
  }

  .navbar {
    background-color: #0000;
  }

  .nav-link-text.nav-link-text--4, .nav-link-text.nav-link-text--5, .nav-link-text.nav-link-text--2, .nav-link-text.nav-link-text--3, .nav-link-text.nav-link-text--1 {
    width: auto;
  }

  .nav-full-height-wrapper {
    aspect-ratio: auto;
    height: auto;
  }

  .hero-text-wrapper {
    background-image: linear-gradient(#0000, #0009 75%);
    padding-bottom: 40px;
  }

  .hero-background {
    background-position: 85%;
  }

  .hero-icon-chevron {
    width: 86px;
  }

  .hero-superheader {
    font-size: 54px;
  }

  .hero-header {
    font-size: 110px;
  }

  .section-hero {
    aspect-ratio: 1;
    height: auto;
  }

  .hero-header-wrapper {
    margin-bottom: 20px;
  }

  .section-final-frontier {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 60px;
  }

  .final-frontier-text-wrapper {
    padding-bottom: 60px;
  }

  .wcc-quote-text-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .wcc-quote-image-text-wrapper {
    margin-bottom: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .wcc-quote-divider {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .wcc-quote-attribution-wrapper {
    flex-flow: column;
  }

  .wcc-quote-attribute-image {
    margin-bottom: 20px;
  }

  .impact-brain-columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-bottom: 40px;
  }

  .impact-brain-header {
    max-width: none;
  }

  .impact-brain-modal-content {
    margin-bottom: 40px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .impact-brain-column.impact-brain-column--right, .impact-brain-column.impact-brain-column--left {
    width: 100%;
  }

  .impact-brain-text {
    max-width: none;
  }

  .impact-brain-wrapper {
    background-position: 50%;
    background-size: cover;
  }

  .impact-brain-modal {
    margin: 40px;
  }

  .section-priorities-behavioral-health {
    padding: 60px;
  }

  .priorities-bh-header {
    font-size: 58px;
  }

  .priorities-bh-column-header {
    width: 100%;
  }

  .priorities-bh-columns-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .priorities-bh-column {
    width: 100%;
  }

  .cta-bg {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/footer-cta-image-optimized.jpg');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .cta-inner {
    width: 100%;
    margin-left: 0;
  }

  .cta-header {
    font-size: 80px;
  }

  .section-cta {
    padding: 200px 40px;
  }

  .cta-icon-chevron {
    width: 60px;
  }

  .programs-brain-text-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .programs-brain-header {
    max-width: none;
  }

  .priorities-bh-quote-column {
    flex-flow: column;
  }

  .spotlight-brain-header {
    font-size: 64px;
  }

  .spotlight-brain-column.spotlight-brain-column--text {
    display: block;
  }

  .spotlight-brain-image-wrapper {
    aspect-ratio: 2 / 3;
  }

  .spotlight-brain-icon-chevron {
    width: 60px;
  }

  .spotlight-brain-text-wrapper {
    margin-top: 60px;
  }

  .spotlight-brain-drawer-column {
    width: 100%;
  }

  .section-priorities-brain {
    padding: 60px;
  }

  .spotlight-bh-header {
    max-width: none;
  }

  .impact-bh-wrapper {
    background-position: 100% 100%;
    background-size: cover;
  }

  .impact-bh-modal {
    margin: 40px;
  }

  .impact-bh-modal-content {
    margin-bottom: 40px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .impact-bh-header {
    max-width: none;
  }

  .impact-bh-columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-bottom: 40px;
  }

  .impact-bh-column.impact-bh-column--left, .impact-bh-column.impact-bh-column--right {
    width: 100%;
  }

  .impact-bh-text {
    max-width: none;
  }

  .programs-bh-text-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .programs-bh-header {
    max-width: none;
  }

  .priorities-brain-header {
    font-size: 58px;
  }

  .priorities-brain-columns-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .priorities-brain-column, .priorities-brain-column-header {
    width: 100%;
  }

  .priorities-brain-quote-column {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .mobile-nav-menu {
    background-color: #000;
  }

  .mobile-nav-link, .nav-link {
    justify-content: flex-start;
  }

  .logo {
    align-items: flex-start;
  }

  .nav-menu {
    background-color: #000;
  }

  .nav-link-text.nav-link-text--4, .nav-link-text.nav-link-text--5, .nav-link-text.nav-link-text--2, .nav-link-text.nav-link-text--3, .nav-link-text.nav-link-text--1 {
    width: auto;
  }

  .hero-text-wrapper {
    background-image: linear-gradient(#0000, #0009 50%);
    padding-top: 200px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-icon-chevron {
    width: 64px;
    margin-left: 10px;
  }

  .hero-subheader {
    max-width: 350px;
  }

  .hero-superheader {
    font-size: 42px;
  }

  .hero-header {
    font-size: 86px;
  }

  .section-hero {
    aspect-ratio: 2 / 3;
    padding-top: 0;
  }

  .hero-header-wrapper {
    margin-bottom: 10px;
  }

  .section-final-frontier {
    flex-flow: column;
    padding-top: 0;
    padding-right: 0;
  }

  .final-frontier-image-wrapper {
    width: 100%;
  }

  .final-frontier-image {
    position: static;
  }

  .final-frontier-text-wrapper {
    width: 100%;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .wcc-quote-image-header {
    font-size: 48px;
  }

  .wcc-quote-image {
    background-image: linear-gradient(#0000, #00000080 75%), url('../images/world-class-care.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .wcc-quote-text-wrapper {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .wcc-quote-image-text-wrapper {
    margin-bottom: 0;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 300px;
    padding-bottom: 40px;
    position: static;
  }

  .section-world-class-care {
    flex-flow: column;
  }

  .wcc-quote-divider {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .wcc-quote-image-wrapper {
    width: 100%;
    height: auto;
    position: static;
  }

  .impact-brain-columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .impact-brain-chevron-wrapper {
    margin-bottom: 20px;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 40px;
  }

  .impact-brain-header {
    font-size: 48px;
  }

  .impact-brain-modal-content {
    margin: 20px;
  }

  .impact-brain-modal-text {
    font-size: 18px;
  }

  .impact-brain-modal-item {
    margin-top: 20px;
    padding-left: 20px;
  }

  .impact-brain-modal {
    margin: 20px;
  }

  .spotlight-brain-corner-icon {
    width: 80px;
  }

  .section-priorities-behavioral-health {
    padding-left: 40px;
    padding-right: 40px;
  }

  .priorities-bh-header {
    font-size: 48px;
  }

  .cta-header {
    font-size: 52px;
  }

  .cta-header-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cta-btn-wrapper {
    margin-left: 0;
  }

  .section-cta {
    padding-bottom: 160px;
  }

  .cta-icon-chevron {
    width: 40px;
  }

  .programs-brain-image {
    background-image: linear-gradient(#0000, #00000080 75%), url('../images/world-class-care.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section-programs-brain {
    flex-flow: column;
  }

  .programs-brain-image-wrapper {
    width: 100%;
    height: auto;
    position: static;
  }

  .programs-brain-text-wrapper {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .section-revolution {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .impact-brain-header-wrapper {
    flex-flow: column;
    margin-bottom: 40px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .programs-brain-header {
    font-size: 48px;
  }

  .programs-brain-textgroup {
    margin-bottom: 30px;
  }

  .priorities-bh-quote-columns {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .revolution-text-wrapper {
    width: 100%;
  }

  .spotlight-brain-header {
    margin-top: 10px;
    font-size: 48px;
  }

  .spotlight-brain-column {
    width: 100%;
  }

  .spotlight-brain-column.spotlight-brain-column--text {
    order: 1;
  }

  .spotlight-brain-column.spotlight-brain-column--image {
    order: -1;
  }

  .spotlight-brain-drawer-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .spotlight-brain-row.spotlight-brain-row--top {
    flex-flow: column;
    padding: 180px 40px 40px;
  }

  .spotlight-brain-quote-header {
    font-size: 48px;
  }

  .spotlight-brain-image-wrapper {
    aspect-ratio: 1;
    background-position: 50% 25%;
  }

  .spotlight-brain-icon-chevron {
    width: 40px;
    margin-right: 10px;
  }

  .spotlight-brain-text-wrapper {
    margin-top: 0;
  }

  .spotlight-brain-header-wrapper {
    top: 80px;
  }

  .spotlight-brain-row-drawer {
    margin-top: 0;
  }

  .section-programs-behavioral-health {
    flex-flow: column;
  }

  .section-spotlight-behavioral-health {
    padding: 40px 40px 60px;
  }

  .section-priorities-brain {
    padding-left: 40px;
    padding-right: 40px;
  }

  .spotlight-bh-header {
    font-size: 48px;
  }

  .spotlight-bh-quote-columns {
    flex-flow: column;
  }

  .priorities-bh-corner-icon {
    width: 80px;
  }

  .impact-bh-wrapper {
    background-position: 95% 100%;
  }

  .impact-bh-modal, .impact-bh-modal-content {
    margin: 20px;
  }

  .impact-bh-modal-item {
    margin-top: 20px;
    padding-left: 20px;
  }

  .impact-bh-modal-text {
    font-size: 18px;
  }

  .impact-bh-chevron-wrapper {
    margin-bottom: 20px;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 40px;
  }

  .impact-bh-header-wrapper {
    flex-flow: column;
    margin-bottom: 40px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .impact-bh-header {
    font-size: 48px;
  }

  .impact-bh-columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 20px;
  }

  .programs-bh-image-wrapper {
    width: 100%;
    height: auto;
    position: static;
  }

  .programs-bh-image {
    background-image: linear-gradient(#0000, #00000080 75%), url('../images/world-class-care.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .programs-bh-text-wrapper {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .programs-bh-header {
    font-size: 48px;
  }

  .programs-bh-textgroup {
    margin-bottom: 30px;
  }

  .priorities-brain-corner-icon {
    width: 80px;
  }

  .priorities-brain-header {
    font-size: 48px;
  }

  .priorities-brain-quote-columns {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .hero-text-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-background {
    background-image: url('../images/hero-brain-mobile.jpg');
    background-position: 50%;
  }

  .hero-icon-chevron {
    width: 50px;
  }

  .hero-subheader {
    max-width: 250px;
    font-size: 18px;
  }

  .hero-superheader {
    font-size: 22px;
  }

  .hero-header {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 64px;
  }

  .section-hero {
    aspect-ratio: 1 / 2;
  }

  .section-final-frontier {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .final-frontier-header {
    font-size: 36px;
  }

  .final-frontier-btn-wrapper {
    margin-top: 20px;
  }

  .final-frontier-text-wrapper {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wcc-quote-image-header {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .wcc-quote-image {
    background-position: 0 0, 50%;
  }

  .wcc-quote-attribution-name {
    font-size: 28px;
  }

  .wcc-quote-text-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wcc-quote-image-text-wrapper {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 400px;
    padding-bottom: 20px;
  }

  .wcc-quote-divider {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .wcc-quote-text {
    margin-bottom: 20px;
  }

  .impact-brain-columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
  }

  .impact-brain-icon-chevron {
    width: 60px;
  }

  .impact-brain-chevron-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .impact-brain-header {
    font-size: 36px;
  }

  .section-impact-brain {
    padding: 20px;
  }

  .impact-brain-modal-list {
    padding-left: 0;
  }

  .impact-brain-modal-item {
    background-position: 0 8px;
  }

  .impact-brain-wrapper {
    background-position: 41%;
  }

  .spotlight-brain-corner-icon {
    width: 60px;
  }

  .priorities-bh-column-item {
    margin-top: 0;
  }

  .section-priorities-behavioral-health {
    padding: 40px 20px;
  }

  .priorities-bh-header {
    margin-bottom: 30px;
    font-size: 36px;
  }

  .priorities-bh-subheader {
    margin-bottom: 20px;
  }

  .cta-bg {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/footer-cta-image-optimized.jpg');
    background-position: 0 0, 10%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .cta-header {
    font-size: 32px;
  }

  .cta-header-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 4px;
  }

  .cta-content {
    margin-bottom: 40px;
  }

  .cta-btn-wrapper {
    margin-left: 0;
  }

  .section-cta {
    padding: 200px 20px 80px;
  }

  .cta-icon-chevron {
    width: 28px;
  }

  .programs-brain-text-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .programs-brain-text {
    margin-bottom: 20px;
  }

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

  .impact-brain-header-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .programs-brain-header {
    font-size: 36px;
  }

  .programs-brain-subheader {
    margin-bottom: 20px;
  }

  .priorities-bh-quote-columns {
    padding-left: 20px;
    padding-right: 20px;
  }

  .priorities-bh-quote-text {
    margin-bottom: 20px;
  }

  .priorities-bh-quote-attribution-name {
    font-size: 28px;
  }

  .spotlight-brain-header {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 1.1;
  }

  .spotlight-brain-drawer-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .spotlight-brain-row.spotlight-brain-row--top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 140px;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .spotlight-brain-quote-header {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .spotlight-brain-image-caption {
    margin-top: 10px;
  }

  .spotlight-brain-header-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 20px;
    top: 40px;
  }

  .spotlight-brain-quote-wrapper {
    padding: 20px;
  }

  .spotlight-brain-row-drawer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spotlight-brain-quote-cta {
    font-size: 22px;
  }

  .section-impact-behavioral-health {
    padding: 20px;
  }

  .section-spotlight-behavioral-health {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-priorities-brain {
    padding: 40px 20px;
  }

  .revolution-btn-wrapper {
    margin-top: 20px;
  }

  .revolution-text {
    font-size: 20px;
  }

  .revolution-header {
    font-size: 36px;
  }

  .revolution-icon-chevron {
    width: 60px;
    margin-bottom: 20px;
  }

  .spotlight-bh-icon-chevron {
    width: 60px;
  }

  .spotlight-bh-header {
    font-size: 36px;
  }

  .spotlight-bh-quote-subheader {
    margin-bottom: 0;
  }

  .spotlight-bh-quote-columns {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .priorities-bh-corner-icon {
    width: 60px;
  }

  .impact-bh-wrapper {
    background-position: 50%;
  }

  .impact-bh-modal-list {
    padding-left: 0;
  }

  .impact-bh-modal-item {
    background-position: 0 8px;
  }

  .impact-bh-chevron-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .impact-bh-icon-chevron {
    width: 60px;
  }

  .impact-bh-header-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .impact-bh-header {
    font-size: 36px;
  }

  .impact-bh-columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .programs-bh-text-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .programs-bh-header {
    font-size: 36px;
  }

  .programs-bh-subheader, .programs-bh-text {
    margin-bottom: 20px;
  }

  .priorities-brain-corner-icon {
    width: 60px;
  }

  .priorities-brain-header {
    margin-bottom: 30px;
    font-size: 36px;
  }

  .priorities-brain-subheader {
    margin-bottom: 20px;
  }

  .priorities-brain-column-item {
    margin-top: 0;
  }

  .priorities-brain-quote-columns {
    padding-left: 20px;
    padding-right: 20px;
  }

  .priorities-brain-quote-text {
    margin-bottom: 20px;
  }

  .priorities-brain-quote-attribution-name {
    font-size: 28px;
  }

  .impact-bh-indent {
    margin-left: 0;
  }

  .spotlight-bh-icon-headerwrapper {
    flex-flow: column;
  }
}

#w-node-_494b682c-2fbd-114a-a483-2274ee6652eb-f3695c89 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 767px) {
  #w-node-_494b682c-2fbd-114a-a483-2274ee6652eb-f3695c89 {
    grid-area: 1 / 2 / 2 / 3;
  }
}


@font-face {
  font-family: 'Gt America Compressed';
  src: url('../fonts/GT-America-Compressed-Bold.woff') format('woff'), url('../fonts/GT-America-Compressed-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Standard';
  src: url('../fonts/GT-America-Standard-Bold.woff') format('woff'), url('../fonts/GT-America-Standard-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Compressed';
  src: url('../fonts/GT-America-Compressed-Black.woff') format('woff'), url('../fonts/GT-America-Compressed-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Compressed';
  src: url('../fonts/GT-America-Compressed-Light.woff') format('woff'), url('../fonts/GT-America-Compressed-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Standard';
  src: url('../fonts/GT-America-Standard-Regular-Italic.woff') format('woff'), url('../fonts/GT-America-Standard-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Standard';
  src: url('../fonts/GT-America-Standard-Regular.woff') format('woff'), url('../fonts/GT-America-Standard-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Compressed';
  src: url('../fonts/GT-America-Compressed-Regular.woff') format('woff'), url('../fonts/GT-America-Compressed-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Standard';
  src: url('../fonts/GT-America-Standard-Medium.woff') format('woff'), url('../fonts/GT-America-Standard-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Standard';
  src: url('../fonts/GT-America-Standard-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}