:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ffffff}}body,html{max-width:100vw;overflow-x:hidden;width:100vw;min-height:100vh}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0;-ms-overflow-style:none;scrollbar-width:none}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.header{border-top-right-radius:0;border-bottom-right-radius:20px;border-top-left-radius:0;border-bottom-left-radius:20px;transition:background-color .3s ease,box-shadow .3s ease}.header-menu{grid-template-columns:1.5fr 8fr 1.5fr}.menu-item{transition:color .3s ease-in-out,background-color .3s ease-in-out}.menu-item:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:0;background-color:#105998;transition:width .4s ease-in-out}.hover-color-navy:hover{color:#105998!important}.menu-item:hover:after{width:80%;left:10%}.menu-list-container{overflow:hidden;transition:max-height .4s ease-in-out;max-height:0}.menu-list-container.expanded{max-height:600px}.menu-list-container.collapsed{max-height:0}.banner{background-size:cover;background-position:50%;background-repeat:no-repeat}