.home-access-page { max-width: 1050px; }
.home-access-intro { max-width: 680px; margin-bottom: 2rem; }
.home-access-intro h1 { font-size: 2rem; margin-bottom: .65rem; }
.home-access-intro p { font-size: 1.05rem; line-height: 1.6; }
.home-access-grid { display: grid; gap: 1.5rem; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 850px; }
.home-access-card { background: #fff; border: 1px solid #ced4da; border-radius: 0; box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075); display: flex; flex-direction: column; min-height: 430px; padding: 1.5rem; }
.home-access-card-header { border-bottom: 1px solid #cfcfcf; margin-bottom: 1.25rem; padding-bottom: .9rem; }
.home-access-card-header h2 { font-size: 1.35rem; font-weight: 700; margin: 0 0 .25rem; }
.home-access-card-header p { color: #555; margin: 0; }
.home-login-form { display: flex; flex: 1; flex-direction: column; }
.home-login-form p { margin-bottom: 1rem; }
.home-login-form label { display: block; font-weight: 600; margin-bottom: .35rem; }
.home-login-form input:not([type="hidden"]) { border: 1px solid #aeb5bb; border-radius: .2rem; min-height: 2.8rem; padding: .55rem .65rem; width: 100%; }
.home-access-button { border-radius: 0 !important; display: block; font-weight: 700; margin-top: auto; padding: .65rem 1rem; text-align: center; width: 100%; }
.home-card-link { border-top: 1px solid #dedede; margin-top: 1.25rem; padding-top: 1.1rem; }
.home-card-link a,
.home-access-contact a { color: #212529; }
.home-card-link a:hover,
.home-card-link a:focus,
.home-access-contact a:hover,
.home-access-contact a:focus { color: #212529 !important; }
.home-eligibility-list { list-style: none; margin: 0 0 1.25rem; padding: 0; }
.home-eligibility-list li { padding: .55rem 0 .55rem 1.75rem; position: relative; }
.home-eligibility-list li::before { content: "\2713"; border: 1px solid currentColor; border-radius: 50%; font-size: .7rem; font-weight: 700; height: 1.25rem; left: 0; line-height: 1.05rem; position: absolute; text-align: center; top: .55rem; width: 1.25rem; }
.home-card-links { border-top: 1px solid #dedede; margin-top: 1.25rem; padding-top: .6rem; }
.home-card-links a { color: #212529; display: block; padding: .45rem 0; width: fit-content; }
.home-card-links a:hover,
.home-card-links a:focus { color: #212529 !important; }
.home-card-links i { font-size: .95em; }
.home-access-contact { margin: 1.75rem 0 0; }
@media (max-width: 767.98px) {
  .home-access-grid { grid-template-columns: 1fr; max-width: 520px; }
  .home-access-card { min-height: 0; }
}
