@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap";
*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Roboto,sans-serif}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Roboto,serif;font-weight:400;line-height:.97}h1{letter-spacing:-.04em;font-size:clamp(3.4rem,7vw,7.5rem)}h2{letter-spacing:-.035em;font-size:clamp(2.6rem,5vw,5.4rem)}em{color:var(--coral);font-weight:400}.skip{z-index:100;background:#fff;padding:1rem;position:fixed;top:-50px;left:1rem}.skip:focus{top:1rem}.topline{background:var(--gold);text-align:center;text-transform:uppercase;letter-spacing:.16em;height:30px;padding:6px;font-size:.7rem;font-weight:700}header{z-index:20;position:relative}nav{background:var(--paper);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:112px;padding:0 4vw;display:flex}.logo{width:184px;height:100px;display:block;overflow:hidden}.logo img{object-fit:contain;width:100%;height:100%}.navlinks{align-items:center;gap:2vw;font-size:.88rem;font-weight:600;display:flex}.drop{position:relative}.drop>div{background:var(--paper);width:310px;padding:1rem;display:none;position:absolute;top:25px;left:-20px;box-shadow:0 14px 40px #08251e22}.drop:hover>div,.drop:focus-within>div{display:grid}.drop>div a{border-bottom:1px solid var(--line);padding:.7rem}.button{background:var(--coral);color:#fff;letter-spacing:.02em;border:0;justify-content:center;align-items:center;padding:1rem 1.4rem;font:600 .85rem Roboto;transition:all .2s;display:inline-flex}.button:hover{background:#be4428;transform:translateY(-2px)}.button.cream{background:var(--cream);color:var(--deep)}.textLink{border-bottom:1px solid;padding-bottom:.25rem;font-weight:700}.light{color:#fff}.menu{display:none}.eyebrow{text-transform:uppercase;letter-spacing:.2em;margin-bottom:1.4rem;font-size:.69rem;font-weight:700;display:block}.hero{color:#fff;align-items:center;height:calc(100vh - 142px);min-height:620px;padding:6vw;display:flex;position:relative}.hero>img,.detailHero>img,.storyImage>img,.thumb>img{object-fit:cover}.heroShade{background:linear-gradient(90deg,#05231dd9 0%,#05231d80 45%,#0000 75%);position:absolute;inset:0}.heroContent{max-width:920px;position:relative}.heroContent h1{margin-bottom:1.5rem}.heroContent p{max-width:610px;font-size:1.1rem;line-height:1.7}.actions{align-items:center;gap:2rem;margin-top:2rem;display:flex}.heroNote{background:var(--gold);color:var(--deep);gap:2rem;padding:1.2rem 3rem;font-size:.8rem;display:flex;position:absolute;bottom:0;right:0}.split{flex-direction:column;gap:2.5rem;padding:9vw 7vw;display:flex}.split>div{max-width:980px}.intro .lead,.mapSection .lead{font-family:Roboto;font-size:clamp(1.5rem,2.5vw,2.4rem);line-height:1.3}.intro .textLink{margin-top:2rem;display:inline-block}.stats{background:var(--green);color:#fff;padding:6vw}.sectionTop{flex-direction:column;align-items:flex-start;display:flex}.sectionTop p{color:#c9d7d2;max-width:720px;line-height:1.7}.statGrid{grid-template-columns:repeat(5,1fr);margin-top:4rem;display:grid}.statGrid strong,.statGrid span,.statGrid small{display:block}.statGrid span{margin:.5rem 0}.statGrid small,.required,.integration{color:#b5533d;text-transform:uppercase;letter-spacing:.1em;font-size:.66rem}.work,.latest,.partners{padding:9vw 6vw}.sectionHeading{max-width:720px}.sectionHeading>p{line-height:1.8}.programList{border-top:1px solid var(--line)}.programList>a{border-bottom:1px solid var(--line);grid-template-columns:60px 1fr 50px;align-items:center;padding:2rem 0;transition:all .2s;display:grid}.programList>a:hover{background:var(--cream);padding-left:1rem}.programList p{color:#5e6e69;margin:0}.programList b{font-size:1.5rem}.story{background:var(--coral);color:#fff;grid-template-columns:1.15fr .85fr;display:grid}.storyImage{min-height:650px;position:relative}.story>div:last-child{flex-direction:column;justify-content:center;align-items:flex-start;padding:8vw 5vw;display:flex}.story p{font-size:1.1rem;line-height:1.8}.story small{text-transform:uppercase;margin-top:2rem}.mapSection .map{width:100%;max-width:none}.map{background:var(--cream);text-align:center;place-content:center;min-height:420px;display:grid;position:relative;overflow:hidden}.map:before{content:"";background:var(--green);opacity:.12;clip-path:polygon(8% 30%,22% 14%,44% 17%,52% 6%,80% 25%,95% 52%,73% 61%,61% 88%,38% 75%,16% 89%,2% 62%);position:absolute;inset:8%}.map span,.map b{z-index:1}.map span{letter-spacing:.2em;font-size:.7rem}.map b{color:var(--coral);margin-top:.4rem}.map i{background:var(--coral);z-index:2;border:3px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute}.map i:first-of-type{top:42%;left:28%}.map i:nth-of-type(2){top:33%;left:56%}.map i:nth-of-type(3){top:65%;left:67%}.newsGrid{grid-template-columns:repeat(3,1fr);gap:2rem;margin:4rem 0;display:grid}.thumb{aspect-ratio:4/3;background:var(--cream);position:relative;overflow:hidden}.thumb img{object-position:center 22%;transition:all .4s}.newsGrid article:hover img,.listing a:hover img{transform:scale(1.04)}.newsGrid small,.listing small{color:var(--coral);text-transform:uppercase;letter-spacing:.12em;margin:1.3rem 0 .8rem;font-weight:700;display:block}.newsGrid h3{margin-bottom:.7rem}.newsGrid p{color:#66746f;line-height:1.6}.newsGrid a{font-weight:700}.takeAction{background:var(--deep);color:#fff;text-align:center;padding:8vw 6vw}.takeAction div{border-top:1px solid #fff4;max-width:920px;margin:4rem auto 0}.takeAction div a{border-bottom:1px solid #fff4;justify-content:space-between;padding:1.5rem;font-size:1.2rem;display:flex}.partners{flex-direction:column;align-items:stretch;gap:2.5rem;display:flex}.partners>div:first-child{max-width:760px}.partnerMarks{border:1px solid var(--line);grid-template-columns:repeat(4,1fr);display:grid}.partnerMarks span{border-right:1px solid var(--line);color:#b5533d;place-items:center;height:120px;font-size:.6rem;display:grid}.transparency{background:var(--cream)}.transparency>div:last-child a{border-bottom:1px solid var(--line);grid-template-columns:1fr 140px 20px;padding:1.2rem 0;font-weight:600;display:grid}.transparency a span{color:var(--coral);font-size:.6rem}.newsletter{background:var(--coral);color:#fff;grid-template-columns:1fr 1fr;align-items:center;gap:10vw;padding:7vw;display:grid}.newsletter form label{margin-bottom:.5rem;font-size:.8rem;display:block}.newsletter form>div{display:flex}.newsletter input{border:0;width:100%;padding:1.1rem}.newsletter button{background:var(--deep);color:#fff;border:0;padding:0 1.5rem;font-weight:700}.newsletter small{margin-top:.8rem;display:block}footer{color:#fff;background:#062721;padding:6vw 6vw 2rem}.footerLead{border-bottom:1px solid #fff3;justify-content:space-between;align-items:start;padding-bottom:4rem;display:flex}.footerLead .logo{background:#fff;border-radius:4px}.footerLead h2{font-size:3.4rem}.footerGrid{grid-template-columns:2fr repeat(3,1fr);gap:5vw;padding:4rem 0;display:grid}.footerGrid a,.footerGrid b{margin-bottom:.8rem;display:block}.footerGrid p{color:#c4d0cc;line-height:1.7}.legal{border-top:1px solid #fff3;justify-content:space-between;padding-top:2rem;font-size:.7rem;display:flex}.legal a{margin-left:1.5rem}.pageHero h1{max-width:1100px}.pageHero>p{max-width:700px;font-size:1.2rem;line-height:1.8}.editorial{padding:3vw 7vw 8vw}.editorial article{border-top:1px solid var(--line);grid-template-columns:90px 1fr;padding:4rem 0;display:grid}.editorial article>span{color:var(--coral);font-weight:700}.editorial h2{font-size:3rem}.editorial p{font-size:1.1rem;line-height:1.8}.detailHero{color:#fff;flex-direction:column;justify-content:flex-end;height:70vh;min-height:550px;padding:6vw;display:flex;position:relative}.detailHero>div{background:linear-gradient(#0000,#082c26dd);position:absolute;inset:0}.detailHero span,.detailHero h1{max-width:1000px;position:relative}.detailIntro{justify-content:space-between;align-items:center;gap:4rem;padding:5vw 7vw;display:flex}.detailIntro p{max-width:900px;font:2rem/1.4 Roboto}.programCards,.listing{background:var(--line);grid-template-columns:repeat(2,1fr);gap:1px;padding:6vw;display:grid}.programCards a,.listing a{background:var(--paper);min-height:360px;padding:4rem}.programCards span{color:var(--coral)}.programCards h2{margin-top:2rem;font-size:2.5rem}.listing .thumb{margin:-4rem -4rem 2rem}.formSection,.donateBox{grid-template-columns:1fr 1fr;gap:10vw;padding:8vw 7vw;display:grid}.form label{margin-bottom:1rem;font-size:.8rem;font-weight:600;display:block}.form input,.form textarea,.payment input{background:#fff;border:1px solid #a8b1ad;width:100%;margin-top:.4rem;padding:1rem}.form textarea{height:120px}.form .consent{align-items:flex-start;gap:.7rem;display:flex}.form .consent input{width:auto;margin:2px}.form .button{margin-top:1rem}.donateHero{background:var(--green);color:#fff;padding:9vw 7vw}.donateHero p{max-width:650px;font-size:1.15rem;line-height:1.7}.payment{background:var(--cream);padding:2rem}.payment>div{grid-template-columns:1fr 1fr;margin-bottom:2rem;display:grid}.payment>div button{border:1px solid var(--line);background:#fff;padding:1rem}.payment label{display:block}.payment .button{width:100%;margin-top:1rem}.payment small{color:var(--coral);margin-top:1rem;display:block}@media (max-width:800px){h1{font-size:3.7rem}.topline{font-size:.55rem}nav{height:88px;padding:0 1rem}.logo{width:112px;height:76px}.menu{background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:48px;height:48px;display:flex}.menu span{background:var(--deep);width:24px;height:2px}.menu b{clip:rect(0 0 0 0);position:absolute}.navlinks{background:var(--paper);flex-direction:column;align-items:stretch;padding:2rem;display:none;position:absolute;top:118px;left:0;right:0}.navlinks.open{display:flex}.drop>div{box-shadow:none;width:auto;padding:.5rem 0 0 1rem;display:grid;position:static}.hero{align-items:flex-end;height:760px;padding:4rem 1.3rem}.heroShade{background:linear-gradient(#0000,#082c2688 40%,#082c26f2 100%)}.heroContent{padding-bottom:3rem}.heroContent p{font-size:.95rem}.heroNote{display:none}.actions{flex-direction:column;align-items:flex-start;gap:1.3rem}.split,.story,.newsletter,.formSection,.donateBox{grid-template-columns:1fr}.split,.work,.latest,.partners,.pageHero,.formSection,.donateBox,.stats{padding:5rem 1.3rem}.sectionTop{display:block}.statGrid{grid-template-columns:1fr 1fr}.statGrid div{border-bottom:1px solid #fff4;padding:1.3rem}.statGrid strong{font-size:2.8rem}.programList>a{grid-template-columns:35px 1fr 25px}.programList p{font-size:.85rem}.storyImage{min-height:400px}.story>div:last-child{padding:4rem 1.3rem}.mapSection{flex-direction:column;display:flex}.map{min-height:300px}.newsGrid{grid-template-columns:1fr}.takeAction{padding:5rem 1.3rem}.partners{grid-template-columns:1fr}.partnerMarks{grid-template-columns:1fr 1fr}.newsletter{gap:2rem;padding:5rem 1.3rem}.newsletter h2{margin-bottom:0}.newsletter form>div{display:block}.newsletter button{width:100%;height:50px}.footerLead{display:block}.footerLead h2{margin-top:3rem;font-size:2.7rem}.footerGrid{grid-template-columns:1fr 1fr}.footerGrid>div:first-child{grid-column:1/-1}.legal{display:block}.legal span{margin-bottom:1rem;display:block}.legal a{margin:0 1rem 0 0}.detailHero{min-height:520px;padding:2rem 1.3rem}.detailIntro{padding:3rem 1.3rem;display:block}.detailIntro p{font-size:1.5rem}.editorial{padding:1rem 1.3rem 4rem}.editorial article{grid-template-columns:40px 1fr;padding:2.5rem 0}.editorial h2{font-size:2.3rem}.programCards,.listing{grid-template-columns:1fr;padding:0}.programCards a,.listing a{min-height:0;padding:2.5rem}.listing .thumb{margin:-2.5rem -2.5rem 2rem}.transparency>div:last-child a{grid-template-columns:1fr 80px 15px}.donateHero{padding:5rem 1.3rem}.formSection{gap:3rem}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}:focus-visible{outline:3px solid var(--gold);outline-offset:3px}:root{--green:#0aaea5;--deep:#071341;--cream:#f5f9fb;--paper:#fff;--coral:#0bb9aa;--gold:#9bcf3b;--ink:#101f58;--line:#e7edf1}body{color:#536076;background:#fff;font-size:15px}h1,h2,h3{color:var(--ink);letter-spacing:-.025em;font-family:Roboto,sans-serif;font-weight:700;line-height:1.15}h1{font-size:clamp(2.7rem,5vw,5rem)}h2{font-size:clamp(2rem,3.7vw,3.6rem)}h3{font-size:1.25rem}em{color:var(--green);font-style:normal;font-weight:700}.topline{color:#728096;letter-spacing:0;text-transform:none;background:#fff;justify-content:flex-end;align-items:center;gap:2rem;height:auto;min-height:38px;padding:7px 6vw;font-size:.62rem;display:flex}.topline span{padding:0}.topline a{background:var(--green);color:#fff;padding:.55rem 1rem;font-weight:700}.brandRow{background:#fff;justify-content:space-between;align-items:center;height:82px;padding:0 6vw;display:flex}.brandRow>span{color:#66808c;text-transform:uppercase;letter-spacing:.16em;font-size:.7rem}.brandRow .logo{width:150px;height:76px}nav{background:var(--deep);z-index:5;border:0;width:min(1120px,88vw);height:54px;margin:0 auto -27px;padding:0 1.3rem;position:relative;box-shadow:0 8px 28px #06123824}nav>.navlinks{color:#fff;gap:1.6rem;font-size:.72rem;font-weight:500;display:flex}.navCta{margin-left:auto}.drop>div{color:var(--ink);background:#fff;top:32px}.button{background:var(--green);border-radius:2px;padding:.9rem 1.35rem}.button:hover{background:#078f89}.button.small{padding:.7rem 1.1rem}.hero{color:#536076;align-items:center;height:620px;min-height:0;padding:5vw 8vw}.hero>img{object-position:center}.heroShade{background:linear-gradient(90deg,#fff3,#0000 62%)}.heroContent{background:#fff;max-width:590px;padding:2.5rem 2.7rem;box-shadow:0 12px 40px #06123818}.heroContent .eyebrow{color:var(--green)}.heroContent h1{margin-bottom:1rem;font-size:clamp(2.6rem,4.5vw,4.6rem)}.heroContent p{color:#637087;font-size:1rem;line-height:1.65}.heroContent .light{color:var(--ink)}.heroNote{color:var(--ink);background:#fff;right:7vw;box-shadow:0 8px 25px #06123818}.heroNote b{color:var(--green)}.eyebrow{color:var(--green);letter-spacing:.1em;margin-bottom:.8rem}.split,.work,.latest,.partners{padding:7rem max(6vw,50vw - 560px)}.intro.split{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.introCopy{max-width:540px!important}.intro .lead{color:#6a7588;font:400 1rem/1.8 Roboto,sans-serif}.introCopy .button{margin-top:1.5rem}.introImages{grid-template-columns:1.2fr .8fr;align-items:center;gap:1.2rem;display:grid;max-width:none!important}.introImages>div{height:390px;position:relative;overflow:hidden}.introImages>div:last-child{height:280px}.introImages img{object-fit:cover;object-position:center 20%}.stats{color:var(--ink);background:#f7fafb;padding:5rem max(6vw,50vw - 560px)}.sectionTop p{color:#738095}.statGrid{background:#fff;margin-top:2.5rem;box-shadow:0 8px 30px #0713410b}.statGrid div{border-left:1px solid var(--line);padding:1.5rem}.statGrid strong{color:var(--green);font:700 2.2rem Roboto}.statGrid small{color:#b55656}.work{background:linear-gradient(135deg,#f7fafb,#fff)}.sectionHeading{text-align:center;margin:0 auto 3rem}.sectionHeading>p{margin-inline:auto}.programList{border:0;grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.programList>a{border:1px solid var(--line);background:#fff;min-height:210px;padding:2rem;display:block}.programList>a:hover{padding:2rem;transform:translateY(-4px);box-shadow:0 12px 34px #0713410d}.programList>a>span{color:var(--green);font-weight:700}.programList h3{margin:1.5rem 0 .65rem}.programList p{line-height:1.65}.programList b{float:right;color:var(--green)}.story{color:#637087;background:#fff;grid-template-columns:1fr 1fr;max-width:1120px;margin:7rem auto;box-shadow:0 10px 35px #07134110}.storyImage{min-height:520px}.story>div:last-child{padding:4rem}.story h2{font-size:2.5rem}.story .light{color:var(--green)}.story .cream{background:var(--green);color:#fff}.mapSection{text-align:center;background:#f8fafb;align-items:center}.mapSection>div:first-child{max-width:720px}.mapSection .lead{font:400 1rem/1.7 Roboto}.mapSection .map{background:#fff;max-width:920px;min-height:360px}.newsGrid{gap:1.5rem;margin-top:3rem}.thumb{border-radius:2px}.newsGrid h3{color:var(--ink)}.newsGrid p{font-size:.9rem}.newsGrid small{color:var(--green)}.takeAction{background:linear-gradient(#071341c9,#071341c9),url(/images/community-hero.png) 50%/cover;padding:6rem 6vw}.takeAction h2{color:#fff}.takeAction div{max-width:760px}.takeAction div a.active{background:var(--green)}.partners{text-align:center}.partners>div:first-child{margin:auto}.partnerMarks span{color:#81909c}.partners>a{color:var(--green);font-weight:700}.transparency{background:#f7fafb;align-items:center}.transparency h2{font-size:2.8rem}.transparency>div:last-child{width:100%}.transparency a span{color:var(--green)}.newsletter{background:var(--green);padding:5rem max(6vw,50vw - 560px)}.newsletter h2{color:#fff}footer{background:#050d31;padding:5rem max(6vw,50vw - 560px) 2rem}.footerLead h2{color:#fff;font-size:2.7rem}.pageHero{background:#f5f9fb;padding:8rem max(6vw,50vw - 560px) 5rem}.pageHero h1{font-size:4rem}.editorial,.formSection,.donateBox{padding-left:max(6vw,50vw - 560px);padding-right:max(6vw,50vw - 560px)}@media (max-width:800px){.topline span{display:none}.topline{justify-content:center}.brandRow{height:72px;padding:0 1rem}.brandRow>span{display:none}.brandRow .logo{width:105px;height:66px}nav{width:100%;height:58px;margin:0;padding:0 1rem}.navCta{display:none}.navlinks{top:58px}.hero{align-items:flex-end;height:650px;padding:2rem 1.25rem}.heroContent{padding:2rem 1.5rem}.heroContent h1{font-size:2.65rem}.intro.split{grid-template-columns:1fr;gap:3rem;padding:5rem 1.25rem;display:grid}.introImages>div{height:320px}.introImages>div:last-child{height:220px}.programList{grid-template-columns:1fr}.story{grid-template-columns:1fr;margin:4rem 1.25rem}.story>div:last-child{padding:2.5rem 1.5rem}.mapSection{padding:5rem 1.25rem}.newsletter{padding:4rem 1.25rem}}.templateHero{height:610px}.templateHero .heroContent{width:510px;padding:2.2rem 2.4rem}.templateHero .heroContent h1{font-size:3.35rem}.templateHero .actions{gap:1.5rem}.trustStrip{z-index:2;background:#fff;grid-template-columns:repeat(4,1fr);width:min(900px,88vw);margin:-1px auto 0;display:grid;position:relative;box-shadow:0 8px 28px #07134110}.trustStrip div{border-right:1px solid var(--line);color:#758197;justify-content:center;align-items:center;gap:.7rem;padding:1.5rem;font-size:.78rem;display:flex}.trustStrip b{color:var(--green);font-size:1.3rem}.templateAbout{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;max-width:1120px;margin:auto;padding:7rem 0;display:grid}.templateAbout h2{font-size:2.75rem}.templateAbout p{line-height:1.75}.templateAbout ul{grid-template-columns:1fr 1fr;margin:1.7rem 0;padding:0;list-style:none;display:grid}.templateAbout li{padding:.45rem 0;font-size:.84rem}.templateAbout li:before{content:"✓";color:var(--green);margin-right:.5rem;font-weight:700}.templateServices{padding-top:6rem;padding-bottom:6rem}.serviceGrid{grid-template-columns:repeat(3,1fr);gap:2.3rem 2.8rem;max-width:1040px;margin:auto;display:grid}.serviceGrid article{gap:1rem;display:flex}.serviceGrid article>b{color:var(--green);font-size:1.8rem;line-height:1}.serviceGrid h3{margin-bottom:.55rem}.serviceGrid p{font-size:.86rem;line-height:1.65}.serviceGrid a{color:var(--green);font-size:.75rem;font-weight:700}.whyUs{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;max-width:1120px;margin:0 auto;padding:7rem 0;display:grid}.whyImage{height:560px;position:relative}.whyImage img{object-fit:cover}.whyImage blockquote{color:var(--ink);background:#fff;margin:0;padding:1.4rem 1.8rem;font-weight:600;position:absolute;bottom:-1.5rem;left:2rem;right:2rem;box-shadow:0 8px 25px #07134117}.whyUs>div:last-child>p{line-height:1.75}.benefit{border:1px solid var(--line);align-items:center;gap:1rem;margin-top:1rem;padding:1.15rem;display:flex;box-shadow:0 6px 20px #0713410a}.benefit>b{width:42px;height:42px;color:var(--green);background:#e9f9f7;border-radius:50%;place-items:center;display:grid}.benefit strong,.benefit small{display:block}.benefit strong{color:var(--ink);font-size:.88rem}.benefit small{color:#7a8697;margin-top:.3rem;line-height:1.5}.globalReach{text-align:center;background:#f8fafb;padding:6rem 6vw}.globalReach>p{max-width:680px;margin:0 auto 2rem;line-height:1.7}.worldGraphic{background:#fff;place-items:center;max-width:900px;height:390px;margin:auto;display:grid;position:relative;overflow:hidden}.worldGraphic:before{content:"";clip-path:polygon(2% 28%,14% 18%,24% 28%,36% 22%,44% 35%,56% 22%,71% 26%,84% 18%,98% 34%,89% 50%,76% 51%,69% 72%,56% 60%,46% 76%,37% 56%,22% 64%,11% 49%);background:#dfe8ec;position:absolute;inset:12%}.worldGraphic span{z-index:2;background:var(--deep);color:#fff;padding:.6rem 1rem;font-size:.75rem}.worldGraphic i{background:var(--green);z-index:2;border:3px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute}.worldGraphic i:first-of-type{top:35%;left:18%}.worldGraphic i:nth-of-type(2){top:28%;left:42%}.worldGraphic i:nth-of-type(3){top:50%;left:55%}.worldGraphic i:nth-of-type(4){top:37%;left:72%}.worldGraphic i:nth-of-type(5){top:65%;left:80%}.homeContact{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;max-width:1120px;margin:auto;padding:7rem 0;display:grid}.contactCard{background:#fff;padding:2rem;box-shadow:0 10px 35px #07134118}.contactCard .integration{display:none}.contactCopy>p{line-height:1.7}.contactDetail{border-bottom:1px solid var(--line);grid-template-columns:130px 1fr;padding:1rem 0;font-size:.84rem;display:grid}.contactDetail b{color:var(--ink)}.takeAction{text-align:center}.takeAction>p{color:#d6deeb;max-width:650px;margin:0 auto 1.5rem;line-height:1.7}.takeAction>h2{max-width:800px;margin:0 auto 1rem}.templateUpdates .sectionHeading{max-width:760px}.templateUpdates .newsGrid{max-width:1120px;margin-left:auto;margin-right:auto}@media (max-width:800px){.templateHero{height:690px}.templateHero .heroContent{width:100%;padding:1.7rem}.templateHero .heroContent h1{font-size:2.45rem}.trustStrip{grid-template-columns:1fr 1fr;width:100%}.trustStrip div:nth-child(2){border-right:0}.templateAbout,.whyUs,.homeContact{grid-template-columns:1fr;gap:3rem;padding:5rem 1.25rem}.templateAbout ul{grid-template-columns:1fr}.introImages{grid-template-columns:1fr 1fr}.serviceGrid{grid-template-columns:1fr}.whyImage{height:390px}.globalReach{padding:5rem 1.25rem}.worldGraphic{height:280px}.homeContact{flex-direction:column-reverse;display:flex}.contactCard{width:100%}.contactDetail{grid-template-columns:1fr;gap:.35rem}}:root{--navy:#153d66;--teal:#138fa0;--orange:#79b82a;--leaf:#79b82a;--red:#c91f34;--green:var(--teal);--deep:var(--navy);--cream:#f4f8f7;--paper:#fff;--coral:var(--teal);--gold:var(--leaf);--ink:#173a5e;--line:#dfe9e8}h1,h2,h3{color:var(--ink);font-family:Roboto,serif;font-weight:400}.eyebrow{color:#79b82a}header .topline{color:#bbb;background:#111;justify-content:space-between;height:28px;min-height:28px;padding:0 max(4vw,50vw - 590px);font-size:.56rem}header .topline a{color:#f4b637;background:0 0;padding:0}.brandRow{align-items:center;max-width:1180px;height:72px;margin:auto;padding:0;display:flex}.brandRow>.logo{width:122px;height:68px}.brandRow>nav{width:auto;height:72px;box-shadow:none;background:#fff;margin:0 0 0 auto;padding:0}.brandRow .navlinks{color:#333;gap:1.4rem;font-size:.72rem}.brandRow .drop>div{top:45px}.brandRow .donateLink{color:#79b82a;font-weight:700}.volHero{text-align:center;color:#fff;place-items:center;height:690px;display:grid;position:relative}.volHero>img{object-fit:cover}.volHero>div{background:#0006;position:absolute;inset:0}.volHero article{max-width:820px;padding:2rem;position:relative}.volHero article>span{text-transform:uppercase;letter-spacing:.18em;font-size:.67rem}.volHero h1{color:#fff;margin:1rem 0;font-size:clamp(3.8rem,6.3vw,6.2rem);line-height:.88}.volHero h1 em{color:#fff;font-weight:400}.volHero p{max-width:620px;margin:0 auto 2rem;line-height:1.7}.outlineButton{border:1px solid #fff;border-radius:999px;padding:.85rem 1.8rem;font-size:.78rem;font-weight:700;display:inline-block}.causeGrid{grid-template-columns:repeat(3,1fr);gap:3.2rem 4rem;max-width:1180px;margin:auto;padding:5.5rem 0;display:grid}.causeGrid>a{gap:1.25rem;display:flex}.causeGrid>a>b{color:#c9c9c4;font:400 2.5rem Roboto}.causeGrid h3{margin-bottom:.55rem;font-size:1.05rem}.causeGrid p{color:#8a8984;font-size:.78rem;line-height:1.7}.causeGrid>a>.causeIconWrap{border:1px solid;border-radius:50%;flex:0 0 3rem;place-items:center;width:3rem;height:3rem;font-size:0;transition:transform .25s,background-color .25s;display:grid}.causeIcon{width:1.45rem;height:1.45rem}.causeGrid>a:hover .causeIconWrap{background:#fffa;transform:rotate(-6deg)scale(1.08)}.missionSection{isolation:isolate;grid-template-columns:1.2fr .8fr;align-items:center;gap:clamp(3rem,8vw,8rem);max-width:1180px;margin:0 auto;padding:6rem max(6vw,1.25rem);display:grid;position:relative}.missionSection:before{content:"";z-index:-1;background:#f1f5f1;width:100vw;position:absolute;inset:0 0 0 50%;transform:translate(-50%)}.missionCopy{flex-direction:column;align-items:flex-start;display:flex}.missionImage{border-radius:1.25rem;width:100%;height:320px;position:relative;overflow:hidden;box-shadow:0 18px 40px #153d6622}.missionImage img{object-fit:cover}.missionSection h2{margin-bottom:1.25rem;font-size:clamp(2.7rem,4vw,4.5rem)}.missionSection p{color:#536a68;max-width:580px;font-size:1rem;line-height:1.8}.missionSection .button{border-radius:999px;margin-top:1rem}.volunteerBand{background:var(--cream);background-image:radial-gradient(circle at 10% 100%,#eee9df 0 2px,#0000 3px);grid-template-columns:1fr 1fr;gap:6rem;padding:5rem max(6vw,50vw - 590px);display:grid}.volunteerBand h2{border-bottom:2px solid #79b82a;padding-bottom:1rem;font-size:2rem}.volunteerBand p{font-size:.86rem;line-height:1.7}.volunteerBand a{color:#79b82a;font-weight:700}.volunteerBand form>div{gap:1rem;display:flex}.volunteerBand input{background:0 0;border:1px solid #d7d3ca;border-radius:999px;width:100%;padding:.85rem 1.2rem}.volunteerBand button{color:#fff;background:#79b82a;border:0;border-radius:999px;padding:.8rem 1.8rem;font-weight:700}.impactBand{color:#fff;text-align:left;background:#79b82a;grid-template-columns:repeat(4,minmax(0,1fr));padding:0 max(6vw,50vw - 590px);display:grid}.impactBand>div{border-left:1px solid #ffffff42;min-width:0;padding:2.4rem 1.75rem;position:relative}.impactBand>div:last-child{border-right:1px solid #ffffff42}.impactBand span{letter-spacing:.16em;opacity:.8;margin-bottom:.85rem;font-size:.7rem;font-weight:800;display:block}.impactBand strong{color:#fff;font:700 clamp(1.15rem,1.7vw,1.55rem)/1.2 Roboto,Arial,sans-serif;display:block}.impactBand p{color:#fff;opacity:.88;margin:.45rem 0 0;font-size:.82rem;line-height:1.45}.peopleSection{text-align:center;padding:6rem max(6vw,50vw - 590px)}.centerHeading{text-align:center;max-width:680px;margin:0 auto 3rem}.centerHeading h2{margin-bottom:.75rem;font-size:2.35rem}.centerHeading p{font-size:.84rem;line-height:1.7}.peopleGrid{text-align:left;grid-template-columns:repeat(3,1fr);gap:1.4rem;margin-bottom:2.5rem;display:grid}.peopleGrid article>div{aspect-ratio:4/4.3;position:relative;overflow:hidden}.peopleGrid img{object-fit:cover;object-position:center 18%}.peopleGrid h3{margin:.9rem 0 .25rem;font-size:1rem}.peopleGrid span{color:#79b82a;font-size:.67rem}.peopleSection>.button{background:#79b82a;border-radius:999px}.eventSection{color:#fff;background:linear-gradient(#000b,#000b),url(/images/community-hero.png) 50%/cover;padding:6rem max(6vw,50vw - 590px)}.eventSection h2{color:#fff}.eventGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.eventGrid article{color:#777;background:#fff;padding-bottom:1.5rem}.eventGrid article>div{aspect-ratio:16/10;position:relative}.eventGrid img{object-fit:cover}.eventGrid article>div b{color:#fff;background:#79b82a;padding:.7rem;position:absolute;top:0;left:0}.eventGrid h3,.eventGrid p,.eventGrid small,.eventGrid a{margin-left:1.4rem;margin-right:1.4rem}.eventGrid h3{margin-top:1.4rem;margin-bottom:.3rem;font-size:1.25rem}.eventGrid small{color:#79b82a;font-size:.62rem}.eventGrid p{font-size:.78rem;line-height:1.6}.eventGrid a{color:#333;font-size:.7rem;font-weight:700}.voicesSection{background:#f8f6f1;padding:6rem max(6vw,50vw - 590px)}.voiceGrid{grid-template-columns:repeat(3,1fr);gap:1.4rem;display:grid}.voiceGrid article{background:#fff;padding:2rem;box-shadow:0 5px 16px #1111}.voiceGrid b{color:#79b82a;font-size:2rem}.voiceGrid p{font-size:.84rem;line-height:1.7}.voiceGrid span{color:#79b82a;font-size:.7rem;font-weight:700}.goldCta{color:#fff;background:#79b82a;justify-content:center;align-items:center;gap:10rem;padding:2.4rem 6vw;display:flex}.goldCta h3{color:#fff;margin:0;font-size:1.35rem}.goldCta a{border:1px solid #fff;border-radius:999px;padding:.7rem 1.7rem;font-size:.74rem;font-weight:700}footer{background:#111;padding-top:4rem}.footerLead{padding-bottom:2rem}.footerLead h2{display:none}.footerLead .logo{width:130px;height:90px}.footerGrid{padding:2rem 0 3rem}.footerGrid p{color:#aaa}@media (max-width:800px){header .topline span:first-child{display:block}.brandRow{height:68px;padding:0 1rem}.brandRow>.logo{width:100px;height:62px}.brandRow>nav{height:auto;margin:0}.brandRow .menu{display:flex}.brandRow .navlinks{color:#333;top:68px}.volHero{height:620px}.volHero h1{font-size:3.35rem}.causeGrid{grid-template-columns:1fr;gap:2rem;padding:4rem 1.25rem}.volunteerBand{grid-template-columns:1fr;gap:3rem;padding:4rem 1.25rem}.impactBand{grid-template-columns:1fr 1fr;padding:0 1.25rem}.impactBand>div{border-bottom:1px solid #ffffff42;padding:1.8rem 1rem}.impactBand>div:nth-child(2n){border-right:1px solid #ffffff42}.impactBand strong{font-size:1.1rem}.impactBand p{font-size:.76rem}.peopleSection,.eventSection,.voicesSection{padding:4rem 1.25rem}.peopleGrid,.eventGrid,.voiceGrid{grid-template-columns:1fr}.goldCta{text-align:center;flex-direction:column;gap:1.5rem}.footerGrid{grid-template-columns:1fr 1fr}}body,button,input,textarea,select{font-family:Roboto,Arial,sans-serif}h1,h2,h3,.volHero h1,.impactBand strong{font-family:Roboto,Arial,sans-serif;font-weight:700}body{font-size:16px;line-height:1.6}.logo,.brandRow>.logo,.footerLead .logo{background:0 0;align-items:center;gap:.8rem;width:310px;height:72px;display:flex;overflow:visible}.logoSymbol{flex:0 0 66px;width:66px;height:66px;display:block;position:relative;overflow:hidden}.logoSymbol img{object-fit:contain;width:112px;max-width:none;height:112px;position:absolute;top:-10px;left:-23px}.logoWords{color:#183b5d;text-transform:uppercase;line-height:1.05;display:block}.logoWords b{letter-spacing:.025em;white-space:nowrap;font-size:.86rem;display:block}.logoWords small{color:#159b9a;letter-spacing:.18em;margin-top:.38rem;font-size:.78rem;font-weight:700;display:block}header .topline{font-size:.68rem}.brandRow .navlinks{gap:1.65rem;font-size:.84rem}.volHero article>span{font-size:.75rem}.volHero h1{font-size:clamp(3.25rem,5.2vw,5.25rem);line-height:.96}.volHero p{max-width:700px;font-size:1.08rem}.outlineButton{font-size:.88rem}.causeGrid h3{font-size:1.12rem}.causeGrid p{font-size:.93rem;line-height:1.65}.volunteerBand h2{font-size:2.15rem}.volunteerBand p{font-size:.96rem}.volunteerBand a{font-size:.92rem}.volunteerBand input,.volunteerBand button{font-size:.9rem}.impactBand strong{font-size:clamp(1.15rem,1.7vw,1.55rem)}.impactBand span{font-size:.7rem}.centerHeading{max-width:760px}.centerHeading h2{font-size:2.55rem}.centerHeading p{font-size:1rem}.peopleGrid h3{font-size:1.12rem}.peopleGrid span{font-size:.78rem}.eventGrid h3{font-size:1.35rem}.eventGrid small{font-size:.75rem}.eventGrid p{font-size:.92rem}.eventGrid a{font-size:.82rem}.voiceGrid p{font-size:.96rem}.voiceGrid span{font-size:.82rem}.goldCta h3{font-size:1.5rem}.goldCta a{font-size:.86rem}.footerGrid p{font-size:.92rem}.footerGrid a,.footerGrid b{font-size:.88rem}.legal{font-size:.78rem}@media (max-width:1000px){.logo,.brandRow>.logo{width:230px}.logoWords b{font-size:.72rem}.logoWords small{font-size:.68rem}.brandRow .navlinks{gap:1rem;font-size:.76rem}}@media (max-width:800px){.logo,.brandRow>.logo{width:245px;height:64px}.logoSymbol{flex-basis:58px;width:58px;height:58px}.logoSymbol img{width:100px;height:100px;top:-10px;left:-21px}.logoWords b{font-size:.68rem}.logoWords small{font-size:.64rem}.volHero h1{font-size:2.85rem}.volHero p{font-size:1rem}.centerHeading h2{font-size:2.15rem}}header .topline{letter-spacing:.01em;height:36px;min-height:36px;font-size:.78rem;font-weight:500}header .topline a{font-size:.78rem;font-weight:700}.pageHero,.donateHero{isolation:isolate;color:#fff;background:linear-gradient(90deg,#000b,#0006),url(/images/community-hero.png) 50% 42%/cover;padding:8rem max(6vw,50vw - 590px) 6rem;position:relative;overflow:hidden}.pageHero:after,.donateHero:after{content:"";background:var(--gold);z-index:-1;height:5px;position:absolute;inset:auto 0 0}.pageHero h1,.donateHero h1{color:#fff;max-width:950px;font-size:clamp(3rem,5vw,5.25rem);line-height:1}.pageHero>p,.donateHero p{color:#f0f0ed;max-width:720px;font-size:1.08rem;line-height:1.75}.pageHero .eyebrow,.donateHero .eyebrow{color:var(--gold)}.brandRow .drop>div{z-index:30;margin-top:0;top:100%}.brandRow .drop>div:before{content:"";height:10px;position:absolute;top:-10px;left:0;right:0}.submenuIndicator{border-bottom:1.5px solid;border-right:1.5px solid;width:.48rem;height:.48rem;margin-bottom:.16rem;margin-left:.45rem;transition:transform .2s;display:inline-block;transform:rotate(45deg)}.drop:hover .submenuIndicator,.drop:focus-within .submenuIndicator{margin-bottom:-.08rem;transform:rotate(225deg)}.editorial article{border:1px solid var(--line);min-height:245px;padding:2.2rem;transition:transform .3s,box-shadow .3s,border-color .3s;display:block}.editorial article:hover{border-color:#79b82a;transform:translateY(-6px);box-shadow:0 14px 34px #15151512}.editorial article>span{color:var(--gold);margin-bottom:2rem;font-size:.8rem;font-weight:900;display:block}.editorial article>div{max-width:none}.editorial h2{margin-bottom:1rem;font-size:1.65rem}.editorial p{margin:0;font-size:.98rem;line-height:1.75}.programCards,.listing{background:#fff;grid-template-columns:repeat(3,1fr);gap:1.4rem;max-width:1180px;margin:0 auto;padding:5.5rem 0;display:grid}.programCards a,.listing a{border:1px solid var(--line);background:#fff;min-height:320px;padding:2rem;transition:transform .3s,box-shadow .3s}.programCards a:hover,.listing a:hover{transform:translateY(-7px);box-shadow:0 16px 36px #1112}.programCards span{color:var(--gold);font-weight:900}.programCards h2,.listing h2{margin:2rem 0 .8rem;font-size:1.55rem}.programCards p,.listing p{font-size:.95rem;line-height:1.7}.programCards b,.listing b{color:#79b82a;font-size:.84rem}.listing .thumb{aspect-ratio:16/10;margin:-2rem -2rem 1.5rem}.listing small{color:#79b82a;font-size:.75rem}.detailHero{height:540px;min-height:0;padding:5rem max(6vw,50vw - 590px)}.detailHero h1{color:#fff;font-size:clamp(3rem,5vw,5rem)}.detailHero .eyebrow{color:var(--gold)}.detailIntro{border-bottom:1px solid var(--line);max-width:1180px;margin:auto;padding:3.5rem 0;display:flex}.detailIntro p{color:var(--ink);font-family:Roboto,Arial,sans-serif;font-size:1.35rem;font-weight:500;line-height:1.6}.formSection,.donateBox{background:var(--cream);gap:6rem;padding:6rem max(6vw,50vw - 590px)}.formSection h2,.donateBox h2{font-size:2.4rem}.formSection>div>p,.donateBox>div>p{line-height:1.75}.form{background:#fff;padding:2.2rem;box-shadow:0 10px 30px #1111}.form input,.form textarea,.payment input{border-color:#ddd8cf;border-radius:2px;transition:border-color .2s,box-shadow .2s}.form input:focus,.form textarea:focus{border-color:var(--gold);outline:0;box-shadow:0 0 0 3px #79b82a22}.form .button{background:var(--gold);color:#222;border-radius:999px}.payment{background:#fff;box-shadow:0 10px 30px #1111}.payment .button{background:var(--gold);color:#222;border-radius:999px}.newsletter{background:var(--gold);color:#222}.newsletter button{background:#111;border-radius:0}.newsletter input{font-size:1rem}a,button{transition:color .2s,background-color .2s,border-color .2s,transform .2s,box-shadow .2s}.brandRow .navlinks>a{position:relative}.brandRow .navlinks>a:after{content:"";background:var(--gold);height:2px;transition:right .25s;position:absolute;bottom:-7px;left:0;right:100%}.brandRow .navlinks>a:hover:after{right:0}.causeGrid>a,.peopleGrid article,.eventGrid article,.voiceGrid article{transition:transform .3s,box-shadow .3s}.causeGrid>a:hover,.peopleGrid article:hover,.voiceGrid article:hover{transform:translateY(-6px)}.eventGrid article:hover{transform:translateY(-8px);box-shadow:0 18px 42px #0005}.peopleGrid article>div img,.eventGrid article>div img,.listing .thumb img{transition:transform .55s}.peopleGrid article:hover img,.eventGrid article:hover img,.listing a:hover img{transform:scale(1.045)}@media (prefers-reduced-motion:no-preference){.volHero article{animation:.8s cubic-bezier(.2,.75,.25,1) both hero-in}.causeGrid>a,.peopleGrid article,.eventGrid article,.voiceGrid article,.editorial article,.programCards a,.listing a{animation:.7s both rise-in;animation-timeline:view();animation-range:entry 5% cover 25%}.causeGrid>a:nth-child(2),.peopleGrid article:nth-child(2),.eventGrid article:nth-child(2){animation-delay:80ms}.causeGrid>a:nth-child(3),.peopleGrid article:nth-child(3),.eventGrid article:nth-child(3){animation-delay:.16s}@keyframes hero-in{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}@keyframes rise-in{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}}@media (max-width:800px){header .topline{height:34px;min-height:34px;padding:0 1rem;font-size:.68rem}.pageHero,.donateHero{padding:6rem 1.25rem 4rem}.pageHero h1,.donateHero h1{font-size:3rem}.editorial,.programCards,.listing{grid-template-columns:1fr;padding:3.5rem 1.25rem}.editorial article{min-height:0}.detailHero{height:460px;padding:3rem 1.25rem}.detailIntro{margin:0 1.25rem;padding:2.5rem 0;display:block}.detailIntro p{font-size:1.15rem}.formSection,.donateBox{gap:3rem;padding:4rem 1.25rem}.form{padding:1.35rem}}header .topline,footer{background:var(--navy)}header .topline{color:#dce8ee}header .topline a,.brandRow .donateLink{color:var(--orange)}.mobileNav{display:none}.eyebrow,.causeGrid a:first-child b,.causeGrid a:nth-child(4) b{color:var(--teal)}.causeGrid a:nth-child(2) b,.causeGrid a:nth-child(5) b{color:var(--orange)}.causeGrid a:nth-child(3) b{color:var(--leaf)}.causeGrid a:nth-child(6) b{color:var(--red)}.button,.peopleSection>.button,.volunteerBand button,.form .button,.payment .button{background:var(--teal);color:#fff}.button:hover,.peopleSection>.button:hover,.volunteerBand button:hover{background:#0d7482}.volunteerBand h2{border-color:var(--orange)}.volunteerBand a,.peopleGrid span,.eventGrid small,.eventGrid a,.voiceGrid span,.programCards b,.listing b,.listing small{color:var(--orange)}.impactBand,.goldCta{background:var(--orange)}.eventSection{background:linear-gradient(#153d66de,#153d66de),url(/images/community-hero.png) 50%/cover}.eventSection .eyebrow{color:#79b82a}.voiceGrid b,.editorial article>span,.programCards span{color:var(--orange)}.pageHero,.donateHero{background:linear-gradient(90deg,#153d66e8,#153d6688),url(/images/community-hero.png) 50% 42%/cover}.pageHero:after,.donateHero:after{background:linear-gradient(90deg,var(--teal),var(--leaf),var(--orange),var(--red))}.detailHero>div{background:linear-gradient(#153d6644,#153d66ed)}.payment>div .selected,.newsletter{background:var(--teal);color:#fff}.newsletter h2,.newsletter .light{color:#fff}.newsletter button{background:var(--navy)}.brandRow .navlinks>a:after{background:linear-gradient(90deg,var(--teal),var(--orange))}.footerLead .logoWords{color:#fff}.footerLead .logoWords small{color:#76d5d5}.legal{color:#a9bdca}.volHero{overflow:hidden}.volHero>img{transform-origin:50%;transform:scale(1.015)}@media (prefers-reduced-motion:no-preference){.volHero>img{animation:16s ease-in-out infinite alternate hero-zoom}@keyframes hero-zoom{0%{transform:scale(1.015)}to{transform:scale(1.09)}}}@media (max-width:800px){header{z-index:100;position:relative}.brandRow{width:100%;max-width:none;position:relative}.brandRow>.logo{flex-shrink:1;width:min(220px,100vw - 92px)}.brandRow>.desktopNav{display:none}.brandRow>.mobileNav{margin-left:auto;display:block;position:static}.mobileNav>summary.menu{z-index:102;cursor:pointer;touch-action:manipulation;width:48px;height:48px;margin-left:auto;list-style:none;display:flex;position:relative}.mobileNav>summary.menu::-webkit-details-marker{display:none}.mobileNav>nav{width:0;min-width:0;height:0;padding:0;position:static}.brandRow .navlinks{z-index:101;width:100%;max-height:calc(100dvh - 102px);color:var(--ink);overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:#fff;flex-direction:column;align-items:stretch;gap:0;padding:1.25rem 1.5rem 1.5rem;display:none;position:absolute;top:68px;left:0;right:0;overflow-y:auto;box-shadow:0 18px 35px #153d6630}.mobileNav[open] .navlinks{display:flex}.brandRow .navlinks>a,.brandRow .drop>a{border-bottom:1px solid var(--line);min-height:48px;padding:.8rem 0;font-size:.95rem;display:block}.brandRow .drop>div{width:100%;box-shadow:none;background:#f5f8f8;padding:.35rem 0 .5rem 1rem;display:grid;position:static}.brandRow .drop>div:before{display:none}.brandRow .drop>div a{align-items:center;min-height:44px;padding:.65rem .75rem;font-size:.85rem;display:flex}.brandRow .navlinks>a:after{display:none}.mobileCauseDrop{border-bottom:1px solid var(--line)}.mobileCauseDrop>summary{cursor:pointer;align-items:center;min-height:48px;padding:.8rem 0;font-size:.95rem;list-style:none;display:flex}.mobileCauseDrop>summary::-webkit-details-marker{display:none}.mobileCauseDrop>summary .submenuIndicator{margin-left:auto;margin-right:.2rem}.mobileCauseDrop[open]>summary .submenuIndicator{margin-bottom:-.08rem;transform:rotate(225deg)}.mobileCauseDrop>div{background:#f5f8f8;padding:.35rem 0 .6rem 1rem;display:grid}.mobileCauseDrop>div a{align-items:center;min-height:44px;padding:.65rem .75rem;font-size:.85rem;display:flex}.missionSection{grid-template-columns:1fr;gap:2.5rem;padding:4rem 1.25rem}.missionImage{height:260px}.missionSection h2{font-size:2.8rem}}.editorial article{border:0;border-top:1px solid var(--line);grid-template-columns:72px minmax(0,1fr);gap:1.5rem;min-height:0;padding:2.75rem 0;transition:padding .25s,background-color .25s;display:grid}.editorial article:last-child{border-bottom:1px solid var(--line)}.editorial article:hover{background:#f5f8f8;padding-inline:1.25rem}.editorial article>span{letter-spacing:.08em;color:var(--orange);margin:0;padding-top:.2rem;font-size:.8rem}.editorial p{max-width:720px;margin:0}@media (max-width:800px){.editorial{padding:3.5rem 1.25rem}.editorial article{grid-template-columns:42px minmax(0,1fr);gap:.8rem;padding:2rem 0}.editorial article:hover{padding-inline:.6rem}}.pageHero{color:var(--ink);background:#f1f5f1;padding:6.5rem max(6vw,50vw - 590px) 5rem}.pageHero:after{background:linear-gradient(90deg,var(--teal),var(--leaf),var(--orange))}.pageHero h1{color:var(--navy);max-width:900px;font-size:clamp(3rem,5vw,5.25rem);line-height:.98}.pageHero>p{color:#536a68;max-width:700px;font-size:1.12rem;line-height:1.8}.pageHero .eyebrow{color:var(--teal)}.editorial{background:#f8faf9;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;max-width:1180px;padding:5.5rem max(6vw,1.25rem)}.editorial article,.editorial article:last-child{border:1px solid var(--line);background:#fff;border-radius:.35rem;min-height:245px;padding:2.25rem;transition:transform .25s,box-shadow .25s,border-color .25s;display:block;box-shadow:0 8px 24px #153d660b}.editorial article>span{color:var(--orange);letter-spacing:.1em;margin:0 0 1.75rem;padding:0;font-size:.75rem;font-weight:800;display:block}.editorial h2{margin:0 0 .85rem;font-size:clamp(1.45rem,2.3vw,2rem)}.editorial p{max-width:none;margin:0;line-height:1.75}@media (max-width:800px){.pageHero{padding:5rem 1.25rem 4rem}.pageHero h1{font-size:3rem}.pageHero>p{font-size:1rem}.editorial{grid-template-columns:1fr;padding:3.5rem 1.25rem}.editorial article,.editorial article:last-child,.editorial article:hover{min-height:0;padding:2rem;transform:none}}.pageHero{color:#fff;background:radial-gradient(circle at 82% 18%,#20a6a633 0 13%,#0000 13.5%),linear-gradient(120deg,#102f50 0%,#153d66 58%,#176879 100%);flex-direction:column;justify-content:flex-end;min-height:430px;padding:7rem max(6vw,50vw - 590px) 5.5rem;display:flex;overflow:hidden}.pageHero:before{content:"";border:1px solid #ffffff24;border-radius:50%;width:380px;height:380px;position:absolute;bottom:-220px;right:-90px}.pageHero h1{color:#fff;letter-spacing:-.045em;max-width:930px;margin-bottom:1.35rem;font-size:clamp(3.25rem,5.5vw,5.7rem);position:relative}.pageHero>p{color:#e4eef1;max-width:720px;margin:0;font-size:1.12rem;line-height:1.75;position:relative}.pageHero .eyebrow{color:#b4dc52;margin-bottom:1.25rem;position:relative}.pageHero:after{background:linear-gradient(90deg,var(--teal) 0 34%,var(--leaf) 34% 67%,var(--orange) 67%);height:6px}.editorial{background:#f4f7f5;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;max-width:none;margin:0;padding:6rem max(6vw,50vw - 590px);display:grid}.editorial article,.editorial article:last-child{background:#fff;border:1px solid #dce5e1;border-radius:.75rem;min-height:270px;padding:2.5rem;display:block;position:relative;overflow:hidden;box-shadow:0 10px 28px #102f500b}.editorial article:before{content:"";background:linear-gradient(90deg,var(--teal),var(--leaf));width:100%;height:4px;position:absolute;top:0;left:0}.editorial article:first-child{color:#fff;background:linear-gradient(125deg,#153d66,#176879);border:0;grid-column:1/-1;grid-template-columns:90px minmax(0,760px);align-content:center;gap:1.5rem;min-height:290px;padding:3.5rem;display:grid;box-shadow:0 18px 42px #102f5024}.editorial article:first-child:before{background:linear-gradient(90deg,var(--teal),var(--leaf),var(--orange))}.editorial article:first-child>span{color:#b4dc52;margin:.35rem 0 0}.editorial article:first-child h2{color:#fff}.editorial article:first-child p{color:#e0ecee;max-width:760px}.editorial article>span{color:var(--orange);letter-spacing:.12em;margin:0 0 2.1rem;font-size:.74rem;font-weight:800;display:block}.editorial h2{color:var(--navy);margin:0 0 1rem;font-size:clamp(1.55rem,2.3vw,2.15rem);line-height:1.08}.editorial p{color:#536766;margin:0;font-size:.98rem;line-height:1.8}.editorial article:hover{background:#fff;border-color:#a9cdc5;padding:2.5rem;transform:translateY(-5px);box-shadow:0 18px 38px #102f5017}.editorial article:first-child:hover{background:linear-gradient(125deg,#153d66,#176879);border:0;padding:3.5rem}.detailIntro{background:#fff}.detailIntro p{max-width:820px}.programCards,.listing{background:#f4f7f5}.programCards a,.listing a{border-radius:.65rem;overflow:hidden;box-shadow:0 8px 24px #102f500c}.formSection{border-top:1px solid #dce5e1}.newsletter{position:relative;overflow:hidden}.newsletter:after{content:"";pointer-events:none;border:1px solid #fff4;border-radius:50%;width:260px;height:260px;position:absolute;bottom:-170px;right:-100px}@media (max-width:800px){.pageHero{min-height:370px;padding:5.5rem 1.25rem 4rem}.pageHero h1{font-size:clamp(2.8rem,13vw,3.8rem)}.pageHero>p{font-size:1rem}.editorial{grid-template-columns:1fr;gap:1rem;padding:4rem 1.25rem}.editorial article,.editorial article:last-child,.editorial article:hover{min-height:0;padding:2rem;transform:none}.editorial article:first-child,.editorial article:first-child:hover{grid-column:auto;min-height:0;padding:2.25rem;display:block}.editorial article:first-child>span{margin:0 0 1.5rem}}.editorial--about{grid-template-columns:repeat(12,minmax(0,1fr))}.editorial--about article:first-child,.editorial--about article:nth-child(3){grid-column:span 7}.editorial--about article:nth-child(2),.editorial--about article:nth-child(4){grid-column:span 5}.editorial--about article:last-child{grid-column:1/-1;min-height:0}.editorial--about article:nth-child(3){background:#edf6f2}.editorial--about article:nth-child(4){background:#fff8eb}.editorial--impact,.editorial--get-involved{grid-template-columns:repeat(3,minmax(0,1fr))}.editorial--partner,.editorial--volunteer,.editorial--resources{grid-template-columns:repeat(2,minmax(0,1fr))}.editorial--impact article:first-child,.editorial--get-involved article:first-child,.editorial--partner article:first-child,.editorial--volunteer article:first-child,.editorial--resources article:first-child,.editorial--faq article:first-child{min-height:270px;color:var(--ink);background:#fff;border:1px solid #dce5e1;grid-column:auto;padding:2.5rem;display:block;box-shadow:0 10px 28px #102f500b}.editorial--impact article:first-child:hover,.editorial--get-involved article:first-child:hover,.editorial--partner article:first-child:hover,.editorial--volunteer article:first-child:hover,.editorial--resources article:first-child:hover,.editorial--faq article:first-child:hover{background:#fff;border:1px solid #a9cdc5;padding:2.5rem}.editorial--impact article:first-child>span,.editorial--get-involved article:first-child>span,.editorial--partner article:first-child>span,.editorial--volunteer article:first-child>span,.editorial--resources article:first-child>span,.editorial--faq article:first-child>span{color:var(--orange);margin:0 0 2.1rem}.editorial--impact article:first-child h2,.editorial--get-involved article:first-child h2,.editorial--partner article:first-child h2,.editorial--volunteer article:first-child h2,.editorial--resources article:first-child h2,.editorial--faq article:first-child h2{color:var(--navy)}.editorial--impact article:first-child p,.editorial--get-involved article:first-child p,.editorial--partner article:first-child p,.editorial--volunteer article:first-child p,.editorial--resources article:first-child p,.editorial--faq article:first-child p{color:#536766}.editorial--impact article{min-height:310px}.editorial--impact article:nth-child(2){background:#edf6f2}.editorial--impact article:nth-child(3){background:#fff8eb}.editorial--get-involved article{min-height:290px}.editorial--get-involved article:nth-child(2){background:#edf6f2}.editorial--get-involved article:nth-child(3){background:#fff8eb}.editorial--faq{max-width:none;display:block}.editorial--faq article,.editorial--faq article:first-child,.editorial--faq article:last-child{min-height:0;box-shadow:none;background:0 0;border:0;border-top:1px solid #ccd9d5;border-radius:0;grid-template-columns:72px minmax(0,760px);justify-content:center;gap:1.75rem;padding:2.4rem 0;display:grid}.editorial--faq article:last-child{border-bottom:1px solid #ccd9d5}.editorial--faq article:hover,.editorial--faq article:first-child:hover{box-shadow:none;background:#fff;border-color:#ccd9d5;padding:2.4rem 1rem}.editorial--faq article>span,.editorial--faq article:first-child>span{margin:.3rem 0 0}.editorial--faq article:before{display:none}.editorial--detail{background:#fff;display:block}.editorial--detail article,.editorial--detail article:first-child,.editorial--detail article:last-child{border:0;border-bottom:1px solid var(--line);min-height:0;color:var(--ink);box-shadow:none;background:#fff;border-radius:0;grid-template-columns:80px minmax(0,760px);justify-content:center;gap:2rem;padding:2.75rem 0;display:grid}.editorial--detail article:first-child{border-top:1px solid var(--line)}.editorial--detail article:hover,.editorial--detail article:first-child:hover{border-color:var(--line);box-shadow:none;background:#f5f8f8;padding:2.75rem 1rem;transform:none}.editorial--detail article:before{display:none}.editorial--detail article>span,.editorial--detail article:first-child>span{color:var(--teal);margin:.25rem 0 0}.editorial--detail article h2,.editorial--detail article:first-child h2{color:var(--navy)}.editorial--detail article p,.editorial--detail article:first-child p{color:#536766}@media (max-width:900px){.editorial--about,.editorial--impact,.editorial--get-involved,.editorial--partner,.editorial--volunteer,.editorial--resources{grid-template-columns:1fr}.editorial--about article:nth-child(n){grid-column:auto}.editorial--impact article,.editorial--get-involved article{min-height:0}}@media (max-width:800px){.editorial--faq article,.editorial--faq article:first-child,.editorial--faq article:last-child,.editorial--detail article,.editorial--detail article:first-child,.editorial--detail article:last-child{grid-template-columns:38px minmax(0,1fr);gap:.75rem;padding:2rem 0}.editorial--faq article:hover,.editorial--faq article:first-child:hover,.editorial--detail article:hover,.editorial--detail article:first-child:hover{padding:2rem .5rem}}.aboutStory{grid-template-columns:.95fr 1.05fr;align-items:center;gap:clamp(3rem,8vw,7rem);max-width:1180px;margin:0 auto;padding:7rem 0;display:grid}.aboutStoryImage{border-radius:.8rem;height:520px;position:relative;overflow:hidden;box-shadow:0 20px 50px #102f5020}.aboutStoryImage img{object-fit:cover}.aboutStory h2,.sectionIntro h2{color:var(--navy);font-size:clamp(2.5rem,4vw,4.3rem);line-height:1.02}.aboutStory p{color:#536766;font-size:1.02rem;line-height:1.85}.aboutStory p:last-child{margin-bottom:0}.aboutPillars{background:#f1f5f1;padding:7rem max(6vw,50vw - 590px)}.sectionIntro{max-width:720px;margin-bottom:3.5rem}.sectionIntro>p{color:#607270;font-size:1rem;line-height:1.75}.aboutPillarGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;display:grid}.aboutPillarGrid article{border-top:4px solid var(--teal);background:#fff;min-height:330px;padding:2.5rem;position:relative;box-shadow:0 10px 30px #102f500d}.aboutPillarGrid article:nth-child(2){border-color:var(--leaf)}.aboutPillarGrid article:nth-child(3){border-color:var(--orange)}.aboutPillarGrid article>span{color:var(--orange);letter-spacing:.12em;margin-bottom:3.5rem;font-size:.75rem;font-weight:800;display:block}.aboutPillarGrid h3{color:var(--navy);font-size:1.75rem}.aboutPillarGrid p{color:#5a6d6a;margin:0;line-height:1.75}.aboutTeam{background:#fff;padding:7rem max(6vw,50vw - 590px)}.aboutTeamGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;display:grid}.aboutTeamGrid article>div{aspect-ratio:4/4.5;background:#e7eeeb;border-radius:.55rem;position:relative;overflow:hidden}.aboutTeamGrid img{object-fit:cover;object-position:center 18%;transition:transform .45s}.aboutTeamGrid article:hover img{transform:scale(1.035)}.aboutTeamGrid h3{color:var(--navy);margin:1.25rem 0 .5rem;font-size:1.3rem}.aboutTeamGrid p{color:#657572;margin:0;font-size:.92rem;line-height:1.65}.aboutVoices{color:#fff;background:linear-gradient(125deg,#102f50,#176879);padding:7rem max(6vw,50vw - 590px)}.aboutVoices .sectionIntro h2{color:#fff}.aboutVoices .eyebrow{color:#b4dc52}.aboutVoiceGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;display:grid}.aboutVoiceGrid blockquote{background:#ffffff0d;border:1px solid #ffffff2e;border-radius:.6rem;margin:0;padding:2.25rem}.aboutVoiceGrid p{color:#f0f5f5;min-height:120px;font-size:1.12rem;line-height:1.65}.aboutVoiceGrid cite{color:#b4dc52;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-style:normal;font-weight:700}@media (max-width:1200px){.aboutStory{padding:6rem max(6vw,1.25rem)}}@media (max-width:800px){.aboutStory{grid-template-columns:1fr;gap:2.5rem;padding:4rem 1.25rem}.aboutStoryImage{height:360px}.aboutPillars,.aboutTeam,.aboutVoices{padding:4.5rem 1.25rem}.aboutPillarGrid,.aboutTeamGrid,.aboutVoiceGrid{grid-template-columns:1fr}.aboutPillarGrid article{min-height:0}.aboutPillarGrid article>span{margin-bottom:2rem}.aboutVoiceGrid p{min-height:0}}.aboutStory h2,.sectionIntro h2{letter-spacing:-.02em;font-size:2.15rem;line-height:1.15}.pageHero.aboutHero{min-height:350px;padding-top:5rem;padding-bottom:4rem}.pageHero.aboutHero h1{letter-spacing:-.035em;max-width:760px;font-size:clamp(2.75rem,4vw,4rem);line-height:1.05}.pageHero.aboutHero>p{max-width:650px;font-size:1.05rem}@media (max-width:800px){.pageHero.aboutHero{min-height:320px;padding-top:4.5rem;padding-bottom:3.5rem}.pageHero.aboutHero h1{font-size:2.65rem}}.programFeature ul{border-top:1px solid var(--line);margin:2rem 0 2.25rem;padding:0;list-style:none}.programFeature ul li{padding-left:1.4rem;position:relative}.programFeature ul li:before{content:"";background:var(--teal);border-radius:50%;width:.45rem;height:.45rem;position:absolute;left:0}.causeDetails{background:#f4f7f5;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;padding:6rem max(6vw,50vw - 590px);display:grid}.causeDetails article{border-top:4px solid var(--teal);background:#fff;border-radius:.55rem;padding:2.4rem;box-shadow:0 10px 28px #102f500b}.causeDetails article:nth-child(2){border-color:var(--leaf)}.causeDetails article:nth-child(3){border-color:var(--orange)}.causeDetails h2{color:var(--navy);margin-bottom:1rem;font-size:1.65rem}.causeDetails p{color:#536766;margin:0;line-height:1.8}@media (max-width:800px){.causeDetails{grid-template-columns:1fr;padding:4rem 1.25rem}.causeDetails article{padding:2rem}}.innerFeature{grid-template-columns:.95fr 1.05fr;align-items:center;gap:clamp(3rem,8vw,7rem);max-width:1180px;margin:0 auto;padding:7rem 0;display:grid}.innerFeatureImage{background:#e5ece9;border-radius:.8rem;height:540px;position:relative;overflow:hidden;box-shadow:0 20px 50px #102f5020}.innerFeatureImage img{object-fit:cover;object-position:center 20%}.innerFeature h2{max-width:620px;color:var(--navy);margin-bottom:1.5rem;font-size:clamp(2.4rem,4vw,4rem);line-height:1.04}.innerFeature>div:last-child>p{color:#536766;max-width:650px;font-size:1.02rem;line-height:1.85}.innerFeature ol{border-top:1px solid var(--line);margin:2rem 0 2.25rem;padding:0;list-style:none}.innerFeature li{border-bottom:1px solid var(--line);color:var(--navy);align-items:center;gap:1.1rem;padding:1rem 0;font-weight:700;display:flex}.innerFeature li span{color:var(--orange);letter-spacing:.1em;font-size:.7rem}.innerFeature .button{display:inline-flex}.innerGallery{grid-template-columns:1.2fr .8fr .8fr;gap:1.25rem;padding:0 max(6vw,50vw - 590px) 7rem;display:grid}.innerGallery figure{margin:0}.innerGallery figure>div{aspect-ratio:4/5;background:#e5ece9;border-radius:.65rem;position:relative;overflow:hidden}.innerGallery figure:first-child>div{aspect-ratio:auto;height:100%}.innerGallery img{object-fit:cover;object-position:center 18%;transition:transform .45s}.innerGallery figure:hover img{transform:scale(1.035)}.innerGallery figcaption{color:var(--navy);gap:.8rem;padding-top:1rem;font-weight:700;display:flex}.innerGallery figcaption span{color:var(--orange);letter-spacing:.1em;font-size:.7rem}.innerAction{color:#fff;background:linear-gradient(125deg,#102f50,#176879);padding:6.5rem max(6vw,50vw - 590px)}.innerAction .eyebrow{color:#b4dc52}.innerAction h2{color:#fff;max-width:820px;margin-bottom:1.25rem;font-size:clamp(2.5rem,4.5vw,4.7rem);line-height:1.03}.innerAction p{color:#e0ecee;max-width:650px;font-size:1.05rem;line-height:1.75}.innerAction>div{align-items:center;gap:2rem;margin-top:2rem;display:flex}.innerAction .textLink{color:#fff}@media (max-width:1200px){.innerFeature{padding:6rem max(6vw,1.25rem)}}@media (max-width:800px){.innerFeature{grid-template-columns:1fr;gap:2.5rem;padding:4rem 1.25rem}.innerFeatureImage{height:360px}.innerFeature h2{font-size:2.25rem}.innerGallery{grid-template-columns:1fr;padding:0 1.25rem 4rem}.innerGallery figure:first-child>div,.innerGallery figure>div{aspect-ratio:4/3;height:auto}.innerAction{padding:4.5rem 1.25rem}.innerAction>div{flex-direction:column;align-items:flex-start;gap:1.4rem}}
