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;
}

.gc-navbar {
    min-height: 76px;
    padding-top: 0;
    padding-bottom: 0;
}

    .gc-navbar .container-fluid {
        display: flex;
        align-items: center;
        min-height: 76px;
        padding-left: 20px;
        padding-right: 20px;
    }

.gc-brand {
    display: flex;
    align-items: center;
    margin-right: 2rem;
    padding: 0;
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1;
    color: #123b6d !important;
    white-space: nowrap;
}

    .gc-brand:hover {
        color: #0f3159 !important;
    }

.gc-navbar .navbar-collapse {
    align-items: center;
}

.gc-nav {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

    .gc-nav .nav-item {
        display: flex;
        align-items: center;
    }

    .gc-nav .nav-link {
        display: flex;
        align-items: center;
        padding: 0.5rem 0.85rem;
        line-height: 1;
        font-size: 1rem;
        color: #1f2937 !important;
    }

        .gc-nav .nav-link:hover {
            color: #123b6d !important;
        }

@media (max-width: 575.98px) {
    .gc-navbar {
        min-height: auto;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

        .gc-navbar .container-fluid {
            min-height: auto;
            align-items: flex-start;
        }

    .gc-brand {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        margin-right: 0;
        font-size: 1.05rem;
    }

    .gc-navbar .navbar-collapse {
        margin-top: 0.75rem;
    }

    .gc-nav {
        gap: 0;
        align-items: flex-start;
    }

        .gc-nav .nav-link {
            padding: 0.55rem 0;
            line-height: 1.2;
        }
}