body.page-template-template-form-donate.show-focus-outlines a:focus, body.page-template-template-form-donate.show-focus-outlines input:focus, body.page-template-template-form-donate.show-focus-outlines textarea:focus, body.page-template-template-form-donate.show-focus-outlines select:focus, body.page-template-template-form-donate.show-focus-outlines button:focus,
body.page-template-template-flexible-content.show-focus-outlines a:focus,
body.page-template-template-flexible-content.show-focus-outlines input:focus,
body.page-template-template-flexible-content.show-focus-outlines textarea:focus,
body.page-template-template-flexible-content.show-focus-outlines select:focus,
body.page-template-template-flexible-content.show-focus-outlines button:focus,
body.page-template-template-appeal-landing.show-focus-outlines a:focus,
body.page-template-template-appeal-landing.show-focus-outlines input:focus,
body.page-template-template-appeal-landing.show-focus-outlines textarea:focus,
body.page-template-template-appeal-landing.show-focus-outlines select:focus,
body.page-template-template-appeal-landing.show-focus-outlines button:focus {
  outline: #334aff solid 1px;
}
body.page-template-template-form-donate.show-focus-outlines select:focus + .select2,
body.page-template-template-form-donate.show-focus-outlines .select2-container--focus,
body.page-template-template-form-donate.show-focus-outlines .input-text:focus,
body.page-template-template-flexible-content.show-focus-outlines select:focus + .select2,
body.page-template-template-flexible-content.show-focus-outlines .select2-container--focus,
body.page-template-template-flexible-content.show-focus-outlines .input-text:focus,
body.page-template-template-appeal-landing.show-focus-outlines select:focus + .select2,
body.page-template-template-appeal-landing.show-focus-outlines .select2-container--focus,
body.page-template-template-appeal-landing.show-focus-outlines .input-text:focus {
  outline: #334aff solid 1px !important;
}
body.page-template-template-form-donate .donation-form__form,
body.page-template-template-flexible-content .donation-form__form,
body.page-template-template-appeal-landing .donation-form__form {
  position: relative;
  z-index: 30;
}
body.page-template-template-form-donate .donation-form__form fieldset,
body.page-template-template-flexible-content .donation-form__form fieldset,
body.page-template-template-appeal-landing .donation-form__form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
body.page-template-template-form-donate .donation-form__form label:not(.wpforms-field-payment-multiple label),
body.page-template-template-flexible-content .donation-form__form label:not(.wpforms-field-payment-multiple label),
body.page-template-template-appeal-landing .donation-form__form label:not(.wpforms-field-payment-multiple label) {
  outline: none;
  border: none;
}
body.page-template-template-form-donate .donation-form__form .wrapper,
body.page-template-template-flexible-content .donation-form__form .wrapper,
body.page-template-template-appeal-landing .donation-form__form .wrapper {
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  padding-inline: 15px;
}
body.page-template-template-form-donate .donation-form__form .wrapper.flex,
body.page-template-template-flexible-content .donation-form__form .wrapper.flex,
body.page-template-template-appeal-landing .donation-form__form .wrapper.flex {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 380px) {
  body.page-template-template-form-donate .donation-form__form .wrapper,
body.page-template-template-flexible-content .donation-form__form .wrapper,
body.page-template-template-appeal-landing .donation-form__form .wrapper {
    padding-inline: 30px;
  }
}
@media (min-width: 1280px) {
  body.page-template-template-form-donate .donation-form__form .wrapper,
body.page-template-template-flexible-content .donation-form__form .wrapper,
body.page-template-template-appeal-landing .donation-form__form .wrapper {
    max-width: 1300px;
  }
}
body.page-template-template-form-donate .donation-form__form .fade-in,
body.page-template-template-flexible-content .donation-form__form .fade-in,
body.page-template-template-appeal-landing .donation-form__form .fade-in {
  animation: fade-in 0.3s ease-in;
  opacity: 1;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body.page-template-template-form-donate .donation-form__form .form,
body.page-template-template-flexible-content .donation-form__form .form,
body.page-template-template-appeal-landing .donation-form__form .form {
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-color: #FFFFFF;
}
body.page-template-template-form-donate .donation-form__form .form.mini,
body.page-template-template-flexible-content .donation-form__form .form.mini,
body.page-template-template-appeal-landing .donation-form__form .form.mini {
  gap: 20px;
}
body.page-template-template-form-donate .donation-form__form .form.mini .payment-methods,
body.page-template-template-flexible-content .donation-form__form .form.mini .payment-methods,
body.page-template-template-appeal-landing .donation-form__form .form.mini .payment-methods {
  align-items: center;
}
@media (min-width: 1190px) {
  body.page-template-template-form-donate .donation-form__form .form.mini .payment-methods,
body.page-template-template-flexible-content .donation-form__form .form.mini .payment-methods,
body.page-template-template-appeal-landing .donation-form__form .form.mini .payment-methods {
    display: flex;
  }
}
body.page-template-template-form-donate .donation-form__form .form.mini .payment-methods img,
body.page-template-template-flexible-content .donation-form__form .form.mini .payment-methods img,
body.page-template-template-appeal-landing .donation-form__form .form.mini .payment-methods img {
  margin-right: 6px;
}
body.page-template-template-form-donate .donation-form__form .form.mini .payment-methods .charity-no,
body.page-template-template-flexible-content .donation-form__form .form.mini .payment-methods .charity-no,
body.page-template-template-appeal-landing .donation-form__form .form.mini .payment-methods .charity-no {
  font-size: 10px;
  line-height: 1.2;
  margin-top: 10px;
}
@media (min-width: 1190px) {
  body.page-template-template-form-donate .donation-form__form .form.mini .payment-methods .charity-no,
body.page-template-template-flexible-content .donation-form__form .form.mini .payment-methods .charity-no,
body.page-template-template-appeal-landing .donation-form__form .form.mini .payment-methods .charity-no {
    margin-top: 0;
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  body.page-template-template-form-donate .donation-form__form .form.mini.hero .payment-methods,
body.page-template-template-flexible-content .donation-form__form .form.mini.hero .payment-methods,
body.page-template-template-appeal-landing .donation-form__form .form.mini.hero .payment-methods {
    display: flex;
  }
}
@media (min-width: 768px) {
  body.page-template-template-form-donate .donation-form__form .form.mini.hero .payment-methods .charity-no,
body.page-template-template-flexible-content .donation-form__form .form.mini.hero .payment-methods .charity-no,
body.page-template-template-appeal-landing .donation-form__form .form.mini.hero .payment-methods .charity-no {
    margin-top: 0;
    margin-left: 10px;
  }
}
body.page-template-template-form-donate .donation-form__form .form .gift-aid-wrapper,
body.page-template-template-flexible-content .donation-form__form .form .gift-aid-wrapper,
body.page-template-template-appeal-landing .donation-form__form .form .gift-aid-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 32px 42px;
  background-color: #F5F5F5;
  border-radius: 25px;
}
body.page-template-template-form-donate .donation-form__form .form .gift-aid-wrapper .gift-aid-top-container,
body.page-template-template-flexible-content .donation-form__form .form .gift-aid-wrapper .gift-aid-top-container,
body.page-template-template-appeal-landing .donation-form__form .form .gift-aid-wrapper .gift-aid-top-container {
  display: flex;
  gap: 33px;
}
body.page-template-template-form-donate .donation-form__form .form .gift-aid-wrapper .gift-aid-top-container .gift-aid-top-text-container,
body.page-template-template-flexible-content .donation-form__form .form .gift-aid-wrapper .gift-aid-top-container .gift-aid-top-text-container,
body.page-template-template-appeal-landing .donation-form__form .form .gift-aid-wrapper .gift-aid-top-container .gift-aid-top-text-container {
  display: flex;
  flex-direction: column;
}
body.page-template-template-form-donate .donation-form__form .form .gift-aid-wrapper .gift-aid-top-container .gift-aid-top-text-container p,
body.page-template-template-flexible-content .donation-form__form .form .gift-aid-wrapper .gift-aid-top-container .gift-aid-top-text-container p,
body.page-template-template-appeal-landing .donation-form__form .form .gift-aid-wrapper .gift-aid-top-container .gift-aid-top-text-container p {
  margin: 0;
}
body.page-template-template-form-donate .donation-form__form .form .gift-aid-wrapper .gift-aid-top-container .gift-aid-top-text-container p.p1,
body.page-template-template-flexible-content .donation-form__form .form .gift-aid-wrapper .gift-aid-top-container .gift-aid-top-text-container p.p1,
body.page-template-template-appeal-landing .donation-form__form .form .gift-aid-wrapper .gift-aid-top-container .gift-aid-top-text-container p.p1 {
  font-size: 24px;
}
body.page-template-template-form-donate .donation-form__form .form .gift-aid-wrapper .gift-aid-top-container .gift-aid-top-text-container p.p2,
body.page-template-template-flexible-content .donation-form__form .form .gift-aid-wrapper .gift-aid-top-container .gift-aid-top-text-container p.p2,
body.page-template-template-appeal-landing .donation-form__form .form .gift-aid-wrapper .gift-aid-top-container .gift-aid-top-text-container p.p2 {
  font-size: 16px;
}
body.page-template-template-form-donate .donation-form__form .form .gift-aid-wrapper .gift-aid-top-container img,
body.page-template-template-flexible-content .donation-form__form .form .gift-aid-wrapper .gift-aid-top-container img,
body.page-template-template-appeal-landing .donation-form__form .form .gift-aid-wrapper .gift-aid-top-container img {
  max-width: 131px;
  margin-left: auto;
}
@media (max-width: 767px) {
  body.page-template-template-form-donate .donation-form__form .form .gift-aid-wrapper .gift-aid-top-container,
body.page-template-template-flexible-content .donation-form__form .form .gift-aid-wrapper .gift-aid-top-container,
body.page-template-template-appeal-landing .donation-form__form .form .gift-aid-wrapper .gift-aid-top-container {
    flex-direction: column;
    gap: 20px;
  }
  body.page-template-template-form-donate .donation-form__form .form .gift-aid-wrapper .gift-aid-top-container img,
body.page-template-template-flexible-content .donation-form__form .form .gift-aid-wrapper .gift-aid-top-container img,
body.page-template-template-appeal-landing .donation-form__form .form .gift-aid-wrapper .gift-aid-top-container img {
    margin: 0 auto;
    order: 1;
  }
  body.page-template-template-form-donate .donation-form__form .form .gift-aid-wrapper .gift-aid-top-container p,
body.page-template-template-flexible-content .donation-form__form .form .gift-aid-wrapper .gift-aid-top-container p,
body.page-template-template-appeal-landing .donation-form__form .form .gift-aid-wrapper .gift-aid-top-container p {
    order: 2;
  }
}
body.page-template-template-form-donate .donation-form__form .form .gift-aid-wrapper .gift-aid-top-container p,
body.page-template-template-flexible-content .donation-form__form .form .gift-aid-wrapper .gift-aid-top-container p,
body.page-template-template-appeal-landing .donation-form__form .form .gift-aid-wrapper .gift-aid-top-container p {
  color: #005529;
  font-family: "freude", sans-serif;
  font-size: 18px;
}
body.page-template-template-form-donate .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container,
body.page-template-template-flexible-content .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container,
body.page-template-template-appeal-landing .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
body.page-template-template-form-donate .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-buttons-wrapper,
body.page-template-template-flexible-content .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-buttons-wrapper,
body.page-template-template-appeal-landing .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-buttons-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
body.page-template-template-form-donate .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container,
body.page-template-template-flexible-content .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container,
body.page-template-template-appeal-landing .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container {
  position: relative;
  display: block;
}
body.page-template-template-form-donate .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container input[type=radio],
body.page-template-template-flexible-content .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container input[type=radio],
body.page-template-template-appeal-landing .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: none !important;
  flex: 0 0 auto !important;
}
body.page-template-template-form-donate .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container input[type=radio]:checked + label,
body.page-template-template-flexible-content .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container input[type=radio]:checked + label,
body.page-template-template-appeal-landing .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container input[type=radio]:checked + label {
  border-color: #005529;
  background: #f7fcf8;
  box-shadow: 0 0 0 3px rgba(0, 85, 41, 0.12);
}
body.page-template-template-form-donate .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container input[type=radio]:checked + label::before,
body.page-template-template-flexible-content .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container input[type=radio]:checked + label::before,
body.page-template-template-appeal-landing .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container input[type=radio]:checked + label::before {
  transform: scale(1.05);
}
body.page-template-template-form-donate .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container input[type=radio]:checked + label::after,
body.page-template-template-flexible-content .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container input[type=radio]:checked + label::after,
body.page-template-template-appeal-landing .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container input[type=radio]:checked + label::after {
  transform: scale(1);
  opacity: 1;
}
body.page-template-template-form-donate .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container input[type=radio]:focus-visible + label,
body.page-template-template-flexible-content .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container input[type=radio]:focus-visible + label,
body.page-template-template-appeal-landing .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container input[type=radio]:focus-visible + label {
  outline: 2px solid #005529;
  outline-offset: 3px;
}
body.page-template-template-form-donate .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container input[type=radio]:before, body.page-template-template-form-donate .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container input[type=radio]:after,
body.page-template-template-flexible-content .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container input[type=radio]:before,
body.page-template-template-flexible-content .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container input[type=radio]:after,
body.page-template-template-appeal-landing .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container input[type=radio]:before,
body.page-template-template-appeal-landing .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container input[type=radio]:after {
  display: none !important;
}
body.page-template-template-form-donate .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container label,
body.page-template-template-flexible-content .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container label,
body.page-template-template-appeal-landing .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container label {
  position: relative;
  display: block;
  padding: 18px 20px 18px 58px;
  border: 1px solid #d9d9d9 !important;
  border-radius: 16px;
  background: #FFFFFF;
  cursor: pointer;
  transition: border-color 250ms ease, box-shadow 250ms ease, transform 250ms ease, background-color 250ms ease;
  font-family: "proxima-soft", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #262626;
}
body.page-template-template-form-donate .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container label::before,
body.page-template-template-flexible-content .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container label::before,
body.page-template-template-appeal-landing .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container label::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 22px;
  height: 22px;
  border: 2px solid #005529;
  border-radius: 50%;
  background: #FFFFFF;
  box-sizing: border-box;
  transition: border-color 250ms ease, transform 250ms ease, box-shadow 250ms ease;
}
body.page-template-template-form-donate .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container label::after,
body.page-template-template-flexible-content .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container label::after,
body.page-template-template-appeal-landing .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container label::after {
  content: "";
  position: absolute;
  top: 26px;
  left: 26px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #005529;
  transform: scale(0);
  opacity: 0;
  transition: transform 220ms ease, opacity 220ms ease;
}
body.page-template-template-form-donate .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container label:hover,
body.page-template-template-flexible-content .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container label:hover,
body.page-template-template-appeal-landing .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container label:hover {
  border-color: #005529 !important;
  transform: none;
}
body.page-template-template-form-donate .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .label-text-container,
body.page-template-template-flexible-content .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .label-text-container,
body.page-template-template-appeal-landing .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .label-text-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
body.page-template-template-form-donate .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .label-text-container p,
body.page-template-template-flexible-content .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .label-text-container p,
body.page-template-template-appeal-landing .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .label-text-container p {
  font-family: "proxima-soft", sans-serif;
  font-size: 14px;
}
body.page-template-template-form-donate .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .label-text-container p .read-more-span,
body.page-template-template-flexible-content .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .label-text-container p .read-more-span,
body.page-template-template-appeal-landing .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .label-text-container p .read-more-span {
  text-decoration: underline;
  cursor: pointer;
}
body.page-template-template-form-donate .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .label-text-container p .read-more-content,
body.page-template-template-flexible-content .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .label-text-container p .read-more-content,
body.page-template-template-appeal-landing .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .label-text-container p .read-more-content {
  display: none;
}
body.page-template-template-form-donate .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .label-text-container p .read-more-expanded,
body.page-template-template-flexible-content .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .label-text-container p .read-more-expanded,
body.page-template-template-appeal-landing .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .label-text-container p .read-more-expanded {
  display: inline;
}
@media (prefers-reduced-motion: reduce) {
  body.page-template-template-form-donate .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container label,
body.page-template-template-form-donate .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container label::before,
body.page-template-template-form-donate .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container label::after,
body.page-template-template-flexible-content .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container label,
body.page-template-template-flexible-content .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container label::before,
body.page-template-template-flexible-content .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container label::after,
body.page-template-template-appeal-landing .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container label,
body.page-template-template-appeal-landing .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container label::before,
body.page-template-template-appeal-landing .donation-form__form .form .gift-aid-wrapper .gift-aid-bottom-container .form-field-radio-button-container label::after {
    transition: none;
  }
}
body.page-template-template-form-donate .donation-form__form .form .amount-radio-buttons-wrapper,
body.page-template-template-flexible-content .donation-form__form .form .amount-radio-buttons-wrapper,
body.page-template-template-appeal-landing .donation-form__form .form .amount-radio-buttons-wrapper {
  display: flex;
  flex-direction: column;
}
body.page-template-template-form-donate .donation-form__form .form .amount-radio-buttons-wrapper.hidden,
body.page-template-template-flexible-content .donation-form__form .form .amount-radio-buttons-wrapper.hidden,
body.page-template-template-appeal-landing .donation-form__form .form .amount-radio-buttons-wrapper.hidden {
  display: none;
}
body.page-template-template-form-donate .donation-form__form .form .amount-radio-buttons-wrapper fieldset,
body.page-template-template-flexible-content .donation-form__form .form .amount-radio-buttons-wrapper fieldset,
body.page-template-template-appeal-landing .donation-form__form .form .amount-radio-buttons-wrapper fieldset {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  body.page-template-template-form-donate .donation-form__form .form .amount-radio-buttons-wrapper fieldset,
body.page-template-template-flexible-content .donation-form__form .form .amount-radio-buttons-wrapper fieldset,
body.page-template-template-appeal-landing .donation-form__form .form .amount-radio-buttons-wrapper fieldset {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 12px;
  }
}
@media (min-width: 992px) {
  body.page-template-template-form-donate .donation-form__form .form .amount-radio-buttons-wrapper fieldset,
body.page-template-template-flexible-content .donation-form__form .form .amount-radio-buttons-wrapper fieldset,
body.page-template-template-appeal-landing .donation-form__form .form .amount-radio-buttons-wrapper fieldset {
    gap: 30px;
  }
}
body.page-template-template-form-donate .donation-form__form .form .amount-radio-buttons-wrapper fieldset.mini,
body.page-template-template-flexible-content .donation-form__form .form .amount-radio-buttons-wrapper fieldset.mini,
body.page-template-template-appeal-landing .donation-form__form .form .amount-radio-buttons-wrapper fieldset.mini {
  display: flex !important;
  flex-direction: row;
  gap: 10px;
  padding-top: 75px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  body.page-template-template-form-donate .donation-form__form .form .amount-radio-buttons-wrapper fieldset.mini,
body.page-template-template-flexible-content .donation-form__form .form .amount-radio-buttons-wrapper fieldset.mini,
body.page-template-template-appeal-landing .donation-form__form .form .amount-radio-buttons-wrapper fieldset.mini {
    align-items: end;
    gap: 16px;
  }
}
body.page-template-template-form-donate .donation-form__form .form .amount-radio-buttons-wrapper fieldset.mini .amount-radio-button-container,
body.page-template-template-flexible-content .donation-form__form .form .amount-radio-buttons-wrapper fieldset.mini .amount-radio-button-container,
body.page-template-template-appeal-landing .donation-form__form .form .amount-radio-buttons-wrapper fieldset.mini .amount-radio-button-container {
  margin: 0;
}
body.page-template-template-form-donate .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container,
body.page-template-template-flexible-content .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container,
body.page-template-template-appeal-landing .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (min-width: 768px) {
  body.page-template-template-form-donate .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container,
body.page-template-template-flexible-content .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container,
body.page-template-template-appeal-landing .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container {
    margin: 0 0 30px 0;
  }
}
body.page-template-template-form-donate .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container .amount-most-popular,
body.page-template-template-flexible-content .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container .amount-most-popular,
body.page-template-template-appeal-landing .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container .amount-most-popular {
  position: absolute;
  top: 0;
  align-items: center;
  left: 34%;
}
body.page-template-template-form-donate .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container .amount-most-popular p,
body.page-template-template-flexible-content .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container .amount-most-popular p,
body.page-template-template-appeal-landing .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container .amount-most-popular p {
  margin-top: 10px;
  margin-left: 5px;
  color: #FFFFFF;
  font-size: 16px;
  font-family: "freude", sans-serif;
}
body.page-template-template-form-donate .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container .amount-most-popular--hero,
body.page-template-template-flexible-content .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container .amount-most-popular--hero,
body.page-template-template-appeal-landing .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container .amount-most-popular--hero {
  left: 30%;
}
@media (min-width: 500px) {
  body.page-template-template-form-donate .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container .amount-most-popular--hero,
body.page-template-template-flexible-content .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container .amount-most-popular--hero,
body.page-template-template-appeal-landing .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container .amount-most-popular--hero {
    left: 35%;
  }
}
body.page-template-template-form-donate .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio],
body.page-template-template-flexible-content .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio],
body.page-template-template-appeal-landing .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio] {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}
body.page-template-template-form-donate .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio] + label,
body.page-template-template-flexible-content .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio] + label,
body.page-template-template-appeal-landing .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio] + label {
  font-family: "freude", sans-serif;
  color: #005529;
  display: block;
  position: relative;
  text-align: center;
  padding: 12px 25px;
  border: 2px solid #94C24A;
  border-radius: 30rem;
  cursor: pointer;
  width: 100%;
  font-size: 30px;
  align-self: flex-start;
  transition: all 0.1s ease;
}
@media (min-width: 992px) {
  body.page-template-template-form-donate .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio] + label,
body.page-template-template-flexible-content .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio] + label,
body.page-template-template-appeal-landing .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio] + label {
    font-size: 40px;
    line-height: 1;
    padding: 20px 25px;
  }
}
body.page-template-template-form-donate .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio] + label.mini,
body.page-template-template-flexible-content .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio] + label.mini,
body.page-template-template-appeal-landing .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio] + label.mini {
  color: #FFFFFF;
  font-size: 18px;
  padding: 12px 16px;
}
@media (min-width: 768px) {
  body.page-template-template-form-donate .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio] + label.mini,
body.page-template-template-flexible-content .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio] + label.mini,
body.page-template-template-appeal-landing .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio] + label.mini {
    font-size: 30px;
    padding: 12px 20px;
  }
}
body.page-template-template-form-donate .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio] + label.mini:hover,
body.page-template-template-flexible-content .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio] + label.mini:hover,
body.page-template-template-appeal-landing .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio] + label.mini:hover {
  border: 2px solid #EFFFD5;
}
body.page-template-template-form-donate .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio] + label.mini:after,
body.page-template-template-flexible-content .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio] + label.mini:after,
body.page-template-template-appeal-landing .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio] + label.mini:after {
  content: "";
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 27px 27px 27px;
  border-color: transparent transparent #FCE5D6 transparent;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1150px) {
  body.page-template-template-form-donate .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio] + label.mini:after,
body.page-template-template-flexible-content .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio] + label.mini:after,
body.page-template-template-appeal-landing .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio] + label.mini:after {
    display: none;
  }
}
body.page-template-template-form-donate .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio] + label:before,
body.page-template-template-flexible-content .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio] + label:before,
body.page-template-template-appeal-landing .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio] + label:before {
  display: none !important;
}
@media screen and (min-width: 768px) {
  body.page-template-template-form-donate .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio] + label:after,
body.page-template-template-flexible-content .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio] + label:after,
body.page-template-template-appeal-landing .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio] + label:after {
    content: "";
    display: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 27px 27px 27px;
    border-color: transparent transparent #FCE5D6 transparent;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
}
body.page-template-template-form-donate .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio] + label.amount-other-label:after,
body.page-template-template-flexible-content .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio] + label.amount-other-label:after,
body.page-template-template-appeal-landing .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio] + label.amount-other-label:after {
  display: none !important;
}
body.page-template-template-form-donate .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio] + label:hover,
body.page-template-template-flexible-content .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio] + label:hover,
body.page-template-template-appeal-landing .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio] + label:hover {
  border: 2px solid #005529;
}
body.page-template-template-form-donate .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio]:checked ~ label,
body.page-template-template-flexible-content .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio]:checked ~ label,
body.page-template-template-appeal-landing .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio]:checked ~ label {
  border-color: #005529;
  color: #FFFFFF;
  background-color: #005529;
}
@media screen and (min-width: 768px) {
  body.page-template-template-form-donate .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio]:checked ~ label:after,
body.page-template-template-flexible-content .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio]:checked ~ label:after,
body.page-template-template-appeal-landing .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio]:checked ~ label:after {
    display: block;
  }
}
@media screen and (max-width: 1149px) {
  body.page-template-template-form-donate .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio]:checked ~ label.mini:not(.hero):after,
body.page-template-template-flexible-content .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio]:checked ~ label.mini:not(.hero):after,
body.page-template-template-appeal-landing .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio]:checked ~ label.mini:not(.hero):after {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  body.page-template-template-form-donate .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio]:checked ~ label.mini.hero:after,
body.page-template-template-flexible-content .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio]:checked ~ label.mini.hero:after,
body.page-template-template-appeal-landing .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio]:checked ~ label.mini.hero:after {
    display: none !important;
  }
}
body.page-template-template-form-donate .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio]:checked ~ label.mini,
body.page-template-template-flexible-content .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio]:checked ~ label.mini,
body.page-template-template-appeal-landing .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio]:checked ~ label.mini {
  border-color: #94C24A;
  color: #005529;
  background-color: #EFFFD5;
}
body.page-template-template-form-donate .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio]:focus + label,
body.page-template-template-flexible-content .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio]:focus + label,
body.page-template-template-appeal-landing .donation-form__form .form .amount-radio-buttons-wrapper fieldset .amount-radio-button-container input[type=radio]:focus + label {
  outline: 2px solid #ffaad6;
}
body.page-template-template-form-donate .donation-form__form .form .amount-radio-buttons-wrapper .amount-message-container,
body.page-template-template-flexible-content .donation-form__form .form .amount-radio-buttons-wrapper .amount-message-container,
body.page-template-template-appeal-landing .donation-form__form .form .amount-radio-buttons-wrapper .amount-message-container {
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #FCE5D6;
  padding: 15px 30px;
  border-radius: 25px;
  margin: 20px 0 0 0;
}
@media (min-width: 768px) {
  body.page-template-template-form-donate .donation-form__form .form .amount-radio-buttons-wrapper .amount-message-container,
body.page-template-template-flexible-content .donation-form__form .form .amount-radio-buttons-wrapper .amount-message-container,
body.page-template-template-appeal-landing .donation-form__form .form .amount-radio-buttons-wrapper .amount-message-container {
    min-height: 100px;
    margin-top: 8px;
  }
}
body.page-template-template-form-donate .donation-form__form .form .amount-radio-buttons-wrapper .amount-message-container.mini,
body.page-template-template-flexible-content .donation-form__form .form .amount-radio-buttons-wrapper .amount-message-container.mini,
body.page-template-template-appeal-landing .donation-form__form .form .amount-radio-buttons-wrapper .amount-message-container.mini {
  min-height: unset;
}
body.page-template-template-form-donate .donation-form__form .form .amount-radio-buttons-wrapper .amount-message-container.mini p,
body.page-template-template-flexible-content .donation-form__form .form .amount-radio-buttons-wrapper .amount-message-container.mini p,
body.page-template-template-appeal-landing .donation-form__form .form .amount-radio-buttons-wrapper .amount-message-container.mini p {
  font-size: 16px;
}
body.page-template-template-form-donate .donation-form__form .form .amount-radio-buttons-wrapper .amount-message-container div,
body.page-template-template-flexible-content .donation-form__form .form .amount-radio-buttons-wrapper .amount-message-container div,
body.page-template-template-appeal-landing .donation-form__form .form .amount-radio-buttons-wrapper .amount-message-container div {
  flex-direction: column;
  gap: 20px;
  font-size: 24px;
  color: #005529;
  font-family: "freude", sans-serif;
  margin: 0;
}
body.page-template-template-form-donate .donation-form__form .form .amount-radio-buttons-wrapper .amount-message-container div *,
body.page-template-template-flexible-content .donation-form__form .form .amount-radio-buttons-wrapper .amount-message-container div *,
body.page-template-template-appeal-landing .donation-form__form .form .amount-radio-buttons-wrapper .amount-message-container div * {
  margin: 0;
}
body.page-template-template-form-donate .donation-form__form .form .other-amount-container,
body.page-template-template-flexible-content .donation-form__form .form .other-amount-container,
body.page-template-template-appeal-landing .donation-form__form .form .other-amount-container {
  margin-top: 20px;
}
@media (min-width: 768px) {
  body.page-template-template-form-donate .donation-form__form .form .other-amount-container,
body.page-template-template-flexible-content .donation-form__form .form .other-amount-container,
body.page-template-template-appeal-landing .donation-form__form .form .other-amount-container {
    margin-top: 0;
  }
}
body.page-template-template-form-donate .donation-form__form .form .parsley-errors-list,
body.page-template-template-flexible-content .donation-form__form .form .parsley-errors-list,
body.page-template-template-appeal-landing .donation-form__form .form .parsley-errors-list {
  list-style: none;
  color: #cc0000;
  font-family: "proxima-soft", sans-serif;
  padding: 0;
  margin: 0;
}
body.page-template-template-form-donate .donation-form__form .form .parsley-errors-list li,
body.page-template-template-flexible-content .donation-form__form .form .parsley-errors-list li,
body.page-template-template-appeal-landing .donation-form__form .form .parsley-errors-list li {
  padding: 0;
  margin: 0;
}
body.page-template-template-form-donate .donation-form__form .form .form-wrapper,
body.page-template-template-flexible-content .donation-form__form .form .form-wrapper,
body.page-template-template-appeal-landing .donation-form__form .form .form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
body.page-template-template-form-donate .donation-form__form .form .form-fields-wrapper,
body.page-template-template-flexible-content .donation-form__form .form .form-fields-wrapper,
body.page-template-template-appeal-landing .donation-form__form .form .form-fields-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
body.page-template-template-form-donate .donation-form__form .form .form-fields-wrapper:not(:last-of-type),
body.page-template-template-flexible-content .donation-form__form .form .form-fields-wrapper:not(:last-of-type),
body.page-template-template-appeal-landing .donation-form__form .form .form-fields-wrapper:not(:last-of-type) {
  border-bottom: 1px solid #94C24A;
  padding-bottom: 30px;
}
body.page-template-template-form-donate .donation-form__form .form .form-fields-wrapper .form-fields-container,
body.page-template-template-flexible-content .donation-form__form .form .form-fields-wrapper .form-fields-container,
body.page-template-template-appeal-landing .donation-form__form .form .form-fields-wrapper .form-fields-container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 62px;
  row-gap: 20px;
  width: 100%;
}
@media (max-width: 1023px) {
  body.page-template-template-form-donate .donation-form__form .form .form-fields-wrapper .form-fields-container,
body.page-template-template-flexible-content .donation-form__form .form .form-fields-wrapper .form-fields-container,
body.page-template-template-appeal-landing .donation-form__form .form .form-fields-wrapper .form-fields-container {
    gap: 30px;
  }
}
body.page-template-template-form-donate .donation-form__form .form .form-fields-wrapper .form-fields-container.gap-0,
body.page-template-template-flexible-content .donation-form__form .form .form-fields-wrapper .form-fields-container.gap-0,
body.page-template-template-appeal-landing .donation-form__form .form .form-fields-wrapper .form-fields-container.gap-0 {
  gap: 0;
}
body.page-template-template-form-donate .donation-form__form .form .form-fields-wrapper .form-fields-container.hidden,
body.page-template-template-flexible-content .donation-form__form .form .form-fields-wrapper .form-fields-container.hidden,
body.page-template-template-appeal-landing .donation-form__form .form .form-fields-wrapper .form-fields-container.hidden {
  display: none;
}
body.page-template-template-form-donate .donation-form__form .form .form-fields-wrapper.gap-20px,
body.page-template-template-flexible-content .donation-form__form .form .form-fields-wrapper.gap-20px,
body.page-template-template-appeal-landing .donation-form__form .form .form-fields-wrapper.gap-20px {
  gap: 20px;
}
body.page-template-template-form-donate .donation-form__form .form .form-fields-wrapper.flex-col,
body.page-template-template-flexible-content .donation-form__form .form .form-fields-wrapper.flex-col,
body.page-template-template-appeal-landing .donation-form__form .form .form-fields-wrapper.flex-col {
  flex-direction: column;
}
body.page-template-template-form-donate .donation-form__form .form #title-other-single-donation-container.w-full,
body.page-template-template-flexible-content .donation-form__form .form #title-other-single-donation-container.w-full,
body.page-template-template-appeal-landing .donation-form__form .form #title-other-single-donation-container.w-full {
  width: 100%;
}
body.page-template-template-form-donate .donation-form__form .form .form-field-container,
body.page-template-template-form-donate .donation-form__form .form .donation-memory-of-someone-name-inner-container,
body.page-template-template-flexible-content .donation-form__form .form .form-field-container,
body.page-template-template-flexible-content .donation-form__form .form .donation-memory-of-someone-name-inner-container,
body.page-template-template-appeal-landing .donation-form__form .form .form-field-container,
body.page-template-template-appeal-landing .donation-form__form .form .donation-memory-of-someone-name-inner-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc(33.3% - 42px);
}
@media (max-width: 1023px) {
  body.page-template-template-form-donate .donation-form__form .form .form-field-container,
body.page-template-template-form-donate .donation-form__form .form .donation-memory-of-someone-name-inner-container,
body.page-template-template-flexible-content .donation-form__form .form .form-field-container,
body.page-template-template-flexible-content .donation-form__form .form .donation-memory-of-someone-name-inner-container,
body.page-template-template-appeal-landing .donation-form__form .form .form-field-container,
body.page-template-template-appeal-landing .donation-form__form .form .donation-memory-of-someone-name-inner-container {
    width: calc(33.3% - 20px);
  }
}
@media (max-width: 767px) {
  body.page-template-template-form-donate .donation-form__form .form .form-field-container,
body.page-template-template-form-donate .donation-form__form .form .donation-memory-of-someone-name-inner-container,
body.page-template-template-flexible-content .donation-form__form .form .form-field-container,
body.page-template-template-flexible-content .donation-form__form .form .donation-memory-of-someone-name-inner-container,
body.page-template-template-appeal-landing .donation-form__form .form .form-field-container,
body.page-template-template-appeal-landing .donation-form__form .form .donation-memory-of-someone-name-inner-container {
    width: 100%;
  }
}
body.page-template-template-form-donate .donation-form__form .form .form-field-container.w-full,
body.page-template-template-form-donate .donation-form__form .form .donation-memory-of-someone-name-inner-container.w-full,
body.page-template-template-flexible-content .donation-form__form .form .form-field-container.w-full,
body.page-template-template-flexible-content .donation-form__form .form .donation-memory-of-someone-name-inner-container.w-full,
body.page-template-template-appeal-landing .donation-form__form .form .form-field-container.w-full,
body.page-template-template-appeal-landing .donation-form__form .form .donation-memory-of-someone-name-inner-container.w-full {
  width: 100%;
}
body.page-template-template-form-donate .donation-form__form .form .form-field-container.pt-12px,
body.page-template-template-form-donate .donation-form__form .form .donation-memory-of-someone-name-inner-container.pt-12px,
body.page-template-template-flexible-content .donation-form__form .form .form-field-container.pt-12px,
body.page-template-template-flexible-content .donation-form__form .form .donation-memory-of-someone-name-inner-container.pt-12px,
body.page-template-template-appeal-landing .donation-form__form .form .form-field-container.pt-12px,
body.page-template-template-appeal-landing .donation-form__form .form .donation-memory-of-someone-name-inner-container.pt-12px {
  padding-top: 12px;
}
body.page-template-template-form-donate .donation-form__form .form .form-field-container.no-gap,
body.page-template-template-form-donate .donation-form__form .form .donation-memory-of-someone-name-inner-container.no-gap,
body.page-template-template-flexible-content .donation-form__form .form .form-field-container.no-gap,
body.page-template-template-flexible-content .donation-form__form .form .donation-memory-of-someone-name-inner-container.no-gap,
body.page-template-template-appeal-landing .donation-form__form .form .form-field-container.no-gap,
body.page-template-template-appeal-landing .donation-form__form .form .donation-memory-of-someone-name-inner-container.no-gap {
  gap: 0;
}
body.page-template-template-form-donate .donation-form__form .form .form-field-container label,
body.page-template-template-form-donate .donation-form__form .form .donation-memory-of-someone-name-inner-container label,
body.page-template-template-flexible-content .donation-form__form .form .form-field-container label,
body.page-template-template-flexible-content .donation-form__form .form .donation-memory-of-someone-name-inner-container label,
body.page-template-template-appeal-landing .donation-form__form .form .form-field-container label,
body.page-template-template-appeal-landing .donation-form__form .form .donation-memory-of-someone-name-inner-container label {
  color: #005529;
  font-family: "freude", sans-serif;
  font-size: 18px;
}
body.page-template-template-form-donate .donation-form__form .form .form-field-container input, body.page-template-template-form-donate .donation-form__form .form .form-field-container select, body.page-template-template-form-donate .donation-form__form .form .form-field-container textarea,
body.page-template-template-form-donate .donation-form__form .form .donation-memory-of-someone-name-inner-container input,
body.page-template-template-form-donate .donation-form__form .form .donation-memory-of-someone-name-inner-container select,
body.page-template-template-form-donate .donation-form__form .form .donation-memory-of-someone-name-inner-container textarea,
body.page-template-template-flexible-content .donation-form__form .form .form-field-container input,
body.page-template-template-flexible-content .donation-form__form .form .form-field-container select,
body.page-template-template-flexible-content .donation-form__form .form .form-field-container textarea,
body.page-template-template-flexible-content .donation-form__form .form .donation-memory-of-someone-name-inner-container input,
body.page-template-template-flexible-content .donation-form__form .form .donation-memory-of-someone-name-inner-container select,
body.page-template-template-flexible-content .donation-form__form .form .donation-memory-of-someone-name-inner-container textarea,
body.page-template-template-appeal-landing .donation-form__form .form .form-field-container input,
body.page-template-template-appeal-landing .donation-form__form .form .form-field-container select,
body.page-template-template-appeal-landing .donation-form__form .form .form-field-container textarea,
body.page-template-template-appeal-landing .donation-form__form .form .donation-memory-of-someone-name-inner-container input,
body.page-template-template-appeal-landing .donation-form__form .form .donation-memory-of-someone-name-inner-container select,
body.page-template-template-appeal-landing .donation-form__form .form .donation-memory-of-someone-name-inner-container textarea {
  min-height: 50px;
  border-radius: 25px;
  border: none;
  background-color: #F5F5F5;
  -webkit-appearance: none;
  font-size: 18px;
  font-family: "proxima-soft", sans-serif;
  transition: all 0.1s ease;
  width: 100%;
}
body.page-template-template-form-donate .donation-form__form .form .form-field-container input::placeholder, body.page-template-template-form-donate .donation-form__form .form .form-field-container select::placeholder, body.page-template-template-form-donate .donation-form__form .form .form-field-container textarea::placeholder,
body.page-template-template-form-donate .donation-form__form .form .donation-memory-of-someone-name-inner-container input::placeholder,
body.page-template-template-form-donate .donation-form__form .form .donation-memory-of-someone-name-inner-container select::placeholder,
body.page-template-template-form-donate .donation-form__form .form .donation-memory-of-someone-name-inner-container textarea::placeholder,
body.page-template-template-flexible-content .donation-form__form .form .form-field-container input::placeholder,
body.page-template-template-flexible-content .donation-form__form .form .form-field-container select::placeholder,
body.page-template-template-flexible-content .donation-form__form .form .form-field-container textarea::placeholder,
body.page-template-template-flexible-content .donation-form__form .form .donation-memory-of-someone-name-inner-container input::placeholder,
body.page-template-template-flexible-content .donation-form__form .form .donation-memory-of-someone-name-inner-container select::placeholder,
body.page-template-template-flexible-content .donation-form__form .form .donation-memory-of-someone-name-inner-container textarea::placeholder,
body.page-template-template-appeal-landing .donation-form__form .form .form-field-container input::placeholder,
body.page-template-template-appeal-landing .donation-form__form .form .form-field-container select::placeholder,
body.page-template-template-appeal-landing .donation-form__form .form .form-field-container textarea::placeholder,
body.page-template-template-appeal-landing .donation-form__form .form .donation-memory-of-someone-name-inner-container input::placeholder,
body.page-template-template-appeal-landing .donation-form__form .form .donation-memory-of-someone-name-inner-container select::placeholder,
body.page-template-template-appeal-landing .donation-form__form .form .donation-memory-of-someone-name-inner-container textarea::placeholder {
  color: #A1A1A1;
}
body.page-template-template-form-donate .donation-form__form .form .form-field-container input:hover, body.page-template-template-form-donate .donation-form__form .form .form-field-container select:hover, body.page-template-template-form-donate .donation-form__form .form .form-field-container textarea:hover,
body.page-template-template-form-donate .donation-form__form .form .donation-memory-of-someone-name-inner-container input:hover,
body.page-template-template-form-donate .donation-form__form .form .donation-memory-of-someone-name-inner-container select:hover,
body.page-template-template-form-donate .donation-form__form .form .donation-memory-of-someone-name-inner-container textarea:hover,
body.page-template-template-flexible-content .donation-form__form .form .form-field-container input:hover,
body.page-template-template-flexible-content .donation-form__form .form .form-field-container select:hover,
body.page-template-template-flexible-content .donation-form__form .form .form-field-container textarea:hover,
body.page-template-template-flexible-content .donation-form__form .form .donation-memory-of-someone-name-inner-container input:hover,
body.page-template-template-flexible-content .donation-form__form .form .donation-memory-of-someone-name-inner-container select:hover,
body.page-template-template-flexible-content .donation-form__form .form .donation-memory-of-someone-name-inner-container textarea:hover,
body.page-template-template-appeal-landing .donation-form__form .form .form-field-container input:hover,
body.page-template-template-appeal-landing .donation-form__form .form .form-field-container select:hover,
body.page-template-template-appeal-landing .donation-form__form .form .form-field-container textarea:hover,
body.page-template-template-appeal-landing .donation-form__form .form .donation-memory-of-someone-name-inner-container input:hover,
body.page-template-template-appeal-landing .donation-form__form .form .donation-memory-of-someone-name-inner-container select:hover,
body.page-template-template-appeal-landing .donation-form__form .form .donation-memory-of-someone-name-inner-container textarea:hover {
  background-color: #dcdcdc;
}
body.page-template-template-form-donate .donation-form__form .form .form-field-container input[type=text],
body.page-template-template-form-donate .donation-form__form .form .form-field-container input[type=email],
body.page-template-template-form-donate .donation-form__form .form .form-field-container input[type=tel],
body.page-template-template-form-donate .donation-form__form .form .form-field-container input[type=number],
body.page-template-template-form-donate .donation-form__form .form .donation-memory-of-someone-name-inner-container input[type=text],
body.page-template-template-form-donate .donation-form__form .form .donation-memory-of-someone-name-inner-container input[type=email],
body.page-template-template-form-donate .donation-form__form .form .donation-memory-of-someone-name-inner-container input[type=tel],
body.page-template-template-form-donate .donation-form__form .form .donation-memory-of-someone-name-inner-container input[type=number],
body.page-template-template-flexible-content .donation-form__form .form .form-field-container input[type=text],
body.page-template-template-flexible-content .donation-form__form .form .form-field-container input[type=email],
body.page-template-template-flexible-content .donation-form__form .form .form-field-container input[type=tel],
body.page-template-template-flexible-content .donation-form__form .form .form-field-container input[type=number],
body.page-template-template-flexible-content .donation-form__form .form .donation-memory-of-someone-name-inner-container input[type=text],
body.page-template-template-flexible-content .donation-form__form .form .donation-memory-of-someone-name-inner-container input[type=email],
body.page-template-template-flexible-content .donation-form__form .form .donation-memory-of-someone-name-inner-container input[type=tel],
body.page-template-template-flexible-content .donation-form__form .form .donation-memory-of-someone-name-inner-container input[type=number],
body.page-template-template-appeal-landing .donation-form__form .form .form-field-container input[type=text],
body.page-template-template-appeal-landing .donation-form__form .form .form-field-container input[type=email],
body.page-template-template-appeal-landing .donation-form__form .form .form-field-container input[type=tel],
body.page-template-template-appeal-landing .donation-form__form .form .form-field-container input[type=number],
body.page-template-template-appeal-landing .donation-form__form .form .donation-memory-of-someone-name-inner-container input[type=text],
body.page-template-template-appeal-landing .donation-form__form .form .donation-memory-of-someone-name-inner-container input[type=email],
body.page-template-template-appeal-landing .donation-form__form .form .donation-memory-of-someone-name-inner-container input[type=tel],
body.page-template-template-appeal-landing .donation-form__form .form .donation-memory-of-someone-name-inner-container input[type=number] {
  padding: 12px 30px;
}
body.page-template-template-form-donate .donation-form__form .form .form-field-container input[type=number],
body.page-template-template-form-donate .donation-form__form .form .donation-memory-of-someone-name-inner-container input[type=number],
body.page-template-template-flexible-content .donation-form__form .form .form-field-container input[type=number],
body.page-template-template-flexible-content .donation-form__form .form .donation-memory-of-someone-name-inner-container input[type=number],
body.page-template-template-appeal-landing .donation-form__form .form .form-field-container input[type=number],
body.page-template-template-appeal-landing .donation-form__form .form .donation-memory-of-someone-name-inner-container input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
body.page-template-template-form-donate .donation-form__form .form .form-field-container textarea,
body.page-template-template-form-donate .donation-form__form .form .donation-memory-of-someone-name-inner-container textarea,
body.page-template-template-flexible-content .donation-form__form .form .form-field-container textarea,
body.page-template-template-flexible-content .donation-form__form .form .donation-memory-of-someone-name-inner-container textarea,
body.page-template-template-appeal-landing .donation-form__form .form .form-field-container textarea,
body.page-template-template-appeal-landing .donation-form__form .form .donation-memory-of-someone-name-inner-container textarea {
  min-height: 174px;
  padding: 30px;
}
body.page-template-template-form-donate .donation-form__form .form .form-field-container select,
body.page-template-template-form-donate .donation-form__form .form .donation-memory-of-someone-name-inner-container select,
body.page-template-template-flexible-content .donation-form__form .form .form-field-container select,
body.page-template-template-flexible-content .donation-form__form .form .donation-memory-of-someone-name-inner-container select,
body.page-template-template-appeal-landing .donation-form__form .form .form-field-container select,
body.page-template-template-appeal-landing .donation-form__form .form .donation-memory-of-someone-name-inner-container select {
  background-image: url(../images/select-chevron--green.svg);
  background-repeat: no-repeat;
  background-position: center right 26px;
  padding: 12px 50px 12px 30px;
  cursor: pointer;
  color: #262626;
  transition: all 0.1s ease;
}
body.page-template-template-form-donate .donation-form__form .form .form-field-container select:hover,
body.page-template-template-form-donate .donation-form__form .form .donation-memory-of-someone-name-inner-container select:hover,
body.page-template-template-flexible-content .donation-form__form .form .form-field-container select:hover,
body.page-template-template-flexible-content .donation-form__form .form .donation-memory-of-someone-name-inner-container select:hover,
body.page-template-template-appeal-landing .donation-form__form .form .form-field-container select:hover,
body.page-template-template-appeal-landing .donation-form__form .form .donation-memory-of-someone-name-inner-container select:hover {
  background-image: url(../images/select-chevron--dark-green.svg);
}
body.page-template-template-form-donate .donation-form__form .form .form-field-container fieldset,
body.page-template-template-form-donate .donation-form__form .form .donation-memory-of-someone-name-inner-container fieldset,
body.page-template-template-flexible-content .donation-form__form .form .form-field-container fieldset,
body.page-template-template-flexible-content .donation-form__form .form .donation-memory-of-someone-name-inner-container fieldset,
body.page-template-template-appeal-landing .donation-form__form .form .form-field-container fieldset,
body.page-template-template-appeal-landing .donation-form__form .form .donation-memory-of-someone-name-inner-container fieldset {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body.page-template-template-form-donate .donation-form__form .form .form-field-container .form-field-checkbox-wrapper,
body.page-template-template-form-donate .donation-form__form .form .donation-memory-of-someone-name-inner-container .form-field-checkbox-wrapper,
body.page-template-template-flexible-content .donation-form__form .form .form-field-container .form-field-checkbox-wrapper,
body.page-template-template-flexible-content .donation-form__form .form .donation-memory-of-someone-name-inner-container .form-field-checkbox-wrapper,
body.page-template-template-appeal-landing .donation-form__form .form .form-field-container .form-field-checkbox-wrapper,
body.page-template-template-appeal-landing .donation-form__form .form .donation-memory-of-someone-name-inner-container .form-field-checkbox-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body.page-template-template-form-donate .donation-form__form .form .form-field-container .form-field-checkbox-wrapper p,
body.page-template-template-form-donate .donation-form__form .form .donation-memory-of-someone-name-inner-container .form-field-checkbox-wrapper p,
body.page-template-template-flexible-content .donation-form__form .form .form-field-container .form-field-checkbox-wrapper p,
body.page-template-template-flexible-content .donation-form__form .form .donation-memory-of-someone-name-inner-container .form-field-checkbox-wrapper p,
body.page-template-template-appeal-landing .donation-form__form .form .form-field-container .form-field-checkbox-wrapper p,
body.page-template-template-appeal-landing .donation-form__form .form .donation-memory-of-someone-name-inner-container .form-field-checkbox-wrapper p {
  font-size: 18px;
  font-family: "freude", sans-serif;
  color: #005529;
}
body.page-template-template-form-donate .donation-form__form .form .form-field-container.w-full,
body.page-template-template-form-donate .donation-form__form .form .donation-memory-of-someone-name-inner-container.w-full,
body.page-template-template-flexible-content .donation-form__form .form .form-field-container.w-full,
body.page-template-template-flexible-content .donation-form__form .form .donation-memory-of-someone-name-inner-container.w-full,
body.page-template-template-appeal-landing .donation-form__form .form .form-field-container.w-full,
body.page-template-template-appeal-landing .donation-form__form .form .donation-memory-of-someone-name-inner-container.w-full {
  width: 100%;
}
body.page-template-template-form-donate .donation-form__form .form .form-field-container.gap-20px,
body.page-template-template-form-donate .donation-form__form .form .donation-memory-of-someone-name-inner-container.gap-20px,
body.page-template-template-flexible-content .donation-form__form .form .form-field-container.gap-20px,
body.page-template-template-flexible-content .donation-form__form .form .donation-memory-of-someone-name-inner-container.gap-20px,
body.page-template-template-appeal-landing .donation-form__form .form .form-field-container.gap-20px,
body.page-template-template-appeal-landing .donation-form__form .form .donation-memory-of-someone-name-inner-container.gap-20px {
  gap: 20px;
}
body.page-template-template-form-donate .donation-form__form .form .form-field-container.gap-0,
body.page-template-template-form-donate .donation-form__form .form .donation-memory-of-someone-name-inner-container.gap-0,
body.page-template-template-flexible-content .donation-form__form .form .form-field-container.gap-0,
body.page-template-template-flexible-content .donation-form__form .form .donation-memory-of-someone-name-inner-container.gap-0,
body.page-template-template-appeal-landing .donation-form__form .form .form-field-container.gap-0,
body.page-template-template-appeal-landing .donation-form__form .form .donation-memory-of-someone-name-inner-container.gap-0 {
  gap: 0;
}
body.page-template-template-form-donate .donation-form__form .form .form-field-container.donation-memory-of-someone-name-container,
body.page-template-template-form-donate .donation-form__form .form .donation-memory-of-someone-name-inner-container.donation-memory-of-someone-name-container,
body.page-template-template-flexible-content .donation-form__form .form .form-field-container.donation-memory-of-someone-name-container,
body.page-template-template-flexible-content .donation-form__form .form .donation-memory-of-someone-name-inner-container.donation-memory-of-someone-name-container,
body.page-template-template-appeal-landing .donation-form__form .form .form-field-container.donation-memory-of-someone-name-container,
body.page-template-template-appeal-landing .donation-form__form .form .donation-memory-of-someone-name-inner-container.donation-memory-of-someone-name-container {
  display: none;
}
body.page-template-template-form-donate .donation-form__form .form .form-field-container.donation-memory-of-someone-name-container .donation-memory-of-someone-name-inner-container,
body.page-template-template-form-donate .donation-form__form .form .donation-memory-of-someone-name-inner-container.donation-memory-of-someone-name-container .donation-memory-of-someone-name-inner-container,
body.page-template-template-flexible-content .donation-form__form .form .form-field-container.donation-memory-of-someone-name-container .donation-memory-of-someone-name-inner-container,
body.page-template-template-flexible-content .donation-form__form .form .donation-memory-of-someone-name-inner-container.donation-memory-of-someone-name-container .donation-memory-of-someone-name-inner-container,
body.page-template-template-appeal-landing .donation-form__form .form .form-field-container.donation-memory-of-someone-name-container .donation-memory-of-someone-name-inner-container,
body.page-template-template-appeal-landing .donation-form__form .form .donation-memory-of-someone-name-inner-container.donation-memory-of-someone-name-container .donation-memory-of-someone-name-inner-container {
  padding-top: 20px;
}
body.page-template-template-form-donate .donation-form__form .form .payment-form-wrapper,
body.page-template-template-flexible-content .donation-form__form .form .payment-form-wrapper,
body.page-template-template-appeal-landing .donation-form__form .form .payment-form-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
body.page-template-template-form-donate .donation-form__form .form .form-field-checkbox-container,
body.page-template-template-flexible-content .donation-form__form .form .form-field-checkbox-container,
body.page-template-template-appeal-landing .donation-form__form .form .form-field-checkbox-container {
  display: flex;
  align-items: center;
  gap: 12px;
}
body.page-template-template-form-donate .donation-form__form .form .form-field-checkbox-container label,
body.page-template-template-flexible-content .donation-form__form .form .form-field-checkbox-container label,
body.page-template-template-appeal-landing .donation-form__form .form .form-field-checkbox-container label {
  margin-top: 1px;
}
body.page-template-template-form-donate .donation-form__form .form .form-field-checkbox-container input[type=checkbox],
body.page-template-template-flexible-content .donation-form__form .form .form-field-checkbox-container input[type=checkbox],
body.page-template-template-appeal-landing .donation-form__form .form .form-field-checkbox-container input[type=checkbox] {
  background-color: #FFFFFF;
  width: 20px;
  height: 20px;
  border: 2px solid #94C24A;
  aspect-ratio: 1/1;
  position: relative;
  align-self: flex-start;
  flex: 0 0 20px;
  border-radius: 0;
  min-height: auto;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.1s ease;
}
body.page-template-template-form-donate .donation-form__form .form .form-field-checkbox-container input[type=checkbox]:before,
body.page-template-template-flexible-content .donation-form__form .form .form-field-checkbox-container input[type=checkbox]:before,
body.page-template-template-appeal-landing .donation-form__form .form .form-field-checkbox-container input[type=checkbox]:before {
  content: url(../images/check-icon.svg);
  display: none;
  width: 18px;
  position: relative;
  bottom: 4px;
  right: -2px;
}
body.page-template-template-form-donate .donation-form__form .form .form-field-checkbox-container input[type=checkbox]:checked,
body.page-template-template-flexible-content .donation-form__form .form .form-field-checkbox-container input[type=checkbox]:checked,
body.page-template-template-appeal-landing .donation-form__form .form .form-field-checkbox-container input[type=checkbox]:checked {
  background-color: #94C24A;
}
body.page-template-template-form-donate .donation-form__form .form .form-field-checkbox-container input[type=checkbox]:checked:before,
body.page-template-template-flexible-content .donation-form__form .form .form-field-checkbox-container input[type=checkbox]:checked:before,
body.page-template-template-appeal-landing .donation-form__form .form .form-field-checkbox-container input[type=checkbox]:checked:before {
  display: inline-block;
}
body.page-template-template-form-donate .donation-form__form .form .form-field-checkbox-container input[type=checkbox] + label,
body.page-template-template-flexible-content .donation-form__form .form .form-field-checkbox-container input[type=checkbox] + label,
body.page-template-template-appeal-landing .donation-form__form .form .form-field-checkbox-container input[type=checkbox] + label {
  font-family: "freude", sans-serif;
  color: #005529;
  font-size: 18px;
  line-height: 20px;
  cursor: pointer;
  font-weight: normal;
}
body.page-template-template-form-donate .donation-form__form .form .form-field-checkbox-container input[type=checkbox] + label.font-size-20px,
body.page-template-template-flexible-content .donation-form__form .form .form-field-checkbox-container input[type=checkbox] + label.font-size-20px,
body.page-template-template-appeal-landing .donation-form__form .form .form-field-checkbox-container input[type=checkbox] + label.font-size-20px {
  font-size: 20px;
}
body.page-template-template-form-donate .donation-form__form .form .form-field-checkbox-container input[type=checkbox]:hover,
body.page-template-template-flexible-content .donation-form__form .form .form-field-checkbox-container input[type=checkbox]:hover,
body.page-template-template-appeal-landing .donation-form__form .form .form-field-checkbox-container input[type=checkbox]:hover {
  border: 2px solid #005529;
}
body.page-template-template-form-donate .donation-form__form .form .bold-larger-text,
body.page-template-template-flexible-content .donation-form__form .form .bold-larger-text,
body.page-template-template-appeal-landing .donation-form__form .form .bold-larger-text {
  font-family: "freude", sans-serif;
  font-size: 20px;
  color: #005529;
}
body.page-template-template-form-donate .donation-form__form .form .form-field-radio-buttons-wrapper,
body.page-template-template-flexible-content .donation-form__form .form .form-field-radio-buttons-wrapper,
body.page-template-template-appeal-landing .donation-form__form .form .form-field-radio-buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 10px;
}
body.page-template-template-form-donate .donation-form__form .form .form-field-radio-buttons-wrapper .form-field-radio-button-container,
body.page-template-template-flexible-content .donation-form__form .form .form-field-radio-buttons-wrapper .form-field-radio-button-container,
body.page-template-template-appeal-landing .donation-form__form .form .form-field-radio-buttons-wrapper .form-field-radio-button-container {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
body.page-template-template-form-donate .donation-form__form .form .form-field-radio-buttons-wrapper input[type=radio],
body.page-template-template-flexible-content .donation-form__form .form .form-field-radio-buttons-wrapper input[type=radio],
body.page-template-template-appeal-landing .donation-form__form .form .form-field-radio-buttons-wrapper input[type=radio] {
  border-radius: 100%;
  flex: 0 0 20px !important;
  width: 20px !important;
  height: 20px !important;
  border: 2px solid #94C24A !important;
  background-color: #FFFFFF !important;
  min-height: auto !important;
  margin-top: 3px !important;
  cursor: pointer !important;
}
body.page-template-template-form-donate .donation-form__form .form .form-field-radio-buttons-wrapper input[type=radio]:before,
body.page-template-template-flexible-content .donation-form__form .form .form-field-radio-buttons-wrapper input[type=radio]:before,
body.page-template-template-appeal-landing .donation-form__form .form .form-field-radio-buttons-wrapper input[type=radio]:before {
  position: relative !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  content: "" !important;
  width: 10px !important;
  height: 10px !important;
  flex: 0 0 10px !important;
  border-radius: 50% !important;
  transform: scale(0) !important;
  box-shadow: inset 10px 10px #94C24A !important;
  background: none !important;
  border: none !important;
  top: 3px !important;
  bottom: 0 !important;
  left: 3px !important;
  right: 0 !important;
  transition: 150ms transform ease-in !important;
}
body.page-template-template-form-donate .donation-form__form .form .form-field-radio-buttons-wrapper input[type=radio]:after,
body.page-template-template-flexible-content .donation-form__form .form .form-field-radio-buttons-wrapper input[type=radio]:after,
body.page-template-template-appeal-landing .donation-form__form .form .form-field-radio-buttons-wrapper input[type=radio]:after {
  display: none !important;
}
body.page-template-template-form-donate .donation-form__form .form .form-field-radio-buttons-wrapper input[type=radio]:checked:before,
body.page-template-template-flexible-content .donation-form__form .form .form-field-radio-buttons-wrapper input[type=radio]:checked:before,
body.page-template-template-appeal-landing .donation-form__form .form .form-field-radio-buttons-wrapper input[type=radio]:checked:before {
  transform: scale(1) !important;
}
body.page-template-template-form-donate .donation-form__form .form .submit-button,
body.page-template-template-flexible-content .donation-form__form .form .submit-button,
body.page-template-template-appeal-landing .donation-form__form .form .submit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #005529;
  border-radius: 30rem;
  font-size: 28px;
  font-family: "freude", sans-serif;
  padding: 20px 50px;
  min-height: 85px;
  width: 100%;
  color: #FFFFFF;
}
body.page-template-template-form-donate .donation-form__form .form .submit-button.mini,
body.page-template-template-flexible-content .donation-form__form .form .submit-button.mini,
body.page-template-template-appeal-landing .donation-form__form .form .submit-button.mini {
  background-color: #FFFFFF;
  color: #005529;
  font-size: 20px;
  min-height: unset;
}
body.page-template-template-form-donate .donation-form__form .form .submit-button.mini > span:before,
body.page-template-template-flexible-content .donation-form__form .form .submit-button.mini > span:before,
body.page-template-template-appeal-landing .donation-form__form .form .submit-button.mini > span:before {
  content: url(../images/heart-icon-green.svg);
  left: -5px;
}
body.page-template-template-form-donate .donation-form__form .form .submit-button.mini:hover,
body.page-template-template-flexible-content .donation-form__form .form .submit-button.mini:hover,
body.page-template-template-appeal-landing .donation-form__form .form .submit-button.mini:hover {
  background-color: #FFFFFF;
  color: #005529;
}
body.page-template-template-form-donate .donation-form__form .form .submit-button > span,
body.page-template-template-flexible-content .donation-form__form .form .submit-button > span,
body.page-template-template-appeal-landing .donation-form__form .form .submit-button > span {
  position: relative;
  padding-left: 1.3em;
  line-height: 1;
  font-weight: 700;
  margin-inline: auto;
}
body.page-template-template-form-donate .donation-form__form .form .submit-button > span:before,
body.page-template-template-flexible-content .donation-form__form .form .submit-button > span:before,
body.page-template-template-appeal-landing .donation-form__form .form .submit-button > span:before {
  content: url(../images/heart-icon.svg);
  width: 24px;
  display: inline-block;
  position: absolute;
  left: 0;
  transition: transform 0.2s ease;
  transform-origin: center;
}
body.page-template-template-form-donate .donation-form__form .form .submit-button:hover, body.page-template-template-form-donate .donation-form__form .form .submit-button:focus,
body.page-template-template-flexible-content .donation-form__form .form .submit-button:hover,
body.page-template-template-flexible-content .donation-form__form .form .submit-button:focus,
body.page-template-template-appeal-landing .donation-form__form .form .submit-button:hover,
body.page-template-template-appeal-landing .donation-form__form .form .submit-button:focus {
  background-color: #004322;
}
body.page-template-template-form-donate .donation-form__form .form .submit-button:hover > span::before, body.page-template-template-form-donate .donation-form__form .form .submit-button:focus > span::before,
body.page-template-template-flexible-content .donation-form__form .form .submit-button:hover > span::before,
body.page-template-template-flexible-content .donation-form__form .form .submit-button:focus > span::before,
body.page-template-template-appeal-landing .donation-form__form .form .submit-button:hover > span::before,
body.page-template-template-appeal-landing .donation-form__form .form .submit-button:focus > span::before {
  transform: scale(1.2);
}
body.page-template-template-form-donate .donation-form__form .form .submit-button:after,
body.page-template-template-flexible-content .donation-form__form .form .submit-button:after,
body.page-template-template-appeal-landing .donation-form__form .form .submit-button:after {
  display: none;
}
body.page-template-template-form-donate .donation-form__form .form.hidden,
body.page-template-template-flexible-content .donation-form__form .form.hidden,
body.page-template-template-appeal-landing .donation-form__form .form.hidden {
  display: none;
  opacity: 0;
}
body.page-template-template-form-donate .subtext-container *,
body.page-template-template-flexible-content .subtext-container *,
body.page-template-template-appeal-landing .subtext-container * {
  font-size: 14px;
}

#lds-ring-single,
#lds-ring-dd {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  margin-inline: auto;
}
#lds-ring-single div,
#lds-ring-dd div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #005529;
  border-radius: 50%;
  animation: lds-ring calc(1.2s / var(--d, 1)) cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #005529 transparent transparent transparent;
}
#lds-ring-single div:nth-child(1),
#lds-ring-dd div:nth-child(1) {
  animation-delay: calc(-0.45s / var(--d, 1));
}
#lds-ring-single div :nth-child(2),
#lds-ring-dd div :nth-child(2) {
  animation-delay: calc(-0.3s / var(--d, 1));
}
#lds-ring-single div :nth-child(3),
#lds-ring-dd div :nth-child(3) {
  animation-delay: calc(-0.15s / var(--d, 1));
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
