.content {
    position: relative;
    width: 100%;
    /* adjust this ratio to match your map image: width / height */
    padding-top: calc(539 / 746.74 * 100%);
    /* overflow: hidden; */
    z-index: 0;
}

.mapLayer {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.map-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* fill parent width */
    height: 100%;
    /* fill parent height */
    z-index: 0;
}

.mapMarkers {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* background-color: rgba(255, 0, 0, 0.5); */
}

.dashboard-marker:hover {
    background-image: url('/img/mapmarkers2-hover.png');
    z-index: 1;
}

.dashboard-marker {
    position: absolute;
    width: 26px;
    height: 38px;
    background-image: url('/img/mapmarkers2-normal.png');
    background-size: contain;
    cursor: pointer;
    margin-left: -13.5px;
    margin-top: -35px;
}

.summary {
    z-index: 10;
    top: 20px;
    left: 20px;
    position: absolute;
}

.summaryBadge {
    float: left;
    clear: right;
    width: 180px;
    height: 100px;
    background-color: #333f4f;
    margin-right: 10px;
    padding: 10px;
}

.summaryValue {
    color: white;
    font-size: 25px;
    margin-top: 10px;
    font-weight: bold;
}

.summaryLabel {
    color: #8995aa;
    font-size: 15px;
    margin-top: 0px;
    font-weight: bold;
}

.projectBadge {
    width: 560px !important;
    height: 60px;
    margin-bottom: 10px;
    background: #333f4f;
    color: white;
    position: relative;
    padding: 12px;
    cursor: pointer;
}

.projectBadge.selected {
    background: #5b9bd5;
}

.projectBadge p.projectAddress {
    margin-top: 2px;
    font-size: 11px;
}

.projectBadge p {
    margin: 0;
    margin-top: 0px;
    margin-left: 0px;
    margin-top: 0px;
    line-height: 1.4em;
    margin-left: 35px;
    color: white;
}

.projectBadge p.projectName {
    font-weight: bold;
    font-size: 15px;
    position: absolute;
    top: 12px;
}

.projectBadge p.projectedSavings {
    position: absolute;
    right: 15px;
    top: 12px;
    font-weight: bold;
}

.projectBadge p.potentialSavings {
    position: absolute;
    right: 15px;
    top: 33px;
    color: #8895ac;
    font-weight: bold;
}

.fa.fa-map-marker {
    --fa: "\f3c5";
}