html {
  font-size: 16px;
}

a:focus {
  outline: 3px solid #6ea8fe;
  outline-offset: 2px;
}

html {
  position: relative;
  min-height: 100%;
}

html,
body {
  height: 100%;
}

body {
  color: #172033;
  background: #fff;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  margin: 0;
}

input,
select,
textarea {
  max-width: 100%;
}

.right-align {
  margin-left: auto;
  margin-right: 0;
}

.right-align li {
  display: inline-block;
}

table td {
  font-size: 0.8em;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1170px;
  }
}

a {
  color: #174ea6;
}

#header > .sep-app-header h1 {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}

@media (max-width: 575.98px) {
  body.authenticated .utility-header {
    padding-bottom: 28px;
  }

  #header > .sep-app-header {
    min-height: 84px;
  }

  #header > .sep-app-header h1 {
    font-size: 2.6rem;
  }

  .agency-profiles-index {
    margin-top: 11px !important;
  }
}

.site-nav {
  background: #ffffff;
  border-bottom: 1px solid #d7dee8;
  box-shadow: 0 2px 10px rgba(23, 32, 51, 0.05);
}

.site-nav-inner {
  align-items: center;
  display: flex;
  gap: 24px;
  margin: 0 auto;
  max-width: 1120px;
  min-height: 56px;
  padding: 0 16px;
}

.navbar-brand {
  color: #0f172a;
  font-weight: 700;
  text-decoration: none;
}

.nav-link {
  color: #172033;
  text-decoration: none;
}

.page-container {
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 16px;
}

.migration-shell {
  background: #ffffff;
  border: 1px solid #d7dee8;
  border-radius: 8px;
  margin: 32px 0 24px;
  padding: 32px;
}

.migration-shell h1 {
  font-size: 2rem;
  margin-bottom: 12px;
}

.eyebrow {
  color: #4d647f;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.lead {
  max-width: 760px;
}

.status-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  margin-top: 28px;
}

.status-grid div {
  border-left: 4px solid #1f7a8c;
  background: #f9fbfd;
  padding: 14px 16px;
}

.status-grid span {
  color: #52677d;
  display: block;
  font-size: 0.85rem;
  margin-bottom: 4px;
}

.status-grid strong {
  display: block;
  font-size: 1rem;
}

.migration-next {
  background: #ffffff;
  border: 1px solid #d7dee8;
  border-radius: 8px;
  padding: 24px 32px;
}

.migration-next h2 {
  font-size: 1.25rem;
  margin-bottom: 16px;
}

.migration-next ol {
  margin-bottom: 0;
}

.site-footer {
  border-top: 1px solid #d7dee8;
  color: #566579;
  margin-top: 16px;
  padding: 20px 0;
}
.existing-account-alert {
    position: relative;
    padding-right: 3rem;
}

.existing-account-alert .close {
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
}
