

/*BEGIN IE Only */

 .ie-alert {
    display: none
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
   .ie-alert {
        display: block
    }
}


/*END IE Only */