.informational-notice {
  margin: 0;
  padding: 14px 28px 15px;
  background: #f6f7f8;
  border-bottom: 1px solid #d7dde1;
  color: #334653;
  text-align: center;
}

.informational-notice p {
  max-width: 1180px;
  margin: 0 auto;
  font: 14px/1.5 Georgia, "Times New Roman", serif;
  text-wrap: balance;
}

.informational-notice p + p {
  margin-top: 3px;
}

.informational-notice strong,
.informational-notice a {
  color: var(--navy);
  font-weight: 700;
}

.informational-notice strong {
  font-weight: 800;
}

.informational-notice a {
  text-decoration-color: rgba(11, 28, 51, 0.35);
  text-underline-offset: 2px;
}

.informational-notice a:hover,
.informational-notice a:focus {
  color: #95d165;
  background: #0d2130;
  outline: 2px solid #0d2130;
  text-decoration-color: currentColor;
}

.hero .monogram {
  box-shadow: none;
}

@media (max-width: 600px) {
  .informational-notice {
    padding: 12px 20px;
    text-align: center;
  }
}
