#emergency_notification {
    display: none;
}

.featherlight .featherlight-content #emergency_notification {
    display: block;
}

.featherlight .featherlight-content {
    background-color: rgba(185,32,140,0.89);
    border: 5px solid #FFF;
    border-radius: 8px;
    padding: 30px;
    font-size: 15px;
    color: white;
}

/* --- New Home Page Notification Banner --- */
section.banner > .notification-banner {
    border: 5px solid rgba(204,28,34,1.0);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #e5b1b0;
    width: 100%;
    max-width: 1100px;
    margin: 25px auto 5px auto;
    padding: 0;
}
section.banner > .notification-banner > .content-wrap {
    width: 80%;
    padding: 1.0em;
    margin: 0 auto;
    text-align: center;
	height: auto;
	min-height: auto !important;
}
section.banner > .notification-banner > .content-wrap h3 {
    color: #333;
    font-size: 16px;
    margin: 00;
    padding: 0;
}
section.banner > .notification-banner > .content-wrap .content {
    font-size: 13px;
    line-height: 18px;
    color: #464646;
}

section.banner > .notification-banner > .content-wrap .content p {
    margin: 10px 0 0 0;
}
