main{
    padding: 0;
}
.lato{
	font-family: 'Lato', sans-serif;
}
#jun-banner,
#july-banner,
.popup-coupon{
	display: none !important;
}
#blackjack{
    font-size: 16px;
	height: 100vh;
	position: relative;
}
#blackjack #game,
#blackjack #game *{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#popup-aug{
    font-size: 16px;
    z-index: 10;
    --red: #bd2131;
}
#popup-aug,
#popup-aug .popup-overlay {
    width: 100%;
    height: 100%;
}
#popup-aug .popup-overlay{
    background-color: rgba(0,0,0,.66);
}
#popup-aug .popup-content{
    width: 587px;
    max-height: 100%;
    height: 481px;
    padding: 0 15px;
    align-self: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	background-image: url(../../../images/22/aug/lp/form-back.jpg);
	background-image: -webkit-image-set(url("../../../images/22/aug/lp/form-back.jpg") 1x, url("../../../images/22/aug/lp/form-back@2x.jpg") 2x);
}
#popup-aug .popup-content .popup-close{
    padding: 19px 25px;
    width: auto;
    height: auto;
}
#popup-aug .popup-content .popup-close:before,
#popup-aug .popup-content .popup-close:after{
    display: none;
}
#popup-aug .button{
    border-width: 4.5px;
    padding: 0.2em 0 0;
}
#popup-aug .aug-form form{
    width: 420px;
    margin-top: 11px;
}
#popup-aug .form-field {
    padding: 7px 6px;
    flex-basis: 50%;
    flex-grow: 1;
}
#popup-aug .form-field input, 
#popup-aug .form-field select{
    font-size: 0.84375em;
    height: 41px;
    background-color: #fff;
    width: 100%;
    text-indent: 16px;
}
#popup-aug .form-field select{
    background-repeat: no-repeat;
    background-position: calc(100% - 9px) center;
	background-image: url(../../../images/22/aug/lp/down-arrow.png);
	background-image: -webkit-image-set(url("../../../images/22/aug/lp/down-arrow.png") 1x, url("../../../images/22/aug/lp/down-arrow@2x.png") 2x);
    background-size: 13px 8px;
    appearance: none !important;
}
#popup-aug .form-field select.selected,
#popup-aug .form-field input{
    color: var(--black);
}
#popup-aug .form-field select,
#popup-aug .form-field ::placeholder{
    opacity: 1;
    color: #414141;
}
#popup-aug .form-action [type="submit"].button{
    margin-top: 14px;
    font-size: 1.875em;
    width: 294px;
    height: 88px;
}
#popup-aug .form-action [type="submit"].button[disabled]{
    opacity: 0.8;
    cursor: not-allowed;
}
#popup-aug .aug-thanks {
    margin-top: -27px;
}
#popup-aug .aug-thanks .aug-buttons{
    margin-top: 24px;
}
#popup-aug .aug-thanks .button{
    width: 240px;
    height: 72.5px;
    font-size: 1.53125em;
    margin: 10px 9px 0;
}
.blackjack-disclaimer {
    padding: 35px 0;
    font-size: 16px;
}
.blackjack-disclaimer p {
    width: 935px;
    font-size: 0.9375em;
    line-height: 1.2;
}
@media screen and (min-width:1200px){
}
@media screen and (max-width: 991px){
}
@media screen and (max-width: 767px){
}
@media screen and (max-width: 567px){
    #popup-aug{
        z-index: 99;
    }
    #popup-aug .popup-content{
        width: 341px;
        height: 537px;
    }
    #popup-aug .aug-default{
        padding-top: 35px;
    }
    #popup-aug .form-row{
        flex-direction: column;
    }
    #popup-aug .form-field{
        padding: 5px 0;
    }
    #popup-aug .form-field input, 
    #popup-aug .form-field select{
        height: 40px;
    }
    #popup-aug .aug-thanks{
        align-items: center;
        margin-top: 0;
    }
    #popup-aug .aug-buttons{
        flex-direction: column;
    }
    #popup-aug .button{
        margin: 15px 12px 0;
    }
    .blackjack-disclaimer p{
        font-size: 0.75em;
    }
}
@media screen and (max-width: 414px) and (max-height: 700px){
}