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;
}


/* default list styles */
.styled-list ul {
    list-style-type: disc;
    list-style-position: inside;
}

.styled-list ol {
    list-style-type: decimal;
    list-style-position: inside;
}

    .styled-list ul ul,
    .styled-list ol ul {
        list-style-type: circle;
        list-style-position: inside;
        margin-left: 15px;
    }

    .styled-list ol ol,
    .styled-list ul ol {
        list-style-type: lower-latin;
        list-style-position: inside;
        margin-left: 15px;
    }

.styled-link a {
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity));
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

    .styled-link a:hover {
        cursor: pointer;
    }

.styled-heading h1 {
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
    color: rgb(55 65 81);
}

.styled-heading h2 {
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    color: rgb(55 65 81);
}

.styled-heading h3 {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    color: rgb(55 65 81);
}

.styled-heading h4 {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: rgb(55 65 81);
}

.styled-heading h5 {
    display: block;
    font-size: .83rem;
    font-weight: 600;
    color: rgb(55 65 81);
}

.styled-heading h6 {
    display: block;
    font-size: .67rem;
    font-weight: 600;
    color: rgb(55 65 81);
}

.styled-blockquote blockquote {
    font-style: italic;
    font-family: GeoSlb712XBdBT;
    padding: 20px;
    padding-left: 15px;
    border-left: 3px solid #ccc;
}