@charset "utf-8";
/* CSS Document */

.header_alert a {
    text-decoration: none;
}
.header_alert .um_alert {
    color: rgb(255, 255, 255);
    font-family: "Gotham SSm A","Gotham SSm B","Open Sans",sans-serif;
    font-size: 15px;
    line-height: 1.5;
    padding: 1em 0;
    transition: background-color 0.5s ease 0s;
}
.header_alert .um_alert .container {
    margin: 0 auto;
/*    max-width: 1102px;
    width: 90%;*/
}
.header_alert .alert_text {
    margin-left: 3.5em;
}
.header_alert .alert_title {
    display: block;
    font-weight: 500;
    padding-right: 0.5em;
}
.header_alert .alert_summary {
    color: #f8f8f8;
    display: block;
    line-height: 1.5em;
    max-height: 9em;
    overflow: hidden;
}
.header_alert .alerts_read_more {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 300;
}
.header_alert .um_alert img {
    float: left;
    height: 1.75em;
    margin: 0 1.5em 0 0;
}
.header_alert .um_alert.moderate {
    background-color: #007698;
}
.header_alert a:hover .um_alert.moderate {
    background-color: #0290b3;
}
.header_alert .um_alert.emergency {
    background-color: #c8102e;
}
.header_alert a:hover .um_alert.emergency {
    background-color: #e51937;
}
.alert_title {
    margin-top: 0;
}
.alertbox {
    background-color: #007698;
    border-left: 10px solid #0290b3;
    padding: 1em;
}
.alertbox.emergency {
    background-color: #c8102e;
    border-left: 10px solid #e51937;
}
.alertbox.campus-alert {
    margin-bottom: 20px;
}
.alertbox h5 {
    font-size: 0.8em;
    margin: 10px 0 -4px;
    text-shadow: none;
}
.alertbox h4 {
    color: #fff;
    text-shadow: none;
}
.alertbox p {
    color: #fff;
    text-shadow: none;
}
.branch-alert.alertbox p {
    font-size: 0.7em;
    font-weight: 400;
    margin-bottom: 0;
    text-shadow: none;
}
.alertbox a, .alertbox a:hover, .alertbox a:visited {
    color: #ddd;
    font-weight: 600;
    text-decoration: underline;
}
.no-alerts {
    background-color: #ddd;
    border-left: 10px solid #a6a8ab;
    display: block;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 20px;
}
.branch-alert {
    background-color: #ddd;
    border-left: 10px solid #a6abab;
    margin-bottom: 10px;
    padding: 10px;
}
.branch-alert h5 {
    font-size: 0.8em;
    margin-bottom: 2px;
    margin-top: 7px;
    text-shadow: none;
}
.branch-alert p {
    font-size: 0.7em;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 7px;
    text-shadow: none;
}
div.alert-log {
    margin: 1em 0;
}