body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-bottom: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 3.4em;
  line-height: 1em;
  font-weight: 600;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gothamcondensed, sans-serif;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 700;
  letter-spacing: 0px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2em;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

h4 {
  font-family: Gothamcondensed, sans-serif;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gothamcondensed, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gothamcondensed, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  width: 100%;
  margin-bottom: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.3em;
  line-height: 1.6em;
}

a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Source Sans Pro', sans-serif;
  color: #9a9a9a;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 400;
  text-decoration: underline;
  box-shadow: none;
}

a:hover {
  color: #353535;
  text-align: center;
  box-shadow: none;
}

img {
  display: inline-block;
  max-width: 100%;
}

strong {
  font-weight: bold;
}

blockquote {
  padding: 0px;
  border-left: 5px none #e2e2e2;
  font-family: 'Source Sans Pro', sans-serif;
  color: #1090c8;
  font-size: 1.7em;
  line-height: 1.7em;
  font-style: italic;
  text-align: center;
  font-weight: 400;
  width: 100%;
}

blockquote::before {
  display: none;
}

._w-full {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e8e8e8;
}

._w-full.is-cta-background {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -2px;
  padding: 38px 50px 39px;
  padding-bottom: calc(6.5vw + 50px);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 144, 200, 0.63)), to(rgba(16, 144, 200, 0.63))), url('../images/footerimage.jpg');
  background-image: linear-gradient(180deg, rgba(16, 144, 200, 0.63), rgba(16, 144, 200, 0.63)), url('../images/footerimage.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

._w-full.grid-photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f1;
}

._w-mid {
  display: block;
  width: 100%;
  max-width: 1000px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

._w-mid.is-footprint-content {
  position: relative;
  top: -100px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-areas: ". . ."
    ". . ."
    ". . .";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto;
  grid-template-rows: auto auto auto;
}

.buttonsdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._w-narrow {
  display: block;
  width: 90%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

._w-narrow.c-cta-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 716px;
  margin-right: 75px;
  margin-left: 0px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sitewide-nav-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
  display: none;
  width: auto;
  height: auto;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.dropdown-2 {
  display: inline-block;
  width: 100%;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #818181;
  text-align: center;
}

.dropdown-2:hover {
  border-color: #443b51;
}

.dropdown-toggle-2 {
  width: 100%;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
}

.dropdown-toggle-2.w--open:hover {
  background-color: #443b51;
  color: #fff;
}

.dropdown-list-2.w--open {
  background-color: #443c51;
}

.dropdown-menu-3 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.dropdown-menu-3:hover {
  background-color: #544964;
  color: #fff;
}

.dropdown-menu-3.w--current {
  background-color: #544964;
  color: #fff;
}

.sticky-nav {
  position: fixed;
  top: -80px;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
}

.button-array-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 43%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 450px;
  padding: 40px 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1090c8;
}

.how-it-works-background {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.collage-item {
  overflow: hidden;
  width: 25%;
  height: 37vh;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -o-object-fit: cover;
  object-fit: cover;
}

.donation-page-form-wrapper-all {
  width: 100%;
}

.donation-page-form {
  width: 100%;
}

.donation-page-form.tablet {
  display: none;
}

.donation-page-form.mobilelandscape {
  display: none;
}

.donation-page-form.mobileportrait {
  display: none;
}

.testimonial-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 350px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-wrapper.last {
  margin-bottom: 157px;
}

.testimonial-content-left {
  position: relative;
  z-index: 5;
  width: 55%;
  padding: 35px;
  float: left;
  background-color: #fff;
  box-shadow: 11px 11px 20px 1px rgba(0, 0, 0, 0.4);
}

.testimonial-content-left.right {
  width: 62%;
  float: right;
  box-shadow: 11px 11px 20px 1px rgba(0, 0, 0, 0.4);
}

.testimonial-image {
  position: absolute;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 55%;
  height: 140%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
  box-shadow: 7px 7px 20px -5px rgba(0, 0, 0, 0.2);
}

.testimonial-image.right {
  right: 0px;
}

.testimonial-image.right._2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 150%;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/elizeu-dias-2EGNqazbAMk-unsplash.jpg');
  background-position: 45% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 11px 11px 20px 1px rgba(0, 0, 0, 0.4);
}

.testimonial-image.left {
  left: 0px;
}

.testimonial-image.left._3 {
  bottom: 0px;
  width: 100%;
  max-width: 40%;
  background-image: url('../images/edward-cisneros-_H6wpor9mjs-unsplash.jpg');
  background-position: 69% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 11px 11px 20px 1px rgba(0, 0, 0, 0.4);
}

.testimonial-image.left._1 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100%;
  max-width: 55%;
  background-image: url('../images/Artboard-2_1.jpg');
  background-position: 50% 32%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 11px 11px 20px 1px rgba(0, 0, 0, 0.4);
}

.testimonial-content-right {
  position: relative;
  z-index: 5;
  width: 50%;
  padding: 50px;
  float: right;
  background-color: #fff;
  box-shadow: 11px 11px 20px 1px rgba(0, 0, 0, 0.4);
}

.navbar {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  width: 100%;
  box-shadow: 1px 1px 7px -2px rgba(0, 0, 0, 0.5);
}

.lp-container {
  width: 100%;
  margin-top: 0px;
}

.how-it-works-background-2 {
  position: -webkit-sticky;
  position: sticky;
  top: -10px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 111vh;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

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

.attribution {
  margin-bottom: 0px;
  text-align: center;
  width: 100%;
}

.state-white-h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #1090c8;
  font-size: 3.5em;
  font-weight: 300;
  text-align: center;
}

.stats-heading {
  margin-top: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.icon-wrapper2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 288px;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.arrow-bye-trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.hero-text-wrapper-2 {
  position: relative;
  left: auto;
  right: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 42%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 40px 31px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.btn-1-2 {
  padding: 15px 46px;
  border-radius: 4px;
  background-color: #fe8b27;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.btn-1-2:hover {
  background-color: #ff8c28;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.image-56 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 45% 70%;
  object-position: 45% 70%;
}

.hf-logo {
  width: 100%;
  max-width: 200px;
  margin-bottom: 10px;
}

.hero-text-container {
  width: 100%;
  max-width: 517px;
  margin-top: 0px;
}

.h1-white {
  color: #fff;
  font-size: 3.1em;
}

.icon1 {
  width: 100%;
  max-width: 55px;
  margin-bottom: 10px;
  margin-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.h1-light {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #1090c8;
  font-size: 3.5em;
  font-weight: 400;
  text-align: center;
}

.monthly-time-ask-array {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 11px;
  padding-top: 2px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.open-ask {
  width: 100%;
  max-width: 100%;
}

.label-2 {
  position: static;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 54px;
  max-width: 27px;
  padding-top: 12px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #c1c1c1;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #e9ecef;
  font-family: 'Source Sans Pro', sans-serif;
  color: #616161;
  font-size: 19px;
  line-height: 27px;
  font-weight: 400;
  text-align: center;
}

.otherbox.selected .label-2 {
  background-color: #1090c8;
  border-color: #1090c8;
  color: #fff;
}

.total-amount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.monthly-box {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}

.form-block-2 {
  width: 100%;
  height: 62px;
  max-width: 32%;
  margin-bottom: 0px;
}

.btn-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 53px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 18px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #1090c8;
  border-radius: 3px;
  background-color: #1090c8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 1rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: none;
}

.btn-3:hover {
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #f0f0f0;
  color: #333;
  text-decoration: none;
}

.tabs {
  width: 100%;
  margin-top: 10px;
  padding-right: 30px;
  padding-left: 30px;
}

.one-time-ask-array {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 11px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.note {
  position: absolute;
  left: auto;
  top: -64px;
  right: 95px;
  bottom: auto;
  width: 100%;
  max-width: 112px;
}

.text-note {
  margin-bottom: 4px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #1090c8;
  font-size: 14px;
  line-height: 1.1rem;
  text-align: right;
}

.image-27 {
  position: absolute;
  left: auto;
  top: auto;
  right: -49px;
  bottom: -17px;
  width: 100%;
  max-width: 40px;
}

.text-field {
  position: static;
  height: 54px;
  margin-bottom: 0px;
  border: 1px solid #c1c1c1;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 19px;
}

.total-section {
  width: 100%;
  margin-bottom: 0px;
}

.button-donation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  height: 54px;
  margin-bottom: 12px;
  padding: 18px 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #c1c1c1;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 19px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.button-donation:hover {
  background-color: #f0f0f0;
  color: #333;
  text-decoration: none;
}

.button-donation.selected, .button-donation.selected:hover  {
  background-color: #1090c8;
  border-color: #1090c8;
  color: #fff;
}

.form-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.secure-note2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -12px;
  max-width: 144px;
  margin-top: 3px;
  margin-bottom: 0px;
  margin-left: 15px;
  color: #b3b3b3;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
}

.donate-form-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 500px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.25);
  opacity: 1;
  text-align: left;
}

.p-white {
  color: #fff;
  font-size: 20px;
}

.icon2 {
  width: 100%;
  max-width: 42px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.i-copy {
  display: block;
  width: 100%;
  max-width: 35px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.i-copy {
  width: 100%;
  max-width: 54px;
  margin-bottom: 10px;
  margin-left: 10px;
}

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

.container-2 {
  display: block;
  text-align: center;
}

.section-3 {
  padding: 30px 15px;
}

.mosaic_headline {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

.h1-light-float {
  position: relative;
  top: -100px;
  display: block;
  max-width: 80%;
  margin: 0px auto 70px;
  padding: 40px 93px;
  background-color: #1090c8;
  box-shadow: 11px 11px 20px 1px rgba(1, 1, 1, 0.32);
  color: #fff;
  font-size: 2em;
  line-height: 1.3em;
  font-weight: 400;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.block-quote-6 {
  font-size: 1.7em;
  line-height: 1.6em;
}

.block-quote-7 {
  line-height: 1.6em;
}

.block-quote-8 {
  line-height: 1.6em;
}

.fpo-footer {
  opacity: 0.43;
}

.fpo-text {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  padding-top: 129px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4f0;
  font-size: 10em;
}

.i-copy-copy {
  display: block;
  width: 100%;
  max-width: 44px;
  margin-bottom: 10px;
  margin-left: 0px;
}

.icon-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fpo-footer-container {
  position: relative;
}

.p-center {
  font-size: 1.7em;
  line-height: 1.7em;
}

.paragraph-9 {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 1.7em;
  line-height: 1.5em;
}

.hero-mobie {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: none;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 45% 70%;
  object-position: 45% 70%;
}

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

  p {
    font-size: 1.15em;
  }

  ._w-full.is-cta-background {
    padding: 30px 40px 40px;
    padding-bottom: calc(6.5vw + 40px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._w-narrow.c-cta-content {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 25px;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .icon-3 {
    font-size: 20px;
  }

  .hero-section {
    height: 450px;
    min-height: 450px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .collage-item {
    width: 33.333333%;
    height: 33.333333vw;
  }

  .donation-page-form.desktop {
    display: none;
  }

  .donation-page-form.tablet {
    display: block;
  }

  .testimonial-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 250px;
    margin-bottom: 75px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .testimonial-wrapper.reverse {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .testimonial-wrapper.last {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .testimonial-content-left {
    width: 100%;
  }

  .testimonial-content-left.right {
    width: 100%;
  }

  .testimonial-image.right {
    position: relative;
    width: 100%;
    height: 500px;
  }

  .testimonial-image.right._2 {
    display: none;
    height: 250px;
    max-width: 250px;
  }

  .testimonial-image.left {
    position: relative;
    width: 100%;
    height: 500px;
  }

  .testimonial-image.left._3 {
    display: none;
    height: 250px;
    max-width: 250px;
  }

  .testimonial-image.left._1 {
    bottom: 0px;
    display: none;
    height: 250px;
    max-width: 250px;
  }

  .testimonial-content-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lp-container {
    margin-top: 0px;
  }

  .how-it-works-background-2 {
    top: 0px;
    height: auto;
  }

  .icon-wrapper2 {
    max-width: 40%;
    margin-bottom: 25px;
  }

  .icon-wrapper2._1 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .hero-text-wrapper-2 {
    height: 100%;
    max-width: 46%;
    padding: 16px;
  }

  .hf-logo {
    max-width: 159px;
  }

  .donate-form-right {
    max-width: 100%;
    margin-right: 20px;
    margin-left: 0px;
  }

  .icon2 {
    max-width: 35px;
  }

  .h1-light-float {
    width: 100%;
    max-width: 100%;
    padding-right: 62px;
    padding-left: 62px;
  }

  .icon-section {
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .p-center {
    font-size: 1.4em;
    line-height: 1.5em;
  }

  .paragraph-9 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 37px;
  }

  h2 {
    font-size: 1.4em;
    line-height: 1.3em;
  }

  p {
    font-size: 1.3em;
    line-height: 1.6em;
  }

  ._w-full.is-cta-background {
    padding: 15px 15px 46px;
    padding-bottom: calc(6.5vw + 15px);
  }

  ._w-mid.is-footprint-content {
    padding-right: 15px;
    padding-left: 15px;
  }

  .buttonsdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  ._w-narrow.c-cta-content {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .button-array-container {
    width: 62%;
  }

  .hero-section {
    height: auto;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .collage-item {
    width: 50%;
    height: 50vw;
  }

  .donation-page-form.tablet {
    display: none;
  }

  .donation-page-form.mobilelandscape {
    display: block;
  }

  .testimonial-wrapper {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .testimonial-content-left {
    padding: 25px;
  }

  .testimonial-content-right {
    padding: 25px;
  }

  .lp-container {
    margin-top: 1px;
  }

  .state-white-h2 {
    margin-top: 11px;
    margin-bottom: 18px;
  }

  .icon-wrapper2 {
    margin-bottom: 40px;
  }

  .icon-wrapper2._1 {
    height: 170px;
    max-width: 42%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .icon-wrapper2._2 {
    height: 170px;
    max-width: 42%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .icon-wrapper2._3 {
    max-width: 42%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .icon-wrapper2._4 {
    max-width: 42%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .hero-text-wrapper-2 {
    max-width: 100%;
  }

  .image-56 {
    position: relative;
    display: none;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 70%;
    object-position: 50% 70%;
  }

  .hf-logo {
    margin-top: 5px;
    margin-bottom: 0px;
  }

  .h1-white {
    margin-bottom: 0px;
    font-size: 2.3em;
    line-height: 35px;
  }

  .icon1 {
    height: 45px;
  }

  .h1-light {
    margin-bottom: 20px;
    font-size: 2.9em;
    text-align: left;
  }

  .monthly-time-ask-array {
    margin-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .label-2 {
    width: 10%;
  }

  .form-block-2 {
    max-width: 49%;
  }

  .btn-3 {
    width: 100%;
    max-width: 100%;
  }

  .one-time-ask-array {
    margin-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .note {
    left: 0%;
    right: auto;
    bottom: auto;
    display: block;
    max-width: 100%;
    margin-top: 27px;
    font-weight: 700;
  }

  .text-note {
    font-size: 16px;
    text-align: center;
  }

  .image-27 {
    display: none;
  }

  .button-donation {
    width: 100%;
    max-width: 49%;
  }

  .donate-form-right {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .icon2 {
    height: 45px;
    max-width: 45px;
  }

  .i-copy {
    height: 50px;
  }

  .section-2 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .h1-light-float {
    margin-bottom: 20px;
    padding: 25px;
    font-size: 1.8em;
    line-height: 1.3em;
  }

  .block-quote-6 {
    font-size: 21px;
    line-height: 33px;
  }

  .block-quote-7 {
    font-size: 21px;
    line-height: 33px;
  }

  .block-quote-8 {
    font-size: 21px;
    line-height: 33px;
  }

  .i-copy-copy {
    height: 50px;
  }

  .icon-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .p-center {
    text-align: left;
  }

  .hero-mobie {
    position: relative;
    display: block;
    height: 250px;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 70%;
    object-position: 50% 70%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 25px;
    line-height: 35px;
  }

  h2 {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  ._w-mid {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .buttonsdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-bottom: 5px;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .button-array-container {
    width: 100%;
  }

  .hero-section {
    padding: 0px 0px 7px;
  }

  .collage-item {
    width: 50%;
    height: 50vw;
  }

  .donation-page-form.mobilelandscape {
    display: none;
  }

  .donation-page-form.mobileportrait {
    display: block;
  }

  .testimonial-content-left {
    padding: 5vw;
  }

  .testimonial-image.right._2 {
    display: none;
  }

  .testimonial-image.left._3 {
    display: none;
  }

  .testimonial-image.left._1 {
    display: none;
  }

  .testimonial-content-right {
    padding: 5vw;
  }

  .icon-wrapper2 {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
  }

  .icon-wrapper2._1 {
    height: auto;
    max-width: 100%;
    margin-bottom: 25px;
  }

  .icon-wrapper2._2 {
    height: auto;
    max-width: 100%;
    margin-bottom: 25px;
  }

  .icon-wrapper2._3 {
    max-width: 100%;
    margin-bottom: 25px;
  }

  .icon-wrapper2._4 {
    max-width: 100%;
  }

  .hero-text-wrapper-2 {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .btn-1-2 {
    width: 100%;
  }

  .hf-logo {
    max-width: 175px;
    margin-bottom: 0px;
  }

  .h1-light {
    font-size: 2.3em;
  }

  .monthly-time-ask-array {
    margin-top: 15px;
    margin-bottom: 18px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .label-2 {
    height: 45px;
    padding-top: 8px;
  }

  .total-amount {
    padding-right: 0px;
    padding-left: 0px;
  }

  .form-block-2 {
    height: 45px;
    max-width: 100%;
  }

  .btn-3 {
    width: 100%;
    max-width: 100%;
  }

  .tabs {
    padding-right: 0px;
    padding-left: 0px;
  }

  .one-time-ask-array {
    margin-top: 89px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .note {
    margin-top: 16px;
  }

  .text-field {
    height: 45px;
  }

  .button-donation {
    width: 100%;
    height: 45px;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .secure-note2 {
    bottom: -20px;
  }

  .donate-form-right {
    padding: 20px;
  }

  .p-white {
    font-size: 19px;
    line-height: 1.5em;
  }

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

  .h1-light-float {
    padding-bottom: 40px;
  }

  .block-quote-6 {
    font-size: 19px;
    line-height: 26px;
  }

  .block-quote-7 {
    font-size: 19px;
    line-height: 26px;
  }

  .block-quote-8 {
    font-size: 19px;
    line-height: 26px;
  }

  .icon-section {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-mobie {
    height: 175px;
  }
}

@font-face {
  font-family: 'Gothamcondensed book';
  src: url('../fonts/GothamCondensed-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gothamcondensed';
  src: url('../fonts/GothamCondensed-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gothamcondensed';
  src: url('../fonts/GothamCondensed-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gothamcondensed';
  src: url('../fonts/GothamCondensed-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

._w-narrow.is-slide-content {
  margin-left: inherit !important;
  margin-right: inherit !important;
}

#header-container, .container-fluid {
  max-width: 100%;
}

#interior-header-container > div, #email-signup-container {
  display: none;
}

#footer-container #bottom-footer-container > div p, #footer-container #bottom-footer-container > div div {
  width: auto;
  margin-bottom: 0;
}

#interior-header-container {
  padding-top: 160px;
}

@media screen and (max-width: 1040px) {
  #interior-header-container {
    display: none;
  }
}

.section-banner {
  display: none;
}

.section-footer {
  padding-top: 50px;
  margin-top: 0;
}