@media only screen and (max-width: 1024px){.menuBox{width:70%}.menuOpen{animation:menuAbre ease 1s forwards;right:-75%;display:flex;transition:1s}@keyframes menuAbre{0%{right:-75%;display:flex}to{right:0%}}.menuClose{animation:menuFecha ease 1s forwards;right:-75%;display:flex;transition:1s}@keyframes menuFecha{0%{right:0%;display:flex}to{right:-75%;display:none!important}}}@media only screen and (max-width: 767px){.mobile-hide{display:none}.mobile-show{display:flex!important}.cadTitle h2{font-size:30px;padding:20px 20px 10px}.bandRankTitle h1{font-size:46px;padding:0 0 20px}.formCheck{width:auto;display:block;justify-content:none;align-items:none}.formCheck label{display:block!important;margin:20px 0 0!important}.formCheck input{margin:10px 0!important}.subAwardBox{flex-direction:column}.subAwardNotice,.subAwardContent{width:100%;max-width:auto}}
