.tx-drk-memberform {
    padding: 25px;
    background: #EBF4FD;
}

.o-form__field--radio:focus ~ .o-form__label,
.o-form__field--radio.has-value ~ .o-form__label,
.o-form__field--checkbox:focus ~ .o-form__label,
.o-form__field--checkbox.has-value ~ .o-form__label,
.o-form__field.readonly:focus ~ .o-form__label {
    font-size: inherit;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}

.o-form__field--radio ~ .o-form__label,
.o-form__field--checkbox ~ .o-form__label {
    padding: .3em 1em .2em 0;
    left: 1em;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.o-form__label--select {
    position: static;
}

.o-form__item.dues:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.o-form__item.dues .dues-content {
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    margin: 5%;
}

.o-form__item.dues .dues-content:hover,
.o-form__item.dues .dues-content:focus,
.o-form__item.dues .dues-content.active {
    background: #0076A8;
    transition: 0.25s all ease;
}

.o-form__item.dues .dues-content .dues-label {
    display: table;
    width: 100%;
    height: 100%;
    cursor: pointer;
    color: #0076A8;
}

.o-form__item.dues .dues-content:hover .dues-label,
.o-form__item.dues .dues-content:focus .dues-label,
.o-form__item.dues .dues-content.active .dues-label {
    color: #fff;
}

.o-form__item.dues .dues-content .dues-label * {
    cursor: pointer;
}

.o-form__item.dues .dues-content .dues-label .dues-label-cell {
    display: table-cell;
    vertical-align: middle;
}

.o-form__item.dues .dues-content .o-form__label {
    position: static;
    text-align: center;
    font-size: 1.2rem;
    left: 0;
    height: auto;
    max-height: 100%;
}

.o-form__item.dues .dues-content .o-form__label .value {
    text-align: center;
    font-size: 3rem;
    line-height: normal;
}

.o-form__item.dues .dues-content.custom .donation-amount {
    text-align: right;
}

.o-form__item.dues .dues-content.custom.active .donation-amount {
    display: inline-block;
}

.o-form__field.hidden {
    display: none;
}