.site-notice {
  position: fixed;
  width: 100%;
  line-height: 25px;
  font-size: 18px;
  color: #fff;
  background: #0066a4;;
  z-index: 498;
  padding: 5px 20px;
}

.site-notice a {
  color: #fff;
}

.site-notice .fa-times-circle {
  cursor: pointer;
}

@media only screen and (min-width: 1024px) {
  .site-notice {
    line-height: 25px;
    padding: 30px 0;
  }
}