:root {
  --light-grey-green: #f5f7f6;
  --dark: #292929;
  --hope-green-dark: #87c54e;
  --hope-green: #acec72;
  --lightlight-green: #e3f1e8;
  --dark-bark: #2f3727;
  --bark: #8a8c83;
  --hope-black: black;
  --light-grey: #fafafa;
  --lighter-green: #e6eae8;
}

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

body {
  background-color: var(--light-grey-green);
  color: var(--dark);
  letter-spacing: .05px;
  border: 15px solid #fff;
  font-family: canada-type-gibson;
  font-size: 1.625vw;
  font-weight: 300;
  line-height: 1.453;
}

h1 {
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: canada-type-gibson;
  font-size: 3.33333vw;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  letter-spacing: .4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: canada-type-gibson;
  font-size: 2.15vw;
  font-weight: 600;
  line-height: 1.15;
}

h3 {
  letter-spacing: .3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: canada-type-gibson;
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
}

h4 {
  letter-spacing: .4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: canada-type-gibson;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

h5 {
  color: var(--hope-green-dark);
  letter-spacing: .2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: covik-sans-mono;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

h6 {
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: covik-sans-mono;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

p {
  letter-spacing: .2px;
  margin-bottom: 10px;
  font-family: canada-type-gibson;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 1.43;
}

.sg-main-section {
  width: 20vw;
  padding: 40px;
  position: fixed;
}

.sg-main-section.sg-color-sectionc-ombo {
  border-top: 1px dashed #eeeded;
  width: 100%;
  padding: 10vw 10vw 10vw 30vw;
  position: static;
}

.sg-main-section.sg-color-sectionc-ombo.sg-hero-styleguide-combo {
  background-color: #2b2b2b;
  border: 1px #000;
  padding-top: 10vw;
  padding-bottom: 10vw;
}

.sg-main-section.sg-color-sectionc-ombo.sg-elements-combo {
  padding-top: 10vw;
  padding-bottom: 10vw;
}

.sg-guts-container {
  border: 1px #0000;
  max-width: 100%;
  margin-top: 0;
  padding: 60px 80px 0 0;
  position: relative;
}

.sg-guts-container.sg-hero-guts {
  padding-top: 16px;
}

.sg-section-subhead {
  color: #696969;
  letter-spacing: .25px;
  text-transform: uppercase;
  background-color: #0000;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .9vw;
  font-style: normal;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}

.styleguide-hero-menu {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.sg-menu-cell {
  cursor: s-resize;
  border-left: 0 #0000;
  padding: 2% 0;
  transition: padding-left .225s cubic-bezier(.55, .055, .675, .19);
}

.sg-menu-cell:hover {
  background-color: #dadada2e;
  border-left-width: 20px;
  padding-left: 4px;
  font-style: normal;
}

.sg-menu-cell:active {
  border-left-color: #c3c0c0;
}

.sg-subhead {
  color: #525151;
  letter-spacing: 0;
  text-transform: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

.sg-subhead.sg-typeblock-subhead {
  color: #555;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: .9vw;
}

.sg-subhead.sg-typeblock-subhead.sg-desktop-describer, .sg-subhead.sg-typeblock-subhead.sg-tablet-dscriber {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: .9vw;
}

.sg-menu-cell-link {
  color: #000;
  cursor: s-resize;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25vw;
  text-decoration: none;
}

.sg-menu-cell-link:hover {
  color: #0d00ff;
  transform: translate(8px);
}

.sg-menu-cell-link:focus {
  color: #00f;
}

.sg-menu-cell-link.w--current {
  color: #00f;
  cursor: s-resize;
  text-decoration: none;
}

.sg-menu-cell-link.w--current:hover {
  color: #0d00ff;
  font-style: normal;
}

.sg-h1 {
  padding-bottom: 7px;
  padding-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.75vw;
  font-weight: 700;
}

.sg-side-menu {
  background-color: #f7f7f7;
  border: 0 solid #000;
  border-radius: 0;
  width: 20vw;
  height: 100vh;
  margin: 0;
  padding: 40px;
  position: fixed;
  inset: 0% auto auto 0%;
}

.sg-describer-text {
  color: #b9b9b9;
  padding-top: 20px;
  padding-right: 100px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.45833vw;
  font-weight: 300;
}

.sg-divider-block {
  background-color: #dadada;
  width: 50%;
  height: 2px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.sg-color-block-container {
  background-color: var(--hope-green);
  border: 1px #eceaea;
  border-radius: 8px;
  height: 15vw;
  padding: 0%;
  position: relative;
}

.sg-color-block-container.sg-swatch-02 {
  background-color: var(--hope-green-dark);
}

.sg-color-block-container.sg-swatch-03 {
  background-color: var(--lightlight-green);
}

.sg-color-block-container.sg-swatch-04 {
  background-color: var(--light-grey-green);
}

.sg-color-block-container.sg-swatch-05 {
  background-color: var(--dark);
}

.sg-color-block-container.sg-swatch-06 {
  background-color: var(--dark-bark);
}

.sg-color-block-container.sg-swatch-07 {
  background-color: var(--bark);
}

.sg-color-block-container.sg-swatch-08 {
  background-color: var(--hope-black);
}

.sg-color-swatch-describer {
  padding: 10% 10% 8%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1vw;
  position: absolute;
  inset: auto auto 0% 0%;
}

.sg-color-swatch-describer.sg-swatch-describer-dark {
  color: #fff;
}

.sg-color-swatch-describer-bold {
  height: 45px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1vw;
  line-height: 20px;
  display: inline;
}

.sg-top-pointer {
  z-index: 999;
  background-color: #fff;
  border-radius: 20px;
  padding: 13px 10px;
  font-size: 23px;
  text-decoration: none;
  position: fixed;
  inset: auto auto 5% 5%;
}

.sg-top-pointer.w--current {
  z-index: 99;
  text-decoration: none;
}

.btn-dark {
  background-color: var(--dark-bark);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 24.6528vw;
  padding: 2vw;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn-text-for-dark {
  z-index: 2;
  color: #fff;
  letter-spacing: 1px;
  font-family: canada-type-gibson;
  font-size: 1.45833vw;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.btn-text-for-dark.btn-text-for-green {
  color: var(--hope-black);
  padding-right: 24px;
}

.btn-text-for-dark.donate {
  padding-right: 32px;
}

.btn-down-arrow {
  z-index: 2;
  width: 2vw;
  position: relative;
}

.btn-down-arrow.btn-side-arrow {
  transform: rotate(-90deg);
}

.btn-down-arrow.donate {
  transform: rotate(-130deg);
}

.sg-welcome-text {
  color: #e9e9e9;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 700;
}

.btn-reveal-layer-green {
  z-index: 1;
  background-color: var(--hope-green);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.btn-reveal-layer-green.btn-reveal-layer-black {
  background-color: var(--hope-black);
  width: 100%;
  inset: 0% 0% 0% auto;
}

.btn-green {
  background-color: var(--hope-green);
  width: auto;
  min-width: auto;
}

.btn-green.btn-light-addon {
  background-color: var(--lightlight-green);
  min-width: 320px;
}

.sg-divider-blank-1-5vw {
  height: 1.5vw;
}

.sg-divider-blank-3vw {
  height: 3vw;
}

.sg-divider-blank-72px {
  height: 72px;
}

.grid {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.menu-text {
  color: var(--dark);
  letter-spacing: .35px;
  text-transform: none;
  cursor: pointer;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 8vh;
  min-height: 8vh;
  padding: 20px 25px;
  font-family: canada-type-gibson;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menu-text.menu-text-dark {
  background-color: var(--dark);
  color: var(--light-grey);
}

.menu-text.menu-text-dark.hamburger-menu-item-lottie {
  z-index: 99;
  height: 8vh;
  min-height: 8vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.top-border-sticky {
  z-index: 2001;
  background-color: #fff;
  width: 100%;
  height: 15px;
  position: fixed;
  inset: 0% auto auto 0%;
}

.bottom-border-sticky {
  z-index: 2001;
  background-color: #fff;
  height: 15px;
  position: fixed;
  inset: auto 0% 0%;
}

.navigation-main {
  z-index: 9;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  place-items: start stretch;
  width: 100%;
  margin: 0;
  padding: 15px 15px 0;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.navigation-col-left {
  z-index: 9;
  color: var(--dark);
  background-color: #fff;
  align-items: center;
  width: auto;
  padding: 10px 16px 10px 10px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: 15px auto auto 15px;
}

.main-navigation-logo-badge {
  width: 5.5vw;
  display: inline;
}

.main-navigation-logo-text {
  width: auto;
  margin-top: 5px;
  margin-left: 10px;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.main-navigation-right-col {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.menu-text-link {
  z-index: 2;
  color: var(--dark);
  text-decoration: none;
  position: relative;
}

.menu-text-link.menutextlink-dark {
  color: var(--light-grey);
}

.content-wrap {
  width: 100%;
  padding: 0;
  position: relative;
}

.main-hero-section {
  flex-direction: row;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0%;
  display: flex;
}

.main-hero-section.program-page {
  z-index: 1;
  position: static;
}

.main-hero-section.gallery, .main-hero-section.namaaz-times {
  display: block;
}

.hero-left-col {
  width: 50%;
  padding-top: 15vw;
  padding-left: 7.5vw;
  padding-right: 0;
  position: relative;
}

.hero-left-col.program-page-hero {
  width: 50%;
  height: auto;
  padding-bottom: 20vw;
}

.hero-left-col.program-page-hero.math {
  padding-bottom: 15vw;
}

.hero-left-col.galledy {
  padding-top: 5vw;
}

.hero-right-col {
  background-image: url('../images/kevin-davis-tWdwSvtEMjE-unsplash-1.jpg');
  background-position: 0%;
  background-size: cover;
  width: 50%;
  min-height: 96.5vh;
}

.hero-right-col.entrance-animation-right-col {
  background-image: none;
  min-height: 100vh;
}

.hero-right-col.program-right {
  background-color: var(--lighter-green);
  background-image: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  min-height: auto;
  padding-bottom: 5vw;
  display: flex;
}

.hero-right-col.program-right.bg-img {
  background-image: url('../images/HA2019261_1HA2019261.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -10vw;
}

.hero-right-col.program-right.bg-img.math {
  background-image: url('../images/Mathematics-Video-BG_1Mathematics Video BG.webp');
  background-position: 50% 0;
}

.hero-right-col.program-right.bg-img.lang-arts {
  background-image: url('../images/HA2019178.jpg');
}

.hero-right-col.program-right.bg-img.drama {
  background-image: url('../images/HA201947_1HA201947.webp');
  background-position: 50% 0;
}

.hero-right-col.program-right.bg-img.history {
  background-image: url('../images/About-2.jpg');
}

.hero-right-col.program-right.bg-img.enrichment {
  background-image: url('../images/IMG_2195IMG_2194.webp');
}

.body {
  font-weight: 300;
}

.text-block {
  padding-top: 24px;
}

.hero-text-block {
  width: 72%;
  padding-top: 24px;
}

.hero-text-block.prog-hero {
  padding-top: 16px;
}

.hero-subhead {
  padding-bottom: 2.5vw;
}

.hero-subhead.entrance-welcome-text {
  color: var(--hope-black);
}

.hero-subhead.subhead-cut {
  overflow: hidden;
}

.hero-subhead.bread-crumbs {
  color: var(--dark);
  text-transform: none;
  margin-top: -2px;
  padding-bottom: 0;
}

.hero-subhead.dl-section {
  z-index: 2;
  padding-bottom: 0;
  position: relative;
}

.columns {
  display: flex;
}

.menu-hamburger {
  z-index: 2;
  width: 2.25vw;
  padding-top: 10px;
  padding-bottom: 8px;
  position: relative;
}

.full-screen-navigation {
  z-index: 8;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  margin-right: 15px;
  padding: 13vw 6vw 6vw;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.full-screen-navigation.footer {
  height: auto;
  padding: 0;
  display: block;
  position: static;
}

.full-navigation-inner-guts {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.full-navigation-inner-guts.footer {
  padding: 6vw;
}

.full-screen-navigation-col-header {
  width: auto;
  padding-bottom: 0;
  text-decoration: none;
}

.full-screen-navigation-menu-item {
  color: var(--dark);
  width: auto;
  font-size: 1.6vw;
  text-decoration: none;
  transition: all .2s cubic-bezier(.55, .055, .675, .19);
  display: block;
}

.full-screen-navigation-menu-item:hover {
  color: var(--hope-green-dark);
  text-decoration: underline;
}

.full-screen-navigation-menu-item:focus {
  color: var(--hope-green-dark);
}

._16px-padding {
  height: 8px;
  padding: 0;
}

._16px-padding.address {
  height: 16px;
}

.full-screen-nav-col-divider {
  background-color: var(--lightlight-green);
  width: 18%;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 16px;
  padding: 0;
}

.menu-item-address {
  font-size: 1.4vw;
  font-weight: 500;
  line-height: 1.3;
}

.top-footer-section {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.top-footer-section.indices {
  display: block;
}

.top-footer-right-col {
  flex-direction: column;
  justify-content: flex-start;
  width: 40%;
  display: flex;
}

.top-footer-left-col {
  background-image: url('../images/HA201921_1HA201921.webp');
  background-position: 0%;
  background-size: cover;
  align-items: flex-end;
  width: 60%;
  min-height: 38vw;
  display: flex;
}

.footer-bottom-menu-navigation {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 6vw;
  display: grid;
}

.main-footer {
  background-color: #fff;
}

.footer-right-col-top {
  background-color: var(--hope-green);
  height: auto;
  min-height: 33vh;
  padding: 3vw;
}

.footer-right-col-bottom {
  background-color: var(--dark-bark);
  min-height: 33vh;
  padding: 3vw;
  text-decoration: none;
  position: relative;
}

.footer-right-col-top-h2 {
  color: var(--dark);
  background-color: #0000;
}

.footer-right-col-top-h2.bottom-part {
  z-index: 2;
  color: var(--light-grey-green);
  text-decoration: none;
  position: relative;
}

.footer-right-col-top-h2.donation {
  color: var(--lightlight-green);
}

.footer-right-col-top-h2.donate {
  z-index: 2;
  text-align: center;
  width: 42vw;
  padding-bottom: 56px;
  line-height: 1.2;
  position: relative;
}

.footer-right-col-text-on-green {
  color: var(--hope-black);
  text-transform: none;
  padding-top: 24px;
}

.footer-right-col-text-on-green.on-dark {
  z-index: 2;
  color: var(--light-grey-green);
  text-decoration: none;
  position: relative;
}

.footer-right-col-link-text-on-green {
  color: var(--hope-black);
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.55, .085, .68, .53);
}

.footer-right-col-link-text-on-green:hover {
  box-shadow: 0 3px #000;
}

.image {
  z-index: 2;
  width: 2.25vw;
  margin-top: 3vw;
  padding-top: 0;
  position: relative;
  inset: 0 0 3vw;
  transform: rotate(-90deg);
}

.footer-right-col-bottom-reveal-layer {
  z-index: 1;
  background-color: var(--hope-green-dark);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.copyright-and-text-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1.5vw;
  padding-bottom: 3vw;
  display: flex;
}

.footer-copyright {
  text-transform: uppercase;
  padding-top: 32px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  display: block;
}

.home-hero-btn {
  position: absolute;
  inset: auto auto 0% 0%;
}

.home-hero-btn.donate {
  width: auto;
  position: relative;
}

.dark-bg-textured {
  background-color: var(--dark-bark);
  background-image: url('../images/pattern-6_1pattern-6.webp');
  background-position: 0 0;
  background-size: 40%;
  padding: 0;
  display: flex;
}

.dark-bg-textured.dark-bg-overlap {
  margin-top: -6vw;
  padding-top: 6vw;
}

.dark-bg-textured.vertical-flex {
  flex-direction: column;
  align-items: stretch;
  position: relative;
}

.dark-bg-textured.program-page {
  z-index: 2;
  align-items: stretch;
  position: static;
}

.dark-bg-textured.admissions {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -25vw;
  padding: 34vw 7.5vw 7.5vw;
  position: relative;
}

.dark-bg-textured.resources {
  display: block;
}

.transition {
  z-index: 2000;
  border: 15px none var(--hope-green);
  background-color: #0000;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.entrance-text-cut-block {
  overflow: hidden;
}

.body-2 {
  border-width: 15px;
}

._60-40-split-40 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

._60-40-split-40.original {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 40%;
  display: grid;
}

._60-40-split-60 {
  width: 60%;
  padding: 7.5vw 15vw 7.5vw 7.5vw;
}

.h2-light {
  color: var(--light-grey-green);
  font-weight: 500;
  line-height: 1.2;
}

.h2-light.h2-light-padding-top {
  padding-top: 2.5vw;
  line-height: 1.2;
}

.h2-light.h2-cut {
  overflow: hidden;
}

.h2-light.green {
  color: var(--hope-green);
}

.bold-copy-block.light {
  color: var(--light-grey-green);
  letter-spacing: .5px;
  padding-top: 2.5vw;
  font-weight: 400;
  line-height: 1.4;
}

.bold-copy-block.light.body-block-cut {
  font-weight: 300;
}

.bold-copy-block.light.body-block-cut.prog-page-deep {
  padding-top: 0;
  font-weight: 300;
}

.bold-copy-block.light.body-block-cut.prog-page-deep.enrich {
  padding-top: 2.5vw;
}

.program-icon-block {
  -webkit-text-fill-color: inherit;
  background-color: #2929294d;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 1.2vw;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.55, .055, .675, .19), background-color .2s cubic-bezier(.55, .085, .68, .53);
  display: flex;
}

.program-icon-block:hover {
  background-color: var(--dark);
  box-shadow: inset 0 0 0 8px var(--hope-green);
  border: 0 solid #000;
}

.program-icon-block.pib-dark {
  background-color: var(--hope-black);
  padding-top: 0;
}

.program-icon-block.pib-dark:hover {
  background-color: var(--dark);
}

.program-icon-block.pib-dark.pib-horiz {
  padding-top: 3.4vw;
  padding-bottom: 3.4vw;
}

.program-icon-block.pib-dark.pib-horiz.pib-light {
  background-color: var(--dark);
}

.program-icon-block.org {
  padding-top: 0;
  padding-bottom: 0;
}

.program-icon-block.resources {
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.program-block-icon {
  width: 36%;
  padding-bottom: 1.2vw;
}

.h3-light {
  color: var(--light-grey-green);
  text-align: center;
}

.heading-2 {
  letter-spacing: .4px;
  line-height: 1.15;
}

.program-icon-headline {
  color: var(--light-grey-green);
  text-align: center;
  letter-spacing: 1px;
  font-size: 1.38889vw;
  font-weight: 500;
}

._64px-padding {
  height: 4.44444vw;
}

.subhead-cut, .headline-cut {
  overflow: hidden;
}

.transition-trigger {
  display: none;
}

.transition-bg {
  background-color: #0000;
  border-left: 15px solid #fff;
  border-right: 15px solid #fff;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.transition-color {
  background-color: var(--hope-green);
  flex: 1;
  margin-bottom: -10px;
}

.transition-lottie-bottom {
  border-bottom: 15px none var(--hope-green);
  width: 100%;
  margin-top: -7px;
  margin-bottom: -7px;
}

.transition-logo {
  z-index: 9;
  text-align: center;
  width: 9%;
  display: inline-block;
  position: static;
  inset: auto auto 44% 44%;
}

.center-aligned-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 15vw;
  padding-left: 7.5vw;
  padding-right: 7.5vw;
  display: flex;
}

.center-aligned-hero.staff {
  position: relative;
}

.center-aligned-hero.staff.admissions {
  z-index: 2;
}

.program-icons-horizontal-block {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.center-aligned-hero-content {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  width: 55%;
  display: flex;
  position: relative;
}

.center-aligned-hero-content.staff {
  position: relative;
}

.center-hero-text-block {
  color: var(--dark);
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 5vw;
}

.center-hero-text-block.staff {
  padding-bottom: 7.5vw;
}

.center-hero-h3 {
  color: var(--dark);
  text-align: center;
  margin-top: -6px;
  padding-bottom: 1.66667vw;
}

.center-hero-h3.admissions.resources {
  padding-bottom: 80px;
}

._50-50-split-right {
  flex-direction: row;
  align-self: flex-end;
  align-items: flex-end;
  width: 50%;
  padding: 7.5vw;
  display: block;
}

._50-50-split-right.half-padding-right {
  padding-left: 3.75vw;
}

._50-50-split-right.no-padding-top {
  align-self: flex-start;
  padding-top: 0;
}

._50-50-split-right.program-page {
  flex: 1;
  align-self: stretch;
  width: 40%;
  padding-top: 7.5vw;
  display: block;
  position: relative;
  top: auto;
}

._50-50-split-right.program-page.science-deep {
  align-items: stretch;
  padding: 3.75vw;
  display: flex;
}

._50-50-split-right.prog-deep {
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.body-copy-light {
  color: var(--lightlight-green);
  letter-spacing: .3px;
  line-height: 1.453;
}

.body-copy-light.smaller {
  margin-bottom: 0;
  padding-top: 0;
  font-size: 1.15vw;
}

._50-50-split-left {
  width: 50%;
  padding: 7.5vw;
}

._50-50-split-left.half-padding-right {
  padding-right: 3.75vw;
}

._50-50-split-left.no-padding-top {
  padding-top: 0;
}

._50-50-split-left.bottom-padding-less {
  padding-bottom: 7.5vw;
}

._50-50-split-left.program-page {
  width: 50%;
  margin-top: 0;
  padding-right: 3.75vw;
}

._50-50-split-left.deep {
  padding: 3.75vw;
  display: flex;
}

.parra-big-image {
  background-image: url('../images/HA201925.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 565px;
  min-height: 565px;
}

._24px-padding {
  height: 24px;
}

._100wide {
  width: 100%;
  display: flex;
}

.fun-parra {
  background-image: url('../images/HA201925.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  width: 50%;
  height: 15vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.final-content-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 7.5vw;
  display: flex;
}

.final-block-h2 {
  color: var(--dark);
  text-align: center;
  width: 55%;
  font-weight: 500;
  line-height: 1.2;
}

._40px {
  height: 40px;
}

.hero-prog-bread-wrapper {
  align-items: center;
  padding-bottom: 4vw;
  display: flex;
}

.bread-crumb-link {
  color: var(--dark-bark);
  font-family: covik-sans-mono;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.55, .085, .68, .53), color .3s cubic-bezier(.55, .085, .68, .53);
}

.bread-crumb-link:hover {
  box-shadow: 0 2px 0 0 var(--hope-green);
  color: var(--hope-green-dark);
}

.bread-crumb-link.caret {
  padding-left: 8px;
  padding-right: 8px;
}

.bread-crumb-link.caret:hover {
  box-shadow: none;
  color: var(--dark-bark);
}

.bread-icon {
  width: 2vw;
  height: 2vw;
  margin-right: 8px;
}

.prog-header-h1 {
  margin-bottom: -4px;
}

.program-hero-image {
  object-fit: cover;
  width: auto;
  margin: 9.25vw 0 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: none;
  position: relative;
  left: -7.5vw;
  box-shadow: 0 11px 20px -8px #00000040;
}

.chunk-light-green {
  background-color: var(--lighter-green);
  width: 100%;
  height: 5vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.program-image-float {
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-top: 0;
  box-shadow: 0 9px 16px -2px #0000004d;
}

.final-block-program-wrapper {
  background-color: var(--lighter-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 7.5vw;
  display: flex;
}

.big-copy {
  color: var(--dark);
  text-align: center;
  padding-left: 10vw;
  padding-right: 10vw;
  font-size: 2.08333vw;
  font-weight: 500;
}

.big-block-cta-link {
  color: var(--dark);
  transition: color .3s cubic-bezier(.55, .085, .68, .53);
}

.big-block-cta-link:hover {
  color: var(--hope-green-dark);
}

.program-more-progs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.staff-tab-wrapper {
  z-index: 2;
  padding-bottom: 7.5vw;
  padding-left: 7.5vw;
  padding-right: 7.5vw;
  position: relative;
}

.staff-tab-main {
  padding: 16px 30px;
}

.staff-tab-main.staff {
  background-color: var(--lightlight-green);
}

.staff-tab-main.teachers {
  background-color: #fff;
}

.staff-tab-text {
  text-transform: uppercase;
  font-family: covik-sans-mono;
  font-size: 1.25vw;
  font-weight: 500;
}

.staff-tab-main-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.staff-grid-holder {
  padding: 7.5vw;
}

.staff-grid-holder.teachers {
  background-color: #fff;
  padding: 7.5vw;
}

.staff-grid-holder.staff {
  background-color: var(--lightlight-green);
  padding: 7.5vw;
}

.staff-collection-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.staff-image {
  object-fit: cover;
  width: 100%;
  height: 20vw;
  min-height: 20vw;
  box-shadow: 8px 8px #deeedbe8;
}

.staff-image.staff {
  width: 100%;
  box-shadow: 8px 8px #cae5c5;
}

.staff-name {
  padding-top: 24px;
  line-height: 1.1;
}

.staff-title {
  color: #2f3727bf;
  padding-top: 6px;
  font-family: covik-sans-mono;
  font-size: .972222vw;
  font-weight: 500;
  line-height: 1.25;
}

.bg-magic {
  z-index: 1;
  background-image: linear-gradient(to bottom, #f5f7f6e6, var(--light-grey-green) 68%), url('../images/HA201921_1HA201921.webp');
  mix-blend-mode: normal;
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  height: 150%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.admissions-video {
  box-shadow: 0 9px 16px -2px #0000004d;
}

.dark-headline {
  color: var(--light-grey-green);
}

.admissions-more-information {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 72px;
  display: grid;
}

.more-admissions-box {
  background-color: #292929bd;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 3.77778vw;
  display: flex;
}

.more-admissions-box.dark {
  background-color: var(--hope-black);
}

.admin-more-info-icon {
  width: 4.86111vw;
  padding-bottom: 36px;
}

.admin-more-title {
  color: var(--light-grey-green);
  text-align: center;
}

.admin-more-title.link {
  margin-bottom: 8px;
}

.admin-more-info {
  color: var(--lightlight-green);
  text-align: center;
  padding-top: 8px;
  font-size: 1.25vw;
  line-height: 1.3;
}

.admin-more-info-link {
  color: var(--hope-green);
}

.downloadable-section {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 7.5vw;
  padding-right: 7.5vw;
  display: grid;
}

.downloadable-pocket {
  border-bottom: 0px solid var(--hope-green-dark);
  background-color: var(--lightlight-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3.33333vw;
  display: flex;
  position: relative;
}

.downloadable-pocket.tutoring {
  border-bottom-style: none;
  border-bottom-width: 0;
  justify-content: flex-start;
  align-items: flex-start;
}

.downloadable-pocket.tutoring.calendar {
  align-items: center;
}

.dl-texture-pocket {
  opacity: .36;
  background-image: url('../images/pattern-6_1pattern-6.webp');
  background-position: 100% 0;
  background-size: 40%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.dl--section {
  z-index: 2;
  text-transform: uppercase;
  font-family: covik-sans-mono;
  font-size: .972222vw;
  font-weight: 500;
  position: relative;
}

.resources-title {
  z-index: 2;
  padding-top: 32px;
  padding-bottom: 24px;
  position: relative;
}

.resources-title.tutoring {
  padding-bottom: 8px;
}

.dl-btn {
  z-index: 2;
  background-color: var(--hope-green);
  color: var(--hope-black);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.dl-btn-text {
  z-index: 2;
  font-weight: 500;
  position: relative;
}

.dl-icon {
  z-index: 2;
  position: relative;
}

.dl-btn-reveal {
  z-index: 1;
  background-color: var(--dark-bark);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.tutoring-section {
  padding-top: 12vw;
}

.tutoring-section.calendar {
  padding-top: 10vw;
}

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

.tutoring-icon {
  width: 3vw;
  height: auto;
  margin-top: -4px;
}

.tutoring-icon.calendar {
  margin-top: 0;
}

.tutoring-icon-wrapper {
  border: 0px none var(--hope-green);
  background-color: var(--dark);
  border-radius: 0% 0% 50% 50%;
  justify-content: center;
  align-items: center;
  width: 6vw;
  height: 6vw;
  padding: 0;
  display: flex;
  box-shadow: 0 4px 10px -3px #8a8c836e;
}

.resources-headline {
  padding-top: 16px;
}

.tutoring-blocks-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3.5vw;
  padding-top: 0;
  padding-left: 7.5vw;
  padding-right: 7.5vw;
  display: grid;
}

.tutoring-blocks-wrapper.calendar {
  grid-column-gap: 0px;
  grid-template-columns: 1fr;
  padding-bottom: 7.5vw;
}

.tutoring-pocket-headline {
  align-items: center;
  padding-bottom: 24px;
  display: flex;
  position: relative;
}

.tutoring-name-holder {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.tutoring-name-holder.below-header {
  padding-top: 16px;
}

.tutoring-link {
  color: var(--dark);
  line-height: 1;
  transition: color .3s cubic-bezier(.55, .085, .68, .53);
}

.tutoring-link:hover {
  color: var(--hope-green-dark);
}

.calendar-embed {
  z-index: 2;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
  box-shadow: 0 3px 15px -2px #8a8c8370;
}

.page-navigation-sticky {
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fafafa87;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding: 12px;
  display: flex;
  position: static;
  inset: auto auto 22px;
  box-shadow: 0 -4px 11px -5px #00000054;
}

.inner-page-navigation {
  background-color: var(--dark);
  align-self: center;
  align-items: center;
  padding: 14px 18px;
  line-height: 1;
  display: flex;
}

.inner-page-nav-a {
  color: var(--lightlight-green);
  letter-spacing: .25px;
  text-transform: uppercase;
  font-family: covik-sans-mono;
  font-size: 1.1vw;
  font-weight: 500;
  text-decoration: none;
}

.inner-page-nav-a.w--current {
  color: var(--hope-green-dark);
  text-transform: uppercase;
  font-family: covik-sans-mono;
  font-size: 1.1vw;
}

.inner-page-nav-menu-item-holder {
  border: 0 #fff;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
}

.inner-page-sections {
  color: var(--dark);
  margin-top: -1px;
  padding-bottom: 12px;
  font-size: 1.1vw;
}

.sticky-page-nav-inner-wrapper {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  inset: auto auto 15px 0%;
}

.donate-now-section-wrapper {
  background-color: var(--dark);
  border: 20px #87c54e0d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10vw;
  display: flex;
  position: relative;
}

.donate-now-bg-magic {
  border: 60px none var(--bark);
  opacity: .3;
  mix-blend-mode: multiply;
  background-image: url('../images/HA2019276_1HA2019276.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.donate-heading {
  z-index: 2;
  color: var(--hope-green);
  text-align: center;
  width: 40vw;
  padding-bottom: 40px;
  position: relative;
}

.donate-span {
  color: var(--hope-green);
}

.fun-magic-donation {
  background-color: var(--hope-green);
  width: 40%;
  height: 3vw;
  position: absolute;
  inset: auto 0% -2px auto;
}

.transition-logo-holder {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.heading-3 {
  margin-bottom: 214px;
}

.hero-subscribe-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

@media screen and (min-width: 1920px) {
  body {
    border-width: 30px;
    font-size: 1.65vw;
  }

  h1 {
    font-size: 3.75vw;
  }

  h2 {
    font-size: 2.58333vw;
  }

  h3 {
    font-size: 1.75vw;
  }

  h4 {
    font-size: 1.65vw;
  }

  h5 {
    letter-spacing: 1px;
    font-size: 1.3vw;
  }

  h6 {
    font-size: 1.25vw;
  }

  p {
    font-size: 1.39375vw;
  }

  .sg-main-section.sg-color-sectionc-ombo {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .sg-main-section.sg-color-sectionc-ombo.sg-elements-combo {
    padding-bottom: 10vw;
  }

  .sg-section-subhead {
    font-size: 1vw;
  }

  .sg-menu-cell {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .sg-subhead {
    font-size: 1.25vw;
  }

  .sg-subhead.sg-typeblock-subhead, .sg-subhead.sg-typeblock-subhead.sg-desktop-describer, .sg-subhead.sg-typeblock-subhead.sg-tablet-dscriber {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .sg-menu-cell-link {
    font-size: 1.25vw;
  }

  .sg-h1 {
    font-size: 1.75vw;
  }

  .sg-side-menu {
    height: 100vh;
    padding: 60px;
  }

  .sg-describer-text {
    padding-right: 220px;
    font-size: 1.5vw;
  }

  .sg-color-block-container {
    padding: 6%;
  }

  .sg-color-swatch-describer {
    margin-top: 3%;
    font-size: .9vw;
  }

  .sg-color-swatch-describer-bold {
    font-size: .9vw;
  }

  .btn-dark {
    padding: 2vw;
  }

  .btn-text-for-dark {
    font-size: 1.6vw;
  }

  .btn-green.btn-light-addon {
    min-width: 356px;
  }

  .sg-divider-blank-1-5vw {
    height: 2vw;
  }

  .sg-divider-blank-3vw {
    height: 3vw;
  }

  .menu-text {
    padding: 30px 35px;
    font-size: 1.4vw;
  }

  .top-border-sticky, .bottom-border-sticky {
    height: 30px;
  }

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

  .navigation-col-left {
    padding: 20px 25px 20px 20px;
  }

  .main-navigation-logo-badge {
    width: 5.3vw;
  }

  .main-navigation-logo-text {
    font-size: 1.3vw;
  }

  .hero-right-col {
    min-height: 95.5vh;
  }

  .hero-text-block {
    font-size: 1.75vw;
  }

  .hero-text-block.prog-hero {
    padding-top: 20px;
  }

  .hero-subhead {
    padding-bottom: 3vw;
  }

  .hero-subhead.dl-section {
    padding-bottom: 1vw;
  }

  .menu-hamburger {
    padding-bottom: 7px;
  }

  ._16px-padding {
    height: 12px;
  }

  .footer-right-col-top, .footer-right-col-bottom {
    padding: 4vw;
  }

  .footer-right-col-top-h2.donate {
    width: 50vw;
    padding-bottom: 80px;
  }

  .footer-right-col-text-on-green, .footer-right-col-link-text-on-green {
    font-size: 1.6vw;
  }

  .footer-copyright {
    font-size: 18px;
  }

  .body-2 {
    border-width: 30px;
  }

  ._60-40-split-60 {
    padding-right: 7.5vw;
  }

  .h2-light.h2-light-padding-top {
    padding-top: 3vw;
  }

  .bold-copy-block.light {
    padding-top: 3vw;
    font-size: 1.8vw;
  }

  .program-icon-block.pib-dark.pib-horiz {
    padding-top: 3.4vw;
    padding-bottom: 3.4vw;
  }

  .program-block-icon {
    width: 37%;
  }

  .program-icon-headline {
    font-size: 1.5vw;
  }

  .transition-bg {
    border-left-width: 30px;
    border-right-width: 30px;
  }

  .transition-lottie-bottom {
    border-bottom-width: 30px;
  }

  .transition-logo {
    width: 10%;
    bottom: 44%;
    left: 44%;
  }

  .center-hero-text-block {
    font-size: 1.39375vw;
  }

  .bread-crumb-link {
    font-size: 17px;
    line-height: 1.4;
  }

  .bread-crumb-link.caret {
    padding-left: 12px;
    padding-right: 12px;
  }

  .bread-icon {
    width: 2.25vw;
    height: 2.25vw;
  }

  .staff-grid-holder.teachers, .staff-grid-holder.staff {
    padding: 7vw;
  }

  .staff-name {
    padding-top: 28px;
    line-height: 1.1;
  }

  .staff-title {
    font-size: 1vw;
  }

  .admin-more-info-icon {
    width: 5.5vw;
    padding-bottom: 48px;
  }

  .resources-title {
    padding-bottom: 40px;
  }

  .dl-btn {
    width: 100%;
    padding: 32px;
  }

  .tutoring-section, .tutoring-section.calendar {
    padding-top: 12vw;
  }

  .resources-headline {
    padding-top: 24px;
  }

  .page-navigation-sticky {
    bottom: 30px;
  }

  .inner-page-navigation {
    padding: 20px 24px;
  }

  .inner-page-nav-a, .inner-page-nav-a.w--current {
    font-size: 1.25vw;
  }

  .sticky-page-nav-inner-wrapper {
    bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 2.5vw;
  }

  h1 {
    font-size: 6vw;
  }

  h2 {
    font-size: 3.90625vw;
    line-height: 1.2;
  }

  h3 {
    font-size: 2.73438vw;
    line-height: 1.3;
  }

  h4, h5 {
    font-size: 2.08333vw;
  }

  h6 {
    font-size: 1.82292vw;
  }

  p {
    font-size: 2.5vw;
  }

  .sg-main-section.sg-color-sectionc-ombo, .sg-main-section.sg-color-sectionc-ombo.sg-hero-styleguide-combo {
    width: auto;
    margin: 0;
    padding: 10vw;
  }

  .sg-main-section.sg-color-sectionc-ombo.sg-elements-combo {
    padding: 10vw;
  }

  .sg-guts-container {
    padding-right: 0;
  }

  .sg-guts-container.sg-elements-guts {
    padding-top: 60px;
  }

  .sg-section-subhead {
    font-size: 1.5vw;
  }

  .sg-menu-cell {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .sg-subhead {
    font-size: 2vw;
  }

  .sg-subhead.sg-typeblock-subhead {
    text-transform: capitalize;
    font-size: 1.4vw;
    position: static;
  }

  .sg-subhead.sg-typeblock-subhead.sg-desktop-describer {
    display: none;
  }

  .sg-subhead.sg-typeblock-subhead.sg-tablet-dscriber {
    font-size: 1.4vw;
  }

  .sg-menu-cell-link {
    font-size: 2vw;
  }

  .sg-h1 {
    font-size: 4vw;
  }

  .sg-side-menu {
    width: auto;
    height: auto;
    padding: 10vw;
    position: static;
  }

  .sg-describer-text {
    padding-right: 140px;
    font-size: 2.25vw;
  }

  .sg-color-block-container {
    height: 22vw;
  }

  .sg-color-swatch-describer, .sg-color-swatch-describer-bold {
    font-size: 1.5vw;
  }

  .sg-top-pointer {
    bottom: 2%;
    left: 2%;
  }

  .btn-dark {
    width: auto;
    min-width: 40vw;
    padding: 3.5vw;
  }

  .btn-text-for-dark {
    padding-right: 32px;
    font-size: 2.60417vw;
  }

  .btn-down-arrow {
    width: 3vw;
  }

  .btn-green.btn-light-addon {
    width: 50%;
  }

  .sg-divider-blank-1-5vw {
    height: 1.25vw;
  }

  .sg-divider-blank-3vw {
    height: 4vw;
  }

  .grid {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .menu-text {
    height: 7vh;
    min-height: 7vh;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 2.34375vw;
  }

  .menu-text.menu-text-dark.hamburger-menu-item-lottie, .menu-text.menu-text-dark.admissions {
    height: 7.25vh;
    min-height: 7.25vh;
  }

  .menu-text.our-program {
    height: 7.25vh;
    min-height: 7.25vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-text.resources {
    height: 7.25vh;
    min-height: 7.25vh;
  }

  .main-navigation-logo-badge {
    width: 7vw;
  }

  .main-navigation-logo-text, .menu-text-link {
    font-size: 2vw;
  }

  .main-hero-section {
    flex-direction: column;
  }

  .main-hero-section.program-page {
    flex-direction: row;
  }

  .hero-left-col {
    width: 100%;
    padding-top: 20vw;
    padding-bottom: 22vw;
    padding-left: 10vw;
  }

  .hero-left-col.program-page-hero {
    width: 60%;
    padding-bottom: 25vw;
  }

  .hero-left-col.program-page-hero.math {
    padding-bottom: 25vw;
  }

  .hero-right-col {
    width: 100%;
    min-height: 60vh;
  }

  .hero-right-col.program-right.bg-img {
    width: 40%;
  }

  .hero-right-col.program-right.bg-img.math {
    background-position: 50%;
  }

  .hero-text-block.prog-hero {
    width: 90%;
    padding-top: 16px;
  }

  .hero-subhead {
    padding-bottom: 4vw;
  }

  .hero-subhead.dl-section {
    margin-top: 12px;
    padding-bottom: 0;
  }

  .menu-hamburger {
    width: 3.25vw;
    padding-bottom: 7px;
  }

  .full-screen-navigation {
    padding: 15vw 7.5vw 7.5vw;
    display: none;
  }

  .full-navigation-inner-guts {
    grid-template-columns: 1fr 1fr;
  }

  .full-screen-navigation-col-header {
    padding-top: 2.5vw;
  }

  .full-screen-navigation-menu-item {
    letter-spacing: .2px;
    font-size: 2.25vw;
  }

  ._16px-padding {
    height: 10px;
  }

  .menu-item-address {
    font-size: 1.9vw;
  }

  .top-footer-section {
    flex-flow: column;
  }

  .top-footer-right-col {
    flex-direction: row;
    align-items: stretch;
    width: 100%;
  }

  .top-footer-left-col {
    width: 100%;
    min-height: 50vw;
  }

  .footer-bottom-menu-navigation {
    grid-template-columns: 1fr 1fr;
    padding: 7.5vw 5vw;
  }

  .footer-right-col-top, .footer-right-col-bottom {
    width: 50%;
    padding: 5vw;
  }

  .footer-right-col-top-h2 {
    font-size: 3.25vw;
  }

  .footer-right-col-top-h2.donate {
    width: 64vw;
  }

  .footer-right-col-text-on-green, .footer-right-col-link-text-on-green {
    font-size: 2.25vw;
  }

  .image {
    width: 3vw;
    bottom: 0;
  }

  .copyright-and-text-section {
    padding: 2.5vw 0 5vw;
  }

  .footer-tagline-text, .heading {
    text-align: center;
  }

  .dark-bg-textured {
    flex-direction: column;
  }

  .dark-bg-textured.dark-bg-overlap {
    margin-top: -19.5vw;
    padding-top: 21.5vw;
  }

  .dark-bg-textured.program-page {
    flex-direction: column;
  }

  .dark-bg-textured.admissions {
    padding-top: 40vw;
  }

  ._60-40-split-40 {
    width: 100%;
  }

  ._60-40-split-60 {
    width: 100%;
    padding: 10vw;
  }

  .h2-light {
    line-height: 1.25;
  }

  .h2-light.h2-light-padding-top {
    padding-top: 4vw;
  }

  .h2-light.green {
    padding-right: 14vw;
  }

  .bold-copy-block.light {
    padding-top: 4vw;
  }

  .bold-copy-block.light.body-block-cut.prog-page-deep {
    letter-spacing: .75px;
    line-height: 1.45;
  }

  .program-icon-block {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .program-icon-block.pib-dark.pib-horiz {
    padding-top: 4.4vw;
    padding-bottom: 4.4vw;
  }

  .program-block-icon {
    width: 25%;
    padding-bottom: 2vw;
  }

  .program-icon-headline {
    font-size: 2.5vw;
  }

  ._64px-padding {
    height: 8vw;
  }

  .transition-logo {
    width: 14%;
    bottom: 41.5%;
    left: 41.5%;
  }

  .center-aligned-hero {
    padding-top: 24vw;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .program-icons-horizontal-block {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .center-aligned-hero-content {
    width: 90%;
  }

  .center-hero-text-block {
    padding-bottom: 7.5vw;
  }

  .center-hero-text-block.staff {
    padding-bottom: 9vw;
  }

  .center-hero-h3 {
    padding-bottom: 2.5vw;
  }

  .center-hero-h3.admissions.resources {
    padding-bottom: 56px;
  }

  ._50-50-split-right {
    width: 100%;
    padding: 5vw 10vw 10vw;
  }

  ._50-50-split-right.program-page.science-deep {
    width: 100%;
    padding-top: 7.5vw;
  }

  ._50-50-split-right.prog-deep.deep-enrich-02 {
    padding-top: 12vw;
    padding-bottom: 5vw;
  }

  .body-copy-light {
    letter-spacing: .4px;
  }

  ._50-50-split-left {
    width: 100%;
    padding: 10vw 10vw 0;
  }

  ._50-50-split-left.no-padding-top {
    padding-bottom: 3.5vw;
  }

  ._50-50-split-left.bottom-padding-less {
    padding-top: 22vw;
  }

  ._50-50-split-left.program-page {
    width: 100%;
    padding-top: 15vw;
    padding-right: 10vw;
  }

  ._50-50-split-left.program-page.deep-enrich-01 {
    padding-top: 12vw;
  }

  ._50-50-split-left.deep {
    order: 1;
  }

  .parra-big-image {
    background-attachment: fixed;
    height: 300px;
    min-height: 300px;
  }

  ._100wide {
    flex-direction: column;
  }

  .fun-parra {
    background-attachment: fixed;
    height: 12.5vw;
    inset: 0% auto auto 0%;
  }

  .final-content-block {
    padding: 10vw;
  }

  .final-block-h2 {
    width: 100%;
  }

  .hero-prog-bread-wrapper {
    padding-bottom: 5vw;
  }

  .bread-icon {
    width: 3vw;
    height: 3vw;
  }

  .final-block-program-wrapper {
    padding: 10vw;
  }

  .big-copy {
    padding-left: 0;
    padding-right: 0;
    font-size: 3.90625vw;
  }

  .program-more-progs {
    grid-template: "." 1fr
                   "." 1fr
                   / 1fr 1fr 1fr;
  }

  .staff-tab-text {
    font-size: 2vw;
  }

  .staff-grid-holder.teachers, .staff-grid-holder.staff {
    padding: 3.75vw;
  }

  .staff-collection-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .staff-image {
    height: 30vw;
  }

  .staff-title {
    font-size: 1.82292vw;
  }

  .admissions-more-information {
    padding-top: 32px;
    padding-bottom: 56px;
  }

  .more-admissions-box {
    padding: 5vw 3vw;
  }

  .admin-more-info-icon {
    width: 7vw;
  }

  .admin-more-title {
    font-size: 2.5vw;
  }

  .admin-more-info {
    font-size: 2vw;
  }

  .downloadable-section {
    grid-column-gap: 24px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .downloadable-pocket.tutoring {
    padding: 5vw;
  }

  .dl--section.tutoring {
    font-size: 2.08333vw;
  }

  .resources-title {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 32px;
    font-size: 3.5vw;
    line-height: 1.1;
  }

  .resources-title.tutoring {
    padding-top: 20px;
    padding-bottom: 4px;
  }

  .tutoring-section, .tutoring-section.calendar {
    padding-top: 15vw;
  }

  .tutoring-icon {
    width: 4vw;
  }

  .tutoring-icon-wrapper {
    width: 8vw;
    height: 8vw;
  }

  .tutoring-blocks-wrapper {
    grid-column-gap: 32px;
    margin-top: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .tutoring-blocks-wrapper.calendar {
    padding-bottom: 5vw;
  }

  .inner-page-nav-a, .inner-page-nav-a.w--current {
    font-size: 2.08333vw;
  }

  .donate-now-section-wrapper {
    padding: 12vw;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 3vw;
  }

  h1 {
    font-size: 5.5vw;
    line-height: 1.15;
  }

  h2 {
    font-size: 3.8vw;
    line-height: 1.3;
  }

  h3 {
    font-size: 3.2vw;
  }

  h4 {
    font-size: 2.8vw;
  }

  h5 {
    font-size: 14px;
  }

  h6 {
    font-size: 2vw;
  }

  p {
    font-size: 3vw;
  }

  .sg-main-section.sg-color-sectionc-ombo, .sg-main-section.sg-color-sectionc-ombo.sg-hero-styleguide-combo, .sg-main-section.sg-color-sectionc-ombo.sg-elements-combo {
    padding: 10vw;
  }

  .sg-guts-container {
    padding-right: 0;
  }

  .sg-section-subhead {
    font-size: 2vw;
  }

  .sg-menu-cell {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .sg-subhead {
    font-size: 2.75vw;
  }

  .sg-subhead.sg-typeblock-subhead {
    font-size: 2vw;
  }

  .sg-subhead.sg-typeblock-subhead.sg-desktop-describer, .sg-subhead.sg-typeblock-subhead.sg-tablet-dscriber {
    display: none;
  }

  .sg-menu-cell-link {
    font-size: 2.75vw;
  }

  .sg-h1 {
    font-size: 5vw;
  }

  .sg-side-menu {
    padding: 10vw;
  }

  .sg-describer-text {
    padding-right: 40px;
    font-size: 2.75vw;
  }

  .sg-color-block-container {
    height: 30vw;
  }

  .sg-color-swatch-describer, .sg-color-swatch-describer-bold {
    font-size: 2vw;
  }

  .btn-dark {
    width: auto;
    min-width: auto;
    padding: 4.25vw;
  }

  .btn-text-for-dark {
    font-size: 3.25vw;
  }

  .btn-down-arrow {
    width: 3.75vw;
  }

  .sg-welcome-text {
    font-size: 5vw;
  }

  .btn-green.btn-light-addon {
    width: 50%;
  }

  .sg-divider-blank-1-5vw {
    height: 2vw;
  }

  .sg-divider-blank-3vw {
    height: 5vw;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .menu-text {
    font-size: 2.8169vw;
  }

  .menu-text.menu-text-dark {
    height: 8vh;
    min-height: 8vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-text.menu-text-dark.hamburger-menu-item-lottie, .menu-text.menu-text-dark.admissions {
    height: 8vh;
    min-height: 8vh;
  }

  .menu-text.our-program, .menu-text.resources {
    display: none;
  }

  .main-navigation-logo-badge {
    width: 10vw;
    font-size: 2.75vw;
  }

  .main-navigation-logo-text {
    font-size: 2.85vw;
  }

  .menu-text-link.menutextlink-dark {
    font-size: 2.65vw;
  }

  .main-hero-section.program-page {
    flex-direction: column;
  }

  .hero-left-col {
    padding-top: 25vw;
    padding-bottom: 25vw;
    padding-left: 11vw;
  }

  .hero-left-col.program-page-hero {
    width: 100%;
    padding-top: 26vw;
    padding-bottom: 30vw;
    padding-left: 10vw;
  }

  .hero-right-col {
    min-height: 45vh;
  }

  .hero-right-col.program-right.bg-img {
    width: 100%;
    min-height: 50vw;
    margin-bottom: 0;
  }

  .hero-text-block {
    width: 74%;
    font-size: 3.15vw;
  }

  .hero-text-block.prog-hero {
    padding-top: 16px;
  }

  .menu-hamburger {
    width: 5vw;
    padding-top: 10px;
    padding-bottom: 6px;
  }

  .full-screen-navigation {
    padding: 20vw 10vw 10vw;
    display: none;
  }

  .full-screen-navigation-menu-item {
    font-size: 3vw;
  }

  ._16px-padding {
    height: 8px;
  }

  .menu-item-address {
    font-size: 2.5vw;
  }

  .top-footer-left-col {
    min-height: 60vw;
  }

  .footer-bottom-menu-navigation {
    padding-top: 5vw;
  }

  .footer-right-col-top, .footer-right-col-bottom {
    min-height: 25vh;
  }

  .footer-right-col-top-h2.donate {
    padding-bottom: 40px;
  }

  .footer-right-col-text-on-green, .footer-right-col-link-text-on-green {
    font-size: 2.8vw;
  }

  .image {
    width: 4vw;
    margin-top: 6vw;
    font-size: 4vw;
  }

  .copyright-and-text-section {
    align-items: flex-start;
    padding-top: 2.5vw;
    padding-left: 5vw;
    padding-right: 15vw;
  }

  .footer-tagline-text {
    text-align: left;
    font-size: 2.25vw;
    line-height: 1.45;
  }

  .footer-copyright {
    font-size: 11px;
  }

  .heading {
    text-align: left;
  }

  .dark-bg-textured.dark-bg-overlap {
    margin-top: -24vw;
    padding-top: 26vw;
  }

  .h2-light.green {
    line-height: 1.3;
  }

  .program-icon-block {
    padding-top: 9vw;
    padding-bottom: 9vw;
  }

  .program-icon-block.pib-dark.pib-horiz {
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }

  .program-icon-headline {
    font-size: 3vw;
  }

  .transition-logo {
    width: 17%;
    bottom: 40.5%;
    left: 40.5%;
  }

  .center-aligned-hero {
    padding-top: 30vw;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .center-hero-text-block {
    padding-bottom: 10vw;
  }

  .center-hero-text-block.staff {
    padding-bottom: 12vw;
  }

  .center-hero-h3 {
    padding-bottom: 3vw;
  }

  .center-hero-h3.admissions.resources {
    padding-bottom: 40px;
  }

  ._50-50-split-right.program-page.science-deep {
    padding-top: 3.75vw;
  }

  ._50-50-split-right.prog-deep {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  ._50-50-split-left.bottom-padding-less {
    padding-top: 23vw;
  }

  ._50-50-split-left.program-page {
    padding: 10vw;
  }

  ._50-50-split-left.program-page.deep-enrich-01, ._50-50-split-left.program-page.deep-enrich-00 {
    padding-bottom: 5vw;
  }

  .parra-big-image {
    height: 240px;
    min-height: 240px;
  }

  .hero-prog-bread-wrapper {
    padding-bottom: 6.5vw;
  }

  .bread-crumb-link {
    font-size: 13px;
  }

  .bread-icon {
    width: 4.5vw;
    height: 4.5vw;
  }

  .staff-tab-wrapper {
    padding-bottom: 3.75vw;
    padding-left: 3.75vw;
    padding-right: 3.75vw;
  }

  .staff-tab-text {
    font-size: 2.5vw;
  }

  .staff-grid-holder.teachers, .staff-grid-holder.staff {
    padding: 5vw;
  }

  .staff-collection-wrapper {
    grid-column-gap: 48px;
    grid-template-columns: 1fr 1fr;
  }

  .staff-image {
    height: 40vw;
  }

  .staff-title {
    font-size: 2.25vw;
  }

  .dark-headline {
    font-size: 4vw;
  }

  .admissions-more-information {
    grid-template-columns: 1fr;
    padding-top: 24px;
  }

  .more-admissions-box {
    padding: 8.45071vw;
  }

  .admin-more-info-icon {
    width: 9vw;
  }

  .admin-more-title {
    font-size: 4vw;
  }

  .admin-more-info {
    font-size: 3vw;
  }

  .downloadable-section {
    grid-column-gap: 16px;
  }

  .downloadable-pocket.tutoring {
    padding: 7.5vw;
  }

  .downloadable-pocket.tutoring.calendar {
    padding: 5vw;
  }

  .dl--section.tutoring {
    font-size: 2.75vw;
  }

  .resources-title.tutoring {
    padding-top: 24px;
  }

  .tutoring-section {
    padding-top: 20vw;
  }

  .resources-headline {
    font-size: 4.25vw;
  }

  .tutoring-blocks-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .inner-page-nav-a, .inner-page-nav-a.w--current {
    font-size: 2.75vw;
  }

  .donate-now-section-wrapper {
    padding: 10vw;
  }

  .hero-subscribe-left {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  body {
    border-width: 10px;
    font-size: 5vw;
  }

  h1 {
    font-size: 9vw;
    line-height: 1.15;
  }

  h2 {
    font-size: 6.5625vw;
    line-height: 1.2;
  }

  h3 {
    font-size: 6.5625vw;
    line-height: 1.15;
  }

  h4 {
    font-size: 5vw;
  }

  h5, h6 {
    font-size: 4.375vw;
  }

  p {
    letter-spacing: .1px;
    font-size: 5.2125vw;
    line-height: 1.45;
  }

  .sg-main-section.sg-color-sectionc-ombo, .sg-main-section.sg-color-sectionc-ombo.sg-hero-styleguide-combo {
    padding: 10vw;
  }

  .sg-guts-container {
    padding-right: 0;
  }

  .sg-section-subhead {
    font-size: 3.5vw;
  }

  .sg-menu-cell.sg-menu-cell-last {
    padding-bottom: 0;
  }

  .sg-subhead {
    font-size: 4vw;
  }

  .sg-subhead.sg-typeblock-subhead {
    font-size: 3.5vw;
    display: block;
  }

  .sg-subhead.sg-typeblock-subhead.sg-desktop-describer, .sg-subhead.sg-typeblock-subhead.sg-tablet-dscriber {
    display: none;
  }

  .sg-menu-cell-link {
    font-size: 4vw;
  }

  .sg-h1 {
    font-size: 7vw;
  }

  .sg-side-menu {
    padding: 10vw;
  }

  .sg-describer-text {
    padding-right: 0;
    font-size: 5vw;
  }

  .sg-divider-block {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .sg-color-block-container {
    height: 50vw;
    padding: 5%;
  }

  .sg-color-swatch-describer, .sg-color-swatch-describer-bold {
    font-size: 3.5vw;
  }

  .sg-top-pointer.w--current {
    z-index: 9999;
    inset: auto auto 10px 10px;
  }

  .btn-dark {
    width: 100%;
    min-width: 100%;
    padding: 6.25vw;
  }

  .btn-text-for-dark {
    font-size: 5.1vw;
  }

  .btn-down-arrow {
    width: 6vw;
  }

  .sg-welcome-text {
    width: 100%;
    font-size: 7.5vw;
  }

  .btn-green.btn-light-addon {
    width: 100%;
    min-width: auto;
  }

  .sg-divider-blank-1-5vw {
    height: 3vw;
  }

  .sg-divider-blank-3vw {
    height: 8vw;
  }

  .grid {
    grid-column-gap: 3vw;
    grid-row-gap: 4vw;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    place-content: space-between center;
    align-items: baseline;
  }

  .menu-text {
    font-size: 5vw;
  }

  .menu-text.menu-text-dark.hamburger-menu-item-lottie {
    height: 7vh;
    min-height: 6vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-text.menu-text-dark.admissions {
    display: none;
  }

  .top-border-sticky, .bottom-border-sticky {
    height: 10px;
  }

  .navigation-main {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-navigation-logo-badge {
    width: 16vw;
  }

  .main-navigation-logo-text {
    font-size: 4.25vw;
  }

  .hero-left-col {
    padding: 33vw 7vw 30vw;
  }

  .hero-left-col.program-page-hero {
    padding-top: 36vw;
    padding-bottom: 40vw;
  }

  .hero-left-col.program-page-hero.math {
    padding-bottom: 34vw;
    padding-right: 10vw;
  }

  .hero-right-col {
    min-height: 27vh;
  }

  .hero-right-col.program-right.bg-img {
    min-height: 60vw;
  }

  .hero-text-block {
    width: 95%;
    padding-top: 16px;
    font-size: 5.2125vw;
  }

  .hero-text-block.prog-hero {
    width: 100%;
    padding-top: 14px;
    font-size: 5vw;
  }

  .hero-subhead {
    padding-bottom: 7.5vw;
  }

  .menu-hamburger {
    width: 8vw;
  }

  .full-screen-navigation {
    padding: 31vw 9vw 9vw;
    overflow: scroll;
  }

  .full-navigation-inner-guts {
    grid-template-columns: 1fr;
  }

  .full-screen-navigation-col-header {
    padding-top: 4vw;
  }

  .full-screen-navigation-menu-item {
    font-size: 5.2125vw;
  }

  .menu-item-address {
    font-size: 4.75vw;
  }

  .top-footer-right-col {
    flex-direction: column;
  }

  .top-footer-left-col {
    min-height: 75vw;
  }

  .footer-bottom-menu-navigation {
    grid-template-columns: 1fr;
    padding: 6vw 8vw 8vw;
  }

  .footer-right-col-top, .footer-right-col-bottom {
    width: 100%;
    padding: 8vw;
  }

  .footer-right-col-top-h2 {
    font-size: 5.625vw;
  }

  .footer-right-col-top-h2.donate {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 24px;
  }

  .footer-right-col-text-on-green, .footer-right-col-link-text-on-green {
    font-size: 5.2125vw;
  }

  .image {
    width: 7vw;
  }

  .copyright-and-text-section {
    padding: 6vw 8vw 4vw;
  }

  .footer-tagline-text {
    font-size: 4vw;
  }

  .footer-copyright {
    font-size: 12px;
    line-height: 1.25;
  }

  .dark-bg-textured.dark-bg-overlap {
    margin-top: -55vw;
    padding-top: 60vw;
  }

  .dark-bg-textured.admissions {
    padding-top: 48vw;
  }

  .transition, .body-2 {
    border-width: 10px;
  }

  ._60-40-split-60 {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .h2-light {
    letter-spacing: .5px;
    font-size: 6vw;
    line-height: 1.3;
  }

  .h2-light.h2-light-padding-top {
    padding-top: 7.5vw;
    line-height: 1.3;
  }

  .bold-copy-block.light {
    padding-top: 7.5vw;
  }

  .program-icon-block.pib-dark.pib-horiz {
    padding-top: 9.4vw;
    padding-bottom: 9.4vw;
  }

  .program-block-icon {
    width: 33%;
    padding-bottom: 3.5vw;
  }

  .program-icon-headline {
    font-size: 4.5vw;
  }

  ._64px-padding {
    height: 15.5vw;
  }

  .transition-bg {
    border-left-width: 10px;
    border-right-width: 10px;
  }

  .transition-lottie-bottom {
    border-bottom-width: 10px;
  }

  .transition-logo {
    width: 28%;
    bottom: 35%;
    left: 35%;
  }

  .center-aligned-hero {
    padding-top: 43vw;
    padding-left: 0;
    padding-right: 0;
  }

  .program-icons-horizontal-block {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    grid-template-columns: 1fr 1fr;
  }

  .center-aligned-hero-content {
    width: 100%;
  }

  .center-hero-text-block {
    padding-left: 3.5vw;
    padding-right: 3.5vw;
    font-size: 5vw;
  }

  .center-hero-text-block.staff {
    padding-bottom: 12vw;
  }

  .center-hero-text-block.staff.admissions {
    padding-bottom: 14vw;
    padding-left: 12vw;
    padding-right: 12vw;
  }

  .center-hero-h3 {
    padding-bottom: 5vw;
  }

  .center-hero-h3.admissions {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  ._50-50-split-right {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  ._50-50-split-right.no-padding-top {
    padding-bottom: 7vw;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  ._50-50-split-right.prog-deep {
    padding: 7vw;
  }

  ._50-50-split-right.prog-deep.deep-enrich-02 {
    padding-top: 14vw;
  }

  .body-copy-light {
    font-size: 5vw;
  }

  ._50-50-split-left, ._50-50-split-left.no-padding-top {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  ._50-50-split-left.bottom-padding-less {
    padding-top: 26vw;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  ._50-50-split-left.program-page {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  ._50-50-split-left.program-page.deep-enrich-01 {
    padding-top: 14vw;
  }

  ._50-50-split-left.deep {
    padding-top: 0;
  }

  .parra-big-image {
    height: 140px;
    min-height: 140px;
  }

  .fun-parra {
    height: 16vw;
  }

  .final-content-block {
    padding: 10vw 7vw 7vw;
  }

  ._40px {
    height: 24px;
  }

  .hero-prog-bread-wrapper {
    padding-bottom: 11vw;
  }

  .bread-crumb-link {
    font-size: 12px;
    line-height: 1.25;
  }

  .bread-crumb-link.caret {
    line-height: 1.5;
  }

  .bread-icon {
    width: 5.25vw;
    height: 5.25vw;
  }

  .bread-icon.resources {
    width: 7vw;
    height: 7vw;
  }

  .final-block-program-wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .big-copy {
    text-align: center;
    font-size: 5.625vw;
  }

  .program-more-progs {
    grid-template-columns: 1fr 1fr;
  }

  .staff-tab-wrapper {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .staff-tab-text {
    font-size: 4vw;
  }

  .staff-collection-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 40px;
  }

  .staff-image {
    height: 47vw;
    box-shadow: 5px 5px #deeedbe8;
  }

  .staff-image.staff {
    box-shadow: 5px 5px #cae5c5;
  }

  .staff-name {
    padding-top: 16px;
    font-size: 5.5vw;
  }

  .staff-title {
    font-size: 4.375vw;
  }

  .admissions-video {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .dark-headline {
    font-size: 5.75vw;
  }

  .admissions-more-information {
    padding-bottom: 32px;
  }

  .more-admissions-box {
    padding: 12.5vw 7.5vw;
  }

  .admin-more-info-icon {
    width: 16vw;
    padding-bottom: 32px;
  }

  .admin-more-title {
    font-size: 5.75vw;
  }

  .admin-more-info {
    font-size: 4vw;
  }

  .downloadable-section {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .downloadable-pocket {
    padding: 7vw;
  }

  .downloadable-pocket.tutoring {
    align-items: center;
    padding: 10vw;
  }

  .downloadable-pocket.tutoring.calendar {
    padding: 3vw;
  }

  .dl--section.tutoring {
    font-size: 4.5vw;
  }

  .resources-title {
    padding-top: 16px;
    padding-bottom: 32px;
    font-size: 5.83344vw;
  }

  .tutoring-section, .tutoring-section.calendar {
    padding-top: 25vw;
  }

  .tutoring-icon {
    width: 8vw;
  }

  .tutoring-icon-wrapper {
    width: 16vw;
    height: 16vw;
  }

  .resources-headline {
    padding-top: 12px;
    font-size: 7.5vw;
  }

  .tutoring-blocks-wrapper {
    margin-top: 9vw;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .tutoring-blocks-wrapper.calendar {
    margin-top: 5vw;
    padding-left: 0;
    padding-right: 0;
  }

  .tutoring-pocket-headline {
    padding-top: 16px;
  }

  .tutoring-name-holder {
    width: 100%;
  }

  .page-navigation-sticky {
    align-items: stretch;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 8px;
  }

  .inner-page-navigation {
    padding-left: 14px;
    padding-right: 14px;
  }

  .inner-page-nav-a, .inner-page-nav-a.w--current {
    font-size: 4vw;
  }

  .inner-page-nav-menu-item-holder {
    justify-content: center;
  }

  .sticky-page-nav-inner-wrapper {
    justify-content: center;
    width: 100%;
    bottom: 10px;
  }

  .sticky-page-nav-inner-wrapper.admissions {
    display: none;
  }

  .donate-now-section-wrapper {
    padding: 10vw;
  }

  .container {
    max-width: none;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }
}

#w-node-_29d323c9-b21f-e289-0492-3f22b2a5208a-b2a52072 {
  justify-self: start;
}

#w-node-_502e7d31-6559-e725-3add-e89b93d52593-034a8aac {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_8db7f05c-8eb6-3196-aa70-c05630ddb337-034a8aac {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-cb7a1e2d-216b-a1f1-846e-d6ebea151b87-034a8aac {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_126cb216-6c87-53ce-af28-a1a2c21509d8-034a8aac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-_9bdedd62-57bf-d4b6-8ecf-a0ce6bb3e112-034a8aad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-df892cbe-2f4f-3352-7fd3-14e9cf83a770-034a8aad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_26eff17f-546d-d043-5ada-26f52188b058-034a8aad, #w-node-c3360035-a4e3-d40a-c654-f2cd3ef1f439-034a8aad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_589e128f-87ec-cbe5-18ab-2fc39f3b0931-034a8aad {
    order: 0;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


