@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 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 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-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 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 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-red: #e2231a;
  --regular-400: 400;
  --brand-white: white;
  --bold-700: 700;
  --brand-black: black;
  --gta-compressed: "Gt America Compressed", Arial, sans-serif;
  --gray-aaa: #aaa;
  --black-900: 900;
  --brand-red-light: #e73f36;
  --gray-63666a: #63666a;
  --light-300: 300;
}

.skip-link {
  font-family: var(--gta-standard);
  color: var(--brand-red);
  font-size: 18px;
  font-weight: var(--regular-400);
  text-align: center;
  width: 100%;
  height: 40px;
  margin-top: -40px;
  padding-top: 10px;
  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;
}

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

.mobile-menu-btn {
  z-index: 1001;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--brand-red);
  cursor: pointer;
  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;
}

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

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

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

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

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

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

.navbar {
  z-index: 10;
  background-color: #0000004d;
  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--3 {
  width: 94px;
}

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

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

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

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

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

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

.nav-link {
  color: #fff;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  display: flex;
}

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

.nyp-logo {
  width: 100%;
}

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

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

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

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

.mobile-nav-link {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  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-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

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

.section-hero {
  background-color: var(--brand-black);
  height: 100vh;
  padding-top: 60px;
  position: relative;
  overflow-x: hidden;
}

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

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

.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-background {
  z-index: 0;
  background-color: #000;
  background-image: url('../images/nyp10-hero.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

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

.section-intro {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--brand-white);
  align-items: stretch;
  padding-top: 75px;
  padding-right: 40px;
  display: flex;
}

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

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

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

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

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

.communities-quote-divider {
  background-color: var(--gray-aaa);
  width: 100%;
  height: 1px;
  margin-top: 100px;
  margin-bottom: 100px;
}

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

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

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

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

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

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

.section-communities {
  background-color: var(--brand-black);
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

.communities-quote-attribution-text {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-size: 16px;
  line-height: 1.4;
  font-weight: var(--regular-400);
  text-wrap: pretty;
  max-width: 510px;
}

.communities-quote-image-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;
  max-width: 550px;
  margin-top: 0;
  margin-bottom: 20px;
}

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

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

.communities-wrapper {
  background-color: #0009;
}

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

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

.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-modal-background {
  z-index: -1;
  opacity: .9;
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.impact-modal-content-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.impact-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-modal-content {
  margin: 20px 60px 60px;
}

.impact-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-modal-text {
  font-family: var(--gta-standard);
  color: var(--brand-black);
  font-size: 20px;
  line-height: 1.4;
}

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

.impact-columns {
  z-index: 2;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  align-items: flex-start;
  padding: 120px 60px;
  display: flex;
  position: relative;
}

.impact-column {
  width: 50%;
}

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

.impact-wrapper {
  background-image: url('../images/nyp10-impact.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.impact-bg-svg-wrapper {
  z-index: 0;
  background-image: url('../images/impact-background-shape.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.section-impact {
  background-color: var(--brand-white);
  padding: 30px;
}

.impact-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;
  box-shadow: 0 2px 15px 2px #0003;
}

.impact-cta-wrapper {
  background-color: var(--brand-white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 500px;
  display: flex;
}

.impact-cta-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;
  max-width: 400px;
  margin: 10px 30px 30px;
}

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

.section-priorities {
  background-color: var(--brand-white);
  padding: 60px 120px;
  position: relative;
}

.priorities-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-columns-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-bottom: 20px;
  display: flex;
}

.priorities-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: 40px;
}

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

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

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

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

.priorities-subheader {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
}

.priorities-column-list {
  margin-bottom: 20px;
}

.priorities-column {
  width: 50%;
}

.priorities-column-header {
  font-family: var(--gta-standard);
  color: var(--brand-black);
  font-weight: var(--bold-700);
  max-width: 325px;
  margin-top: 0;
}

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

.spotlight-column-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: 30px;
}

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

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

.spotlight-column {
  width: 50%;
}

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

.spotlight-header-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

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

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

.section-spotlight {
  background-color: var(--brand-black);
  position: relative;
}

.spotlight-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: 10px;
}

.spotlight-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: stretch;
  padding-bottom: 60px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.spotlight-column-text {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-size: 20px;
  line-height: 1.4;
  font-weight: var(--regular-400);
  margin-bottom: 20px;
}

.section-action {
  background-color: var(--brand-white);
  padding: 60px;
}

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

.action-text-wrapper {
  max-width: 1220px;
}

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

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

.cta-text-highlight {
  color: #e2231a;
}

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

.footer {
  z-index: 2;
  background-color: #fff;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

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

.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-inner {
  width: 55%;
  max-width: 1400px;
  margin-left: auto;
  position: relative;
}

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

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

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

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

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

@media screen and (min-width: 1440px) {
  .impact-modal-content-wrapper {
    max-width: 1400px;
  }

  .impact-columns {
    padding-top: 180px;
    padding-bottom: 180px;
  }

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

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

  .cta-inner {
    width: 50%;
  }

  .cta-bg {
    background-position: 50%;
  }

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

@media screen and (max-width: 991px) {
  .mobile-nav-menu, .mobile-menu-btn {
    display: flex;
  }

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

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

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

  .navbar {
    background-color: #0000;
  }

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

  .nav-container {
    position: relative;
  }

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

  .nav-wrapper {
    position: fixed;
  }

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

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

  .logo {
    width: 90px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .impact-bg-svg-wrapper {
    background-color: #00000080;
    background-image: none;
  }

  .impact-modal {
    margin: 40px;
  }

  .impact-cta-wrapper {
    width: 100%;
  }

  .impact-cta-header {
    margin-right: 0;
  }

  .section-priorities {
    padding: 60px;
  }

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

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

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

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

  .priorities-column {
    width: 100%;
  }

  .priorities-column-header {
    max-width: none;
    margin-bottom: 20px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .intro-image-wrapper {
    width: 100%;
  }

  .intro-image {
    position: static;
  }

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

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

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

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

  .section-communities {
    flex-flow: column;
  }

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

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

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

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

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

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

  .impact-wrapper {
    background-image: linear-gradient(#00000080, #00000080), url('../images/nyp10-impact.jpg');
    background-position: 0 0, 70%;
  }

  .impact-modal {
    margin: 20px;
  }

  .impact-cta-wrapper {
    min-width: auto;
  }

  .impact-cta-header {
    margin-bottom: 20px;
    margin-left: 20px;
    font-size: 36px;
  }

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

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

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

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

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

  .spotlight-image-wrapper {
    background-image: none;
  }

  .spotlight-column {
    width: 100%;
  }

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

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

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

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

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

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

  .spotlight-row {
    flex-flow: column;
    padding: 100px 40px 40px;
  }

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .section-hero {
    aspect-ratio: 1 / 2;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .communities-quote-image-header {
    margin-bottom: 0;
    font-size: 36px;
  }

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

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

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

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

  .impact-columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 40px 20px;
  }

  .section-impact {
    padding: 20px;
  }

  .impact-cta-header {
    font-size: 28px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .section-action {
    padding: 40px 20px 20px;
  }

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

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

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

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

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

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

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

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

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

#w-node-_1f7ad29b-4eec-c3a8-b8ee-b03871016114-0254879d {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 767px) {
  #w-node-_1f7ad29b-4eec-c3a8-b8ee-b03871016114-0254879d {
    grid-area: 1 / 2 / 2 / 3;
  }
}


@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 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 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-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 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 Standard';
  src: url('../fonts/GT-America-Standard-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}