.ops-notification-banner {
  align-items: center;
  background: #ffe599;
  border-bottom: 1px solid #e0c36d;
  box-sizing: border-box;
  color: #000;
  display: grid;
  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  grid-template-columns: minmax(32px, 1fr) minmax(0, 960px) minmax(32px, 1fr);
  line-height: 21px;
  min-height: 36px;
  padding: 6px 12px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1050;
}

.ops-notification-banner__message {
  grid-column: 2;
  overflow-wrap: anywhere;
}

.ops-notification-banner__message a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}

.ops-notification-banner__close {
  background: transparent;
  border: 0;
  color: #000;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  grid-column: 3;
  justify-self: end;
  line-height: 20px;
  opacity: 0.65;
  padding: 0 4px;
}

.ops-notification-banner__close:hover,
.ops-notification-banner__close:focus {
  opacity: 1;
}
.ops-notification-notice-message {
  background: #ffe599;
  color: #000;
  font-size: 18px;
  margin: 8px -10px 0 -10px;
  padding: 15px;
}

.ops-notification-notice-message a {
  color: #175a6f;
  text-decoration: underline;
}
.ops-login-maintenance .login-well:not(.login-well-exclude-maintenance),
.ops-login-maintenance .well-blue-reg,
.ops-login-maintenance #login_bg a[href^="registration.do"] {
  display: none !important;
}
