.acf-map {
    width: 100%;
    height: 600px;
    border: #ccc solid 1px;
}

.acf-map img {
    max-width: inherit!important
}

.sidebar .acf-map {
    height: 250px;
}

#princess-content .acf-map {
    height:250px;
}
.full-map-link-container {
    background-color:rgba(255,255,255,0.5);
    width:100%;
    text-align:center;
    padding-top:15px;
    padding-bottom:15px;
}
.full-map-link {
    font-size:120%;
}
@media only screen and (max-height: 840px) {
    .acf-map {
        height:550px
    }
}

@media only screen and (max-height: 740px) {
    .acf-map {
        height:450px
    }
}

@media only screen and (max-height: 650px) {
    .acf-map {
        height:350px
    }
}

.marker {
    background: #777
}

.map-nav {
    border: 1px solid #ccc;
    padding: 5px
}

.map-nav-header {
    text-decoration: none;
    padding: 5px
}

.map-nav-header:hover {
    background: #fff;
    text-decoration: none!important;
    padding: 4px;
    border: 1px solid #cfa855
}

.map-nav-header:hover h3 {
    text-decoration: none
}

.map-nav-header h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 5px
}

.map-nav-toggle-explanation {
    float: right;
    margin-top: 3px
}

.map-nav-category {
    display: inline-block;
    margin: 0 10px
}

.map-nav-category h4 {
    font-size: 16px
}

.map-nav-checkbox-div {
    line-height: 0;
    padding: 0;
    margin: 0
}

.map-nav-checkbox {
    padding: 0;
    margin: 0!important
}

.map-nav-checkbox-div label {
    padding: 0;
    margin-left: 3px!important
}

.map-nav-year-range {
    margin-top: 20px
}

.sidebar .inside-marker {
    width: 200px;
    min-height: auto;
}

.inside-marker {
    width: 300px;
    min-height: 225px;
    text-align: center;
    line-height: 1em;
    overflow: hidden;
    display: inline-block;
    text-overflow: clip
}

.inside-marker h4 {
    padding: 0;
    margin: 0
}
.inside-marker h5 {
    font-size:90%;
    font-weight:100;
    font-style:italic;    
}

.map-legend {
    text-align: center
}

.map-legend h3 {
    display: inline!important;
    margin-right: 20px
}

.map-legend img {
    width: 20px;
    margin-left: 20px
}
