
#map-slide {
    display: none;
}

.map-slide-in-container {
    width: 250px;
    overflow: hidden;
    height: 100%;
    position: relative;
    position: absolute;
    z-index: 450;
    top: 0;
    left: 0;
}

.map-slide-in {
    width: 300px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: white;
    z-index: 200;
    height: 100%;
    /*font-family: 'effra-light', Arial, Sans-serif;*/
    font-family: 'effra';
    font-weight: 700;
    color: #401663;
    font-size: 14px;
    font-weight: bold;
    /*border: 1px #ccc solid;*/
    background-color: #fff;
    /*-webkit-transition-property: width, visibility;
  transition-property: width, visibility;
  -webkit-transition-duration: 1s !important;
  transition-duration: 1s !important;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;*/
}

.map-slide-in-inner {
    position: relative;
    width: 300px;
    height: 100%;
    margin: 40px 10px;
}

.map-slide-in a, .map-slide-in a:hover, .map-slide-in a:focus {
    /*font-family: 'effra-light', Arial, Sans-serif;*/
    text-decoration: none;
    color: #401663;
    font-size: 16px;
    /*font-weight: bold;*/
    font-family: 'effra';
    font-weight: 700;
}

.btn-close {
    border: none;
    color: #401663;
    /*font-family: 'effra-light', Arial, Sans-serif;*/
    font-size: 22px;
    /*font-weight: bold;*/
    background-color: #fff;
    position: absolute;
    left: 210px;
    right: initial;
    z-index: 450;
    font-family: 'effra';
    font-weight: 700;
}


.sectionHeading {
    font-weight: bold;
    font-size: 30px !important;
}

.sectionText {
    color: #401663;
    font-size: 17px;
}

.graphText {
    padding-bottom: 40px;
    padding-left: 40px;
}

.bgGrey {
    background-color: #E6E7E8;
}

.toggle-map {
      position: absolute; z-index: 400; right: 10px; top: 10px; padding: 15px; cursor: pointer;
}

.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-marketmap {
    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;
}

.map-legend {
    color: #000;
    background-color: #fff;
    position: absolute;
    z-index: 400;
    left: 10px;
    bottom: 10px;
    padding: 10px;
}

    .map-legend table, .map-legend tr, .map-legend td {
        border: none;
        background-color: #fff;
    }

    .map-legend-btn {
        vertical-align: middle; 
        font-size: 10px;
        
    }

    .map-legend-btn-clicked {
        text-decoration: line-through;
    }

#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 !important;
}

.push-image {
    margin-top: 66.66px;
}

.lightbox:target {
    /** Remove default browser outline */
    outline: none;
    /** Unhide lightbox **/
    display: block;
}

.marketMapModule {
    position: relative;
    width: 100vw;
    left: calc(-50vw + 50%);
}

@media (max-width: 992px) {
    .marketMapModule {
        margin-top: 20px !important;
    }

    .marketMapSpacingOverride {
        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-left: 0px;
    }
}

@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;
    }

    .marketMapModule {
        padding: 0px !important;
        padding-bottom: 30px !important;
        padding-top: 30px !important;
    }
}

@media screen and (max-width: 767px) {
    .push-image {
        margin-top: 0px;
    }

    .lightbox {
        z-index: 999;
        height: 100%;
        width: 100%;
        margin: 0 auto;
        margin-top: 0px !important;
    }

    .btn-close {
        right: 25px;
        left: initial;
    }

    .map-slide-in-container {
        height: 160px;
        width: 100%;
        bottom: 100vh;
    }

    .map-slide-in {
        height: 160px;
        width: 100%;
    }

    .map-slide-in-inner {
        height: 160px;
        width: 100%;
        margin: 20px;
    }

    .map-container {
        width: 100% !important;
    }

    .marketMapTextAndMap {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media screen and (max-height: 860px) {
    .push-image {
        margin-top: 0px;
    }
}

@media (max-height: 824px) and (max-width:415px) {
    .marketMapModule {
        /*margin-left: -15px !important;*/
        width: 415px;
    }
}

@media (max-height: 824px) and (max-width:414px) {
    .marketMapModule {
        width: 415px;
    }
}

@media (max-height: 824px) and (max-width:376px) {
    .marketMapModule {
        width: 377px;
    }
}

@media (max-height: 824px) and (max-width:361px) {
    .marketMapModule {
        width: 361px;
    }
}

@media (max-height: 824px) and (max-width:321px) {
    .marketMapModule {
        width: 322px;
    }
}