.text-222 {
  color: #222;
}

.w-255 {
  width: 255px;
}

.round-4 {
  border-radius: 4px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mb-120 {
  margin-bottom: 120px;
}

.ttu {
  text-transform: uppercase;
}

.slide-title {
  font-size: 48px;
  line-height: 130%;
  margin-bottom: 32px;
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
}

.btn-red {
  background-color: #B05453;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.btn-red::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-color: #a04a49;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.btn-red:hover {
  color: #fff;
  text-decoration: none;
  background-color: #333 !important;
  border-color: #333 !important;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn-red:hover:before {
  width: 100%;
  opacity: 1;
}

.about-us-description h1 {
  max-width: 550px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  color: #222;
  font-weight: bold;
  margin-bottom: 64px;
  text-transform: uppercase;
}
.about-us-description p {
  max-width: 792px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px;
  font-size: 16px;
}

.grid-publications-item h4 a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.oregon-issues {
  margin-bottom: 56px;
}
.oregon-issues h2 {
  margin-bottom: 64px;
}

.oregon-issues__item_2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 64px;
}
.oregon-issues__item_2 .rounded-circle {
  width: 80px;
  height: 80px;
  background-color: #574240;
  color: #fff;
  margin-bottom: 20px;
}
.oregon-issues__item_2 h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
.oregon-issues__item_2 p {
  font-size: 16px;
  line-height: 150%;
  color: rgba(34, 34, 34, 0.8);
  margin-bottom: 0;
}

.home-donation-2 {
  padding: 48px 0;
  background-size: cover;
  background-position: center 0;
}

.donation-2 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.donation-2 .ll {
  width: 486px;
}
.donation-2 .ll h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 24px;
  color: #B05453;
  letter-spacing: -1px;
}
.donation-2 .ll p {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 0;
}

.donation-contact-info-2 {
  width: 468px;
  padding: 24px;
  position: relative;
}
.donation-contact-info-2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.donation-contact-info-2 .inner {
  position: relative;
  z-index: 2;
}

.hide {
  display: none;
}

.box-929 .serv {
  margin-right: 48px;
}
.box-929 .info .btn {
  width: 100%;
  border-radius: 4px;
}
.box-929 .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.box-929 .txt {
  font-size: 14px;
  margin-bottom: 20px;
}
.box-929 .contact-box {
  font-size: 14px;
  margin-bottom: 32px;
}
.box-929 .contact-box a {
  color: #B05453;
  text-decoration: none;
}
.box-929 .contact-box p {
  margin-bottom: 0;
}

.field-list {
  margin-right: -20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.field-list .field {
  width: calc(50% - 20px);
  margin-right: 20px;
}
.field-list .field:nth-child(1n+3) {
  margin-top: 20px;
}
.field-list .full {
  width: calc(100% - 20px);
}

.new-form .ll {
  width: 375px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 32px;
  background-image: url(../images/new-form.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  line-height: normal;
  font-weight: bold;
}
.new-form .rr {
  border-radius: 0px 4px 4px 0px;
  background: rgba(217, 217, 204, 0.3);
  padding: 32px;
}
.new-form .lab {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  display: block;
  margin-bottom: 6px;
}
.new-form .wpcf7-text {
  border-radius: 4px;
  border: 1px solid #D9D9CC;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
          box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 10px 14px;
  color: rgba(34, 34, 34, 0.4);
  font-size: 16px;
  font-family: Open Sans;
  line-height: 24px;
  width: 100%;
}
.new-form .wpcf7-form-control-wrap {
  display: block;
}
.new-form label {
  display: block;
}
.new-form .wpcf7-checkbox {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px -6px;
}
.new-form .wpcf7-checkbox input {
  display: none;
}
.new-form .wpcf7-checkbox input:checked + .wpcf7-list-item-label {
  background-color: #43A047 !important;
  color: #fff !important;
  border-color: #43A047 !important;
}
.new-form .wpcf7-checkbox .wpcf7-list-item {
  margin: 10px 6px;
}
.new-form .wpcf7-checkbox .wpcf7-list-item-label {
  border-radius: 4px;
  background: #D9D9CC;
  padding: 5px 14px;
  font-size: 14px;
  font-family: Open Sans;
  color: #222;
  cursor: pointer;
  border: 2px solid #D9D9CC;
}
.new-form .wpcf7-checkbox .wpcf7-list-item-label:hover {
  border-radius: 4px;
  border: 2px solid #43A047;
  background: #F8FFF8;
}
.new-form .wpcf7-radio {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  color: #222;
}
.new-form .wpcf7-radio input {
  display: none;
}
.new-form .wpcf7-radio input:checked + .wpcf7-list-item-label:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  background-color: #43A047;
  border-radius: 100%;
}
.new-form .wpcf7-radio .wpcf7-list-item {
  margin: 0;
  margin-right: 20px;
}
.new-form .wpcf7-radio .wpcf7-list-item-label {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
}
.new-form .wpcf7-radio .wpcf7-list-item-label:before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin-right: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #43A047;
  background: #F8FFF8;
}
.new-form .wpcf7-submit {
  width: 100%;
  border-radius: 4px;
}

.box-040 .lab {
  margin-bottom: 15px;
}

.box-041 .lab {
  margin-bottom: 5px;
}

@media (max-width: 992px) {
  .mb-120 {
    margin-bottom: 80px;
  }
  .about-us-description h1 {
    margin-bottom: 48px;
    font-size: 32px;
  }
  .about-us-description p {
    margin-bottom: 48px;
  }
  .slide-title {
    font-size: 32px;
    line-height: 42px;
    text-align: center;
  }
  .main-carousel .carousel-item .preview {
    background-position: center bottom;
  }
  .oregon-issues__item_2 {
    margin-bottom: 32px;
  }
  .oregon-issues {
    margin-bottom: 48px;
  }
  .donation-2 {
    display: block;
  }
  .donation-2 .ll {
    width: 100%;
    margin-bottom: 48px;
  }
  .donation-2 .rr {
    width: 100%;
  }
  .donation-contact-info-2 {
    width: 100%;
  }
  .new-form {
    display: block !important;
  }
  .new-form .ll {
    width: 100%;
    border-radius: 4px;
  }
}
@media (max-width: 767px) {
  .home-donation-2 {
    background-image: url(../images/bg-make-mobile.svg) !important;
    background-size: cover;
  }
  .field-list .field {
    width: calc(100% - 20px);
  }
  .field-list .field:nth-child(1n+2) {
    margin-top: 20px;
  }
  .new-form .wpcf7-text {
    padding: 9px 14px;
  }
  .new-form .ll {
    height: 364px;
    background-size: auto;
    background-position: 0 bottom;
    background-image: url(../images/new-form-mobile.svg);
    background-color: #6F7244;
  }
  .new-form .rr {
    padding: 32px 20px;
  }
  .box-929 {
    display: block !important;
    text-align: center;
  }
  .box-929 .serv {
    margin-right: 0;
    margin-bottom: 48px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-carousel .carousel-item .preview {
    background-image: url(../images/bg-home-mobile.svg) !important;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-color: transparent !important;
    height: auto;
    padding: 120px 0;
  }
  .about-us-description h1 {
    margin-bottom: 48px;
    font-size: 32px;
    text-align: left !important;
  }
  .about-us-description p {
    margin-bottom: 48px;
    text-align: left !important;
  }
  .last-articles .col-md-6:nth-child(1n+2) {
    margin-top: 30px;
  }
  .oregon-issues h2 {
    text-align: left;
  }
}