.simple-banner {
  width: 100%;
  background: #024985;
  text-align: center;
  display: none; }
  @media only screen and (min-width: 901px) {
    .simple-banner {
      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;}