html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0}*{box-sizing:border-box}html,body{height:100%}body{line-height:1.4;font-family:Roboto,system-ui,-apple-system,"Segoe UI",sans-serif;background:#fff;color:#111}body{padding:1rem}.container{max-width:100%;margin:0 auto}header.site-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.logo{display:flex;align-items:center;gap:.5rem}.logo img{height:44px;width:auto}.site-title{font-size:1.25rem;font-weight:700;color:#0a48a8}.menu-toggle{display:block;background:none;border:none;font-size:1.75rem;color:#0a48a8;cursor:pointer;z-index:1001;padding:.5rem;transition:transform .3s ease,color .3s ease}.menu-toggle:hover{color:#f5a623;transform:scale(1.1)}nav.primary{position:fixed;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.98);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;transform:translateY(-100%);opacity:0;transition:transform .4s ease,opacity .3s ease;z-index:1000}nav.primary a{color:#0a48a8;font-size:1.5rem;text-decoration:none;font-weight:500;transition:color .2s ease}nav.primary a:hover{color:#f5a623}nav.primary.active{transform:translateY(0);opacity:1}.menu-toggle{border-radius:6px}.menu-toggle:hover{background-color:rgba(0,0,0,.05)}main{margin-top:1rem}.card{background:#fff;border:1px solid #e6e9ee;padding:1rem;border-radius:8px;box-shadow:0 0 20px 0 rgba(0,0,0,.1)}form .field{display:block;margin-bottom:.75rem}form label{display:block;font-size:.9rem;color:#6b7280}form label.input-style{padding-top:8px;padding-bottom:8px}form input,select,form button{width:100%;padding:.5rem;margin-top:.35rem;border:1px solid #cbd5e1;border-radius:6px}input:required{border-left:4px solid #b63737}input:required:valid{border-left:4px solid #1e8b05}input:focus{border-left:4px solid #959595}select.select-styling{margin-bottom:.75rem}form input.radio-input{width:auto;display:inline-block;margin-right:.25rem;margin-bottom:.5rem}form .row{display:flex;gap:.5rem}form .row>*{flex:1}footer.site-footer{text-align:center;padding:.2rem 0;color:#6b7280;margin-top:1.5rem;font-size:x-small;color:#bebebe}@media screen and (min-width: 768px)and (min-width: 480px){.container{max-width:1200px;padding:0 1rem}.menu-toggle{display:none}nav.primary{position:static;transform:none;opacity:1;background:rgba(0,0,0,0);flex-direction:row;justify-content:flex-end;align-items:center;gap:1rem;height:auto}nav.primary a{font-size:1rem;border-bottom:4px solid #fff;margin-right:.5rem;margin-left:.5rem}nav.primary a.active{border-bottom:4px solid #f5a623;border-radius:.2rem}.logo img{height:56px}.site-title{font-size:1.5rem}form .row{flex-direction:row}}@media screen and (min-width: 1024px)and (min-width: 1024px){header.site-header{display:flex;align-items:center;justify-content:space-between}nav.primary{display:flex;justify-content:flex-end;gap:1rem}.container{max-width:1200px}.logo img{height:72px}h1.page-title{font-size:2rem}.card{margin-left:5rem;margin-right:5rem}}.header-accent{position:relative}.header-accent::after{content:"";position:absolute;right:-12%;top:50%;width:60vw;height:18px;background:#f5a623;transform:rotate(-6deg);opacity:.85;z-index:0}a:focus,button:focus,input:focus{outline:3px solid rgba(10,72,168,.25)}html,body{overflow-x:hidden}h1.page-title{font-size:1.6rem;color:#0a48a8;margin-bottom:.5rem}.lead{color:#6b7280;margin-bottom:1rem}button.primary{background:#0a48a8;color:#fff;border:none;padding:.6rem 1rem;border-radius:6px;cursor:pointer}button.primary:hover{opacity:.92}