html img{height:auto;margin:auto}html img.bordered{border:3px solid var(--cardinal-red)}html video,html iframe{border:2px solid var(--white);border-radius:1em;box-shadow:12px 12px 11px -3px #cacaca}html section.blue-background video,html section.blue-background iframe,html section.red-background video,html section.red-background iframe{box-shadow:12px 12px 11px -3px #0e0e0e6e}@media only screen and (max-width:430px){html img{width:320px}html video,html iframe{width:280px;height:162px}}@media only screen and (min-width:430px){html img{width:340px}html img.scaled{scale:1}html video,html iframe{width:360px;height:202px}}@media only screen and (min-width:600px){html img{width:550px}html video,html iframe{width:576px;height:324px}}@media only screen and (min-width:1000px){html img{width:800px}html video,html iframe{width:720px;height:404px}html .two-column.columns-25-75 img,html .two-column.columns-75-25 img{width:800px;height:auto}html .two-column.columns-25-75 iframe,html .two-column.columns-25-75 video,html .two-column.columns-75-25 iframe,html .two-column.columns-75-25 video{width:816px;height:459px}html .two-column img{width:480px;height:auto}html .two-column iframe,html .two-column video{width:480px;height:270px}html .three-column.columns-50-25-25 img{width:250px;height:auto}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 video,html iframe{width:720px;height:404px}}
html main{flex:1}html main h1{padding:10px 5vw 0}html main h1+p:has(i){padding:0 5vw 10px}html main>section{padding:10px}html main>section>h1{padding:10px 0 0 10px}html main>section:not(.full-width){margin:10px 5vw}html main>section+p:has(i){padding:0 5vw 10px}html main .blue{color:var(--buckeye-blue)}html main .red{color:var(--cardinal-red)}@media only screen and (max-width:380px){html main>section:not(.full-width){margin:15px 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:not(.full-width){margin:15px 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:not(.full-width){margin:20px 10vw 15px}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:not(.full-width){margin:25px 20vw 15px}html main>section+p:has(i){padding:0 20vw 10px}}
label{font-family:source-sans-pro,sans-serif;font-weight:600}label:has(+input:required):after{content:"* ";color:var(--cardinal-red)}label span{font-family:source-sans-pro,sans-serif;font-style:italic}input,textarea{font-family:source-sans-pro,sans-serif}textarea{background-color:unset;border:1px solid var(--web-gray);border-radius:7.5px;padding:7.5px 5px}textarea:focus{border-color:var(--black)}textarea::placeholder{font-style:italic;font-weight:200}input{background-color:var(--monumental-gray);border:1px solid var(--web-gray);color:var(--black);border-radius:7.5px;padding:7.5px 5px}input[type=checkbox]{width:unset;background-color:unset}input[type=checkbox]+label{font-weight:400}input[type=radio]{width:unset}input[type=radio]+label{font-weight:400}input:focus{border-color:var(--black)}input::placeholder{color:var(--black);font-style:italic;font-weight:200}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{border-width:1px;border-top-left-radius:0;border-bottom-left-radius:0;padding:7.5px}input+button:has(+button){border-top-right-radius:0;border-bottom-right-radius:0;margin-right:0}input+button+button{border-width:1px;border-top-left-radius:0;border-bottom-left-radius:0;padding:7.5px}select{background-color:unset;border:1px solid var(--web-gray);border-radius:7.5px;padding:7.5px 5px}@media only screen and (max-width:380px){html textarea{width:300px;height:4em}}@media only screen and (min-width:380px){html input{width:150px}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 form input{width:15em}html textarea{width:750px;height:4em}}@media only screen and (min-width:1400px){html input{width:175px}}body{flex-direction:column;min-height:100vh;margin:0;display:flex}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,#fff 10%,#b3b1b1 100%)}body section.superior-green-background{background-color:#007751}body section.red-background,body section.blue-background,body section.green-background,body section.gray-background,body section.superior-green-background{border-radius:1em;box-shadow:6px 6px 8px 2px #cacaca}a{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:all .25s ease-in-out}a img.grayscale:hover{filter:saturate();scale:1.05}a button{margin:15px}a button.cta,a button.call-to-action{font-size:1.25em}a:hover{opacity:.8}a+sub{color:var(--tech-blue-ada);margin-left:5px}p:has(i){margin-block-start:0}:is(p:has(i):has(strong),p:has(strong):has(i)){margin-block-start:unset;margin-block-end:0}p.centered{text-align:center}p.right-align{text-align:right}p.x1-25{font-size:1.25em}p,span{color:var(--web-gray);font-family:source-sans-pro,sans-serif}p.sans-serif,span.sans-serif{font-family:source-sans-pro,sans-serif}button{border:1.5px solid var(--web-gray);background-color:unset;color:var(--white);cursor:pointer;border-radius:5px;padding:5px 7.5px;font-weight:700;transition:background-color .25s}button:not(.not-color){background-color:var(--cardinal-red)}button:hover,button.active{color:var(--white);background-color:var(--web-gray);transition:background-color .25s}button:has(+button){margin-right:2.5px}button.no-margins{margin:0}button:disabled{opacity:.6;cursor:not-allowed}button.cursor-wait{cursor:wait}@media only screen and (min-width:1000px){html button:hover{background-color:unset;color:unset}}ul{color:var(--web-gray)}ul li{margin-bottom:7.5px;font-family:source-sans-pro,sans-serif}ul.left-align{text-align:left}ul.two-column{columns:2}ul.three-column{columns:3}ul.white-boxes.white-boxes{font-family:Source Sans Pro,sans-serif;list-style:none}ul.white-boxes.white-boxes li{text-align:center;min-height:50px;color:var(--buckeye-blue);background-color:var(--white);border-radius:1em;justify-content:center;align-items:center;font-weight:700;display:flex}ul.circle-list{flex-wrap:wrap;justify-content:center;padding-inline:0 10px;font-family:Source Sans Pro,sans-serif;list-style:none;display:flex}ul.circle-list li{background-color:var(--cardinal-red);color:var(--white);border-radius:1em;justify-content:center;align-items:center;min-width:50px;margin:5px;padding:15px;font-weight:700;display:flex}@media only screen and (max-width:850px){html ul.mobile-one-column{columns:1}html ul.three-column{columns:2}}svg.large-circled{border:4px solid var(--web-gray);border-radius:50%;width:50px;height:50px;padding:7.5px;font-size:3em}div.sans-serif p,div.sans-serif span{font-family:source sans pro,sans-serif}div.grid{column-gap:10px;display:grid}div.border{border:2px solid var(--web-gray);border-radius:.5em;padding:5px}h1,h2,h3,h4,h5,h6{color:var(--web-gray);font-family:source-sans-pro,sans-serif}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{filter:drop-shadow(2px 1px #b5b5b5);color:var(--buckeye-blue);margin-block-start:10px;font-size:2.5em;font-weight:700}h1+p i{font-family:source-sans-pro,sans-serif;font-size:1.2em}h1:has(+p){margin-block-end:0}h1+p:has(i){margin-block-start:0;padding:0 10px 10px}section>h2{color:var(--cardinal-red)}h2:has(+div){margin-block-end:0}h2:has(+p){margin-block-end:0}h2 a:after{vertical-align:baseline;content:"";font-family:Font Awesome Light,sans-serif;font-size:65%;font-weight:300;line-height:0;position:relative;top:-.35em}h3{text-decoration:underline}h3:has(+p){margin-block-end:0}h3+p{margin-block:0;font-family:source-sans-pro,sans-serif}@media only screen and (min-width:1000px){html h1{padding:10px 0 0 10px}}@media only screen and (max-width:800px){html h1{font-size:1.75em}html h1+p i{font-family:source-sans-pro,sans-serif;font-size:1em;font-style:normal}html h2{font-size:1.25em}}@font-face{font-family:Font Awesome Light;src:url("/assets/Font Awesome 7 Pro-Light-300.otf")format("opentype")}html{--cardinal-red:#c12637;--cardinal-red-deep:#70141e;--buckeye-blue:#0e3f75;--white:#fff;--black:#000;--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:#4d4d4d;--web-white:#ebebeb;--web-light-gray:#d4d4d4;font-family:Source Sans Pro,sans-serif}
.accessibility{pointer-events:none;position:fixed;bottom:0;right:0}.accessibility:has(.accessibility-options){z-index:22}.accessibility .accessibility-options{background-color:var(--white);border:5px solid var(--cardinal-red);z-index:5;pointer-events:all;border-radius:1em;width:270px;padding:10px;position:relative;bottom:80px;right:10px}.accessibility .accessibility-options h2{margin-block-start:0}.accessibility .accessibility-options .close-options{position:absolute;top:5px;right:5px}.accessibility .accessibility-options .accessibility-option h3{margin-block:5px}.accessibility .accessibility-options .accessibility-option .accessibility-option-content{justify-content:space-between;align-items:center;display:flex}.accessibility .accessibility-options .accessibility-option .accessibility-option-content .font-size-current-size{margin-block:0;padding:2.5px 10px}.accessibility .accessibility-icon{cursor:pointer;border:4px solid var(--buckeye-blue);background-color:var(--white);pointer-events:all;z-index:1;border-radius:50%;width:50px;height:50px;padding:4px;position:fixed;bottom:10px;right:80px}.accessibility .accessibility-icon svg{color:var(--cardinal-red);margin-left:-5px;font-size:3em}
[data-afs="1"] h1{font-size:2.625em}[data-afs="1"] h2{font-size:1.575em}[data-afs="1"] h3{font-size:1.2285em}[data-afs="1"] h4{font-size:1.3965em}[data-afs="1"] h5{font-size:.8715em}[data-afs="1"] section,[data-afs="1"] button,[data-afs="1"] a,[data-afs="1"] p,[data-afs="1"] i{font-size:1.05em}[data-afs="2"] h1{font-size:2.75em}[data-afs="2"] h2{font-size:1.65em}[data-afs="2"] h3{font-size:1.287em}[data-afs="2"] h4{font-size:1.463em}[data-afs="2"] h5{font-size:.913em}[data-afs="2"] section,[data-afs="2"] button,[data-afs="2"] a,[data-afs="2"] p,[data-afs="2"] i{font-size:1.1em}[data-afs="3"] h1{font-size:2.875em}[data-afs="3"] h2{font-size:1.725em}[data-afs="3"] h3{font-size:1.3455em}[data-afs="3"] h4{font-size:1.5295em}[data-afs="3"] h5{font-size:.9545em}[data-afs="3"] section,[data-afs="3"] button,[data-afs="3"] a,[data-afs="3"] p,[data-afs="3"] i{font-size:1.15em}
[data-highlight-links="1"] a{border:2px solid #ff0}
[data-serif="0"] body,[data-serif="0"] section,[data-serif="0"] p,[data-serif="0"] a,[data-serif="0"] strong,[data-serif="0"] div,[data-serif="0"] h1,[data-serif="0"] h2,[data-serif="0"] h3,[data-serif="0"] h4,[data-serif="0"] h5{font-family:source-sans-pro,sans-serif!important}
