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

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

h2 {
  margin-top: 0px;
  margin-bottom: 13px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 27px;
  line-height: 1.5rem;
  font-weight: 600;
  text-align: left;
  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;
  color: #333;
  font-size: 19px;
  line-height: 1.5em;
  text-align: left;
}

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-align: center;
  text-decoration: underline;
}

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

li {
  line-height: 1.9em;
}

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

._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: 60px 30px 6.5vw;
  -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: #ee752c;
  background-image: url('../images/leaves.png');
  background-position: 50% 50%;
  background-size: auto;
  margin-bottom: -6.5vw;
}

.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;
  width: 100%;
  max-width: 500px;
  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;
}

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

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

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

.text-content-wrapper {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

.h1-white {
  color: #fff;
}

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

.label-2.selected {
  color: #fff;
  background-color: #ee752c;
  border-color: #ee752c;  
}

.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 #ee752c;
  border-radius: 3px;
  background-color: #ee752c;
  -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;
  box-shadow: none;
}

.btn-3:focus {
  background-color: #5c3380;
  color: #fff;
}

.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: 5px;
  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 {
  color: #fff;
  background-color: #ee752c;
  border-color: #ee752c;
}

.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: 25px;
  padding-bottom: 10px;
  -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;
  border-radius: 15px;
  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;
}

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

.center {
  font-size: 1.5em;
  line-height: 1.6em;
  text-align: center;
}

.fpo-footer {
  opacity: 1;
}

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

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

.p-center.white {
  color: #fff;
}

.orange-hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 550px;
  margin-top: 91px;
  padding: 0px 0px 0px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-top-text-wrapper {
  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: 50%;
  margin-top: 0px;
  margin-right: 50px;
  margin-bottom: 0px;
  padding: 40px 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.hero-iamge {
  position: relative;
  left: -50px;
  width: 100%;
  height: 450px;
  max-width: 100%;
  border-radius: 15px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 17%;
  object-position: 50% 17%;
}

._w-mid-2 {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
}

._w-mid-2.poverty {
  padding-top: 50px;
  padding-bottom: 100px;
}

.impact-text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  padding: 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;
}

.impact-text-box.no-top-margin {
  margin-top: 0px;
}

.p-show {
  display: none;
}

.photo-container {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-image: url('../images/priscilla-du-preez-Boueg0GkSEc-unsplash.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.photo-container._2 {
  overflow: hidden;
  height: 450px;
  border-radius: 0px;
  background-image: none;
}

.photo-container._3 {
  overflow: hidden;
  height: 450px;
  border-radius: 0px;
  background-image: none;
}

.photo-container._1 {
  position: relative;
  overflow: hidden;
  height: 450px;
  max-width: 100%;
  border-radius: 15px;
  background-image: none;
}

.photo-container._3 {
  position: relative;
  overflow: hidden;
  height: 550px;
  max-width: 100%;
  border-radius: 15px;
  background-image: none;
}

.photo-container._2 {
  position: relative;
  overflow: hidden;
  height: 700px;
  max-width: 100%;
  border-radius: 15px;
  background-image: none;
}

.headline-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 43px;
  margin-left: 0px;
}

.impact-section {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #f0ecd8;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.impact-photo1 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.impact-photo1._2 {
  -o-object-position: 94% 50%;
  object-position: 94% 50%;
}

.impact-photo1._1 {
  -o-object-position: 94% 50%;
  object-position: 94% 50%;
}

.impact-container-1 {
  width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 75px;
}

.impact-container-2 {
  width: 100%;
  max-width: 100%;
}

.left-column {
  width: 100%;
  max-width: 46%;
}

.right-column {
  width: 100%;
  max-width: 46%;
}

.interrupter-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  padding: 60px 30px 50px;
  -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;
  background-color: #ee752c;
}

.width-container {
  width: 100%;
  max-width: 1200px;
  margin-top: 25px;
  margin-bottom: 25px;
}

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

.h1-center.orange {
  color: #ee752c;
  font-size: 3.2em;
  line-height: 1.2em;
  font-weight: 300;
}

.h1-center.no-bottom-margin {
  margin-bottom: 12px;
  color: #fff;
}

.teacher-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1150px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._w-full-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 75px 30px;
}

.tim-section {
  width: 100%;
  background-color: #fff;
}

.quote-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  padding: 25px 30px;
  -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;
  background-color: #f0ecd8;
}

.icon6-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin-top: 15px;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -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;
}

.benefit-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 30%;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #fff;
  color: #45374a;
  text-align: center;
}

.headline-wrapper-100 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: 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;
}

.action2-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 60px 30px 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: none;
  text-align: center;
}

.action2-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-color: #000;
}

.benefit-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 30%;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.action2-content-container {
  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;
}

.benefit-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 30%;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #fff;
  color: #45374a;
  text-align: center;
}

.benefits-photo {
  width: 100%;
  height: 200px;
  margin-bottom: 28px;
  border-radius: 15px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 42% 25%;
  object-position: 42% 25%;
}

.width-container-margin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-top: 0px;
  margin-bottom: 29px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.tim-text-container {
  width: 100%;
  max-width: 624px;
  padding: 21px 44px 35px;
  border-radius: 15px;
  background-color: #fff;
}

.gif {
  width: 100%;
  max-width: 150px;
  margin-bottom: 5px;
}

.h1-orange {
  color: #ee752c;
}

.white-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 53px;
  max-width: 200px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 16px 30px 18px;
  -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 #ee752c;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Source Sans Pro', sans-serif;
  color: #ee752c;
  font-size: 19px;
  line-height: 1rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: none;
}

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

.white-button:focus {
  background-color: #225575;
  color: #fff;
}

.h1-smaller {
  font-size: 2.7em;
  line-height: 0.8em;
}

.hero-photo-container {
  position: relative;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 50%;
  padding-top: 40px;
  padding-right: 0px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/leaves.png');
  background-position: 0px 0px;
  background-size: auto;
}

.heading-10 {
  font-size: 3em;
}

.image-57 {
  width: 100%;
}

.tim-photo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

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

  p {
    font-size: 16px;
    line-height: 1.4em;
  }

  ._w-full.is-cta-background {
    padding: 14px 40px 6.5vw;
    -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%;
    max-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;
  }

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

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

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

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

  .hero-text-container {
    margin-right: 20px;
  }

  .h1-white {
    margin-bottom: 10px;
    font-size: 2.8em;
    text-align: center;
  }

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

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

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

  .orange-hero-section {
    height: 425px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .hero-top-text-wrapper {
    left: 0px;
  }

  .hero-iamge {
    left: -30px;
    height: 350px;
  }

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

  ._w-mid-2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  ._w-mid-2.poverty {
    padding: 31px 0px 0px;
  }

  .impact-text-box {
    height: auto;
    margin-top: 15px;
    margin-bottom: 40px;
    margin-left: 0px;
    padding: 0px;
  }

  .photo-container._1 {
    height: 300px;
  }

  .photo-container._3 {
    height: 300px;
  }

  .photo-container._2 {
    height: 300px;
  }

  .headline-wrapper {
    max-width: 500px;
    margin-bottom: 0px;
  }

  .column-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .impact-photo1 {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .impact-photo1._3 {
    -o-object-position: 50% 13%;
    object-position: 50% 13%;
  }

  .impact-container-1 {
    margin-bottom: 40px;
  }

  .left-column {
    max-width: 100%;
  }

  .right-column {
    max-width: 100%;
  }

  .interrupter-section {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .h1-center.orange {
    font-size: 2.8em;
    line-height: 1.2em;
  }

  .h1-center.no-bottom-margin {
    font-size: 2.7em;
  }

  .teacher-container {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  ._w-full-2 {
    padding: 0px;
  }

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

  .action2-container {
    padding-top: 27px;
    padding-bottom: 5px;
  }

  .action2-content-wrapper {
    width: 100%;
  }

  .action2-content-container {
    -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;
  }

  .width-container-margin {
    margin-bottom: 6px;
  }

  .tim-text-container {
    max-width: 100%;
    padding: 15px 30px 20px;
  }

  .h1-orange {
    margin-bottom: 19px;
    font-size: 2.8em;
  }

  .h1-smaller {
    margin-bottom: 16px;
    font-size: 2.3em;
  }

  .hero-photo-container {
    max-width: 50%;
    min-height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-10 {
    font-size: 2.5em;
  }

  .tim-photo {
    position: relative;
    height: 350px;
    -o-object-position: 50% 6%;
    object-position: 50% 6%;
  }
}

@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: 16px;
    line-height: 21px;
  }

  ._w-full.is-cta-background {
    padding: 15px 15px 6.5vw;
  }

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

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

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

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

  .hero-text-container {
    max-width: 100%;
    margin-right: 0px;
    text-align: center;
  }

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

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

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

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

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

  .button-donation._100 {
    max-width: 31%;
    margin-bottom: 15px;
  }

  .button-donation.active {
    max-width: 31%;
  }

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

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

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

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

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

  .hero-top-text-wrapper {
    max-width: 100%;
    padding: 10px 20px 20px;
    text-align: left;
  }

  .hero-iamge {
    left: 0px;
    top: 30px;
    height: 303px;
  }

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

  ._w-mid-2 {
    padding: 30px 20px;
  }

  ._w-mid-2.poverty {
    padding-top: 45px;
  }

  .impact-text-box {
    padding: 0px;
  }

  .impact-text-box.no-top-margin {
    margin-bottom: 0px;
    padding: 0px;
  }

  .impact-text-box.last {
    margin-bottom: 30px;
  }

  .p-show {
    display: block;
  }

  .headline-wrapper {
    max-width: 400px;
  }

  .impact-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .interrupter-section {
    padding-bottom: 20px;
  }

  .h1-center.no-bottom-margin {
    line-height: 44px;
  }

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

  ._w-full-2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .icon6-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .benefit-2 {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-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;
  }

  .headline-wrapper-100 {
    max-width: 500px;
    margin-left: auto;
  }

  .action2-container {
    padding-right: 4%;
    padding-left: 4%;
    box-shadow: none;
  }

  .action2-content-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .benefit-1 {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .benefit-3 {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-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;
  }

  .benefits-photo {
    max-width: 35%;
  }

  .tim-text-container {
    max-width: 100%;
    padding: 15px 30px 25px;
  }

  .h1-orange {
    font-size: 3.9em;
    line-height: 54px;
    text-align: left;
  }

  .white-button {
    width: 100%;
    max-width: 100%;
  }

  .h1-smaller {
    line-height: 1em;
  }

  .hero-photo-container {
    right: 0px;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 20px;
  }

  .heading-10 {
    font-size: 2em;
  }

  .italic-text-2 {
    text-align: left;
  }

  .card-text {
    width: 100%;
    height: 100%;
    max-width: 65%;
    padding-left: 30px;
  }

  .tim-photo {
    position: relative;
    height: 300px;
  }
}

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

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

  p {
    font-size: 16px;
    line-height: 21px;
  }

  ._w-full.is-cta-background {
    padding-top: 2px;
  }

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

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

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

  .monthly-time-ask-array {
    margin-top: 5px;
    margin-bottom: 5px;
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .label-2 {
    height: 50px;
    padding-top: 8px;
    padding-right: 2px;
    padding-left: 2px;
  }

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

  .form-block-2 {
    height: 50px;
    max-width: 48%;
  }

  .btn-3 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
  }

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

  .button-donation-autofocused {
    width: 100%;
    height: 50px;
    max-width: 48%;
    margin-bottom: 10px;
  }

  .button-donation-autofocused:focus {
    background-color: #1090c8;
  }

  .note {
    margin-top: 16px;
  }

  .text-field {
    height: 50px;
  }

  .button-donation {
    width: 100%;
    height: 50px;
    max-width: 48%;
    margin-bottom: 10px;
  }

  .button-donation._100 {
    height: 50px;
    max-width: 48%;
    margin-bottom: 10px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .button-donation.active {
    height: 50px;
    max-width: 48%;
    margin-bottom: 10px;
  }

  .secure-note2 {
    right: -8px;
    bottom: -7px;
    font-size: 13px;
  }

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

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

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

  .p-center {
    margin-bottom: 0px;
    font-size: 1.1em;
    line-height: 1.3em;
  }

  .p-center.white {
    font-size: 16px;
  }

  .orange-hero-section {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .hero-iamge {
    top: 20px;
    height: 200px;
  }

  ._w-mid-2 {
    padding: 15px;
  }

  ._w-mid-2.poverty {
    padding: 18px 0px 0px;
  }

  .impact-text-box {
    padding: 0px;
  }

  .impact-text-box.no-top-margin {
    background-color: transparent;
  }

  .photo-container._1 {
    height: 200px;
  }

  .photo-container._3 {
    height: 200px;
  }

  .photo-container._2 {
    height: 200px;
  }

  .headline-wrapper {
    max-width: 100%;
  }

  .interrupter-section {
    padding: 15px 20px 0px;
  }

  .h1-center.orange {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 1.7em;
    line-height: 1.3em;
  }

  .h1-center.no-bottom-margin {
    font-size: 2.3em;
    line-height: 38px;
  }

  .teacher-container {
    padding: 0px;
  }

  .quote-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .icon6-container {
    margin-bottom: 15px;
  }

  .benefit-2 {
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .headline-wrapper-100 {
    max-width: 100%;
  }

  .action2-container {
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .benefit-1 {
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .benefit-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .benefits-photo {
    height: 135px;
    max-width: 100%;
    margin-bottom: 12px;
  }

  .tim-text-container {
    padding: 5px 15px 15px;
  }

  .gif {
    margin-bottom: 0px;
  }

  .h1-orange {
    font-size: 2.4em;
    line-height: 34px;
  }

  .white-button {
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
  }

  .h1-smaller {
    font-size: 1.5em;
  }

  .heading-10 {
    margin-bottom: 5px;
    font-size: 1.8em;
    line-height: 31px;
    text-align: center;
  }

  .card-text {
    max-width: 100%;
    padding-left: 0px;
  }

  .tim-photo {
    height: 200px;
  }
}

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

#google_language_translator {
  display: none !important;
}

.section-footer {
  z-index: 1;
}

.section-footer p {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4em;
}

.section-footer .logo img {
  display: block;
}

@media screen and (max-width: 1199px) {
  .section-footer .footer-bottom p {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .section-footer .logo img {
    margin: 0 auto;
  }
}