/* This removes space from the top */
.front .oho-site-alert-message {margin-top:0px;}

/* This sets background for the entire div to none */
.oho-site-alert-message {background:none;}

/* This is for regular oho site messages not related to COVID-19 */
.oho-site-alert-message .normal-alert {background-color: #fff1d2;padding:10px;border-radius:5px;margin:15px 0px;}

/* This is setup for COVID-19 */
.oho-site-alert-message .covid-19-alert div.oho-alert-text {font-size:17px;position:relative;display:inline-block;color:#fff;width:90%;left:15px;}
.oho-site-alert-message .covid-19-alert .oho-alert-text > p {color:#fff;margin:15px 0px 10px 0px;}
.oho-site-alert-message .covid-19-alert .fa{font-size: 55px;color:#fff;position:relative;vertical-align:top;}
.oho-site-alert-message .covid-19-alert {background:#017951;border-radius:5px;padding:10px;}
.oho-site-alert-message .covid-19-alert a {color:#fff;text-decoration:none;}
.oho-site-alert-message .covid-19-alert a:hover {text-decoration:underline;}
.oho-site-alert-message .covid-19-alert h1 {color:#fff;}
.oho-site-alert-message .covid-19-alert .oho-text-small {font-size:14px;}
.oho-site-alert-message .covid-19-alert .oho-alert-text .makeblack {color:black;}