﻿/*html {
    scroll-behavior: smooth;
}*/

.lsb-wrapper {
    font-family: "Public Sans", sans-serif;
    font-optical-sizing: auto;
    margin: 56px auto;
    font-size: 1.3em !important;
}

    .lsb-wrapper .header-bkgd {
        background: #f9fafb;
        color: #000;
        padding: 2% 10%;
        margin: 20px auto !important;
    }

    .lsb-wrapper  .breadcrumb {
        color: #000;
        font-size: 1em;
        font-weight: bold;
    }

        .lsb-wrapper  .breadcrumb a {
            color: #000;
            text-decoration: none;
            font-weight: normal;
        }

            .lsb-wrapper .breadcrumb a:after {
                font-family: "Font Awesome 6 Pro";
                content: "\f054";
                margin: auto 6px;
            }

            .lsb-wrapper .breadcrumb a:hover {
                text-decoration: underline;
            }

    .lsb-wrapper p.levels {
        width: 65%;
        margin: auto;
    }

    .lsb-wrapper .agency {
        border-bottom: 3px solid #FBB03B;
        text-transform: uppercase;
        font-weight: bold;
        padding-bottom: 10px;
        width: 320px;
        margin: 4% 0 2% 0;
        font-size: 1.4em;
    }

    .lsb-wrapper h1 {
        font-family: 'Times New Roman', Times, serif;
        font-size: 4em;
        font-weight: normal;
    }

    .lsb-wrapper h2 {
        font-family: 'Times New Roman', Times, serif;
        font-size: 2.5em;
        color: #000;
        margin: 4% auto;
        border-top: 3px solid #FBB03B;
        padding-top: 10px;
        width: 40%;
        text-align: center;
        font-weight: normal;
    }

        .lsb-wrapper h2 img {
            width: 60px;
            margin-right: 10px;
            vertical-align: middle;
        }

    .lsb-wrapper p {
        font-size: 1.2em;
    }

    .lsb-wrapper .sections {
        padding: 2% 10%;
        margin: 20px auto !important;
        display: flex;
    }

        .lsb-wrapper .sections div {
            flex: 1;
            width: 50%;
        }

            .lsb-wrapper .sections div img {
                width: 100%;
                margin-bottom: 4%;
            }

    .lsb-wrapper .reports {
        border-top: 2px solid #555;
        margin-left: 10%;
    }

    .lsb-wrapper .report {
        margin: 2% auto;
        padding: 2%;
        width: 100% !important;
        display: flex;
        align-items: center;
        border-top: 2px solid #c1c1c1;
    }

        .lsb-wrapper .report a i {
            color: #0026ff;
            font-size: 2.5em;
            margin-left: 20px;
        }

        .lsb-wrapper .report h3 {
            font-size: 1.7em;
            font-weight: bold;
            padding-top: 10px;
        }

    .lsb-wrapper .reports .report:first-child {
        border-top: none !important;
    }

    .lsb-wrapper .report div:nth-child(1) {
        flex: 4;
    }
    .lsb-wrapper .report div:nth-child(2) {
        margin-left: auto;
        text-align: center;
    }

/* Tabs */
    .lsb-wrapper .nav-tabs {
        display: flex;
        width: 80%;
        margin: auto;
        margin-bottom: 2%;
        list-style-type: none;
    }

    .lsb-wrapper .nav-item {
        margin: auto;
        text-align: center;
    }

        .lsb-wrapper .nav-item img {
            height: 80px;
            margin-bottom: 10px;
            background: #fff;
        }
    .lsb-wrapper .nav-link {
        color: #555 !important;
        border-top-left-radius: unset !important;
        border-top-right-radius: unset !important;
        border: none;
        background-color: #fff;
        width: 100%;
    }

        .lsb-wrapper .nav-link.active {
            color: #000 !important;
            font-weight: bold;
            border: none;
            border-bottom: 4px solid #0026ff !important;
        }

    .lsb-wrapper .tab-content {
        width: 80%;
        margin: auto;
    }

/* Accordions */
    .lsb-wrapper .accordion-item {
        border: none;
        margin: 0;
        border-bottom: 1px solid #555;
    }

    .lsb-wrapper .accordion h2 {
        width: 100%;
        color: #000;
        border-top: none !important;
        margin: 0;
        padding-top: 0;
    }

    .lsb-wrapper .accordion-button {
        font-size: 1em;
        font-family: 'Times New Roman', Times, serif;
        width: 100%;
        text-align: left;
        background: #fff;
        border: none;
        display: flex;
        align-items: center;
    }


        .lsb-wrapper .accordion-button::after {
            font-family: "Font Awesome 6 Pro";
            content: "\e59e";
            background: none !important;
            font-size: .8em;
        }
       

        .lsb-wrapper .accordion-button:not(.collapsed)::after {
            font-family: "Font Awesome 6 Pro";
            content: "\e404";
            background: none !important;
        }

        .lsb-wrapper .accordion-button:not(.collapsed) {
            color: #0c63e4;
            background-color: #fff !important;
            box-shadow: unset !important;
        }

    .lsb-wrapper .accordion-cards {
        padding: 1%;
        margin: 10px auto !important;
        display: flex;
    }

        .lsb-wrapper .accordion-cards div {
            margin: 0 4%;
        }

    .lsb-wrapper .survey {
        display: flex;
        flex-direction: row;
        margin-bottom: 40px;
    }

        .lsb-wrapper .survey .survey-image img {
            margin-right: 20px;
            width: 300px;
        }

        .lsb-wrapper .survey .survey-desc {
            text-align: left;
        }

            .lsb-wrapper .survey .survey-desc img {
                width: 70px;
            }

            .lsb-wrapper .survey .survey-desc h2 {
                margin: 4px 0 !important;
                border-top: none !important;
                padding-top: 0 !important;
                width: 100% !important;
                text-align: left !important;
            }

/* Stats */
    .lsb-wrapper .stats {
        display: flex;
    }

        .lsb-wrapper .stats div {
            margin: 20px;
        }

            .lsb-wrapper .stats div img {
                height: 65px;
            }

            .lsb-wrapper .stats div span {
                font-size: 3em;
                font-weight: bold;
            }

    #toplink {
        position: fixed;
        bottom: 10%;
        right: 2%;
        font-size: 3.5em;
        color: #576F7F !important;
    }

    .lsb-wrapper .special-title {
        font-weight: bold;
        font-size: 1.4em;
    }


    .lsb-wrapper .winter {
        color: #1376bc;
        font-weight: 500;
        font-size: 1.1em;
    }

    .lsb-wrapper .spring {
        color: #16a851;
        font-weight: 500;
        font-size: 1.1em;
    }

    .lsb-wrapper #toplink:hover {
        color: #0026ff !important;
    }

.lsb-wrapper .contact-grid {
    padding: 20px;
    background: #f9fafb;
    margin-top: 50px !important;
    width: 100%;
    height: auto;
    display: table;
}

        .lsb-wrapper .contact-grid .info {
            width: 80%;
            margin: auto;
        }

            .lsb-wrapper .contact-grid .info h2 {
                text-align: left;
                width: 100%;
                border-bottom: 1px solid #555;
                border-top: none !important;
                margin-top: 0;
                padding-bottom: 10px;

            }

        .lsb-wrapper .contact-grid .info h3 {
            font-family: 'Times New Roman', Times, serif;
        }

            .lsb-wrapper .contact-grid .info p a {
                margin-right: 20px;
            }

            .lsb-wrapper .contact-grid .info div {
                float: left;
                margin-right: 20px;
                width: 45%;
            }

            #middlegradechart {
                width: 100%;
                height: 350px;
                max-width: 100%;
            }

#myImage {
    width: 100%;
    height: 500px;
    display: none;
}

.am5exporting-icon.am5exporting-valign-top {
    margin-top: -40px;
    margin-right: 10px !important;
}

.am5exporting-icon {
    width: 40px !important;
    opacity: 1 !important;
    height: auto !important;
    /*border: 1px solid #808080;*/
}

.am5exporting-type-separator {
    display: none;
}

.am5exporting-icon:hover {
    background: #eee !important;
}

.am5exporting-icon:focus {
    outline: none !important;
}

.am5exporting-menu-open .am5exporting-icon {
    background: #eee !important;
    opacity: 1 !important;
}

.am5exporting a {
    text-decoration: none !important;
}

.am5exporting-icon:before {
    content: "\e0da";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    float: left;
    font-size: 3em;
    margin-right: 4px;
    vertical-align: middle !important;
}

.am5exporting-icon svg {
    display: none;
}

.am5exporting-list {
    background: #eee !important;
    font-size: 1.2em !important;
    margin-top: 10px !important;
}

.am5exporting-label-alt {
    color: #000 !important;
}

@media (max-width: 768px) {
    .lsb-wrapper .sections {
        display: block !important;
    }

        .lsb-wrapper .sections div {
            width: 100% !important;
        }

        .lsb-wrapper .survey {
            flex-direction: column !important;
        }

        .survey-desc img {
            margin-top: 10px;
        }
}