/* The hero contact sits directly on the city photograph, without a panel. */
.mi-page main .mi-expert-card{
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
  color:#fff;
}
.mi-expert-card>span{text-shadow:0 1px 8px rgba(8,34,38,.8)}
.mi-expert-card small,.mi-expert-card span>span{color:#e1e9e5}
.mi-expert-card .ed-arrow{color:#e2c58a;transition:transform .18s}
.mi-expert-card:hover span>span{color:#e2c58a}
.mi-expert-card:hover .ed-arrow{transform:translateX(3px)}
.mi-page main .mi-expert-card:focus-visible{outline-color:#e2c58a}
@media(prefers-reduced-motion:reduce){.mi-expert-card .ed-arrow{transition:none}}
