.tas-status-banner {
  box-sizing: border-box;
  width: 100%;
  margin-top: 1.75rem;
  padding: 1rem 1.25rem;
  border-bottom: 4px solid #b7791f;
  background: #fff3cd;
  color: #1f2937;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 768px) {
  body.home main {
    padding-top: 340px;
  }
}

@media screen and (max-width: 767px) {
  body.home main {
    padding-top: 310px;
  }
}

.tas-status-banner__content {
  max-width: 75rem;
  margin: 0 auto;
}

.tas-status-banner p {
  margin: 0;
}

.tas-status-banner a {
  color: #005ea8;
  font-weight: 700;
  text-decoration: underline;
}

.tas-status-banner a:focus {
  outline: 3px solid #1a4480;
  outline-offset: 2px;
}
