#map-canvas, #panel {
    height: 500px;
}

.topic-page .page-body {
    max-width: none;
}

.store-locator {
    width: 30%;
    float: left;
    color: #747474;
}

.store {
    line-height: 1.6;
    text-align: left;
}

.storelocator-filter {
    padding: 15px;
}

.storelocator-panel {
    background: #F5F5F5;
    overflow: auto;
    text-align: left;
}

    .storelocator-panel .store-list {
        margin: 0;
        padding: 0;
        border-top: 1px solid #CBCBCB;
    }

        .storelocator-panel .store-list li.store {
            padding: 25px 15px;
            border-bottom: 1px solid #DFDFDF;
        }

.store-list .Title {
    font-weight: 700;
}

.store-list .StreetNo {
    display: inline-block;
}

    .store-list .StreetNo::before {
        content: '\00a0';
    }

.store-list .StreetName {
    display: inline-block;
}

.store-list .Suburb {
    display: inline-block;
}

    .store-list .Suburb::before {
        content: ',\00a0';
    }

.store-list .City {
    display: inline-block;
}

    .store-list .City::before {
        content: ',\00a0';
    }

.store-list .Postcode {
    display: inline-block;
}

.store-list [class^="Hours"] {
    display: none;
}

.storelocator-panel .store-list li,
.storelocator-panel .directions-panel {
    padding: 5px;
}

.storelocator-panel .directions-panel {
    padding: 0 20px;
    font-size: 0.8em;
}

.storelocator-panel .store-list li.store:not(.highlighted):hover {
    cursor: pointer;
    background: #eee;
}

.storelocator-panel .store-list li.highlighted,
.storelocator-panel .store-list li.highlighted:hover {
    background: #005AAB;
    color: #fff;
}

.storelocator-panel .directions {
    display: none;
}

.storelocator-panel .location-search {
    margin-bottom: 10px;
}

    .storelocator-panel .location-search input {
        width: 69%;
        height: 50px;
        border: none;
        padding: 0 10px;
        vertical-align: middle;
        font-size: 15px;
        color: #909090;
        font-family: 'Lato', sans-serif;
        background: white;
        float: left;
    }

    .storelocator-panel .location-search h4 {
        font-size: 0.8em;
        margin: 0;
        padding: 0;
        display: none;
    }

.storelocator-panel .store-list .no-stores {
    color: grey;
    display: none;
}

.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: 700;
}

.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%;
}

    .store .features li {
        display: inline;
        float: left;
        padding-right: 0.8em;
    }


.store .action::after {
    padding-left: 7px;
    padding-right: 7px;
    content: '\00B7';
    color: #111;
}

.store .action:hover {
    text-decoration: none;
    color: #005AAB;
}

.store .action:last-child::after {
    padding-left: 0;
    content: none;
}


#map-canvas .Title {
    font-weight: 700;
    font-size: 120%;
}

#map-canvas .StreetNo {
    display: inline-block;
}

    #map-canvas .StreetNo::before {
        content: '\00a0';
    }

#map-canvas .StreetName {
    display: inline-block;
}

#map-canvas .Suburb {
    display: inline-block;
}

    #map-canvas .Suburb::before {
        content: ',\00a0';
    }

#map-canvas .City {
    display: inline-block;
}

    #map-canvas .City::before {
        content: ',\00a0';
    }

#map-canvas .Postcode {
    display: inline-block;
}

#map-canvas [class^="Hours"] {
    display: none;
}

#map-canvas .features {
    margin: 10px 0;
    border-bottom: 1px solid #BDD3BE;
}

.directions-panel .directions-to {
    margin-bottom: 15px;
    display: none;
}

.directions-panel .btn {
    margin-right: 15px;
}


.location-search-geolocate {
    border: 0;
    height: 50px;
    display: inline-block;
    position: relative;
    background-color: #FFF;
    color: #d42026;
    width: 15%;
}

    .location-search-geolocate .fa {
        font-size: 1.5em;
    }

.location-search-search {
    border: 0;
    height: 50px;
    display: inline-block;
    position: relative;
    background-color: #FFF;
    color: #d42026;
    width: 15%;
}

    .location-search-search .fa {
        font-size: 1.5em;
    }

.Phone {
    cursor: pointer;
}

    .Phone::before {
        content: "L";
        font-family: "venture-font";
        font-size: 12px;
        padding-right: 6px;
    }

@media (max-width: 769px) {
    .store-locator {
        width: 100%;
        clear: both;
        float: none;
    }

    .location-search-search {
        width: 8%;
    }

    .location-search-geolocate {
        width: 8%;
    }

    .storelocator-panel .location-search input {
        width: 84%;
    }
}
