  body { height: 100vh; }
#map-canvas { width: 100%; height: 100%; }

#page-wrap { display: none; }

#search-btn-map { width: auto !important; line-height: 1.7; }

#sliding-menu, .sliding-menu-fade-screen, article.layout-1-col #sliding-menu { display: initial !important; }
#sliding-menu a { color: white; }

.toggle-menu { display: flex !important; }

label.inline {
    flex: 5;
    margin-left: 0.5em;
    display: inline;
    color: inherit;
    vertical-align: top;
}

h4 { background: #005540; }    

.map-labels { color: black; padding: 5px; }

.autocomplete-suggestions { background: white; overflow: auto; }
.autocomplete-suggestion { padding: 5px 10px; }
.autocomplete-suggestion:nth-of-type(odd) { background: #eee; }

.switch.small { height: auto; display: flex; }
.switch.small .switch-paddle { width: 4rem; }
.switch.small input:checked~.switch-paddle::after { left: 2.25rem; }

@media (max-width: 480px) {
    .gm-style-iw {
        width: 340px !important;
    }
}
.gm-style-iw-d h3 { margin-right: 2rem; }
.gm-style-iw-chr { margin-bottom: -2rem; }
