html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

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

body {
  margin-bottom: 60px;
}

.sitemap-page h1 {
  margin: 24px 0 20px;
  font-size: 2rem;
  font-weight: 700;
}

.sitemap-tree,
.sitemap-tree ul {
  list-style: none;
  margin: 0;
  padding-left: 18px;
  border-left: 2px solid #e1e5ea;
}

.sitemap-tree {
  padding-left: 0;
  border-left: none;
}

.sitemap-node {
  margin: 6px 0;
}

.sitemap-link {
  color: #155b8f;
  text-decoration: none;
}

.sitemap-link:hover,
.sitemap-link:focus {
  text-decoration: underline;
}
