.emergency-notification {
  background-color: red;
  color: white;
  padding: 10px 0;
}

.emergency-notification__message {
  padding: 20px;
  display: table;
}


.emergency-notification__message .wrapper {
  display: table-cell;
  vertical-align: middle;
}

.emergency-notification__message .emergency-notification__icon {
  display: block;
  background-image: url('../images/dart_emergency_banner_icon.gif');
  background-size: cover;
  height: 43px;
  width: 43px;
}

.emergency-notification__message .wrapper + .wrapper {
  padding-left: 10px;
}

.emergency-notification h2,
.emergency-notification p,
.emergency-notification a,
.emergency-notification span {
  display: inline;
  color: white;
  font-size: 16px;
  line-height: 1.33;
}

.emergency-notification h2 {
  font-weight: bold;
  padding-right: 5px;
  text-transform: uppercase;
  font-family: 'ApexNewBold', Georgia, serif;
}

.emergency-notification p {
  padding-right: 10px;
}

.emergency-notification a {
  padding-right: 10px;
  text-decoration: underline;
}
.emergency-notification a:hover {
  color: white;
  text-decoration: none;
}

.emergency-notification span {
  font-size: 14px;
}

#emergency-notification{
	display:none; !important
}

