.MT_Notifications,
.MT_Crisis,
.MT_Browser {
  display: none;
  position: relative;
  top: 0;
  text-align: center;
  width: 100%;
  z-index: 40000;
  box-shadow: 0 3px 21px 3px #c0c0c0;
}
.MT_Notifications {
  background: #666;
}
.MT_Browser,
.MT_Crisis {
  background: #ff5050;
}
.MT_Crisis {
  font-weight: bold;
}
.MT_Notifications.sticky,
.MT_Crisis.sticky,
.MT_Browser.sticky {
  position: fixed;
}
.MT_Crisis.subtle_crisis {
  width: 60%;
  text-align: left;
  background: none;
  border: 1px solid #2a9342;
  background: #ffffff;
  position: absolute;
  top: 30px;
  left: 25%;
}
.cookie_policy_notification,
.crisis_notification,
.browser_compatibility_notification {
  text-align: center;
  width: 100%;
  display: block;
  color: #ffffff;
}
.cookie_policy_notification_content,
.crisis_notification_content,
.browser_compatibility_notification_content {
  margin: 0 auto;
  width: 900px;
  min-height: 20px;
  padding: 15px 95px 15px 0px;
  position: relative;
}
.cookie_policy_notification_content p,
.crisis_notification_content p,
.browser_compatibility_notification_content p {
  margin: 0px;
}
.cookie_policy_notification_content a,
.crisis_notification_content a,
.browser_compatibility_notification_content a {
  text-decoration: underline;
}
.cookie_policy_notification_content a {
  color: #67d945;
}
.crisis_notification_content a,
.browser_compatibility_notification_content a {
  color: #0000ff;
}
.cookie_policy_notification_content a.close,
.crisis_notification_content a.close,
.browser_compatibility_notification_content a.close {
  background: url("../../docroot/images/background/ExitIcon-small.png") no-repeat top left transparent;
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  right: 56px;
  top: 14px;
  cursor: pointer;
}
.display_cookie_policy_notification .MT_Notifications,
.display_crisis_notification .MT_Crisis,
.display_browser_compatibility_notification .MT_Browser {
  display: block;
}
@media (max-width: 1009px) {
  .cookie_policy_notification_content,
  .crisis_notification_content,
  .browser_compatibility_notification_content {
    width: auto;
    padding: 29px 5px 15px 5px;
  }
  .cookie_policy_notification_content a.close,
  .crisis_notification_content a.close,
  .browser_compatibility_notification_content a.close {
    right: 5px;
    top: 4px;
  }
}
.MT_Crisis.subtle_crisis .crisis_notification {
  width: auto;
  color: #2a9342;
  text-align: left;
}
.MT_Crisis.subtle_crisis .crisis_notification .crisis_notification_content {
  width: auto;
  padding: 5px 15px 5px 5px;
}
.MT_Crisis.subtle_crisis .crisis_notification .crisis_notification_content .close {
  background: none;
  height: auto;
  width: auto;
  display: inline;
  position: static;
  right: auto;
  top: auto;
  text-decoration: none;
}
.MT_Crisis.subtle_crisis .crisis_notification .crisis_notification_content .close::before {
  content: "\00D7";
  position: absolute;
  right: 4px;
  top: 0px;
  font-size: 2.2rem;
  cursor: pointer;
  color: #2a9342;
  font-family: Garamond, "Apple Garamond";
}
#footer_layer .MT_Crisis {
  display: none;
}
.OneTrust_Hide_Banner #onetrust-banner-sdk {
  display: none !important;
}
