.notification-overlay {
  position: fixed;
  z-index: 2147483641;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.25);
  transition: 0.5s background ease-out;
}
.header-overlay-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2147483645;
  width: 100%;
  height: auto;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 1.5em 0;
  background-color: #fff;
  border-top: 4px solid #e5effa;
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.33);
}
.notification-banner {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 1em 15px;
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  border-radius: .5em;
  text-align: left;
  /* background: #e5effa;
    box-shadow: 0 1px 0 #ccc; */
}
.notification-banner .notification-banner-actions {
  display: none;
  position: absolute;
  right: 8px;
  top: 8px;
}
.notification-banner .notification-banner-dismiss {
  cursor: pointer;
}
.notification-banner a {
  color: inherit;
  font-weight: normal;
  border-bottom: 1px dotted #999;
}
.notification-banner a:hover {
  text-decoration: none;
}
.notification-banner__button {
  border-radius: 100px;
  background: #00A3F5;
  padding: 12px 26px;
  display: inline-block;
  line-height: 1;
  color: #fff !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.03), 0 4px 8px rgba(0, 0, 0, 0.15);
  border-bottom: none;
  border-bottom: none !important;
}
.notification-banner__secondary-button,
a.notification-banner__secondary-button {
  color: #00A3F5;
  font-weight: normal;
  text-decoration: none;
  border-bottom: 1px dotted #00A3F5;
  margin-left: 20px;
}
.notification-banner p {
  margin: 0;
  padding: 0 2em 1.5em 0;
  color: #151533;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
}
.notification-banner p:last-child,
.notification-banner p:only-child {
  padding-bottom: 0;
}
.notification-banner .notifcation-banner-pointer {
  position: absolute;
  left: 21px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #e5effa;
  /* rgba, so IE8 doesn't get a pointer */
}
