.card h3.registration__section--header {
    color: #434343;
    font-size: 2.4rem;
    font-weight: 400;
    margin: 2.4rem auto 0.5rem;
    text-align: center;
}

.card h3.registration__section--header + p.registration__section--summary {
    font-size: 1.4rem;
    font-weight: 300;
    margin: 0 auto 3.5rem;
    text-align: center;
}

.card.participation-info .form-group {
    margin: 0 auto;
}
.card.participation-info h3 + p {
    margin: 0 auto 2rem;
    padding: 0 1rem;
    text-align: center;
}
/* .participation-info #disagree__label {
    margin: 2rem 2rem 0 0;
}
.participation-info #agree__label {
    margin: 2rem 0;
} */
.card.participation-info .form-group label {
    white-space: unset; 
    padding-left: 3rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    margin-right: 1rem;
    text-indent: -2.8rem;
}




.renew__form-container span.membership-length--note ul {
    list-style: outside !important;
}



.membership-length--option.membership-length--currentYear.selected {
    border: 2px solid #0068ad;
}
.membership-length--option.membership-length--currentYear.selected .promo {
    background-color: #0068ad;
}


.membership-length--option.membership-length--yearPlus.selected,
.membership-length--option.membership-length--yearPlusEvent.selected {
    border: 2px solid green;
}
.membership-length--option.membership-length--yearPlus.selected .promo,
.membership-length--option.membership-length--yearPlusEvent.selected .promo {
    background-color: green;
}


.membership-length--option.membership-length--usmsPlus.selected {
    border: 2px solid #1e3666;
}
.membership-length--option.membership-length--usmsPlus.selected .promo {
    background-color: #1e3666;
}


/* .membership-length--option.selected {
    border: 2px solid #0068ad;
} */


@media (min-width: 1200px) {
    .card.participation-info .form-group {
        width: 350px;
    }
    .card.participation-info h3 + p {
        /* padding: 0 2rem; */
        max-width: 600px;
    }
    /* .participation-info #disagree__label {
        margin: 2rem 2rem 0 0;
    }
    .participation-info #agree__label {
        margin: 2rem 0;
    } */
    .card.participation-info .radio-container {
        margin-left: 0;
    }
    .card.participation-info .form-group label {
        padding-left: 0;
        text-indent: 0;
    }
}