
.gm-style div,
.gm-style span,
.gm-style label,
.gm-style a {
    font-family: Arial, Helvetica, sans-serif;
}
.gm-style-iw-chr {
    height: 1em;
}
button.gm-ui-hover-effect {
    height: 24px !important;
    width: 24px !important;
    margin-top: 8px !important;
}
.gm-ui-hover-effect span {
    margin: 0 !important;
}
.bh-sl-error {
    clear: both;
    float: left;
    width: 100%;
    padding: 10px 0;
    color: #ae2118;
    font-weight: bold;
}
.bh-sl-container {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
    margin-bottom: 2.5rem;
}
.bh-sl-container.popup {
    margin-bottom: 0;
}
.bh-sl-container .bh-sl-form-container {
    margin-top: 15px;
    width: 100%;
}
.bh-sl-container .bh-sl-select-title {
    float: left;
    width: 30%;
}
.bh-sl-container .bh-sl-select-title h2 {
    margin: 0;
}
.bh-sl-container .form-input {
    display: inline-block;
    position: relative;
}
.bh-sl-container .form-input label {
    font-weight: bold;
}
.bh-sl-container .form-input input,
.bh-sl-container .form-input select {
    margin: 0 15px 0 10px;
    padding: 5px 12px;
    border: 1px solid #cccccc;
    font-size: 14px;
    line-height: 1.5;
    height: 2.5em;
    box-sizing: border-box;
}
.bh-sl-container .form-input .clear-search {
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 24px;
    top: 4px;
    right: 20px;
    background-color: #fff;
}
.bh-sl-container .form-input .clear-search:after {
    content: "\f057";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 1;
    position: absolute;
    color: #ccc;
    top: 4px;
    right: 4px;
    z-index: 10;
    cursor: pointer;
}
.bh-sl-container #bh-sl-address {
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 30px;
}
.bh-sl-container #bh-sl-submit {
    display: inline-block;
    cursor: pointer;
    padding: 4px 12px;
    font-size: 14px; 
    line-height: 1.5;
    white-space: nowrap;
    height: 2.5em;
    box-sizing: border-box;
    vertical-align: bottom;
}
.bh-sl-container .bh-sl-loading {
    margin: 4px 0 0 10px;
    width: 32px;
    height: 32px;
    background: url('../../images/loading.gif') no-repeat;
}
.bh-sl-container .bh-sl-filters-container {
    clear: both;
    float: left;
    width: 100%;
    margin: 15px 0;
}
.bh-sl-container .bh-sl-filters-container .bh-sl-filters {
    list-style: none;
    float: left;
    padding: 0;
    margin: 0 100px 0 0;
}
.bh-sl-container .bh-sl-filters-container .bh-sl-filters li {
    display: block;
    clear: left;
    float: left;
    width: 100%;
    margin: 5px 0;
}
.bh-sl-container .bh-sl-filters-container .bh-sl-filters li label {
    display: inline;
}
.bh-sl-container .bh-sl-filters-container .bh-sl-filters li input {
    display: block;
    float: left;
    margin: 2px 8px 2px 0;
}
.bh-sl-container .bh-sl-map-container {
    margin-top: 24px;
    height: 530px;
    width: 100%;
}
.bh-sl-container.popup .bh-sl-map-container {
    height: 430px;
}
.bh-sl-container .bh-sl-map-container a {
    font-weight: normal;
    text-decoration: none;
}
.bh-sl-container .bh-sl-map-container a:hover,
.bh-sl-container .bh-sl-map-container a:active {
    text-decoration: underline;
}
.bh-sl-container .bh-sl-loc-list {
    float: left;
    width: 30%;
    height: 530px;
    overflow-x: auto;
}
.bh-sl-container.popup .bh-sl-loc-list {
    height: 430px;
}
.bh-sl-container .bh-sl-loc-list ul {
    display: block;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.bh-sl-container .bh-sl-loc-list ul li {
    display: block;
    clear: left;
    float: left;
    margin: 3% 4%;
    cursor: pointer;
    width: 92%;
    border: 1px solid #ffffff;
    /* Adding this to prevent moving li elements when adding the list-focus class*/
}
.bh-sl-container .bh-sl-loc-list .list-label {
    float: left;
    color: #fff;
    font-weight: bold;
    margin: 10px 0 0 6px;
    width: 1.75em;
    height: 1.75em;
    line-height: 1.75;
    text-align: center;
    background: #ea4335;
    border-radius: 50%;
}
.bh-sl-container .bh-sl-loc-list .list-details {
    float: left;
    width: 80%;
}
.bh-sl-container .bh-sl-loc-list .list-details .list-content {
    padding: 10px;
}
.bh-sl-container .bh-sl-loc-list .list-details .list-content > div:not(.loc-addr) {
    padding: 0.25em 0;
}
.bh-sl-container .bh-sl-loc-list .list-details .loc-dist {
    font-weight: bold;
    font-style: italic;
    color: #8e8e8e;
}
.bh-sl-container .bh-sl-loc-list .list-focus {
    border: 1px solid rgba(150, 31, 23, 0.4);
    -moz-box-shadow: 0 0 8px rgba(150, 31, 23, 0.4);
    -webkit-box-shadow: 0 0 8px rgba(150, 31, 23, 0.4);
    box-shadow: 0 0 8px rgba(150, 31, 23, 0.4);
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container {
    width: 95%;
    height: 20px;
    position: relative;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container .bh-sl-close-icon {
    top: 0;
    right: 0;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-title {
    font-weight: bold;
    color: #ae2118;
}
.bh-sl-container .loc-name {
    /* Picked up by both list and infowindows */
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
}
.gm-style-iw .loc-name {
    max-width: 70%;
}
.bh-sl-container .loc-industry {
    font-weight: bold;
    font-style: italic;
}
.bh-sl-container .loc-hours,
.bh-sl-container .loc-description {
    white-space: pre-wrap;
}
.bh-sl-container .bh-sl-map {
    float: left;
    width: 70%;
    height: 530px;
}
.bh-sl-container.popup .bh-sl-map {
    height: 430px;
}
.bh-sl-container .bh-sl-map .loc-selectbutton {
     padding-bottom: 0.25em;
}
.bh-sl-container .bh-sl-pagination-container {
    clear: both;
}
.bh-sl-container .bh-sl-pagination-container ol {
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 10px 0;
}
.bh-sl-container .bh-sl-pagination-container ol li {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    color: #ae2118;
    text-decoration: underline;
}
.bh-sl-container .bh-sl-pagination-container ol .bh-sl-current {
    color: #333333;
    cursor: auto;
    text-decoration: none;
}
/* Modal window */
.bh-sl-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: #ccc;
    background: rgba(0,0,0,0.5);
}
.bh-sl-overlay .bh-sl-modal-window {
    position: absolute;
    left: 50%;
    margin-left: -460px;
    /* width divided by 2 */
    margin-top: 60px;
    width: 920px;
    height: 590px;
    z-index: 10010;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px #656565;
}
.bh-sl-overlay .bh-sl-modal-window .bh-sl-modal-content {
    float: left;
    padding: 0 22px;
}
.bh-sl-overlay .bh-sl-modal-window .bh-sl-close-icon {
    top: -6px;
    right: -6px;
}
.bh-sl-directions-panel {
    width: 95%;
}
.bh-sl-close-icon {
    position: absolute;
    background-color:#333;
    height:18px;
    width:18px;
    text-align: center;
    line-height:18px;
    box-sizing: border-box;
    cursor: pointer;
}
.bh-sl-close-icon:before {
    content: "\00d7";
    color: #fff;
    font-weight: bold;
}

@media screen and (max-width: 850px) {

    .bh-sl-container .bh-sl-loc-list {
        width: 40%;
    }
    .bh-sl-container .bh-sl-map {
        width: 60%;
    }

}

@media screen and (max-width: 640px) {

    .bh-sl-container {
        margin-left: 0;
    }
    .bh-sl-container .form-input {
        margin-top: 0;
        width: 60%;
    }
    .bh-sl-container .form-input input {
        margin-left: 0;
        width: 95%;
    }
    .bh-sl-container .form-input .clear-search {
        top: 25px;
    }
    .bh-sl-container #bh-sl-user-location {
        white-space: normal;
    }
    .bh-sl-container #bh-sl-submit {
        margin-top: 1em;
    }
    .bh-sl-container .bh-sl-map-container {
        height: 375px;
    }
    .bh-sl-container .bh-sl-loc-list {
        float: none;
        width: 100%;
        height: auto;
        max-height: 12rem;
        margin-bottom: 1em;
    }
    .bh-sl-container .bh-sl-loc-list ul li {
        width: 98%;
        font-size: 12px;
        margin: 0;
    }
    .bh-sl-container .bh-sl-loc-list .loc-dist,
    .bh-sl-container .bh-sl-loc-list .loc-directions {
        display: inline-block;
        margin-right: 0.5em;
    }
    .bh-sl-container .bh-sl-map-container {
        height: auto;
    }
    .bh-sl-container .bh-sl-map {
        float: none;
        width: 100%;
        height: 375px;
    }

}
