@font-face {
  font-family: "National 2 Condensed";
  src: url('../fonts/National2Condensed-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "National 2 Condensed";
  src: url('../fonts/National2Condensed-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Glikomoderns;
  src: url('../fonts/GlikoModernS-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "National 2 Condensed";
  src: url('../fonts/national-2-condensed-medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --new-purple: #6e3f99;
  --hss-red: #d31e48;
  --new-blue: #00a0e6;
  --hss-yellow: #f8de71;
  --hss-gray: #6e7c7c;
  --black: #000;
  --new-yellow: #fff19d;
  --hss-teal: #00878d;
  --hss-blue: #4a65aa;
  --hss-green: #3c854b;
  --hss-lightorange\<deleted\|variable-4867d5b0-c5e1-873a-917c-4fb769db8b61\>: #ffcd83;
  --hss-purple: #a95b9d;
  --new-magenta: #e03f9c;
  --hss-orange: #e58f24;
  --hss-cream: #f3f0dd;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  font-family: "National 2 Condensed", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
  transition: background-color .6s;
}

h1 {
  color: var(--white);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "National 2 Condensed", sans-serif;
  font-size: 5.2em;
  font-weight: 700;
  line-height: 90%;
}

h2 {
  color: var(--new-purple);
  -webkit-text-stroke-color: var(--hss-red);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "National 2 Condensed", sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 90%;
}

h3 {
  color: var(--new-blue);
  margin-top: 0;
  margin-bottom: 4px;
  font-family: "National 2 Condensed", sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 105%;
}

h4 {
  color: #5160ac;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: "National 2 Condensed", sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 105%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gt America Compressed;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 12px;
  font-family: "National 2 Condensed", sans-serif;
  font-size: 1em;
  line-height: 140%;
}

a {
  color: #000;
}

ul {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 1em;
}

li {
  margin-bottom: 6px;
  font-size: 1em;
  line-height: 150%;
}

strong {
  font-weight: 500;
}

em {
  font-style: italic;
}

.hero {
  background-image: url('../images/iStock-1443682872.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.hero.viewport-high {
  background-image: linear-gradient(#00000026, #00000026), url('../images/Emily-Manwaring-002-V2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.home-hero-content {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 900px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 15vh 40px 100px;
  display: flex;
}

.navbar {
  z-index: 3500;
  background-color: #0000;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 90px;
  display: flex;
  position: fixed;
}

.main-col {
  z-index: 10;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.main-col.hide {
  display: none;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
  display: block;
  position: relative;
  overflow: clip;
}

.section.viewport-high {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section.teal-background._80-viewport-height {
  min-height: 80vh;
}

.section.red-background.legacy {
  background-image: url('../images/69a9e43a2292aa26af2037a5_OK-TO-USE-Lillian-Wald-LOC-19537u-2.gif');
  background-position: 120% 120%;
  background-repeat: no-repeat;
  background-size: 660px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.logo {
  width: 100px;
  height: 108px;
}

.logo:focus {
  outline-offset: 0px;
  outline: 3px solid #0073ff;
}

.logo-link.w--current {
  flex: 1;
  margin-left: 40px;
}

.nav-menu-2 {
  z-index: 500;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--hss-red);
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.div-block-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.nav-link-drawer {
  color: #fff;
  text-align: left;
  flex: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 16px;
  font-size: 1em;
  font-weight: 700;
  line-height: 120%;
  display: block;
}

.nav-link-drawer:hover {
  opacity: .8;
}

.nav-link-drawer.w--current {
  color: #fff;
  border-bottom: 1px #fff;
}

.fade-in-effect.white-type.error {
  color: var(--hss-red);
}

.fade-in-effect.button-style.white-button {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--new-purple);
}

.fade-in-effect.caption.error {
  color: var(--hss-red);
}

.fade-in-effect.red-type {
  overflow: auto;
}

.stat {
  color: var(--new-blue);
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: "National 2 Condensed", sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 80%;
}

.my-draw-in-line {
  transform-origin: 0%;
  background-color: #dcdcdc;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.white-type {
  color: #fff;
}

.white-type.artist {
  font-size: 1em;
  font-weight: 700;
}

.white-type.artist-body {
  font-size: .8em;
}

.viewport-high {
  min-height: 100vh;
}

.side-curtain-open {
  transform-origin: 100%;
  background-color: #fff;
  display: block;
  position: absolute;
  inset: 0%;
}

.inline-title {
  font-weight: 500;
}

._20-px-margin-top {
  margin-top: 40px;
}

.red-type {
  color: var(--hss-red);
  text-transform: none;
}

.quote-mark {
  width: 40px;
  color: var(--hss-yellow);
  margin-left: 0;
  margin-right: 0;
}

.quote-mark.bottom-quote-mark {
  color: var(--hss-yellow);
  transform: rotate(180deg);
}

.hamburger-line-1 {
  background-color: var(--hss-red);
  width: 100%;
  height: 2px;
}

.hamburger-menu {
  z-index: 1;
  background-color: var(--hss-yellow);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 14px 14px 10px;
  transition: height .2s, width .2s;
  display: flex;
}

.hamburger-menu:hover {
  transform: scale(1.05);
}

.hamburger-menu:focus {
  border: 2px solid #0073ff;
}

.no-margin-table {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  padding: 0;
}

.no-margin-table._20-px-margin-top {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
}

.no-margin-table._20-px-margin-top.links-table {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.no-margin-table.chair-table {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
}

.no-margin-table.nav-table {
  margin-top: 80px;
  margin-bottom: 80px;
}

.no-margin-table.info {
  grid-row-gap: 0px;
}

.no-margin-table.no-flow-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.no-margin-table.line-bottom {
  border-bottom: 1px dotted var(--hss-gray);
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.bold {
  color: var(--hss-red);
  font-weight: 500;
}

.internal-heading-1 {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 80px;
}

.column {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  padding-right: 40px;
  display: flex;
}

.button-style {
  border: 2px solid var(--new-purple);
  background-color: var(--new-purple);
  text-align: center;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 14px 16px;
  font-family: "National 2 Condensed", sans-serif;
  font-size: .9em;
  font-weight: 500;
  line-height: 120%;
  transition: all .2s;
}

.button-style:where(.w-variant-79ab73d8-1af4-a04a-9728-b282dc901b78), .button-style:where(.w-variant-23239a54-9cd1-fe8e-fa04-cd184f9af5c2) {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.button-style:where(.w-variant-793ee4e7-3791-a9de-7bfc-23f783081797) {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--new-purple);
}

.button-style:hover {
  transform: scale(1.05);
}

.button-style.ghost-button {
  border: 2px solid var(--white);
  color: #fff;
  background-color: #0000;
}

.button-style.ghost-button.red-border {
  border-color: var(--hss-red);
}

.button-style.ghost-button.red-type {
  color: var(--hss-red);
}

.button-style.white-border {
  border-color: var(--white);
}

.button-style.red-type {
  -webkit-text-stroke-color: var(--hss-red);
}

.quote {
  color: var(--white);
  margin-bottom: 6px;
  font-family: "National 2 Condensed", sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 110%;
}

.quote.small {
  font-size: 1em;
}

.footer {
  background-color: var(--hss-red);
  min-height: 100vh;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.white-background {
  background-color: #fff;
}

.footer-main-col {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.icon-row {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-bottom: 20px;
  display: flex;
}

.sm-icon {
  color: #fff;
  width: 1em;
  transition: all .2s cubic-bezier(.86, 0, .07, 1);
  transform: translate(0);
}

.sm-icon:hover {
  transform: scale(1.3);
}

.white-border {
  border: 1px solid var(--white);
}

.button-combo-cta {
  flex-flow: column;
  display: flex;
}

._10-px-margin-bottom {
  margin-bottom: 10px;
}

.grantee-card {
  background-color: var(--black);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: clip;
}

.wrapper-close {
  flex: 1;
  height: 100%;
}

.closer {
  z-index: 10000;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 40px 30px auto auto;
}

.thankyou-button-combo {
  flex-direction: column;
  display: flex;
}

.body {
  font-family: "National 2 Condensed", sans-serif;
  font-weight: 300;
}

._2-col-flow {
  column-count: 2;
  column-rule-style: none;
  column-rule-width: 0px;
  break-inside: avoid;
  page-break-inside: avoid;
  column-gap: 30px;
}

.stats-description {
  width: 60%;
  color: var(--new-blue);
  font-size: 1em;
  font-weight: 700;
  line-height: 110%;
}

.full-image {
  background-image: linear-gradient(270deg, #00000080, #0009 0%, #0000001a), url('../images/Unknown.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 300vh;
  display: flex;
  position: relative;
}

.eyebrow {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 700;
  line-height: 90%;
}

.eyebrow.no-margin-bottom, .eyebrow.white-type._10-px-margin-bottom {
  margin-bottom: 10px;
}

.image {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
}

._2-col-no-flow {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 60px;
  display: flex;
}

.image-caption-container {
  break-inside: avoid;
  page-break-inside: avoid;
  flex: 1;
  width: 100%;
  margin-top: 20px;
  position: static;
}

.image-caption-container._20-px-margin-top {
  margin-top: 30px;
}

.image-caption-container.column-top {
  margin-top: 10px;
}

.caption {
  text-align: left;
  font-size: .8em;
  line-height: 130%;
}

.separate-story {
  margin-top: 60px;
}

.separate-story.white-type {
  color: var(--new-yellow);
}

.no-flow-item {
  flex: 1;
}

.cell-25, .cell-26 {
  align-items: center;
}

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

.image-2 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
}

.image-2.no-margin-top {
  margin-top: -20px;
}

.quote-box {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.parallax-stage {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 250vh;
  display: flex;
  overflow: clip;
}

.parallax-stage.red-background {
  height: 250vh;
  position: relative;
}

.main-actor {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
}

.more {
  color: var(--hss-red);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "National 2 Condensed", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 100%;
}

.menu-button {
  z-index: 500;
  justify-content: flex-end;
  display: flex;
}

.button-style-nav {
  z-index: 1;
  background-color: var(--hss-red);
  text-align: center;
  height: 60px;
  margin-right: 0;
  padding: 16px 20px;
  font-family: "National 2 Condensed", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  transition: all .2s;
  position: relative;
}

.button-style-nav:hover {
  transform: scale(1.05);
}

.button-style-nav:focus {
  border: 2px solid #0073ff;
}

.curtain-scroll {
  z-index: 3;
  background-color: #fff;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.teal-background {
  background-color: var(--hss-teal);
}

.yellow-background {
  background-color: var(--hss-yellow);
}

.ways-to-give-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1.5px dotted var(--white);
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.ways-to-give-box.fade-in-effect {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ways-to-give-item {
  color: var(--white);
  margin-bottom: 0;
  line-height: 120%;
}

.centered-button-combo {
  justify-content: center;
  display: flex;
}

.cta-block {
  z-index: 100;
  width: 450px;
  position: absolute;
  top: 60%;
  right: 10%;
}

.cta-text {
  color: var(--white);
  font-family: "National 2 Condensed", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
}

.wide-subcolumn {
  width: 65%;
}

.narrow-subcolumn {
  width: 35%;
}

.red-border {
  border: 2px solid var(--hss-red);
}

.blue-background {
  background-color: var(--hss-blue);
}

.green-background {
  background-color: var(--hss-green);
}

.follow-us {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "National 2 Condensed", sans-serif;
  font-size: .8em;
  font-weight: 500;
}

.follow-us._20-px-margin-bottom {
  font-family: "National 2 Condensed", sans-serif;
}

.background-video {
  background-position: center;
  width: 100%;
  height: 100vh;
  position: sticky;
  inset: 0% 0% auto;
}

.video-overlay {
  z-index: 2;
  color: #07070780;
  background-color: #0c0c0c4d;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.ways-to-give-cell {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  align-items: center;
}

.ways-to-give-number {
  width: 40px;
  color: var(--new-yellow);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 90px;
  font-weight: 700;
  line-height: 90%;
}

.ways-to-give-number.fade-in-effect {
  color: var(--new-yellow);
  font-size: 5em;
}

._20-px-margin-bottom {
  margin-bottom: 20px;
}

.accent-bottom-right {
  z-index: 0;
  transform-origin: 50% 100%;
  position: absolute;
  inset: auto 0% 70vh auto;
  transform: translate(0, 70vh);
}

.accent-bottom-right._200px {
  width: 220px;
}

.accent-bottom-right._200px.exception {
  transform: translate(0, 80vh);
}

.accent-bottom-right.off-right-edge {
  right: -6vw;
}

.accent-bottom-right.off-right-edge._125px {
  width: 110px;
}

.accent-bottom-right.vespa {
  z-index: 1;
  width: 240px;
  bottom: 67vh;
  right: 0;
}

.accent-bottom-right.subway-sign {
  z-index: 1;
  width: 240px;
  bottom: 67vh;
  left: 13vw;
}

.accent-top-left {
  z-index: auto;
  width: 280px;
  position: absolute;
  top: -13vh;
  left: -4vw;
}

.accent-top-left.off-left-edge, .accent-top-left.off-left-edge-2 {
  left: -4vw;
}

.accent-top-left.window {
  z-index: 0;
  width: 170px;
  top: 0;
  left: 4vw;
}

.accent-top-left.cone {
  z-index: auto;
  width: 130px;
  top: 4vh;
  left: 2vw;
}

.accent-top-left.light-pole {
  z-index: auto;
  width: 150px;
  top: 50vh;
  left: -2vw;
}

.accent-top-left.diagonal-3 {
  top: 11vh;
  transform: rotate(-40deg);
}

.accent-top-left.diagonal-5 {
  top: 4vh;
  left: 10vw;
  transform: rotate(-40deg);
}

.title {
  z-index: 6;
}

.accent-bottom-left {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: -17vw;
  transform: rotate(90deg);
}

.accent-bottom-left._200px {
  width: 200px;
}

.accent-bottom-left.off-left-edge {
  left: -4vw;
}

.accent-top-right {
  width: 200px;
  position: absolute;
  right: -12vw;
  transform: translate(0);
}

.accent-top-right._200px {
  width: 200px;
}

.accent-top-right._125px {
  width: 125px;
}

.accent-top-right.off-right-edge {
  right: -4vw;
}

.accent-top-right.off-right-edge-more {
  right: -10vw;
}

.accent-top-right.smaller {
  width: 110px;
  top: 4vh;
  right: -2vw;
}

.accent-top-right.lid {
  z-index: 0;
  right: -4vw;
}

.accent-top-right.mailbox {
  z-index: auto;
  width: 170px;
  bottom: -4vh;
  right: -4vw;
}

.accent-top-right.sparkly {
  top: 3vh;
  right: -9vw;
}

.accent-top-right.sign {
  top: -3vh;
  right: 21vw;
}

.accent-top-right.diagonal-1 {
  width: 240px;
  top: 8vh;
  right: -7vw;
  transform: rotate(-45deg);
}

.accent-top-right.diagonal-2 {
  width: 240px;
  top: 8vh;
  right: -7vw;
  transform: rotate(-140deg);
}

.accent-top-right.pigeon {
  width: 230px;
  top: 1vh;
  right: 2vw;
}

.cell-29 {
  align-items: center;
}

.full-video {
  height: 300vh;
  display: flex;
  position: relative;
}

.keep {
  white-space: nowrap;
}

.nav-link-drawer-2 {
  color: #fff;
  text-align: left;
  flex: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 12px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.nav-link-drawer-2:hover {
  opacity: .8;
}

.nav-link-drawer-2.w--current {
  color: #fff;
  border-bottom: 1px #fff;
}

.drawer {
  z-index: 2;
  background-color: var(--new-purple);
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  overflow: scroll;
}

.drawer.show {
  display: flex;
}

.hamburger-menu-close {
  z-index: 1000;
  background-color: var(--hss-lightorange\<deleted\|variable-4867d5b0-c5e1-873a-917c-4fb769db8b61\>);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 60px;
  height: 60px;
  padding-top: 14px;
  padding-bottom: 10px;
  transition: height .2s, width .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.hamburger-menu-close:hover {
  transform: scale(1.05);
}

.x-line-1 {
  background-color: var(--hss-red);
  width: 24px;
  height: 2px;
  transform: translate(0, 6px)rotate(45deg);
}

.x-line-2 {
  background-color: var(--hss-red);
  width: 24px;
  height: 2px;
  transform: translate(0, -6px)rotate(-45deg);
}

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

._10-px-margin-top {
  margin-top: 10px;
}

.red-background {
  background-color: var(--hss-red);
  color: var(--white);
}

.red-background.section.legacy {
  background-image: url('../images/69a9e43a2292aa26af2037a5_OK-TO-USE-Lillian-Wald-LOC-19537u-2_1.gif');
  background-position: 90% 120%;
}

.green-type {
  color: var(--hss-green);
}

.teal-type {
  color: var(--hss-teal);
}

.blue-type {
  color: var(--hss-blue);
}

.text-span {
  color: var(--hss-yellow);
  font-weight: 300;
}

.black-type {
  color: var(--black);
}

.black-type.quote {
  margin-bottom: 6px;
}

.quote-attribution {
  margin-bottom: 0;
  font-size: .9em;
  font-weight: 700;
  line-height: 120%;
}

.story-stat {
  flex-flow: column;
  display: flex;
}

.picker-screen {
  background-color: var(--hss-red);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
  overflow-x: clip;
}

.accordion__item {
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}

.accordion__item.js-accordion-item {
  border-bottom-color: silver;
}

.accordion.js-accordion {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
}

.accordion-label {
  color: var(--hss-red);
  margin-top: 0;
  margin-bottom: 0;
}

.accordion-label.teal-type {
  color: var(--hss-teal);
}

.accordion-label.blue-type {
  color: var(--hss-blue);
}

.accordion-label.green-type {
  color: var(--hss-green);
}

.accordion-body {
  display: block;
}

.accordion-body.js-accordion-body {
  margin-bottom: 60px;
}

.accordion-header {
  color: #2e323c;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  display: flex;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
}

.js-accordion-icon {
  height: 28px;
  transition: transform .2s;
}

.js-accordion-icon.active {
  transform: rotate(90deg);
}

.actor-background {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100vw;
  height: 100vh;
}

._125px {
  width: 125px;
}

._150px {
  width: 150px;
}

._200px {
  width: 200px;
}

._250px {
  width: 250px;
}

.accent-middle-left {
  z-index: -1;
  width: 200px;
  position: absolute;
  inset: 50% auto 50% -11vw;
  transform: rotate(90deg);
}

.accent-middle-left.off-left-edge {
  left: -4vw;
}

.accent-middle-right {
  z-index: 0;
  position: absolute;
  top: 50%;
  right: -24vw;
}

.accent-middle-right.off-right-edge {
  right: -4vw;
}

.letter-spacing {
  letter-spacing: -.5px;
}

.drawer-wrapper {
  z-index: 9999;
  background-color: #00000040;
  display: none;
  position: fixed;
  inset: 0%;
}

.drawer-wrapper.show {
  display: flex;
}

.no-margin-table-2 {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  padding: 0;
}

.no-margin-table-2.grantee-table {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  max-width: 950px;
}

.grant-drawer {
  background-color: #fff;
  width: 60%;
  max-width: 880px;
  padding: 80px;
  position: relative;
  overflow: scroll;
}

.closer-line-2 {
  background-color: var(--hss-teal);
  width: 24px;
  height: 3px;
  transform: translate(0, 7px)rotate(-45deg);
}

.grantee-card-2 {
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 30px;
  display: flex;
}

.closer-line-1 {
  background-color: var(--hss-teal);
  width: 24px;
  height: 3px;
  transform: translate(0, 10px)rotate(45deg);
}

._40px-margin-bottom {
  margin-bottom: 50px;
}

.card-title-box {
  z-index: 2000;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
}

.picker-photo {
  object-fit: cover;
}

.card-title {
  color: var(--white);
}

.narrower {
  max-width: 670px;
}

.card-overlay {
  z-index: 1999;
  background-color: var(--black);
  opacity: .3;
  position: absolute;
  inset: 0%;
}

.drawer-title {
  color: var(--hss-teal);
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: 700;
}

.drawer-image {
  margin-bottom: 29px;
}

.image-3 {
  float: left;
  width: 190px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.intro {
  color: var(--black);
  font-size: 1.3em;
  line-height: 130%;
}

.intro.fade-in-effect.white-type {
  color: var(--white);
}

.image-caption-container-float {
  flex: 1;
  width: 100%;
  margin-top: 20px;
}

.image-caption-container-float._20-px-margin-top {
  float: right;
  width: 370px;
  margin-top: 30px;
  padding-left: 20px;
}

.mo-margin-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

._100px {
  width: 100px;
}

._300px {
  width: 300px;
}

.code-embed-3 {
  margin: 12% 14% 16%;
}

.financials-item {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.financial-legend {
  position: absolute;
}

._2-col-no-flow-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.stats-description-2 {
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 110%;
}

.stats-description-2.red-type.narrower, .stats-description-2.teal-type.narrower, .stats-description-2.purple-type.narrower {
  max-width: 300px;
}

.gray-type {
  color: var(--hss-gray);
}

.light {
  font-weight: 300;
}

.menu-eyebrow {
  color: #fff;
  text-align: left;
  margin-bottom: 3px;
  font-family: "National 2 Condensed", sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 120%;
}

.menu-eyebrow._20-px-margin-bottom {
  font-family: "National 2 Condensed", sans-serif;
}

.stats-eyebrow {
  color: var(--new-purple);
  margin-bottom: 6px;
  font-size: 1em;
  font-weight: 700;
  line-height: 90%;
}

.stats-eyebrow.no-margin-bottom {
  margin-bottom: 10px;
}

.stats-eyebrow.teal-type {
  color: var(--hss-teal);
}

.stats-eyebrow.purple-type {
  color: var(--hss-purple);
}

.stats-eyebrow.blue-type {
  color: var(--hss-blue);
}

.stats-eyebrow.green-type {
  color: var(--hss-green);
}

.div-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.stats-icon {
  width: 90px;
  margin-bottom: 8px;
}

.purple-type {
  color: var(--hss-purple);
}

.fine-print {
  margin-top: 8px;
  margin-bottom: 30px;
  font-size: .7em;
  line-height: 120%;
}

.fine-print.narrower {
  max-width: 300px;
}

.fine-print.narrower.emphasize {
  font-size: .9em;
  font-weight: 700;
}

.div-block-8 {
  margin-top: 20px;
}

.arrow {
  width: 16px;
}

.story-cta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.story-cta-label {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "National 2 Condensed", sans-serif;
  font-size: .8em;
  font-weight: 500;
}

.story-cta-label._20-px-margin-bottom {
  font-family: "National 2 Condensed", sans-serif;
}

.ways-to-give-link {
  width: 100%;
  text-decoration: none;
}

.no-break-paragraph {
  break-inside: avoid;
  page-break-inside: avoid;
}

.gold-frame {
  background-color: var(--new-yellow);
  border-radius: 19px;
  padding: 20px;
}

.new-purple-background {
  background-color: var(--new-purple);
}

.new-purple-background.section {
  color: var(--white);
}

.paragraph {
  break-inside: avoid;
  page-break-inside: avoid;
}

.single-col {
  width: 50%;
}

.heading {
  font-size: 2.5em;
}

.top-ornament-right.masked-2 {
  width: 300px;
  max-width: 500px;
  height: 20vw;
  max-height: 250px;
  position: absolute;
  inset: -1px -6% auto auto;
  -webkit-mask-image: url('../images/shape-1.svg');
  mask-image: url('../images/shape-1.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.top-ornament-right.masked-2.diagonal-1 {
  top: -1vh;
  right: -6vw;
  transform: rotate(-45deg);
}

.top-ornament-right.masked-2.diagonal-2 {
  filter: contrast(135%) saturate(164%) hue-rotate(135deg);
  top: -1vh;
  right: 6vw;
  transform: rotate(45deg);
}

.top-ornament-right.masked-2.sparkly {
  width: 270px;
  top: 2vh;
  right: -6vw;
  -webkit-mask-image: url('../images/shape.svg');
  mask-image: url('../images/shape.svg');
}

.top-ornament-right.masked-2.diagonal-3 {
  top: -1vh;
  left: 12vw;
  transform: rotate(-45deg);
}

.top-ornament-right.masked-2.diagonal-4 {
  filter: contrast(135%) saturate(164%) hue-rotate(135deg);
  top: 7vh;
  left: -1vw;
  transform: rotate(45deg);
}

.top-ornament-right.masked-2.sky {
  width: 270px;
  top: -9vh;
  right: -1vw;
  -webkit-mask-image: url('../images/shape-2.svg');
  mask-image: url('../images/shape-2.svg');
}

.top-ornament-right.masked-2.orange-texture {
  top: -3vh;
  right: -10vw;
  -webkit-mask-image: url('../images/shape-2.svg');
  mask-image: url('../images/shape-2.svg');
}

.top-ornament-right.masked-2.diagonal-5 {
  filter: brightness(61%) saturate(310%) hue-rotate(552deg);
  top: -14vh;
  left: -10vw;
  transform: rotate(84deg);
}

.top-ornament-right.masked-2.squiggly-texture {
  object-fit: cover;
  width: 460px;
  height: 260px;
  inset: 50vh auto auto 8vw;
  -webkit-mask-image: url('../images/shape-2.svg');
  mask-image: url('../images/shape-2.svg');
}

.top-ornament-right.masked-2.collagy-texture {
  object-fit: cover;
  width: 420px;
  height: 260px;
  top: 60vh;
  bottom: auto;
  right: -5.1vw;
  -webkit-mask-image: url('../images/shape-2.svg');
  mask-image: url('../images/shape-2.svg');
}

.top-ornament-right.masked-2.diagonal-6 {
  filter: contrast(135%) saturate(164%) hue-rotate(135deg);
  top: 2vh;
  right: -2vw;
  transform: rotate(0);
}

.top-ornament-right.masked-2.diagonal-7 {
  filter: contrast(135%) saturate(164%) hue-rotate(135deg);
  top: -22vh;
  right: -2vw;
  transform: rotate(180deg);
}

.top-ornament-right.masked-2.collagy-texture-2 {
  object-fit: cover;
  width: 410px;
  height: 260px;
  inset: -16vh -11vw auto auto;
  -webkit-mask-image: url('../images/shape-2.svg');
  mask-image: url('../images/shape-2.svg');
}

.top-ornament-right.masked-2.sky-texture {
  object-fit: cover;
  width: 460px;
  height: 260px;
  inset: 52vh auto auto 5vw;
  transform: rotate(90deg);
  -webkit-mask-image: url('../images/shape-2.svg');
  mask-image: url('../images/shape-2.svg');
}

.top-ornament-right.masked-2.advertising-texture {
  object-fit: cover;
  width: 420px;
  height: 260px;
  top: 60vh;
  bottom: auto;
  right: -5.1vw;
  -webkit-mask-image: url('../images/shape-2.svg');
  mask-image: url('../images/shape-2.svg');
}

.top-ornament-right.masked-2.collagey-texture-2 {
  object-fit: cover;
  width: 460px;
  height: 260px;
  inset: 50vh auto auto 8vw;
  transform: rotate(90deg);
  -webkit-mask-image: url('../images/shape-2.svg');
  mask-image: url('../images/shape-2.svg');
}

.top-ornament-right.masked-2.envelope-texture {
  object-fit: cover;
  width: 420px;
  height: 260px;
  top: 60vh;
  bottom: auto;
  right: 8.6vw;
  transform: rotate(90deg);
  -webkit-mask-image: url('../images/shape-2.svg');
  mask-image: url('../images/shape-2.svg');
}

.top-ornament-right.masked-2.pink-texture {
  filter: hue-rotate(270deg);
  top: -10vh;
  right: -3vw;
  -webkit-mask-image: url('../images/shape-2.svg');
  mask-image: url('../images/shape-2.svg');
}

.top-ornament-right.masked-2.diagonal-7 {
  filter: brightness(90%) saturate(310%) hue-rotate(372deg);
  top: -14vh;
  left: -10vw;
  transform: rotate(84deg);
}

.top-ornament-right.masked-2.envelope-texture-2 {
  object-fit: cover;
  width: 420px;
  height: 260px;
  top: 60vh;
  bottom: auto;
  left: 8vw;
  transform: rotate(90deg);
  -webkit-mask-image: url('../images/shape-2.svg');
  mask-image: url('../images/shape-2.svg');
}

.top-ornament-right.masked-2.collagey-texture-3 {
  object-fit: cover;
  width: 460px;
  height: 260px;
  inset: auto auto -9vh 0;
  transform: rotate(90deg);
  -webkit-mask-image: url('../images/shape-2.svg');
  mask-image: url('../images/shape-2.svg');
}

.top-ornament-right.masked-2.diagonal-8 {
  filter: contrast(135%) saturate(164%) hue-rotate(135deg);
  top: -11vh;
  right: -4vw;
  transform: rotate(180deg);
}

.top-ornament-left.masked-2 {
  width: 300px;
  max-width: 500px;
  height: 20vw;
  max-height: 250px;
  position: absolute;
  top: -1px;
  bottom: auto;
  left: -6vw;
  -webkit-mask-image: url('../images/shape-1.svg');
  mask-image: url('../images/shape-1.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.top-ornament-left.masked-2.diagonal-1 {
  top: -1vh;
  right: -6vw;
  transform: rotate(-45deg);
}

.top-ornament-left.masked-2.diagonal-2 {
  filter: contrast(135%) saturate(164%) hue-rotate(135deg);
  top: -1vh;
  right: 6vw;
  transform: rotate(45deg);
}

.top-ornament-left.masked-2.red-texture, .top-ornament-left.masked-2.orange-texture {
  width: 270px;
  top: -11vh;
  right: -6vw;
  -webkit-mask-image: url('../images/shape-2.svg');
  mask-image: url('../images/shape-2.svg');
}

.top-ornament-left.masked-2.tellow-texture {
  filter: brightness(130%) saturate(130%) hue-rotate(590deg);
  width: 270px;
  top: -11vh;
  right: -6vw;
  -webkit-mask-image: url('../images/shape-2.svg');
  mask-image: url('../images/shape-2.svg');
}

.centered {
  justify-content: center;
  align-items: center;
}

.infographic-h3 {
  color: var(--new-purple);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2em;
  line-height: 100%;
}

.small-paragraph {
  font-size: .9em;
  line-height: 116%;
}

.new-blue-type {
  color: var(--new-blue);
}

.new-magenta-type {
  color: var(--new-magenta);
}

.new-purple-type {
  color: var(--new-purple);
}

.actor-image {
  object-fit: contain;
  object-position: 50% 100%;
  width: 100vw;
  height: 95vh;
  position: absolute;
  top: auto;
  bottom: 0%;
}

.stat-tiny {
  color: var(--new-purple);
  margin-top: 12px;
  margin-bottom: 4px;
  font-family: "National 2 Condensed", sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 80%;
}

.text-span-2 {
  font-size: 18px;
  font-weight: 300;
}

@media screen and (min-width: 1280px) {
  .section.red-background.legacy {
    background-position: 110% 120%;
  }

  .main-actor {
    width: 100vw;
  }

  .accent-top-left.window {
    left: 14vw;
  }

  .accent-top-left.light-pole {
    left: -1vw;
  }

  .red-background.section.legacy {
    background-position: 90% 120%;
  }

  .actor-background {
    width: 100vw;
  }

  .top-ornament-right.masked-2.squiggly-texture {
    left: 12vw;
  }

  .top-ornament-right.masked-2.collagy-texture {
    right: 2vw;
  }

  .top-ornament-right.masked-2.sky-texture {
    top: 56vh;
    left: 4vw;
  }

  .top-ornament-right.masked-2.advertising-texture {
    right: 4vw;
  }

  .top-ornament-right.masked-2.collagey-texture-2 {
    left: 11vw;
  }

  .top-ornament-right.masked-2.envelope-texture {
    right: 14vw;
  }

  .actor-image {
    width: 100vw;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4.6em;
  }

  .hero.viewport-high {
    background-image: linear-gradient(to bottom, null, null), url('../images/iStock-1443682872.jpg');
    background-position: 0 0, 65%;
  }

  .navbar {
    justify-content: space-between;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
    overflow-x: hidden;
  }

  .section.red-background.legacy {
    background-position: 190% 120%;
    background-size: 560px;
  }

  .nav-menu-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: stretch;
  }

  .stat {
    font-size: 3.6em;
  }

  .no-margin-table._20-px-margin-top.links-table {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .footer {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .icon-row {
    width: 200px;
  }

  .white-border {
    border: 2px solid #fff;
  }

  .ghost-button {
    background-color: #0000;
  }

  .closer {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .parallax-stage {
    overflow: clip;
  }

  .curtain-scroll {
    display: none;
  }

  .cta-block {
    width: 400px;
    right: 5%;
  }

  .cta-text {
    font-size: 36px;
  }

  .accent-bottom-right {
    right: 20vw;
  }

  .accent-bottom-right.off-right-edge {
    right: -11vw;
  }

  .accent-bottom-right.off-right-edge._150px {
    right: -12.8vw;
  }

  .accent-bottom-right.vespa {
    width: 210px;
    right: -7vw;
  }

  .accent-bottom-right.subway-sign {
    left: -7vw;
  }

  .accent-top-left.off-left-edge {
    left: -20vw;
  }

  .accent-top-left._150px.hide-tablet {
    display: none;
  }

  .accent-top-left.off-left-edge-2 {
    left: -6vw;
  }

  .accent-top-left.light-pole {
    top: 40vh;
  }

  .title {
    left: 8vh;
    right: 8vh;
  }

  .accent-bottom-left.off-left-edge, .accent-bottom-left.off-left-edge-2 {
    left: -10vw;
  }

  .accent-top-right.off-right-edge-more._250px.hide-tablet {
    display: none;
  }

  .accent-top-right.smaller {
    z-index: 0;
  }

  .red-background.section.legacy {
    background-position: 120% 120%;
  }

  .actor-background.bethania, .actor-background.scott {
    object-position: 25% 0%;
  }

  .actor-background.yuki {
    object-position: 100% 0%;
  }

  .accent-middle-left {
    left: 8vh;
  }

  .accent-middle-left.off-left-edge {
    left: -12vw;
  }

  .accent-middle-right.off-right-edge {
    right: -11vw;
  }

  .letter-spacing.white-type {
    width: 540px;
  }

  .grant-drawer {
    width: 90%;
  }

  .intro {
    font-size: 1.2em;
  }

  .financials-item {
    min-height: 40vw;
  }

  .top-ornament-right.masked-2.diagonal-3 {
    left: 21vw;
  }

  .top-ornament-right.masked-2.squiggly-texture {
    left: 4vw;
  }

  .top-ornament-right.masked-2.collagy-texture {
    top: 50vh;
    right: -19vw;
  }

  .top-ornament-right.masked-2.collagy-texture-2 {
    right: -23vw;
  }

  .top-ornament-right.masked-2.sky-texture {
    top: 55vh;
    left: -7vw;
  }

  .top-ornament-right.masked-2.advertising-texture {
    right: -26vw;
  }

  .top-ornament-right.masked-2.collagey-texture-2 {
    left: -20vw;
  }

  .actor-image {
    object-fit: cover;
    object-position: 50% 0%;
  }

  .actor-image.bethania, .actor-image.scott {
    object-position: 25% 0%;
  }

  .actor-image.yuki {
    object-position: 100% 0%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.8em;
  }

  h2 {
    font-size: 2.5em;
  }

  h3 {
    margin-bottom: 10px;
  }

  .home-hero-content {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-col {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .section.red-background.legacy {
    background-position: 330% 120%;
    background-size: 500px;
  }

  .logo {
    width: 80px;
    height: 80px;
  }

  .logo-link {
    padding-left: 0;
  }

  .logo-link.w--current {
    margin-left: 0;
  }

  .stat {
    font-size: 3.3em;
    line-height: 80%;
  }

  .internal-heading-1 {
    font-size: 60px;
  }

  .column {
    padding-right: 0;
  }

  .button-style {
    transition: height .2s cubic-bezier(.77, 0, .175, 1), width .2s cubic-bezier(.77, 0, .175, 1);
  }

  .button-style.white-background.red-type.white-border {
    transition-timing-function: cubic-bezier(.86, 0, .07, 1), cubic-bezier(.86, 0, .07, 1);
  }

  .footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-main-col {
    padding-left: 30px;
    padding-right: 30px;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .button-combo-cta {
    flex-flow: row;
  }

  .closer {
    top: 30px;
    right: 20px;
  }

  ._2-col-flow {
    column-count: 1;
  }

  .eyebrow {
    margin-bottom: 8px;
    font-size: 24px;
  }

  ._2-col-no-flow {
    flex-direction: column;
  }

  ._2-col-no-flow.reverse {
    flex-direction: column-reverse;
  }

  .button-style-nav {
    transition: height .2s cubic-bezier(.77, 0, .175, 1), width .2s cubic-bezier(.77, 0, .175, 1);
  }

  .cta-block {
    width: 90%;
  }

  .wide-subcolumn, .narrow-subcolumn {
    width: 100%;
  }

  .accent-bottom-right {
    right: -2vw;
  }

  .accent-bottom-right.off-right-edge._200px.hide-mobile {
    display: none;
  }

  .accent-top-left {
    left: -2vh;
  }

  .accent-top-left.off-left-edge._150px.hide-mobile {
    display: none;
  }

  .accent-top-left._200px {
    width: 150px;
    left: -21vh;
  }

  .accent-top-left.off-left-edge-2._200px {
    width: 130px;
  }

  .title {
    left: 4vh;
    right: 4vh;
  }

  .accent-bottom-left.off-left-edge._150px {
    left: -24vw;
  }

  .accent-bottom-left.off-left-edge._125px.hide-mobile, .accent-bottom-left.off-left-edge-2._200px.hide-mobile {
    display: none;
  }

  .accent-top-right._125px {
    width: 90px;
    right: -12vw;
  }

  .accent-top-right.off-right-edge._200px {
    width: 140px;
  }

  .accent-top-right._150px {
    width: 100px;
    right: -7vw;
  }

  .accordion {
    margin-bottom: -16px;
  }

  .actor-background.yuki {
    object-position: 80% 0%;
  }

  .actor-background.clarissa {
    object-position: 76% 0%;
  }

  ._125px.accent-top-right.off-right-edge {
    width: 100px;
    right: -14vw;
  }

  .accent-middle-left {
    left: -2vh;
  }

  .accent-middle-left.off-left-edge {
    left: -16vw;
  }

  .accent-middle-right.off-right-edge._150px {
    right: -15vw;
  }

  .accent-middle-right.off-right-edge._300px.hide-mobile {
    display: none;
  }

  .letter-spacing.white-type {
    width: 430px;
  }

  .grant-drawer {
    padding: 60px;
  }

  .image-3 {
    width: 160px;
  }

  .intro {
    font-size: 1em;
  }

  .financials-item {
    min-height: 90vw;
  }

  ._2-col-no-flow-2 {
    flex-direction: column;
  }

  .phone-keep {
    white-space: nowrap;
  }

  .stats-eyebrow {
    margin-bottom: 4px;
    font-size: 22px;
  }

  .div-block-7 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .stats-icon {
    margin-bottom: 0;
  }

  .single-col {
    width: 100%;
  }

  .top-ornament-right.masked-2.diagonal-3 {
    left: 26vw;
  }

  .infographic-h3 {
    font-size: 1.5em;
  }

  .actor-image.yuki {
    object-position: 80% 0%;
  }

  .actor-image.clarissa {
    object-position: 76% 0%;
  }

  .stat-tiny {
    line-height: 80%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.8em;
  }

  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.2em;
  }

  p {
    font-size: .9em;
  }

  .hero.viewport-high {
    min-height: 85vh;
  }

  .home-hero-content {
    height: 85vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-col {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

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

  .section.red-background.legacy {
    background-position: 0 120%;
  }

  .logo-link.w--current {
    width: 170px;
  }

  .red-type.margin-top-mobile {
    margin-top: 50px;
  }

  .no-margin-table.info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .internal-heading-1 {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .column {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .button-style {
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 120%;
  }

  .quote {
    font-size: 1.2em;
  }

  .footer-main-col {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .button-combo-cta {
    flex-direction: column;
  }

  .wrapper-close {
    display: none;
  }

  .thankyou-button-combo {
    flex-direction: column;
  }

  .stats-description {
    font-size: .9em;
  }

  .full-image {
    background-position: 0 0, 77%;
    height: 150vh;
  }

  .eyebrow {
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 100%;
  }

  .caption {
    font-size: .7em;
  }

  .button-style-nav {
    line-height: 120%;
  }

  .centered-button-combo {
    flex-flow: column;
  }

  .accent-bottom-right._200px.exception.off-right-edge.hide-phone, .accent-bottom-right.off-right-edge._150px.hide-phone {
    display: none;
  }

  .accent-bottom-right.off-right-edge._125px {
    right: -19vw;
  }

  .title {
    left: 2vh;
    right: 2vh;
  }

  .accent-bottom-left.off-left-edge._150px.hide-phone, .accent-bottom-left.off-left-edge._125px.hide-phone, .accent-top-right.off-right-edge._200px {
    display: none;
  }

  .drawer {
    width: 100%;
  }

  .financials-title {
    flex-flow: column;
    align-items: flex-start;
  }

  .accordion-label {
    font-size: 1.3em;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .actor-background.bethania {
    object-position: 39% 0%;
  }

  ._125px.accent-top-right.off-right-edge.hide-phone, .accent-middle-left.off-left-edge.hide-phone, .accent-middle-right.off-right-edge._150px {
    display: none;
  }

  .letter-spacing.white-type {
    width: auto;
  }

  .grant-drawer {
    width: 100%;
    padding: 40px;
  }

  .image-3 {
    width: 110px;
  }

  .intro {
    font-size: .9em;
  }

  ._100px.accent-top-left.off-left-edge.hide-phone {
    display: none;
  }

  .stats-eyebrow {
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 100%;
  }

  .div-block-7 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .stats-icon {
    margin-bottom: 6px;
  }

  .actor-image.bethania {
    object-position: 39% 0%;
  }
}

#w-node-a7e213d4-be0b-b1b7-f061-d8088f3602f9-af2035e0 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4c5a7417-459a-dff5-b7ca-bae06da3f16d-af2035e0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_560913e6-09a0-2214-503c-f0e0d864ec16-af2035e0 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_560913e6-09a0-2214-503c-f0e0d864ec17-af2035e0 {
  grid-column: span 3 / span 3;
}

#w-node-d70a22e1-1061-1b36-89db-05da6665c97a-af2035e0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5b2ac6f0-f2f9-1b1c-be5d-d86fe8ba5be6-af2035e0 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-b90b1af6-eca1-0ae1-fa3a-50482accd61a-af2035e0, #w-node-b3ade172-f082-c15e-2064-0304b185d999-4edead4d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (min-width: 1280px) {
  #w-node-a7e213d4-be0b-b1b7-f061-d8088f3602f9-af2035e0 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a7e213d4-be0b-b1b7-f061-d8088f3602fa-af2035e0, #w-node-_86664b33-9bff-b51a-f74f-feb790d32c81-af2035e0 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a7e213d4-be0b-b1b7-f061-d8088f3602f9-af2035e0 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a7e213d4-be0b-b1b7-f061-d8088f3602fa-af2035e0, #w-node-_86664b33-9bff-b51a-f74f-feb790d32c81-af2035e0 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4c5a7417-459a-dff5-b7ca-bae06da3f16d-af2035e0 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_4c5a7417-459a-dff5-b7ca-bae06da3f16e-af2035e0 {
    order: -9999;
  }

  #w-node-a400c541-6b7c-81e3-2770-b40df2cca02a-af2035e0 {
    order: 9999;
    grid-column: span 1 / span 1;
  }

  #w-node-_560913e6-09a0-2214-503c-f0e0d864ec16-af2035e0 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_560913e6-09a0-2214-503c-f0e0d864ec17-af2035e0 {
    grid-column: span 2 / span 2;
  }

  #w-node-_5b2ac6f0-f2f9-1b1c-be5d-d86fe8ba5be6-af2035e0 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-b90b1af6-eca1-0ae1-fa3a-50482accd61a-af2035e0 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-b3ade172-f082-c15e-2064-0304b185d999-4edead4d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a7e213d4-be0b-b1b7-f061-d8088f3602f9-af2035e0, #w-node-_4c5a7417-459a-dff5-b7ca-bae06da3f16d-af2035e0 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4c5a7417-459a-dff5-b7ca-bae06da3f16e-af2035e0, #w-node-a400c541-6b7c-81e3-2770-b40df2cca02a-af2035e0 {
    grid-column: span 1 / span 1;
  }

  #w-node-_560913e6-09a0-2214-503c-f0e0d864ec16-af2035e0 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_560913e6-09a0-2214-503c-f0e0d864ec17-af2035e0 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'National 2 Condensed';
  src: url('../fonts/National2Condensed-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'National 2 Condensed';
  src: url('../fonts/National2Condensed-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Glikomoderns';
  src: url('../fonts/GlikoModernS-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'National 2 Condensed';
  src: url('../fonts/national-2-condensed-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}