/*- This patch css file is temporarily needed for the newsletter modal to work while using bootstrap alpha v3
    Remove this file after migration to bootstrap version 4 stable build */

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.fade.show {
    opacity: 1
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}