/* Variables */
/* Mixens: */
.global-alert {
  width: 100%;
  color: #15CE8D;
  text-align: center;
  font-size: 18px;
  padding: 5px 1em;
  position: relative;
}

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

.global-alert-content a {
  color: #fff;
}

.global-alert-content a:hover {
  color: #F7F7F7;
}

.global-alert-message {
  color: #15CE8D;
}

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 */