/** default compliance styles **/

.mdc-privacy { width: 100%; display: inline-block; }
.mdc-privacy p { margin: 15px 0; }
.mdc-privacy h1 { font-size: 36px; }
.mdc-privacy h4 { font-size: 18px; font-weight: 600; margin: 5px 0; }

.mdc-privacy ul { list-style: disc; margin: 15px 0; }
.mdc-privacy li { margin: 0 0 10px 20px; }


.mdc-overlay {
    background:rgba(98,167,220,0.9);
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    display:block;
    text-align:center;
    z-index: 999999;
}
.mdc-overlay-box {
    background: #ffffff;
    border: 2px solid #000000;
    position: absolute;
    top: 50%;
    top: 50%;
    left: 50%;
    width: 500px;
    margin-top: -50px;
    margin-left: -250px;
    padding: 40px;
    z-index: 9999999;

}
.mdc-footer-box {
    background-color: #455560;
    color: #ffffff;
    font-size: 15px;
    font-weight: normal;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px 40px;
    z-index: 999999;
}
.mdc-footer-btn p { width: 80%; margin-bottom: 10px; }
.mdc-header-box {
    background-color: #455560;
    color: #ffffff;
    font-size: 15px;
    font-weight: normal;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 40px;
    z-index: 999999;
}

.mdc-close {
    background-image: url("../images/popup-close.png");
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #ffffff;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 15px;
    right: 50px;
    cursor: pointer;
    z-index: 999999;
}

.mdc-close-btn {
    border: 1px solid #ffffff;
    content: 'Accept';
    padding: 10px 20px;
    position: absolute;
    top: 15px;
    right: 50px;
    cursor: pointer;
    z-index: 999999;
}
.mdc-close-btn:hover { background: #29363f; font-weight: bold; border: 2px solid #ffffff; }

a { color: blue; }

/* radio button styles */
