.EventRegOptions, .WillNotAttendBlock, .WillAttendBlock {
	display: none;
}
#BMPayment .BlockDetails {
    display: none;
}

.Page-SinglePageRegEvent .row.IndEMail.Personal.Default:before {
    content: "* Preferred Email";
    display: inline-block;
    flex: 0 0 25%;
    padding-left: 8px;
    font-weight: bold;
    max-width: 25%;
}

.Page-SinglePageRegEvent label.Col-Heading.Col-IndEMailLabel {
    display: none;
}

@media screen and (max-width: 578px) {
.Page-SinglePageRegEvent .form-group.row.IndEMail.Personal.Default:before {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
}
}
