@import url('https://fonts.googleapis.com/css?family=Roboto');

.vrz-live-incident {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
    position: relative;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    background: white !important;
    border-bottom: 4px #f19302 solid !important;
    display: none !important;
    opacity: 0 !important;
    color: #333 !important;
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-transition: opacity .3s !important;
    transition: opacity .3s !important;
}

.vrz-live-incident.vrz-live-incident--fixed{
    position: fixed;
    z-index: 99999999 !important;
}

.vrz-live-incident .vrz-live-incident-center {
    width: 100% !important;
    max-width: 1080px !important;
    margin: 1em auto !important;
    display:-webkit-flex !important;
    display:-ms-flexbox !important;
    display:flex !important;
    -webkit-flex-wrap:nowrap !important;
    -ms-flex-wrap:nowrap !important;
    flex-wrap:nowrap !important;
    flex-direction: column !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
}

.vrz-live-incident-active .vrz-live-incident {
    opacity: 1 !important;
    display: inline-block !important;
    width: 100% !important;
}

.vrz-live-incident .vrz-live-incident--image {
    margin: 0 0 0 1em !important;
    /*width: 124px !important;*/
    max-width: 124px !important;
    height: 57px !important;
    max-height: 57px !important;
}

.vrz-live-incident .vrz-live-incident--image img {
    width: 124px !important;
    max-width: 124px !important;
    height: 57px !important;
    max-height: 57px !important;
}

.vrz-live-incident .vrz-live-incident--title {
    display: block !important;
    margin: 0 1em 0 1em !important;
    overflow: hidden !important;
    padding: 0 !important;
}

.vrz-live-incident .vrz-live-incident--close {
    text-align: right !important;
    margin: 0 1em -24px auto !important;
    cursor: pointer !important;
}

.vrz-live-incident .vrz-live-incident--close img {
    width: 24px !important;
    height: 24px !important;
    display: block !important;
    max-width: 24px !important;
    max-height: 24px !important;
}

.vrz-live-incident .vrz-live-incident--title h2 {
    font-weight: 600 !important;
    font-size: 1.5em !important;
    display: block !important;
    padding: 12px 0 !important;
    margin: 0;
}

.vrz-live-incident .vrz-live-incident--link a, .vrz-live-incident .vrz-live-incident--link a:visited {
    display: inline-block !important;
    color: #ffffff !important;
    background: #6f2476 !important;
    margin-top: 12px !important;
    padding: 12px !important;
    border-radius: 4px !important;
    text-decoration: none !important;
}

@media screen and (min-width: 768px){
    .vrz-live-incident .vrz-live-incident-center {
        flex-direction: row !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
    }

    .vrz-live-incident .vrz-live-incident--close {
        order: 3 !important;
    }
}
