.notification-banner {
  margin: 0;
  padding: 0;
  width: 100%;
}

.notification-banner__wrapper {
  background: #1a4e77;
  padding-top: 10px;
  padding-bottom: 10px;
}

.notification-banner__wrapper--orange {
  background: #fc6014;
}

.notification-banner__content {
  color: #fff;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.notification-banner__content > * {
  color: #fff;
}

.notification-banner__content a,
a:active,
a:hover {
  color: inherit !important;
}
