*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}@media (prefers-reduced-motion: no-preference){html{interpolate-size:allow-keywords}}html,body{height:100%}body{font-family:Open Sans,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;color:var(--clr-body-txt)}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root,#__next{isolation:isolate}:root{--clr-primary: #004f71;--clr-secondary: #0085ad;--clr-accent: #fff7d7;--clr-hover-btn: #006b8a;--clr-visited-link: #800080;--clr-body-txt: #000000;--clr-shadow: rgba(0, 0, 0, .3);--clr-backdrop: rgba(0, 0, 0, .5)}.header{width:100%;background-color:var(--clr-primary)}.header__container{max-width:1280px;margin:0 auto;padding:.5rem 2rem}.header__wrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:row;height:64px}.header__logo{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;text-decoration:none}.header__logo img{height:2.5rem;width:auto}.header__logo span{margin-left:.5rem;font-size:1.25rem;font-weight:700;color:#fff}.header__logo.subpage-logo img{height:1.75rem}@media (max-width: 768px){.header__nav.desktop{display:none}}.header__nav.desktop ul{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;list-style:none;margin:0;padding:0;gap:1.5rem}.header__nav.desktop li{position:relative}.header__nav.desktop a,.header__nav.desktop button{color:#fff;text-decoration:none;font-size:1.2rem;transition:all .3s ease;background:none;border:none;cursor:pointer;padding:0}.header__nav.desktop a:hover,.header__nav.desktop a.active,.header__nav.desktop button:hover,.header__nav.desktop button.active{color:#fff}.header__nav.desktop a:hover:after,.header__nav.desktop a.active:after,.header__nav.desktop button:hover:after,.header__nav.desktop button.active:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background-color:#fff}.header__nav.desktop a.active,.header__nav.desktop button.active{font-weight:500}.header__hamburger{display:none;background:none;border:none;padding:.5rem;cursor:pointer}@media (max-width: 768px){.header__hamburger{display:block}}.header__hamburger svg{height:2rem;width:2rem;color:var(--clr-body-txt)}.drawer{display:none}.drawer.open{display:block}.drawer__backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:var(--clr-backdrop);z-index:50}.drawer__content{position:fixed;top:0;right:0;bottom:0;width:100%;height:-moz-fit-content;height:fit-content;background-color:var(--clr-primary);padding:1.25rem;box-shadow:-2px 0 8px var(--clr-shadow);z-index:51;transform:translateY(0);transition:transform .3s ease}.open .drawer__content{transform:translateY(0)}.drawer__header{display:flex;justify-content:space-between;align-items:center;flex-direction:row;margin-bottom:1.5rem}.drawer__header__logo img{height:1.75rem;width:auto}.drawer__header button{background:none;border:none;padding:0;cursor:pointer;color:var(--clr-body-txt)}.drawer__header button svg{height:3rem;width:3rem}.drawer__nav ul{list-style:none;margin:0;padding:0;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:.5rem}.drawer__nav__item{width:100%;padding-bottom:.5rem;border-bottom:2px solid #fff}.drawer__nav__item:last-child{border-bottom:none}.drawer__nav a,.drawer__nav button{display:block;color:#fff;text-decoration:none;font-size:1.25rem;transition:all .3s ease;background:none;cursor:pointer;text-align:left;width:100%;padding:.5rem 0}.drawer__nav a:hover,.drawer__nav a.active,.drawer__nav button:hover,.drawer__nav button.active{font-weight:700}@keyframes drawerSlideIn{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.drawer__backdrop{animation:fadeIn .3s ease}.drawer__content{animation:drawerSlideIn .3s ease}.footer{width:100%;background-color:var(--clr-primary)}.footer__container{max-width:1280px;margin:0 auto;padding:2rem 1rem}.footer__wrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:1.5rem;text-align:center}.footer__wrapper p,.footer__wrapper a{color:#fff}.footer__wrapper a{text-decoration:none;font-weight:500;transition:all .3s ease}.footer__wrapper a:hover,.footer__wrapper a:focus,.footer__wrapper a:active{text-decoration:underline}.footer-logos{display:flex;justify-content:center;align-items:center;flex-direction:row;gap:1rem;width:100%;max-width:1280px;padding:4rem}.footer-logos__wrapper{display:flex;justify-content:center;align-items:center;flex-direction:row;gap:4rem;width:100%}.footer-logos__wrapper img{width:200px;height:auto;transition:all .3s ease;cursor:pointer}.footer-logos__wrapper img:hover{transform:scale(1.05)}@media screen and (max-width: 768px){.footer__wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem;font-size:.8rem}.footer-logos{padding:3rem}.footer-logos__wrapper{flex-direction:column;align-items:center;gap:3rem}}.page-layout{display:flex;flex-direction:column;align-items:center;min-height:100vh}.main-content{flex:1 0 auto;width:100%;margin:0;display:flex;justify-content:flex-start;align-items:center;flex-direction:column}.main-content .loading-indicator{position:fixed;top:64px;left:0;right:0;padding:.5rem;background-color:rgba(var(--clr-primary),.1);color:var(--clr-body-txt);text-align:center;font-weight:500;z-index:40}.main-content h2{font-size:2rem;color:var(--clr-primary)}.main-content ul,.main-content ol{margin-left:1.5rem}.main-content ul.checklist{list-style:none}.main-content ul.checklist li:before{content:"✓";margin-right:4px;font-weight:700}.page-content{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:2rem;width:100%;max-width:1280px;margin:0;padding:2rem}.page-content__section{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:1rem;width:100%;background-color:#fff}.page-content a{text-decoration:none;color:var(--clr-primary);font-weight:500;transition:all .3s ease}.page-content a:hover{color:var(--clr-secondary);text-decoration:underline}.page-content a:focus{color:var(--clr-secondary);text-decoration:underline}.page-content a:active{color:var(--clr-visited-link);text-decoration:underline}.page-content a:visited{color:var(--clr-visited-link)}.home-banner,.learn-banner,.engage-banner,.inform-banner,.footer-banner{height:500px;display:flex;align-items:center;justify-content:center}.learn-banner,.engage-banner,.inform-banner{height:300px}.footer-banner{height:300px;align-content:center;justify-content:flex-start}.home-banner,.learn-banner,.engage-banner,.inform-banner,.footer-banner{position:relative;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.home-banner__bg-image,.learn-banner__bg-image,.engage-banner__bg-image,.inform-banner__bg-image,.footer-banner__bg-image{position:absolute;top:0;left:0;height:100%;width:100%;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.home-banner__bg-image.home-banner-image,.learn-banner__bg-image.home-banner-image,.engage-banner__bg-image.home-banner-image,.inform-banner__bg-image.home-banner-image,.footer-banner__bg-image.home-banner-image,.home-banner__bg-image.footer-banner-image,.learn-banner__bg-image.footer-banner-image,.engage-banner__bg-image.footer-banner-image,.inform-banner__bg-image.footer-banner-image,.footer-banner__bg-image.footer-banner-image{background-position:top center}.home-banner__content,.learn-banner__content,.engage-banner__content,.inform-banner__content,.footer-banner__content{position:relative;z-index:2;text-align:center;padding:2rem;color:#fff;width:100%;max-width:1280px}.home-banner__content h1,.learn-banner__content h1,.engage-banner__content h1,.inform-banner__content h1,.footer-banner__content h1{font-size:3rem;margin-bottom:1.5rem}.home-banner__content h2,.learn-banner__content h2,.engage-banner__content h2,.inform-banner__content h2,.footer-banner__content h2{font-size:3rem;margin-bottom:0}.home-banner__content p,.learn-banner__content p,.engage-banner__content p,.inform-banner__content p,.footer-banner__content p{font-size:1.5rem;font-weight:600}.home-banner__content.home-banner-content,.learn-banner__content.home-banner-content,.engage-banner__content.home-banner-content,.inform-banner__content.home-banner-content,.footer-banner__content.home-banner-content{margin-bottom:4rem}.home-banner__content.footer-banner-content,.learn-banner__content.footer-banner-content,.engage-banner__content.footer-banner-content,.inform-banner__content.footer-banner-content,.footer-banner__content.footer-banner-content{max-width:1280px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;margin-bottom:0;text-align:left}.home-banner__content.footer-banner-content h2,.home-banner__content.footer-banner-content p,.learn-banner__content.footer-banner-content h2,.learn-banner__content.footer-banner-content p,.engage-banner__content.footer-banner-content h2,.engage-banner__content.footer-banner-content p,.inform-banner__content.footer-banner-content h2,.inform-banner__content.footer-banner-content p,.footer-banner__content.footer-banner-content h2,.footer-banner__content.footer-banner-content p{margin:0}@media (max-width: 840px){.home-banner,.learn-banner,.engage-banner,.inform-banner,.footer-banner{height:300px}.home-banner__content,.learn-banner__content,.engage-banner__content,.inform-banner__content,.footer-banner__content{padding:2rem;text-align:center}.home-banner__content h1,.learn-banner__content h1,.engage-banner__content h1,.inform-banner__content h1,.footer-banner__content h1,.home-banner__content h2,.learn-banner__content h2,.engage-banner__content h2,.inform-banner__content h2,.footer-banner__content h2{font-size:2rem}.home-banner__content p,.learn-banner__content p,.engage-banner__content p,.inform-banner__content p,.footer-banner__content p{font-size:1.2rem}.home-banner__content.home-banner-content,.learn-banner__content.home-banner-content,.engage-banner__content.home-banner-content,.inform-banner__content.home-banner-content,.footer-banner__content.home-banner-content{margin-bottom:0}}.button-wrapper{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;margin-top:1.5rem}.primary-button,.secondary-button{border:2px solid #fff;border-radius:0;padding:.5rem 1.5rem;background-color:var(--clr-primary);color:#fff;font-size:1.2rem;font-weight:600;text-align:center;text-decoration:none;cursor:pointer;transition:all .3s ease;transition:background-color .3s ease,color .3s ease}.primary-button:hover,.primary-button:focus,.secondary-button:hover,.secondary-button:focus{box-shadow:0 4px 8px var(--clr-shadow);background-color:var(--clr-hover-btn)}.primary-button:active,.primary-button:focus-visible,.secondary-button:active,.secondary-button:focus-visible{transform:translateY(2px);box-shadow:none}.secondary-button{background-color:var(--clr-secondary)}.no-outline{border:none}.callout-positioning{position:relative;margin:0;height:320px;width:100%;max-width:1280px}.callout-container{position:absolute;top:-2.5rem;margin:0 2rem;display:flex;flex-direction:row;justify-content:center;align-content:center;box-shadow:0 4px 8px var(--clr-shadow)}.callout{display:flex;flex-direction:column;justify-content:space-between;align-items:center;flex:1;padding:2rem;border-radius:0;background-color:var(--clr-primary)}.callout:last-child{margin-bottom:0}.callout:nth-child(2n){background-color:var(--clr-secondary)}.callout-icon-wrapper{position:relative;display:flex;align-items:center}.callout-icon{position:absolute;top:-132px;left:-98px;right:0;width:200px;height:200px;border-radius:50%;padding:2rem;display:flex;justify-content:center;align-items:center;flex-shrink:0;font-size:1.5rem;background-color:var(--clr-accent)}.callout-icon img{width:inherit;height:inherit}.callout-icon.primary-border{border:.5rem solid var(--clr-primary)}.callout-icon.secondary-border{border:.5rem solid var(--clr-secondary)}.callout-content{display:flex;flex-direction:column;justify-content:space-between;align-items:center;flex:1;margin-top:5rem}.callout-title{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#fff}.callout-description{font-size:1rem;color:#fff;margin-bottom:1.5rem}.callout-action{margin-top:auto}@media screen and (max-width: 1199px){.callout-positioning{height:340px}}@media screen and (max-width: 1029px){.callout-positioning{height:360px}}@media screen and (max-width: 909px){.callout-positioning{height:380px}}@media screen and (max-width: 867px){.callout-positioning{height:400px}}@media screen and (max-width: 840px){.callout-positioning{position:relative;height:-moz-fit-content;height:fit-content}.callout-container{position:relative;top:unset;margin:0 auto;display:flex;flex-direction:column;justify-content:flex-start;align-content:flex-start;gap:0}.callout{padding:2rem;flex-direction:row;align-items:center;justify-content:center}.callout-icon-wrapper{margin-right:1.5rem;margin-bottom:1rem;align-items:flex-start}.callout-icon{position:relative;top:unset;left:unset;right:unset;margin:0;padding:1rem;width:96px;height:96px}.callout-content{margin-top:0;justify-content:flex-start;align-items:flex-start}.callout-title{font-size:1.5rem}.callout-description{font-size:1.2rem}}.accordion{width:100%;margin-bottom:1rem;display:flex;flex-direction:column;gap:.5rem;overflow:hidden;background-color:#fff}.accordion .accordion{border:none}.accordion-item{border:2px solid var(--clr-primary);border-radius:0}.accordion-item.is-open{border-bottom:2px solid var(--clr-primary)}.accordion-item.is-open .accordion-header{border-bottom:none}.accordion-item.is-open .accordion-header .accordion-icon{transform:rotate(90deg)}.accordion-header{display:flex;justify-content:center;align-items:center;justify-content:space-between;width:100%;padding:1rem 1.5rem;background-color:var(--clr-primary);color:#fff;text-align:left;cursor:pointer;border:none;border-bottom:none;outline:none;font-size:1.5rem;font-weight:600;position:relative;transition:all .3s ease}.accordion-header:hover,.accordion-header:focus{background-color:var(--clr-secondary)}.accordion-header:focus-visible{outline:2px solid var(--clr-secondary);outline-offset:-2px;z-index:1}.accordion-title{flex:1}.accordion-icon{width:2rem;height:2rem;margin-left:1rem 1.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.accordion-icon svg{width:100%;height:100%;color:#fff;transition:transform .3s ease}.accordion-content{height:0;overflow:hidden;transition:height .3s ease}.accordion-body{padding:1rem 1.5rem}.accordion-body__wrapper{display:flex;flex-direction:column;gap:.5rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.accordion-item.is-open .accordion-body{animation:fadeIn .3s ease}@media screen and (max-width: 768px){.accordion-header{padding:.75rem;font-size:1rem}.accordion-body{padding:12px}.accordion-icon{width:1.5rem;height:1.5rem}}.welcome-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:var(--clr-backdrop);z-index:1001}.welcome-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;display:flex;align-items:center;justify-content:center;opacity:0;animation:fadeIn .3s ease forwards}.welcome-modal-overlay:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.welcome-modal{background-color:#fff;border-radius:0;box-shadow:0 4px 8px var(--clr-shadow);width:90%;max-width:1000px;min-height:500px;z-index:1002;display:flex;flex-direction:row;transform:translateY(20px);opacity:0;animation:modalSlideIn .3s ease forwards .1s}.welcome-modal__content{padding:2rem;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1.5rem}.welcome-modal__image{flex:1;padding:1rem;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:0;position:relative;display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.welcome-modal__close{background:#fff;border:none;cursor:pointer;font-size:1.5rem;color:var(--clr-primary);width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .3s ease;position:relative}.welcome-modal__close:before{content:"×";position:absolute;top:-3px}.welcome-modal__close:hover{background-color:var(--clr-secondary);color:#fff}.welcome-modal__close:focus,.welcome-modal__close:focus-visible{outline:2px solid var(--clr-secondary);outline-offset:-2px}.welcome-modal__close:active{transform:scale(.95)}.welcome-modal__header h2{margin:0;font-size:2rem;font-weight:600;line-height:2rem;color:var(--clr-primary)}.welcome-modal__body{color:var(--clr-body-txt);font-size:1.2rem;font-weight:600;line-height:1.5}.welcome-modal__body p{margin:0}.welcome-modal__footer{display:flex;justify-content:flex-start;gap:1rem}@keyframes modalSlideIn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 768px){.welcome-modal{flex-direction:column-reverse}.welcome-modal__image{flex:1}.welcome-modal__content{flex:0;padding:1.5rem}.welcome-modal__content__header h2{font-size:1.5rem;line-height:1.5rem}.welcome-modal__content__body{font-size:1rem}.welcome-modal__content__footer{flex-direction:column;gap:1rem}}
