/* The Modal (background) */
.modal-custom {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 70%; /* Full width */
    height: 100%; /* Full height */
    overflow: no-display; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-custom {
    max-width: 100%;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    overflow: scroll;
    max-height: calc(100vh - 200px);
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.opt-out:hover {
    color: #0A246A;
    text-decoration: none;
}
#opt-out-wrapper{
    float:left;
    background: #111;
    width: 100%;
}
.opt-out {
    margin-bottom: 32px;
    left: 8px;
    font-weight: bold;
    display: inline-block;
    border: 0;
    padding: 1px 10px;
    font-size: 11px;
    color: black;
    background-color: white;
}
.opt-out img {
    height: 16px;
    vertical-align: middle;
    margin-left: -6px;
    margin-right: 3px;
}

.green.button {
    background-attachment:scroll;
    background-clip:border-box;
    background-color:rgb(0, 204, 0);
    background-image:none;
    background-origin:padding-box;
    background-position-x:0%;
    background-position-y:0%;
    background-repeat-x:;
    border-bottom-color:rgba(0, 0, 0, 0);
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-image-outset:0px;
    border-image-repeat:stretch;
    border-image-slice:100%;
    border-image-source:none;
    border-image-width:1;
    border-left-color:rgba(0, 0, 0, 0);
    border-left-style:solid;
    border-left-width:1px;
    border-right-color:rgba(0, 0, 0, 0);
    border-right-style:solid;
    border-right-width:1px;
    border-top-color:rgba(0, 0, 0, 0);
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    border-top-style:solid;
    border-top-width:1px;
    box-sizing:border-box;
    color:rgb(255, 255, 255);
    cursor:pointer;
    display:block;
    font-family:Lato, sans-serif;
    font-size:14px;
    font-weight:700;
    height:46px;
    line-height:14px;
    margin-bottom:14px;
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    padding-bottom:15px;
    padding-left:15px;
    padding-right:15px;
    padding-top:15px;
    position:relative;
    text-align:center;
    text-decoration-color:rgb(255, 255, 255);
    text-decoration-line:none;
    text-decoration-style:solid;
    text-size-adjust:100%;
    transition-delay:0s, 0s;
    transition-duration:0.125s, 0.125s;
    transition-property:background-color, color;
    transition-timing-function:ease-out, ease-out;
    vertical-align:middle;
    width:333px;
    -webkit-appearance:none;
    -webkit-font-smoothing:antialiased;
}

.overlay-custom {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 100;
}
.overlay-custom.modal-custom#ccpa-modal {
    width: 100%;
}
