.osu-semantic {position: absolute; left: 0; top: -500px; width: 1px; height: 1px; overflow: hidden;}

/* Buckeye Alert */
#buckeye_alert {background:#900; color:#fff; margin: 0; padding:0; display:none; font-family:Arial,sans-serif;}
#buckeye_alert h3 {color:#fff; padding:.5em 0 0 0; margin-bottom:0;}
#buckeye_alert p {padding:0.8em 0; margin:0;}
#buckeye_alert a {color:#fff; text-decoration:underline;}

#buckeye_alert_msg, #buckeye_alert_extra {margin: 0 auto; padding: 0px;}

#buckeye_alert_msg p {font-size:1.2em; font-weight:bold;}
#buckeye_alert_extra p {font-size:1em; padding-top:0;}

/* Uncomment to use OSU web fonts 
  #buckeye_alert {font-family:'proximanova',Arial,sans-serif; font-weight:400;}
  #buckeye_alert_msg p {font-weight:700;}
*/

@media only screen and (max-width: 990px) {
/*  #buckeye_alert p {padding:0.8em;} */
  #buckeye_alert_extra p {padding-top:0;}
}

@media only screen and (max-width: 700px) {
    #buckeye_alert_msg p {font-size:1em;}
    #buckeye_alert_extra p {font-size:0.9em;}
}
