.agency-announcements{text-align:center;padding:5px 5vw;background-color:var(--buckeye-blue);font-size:1.25em;color:var(--white);font-family:source-sans-pro,sans-serif;font-weight:700}.cookies-section{position:fixed;bottom:0;right:0;padding:10px;z-index:50;max-width:100vw;border-top:3px solid var(--cardinal-red)}@media(min-width:1000px){.cookies-section{border-left:3px solid var(--cardinal-red);border-top-left-radius:.5em}}footer{max-width:100vw}footer .footer-about{padding:3px 0 8px 5px;background-color:var(--web-gray)}footer .footer-about h2{color:var(--web-white)}footer .footer-about p{color:var(--web-white);-webkit-margin-before:4px;margin-block-start:4px;-webkit-margin-after:0;margin-block-end:0}footer .footer-copyright{background-color:var(--monumental-gray);font-size:.5em;text-align:center;-webkit-margin-before:0;margin-block-start:0;padding:.5px 0}@media(min-width:1000px){html footer .footer-about{padding:10px 15vw}html footer .footer-about h2{-webkit-margin-before:.25em;margin-block-start:.25em}html footer .footer-about nav{display:grid;text-align:right}html footer .footer-about nav a{font-family:source sans pro,sans-serif;color:var(--white);font-weight:700;margin-right:0;margin-bottom:5px}html footer .footer-about nav a.active{text-decoration:underline}html footer .footer-copyright{font-size:.8em;padding:1px 20vw}html footer .footer-copyright p{-webkit-margin-before:.5em;margin-block-start:.5em;-webkit-margin-after:.5em;margin-block-end:.5em}}@font-face{font-family:Font Awesome;src:url(/assets/fa-solid-900.ttf) format("truetype")}header{background-color:var(--cardinal-red);text-transform:uppercase}header img{max-width:250px;height:auto}header nav.main-nav a,header nav.social-icons a{color:var(--white);font-family:source-sans-pro,sans-serif;text-decoration:none}header nav.main-nav a.active,header nav.social-icons a.active{text-decoration:underline}header nav.main-nav a:has(~nav.sub-nav).header-link:after,header nav.social-icons a:has(~nav.sub-nav).header-link:after{font-family:Font Awesome,sans-serif}header nav.main-nav a:hover,header nav.social-icons a:hover{text-decoration:underline}header nav.social-icons a:hover{opacity:.8}@media only screen and (max-width:1300px){header{display:grid;grid-template-areas:"logo button" "menu menu" "social social"}header a.header-logo{padding:15px 5px;grid-area:logo}header button.expand-menu-button{padding:15px 5px;grid-area:button;width:50px;justify-self:right;font-size:2em;border:none}header button.expand-menu-button svg{color:var(--white)}header nav.main-nav{border-top:1px solid var(--web-white);grid-area:menu;display:grid;justify-content:center;text-align:center;overflow:hidden}header nav.main-nav.hidden{max-height:0;transition:max-height .45s}header nav.main-nav.hidden .sub-nav.sub-nav{max-height:0;transition:max-height .3s}header nav.main-nav.expanded{height:-moz-fit-content;height:fit-content;max-height:1000px;transition:max-height .45s}header nav.main-nav a{font-size:1.25em;margin:10px 0}header nav.main-nav button.mobile-expand-button{color:var(--white);border-color:var(--white);border-width:1px;padding:2.5px 7.5px;vertical-align:middle}header nav.main-nav .sub-nav{display:grid;width:100vw;background-color:var(--cardinal-red-deep);overflow:hidden}header nav.main-nav .sub-nav a{font-size:1.15em}header nav.main-nav .sub-nav.hidden{max-height:0;transition:max-height .25s}header nav.main-nav .sub-nav.expanded{height:-moz-fit-content;height:fit-content;max-height:400px;transition:max-height .25s}header nav.main-nav.hidden+nav.social-icons{font-size:1em;padding:5px;transition:.25s}header nav.social-icons{background-color:var(--buckeye-blue);grid-area:social;text-align:center;font-size:1.5em;padding:15px;transition:.25s}header nav.social-icons a{padding:10px}}@media(min-width:1300px){header{display:flex;align-items:end;justify-content:space-around;position:relative}header img{max-width:250px;height:auto;padding-bottom:15px}header button.expand-menu-button{display:none}header nav.main-nav{display:flex}header nav.main-nav a{font-weight:700;padding:0 20px 15px}header nav.main-nav a:has(+nav.sub-nav).header-link:after{content:" "}header nav.main-nav a:hover+nav.sub-nav{max-height:80px;border-bottom:2px solid var(--cardinal-red);transition:max-height .25s}header nav.main-nav a:hover:has(+nav.sub-nav).header-link:after{content:" "}header nav.main-nav button.mobile-expand-button{display:none}header nav.main-nav nav.sub-nav{height:-moz-fit-content;height:fit-content;max-height:0;width:100%;overflow:hidden;position:absolute;left:0;top:100px;background-color:var(--white);align-items:center;display:flex;flex-wrap:wrap;justify-content:center;transition:max-height .25s}header nav.main-nav nav.sub-nav:hover{max-height:80px;transition:max-height .25s;border-bottom:2px solid var(--cardinal-red)}header nav.main-nav nav.sub-nav a{padding:25px 15px;color:var(--cardinal-red)}header nav.social-icons{padding-bottom:15px}}@media(min-width:1000px){header{padding:10px 0 0}}@media(min-width:1400px){header{padding:15px 5vw 0}}@media(min-width:1500px){header{padding:15px 10vw 0}}html{--cardinal-red:#c12637;--cardinal-red-deep:#70141e;--buckeye-blue:#0e3f75;--white:#ffffff;--black:#000000;--monumental-gray:#b0b3af;--tech-blue:#0098d3;--tech-blue-ada:#296066;--qyarry-blue:#69c2c6;--solar-yellow:#f3df89;--circleville-orange:#eba70e;--pawpaw-green:#bbd36f;--appalachian-green:#729364;--earth-brown:#8a5e32;--web-gray:#262626;--web-white:#ebebeb;background-color:#ebebeb}body{display:flex;flex-direction:column;min-height:100vh;margin:0}body section.red-background{background-color:var(--cardinal-red)}body section.blue-background{background-color:var(--buckeye-blue)}body section.green-background{background-color:var(--appalachian-green)}body section.gray-background{background:radial-gradient(circle,rgb(255,255,255) 10%,rgb(179,177,177) 100%)}body section.superior-green-background{background-color:#007751}main{flex:1 1}main>section{padding:10px}main .blue{color:var(--buckeye-blue)}main .red{color:var(--cardinal-red)}h1,h2,h3,h4,h5,h6{font-family:source-sans-pro,sans-serif;color:var(--web-gray)}h1.centered,h2.centered,h3.centered,h4.centered,h5.centered,h6.centered{text-align:center}h1.blue,h2.blue,h3.blue,h4.blue,h5.blue,h6.blue{color:var(--buckeye-blue)}h1.red,h2.red,h3.red,h4.red,h5.red,h6.red{color:var(--cardinal-red)}h1{-webkit-margin-before:10px;margin-block-start:10px;font-weight:700;font-size:2.5em}h1,h1+p i{color:var(--buckeye-blue)}h1+p i{font-size:1.3em;font-family:source-sans-pro,sans-serif}h1:has(+p){-webkit-margin-after:0;margin-block-end:0}h1+p:has(i){padding:0 10px 10px}h2:has(+div){-webkit-margin-after:0;margin-block-end:0}h2:has(+p){-webkit-margin-after:0;margin-block-end:0}h3:has(+p){-webkit-margin-after:0;margin-block-end:0}h3+p{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;font-family:source-sans-pro,sans-serif}a{font-family:"source-serif-pro",serif;color:var(--tech-blue-ada)}a:has(+button):has(button){margin-right:5px}a:has(+a){margin-right:5px}a:has(+a):not(:has(button)){margin-right:15px}a img.grayscale{filter:saturate(0);transition:.25s ease-in-out}a img.grayscale:hover{scale:1.05;filter:saturate(1)}a button{margin:15px}a button.call-to-action,a button.cta{font-size:1.25em}a+sub{color:var(--tech-blue-ada);margin-left:5px}button{background-color:unset;border:1.5px solid var(--web-gray);color:var(--web-gray);padding:5px 7.5px;border-radius:5px;font-weight:700;cursor:pointer;transition:background-color .25s}button.active,button:hover{transition:background-color .25s;color:var(--white);background-color:var(--web-gray)}button:has(+button){margin-right:2.5px}p:has(i){-webkit-margin-before:0;margin-block-start:0}p:has(i):has(strong),p:has(strong):has(i){-webkit-margin-before:unset;margin-block-start:unset;-webkit-margin-after:0;margin-block-end:0}p.centered{text-align:center}p.right-align{text-align:right}p.twoEm{font-size:2em}p.onePointTwoFiveEm{font-size:1.25em}p,span{font-family:"source-serif-pro",serif;color:var(--web-gray)}p.sans-serif,span.sans-serif,ul li{font-family:source-sans-pro,sans-serif}ul li{margin-bottom:5px}ul.left-align{text-align:left}ul.two-column{column-count:2}svg.large-circled{font-size:3em;border:4px solid var(--web-gray);border-radius:50%;padding:7.5px;height:50px;width:50px}label{font-family:source-sans-pro,sans-serif;font-weight:600}label:has(+input:required):after{content:"* ";color:var(--cardinal-red)}label span{font-style:italic}input,label span,textarea{font-family:source-sans-pro,sans-serif}textarea{padding:7.5px 5px;background-color:unset;border:1px solid var(--web-gray);border-radius:7.5px}textarea:focus{border-color:var(--black)}textarea::placeholder{font-weight:200;font-style:italic}input{padding:7.5px 5px;background-color:unset;border:1px solid var(--web-gray);border-radius:7.5px}input[type=search]{font-size:50px}input[type=checkbox]{background-color:unset}input:focus{border-color:var(--black)}input::placeholder{font-weight:200;font-style:italic}input:has(+button){border-top-right-radius:0;border-bottom-right-radius:0}input:has(+button):focus{border-top-right-radius:0;border-bottom-right-radius:0}input:has(+button):focus-visible{outline-offset:unset}input+button{padding:7.5px;border-width:1px;border-top-left-radius:0;border-bottom-left-radius:0}input+button:has(+button){border-top-right-radius:0;border-bottom-right-radius:0;margin-right:0}input+button+button{padding:7.5px;border-width:1px;border-top-left-radius:0;border-bottom-left-radius:0}div.sans-serif p,div.sans-serif span{font-family:source sans pro,sans-serif}div.grid{display:grid;grid-column-gap:10px;column-gap:10px}div.border{padding:5px;border:2px solid var(--web-gray);border-radius:10px}.gone{display:none!important}@media only screen and (max-width:380px){html textarea{width:300px;height:4em}}@media only screen and (min-width:380px){html textarea{width:330px;height:4em}}@media only screen and (min-width:600px){html textarea{width:550px;height:4em}}@media only screen and (min-width:1000px){html h1{padding:10px 0 0 10px}html button:hover{background-color:unset;color:unset}html form input{width:15em}html textarea{width:750px;height:4em}}html main h1{padding:10px 5vw 0}html main h1+p:has(i){padding:0 5vw 10px}html main>section{padding:10px 5vw}html main>section>h1{padding:10px 0 0 10px}html main>section+p:has(i){padding:0 5vw 10px}@media only screen and (max-width:380px){html main>section{padding:10px 5px}}@media only screen and (min-width:600px){html main h1{padding:10px 5vw 0}html main h1+p:has(i){padding:0 5vw 10px}html main>section{padding:10px 5vw}html main>section+p:has(i){padding:0 5vw 10px}}@media only screen and (min-width:1200px){html main h1{padding:10px 10vw 0}html main h1+p:has(i){padding:0 10vw 10px}html main>section{padding:10px 10vw}html main>section+p:has(i){padding:0 10vw 10px}}@media only screen and (min-width:1700px){html main h1{padding:10px 20vw 0}html main h1+p:has(i){padding:0 20vw 10px}html main>section{padding:10px 20vw}html main>section+p:has(i){padding:0 20vw 10px}}html img{margin:auto;height:auto}html img.bordered{border:3px solid var(--cardinal-red)}html iframe,html video{border-radius:.5em;border:2px solid var(--white)}@media only screen and (max-width:380px){html img{width:320px}html iframe,html video{width:280px;height:162px}}@media only screen and (min-width:380px){html img{width:340px}html img.scaled{scale:1}html iframe,html video{width:360px;height:202px}}@media only screen and (min-width:600px){html img{width:550px}html iframe,html video{width:576px;height:324px}}@media only screen and (min-width:1000px){html img{width:800px}html iframe,html video{width:720px;height:404px}html .two-column img{width:480px;height:auto}html .two-column iframe,html .two-column video{width:480px;height:270px}html .three-column img{width:350px;height:auto}html .three-column iframe,html .three-column video{width:480px;height:270px}}@media only screen and (min-width:1400px){html img{width:1100px}html img.scaled{scale:1.2}html iframe,html video{width:720px;height:404px}}