.aw-storelocator-info-window {
    width: 100%;
    padding-top: 10px;
    min-height: 90px;
    height: auto !important;
}

#aw-storelocator-content-block {
    padding-top: 20px;
}

.aw-storelocator-navigation-item.active {
    box-shadow: 0 0 3px 1px #68a8e0;
}

.aw-storelocator-navigation-item-image {
    float: right;
    min-height: 80px;
    width: 30%;
    text-align: center;
}

.aw-storelocator-navigation-item-image img {
    border: none;
    width: 80px;
}

.aw-storelocator-description {
    height: auto !important;
    min-height: 100px;
    word-break: normal;
}

.aw-storelocator-info-window .aw-storelocator-description {
    width: 200px;
}

.aw-storelocator-info-window .aw-storelocator-full-description {
    float: left;
    width: 100%;
    font-size: 0.9em;
}

.aw-storelocator-info-window .aw-storelocator-title {
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    overflow: auto;
}

.aw-storelocator-info-window .aw-storelocator-title h3 {
    float: left;
    width: 100%;
}

.aw-storelocator-info-window .aw-storelocator-title-sub-title {
}

.aw-storelocator-title-wrapper {
    overflow: auto;
    width: 250px;
    padding-bottom: 20px;
}

.aw-storelocator-title-wrapper .page-title {
    float: left;
    width: 75%;
}

.aw-sub-title {
    float: left;
    padding-top: 10px;
    font-size: 0.75em;
}

.aw-storelocator-info-window .aw-storelocator-address {
    margin-bottom: 10px;
}

.aw-storelocator-info-window .aw-storelocator-desc {
    font-size: 1.1em;
    font-weight: 600;
    width: 75%;
    float: left;
}

.aw-storelocator-navigation-item-title {
    font-size: 1.2em;
    font-weight: 600;
}

/* remove required field notice (region) */
.fieldset > .field.region.required > .label:after {
    display: none;
}

/* Match breakpoint to tablet */

@media (max-width: 767px) {

    .aw-storelocator-search-block .data.item.content{
        padding: 20px;
    }

    .aw-storelocator-search-block #aw-find-location {
        height: 30px;
        width: 20px;
        top: -10px;
    }

    .aw-storelocator-content-block {
        display: table;
        min-height: inherit;
    }

    .aw-storelocator-google-map {
        display: table-header-group;
        width: 100%;
        margin-bottom: 20px;
    }

    .aw-storelocator-navigation {
        display: table-footer-group;
        width: 100%;
        float: none;
    }
}

.field.radius {
    clear: both;
}
