/* Hide IE banner by default */
.ie-notice {
    display: none;
}

/* Show IE banner on IE10/11 */
@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
    .ie-notice {
        position: relative;
        display: block;
        padding: 1rem 0 1rem;
        /* top: 136px; */
        width: 100%;
        height: auto;
        background-color: rgba(0, 80, 153, 1);
        color: #fff;
    }
    .ie-notice p {
        margin-bottom: 0 !important
    }
}
