.modal_overlay {
    display: none;
    opacity: 0.5;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
}
.modal_arrow {
    display: none;
    position: fixed;
    z-index: 11;
    width: 210px;
}
.modal_arrow.chrome {
    bottom: 10px;
    left: 40px;
}
.modal_arrow.ie {
    bottom: 80px;
    left: 50%;
    margin-left: -105px;
}
.modal_arrow.edge {
    bottom: 90px;
    left: 50%;
    margin-left: -105px;
}
.modal_arrow.firefox {
    top: 0;
    left: 50%;
    margin-left: -105px;
}
.du-logo {
    padding: 18px 0 13px 0;
    background-color: #ffffff;
    text-align: center;
}
.rtext {
    padding: 35px 0 20px 0;
    min-height: 37px;
    line-height: 1.5;
    background-color: #d33219;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}
.rborder {
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 105px solid transparent;
    border-right: 105px solid transparent;
    border-top: 50px solid #d33219;
}