  * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#notification-bar {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  margin-bottom: 15px;
  background-color: #98caec;
  color: #fff;
  padding: 15px 0;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  z-index: 9000;
}
#notification-bar.alert {
  background-color: #98caec;
  color: #333333;
}
#notification-bar.alert a {
  color: #333333;
}
#notification-bar.warning {
  background-color: #eea91e;
  color: #333333;
}
#notification-bar.warning a {
  color: #333333;
}
#notification-bar.emergency {
  background-color: #a5230a;
  color: #fff;
}
#notification-bar.emergency a {
  color: #fff;
}
#notification-bar.with-admin {
  top: 28px;
}
#notification-bar .notification-alert {
  background-image: url("/wp-content/plugins/ellucian-notifications/assets/icon-alert.png");
  background-position: left center;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  #notification-bar .notification-alert {
    background-image: url("/wp-content/plugins/ellucian-notifications/assets/icon-alert@2x.png");
    background-size: 34px 34px;
  }
}
#notification-bar .notification-bar-title, #notification-bar p {
  margin-left: 45px;
}
#notification-bar .notification-bar-title {
  margin-top: 0;
  margin-bottom: 0;
}
#notification-bar p {
  font-weight: normal;
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  #notification-bar.with-admin {
    top: 46px;
  }
}

.notification-button {
  color: #98caec;
  width: 100%;
  text-align: center;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  box-shadow: none;
  display: block;
  font-size: 14px;
  font-weight: bold;
  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e3e3e3));
  background-image: -webkit-linear-gradient(white, #e3e3e3);
  background-image: linear-gradient(white, #e3e3e3);
  padding: 10px 15px;
  text-decoration: none;
  text-shadow: 0 1px 0 white;
  background-clip: padding-box;
  margin: 0 0 15px;
}

#notification-bar.alert .notification-button {
  color: #0046ad;
}
#notification-bar.warning .notification-button {
  color: #333;
}
#notification-bar.emergency .notification-button {
  color: #a5230a;
}
.notification-button:hover, .notification-button:focus {
  box-shadow: inset 0 1px 0 0 white;
  cursor: pointer;
  background-color: #f2f2f2;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #dbdbdb));
  background-image: -webkit-linear-gradient(#f2f2f2, #dbdbdb);
  background-image: linear-gradient(#f2f2f2, #dbdbdb);
}

#notification-bar-inner {
  *zoom: 1;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top:1rem;
  padding-bottom:1.75rem;
}
#notification-bar-inner:before, #notification-bar-inner:after {
  content: " ";
  display: table;
}
#notification-bar-inner:after {
  clear: both;
}
#notification-bar-inner .notification-left {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
}
#notification-bar-inner .notification-left:last-child {
  margin-right: 0;
}
#notification-bar-inner .notification-right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
#notification-bar-inner .notification-right:last-child {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  #notification-bar-inner .notification-left,
  #notification-bar-inner .notification-right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    padding: 2.35765%;
  }
  #notification-bar-inner .notification-left:last-child,
  #notification-bar-inner .notification-right:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 1099px) {
  #notification-bar-inner .notification-left{
    width: 100%;
    display: block;
    margin-bottom: 75px;
  }
  #notification-bar-inner .notification-right {
    margin: 0 auto;
    width: 100%;
  }
}

/*# sourceMappingURL=notifications.css.map */
