.global-alert {
  background-color: #E43E51;
  font-family: "Noah", sans-serif;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 5px 1em;
}

.global-alert-close {
  position: absolute;
  height: 36px;
  right: 10px;
  width: 36px;
  top: 0;
  padding: 8px 8px;
  border: none;
  background: none;
}

.global-alert-message {
  color: #fff;
}

a.global-alert-message:hover {
  color: #000 !important;
}

.global-alert .svg-x {
  height: 100%;
}

.global-alert .svg-x path {
  fill: #fff;
}

.global-alert-close:hover {
  cursor: pointer;
}
/*# sourceMappingURL=global_alerts.css.map */