.iowa-banner-links {
  display: none;
}
.iowa-banner-links a {
  color: #494949;
  font-size: 0.9rem;
  margin: 0 0.5rem;
  white-space: nowrap;
  text-decoration: none;
}
.iowa-banner-links a:hover {
  text-decoration: underline;
}

@media (min-width: 860px) {
  .iowa-banner-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-grow: 2;
    padding: 0 0.5rem;
  }
}
