/* your styles go here */
/* Example site test */

html {
    scroll-behavior: smooth;
}

body {
    font-size: 16px;
}

.box-image-text .image {
    min-height: 190px;
    max-height: 190px;
}

.box-image-text .image img {
    max-height: 190px;
    margin: auto;
}

.box-simple {
    min-height: 230px;
}


#content {
    padding-bottom: 5rem;

    img {
        width: 100%;
        margin-bottom: 1.5rem;
    }

    h2, h3, h4 {
        margin-top: 3rem;
    }

    li {
        margin-top: 1rem;
    }

    p + img {
        margin-top: 2rem;
    }
}

.sidebar-container {
    margin-bottom: 4rem;
    display: none;

    ul {
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .sidebar-container {
        display: block;
        position: -webkit-sticky;
        position: sticky;
        top: 80px;
    }
}

.page-sidebar {
    ul {
        list-style: none;

        li {
            font-size: 2rem;
            margin-top: 2rem;


            ul {
                padding-left: 1rem;
                

                li {
                    font-size: 1.5rem;
                    margin-top: 0.5rem;
                }
            }
        }
    }
}

:target {
    scroll-margin-top: 86px;
}

.navbar-nav {
    a {
        text-decoration: none !important;
    }

    a:hover {
        color: #fff !important;
    }
}

.bar .dark-mask {
    background: #222;
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

#top {
    .topbar-text {
        a {
            margin-right: 0.75rem;
        }

        p {
            font-size: 1.25rem;
            margin-top: 0.4rem;
        }
    }

    .social {
        a {
            margin-left: 0.5rem;
        }
    }

    i {
        font-size: 2rem;
    }
}

.home-carousel {
    a {
        text-decoration: none;
    }

    h1 {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .home-carousel {
        img {
            margin-top: 3rem;
        }
    }
}

#footer {
    .btn-template-main {
        border: none;
        background-color: #444;
        color: #999;
        border-radius: 0.2em;
    }

    .btn-template-main:hover {
        color: #fff !important;
        background-color: var(--primary-accent)
    }
}

.navbar-footer {
    ul {
        display: flex;
        flex-wrap: wrap;

        a {
            display: block;
            padding: 0.22em 0.5em;
            margin-right: 1rem;
            margin-bottom: 1rem !important;
            background-color: #444;
            border-radius: 0.2em;
        }

        a:hover {
            color: #fff !important;
            background-color: var(--primary-accent)
        }
    }
}

@media (max-width: 768px) {
    #footer {
        .container {
           div + div {
            margin-top: 3rem;
           }
        }
    }
}

.testimonial {
    .icon {
        height: 64px !important;
        line-height: 64px !important;
    }
    .name-picture {
        h5 {
            margin: 20px 0 0;
        }
    }
}

.fs-fieldset-title {
    padding-top: 3rem;
}

.fs-checkbox-field, .fs-radio-field {
    display: flex;
    gap: 1rem;
}

.form-agree {
    margin: 3rem 0;
}

#formStatus {
    margin-top: 1.5rem;
}

.dsar-iframe {
    width: 100%;
    min-height: 1200px;
}

@media (max-width: 768px) {
    .dsar-iframe {
       min-height: 1640px;
    }
}

.copy-links {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;

    li {
        margin-left: 1rem;
    }

    a {
        color: #CCC;
    }
}

@media (max-width: 991px) {
    .copy-links {
        justify-content: center;

        li {
            width: 100%;
            text-align: center;
        }
    }
}