
#gauge {
    text-align: center;
}

.value-text {
    font-weight: bold;
    font-size: 45px;
    text-anchor: middle;
    fill: #001A2E;
}

.description-text {
    text-anchor: middle;
    fill: #7E8B95;
    font-size: 20px;      
}

svg {
    background: transparent;
}

.inner-most-circle {
    background-color: white;
    position: absolute;
    display: inline-block;
    margin: 0 auto;
    z-index: -1;
    border-radius: 50%;
}

.half-circle-right {
    border-radius: 0 60px 60px 0;
}

.half-circle-left {
    border-radius: 60px 0 0 60px;
}

.denver-blue {
    background-color: rgba(0, 85, 150, 1);
}

.demowrapper {
    height: 100%;
    position: fixed;
    width: 100%;
    overflow: scroll;
    box-sizing: border-box;
}

.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.verticaltext {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    writing-mode: vertical-lr;
}

.card, .h-100 {
    height: 100%;
}

h2 .wi {
    font-size: 32px;
}

.app-layout {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 50vh 50vh;
    grid-template-rows: 50vh 50vh;
}

.siteinfolayout {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
    justify-content: center;
    align-items: center;
    align-content: space-around;
}

    /*.siteinfolayout > div:first-child {
                grid-column-start: 1;
                grid-column-end: 4;
                grid-row-start: 1;
                grid-row-end: 1;
            }*/

    .siteinfolayout > div:nth-child(4) {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 2;
        grid-row-end: 3;
    }

    .siteinfolayout > div:nth-child(5) {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 3;
        grid-row-end: 4;
    }

@media (max-width: 768px) {
    .app-layout {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 100vw;
        grid-template-columns: 100vw;
        -ms-grid-rows: auto auto auto auto;
        grid-template-rows: auto auto auto auto;
    }
}

.customInfobox {
    background-color: rgba(255,255,255,0.5);
    color: black;
    max-width: 450px;
    border-radius: 10px;
    padding: 5px;
    font-size: 12px;
    pointer-events: auto !important;
}

    .customInfobox .title {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 5px;
    }

.shadow-xl {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3), 0 12px 40px 0 rgba(0, 0, 0, 0.29);
}

.mypin {
    cursor: pointer !important;
}



.hover-over-card {
    font-size: 14px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin: 0;
}

.bordered-card {
    padding: 0.5em;
    border-top-left-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 15px;
    max-width: 250px;
    font-size: small;
    margin: 0;
    margin-top: 0.25rem;
}

.centered-card {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
}

.arrow-container {
}

.blue-table th, .blue-table td {
    text-align: left;
    padding: 0.1em;
    margin: 0;
}

.blue-table thead th {
    background-color: #cccccc;
    color: white;
    border-color: white;
    border: 1px solid #cccccc;
}

.blue-table td {
    border: 0;
    font-size: smaller;
}

    .blue-table td .units {
        color: gray;
    }

.blue-table thead:first-child th:first-child {
    border-right: 1px solid white;
}

.blue-table thead tr:last-child th {
    height: 0.5rem;
    min-height: 0.5rem;
    border: none;
    background-color: transparent;
}

.blue-table tbody tr:first-child td {
}

.blue-table tbody tr:last-child td {
}

.blue-table tbody tr td:first-child {
}

.blue-table tbody tr td:last-child {
}

.border-circle {
    width: 55px;
    height: 55px;
    max-width: 55px;
    max-height: 55px;
    min-width: 55px;
    min-height: 55px;
    border-radius: 50%;
    border: 1px solid gray;
    display: flex;
    align-content: center;
    align-items: center;
    justify-items: center;
    margin-bottom: 0;
}

.color-icon-top {
    color: #d1d1d1;
}

a.clrval img {
    margin-left: 8px;
    margin-top: 4px;
}

.clrval div {
    color: blue !important;
    left: 5px !important;
    text-shadow: 1px 0px white, -1px 0px white, 0px -1px white, 0px 1px white;
    font: 12px arial,sans-serif !important;
}

.modal-xl {
    max-width: 75vw;
}

.modal-lg {
    max-width: 75%;
}

.customInfobox {
    background-color: rgba(255,255,255,0.5);
    color: black;
    max-width: 250px;
    border-radius: 10px;
    padding: 10px;
    font-size: 12px;
    pointer-events: auto !important;
}

    .customInfobox .title {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 5px;
    }

.btn-xssm {
    padding: .25rem .5rem;
    font-size: .575rem;
    line-height: 1.5;
    border-radius: .2rem;
}

/* @font-face {
    font-family: gm;
    src: url(../fonts/Gotham/Gotham-Medium.otf);
}

@font-face {
    font-family: gl;
    src: url(../fonts/Gotham/Gotham-Light.otf);
}

@font-face {
    font-family: gb;
    src: url(../fonts/Gotham/Gotham-Bold.otf);
}

@font-face {
    font-family: g;
    src: url(../fonts/Gotham/Gotham-Book.otf);
}

@font-face {
    font-family: mm;
    src: url(../fonts/MuseoSlab/MuseoSlab-300.otf);
} */

body {
    font-family: "Montserrat", sans-serif !important;
    letter-spacing: 0.6px;
    /* Track */
    /* Handle */
    /* Handle on hover */
}

    body::-webkit-scrollbar {
        width: 5px;
    }

    body::-webkit-scrollbar-track {
        background: #172f67;
    }

    body::-webkit-scrollbar-thumb {
        background: #7379b0;
        border-radius: 10px;
    }

        body::-webkit-scrollbar-thumb:hover {
            background: #fff;
        }

@keyframes beat {
    to {
        transform: scale(1.06);
    }
}

.sub-page-heading2 {
    display: none;
}

.onSidePadding {
    padding-left: 50px;
}

.marg {
    margin: 0px !important;
}

a {
    text-decoration: none !important;
}

section.sec__main {
    position: relative;
    height: 100vh;
}



    section.sec__main .left-main {
        position: absolute;
        left: 0px;
        top: 130px;
        width: 300px;
        bottom: 0px;
        padding: 15px;
        overflow-y: scroll;
        padding-top: 0px;
        /* Track */
        /* Handle */
        /* Handle on hover */

        #side-filters-toggle {
            /* button reset */
            border: none;
            margin: 0;
            padding: 0;
            
            overflow: visible;
            background: transparent;
            color: inherit;
            font: inherit;
            line-height: normal;
            -webkit-font-smoothing: inherit;
            -moz-osx-font-smoothing: inherit;
            -webkit-appearance: none;

            display: flex;

            width: 100%;

            h3 {
                font-size: .75rem;
                font-weight: bold;
                margin: 0px;
                &:before {
                    display: inline-block;
                    width: .75rem;
                    height: .75rem;
                    content: ' ';
                    background-image: url('/lib/img/arrow.png');
                    background-size: 75%;
                    background-position: 50%;
                    background-repeat: no-repeat;
                    rotate: 180deg;
                    transition: rotate .5s ease-in-out;
                    margin-right: .5rem;
                }
            }
            &.closed {
                h3:before {
                    rotate: 90deg;
                }
            }
        }

        #side-filters {
            interpolate-size: allow-keywords;
            height: auto;
            transition: height .5s ease-in-out, visibility .5s ease-in-out;
            overflow: hidden;
            visibility: visible;
            &.closed {
                height: 0px;
                visibility: hidden;
            }
        }

    }

        section.sec__main .left-main::-webkit-scrollbar {
            width: 0px;
        }

        section.sec__main .left-main::-webkit-scrollbar-track {
            background: #172f67;
        }

        section.sec__main .left-main::-webkit-scrollbar-thumb {
            background: #7379b0;
            border-radius: 0px;
        }

            section.sec__main .left-main::-webkit-scrollbar-thumb:hover {
                background: #fff;
            }

        section.sec__main .left-main .white__bg {
            background-color: #fff;
            padding: 10px;
            border-radius: 10px;
            margin-bottom: 10px;
        }

            section.sec__main .left-main .white__bg .arrow__down {
                display: block;
                text-align: right;
                cursor: pointer;
            }

                section.sec__main .left-main .white__bg .arrow__down img {
                    width: 14px;
                }

            section.sec__main .left-main .white__bg .left-heading {
                position: relative;
            }

                section.sec__main .left-main .white__bg .left-heading p {
                    color: #005596;
                    font-family: "Montserrat";
                    font-weight: 900;
                    margin-bottom: 0px;
                    font-size: 14px;
                }

                section.sec__main .left-main .white__bg .left-heading span {
                    font-size: 10px;
                    display: block;
                    font-family: "Montserrat";
                    font-weight: 200;
                    color: #b0b0b0;
                }

            section.sec__main .left-main .white__bg .label__tags {
                position: relative;
                margin: 10px 0px;
            }

                section.sec__main .left-main .white__bg .label__tags button {
                    background: none;
                    display: inline-block;
                    font-size: 12px;
                    padding: 5px 9px;
                    border: 1px solid #b3b3b3;
                    border-radius: 25px;
                    margin: 3px 0px;
                }

                    section.sec__main .left-main .white__bg .label__tags button img {
                        width: 14px;
                        cursor: pointer;
                        position: relative;
                        top: -1px;
                        margin-left: 2px;
                    }

            section.sec__main .left-main .white__bg .list__check {
                position: relative;
            }

                section.sec__main .left-main .white__bg .list__check > p {
                    color: #000;
                    position: relative;
                    border-top: 1px solid #b3b3b3;
                    padding-top: 10px;
                    margin-top: 10px;
                    font-size: 12px;
                    margin-bottom: 0px;
                }

                    section.sec__main .left-main .white__bg .list__check > p:nth-child(2) {
                        border-top: 0px solid #000;
                        margin-top: 0px;
                    }

                    section.sec__main .left-main .white__bg .list__check > p > img {
                        width: 13px;
                        height: 13px;
                        margin-right: 5px;
                        object-fit: cover;
                        position: relative;
                        top: -1px;
                    }

                    section.sec__main .left-main .white__bg .list__check > p span,
                    section.sec__main .left-main .white__bg .list__check > p input {
                        position: absolute;
                        right: 10px;
                        width: 15px;
                        height: 15px;
                        top: 10px;
                    }

                    section.sec__main .left-main .white__bg .list__check > p input {
                        z-index: 2;
                        opacity: 0;
                    }

                        section.sec__main .left-main .white__bg .list__check > p input:checked ~ span {
                            border-color: #fff;
                        }

                            section.sec__main .left-main .white__bg .list__check > p input:checked ~ span img {
                                opacity: 1;
                            }

                    section.sec__main .left-main .white__bg .list__check > p span {
                        z-index: 1;
                        border: 1px solid #ccc;
                        width: 15px;
                        border-radius: 50%;
                        height: 15px;
                    }

                        section.sec__main .left-main .white__bg .list__check > p span img {
                            width: 100%;
                            height: 100%;
                            opacity: 0;
                            position: relative;
                            top: -4px;
                        }

    section.sec__main .right__main__wrap {
        position: absolute;
        right: 10px;
        top: 65px;
        bottom: 126px;
        width: 600px;
    }

        section.sec__main .right__main__wrap .times2 {
            position: absolute;
            left: 79px;
            z-index: 7;
            width: 20px;
            top: 33px;
            cursor: pointer;
        }

        section.sec__main .right__main__wrap .right__main {
            position: absolute;
            background-color: #fff;
            right: 10px;
            top: 20px;
            bottom: 126px;
            border: 1px solid #b3b3b3;
            border-radius: 20px;
            padding: 15px;
            border-left: 29px solid #b3b3b3;
            width: 500px;
            height: 100%;
            overflow-y: scroll;
            /* Track */
            /* Handle */
            /* Handle on hover */
        }

            section.sec__main .right__main__wrap .right__main::-webkit-scrollbar {
                width: 0px;
            }

            section.sec__main .right__main__wrap .right__main::-webkit-scrollbar-track {
                background: #172f67;
            }

            section.sec__main .right__main__wrap .right__main::-webkit-scrollbar-thumb {
                background: #7379b0;
                border-radius: 0px;
            }

                section.sec__main .right__main__wrap .right__main::-webkit-scrollbar-thumb:hover {
                    background: #fff;
                }

            section.sec__main .right__main__wrap .right__main .collapse-main {
                padding: 3px 0px;
                border-bottom: 1px solid #b3b3b3;
                margin-bottom: 10px;
            }

                section.sec__main .right__main__wrap .right__main .collapse-main .arrow__down {
                    display: block;
                    text-align: right;
                    cursor: pointer;
                }

                    section.sec__main .right__main__wrap .right__main .collapse-main .arrow__down img {
                        width: 14px;
                    }

            section.sec__main .right__main__wrap .right__main .first--1 {
                position: relative;
                padding-bottom: 15px;
                border-bottom: 1px solid #ccc;
            }

                section.sec__main .right__main__wrap .right__main .first--1 > img {
                    position: absolute;
                    right: 0px;
                    width: 125px;
                }

                section.sec__main .right__main__wrap .right__main .first--1 p {
                    font-family: "Montserrat";
                    font-weight: 900;
                    font-size: 24px;
                    color: #000;
                    margin-bottom: 0px;
                }

                    section.sec__main .right__main__wrap .right__main .first--1 p img {
                        width: 70px;
                        margin-right: 10px;
                    }

            section.sec__main .right__main__wrap .right__main .first--2 {
                position: relative;
                background-color: #ccc;
                padding: 10px 15px;
                margin-left: -15px;
                margin-right: -15px;
                margin-top: 15px;
            }

                section.sec__main .right__main__wrap .right__main .first--2 .btn {
                    position: absolute;
                    right: 10px;
                    top: 12px;
                    font-size: 12px;
                    background-color: #fff;
                    border-radius: 15px;
                    padding: 2px 13px;
                }

                section.sec__main .right__main__wrap .right__main .first--2 p {
                    position: relative;
                    color: #000;
                    font-family: "Montserrat";
                    font-weight: 900;
                    margin-bottom: 0px;
                    font-size: 17px;
                }

                    section.sec__main .right__main__wrap .right__main .first--2 p img {
                        width: 24px;
                        margin-right: 5px;
                        position: relative;
                        top: -2px;
                    }

            section.sec__main .right__main__wrap .right__main .first--3 {
                position: relative;
                padding: 10px 0px;
            }

                section.sec__main .right__main__wrap .right__main .first--3 p {
                    color: #808080;
                    font-size: 16px;
                    margin: 0px;
                    margin-top: 10px;
                }

                    section.sec__main .right__main__wrap .right__main .first--3 p img {
                        width: 15px;
                    }

            section.sec__main .right__main__wrap .right__main .color__boxes {
                position: relative;
                border-bottom: 1px solid #ccc;
                padding-bottom: 10px;
            }

                section.sec__main .right__main__wrap .right__main .color__boxes .btn {
                    display: inline-block;
                    color: #000;
                    background-color: #f2f2f2;
                    border-radius: 25px;
                    padding: 8px 15px;
                    margin: 5px 0px;
                    margin-right: 5px;
                    font-size: 12px;
                    border: 1px solid #f2f2f2;
                }

                    section.sec__main .right__main__wrap .right__main .color__boxes .btn:focus,
                    section.sec__main .right__main__wrap .right__main .color__boxes .btn:hover {
                        border-color: #333333;
                        outline: none !important;
                        box-shadow: 0 0 0 0 !important;
                    }

                    section.sec__main .right__main__wrap .right__main .color__boxes .btn i {
                        position: relative;
                        display: inline-block;
                        width: 16px;
                        height: 16px;
                        border-radius: 50%;
                        border: 1px solid #808080;
                        top: 4px;
                    }

                        section.sec__main .right__main__wrap .right__main .color__boxes .btn i.green {
                            background-color: #26a65b;
                        }

                        section.sec__main .right__main__wrap .right__main .color__boxes .btn i.yellow {
                            background-color: #ffff00;
                        }

            section.sec__main .right__main__wrap .right__main .first {
                position: relative;
                padding-right: 125px;
                margin-bottom: 50px;
                margin-top: 30px;
            }

                section.sec__main .right__main__wrap .right__main .first > img {
                    position: absolute;
                    right: 0px;
                    width: 125px;
                }

                section.sec__main .right__main__wrap .right__main .first p {
                    font-family: "Montserrat";
                    font-weight: 900;
                    font-size: 22px;
                    color: #000;
                    margin-bottom: 5px;
                }

                    section.sec__main .right__main__wrap .right__main .first p img {
                        width: 10px;
                        position: relative;
                        top: -7px;
                    }

                section.sec__main .right__main__wrap .right__main .first h2 {
                    font-family: "Montserrat";
                    font-weight: 900;
                    font-size: 30px;
                    color: #000;
                    margin-bottom: 5px;
                }

                section.sec__main .right__main__wrap .right__main .first span {
                    font-family: "Montserrat";
                    font-weight: 500;
                    font-size: 8px;
                    display: block;
                    color: #000;
                }

            section.sec__main .right__main__wrap .right__main .second {
                position: relative;
                margin-top: 20px;
            }

                section.sec__main .right__main__wrap .right__main .second > img {
                    width: 50px;
                    position: absolute;
                    left: 0px;
                    top: 0px;
                }

                section.sec__main .right__main__wrap .right__main .second p {
                    font-family: "Montserrat";
                    font-weight: 900;
                    font-size: 16px;
                    line-height: 20px;
                }

            section.sec__main .right__main__wrap .right__main .third {
                position: relative;
                margin-top: 20px;
            }

                section.sec__main .right__main__wrap .right__main .third > img {
                    width: 50px;
                    position: absolute;
                    left: 0px;
                    top: 0px;
                }

                section.sec__main .right__main__wrap .right__main .third p {
                    font-size: 14px;
                }

                    section.sec__main .right__main__wrap .right__main .third p .sourceName {
                        font-weight: 600;
                        font-size: 20px;
                    }

                    section .sec__main .right__main__wrap .right__main .third p span {
                        font-size: 14px;
                        display: inline-block;
                        margin-right: 20px;
                    }

                        section.sec__main .right__main__wrap .right__main .third p span img {
                            width: 120px;
                        }

            section.sec__main .right__main__wrap .right__main .graph {
                margin-bottom: 20px;
            }

                section.sec__main .right__main__wrap .right__main .graph img {
                    width: 100%;
                }

            section.sec__main .right__main__wrap .right__main .content {
                position: relative;
            }

                section.sec__main .right__main__wrap .right__main .content .main__content {
                    position: relative;
                }

                    section.sec__main .right__main__wrap .right__main .content .main__content.img--wrap {
                        position: relative;
                    }

                        section.sec__main .right__main__wrap .right__main .content .main__content.img--wrap > div {
                            padding-left: 150px;
                            min-height: 150px;
                            margin-top: 10px;
                        }

                            section.sec__main .right__main__wrap .right__main .content .main__content.img--wrap > div span {
                                position: absolute;
                                left: 0px;
                                width: 150px;
                                text-align: center;
                            }

                                section.sec__main .right__main__wrap .right__main .content .main__content.img--wrap > div span img {
                                    width: 110px;
                                }

                    section.sec__main .right__main__wrap .right__main .content .main__content span {
                        display: block;
                        font-family: "Montserrat";
                        font-weight: 200;
                        color: #000;
                        text-transform: capitalize;
                    }

                    section.sec__main .right__main__wrap .right__main .content .main__content p {
                        line-height: 21px;
                        margin-top: 5px;
                    }

                    section.sec__main .right__main__wrap .right__main .content .main__content a {
                        color: #0000ff;
                        display: block;
                    }

@media screen {
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .sec-index-main {
        padding: 0px 20px;
    }

        .sec-index-main section.sec-header-main .header-left-content h2 {
            font-size: 22px;
            line-height: 35px;
        }

        .sec-index-main section.sec-header-main .header-left-content p {
            font-size: 16px;
            line-height: 28px;
        }

        .sec-index-main section.sec-header-main .top-header-img {
            margin-top: 30px;
            display: none;
        }

        .sec-index-main section.sec-mission-main .img-mission img {
            height: 335px;
        }

        .sec-index-main section.sec-mission-main .mission-content h3 {
            font-size: 35px;
        }

        .sec-index-main section.sec-mission-main .mission-content p {
            font-size: 16px;
            line-height: 27px;
        }

        .sec-index-main section.sec-grid-card .main-card-grid {
            margin-bottom: 50px;
        }

        .sec-index-main section.sec-clients .client-heading h3 {
            font-size: 35px;
        }

        .sec-index-main section.sec-clients .carosal-items .content-main {
            padding: 65px 20px 100px 20px;
        }

            .sec-index-main section.sec-clients .carosal-items .content-main > p {
                width: 100%;
            }

        .sec-index-main section.sec-diliver-main .img-mission img {
            position: relative;
            height: 250px;
            max-width: 100%;
        }

        .sec-index-main section.sec-diliver-main .mission-content h3 {
            font-size: 35px;
            padding-top: 20px;
            width: 100%;
        }

        .sec-index-main section.sec-diliver-main .mission-content .app-mobile img {
            width: 150px;
            margin-right: 10px;
        }

        .sec-index-main section.sec-contactus .contactUs-heading h3 {
            font-weight: 600;
            font-size: 35px;
            margin-top: 50px;
        }

        .sec-index-main section.sec-top-nav .nav-logo img {
            position: relative;
            width: 100%;
        }

        .sec-index-main section.sec-top-nav .nav-right-btn .btn {
            margin-left: 10px;
            padding: 5px 10px;
            font-size: 14px;
        }
}
/*# sourceMappingURL=style.css.map */

#siteloader {
    position: fixed;
    display: none;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10000000;
    background: url('/lib/img/loading_spinner.gif') 50% 50% no-repeat;
    pointer-events: none;
}

#sitePageLoader {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(.1,.1,.1, .25);
    background-image: url('/lib/img/loading_spinner.gif');
    background-repeat: no-repeat;
    background-position: center;
}

#rightMainLoader {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;

    z-index: 10000000;
    background: url('/lib/img/loading_spinner.gif') 50% 50% no-repeat;
    background-color: rgb(.1,.1,.1, .25);
    background-position: center 25%;
}

.nav-item .menu-arrow {
    border: solid #3c4858;
    border-radius: 0.5px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    transition: all 0.5s;   
    margin: 5px;
    margin-top: 0px;
}

.nav-item .menu-arrow:hover {
    transform: rotate(225deg);
    transition: all 0.5s;
}

.nav-link {
    display: block;
    color: #3c4858;
    font-size: .875rem;
    background-color: transparent !important;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: "Nunito", sans-serif;
    padding-left: 15px;
    padding-right: 15px;
}

a.dropdown-item {
    font-size: .75rem;
    font-weight: 700;
    transition: all 0.3s;
}

#headerRow {
    min-height: 50px;
    max-height: 150px;
}

.header-img {
    background-position-y: 55%;
    background-position-x: center;
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-clip: border-box;
}
#networkLogo {
    overflow: hidden;
    min-height: 50px;
    max-height: 150px;
    padding: 0px !important;
    border-radius: 0 3rem 3rem 0;
}
#leftLogo {
    height: auto;
    max-height: 150px;
    width: auto;
    min-width: 60px;
    max-width: 70%;
    padding: 10px !important;
    padding-bottom: 5px !important;
}
#partnerLogo {
    overflow: hidden;
    min-height: 50px;
    max-height: 150px;
    padding: 0px !important;
    border-radius: 3rem 0 0 3rem;
}
#rightLogo {
    height: auto;
    max-height: 150px;
    width: auto;
    min-width: 60px;
    max-width: 70%;
    object-fit: cover;
    padding: 5px 0 0 0;
}
@media screen and (max-width: 500px) {
    #leftLogo {
        width: 90%;
        padding: 0px;
    }
    #rightLogo {
        width: 90%;
        padding: 0px;
    }

    .header-img {
        /*background-position-y: 0;*/
        background-size: 100% auto, cover;
    }
}
/*@media screen and (min-width: 1000px) {
    #headerRow {
        height: 150px;
    }
}*/

.sitename {
    /* font-size: 1.25vw;*/
    font-size: clamp(14px, 1.5vw, 2.5vw);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-link {
    white-space: nowrap;
}

#concernedtext, #actiontext {
    font-size: clamp(1rem, 1.25vw, 1.5rem);
    line-height: calc(var(--bs-body-line-height) * .9);
}

#footer {
    position: fixed;
    bottom: 0px;
    text-align: center;
    width: 100%;
    background-color: #ffffff;
    font-size: smaller;
    padding-top: 30px;
    z-index: 100;
}

nav {
    background-color: #FFFFFF;
}

#allbg {
    padding-bottom: 35px;
}

#currentValueBox {
    min-height: 250px;
}

#alertLevelKey {
    min-height: 50px;
}

#historyChart {
    min-height: 150px;
}

.highlight {
    padding: 1rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    background-color: #f7f7f9;
}





/* accessibility updates ================================================================== */

#topnav {
    padding: 1rem;
}

@media screen and (min-width: 320px) and (max-width: 900px) {
    #topnav {
        padding: .33rem;
    }
}

.menubar {
    display: inline-block;
    position: relative;
    z-index: 1;
    /* resets */
    ul, li {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }
    button, a {
        padding: 0px;
        margin: 0px;
        border: none;
        font-size: 1rem;
        background: none;
        color: inherit;
        font: inherit;
        cursor: pointer;
        outline: inherit;
        text-transform: uppercase;
    }

    /* arrows */
    .menu-arrow {
        border: solid #3c4858;
        border-radius: 0.5px;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        transition: all 0.5s;   
        margin: 5px;
        margin-top: 0px;
    }

    .menu-arrow:hover {
        transform: rotate(225deg);
        transition: all 0.5s;
    }

    /* menu */
    > ul {
        display: flex;
        flex-direction: row;
        > li {
            position: relative;
            padding: 1rem;
            > ul { /* submenu */
                background: rgba(255 255 255 / .8);
                backdrop-filter: blur(5px); 
                position: absolute;
                display: flex;
                flex-direction: column;
                min-width: 200px;
                opacity: 0;
                height: 0px;
                transition: all .25s ease-in;
                li {
                    padding: .5rem 1rem;
                }
                &.--displaynone {
                    display: none;
                }
            }
            &.--submenu-open {
                > ul {
                    display: flex;
                    height: auto;
                    opacity: 1;
                }
            }
        }
    }
}

@media (max-width: 991px) {
    .menubar {
        display: none;
        &.--showmobilemenu {
            display: block;
            position: fixed;
            left: 0px;
            top: 67px;
            width: 100%;
            > ul {
                flex-direction: column;
                > li > ul {
                    position: relative;
                }
            }
        }
    }
}

*:focus-visible {
    outline: 3px solid orange !important;
    outline-offset: 3px;
}

#skipNavLink {
    font-weight: 900 !important;
    left: 0px;
    display: block;
    position: fixed;
    top: -100px;
    background-color: white;
    padding: 1rem;
    z-index: 2;
    box-shadow: 2px 4px 4px rgba(0 0 0 / .1);
    &:focus-within {
        top: 10px;
    }
}

/* accessibility updates... */
.numSelected {
    color: #222 !important;
}

button.pinButton {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font: inherit !important; /* Inherit font styles from parent */
  cursor: pointer !important;
}

.pinPopup-header {
    margin-right: 3rem;
}

ul#siteGrid {
    list-style: none;
    margin: 0;
    padding: 0;
    li {
        width: 24% !important;
        margin: .5% !important;
        padding: 0;
        p.m-0.mt-3 {
            font-weight: bold !important;
        }
    }
}

code {
    color: #CE2F7E !important;
}

#rightmain {
    h2 {
        padding-right: 60px;
    }
    button#rightmain_close {
    position: absolute;
    top: 5px;
    right: 35px;
    background: none;
    border: none;
    width: 30px;
    height: 30px;
    .times2 {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 7;
            width: 30px;
        }
    }
}

.popup-container {
    dialog {
        border: none;
        background: none;
    }
    .popup-close {
        position: absolute;
        top: 5px;
        right: 5px;
    }
    .pinPopup-header h2 {
        font-size: 14px;
    }
}


