.donate .donate-page-btn {
  display: block;
  color: #fff;
  background: #2fb14a;
  width: 100%;
  max-width: 509px;
  padding: 19px 5px;
  outline: none;
  border: none;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  font-family: "PT Sans";
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 4px;
  margin: 0 auto;
}

@media screen and (max-width: 1800px) {
  .donate .donate-page-btn {
    font-size: 1.8rem;
    letter-spacing: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .donate .donate-page-btn {
    font-size: 1.4rem;
    padding: 12px 5px;
  }
}

.donate .app-btn {
  background: transparent;
  border: none;
  outline: none;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
}

.donate .app-btn__img {
  display: block;
  max-width: 200px;
}

.donate .donate-section {
  font-size: 0;
  margin: 0 auto;
  max-width: 1200px;
}

@media screen and (max-width: 1800px) {
  .donate .donate-section {
    max-width: 940px;
  }
}

.donate .donate-section_donate {
  padding: 100px 2%;
  border-bottom: 5px solid #e6e6e6;
}

.donate .donate-section_phone {
  padding: 80px 2%;
}

@media screen and (max-width: 1800px) {
  .donate .donate-section_phone {
    padding: 72px 2%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .donate .donate-section_phone {
    padding: 60px 5%;
  }
}
@media only screen and (max-width: 767px) {
  .donate .donate-section_phone {
    padding: 20px 5%;
  }
}

.donate .donate-section_phone .donate-page-btn {
  margin-top: 15px;
  letter-spacing: 1px;
}

.donate .donate-section__column {
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

.donate .donate-section__column_donate-left,
.donate .donate-section__column_phone-left {
  padding-right: 2%;
}

.donate .donate-section__column_donate-right,
.donate .donate-section__column_phone-right {
  padding-left: 2%;
}

.donate .donate-section__column_phone-right {
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .donate .donate-section__column_phone-right {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .donate .donate-section__column {
    display: block;
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .donate .donate-section__column:last-child {
    margin-bottom: 0;
  }
}

.donate .donate-section__title,
.donate .donate-section__subtitle {
  font-size: 3rem;
  color: #000;
  font-weight: 600;
  margin: 0 auto;
  line-height: 1.5;
}

@media screen and (max-width: 1800px) {
  .donate .donate-section__title,
  .donate .donate-section__subtitle {
    font-size: 1.8rem;
  }
}

.donate .donate-section__text {
  font-size: 2.2rem;
  color: #797979;
  margin: 10px auto;
  line-height: 1.5;
}

.donate .donate-section__textL:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1800px) {
  .donate .donate-section__text {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .donate .donate-section__text {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .donate .donate-section__text {
    font-size: 1.6rem;
  }
}

.donate .donate-section__img-phone {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.donate .donate-form__hidden-img {
  display: none;
}
.donate .donate-form__row {
  margin: 0 auto 20px;
}
.donate .donate-form__labels {
  font-size: 0;
}
.donate .donate-form__row:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 700px) {
  .donate .donate-form__row {
    margin-bottom: 15px;
  }
}

.donate .donate-form__text {
  font-family: "PT Sans";
  font-size: 3rem;
  text-align: left;
  margin: 0 auto;
}
@media screen and (max-width: 1800px) {
  .donate .donate-form__text {
    font-size: 1.8rem;
  }
}

.donate .donate-form__type-selector-label {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #2fb14a;
  background: transparent;
  color: #2fb14a;
  font-family: "PT Sans";
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 3px;
  width: 50%;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}

.donate .donate-form__type-selector-label:last-child {
  border-right: none;
}

.donate .donate-form__input-checkbox {
  display: none;
}

.donate .donate-form__input-checkbox:checked + label {
  background: #2fb14a;
  color: #fff;
}
.donate .donate-form__input-wrapper {
  position: relative;
}

.donate .donate-form__input-wrapper:before,
.donate .donate-form__input-wrapper:after {
  display: inline-block;
  font-family: "PT Sans";
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  z-index: 2;
  translate: (0, -50%);
}
@media screen and (max-width: 1800px) {
  .donate .donate-form__input-wrapper:before,
  .donate .donate-form__input-wrapper:after {
    font-size: 1.8rem;
  }
}
.donate .donate-form__input-wrapper:before {
  content: "$";
  left: 11px;
}

.donate .donate-form__input-wrapper:after {
  content: "USD";
  right: 13px;
}

.donate .donate-form__input-amount {
  padding: 17px 55px 16px 31px;
  font-family: "PT Sans";
  font-size: 2rem;
  font-weight: bold;
  color: #2fb14a;
  border: 1px solid #c9c9c2;
  width: 100%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1800px) {
  .donate .donate-form__input-amount {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 700px) {
  .donate .donate-form__input-amount {
    padding: 12px 55px 12px 31px;
  }
}

.donate .donate__ideas {
  margin: 0 auto;
  background: #eef0e7;
  font-size: 2.4rem;
  padding: 65px 13.5% 70px;
  line-height: 1.75;
}

.donate__ideas a {
  text-decoration: none;
  color: #ff4e00;
}

@media screen and (max-width: 1800px) {
  .donate .donate__ideas {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 950px) {
  .donate .donate__ideas {
    padding: 40px 10%;
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .donate .donate__ideas {
    padding: 30px 5%;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
  }
}
.donate .donate__banner {
  height: 790px;
  background: url(/wp-content/themes/rainforestconnection/assets/images/banners/get-involved-banner-2.jpg) no-repeat center
    center;
  background-size: cover;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 1800px) {
  .donate .donate__banner {
    height: 474px;
  }
}
@media screen and (max-width: 950px) {
  .donate .donate__banner {
    height: 400px;
  }
}

.donate .donate__banner-text {
  display: block;
  max-width: 90%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  color: #fff;
  translate: (-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.img__banner_get_involved {
  background: url(/wp-content/themes/rainforestconnection/assets/images/banners/get-involved-banner-1.jpg)
    no-repeat center center;
  background-size: cover;
}
