.topbar,
.nav {
  flex-wrap: wrap;
}

.header-disclosure {
  width: 100%;
  margin: 5px 0 0;
  padding: 7px 10px;
  color: #526278;
  background: #edf8ff;
  border: 1px solid #d7ecf8;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.35;
  text-align: center;
}

.header-disclosure a {
  color: #087a93;
  font-weight: 850;
  text-decoration: underline;
  white-space: nowrap;
}

.legal-footer {
  flex-wrap: wrap;
}

@media (min-width: 760px) {
  .header-disclosure {
    font-size: 11px;
  }
}
