.spacers {
    margin:10px;
}

#age_controls {
    z-index:101;
    position:fixed;
    top:0;
    left:0;
    margin:15vh auto;
    width:100%;
    line-height:1.5em;
    padding:25px;
    display:none;
    color: #fff;
    overflow:scroll;
}
.age-container {
    max-width: 546px;
    margin: 30px auto;
}

@media(max-width:767px) {
    .age-container {
        margin-top:0;
    }
}

.age-logo {
    text-align: center;
}
.age-logo img {
    max-width: 150px;
}

@media(max-width:767px) {
    .age-logo img {
        max-width: 120px;
    }
}
.age-message {
    margin: 25px 0;
}
.age-message p {
    font-size: 16px;
    text-align: center;
    margin: 0;
}
.age-cookies-disabled {
    padding: 10px;
    background-color: #eec461;
    color: #11466e;
}
.age-container .form-container {
    background-color: #fff;
    color: #000;
    padding: 30px;
}
.age-container .form-container label {
    margin-bottom: 20px;
    display: block;
    text-transform: uppercase;
    text-align: center;
}
.age-container .form-container .form-group {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.form-group select {
    padding: 10px 0;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #D8D8D8;
    -webkit-appearance: none;
    background: transparent;
    background-image: url(../images/chevron.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 14px;
    outline: none;
}
.form-group input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    background-color: #dedede;
    margin-right: 10px;
    position: relative;
    outline: none;
}
/*.form-group [type=checkbox]:checked {
    background-color: #BBBBBB;
}*/
.form-group [type=checkbox]:checked:after {
    content: '';
    display: block;
    position: absolute;
    background-color: #e7b641;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
}  
.form-group-birth .select-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.form-group-birth select {
    width: 32%;
}
.form-group-location select {
    width: 100%;
}
.form-group-confirmation {
    font-size: 14px;
}
.error-message p {
    font-size: 12px;
    margin: 0;
    color: #ff0000;
}
@media(max-width:767px) {
    .form-group-birth .select-container {
        flex-direction: column;
    }
    .form-group-birth select {
        width: 100%;
        margin-bottom: 10px;
    }
    .form-group-birth select:last-child {
        margin-bottom: 0;
    }
}
.btn-age {
    background-image: url(../images/btn-arrow.svg);
    background-position: left center;
    background-color: transparent;
    background-repeat: no-repeat;
    padding-left: 52px;
    text-transform: uppercase;
    font-size: 16px;
    border: none;
    cursor: pointer;
    opacity: 1;
    transition: opacity .3s;
}
.btn-age:hover {
    opacity: .5;
}

.privacy-police {
    text-align: center;
}

#age_overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    background-image: url(../images/bg-swirls.jpg);
    background-size: cover;
    z-index:100;
    display:none;
}

.deny-message p {
    color: #ff0000;
    margin: 20px 0 0;
    text-align: center;
}


    #age_controls {
        margin:0;
        width:100%;
        height:100%;
    }

