/* 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__home {
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-width: 78px;
  min-height: 72px;
  padding: 9px 14px;
  border: 2px solid #f9d57a;
  border-radius: 14px;
  background: #f9d57a;
  color: #082d4a;
  box-shadow: 0 5px 16px rgba(0, 0, 0, .2);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1.2px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.charityez-banner__home svg {
  width: 31px;
  height: 31px;
  fill: currentColor;
}
.charityez-banner__home:hover {
  background: #fff;
  border-color: #fff;
  color: #082d4a;
  box-shadow: 0 7px 20px rgba(0, 0, 0, .25);
  text-decoration: none;
  transform: translateY(-2px);
}
.charityez-banner__home:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}
.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__home { min-width: 70px; }
  .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 { display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:9px;padding:8px 12px;text-align:left; }
  .charityez-banner__home {
    flex-direction: row;
    min-width: 0;
    min-height: 44px;
    padding: 7px 11px;
  }
  .charityez-banner__home svg { width: 22px; height: 22px; }
  .charityez-banner__copy { display:none; }
  .charityez-banner__action { min-width:0;text-align:right; }
  .charityez-banner__action a { gap:5px;min-height:44px;padding:8px 10px;width:100%;font-size:12px; }
  .charityez-banner__action > span { display:none; }
}
@media (prefers-reduced-motion: reduce) {
  .charityez-banner__home { transition: none; }
}
@media print { .charityez-banner { display: none !important; } }
