﻿.store-locator-container {
    font-size: 13px;
    margin-bottom: 3rem;
}

div#map {
    width: 100%;
    height: 450px;
}

@media screen and (min-width:1250px) {
    div#map {
        height: 700px;
    }
}

/*input.btn-square {
    border-radius: 0;
    text-align: center;
}

input.btn-full {
    width: 100%;
}


div#store-locator-header {
}

.cta-wrapper__btn-details {
    margin-top: 12px;
}

div#store-locator-search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0rem 1rem 1rem 1rem;
}

#store-locator-search input {
    padding-left: 10px;
    text-align: left;
    font-size: 1rem;
    outline: 0;
    vertical-align: top;
    border: 1px solid #e7e7e7;
    width: calc(100% - 3rem);
    height: 43px;
    border-radius: 3px 0 0 3px;
}

@media (min-width: 640px) {
    div#store-locator-search {
        margin: 1rem 0;
    }

    #store-locator-search input {
        width: calc(100% - 7rem);
    }
}

#store-locator-search button {
    background-color: #6672af;
    cursor: pointer;
    width: 60px;
    margin-left: -5px;
    border: 0;
    vertical-align: top;
    height: 43px;
    border-radius: 0 3px 3px 0;
}

    #store-locator-search button .search-icon {
        color: #fff;
        font-size: 30px;
        line-height: 2.2rem;
    }

#stores .store.alt {
    background: #F2F2F2;
}

#stores {
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0;
    height: 450px;
    display: none;
}

@media screen and (min-width:1250px) {
    div#stores {
        height: 700px;
    }
}


#emptyResultsContainer {
    padding: 0 1rem;
    display: none;
}

.store {
    padding: 0 1rem;
}

    .store .store-map-btn {
        color: #e81849;
        cursor: pointer;
        float: left;
        margin-right: 1rem;
    }

    .store h3 {
        margin: .5rem 0;
        font-size: 24px;
    }

    .store label {
        width: 100%;
        margin: 0px;
    }

        .store-contact label span.boldHeader {
            min-width: 58px;
            float: left;
            font-weight: bold;
        }

.store-content label span.boldHeader {
    min-width: 58px;
    float: left;
    font-weight: bold;
}


            .store label span.boldHeader.full {
                min-width: 100%;
            }

@media (min-width: 640px) {
    .store-contact label span.boldHeader.full {
        min-width: 58px;
    }
}

.store.infoWindow {
    padding: 0;
}

    .store.infoWindow .store-map-btn {
        display: none;
    }

    .store.infoWindow div.store-location, .store.infoWindow div.store-contact {
        padding-bottom: 1rem;
    }

    .store.infoWindow .store-content {
        flex: 0 0 100%;
        max-width: 100%;
    }

.store-locality {*/
    /* Required for IE10 to prevent info window errors */
    /*min-width: 170px !important;
}*/

/* fallback */
/*@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v142/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}*/

/*======================================
=            NO GUTTER CODE            =
======================================*/
/*.no-gutter > [class*='col-'], .row div.no-gutter {
    padding-right:0;
    padding-left:0;
}*/
