/* SimonM, 25.09.20 - Remove Gender fieldset from My Details page after conversation with customer */

.my-details .gender {
	display: none;
}