:root {
  --sandy-brown: #eeba47;
  --light-sea-green: #1ca6ac;
  --black: #080808a3;
  --orange-red: #e95500;
  --yellow-green: #86ba0e;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  background-color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 23px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 1px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border: 2px solid #000;
  margin-top: 11px;
  padding: 4px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  text-decoration: none;
  transition: border .2s, background-color .2s, color .2s;
  display: inline-block;
}

.button:hover {
  background-color: #eeba47;
  border-color: #eeba47;
}

.button.slider-button {
  color: #fff;
  text-transform: uppercase;
  background-color: #0b929e;
  border: 2px solid #fff;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 26px;
}

.button.slider-button:hover {
  color: #000;
  background-color: #fff;
}

.button.top-donate-button {
  float: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1ca6ac;
  background-image: url('../images/Icon-arrow-right.png'), url('../images/Icon-heart.png');
  background-position: 116%, 15px;
  background-repeat: no-repeat, no-repeat;
  background-size: 11px, 15px 15px;
  border-color: #1ca6ac;
  width: 180px;
  height: 40px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 4px;
  padding-left: 45px;
  padding-right: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 29px;
  transition: border .2s, background-color .2s, color .2s, background-position .2s, padding .2s;
}

.button.top-donate-button:hover {
  background-color: #eeba47;
  background-position: 91%, -26px;
  border-color: #eeba47;
  padding-left: 15px;
  padding-right: 40px;
}

.button.white-outline {
  background-color: #0000;
  border-color: #fff;
  line-height: 30px;
}

.button.white-outline:hover {
  color: #000;
  background-color: #fff;
}

.button.donation-form-button {
  background-color: #1ca6ac;
  border-color: #1ca6ac;
  margin-top: 6px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  line-height: 30px;
}

.button.donation-form-button:hover {
  background-color: #000;
  border-color: #000;
}

.button.item-block-button {
  background-color: #eeba47;
  border-color: #eeba47;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
}

.button.item-block-button:hover {
  background-color: #000;
  border-color: #000;
}

.button.item-block-button.black {
  background-color: #000;
  border-color: #000;
  position: static;
}

.button.item-block-button.black:hover, .button.yellow {
  background-color: #eeba47;
  border-color: #eeba47;
}

.button.yellow:hover {
  background-color: #000;
  border-color: #000;
}

.button.submit-button {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 15px;
  line-height: 33px;
}

.button.submit-button:hover {
  background-color: #eeba47;
  border-color: #eeba47;
}

.button.large-donate-button {
  background-color: #1ca6ac;
  border-color: #1ca6ac;
  margin-top: 0;
  padding-bottom: 2px;
  font-size: 21px;
  font-weight: 700;
  line-height: 34px;
  display: block;
}

.button.large-donate-button:hover {
  background-color: #000;
  border-color: #000;
}

.top-section {
  background-color: #000;
  height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 29px;
}

.logo-container {
  float: left;
  text-decoration: none;
}

.top-some-block {
  float: left;
  text-align: center;
  background-color: #000;
  width: 40px;
  height: 40px;
}

.top-some-block:hover {
  background-color: #313131;
}

.logo {
  float: left;
  color: #000;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.navbar {
  background-color: #eeba47;
}

.nav-link {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  padding-left: 14px;
  padding-right: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  transition: background-color .2s;
}

.nav-link:hover {
  background-color: #0000001a;
}

.nav-link.w--current {
  color: #000;
  border-top-width: 1px;
  border-top-color: #000;
}

.nav-link.dropdown-nav-link {
  padding-right: 30px;
  right: -10px;
}

.nav-link.dropdown-nav-link:hover {
  color: #fff;
}

.nav-link.dropdown-nav-link.w--open {
  color: #fff;
  background-color: #0000001a;
}

.nav-menu {
  float: none;
}

.home-slider {
  background-color: #000;
  height: 600px;
}

.home-slide {
  background-image: url('../images/Blog-Slides_Healing-Veterans.png');
  background-size: cover;
}

.home-slide._2 {
  background-image: url('../images/HOME-slide_media.png');
  background-position: 50% 38%;
  background-size: cover;
}

.home-slide._3 {
  background-image: url('../images/HOME-slide_schools.png');
  background-position: 32% -17px;
  background-repeat: no-repeat;
}

.home-slide._4 {
  background-image: url('../images/HOME-slide_hospital.png');
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-slide-container {
  color: #fff;
  height: 100%;
  padding-top: 166px;
}

.home-slide-content-wrapper {
  width: 60%;
  font-size: 15px;
}

.slide-title {
  color: #fff;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.slide-title._2 {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 26px;
  margin-right: -106px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 46px;
}

.section {
  color: var(--sandy-brown);
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.tint {
  background-color: #f6f6f6;
}

.section.color {
  color: #fff;
  background-color: #212121;
}

.section.top-line {
  border-top-style: solid;
  border-top-width: 1px;
  display: block;
}

.section.yellow {
  color: #fff;
  background-color: #eeba47;
  background-image: url('../images/worldmap-2.png');
  background-position: 100% -12%;
  background-repeat: no-repeat;
  background-size: auto 820px;
}

.title-wrapper {
  margin-bottom: 35px;
}

.title-wrapper.centered {
  text-align: center;
  margin-bottom: 45px;
}

.section-title {
  margin-top: 0;
  padding-top: 2px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 26px;
}

.section-title.subtitle {
  font-family: Lora, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
}

.section-title.subtitle.story-block {
  margin-bottom: 25px;
}

.section-title.column-intro-title {
  color: var(--light-sea-green);
  text-align: left;
  border: 1px solid #0000;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 34px;
}

.info-list-item {
  padding-bottom: 22px;
  font-size: 13px;
  line-height: 20px;
}

.info-list-item.last {
  padding-bottom: 0;
}

.info-icon-wrapper {
  float: left;
  background-color: #eeba47;
  width: 60px;
  height: 63px;
  margin-right: 19px;
  padding-top: 16px;
  padding-left: 15px;
  padding-right: 15px;
}

.image-section {
  background-image: url('../images/a-producer.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.info-block {
  color: #fff;
  background-color: #1ca6ac;
  height: 425px;
  padding: 60px 65px 70px;
  position: relative;
}

.info-title {
  z-index: 10;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 36px;
  line-height: 31px;
  position: relative;
}

.info-title._2 {
  text-transform: none;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.news-item-block {
  color: #000;
  border-top: 1px solid #dedede;
  margin-bottom: 10px;
  padding-top: 10px;
  text-decoration: none;
  display: block;
}

.recent-news-thumb {
  float: left;
  width: 150px;
  height: 150px;
  margin-right: 30px;
}

.recent-news-title {
  color: #000;
  margin-top: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  line-height: 26px;
  transition: color .2s;
}

.recent-news-title:hover {
  color: #e95500;
}

.recent-news-title.date {
  color: #969696;
  margin-top: 0;
  margin-bottom: 1px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  display: block;
}

.footer {
  background-color: #eeba47;
  padding-top: 80px;
  font-size: 13px;
}

.footer-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.item-block {
  text-align: center;
  height: 140px;
  padding: 25px 15px;
  position: relative;
}

.item-block.stories {
  height: auto;
  font-size: 13px;
  line-height: 19px;
}

.item-block-wrapper {
  background-color: #fff;
  margin-bottom: 40px;
  box-shadow: 0 0 8px #0000001a;
}

.percentage-wrapper {
  background-color: #000;
  width: 100%;
  position: relative;
}

.percentage-wrapper.detail-page {
  background-color: #0000;
}

.percentage-text {
  color: #fff;
  text-align: center;
  background-color: #e95500;
  width: 44%;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  display: inline-block;
}

.percentage-text.status {
  float: left;
  text-align: left;
  background-color: #2a2623;
  width: 56%;
  padding-left: 25px;
}

.percentage-text.detail-page {
  float: right;
}

.intro-text {
  color: #000;
  text-align: center;
  flex: 0 auto;
  align-self: auto;
  margin-bottom: 22px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.left-column {
  padding-right: 35px;
}

.right-column {
  padding-left: 35px;
}

.info-row {
  margin-top: 45px;
}

.news-icon {
  float: left;
  width: 15px;
  margin-top: 1px;
  margin-right: 10px;
}

.round-icon-wrapper {
  background-color: #eeba47;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.process-row {
  text-align: center;
}

.header-right-block {
  float: right;
  margin-top: 8px;
}

.top-social-icon {
  opacity: .6;
  padding: 12px;
}

.top-social-icon:hover {
  opacity: 1;
}

.dropdown-list.w--open {
  background-color: #fff;
  box-shadow: 0 0 7px #0003;
}

.dropdown-link {
  text-align: justify;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: background-color .2s, color .2s;
}

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

.dropdown-link.w--current {
  color: #eeba47;
}

.home-slider-arrow {
  color: #eeba47;
  background-color: #0009;
  width: 40px;
  height: 60px;
  margin-left: 50px;
  margin-right: 50px;
  font-size: 15px;
  transition: width .2s, background-color .2s;
}

.home-slider-arrow:hover {
  background-color: #000;
  width: 50px;
}

.home-slide-overlay {
  background-color: #0000;
  background-image: linear-gradient(to right, #0009 31%, #0000 71%);
  width: 100%;
  height: 100%;
  overflow: visible;
}

.intro-section {
  background-color: #fff;
  padding-bottom: 45px;
}

.container {
  padding-bottom: 0;
  position: relative;
  bottom: 3px;
}

.container.intro-container {
  z-index: 10;
  margin-top: -45px;
}

.intro-block {
  background-color: #fff;
  box-shadow: 0 0 13px #0003;
}

.intro-col-left {
  padding-right: 0;
}

.intro-col-right {
  padding-left: 0;
}

.intro-content-block {
  color: #fff;
  background-color: #eeba47;
  height: 265px;
  padding: 60px 45px 45px 185px;
  font-size: 13px;
  position: relative;
}

.intro-content-block.white {
  color: #000;
  text-align: center;
  background-color: #fff;
  padding-top: 45px;
  padding-left: 45px;
}

.intro-title {
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 19px;
}

.intro-title.featured {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 11px;
  line-height: 32px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.top-donation-form {
  margin-bottom: 0;
}

.donation-tab-pane {
  padding-top: 22px;
}

.donation-field {
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  height: 45px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  transition: border .2s;
}

.donation-field:hover {
  border-color: #bebebe;
}

.donation-field:focus {
  background-color: #fff;
  border-color: #1ca6ac;
}

.donation-tab-button {
  background-color: #0000;
  border-right: 2px solid #000;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.donation-tab-button:hover {
  color: #eeba47;
}

.donation-tab-button.w--current {
  color: #eeba47;
  background-color: #64646400;
}

.donation-tab-button.last {
  border-right: 1px #000;
  font-size: 13px;
}

.item-block-image {
  width: 100%;
  height: 200px;
}

.item-block-image:hover {
  opacity: .9;
}

.item-block-title {
  color: #000;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.item-block-title:hover {
  color: #e95500;
}

.item-block-title.small {
  font-size: 17px;
  line-height: 20px;
}

.donation-title {
  margin-right: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.donation-title.gray {
  opacity: .4;
}

.section-divider-line {
  background-color: #eeba47;
  width: 90px;
  height: 2px;
  margin-top: 20px;
  display: inline-block;
}

.featured-cause-image {
  background-image: url('../images/Photo-3.jpg');
  background-position: 50%;
  background-size: cover;
  width: 150px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.highlight-image-block {
  color: #fff;
  background-image: url('../images/HOME_lower-image_student.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  margin-bottom: 15px;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.highlight-image-block._2 {
  background-image: url('../images/HOME_lower-image_patient.png');
  background-size: cover;
}

.highlight-block-overlay {
  background-color: #0000004d;
  width: 100%;
  height: 100%;
  padding: 35px 40% 35px 35px;
  transition: background-color .2s;
}

.highlight-block-overlay:hover {
  background-color: #00000080;
}

.overall-icon {
  float: left;
  width: 20px;
  margin-top: 3px;
  margin-right: 12px;
}

.small-info-block {
  width: 91%;
}

.link {
  color: #1ca6ac;
}

.link:hover {
  color: #e95500;
}

.link.footer-link {
  color: #000;
}

.link.footer-link:hover {
  text-decoration: none;
}

.link.bottom-footer-link {
  color: #7e7e7e;
}

.link.bottom-footer-link:hover, .link.white {
  color: #fff;
}

.link.white:hover {
  color: #fff9;
  text-decoration: none;
}

.image-section-overlay {
  color: #fff;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  padding-top: 155px;
  padding-bottom: 155px;
}

.image-section-text-block {
  float: left;
  width: 50%;
}

.small-info-title {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 14px;
}

.info-paragraph {
  margin-bottom: 0;
}

.light-image-section {
  background-image: url('../images/Photo-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.light-image-section.success {
  background-image: url('../images/Gray-image.jpg');
  background-size: cover;
}

.light-image-section-overlay {
  background-color: #f5f5f5e6;
  background-image: linear-gradient(to right, #e9e9e9 23%, #e9e9e900 48%);
  padding-top: 90px;
  padding-bottom: 90px;
}

.light-image-section-overlay.with-image {
  padding-bottom: 0;
}

.light-image-section-overlay.success-stories {
  padding-bottom: 60px;
}

.info-block-icon {
  z-index: 2;
  opacity: .2;
  height: 170px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.bottom-footer {
  background-color: #000;
  margin-top: 80px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.bottom-footer-col-right {
  text-align: right;
}

.bottom-footer-text {
  color: #6d6d6d;
  font-family: Lato, sans-serif;
}

.newsletter-form {
  margin-top: 14px;
  margin-bottom: 0;
}

.newsletter-field {
  float: left;
  border: 1px solid #fff;
  width: 70%;
  height: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.newsletter-field:hover {
  border-color: #000;
}

.newsletter-field:focus {
  border-color: #fff;
  box-shadow: 0 0 7px #0000001a;
}

.newsletter-submit {
  float: right;
  text-transform: uppercase;
  background-color: #000;
  width: 25%;
  height: 40px;
  font-family: Montserrat, sans-serif;
  transition: background-color .2s;
}

.newsletter-submit:hover {
  background-color: #c68f19;
}

.footer-contact-list-item {
  padding-left: 35px;
  position: relative;
}

.footer-contact-icon {
  width: 17px;
  position: absolute;
  top: 2px;
  left: 0;
}

.page-header {
  background-image: url('../images/HOME_lower-image_student.png');
  background-position: 0 27%;
  background-size: cover;
  overflow: visible;
}

.page-header.our-mission {
  background-image: url('../images/Photo-4.jpg');
  background-size: cover;
}

.page-header.gallery {
  background-image: url('../images/Blog-Slides-03.png');
  background-position: 0 42%;
}

.page-header.causes {
  background-image: url('../images/HOME-slide_schools.png');
  background-position: 0 8%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header.about-us {
  background-color: #080808b5;
  background-image: url('../images/camera-guy-home-page.png');
  background-position: 50% 30%;
  background-repeat: repeat;
  background-size: cover;
  margin-bottom: 0;
  padding-bottom: 107px;
}

.page-header.blog-post-header {
  background-image: url('../images/Photo-4.jpg');
  background-position: 50% 43%;
}

.page-header.stories-page {
  background-image: url('../images/HOME-slide_media.png');
  background-position: 50% 0;
  background-size: auto;
}

.page-header.blog-page {
  background-image: url('../images/nurses-in-training-1904.jpg');
}

.page-header-overlay {
  color: #fff;
  background-color: #0000009c;
  padding-top: 65px;
  padding-bottom: 65px;
  overflow: visible;
}

.page-header-overlay._2 {
  background-color: #00000040;
  padding-top: 65px;
}

.page-header-overlay.blog-post-overlay {
  padding-top: 85px;
  padding-bottom: 105px;
}

.page-header-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: -107px;
  margin-bottom: -49px;
  margin-left: 4px;
  padding-top: 11px;
  padding-bottom: 38px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 32px;
  position: relative;
  top: 38px;
  left: 43px;
}

.page-header-title.subtitle {
  text-transform: none;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 400;
  position: relative;
  top: 35px;
  left: 44px;
}

.page-header-title.blog-title {
  width: 90%;
}

.stories-block-image {
  width: 100%;
}

.stories-block-image:hover {
  opacity: .9;
}

.column-right {
  text-align: right;
  padding-left: 35px;
}

.blog-post {
  background-color: #0000;
  border-bottom: 1px #e0e0e0;
  margin-bottom: 45px;
  box-shadow: 0 0 11px #00000026;
}

.blog-image {
  width: 100%;
}

.blog-summary-block {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 55px 10%;
  display: block;
}

.blog-link-title {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.blog-link-title:hover {
  color: #e95500;
}

.post-date-wrapper {
  margin-bottom: 15px;
}

.post-date-wrapper.top {
  margin-bottom: 0;
}

.volunteer-col-left {
  padding-right: 0;
}

.volunteer-col-right {
  padding-left: 0;
}

.volunteer-image-block {
  background-image: url('../images/Volunteer.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 580px;
}

.volunteer-image-block.contact {
  background-image: url('../images/Blog-Slides-04.png');
  background-position: 48% 13%;
  background-repeat: no-repeat;
  position: relative;
}

.volunteer-overlay-block {
  color: #fff;
  background-color: #0000004d;
  width: 100%;
  height: 100%;
  padding: 55px 132px 45px 55px;
}

.volunteer-form {
  background-color: #eaeaea;
  height: 580px;
  margin-bottom: 0;
  padding: 55px;
}

.field {
  border: 1px solid #d2d2d2;
  height: 45px;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.field:hover {
  border-color: #9d9d9d;
}

.field:focus {
  border-color: #fff;
  box-shadow: 0 0 5px #0003;
}

.field.area {
  height: 100px;
}

.large-image-block {
  background-image: url('../images/Photo-3.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  margin-bottom: 35px;
}

.large-image-block-overlay {
  color: #fff;
  background-color: #00000040;
  background-image: linear-gradient(to right, #000 -2% -2%, #0000 59% 59%);
  width: 100%;
  height: 100%;
  padding: 150px 55px 55px;
}

.gallery-lightbox {
  width: 100%;
  margin-bottom: 20px;
  display: block;
}

.gallery-thumb {
  width: 100%;
  display: block;
}

.gallery-thumb:hover {
  opacity: .9;
}

.donation-popup {
  z-index: 3000;
  background-color: #eeba47e6;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.popup-window {
  background-color: #fff;
  width: 500px;
  margin-top: 12%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 0 13px #0003;
}

.popup-title {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.popup-title.subtitle {
  margin-top: 14px;
  font-family: Lora, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 13px;
}

.popup-content-block {
  padding: 35px 45px;
  position: relative;
}

.popup-form {
  background-color: #f3f3f3;
  margin-bottom: 0;
  padding: 45px;
}

.close-popup-button {
  opacity: .2;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 39px;
  right: 30px;
}

.close-popup-button:hover {
  opacity: 1;
}

.content-column-left {
  padding-right: 45px;
}

.sidebar-wrapper-block {
  background-color: #fff;
  margin-top: -135px;
  box-shadow: 0 0 12px #00000026;
}

.sidebar-content-block {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  padding: 35px 35px 25px;
  position: relative;
}

.sidebar-content-block.no-padding {
  padding: 0;
  position: relative;
}

.sidebar-content-block.no-padding.story-image {
  border-bottom-width: 0;
  border-bottom-color: #000;
}

.page-header-donation-title {
  margin-bottom: 0;
  margin-right: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
}

.page-header-donation-title.light {
  opacity: .5;
}

.sidebar-title {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.sidebar-title.subtitle {
  color: #eeba47;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 10px;
}

.sidebar-image {
  width: 100%;
}

.profile-image {
  float: left;
  border-radius: 100%;
  width: 90px;
  height: 90px;
  margin-right: 15px;
}

.progress-bar-title {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 34px;
  line-height: 30px;
}

.progress-bar-title.amount {
  color: #1ca6ac;
  font-size: 44px;
  line-height: 40px;
}

.social-button {
  text-align: center;
  background-color: #1ca6ac;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-left: 1px;
  margin-right: 1px;
  padding-top: 4px;
  transition: background-color .2s;
}

.social-button:hover {
  background-color: #434343;
}

.dropdown-icon {
  margin-right: 10px;
}

.small-social-icon {
  height: 19px;
}

.footer-social-wrapper {
  margin-top: 9px;
}

.success-bg {
  color: #fff;
  background-color: #1ca6ac;
}

.error-bg {
  color: #d90303;
  padding-bottom: 4px;
  font-size: 12px;
}

.blog-post-author-block {
  background-color: #fff;
  margin-top: -120px;
  margin-bottom: 45px;
  padding: 25px 35px;
  box-shadow: 0 0 11px #0003;
}

.blog-author-image {
  float: left;
  border-radius: 100%;
  width: 90px;
  height: 90px;
  margin-right: 22px;
}

.blog-author-title {
  margin-top: 12px;
  font-family: Montserrat, sans-serif;
}

.blog-author-title.name {
  color: #eeba47;
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 700;
}

.blog-post-col-right {
  text-align: right;
  padding-top: 16px;
}

.isolated-image {
  height: 500px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.info-col-left {
  padding-bottom: 90px;
}

.logo-image {
  float: left;
  height: 40px;
  margin-top: 9px;
  margin-right: 13px;
}

.blog-post-content {
  color: var(--black);
}

.story-content-block {
  color: #000;
  display: inline;
}

.team-description {
  font-family: Lato, sans-serif;
}

.stories-list-item {
  color: #000;
}

.cause-image-link-block {
  background-color: #000;
}

.story-success-block {
  color: #fff;
  text-transform: uppercase;
  background-color: #86ba0e;
  padding-left: 11px;
  padding-right: 11px;
  font-family: Montserrat, sans-serif;
  line-height: 29px;
  position: absolute;
  top: -29px;
  right: 13px;
}

.success-story-block {
  float: left;
  width: 60%;
}

.success-story-block._2 {
  float: right;
  width: 35%;
}

.image-block-caption {
  color: #afafaf;
  background-color: #0009;
  padding-left: 11px;
  padding-right: 11px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 30px;
  position: absolute;
  bottom: 0;
  right: 20px;
}

.story-image-link-block {
  background-color: #000;
  display: block;
}

.story-col-left {
  padding-right: 100px;
}

.div-block {
  display: block;
}

.link-copy {
  color: #1ca6ac;
}

.link-copy:hover {
  color: #e95500;
}

.link-copy.footer-link {
  color: #000;
}

.link-copy.footer-link:hover {
  text-decoration: none;
}

.link-copy.bottom-footer-link {
  color: #7e7e7e;
}

.link-copy.bottom-footer-link:hover, .link-copy.white {
  color: #fff;
}

.link-copy.white:hover {
  color: #fff9;
  text-decoration: none;
}

.container-2 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.page-header-overlay-copy {
  color: #fff;
  background-color: #00000073;
  padding-top: 65px;
  padding-bottom: 65px;
  overflow: visible;
}

.page-header-overlay-copy._2 {
  background-color: #00000040;
  padding-top: 65px;
}

.page-header-overlay-copy.blog-post-overlay {
  padding-top: 85px;
  padding-bottom: 105px;
}

.div-block-2 {
  padding-bottom: 5px;
}

.container-3 {
  clear: none;
  overflow: visible;
}

.heading {
  color: #000;
  text-align: left;
}

.heading-2 {
  color: #000;
  text-align: left;
  margin-top: -15px;
}

.paragraph {
  color: #000;
  text-align: justify;
  margin-top: 19px;
  padding-left: 0;
  font-size: 14px;
}

.text-block, .text-block-2 {
  font-size: 10px;
}

.image {
  padding-left: 7px;
}

.image-2 {
  padding-right: 12px;
}

.paragraph-2 {
  text-align: center;
}

.paragraph-3 {
  color: #020201;
  text-align: center;
  padding-left: 48px;
  padding-right: 41px;
  font-size: 12px;
}

.image-3 {
  padding-bottom: 9px;
  padding-left: 8px;
}

.body {
  background-color: #fff;
}

.body-2 {
  background-color: #082642;
}

.body-3 {
  background-color: #fff;
}

.body-4 {
  background-color: #fff;
  line-height: 35px;
}

.text-block-3 {
  text-align: center;
  font-size: 55px;
  font-weight: 700;
  line-height: 0;
}

.bold-text {
  font-size: 35px;
}

.text-block-4 {
  text-align: center;
  font-size: 35px;
}

.bold-text-2, .bold-text-3 {
  font-family: Droid Sans, sans-serif;
}

.heading-3 {
  color: #0f0f0f;
}

.heading-4, .paragraph-4 {
  color: #000;
}

.heading-5 {
  color: #101111;
}

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

.paragraph-5 {
  color: #030303;
}

.paragraph-6, .paragraph-7 {
  color: #000;
  text-align: justify;
}

.heading-6, .heading-7 {
  color: #000;
}

.paragraph-8 {
  color: #0f0e0a;
}

.paragraph-9, .paragraph-10, .heading-8, .heading-9 {
  color: #000;
}

.paragraph-11 {
  color: #0e0c0a;
}

.paragraph-12 {
  color: #000;
}

.cell {
  padding-bottom: 0;
}

.item-block-01 {
  text-align: center;
  height: 140px;
  padding: 25px 15px;
  position: relative;
}

.item-block-01.stories {
  height: auto;
  font-size: 13px;
  line-height: 19px;
}

.item-block-03 {
  text-align: center;
  height: 140px;
  padding: 25px 15px;
  position: relative;
}

.item-block-03.stories {
  height: auto;
  font-size: 13px;
  line-height: 19px;
}

.item-block-wrapper-copy {
  background-color: #fff;
  margin-bottom: 40px;
  box-shadow: 0 0 8px #0000001a;
}

.item-block-title-copy {
  color: #000;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.item-block-title-copy:hover {
  color: #e95500;
}

.item-block-title-copy.small {
  font-size: 17px;
  line-height: 20px;
}

.item-block-title-001 {
  color: #000;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.item-block-title-001:hover {
  color: #e95500;
}

.item-block-title-001.small {
  font-size: 17px;
  line-height: 20px;
}

.item-block-title-01 {
  color: #000;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.item-block-title-01:hover {
  color: #e95500;
}

.item-block-title-01.small {
  font-size: 17px;
  line-height: 20px;
}

.item-block-title-01-copy {
  color: #000;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.item-block-title-01-copy:hover {
  color: #e95500;
}

.item-block-title-01-copy.small {
  font-size: 17px;
  line-height: 20px;
}

.new-link-01 {
  color: #000;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.new-link-01:hover {
  color: #e95500;
}

.new-link-01.small {
  font-size: 17px;
  line-height: 20px;
}

.item-block-wrapper-copy-copy {
  background-color: #fff;
  margin-bottom: 40px;
  box-shadow: 0 0 8px #0000001a;
}

.button-2 {
  margin-top: 48px;
}

.heading-10 {
  color: #757474;
}

.block-quote {
  color: var(--light-sea-green);
  text-align: right;
  margin-bottom: -40px;
  padding: 0 28px 0 37px;
  font-style: italic;
}

.block-quote-2 {
  color: var(--light-sea-green);
  margin-bottom: 1px;
  padding-top: 55px;
  padding-left: 17px;
}

.heading-11 {
  color: var(--sandy-brown);
  margin-top: 68px;
}

.paragraph-13, .paragraph-14 {
  color: var(--sandy-brown);
}

.button-3 {
  background-color: var(--light-sea-green);
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button-4 {
  background-color: #0c99b2;
  flex: 0 auto;
  align-self: center;
  font-size: 28px;
  font-weight: 700;
  display: inline-block;
}

.page-header-copy {
  background-image: url('../images/HOME_lower-image_student.png');
  background-position: 0 27%;
  background-size: cover;
  overflow: visible;
}

.page-header-copy.our-mission {
  background-image: url('../images/Photo-4.jpg');
  background-size: cover;
}

.page-header-copy.gallery {
  background-image: url('../images/Blog-Slides-03.png');
  background-position: 0 42%;
}

.page-header-copy.causes {
  background-image: url('../images/HOME-slide_schools.png');
  background-position: 0 8%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header-copy.about-us {
  background-color: #080808b5;
  background-image: url('../images/camera-guy-home-page.png');
  background-position: 50% 30%;
  background-repeat: repeat;
  background-size: cover;
  margin-bottom: 0;
  padding-bottom: 107px;
}

.page-header-copy.blog-post-header {
  background-image: url('../images/Photo-4.jpg');
  background-position: 50% 43%;
}

.page-header-copy.stories-page {
  background-image: url('../images/Screen-Shot-2024-01-09-at-9.42.03-AM.png');
  background-position: 50%;
  background-size: cover;
}

.page-header-copy.blog-page {
  background-image: url('../images/nurses-in-training-1904.jpg');
}

.slide {
  background-image: url('../images/Screen-Shot-2024-01-09-at-9.41.10-AM.png');
  background-position: 0 0;
  background-size: contain;
}

.slide-2, .slide-3, .slide-4, .slide-5, .slide-6, .slide-7, .slide-8, .slide-9, .slide-10, .slide-11, .slide-12 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-13 {
  background-image: url('../images/Screen-Shot-2024-01-09-at-9.41.10-AM.png');
  background-position: 50%;
  background-size: auto;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.slide-14 {
  background-image: url('../images/Screen-Shot-2024-01-09-at-9.41.47-AM.png');
  background-position: 50%;
  background-size: auto;
}

.slide-15 {
  background-image: url('../images/Screen-Shot-2024-01-09-at-9.42.03-AM.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-16 {
  background-image: url('../images/Screen-Shot-2024-01-09-at-9.41.10-AM.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.slider {
  width: 624px;
  min-width: 624px;
  height: 316px;
  min-height: 316px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slide-17 {
  background-image: url('../images/Screen-Shot-2024-01-09-at-9.41.47-AM.png');
  background-position: 0 0;
  background-size: auto;
}

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

.container-5 {
  margin-bottom: 40px;
}

.quick-stack {
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.slider-2 {
  width: 900px;
  height: 506px;
  margin-bottom: 39px;
  padding-top: 0;
  padding-bottom: 0;
}

.slide-nav-3 {
  margin-bottom: -39px;
  padding-bottom: 0;
}

.slide-18 {
  background-image: url('../images/01.png');
  background-position: 0 0;
  background-size: auto;
}

.mask {
  padding-bottom: 0;
}

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

.slide-19 {
  background-image: url('../images/01.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-20 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-21 {
  background-image: url('../images/02.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-22 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.button-5 {
  font-size: 28px;
}

.image-4 {
  padding-left: 8px;
}

.image-5 {
  padding-top: 6px;
  padding-left: 8px;
}

.image-6 {
  padding-top: 5px;
  padding-left: 7px;
}

html.w-mod-js [data-ix="hide-donation-popup"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="hide-popup-window"] {
  opacity: 0;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="slider-title"], html.w-mod-js [data-ix="slider-title-2"], html.w-mod-js [data-ix="slider-title-3"], html.w-mod-js [data-ix="slider-title-4"], html.w-mod-js [data-ix="fade-in-scroll"], html.w-mod-js [data-ix="fade-in-scroll-2"], html.w-mod-js [data-ix="fade-in-scroll-3"], html.w-mod-js [data-ix="fade-in-scroll-4"], html.w-mod-js [data-ix="fade-in-scroll-5"] {
  opacity: 0;
  transform: translate(0, 30px);
}

@media screen and (max-width: 991px) {
  h4 {
    font-size: 16px;
    line-height: 23px;
  }

  .button.top-donate-button {
    letter-spacing: 0;
    height: 40px;
    margin-top: 0;
    margin-left: 6px;
    margin-right: 60px;
    padding-top: 5px;
    font-size: 12px;
    line-height: 26px;
  }

  .button.white-outline {
    line-height: 26px;
  }

  .button.donation-form-button {
    margin-top: -1px;
  }

  .button.yellow {
    margin-top: 8px;
  }

  .top-section {
    height: 70px;
    font-size: 29px;
  }

  .top-some-block {
    width: 30px;
    height: 40px;
  }

  .logo {
    font-size: 29px;
    line-height: 34px;
  }

  .navbar {
    background-color: #0000;
  }

  .nav-link {
    border-bottom: 1px solid #242424;
    max-width: 1000px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
    transition: background-color .2s;
  }

  .nav-link:hover {
    color: #fff;
    background-color: #dbab43;
  }

  .nav-link.w--current, .nav-link.dropdown-nav-link.w--open {
    color: #fff;
  }

  .nav-menu {
    background-color: #000;
    max-width: 1000px;
  }

  .home-slider {
    height: 520px;
  }

  .home-slide-container {
    padding-top: 92px;
    padding-left: 65px;
    padding-right: 65px;
  }

  .home-slide-content-wrapper {
    width: 67%;
  }

  .slide-title._2 {
    margin-bottom: 16px;
    font-size: 39px;
    line-height: 35px;
  }

  .section {
    padding: 45px;
    font-size: 13px;
  }

  .section.tint {
    padding: 45px;
  }

  .title-wrapper.centered {
    margin-bottom: 20px;
  }

  .section-title {
    margin-bottom: 8px;
    font-size: 27px;
    line-height: 26px;
  }

  .section-title.subtitle {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .section-title.subtitle.story-block {
    margin-bottom: 22px;
  }

  .section-title.column-intro-title {
    margin-bottom: 13px;
    font-size: 24px;
    line-height: 27px;
  }

  .info-list-item {
    padding-bottom: 13px;
  }

  .info-icon-wrapper {
    margin-bottom: 6px;
  }

  .image-section {
    background-attachment: scroll;
  }

  .info-block {
    height: 424px;
    padding: 35px;
  }

  .info-title {
    font-size: 27px;
    line-height: 27px;
  }

  .recent-news-title {
    font-size: 16px;
    line-height: 21px;
  }

  .footer {
    padding-top: 45px;
    font-size: 12px;
    line-height: 19px;
  }

  .item-block {
    height: 130px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .item-block.stories {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .intro-text {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 23px;
  }

  .left-column {
    padding-left: 0;
    padding-right: 15px;
  }

  .right-column {
    padding-left: 25px;
  }

  .info-row {
    margin-top: 21px;
  }

  .header-right-block {
    margin-top: 4px;
  }

  .top-social-icon {
    padding: 13px 8px 8px;
  }

  .dropdown {
    max-width: 1000px;
  }

  .home-slider-arrow {
    width: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .intro-section {
    padding-left: 45px;
    padding-right: 45px;
  }

  .intro-content-block {
    padding-left: 145px;
    padding-right: 25px;
    font-size: 13px;
    line-height: 18px;
  }

  .intro-content-block.white {
    padding-left: 25px;
  }

  .intro-title {
    font-size: 17px;
    line-height: 16px;
  }

  .intro-title.featured {
    padding-left: 9px;
  }

  .donation-field {
    height: 40px;
  }

  .donation-tab-button {
    padding-left: 12px;
    padding-right: 12px;
  }

  .item-block-image {
    height: 143px;
  }

  .item-block-title {
    font-size: 14px;
    line-height: 17px;
  }

  .item-block-title.small {
    font-size: 12px;
    line-height: 16px;
  }

  .donation-title {
    margin-right: 2px;
    font-size: 11px;
  }

  .section-divider-line {
    margin-top: 9px;
  }

  .featured-cause-image {
    width: 120px;
  }

  .highlight-block-overlay {
    padding: 25px 20% 25px 25px;
  }

  .image-section-overlay {
    padding: 90px 45px;
  }

  .info-paragraph {
    font-size: 12px;
    line-height: 19px;
  }

  .light-image-section-overlay {
    padding: 45px;
  }

  .light-image-section-overlay.with-image {
    padding-top: 45px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .light-image-section-overlay.success-stories {
    padding-bottom: 15px;
  }

  .bottom-footer {
    margin-top: 45px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .bottom-footer-col-left {
    padding-left: 0;
  }

  .page-header-overlay {
    padding: 45px;
  }

  .page-header-overlay.blog-post-overlay {
    padding-top: 45px;
  }

  .page-header-title {
    margin-top: -44px;
    margin-left: 143px;
    padding-bottom: 39px;
    font-size: 23px;
    line-height: 31px;
  }

  .page-header-title.subtitle {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 26px;
  }

  .page-header-title.blog-title {
    font-size: 25px;
    line-height: 26px;
  }

  .column-right.donation-right {
    padding-left: 25px;
  }

  .blog-post {
    margin-bottom: 25px;
  }

  .blog-summary-block {
    padding: 35px;
  }

  .blog-link-title {
    font-size: 25px;
    line-height: 23px;
  }

  .post-date-wrapper {
    margin-bottom: 8px;
  }

  .volunteer-image-block {
    height: 550px;
  }

  .volunteer-image-block.contact {
    height: 490px;
  }

  .volunteer-overlay-block {
    padding: 35px 70px 35px 35px;
  }

  .volunteer-form {
    height: 550px;
    padding: 35px;
  }

  .volunteer-form.contact {
    height: 490px;
  }

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

  .large-image-block {
    margin-bottom: 21px;
  }

  .large-image-block-overlay {
    padding: 100px 45px 45px;
  }

  .content-column-left {
    padding-right: 35px;
  }

  .sidebar-wrapper-block {
    margin-top: -75px;
  }

  .sidebar-content-block {
    padding: 25px;
  }

  .page-header-donation-title {
    font-size: 16px;
  }

  .profile-image {
    width: 50px;
    height: 50px;
  }

  .progress-bar-title {
    font-size: 31px;
    line-height: 28px;
  }

  .dropdown-icon {
    margin-right: 30px;
  }

  .blog-post-author-block {
    margin-bottom: 35px;
    padding: 15px 25px;
  }

  .blog-author-title {
    margin-top: 9px;
  }

  .isolated-image {
    height: 430px;
  }

  .info-col-left {
    padding-bottom: 45px;
  }

  .logo-image {
    height: 30px;
  }

  .menu-button {
    color: #fff;
    text-align: center;
    background-color: #e3ae3a;
    width: 50px;
    height: 40px;
    margin-top: -56px;
    padding-top: 9px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button:hover {
    background-color: #ca982b;
  }

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

  .info-block-col {
    padding-left: 0;
  }

  .footer-row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .stories-list-item {
    padding-left: 5px;
    padding-right: 5px;
  }

  .story-success-block {
    font-size: 12px;
  }

  .home-top-donation-paragraph {
    font-size: 12px;
    line-height: 17px;
  }

  .story-col-left {
    padding-right: 0;
  }

  .page-header-overlay-copy {
    padding: 45px;
  }

  .page-header-overlay-copy.blog-post-overlay {
    padding-top: 45px;
  }

  .item-block-01 {
    height: 130px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .item-block-01.stories {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .item-block-03 {
    height: 130px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .item-block-03.stories {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .item-block-title-copy {
    font-size: 14px;
    line-height: 17px;
  }

  .item-block-title-copy.small {
    font-size: 12px;
    line-height: 16px;
  }

  .item-block-title-001 {
    font-size: 14px;
    line-height: 17px;
  }

  .item-block-title-001.small {
    font-size: 12px;
    line-height: 16px;
  }

  .item-block-title-01 {
    font-size: 14px;
    line-height: 17px;
  }

  .item-block-title-01.small {
    font-size: 12px;
    line-height: 16px;
  }

  .item-block-title-01-copy {
    font-size: 14px;
    line-height: 17px;
  }

  .item-block-title-01-copy.small {
    font-size: 12px;
    line-height: 16px;
  }

  .new-link-01 {
    font-size: 14px;
    line-height: 17px;
  }

  .new-link-01.small {
    font-size: 12px;
    line-height: 16px;
  }
}

@media screen and (max-width: 767px) {
  .button.slider-button {
    margin-top: 6px;
  }

  .button.top-donate-button {
    background-position: 9px;
    width: 140px;
    margin-right: 50px;
    padding-left: 35px;
    padding-right: 15px;
    font-size: 9px;
  }

  .top-section {
    height: 55px;
    padding-top: 3px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    line-height: 10px;
  }

  .home-slider {
    height: auto;
  }

  .home-slide-container {
    padding-top: 45px;
    padding-bottom: 45px;
    font-size: 12px;
  }

  .home-slide-content-wrapper {
    width: 72%;
    font-size: 13px;
    line-height: 16px;
  }

  .slide-title {
    font-size: 17px;
    line-height: 24px;
  }

  .slide-title._2 {
    font-size: 30px;
    line-height: 26px;
  }

  .section, .section.tint {
    padding: 25px;
  }

  .title-wrapper {
    margin-bottom: 25px;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 16px;
  }

  .section-title.subtitle {
    margin-bottom: 3px;
    font-size: 14px;
  }

  .section-title.subtitle.story-block {
    margin-bottom: 13px;
  }

  .section-title.column-intro-title {
    margin-bottom: 14px;
    line-height: 22px;
  }

  .info-block {
    height: auto;
  }

  .recent-news-thumb {
    width: 130px;
    height: 130px;
  }

  .footer {
    padding-top: 25px;
  }

  .footer-title {
    margin-bottom: 7px;
  }

  .item-block {
    height: auto;
    padding-bottom: 30px;
  }

  .item-block-wrapper {
    margin-bottom: 20px;
  }

  .item-block-wrapper.causes {
    margin-bottom: 30px;
  }

  .right-column {
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .home-slider-arrow {
    margin-left: 20px;
    margin-right: 20px;
  }

  .intro-section {
    padding: 25px;
  }

  .container.intro-container {
    margin-top: 0;
  }

  .intro-col-left {
    padding-left: 0;
  }

  .intro-col-right {
    padding-right: 0;
  }

  .intro-content-block {
    height: auto;
    padding-top: 54px;
    padding-left: 197px;
  }

  .intro-content-block.white {
    height: auto;
    padding-bottom: 25px;
  }

  .intro-title {
    font-size: 22px;
    line-height: 20px;
  }

  .donation-field {
    height: 45px;
  }

  .item-block-image {
    height: auto;
  }

  .item-block-title {
    font-size: 18px;
    line-height: 19px;
  }

  .item-block-title.small {
    font-size: 17px;
    line-height: 19px;
  }

  .donation-title {
    margin-right: 6px;
    font-size: 12px;
  }

  .featured-cause-image {
    width: 170px;
  }

  .small-info-block {
    width: 100%;
  }

  .image-section-overlay {
    padding: 55px 25px;
  }

  .image-section-text-block {
    width: 70%;
  }

  .light-image-section-overlay {
    padding: 25px;
  }

  .light-image-section-overlay.with-image {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .bottom-footer {
    margin-top: 15px;
    padding: 15px 25px;
  }

  .bottom-footer-col-left {
    text-align: left;
  }

  .bottom-footer-col-right {
    padding-top: 9px;
    padding-left: 0;
  }

  .bottom-footer-text {
    text-align: left;
  }

  .footer-column {
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-column.last {
    padding-bottom: 0;
  }

  .page-header-overlay {
    padding: 25px;
  }

  .page-header-overlay._2 {
    padding-top: 25px;
  }

  .page-header-overlay.blog-post-overlay {
    padding-top: 25px;
    padding-bottom: 85px;
  }

  .page-header-title {
    margin-top: -61px;
    margin-left: 7px;
    padding-bottom: 49px;
    font-size: 26px;
    line-height: 23px;
  }

  .page-header-title.subtitle {
    margin-bottom: 0;
    font-size: 15px;
  }

  .page-header-title.blog-title {
    font-size: 21px;
    line-height: 20px;
  }

  .column-left {
    padding-left: 0;
  }

  .column-right.donation-right {
    text-align: left;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-summary-block {
    padding: 25px;
  }

  .blog-link-title {
    font-size: 20px;
    line-height: 19px;
  }

  .volunteer-col-left {
    padding-left: 0;
  }

  .volunteer-col-right {
    padding-right: 0;
  }

  .volunteer-image-block {
    height: auto;
  }

  .volunteer-image-block.contact {
    height: 200px;
  }

  .volunteer-overlay-block {
    padding-left: 25px;
    padding-right: 25px;
  }

  .volunteer-form {
    height: auto;
    padding: 25px;
  }

  .volunteer-form.contact {
    height: auto;
  }

  .large-image-block-overlay {
    background-color: #00000059;
    padding: 25px;
  }

  .gallery-column {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-lightbox {
    margin-bottom: 10px;
  }

  .popup-window {
    width: 90%;
    margin-top: 25px;
  }

  .popup-content-block {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
  }

  .popup-form {
    padding: 25px;
  }

  .sidebar-column-right {
    padding-left: 0;
    padding-right: 0;
  }

  .content-column-left {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar-wrapper-block {
    margin-top: 0;
  }

  .profile-image {
    width: 70px;
    height: 70px;
  }

  .progress-bar-title {
    font-size: 22px;
    line-height: 21px;
  }

  .progress-bar-title.amount {
    margin-top: 6px;
    font-size: 39px;
  }

  .overall-column {
    padding-bottom: 9px;
  }

  .blog-post-author-block {
    margin-top: -95px;
    margin-bottom: 25px;
  }

  .blog-author-image {
    width: 60px;
    height: 60px;
  }

  .blog-author-title {
    margin-top: 0;
    font-size: 11px;
    line-height: 16px;
  }

  .blog-author-title.name {
    font-size: 16px;
    line-height: 13px;
  }

  .blog-post-col-right {
    text-align: left;
    padding-top: 6px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post-col-left {
    padding-left: 0;
    padding-right: 0;
  }

  .info-col-left {
    padding-bottom: 25px;
  }

  .logo-image {
    margin-right: 4px;
  }

  .menu-button {
    text-align: center;
    margin-top: -48px;
    margin-right: 10px;
    padding-top: 9px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-row, .stories-list-item, .cause-list-item {
    padding-left: 0;
    padding-right: 0;
  }

  .story-success-block {
    font-size: 14px;
  }

  .success-story-block, .success-story-block._2 {
    width: 100%;
  }

  .home-top-donation-paragraph {
    font-size: 13px;
    line-height: 19px;
  }

  .info-blocks-col-left {
    padding-left: 0;
    padding-right: 0;
  }

  .story-col-left {
    padding-left: 0;
    padding-right: 15%;
  }

  .mission-col-left {
    padding-left: 0;
    padding-right: 20%;
  }

  .page-header-overlay-copy {
    padding: 25px;
  }

  .page-header-overlay-copy._2 {
    padding-top: 25px;
  }

  .page-header-overlay-copy.blog-post-overlay {
    padding-top: 25px;
    padding-bottom: 85px;
  }

  .item-block-01, .item-block-03 {
    height: auto;
    padding-bottom: 30px;
  }

  .item-block-wrapper-copy {
    margin-bottom: 20px;
  }

  .item-block-wrapper-copy.causes {
    margin-bottom: 30px;
  }

  .item-block-title-copy {
    font-size: 18px;
    line-height: 19px;
  }

  .item-block-title-copy.small {
    font-size: 17px;
    line-height: 19px;
  }

  .item-block-title-001 {
    font-size: 18px;
    line-height: 19px;
  }

  .item-block-title-001.small {
    font-size: 17px;
    line-height: 19px;
  }

  .item-block-title-01 {
    font-size: 18px;
    line-height: 19px;
  }

  .item-block-title-01.small {
    font-size: 17px;
    line-height: 19px;
  }

  .item-block-title-01-copy {
    font-size: 18px;
    line-height: 19px;
  }

  .item-block-title-01-copy.small {
    font-size: 17px;
    line-height: 19px;
  }

  .new-link-01 {
    font-size: 18px;
    line-height: 19px;
  }

  .new-link-01.small {
    font-size: 17px;
    line-height: 19px;
  }

  .item-block-wrapper-copy-copy {
    margin-bottom: 20px;
  }

  .item-block-wrapper-copy-copy.causes {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 17px;
    line-height: 20px;
  }

  h4 {
    font-size: 14px;
    line-height: 20px;
  }

  .button {
    margin-top: 7px;
  }

  .button.top-donate-button {
    width: 140px;
    height: 35px;
    margin-right: 26px;
    padding-top: 4px;
    font-size: 10px;
  }

  .button.white-outline {
    font-size: 11px;
  }

  .button.large-donate-button {
    font-size: 16px;
    line-height: 27px;
  }

  .top-section {
    height: 52px;
    padding-top: 7px;
  }

  .logo {
    font-size: 19px;
    line-height: 23px;
  }

  .home-slider {
    height: auto;
  }

  .home-slide-container {
    padding: 25px;
  }

  .home-slide-content-wrapper {
    width: 90%;
  }

  .slide-title {
    margin-bottom: 9px;
  }

  .slide-title._2 {
    margin-bottom: 11px;
    font-size: 21px;
    line-height: 23px;
  }

  .section, .section.tint {
    padding: 20px;
  }

  .section.color {
    line-height: 20px;
  }

  .title-wrapper {
    margin-bottom: 15px;
  }

  .section-title {
    margin-bottom: 3px;
    font-size: 20px;
    line-height: 20px;
  }

  .section-title.subtitle {
    font-size: 13px;
  }

  .section-title.subtitle.story-block {
    margin-bottom: 13px;
  }

  .section-title.column-intro-title {
    font-size: 20px;
    line-height: 20px;
  }

  .info-icon-wrapper {
    height: 70px;
    padding-top: 20px;
  }

  .info-block {
    padding: 25px;
  }

  .info-title {
    font-size: 21px;
    line-height: 20px;
  }

  .info-title._2 {
    font-size: 18px;
    line-height: 22px;
  }

  .recent-news-thumb {
    width: 120px;
    height: 132px;
    margin-right: 19px;
  }

  .recent-news-title {
    margin-top: 0;
    font-size: 13px;
    line-height: 15px;
  }

  .recent-news-title.date {
    font-size: 10px;
  }

  .footer {
    font-size: 13px;
  }

  .item-block {
    padding-top: 20px;
  }

  .item-block-wrapper {
    margin-bottom: 25px;
  }

  .intro-text {
    font-size: 14px;
    line-height: 19px;
  }

  .right-column {
    padding-top: 15px;
  }

  .news-icon {
    margin-right: 6px;
  }

  .header-right-block {
    margin-top: 0;
  }

  .home-slide-overlay {
    background-color: #0003;
  }

  .intro-section {
    padding: 20px;
  }

  .intro-content-block {
    padding: 25px 15px 25px 110px;
  }

  .intro-content-block.white {
    padding-top: 15px;
    padding-bottom: 25px;
    padding-left: 15px;
  }

  .intro-title {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 15px;
  }

  .donation-tab-pane {
    padding-top: 10px;
  }

  .donation-tab-button {
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px #000;
    width: 100%;
    padding: 5px 8px;
    display: inline-block;
  }

  .donation-tab-button.last {
    border-bottom-width: 0;
    border-bottom-color: #000;
  }

  .featured-cause-image {
    width: 90px;
  }

  .highlight-block-overlay {
    padding: 20px 40px 20px 20px;
  }

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

  .image-section-text-block {
    width: 80%;
  }

  .small-info-title {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .info-paragraph {
    line-height: 17px;
  }

  .light-image-section-overlay {
    padding: 20px;
  }

  .light-image-section-overlay.with-image {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bottom-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .newsletter-field {
    font-size: 12px;
  }

  .newsletter-submit {
    width: 30%;
  }

  .footer-contact-list-item {
    padding-left: 30px;
  }

  .footer-column, .page-header-overlay {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-header-title {
    margin-bottom: 4px;
    margin-left: 5px;
    font-size: 18px;
    line-height: 18px;
  }

  .page-header-title.subtitle {
    font-size: 11px;
    line-height: 16px;
  }

  .page-header-title.blog-title {
    font-size: 17px;
    line-height: 17px;
  }

  .column-right.donation-right {
    padding-top: 10px;
  }

  .blog-post {
    margin-bottom: 15px;
  }

  .blog-summary-block {
    padding: 20px;
  }

  .blog-link-title {
    font-size: 16px;
    line-height: 16px;
  }

  .volunteer-image-block.contact {
    height: 120px;
  }

  .volunteer-overlay-block, .volunteer-form {
    padding: 20px;
  }

  .field {
    height: 40px;
    font-size: 12px;
  }

  .large-image-block {
    margin-bottom: 10px;
  }

  .large-image-block-overlay {
    padding: 20px;
  }

  .popup-title {
    font-size: 20px;
  }

  .popup-title.subtitle {
    margin-top: 4px;
    font-size: 15px;
    line-height: 11px;
  }

  .popup-content-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .close-popup-button {
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
  }

  .sidebar-content-block {
    padding: 20px;
  }

  .sidebar-content-block.team {
    padding-bottom: 5px;
  }

  .page-header-donation-title {
    margin-top: 5px;
    margin-right: 7px;
    font-size: 12px;
    line-height: 18px;
  }

  .sidebar-title {
    font-size: 16px;
  }

  .sidebar-title.subtitle {
    margin-bottom: 16px;
    font-size: 12px;
  }

  .profile-image {
    width: 40px;
    height: 40px;
  }

  .progress-bar-title {
    font-size: 19px;
    line-height: 17px;
  }

  .blog-post-author-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-author-image {
    width: 50px;
    height: 50px;
  }

  .blog-author-title {
    margin-top: -2px;
  }

  .blog-author-title.name {
    font-size: 14px;
    line-height: 10px;
  }

  .logo-image {
    height: 20px;
  }

  .menu-button {
    width: 30px;
    height: 35px;
    margin-top: -45px;
    padding-top: 8px;
  }

  .info-block-col {
    padding-bottom: 10px;
    padding-right: 0;
  }

  .image-block-caption {
    font-size: 11px;
  }

  .story-col-left, .mission-col-left {
    padding-right: 0%;
  }

  .page-header-overlay-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .item-block-01, .item-block-03 {
    padding-top: 20px;
  }

  .item-block-wrapper-copy, .item-block-wrapper-copy-copy {
    margin-bottom: 25px;
  }
}

#w-node-_7bd53252-c02c-805d-0e62-399841d5728e-833cea9b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_26e9a1eb-febc-f076-f570-114898add2e7-833cea9b {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_923c6e2a-3fae-5680-60e7-5c5799d4e85a-833cea9b {
  grid-row: span 2 / span 2;
}

#w-node-_7bd53252-c02c-805d-0e62-399841d5728e-d102912a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_26e9a1eb-febc-f076-f570-114898add2e7-d102912a {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_923c6e2a-3fae-5680-60e7-5c5799d4e85a-d102912a {
  grid-row: span 2 / span 2;
}


