.home-page .btn,
.lookup-page .btn { border-radius: 4px; min-height: 48px; white-space: normal; max-width: 100%; }
.home-page .btn { height: auto; line-height: 1.5; padding: 12px 24px; font-size: 16px; }
.lookup-page .page-header { margin-bottom: 28px; }
.lookup-page .form-control { height: 48px; font-size: 16px; border-radius: 4px; }
.lookup-page .form-group { margin-bottom: 22px; }
.lookup-page label { line-height: 1.5; }
.lookup-page .btn { display: block; width: 100%; padding: 12px 16px; }
.lookup-page .lookup-secondary { color: #286090; background: #fff; border: 1px solid #b7cddd; box-shadow: none; }
.lookup-page .lookup-secondary:hover { background: #edf5fc; }
.lookup-page .alert { border-radius: 4px; text-align: left; overflow-wrap: anywhere; }
.lookup-page .form-group .alert { margin: 16px 0 0; }
.lookup-page .btn:focus-visible,
.home-page .btn:focus-visible { outline: 2px solid #337ab7; outline-offset: 3px; }
@media (max-width: 600px) {
    .lookup-page .page-header { font-size: 26px; line-height: 1.3; }
    .home-page .internet-info-body .btn,
    .home-page .call-info-body .btn { width: 100%; margin-left: 0; margin-right: 0; }
}
