*{margin:0;padding:0;box-sizing:border-box;font-family:K2D,sans-serif}body{background:var(--background);font-family:K2D,sans-serif;color:var(--jet-black)}:root{--background: #eff2f7;--jet-black: #232c33;--orange: #e36029;--light-orange: #ffe6e1;--purple: #beb7df;--light-purple: #ebe7ff;--dark-purple: #392a79;--rose: #cc9388;--light-rose: #ffe6e1;--dark-rose: #84635d;--blue: #b5c5e7;--light-blue: #dfe9ff;--dark-blue: #395186;--about: #c5d4f5}p{font-size:1.2rem}h1{font-size:3.5rem;letter-spacing:.03em;font-weight:325}h2{font-size:2.5rem;font-weight:350}h3{font-size:2rem;font-weight:350}h4{font-size:1.8rem;font-weight:300}a{text-decoration:none;color:inherit}.topbar{position:sticky;top:0;width:100%;height:60px;justify-content:space-between;background:var(--background);padding:2rem 3rem;z-index:1000}nav{display:flex;align-items:center}nav p a{text-decoration:none;font-size:2rem;font-weight:800;color:var(--jet-black)}nav ul{display:flex;gap:1rem;list-style:none}.topbar li:last-child{display:none}nav li{display:flex;align-items:center;justify-content:center;text-align:center;margin-left:1rem;height:100%;width:100%;cursor:pointer;text-transform:uppercase}.topbar li:hover:after{content:"";position:absolute;top:15px;width:100px;height:5px;background:var(--orange);z-index:-1}nav li a{height:100%;width:100%;text-decoration:none;font-size:1.2rem;color:var(--jet-black);font-weight:800}.sidebar{position:fixed;top:0;right:0;width:200px;height:100%;background:#f0f0f0;display:none;flex-direction:column;align-items:center;padding-top:2rem;z-index:2000}.sidebar ul{display:flex;flex-direction:column;list-style:none;width:100%}.sidebar li{width:100%}@media(max-width:768px){.topbar li:not(:last-child){display:none}.topbar li:last-child{display:flex}.sidebar li{display:flex}}@media(min-width:768px){.sidebar{display:none!important}}.contact-bubble{position:relative;width:300px;height:150px;background:var(--jet-black);border-radius:150px 150px 0 0;display:flex;align-items:flex-end;justify-content:center;cursor:pointer;margin:0 auto;transition:all .4s cubic-bezier(.34,1.56,.64,1);overflow:visible}.contact-bubble:hover{width:300px;height:300px;border-radius:50%;transform:translateY(-150px);box-shadow:0 12px 40px #232c334d;overflow:visible}.bubble-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;width:100%;text-align:center;color:#fff}.bubble-content h3{font-size:1.2rem}.bubble-content{transform:translateY(-80px)}.bubble-links{display:none;opacity:0;transition:opacity .3s ease-out .15s}.contact-bubble:hover .bubble-links{opacity:1;display:flex;flex-direction:column;gap:.8rem;width:50%}.bubble-links a{color:#fff;text-decoration:none;font-size:1rem;padding:.5rem 1rem;border:1px solid white;border-radius:4px;transition:all .2s ease-out}.bubble-links a:hover{background:#fff;color:var(--jet-black);transform:translateY(-2px)}.sectionTitleLeft{position:relative;padding:0 0 1rem 5rem}.sectionTitleLeft:after{content:"";position:absolute;bottom:0;left:0;width:50%;height:3px;background:var(--orange)}.sectionTitleCenter{position:relative}.sectionTitleCenter:after{content:"";display:block;justify-self:center;width:50%;height:3px;background:var(--orange);margin-bottom:2rem}.hero{display:flex;height:100vh;margin:0;background-image:url(/../hero-geometric-bg.png);background-size:cover;background-position:bottom right}.hero-text{flex:1;display:flex;flex-direction:column;justify-content:center;padding-left:5rem}.hero-text h1{letter-spacing:.03em;font-weight:325}.hero-text p{font-size:1.4rem}.tagline p{font-size:1.2rem}.orange-line{width:220px;height:4px;background:var(--orange);border-radius:2px;margin-top:2rem}.about{display:grid;height:100vh;grid-template-columns:1fr 1fr;background:linear-gradient(180deg,var(--background) 0%,var(--about) 5%,var(--about) 95%,var(--background) 100%)}.aboutSectionTitle{position:relative}.aboutSectionTitle:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:var(--background)}.about-content{position:relative;display:flex;flex-direction:column;justify-content:center}.about-content h2{position:relative;padding:0 0 1rem 5rem}.about-text{padding:2rem 0 0 5rem}.about-text p{margin-bottom:1rem}.about-image{display:flex;justify-content:center;align-items:center}.about-image img{width:80%;border-radius:10px}.featured{display:flex;flex-direction:column;justify-content:center;padding:10rem 5rem;text-align:center}.featured h2{margin-bottom:1rem}.featuredWorks{margin-top:2rem;display:flex;gap:1rem}.featuredWorks a{text-decoration:none;color:inherit}.featuredWork{flex:1;display:flex;flex-direction:column;padding:1rem;border:1px solid lightgrey;background:#fff;border-radius:10px;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.processStep{padding-bottom:2rem;border-bottom:1px solid lightgrey}.processExample{background:var(--background);padding:1rem}.featuredWorks a:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 12px 24px #232c331f}.featuredWork img{width:100%;height:200px;object-fit:cover;margin:1rem 0 .5rem}.featuredWork h3{margin-bottom:.5rem}.theoryOfChange{display:flex;flex-direction:column;padding:5rem 0}.theoryOfChangeContainer{display:flex;padding:2rem 5rem}.theoryOfChangeText{flex:.5;display:flex;padding:0 5rem 0 0;flex-direction:column;justify-content:center;width:100%}.theoryOfChangeTitle{position:relative;text-align:center}.theoryOfChangeTitle:after{content:"";display:block;margin-top:1rem;margin-bottom:2rem;width:100%;height:3px;background:var(--orange)}.theoryOfChangeText p{margin-bottom:2rem}.principles{flex:1;display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}.principle{background:var(--jet-black);padding:1rem;color:#fff;width:100%;cursor:pointer}.principle-title{display:flex;align-items:center;gap:1rem;min-height:60px}.principle-title h3{margin:0}.expand-btn{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;flex-shrink:0}.expand-btn img{width:40px;height:40px;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.principle:hover .expand-btn img{transform:rotate(180deg)}.expand-btn:hover{opacity:.8}.principle-text{margin:0!important;padding-left:60px;max-height:0;opacity:0;overflow:hidden;transition:max-height .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1)}.principle-text.expanded{margin-top:1rem!important;max-height:500px;opacity:1}.focusAreas{display:flex;flex-direction:column;padding:10rem 5rem;text-align:center;align-items:center;justify-content:center}.focusAreas h2{margin-bottom:1rem;position:relative}.areas{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:2rem auto;gap:10px}.area{width:80%;flex:1;display:grid;grid-template-columns:1fr 2fr;justify-content:center;text-align:left;background:none;padding:1rem;border-radius:10px;position:relative;cursor:pointer;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s cubic-bezier(.34,1.56,.64,1);overflow:hidden}.area:hover{transform:translateY(-4px);box-shadow:0 12px 24px #232c3326}.area h3{margin-bottom:1rem}.area-dropdown{position:absolute;top:0;right:0;width:35%;font-size:1rem;background:#232c33f2;border-radius:0 5px;color:var(--background);padding:.5rem;text-align:center;transform:translateY(-100%) translate(100%);transition:transform .1s ease-out;cursor:pointer}.area:hover .area-dropdown{transform:translateY(0)}.area-dropdown:hover{background:#232c33}.pathways{background:var(--light-purple)!important;border:2px solid var(--purple)!important}.placeBased{background:var(--light-blue)!important;border:2px solid var(--blue)!important}.techEquity{background:var(--light-rose)!important;border:2px solid var(--rose)!important}.pathwaysDark{background:var(--purple)!important;color:#fff}.placeBasedDark{background:var(--blue)!important;color:#fff}.techEquityDark{background:var(--rose)!important;color:#fff}@media(max-width:1000px){.hero-text{justify-content:center;padding-left:2rem}.hero-text h1{font-size:2.5rem}.hero{background-size:150%;background-repeat:no-repeat}}@media(max-width:400px){.hero{flex-direction:column}.hero-text{padding:2rem;justify-content:center}}@media(max-width:1000px){.about{grid-template-columns:1fr;height:auto;padding:5rem 2rem}.about-content h2,.about-text{padding:2rem}.featured{padding:10rem 2rem}.featuredWorks{flex-direction:column}.featuredWork img{width:50%}.processExample{display:flex;align-items:center}.theoryOfChangeContainer{flex-direction:column;padding:5rem 2rem}.theoryOfChangeText{padding:0}.principles{flex-direction:column;gap:2rem}.focusAreas{height:auto;padding:5rem 2rem}.areas{flex-direction:column;gap:2rem}.area{width:100%;text-align:center;display:flex;flex-direction:column;gap:1rem}}@media(max-width:1000px){.contact-bubble{width:400px;height:300px;border-radius:50%;transition:none}.contact-bubble:hover{width:400px;height:300px;border-radius:50%;transition:none;transform:none;box-shadow:none}.bubble-content{display:flex}.bubble-links{opacity:1;display:flex;flex-direction:column;gap:.8rem;width:50%}}
