{"id":81,"date":"2026-04-23T15:45:36","date_gmt":"2026-04-23T15:45:36","guid":{"rendered":"https:\/\/test.madrelunadesigns.com\/?page_id=81"},"modified":"2026-08-23T23:44:46","modified_gmt":"2026-08-23T23:44:46","slug":"grants","status":"publish","type":"page","link":"https:\/\/test.madrelunadesigns.com\/index.php\/grants\/","title":{"rendered":"Grants"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"81\" class=\"elementor elementor-81\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e212f22 e-flex e-con-boxed e-con e-parent\" data-id=\"e212f22\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d8155c4 elementor-widget elementor-widget-html\" data-id=\"d8155c4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- REX-GRANTS-PAGE | v1.7 | Footer credit link fixed, whitespace in hrefs cleaned, Volunteer link pointed to Contact Us -->\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&family=Jost:wght@300;400;500;600&display=swap');\n\n:root {\n  --teal-50: #E6F8FB;\n  --teal-100: #C2EBF4;\n  --teal-200: #88D4E8;\n  --teal-300: #3DBBD6;\n  --teal-400: #00A8C4;\n  --teal-500: #0090A8;\n  --gold: #E8920A;\n  --gold-pale: #FFF5E0;\n  --gold-light: #FDE8B4;\n  --gold-deep: #B86F06;\n  --cream: #F2FAFB;\n  --petal: #E0F4F8;\n  --mauve: #00A0BB;\n  --deep: #005F70;\n  --ink: #0A2530;\n  --mid: #1A4A58;\n  --light: #4A8898;\n  --shadow: rgba(0,160,187,.13);\n}\n\n.rex-gr-wrap,\n.rex-gr-wrap *,\n.rex-gr-wrap *::before,\n.rex-gr-wrap *::after { box-sizing: border-box; }\n.rex-gr-wrap * { margin: 0; padding: 0; }\n\n.rex-gr-wrap {\n  font-family: 'Jost', sans-serif;\n  background: var(--cream);\n  color: var(--ink);\n  overflow-x: hidden;\n  width: 100%;\n}\n\n.rex-gr-wrap a { font-family: inherit; text-decoration: none; }\n.rex-gr-wrap img { border: 0 !important; box-shadow: none !important; display: block; }\n\n\/* NAV *\/\n.rex-gr-wrap nav {\n  position: sticky; top: 0; left: 0; right: 0; z-index: 200;\n  display: flex; align-items: center; justify-content: space-between;\n  padding: 0 5%; height: 72px;\n  background: rgba(242,250,251,.97);\n  backdrop-filter: blur(12px);\n  border-bottom: 1px solid rgba(0,160,187,.14);\n  transition: box-shadow .3s;\n}\n.rex-gr-wrap nav.scrolled { box-shadow: 0 4px 24px var(--shadow); }\n.rex-gr-wrap .nav-brand img { height: 46px; width: auto; }\n.rex-gr-wrap .nav-links { display: flex; align-items: center; gap: 2.5rem; list-style: none; }\n.rex-gr-wrap .nav-links a { font-size: .875rem; letter-spacing: .06em; font-weight: 500; color: var(--mid); transition: color .2s; }\n.rex-gr-wrap .nav-links a:hover { color: var(--mauve); }\n.rex-gr-wrap .nav-links a.active { color: var(--mauve); font-weight: 600; }\n.rex-gr-wrap .nav-cta { background: var(--gold) !important; color: #fff !important; padding: .55rem 1.4rem; border-radius: 50px; font-size: .85rem !important; transition: background .2s !important; }\n.rex-gr-wrap .nav-cta:hover { background: var(--gold-deep) !important; }\n\n\/* NAV DROPDOWN (Research \/ Programs) *\/\n.rex-gr-wrap .nav-links > li { position: relative; }\n.rex-gr-wrap .nav-links a { display: flex; align-items: center; gap: .35rem; }\n.rex-gr-wrap .rex-chev {\n  display: inline-block;\n  width: 10px; height: 10px;\n  transition: transform .25s;\n  flex-shrink: 0;\n}\n.rex-gr-wrap .nav-links > li.open > a .rex-chev { transform: rotate(180deg); }\n\n.rex-gr-wrap .rex-dropdown {\n  position: absolute;\n  top: calc(100% + 10px); left: 50%;\n  transform: translateX(-50%) translateY(6px);\n  background: #fff;\n  border: 1px solid var(--teal-100);\n  border-radius: 14px;\n  box-shadow: 0 16px 48px rgba(10,37,48,.14);\n  padding: .55rem .45rem;\n  min-width: 220px;\n  z-index: 300;\n  opacity: 0;\n  pointer-events: none;\n  transition: opacity .2s, transform .2s;\n}\n.rex-gr-wrap .nav-links > li.open .rex-dropdown,\n.rex-gr-wrap .nav-links > li:hover .rex-dropdown {\n  opacity: 1;\n  pointer-events: auto;\n  transform: translateX(-50%) translateY(0);\n}\n.rex-gr-wrap .rex-dropdown a {\n  display: flex; align-items: center; gap: .65rem;\n  padding: .62rem .85rem;\n  font-size: .84rem; font-weight: 400; color: var(--mid);\n  border-radius: 9px;\n  transition: background .15s, color .15s;\n  white-space: nowrap;\n}\n.rex-gr-wrap .rex-dropdown a:hover { background: var(--teal-50); color: var(--mauve); }\n\n\/* Mobile Programs submenu (simple expand-in-place) *\/\n.rex-gr-wrap .rex-mob-list .rex-mob-has-sub > a {\n  display: flex; align-items: center; justify-content: space-between;\n}\n.rex-gr-wrap .rex-mob-list .rex-mob-has-sub > a .rex-chev { transition: transform .25s; }\n.rex-gr-wrap .rex-mob-list .rex-mob-has-sub.open > a .rex-chev { transform: rotate(180deg); }\n.rex-gr-wrap .rex-mob-submenu {\n  list-style: none;\n  max-height: 0; overflow: hidden;\n  transition: max-height .3s ease;\n}\n.rex-gr-wrap .rex-mob-has-sub.open .rex-mob-submenu { max-height: 400px; }\n.rex-gr-wrap .rex-mob-submenu a {\n  padding: .8rem .2rem .8rem 1.2rem;\n  font-size: .92rem; color: var(--light);\n}\n.rex-gr-wrap .rex-mob-submenu li { border-bottom: 1px solid rgba(0,160,187,.06); }\n.rex-gr-wrap .rex-mob-submenu li:last-child { border-bottom: none; }\n\n\/* HAMBURGER BUTTON *\/\n.rex-gr-wrap .rex-hamburger {\n  display: none;\n  flex-direction: column; justify-content: center; align-items: center;\n  gap: 5px; width: 44px; height: 44px;\n  background: transparent;\n  border: 1.5px solid rgba(0,160,187,.25); border-radius: 10px;\n  cursor: pointer; padding: 0; flex-shrink: 0;\n  transition: background .2s, border-color .2s;\n  position: relative; z-index: 210;\n}\n.rex-gr-wrap .rex-hamburger:hover { background: var(--teal-50); border-color: var(--mauve); }\n.rex-gr-wrap .rex-hamburger span {\n  display: block; width: 20px; height: 2px;\n  background: var(--mid); border-radius: 2px;\n  transition: transform .3s ease, opacity .3s ease, width .3s ease;\n  transform-origin: center;\n}\n.rex-gr-wrap nav.mobile-open .rex-hamburger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }\n.rex-gr-wrap nav.mobile-open .rex-hamburger span:nth-child(2) { opacity: 0; width: 0; }\n.rex-gr-wrap nav.mobile-open .rex-hamburger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }\n\n\/* MOBILE MENU DRAWER *\/\n.rex-gr-wrap .rex-mobile-menu {\n  display: none;\n  position: fixed; top: 72px; left: 0; right: 0; bottom: 0;\n  z-index: 199; overflow-y: auto;\n  background: rgba(242,250,251,.99); backdrop-filter: blur(16px);\n  padding: 1.2rem 5% 3rem;\n  transform: translateY(-12px); opacity: 0; pointer-events: none;\n  transition: opacity .28s ease, transform .28s ease;\n  border-top: 1px solid rgba(0,160,187,.14);\n}\n.rex-gr-wrap .rex-mobile-menu.open { opacity: 1; transform: translateY(0); pointer-events: auto; }\n.rex-gr-wrap .rex-mob-list { list-style: none; padding: .4rem 0; }\n.rex-gr-wrap .rex-mob-list > li { border-bottom: 1px solid rgba(0,160,187,.1); }\n.rex-gr-wrap .rex-mob-list > li:last-child { border-bottom: none; }\n.rex-gr-wrap .rex-mob-list a {\n  display: block; padding: 1rem .2rem;\n  font-size: 1rem; font-weight: 500; letter-spacing: .04em;\n  color: var(--mid); text-decoration: none; transition: color .2s;\n}\n.rex-gr-wrap .rex-mob-list a:hover { color: var(--mauve); }\n.rex-gr-wrap .rex-mob-cta {\n  display: block; text-align: center;\n  background: var(--gold); color: #fff; text-decoration: none;\n  font-size: 1rem; font-weight: 600; letter-spacing: .05em;\n  padding: 1rem 2rem; border-radius: 50px; margin-top: 1.6rem;\n  transition: background .2s, transform .15s;\n  box-shadow: 0 6px 20px rgba(232,146,10,.32);\n}\n.rex-gr-wrap .rex-mob-cta:hover { background: var(--gold-deep); transform: translateY(-1px); }\n\n\/* PAGE HERO *\/\n.rex-gr-wrap .gr-hero {\n  background: linear-gradient(135deg, #0A2530 0%, #0D3A4A 40%, #005F72 75%, #00A0BB 100%);\n  padding: 6rem 8% 5rem;\n  position: relative; overflow: hidden;\n}\n.rex-gr-wrap .gr-hero::before {\n  content: '';\n  position: absolute; top: -80px; right: -80px;\n  width: 480px; height: 480px; border-radius: 50%;\n  background: radial-gradient(circle, rgba(0,168,196,.18) 0%, transparent 65%);\n  pointer-events: none;\n}\n.rex-gr-wrap .gr-hero::after {\n  content: '';\n  position: absolute; bottom: -60px; left: 6%;\n  width: 320px; height: 320px; border-radius: 50%;\n  background: radial-gradient(circle, rgba(232,146,10,.10) 0%, transparent 65%);\n  pointer-events: none;\n}\n.rex-gr-wrap .gr-hero-inner {\n  position: relative; z-index: 1;\n  max-width: 1140px; margin: 0 auto;\n  display: grid; grid-template-columns: 1fr 1fr;\n  gap: 5rem; align-items: center;\n}\n.rex-gr-wrap .gr-hero-eyebrow {\n  font-size: .72rem; letter-spacing: .22em; font-weight: 600;\n  text-transform: uppercase; color: var(--teal-300);\n  display: block; margin-bottom: .9rem;\n}\n.rex-gr-wrap .gr-hero-title {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: clamp(2.6rem, 5vw, 4.2rem);\n  font-weight: 600; line-height: 1.1; color: #fff;\n  margin-bottom: 1.2rem;\n}\n.rex-gr-wrap .gr-hero-title em { font-style: italic; color: var(--teal-200); }\n.rex-gr-wrap .gr-hero-body {\n  font-size: 1.02rem; line-height: 1.78;\n  color: rgba(255,255,255,.72);\n  max-width: 520px; margin-bottom: 2.2rem;\n}\n.rex-gr-wrap .gr-hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }\n\n.rex-gr-wrap .btn-gold {\n  display: inline-flex; align-items: center; gap: .5rem;\n  background: var(--gold); color: #fff;\n  padding: .85rem 2rem; border-radius: 50px;\n  font-size: .9rem; font-weight: 600; letter-spacing: .04em;\n  box-shadow: 0 8px 28px rgba(232,146,10,.4);\n  transition: background .2s, transform .15s;\n}\n.rex-gr-wrap .btn-gold:hover { background: var(--gold-deep); transform: translateY(-2px); }\n\n.rex-gr-wrap .btn-ghost {\n  display: inline-flex; align-items: center; gap: .5rem;\n  background: transparent; color: rgba(255,255,255,.85);\n  padding: .83rem 1.8rem; border-radius: 50px;\n  font-size: .9rem; font-weight: 500;\n  border: 1.5px solid rgba(255,255,255,.38);\n  transition: background .2s, border-color .2s;\n}\n.rex-gr-wrap .btn-ghost:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.7); }\n\n.rex-gr-wrap .gr-hero-stats {\n  display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;\n}\n.rex-gr-wrap .gr-hero-stat {\n  background: rgba(255,255,255,.07);\n  border: 1px solid rgba(0,168,196,.25);\n  border-radius: 18px; padding: 1.6rem 1.4rem;\n  text-align: center; transition: background .2s;\n}\n.rex-gr-wrap .gr-hero-stat:hover { background: rgba(255,255,255,.12); }\n.rex-gr-wrap .gr-hs-num {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: 2.6rem; font-weight: 600;\n  color: var(--gold); line-height: 1;\n  margin-bottom: .3rem; display: block;\n}\n.rex-gr-wrap .gr-hs-label {\n  font-size: .74rem; letter-spacing: .08em;\n  text-transform: uppercase; color: rgba(255,255,255,.60);\n  font-weight: 500; line-height: 1.4;\n}\n\n\/* EVENT BANNER *\/\n.rex-gr-wrap .ev-banner { background: var(--gold); padding: 0; }\n.rex-gr-wrap .ev-banner-inner {\n  display: flex; align-items: center; justify-content: center;\n  gap: 1rem; flex-wrap: wrap;\n  padding: .85rem 5%; max-width: 1400px; margin: 0 auto;\n}\n.rex-gr-wrap .ev-badge {\n  font-size: .68rem; font-weight: 700; letter-spacing: .14em;\n  text-transform: uppercase; background: rgba(255,255,255,.22);\n  color: #fff; padding: .25rem .75rem; border-radius: 50px;\n  white-space: nowrap; flex-shrink: 0;\n}\n.rex-gr-wrap .ev-text {\n  font-size: .85rem; color: rgba(255,255,255,.92); line-height: 1.5; text-align: center;\n}\n.rex-gr-wrap .ev-text strong { color: #fff; font-weight: 700; }\n.rex-gr-wrap .ev-cta {\n  display: inline-block; background: #fff; color: var(--gold-deep);\n  font-size: .78rem; font-weight: 700; letter-spacing: .06em;\n  text-transform: uppercase; padding: .45rem 1.2rem; border-radius: 50px;\n  white-space: nowrap; flex-shrink: 0; transition: background .2s, color .2s;\n}\n.rex-gr-wrap .ev-cta:hover { background: var(--gold-deep); color: #fff; }\n\n\/* GRANTS SECTION *\/\n.rex-gr-wrap .gr-section { background: var(--cream); padding: 5rem 8%; }\n.rex-gr-wrap .gr-section-header {\n  max-width: 1140px; margin: 0 auto 3.5rem; text-align: center;\n}\n.rex-gr-wrap .gr-section-eyebrow {\n  font-size: .72rem; letter-spacing: .2em; font-weight: 600;\n  text-transform: uppercase; color: var(--gold);\n  display: block; margin-bottom: .8rem;\n}\n.rex-gr-wrap .gr-section-heading {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 600;\n  color: var(--deep); line-height: 1.2; margin-bottom: .9rem;\n}\n.rex-gr-wrap .gr-section-heading em { font-style: italic; color: var(--mauve); }\n.rex-gr-wrap .gr-section-sub {\n  font-size: 1rem; color: var(--light); line-height: 1.72;\n  max-width: 600px; margin: 0 auto;\n}\n\n.rex-gr-wrap .gr-cards-grid {\n  max-width: 1140px; margin: 0 auto;\n  display: grid; grid-template-columns: repeat(2, 1fr);\n  gap: 2rem;\n}\n\n.rex-gr-wrap .gr-card {\n  background: #fff; border-radius: 20px; overflow: hidden;\n  box-shadow: 0 4px 24px var(--shadow);\n  transition: transform .3s, box-shadow .3s;\n  display: flex; flex-direction: column;\n}\n.rex-gr-wrap .gr-card:hover { transform: translateY(-6px); box-shadow: 0 20px 56px var(--shadow); }\n\n.rex-gr-wrap .gr-card:nth-child(1) .gr-card-bar { background: linear-gradient(90deg, var(--teal-400), var(--teal-300)); }\n.rex-gr-wrap .gr-card:nth-child(2) .gr-card-bar { background: linear-gradient(90deg, var(--gold), var(--gold-deep)); }\n.rex-gr-wrap .gr-card:nth-child(3) .gr-card-bar { background: linear-gradient(90deg, #005F70, #00A0BB); }\n.rex-gr-wrap .gr-card:nth-child(4) .gr-card-bar { background: linear-gradient(90deg, #007A8C, var(--teal-400)); }\n.rex-gr-wrap .gr-card:nth-child(5) .gr-card-bar { background: linear-gradient(90deg, var(--gold-deep), var(--gold)); }\n.rex-gr-wrap .gr-card-bar { height: 5px; width: 100%; }\n\n.rex-gr-wrap .gr-card-top {\n  padding: 2rem 2rem 1.2rem;\n  display: flex; align-items: flex-start; gap: 1.2rem;\n  border-bottom: 1px solid var(--teal-50);\n}\n.rex-gr-wrap .gr-card-photo {\n  width: 90px; height: 90px; border-radius: 12px;\n  overflow: hidden; flex-shrink: 0;\n  border: 2px solid var(--teal-100);\n  box-shadow: 0 4px 14px var(--shadow) !important;\n}\n.rex-gr-wrap .gr-card-photo img {\n  width: 100%; height: 100%;\n  object-fit: cover; object-position: center top;\n  display: block; border: 0 !important; box-shadow: none !important;\n}\n.rex-gr-wrap .gr-card:nth-child(2) .gr-card-photo,\n.rex-gr-wrap .gr-card:nth-child(5) .gr-card-photo { border-color: var(--gold-light); }\n.rex-gr-wrap .gr-card-name {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: 1.35rem; font-weight: 600;\n  color: var(--deep); line-height: 1.25; margin-bottom: .2rem;\n}\n.rex-gr-wrap .gr-card-subtitle {\n  font-size: .8rem; color: var(--mauve); font-weight: 500; letter-spacing: .03em;\n}\n.rex-gr-wrap .gr-card-body { padding: 1.4rem 2rem 0; flex: 1; }\n.rex-gr-wrap .gr-card-body p {\n  font-size: .88rem; color: var(--light); line-height: 1.72; margin-bottom: 1.2rem;\n}\n.rex-gr-wrap .gr-funded-label {\n  font-size: .68rem; font-weight: 700; letter-spacing: .14em;\n  text-transform: uppercase; color: var(--mid); margin-bottom: .75rem; display: block;\n}\n.rex-gr-wrap .gr-funded-items { display: flex; flex-direction: column; gap: .6rem; margin-bottom: 1.4rem; }\n.rex-gr-wrap .gr-funded-item {\n  display: flex; gap: .75rem; align-items: flex-start;\n  padding: .75rem .9rem;\n  background: var(--cream); border-radius: 10px;\n  border-left: 3px solid var(--teal-200);\n  transition: border-color .2s;\n}\n.rex-gr-wrap .gr-card:hover .gr-funded-item { border-color: var(--teal-400); }\n.rex-gr-wrap .gr-card:nth-child(2) .gr-funded-item,\n.rex-gr-wrap .gr-card:nth-child(5) .gr-funded-item { border-left-color: var(--gold-light); }\n.rex-gr-wrap .gr-fi-title {\n  font-size: .82rem; font-weight: 600; color: var(--deep); display: block; margin-bottom: .15rem;\n}\n.rex-gr-wrap .gr-fi-names { font-size: .76rem; color: var(--light); line-height: 1.45; }\n.rex-gr-wrap .gr-card-footer {\n  padding: 1.4rem 2rem 1.8rem;\n  display: flex; align-items: center;\n  justify-content: space-between; gap: 1rem; flex-wrap: wrap;\n}\n.rex-gr-wrap .gr-card-donate {\n  display: inline-flex; align-items: center; gap: .45rem;\n  background: linear-gradient(135deg, var(--gold), var(--gold-deep));\n  color: #fff; padding: .72rem 1.6rem;\n  border-radius: 50px; font-size: .83rem; font-weight: 600; letter-spacing: .04em;\n  box-shadow: 0 6px 20px rgba(232,146,10,.32);\n  transition: transform .15s, box-shadow .2s;\n}\n.rex-gr-wrap .gr-card-donate:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(184,111,6,.38); }\n.rex-gr-wrap .gr-card-learn {\n  font-size: .82rem; font-weight: 500; color: var(--mauve);\n  display: inline-flex; align-items: center; gap: .35rem;\n  transition: color .2s, gap .2s;\n}\n.rex-gr-wrap .gr-card-learn:hover { color: var(--teal-500); gap: .55rem; }\n.rex-gr-wrap .gr-card-learn svg { transition: transform .2s; }\n.rex-gr-wrap .gr-card-learn:hover svg { transform: translateX(3px); }\n\n\/* HOW IT WORKS *\/\n.rex-gr-wrap .gr-how { background: var(--petal); padding: 5rem 8%; }\n.rex-gr-wrap .gr-how-inner { max-width: 1140px; margin: 0 auto; }\n.rex-gr-wrap .gr-how-header { text-align: center; margin-bottom: 3.5rem; }\n.rex-gr-wrap .gr-how-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.6rem; align-items: start; }\n.rex-gr-wrap .gr-how-card {\n  background: #fff; border-radius: 18px; padding: 2rem 1.6rem;\n  text-align: center; position: relative; overflow: hidden;\n  box-shadow: 0 4px 20px var(--shadow);\n  transition: transform .3s, box-shadow .3s;\n}\n.rex-gr-wrap .gr-how-card::before {\n  content: '';\n  position: absolute; top: 0; left: 0; right: 0; height: 3px;\n  background: linear-gradient(90deg, var(--teal-200), var(--gold));\n}\n.rex-gr-wrap .gr-how-card:hover { transform: translateY(-5px); box-shadow: 0 14px 44px var(--shadow); }\n.rex-gr-wrap .gr-how-num {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: 3rem; font-weight: 600; color: var(--teal-100);\n  line-height: 1; margin-bottom: .8rem; display: block;\n}\n.rex-gr-wrap .gr-how-icon {\n  width: 52px; height: 52px; border-radius: 50%;\n  background: var(--petal); margin: 0 auto .9rem;\n  display: flex; align-items: center; justify-content: center;\n  color: var(--teal-400);\n}\n.rex-gr-wrap .gr-how-title {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: 1.1rem; font-weight: 600; color: var(--deep); margin-bottom: .6rem;\n}\n.rex-gr-wrap .gr-how-desc { font-size: .83rem; color: var(--light); line-height: 1.65; }\n.rex-gr-wrap .gr-how-list {\n  text-align: left; list-style: disc;\n  font-size: .83rem; color: var(--light); line-height: 1.6;\n  margin-top: .6rem; padding-left: 1.15rem;\n}\n.rex-gr-wrap .gr-how-list li { margin-bottom: .3rem; }\n.rex-gr-wrap .gr-how-list li::marker { color: var(--teal-400); }\n\n\/* NEWSLETTER *\/\n.rex-gr-wrap .gr-newsletter { background: var(--ink); padding: 4.5rem 8%; text-align: center; }\n.rex-gr-wrap .gr-newsletter h2 {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: 2.2rem; font-weight: 600; color: #fff; margin-bottom: .5rem;\n}\n.rex-gr-wrap .gr-newsletter p { font-size: .97rem; color: rgba(255,255,255,.55); margin-bottom: 1.8rem; }\n.rex-gr-wrap .gr-nl-form { display: flex; gap: .8rem; max-width: 440px; margin: 0 auto; }\n.rex-gr-wrap .gr-nl-input {\n  flex: 1; padding: .85rem 1.2rem; border-radius: 50px;\n  border: 1.5px solid rgba(255,255,255,.22); background: rgba(255,255,255,.10);\n  color: #fff; font-family: 'Jost', sans-serif; font-size: .9rem; outline: none;\n}\n.rex-gr-wrap .gr-nl-input::placeholder { color: rgba(255,255,255,.40); }\n.rex-gr-wrap .gr-nl-btn {\n  padding: .85rem 1.6rem; border-radius: 50px; border: none;\n  background: var(--gold); color: #fff; font-family: 'Jost', sans-serif;\n  font-size: .9rem; font-weight: 600; cursor: pointer;\n  transition: background .2s; white-space: nowrap;\n}\n.rex-gr-wrap .gr-nl-btn:hover { background: var(--gold-deep); }\n\n\/* FOOTER *\/\n.rex-gr-wrap footer {\n  background: var(--ink); border-top: 1px solid rgba(255,255,255,.07);\n  padding: 3.5rem 8% 2rem; color: rgba(255,255,255,.50);\n}\n.rex-gr-wrap .gr-footer-grid {\n  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr;\n  gap: 3rem; margin-bottom: 2.5rem;\n}\n.rex-gr-wrap .gr-footer-brand img { height: 40px; width: auto; margin-bottom: .9rem; opacity: .92; }\n.rex-gr-wrap .gr-footer-tagline { font-size: .83rem; line-height: 1.7; margin-bottom: 1.2rem; color: rgba(255,255,255,.38); }\n.rex-gr-wrap .gr-footer-social { display: flex; gap: .6rem; }\n.rex-gr-wrap .gr-social-btn {\n  width: 34px; height: 34px; border-radius: 50%;\n  background: rgba(255,255,255,.08); display: flex; align-items: center;\n  justify-content: center; font-size: .82rem; cursor: pointer;\n  transition: background .2s; color: rgba(255,255,255,.55);\n}\n.rex-gr-wrap .gr-social-btn:hover { background: rgba(0,160,187,.3); }\n.rex-gr-wrap .gr-footer-heading {\n  font-size: .7rem; letter-spacing: .15em; text-transform: uppercase;\n  color: var(--gold); margin-bottom: 1rem; font-weight: 600;\n}\n.rex-gr-wrap .gr-footer-links { list-style: none; }\n.rex-gr-wrap .gr-footer-links li { margin-bottom: .55rem; }\n.rex-gr-wrap .gr-footer-links a { font-size: .82rem; color: rgba(255,255,255,.46); transition: color .2s; }\n.rex-gr-wrap .gr-footer-links a:hover { color: var(--teal-300); }\n.rex-gr-wrap .gr-footer-bottom {\n  border-top: 1px solid rgba(255,255,255,.07); padding-top: 1.5rem;\n  display: flex; justify-content: space-between; font-size: .78rem;\n}\n.rex-gr-wrap .gr-footer-bottom a { color: var(--teal-300); }\n\n\/* ANIMATIONS *\/\n.rex-gr-wrap .fade-up { opacity: 0; transform: translateY(32px); transition: opacity .8s ease, transform .8s ease; }\n.rex-gr-wrap .fade-up.visible { opacity: 1; transform: translateY(0); }\n.rex-gr-wrap .stagger > * { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }\n.rex-gr-wrap .stagger.visible > *:nth-child(1) { opacity:1; transform:translateY(0); transition-delay:0s; }\n.rex-gr-wrap .stagger.visible > *:nth-child(2) { opacity:1; transform:translateY(0); transition-delay:.1s; }\n.rex-gr-wrap .stagger.visible > *:nth-child(3) { opacity:1; transform:translateY(0); transition-delay:.2s; }\n.rex-gr-wrap .stagger.visible > *:nth-child(4) { opacity:1; transform:translateY(0); transition-delay:.3s; }\n.rex-gr-wrap .stagger.visible > *:nth-child(5) { opacity:1; transform:translateY(0); transition-delay:.4s; }\n\n\/* RESPONSIVE *\/\n@media (max-width: 1024px) {\n  .rex-gr-wrap .gr-hero-inner { grid-template-columns: 1fr; gap: 3rem; }\n  .rex-gr-wrap .gr-hero-stats { grid-template-columns: repeat(4,1fr); }\n  .rex-gr-wrap .gr-cards-grid { grid-template-columns: 1fr; }\n  .rex-gr-wrap .gr-how-grid { grid-template-columns: repeat(2,1fr); }\n  .rex-gr-wrap .gr-footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }\n  .rex-gr-wrap .nav-links { display: none; }\n  .rex-gr-wrap .rex-hamburger { display: flex; }\n  .rex-gr-wrap .rex-mobile-menu { display: block; }\n}\n@media (max-width: 768px) {\n  .rex-gr-wrap .gr-hero { padding: 5rem 5% 4rem; }\n  .rex-gr-wrap .gr-hero-stats { grid-template-columns: 1fr 1fr; }\n  .rex-gr-wrap .gr-section, .rex-gr-wrap .gr-how { padding-left: 5%; padding-right: 5%; }\n  .rex-gr-wrap .gr-how-grid { grid-template-columns: 1fr; }\n  .rex-gr-wrap .gr-footer-grid { grid-template-columns: 1fr; }\n  .rex-gr-wrap .gr-footer-bottom { flex-direction: column; gap: .6rem; }\n  .rex-gr-wrap .gr-nl-form { flex-direction: column; }\n}\n<\/style>\n\n<div class=\"rex-gr-wrap\">\n\n  <!-- NAV -->\n  <nav id=\"gr-navbar\">\n    <a href=\"https:\/\/test.madrelunadesigns.com\/index.php\/rexannas-foundation-homepage\/\" class=\"nav-brand\">\n      <img decoding=\"async\" src=\"https:\/\/madrelunadesigns.com\/wp-content\/uploads\/2026\/04\/Rexanna_Logo_Multi_Colored-250-120-1.png\" alt=\"Rexanna's Foundation logo\">\n    <\/a>\n    <ul class=\"nav-links\">\n      <li><a href=\"https:\/\/test.madrelunadesigns.com\/index.php\/rexannas-foundation-homepage\/\">Home<\/a><\/li>\n      <li><a href=\"https:\/\/test.madrelunadesigns.com\/index.php\/about-us\/\">About Us<\/a><\/li>\n      <li>\n        <a href=\"https:\/\/test.madrelunadesigns.com\/index.php\/research\/\">\n          Research\n          <svg class=\"rex-chev\" viewBox=\"0 0 10 6\" fill=\"none\"><path d=\"M1 1l4 4 4-4\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/a>\n        <div class=\"rex-dropdown\">\n          <a href=\"https:\/\/test.madrelunadesigns.com\/index.php\/research\/\">Research<\/a>\n          <a href=\"https:\/\/test.madrelunadesigns.com\/index.php\/grants\/\">Grants<\/a>\n        <\/div>\n      <\/li>\n      <li>\n        <a href=\"#\">\n          Programs\n          <svg class=\"rex-chev\" viewBox=\"0 0 10 6\" fill=\"none\"><path d=\"M1 1l4 4 4-4\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/a>\n        <div class=\"rex-dropdown\">\n          <a href=\"https:\/\/test.madrelunadesigns.com\/index.php\/sandys-project-hope\/\">Sandy's Project Hope<\/a>\n          <a href=\"https:\/\/test.madrelunadesigns.com\/index.php\/pat-hood-rally-cards\/\">Pat Hood Rally Cards<\/a>\n        <\/div>\n      <\/li>\n      <li><a href=\"https:\/\/test.madrelunadesigns.com\/index.php\/events\/\">Events<\/a><\/li>\n      <li><a href=\"https:\/\/test.madrelunadesigns.com\/index.php\/contact-us\/\">Contact Us<\/a><\/li>\n      <li><a href=\"https:\/\/fundraise.givesmart.com\/form\/MC-HIA?utm_source=site&utm_medium=button&utm_campaign=donate_now\" target=\"_blank\" rel=\"noopener\" class=\"nav-cta\">Donate Now<\/a><\/li>\n    <\/ul>\n\n    <!-- HAMBURGER BUTTON -->\n    <button class=\"rex-hamburger\" id=\"gr-ham-btn\" type=\"button\" aria-label=\"Open menu\" aria-expanded=\"false\" aria-controls=\"gr-mobile-menu\">\n      <span><\/span><span><\/span><span><\/span>\n    <\/button>\n  <\/nav>\n\n  <!-- MOBILE MENU DRAWER -->\n  <div class=\"rex-mobile-menu\" id=\"gr-mobile-menu\" role=\"navigation\" aria-label=\"Mobile navigation\">\n    <ul class=\"rex-mob-list\">\n      <li><a href=\"https:\/\/test.madrelunadesigns.com\/index.php\/rexannas-foundation-homepage\/\">Home<\/a><\/li>\n      <li><a href=\"https:\/\/test.madrelunadesigns.com\/index.php\/about-us\/\">About Us<\/a><\/li>\n      <li><a href=\"https:\/\/test.madrelunadesigns.com\/index.php\/research\/\">Research<\/a><\/li>\n      <li><a href=\"https:\/\/test.madrelunadesigns.com\/index.php\/grants\/\">Grants<\/a><\/li>\n      <li class=\"rex-mob-has-sub\">\n        <a href=\"#\" class=\"rex-mob-sub-toggle\">\n          Programs\n          <svg class=\"rex-chev\" viewBox=\"0 0 10 6\" fill=\"none\"><path d=\"M1 1l4 4 4-4\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/a>\n        <ul class=\"rex-mob-submenu\">\n          <li><a href=\"https:\/\/test.madrelunadesigns.com\/index.php\/sandys-project-hope\/\">Sandy's Project Hope<\/a><\/li>\n          <li><a href=\"https:\/\/test.madrelunadesigns.com\/index.php\/pat-hood-rally-cards\/\">Pat Hood Rally Cards<\/a><\/li>\n        <\/ul>\n      <\/li>\n      <li><a href=\"https:\/\/test.madrelunadesigns.com\/index.php\/events\/\">Events<\/a><\/li>\n      <li><a href=\"https:\/\/test.madrelunadesigns.com\/index.php\/contact-us\/\">Contact Us<\/a><\/li>\n    <\/ul>\n    <a href=\"https:\/\/fundraise.givesmart.com\/form\/MC-HIA?utm_source=site&utm_medium=button&utm_campaign=donate_now\" target=\"_blank\" rel=\"noopener\" class=\"rex-mob-cta\">Donate Now<\/a>\n  <\/div>\n\n  <!-- PAGE HERO -->\n  <div class=\"gr-hero\">\n    <div class=\"gr-hero-inner\">\n      <div class=\"fade-up\">\n        <span class=\"gr-hero-eyebrow\"><\/span>\n        <h1 class=\"gr-hero-title\">Honoring Lives.<br><em>Funding Hope.<\/em><\/h1>\n        <p class=\"gr-hero-body\">Each and every Grant honors one of our own who has fought the fight or is currently fighting \u2014 giving others a way to further the mission to raise awareness and funding for lung cancer research.<\/p>\n        <div class=\"gr-hero-btns\">\n  <a href=\"#named-grants\" class=\"btn-gold\">View All Grants<\/a>\n  <a href=\"https:\/\/fundraise.givesmart.com\/form\/MC-HIA?utm_source=site&utm_medium=button&utm_campaign=donate_now\" target=\"_blank\" rel=\"noopener\" class=\"btn-ghost\">Make a Donation<\/a>\n<\/div>\n      <\/div>\n      <div class=\"gr-hero-stats stagger\">\n        <div class=\"gr-hero-stat\"><span class=\"gr-hs-num\">5<\/span><span class=\"gr-hs-label\">Named Research Grants<\/span><\/div>\n        <div class=\"gr-hero-stat\"><span class=\"gr-hs-num\">$1.6M+<\/span><span class=\"gr-hs-label\">The University of Texas MD Anderson Cancer Center<\/span><\/div>\n        <div class=\"gr-hero-stat\"><span class=\"gr-hs-num\">60+<\/span><span class=\"gr-hs-label\">Total Grants Awarded<\/span><\/div>\n        <div class=\"gr-hero-stat\"><span class=\"gr-hs-num\">20\u00d7<\/span><span class=\"gr-hs-label\">Seed Funding Return<\/span><\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n <!-- EVENT BANNER -->\n<div class=\"ev-banner\">\n  <div class=\"ev-banner-inner\">\n    <span class=\"ev-badge\">Upcoming Event<\/span>\n    <span class=\"ev-text\"><strong>Carr-Jacobi Classic \u2014 March 30, 2026<\/strong> \u00b7 Flintrock Falls Golf Course, 401 Jack Nicklaus Dr., Austin, TX \u00b7 Lunch @ 11 AM &amp; Shotgun Start @ 12:15 PM<\/span>\n    <div style=\"flex-basis: 100%; height: 0;\"><\/div>\n    <a href=\"https:\/\/events.golfstatus.com\/event\/the-carr-jacobi-classic-driving-hope-forward\" class=\"ev-cta\">Register<\/a>\n  <\/div>\n<\/div>\n\n  <!-- GRANTS GRID -->\n  <div class=\"gr-section\" id=\"gr-grants\" name=\"named-grants\">\n    <div id=\"named-grants\" style=\"position: relative; top: -90px;\"><\/div>\n    <div class=\"gr-section-header fade-up\">\n      <span class=\"gr-section-eyebrow\">Research Grants Named in Honor. Propelling HOPE FORWARD.<\/span>\n      <h2 class=\"gr-section-heading\"> <em><\/em> <\/h2>\n      <p class=\"gr-section-sub\">Rexanna's Foundation awards named research grants to honor individuals currently fighting lung cancer or in memory of those who have fought lung cancer. Each grant is dedicated to targeted research at The University of Texas MD Anderson Cancer Center. These seed grants have generated 20x in additional funding for The University of Texas MD Anderson Cancer Center\u2014propelling HOPE FORWARD..<\/p>\n    <\/div>\n\n    <div class=\"gr-cards-grid stagger\">\n\n      <!-- PAMELA HENICKE -->\n      <div class=\"gr-card\">\n        <div class=\"gr-card-bar\"><\/div>\n        <div class=\"gr-card-top\">\n          <div class=\"gr-card-photo\">\n            <img decoding=\"async\" src=\"https:\/\/rexannasfoundation.org\/wp-content\/uploads\/Pamela_Henicke-web-510x510.jpg\" alt=\"Pamela Henicke\">\n          <\/div>\n          <div class=\"gr-card-header\">\n            <div class=\"gr-card-name\">Pamela Henicke<\/div>\n            <div class=\"gr-card-subtitle\">In Honor of Pamela Henicke<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"gr-card-body\">\n          <p>Honoring Pamela Henicke's spirit and legacy, this grant funds cutting-edge lung cancer research at The University of Texas MD Anderson Cancer Center \u2014 including AI-powered treatment optimization and next-generation ALK inhibitor studies.<\/p>\n          <span class=\"gr-funded-label\">Currently Funding<\/span>\n          <div class=\"gr-funded-items\">\n            <div class=\"gr-funded-item\"><div><span class=\"gr-fi-title\">AI-Powered Digital Twin Framework<\/span><span class=\"gr-fi-names\">Dr. Wu, Dr. Heymach &amp; Dr. Zhang \u00b7 MD Anderson<\/span><\/div><\/div>\n            <div class=\"gr-funded-item\"><div><span class=\"gr-fi-title\">ALK Fusion Resistance Mutations &amp; Inhibitor Efficacy<\/span><span class=\"gr-fi-names\">David Molkentine, BS \u00b7 Thoracic H&amp;N Medical Oncology, MDACC<\/span><\/div><\/div>\n          <\/div>\n        <\/div>\n        <div class=\"gr-card-footer\">\n          <a href=\"#\" class=\"gr-card-donate\">\n            <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\"><path d=\"M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z\"\/><\/svg>\n            Contribute to This Grant\n          <\/a>\n          <a href=\"#\" class=\"gr-card-learn\">Learn More <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg><\/a>\n        <\/div>\n      <\/div>\n\n      <!-- LANCE BERTRAND -->\n      <div class=\"gr-card\">\n        <div class=\"gr-card-bar\"><\/div>\n        <div class=\"gr-card-top\">\n          <div class=\"gr-card-photo\">\n            <img decoding=\"async\" src=\"https:\/\/rexannasfoundation.org\/wp-content\/uploads\/Lance_Bertrand-web-510x510.jpg\" alt=\"Lance Bertrand\">\n          <\/div>\n          <div class=\"gr-card-header\">\n            <div class=\"gr-card-name\">Lance Bertrand<\/div>\n            <div class=\"gr-card-subtitle\">In Honor of Lance Bertrand<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"gr-card-body\">\n          <p>Lance Bertrand Research Grant honors Lance Bertrand, whose extraordinary determination earned him the nicknames Superman, Miracle Man, Iron Man, Bionic Man, Legend, and Captain among his doctors and care team. Thanks to groundbreaking research, Lance lived 10 additional years, creating priceless memories with his family and inspiring hope for future patients.<\/p>\n          <span class=\"gr-funded-label\">Currently Funding<\/span>\n          <div class=\"gr-funded-items\">\n            <div class=\"gr-funded-item\"><div><span class=\"gr-fi-title\">Pre-Cancer &amp; Environmental Exposures Research<\/span><span class=\"gr-fi-names\">Dr. Zhang, Dr. Heymach &amp; Dr. Vaishnavi \u00b7 MD Anderson<\/span><\/div><\/div>\n            <div class=\"gr-funded-item\"><div><span class=\"gr-fi-title\">EGFR-Driven Lung Cancer Resistance<\/span><span class=\"gr-fi-names\">Dr. Heeke &amp; Dr. Le \u00b7 MD Anderson<\/span><\/div><\/div>\n          <\/div>\n        <\/div>\n        <div class=\"gr-card-footer\">\n          <a href=\"#\" class=\"gr-card-donate\">\n            <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\"><path d=\"M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z\"\/><\/svg>\n            Contribute to This Grant\n          <\/a>\n          <a href=\"#\" class=\"gr-card-learn\">Learn More <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg><\/a>\n        <\/div>\n      <\/div>\n\n      <!-- TAMRA HISSOM BUDD -->\n      <div class=\"gr-card\">\n        <div class=\"gr-card-bar\"><\/div>\n        <div class=\"gr-card-top\">\n          <div class=\"gr-card-photo\">\n            <img decoding=\"async\" src=\"https:\/\/rexannasfoundation.org\/wp-content\/uploads\/tamra_hissom_budd-web-400x400.jpg\" alt=\"Tamra Hissom Budd\">\n          <\/div>\n          <div class=\"gr-card-header\">\n            <div class=\"gr-card-name\">Tamra Hissom Budd<\/div>\n            <div class=\"gr-card-subtitle\">In Honor of Tamra Hissom Budd<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"gr-card-body\">\n          <p>The Tamra Hissom Budd Research Grant celebrates the life and legacy of Tamra Hissom Budd, whose contagious spirit, fierce determination, and love of life left a lasting impact on everyone she met. Known for her spunk both on and off the tennis court, Tamra faced cancer with unwavering positivity. This grant honors her legacy by investing in research that gives others the same gift of hope..<\/p>\n          <span class=\"gr-funded-label\">Currently Funding<\/span>\n          <div class=\"gr-funded-items\">\n            <div class=\"gr-funded-item\"><div><span class=\"gr-fi-title\">B-to-T Cell Interactions with Immunotherapy<\/span><span class=\"gr-fi-names\">Dr. Cascone \u00b7 MD Anderson Cancer Center<\/span><\/div><\/div>\n          <\/div>\n        <\/div>\n        <div class=\"gr-card-footer\">\n          <a href=\"#\" class=\"gr-card-donate\">\n            <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\"><path d=\"M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z\"\/><\/svg>\n            Contribute to This Grant\n          <\/a>\n          <a href=\"#\" class=\"gr-card-learn\">Learn More <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg><\/a>\n        <\/div>\n      <\/div>\n\n      <!-- VICTOR ELIAS -->\n      <div class=\"gr-card\">\n        <div class=\"gr-card-bar\"><\/div>\n        <div class=\"gr-card-top\">\n          <div class=\"gr-card-photo\">\n            <img decoding=\"async\" src=\"https:\/\/rexannasfoundation.org\/wp-content\/uploads\/rf_grant-victor-elias-web-400x400.jpg\" alt=\"Victor Elias\">\n          <\/div>\n          <div class=\"gr-card-header\">\n            <div class=\"gr-card-name\">Victor Elias<\/div>\n            <div class=\"gr-card-subtitle\">In Honor of Victor Elias<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"gr-card-body\">\n          <p>The Victor Elias Research Grant honors Victor Elias, whose adventurous spirit and unwavering love for his family continue to inspire hope. Diagnosed with Stage IV lung cancer at just 40 years old despite being a never-smoker, Victor faced his journey with courage and determination. His legacy lives on through this grant, supporting innovative research that challenges the status quo and advances life-saving treatments for future generations.\n<\/p>\n          <span class=\"gr-funded-label\">Currently Funding<\/span>\n          <div class=\"gr-funded-items\">\n            <div class=\"gr-funded-item\"><div><span class=\"gr-fi-title\">MD Anderson Young-Onset Lung Cancer (YOLC) Program<\/span><span class=\"gr-fi-names\">Dr. Singhi &amp; Dr. Antonoff \u00b7 MD Anderson<\/span><\/div><\/div>\n          <\/div>\n        <\/div>\n        <div class=\"gr-card-footer\">\n          <a href=\"#\" class=\"gr-card-donate\">\n            <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\"><path d=\"M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z\"\/><\/svg>\n            Contribute to This Grant\n          <\/a>\n          <a href=\"#\" class=\"gr-card-learn\">Learn More <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg><\/a>\n        <\/div>\n      <\/div>\n\n      <!-- BRUCE CAMPBELL -->\n      <div class=\"gr-card\">\n        <div class=\"gr-card-bar\"><\/div>\n        <div class=\"gr-card-top\">\n          <div class=\"gr-card-photo\">\n            <img decoding=\"async\" src=\"https:\/\/rexannasfoundation.org\/wp-content\/uploads\/bruce-campbell-web-400x400.jpg\" alt=\"Bruce Campbell\">\n          <\/div>\n          <div class=\"gr-card-header\">\n            <div class=\"gr-card-name\">Bruce Campbell<\/div>\n            <div class=\"gr-card-subtitle\">In Honor of Bruce Campbell<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"gr-card-body\">\n          <p>The Bruce Campbell Research Grant honors Bruce Campbell, a true lung cancer warrior whose journey reflects the power of perseverance and research. As one of the first patients accepted into an immunotherapy clinical trial at The University of Texas MD Anderson Cancer Center in 2013, Bruce continues to inspire others by staying active, embracing life, and proving that hope and innovation can make a lasting difference..<\/p>\n          <span class=\"gr-funded-label\">Currently Funding<\/span>\n          <div class=\"gr-funded-items\">\n            <div class=\"gr-funded-item\"><div><span class=\"gr-fi-title\">Engineered T Cell Designs for Drug-Resistant Lung Cancers<\/span><span class=\"gr-fi-names\">Drew C. Deniger &amp; Alexandre Reuben \u00b7 MD Anderson<\/span><\/div><\/div>\n          <\/div>\n        <\/div>\n        <div class=\"gr-card-footer\">\n          <a href=\"#\" class=\"gr-card-donate\">\n            <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\"><path d=\"M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z\"\/><\/svg>\n            Contribute to This Grant\n          <\/a>\n          <a href=\"#\" class=\"gr-card-learn\">Learn More <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg><\/a>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n  <!-- HOW IT WORKS -->\n  <div class=\"gr-how\">\n    <div class=\"gr-how-inner\">\n      <div class=\"gr-how-header fade-up\">\n        <span class=\"gr-section-eyebrow\">How Grants Work<\/span>\n        <h2 class=\"gr-section-heading\">From Donation to <em>Discovery<\/em><\/h2>\n        <p class=\"gr-section-sub\">Every dollar you contribute to a named grant follows a clear, transparent path from your heart to the lab.<\/p>\n      <\/div>\n      <div class=\"gr-how-grid stagger\">\n        <div class=\"gr-how-card\">\n          <span class=\"gr-how-num\"><\/span>\n          <div class=\"gr-how-icon\"><svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z\"\/><\/svg><\/div>\n          <div class=\"gr-how-title\">You Donate<\/div>\n          <p class=\"gr-how-desc\">Choose a named grant that resonates with you and make your contribution \u2014 100% goes to selected research projects.<\/p>\n        <\/div>\n        <div class=\"gr-how-card\">\n          <span class=\"gr-how-num\"><\/span>\n          <div class=\"gr-how-icon\"><svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M9 3h6\"\/><path d=\"M10 3v8l-4.5 7.5A2 2 0 007.24 21h9.52a2 2 0 001.74-2.5L14 11V3\"\/><\/svg><\/div>\n          <div class=\"gr-how-title\">Grant Is Awarded<\/div>\n          <p class=\"gr-how-desc\">Rexanna's Foundation, along with grant-funding families, reviews and award researchers at The University of Texas MD Anderson Cancer Center.<\/p>\n        <\/div>\n        <div class=\"gr-how-card\">\n          <span class=\"gr-how-num\"><\/span>\n          <div class=\"gr-how-icon\"><svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><circle cx=\"11\" cy=\"11\" r=\"8\"\/><path d=\"M21 21l-4.35-4.35\"\/><\/svg><\/div>\n          <div class=\"gr-how-title\">Research Begins<\/div>\n          <p class=\"gr-how-desc\">Priority Areas for Rexanna's Foundation Grant Funding:<\/p>\n          <ul class=\"gr-how-list\">\n            <li>Use of AI<\/li>\n            <li>Brain Mets<\/li>\n            <li>Early Detection<\/li>\n            <li>Targeted Therapy<\/li>\n            <li>Young Investigator Awards<\/li>\n            <li>Young Lung Diagnoses<\/li>\n          <\/ul>\n        <\/div>\n        <div class=\"gr-how-card\">\n          <span class=\"gr-how-num\"><\/span>\n          <div class=\"gr-how-icon\"><svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M22 10v6M2 10l10-5 10 5-10 5z\"\/><path d=\"M6 12v5c3 3 9 3 12 0v-5\"\/><\/svg><\/div>\n          <div class=\"gr-how-title\">Impact Multiplies<\/div>\n          <p class=\"gr-how-desc\">Seed grants generate additional federal and institutional funding \u2014 every $1 donated has returned $20 in additional research grant funding.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- NEWSLETTER -->\n  <div class=\"gr-newsletter\">\n    <h2>Stay Connected to the Mission<\/h2>\n    <p>Receive updates on new grants, research breakthroughs, and events from Rexanna's Foundation.<\/p>\n    <div class=\"gr-nl-form\">\n      <input type=\"email\" class=\"gr-nl-input\" placeholder=\"Your email address\">\n      <button type=\"button\" class=\"gr-nl-btn\">Subscribe<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- FOOTER -->\n  <footer>\n    <div class=\"gr-footer-grid\">\n      <div class=\"gr-footer-brand\">\n        <img decoding=\"async\" src=\"https:\/\/madrelunadesigns.com\/wp-content\/uploads\/2026\/04\/Rexanna_Logo_Multi_Colored-250-120.png\" alt=\"Rexanna's Foundation logo\">\n        <p class=\"gr-footer-tagline\">Dedicated to funding research, raising awareness, and honoring the legacy of Rexanna Hawkins through compassion and action.<\/p>\n        <div class=\"gr-footer-social\">\n          <a href=\"#\" class=\"gr-social-btn\">f<\/a>\n          <a href=\"#\" class=\"gr-social-btn\">ig<\/a>\n          <a href=\"#\" class=\"gr-social-btn\">in<\/a>\n        <\/div>\n      <\/div>\n      <div>\n        <div class=\"gr-footer-heading\">Foundation<\/div>\n        <ul class=\"gr-footer-links\">\n          <li><a href=\"https:\/\/test.madrelunadesigns.com\/index.php\/about-us\/\">About Us<\/a><\/li>\n          <li><a href=\"https:\/\/test.madrelunadesigns.com\/index.php\/grants\/\">Grants<\/a><\/li>\n          <li><a href=\"https:\/\/test.madrelunadesigns.com\/index.php\/sandys-project-hope\/\">Sandy's Project Hope<\/a><\/li>\n        <\/ul>\n      <\/div>\n      <div>\n        <div class=\"gr-footer-heading\">Get Involved<\/div>\n        <ul class=\"gr-footer-links\">\n          <li><a href=\"https:\/\/fundraise.givesmart.com\/form\/MC-HIA?utm_source=site&utm_medium=button&utm_campaign=donate_now\" target=\"_blank\" rel=\"noopener\">Donate<\/a><\/li>\n          <li><a href=\"https:\/\/test.madrelunadesigns.com\/index.php\/contact-us\/\">Volunteer<\/a><\/li>\n          <li><a href=\"https:\/\/test.madrelunadesigns.com\/index.php\/events\/\">Events<\/a><\/li>\n          <li><a href=\"https:\/\/test.madrelunadesigns.com\/index.php\/pat-hood-rally-cards\/\">Pat Hood Rally Cards<\/a><\/li>\n        <\/ul>\n      <\/div>\n      <div>\n        <div class=\"gr-footer-heading\">Connect<\/div>\n        <ul class=\"gr-footer-links\">\n          <li><a href=\"https:\/\/test.madrelunadesigns.com\/index.php\/contact-us\/\">Contact Us<\/a><\/li>\n          <li><a href=\"https:\/\/test.madrelunadesigns.com\/index.php\/rexannas-foundation-homepage\/\" target=\"_blank\" rel=\"noopener\">rexannasfoundation.org<\/a><\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n    <div class=\"gr-footer-bottom\">\n      <span>&copy; 2026 Rexanna's Foundation for Fighting Lung Cancer. All rights reserved.<\/span><span>\n  Made by \n  <a href=\"https:\/\/madrelunadesigns.com\">madrelunadesigns.com<\/a> \n  with love in honor of \n  <a href=\"https:\/\/test.madrelunadesigns.com\/index.php\/rexannas-foundation-homepage\/#rex-story\">Rexanna Hawkins<\/a>\n<\/span>\n    <\/div>\n  <\/footer>\n\n<\/div>\n\n<script>\n(function() {\n  var wrap = document.querySelector('.rex-gr-wrap');\n  if (!wrap) return;\n  var nav        = wrap.querySelector('#gr-navbar');\n  var hamBtn     = wrap.querySelector('#gr-ham-btn');\n  var mobileMenu = wrap.querySelector('#gr-mobile-menu');\n  var isMenuOpen = false;\n\n  \/* Nav scroll shadow *\/\n  window.addEventListener('scroll', function() {\n    if (nav) nav.classList.toggle('scrolled', window.scrollY > 60);\n  });\n\n  \/* Desktop dropdown click-toggle (Research \/ Programs) *\/\n  var navItems = wrap.querySelectorAll('.nav-links > li');\n  navItems.forEach(function(li) {\n    var dd = li.querySelector('.rex-dropdown');\n    if (!dd) return;\n    var link = li.querySelector('a');\n    link.addEventListener('click', function(e) {\n      e.preventDefault();\n      var alreadyOpen = li.classList.contains('open');\n      navItems.forEach(function(x) { x.classList.remove('open'); });\n      if (!alreadyOpen) li.classList.add('open');\n    });\n    link.addEventListener('keydown', function(e) {\n      if (e.key === 'Enter' || e.key === ' ') { e.preventDefault(); li.classList.toggle('open'); }\n      if (e.key === 'Escape') li.classList.remove('open');\n    });\n  });\n  document.addEventListener('click', function(e) {\n    navItems.forEach(function(li) {\n      if (!li.contains(e.target)) li.classList.remove('open');\n    });\n  });\n\n  \/* Mobile Programs submenu expand\/collapse *\/\n  var mobSubToggle = wrap.querySelector('.rex-mob-has-sub > a.rex-mob-sub-toggle');\n  if (mobSubToggle) {\n    mobSubToggle.addEventListener('click', function(e) {\n      e.preventDefault();\n      mobSubToggle.closest('.rex-mob-has-sub').classList.toggle('open');\n    });\n  }\n\n  \/* Open \/ close helpers *\/\n  function openMenu() {\n    isMenuOpen = true;\n    if (nav) nav.classList.add('mobile-open');\n    if (mobileMenu) mobileMenu.classList.add('open');\n    if (hamBtn) hamBtn.setAttribute('aria-expanded', 'true');\n    document.body.style.overflow = 'hidden';\n  }\n  function closeMenu() {\n    isMenuOpen = false;\n    if (nav) nav.classList.remove('mobile-open');\n    if (mobileMenu) mobileMenu.classList.remove('open');\n    if (hamBtn) hamBtn.setAttribute('aria-expanded', 'false');\n    document.body.style.overflow = '';\n  }\n\n  \/* Hamburger toggle *\/\n  if (hamBtn) hamBtn.addEventListener('click', function(e) {\n    e.stopPropagation();\n    isMenuOpen ? closeMenu() : openMenu();\n  });\n\n  \/* Close on any mobile link click (but not the Programs submenu toggle) *\/\n  if (mobileMenu) mobileMenu.querySelectorAll('a').forEach(function(a) {\n    if (a.classList.contains('rex-mob-sub-toggle')) return;\n    a.addEventListener('click', closeMenu);\n  });\n\n  \/* Close on outside click *\/\n  document.addEventListener('click', function(e) {\n    if (isMenuOpen && mobileMenu && !mobileMenu.contains(e.target) && hamBtn && !hamBtn.contains(e.target)) closeMenu();\n  });\n\n  \/* Close on Escape *\/\n  document.addEventListener('keydown', function(e) {\n    if (e.key === 'Escape' && isMenuOpen) closeMenu();\n  });\n\n  \/* Close if resized back to desktop *\/\n  window.addEventListener('resize', function() {\n    if (window.innerWidth > 1024 && isMenuOpen) closeMenu();\n  });\n\n  \/* Scroll animations *\/\n  var animItems = wrap.querySelectorAll('.fade-up, .stagger');\n  if ('IntersectionObserver' in window) {\n    var io = new IntersectionObserver(function(entries) {\n      entries.forEach(function(e) { if (e.isIntersecting) e.target.classList.add('visible'); });\n    }, { threshold: 0.12 });\n    animItems.forEach(function(el) { io.observe(el); });\n  } else {\n    animItems.forEach(function(el) { el.classList.add('visible'); });\n  }\n})();\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Home About Us Research Research Grants Programs Sandy&#8217;s Project Hope Pat Hood Rally Cards Events Contact Us Donate Now Home About Us Research Grants Programs Sandy&#8217;s Project Hope Pat Hood Rally Cards Events Contact Us Donate Now Honoring Lives.Funding Hope. Each and every Grant honors one of our own who has fought the fight or [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-81","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/test.madrelunadesigns.com\/index.php\/wp-json\/wp\/v2\/pages\/81","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/test.madrelunadesigns.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/test.madrelunadesigns.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/test.madrelunadesigns.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/test.madrelunadesigns.com\/index.php\/wp-json\/wp\/v2\/comments?post=81"}],"version-history":[{"count":97,"href":"https:\/\/test.madrelunadesigns.com\/index.php\/wp-json\/wp\/v2\/pages\/81\/revisions"}],"predecessor-version":[{"id":962,"href":"https:\/\/test.madrelunadesigns.com\/index.php\/wp-json\/wp\/v2\/pages\/81\/revisions\/962"}],"wp:attachment":[{"href":"https:\/\/test.madrelunadesigns.com\/index.php\/wp-json\/wp\/v2\/media?parent=81"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}