/* Shared, server-rendered promotion. No scripts, tracking calls, or images. */
.ycgb-site-header { position: relative; }
/* Keep navigation in normal flow so a wrapping banner can never overlap it
   or the page's first heading at desktop and mobile widths. */
.ycgb-site-header > .ftco-navbar-light {
  position: relative;
  top: 0;
  background: #0b2d46 !important;
}
.charityez-banner {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(115deg, #082d4a 0%, #0b4663 72%, #125b70 100%);
  border-bottom: 3px solid #f5cb63;
  color: #fff;
  font-family: "Nunito Sans", Arial, sans-serif;
}
.charityez-banner::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -90px;
  top: -180px;
  width: 390px;
  height: 390px;
  border: 48px solid rgba(255, 255, 255, .035);
  border-radius: 50%;
  pointer-events: none;
}
.charityez-banner__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 23px 24px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.charityez-banner__brand {
  display: flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
  padding-right: 28px;
  border-right: 1px solid rgba(255, 255, 255, .22);
  color: #fff;
  font-size: 27px;
  font-weight: 800;
  letter-spacing: -.8px;
  line-height: 1.2;
}
.charityez-banner__heart { color: #ff6578; font-size: 32px; }
.charityez-banner__ez { color: #f9d57a; }
.charityez-banner__copy { flex: 1 1 auto; min-width: 0; }
.charityez-banner__eyebrow {
  display: block;
  color: #f9d57a;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 1.8px;
  font-weight: 800;
  margin-bottom: 5px;
}
.charityez-banner__eyebrow span { padding: 0 5px; }
.charityez-banner__copy strong {
  display: block;
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -.3px;
}
.charityez-banner__copy p {
  color: #d3e6ee;
  font-size: 13px;
  line-height: 1.5;
  margin: 5px 0 0;
}
.charityez-banner__action { flex: 0 0 auto; text-align: center; }
.charityez-banner__action a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  min-height: 48px;
  padding: 12px 21px;
  border: 2px solid #f9d57a;
  border-radius: 9px;
  background: #f9d57a;
  color: #082d4a;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
}
.charityez-banner__action a:hover { background: #ffe8ae; border-color: #ffe8ae; color: #082d4a; text-decoration: none; }
.charityez-banner__action a:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.charityez-banner__action > span { display: block; color: #d3e6ee; font-size: 10px; line-height: 1.5; margin-top: 7px; }
.charityez-banner__sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
@media (max-width: 1199px) {
  .charityez-banner__inner { gap: 20px; }
  .charityez-banner__brand { font-size: 23px; padding-right: 20px; }
  .charityez-banner__copy strong { font-size: 19px; }
}
@media (max-width: 991px) {
  .charityez-banner__brand { display: none; }
  .charityez-banner__inner { padding: 20px 24px; }
}
@media (max-width: 639px) {
  .charityez-banner__inner { flex-direction: column; align-items: stretch; gap: 14px; padding: 20px; text-align: center; }
  .charityez-banner__copy strong { font-size: 20px; }
  .charityez-banner__copy strong > span { display: block; }
  .charityez-banner__copy p { max-width: 340px; margin: 6px auto 0; }
  .charityez-banner__action a { width: 100%; max-width: 340px; }
}
@media print { .charityez-banner { display: none !important; } }
