.m-newsletter {
  position: relative;
}

.m-newsletter-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
}

.m-newsletter-bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.m-newsletter-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}

.m-newsletter-main {
  padding: 90px 0;
  position: relative;
  z-index: 2;
  color: white;
}

.m-newsletter-main h2 {
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
}

.m-newsletter-main p {
  padding: 0;
  max-width: 585px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
}

#gform_fields_29 {
  display: -ms-grid;
  display: grid;
  gap: 69px;
  -ms-grid-columns: 1fr 69px 1fr 69px 1fr;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1095px;
  margin: 0 auto;
}

#gform_fields_29>* {
  grid-column: auto;
}

#gform_fields_29 .gfield input {
  color: #000000;
  border-color: #27a9e1;
}

#gform_fields_29 .gfield .gfield_label {
  color: #000000;
}

#gform_29 .gform_submission_error {
  display: none !important;
}

#gform_29 .gfield_description {
  position: absolute;
  background: transparent !important;
  color: white !important;
  padding: 0 !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  border: none !important;
  text-align: center;
}

#gform_29 .gform_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  margin-top: 40px !important;
}

#gform_29 .gform_footer input[type="submit"]:hover {
  opacity: 0.9;
}

#gform_29 .gform_footer input[type="submit"] {
  background-color: #27a9e1 !important;
  border: 1px solid #353535 !important;
  font-size: 30px !important;
  height: auto !important;
  border-radius: 200px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  padding: 14px 48px !important;
  color: white !important;
}

@media (max-width: 1200px) {
  #gform_fields_29 {
    gap: 25px;
  }
}

@media (max-width: 767px) {
  #gform_fields_29 {
    gap: 18px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .m-newsletter-main {
    padding: 40px 0;
  }

  .m-newsletter-main h2 {
    font-size: 26px;
  }

  .m-newsletter-main p {
    margin-bottom: 30px;
    font-size: 16px;
  }

  #gform_29 .gform_footer input[type="submit"] {
    font-size: 22px !important;
    padding: 12px 24px !important;
  }

  #gform_29 .gform_footer {
    margin-top: 30px !important;
  }
}

.home section.container.flexible-content .content {
  padding: unset;
}

select#bboxdonation_payment_cboMonth,
select#bboxdonation_payment_cboYear {
  outline: none;
  height: 60px;
  max-height: 60px;
  min-height: 60px;
  line-height: 60px;
  border-radius: 33px;
  font-size: 16px;
  color: #000000;
  font-weight: 300;
  padding: 0 25px !important;
  opacity: 1;
  margin-bottom: 20px !important;
}

select#bboxdonation_payment_cboMonth {
  margin-right: 3% !important;
  width: 49%;
}

select#bboxdonation_payment_cboYear {
  width: 44%;
}

select#bboxdonation_billing_billingAddress_ddAUState {
  outline: none;
  width: 100%;
  height: 60px;
  max-height: 60px;
  min-height: 60px;
  line-height: 60px;
  border-radius: 33px;
  font-size: 16px;
  color: #000000;
  font-weight: 300;
  padding: 0 25px !important;
  opacity: 1;
  float: left;
  margin-right: 28px !important;
}

.slides .slider-info {
  max-width: 300px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 120px;
}

.slides .slider-info h2 {
  color: #000000;
  font-size: 34px;
  line-height: 36px;
}

.slides .slider-info p {
  color: #000000;
  font-weight: 500;
  margin-top: 15px;
}

.slides .slider-info a.btn {
  background-color: #ff0000;
  padding: 12px 28px;
  margin-top: 10px;
  border-radius: 23px;
  border: 2px solid #ff0000;
  display: inline-block !important;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  font-size: 22px;
}

.slides .slider-info a.btn:hover {
  background-color: #ffffff;
  color: #000000;
}

@media all and (min-width: 1200px) and (max-width: 1399px) {
  .slides .slider-info {
    left: 100px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
  .slides .slider-info {
    left: 70px;
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  .slides .slider-info {
    left: 40px;
  }
}

@media all and (max-width: 767px) {
  .slides .slider-info {
    max-width: 250px;
    left: 20px;
  }

  .slides .slider-info h2 {
    font-size: 22px;
    line-height: 24px;
  }

  .slides .slider-info a.btn {
    font-size: 16px;
    padding: 6px 16px;
  }

  .slides .slider-info p {
    margin-top: 8px;
    font-size: 15px;
  }
}

.donate-form-wrapper #bbox-root .BBFormSection div#reCAPTCHASection {
  width: 256px;
  height: 60px;
  display: block;
  -webkit-transition: right 0.3s ease 0s;
  -o-transition: right 0.3s ease 0s;
  transition: right 0.3s ease 0s;
  position: fixed;
  bottom: 14px;
  right: -186px;
  overflow: hidden;
}

#bbox-root .BBDFormSectionPaymentInfo div#reCAPTCHADisclosure {
  border: none;
  display: block;
  height: auto;
  margin: 10px 0;
  text-align: center;
}

#landing-banner-container.landing-centered #landing-banner {
  position: relative;
  overflow: hidden;
}

#landing-banner-container.landing-centered #landing-banner .image-background {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

#landing-banner-container.landing-centered #landing-banner .image-background img {
  width: 100%;
  opacity: 0.2;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

@media screen and (max-width: 990px) {
  #landing-banner-container.landing-centered #landing-banner .image-background img {
    width: auto;
    height: 100%;
  }

  #landing-banner-container.landing-centered #landing-banner .image-background {
    height: 100vh;
  }
}

#landing-banner-container.landing-centered #landing-banner .text-centerd {
  max-width: 940px;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1200px) {
  #landing-banner-container.landing-centered #landing-banner .text-centerd {
    padding: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 650px) {
  #landing-banner-container.landing-centered #landing-banner .text-centerd {
    padding: 50px;
  }
}

#landing-banner-container.landing-centered #landing-banner .text-centerd .inner h1 {
  line-height: 58px;
  letter-spacing: -2px;
  text-align: center;
  font-size: 60px;
  font-family: museo-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 50px;
}

@media screen and (max-width: 990px) {
  #landing-banner-container.landing-centered #landing-banner .text-centerd .inner h1 {
    font-size: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 650px) {
  #landing-banner-container.landing-centered #landing-banner .text-centerd .inner h1 {
    font-size: 30px;
    line-height: 30px;
  }
}

#landing-banner-container.landing-centered #landing-banner .text-centerd .inner p {
  margin: 0 auto;
  max-width: 560px;
  line-height: 26px;
  text-align: center;
  font-family: museo-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: rgb(94, 94, 94);
}

#landing-banner-container.landing-centered #landing-banner .text-centerd .btn-container {
  padding: 20px 0;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  font-family: Montserrat;
  font-style: normal;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#landing-banner-container.landing-centered #landing-banner .text-centerd .btn-container .custom-button {
  padding: 8px 30px;
  border-radius: 5px;
  text-decoration: none;
}

#landing-banner-container.landing-centered #landing-banner .text-centerd .btn-container .text-button {
  text-decoration: underline;
}


#landing-banner-container.landing-centered #landing-banner .text-centerd .btn-container+.btn-container {
  padding-top: 0;
}

/* Contact Template */

.page-template-template-landing-page #header {
  max-width: 940px;
  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;
}

.page-template-template-landing-page #header .clear {
  display: none;
}

.page-template-template-landing-page #header #header-items {
  font-size: 20px;
  font-weight: 700;
}

.page-template-template-landing-page #header-items a {
  color: #ff0000;
  font-weight: 600;
}

.page-template-template-landing-page #header-container {
  background: rgba(255, 255, 255, 1);
}

.page-template-template-landing-page .container,
#footer-container,
#boxes-container,
#header {
  position: relative;
  z-index: 3;
}

.full-width-gray {
  position: relative;
  z-index: 3;
}


.full-width-gray .full-width-inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding: 37px 0 36px 0;
}

@media screen and (max-width: 650px) {
  .full-width-gray .full-width-inner {
    padding: 37px;
  }
}

.full-width-gray .full-width-inner img {
  display: block;
}

.full-width-gray.grid-outer .full-width-inner {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
}

.full-width-gray.grid-outer .full-width-inner img {
  display: block;
}

.full-width-gray .full-width-inner h4,
h3,
h2,
h1 {
  padding-bottom: 50px;
}

.full-width-image {
  position: relative;
  z-index: 3;
}

.full-width-image .full-width-image-inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding: 37px 0 36px 0;
}

.full-width-image.grid-outer .full-width-image-inner img {
  display: block;
}

.full-width-image .full-width-image-inner .show-on-mobile {
  display: none !important;
}

@media screen and (max-width: 990px) {
  .full-width-image .full-width-image-inner .hide-on-mobile {
    display: none !important;
  }

  .full-width-image .full-width-image-inner .show-on-mobile {
    display: block !important;
  }
}

.full-width-image.grid-outer .full-width-image-inner {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
}

.page-template-template-landing-page .gform_wrapper {
  max-width: 620px;
  margin: 0 auto;
}

.page-template-template-landing-page .gform_wrapper input[type="submit"] {
  width: 100%;
  border-radius: 5px !important;
}

.page-template-template-landing-page .gform_wrapper .gform_fields .gfield input {
  height: unset !important;
  border-radius: 5px !important;
  padding: 22px 50px 22px 28px !important;
}

.page-template-template-landing-page :not(.popup-form)>.gform_wrapper .a-input,
.page-template-template-landing-page :not(.popup-form)>.gform_wrapper input[type="date"],
.page-template-template-landing-page :not(.popup-form)>.gform_wrapper input[type="datetime"],
.page-template-template-landing-page :not(.popup-form)>.gform_wrapper input[type="datetime-local"],
.page-template-template-landing-page :not(.popup-form)>.gform_wrapper input[type="email"],
.page-template-template-landing-page :not(.popup-form)>.gform_wrapper input[type="month"],
.page-template-template-landing-page :not(.popup-form)>.gform_wrapper input[type="number"],
.page-template-template-landing-page :not(.popup-form)>.gform_wrapper input[type="password"],
.page-template-template-landing-page :not(.popup-form)>.gform_wrapper input[type="range"],
.page-template-template-landing-page :not(.popup-form)>.gform_wrapper input[type="search"],
.page-template-template-landing-page :not(.popup-form)>.gform_wrapper input[type="tel"],
.page-template-template-landing-page :not(.popup-form)>.gform_wrapper input[type="text"],
.page-template-template-landing-page :not(.popup-form)>.gform_wrapper input[type="time"],
.page-template-template-landing-page :not(.popup-form)>.gform_wrapper input[type="url"],
.page-template-template-landing-page :not(.popup-form)>.gform_wrapper input[type="week"],
.page-template-template-landing-page :not(.popup-form)>.gform_wrapper textarea,
.page-template-template-landing-page :not(.popup-form)>.gform_wrapper .gform_fields .gfield input:not([type="radio"]):not([type="checkbox"]) {
  height: 47px !important;
  border-radius: 5px !important;
  padding: 12px 15px 12px 15px !important;
}

.page-template-template-landing-page :not(.popup-form)>.gform_wrapper .a-input,
.page-template-template-landing-page :not(.popup-form)>.gform_wrapper input[type="date"],
.page-template-template-landing-page :not(.popup-form)>.gform_wrapper input[type="datetime"],
.page-template-template-landing-page :not(.popup-form)>.gform_wrapper input[type="datetime-local"],
.page-template-template-landing-page :not(.popup-form)>.gform_wrapper input[type="email"],
.page-template-template-landing-page :not(.popup-form)>.gform_wrapper input[type="month"],
.page-template-template-landing-page :not(.popup-form)>.gform_wrapper input[type="number"],
.page-template-template-landing-page :not(.popup-form)>.gform_wrapper input[type="password"],
.page-template-template-landing-page :not(.popup-form)>.gform_wrapper input[type="range"],
.page-template-template-landing-page :not(.popup-form)>.gform_wrapper input[type="search"],
.page-template-template-landing-page :not(.popup-form)>.gform_wrapper input[type="tel"],
.page-template-template-landing-page :not(.popup-form)>.gform_wrapper input[type="text"],
.page-template-template-landing-page :not(.popup-form)>.gform_wrapper input[type="time"],
.page-template-template-landing-page :not(.popup-form)>.gform_wrapper input[type="url"],
.page-template-template-landing-page :not(.popup-form)>.gform_wrapper input[type="week"],
.page-template-template-landing-page :not(.popup-form)>.gform_wrapper textarea,
.page-template-template-landing-page :not(.popup-form)>.gform_wrapper .gform_fields .gfield input:not([type="radio"]):not([type="checkbox"]):focus {
  outline-width: 0;
}


.page-template-template-landing-page :not(.popup-form)>.gform_wrapper .gform_fields .gfield.gfield--width-third .gfield_label {
  padding: 0 10px 20px 0 !important;
  font-family: Montserrat;
  font-weight: 900;
  font-size: 16px !important;
  line-height: 26px;
  color: #8c8d8f;
  display: block;
  margin-bottom: 4px;
  width: auto;
  margin-right: 0px;
  position: relative !important;
}

@media screen and (max-width: 665px) {
  .page-template-template-landing-page :not(.popup-form)>.gform_wrapper .gform_fields .gfield.gfield--width-third .gfield_label {
    text-align: center;
  }
}

.page-template-template-landing-page .gform_wrapper .gform_body .gfield_required {
  display: none !important;
}

.page-template-template-landing-page .gform_wrapper .gform_footer {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.page-template-template-landing-page .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 25px;
}

.page-template-template-landing-page .gform_wrapper .gform_validation_errors>h2.hide_summary {
  padding: 0;
}

.page-template-template-landing-page .gform_wrapper .ginput_container_radio .gfield_radio .gchoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
}

.page-template-template-landing-page .gform_wrapper .ginput_container_radio .gfield_radio .gchoice label {
  font-family: Montserrat;
  font-weight: 900;
  font-size: 16px !important;
  line-height: 26px;
  color: #8c8d8f;
}

.page-template-template-landing-page .gform_wrapper .ginput_container_radio .gfield_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 30px;
}

@media screen and (max-width: 665px) {
  .page-template-template-landing-page .gform_wrapper .ginput_container_radio .gfield_radio {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.page-template-template-landing-page .gform_wrapper .gform_fields fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}


body :not(.popup-form)>.gform_wrapper .gform_fields .gfield:not(.default-label).has-value.slightly-bigger-text .gfield_label {
  font-size: 1.2em;
}

@media screen and (max-width: 430px) {
  .page-template-template-landing-page #header #header-items {
    display: none;
  }
}