/*
 * What Air Datepicker's defaults get wrong for this site.
 *
 * The theme's header is fixed at z-index 200, and the calendar ships at 100 — a field
 * near the top of a scrolled page opens its calendar underneath the header. Above the
 * header, below the signing ceremony's backdrop at 100100.
 */
.air-datepicker {
  --adp-z-index: 300;
}

/* Clipped rather than hidden: display:none or [hidden] would drop the announcement out of
   the accessibility tree, which is the whole of what this element is for. */
.al-date-input-live {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  overflow: hidden;
  white-space: nowrap;
  clip-path: inset(50%);
}
