#emergency-takeover {
  display: none;
}

#emergency-notification {
  display: none;
  color: #fff;
  width: 100%;
  background: #AE0D14;
  min-height: 53px;
  z-index: 999;
}

#emergency-notification .content {
  margin-bottom: 15px;
}

#emergency-notification a, #emergency-notification a:visited #emergency-notification a:hover {
  color: #fff;
  font-weight: bold;
}

.wait-panel-ajax {
  z-index: 9998;
}

#emergency-notification ul {
  padding-top: 15px;
  font-family: "ProximaNova-Regular",sans-serif;
  font-size: 15px;
  text-decoration: none;
}

#emergency-notification li {
  float: left;
  width: 84%;
}

#emergency-notification .banner-options .first {
  float: left;
  font-size: 22px;
  display: block;
  width: 30px;
}

#emergency-notification .banner-options .last {
  float: right;
  font-size: 22px;
  display: block;
  text-align: right;
  width: 30px;
  position: absolute;
  right: 0px;
}

#emergency-notification .banner-options .content {
  float: left;
  padding-right: 15px;
  font-size: 14px;
  line-height: 1.4;
}

#emergency-notification .banner-options .content > div {
  margin-top: 3px;
  font-size: 15px;
}

#emergency-takeover {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #2F1A33;
  z-index: 9999;
}

#emergency-takeover .content {
  margin: 0 auto;
  width: 90%;
  max-width: 500px;
  min-height: 200px;
  background: #fff;
  margin-top: 50px;
}

#emergency-takeover .content-header {
  margin: 15px;
  background: #fff9dc;
  padding: 15px;
  font-family: Gilroy-Bold;
  font-size: 15px;
  letter-spacing: .2px;
  font-weight: 400;
  margin-bottom: 9px;
}

#emergency-takeover .content-body {
  margin: 15px;
}

#emergency-takeover .emergency-option {
  -webkit-appearance: none;
  background: #E10A0A !important;
  margin: 5px auto 10px auto;
  border: currentColor;
  width: 149px;
  text-align: center;
  color: rgb(255, 255, 255);
  line-height: 20px;
  padding: 0px;
  font-size: 16px;
  cursor: pointer;
  text-shadow: none;
  border-radius: 0;
  margin: 15px;
  display: block;
  padding-top: 8px;
  height: 27px;
  font-weight: bold;

}

#emergency-takeover .emergency-option.secondary {
  background-color: #AAAAAA !important;
}

#emergency-takeover .content-buttons {
  text-align: center;
}

#emergency-takeover .content-buttons li {
  float: left;
}
#emergency-takeover .content-buttons > ul {
  display: inline-block;
}

#emergency-takeover nav {
  padding-top: 35px;
}

.emergency-close {
  fill: #fff;
}
.emergency-close svg {
  width: 18px;
  margin-top: -3px;
}
