.top-title {
    margin-bottom: .5rem;
    padding: 1rem;
}

.title-divider {
    opacity: .10;
}

.overview-subnavigation {
    margin-bottom: 2rem;
}

.sub-group-section {
    margin-bottom: 20px;
}

.group-body {
}

.link-list {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    border-radius: 10px;
    background-color: #f8f9fa;
}

.link-list-item {
    list-style: none;
}

.link {
    margin-bottom: .25rem;
}

.link-favicon {
    margin-right: 1rem;
}

.link-url {
    text-decoration: none;
}

.link-title {
    font-size: large;
    font-weight: 500;
}

.subnav-link {
    font-weight: 500;
}

.scroll-to-top-btn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    color: white;
    cursor: pointer;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    transition: all 0.3s ease;
}

.scroll-to-top-btn:hover {
    background-color: #005299;
}

.multiline-description {
    white-space: pre-line;
}

.footer {
    margin-top: .5rem;
    padding: 1rem;
}

.icon-page-title-small {
    font-size: 1rem;
    font-weight: 400;
}

.icon-page-title-medium {
    font-size: 1.5rem;
    font-weight: 400;
}

.icon-page-title-large {
    font-size: 2.5rem;
    font-weight: 400;
}

span.icon-size-extra-small i {
    font-size: .7rem;
}

span.icon-size-small i {
    font-size: 1rem;
}

span.icon-size-medium i {
    font-size: 1.5rem;
}

span.icon-size-large i {
    font-size: 3rem;
}

.icon-square-small {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: .3rem;
}

.icon-square-medium {
    width: 3rem;
    height: 3rem;
    border-radius: .5rem;
}

.icon-square-large {
    width: 4rem;
    height: 4rem;
    border-radius: .75rem;
}