/* BRANCH SEARCH */
#page-locations {
    min-height: 100%;
}

.branch-search input {
    height: 40px;
    padding: 5px 5px 5px 38px;
    font-size: 20px;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 86%;
    z-index: 1;
}

.branch-search #results-loader {
    height: 40px;
    width: 40px;
    background-color: transparent;
    position: absolute;
    z-index: 1001;
}

span.twitter-typeahead {
    float: left;
    margin-bottom: 15px;
}

.branch-search .search-clear {
    background-color: transparent;
    color: #bcbcbc;
    font-size: 20px;
    cursor: pointer;
}

.branch-search .search-clear:hover {
    color: #286AA0;
}

.search-clear .fa {
    position: absolute;
    top: 9px;
    right: 17%;
    z-index: 10;
}

.branch-search .fa-search {
    position: absolute;
    top: 0;
    left: 13px;
    font-size: 20px;
    color: #ccc;
    padding: 10px;
    z-index: 10;
}

.branch-search #scrollTo {
    height: 2px;
    min-height: 2px;
    min-width: 2px;
}

.branch-geolocation {
    position: absolute;
    top: 0;
    right: 15px;
    width: 12%;
    height: 40px;
}

.branch-geolocation .fa {
    padding-right: 6px;
}

/* GOOGLE MAP */

div.branch-map {
    width: 100%;
    height: 500px;
}

/* BRANCHES LIST */

.results-list {
    list-style-type: none;
    margin-right: -40px;
}

.results-list  li {
    float: left;
    background-color: #fafafa;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    margin-top: 15px;
    margin-left: -40px;
    text-align: left;
    padding: 15px 15px 15px 60px;
    width: 100%;
}

.branches-list-box {
    border: 1px solid #d5d7d9;
}

.branches-list-box .branches-list-inner {
    background-color: #FFFFFF;
    border: 1px solid #d1d1d1;
}

.branches-list-box .map-location {
    position: absolute;
    font-size: 40px;
    color: #286AA0;
    left: 35px;
}

.btn-select-branch {
    width: 200px;
    font-size: 16px;
    float: right;
}

.btn-select-branch .fa {
    padding-left: 25px;
    color: #FFFFFF;
}

.branch-hours-expanded li {
    text-decoration: none;
    list-style-type: none;
    border: none;
    line-height: 1;
    margin-top: -1px;
    margin-left: -65px;
    background: transparent;
    padding: 10px 10px 10px 45px;
}

.branch-hours-collapsed li {
    text-decoration: none;
    list-style-type: none;
    border: none;
    line-height: 1;
    margin-top: -12px;
    padding-left: 24px;
    padding-bottom: 0;
    background: transparent;
}

.hours-dropdown {
    float: left;
    width: 100%;
}

.hours-dropdown .fa-clock {
    position: absolute;
    font-size: 20px;
}

.more-info-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 5px;
    border-bottom: 1px solid #d1d1d1;
    width: 65%;
}

.branch-info-col-1 .fa {
    margin-top: 6px;
}

.branch-info-col-1 .branch-phone {
    margin-top: 0;
}

.get-directions .fa-map-marker {
    position: relative;
    font-size: 23px;
    margin-left: 0;
    margin-right: -15px;
}

.payment-options-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 5px;
    border-bottom: 1px solid #d1d1d1;
    width: 80%;
    text-align: left;
}

.available-services-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 5px;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 10px;
}

.branch-name-address {
    float: left;
    width: 75%;
}

.branch-info-col-1 {
    width: 43%;
    float: left;
    background-color: #FFFFFF;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    height: 201px;
    padding: 15px;
    margin-top: 10px;
}

.branch-info-col-2 {
    width: 55%;
    float: right;
    background-color: #FFFFFF;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    height: 201px;
    padding: 15px;
    margin-top: 10px;
}

.branch-info i {
    color: #286aa0;
    font-size: 16px;
}

.payment-options-col .fa-brands {
    font-size: 24px;
    display: block;
    float: left;
    margin: 12px 4px;
}

.branch-info-col-2 p {
    font-size: 14px;
    margin-bottom: -1px;
}

.select-branch-btn {
    float: right;
}

@media (max-width: 991px) {
    .branch-info-col-1 {
        height: 275px;
    }

    .branch-info-col-2 {
        height: 275px;
    }

    .btn-select-branch {
        width: 180px;
    }

    .btn-select-branch .fa {
        padding-left: 15px;
    }

    .branch-name-address {
        width: 70%;
    }
}

.payment-options-col {
    float: left;
    width: 49%;
}

.avail-services-col {
    float: left;
    width: 50%;
}

.payment-options-col svg {
    float: left;
    display: block;
    margin: 13.5px 2px 13.5px 0;
}

.avail-services-col p {
    margin-bottom: 6px;
}

.results-list .branch-selected {
    background-color: #f2f6f9;
}

/* SHOW MORE BUTTON */
.show-more {
    margin-top: 25px;
}

.show-more .btn-show-more {
    width: 25%;
    font-size: 18px;
    box-shadow: 1px 2px 10px 2px #ccc;
    margin-bottom: 15px;
}

div.branch-search .no-data-found {
    margin-top: 2px;
}

div.branch-search .no-data-found span {
    font-size: 16px;
    padding: 2px 20px;
    color: #8294a0;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

div.branch-search .branch-suggestion .branch-res-title .branch-name {
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: #286aa0;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

div.branch-search .branch-suggestion:hover {
    cursor: pointer;
}

div.branch-search .branch-suggestion:hover .branch-name,
div.branch-search .branch-suggestion:focus .branch-name {
    color: #ffffff !important;
    text-decoration: none;
    outline: 0;
}

.branch-suggestion .branch-res-addr {
    font-size: 14px;
}

.map-zoom-out-control {
    cursor: pointer;
}

.map-zoom-out-control .map-zoom-out-box {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0,0,0,.3);
    margin-top: 10px;
    text-align: center;
}

.map-zoom-out-control .map-zoom-out-box .map-zoom-out-content {
    color: rgb(25,25,25);
    font-family: Roboto,Arial,sans-serif;
    font-size: 16px;
    line-height: 36px;
    padding-left: 5px;
    padding-right: 5px;
}

.branch-distance {
    padding-left: 5px;
}

li.branch-info.hidden {
    display: none;
}

a.branch.get-directions {
    cursor: pointer;
}

@media (max-width: 767px) {
    .search-clear .fa {
        right: 23%;
    }

    .branch-name-address {
        width: 100%;
    }

    .branch-info-col-1 {
        width: 100%;
        height: 185px;
    }

    .branch-info-col-2 {
        width: 100%;
        height: auto;
    }

    .select-branch-btn {
        float: left;
        margin-top: 0;
        width: 100%;
    }

    .btn-select-branch {
        float: left;
        font-size: 14px;
    }

    .branch-title {
        font-size: 16px;
    }

    .branch-hours-expanded {
        margin-top: -5px;
    }

    .branches-list-box p {
        font-size: 14px;
    }

    .hours-dropdown {
        margin-top: 10px;
    }

    .branch-search input {
        width: 80%;
        font-size: 14px;
    }

    .branch-geolocation {
        width: 18%;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .search-clear .fa {
        right: 30%;
    }

    .branch-info .branch {
        font-size: 12px;
    }

    .branch-search input {
        width: 73%;
    }

    .branch-geolocation {
        width: 25%;
    }

    .more-info-title {
        width: 100%;
    }

    .payment-options-col {
        width: 100%;
    }

    .payment-options-title {
        width: 100%;
    }

    .avail-services-col {
        width: 100%;
        margin-top: 10px;
    }

    .available-services-title {
        width: 100%;
    }

    .avail-services-col p {
        font-size: 12px;
    }

    .show-more .btn-show-more {
        width: 40%;
        font-size: 16px;
    }

    .branch-hours-collapsed li {
        font-size: 12px;
        width: 250px;
    }

    .branch-hours-expanded li {
        font-size: 12px;
        width: 250px;
    }
}