h1 {
    font-size: 16pt;
}

#head {
    min-height: 94px;
    clear: both;
}

.left {
    float: left;
    margin: auto;
}

#head .right {
    top: 5px;
}

.right {
    position: absolute;
    right: 5px;
}

.storelocator-panel {
    border: 1px solid #ccc;
    overflow: auto;
}

.storelocator-panel .store-list {
    margin: 0;
    padding: 0;
}

.storelocator-panel .store-list li,
.storelocator-panel .directions-panel {
    float: none;
    padding: 5px 20px;
}

.storelocator-panel .directions-panel {
    font-size: 0.8em;
}

.storelocator-panel .store-list li.store:hover {
    cursor: pointer;
    background: #eee;
}

.storelocator-panel .store-list li.highlighted,
.storelocator-panel .store-list li.highlighted:hover {
    background: #ccf;
}

.storelocator-panel .directions {
    display: none;
}

.storelocator-panel .location-search {
    padding: 5px;
    border-bottom: 1px solid #eee;
}

.storelocator-panel .location-search input {
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: 10px;
    margin-top: 10px;
}

.storelocator-panel .location-search h4 {
    font-size: 0.8em;
    margin: 0;
    padding: 2px 0 0 0;
}

.storelocator-panel .store-list .no-stores {
    color: grey;
}

.storelocator-panel .store .features {
    display: none;
}

.storelocator-panel .feature-filter {
    overflow: hidden;
}

.storelocator-panel .feature-filter label {
    display: block;
    font-size: 0.8em;
    margin: 0 0.4em;
    float: left;
}

.store .title {
    font-weight: bold;
}

.store .address,
.store .phone,
.store .web,
.store .misc {
    font-size: 80%;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
    display: block;
}

.store .features {
    overflow: hidden;
    color: grey;
    margin: 0;
    padding: 0;
    font-size: 70%;
    max-width: 250px;
}

.store .features li {
    display: inline;
    float: left;
    padding-right: 0.8em;
}

.store .web a {
    color: green
}

.store .action {
    font-size: 0.8em;
    color: green;
    margin-right: 0.5em;
}

.store-list li.store {
    border-bottom: 1px solid #eee;
}

.block_dark {
    position: fixed;
    z-index: 9999;
}

#panel .feature-filter label {
    width: 130px;
}

.block_dark {
    height: 65px;
}

p.attribution,
p.attribution a {
    color: #666;
}

li.store {
    list-style-type: none;
}

#panel-btn {
    display: none;
    position: absolute;
    right: 65px;
    top: 121px;
    z-index: 1000;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background: #fff;
    border: 1px solid #ced4da;
    border-top: 0;
    color: #333;
    padding: 3px;
}

.custom-map-my-location-btn {
    bottom: 185px;
    right: 10px;
    top: inherit !important;
    left: inherit !important;
    background: #fff;
    border: 1px solid #d9d7d2;
    padding: 9px;
}

@media only screen and (max-width: 575px) {
    .storelocator-filter {
        display: block;
        position: fixed;
        width: 100%;
        z-index: 999;
        background: white;
        visibility: visible;
    }
    .storelocator-panel.active {
        width: 100%;
        z-index: 999;
        position: fixed;
        background: white;
        height: 100%;
    }
    #map-canvas {
        margin-top: 60px;
    }
    .storelocator-panel .location-search {
        padding: 5px;
    }
    .storelocator-panel .location-search h4 {
        width: 20%;
        display: inline-block;
        padding-right: 10px;
    }
    .storelocator-panel .location-search input {
        max-width: 80%;
        margin-top: 0 !important;
    }
    #panel-btn {
        display: block;
    }
    .storelocator-panel .store-list {
        margin-top: 55px;
    }
}

.navbar-toggler {
    position: absolute;
}

@import url(https://cdn.identity.tm/assets/fonts/open-sans/fonts.css);