.sitewide-alert {
  padding: 1rem;
  line-height: 1.8rem;
  display: grid;
  grid-template-columns: calc(100% - 30px) 30px;
  -ms-grid-columns: calc(100% - 30px) 30px;
  align-items: center;
}
.sitewide-alert.alert-yellow {
  background-color: #fff1d2;
  border: 2px solid #fdb81e;
}
.sitewide-alert.alert-red {
  color: #ffffff;
  background-color: #b92b27;
  border: 2px solid #6e0000;
}
.sitewide-alert.alert-red a {
  color: #f5ce0b;
  text-decoration: none;
}
.sitewide-alert.alert-red a:hover {
  text-decoration: underline;
}
.sitewide-alert.alert-green {
  color: #2e5014;
  background-color: #f0fde7;
  border: 2px solid #92CD59;
}
.sitewide-alert p {
  margin: 0;
}
.sitewide-alert p:first-child {
  margin-top: 0;
}
.sitewide-alert .close {
  float: none;
  width: 30px;
  height: 30px;
  line-height: 0;
  color: #000000;
  border-radius: 5px;
}