.form-group.required label:after {
    color: #CC002B;
    content: " *";
    font-size: 0.9em;
}
.pb_checkout_front_form_confirm.required .pb_checkout_front_form_checkbox_container__label p:last-child:after  {
    color: #CC002B;
    content: " *";
    font-size: 0.9em;
}
.form-group.has-error input, .form-group.has-error select, .form-group.has-error > div:nth-child(3) > div, .pb_checkout_front_form_radio_multi.has-error .pb_checkout_front_form_checkbox_container {
    border-right: 5px solid #CB012B;
}
.form-group.has-error input::placeholder {
    color: #DC3545;
    font-size: 12px;
}
.invalid-feedback, .form-messages {
    color: #DC3545;
    display: block;
    margin-top: 0;
    padding-left: 15px;
}
.invalid-feedback {
    font-size: 80%;
}
input.form-control, select.form-control, .form-control {
    background-color: #F2F2F2;
    border-radius: 0;
    border: none;
    box-shadow: none;
    color: #000;
    height: 40px;
    -webkit-appearance: none;
}
.form-control {
    padding-top: 12px;
}
.form-control.pb_checkout_input_transparent {
    background-color: transparent;
}
.pb_checkout_front_form_radio_multi .col-12 {
    margin-bottom: 15px;
}
.pb_checkout_front_form_checkbox_container {
    background-color: #F2F2F2;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 15px;
}
.pb_checkout_front_form_checkbox_container_reversed {
    background-color: #FFF;
    margin-bottom: -5px;
    padding: 0;
}
.pb_checkout_front_form_checkbox_container_not_reversed {
    margin-bottom: -5px;
    padding: 0;
}
.pb_checkout_front_form_checkbox_container input[type="radio"] {
    display: none;
}
.pb_checkout_front_form_checkbox_container .pb_checkout_front_form_checkbox_container__checkbox {
    background-color: #FFF;
    border: none;
    display: inline-block;
    height: 36px;
    padding: 0;
    width: 36px;
}
.pb_checkout_front_form_checkbox_container_reversed .pb_checkout_front_form_checkbox_container__checkbox {
    background-color: #F2F2F2 !important;
}
.pb_checkout_front_form_checkbox_container .pb_checkout_front_form_checkbox_container__label {
    color: #000;
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
    line-height: 16px;
    padding-left: 15px;
    vertical-align: top;
}
.pb_checkout_front_form_checkbox_container .pb_checkout_front_form_checkbox_container__label {
    color: #000 !important;
    font-weight: normal;
}
.pb_checkout_front_form_checkbox_container .pb_checkout_front_form_checkbox_container__label__full-height {
    line-height: 36px;
}
.pb_checkout_front_form_checkbox_container .pb_checkout_front_form_checkbox_container__label > p {
    margin: 0 !important;
}
.pb_checkout_front_form_checkbox_container .pb_checkout_front_form_checkbox_container__checkbox > div {
    background-color: #FFF;
    border-radius: 8px;
    height: 16px;
    margin: 10px;
    width: 16px;
}
.pb_checkout_front_form_checkbox_container.checked .pb_checkout_front_form_checkbox_container__checkbox > div {
    background-color: #CA022B;
}
.pb_checkout_front_form_radio_section:not(.checked) .pb_checkout_front_form_checkbox_container__options {
    display: none;
}
/* .pb_checkout_front_form_checkbox_container.checked .pb_checkout_front_form_checkbox_container__options {
    display: block;
} */
.pb_checkout_front_form_checkbox_file_container {
    background-color: #F2F2F2;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 15px;
}
.pb_checkout_front_form_checkbox_file_container input[type="file"] {
    display: none;
}
.pb_checkout_dropzone {
    cursor: pointer;
    padding: 10px;
}
.pb_checkout_dropzone.hidden {
    display: none;
}
.pb_checkout_dropzone.dragenter {
    background-color: #67B279;
}
.pb_checkout_dropzone__help {
    font-size: 11px;
}
.pb_checkout_dropzone__help.hidden {
    display: none;
}
.pb_checkout_front_form_checkbox_file_name {
    font-weight: normal !important;
}

.pb_checkout_membership_form, .pb_checkout_renew {
    align-self: stretch;
    background-color: #FFF;
    display: flex;
    width: 100%;
}
.pb_checkout_membership_form > div > div, .pb_checkout_renew > div > div {
    height: 100%;
}
.pb_checkout_membership_form__side_bar {
    padding-top: 50px;
}
.pb_checkout_membership_form__side_bar h1 {
    font-size: 24px;
    font-weight: bold;
}
.pb_checkout_membership_form__content {
    background-color: #FFF;
}
.pb_checkout_membership_form__content__progress {
    align-items: center;
    display: flex;
    padding: 0 45px;
}
.pb_checkout_membership_form__content__progress > * {
    display: flex;
    margin: 10px;
}
.pb_checkout_membership_form__content__progress > *.pb_checkout_membership_form__content__progress__indicator {
    background-color: #E4E6E7;
    border-radius: 100px;
    display: inline-block;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
.pb_checkout_membership_form__content__progress > *.pb_checkout_membership_form__content__progress__indicator.active {
    background-color: #CC002B;
    color: #FFF;
}
.pb_checkout_membership_form__content__progress > *.pb_checkout_membership_form__content__progress__indicator.completed {
    background-color: #F2F3F4;
    color: #9B9C9D;
}
.pb_checkout_membership_form__content__progress > *.pb_checkout_membership_form__content__progress__separator {
    border-top: 1px solid #EAEBEC;
    flex-grow: 1;
    height: 1px;
}
.pb_checkout_form_accordion {
    margin-bottom: 60px;
}
.pb_checkout_form_accordion .card {
    border: none;
    border-radius: 0;
}
.pb_checkout_form_accordion .card .card-header {
    background-color: #E7E9EA;
    border-bottom: none;
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px 1.25rem;
    padding-left: 35px;
}
.pb_checkout_form_accordion .card:nth-last-child(2) .card-header {
    border-bottom: none;
}
.pb_checkout_form_accordion .card .card-header h2 {
    color: #565758;
    font-size: 14px;
    margin-bottom: 0;
}
.pb_checkout_form_accordion .card.active .card-header {
    background-color: #CC002B;
}
.pb_checkout_form_accordion .card.active .card-header h2 {
    color: #FFF;
    font-weight: bold;
}
.pb_checkout_form_accordion .card.completed .card-header {
    border-bottom: none;
}
.pb_checkout_form_accordion .card.completed .card-header h2 {
    color: #B0B1B2;
}
.pb_checkout_carousel_prev {
    color: #282A2B;
    font-size: 14px;
    font-weight: bold;
}
.pb_checkout_form_accordion__completed_message {
    display: none;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .pb_checkout_membership_form, .pb_checkout_renew {
        font-size: 15px;
    }
    .pb_checkout_membership_form__side_bar {
        background-color: rgba(228,230,231,1);
    }
    .pb_checkout_membership_form__side_bar > * {
        margin-bottom: 30px;
    }
    .pb_checkout_membership_form__content {
    }
    .pb_checkout_form_accordion .card .card-header {
        margin-left: 0;
        margin-right: 0;
        padding: 20px 1.25rem;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .pb_checkout_membership_form, .pb_checkout_renew {
        background: linear-gradient(90deg, rgba(228,230,231,1) 0%, rgba(228,230,231,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    }
    .pb_checkout_membership_form {
        font-size: 13px;
    }
    .pb_checkout_membership_form__side_bar {
    }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    /* .pb_checkout_membership_form, .pb_checkout_renew {
        font-size: 15px;
    }
    .pb_checkout_membership_form__side_bar {
        padding-right: 40px;
    }
    .pb_checkout_membership_form__content {
        padding-left: 50px;
    } */
}
/* Touch screen, no mouse */
@media (hover: none) {
}
