.systemStatus {
  background: #b12535;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: none;
  font-family: "Halvar Breit Rg", BasisGrotesquePro-Mono, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.75;
  min-height: 60px;
  padding: 16px 30px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
@media screen and (max-width: 639px) {
  .systemStatus {
    padding-right: 65px;
    text-align: left;
  }
}
@media screen and (max-width: 576px) {
  .systemStatus {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .systemStatus {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    line-height: 1.5;
    padding: 12px 65px 12px 20px;
    text-align: left;
  }
}
.systemStatus.visible {
  display: block;
}
.systemStatus i {
  position: absolute;
  right: 30px;
  top: 15px;
}
@media screen and (max-width: 479px) {
  .systemStatus i {
    right: 15px;
    top: 10px;
  }
}
i.icon-close-white {
  background-image: url(../img/close-white.png);
  background-size: 30px;
  border-radius: 50%;
  cursor: pointer;
  height: 30px;
  overflow: hidden;
  width: 30px;
}
.systemStatus a {
  color: #fff;
  text-decoration: underline;
}