/**
 * Hides the RedHen Contact fields on the registration form until they're
 * expanded by naac_register_expand (see js/register-expand.js).
 */
#user-register-form .register-contact-fields--collapsed {
  display: none;
}
