.jplist-store-locator-bundle .jplist-panel {
    width: 100%;
    float: left;
}

.jplist-no-results {
    text-align: center;
}

.jplist-google-maps-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
}

.jplist-google-maps-row .stores-box {
    width: 45%;
    height: calc(100vh - 166px);
    background: #fff;
    overflow-x: auto;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.jplist-google-maps-row .jplist-map-panel {
    width: 60%;
	height: calc(100vh - 166px);
  	overflow: hidden;
    z-index: 100;
}

.jplist-google-maps-row .jplist-map {
    width: 100%;
    height: 100%;
    background: #efefef;
}

/**
 * stores
 */
.jplist-store-locator-bundle .store {
    cursor: pointer;
    padding: 5px 15px;
    margin: 0;
    font-size: 14px;
    line-height: 150%;
    padding-left: 5%;
}

.jplist-store-locator-bundle .store:hover {
    background-color: #fffeee;
}

.jplist-store-locator-bundle .jplist-active-store {
    background-color: #f9f9f8;
    position: relative;
}

.jplist-store-locator-bundle .title {
    font-size: 15px;
    line-height: 13px;
    color: #1e2b36;
    font-weight: 600;
}

.jplist-store-locator-bundle .tags {
    color: #1b5597;
    font-style: italic;
    vertical-align: middle;
}

.jplist-store-locator-bundle .italic{
    color: #1b5597;
    font-style: italic;
    vertical-align: middle;
}

.fa-university{
    color: #1b5597;
    font-size: 11px;
}

/**
 * autocomplete
 */
.jplist-panel .jplist-map-autocomplete {
    width: 100%;
    float: left;
    position: relative;
}

.jplist-panel .jplist-map-autocomplete .jplist-icon {
    background: #E8EFF9;
    font-size: 18px;
    position: absolute;
    left: 2px;
    top: 2px;
    padding: 9.5px 15px;
    line-height: 0;
    border-bottom: none;
}

.jplist-panel .jplist-map-autocomplete input[type=text] {
    border: none;
    border-radius: 10px;
    height: auto;
    width: 100%;
    padding: 11px 10px 11px 50px;
    background: #f9f9f9;
}

.jplist-panel .jplist-map-autocomplete .jplist-select {
    margin: 0 0 0 5px;
}

/**
 * directions
 */
.jplist-directions label {
    cursor: pointer;
    color: #1e87aa;
    line-height: 25px;
}


.jplist-directions .fa-paper-plane{
    font-size: 11px;
}

.jplist-directions input {
    border-radius: 2px;
    border: 1px solid #dbdbdb;
    text-indent: 10px;
    width: 120px;
}

.jplist-marker-popup .jplist-directions {
    display: none;
}

.jplist-direction-err{
    color: #CA3F1A;
}

/*
 * marker popup
 */
.jplist-marker-popup{
    line-height: 150%;
}

/*
 * show / hide map
 */
#show-hide-map-btn{
    width: 80%;
    background-color: #efefef;
    margin: 30px auto;
    text-align: center;
    font-size: 20px;
    padding: 40px 0;
    cursor: pointer;
    color: #CA3F1A;
    border-radius: 2px;
}

/*
 * other controls
 */
[data-control-type="checkbox-group-filter"]{
    display: block;
    float: left;
}

@media (max-width: 600px) {

    h1 {
        font-size: 34px;
    }

    .jplist-google-maps-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .jplist-google-maps-row .jplist-map-panel {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 10px 0;
        width: 100%;
        height: 300px;
    }

    .jplist-google-maps-row .stores-box {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        height: auto;
    }
}
.stores_container{padding: 0;overflow:hidden;}
.inner_head h1{font-size:1.65em;}

.stores_header {padding: 20px;border-bottom: 1px solid #ddd;padding-left: 5%;position: absolute;left: 0;width: 100%;background: #fff;}
.stores {margin-top: 165px;height: calc(100vh - 300px);overflow: scroll;}


.jplist-reset-btn {position: absolute;top: 30px;right: 15px;font-size: 14px;}
.jplist-hidden{display:none;}

.jplist-no-results {margin-top: 160px;background: #1e2b36;padding: 20px;} 
.jplist-no-results p {color: #fff;}


.jplist-active-store.arrow_box {
	position: relative;
}
.jplist-active-store:after {
	right: 10px;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #1e2b36;
	border-width: 10px;
	margin-top: -10px;
}