#emergency-notification {
  background-color: white;
  border-top: 8px solid red;
  border-right: 8px solid red;
  border-bottom: 8px solid red;
  color: #333;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 6;
}

#emergency-notification .emergency-notification__message {
  display: flex;
}

#emergency-notification .emergency-notification__message .wrapper {
  display: flex;
}

#emergency-notification
  .emergency-notification__message
  .emergency-notification__icon {
  display: block;
  background-image: url('/modules/custom/dart_announcement_banner/theme/Exclamation_Point_sharp_white.png');
  background-color: red;
  background-size: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 10rem;
  width: 7rem;
  margin: 0;
}

#emergency-notification .emergency-notification__message .wrapper + .wrapper {
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 45em;
}

#emergency-notification h2,
#emergency-notification p,
#emergency-notification a,
#emergency-notification span {
  display: inline;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0;
  width: 100%;
  max-width: 656px;
}

#emergency-notification h2 {
  text-transform: uppercase;
  font-family: National2WebBold, Arial, sans-serif;
  font-size: 1.4rem;
  margin-bottom: 0.3rem;
  line-height: 1;
}

#emergency-notification p {
  margin: 0.03rem 0 0;
  font-family: National2Web, Arial, sans-serif;
  font-size: 1rem;
}

#emergency-notification a {
  width: auto;
  padding-right: 5px;
  text-decoration: none;
  color: #333;
}

#emergency-notification a:hover,
#emergency-notification a:focus {
  text-decoration: none;
}

#emergency-notification a:focus {
  outline-style: dotted;
}

#emergency-notification span {
  font-size: 14px;
  margin: 0;
  font-family: National2WebMedium, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #666;
  margin-bottom: 0.5em;
}
