



form[class*="give-form"] {
    font-family: 'Minion-3',minion-3,serif!important;
	color: #000;
}

.give-amount-heading h2 {
	font-family: formata-pro-condensed, sans-serif!important;
	color: #000;
}


/* Who is donating? */

.give-personal-info-section fieldset:not(.ffm-field-container > fieldset) legend:first-of-type {

  border-block-end: .0625rem solid #ddd;
  color: #000!important;
  font-size: clamp(1.25rem,.8397435897rem + 1.2820512821vw,1.5rem);
  font-weight: bold;
  font-family: formata-pro-condensed, sans-serif!important;
  line-height: 1.3;
  margin-block-end: 1rem;
  padding-block-end: .75rem;
  width: 100%;
}

/* Donation Summary */

.give-donation-summary-section thead th:first-of-type {
  font-weight: bold;
}



/* Donate Now Button */


.give-donate-now-button-section .give-btn {
  font-size: 1.975rem!important;
}

.give-submit {
    font-family: 'Minion-3',minion-3,serif!important;
	  font-weight: 700;

}

.give-submit:hover {
  box-shadow: 0 .0625rem .25rem rgba(0,0,0,.25);
  filter: brightness(1.3);
  transform: none;
}


/* Thank you page */

.give-receipt {
	color: #000;
	    font-family: 'Minion-3',minion-3,serif!important;
}

.give-receipt-classic .receipt-sections .details .headline {
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
}

.dashboard-link-container {display: none!important}


