:root {
  --neutral-gray-90: #212a31;
  --white: white;
  --space-05: #eff0f9;
  --space-50: #373fae;
  --blue-button: #66c6f2;
  --indigo-50: #373fae;
  --faq-toggle: #e9e9e8;
  --neutral-gray-70: #535f6a;
  --neutral-gray-80: #323d49;
  --body-bg: #fbfbfa;
  --underline: #d4d9dd;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: var(--neutral-gray-90);
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 44px;
}

h2 {
  color: var(--neutral-gray-90);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.full-hero {
  height: 100vh;
}

.full-hero.home {
  background-image: linear-gradient(#373fae66, #1a206466);
  position: relative;
}

.navbar {
  background-color: #0000;
  height: 120px;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar.main {
  background-color: var(--white);
  height: auto;
  position: fixed;
}

.nav-logo {
  width: 216px;
}

.brand {
  margin-top: 30px;
  margin-bottom: 30px;
}

.nav-menu {
  color: var(--white);
  align-items: center;
  margin-top: 38px;
  margin-bottom: 38px;
  display: flex;
}

.nav-menu.main {
  color: var(--neutral-gray-90);
  margin-top: 30px;
  margin-bottom: 30px;
}

.annoucement-banner {
  justify-content: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.annoucement-banner.bg-light {
  background-color: #fff;
}

.image-mask {
  background-color: #dcdfe6;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.image-mask._4-3 {
  padding-top: 75%;
}

.image-mask._3-4 {
  padding-top: 133%;
}

.image-mask._21-9 {
  padding-top: 42.85%;
}

.image-mask._16-9 {
  padding-top: 56.25%;
}

.image-mask._2-1 {
  padding-top: 50%;
}

.image-mask._2-3 {
  padding-top: 150%;
}

.image-mask._3-2 {
  padding-top: 66.67%;
}

.image-mask._8-5 {
  padding-top: 62.5%;
}

.image-mask._1-1 {
  padding-top: 100%;
}

.error-message {
  color: #f7f7f7;
  background-color: #e9334e;
}

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

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

.header {
  min-height: 40vh;
  padding-bottom: 24px;
  position: relative;
}

.header.utility {
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.accordion-trigger {
  background-color: #fff;
  border-bottom: 1px solid #dcdfe6;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  padding: 16px;
  display: flex;
}

.bg-primary-1 {
  color: #fff;
  background-color: #1877f2;
}

.bg-primary-1._300 {
  color: #00205b;
  background-color: #73a3f7;
}

.bg-primary-1._100 {
  color: #00205b;
  background-color: #dbe1fd;
}

.bg-primary-1._900 {
  background-color: #00205b;
}

.bg-primary-1._700 {
  background-color: #0c4ca7;
}

.button-icon {
  width: 32px;
  height: 32px;
}

.card-image-content {
  position: absolute;
  inset: 0%;
}

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

.accordion {
  border: 1px solid #dcdfe6;
  width: 100%;
  margin-bottom: 16px;
  overflow: hidden;
}

.dropdown-link {
  border-bottom: 1px solid #acb5c8;
}

.dropdown-link:hover {
  background-color: #dcdfe6;
}

.ui-2 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.checkbox-label {
  margin-bottom: 0;
  margin-left: 12px;
}

.subtitle-2 {
  letter-spacing: .02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.sidebar-nav-div {
  margin-top: 40px;
}

.ui-text-div {
  margin-bottom: 32px;
}

.button-grid {
  flex-wrap: wrap;
  display: flex;
}

.button-wrapper {
  display: flex;
}

.background-container {
  background-color: #f1f1f3;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.standalone-link {
  letter-spacing: .05em;
  text-transform: uppercase;
  border-bottom: 2px solid #00205b;
  padding-bottom: 2px;
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
}

.standalone-link:hover {
  border-bottom-width: 4px;
  border-bottom-color: #1877f2;
  padding-bottom: 0;
}

.standalone-link:focus {
  border-bottom-color: #1877f2;
  box-shadow: 0 0 0 1px #1877f2;
}

.bg-primary-3._100 {
  color: #00205b;
  background-color: #eedfe9;
}

.grid-item {
  color: #fff;
  background-color: #00205b;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-size: 12px;
  line-height: 1.25;
  display: flex;
}

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

.checkbox {
  background-color: #fff;
  border-color: #dcdfe6;
  border-radius: 0;
  width: 24px;
  height: 24px;
  margin-top: 0;
}

.checkbox:hover {
  border-color: #1877f2;
}

.checkbox.w--redirected-checked {
  background-color: #1877f2;
  background-image: url('../images/Check.svg');
  border-color: #1877f2;
}

.checkbox.w--redirected-focus {
  border-color: #dcdfe6;
  box-shadow: 0 0 0 1px #1877f2;
}

.card-media {
  padding-top: 75%;
  position: relative;
}

.titles-styleguide {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.3;
}

.bg-light-2 {
  background-color: #f1f1f3;
}

.card {
  background-color: #fff;
  border: 1px solid #dcdfe6;
  padding: 24px;
}

.card.media-card {
  padding: 0;
}

.image-content {
  position: absolute;
  inset: 0%;
}

.styleguide-div {
  margin-bottom: 64px;
}

.dropdown-icon {
  position: absolute;
  inset: 25% 8% 25% auto;
}

.photography-featured-image {
  object-fit: cover;
  width: 100%;
  height: 50vh;
}

.bg-info {
  color: #fff;
  background-color: #468cf5;
}

.styleguide-nav {
  background-color: #fff;
  flex: 0 25%;
  align-self: flex-start;
  margin-right: 10%;
  padding: 24px;
  position: sticky;
  top: 96px;
}

.inline-grid {
  flex-wrap: wrap;
  display: flex;
}

.styleguide-content {
  flex: 1;
}

.caption {
  font-size: 14px;
  line-height: 1.5;
}

.overline {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.typography-card {
  background-color: #fff;
  border: 1px solid #dcdfe6;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.paragraph-div {
  margin-bottom: 32px;
}

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

.grid._2-1-right {
  grid-template-columns: 1fr 2fr;
}

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

.grid._1-2-1 {
  grid-template-columns: .5fr 2fr .5fr;
}

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

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

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

.grid._2-1-left {
  grid-template-columns: 2fr 1fr;
}

.grid._1-2 {
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

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

.bg-primary-2 {
  color: #fff;
  background-color: #93328e;
}

.bg-primary-2._300 {
  color: #00205b;
  background-color: #be83b7;
}

.bg-primary-2._700 {
  background-color: #571e58;
}

.bg-primary-2._900 {
  background-color: #2d1235;
}

.tooltip-text {
  font-size: 12px;
  line-height: 1.25;
}

.button-div {
  margin-bottom: 16px;
  margin-right: 16px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #1877f2;
  border-style: none;
  align-items: center;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button:hover {
  color: #fff;
  background-color: #0c4ca7;
}

.button:active {
  background-color: #00205b;
}

.button:focus {
  box-shadow: inset 0 0 0 1px #1877f2, inset 0 0 0 4px #fff;
}

.button.secondary {
  color: #1877f2;
  background-color: #0000;
  box-shadow: inset 0 0 0 2px #1877f2;
}

.button.secondary:hover {
  box-shadow: inset 0 0 0 4px #1877f2;
}

.button.secondary:active {
  background-color: #f1f1f3;
}

.button.secondary:focus {
  background-color: #dbe1fd;
  box-shadow: inset 0 0 0 4px #1877f2, inset 0 0 0 8px #fff;
}

.button.tertiary {
  color: #1877f2;
  background-color: #0000;
}

.button.tertiary:hover {
  background-color: #dbe1fd;
}

.button.tertiary:active {
  background-color: #73a3f7;
}

.button.tertiary:focus {
  background-color: #dbe1fd;
  box-shadow: inset 0 0 0 2px #1877f2, inset 0 0 0 8px #fff;
}

.button.icon-button {
  padding-left: 14px;
  padding-right: 14px;
}

.button.small {
  padding: 10px 20px;
  font-size: 14px;
}

.button.small.first-button {
  margin-right: 8px;
}

.inline-dropdown-toggle {
  background-color: #0000;
  border-bottom: 1px solid #dcdfe6;
  justify-content: space-between;
  margin: 0;
  padding: 0 0 2px;
  display: flex;
  position: relative;
}

.inline-dropdown-toggle:hover {
  border-bottom-width: 2px;
  border-bottom-color: #1877f2;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
}

.inline-dropdown-toggle:focus {
  margin: 2px;
  box-shadow: 0 0 0 2px #1877f2;
}

.styleguide-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
}

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

.body-2 {
  font-size: 16px;
  line-height: 1.5;
}

.styleguide-div-heading {
  margin-bottom: 48px;
}

.card-content {
  background-color: #fff;
  padding: 24px;
}

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

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

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

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

.heading-div {
  margin-bottom: 32px;
}

.dropdown-list {
  background-color: #0000;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #00205b;
}

.bg-primary-4 {
  color: #fff;
  background-color: #e4002b;
}

.bg-primary-4._700 {
  background-color: #802;
}

.bg-primary-4._900 {
  background-color: #520026;
}

.bg-primary-4._300 {
  color: #00205b;
  background-color: #ef6575;
}

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

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

.spacing-div {
  margin-bottom: 32px;
}

.bg-neutral {
  color: #00205b;
  background-color: #acb5c8;
}

.bg-neutral._700 {
  color: #fff;
}

.bg-neutral._800 {
  color: #fff;
  background-color: #37507e;
}

.text-field {
  background-color: #fff;
  border: 1px solid #dcdfe6;
  height: 48px;
  margin-bottom: 8px;
  padding: 16px;
}

.text-field:focus {
  border-width: 2px;
  border-color: #1877f2;
}

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

.body-1 {
  letter-spacing: .01em;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

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

.subtitle-1 {
  letter-spacing: .02em;
  font-size: 20px;
  line-height: 1.5;
}

.subtitle-div {
  margin-bottom: 32px;
}

.photography-image {
  object-fit: cover;
  width: 100%;
  height: 30vh;
}

.tab-link {
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 1px solid #dcdfe6;
  padding: 12px 24px 13px;
  font-size: 14px;
  font-weight: 500;
}

.tab-link.w--current {
  background-color: #0000;
  border-bottom-width: 2px;
  border-bottom-color: #1877f2;
  padding-bottom: 12px;
}

.dropdown-title {
  margin-right: 16px;
}

.styleguide-spacing-unit {
  background-color: #00205b;
}

.styleguide-spacing-unit._24 {
  height: 24px;
}

.styleguide-spacing-unit._28 {
  height: 28px;
}

.styleguide-spacing-unit._8 {
  height: 8px;
}

.styleguide-spacing-unit._4 {
  height: 4px;
}

.styleguide-spacing-unit._32 {
  height: 32px;
}

.styleguide-spacing-unit._48 {
  height: 48px;
}

.styleguide-spacing-unit._128 {
  height: 128px;
}

.styleguide-spacing-unit._96 {
  height: 96px;
}

.styleguide-spacing-unit._16 {
  height: 16px;
}

.styleguide-spacing-unit._64 {
  height: 64px;
}

.styleguide-spacing-unit._160 {
  height: 160px;
}

.styleguide-spacing-unit._80 {
  height: 80px;
}

.styleguide-spacing-unit._12 {
  height: 12px;
}

.styleguide-spacing-unit._20 {
  height: 20px;
}

.styleguide-div-subheading-2 {
  margin-bottom: 24px;
}

.textarea {
  border: 1px solid #dcdfe6;
  min-height: 144px;
  margin-bottom: 8px;
  padding: 16px;
}

.textarea:focus {
  border-width: 2px;
  border-color: #1877f2;
}

.dropdown-toggle {
  background-color: #0000;
  border: 1px solid #dcdfe6;
  justify-content: space-between;
  margin: 0;
  padding: 12px 24px 14px 12px;
  display: inline-block;
  position: relative;
}

.dropdown-toggle:hover {
  border-bottom-width: 2px;
  border-bottom-color: #1877f2;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px #1877f2;
}

.badge {
  background-color: #fff;
  padding: 4px 8px;
  box-shadow: inset 0 0 0 1px #dcdfe6;
}

.badge.bg-primary-2 {
  background-color: #93328e;
  box-shadow: inset 0 0 0 1px #eedfe9;
}

.badge.bg-dark {
  background-color: #00205b;
}

.badge.bg-primary-1 {
  background-color: #1877f2;
  box-shadow: inset 0 0 0 1px #dbe1fd;
}

.badge.bg-primary-3 {
  background-color: #e4002b;
  box-shadow: inset 0 0 0 1px #fbd9d7;
}

.badge.bg-light {
  background-color: #f7f7f7;
}

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

.radio-button-field {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.styleguide-color {
  width: 100%;
  padding: 32px;
}

.styleguide-color.border {
  border: 1px solid #dcdfe6;
}

.image {
  object-fit: cover;
  width: 100%;
  max-width: none;
}

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

.styleguide-logo-wrapper {
  flex-direction: column;
  height: 64px;
  margin-bottom: 32px;
  display: flex;
}

.styleguide-logo-link {
  height: 64px;
}

.text-styleguide {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.3;
}

.radio-button {
  background-color: #fff;
  border-color: #dcdfe6;
  width: 24px;
  height: 24px;
  margin-top: 0;
}

.radio-button:hover {
  border-color: #1877f2;
}

.radio-button.w--redirected-checked {
  text-align: center;
  background-color: #1877f2;
  border-width: 6px;
  border-color: #fff;
  box-shadow: 0 0 0 1px #1877f2;
}

.radio-button.w--redirected-focus {
  border-color: #dcdfe6;
  box-shadow: 0 0 0 1px #1877f2;
}

.inline-link {
  border-bottom: 1px solid #00205b;
  padding-bottom: 1px;
  line-height: 1.5;
  display: inline-block;
}

.inline-link:hover {
  border-bottom-width: 2px;
  border-bottom-color: #1877f2;
  padding-bottom: 0;
}

.inline-link:focus {
  border-bottom-color: #1877f2;
  box-shadow: 0 0 0 1px #1877f2;
}

.bg-dark {
  color: #fff;
  background-color: #00205b;
}

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

.typography-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  align-items: center;
  margin-bottom: 48px;
}

.logo-div-inner {
  border: 1px solid #dcdfe6;
  justify-content: center;
  align-items: center;
  height: 280px;
  padding: 64px;
  display: flex;
}

.accordion-body {
  background-color: #fff;
  width: 100%;
  display: block;
  position: relative;
}

.styleguide-flex {
  justify-content: space-between;
  width: 90%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-container {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.bg-light-1 {
  color: #00205b;
  background-color: #f7f7f7;
}

.number-statistic-text {
  margin-bottom: 24px;
  font-size: 84px;
  font-weight: 500;
  line-height: 1.1;
}

.accordion-body-inner {
  padding: 32px 16px;
}

.ui-1 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.secondary-label {
  color: #37507e;
  font-size: 14px;
  line-height: 1.5;
}

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

.bg-error {
  color: #fff;
  background-color: #e9334e;
}

.dropdown {
  background-color: #fff;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.donation-impacts {
  background-image: url('../images/Hand-DrawnIllustration-Set.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 127px;
}

.section.faqs {
  margin-bottom: 164px;
}

.section.photo-gallery {
  background-image: url('../images/Hand-DrawnIllustration-Set-1.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.section.contribute {
  background-image: url('../images/Hand-DrawnIllustration-Set-2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.section.contribute.no-hand-drawn {
  background-image: none;
}

.section.newsletter-cta {
  background-image: url('../images/Image-3_2.png');
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.footer {
  padding-top: 32px;
  padding-bottom: 31px;
}

.section.mid-hero {
  height: 720px;
}

.section.mid-hero.who-we-help {
  background-image: linear-gradient(#373fae4d, #373fae4d), linear-gradient(#0000004d, #0000004d), url('../images/Image-3.png');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.section.mid-hero.who-we-help.short {
  height: 450px;
}

.section.mid-hero.sherpa-stories-hero {
  background-image: url('../images/Text-Left---Media-Right-1.png');
  background-position: 0 0;
  background-size: auto;
}

.section.mid-hero.sherpa-stories-hero.h-plus-120 {
  background-repeat: no-repeat;
  background-size: cover;
  height: 840px;
}

.section.mid-hero.why-help {
  background-image: linear-gradient(#373fae4d, #373fae4d), linear-gradient(#0000004d, #0000004d), url('../images/Image-1_2.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.section.mid-hero.about-the-foundation {
  background-image: linear-gradient(#373fae4d, #373fae4d), linear-gradient(#0000004d, #0000004d), url('../images/Image-2.png');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.section.mid-hero.impact {
  background-image: linear-gradient(#373fae4d, #373fae4d), linear-gradient(#0000004d, #0000004d), url('../images/Image-2_1.png');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  height: auto;
  padding-bottom: 80px;
}

.section.mid-hero.impact._100vh {
  height: 100vh;
}

.section.mid-hero.why-help-hero {
  background-image: linear-gradient(#373fae4d, #373fae4d), linear-gradient(#0000004d, #0000004d), url('../images/Image-1_2.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.section.py-80 {
  background-image: url('../images/Hand-DrawnIllustration-Set-1_1.png');
  background-position: 80px 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.py-80.pb-160 {
  padding-bottom: 160px;
}

.section.mb-80 {
  margin-bottom: 80px;
}

.section.short-hero {
  height: 480px;
}

.section.short-hero.who-we-help {
  background-image: linear-gradient(#373fae4d, #373fae4d), linear-gradient(#0000004d, #0000004d), url('../images/Image-3.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
}

.section.short-hero.sherpa-stories {
  background-image: linear-gradient(#373fae4d, #373fae4d), linear-gradient(#0000004d, #0000004d), url('../images/Image-4.png');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  margin-bottom: 48px;
}

.section.short-hero.board-of-directors {
  background-image: linear-gradient(#373fae4d, #373fae4d), linear-gradient(#0000004d, #0000004d), url('../images/Image-3_1.png');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  margin-bottom: 48px;
}

.section.short-hero.business-partners {
  background-image: linear-gradient(#373fae4d, #373fae4d), linear-gradient(#0000004d, #0000004d), url('../images/Image.png');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  margin-bottom: 48px;
}

.section.short-hero.photo-gallery {
  background-image: linear-gradient(#373fae4d, #373fae4d), linear-gradient(#0000004d, #0000004d), url('../images/Image-1.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  margin-bottom: 120px;
}

.section.short-hero.frequently-asked-questions {
  background-image: linear-gradient(#373fae4d, #373fae4d), linear-gradient(#0000004d, #0000004d), url('../images/Image-3_2.png');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  margin-bottom: 120px;
}

.section.sherpa-content {
  padding-top: 96px;
  padding-bottom: 160px;
}

.section.poblem-statement {
  background-color: var(--space-05);
  text-align: center;
  margin-bottom: 96px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.goal-1 {
  background-image: url('../images/Hand-DrawnIllustration-Set-2_1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 32px;
  padding-top: 100px;
  padding-bottom: 102px;
}

.section.goal-2 {
  background-image: url('../images/Hand-DrawnIllustration-Set-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 32px;
  padding-top: 100px;
  padding-bottom: 102px;
}

.section.goal-3, .section.goal-4 {
  z-index: 1;
  margin-bottom: 32px;
  padding-top: 100px;
  padding-bottom: 102px;
}

.section.our-mission {
  text-align: center;
  margin-bottom: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.our-story {
  background-image: url('../images/Hand-DrawnIllustration-Set-2_2.png');
  background-position: 0 30%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 74px;
  padding-top: 100px;
  padding-bottom: 102px;
}

.section.board {
  margin-bottom: 32px;
  padding-top: 100px;
  padding-bottom: 102px;
}

.section.home-below-hero {
  background-image: linear-gradient(#ffffffd6, #ffffffd6), url('../images/Mt_Everest_1977_RU_Multiply-min.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.why-help {
  margin-bottom: 80px;
}

.icon-box-caption {
  margin-top: 16px;
}

.card-title {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.color-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: stretch;
  align-items: center;
}

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

.sidebar-nav-links {
  color: #00205b;
  background-color: #fff;
  margin-bottom: 8px;
  padding: 16px 20px;
  font-size: 14px;
  text-decoration: none;
  transition: background-color .2s ease-in;
  display: block;
}

.sidebar-nav-links:hover {
  background-color: #dbe1fd;
}

.sidebar-nav-links:active {
  background-color: #73a3f7;
}

.sidebar-nav-links.w--current {
  background-color: #1877f21a;
  border: 1px solid #1877f2;
}

.sidebar-nav-links.w--current:hover {
  background-color: #dbe1fd;
  background-image: none;
}

.sidebar-nav-links.w--current:active {
  background-color: #73a3f7;
}

.bg-success {
  color: #00205b;
  background-color: #00a878;
}

.success-message {
  color: #f7f7f7;
  background-color: #00a878;
}

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

.radio-button-label {
  margin-bottom: 0;
  margin-left: 12px;
}

.grid-div {
  margin-bottom: 32px;
}

.bg-warning {
  background-color: #f19953;
}

.nav-link {
  color: var(--white);
  letter-spacing: -.16px;
  text-transform: uppercase;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.nav-link.w--current {
  color: var(--white);
}

.nav-link.drop-mod {
  padding-right: 51px;
}

.nav-link.drop-mod.main, .nav-link.main {
  color: var(--neutral-gray-90);
}

.nav-button {
  border: 2px solid var(--white);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 8px;
  font-family: Work Sans, sans-serif;
  font-weight: 800;
}

.nav-button.ml-8 {
  border: 2px solid var(--white);
  letter-spacing: .28px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 8px;
  margin-left: 8px;
  padding: 15px 28px;
  font-weight: 700;
  line-height: 17.5px;
}

.nav-button.blue-outline.impact.mr-32 {
  border-color: var(--indigo-50);
  color: var(--indigo-50);
  padding: 17px 18px;
}

.nav-container {
  justify-content: space-between;
  max-width: 1440px;
  padding-left: 80px;
  padding-right: 80px;
}

.container {
  z-index: 10;
  max-width: 1440px;
  height: 100%;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

.container.hero {
  padding-left: 80px;
  padding-right: 80px;
}

.container.hero.centered {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.container.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.container.px-80.centered {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.home-hero-content {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 843px;
  margin-bottom: 90px;
  display: flex;
}

.hero-heading {
  color: var(--white);
  letter-spacing: 1.08px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 54px;
  font-weight: 800;
  line-height: 64.8px;
}

.hero-para {
  color: var(--white);
  letter-spacing: .4px;
  margin-bottom: 48px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.hero-buttons {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.white-outline-button {
  border: 2px solid var(--white);
  color: var(--white);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 8px;
  padding: 13.5px 28px;
  font-family: Work Sans, sans-serif;
  font-weight: 800;
  text-decoration: none;
}

.white-outline-button.mr-24 {
  align-items: center;
  margin-right: 24px;
  display: flex;
}

.blue-button {
  border: 2px solid var(--blue-button);
  background-color: var(--blue-button);
  color: var(--neutral-gray-90);
  text-transform: uppercase;
  border-radius: 8px;
  padding: 13.5px 28px;
  font-family: Work Sans, sans-serif;
  font-weight: 800;
}

.blue-button.smaller {
  letter-spacing: .6px;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 12px;
}

.blue-button.min-w-171 {
  min-width: 171px;
}

.blue-button.min-w-193 {
  min-width: 193px;
}

.blue-button.read-more {
  letter-spacing: .6px;
  padding: 14px 12px;
  font-size: 12px;
  line-height: 12px;
}

.blue-button.ml-8 {
  margin-left: 8px;
}

.blue-button.impact {
  padding-left: 18px;
}

.blue-button.impact.mr-8 {
  border-style: solid;
  border-color: var(--blue-button);
  margin-right: 8px;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-right: 18px;
}

.blue-button.impact.calculator {
  justify-content: center;
  align-items: center;
  padding-right: 18px;
  display: flex;
}

.blue-button.impact.calculator.hidden {
  display: none;
}

.blue-button.donate-now {
  padding: 17px 18px;
}

.blue-button.donate-now.mt-32 {
  margin-top: 32px;
}

.flex-container-breakout {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1440px;
  margin-bottom: 0;
  padding-left: 80px;
  display: flex;
  position: relative;
}

.flex-container-breakout.left {
  align-items: center;
  padding-left: 0;
  padding-right: 80px;
}

.flex-container-breakout.left.mid-content {
  align-items: stretch;
}

.flex-container-breakout.left.mb-80 {
  margin-bottom: 80px;
}

.flex-container-breakout.align-center {
  align-items: center;
}

.flex-container-breakout.align-left {
  align-items: center;
  padding-left: 0;
  padding-right: 80px;
}

.flex-container-breakout.align-left.mb-80 {
  margin-bottom: 80px;
}

.our-mission-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 624px;
  margin-top: 70px;
  margin-bottom: 70px;
  margin-right: 141px;
  display: flex;
}

.our-mission-heading {
  letter-spacing: .32px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 900;
  line-height: 40px;
}

.mission-para {
  letter-spacing: .64px;
  font-size: 32px;
  line-height: 48px;
}

.mission-para.mb-32 {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.sherpa-stories-sub-container {
  direction: ltr;
  column-count: 3;
  flex-direction: row;
  align-items: flex-start;
  column-gap: 33px;
  width: 100%;
  margin-bottom: 66px;
  display: block;
}

.sherpa-stories-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 28px;
  font-family: Work Sans, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
}

.sherpa-stories-link {
  border-bottom: 2px solid var(--neutral-gray-90);
  color: var(--neutral-gray-90);
  letter-spacing: .7px;
  text-transform: uppercase;
  margin-bottom: 40px;
  padding-bottom: 8px;
  font-family: Work Sans, sans-serif;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: block;
}

.sherpa-story-image {
  border-radius: 8px;
  margin-bottom: 32px;
  display: block;
}

.why-help-content-container {
  flex-direction: column;
  align-items: flex-start;
  max-width: 624px;
  display: flex;
}

.why-help-content-container.max-w-596 {
  justify-content: center;
  max-width: 596px;
  height: auto;
  margin-top: 0;
  padding-top: 64px;
  padding-bottom: 64px;
}

.why-help-content-container.max-w-596.mr-80, .why-help-content-container.ml-80 {
  margin-left: 80px;
}

.why-help-content-container.ml-80.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.why-help-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Work Sans, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
}

.why-help-sub-heading {
  letter-spacing: .24px;
  margin-bottom: 16px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.why-help-sub-heading.mb-32 {
  margin-bottom: 32px;
}

.why-help-para {
  letter-spacing: .18px;
  margin-bottom: 32px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.why-help-para.mb-0 {
  margin-bottom: 0;
}

.learn-more-link {
  border-bottom: 2px solid var(--neutral-gray-90);
  color: var(--neutral-gray-90);
  letter-spacing: .7px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 8px;
  font-family: Work Sans, sans-serif;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: block;
}

.donation-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: auto;
  margin-bottom: 151px;
}

.donation-left {
  width: 100%;
  max-width: 547px;
}

.donation-milestones {
  width: 100%;
  max-width: 624px;
}

.donation-milestone-card {
  margin-bottom: 48px;
}

.donation-milestone-card.last {
  margin-bottom: 0;
}

.donation-amount {
  color: var(--indigo-50);
  margin-bottom: 16px;
  font-family: Work Sans, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
}

.donation-amount.stats {
  letter-spacing: .84px;
  font-size: 42px;
  line-height: 52.5px;
}

.donation-milestone-heading {
  letter-spacing: .64px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.donation-milestone-para {
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.faqs-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.faqs-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 28px;
  font-family: Work Sans, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
}

.faq {
  width: 100%;
  margin-bottom: 16px;
}

.faq-toggle {
  border: 1px solid var(--faq-toggle);
  cursor: pointer;
  border-radius: 8px;
  align-items: center;
  height: auto;
  margin-bottom: 16px;
  padding: 12px 19.5px 9px 12px;
  display: flex;
}

.faq-text {
  letter-spacing: .36px;
  flex: 1;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.faq-answer {
  border: 1px solid var(--faq-toggle);
  border-radius: 8px;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding: 12px 60px 9px 12px;
  display: flex;
}

.faq-answer-text {
  letter-spacing: .36px;
  flex: 1;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.gallery-container {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  display: flex;
}

.contribute-container {
  background-color: #373fae;
  background-image: linear-gradient(#373faed9, #373faed9), url('../images/Mt_Everest_1977_RU_Screen-min.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 8px;
  flex-direction: row;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 64px;
  padding: 79px 64px 78px;
  display: flex;
}

.contribute-heading {
  color: var(--white);
  text-align: left;
  letter-spacing: .84px;
  text-transform: uppercase;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 40px;
  font-size: 42px;
  font-weight: 900;
  line-height: 52.5px;
}

.subscribe-flex {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.subscribe-heading {
  color: var(--white);
  letter-spacing: .24px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
}

.input-and-socials {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 512px;
  display: flex;
}

.flex-sign-up {
  display: flex;
  position: relative;
}

.email-field {
  border: 1px solid #e9e9e8;
  border-radius: 8px;
  margin-bottom: 0;
  margin-right: 4px;
  padding-left: 16px;
}

.email-field::placeholder {
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

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

.socials-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.socials {
  background-color: var(--blue-button);
  border-radius: 7.5px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
}

.social-icon {
  width: 24px;
  height: 24px;
}

.email-icon {
  width: 13.33px;
  position: absolute;
  top: 14px;
  right: 104px;
}

.impact-container {
  background-color: #373fae;
  background-image: linear-gradient(#373faed6, #373faed6), url('../images/Mt_Everest_1977_RU_Screen-min.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 8px;
  flex-direction: row;
  align-items: center;
  margin-top: 111px;
  margin-bottom: 184px;
  padding: 79px 64px 78px;
  display: flex;
}

.impact-container.no-illustration {
  margin-bottom: 128px;
}

.flex-footer {
  margin-bottom: 19px;
  display: flex;
}

.footer-logo-container {
  flex: 1;
  min-width: 100px;
  margin-right: 64px;
}

.footer-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
}

.footer-links-container {
  min-width: 120px;
}

.footer-links-heading {
  letter-spacing: .36px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.footer-link {
  color: var(--neutral-gray-90);
  text-transform: none;
  margin-bottom: 8px;
  font-family: Source Sans Pro, sans-serif;
  line-height: 21px;
  text-decoration: none;
  display: block;
}

.footer-bottom-banner {
  align-items: flex-start;
  display: flex;
}

.copyright {
  color: var(--neutral-gray-70);
  flex: 1;
  font-family: Source Sans Pro, sans-serif;
  line-height: 21px;
}

.html-embed {
  display: none;
}

.donation-milestones-flex-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sherpa-stories {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 88px;
  display: flex;
}

.why-help-heading-copy {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Work Sans, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
}

.why-help-heading-copy.mb-80 {
  margin-bottom: 80px;
}

.why-help-heading-copy.mb-40 {
  margin-bottom: 40px;
}

.sherpa-stories-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.sherpa-stories-card {
  color: var(--neutral-gray-90);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 404px;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.sherpa-stories-card-image {
  border-radius: 8px;
  margin-bottom: 24px;
}

.sherpa-stories-card-title {
  letter-spacing: .48px;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.sherpa-stories-secondary-text {
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.sherpa-stories-secondary-text.mb-0 {
  margin-bottom: 0;
}

.mid-hero-content {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 72px;
  display: flex;
}

.mid-hero-content.top-align {
  justify-content: flex-start;
  padding-top: 311px;
  padding-bottom: 0;
}

.breadcrumb-container {
  background-color: var(--white);
  border-radius: 8px;
  justify-content: center;
  margin-bottom: 32px;
  padding: 8px 12px;
  display: flex;
}

.slash {
  letter-spacing: 1.2px;
  margin-left: 8px;
  margin-right: 8px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.breadcrumb-origin {
  color: var(--space-50);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-family: Source Sans Pro, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.breadcrumb-current {
  color: var(--neutral-gray-90);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-family: Source Sans Pro, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.mid-hero-heading {
  color: var(--white);
  text-align: center;
  letter-spacing: 1.08px;
  text-transform: uppercase;
  max-width: 847px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 900;
  line-height: 67.5px;
}

.mid-hero-heading.mb-72 {
  margin-bottom: 72px;
}

.mid-hero-heading.max-w-917 {
  max-width: 917px;
}

.mid-hero-heading.mb-24 {
  margin-bottom: 24px;
}

.left-illustration-holder {
  flex: 1;
  margin-right: 80px;
}

.about-sherpa-heading {
  letter-spacing: .84px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Work Sans, sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 52.5px;
}

.about-sherpa-heading.directors {
  margin-bottom: 32px;
}

.map-container {
  width: 100%;
  height: 640px;
  display: flex;
}

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

.image-cover.milestones {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-height: 364px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.story-para {
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.filters-container {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 80px;
  display: flex;
}

.filter-by-container {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 16px;
  display: flex;
}

.sort-by-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.filter-by-label {
  text-transform: uppercase;
  margin-bottom: 17px;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 22.5px;
}

.location-filter {
  align-items: center;
  display: flex;
}

.filter-label {
  color: var(--neutral-gray-80);
  margin-right: 16px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}

.sort-select {
  color: var(--neutral-gray-80);
  background-color: #0000;
  border: 1px solid #e9e9e8;
  border-radius: 8px;
  width: 137px;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.filter-select {
  margin-bottom: 0;
}

.location-select {
  color: var(--neutral-gray-80);
  background-color: #0000;
  border: 1px solid #e9e9e8;
  border-radius: 8px;
  width: 247px;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.reset-filters-container {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.reset-filters {
  color: var(--neutral-gray-90);
  letter-spacing: .6px;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-family: Work Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  text-decoration: none;
  display: block;
}

.reset-underline {
  border-bottom: 2px solid var(--neutral-gray-90);
}

.sherpa-stories-collection-grid {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sherpa-stories-collection-grid.mb-40 {
  margin-bottom: 40px;
}

.sherpa-stories-cms-hero {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 120px;
  display: flex;
}

.sherpa-stories-cms-info {
  max-width: 596px;
  margin-right: 32px;
}

.sherpa-name-heading {
  text-transform: uppercase;
  max-width: 596px;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 42px;
  line-height: 52.5px;
}

.flex-sherpa-info-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sherpa-info-titles {
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.shserpa-media-container {
  width: 100%;
  max-width: 524px;
  height: 524px;
}

.sherpa-media {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sherpa-story-content-container {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.sherpa-stories-content-grid {
  grid-template-rows: auto;
}

.sherpa-bold-content-container, .sherpa-main-content-container {
  max-width: 524px;
}

.sherpa-bold {
  letter-spacing: .64px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
}

.sherpa-main {
  letter-spacing: .18px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.problem-statement-container {
  flex-direction: column;
  align-items: center;
  max-width: 848px;
  display: flex;
}

.problem-statement-heading {
  letter-spacing: .84px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 42px;
  font-weight: 900;
  line-height: 52.5px;
}

.problem-statement {
  letter-spacing: .48px;
  font-size: 24px;
  line-height: 36px;
}

.goals-grid {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.goals-content-container {
  flex-direction: column;
  align-items: flex-start;
  max-width: 624px;
  display: flex;
}

.goals-content-container.max-w-596 {
  max-width: 596px;
}

.decoration-right {
  z-index: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.decoration-left {
  z-index: 0;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.sectionless-decoration {
  z-index: 0;
  position: absolute;
  inset: 330% 0% 0% auto;
}

.dropdown-list-2 {
  background-color: var(--white);
}

.dropdown-list-2.w--open {
  border: 1px solid #e9e9e8;
  border-radius: 8px;
  width: 256px;
  max-width: none;
}

.dropdown-top {
  border-bottom: 1px solid #e9e9e8;
  padding-top: 9.5px;
  padding-bottom: 9.5px;
  padding-left: 12px;
}

.dropdown-bottom {
  padding-top: 9.5px;
  padding-bottom: 9.5px;
  padding-left: 12px;
}

.problem-statement-heading-copy {
  letter-spacing: .2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 900;
  line-height: 25px;
}

.mission-statement {
  letter-spacing: .48px;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.our-story-grid {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  justify-content: space-between;
  align-items: start;
  position: relative;
}

.story-content-container {
  flex-direction: column;
  align-items: flex-start;
  max-width: 624px;
  display: flex;
}

.story-content-container.max-w-596 {
  max-width: 596px;
}

.our-story-para {
  letter-spacing: .18px;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.flex-stats {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.stats-heading {
  letter-spacing: .32px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 80px;
  font-family: Work Sans, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
}

.stats-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 260px;
}

.stats-container {
  max-width: 405px;
}

.stat-title {
  letter-spacing: .4px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.our-partners-slider-breakout {
  align-items: center;
  margin-bottom: 160px;
  margin-left: 80px;
  margin-right: 80px;
  display: flex;
}

.our-partners-labels {
  flex-direction: column;
  align-items: flex-start;
  width: 416px;
  margin-right: 16px;
  display: flex;
}

.our-partners-slider-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 42px;
  font-weight: 900;
  line-height: 52.5px;
}

.swiper-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: grid;
}

.board-of-directors-card-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  max-height: none;
  margin-bottom: 24px;
}

.board-of-directors-image-holder {
  align-items: center;
  width: 100%;
  max-height: 240px;
  margin-bottom: 24px;
  display: none;
  overflow: hidden;
}

.board-of-directors-grid {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.business-partners-card {
  color: var(--neutral-gray-90);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 382px;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.business-partners-image {
  object-fit: contain;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  max-height: none;
  margin-bottom: 0;
}

.business-partners-image-container {
  object-fit: contain;
  border: 1px solid #e9e9e8;
  border-radius: 8px;
  align-items: center;
  width: 100%;
  max-height: none;
  margin-bottom: 24px;
  display: flex;
  overflow: hidden;
}

.business-partners-heading {
  letter-spacing: .48px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.business-partners-grid {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.impact-heading {
  letter-spacing: .84px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 42px;
  font-weight: 900;
  line-height: 52.5px;
}

.impact-statement {
  letter-spacing: .18px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.impact-statement.business {
  letter-spacing: .48px;
  font-size: 18px;
  line-height: 27px;
}

.impact-calc-container {
  background-color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 80px;
  padding: 40px;
  display: flex;
}

.form {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.input-label {
  text-align: left;
  margin-bottom: 8px;
  margin-right: 16px;
}

.text-field {
  border-radius: 8px;
  height: 40px;
  margin-bottom: 0;
  margin-right: 32px;
}

.text-field.mr-8 {
  height: 40px;
  margin-bottom: 8px;
  margin-right: 8px;
}

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

.select {
  background-color: #0000;
  border-radius: 8px;
  height: 40px;
  margin-bottom: 8px;
  margin-right: 16px;
}

.select.mb-32 {
  margin-bottom: 32px;
}

.selector-contianer {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 32px;
  margin-right: 0;
  display: flex;
}

.donate-hero-para {
  color: #fbfbfa;
  text-align: center;
  letter-spacing: .18px;
  max-width: 848px;
  margin-bottom: 48px;
  font-size: 18px;
  line-height: 27px;
}

.dropdown-list-3 {
  background-color: var(--white);
}

.link {
  color: var(--neutral-gray-70);
  text-decoration: none;
}

.board-of-directors-card {
  color: var(--neutral-gray-90);
  border: 1px solid #e9e9e8;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 404px;
  margin-bottom: 0;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.board-of-directors-bio {
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: none;
}

.russ-link {
  color: var(--neutral-gray-90);
}

.gallery-lightbox {
  border-radius: 8px;
}

.div-block {
  width: 100%;
  height: 100vh;
}

.site-info-iframe {
  width: 100%;
  height: 100%;
}

.flex-image-holder {
  flex: 1;
  min-width: 400px;
  padding-left: 80px;
}

.flex-image-holder.left {
  padding-left: 0;
  padding-right: 80px;
}

.flex-image-holder.mt98 {
  margin-top: 98px;
}

.flex-image-holder.mt98.mb-73 {
  z-index: 10;
  margin-bottom: 73px;
  position: relative;
}

.flex-image-holder.mt98.mb-73.mr-110 {
  object-fit: cover;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.flex-image-holder.mt98.mb-73.mr-110.rounded {
  border-radius: 8px;
  overflow: visible;
}

.div-block-2 {
  justify-content: space-around;
  display: flex;
}

.mr-11 {
  margin-right: 11px;
}

.down-arrow-button {
  width: auto;
  height: auto;
}

.scroll-prompt {
  z-index: 100;
  height: 64px;
  margin-right: 81px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.scroll-prompt-text {
  color: var(--white);
  letter-spacing: 1.2px;
  margin-bottom: 16px;
  margin-right: -27px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transform: rotate(-90deg);
}

.scroll-prompt-line {
  background-color: var(--white);
  width: 2px;
  height: 64px;
}

.empty-state {
  background-color: #0000;
}

.money {
  color: var(--indigo-50);
}

.flex-earnings {
  width: 100%;
}

.percentage-holder {
  width: 100%;
  margin-bottom: 32px;
  position: relative;
}

.percentage-holder.outer {
  margin-bottom: 0;
}

.calc-button-holder {
  justify-content: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.percent-text {
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  inset: 21% 8px 21% auto;
}

.html-holder {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
}

.html-holder.mt-40 {
  margin-top: 40px;
}

.gift-text-container {
  opacity: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 64px;
  display: flex;
}

.gift-text-container.hide {
  display: none;
}

.gift-text-container.show {
  display: block;
}

.blue-text {
  color: var(--indigo-50);
}

.gift-text {
  letter-spacing: .32px;
  text-transform: uppercase;
  font-weight: 900;
}

.buttons-and-form {
  width: 100%;
}

.html-embed-2 {
  background-color: #0000;
  margin-bottom: 0;
}

.gift-amount, .gift-period {
  color: var(--indigo-50);
}

.gift-period-container {
  background-color: #0000;
  justify-content: center;
  margin-bottom: 32px;
  display: flex;
}

.hidden {
  display: none;
}

.pt-100 {
  padding-top: 100px;
}

.pt-200 {
  padding-top: 200px;
}

.cursor {
  cursor: pointer;
}

.body-3 {
  background-color: var(--body-bg);
}

.bg {
  z-index: 0;
  object-fit: cover;
  height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.bg.left {
  inset: 0% auto 0% 0%;
}

.hand-drawn-illustration {
  z-index: 1;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
  left: auto;
  right: 0;
}

.hand-drawn-illustration.rounded {
  border-radius: 8px;
  margin-right: 80px;
  overflow: hidden;
}

.hand-drawn-illustration.move-right {
  left: 85px;
  right: auto;
}

.hand-drawn-illustration.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.map-embed {
  width: 100%;
}

.background-video {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-holder {
  position: relative;
}

.milestone-1, .milestone-2, .milestone-3 {
  opacity: 0;
  width: 100%;
  position: absolute;
}

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

@media screen and (min-width: 1280px) {
  .header.utility {
    min-height: 50vh;
  }

  .subtitle-2 {
    font-size: 20px;
  }

  .caption {
    font-size: 16px;
  }

  .grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .body-2 {
    font-size: 18px;
  }

  .body-1 {
    font-size: 20px;
  }

  .subtitle-1 {
    font-size: 24px;
  }

  .header-container {
    max-width: 1080px;
  }

  .number-statistic-text {
    font-size: 92px;
  }

  .secondary-label {
    font-size: 16px;
  }

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

  .section.home-below-hero {
    margin-bottom: 64px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link.w--current {
    color: var(--space-50);
  }

  .nav-button.blue-outline {
    color: #373fae;
    border-color: #373fae;
  }

  .nav-button.blue-outline.impact {
    padding: 17px 18px;
  }

  .nav-button.blue-outline.impact.mr-32 {
    width: 112px;
    margin-right: 0;
    line-height: 14px;
  }

  .blue-button {
    border-style: solid;
    line-height: 14px;
  }

  .blue-button.impact {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-right: 18px;
  }

  .blue-button.impact.mr-8 {
    border-style: solid;
    border-color: var(--blue-button);
    margin-right: 8px;
    line-height: 14px;
  }

  .blue-button.impact.calculator.hidden {
    display: none;
  }

  .blue-button.hero-donate {
    line-height: 20px;
  }

  .flex-container-breakout {
    max-width: none;
  }

  .flex-container-breakout.left, .flex-container-breakout.left.mid-content {
    justify-content: center;
  }

  .contribute-heading {
    text-align: left;
  }

  .why-help-heading-copy.mb-40 {
    margin-bottom: 40px;
  }

  .left-illustration-holder {
    flex: 0 auto;
  }

  .impact-calc-container {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 40px;
  }

  .form {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .input-label {
    text-align: left;
    width: auto;
    margin-bottom: 0;
    margin-right: 16px;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    display: flex;
  }

  .input-label.earnings {
    width: 247px;
  }

  .input-label.percentage {
    width: 108px;
  }

  .text-field {
    border-radius: 8px;
    height: 40px;
    margin-bottom: 0;
    margin-right: 32px;
  }

  .text-field.mr-8 {
    height: 40px;
    margin-bottom: 0;
    margin-right: 8px;
    padding: 8px;
  }

  .text-field.percent {
    width: 54px;
    margin-right: 0;
  }

  .form-block {
    margin-bottom: 0;
    display: flex;
  }

  .select {
    background-color: #0000;
    border-radius: 8px;
    height: 40px;
    margin-bottom: 0;
    margin-right: 32px;
  }

  .select.mb-32 {
    margin-bottom: 0;
    margin-right: 0;
  }

  .selector-contianer {
    align-items: center;
    width: auto;
    margin-bottom: 0;
    margin-right: 64px;
    display: flex;
  }

  .flex-image-holder {
    justify-content: flex-end;
    display: flex;
  }

  .flex-image-holder.mt98.mb-73.mr-110 {
    margin-right: 0;
  }

  .flex-earnings {
    align-items: center;
    margin-right: 64px;
    display: flex;
  }

  .percentage-holder {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
    position: relative;
  }

  .percentage-holder.outer {
    margin-right: 0;
  }

  .calc-button-holder {
    justify-content: flex-end;
  }

  .percent-text {
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    inset: 21% 10% 21% auto;
  }

  .html-holder {
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .gift-text-container {
    opacity: 1;
    text-align: center;
    margin-top: 64px;
    display: flex;
  }

  .gift-text {
    margin-top: 0;
    margin-bottom: 0;
  }

  .buttons-and-form {
    align-items: center;
    margin-bottom: 32px;
    display: flex;
  }

  .html-embed-2 {
    margin-bottom: 0;
  }

  .gift-amount, .gift-period {
    color: var(--indigo-50);
  }

  .gift-period-tab {
    border: 2px solid var(--indigo-50);
    color: var(--indigo-50);
    text-align: center;
    text-transform: uppercase;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 112px;
    margin-right: 8px;
    padding: 17px 18px;
    font-family: Work Sans, sans-serif;
    font-weight: 700;
    line-height: 14px;
    display: flex;
  }

  .gift-period-container {
    align-items: center;
    margin-bottom: 0;
    margin-right: 64px;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu.w--open {
    background-color: var(--white);
    margin-top: 0;
    margin-bottom: 0;
  }

  .sidebar-nav-div {
    border: 1px solid #dcdfe6;
    margin-top: 20px;
    display: flex;
    overflow: auto;
  }

  .styleguide-div {
    margin-top: 64px;
    margin-bottom: 0;
  }

  .styleguide-nav {
    z-index: 999;
    background-color: #fff;
    border-bottom: 1px solid #dcdfe6;
    width: 100%;
    margin-right: 0;
    padding: 5% 5% 24px;
    top: 0;
  }

  .styleguide-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .typography-card {
    align-items: baseline;
    height: 200px;
  }

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

  .grid._2-1-right {
    grid-column-gap: 32px;
    grid-template-columns: 1fr;
  }

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

  .grid._1-2-1 {
    grid-template-columns: .25fr 2fr .25fr;
  }

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

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

  .grid._2-1-left, .grid._1-2 {
    grid-template-columns: 1fr;
  }

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

  .button {
    align-self: center;
  }

  .styleguide-logo-wrapper {
    height: 40px;
    margin-bottom: 0;
  }

  .styleguide-logo-link {
    height: 40px;
  }

  .typography-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .styleguide-flex {
    flex-direction: column;
    width: 100%;
  }

  .number-statistic-text {
    font-size: 68px;
  }

  .section {
    padding-top: 0;
    padding-bottom: 64px;
  }

  .section.mid-hero.who-we-help {
    padding-bottom: 40px;
  }

  .nav-link {
    color: #323d49;
    border: 1px solid #e9e9e8;
  }

  .nav-link.drop-mod {
    border-style: none;
  }

  .nav-button.ml-8 {
    border-color: var(--blue-button);
    background-color: var(--blue-button);
    color: #323d49;
    border-radius: 0;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .nav-container, .container, .container.hero.centered {
    padding-left: 32px;
    padding-right: 32px;
  }

  .flex-container-breakout {
    padding-left: 32px;
  }

  .flex-container-breakout.left {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 32px;
  }

  .flex-container-breakout.left.mid-content {
    flex-direction: column;
    padding-right: 0;
  }

  .flex-container-breakout.align-center, .flex-container-breakout.align-left {
    flex-direction: column;
    align-items: flex-end;
  }

  .sherpa-stories-sub-container {
    column-count: 2;
  }

  .why-help-content-container.max-w-596 {
    margin-left: 32px;
  }

  .why-help-content-container.mt-70 {
    margin-top: 70px;
  }

  .why-help-content-container.mt-70.ml-32 {
    margin-left: 32px;
  }

  .contribute-container {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
  }

  .contribute-heading {
    margin-bottom: 32px;
    margin-right: 0;
  }

  .subscribe-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .impact-container {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
  }

  .flex-footer {
    flex-direction: column;
  }

  .footer-logo-container, .footer-logo-container.w--current {
    margin-bottom: 32px;
  }

  .footer-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
  }

  .footer-bottom-banner {
    flex-direction: column;
  }

  .copyright {
    margin-bottom: 16px;
  }

  .mid-hero-content {
    padding-bottom: 0;
  }

  .map-container {
    border-radius: 8px;
    overflow: hidden;
  }

  .sherpa-stories-collection-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sherpa-story-content-container {
    flex-direction: column;
  }

  .sherpa-bold-content-container, .sherpa-main-content-container {
    max-width: none;
  }

  .sherpa-bold {
    margin-bottom: 32px;
  }

  .decoration-right {
    max-height: 100%;
  }

  .decoration-left {
    height: 100%;
  }

  .dropdown-list-2.w--open {
    border-radius: 0;
  }

  .our-partners-slider-breakout {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 32px;
    margin-right: 32px;
  }

  .our-partners-labels {
    margin-bottom: 32px;
    margin-right: 0;
  }

  .business-partners-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .impact-calc-container {
    align-items: center;
  }

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

  .input-label {
    text-align: left;
  }

  .text-field {
    margin-right: 0;
  }

  .text-field.mr-8 {
    margin-bottom: 0;
  }

  .form-block {
    width: 100%;
  }

  .select {
    margin-right: 0;
  }

  .select.mb-32 {
    margin-bottom: 0;
  }

  .selector-contianer {
    justify-content: center;
    width: 100%;
    margin-right: 0;
  }

  .sherpa-collection.filtered {
    margin-bottom: 40px;
  }

  .flex-image-holder.mt98.mb-73.mr-110 {
    order: -1;
  }

  .menu-button {
    color: var(--white);
    margin-top: 38px;
    margin-bottom: 38px;
  }

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

  .scroll-prompt {
    margin-right: 32px;
  }

  .dropdown-2 {
    width: 100%;
  }

  .empty-state {
    margin-bottom: 40px;
  }

  .flex-earnings {
    align-items: center;
    width: 100%;
    margin-bottom: 32px;
    display: flex;
  }

  .percentage-holder {
    width: 100%;
    margin-bottom: 32px;
    display: flex;
  }

  .calc-button-holder {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .bg {
    height: auto;
  }

  .flex {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .full-hero.home {
    position: relative;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .nav-menu.w--open {
    background-color: var(--white);
    color: #323d49;
    flex-direction: column;
    align-items: stretch;
    margin-top: 0;
  }

  .subtitle-2 {
    letter-spacing: .01em;
    font-size: 16px;
  }

  .photography-featured-image {
    height: 40vh;
  }

  .styleguide-nav {
    padding-bottom: 16px;
  }

  .caption, .overline {
    font-size: 12px;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

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

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

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

  .button {
    padding: 12px 24px;
    font-size: 14px;
  }

  .body-2 {
    font-size: 14px;
  }

  .body-1 {
    font-size: 16px;
  }

  .subtitle-1 {
    letter-spacing: .01em;
    font-size: 18px;
  }

  .photography-image {
    height: 24vh;
  }

  .styleguide-color {
    padding: 16px;
  }

  .typography-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .header-container {
    width: 90%;
  }

  .number-statistic-text {
    font-size: 54px;
  }

  .secondary-label {
    font-size: 12px;
  }

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

  .section.donation-impacts {
    margin-top: 64px;
  }

  .section.faqs {
    margin-bottom: 96px;
    padding-bottom: 0;
  }

  .section.contribute {
    padding-bottom: 48px;
  }

  .section.contribute.no-hand-drawn {
    padding-bottom: 0;
  }

  .section.newsletter-cta {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section.mid-hero.impact {
    padding-bottom: 215px;
  }

  .section.py-80.pb-160 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section.mb-80, .section.short-hero.photo-gallery, .section.short-hero.frequently-asked-questions {
    margin-bottom: 32px;
  }

  .section.sherpa-content {
    padding-top: 32px;
    padding-bottom: 64px;
  }

  .section.poblem-statement {
    margin-bottom: 48px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section.goal-1, .section.goal-2, .section.goal-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.goal-4 {
    z-index: 1;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.our-mission {
    margin-bottom: 64px;
    padding-top: 32px;
    padding-bottom: 0;
  }

  .section.our-story {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 96px;
  }

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

  .nav-link {
    color: #323d49;
  }

  .nav-button.ml-8 {
    border-color: var(--blue-button);
    background-color: var(--blue-button);
    border-radius: 0;
    width: 100%;
    margin-left: 0;
  }

  .nav-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container {
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.hero.centered, .container.px-80 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.centered {
    padding-bottom: 0;
  }

  .home-hero-content {
    margin-bottom: 80px;
  }

  .hero-heading {
    font-size: 42px;
    line-height: 52.5px;
  }

  .hero-para {
    font-size: 18px;
    line-height: 27px;
  }

  .hero-buttons {
    margin-bottom: 0;
  }

  .white-outline-button.mr-24, .blue-button {
    padding: 17px 18px;
  }

  .blue-button.min-w-171 {
    text-align: center;
  }

  .blue-button.min-w-193 {
    min-width: auto;
  }

  .flex-container-breakout {
    flex-direction: column;
  }

  .flex-container-breakout.left {
    padding-right: 0;
  }

  .flex-container-breakout.left.align-center {
    padding-left: 0;
  }

  .flex-container-breakout.align-center {
    padding-left: 16px;
  }

  .flex-container-breakout.align-left {
    padding-left: 0;
  }

  .our-mission-content {
    order: -1;
    margin-top: 32px;
    margin-bottom: 32px;
    margin-right: 32px;
  }

  .our-mission-heading {
    letter-spacing: .64px;
  }

  .mission-para.mb-32 {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
  }

  .sherpa-stories-sub-container {
    column-count: 1;
    flex-direction: column;
    align-items: center;
    column-gap: 0;
    margin-bottom: 16px;
    display: flex;
  }

  .sherpa-stories-heading {
    letter-spacing: .24px;
    font-size: 24px;
    line-height: 30px;
  }

  .sherpa-stories-link {
    margin-bottom: 0;
  }

  .sherpa-stories-link.mb-32 {
    margin-bottom: 32px;
  }

  .sherpa-story-image {
    margin-bottom: 16px;
  }

  .why-help-content-container {
    margin-left: 16px;
    margin-right: 16px;
  }

  .why-help-content-container.max-w-596 {
    margin-left: 16px;
    padding-top: 32px;
    padding-bottom: 0;
  }

  .why-help-content-container.max-w-596.ml-0 {
    margin-left: 0;
  }

  .why-help-content-container.mt-70.ml-32 {
    margin-top: 0;
    margin-left: 16px;
  }

  .why-help-content-container.ml-80 {
    max-width: none;
  }

  .why-help-content-container.ml-80.my-100 {
    margin-left: 0;
    margin-right: 0;
  }

  .why-help-content-container.ml-80.my-100.mb-25 {
    margin-bottom: 25px;
  }

  .why-help-heading {
    letter-spacing: .64px;
    margin-bottom: 16px;
    position: relative;
  }

  .why-help-sub-heading {
    letter-spacing: .18px;
    font-size: 18px;
    line-height: 27px;
  }

  .why-help-para {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22.4px;
  }

  .why-help-para.mb-0 {
    font-size: 14px;
    line-height: 19.6px;
  }

  .why-help-para.mb-32 {
    margin-bottom: 32px;
  }

  .donation-grid {
    grid-template-columns: 1fr;
    margin-bottom: 64px;
  }

  .donation-grid.mb-32 {
    margin-bottom: 32px;
  }

  .donation-milestone-card {
    margin-bottom: 24px;
  }

  .donation-amount {
    letter-spacing: .2px;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 25px;
  }

  .donation-milestone-heading {
    letter-spacing: .24px;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 36px;
  }

  .donation-milestone-para {
    font-size: 14px;
    line-height: 19.6px;
  }

  .faqs-heading {
    letter-spacing: .24px;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 30px;
  }

  .faq.bottom {
    margin-bottom: 32px;
  }

  .gallery-container {
    padding-top: 0;
  }

  .contribute-container {
    margin-bottom: 0;
  }

  .contribute-heading {
    letter-spacing: .64px;
    font-size: 32px;
    line-height: 40px;
  }

  .subscribe-flex {
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .subscribe-heading {
    margin-top: 0;
    margin-bottom: 32px;
  }

  .input-and-socials {
    align-items: center;
  }

  .impact-container {
    margin-top: 32px;
    margin-bottom: 64px;
  }

  .impact-container.no-illustration {
    margin-bottom: 48px;
  }

  .flex-footer {
    margin-bottom: 32px;
  }

  .footer-logo-container {
    justify-content: center;
    margin-right: 0;
    display: flex;
  }

  .footer-logo-container.w--current {
    margin-right: 0;
  }

  .footer-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: auto;
  }

  .footer-logo {
    width: 192px;
    height: 192px;
  }

  .footer-links-heading {
    font-family: Source Sans Pro, sans-serif;
  }

  .copyright, .donation-milestones-flex-container.mb-32, .sherpa-stories {
    margin-bottom: 32px;
  }

  .why-help-heading-copy {
    text-align: center;
    margin-bottom: 40px;
  }

  .why-help-heading-copy.mb-80 {
    margin-bottom: 32px;
  }

  .sherpa-stories-card-image {
    margin-bottom: 16px;
  }

  .sherpa-stories-card-title {
    letter-spacing: .18px;
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 27px;
  }

  .sherpa-stories-secondary-text {
    letter-spacing: 1px;
    margin-bottom: 16px;
    font-size: 10px;
    line-height: 14px;
  }

  .mid-hero-content {
    padding-bottom: 40px;
  }

  .mid-hero-content.top-align.donate {
    padding-top: 214px;
  }

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

  .slash, .breadcrumb-origin, .breadcrumb-current.w--current {
    font-size: 10px;
    line-height: 14px;
  }

  .mid-hero-heading {
    letter-spacing: .84px;
    font-size: 42px;
    line-height: 52.5px;
  }

  .left-illustration-holder {
    margin-right: 16px;
  }

  .about-sherpa-heading {
    letter-spacing: .64px;
    font-size: 32px;
    line-height: 40px;
  }

  .about-sherpa-heading.directors {
    letter-spacing: .84px;
    font-size: 42px;
    line-height: 52.5px;
  }

  .map-container {
    border-radius: 8px;
    height: 382px;
    overflow: hidden;
  }

  .story-para {
    font-size: 14px;
    line-height: 19.6px;
  }

  .filters-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 62px;
  }

  .filter-by-label {
    margin-bottom: 8px;
  }

  .location-filter {
    margin-bottom: 16px;
  }

  .reset-filters-container {
    width: 100%;
  }

  .sherpa-stories-collection-grid {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .sherpa-stories-cms-hero {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 149px;
    padding-bottom: 40px;
  }

  .sherpa-name-heading {
    letter-spacing: .64px;
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 40px;
  }

  .sherpa-info-titles {
    letter-spacing: 1px;
    font-size: 10px;
    line-height: 14px;
  }

  .shserpa-media-container {
    order: -1;
    margin-bottom: 64px;
  }

  .sherpa-bold {
    letter-spacing: .24px;
    font-size: 24px;
    line-height: 33.6px;
  }

  .sherpa-main {
    font-size: 16px;
    line-height: 24px;
  }

  .problem-statement-container {
    align-items: flex-start;
  }

  .problem-statement-heading {
    font-size: 32px;
    line-height: 40px;
  }

  .problem-statement {
    text-align: left;
    letter-spacing: .18px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
  }

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

  .goals-content-container.max-w-596 {
    margin-right: 16px;
  }

  .decoration-right {
    max-width: 205px;
    max-height: 414px;
    inset: auto auto 0% 0%;
  }

  .mission-statement {
    margin-bottom: 0;
  }

  .our-story-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .stats-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-bottom: 96px;
  }

  .stats-container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .stat-title {
    text-align: center;
  }

  .our-partners-slider-breakout {
    flex-direction: column;
    margin-bottom: 64px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .our-partners-labels {
    margin-bottom: 32px;
    margin-right: 0;
  }

  .our-partners-slider-heading {
    margin-bottom: 16px;
  }

  .board-of-directors-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    margin-bottom: 32px;
  }

  .business-partners-card {
    max-width: 382px;
  }

  .business-partners-image-container {
    margin-bottom: 16px;
  }

  .business-partners-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .impact-heading {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 40px;
  }

  .impact-statement.business {
    font-size: 16px;
    line-height: 22.4px;
  }

  .donate-hero-para {
    text-align: left;
    font-weight: 700;
  }

  .board-of-directors-card {
    border: 1px solid #e9e9e8;
    border-radius: 8px;
    max-width: none;
    padding: 24px;
  }

  .flex-image-holder {
    order: -1;
    margin-bottom: 64px;
    padding-left: 0;
  }

  .flex-image-holder.left {
    margin-bottom: 64px;
  }

  .flex-image-holder.mt98.mb-73.mr-110 {
    margin-bottom: 16px;
  }

  .flex-image-holder.mt98.mb-73.mr-110.rounded {
    min-width: auto;
    max-height: 336px;
    display: flex;
  }

  .scroll-prompt {
    margin-right: 16px;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .dropdown-2 {
    width: 100%;
  }

  .text-block {
    line-height: 19.6px;
  }

  .gift-text {
    text-align: center;
    letter-spacing: .24px;
    font-size: 24px;
    line-height: 30px;
  }

  .bg {
    max-height: 336px;
    inset: auto 0% 0% auto;
  }

  .bg.left {
    max-height: 414px;
  }

  .hand-drawn-illustration {
    object-fit: cover;
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .flex {
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .styleguide-div {
    margin-top: 32px;
  }

  .photography-featured-image {
    height: 25vh;
  }

  .styleguide-nav {
    padding-bottom: 8px;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

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

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

  .photography-image {
    height: 15vh;
  }

  .typography-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .logo-div-inner {
    height: 140px;
    padding: 24px;
  }

  .number-statistic-text {
    font-size: 48px;
  }

  .section {
    padding-top: 0;
    padding-bottom: 24px;
  }

  .section.donation-impacts {
    margin-top: 32px;
  }

  .section.mid-hero.impact {
    padding-bottom: 43px;
  }

  .section.short-hero.sherpa-stories {
    height: 588px;
  }

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

  .color-grid, .color-grid.feedback {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-columns: 1fr;
  }

  .sidebar-nav-links {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-link {
    background-color: var(--white);
  }

  .nav-button.ml-8.mobile-menu {
    padding-left: 16px;
  }

  .hero-heading {
    max-width: 333px;
  }

  .blue-button.min-w-193 {
    justify-content: center;
    min-width: auto;
    line-height: 14px;
    display: flex;
  }

  .blue-button.ml-8.mobile-menu {
    border-radius: 0;
    width: 100%;
    margin-left: 0;
    padding-left: 16px;
    line-height: 14px;
    display: flex;
  }

  .flex-container-breakout.align-center, .flex-container-breakout.align-left {
    padding-left: 0;
  }

  .our-mission-content {
    margin-left: 16px;
  }

  .subscribe-heading {
    text-align: center;
  }

  .mid-hero-content.top-align.impact {
    padding-top: 145px;
  }

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

  .mid-hero-heading {
    letter-spacing: .84px;
    font-size: 42px;
    line-height: 52.5px;
  }

  .mid-hero-heading.mb-72 {
    margin-bottom: 42px;
  }

  .left-illustration-holder {
    margin-right: 16px;
  }

  .map-container {
    border-radius: 8px;
    overflow: hidden;
  }

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

  .impact-calc-container, .input-label {
    margin-bottom: 0;
  }

  .flex-image-holder {
    min-width: auto;
  }

  .flex-image-holder.left {
    padding-right: 16px;
  }

  .flex-image-holder.mt98.mb-73.mr-110 {
    justify-content: center;
    display: flex;
  }

  .menu-button-2 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .menu-button-2.w--open {
    background-color: var(--white);
    color: var(--neutral-gray-90);
  }

  .dropdown-3 {
    width: 100%;
  }

  .html-holder {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .gift-period-container {
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
    display: flex;
  }

  .bg {
    max-width: 205px;
  }

  .hand-drawn-illustration {
    right: auto;
  }
}

#w-node-b06496dc-55b6-3611-b7cc-583379a77bb8-79a77bb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f089d80-e4b0-6be3-d004-6dea52080f46-89c395e9, #w-node-_8f089d80-e4b0-6be3-d004-6dea52080f8c-89c395e9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8f089d80-e4b0-6be3-d004-6dea5208101e-89c395e9, #w-node-_8f089d80-e4b0-6be3-d004-6dea52081023-89c395e9 {
  align-self: stretch;
}

#w-node-_8f089d80-e4b0-6be3-d004-6dea5208117c-89c395e9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8f089d80-e4b0-6be3-d004-6dea5208117d-89c395e9, #w-node-_8f089d80-e4b0-6be3-d004-6dea5208117e-89c395e9, #w-node-_8f089d80-e4b0-6be3-d004-6dea5208117f-89c395e9, #w-node-_8f089d80-e4b0-6be3-d004-6dea52081180-89c395e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_8f089d80-e4b0-6be3-d004-6dea52080f46-89c395e9, #w-node-_8f089d80-e4b0-6be3-d004-6dea52080f8c-89c395e9 {
    grid-column: span 1 / span 1;
  }
}


