.compliance-section {
    background-color: #fafafa;
    border: 1px solid #e1e1e1;
    margin: 15px 0;
    float: left;
    width: 100%;
}

.form-group {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.password-requirements p{
    font-size: 12px;
    color: #555;
    line-height: 1;
}

span.regular_label {
    width: 100%;
    font-size: 14px;
    margin: 10px 0;
    padding: 0;
    vertical-align: middle;
}

#compliance_checkout_disclaimer {
    margin-top: -5px;
    width: 28px;
    height: 28px;
    vertical-align: middle;
}

input[type="checkbox"] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin: 0 4px 0 0;
}

.disclaimer label {
    padding-top: 0 !important;
    text-align: center !important;
}

.shipping-subtext {
    padding-top: 10px;
}

#process_payment, #doVantivSubmit, #process_to_payment.proceed-hd {
    width: 303px;
}

#process_to_payment.proceed-reservation {
    width: auto;
}

#process_payment, #doVantivSubmit {
    margin: 15px 0;
}

.contact-form-subtext {
    text-align: center;
    font-size: 14px;
    margin: -10px 0 15px 0;
}

.contact-details {
    float: left;
    width: 100%;
}

#dob_error, #id_exp_date_error {
    width: 100%;
    text-align: left;
    clear: both;
}
#compliance_is_member {
    background-color: transparent;
    border: 0px;
}
#compliance_client_is_citizen_or_resident, #compliance_address_type {
    background: none;
    border: 0px;
    text-align: left;
}
#pob_header {
    display: none;
    width: 51%;
    margin: 0 auto;
}
.caption_fieldset {
    border-top: 1px solid black;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 5px;
}
.caption_legend {
    margin: 0 auto;
    width: 45%;
    text-align: center;
}

.radio {
    float: left; /* Citizen/Resident */
    padding-right: 10px;
}

#section_show_hide_masked {
    margin: 0 auto;
}

.date_field {
    width: 52px;
    float: left;
}

.year_field {
    width: 58px;
    float: left;
}

/* fix for removing arrows in number fields */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.hidden,
#address_type_row, #ssn_row, #id_type_row, #id_number_row, #id_exp_date_row,
#country_of_issuance_row, #region_of_issuance_row {
    display: none;
}

.help-block {
    color: #a94442;
    font-weight: normal;
}

#register_captcha_error .glyphicon {
    padding-right: 7px;
}

/* FOR FF */

@-moz-document url-prefix() {
    #page-top {
        overflow-x: -moz-hidden-unscrollable;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .caption_legend {
        width: 65%;
    }
}

@media (max-width: 767px) {
    #process_payment, #doVantivSubmit, #process_to_payment.proceed-hd {
        width: 100%;
    }

    #pob_header {
        width: 100%;
    }

    .caption_legend {
        width: 65%;
    }
}

@media (max-width: 480px) {
    .disclaimer label {
        font-size: 12px;
    }

    #pob_header {
        width: 100%;
    }

    .caption_legend {
        width: 65%;
    }

    #process_to_payment.proceed-reservation {
        font-size: 14px;
    }
}