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

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 5em;
  line-height: 1em;
  font-weight: 700;
  text-transform: none;
}

h2 {
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #e17d00;
  font-size: 2.75em;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: none;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #007299;
  font-size: 1.7em;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

main h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

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

main p {
  margin-bottom: 20px;
  font-size: 1.25em;
  line-height: 1.65em;
}

main a {
  color: #a21b28;
  font-weight: 700;
  text-decoration: underline;
}

main a:hover {
  color: #961b27;
  text-decoration: none;
}

main li {
  margin-bottom: 10px;
  font-size: 1.15em;
  line-height: 1.6em;
}

main label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

main strong {
  color: #e17d00;
  font-weight: 700;
}

blockquote {
  margin-top: 45px;
  margin-bottom: 45px;
  padding: 0px;
  border-left: 5px none #e2e2e2;
  color: #333;
  font-size: 2em;
  line-height: 1.5em;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.is-txt-white {
  color: #fff;
  text-transform: none;
}

.subhead {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 400;
}

.subhead.white-txt {
  color: #272727;
  font-size: 1.3em;
}

.subhead.centered {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 1.3em;
  text-align: left;
}

.subhead.white-txt.centered {
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
}

.subhead.is-txt-white {
  padding-right: 48px;
  color: #fff;
  font-size: 23px;
  line-height: 1.4em;
}

.navigation {
  position: fixed;
  top: 0px;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  padding: 13px 10px;
  -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 1px 3px 0 rgba(0, 0, 0, .25);
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #272727;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.field-label {
  color: #272727;
  font-size: 2em;
  font-weight: 300;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 54px;
  -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;
}

.testimonials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 50px 100px;
  -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;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1000px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.image-2 {
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
}

.centeredquote {
  color: #272727;
  font-size: 1.25em;
  line-height: 1.15em;
  text-align: center;
}

.centered {
  text-align: center;
}

.starving-img {
  height: 655px;
  margin-top: -118px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(18%, transparent)), url('../images/GettyImages-513392803.jpg');
  background-image: linear-gradient(180deg, #fff, transparent 18%), url('../images/GettyImages-513392803.jpg');
  background-position: 0px 0px, 50% 66%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.final-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  min-height: 550px;
  padding: 75px;
  -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;
  background-image: url('../images/GettyImages-102761448-web.jpg');
  background-position: -280px 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-shadow: inset 0 4px 17px 0 rgba(0, 0, 0, .86);
}

.div-block-15 {
  max-width: 600px;
}

.footer {
  position: relative;
  display: block;
  padding: 0px;
  -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: #272727;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  margin-right: 50px;
  -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;
}

.footer-copy {
  color: #919191;
}

.link-block-2 {
  width: 100px;
  height: 45px;
  margin-right: 15px;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.recurring {
  display: none;
  margin-top: 20px;
}

.form-block-2 {
  display: block;
  margin-bottom: 40px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-bottom: 0px solid rgba(0, 0, 0, .25);
  font-family: 'Open Sans', sans-serif;
}

.form-block-2.first-block {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  border-width: 0px 0px 1px;
  border-color: transparent transparent rgba(0, 0, 0, .25);
  border-bottom-style: none;
}

.form-block-2.first-block {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  border-width: 0px 0px 1px;
  border-color: transparent transparent rgba(0, 0, 0, .25);
  border-bottom-style: none;
}

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

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

.dropdown-toggle {
  width: 100%;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  font-family: 'Fa solid 900', sans-serif;
}

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

.dropdown-menu {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

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

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

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

.sitewide-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
  display: inline-block;
  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%, .5);
}

.text-field-2 {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  background-color: transparent;
  color: #272727;
  font-size: 2em;
  line-height: 1.5em;
}

.text-field-2:focus {
  border-bottom-color: #f7bc1d;
}

.text-field-2::-webkit-input-placeholder {
  color: #fff;
}

.text-field-2:-ms-input-placeholder {
  color: #fff;
}

.text-field-2::-ms-input-placeholder {
  color: #fff;
}

.text-field-2::placeholder {
  color: #fff;
}

.hero-content-3 {
  width: 65%;
  max-width: 700px;
  margin-right: 50px;
  margin-left: 50px;
}

.centeredh2-2 {
  max-width: 100%;
  font-family: Lato, sans-serif;
  color: #e17d00;
  font-weight: 800;
  text-align: left;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 21%;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.white-txt-2 {
  color: #fff;
}

.white-txt-2.footer-cta-h2 {
  color: #272727;
}

.white-txt-2.centered {
  font-family: Lato, sans-serif;
  font-weight: 800;
  text-align: left;
}

.max-800-2 {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.cta-section {
  display: block;
  max-width: 1000px;
  margin-top: -100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #a21b28;
}

.select-amount-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-27 {
  position: relative;
  max-width: 1000px;
  margin-top: 0px;
  padding-bottom: 60px;
  background-color: #007299;
}

.max-1000 {
  max-width: 1000px;
}

.image-9 {
  width: 100%;
  max-width: none;
}

.button {
  position: relative;
  display: block;
  width: 280px;
  height: 65px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 18px;
  padding-bottom: 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 #fff;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#648c1c), to(#648c1c));
  background-image: linear-gradient(180deg, #648c1c, #648c1c);
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
	text-shadow: none;
}

.button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#555), to(#555));
  background-image: linear-gradient(180deg, #555, #555);
	text-shadow: none;
}

.button:active {
  font-weight: 600;
}

.button.center {
  width: 100%;
  max-width: 204px;
}

.button.center {
  width: 100%;
  max-width: 280px;
  border-style: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e17d00), to(#e17d00));
  background-image: linear-gradient(180deg, #e17d00, #e17d00);
}

.button.center:hover {
  background-color: #888;
  background-image: none;
  color: #fff;
}

.button.top {
  width: 100%;
  max-width: 204px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e17d00), to(#e17d00));
  background-image: linear-gradient(180deg, #e17d00, #e17d00);
  color: #fff;
}

.button.top:hover {
  background-color: #888;
  background-image: none;
}

.button.top {
  width: 100%;
  max-width: 204px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e17d00), to(#e17d00));
  background-image: linear-gradient(180deg, #e17d00, #e17d00);
  color: #fff;
}

.button.top:hover {
  background-color: #888;
  background-image: none;
}

.headline {
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 900;
  text-transform: none;
}

.bold-text-7 {
  color: #fff;
}

main .btn {
  width: 20%;
  margin-bottom: 0px;
  padding: 15px 0px;
  border-radius: 3px;
  background-color: #007299;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-align: center;
  text-transform: none;
}

main .btn:hover {
  background-color: #444;
  color: #fff;
  text-decoration: none;
}

.btn.smaller-btn {
  width: 23%;
  max-width: 150px;
}

.btn.smaller-btn.white-btn {
  background-color: #007299;
  color: #fff;
}

.btn.smaller-btn.white-btn:hover {
  background-color: #888;
  color: #fff;
}

.btn.smaller-btn.orange-btn {
  background-color: #007299;
}

.btn.smaller-btn.orange-btn:hover {
  background-color: #888;
}

.btn.full-btn.orange-btn {
  width: 100%;
  max-width: 150px;
  margin-left: 0px;
  padding-left: 0px;
  background-color: #e17d00;
}

.btn.full-btn.orange-btn:hover {
  background-color: #888;
}

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

.btn.white-btn:hover {
  background-color: #e17d00;
  color: #fff;
}

.bold-text-9 {
  color: #272727;
}

.bold-text-10 {
  color: #333;
}

.bold-text-11 {
  color: #007299;
}

.bold-text-12 {
  color: #007299;
  line-height: 1.15em;
}

.bold-text-13 {
  color: #007299;
}

.amountbottom {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #272727;
  background-color: transparent;
  color: #272727;
  font-size: 2em;
  line-height: 1.5em;
}

.amountbottom:focus {
  border-bottom-color: #f7bc1d;
}

.amountbottom::-webkit-input-placeholder {
  color: #272727;
}

.amountbottom:-ms-input-placeholder {
  color: #272727;
}

.amountbottom::-ms-input-placeholder {
  color: #272727;
}

.amountbottom::placeholder {
  color: #272727;
}

.field-labelwhite {
  margin-bottom: 0px;
  color: #fff;
  font-size: 2em;
  font-weight: 300;
}

.bold-text-6-tracie {
  color: #272727;
  font-weight: 800;
}

.red-subhead {
  width: 100%;
  max-width: 510px;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #951a27;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 1.15em;
  font-weight: 700;
}

.hero-content-black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-content-black.leftalign {
  -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;
}

.c-reminder {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  max-width: 320px;
  margin: 20px;
  padding: 25px 25px 25px 15px;
  background-color: #cfcfcf;
  text-decoration: none;
}

.closebtn {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 0px;
  padding: 6px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 1.2em;
}

.closebtn:hover {
  color: #fff;
}

.c-reminder-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.uparrow {
  margin-right: 10px;
  font-size: 1.5em;
}

._w-full {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._w-full.is-w-full-hero {
  padding: 59px 50px 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .28)), to(rgba(0, 0, 0, .28))), url('../images/example-bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .28), rgba(0, 0, 0, .28)), url('../images/example-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

._w-full.is-w-full-hero.is-w-full-hero-leadgencta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 100px;
  padding-bottom: 110px;
  background-image: url('../images/GettyImages-900353132-web.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .28)), to(rgba(0, 0, 0, .28))), url('../images/example-bg.png');
  background-image: url('../images/GettyImages-900353132-web.jpg'), linear-gradient(180deg, rgba(0, 0, 0, .28), rgba(0, 0, 0, .28)), url('../images/example-bg.png');
  background-position: 0% 50%, 0px 0px, 50% 50%;
  background-size: cover, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

._w-full.is-w-full-hero.is-w-full-hero-leadgencta.donate {
  display: block;
}

._w-full.is-w-full-hero.is-w-full-hero-hopenotes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 520px;
  min-height: 0px;
  margin-top: 90px;
  padding: 100px;
  -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;
  background-image: linear-gradient(86deg, #fff, #fff, transparent 60%), url('../images/GettyImages-1043554636-web-edit.jpg'), linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/example-bg.png');
  background-position: 0px 0px, 100% 50%, 0px 0px, 50% 50%;
  background-size: auto, auto, auto, cover;
  background-repeat: repeat, no-repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll, fixed;
}

._w-full.is-w-full-icons {
  padding: 75px 50px 10px;
  background-color: transparent;
  text-align: center;
}

.c-namefield {
  width: 48%;
}

.form-2 {
  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-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;
}

._w-mid {
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
}

._w-mid.is-w-mid-iconsflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._w-mid.is-hope-note-intro {
  padding: 50px 50px 85px;
}

.checkbox-field {
  margin-top: 20px;
}

._w-narrow {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

._w-narrow.is-w-narrow-leadgenform {
  max-width: 950px;
  margin-top: -50px;
  padding: 40px 50px 30px;
  background-color: #007299;
}

.c-quoteslider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 40px;
  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-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: #007299;
}

.m-quoteslider-mphoto-photo {
  display: none;
}

.c-quoteslider-slide1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #007299;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.iconlabel {
  max-width: none;
  margin-bottom: 10px;
  font-size: 1.25em;
  line-height: 22px;
  font-weight: 700;
}

.m-quoteslider-mphoto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -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;
}

.c-hero-content-right {
  width: 50%;
  margin-left: auto;
}

.c-icon {
  width: 30%;
  max-width: none;
  margin-right: 20px;
  margin-left: 20px;
}

._w-wide {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.image-10 {
  display: block;
  max-width: 140px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.m-quoteslider-mquote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 6px;
  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-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;
  font-size: 12px;
}

.c-quoteslider-slide2 {
  background-color: #007299;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.c-quoteslider-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.btn-3 {
  width: 20%;
  margin-bottom: 0px;
  padding: 15px 0px;
  border-radius: 3px;
  background-color: #007299;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-align: center;
  text-transform: none;
}

.btn-3:hover {
  background-color: #444;
  color: #fff;
  text-decoration: none;
}

.btn-3.full-btn.orange-btn {
  width: 100%;
  max-width: 150px;
  margin-top: 10px;
  margin-left: 0px;
  padding-left: 0px;
  background-color: #e17d00;
  font-size: 16px;
  font-weight: 700;
}

.btn-3.full-btn.orange-btn:hover {
  background-color: #888;
}

.btn-3.full-btn.orange-btn {
  width: 100%;
  max-width: 150px;
  margin-left: 0px;
  padding-left: 0px;
  background-color: #e17d00;
}

.btn-3.full-btn.orange-btn:hover {
  background-color: #888;
}

.opt-in-intro {
  width: 96%;
}

.opt-in-intro p {
  margin-bottom: 25px;
  color: #fff;
}

.opt-in-intro strong {
  display: block;
  margin-bottom: -15px;
  color: #fff;
}

.opt-in-intro h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 2.7em;
  text-align: left;
}

.field-label-opt-in {
  color: #fff;
}

.check-label-op-in {
  color: #fff;
}

.c-donate-copy p {
  margin-bottom: 12px;
  color: #272727;
}

.c-donate-copy strong {
  display: block;
  margin-bottom: -15px;
  color: #fff;
}

.c-donate-copy h2 {
  margin-bottom: 5px;
  color: #e17d00;
  font-size: 2.6em;
  line-height: 1em;
}

.c-hero-text {
  display: block;
  width: 558px;
  padding-top: 0px;
  -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;
  text-align: left;
}

.c-hero-text p {
  margin-bottom: 0px;
  color: #272727;
}

.c-hero-text h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #e17d00;
  font-size: 2.6em;
}

.c-hero-text strong {
  display: block;
  width: 462px;
  margin-bottom: 0px;
  font-size: 1.2em;
}

.c-hero-text h1 {
  margin-bottom: 15px;
  color: #007299;
  line-height: 1.2em;
}

.about-intro strong {
  display: block;
}

.about-intro h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 2.6em;
}

.about-intro h3 {
  margin-top: -5px;
  text-align: center;
}

.link-block-5 {
  display: none;
}

.block-quote {
  margin-top: 0px;
  margin-right: -41px;
  padding-right: 0px;
  color: #fff;
  font-size: 1.9em;
  text-align: left;
	width: 100%;
}

.testimonial-intro {
  position: relative;
  bottom: -115px;
  z-index: 200;
  display: none;
}

.testimonial-intro h2 {
  margin-bottom: 5px;
  color: #fff;
  font-size: 2.6em;
}

.footer-desktop {
  position: absolute;
  display: block;
}

.footer-tablet {
  display: none;
}

.image-12 {
  position: relative;
  width: 100%;
}

.image-13 {
  position: relative;
  width: 100%;
}

.footer-mobile-landscape {
  position: absolute;
  display: none;
}

.footer-mobile-portrait {
  position: absolute;
  display: none;
  width: 100%;
}

.testimonial-1 {
  width: 100%;
  height: 100%;
  max-height: 230px;
  max-width: 230px;
  margin-top: 0px;
  border-radius: 100%;
  background-image: url('../images/GettyImages-1069440110-web.jpg');
  background-position: 50% 50%;
  background-size: 330px;
  background-repeat: no-repeat;
  box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, .5);
}

.testimonial-2 {
  width: 100%;
  height: 100%;
  max-height: 230px;
  max-width: 230px;
  margin-top: 0px;
  border-radius: 100%;
  background-image: url('../images/GettyImages-90662714-web.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, .5);
}

.text-block-6 {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}

.text-block-7 {
  color: #fff;
  font-size: 17px;
}

.div-block-29 {
  background-color: #fff;
}

.hopenote-ask {
  color: #272727;
}

.hopenote-ask h3 {
  margin-top: 5px;
  color: #e17d00;
}

.slide-nav-3 {
  position: relative;
  display: block;
  margin-top: 15px;
  margin-bottom: 0px;
}

.slider-heading {
  max-width: 90%;
  margin-bottom: 5px;
  color: #fff;
}

.mask {
  height: 400%;
	width: 100%;
}

.textarea {
  min-height: 250px;
}

.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-menu-2 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

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

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

@media (max-width: 991px) {
  h1 {
    margin-top: 10px;
    font-size: 3.75em;
  }
  h2 {
    font-size: 2.5em;
  }
  blockquote {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .subhead.white-txt {
    padding-bottom: 13px;
  }
  .subhead.white-txt {
    margin-bottom: 0px;
  }
  .subhead.white-txt.centered {
    margin-bottom: 30px;
  }
  .subhead-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-11 {
    -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;
  }
  .form {
    margin-right: 0px;
  }
  .form-block {
    width: 100%;
  }
  .testimonials {
    padding-right: 35px;
    padding-bottom: 50px;
    padding-left: 35px;
  }
  .div-block-12 {
    width: 90%;
    -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;
  }
  .image-2 {
    width: 150px;
    height: 150px;
    margin-right: 0px;
  }
  .centeredquote {
    text-align: center;
  }
  .starving-img {
    height: 350px;
  }
  .final-cta {
    min-height: 800px;
    padding: 50px;
    background-position: -460px 0px;
  }
  .div-block-15 {
    width: 60%;
  }
  .div-block-17 {
    max-width: 70%;
    margin-right: 25px;
  }
  .link-block-3 {
    width: 150px;
  }
  .form-block-2 {
    display: inline-block;
    float: left;
  }
  .form-block-2.first-block {
    width: 100%;
    margin-top: 0px;
  }
  .form-block-2.first-block {
    width: 100%;
    margin-top: 0px;
  }
  .form-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .text-field-2 {
    margin-bottom: 40px;
  }
  .hero-content-3 {
    width: 60%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-block-26 {
    width: 50%;
    margin-bottom: 50px;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .max-800-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 50px;
    padding-left: 50px;
    -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;
  }
  .cta-section {
    margin-top: 0px;
  }
  .select-amount-row {
    margin-bottom: -20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .amountbottom {
    margin-bottom: 40px;
  }
  .field-labelwhite {
    margin-bottom: 30px;
  }
  .red-subhead {
    max-width: 375px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
  ._w-full {
    height: auto;
  }
  ._w-full.is-w-full-hero.is-w-full-hero-leadgencta {
    padding-top: 54px;
    padding-bottom: 90px;
    background-image: url('../images/GettyImages-900353132-web.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .28)), to(rgba(0, 0, 0, .28))), url('../images/example-bg.png');
    background-image: url('../images/GettyImages-900353132-web.jpg'), linear-gradient(180deg, rgba(0, 0, 0, .28), rgba(0, 0, 0, .28)), url('../images/example-bg.png');
    background-position: 22% 50%, 0px 0px, 50% 50%;
    background-size: cover, auto, cover;
    background-repeat: no-repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, fixed;
  }
  ._w-full.is-w-full-hero.is-w-full-hero-hopenotes {
    height: auto;
    min-height: 0px;
    padding: 55px 35px 145px;
    background-image: linear-gradient(108deg, hsla(0, 0%, 100%, .75), #fff 3%, hsla(0, 0%, 100%, 0) 70%), url('../images/GettyImages-1043554636-web-edit.jpg'), url('../images/example-bg.png');
    background-position: 0px 0px, 76% 50%, 50% 50%;
    background-size: auto, cover, cover;
    background-repeat: repeat, repeat, repeat;
    background-attachment: scroll, scroll, scroll;
  }
  ._w-full.is-w-full-icons {
    margin-bottom: 0px;
    padding: 50px 50px 0px;
  }
  ._w-mid {
    margin-bottom: -20px;
  }
  ._w-narrow.is-w-narrow-leadgenform {
    padding-bottom: 20px;
  }
  .c-quoteslider {
    margin-top: 60px;
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .c-quoteslider-slide1 {
    padding-bottom: 0px;
  }
  .iconlabel {
    font-size: 1.15em;
    line-height: 20px;
  }
  .m-quoteslider-mphoto {
    display: none;
  }
  .c-hero-content-right {
    width: 60%;
    margin-right: 0px;
    margin-left: auto;
  }
  .image-10 {
    max-width: 120px;
  }
  .m-quoteslider-mquote {
    width: 95%;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-quoteslider-flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .btn-3.full-btn.orange-btn {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .c-donate-copy h2 {
    margin-bottom: 10px;
  }
  .c-hero-text {
    width: 409px;
  }
  .c-hero-text h2 {
    font-size: 2.4em;
  }
  .c-hero-text strong {
    width: 423px;
  }
  .about-intro h2 {
    margin-top: 0px;
    font-size: 2.4em;
  }
  .block-quote {
    width: auto;
    margin-top: 35px;
    font-size: 1.8em;
    text-align: center;
  }
  .testimonial-intro {
    bottom: -84px;
  }
  .testimonial-intro h2 {
    position: relative;
    bottom: -35px;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 2.4em;
  }
  .footer-desktop {
    display: none;
  }
  .footer-tablet {
    display: block;
  }
  .footer-mobile-landscape {
    display: none;
  }
  .footer-mobile-portrait {
    display: none;
  }
  .slide-nav-3 {
    margin-bottom: 35px;
  }
  .icon {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 2.75em;
  }
  h2 {
    font-size: 2em;
  }
  h3 {
    font-size: 1.5em;
  }
  blockquote {
    font-size: 1.75em;
  }
  .subhead {
    font-size: 1.25em;
    line-height: 1.5em;
  }
  .subhead.white-txt {
    text-align: left;
  }
  .subhead.white-txt {
    margin-bottom: 21px;
    text-align: left;
  }
  .subhead.white-txt.centered {
    text-align: left;
  }
  .subhead.is-txt-white {
    padding-right: 0px;
    font-size: 24px;
  }
  .navigation {
    padding: 5px 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .subhead-btn {
    margin-right: 25px;
    margin-left: 25px;
  }
  .div-block-11 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-block {
    width: 100%;
  }
  .link-block {
    max-width: 150px;
  }
  .testimonials {
    padding: 20px 20px 0px;
  }
  .div-block-12 {
    margin-top: 25px;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-2 {
    width: 175px;
    height: 175px;
    margin-right: 0px;
  }
  .centeredquote {
    text-align: center;
  }
  .final-cta {
    height: 100vh;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-position: -240px 50%;
  }
  .div-block-15 {
    width: 100%;
    max-width: 100%;
    background-color: hsla(0, 0%, 100%, .68);
  }
  .div-block-17 {
    max-width: 100%;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .footer-copy {
    margin-bottom: 15px;
    font-size: 12px;
  }
  .link-block-2 {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .div-block-18 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-block-3 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .mobilehero-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero-content-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 20px;
    -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;
    background-color: transparent;
  }
  .div-block-26 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .white-txt-2.footer-cta-h2 {
    margin-right: 25px;
    margin-left: 25px;
  }
  .max-800-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cta-section {
    margin-top: 0px;
  }
  .select-amount-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .m-hero-copy {
    padding-right: 25px;
    padding-left: 25px;
  }
  .button {
    width: 300px;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .button.top {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .headline {
    margin-top: 0px;
  }
  .red-subhead {
    max-width: 266px;
    margin-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.15em;
    line-height: 1.5em;
  }
  .hero-content-black.leftalign {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  ._w-full {
    height: auto;
    min-height: auto;
    padding: 0px;
    background-color: #fff;
    background-image: none;
  }
  ._w-full.is-w-full-hero {
    padding: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c9c9c9), to(#c9c9c9)), url('../images/example-bg.png');
    background-image: linear-gradient(180deg, #c9c9c9, #c9c9c9), url('../images/example-bg.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  ._w-full.is-w-full-hero.is-w-full-hero-leadgencta {
    padding-top: 45px;
    padding-bottom: 35px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .59)), to(hsla(0, 0%, 100%, .59))), url('../images/tablet-GettyImages-170615145.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .28)), to(rgba(0, 0, 0, .28))), url('../images/example-bg.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .59), hsla(0, 0%, 100%, .59)), url('../images/tablet-GettyImages-170615145.jpg'), linear-gradient(180deg, rgba(0, 0, 0, .28), rgba(0, 0, 0, .28)), url('../images/example-bg.png');
    background-position: 0px 0px, 50% 0%, 0px 0px, 50% 50%;
    background-size: auto, cover, auto, cover;
    background-repeat: repeat, no-repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, scroll, fixed;
  }
  ._w-full.is-w-full-hero.is-w-full-hero-leadgencta.donate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 550px;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(29%, #fff), color-stop(51%, hsla(0, 0%, 100%, 0))), url('../images/newheader.jpg'), url('../images/example-bg.png');
    background-image: linear-gradient(0deg, #fff 29%, hsla(0, 0%, 100%, 0) 51%), url('../images/newheader.jpg'), url('../images/example-bg.png');
    background-position: 0px 0px, 50% 0%, 50% 50%;
    background-size: auto, cover, cover;
    background-repeat: repeat, no-repeat, no-repeat;
    background-attachment: scroll, scroll, fixed;
  }
  ._w-full.is-w-full-hero.is-w-full-hero-hopenotes {
    height: auto;
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 80px;
    background-image: linear-gradient(94deg, #fff 50%, transparent 74%), url('../images/GettyImages-1043554636-web-edit.jpg'), linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/example-bg.png');
    background-position: 0px 0px, 75% 50%, 0px 0px, 50% 50%;
    background-size: auto, cover, auto, cover;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, scroll, scroll;
  }
  ._w-full.is-w-full-icons {
    padding: 35px 25px 0px;
  }
  .form-2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  ._w-mid.is-w-mid-iconsflex {
    margin-top: 5px;
    margin-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;
  }
  ._w-narrow.is-w-narrow-leadgenform {
    width: 90%;
    padding: 25px 20px 20px;
  }
  .m-quoteslider-mphoto-photo {
    display: block;
  }
  .rightarrow {
    margin-right: 0px;
  }
  .c-quoteslider-slide1 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .c-hero-content-right {
    position: relative;
    top: 26px;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px 25px 40px;
  }
  .c-icon {
    width: 60%;
    margin: 5px 0px 15px;
  }
  .c-hero-content-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 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;
  }
  .image-10 {
    max-width: 100px;
  }
  .m-quoteslider-mquote {
    width: 100%;
    -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;
    text-align: center;
  }
  .leftarrow {
    margin-left: 0px;
  }
  .c-quoteslider-flex {
    -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;
  }
  .btn-3.full-btn.orange-btn {
    margin-right: auto;
    margin-left: auto;
  }
  .btn-3.full-btn.orange-btn {
    max-width: 100%;
  }
  .opt-in-intro h2 {
    font-size: 2.4em;
  }
  .c-donate-copy p {
    color: #000;
    text-align: center;
  }
  .c-donate-copy h2 {
    margin-top: 0px;
    font-size: 2em;
    text-align: center;
  }
  .c-hero-text {
    width: 100%;
    max-width: 359px;
  }
  .c-hero-text p {
    color: #272727;
  }
  .c-hero-text h2 {
    color: #e17d00;
    font-size: 2em;
  }
  .c-hero-text strong {
    width: 352px;
  }
  .c-hero-text h1 {
    color: #007299;
    font-size: 4.2em;
  }
  .about-intro h2 {
    margin-top: 0px;
    font-size: 2em;
  }
  .block-quote {
    margin-right: -7px;
    font-size: 1.6em;
  }
  .testimonial-intro h2 {
    margin-bottom: 10px;
    font-size: 2em;
  }
  .footer-tablet {
    display: none;
  }
  .footer-mobile-landscape {
    display: block;
  }
  .slide-nav-3 {
    margin-bottom: 25px;
  }
}

@media (max-width: 479px) {
  blockquote {
    font-size: 1.35em;
  }
  .subhead.white-txt {
    font-size: 1.15em;
  }
  .subhead.centered {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }
  .subhead-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form {
    color: #fff;
  }
  .form-block {
    color: #fff;
  }
  .testimonials {
    padding: 35px 20px 0px;
  }
  .div-block-12 {
    width: 90%;
    margin-top: 35px;
  }
  .starving-img {
    margin-top: -170px;
  }
  .final-cta {
    min-height: 900px;
    padding: 20px 0px;
    background-position: 30% 50%;
  }
  .div-block-15 {
    width: 100%;
  }
  .footer {
    width: 100%;
  }
  .form-block-2 {
    font-size: 16px;
    line-height: 24px;
  }
  .form-block-2.first-block {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .form-block-2.first-block {
    width: 100%;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .form-3 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .text-field-2 {
    color: #fff;
  }
  .mobilehero-3 {
    padding-right: 20px;
    padding-left: 0px;
  }
  .hero-content-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .centeredh2-2 {
    text-align: left;
  }
  .white-txt-2.footer-cta-h2 {
    margin-right: 20px;
    margin-bottom: 15px;
    margin-left: 20px;
  }
  .max-800-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .select-amount-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -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;
  }
  .m-hero-copy {
    padding-right: 20px;
    padding-left: 0px;
  }
  .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
  }
  .button.top {
    margin-left: 5px;
  }
  .button.top {
    width: 70%;
    height: 55px;
    max-width: 200px;
    margin-right: 8px;
    margin-left: 8px;
    font-size: 17px;
  }
  .btn.full-btn {
    width: 100%;
    max-width: 100px;
  }
  .amountbottom {
    color: #fff;
  }
  .red-subhead {
    max-width: 210px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
  }
  .hero-content-black.leftalign {
    position: relative;
  }
  .c-reminder.w--current {
    z-index: 9998;
  }
  .closebtn {
    z-index: 9999;
  }
  ._w-full.is-w-full-hero.is-w-full-hero-leadgencta {
    max-width: 318px;
    min-height: 250px;
    background-image: url('../images/GettyImages-900353132-web.jpg'), url('../images/example-bg.png');
    background-position: 0% 50%, 50% 50%;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  ._w-full.is-w-full-hero.is-w-full-hero-leadgencta.donate {
    height: 100%;
    max-width: 100%;
    min-height: 600px;
    padding-top: 36px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #fff;
  }
  ._w-full.is-w-full-hero.is-w-full-hero-hopenotes {
    padding: 40px 20px 0px;
    background-image: url('../images/main-m.jpg'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), url('../images/example-bg.png');
    background-image: url('../images/main-m.jpg'), linear-gradient(180deg, #fff, #fff), url('../images/example-bg.png');
    background-position: 50% 0%, 0px 0px, 50% 50%;
    background-size: 500px, auto, cover;
    background-repeat: no-repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, scroll;
  }
  ._w-full.is-w-full-icons {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-namefield {
    width: 100%;
  }
  ._w-mid.is-w-mid-iconsflex {
    margin-bottom: 0px;
  }
  ._w-mid.is-hope-note-intro {
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }
  ._w-narrow.is-w-narrow-leadgenform {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .c-hero-content-right {
    position: relative;
    top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._w-wide {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(7%, #fff));
    background-image: linear-gradient(180deg, transparent, #fff 7%);
  }
  .c-hero-content-copy {
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .m-quoteslider-mquote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-top: 69px;
    margin-bottom: 97px;
    padding-top: 47px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .c-quoteslider-slide2 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .c-quoteslider-flex {
    margin-top: 50px;
  }
  .btn-3.full-btn {
    width: 100%;
    max-width: 100px;
  }
  .btn-3.full-btn.orange-btn {
    max-width: none;
  }
  .c-donate-copy h2 {
    font-size: 1.8em;
    line-height: 1.2em;
  }
  .c-hero-text {
    max-width: 100%;
    margin-top: 375px;
    padding-top: 0px;
    text-align: left;
  }
  .c-hero-text h2 {
    font-size: 1.8em;
  }
  .c-hero-text strong {
    width: 312px;
  }
  .c-hero-text h1 {
    font-size: 3em;
    line-height: 1.1em;
  }
  .about-intro h2 {
    font-size: 1.8em;
  }
  .block-quote {
    margin: -67px -10px 47px;
    padding-right: 4px;
    padding-left: 0px;
    font-size: 1.35em;
  }
  .testimonial-intro h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.8em;
  }
  .footer-mobile-landscape {
    display: none;
  }
  .footer-mobile-portrait {
    display: block;
  }
  .text-block-6 {
    position: static;
    overflow: visible;
    height: 60px;
    margin-top: -25px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .text-block-7 {
    margin-top: -38px;
    margin-bottom: -4px;
  }
  .slide-nav-3 {
    margin-top: 41px;
    margin-bottom: 30px;
    padding-top: 0px;
  }
  .slider-heading {
    margin-top: 5px;
    margin-bottom: -11px;
    padding-top: 0px;
    padding-bottom: 14px;
  }
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}

#contour label.fieldLabel, .contour label.fieldLabel {
	color: #fff;
}
.w-form {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: -10px;
}
.w-form .contour textarea, .w-form .contour input.text {
	max-width: none !important;
}
.w-form .checkbox input[type="checkbox"] {
	margin-left: 0;
	top: 0;
}
.w-form input[type="submit"] {
	background: #e17d00;
	padding: 12px;
	text-transform: uppercase;
	font-size: 16px;
	line-height: normal;
	height: initial;
	text-shadow: none;
	border-bottom: none;
}
.w-form input[type="submit"]:hover {
	background: #888;
}
.submitbox {
	float: none;
}
.pleasesendmeperiodicemailupdatesonwhatshappeningatdakotaboysandgirlsranch {
	margin-top: 20px;
}
.w-form .contour label.fieldLabel {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	letter-spacing: 0;
	text-transform: none !important;
}
.pleasesendmeperiodicemailupdatesonwhatshappeningatdakotaboysandgirlsranch label {
	font-weight: normal;
}