.header {
  max-width: 600px;
  margin: 50px auto;
  text-align: center;
}
.header__title {
  margin-bottom: 30px;
  font-size: 2.1rem;
}
.header__btn {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  padding: 10px 20px;
  display: inline-block;
  margin-right: 10px;
  background-color: #fff;
  border: 1px solid #2c2c2c;
  border-radius: 3px;
  cursor: pointer;
  outline: none;
}
.header__btn:last-child {
  margin-right: 0;
}
.header__btn:hover, .header__btn.panel-active {
  color: #fff;
  background-color: #2c2c2c;
}
.content {
  width: 95%;
  margin: 0 auto 50px;
}
.content__title {
  margin-bottom: 40px;
  font-size: 20px;
  text-align: center;
}
.content__title--m-sm {
  margin-bottom: 10px;
}
.multisteps-form__form {
  position: relative;
}
.multisteps-form__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.multisteps-form__panel.panel-active {
  height: auto;
  opacity: 1;
  visibility: visible;
  position: relative;
}
.multisteps-form__panel[data-animation=scaleOut] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.multisteps-form__panel[data-animation=scaleOut].panel-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.multisteps-form__panel [data-animation=slideHorz] {
  left: 50px;
}
.multisteps-form__panel [data-animation=slideHorz].panel-active {
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  transition-delay: 0s;
  left: 0;
}
.multisteps-form__panel[data-animation=slideVert] {
  top: 30px;
}
.multisteps-form__panel[data-animation=slideVert].panel-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  top: 0;
}
.multisteps-form__panel[data-animation=fadeIn].panel-active {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.multisteps-form__panel[data-animation=scaleIn] {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.multisteps-form__panel[data-animation=scaleIn].panel-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.multisteps-form__progress {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
.multisteps-form__progress-btn {
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  text-align: center;
  position: relative;
  color: rgba(108, 117, 125, 0.7);
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  outline: none !important;
  /* color for progress bar based on client preference */
}
@media (min-width: 768px) {
  .multisteps-form__progress-btn {
    padding-top: 20px;
    text-indent: 0;
  }
}
.multisteps-form__progress-btn:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 13px;
  height: 13px;
  content: "";
  transform: translateX(-50%);
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  border: 2px solid currentColor;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 3;
}
.multisteps-form__progress-btn:after {
  position: absolute;
  top: 5px;
  left: calc(-50% - 6.5px);
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background-color: currentColor;
  z-index: 1;
}
.multisteps-form__progress-btn:first-child:after {
  display: none;
}
.multisteps-form__progress-btn.panel-active {
  color: #497a81;
}
.multisteps-form__progress-btn.panel-active:before {
  -webkit-transform: translateX(-50%) scale(1.2);
  transform: translateX(-50%) scale(1.2);
  background-color: currentColor;
}
figure {
  margin: 0;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 2px;
  font-size: 80%;
  color: #dc3545;
}
@media (min-width: 992px) {
  #info-form-panel .invalid-feedback {
    position: absolute;
  }
}
.info-form-panel-label {
  margin-top: 4px;
}
@media (max-width: 991px) {
  #credit_card_fee_info {
    margin-top: 1rem;
  }
}
.main-wrapper .main-img,
.main-wrapper .main-img-overlay {
    background-position: top left;
    background-size: cover;
    left: 0;
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 0;
    top: 0;
    height: 100%;
}
@media (max-width: 767px) {
  .main-wrapper .main-img,
  .main-wrapper .main-img-overlay {
    display: none;
  }
}
.main-wrapper .main-content {
  position: relative;
  margin-top: 0;
}
@media (min-width: 768px) {
  .main-wrapper .main-content .form-wrapper {
    background-color: rgba(255, 255, 255, 1);
    padding: 1.875rem;
  }
}
.navbar {
  position: relative;
  max-height: 120px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1030;
  }
}
.navbar .navbar-brand img {
  max-height: 50px;
}
@media (min-width: 768px) {
  .navbar .navbar-brand img {
    max-height: 80px;
  }
}
.frequency-indicator {
  font-weight: 300;
  color: #666;
}
.frequency-selection label.btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.frequency-selection label.btn:hover {
  border-color: #d0d0d0;
  background-color: #d0d0d0;
}
.frequency-selection input[type=radio]:checked + label {
  border: 1px solid #8b8b8b;
  background-color: #8b8b8b;
  color: #fff;
}
.custom-frequency-button {
  border: 1px solid #c3c3c3;
}
.custom-frequency-button:nth-of-type(1) {
  border-radius: 6px 0px 0px 6px;
}
.custom-frequency-button:last-of-type {
  border-radius: 0px 6px 6px 0px;
}
.js-btn-next,
.js-btn-prev,
.js-btn-pay {
  border-radius: 6px;
  background: #586b70;
  color: #fff;
  border: 1px solid #586b70;
  display: inline-block;
  width: 80px;
  padding: 7px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  transition: 0.1s cubic-bezier(0.4, 0, 0.2, 1) all;
}
.js-btn-next:hover,
.js-btn-prev:hover,
.js-btn-pay:hover {
  border-radius: 6px;
  background: #31494f;
  color: #fff;
  border: 1px solid #223e45;
  display: inline-block;
  width: 80px;
  padding: 7px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  transition: 0.1s cubic-bezier(0.4, 0, 0.2, 1) all;
}
@media (max-width: 1199px) {
  .js-btn-next,
  .js-btn-prev,
  .js-btn-pay {
    margin-bottom: 2rem;
  }
}
.js-btn-pay, .btn-primary {
  background: #497a81;
  color: #fff;
  border-color: #497a81;
}
.js-btn-pay:hover,
.btn-primary:hover {
  background: #497a81;
  color: #fff;
  border-color: #497a81;
}
@media (min-width: 768px) {
  .form-wrapper {
    min-height: 100vh;
  }
}
.form-wrapper .donation_amount_tab_content > .form-group,
.form-wrapper #payment-method-form-panel #additional-single-donation,
.form-wrapper #payment-method-form-panel #increase-single-donation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .form-wrapper .donation_amount_tab_content > .form-group,
  .form-wrapper #payment-method-form-panel #additional-single-donation,
  .form-wrapper #payment-method-form-panel #increase-single-donation {
    flex-wrap: nowrap;
  }
}
.form-wrapper .donation_amount_tab_content > .form-group.custom-radio label.radio,
.form-wrapper .donation_amount_tab_content > .form-group.custom-radio .donation_amount_other,
.form-wrapper #payment-method-form-panel #additional-single-donation.custom-radio label.radio,
.form-wrapper #payment-method-form-panel #additional-single-donation.custom-radio .donation_amount_other,
.form-wrapper #payment-method-form-panel #increase-single-donation.custom-radio label.radio,
.form-wrapper #payment-method-form-panel #increase-single-donation.custom-radio .donation_amount_other {
  border-radius: 6px;
  background: #efefef;
  color: #080708;
  border: 1px solid #c3c3c3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  transition: 0.1s cubic-bezier(0.4, 0, 0.2, 1) all;
  width: 75%;
  padding: 5px;
  margin: 10px 5px;
  min-height: 48px;
}
@media (min-width: 768px) {
  .form-wrapper .donation_amount_tab_content > .form-group.custom-radio label.radio,
  .form-wrapper .donation_amount_tab_content > .form-group.custom-radio .donation_amount_other,
  .form-wrapper #payment-method-form-panel #additional-single-donation.custom-radio label.radio,
  .form-wrapper #payment-method-form-panel #additional-single-donation.custom-radio .donation_amount_other,
  .form-wrapper #payment-method-form-panel #increase-single-donation.custom-radio label.radio,
  .form-wrapper #payment-method-form-panel #increase-single-donation.custom-radio .donation_amount_other,
  .other-div {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .form-wrapper .donation_amount_tab_content > .form-group.custom-radio label.radio,
  .form-wrapper .donation_amount_tab_content > .form-group.custom-radio .donation_amount_other,
  .form-wrapper #payment-method-form-panel #additional-single-donation.custom-radio label.radio,
  .form-wrapper #payment-method-form-panel #additional-single-donation.custom-radio .donation_amount_other,
  .form-wrapper #payment-method-form-panel #increase-single-donation.custom-radio label.radio,
  .form-wrapper #payment-method-form-panel #increase-single-donation.custom-radio .donation_amount_other,
  .other-div {
    width: 200px;
    padding: 10px;
    margin: 5px 5px 32px 7px;
    min-height: auto;
  }
}
.form-wrapper .donation_amount_tab_content > .form-group.custom-radio label.radio.no-thanks,
.form-wrapper .donation_amount_tab_content > .form-group.custom-radio .donation_amount_other.no-thanks,
.form-wrapper #payment-method-form-panel #additional-single-donation.custom-radio label.radio.no-thanks,
.form-wrapper #payment-method-form-panel #additional-single-donation.custom-radio .donation_amount_other.no-thanks,
.form-wrapper #payment-method-form-panel #increase-single-donation.custom-radio label.radio.no-thanks,
.form-wrapper #payment-method-form-panel #increase-single-donation.custom-radio .donation_amount_other.no-thanks {
  font-size: 12px;
  line-height: 1.1;
}
.form-wrapper .donation_amount_tab_content > .form-group.custom-radio label.radio:hover,
.form-wrapper .donation_amount_tab_content > .form-group.custom-radio .donation_amount_other:hover,
.form-wrapper #payment-method-form-panel #additional-single-donation.custom-radio label.radio:hover,
.form-wrapper #payment-method-form-panel #additional-single-donation.custom-radio .donation_amount_other:hover,
.form-wrapper #payment-method-form-panel #increase-single-donation.custom-radio label.radio:hover,
.form-wrapper #payment-method-form-panel #increase-single-donation.custom-radio .donation_amount_other:hover {
  background-color: #d0d0d0;
}
.form-wrapper .donation_amount_tab_content > .form-group.custom-radio .other-minimum-input-area,
.form-wrapper #payment-method-form-panel #additional-single-donation.custom-radio .other-minimum-input-area,
.form-wrapper #payment-method-form-panel #increase-single-donation.custom-radio .other-minimum-input-area {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%; 
}
@media (min-width: 992px) {
  .form-wrapper .donation_amount_tab_content > .form-group.custom-radio,
  .form-wrapper #payment-method-form-panel #additional-single-donation.custom-radio,
  .form-wrapper #payment-method-form-panel #increase-single-donation.custom-radio,
  .other-div {
    width: auto;
  }
}
@media (max-width: 991px) {
  .form-wrapper .donation_amount_tab_content > .form-group.custom-radio .donation_amount_other .other-minimum-input-area,
  .form-wrapper #payment-method-form-panel #additional-single-donation.custom-radio .donation_amount_other .other-minimum-input-area,
  .form-wrapper #payment-method-form-panel #increase-single-donation.custom-radio .donation_amount_other .other-minimum-input-area,
  .other-div {
    margin-bottom: 8px;
  }
}
.form-wrapper .donation_amount_tab_content > .form-group.custom-radio .other-minimum-text,
.form-wrapper #payment-method-form-panel #additional-single-donation.custom-radio .other-minimum-text,
.form-wrapper #payment-method-form-panel #increase-single-donation.custom-radio .other-minimum-text {
  min-width: 40%;
  display: inline-block;
}
@media (min-width: 992px) {
  .form-wrapper .donation_amount_tab_content > .form-group.custom-radio .other-minimum-text,
  .form-wrapper #payment-method-form-panel #additional-single-donation.custom-radio .other-minimum-text,
  .form-wrapper #payment-method-form-panel #increase-single-donation.custom-radio .other-minimum-text {
    margin-top: 10px;
    width: auto;
  }
}
.form-wrapper .donation_amount_tab_content > .form-group.custom-radio .donation_amount_other,
.form-wrapper #payment-method-form-panel #additional-single-donation.custom-radio .donation_amount_other,
.form-wrapper #payment-method-form-panel #increase-single-donation.custom-radio .donation_amount_other {
  border-radius: 6px;
}
@media (min-width: 992px) {
  .form-wrapper .donation_amount_tab_content > .form-group.custom-radio .donation_amount_other,
  .form-wrapper #payment-method-form-panel #additional-single-donation.custom-radio .donation_amount_other,
  .form-wrapper #payment-method-form-panel #increase-single-donation.custom-radio .donation_amount_other,
  .other-div {
    width: 105px;
    margin: 4px 0px -2px 7px;
  }
}
.form-wrapper .donation_amount_tab_content > .form-group.custom-radio .donation_amount_other:focus-visible,
.form-wrapper #payment-method-form-panel #additional-single-donation.custom-radio .donation_amount_other:focus-visible,
.form-wrapper #payment-method-form-panel #increase-single-donation.custom-radio .donation_amount_other:focus-visible {
  outline: none;
  box-shadow: 0px 0px 2px 1px rgba(0, 40, 179, 0.4);
}
.form-wrapper .donation_amount_tab_content > .form-group.custom-radio .donation_amount_other.valid-other-amount,
.form-wrapper #payment-method-form-panel #additional-single-donation.custom-radio .donation_amount_other.valid-other-amount,
.form-wrapper #payment-method-form-panel #increase-single-donation.custom-radio .donation_amount_other.valid-other-amount {
  border: 1px solid #497a81;
  background-color: #497a81;
  color: #fff;
}
.form-wrapper .donation_amount_tab_content > .form-group.custom-radio .donation_amount_other.invalid-other-amount,
.form-wrapper #payment-method-form-panel #additional-single-donation.custom-radio .donation_amount_other.invalid-other-amount,
.form-wrapper #payment-method-form-panel #increase-single-donation.custom-radio .donation_amount_other.invalid-other-amount {
  border: 1px solid rgba(225, 151, 148, 0.8274509804);
  background-color: rgba(225, 151, 148, 0.8274509804);
}
.form-wrapper .donation_amount_tab_content > .form-group.custom-radio .donation_amount_other::placeholder,
.form-wrapper #payment-method-form-panel #additional-single-donation.custom-radio .donation_amount_other::placeholder,
.form-wrapper #payment-method-form-panel #increase-single-donation.custom-radio .donation_amount_other::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
}
.form-wrapper .donation_amount_tab_content > .form-group.custom-radio .donation_amount_other:-ms-input-placeholder,
.form-wrapper #payment-method-form-panel #additional-single-donation.custom-radio .donation_amount_other:-ms-input-placeholder,
.form-wrapper #payment-method-form-panel #increase-single-donation.custom-radio .donation_amount_other:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}
.form-wrapper .donation_amount_tab_content > .form-group.custom-radio .donation_amount_other::-ms-input-placeholder,
.form-wrapper #payment-method-form-panel #additional-single-donation.custom-radio .donation_amount_other::-ms-input-placeholder,
.form-wrapper #payment-method-form-panel #increase-single-donation.custom-radio .donation_amount_other::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}
.form-wrapper .donation_amount_tab_content > .form-group.custom-radio .donation_amount_other::-webkit-outer-spin-button, .form-wrapper .donation_amount_tab_content > .form-group.custom-radio .donation_amount_other::-webkit-inner-spin-button,
.form-wrapper #payment-method-form-panel #additional-single-donation.custom-radio .donation_amount_other::-webkit-outer-spin-button,
.form-wrapper #payment-method-form-panel #additional-single-donation.custom-radio .donation_amount_other::-webkit-inner-spin-button,
.form-wrapper #payment-method-form-panel #increase-single-donation.custom-radio .donation_amount_other::-webkit-outer-spin-button,
.form-wrapper #payment-method-form-panel #increase-single-donation.custom-radio .donation_amount_other::-webkit-inner-spin-button {
  /* Chrome, Safari, Edge, Opera */
  -webkit-appearance: none;
  margin: 0;
}
.form-wrapper .donation_amount_tab_content > .form-group.custom-radio .other-minimum-text,
.form-wrapper #payment-method-form-panel #additional-single-donation.custom-radio .other-minimum-text,
.form-wrapper #payment-method-form-panel #increase-single-donation.custom-radio .other-minimum-text {
  font-size: 11px;
  margin-left: 3px;
}
.form-wrapper .donation_amount_tab_content > .form-group.custom-radio input[type=radio],
.form-wrapper #payment-method-form-panel #additional-single-donation.custom-radio input[type=radio],
.form-wrapper #payment-method-form-panel #increase-single-donation.custom-radio input[type=radio] {
  padding-left: 0;
  display: none;
  position: absolute;
}
.form-wrapper .donation_amount_tab_content > .form-group.custom-radio input[type=radio]:checked + label,
.form-wrapper #payment-method-form-panel #additional-single-donation.custom-radio input[type=radio]:checked + label,
.form-wrapper #payment-method-form-panel #increase-single-donation.custom-radio input[type=radio]:checked + label {
  border: 1px solid #497a81;
  background-color: #497a81;
  color: #fff;
}
.form-wrapper .donation_amount_tab_content > .form-group.custom-radio input[type=radio]:checked + label.no-thanks,
.form-wrapper #payment-method-form-panel #additional-single-donation.custom-radio input[type=radio]:checked + label.no-thanks,
.form-wrapper #payment-method-form-panel #increase-single-donation.custom-radio input[type=radio]:checked + label.no-thanks {
  border: 1px solid #9f9f9f;
  background-color: #a8a8a8;
  color: #fff;
}
p.additional-amount-text {
  font-size: 12px;
}
.custom-payment-radio label.radio {
  border-radius: 6px;
  background: #efefef;
  color: #080708;
  border: 1px solid #c3c3c3;
  display: inline-block;
  width: 175px;
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin: 5px 5px 10px 7px;
  transition: 0.1s cubic-bezier(0.4, 0, 0.2, 1) all;
}
.custom-payment-radio label.radio:hover {
  background-color: #d0d0d0;
}
.custom-payment-radio input[type=radio]:checked + label {
  border: 1px solid #497a81;
  background-color: #497a81;
  color: #fff;
}
div textarea,
.was-validated textarea {
  resize: none;
}
div input.form-control:not(:required):valid, div input.form-control.is-valid:not(:required),
div textarea.form-control:not(:required):valid,
div textarea.form-control.is-valid:not(:required),
.was-validated input.form-control:not(:required):valid,
.was-validated input.form-control.is-valid:not(:required),
.was-validated textarea.form-control:not(:required):valid,
.was-validated textarea.form-control.is-valid:not(:required) {
  background-image: none;
  border-color: var(--bs-border-color);
}
div input.form-control:not(:required):valid:focus, div input.form-control.is-valid:not(:required):focus,
div textarea.form-control:not(:required):valid:focus,
div textarea.form-control.is-valid:not(:required):focus,
.was-validated input.form-control:not(:required):valid:focus,
.was-validated input.form-control.is-valid:not(:required):focus,
.was-validated textarea.form-control:not(:required):valid:focus,
.was-validated textarea.form-control.is-valid:not(:required):focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
div .form-check-input#info_payfees.is-valid, div .form-check-input#info_payfees:valid,
.was-validated .form-check-input#info_payfees.is-valid,
.was-validated .form-check-input#info_payfees:valid {
  border: var(--bs-border-width) solid var(--bs-border-color);
}
div .form-check-input#info_payfees.is-valid ~ .form-check-label, div .form-check-input#info_payfees:valid ~ .form-check-label,
.was-validated .form-check-input#info_payfees.is-valid ~ .form-check-label,
.was-validated .form-check-input#info_payfees:valid ~ .form-check-label {
  color: #212529;
}
div .form-check-input#info_payfees.is-valid:checked, div .form-check-input#info_payfees:valid:checked,
.was-validated .form-check-input#info_payfees.is-valid:checked,
.was-validated .form-check-input#info_payfees:valid:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
div .form-check-input#info_payfees.is-valid:focus, div .form-check-input#info_payfees:valid:focus,
.was-validated .form-check-input#info_payfees.is-valid:focus,
.was-validated .form-check-input#info_payfees:valid:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
div .form-check-input.is-valid:checked:not(:required), div .form-check-input:valid:checked:not(:required),
.was-validated .form-check-input.is-valid:checked:not(:required),
.was-validated .form-check-input:valid:checked:not(:required) {
  background-color: #0d6efd;
}
div .form-check-input.is-valid:checked:not(:required), div .form-check-input:valid:checked:not(:required),
.was-validated .form-check-input.is-valid:checked:not(:required),
.was-validated .form-check-input:valid:checked:not(:required) {
  border-color: #0d6efd;
}
div .form-check-input.is-valid:not(:required), div .form-check-input:valid:not(:required),
.was-validated .form-check-input.is-valid:not(:required),
.was-validated .form-check-input:valid:not(:required) {
  border: var(--bs-border-width) solid var(--bs-border-color);
}
div .form-check-input.is-valid:not(:required) ~ .form-check-label, div .form-check-input:valid:not(:required) ~ .form-check-label,
.was-validated .form-check-input.is-valid:not(:required) ~ .form-check-label,
.was-validated .form-check-input:valid:not(:required) ~ .form-check-label {
  color: var(--bs-body-color);
}
div .form-check-input.is-valid:not(:required):focus, div .form-check-input:not(:required):valid:focus,
.was-validated .form-check-input.is-valid:not(:required):focus,
.was-validated .form-check-input:not(:required):valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.invalid-other-minimum-text {
  color: #b02a37;
}
.popover-header {
  background: #d0d0d0;
  text-align: center;
}
.popover-arrow {
  border-color: #d0d0d0;
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before,
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::after {
  border-bottom-color: #d0d0d0 !important;
}
.bs-popover-auto[data-popper-placement^=top] .popover-header::before,
.bs-popover-auto[data-popper-placement^=left] .popover-header::before,
.bs-popover-auto[data-popper-placement^=right] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  border-bottom-color: #fff !important;
  border-top-color: #fff !important;
  border-width: 0px;
}
.custom-popover-content ul {
  padding-left: 1rem;
  margin-bottom: 0px;
}
.custom-popover-content p {
  margin-bottom: 8px;
}
#submit {
  background: #497a81;
  color: #fff;
  font-family: Arial, sans-serif;
  border-radius: 6px;
  border: 0;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#submit:disabled .spinner {
  display: inline-block;
}
#submit:disabled #button-text {
  display: none;
}
#card-element {
  background-color: #fff;
}
.ach-mandate-btn {
  border-radius: 6px;
  width: 100px;
}
#ach-error-message {
  border-radius: 6px;
}
@media (min-width: 1200px) {
  #ach-error-message {
    width: 35%;
    position: fixed;
    top: 10%;
    left: 5%;
  }
}
@media (min-width: 992px) {
  #donation-validation-alert {
    padding-right: 20px;
  }
}
.donation-alert-show {
  display: flex !important;
  justify-content: center;
}
@media (min-width: 992px) {
  .donation-alert-show {
    justify-content: end;
  }
}
.donation-alert-hide {
  display: none !important;
}
#donation-form-submit-btn:disabled {
  color: #fff;
  background: #497a81;
  border-color: #497a81;
  pointer-events: none;
}
#final-prev-btn:disabled {
  color: #fff;
  background: #898989;
  border-color: #898989;
  pointer-events: none;
}
.hidden {
  display: none;
}
.required {
  color: red;
}
.spinner {
  margin: 0px auto 0;
  width: 50px;
  text-align: center;
}
.spinner > div {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  animation-delay: -0.16s;
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
body {
  font-family: "freight-sans-pro", sans-serif;
  color: #111111;
}
h1 {
  font-weight: 700;
}
p {
  font-weight: 400;
  font-style: normal;
  font-size:1.5em;
  color: #111111;
}
.multisteps-form__progress-btn{
  font-weight: 400;
  color: #111111;
}
.multisteps-form__progress-btn.panel-active {
  font-weight: 700;
}
.frequency-selection label.btn {
  color: #111111;
}
.js-btn-next, .js-btn-pay {
  background: #497a81;
  border-color: #497a81;
}
.js-btn-next:hover {
  background: #497a81;
  border-color: #497a81;
}
.transaction-fee-message {
  font-size: 1em;
  font-weight: 700;
}
strong {display: inline !important}
.frequency-selection input[type=radio]:checked + label {
  border: 1px solid #497a81;
  background-color: #497a81;
}
.ach-accept {
  font-size: small;
}
.ach-mandate-btn {
  padding: 7px;
  border: 1px solid;
  border-radius: 6px;
  border-color: #497a81;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  width: 100%;
  color: #fff;
  background-color: #497a81;
}

.alert {
  background-color: #f2a93b;
}

.custom-form-group::placeholder {
  color: #000;
  opacity: 1;
}

.custom-form-group:::-ms-input-placeholder {
  color: #000;
}

.custom-form-group input[type=radio]:checked + label {
  border: 1px solid #497a81;
  background-color: #497a81;
  color: #fff;
}

.input-text,
#donation_amount_other_one_time.donation_amount_other,
#donation_amount_other_monthly.donation_amount_other,
#donation_amount_other_annually.donation_amount_other {
  background: #fff;
  background-color: #fff;
  font-weight: bold;
  font-size: 16px;
  border: none;
  padding: 0.175rem 0.25rem;
}

.input-text {
  padding: 0.125rem 0.25rem;
}

#donation_amount_other_one_time.donation_amount_other,
#donation_amount_other_monthly.donation_amount_other,
#donation_amount_other_annually.donation_amount_other {
  display: inline-flex;
  align-items: center;
  padding: 0;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  white-space: nowrap;
  background-color: #fff;
  border: none;
  border-radius: 0px;
  width: 10px;
}

.other-minimum-input-area {
  flex-direction: row;
  border-radius: 6px;
  background-color: #fff;
  color: #080708;
  border: 1px solid #c3c3c3;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 5px;
  margin: 0px 5px;
  width: 45%;
  transition: none;
  align-content: flex-start;
}

.donation_amount_other input[type="number"] {
  border: none;
  padding: 0;
}

#donation_amount_other_one_time.donation_amount_other input[type="number"]:focus,
#donation_amount_other_monthly.donation_amount_other input[type="number"]:focus,
#donation_amount_other_annually.donation_amount_other input[type="number"]:focus,
#donation_amount_other_one_time.donation_amount_other input[type="number"]:valid:focus,
#donation_amount_other_monthly.donation_amount_other input[type="number"]:valid:focus, 
#donation_amount_other_annually.donation_amount_other input[type="number"]:valid:focus {
  outline: none;
  background: #fff;
  border: none;
  font-weight: bold;
  font-size: 16px;
  box-shadow: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

#label.custom-label:hover {
  border: 1px solid #c3c3c3;
  background-color: #d0d0d0; 
}

.btn-check:checked + #label.custom-label {
  border: 1px solid #497a81;
  background-color: #497a81;
  color: #fff;
}

.btn-check:checked + #label.custom-label:hover {
  border: 1px solid #497a81;
  background-color: #497a81;
  color: #fff;
  border-radius: 6px;
}

.form-control:focus {
  border-color: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.form-select:focus {
  border-color: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.form-check-input:focus {
  border-color: none !important;
  outline: none !important;
  box-shadow: none !important;
}

@media (max-width: 500px) {
  .custom-form-group.custom-radio {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .custom-label {
    font-weight: bold;
    height: 46px;
    border-radius: 6px;
    border: 1px solid #c3c3c3;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efefef;
  }
  #label.me-md-4 {
    margin-top:10px;
    margin-bottom: 10px;
    width: 67%;
  }
  .custom-span {
    font-weight: lighter;
    padding-left: 5px;
  }
  #other-amount-div.other-minimum-input-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 46px;
    width: 67%;
    margin: 0 auto;
  }
  #span-text.input-text {
    margin-top: 3px;
    margin-right: auto;
  }
  #span.input-text {
    margin-left: auto;
    font-weight: lighter;
    padding-left: 5px;
  }
  #donation_amount_other_one_time.donation_amount_other,
  #donation_amount_other_one_time.donation_amount_other:focus-visible {
    flex: 1;
    margin-left: none;
    margin-right: 10px;
    width: auto;
    border: none;
    font-weight: bold;
  }
  #donation_amount_other_monthly.donation_amount_other,
  #donation_amount_other_monthly.donation_amount_other:focus-visible {
    flex: 1;
    margin-left: none;
    margin-right: 10px;
    width: auto;
    border: none;
    font-weight: bold;
  }
  #donation_amount_other_annually.donation_amount_other,
  #donation_amount_other_annually.donation_amount_other:focus-visible {
    flex: 1;
    margin-left: none;
    margin-right: 10px;
    width: auto;
    border: none;
    font-weight: bold;
  }
  .next-btn {
    margin-top: 0;
  }
}

@media (min-width: 500px) {
  .custom-form-group.custom-radio {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    list-style-type: none;
    padding: 0px;
    margin: 1.5rem 0px;
  }
  .custom-label {
    font-weight: bold;
    height: 46px;
    border-radius: 6px;
    border: 1px solid #c3c3c3;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efefef;
  }
  #label.me-md-4 {
    margin: auto;
    width: 100%;
  }
  .custom-span {
    font-weight: lighter;
    padding-left: 5px;
  }
  #other-amount-div.other-minimum-input-area {
    height: 46px;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 0;
  }
  #span-text.input-text {
    margin-top: 0;
  }
  #span.input-text {
    font-weight: lighter;
    padding-left: 5px;
  }
  #donation_amount_other_one_time.donation_amount_other,
  #donation_amount_other_one_time.donation_amount_other:focus-visible {
    width: 94%;
    margin: 0;
    border: none;
    font-weight: bold;
  }
  #donation_amount_other_monthly.donation_amount_other,
  #donation_amount_other_monthly.donation_amount_other:focus-visible {
    width: 68%;
    margin: 0;
    border: none;
    font-weight: bold;
  }
  #donation_amount_other_annually.donation_amount_other,
  #donation_amount_other_annually.donation_amount_other:focus-visible {
    width: 75%;
    margin: 0;
    border: none;
    font-weight: bold;
  }
  .next-btn {
    margin-top: 0;
  }
}

@media (min-width: 576px) {
  .custom-form-group.custom-radio {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    list-style-type: none;
    padding: 0px;
    margin: 1.5rem 0px;
  }
  .custom-label {
    font-weight: bold;
    height: 46px;
    border-radius: 6px;
    border: 1px solid #c3c3c3;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efefef;
  }
  #label.me-md-4 {
    margin: 0px !important;
  }
  .custom-span {
    font-weight: lighter;
    padding-left: 5px;
  }
  #other-amount-div.other-minimum-input-area {
    height: 46px;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 0;
  }
  #span-text.input-text {
    margin-top: 0;
  }
  #span.input-text {
    font-weight: lighter;
    padding-left: 5px;
  }
  #donation_amount_other_one_time.donation_amount_other,
  #donation_amount_other_one_time.donation_amount_other:focus-visible {
    width: 95%;
    margin: 0;
    border: none;
    font-weight: bold;
  }
  #donation_amount_other_monthly.donation_amount_other,
  #donation_amount_other_monthly.donation_amount_other:focus-visible {
    width: 72%;
    margin: 0;
    border: none;
    font-weight: bold;
  }
  #donation_amount_other_annually.donation_amount_other,
  #donation_amount_other_annually.donation_amount_other:focus-visible {
    width: 78%;
    margin: 0;
    border: none;
    font-weight: bold;
  }
  .next-btn {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .custom-form-group.custom-radio {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    list-style-type: none;
    padding: 0px;
    margin: 1.5rem 0px;
  }
  .custom-label {
    font-weight: bold;
    height: 46px;
    border-radius: 6px;
    border: 1px solid #c3c3c3;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efefef;
  }
  #label.me-md-4 {
    margin: 0px !important;
  }
  .custom-span {
    font-weight: lighter;
    padding-left: 5px;
  }
  #other-amount-div.other-minimum-input-area {
    height: 46px;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 0;
  }
  #span-text.input-text {
    margin-top: 0;
  }
  #span.input-text {
    font-weight: lighter;
    padding-left: 5px;
  }
  #donation_amount_other_one_time.donation_amount_other,
  #donation_amount_other_one_time.donation_amount_other:focus-visible {
    width: 94%;
    margin: 0;
    border: none;
    font-weight: bold;
  }
  #donation_amount_other_monthly.donation_amount_other,
  #donation_amount_other_monthly.donation_amount_other:focus-visible{
    width: 70%;
    margin: 0;
    border: none;
    font-weight: bold;
  }
  #donation_amount_other_annually.donation_amount_other,
  #donation_amount_other_annually.donation_amount_other:focus-visible {
    width: 77%;
    margin: 0;
    border: none;
    font-weight: bold;
  }
  .next-btn {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .custom-form-group.custom-radio {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    list-style-type: none;
    padding: 0px;
    margin: 1.5rem 0px;
  }
  .custom-label {
    font-weight: bold;
    height: 46px;
    border-radius: 6px;
    border: 1px solid #c3c3c3;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efefef;
  }
  #label.me-md-4 {
    margin: 0px !important;
  }
  .custom-span {
    font-weight: lighter;
    padding-left: 5px;
  }
  #other-amount-div.other-minimum-input-area {
    height: 46px;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 0;
  }
  #span-text.input-text {
    margin-top: 0;
  }
  #span.input-text {
    font-weight: lighter;
    padding-left: 5px;
  }
  #donation_amount_other_one_time.donation_amount_other,
  #donation_amount_other_one_time.donation_amount_other:focus-visible {
    width: 94%;
    margin: 0;
    border: none;
    font-weight: bold;
  }
  #donation_amount_other_monthly.donation_amount_other,
  #donation_amount_other_monthly.donation_amount_other:focus-visible {
    width: 67%;
    margin: 0;
    border: none;
    font-weight: bold;
  }
  #donation_amount_other_annually.donation_amount_other,
  #donation_amount_other_annually.donation_amount_other:focus-visible {
    width: 75%;
    margin: 0;
    border: none;
    font-weight: bold;
  }
  .next-btn {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .custom-form-group.custom-radio {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    list-style-type: none;
    padding: 0px;
    margin: 1.5rem 0px;
  }
  .custom-label {
    font-weight: bold;
    height: 46px;
    border-radius: 6px;
    border: 1px solid #c3c3c3;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efefef;
  }
  #label.me-md-4 {
    margin: 0px !important;
  }
  .custom-span {
    font-weight: lighter;
    padding-left: 5px;
  }
  #other-amount-div.other-minimum-input-area {
    height: 46px;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 0;
  }
  #span-text.input-text {
    margin-top: 0;
  }
  #span.input-text {
    font-weight: lighter;
    padding-left: 5px;
  }
  #donation_amount_other_one_time.donation_amount_other,
  #donation_amount_other_one_time.donation_amount_other:focus-visible {
    width: 95%;
    margin: 0;
    border: none;
    font-weight: bold;
  }
  #donation_amount_other_monthly.donation_amount_other,
  #donation_amount_other_monthly.donation_amount_other:focus-visible {
    width: 74%;
    margin: 0;
    border: none;
    font-weight: bold;
  }
  #donation_amount_other_annually.donation_amount_other,
  #donation_amount_other_annually.donation_amount_other:focus-visible {
    width: 80%;
    margin: 0;
    border: none;
    font-weight: bold;
  }
  .next-btn {
    margin-top: 0;
  }
}

@media (min-width: 1400px) {
  .custom-form-group.custom-radio {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    list-style-type: none;
    padding: 0px;
    margin: 1.5rem 0px;
  }
  .custom-label {
    font-weight: bold;
    height: 46px;
    border-radius: 6px;
    border: 1px solid #c3c3c3;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efefef;
  }
  #label.me-md-4 {
    margin: 0px !important;
  }
  .custom-span {
    font-weight: lighter;
    padding-left: 5px;
  }
  #other-amount-div.other-minimum-input-area {
    height: 46px;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 0px;
  }
  #span-text.input-text {
    margin-top: 0;
  }
  #span.input-text {
    font-weight: lighter;
    padding-left: 5px;
  }
  #donation_amount_other_one_time.donation_amount_other,
  #donation_amount_other_one_time.donation_amount_other:focus-visible {
    width: 96%;
    margin: 0;
    border: none;
    font-weight: bold;
  }
  #donation_amount_other_monthly.donation_amount_other,
  #donation_amount_other_monthly.donation_amount_other:focus-visible {
    width: 78%;
    margin: 0;
    border: none;
    font-weight: bold;
  }
  #donation_amount_other_annually.donation_amount_other,
  #donation_amount_other_annually.donation_amount_other:focus-visible {
    width: 83%;
    margin: 0;
    border: none;
    font-weight: bold;
  }
  .next-btn {
    margin-top: 0;
  }
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: #ffffff;
  box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-item {
  border: none;
}
.accordion-button {
  border: none;
}
.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.reporter-description {
  min-height: 120px;
}

.payment-buttons {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.payment-buttons button {
  justify-content: center;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  transition: none !important;
  box-shadow: none;
}

/* Remove hover effect */
/* Universal button base reset */
.payment-buttons .btn {
  transition: none !important;
  box-shadow: none !important;
}

/* Disable hover/focus/active styles for Credit/Debit */
.card-pay-button,
.card-pay-button:hover,
.card-pay-button:focus,
.card-pay-button:active {
  background-color: #497a81 !important;
  color: white !important;
  border: none !important;
  box-shadow: none !important;
}

/* Disable hover/focus/active styles for Apple Pay */
.apple-pay-button,
.apple-pay-button:hover,
.apple-pay-button:focus,
.apple-pay-button:active {
  background-color: black !important;
  color: white !important;
  border: none !important;
  box-shadow: none !important;
}

/* Disable hover/focus/active styles for Google Pay */
.google-pay-button,
.google-pay-button:hover,
.google-pay-button:focus,
.google-pay-button:active {
  background-color: white !important;
  color: black !important;
  border: 1px solid #ccc !important;
  box-shadow: none !important;
}

/* Credit/Debit */
.card-pay-button {
  background-color: #3b829b;
  color: white;
  border: none;
  font-size: 16px;
  padding: 10px 20px;
}

/* Apple Pay */
.apple-pay-button {
  background-color: black;
  color: white;
  border: none;
  font-size: 16px;
  padding: 10px 20px;
}

/* Google Pay */
.google-pay-button {
  background-color: white;
  color: black;
  font-size: 16px;
  padding: 10px 20px;
  border: 1px solid #ccc;
}

.google-pay-button .gpay-icon svg {
  vertical-align: middle;
}

.card-pay-button.js-btn-next,
.card-pay-button.js-btn-next:focus,
.card-pay-button.js-btn-next:active {
  background-color: #497a81 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  width: 100% !important;
  padding: 10px 20px !important;
  font-weight: normal !important;
  font-size: 16px !important;
  text-align: center !important;
  line-height: 1.5 !important;
  transition: background-color 0.2s ease !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
}

/* Subtle darker hover background */
.card-pay-button.js-btn-next:hover {
  background-color: #336b7e !important;
  color: #fff !important;
}

/* Icon stays steady */
.card-pay-button.js-btn-next i {
  font-size: 1rem !important;
  line-height: 1 !important;
  vertical-align: middle !important;
  margin: 0 !important;
}

.card-pay-button {
  margin-bottom: 0 !important;
}