@charset "utf-8";
/*! CSS Document */

#cws_register_form{
    min-height:100px;
    background-repeat:no-repeat;
    background-position:center;
    background-size:50px;
}

#registerFormHold {
    display:none;
}
#cwsLoading {
    height:50px;
    background-repeat:no-repeat;
    background-size:50px;
}

#cws_val_terms {
    position:static;
}
#cws_list_birthMonth, #cws_list_birthDay, #cws_list_birthYear {
    width:90px;
    float:left;
    margin:0 4px 14px 0;
}
#submitHold {
    padding:30px 0 0 0;
    display:none;
}

#cws_val_terms, #cws_val_rqstRewards, #cws_val_opt_promo {
    position:static;
}
#cws_list_birthdate_1, #cws_list_birthdate_2, #cws_list_birthdate_3 {
    width: 90px;
    float: left;
    margin: 0 4px 14px 0;
}
#cardInfo, #cardNumberHold, #govtIdHold, #rewardsChk {
    display:none;
}

#cardNumberHold, #govtIdHold, #rewardsChk {
    width:31.5%;
    float:left;
    border:1px solid #b4b4b4;
    clear:none;
    height:135px;
    box-sizing:border-box;
    padding:30px 30px 0 30px;
}
#cardNumberHold, #govtIdHold {
    margin:0 2.4% 0 0;
}

#cwsForm h2 {
    clear:both;
}

#rewardsChk h3 {
    font-size: 14px;
    line-height: 120%;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding:0;
}
.greyedOut {
    background: #f3f3f3;
    opacity: 0.75;
}

/*=============================== MEDIA QUERIES ===============================*/

@media only screen and (min-width:100px) and (max-width:768px) {
    #cardNumberHold, #govtIdHold, #rewardsChk  {
        width:100%;
        float:none;
        margin:0 0 20px 0;
        height:auto;
        max-width: 100%;
        padding:30px;
    }
}

@media only screen and (min-width:100px) and (max-width:500px) {
    .questionIcon {
        display:none;
    }
}

@media only screen and (min-width:100px) and (max-width:330px) {
    #cws_list_birthMonth, #cws_list_birthDay, #cws_list_birthYear {
        width:70px;
    }
}