#modal ul.arrows {
    background: transparent;
    margin-top: 8px;
    line-height: 18px;
}

    #modal ul.arrows li {
/*        background: url('/Content/images/list-item.png') no-repeat 0 2px;
*/        padding-left: 14px;
        font-size: 15px;
        margin-bottom: 8px;
        padding-bottom: 0;
        color: #333;
    }

#modalOverlay {
    background: rgba(0, 0, 0, 0.8);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    z-index: 2;
}

#modal {
    margin: auto;
    border-radius: 5px;
    border: thin solid rgb(0, 0, 0);
    border-image: none;
    left: 0px;
    top: 0px;
    width: 700px;
    height: 500px;
    right: 0px;
    bottom: 0px;
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 15px;
    display: none;
    position: fixed;
    z-index: 3;
    max-width: 700px;
    background-color: rgb(238, 238, 238);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

    #modal h1 {
        font-size: 14px;
    }

.modalCloseButton {
    /*background: rgb(24, 92, 141); */
    margin: 0px;
    padding: 0px;
    border: 0px currentColor;
    border-image: none;
    top: 5px;
    height: 14px;
    right: 8px;
    float: right;
    display: inline-block;
    position: absolute;
}

    .modalCloseButton:hover {
      /*   background: rgb(33, 126, 193); */
    }

    .modalCloseButton img {
        border: 0px currentColor;
        border-image: none;
        width: 14px;
        height: 14px;
        display: block;
    }

.screen-reader-offscreen {
    left: -999px;
    top: auto;
    width: 1px;
    height: 1px;
    position: absolute;
}

#modal .disclaimer {
    background: rgb(255, 255, 255);
    margin: 0px 5px 20px;
    padding: 0px 20px 10px;
    outline: 0px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    height: 470px;
    line-height: 18px;
    overflow: auto;
    font-size: 14px;
    float: left;
}

#modal h2 {
    margin: 25px 0px 19px;
    color: rgb(24, 92, 141);
    font-size: 13px;
}

#scroller {
    position: relative;
    -ms-text-size-adjust: none;
    -ms-user-select: none;
    -ms-touch-action: none;
    -webkit-text-size-adjust: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

@media all and (max-width: 760px) {
    #modal {
        width: 450px !important;
        height: 450px !important
    }

        #modal .disclaimer {
            height: 420px !important;
        }
}

@media all and (max-width: 480px) {
    #modal {
        width: 300px !important;
        height: 300px !important;
    }

        #modal .disclaimer {
            height: 270px !important;
        }
}

@media all and (max-width: 320px) {
    #modal {
        width: 250px !important;
        height: 250px !important;
        padding-left: 10px !important;
        padding-right: 20px !important;
        padding-top: 20px !important;
    }

        #modal .disclaimer {
            height: 220px !important;
        }
}
