.footer-locations p {
  margin: 0 0 28px;
  color: #ffffff;
}

.footer-locations a,
.footer-locations a strong {
  display: inline !important;
  color: #ffffff;
  text-decoration: none;
}

.footer-locations a:hover,
.footer-locations a:focus {
  text-decoration: underline;
}

.footer-locations strong {
  font-weight: 700;
  text-transform: uppercase;
}

.footer-appointments p {
  margin: 0 0 18px;
  color: #ffffff;
}

.footer-appointments a {
  color: #ffffff;
  text-decoration: none;
}

.footer-appointments a:hover,
.footer-appointments a:focus {
  text-decoration: underline;
}

.footer-section-title,
.footer-appointments strong {
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}

.footer-disclaimer {
  opacity: 0.85;
  font-size: 0.95em;
  line-height: 1.5;
}

.footer-administration p {
  margin: 0 0 18px;
  color: #ffffff;
}

.footer-administration a {
  color: #ffffff;
  text-decoration: none;
}

.footer-administration a:hover,
.footer-administration a:focus {
  text-decoration: underline;
}

.footer-administration strong {
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}

/* EMAIL LINE FIX */
.footer-administration .email-link a {
  display: inline-flex;
  align-items: center;
  gap: 10px; /* spacing between icon + text */
}

.footer-administration .email-link img {
  width: 28px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  transform: translateY(1px); /* aligns icon to text baseline */
}

.footer-administration .email-link strong {
  display: inline-block;
  line-height: 1;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.wic-location-link a {
  font-weight: 700;
  text-transform: uppercase;
}

.wic-appointments h3 {
  margin: 0 0 10px;
  font-weight: 700;
}

.wic-appointments p {
  margin: 0 0 24px;
}

.wic-location-link a {
  color: #3366ff;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.wic-location-link a:hover,
.wic-location-link a:focus,
.wic-forms-list a:hover,
.wic-forms-list a:focus {
  text-decoration: underline;
}

.wic-forms-list {
  margin-top: 10px;
}

.wic-forms-list li {
  margin-bottom: 10px;
}

.wic-forms-list a {
  text-decoration: none;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.wic-forms-list {
  margin: 0;
  padding-left: 18px; /* control bullet indent */
}

.wic-forms-list li {
  margin-bottom: 8px; /* tighten vertical spacing */
  line-height: 1.4; /* fix tall spacing */
}

.wic-forms-list a {
  display: inline; /* prevent block stacking */
  line-height: inherit;
}