#atjf_membershipform {
    position: relative;
}

#atjf_membershipform #form_confirmation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255,255,255,0.95);
    z-index: 100000;
}

#atjf_membershipform h2 {
    font-size: 1.35em !important;
    margin-bottom: 5px;
}

#atjf_membershipform .storelist {
    margin-top: 40px;
    margin-bottom: 60px;
}

#atjf_membershipform .storelist button{
    display: inline-block;
    font-size: 0.8em;
    padding: 7.5px 15px;
    min-width: 100px;
}

#atjf_membershipform .storelist .stores {
    margin-bottom: 25px;
}

#atjf_membershipform .price {
    font-size: 2.2em;
}

#atjf_membershipform #paypal-button {
    margin-top: 25px;
    display: none;
}

#atjf_membershipform .text-center {
    position: relative;
    top: 15px;
}

#atjf-convention-form .row {
    z-index: 0;
}

#atjf-convention-form .stm_select.open{
    z-index: 100000 !important;
}

#atjf-convention-form .convensionform {
    position: relative;
}

#atjf-convention-form .convensionform select {
    border:0;
    border-bottom: 2px solid #d82231;
    background-color: transparent;
    padding: 0;
    font-size: 16px;
    color: #2d2d2c;
    font-family: 'Montserrat';
    margin-top: 20px;
}

#atjf-convention-form .convensionform .loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;;
    background-color: rgba(255,255,255,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}

#atjf-convention-form .convensionform header h1 {
    font-size: 2em !important;
}

#atjf-convention-form .convensionform > h2 {
    font-size: 1.65em !important;
    margin: 0;
    margin-bottom: 8px;
}

#atjf-convention-form .convensionform .btn {
    display: inline-block;
    font-size: 0.8em;
    padding: 7.5px 15px;
    min-width: 100px;
    background-color: #d82231;
    color: #fff !important;
    margin-bottom: 10px;
}

#atjf-convention-form .convensionform .btn:hover {
    color: #2d2d2c !important;
}

#atjf-convention-form .convensionform .registration h2 {
    margin: 0;    
    font-size: 1.65em !important;
}

#atjf-convention-form .convensionform .registration h2 .btn {
    min-width: 40px;
}

#atjf-convention-form .convensionform .registration {
    margin-bottom: 35px;
}

#atjf-convention-form .convensionform .registration .radiosection {
    margin-top: 10px;
    margin-bottom: 15px;
}

#atjf-convention-form .convensionform .registration .radiosection span {
    margin-right: 10px;
}

#atjf-convention-form .convensionform .additional {
    margin-top: 15px;
    margin-bottom: 15px;
}

#atjf-convention-form .convensionform .subtotal {
    margin: 0;
    padding: 0;
    list-style: none;


}

#atjf-convention-form .convensionform .subtotal .price {
    float: right;
    text-align: right;
}

#atjf-convention-form .convensionform .subtotal li ul {
    border-bottom: 1px solid black;
}

#atjf-convention-form .convensionform .subtotal .total {
    font-size: 1.35em;
    margin-top: 10px;
    margin-bottom: 20px;
}

#atjf-convention-form .convensionform .subtotal .total .price{
    font-weight: bold;
}

#atjf-convention-form .btn.submitpayment {
    display: block;
    font-size: 1.3em;
    margin: auto;
    padding: 12px 30px;
}

#atjf-convention-form #convention-paypal-button{
    text-align: center;
}



@media only screen and (min-width: 48em) {
    #atjf_membershipform button {
        margin-top: 15px;
    }

    #atjf_membershipform .text-center {
        position: relative;
        top: 25px;
    }

    #atjf-convention-form .convensionform .registration h2 .btn {
        float:right;
        min-width: 40px;
    }
}

