/* Placeholder for custom style */
/* Override existing styling rules or add custom styling rules */
/* SCSS/Less is not yet configured */

/* announcements alert box */
#wrap .container #site_wide_announcements {
    position: absolute;
    z-index: 1029;
    top: 85px;
}
#wrap .container #site_wide_announcements .announcement {
    background-color: #fff;
    border: solid 1px #000;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    width: 750px;
    height: auto;
}
@media (max-width: 991px) {
    #wrap .container #site_wide_announcements .announcement {
        top: 70px;
        width: 80%;
    }
}
