  .alert-wrapper .block-alert {
  background-color: #a90f0f;
  color: #fff;
}
.alert-wrapper .block-alert .content .field--name-body:before {
  font-weight: 700;
}
.alert-wrapper .block-alert .content .field--name-body a {
  color: #fff;
  text-decoration: 0;
  border-bottom: 1px dotted #fff;
}
.alert-wrapper .block-alert .content .field--name-body a:hover {
  border-bottom: 0;
  text-decoration: underline;
}
.alert-wrapper .block-notification {
  background-color: #FE7A47;
  color: #000;
  border-bottom: 4px solid #fbc639;
}
.alert-wrapper .block-notification .content .field--name-body:before {
  content: "\f071";
  color: #000;
  font-weight: 700;
}
.alert-wrapper .block-notification .content .field--name-body h2 {
  color: #000;
}
.alert-wrapper .block-notification .content .field--name-body a {
  color: #000;
  text-decoration: 0;
  border-bottom: 1px dotted #000;
}
.alert-wrapper .block-notification .content .field--name-body a:hover {
  border-bottom: 0;
  text-decoration: underline;
}
