.simple-banner {
  width: 100%;
  background: #024985;
  text-align: center;
  z-index: 99999;
  position: relative;
  display: block;
}

.simple-banner .simple-banner-text {
  color: #ffffff;
  font-size: 1.1em;
  font-weight: 700;
  padding: 10px;
}

.simple-banner .simple-banner-text a {
  color: #f16521;
}
