﻿

#cont-chart-1 {
    position: absolute;
    top: 0.5vw;
    left: 0.5vw;
    right: 45%;
    margin-right: 0.75vw;
    bottom: 50%;
    margin-bottom: 0.75vw;
    background-color: white;
    color: #ffffff;
    background-image: url(../../FirstNations/Graphics/digital-bg.svg?111125-3);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom -2.5vw;
}
@media (max-width: 1100px) {
    #cont-chart-1 {
        background-size: cover;
        background-position: center center;
    }
}
    #cont-chart-1 .aZoomIn, #cont-chart-1 .aZoomOut {
        display: none;
    }

#chart-1-title {
    color: #000000;
    font-size: 170%;
}

#chart-1-gap {
    position: absolute;
    bottom: 75%;
    left: 15%;
    right: 35%;
    font-size: 81%;
    font-family: Inter-SemiBold;
    color: #000000;
    opacity: 0;
    transition: opacity linear 200ms;
}

    #chart-1-gap.visible {
        opacity: 1;
    }

    #chart-1-gap table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0px;
        margin: 0px;
    }

    #chart-1-gap td {
        width: 16.66667%;
        text-align: center;
    }

#chart-1 {
    position: absolute;
    bottom: 27%;
    left: 15%;
    right: 35%;
    top: 25%;
    font-size: 90%;
    opacity: 0;
    transition: opacity linear 200ms;
}

    #chart-1.visible {
        opacity: 1;
    }

#chart-1-1 {
    position: absolute;
    width: 6vw;
    left: 55%;
    top: 20%;
    height: 6vw;
    font-size: 90%;
    transition: all linear 200ms;
}

#chart-1-1-label {
    position: absolute;
    width: 6vw;
    left: 55%;
    top: 20%;
    margin-top: 6.2vw;
    text-align: center;
    color: #000000;
    font-size: 95%;
    font-family: Nunito-ExtraBold;
    transition: all linear 200ms;
}
    #chart-1-1.switch, #chart-1-1-label.switch {
        left: 70%;
    }

#chart-1-2 {
    position: absolute;
    left: 45%;
    margin-left: -6vw;
    width: 6vw;
    top: 20%;
    height: 6vw;
    font-size: 90%;
    opacity: 0;
    transition: opacity linear 200ms;
}

    #chart-1-2.visible {
        opacity: 1;
    }

#chart-1-2-label {
    position: absolute;
    left: 45%;
    margin-left: -6vw;
    width: 6vw;
    top: 20%;
    margin-top: 6.2vw;
    text-align: center;
    color: #000000;
    font-size: 95%;
    font-family: Nunito-ExtraBold;
    opacity: 0;
    transition: opacity linear 200ms;
}

    #chart-1-2-label.visible {
        opacity: 1;
    }

#chart-1-2-gap {
    position: absolute;
    right: 55%;
    margin-right: 1.6vw;
    top: 20%;
    margin-top: 3.7vw;
    text-align: center;
    color: #000000;
    font-family: Nunito-Black;
    opacity: 0;
    transition: opacity linear 200ms;
}

    #chart-1-2-gap.visible {
        opacity: 1;
    }



#cont-chart-2 {
    position: absolute;
    top: 0.5vw;
    left: 55%;
    right: 0.5vw;
    margin-left: 0.75vw;
    bottom: 50%;
    margin-bottom: 0.75vw;
    background-color: white;
}
#cont-chart-2 .aZoomIn, #cont-chart-2 .aZoomOut {
    /*display: none;*/
}

#chart-2-title {
}

#chart-2 {
    position: absolute;
    bottom: 0.5vw;
    left: 1vw;
    right: 1vw;
    top: 24%;
    font-size: 90%;
}
    #chart-2 ._block {
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        display: flex;
        justify-content: space-between;
        white-space: nowrap;
        width: 100%;
        height: 48%;
        position: absolute;
        left: 0px;
    }
    #chart-2 ._block.block-1 {
        top: 0px;
    }
    #chart-2 ._block.block-2 {
        bottom: 0px;
    }
        #chart-2 ._block ._cc {
            display: inline-block;
            height: 100%;
            width: 30%;
            text-align: center;
        }
            #chart-2 ._block ._cc ._c {
                position: relative;
                display: block;
                width: 100%;
                height: 80%;
                text-align: center;
            }
                #chart-2 ._block ._cc ._c ._g {
                    position: absolute;
                    top: 59%;
                    right: 50%;
                    margin-right: -6.2%;
                    display: block;
                    text-align: right;
                    font-size: 85%;
                    color: #000000;
                }
                #chart-2 ._block ._cc ._c ._d {
                    position: absolute;
                    top: 0px;
                    left: 50%;
                    display: block;
                    height: 100%;
                }
                    #chart-2 ._block ._cc ._c ._d.FN {
                        z-index: 10;
                    }
            #chart-2 ._block ._cc ._l {
                display: -webkit-flex;
                -webkit-align-items: center;
                -webkit-justify-content: center;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                height: 20%;
            }

#chart-2-leg {
    display: flex;
    align-items: center;
    position: absolute;
    left: 1vw;
    right: 1vw;
    top: 15.5%;
    height: 6%;
    font-size: 80%;
}
    #chart-2-leg div {
        display: inline-block;
    }
    #chart-2-leg ._circ {
        border-radius: 50%;
        width: 0.7vw;
        height: 0.7vw;
        margin-right: 0.2vw;
    }
        #chart-2-leg ._circ._NAT {
            background-color: #8ce5dc;
        }
        #chart-2-leg ._circ._FN {
            background-color: #5aa096;
        }
    #chart-2-leg div._NATlab {
        margin-right: 2vw;
    }

#cont-chart-2.zoom #chart-2 ._block ._cc ._c ._g {
    top: 59%;
    right: 50%;
    margin-right: -4%;
}
#cont-chart-2.zoom #chart-2 {
    bottom: 2.5vw;
    top: 24%;
}
#cont-chart-2.zoom #chart-2-leg {
    top: 10%;
}



#cont-chart-3 {
    position: absolute;
    top: 50%;
    left: 0.5vw;
    right: 66.66%;
    margin-right: 0.75vw;
    bottom: 0.5vw;
    margin-top: 0.75vw;
    background-color: white;
}

#chart-3-title {
}

#chart-3 {
    position: absolute;
    bottom: 2.5vw;
    left: 1vw;
    right: 1vw;
    top: 15%;
    font-size: 90%;
}
#cont-chart-3.zoom #chart-3 {
    bottom: 3.5vw;
}






#cont-chart-4 {
    position: absolute;
    top: 50%;
    left: 33.33%;
    right: 0.5vw;
    margin-left: 0.75%;
    bottom: 0.5vw;
    margin-top: 0.75vw;
    background-color: white;
}

#chart-4-title {
}

#chart_4_metric {
    z-index: 500;
    position: absolute;
    top: 1vw;
    right: 1.5vw;
    width: 45%;
    height: 1.2vw;
    margin-top: -0.6vw;
}
    #chart_4_metric .wrap {
        max-height: 10vw;
        overflow-y: scroll;
    }
#cont-chart-4.zoom #chart_4_metric {
    right: 2.5vw;
    height: 2vw;
    font-size: 85%;
}
#chart_4_metric .dropdown .text {
    left: 11px;
    width: 90%;
}
#chart_4_metric .dropdown .arrow {
    width: 5%;
    right: 11px;
}

#chart-4 {
    position: absolute;
    bottom: 2.5vw;
    left: 1vw;
    right: 1vw;
    top: 15%;
    font-size: 90%;
}
#cont-chart-4.zoom #chart-4 {
    bottom: 3.5vw;
}
