@media screen and (max-width: 1024px) {
  html body .wrapper-alert {
    max-height: initial;
  }
}
html body .wrapper-alert .container {
  width: 100%;
  margin: 0;
}
html body .wrapper-alert .container .block-alertbanner,
html body .wrapper-alert .container #block-alertbannerelections,
html body .wrapper-alert .container #block-alertbannerososhome,
html body .wrapper-alert .container #block-drupalbase-custom-libraryglobalalert {
  background: #f2dede;
  padding: 15px 10px 8px 0;
  border-bottom: 1px solid #bbb;
}
html body .wrapper-alert .container .block-alertbanner .field--name-body,
html body .wrapper-alert .container #block-alertbannerelections .field--name-body,
html body .wrapper-alert .container #block-alertbannerososhome .field--name-body,
html body .wrapper-alert .container #block-drupalbase-custom-libraryglobalalert .field--name-body {
  max-width: 1260px;
  width: 100%;
  margin: auto;
}
html body .wrapper-alert .container .block-alertbanner .field--name-body h2,
html body .wrapper-alert .container #block-alertbannerelections .field--name-body h2,
html body .wrapper-alert .container #block-alertbannerososhome .field--name-body h2,
html body .wrapper-alert .container #block-drupalbase-custom-libraryglobalalert .field--name-body h2 {
  position: relative;
  color: #741917;
  font-size: 1.4em;
  line-height: 1.2;
  font-weight: 600;
  padding: 0 70px 0;
  margin: -12px 0 0 0;
}
html body .wrapper-alert .container .block-alertbanner .field--name-body h2:before,
html body .wrapper-alert .container #block-alertbannerelections .field--name-body h2:before,
html body .wrapper-alert .container #block-alertbannerososhome .field--name-body h2:before,
html body .wrapper-alert .container #block-drupalbase-custom-libraryglobalalert .field--name-body h2:before {
  position: absolute;
  top: 2px;
  left: 10px;
  content: "\f071";
  font-family: 'Font Awesome 6 Pro';
  color: #A82434;
  font-size: 1.9em;
}
html body .wrapper-alert .container .block-alertbanner .field--name-body h2:after,
html body .wrapper-alert .container #block-alertbannerelections .field--name-body h2:after,
html body .wrapper-alert .container #block-alertbannerososhome .field--name-body h2:after,
html body .wrapper-alert .container #block-drupalbase-custom-libraryglobalalert .field--name-body h2:after {
  display: none;
}
html body .wrapper-alert .container .block-alertbanner .field--name-body p,
html body .wrapper-alert .container #block-alertbannerelections .field--name-body p,
html body .wrapper-alert .container #block-alertbannerososhome .field--name-body p,
html body .wrapper-alert .container #block-drupalbase-custom-libraryglobalalert .field--name-body p {
  color: #741917;
  font-weight: 600;
  margin-left: 69px;
  margin-top: 0;
  margin-bottom: 3px;
  line-height: 1.5;
}
html body .wrapper-alert .container .block-alertbanner .field--name-body p a,
html body .wrapper-alert .container #block-alertbannerelections .field--name-body p a,
html body .wrapper-alert .container #block-alertbannerososhome .field--name-body p a,
html body .wrapper-alert .container #block-drupalbase-custom-libraryglobalalert .field--name-body p a {
  color: #1755A5;
  text-decoration: underline;
}
html body .wrapper-alert .container .block-alertbanner .field--name-body p a:hover,
html body .wrapper-alert .container #block-alertbannerelections .field--name-body p a:hover,
html body .wrapper-alert .container #block-alertbannerososhome .field--name-body p a:hover,
html body .wrapper-alert .container #block-drupalbase-custom-libraryglobalalert .field--name-body p a:hover {
  color: #1969d0;
}
html body .wrapper-alert .container .notification-block {
  background: #FDF7ED;
  padding: 15px 10px 8px 0;
}
html body .wrapper-alert .container .notification-block .field--name-body {
  max-width: 1260px;
  width: 100%;
  margin: auto;
}
html body .wrapper-alert .container .notification-block .field--name-body h2 {
  position: relative;
  color: #575757;
  font-size: 1.4em;
  line-height: 1.2;
  font-weight: 600;
  padding: 0 70px 0;
  margin: -12px 0 0 0;
}
html body .wrapper-alert .container .notification-block .field--name-body h2:before {
  position: absolute;
  top: 2px;
  left: 10px;
  content: "\f06a";
  font-family: 'Font Awesome 6 Pro';
  color: #F0AD4E;
  font-size: 1.9em;
}
html body .wrapper-alert .container .notification-block .field--name-body h2:after {
  display: none;
}
html body .wrapper-alert .container .notification-block .field--name-body p {
  color: #575757;
  font-weight: 600;
  margin-left: 69px;
  margin-top: 0;
  margin-bottom: 3px;
  line-height: 1.5;
}
html body .wrapper-alert .container .notification-block .field--name-body p a {
  color: #1755A5;
  text-decoration: underline;
}
html body .wrapper-alert .container .notification-block .field--name-body p a:hover {
  color: #1969d0;
}
html body .region-content .cke-alert .alert.alert-primary {
  background-color: #f7fbf5;
}
html body .region-content .cke-alert .alert.alert-secondary {
  background-color: #f4f8fa;
}
