.give.popup .black {
  color: #242424;
}
.give.popup .small-p {
  font-size: 14px;
  margin-bottom: 24px;
}
.give.popup .small-p.center {
  text-align: center;
}
.give.popup .bold {
  font-weight: 700;
}
.give.popup .no-margin-bottom {
  margin-bottom: 0;
}
.give.popup .give-now-arrow-cta {
  display: inline-flex;
  align-items: center;
  column-gap: 4px;
}
.give.popup .give-now-arrow-cta img {
  filter: invert(51%) sepia(96%) saturate(1944%) hue-rotate(189deg) brightness(96%) contrast(101%);
}
.give.popup .popup-header-section {
  margin-bottom: 32px;
}
.give.popup .donation-section {
  background-color: #E8F2FA;
  margin: 0 -48px 32px;
  padding: 32px 48px;
}
.give.popup .donation-section .donation-section-title {
  letter-spacing: 0.6px;
  margin-bottom: 32px;
}
.give.popup .donation-section .donation-option-div .donation-option-div-title {
  display: flex;
  align-items: center;
  column-gap: 16px;
  margin-top: 16px;
  margin-bottom: 12px;
}
.give.popup .donation-section .donation-option-div .donation-option-div-title .donation-option-div-icon {
  width: 40px;
  height: 40px;
  background-color: #1980CC;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.give.popup .donation-section .donation-option-div .donation-option-div-title .donation-option-div-icon img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}
.give.popup .donation-section .donation-option-div .donation-option-div-title p {
  margin-bottom: 0;
}
.give.popup .donation-section .donation-option-div .donation-option-div-content {
  padding-left: 56px;
  margin-bottom: 40px;
}
.give.popup .donation-section .donation-option-div .donation-option-div-content:last-of-type {
  margin-bottom: 0;
}
.give.popup .donation-section .donation-option-div .donation-option-div-content .center {
  text-align: center;
  margin-left: -56px;
}
.give.popup .donation-section .donation-option-div .contact {
  text-align: center;
  margin-bottom: 0;
}
.give.popup .popup-note-section .small-p:last-of-type {
  margin-bottom: 0;
}
.give.popup .popup-note-section .break {
  border-top: 1px solid #E9E9E9;
  margin: 0 0 24px;
}
.give.popup .popup-note-section .footnote {
  color: #929292;
  font-style: italic;
  text-align: center;
  margin: 0 60px;
}