@charset "utf-8";
/* CSS Document */
.announcement {
  background-color: rgba(0, 0, 0, 1);
  border: 4px #b20033 solid;
  border-width: 6px 4px;
  padding: 5px 0px;
}
.announcement h5 {
  color: rgba(255, 255, 255, .95);
  font-size: 15px;
  line-height: 1.42857143;
  font-weight: 400;
}
.announcement h5:first-of-type {
  font-size: 17px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: .1px dashed rgba(255, 255, 255, .75);
}
.announcement h5 a, .announcement h5 a:visited {
  color: rgba(255, 255, 0, 1);
}
@media (min-width: 768px) {
  .announcement {
    padding: 5px 15px;
  }
}