html{font-family:Poppins,Segoe UI,sans-serif}body{background-color:#fafafa;font-size:1.1rem;font-weight:400;margin-inline:auto;min-height:100vh;min-height:100dvh;overflow-x:hidden}*,:after,:before{box-sizing:border-box;margin:0;padding:0}.container{margin:0 auto;max-width:1600px;padding:0 12px;position:relative}.flex{display:flex;gap:var(--gap,1rem)}.container--narrow{max-width:960px}.min-list{margin:0;padding:0}.min-list li{list-style:none}.page-content{padding-bottom:5rem}.dashboard{display:flex;flex-direction:row;gap:2rem;justify-content:space-between;padding-block:2rem}@media(max-width:767px){.dashboard{flex-direction:column-reverse}}.dashboard__documents{width:100%}.dashboard__documents h2{margin-bottom:.8rem}.dashboard__documents .dashboard-document-pills{border-radius:.4em;display:flex;flex-direction:column}.dashboard__documents .dashboard-document-pills .document-pill{background-color:#fff;border:1px solid #c2c2c2;border-radius:0;border-top:0 solid #c2c2c2;color:#171717;display:flex;flex-direction:column;gap:.15em;justify-content:space-between;min-height:-moz-max-content;min-height:max-content;padding:.75em 1.5em;text-decoration:none;transition:all .2s ease-out}.dashboard__documents .dashboard-document-pills .document-pill:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit;border-top-width:1px}.dashboard__documents .dashboard-document-pills .document-pill:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.dashboard__documents .dashboard-document-pills .document-pill:hover{background-color:hsla(0,0%,86%,.173)}.dashboard__documents .dashboard-document-pills .document-pill__head{align-items:end;display:flex;flex-direction:row;justify-content:space-between}.dashboard__documents .dashboard-document-pills .document-pill__main h3{font-size:1em;font-weight:500}.dashboard__documents .dashboard-document-pills .document-pill__cats{font-size:.8em;font-weight:400;margin-inline-end:.4em}.dashboard__documents .dashboard-document-pills .document-pill__date{font-size:.8em;font-weight:400}.dashboard__events{min-width:350px}.dashboard__events h2{margin-bottom:.8em}.dashboard__events .event-post-pills{display:flex;flex-direction:column;gap:1em}.dashboard__events .event-post-pills .event-pill{background-color:#f3f3f3;border-inline-start:.4em solid #003c55;border-radius:.4em;outline:1px solid #d3d3d3;padding:.75em 1.5em;transition:all .2s ease-out}.dashboard__events .event-post-pills .event-pill h3{font-size:1em;font-weight:500}.dashboard__events .event-post-pills .event-pill p{font-size:.8em}.header{background-color:#0e0e0e}.header .skip-link{background-color:#003c55;border-radius:5px;color:#ddd;font-size:1.5rem;font-weight:500;left:50%;min-width:300px;opacity:0;padding:12px 24px;pointer-events:none;position:absolute;right:50%;text-align:center;text-decoration:none;top:100px;transform:translate(-50%,-50%);transition:opacity .3s ease;width:-moz-fit-content;width:fit-content;z-index:1000}.header .skip-link:focus{opacity:1;outline:2px solid #ddd;pointer-events:auto}.header #open-sidebar-button{background:none;border:none;cursor:pointer;display:none;margin-left:auto;padding:1em}@media(max-width:1170px){.header #open-sidebar-button{display:block}}.header #close-sidebar-button{background:none;border:none;cursor:pointer;display:none;margin-left:auto;padding:1em}@media(max-width:1170px){.header #close-sidebar-button{display:block}}.header #overlay{background-color:rgba(0,0,0,.616);display:block;height:100vh;opacity:0;position:fixed;right:-100%;top:0;transition:opacity .5s ease-in-out;width:100%;z-index:9}.header nav{background-color:#0e0e0e;border-bottom:1px solid #272832}@media(max-width:1170px){.header nav{border-bottom:unset;border-left:1px solid #272832;height:100vh;position:fixed;right:-100%;top:0;transition:right .5s ease-in-out;width:min(18em,100%);z-index:10}.header nav.show{right:0}.header nav.show~#overlay{display:block;opacity:1;right:0}}.header nav ul{display:flex;list-style:none}@media(max-width:1170px){.header nav ul{flex-direction:column;width:100%}}.header nav ul li{display:flex}.header nav ul li.home-li{font-weight:600;margin-right:auto}@media(max-width:1170px){.header nav ul li.home-li{margin-right:unset}}.header nav ul li a{color:#ddd;display:flex;flex-wrap:nowrap;padding:1em 2em;text-decoration:none;transition:background-color .2s ease-out}.header nav ul li a:hover{background-color:#272832}.header nav ul li a:focus{background-color:#003c55}.header nav ul li a.nav-active-page{border-bottom:1px solid #ddd}@media(max-width:1170px){.header nav ul li a.nav-active-page{border-bottom:none}}.header nav ul li a.logout{background-color:#500}.header nav ul li a.logout:hover{background-color:#272832}.header nav ul li a.login{background-color:#003c55}.header nav ul li a.login:hover{background-color:#272832}@media(max-width:1170px){.header nav ul li a{padding-left:2.5em;width:100%}}.yearly-banner{--gap:0rem;align-items:center;justify-content:center;margin-block:2rem;margin-inline:auto}.yearly-banner__text{background-color:#fff;flex-direction:column;padding:3rem 8rem;--gap:1rem;box-shadow:0 4px 6px rgba(0,0,0,.1)}@media(max-width:530px){.yearly-banner__text{padding:1rem 2rem}}.yearly-banner__text-normal{font-size:1.5rem;font-weight:300;text-align:center}@media(max-width:530px){.yearly-banner__text-normal{font-size:1.3rem}}.yearly-banner__text-small{font-size:1.1rem;font-weight:300;text-align:center}@media(max-width:530px){.yearly-banner__text-small{font-size:1rem}}.page-banner{background-color:#000;padding:40px 0 30px;position:relative}@media(max-width:530px){.page-banner{padding:30px 0}}.page-banner__content{position:relative;z-index:2}.page-banner__title{color:#fff;font-size:2.8rem;font-weight:300;margin:0 0 1rem}@media(max-width:530px){.page-banner__title{font-size:2rem}}.page-banner__bg-image{background-size:cover;opacity:.2}.page-banner__bg-color,.page-banner__bg-image{bottom:0;left:0;position:absolute;right:0;top:0}.page-banner__intro{color:#ededed;font-size:1.6rem;font-weight:300;line-height:1.3}@media(max-width:530px){.page-banner__intro{font-size:1.1rem}}.page-banner__intro p{margin:0}.front-page-banner{background-color:#000;padding:40px 0 30px;position:relative}@media(max-width:530px){.front-page-banner{padding:30px 0}}.front-page-banner__content{position:relative;z-index:2}.front-page-banner__title{color:#fff;font-size:2.8rem;font-weight:300;margin:0 0 1rem}@media(max-width:530px){.front-page-banner__title{font-size:2rem}}.front-page-banner__bg-color{background-color:#313236;bottom:0;left:0;position:absolute;right:0;top:0}.front-page-banner__intro{color:#ededed;font-size:1.6rem;font-weight:300;line-height:1.3}@media(max-width:530px){.front-page-banner__intro{font-size:1.1rem}}.front-page-banner__intro p{margin:0}.document-posts{align-items:stretch;flex-direction:column;margin-top:2rem;width:100%;--gap:0rem}.document-posts>p{text-align:center}.document-post:not(:last-child):after{background-color:#ccc;content:"";display:inline-block;height:1px;margin-block:2rem;width:100%}.document-post .document-post__title{margin-block-end:1.4rem}.document-post .document-post__title a,.document-post .document-post__title h3{color:inherit;font-size:2rem;font-weight:500;text-decoration:none}.document-post .document-post__title a:hover{text-decoration:underline}.document-post .document-post__content{width:100%}.document-post .document-post__content .document-post__content-head{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:space-between;margin-block-end:1rem}@media(max-width:530px){.document-post .document-post__content .document-post__content-head{align-items:baseline;flex-direction:column}}.document-post .document-post__content .document-post__content-head .document-post__meta p{margin-right:auto}@media(max-width:530px){.document-post .document-post__content .document-post__content-head .document-btn__primary{width:100%}}.document-post .document-post__content .document-post__content-head .document-btn__primary a{background-color:#003c55;border:1px solid #003c55;border-radius:0;color:#fff;cursor:pointer;display:inline-block;display:flex;font-size:1.2rem;font-weight:400;gap:10px;justify-content:center;min-width:100px;padding:.5em 1em;text-align:center;text-decoration:none;transition:all .3s ease;width:-moz-fit-content;width:fit-content}.document-post .document-post__content .document-post__content-head .document-btn__primary a:hover{background-color:#fff;color:#003c55}@media(max-width:530px){.document-post .document-post__content .document-post__content-head .document-btn__primary a{width:100%}}.document-post .document-post__content .document-post__content-head .document-btn__primary a span{height:24px;width:24px}.document-post .document-post__content .document-post__content-body img{border:1px solid #e9e9e9;border-radius:10px;margin-block:1rem;width:100%}.container-scrollspy{display:flex;flex-direction:row;gap:20px}@media(max-width:767px){.container-scrollspy{flex-direction:column}}.scrollspy-nav{align-self:flex-start;border-right:1px solid #ccc;flex-shrink:0;margin:30px 0;max-height:calc(100vh - 40px);overflow-y:auto;padding:20px 3px;position:sticky;top:80px;transition:color .5s ease-in-out;width:350px}@media(max-width:960px){.scrollspy-nav{width:250px}}@media(max-width:767px){.scrollspy-nav{background-color:hsla(0,0%,100%,.973);border-radius:0 0 10px 10px;border-right:unset;box-shadow:0 2px 5px rgba(0,0,0,.1);left:0;margin:0;max-height:none;overflow-y:hidden;padding:10px;position:relative;right:0;text-align:center;top:0;width:100%;z-index:5}}.scrollspy-nav a{color:#171717;text-decoration:none}.scrollspy-nav a h3{color:inherit;font-size:1.2rem;margin-bottom:.5rem;margin-top:0}@media(max-width:767px){.scrollspy-nav a h3{font-size:1.2rem;margin-bottom:.5rem}}.scrollspy-nav ul{list-style:none;margin:0;padding:0}@media(max-width:767px){.scrollspy-nav ul{display:flex;flex-wrap:wrap;gap:10px}}.scrollspy-nav li{font-size:1rem;margin-bottom:5px}.scrollspy-nav a.scrollspy-item{color:#888;display:block;padding:3px 0;text-decoration:none;transition:all .2s ease-in-out}@media(max-width:767px){.scrollspy-nav a.scrollspy-item{border:1px solid #888;border-radius:3px;color:#888;padding:5px 10px}}.scrollspy-nav a.scrollspy-item:hover{color:#171717;text-decoration:underline;transition:color .2s ease-in-out}@media(max-width:767px){.scrollspy-nav a.scrollspy-item:hover{text-decoration:unset}}.scrollspy-nav a.scrollspy-item.active{color:#171717}@media(max-width:767px){.scrollspy-nav a.scrollspy-item.active{border:1px solid #888}}.scrollspy-nav a.scrollspy-item.active:hover{color:#171717;text-decoration:underline;transition:color .2s ease-in-out}@media(max-width:767px){.scrollspy-nav a.scrollspy-item.active:hover{text-decoration:unset}}.faq-posts{flex-direction:column;margin-top:2rem;--gap:0rem}.faq-post__card:not(:last-child):after{background-color:#ccc;content:"";display:inline-block;height:1px;margin-block:2rem;width:100%}.faq-post__card:not(:first-child){padding-top:0}.faq-post__card .faq-post__card-header{margin-bottom:1rem}.faq-post__card .faq-post__card-header h4{font-size:1.6rem;font-weight:600}.faq-post__card .faq-post__card-body{font-size:1.1rem;font-weight:400;line-height:1.8;margin-bottom:.5rem}@media(max-width:530px){.faq-post__card .faq-post__card-body{font-size:1.2rem;line-height:1.6}}.faq-post__card .faq-post__card-body ul{margin-block:.5rem}.faq-post__card .faq-post__card-body ul li{margin-left:1rem}.faq-post__card .faq-post__card-body ul li strong{overflow-wrap:break-word}.faq-post__card .faq-post__card-body ol{margin-block:.5rem}.faq-post__card .faq-post__card-body ol li{margin-left:1rem}.faq-post__card .faq-post__card-body ol li strong{overflow-wrap:break-word}.event-card{background-color:#f8f9fa;border:1px solid #ddd;border-radius:.25rem;cursor:pointer;margin-bottom:1rem}.event-date{flex:0 0 60px;margin-right:1rem;text-align:center}.event-date h5{margin:0}.event-content{flex:1}.event-content h5{margin:0 0 .5rem}.event-content p{margin:0}.event-icon{color:#000;font-size:1.5rem;margin-right:.5rem}.custom-login-page{align-items:center;background-color:#fafafa;display:flex;flex-direction:column;gap:2rem;justify-content:center;margin:0 auto;padding:5%}.custom-login-page .error-message{background-color:hsla(0,100%,90%,.144);border:1px solid red;border-radius:5px;color:red;font-size:1rem;font-weight:400;padding:.5rem 1rem;text-align:center}.custom-login-page .login-container{align-items:center;background-color:#fff;border:1px solid #ececec;border-radius:5px;display:flex;flex-direction:column;gap:1.4rem;justify-content:space-evenly;margin:0 auto;min-width:320px;padding:2rem 1rem}.custom-login-page .login-container h1{color:#171717;font-size:1.8rem;font-weight:400}.custom-login-page .login-container input,.custom-login-page .login-container p{font-size:1rem;font-weight:300}.custom-login-page .login-container .form{align-items:center;font-size:2rem;max-width:100%;min-width:200px;position:relative}.custom-login-page .login-container .form label{color:#171717;display:block;font-size:1.2rem;margin-bottom:.2rem;text-align:center;width:100%}.custom-login-page .login-container .form input{margin:0 auto;min-height:1.4rem;min-width:220px}.custom-login-page .login-container .form input[type=password]{border:1px solid #ececec;border-radius:5px;color:#171717;display:block;font-size:1.2rem;height:40px;margin-bottom:1rem;text-align:center;width:100%}.custom-login-page .login-container .form input[type=password]:focus-visible{border:0 solid #000;border-radius:5px;outline:3px solid rgba(0,59,85,.341)}.custom-login-page .login-container .form input[type=submit]{background-color:#003c55;border:1px solid #003c55;border-radius:5px;color:#fafafa;display:block;font-size:1.2rem;min-height:1.4rem;padding:.5rem 1rem;text-align:center;transition:all .3s ease-in-out;width:100%}.custom-login-page .login-container .form input[type=submit]:hover{background-color:#fafafa;color:#003c55}.custom-login-page .login-container input[aria-invalid=true]{border-color:red}.term-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:2rem;justify-content:flex-start;margin-bottom:.6rem}@media(max-width:530px){.term-list{flex-direction:column}}.term-list a{color:inherit;font-size:1.6rem;text-decoration:none}.term-list a:hover{text-decoration:underline}
