.navbar.uma-banner {
  z-index: 100;
  background: #019EE1;
  color: #fff;
  font-size: 14px;
  padding: 5px 25px;
  width: 100%;
}

.uma-banner--inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  min-height: 70px;
}

.uma-banner--content {
  text-align: center;
  font-weight: 100;
  padding: 10px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .uma-banner--inner {
    display: table;
  }

  .uma-banner--content {
    display: table-cell;
    vertical-align: middle;
  }
}

.uma-banner--content p {
  margin: 0;
}

.uma-banner .uma-banner--inner a {
  text-decoration: underline;
  color: #fff;
  font-weight: bold;
}

.uma-banner .uma-banner--inner a:hover {
  color: #fff;
}

.uma-banner .uma-banner--close {
  cursor: pointer;
  font-size: 20px;
  font-weight: 100;
}
