.alert-wrapper {
  background-color: #46931a;
  color: #fff;
}

.alert-container {
  padding: 1.5rem 0;
}

.alert-container a {
  text-decoration: underline;
  color: #fff;
  font-weight: 700;
}

.alert-container a:hover {
  color: #ccc;
}

.has-alert .section-1 .section-container {
  padding-top: 64px;
}