#member-type .registration-area-content .radio-container {
  padding-bottom: 32px !important;
}
#member-type .registration-area-content .radio-container .form-check-input[type=radio]:not(:checked) + label:before, #member-type .registration-area-content .radio-container .form-check-input[type=radio]:not(:checked) + label:after,
#member-type .registration-area-content .radio-container label.btn input[type=radio]:not(:checked) + label:before,
#member-type .registration-area-content .radio-container label.btn input[type=radio]:not(:checked) + label:after {
  border: 2px solid #949494 !important;
}
#member-type .registration-area-content .radio-container .sub-text {
  width: max-content;
}
#member-type .registration-area-content .radio-container .content {
  margin-left: 35px;
}
@media only screen and (max-width: 767px) {
  #member-type .registration-area-content .radio-container .sub-text {
    width: 70vw;
  }
}
#member-type .registration-area-content .personally-purchased-information {
  font-size: 14px;
  line-height: 21px;
}

