/**
 * @file
 * Verify a Certificant — visually hide non-essential search fields.
 *
 * The hidden fields remain in the form markup and submit normally (the form
 * uses GET), so search behavior is unaffected — they are only hidden from view.
 * Country is additionally locked to "United States" in the form definition.
 */
.vac-field-hidden {
  display: none;
}
