.sectionHeading {
    font-weight: bold;
    font-size: 30px !important;
}

.sectionText {
    color: #401663;
    font-size: 17px;
}


.graphText {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 40px !important;
    padding-left: 40px !important;
}

.bgGrey {
    background-color: #E6E7E8;
}

.map-container {
    width: 600px;
    height: 400px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.map-container-lightbox {
    
    width: 100%;
    height: 100%;
    position: relative;
}

.map-buttons {
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 200;
    width: 100%;
    padding-right: 60px;
}

.map-btn {
    background-color: #ec008c;
    color: #fff;
    border: #ec008c solid 1px;
}

.map-btn-off {
    background-color: #e890c4;
    color: #fff;
    border: #e890c4 solid 1px;
}

.map-heatmap {
    height: 100%;
    width: 100%;
    position: relative;
}

#floating-panel {
    position: absolute;
    top: 10px;
    left: 25%;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #999;
    text-align: center;
    /*font-family: 'Roboto','sans-serif';*/
    font-family: 'effra';
    font-weight: 700;
    line-height: 30px;
    padding-left: 10px;
}

#floating-panel {
    background-color: #fff;
    border: 1px solid #999;
    left: 25%;
    padding: 5px;
    position: absolute;
    top: 10px;
    z-index: 5;
}

.lightbox-outer {
    width: 100% !important;
    height: 100% !important;
    position: fixed;
    z-index: 888;
    background: rgba(14,4,22,0.8);
    top: 0;
    left: 0;
}

.lightbox {
    z-index: 999;
    height: 75vh;
    width: 75vw;
    margin: 0 auto;
    margin-top: 12.5vh;
}

.push-image {
    margin-top: 66.66px;
}

.lightbox:target {
    /** Remove default browser outline */
    outline: none;
    /** Unhide lightbox **/
    display: block;
}

.heatmapModule {
    position: relative;
    width: 100vw;
    left: calc(-50vw + 50%);
}

@media (max-width: 992px) {
    .heatmapModule {
        margin-top: 20px !important;
    }

    .heatmapSpacingOverride {
        margin-left: auto !important;
    }
}

@media (max-width:1600px) and (min-width:992px) {
    .map-container {
        width: 500px !important;
    }
}

@media (max-width:1200px) and (min-width:992px) {
    .map-container {
        width: 410px !important;
    }
}

@media (max-width:729px) {
    .map-container {
        width: 100% !important;
    }

    .graphText {
        padding-top: 40px !important;
        padding-left: 0px !important;
    }
}

@media (max-width:619px) {
    .map-container {
        width: 100% !important;
    }
}

@media (max-width:524px) {
    .map-container {
        width: 100% !important;
    }
}

@media (max-width:415px) {
    .map-container {
        width: 100% !important;
        margin-left:auto !important;
        margin-right:auto !important;
        padding:0px;
    }

    .heatmapModule {
        padding: 0px !important;
        padding-bottom: 30px !important;
        padding-top: 30px !important;
    }
}

@media screen and (max-width: 767px) {
    .push-image {
        margin-top: 0px;
    }
}

@media screen and (max-height: 860px) {
    .push-image {
        margin-top: 0px;
    }
}

@media (max-height: 824px) and (max-width:415px) {
    .heatmapModule {
        /*margin-left: -15px !important;*/
        width: 415px;
    }
}

@media (max-height: 824px) and (max-width:414px) {
    .heatmapModule {
        width: 415px;
    }
}

@media (max-height: 824px) and (max-width:376px) {
    .heatmapModule {
        width: 377px;
    }
}

@media (max-height: 824px) and (max-width:361px) {
    .heatmapModule {
        width: 361px;
    }
}

@media (max-height: 824px) and (max-width:321px) {
    .heatmapModule {
        width: 322px;
    }
}