header.sitewide{display:flex;gap:2rem;margin:2rem 0;flex-direction:row;width:100%;column-gap:1rem;justify-content:space-between}header.sitewide .site-title{margin:0;text-transform:uppercase}header.sitewide .site-title a{text-decoration:none;color:#000}header.sitewide nav{display:flex;flex-direction:row;margin:0;gap:.25rem}header.sitewide nav ul{margin:0;display:flex;flex-direction:row;gap:4rem;padding:0}header.sitewide nav li{padding:0;list-style-type:none;transition-duration:.2s;width:100%}header.sitewide nav li.active a{color:blue}header.sitewide nav li a{display:block;color:#000;text-decoration:none;transition-duration:.2s;text-transform:uppercase}header.sitewide nav__submenu{display:none;list-style:none;padding-left:.5rem;margin:0}@media screen and (min-width:22rem){header.sitewide neav{padding-left:0}}@media screen and (min-width:40rem){header.sitewide__menu{gap:0;row-gap:.25rem}header.sitewide__menu__link a{font-size:2rem}header.sitewide__menu__link__wrapper:hover:hover>a{color:#000}header.sitewide__menu__link__wrapper:hover:hover:not(.active)>a{transform:translateX(10px)}}@media screen and (min-width:75rem){header.sitewide__logo{width:100%}header.sitewide__menu__link a{font-size:2rem}header.sitewide__menu__submenu{display:none}}html{--fallback-font-1:sans-serif}.page-layout>*{font-family:Helvetica}.page-layout{width:100%;padding:8rem 1rem 0;box-sizing:border-box}.page-footer,.page-layout{display:flex;flex-direction:column}.page-footer{margin-top:5rem;align-items:center;font-size:.9rem;color:#a9a9a9;margin-bottom:0}.page-footer__siteby a{color:#26a9e0;transition-duration:.1s}.page-footer__siteby a:hover{filter:brightness(1.25)}@media screen and (min-width:22rem){.page-layout{flex-direction:column}}@media screen and (min-width:40rem){.page-layout{max-width:700px;margin:0 auto}.page-layout>main.content-area{min-height:400px;height:100%}}@media screen and (min-width:75rem){.page-layout{column-gap:2rem;flex-direction:column;margin:0 auto}}.page-wrapper{margin:0;min-height:100vh}body{margin:0}.content a{color:#26a9e0;transition-duration:.1s}.content a:hover{filter:brightness(1.25)}.sr-only{width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}address.about-footer ul{display:flex;flex-direction:row;justify-content:center;list-style:none;padding:0;gap:1rem}address.about-footer ul li{font-style:normal}address.about-footer ul li a{text-decoration:none;color:#000;font-weight:700}.copyable{cursor:copy}