#map_locator{
	width: 100%;
	max-width: 100%;
	height: 700px;
}
.sc_map_wrapper{
    width:100%;	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
}
div#store_list_sc{
	height: 100%;
	width:100%;
}
.sc_map_left{
	width: 25.2%;
	margin-right: 2.8%;
	position: relative;
}
.sc_map_right{
	width: 73%;
}


#scsl-search-wrap form{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

}
#scsl-search-wrap div{
    float: none;
    font-size: 20px;
    font-weight: 300;
}
#scsl-search-wrap {
    margin-bottom: 40px;
    background-color: #0083CA;
    padding: .75em 1em;
}

.scsl-dropdown .scsl-selected-item, .scsl-dropdown li{
    background-color: #FFF;
    border: 0;
    color: #333;
}
.scsl-dropdown .scsl-selected-item{
    height: 43px;
    overflow: hidden;
}
.scsl-selected-item::after{
    border: 0;
    margin: 0;
    width: 18px;
    height: 11px;
    background-image: url("./images/locator-arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -5.5px;
}
#scsl-search-wrap form > div{
    padding: 0 .25em;
    font-weight: 300;
    flex: auto;
}
div.scsl-text-sc{
    font-size: .9em;
    font-weight: 700 !important;
    color: #FFF;
    padding-top: 7.5px !important;
    width: 174px;
    flex-shrink: 0 !important;
    font-size: 19px !important;
    padding-left: 0 !important;
}
#scsl-search-input,
#scsl-name-search{
    background-color: #FFF;
    border: 0;
    width: 100%;
    height: 42px;
	border: 1px solid #cccccc;
    color: #333;
    font-weight: 300;
	padding: 0.3em;
    margin-bottom: 0;
}
.scsl-dropdown{
    width: auto;
    display: none;
}
#scsl-search-btn{
    text-transform: uppercase !important;
    padding:0.25em .8em;
    border: 2px solid #FFF;
    color: #FFF;
    font-weight: 700;
	background-color: transparent;
    height: 42px;
    line-height: initial;
}
#scsl-search-wrap form > div.scsl-search-btn-wrap{
    width: 123px;
}
#scsl-search-wrap form > div.scsl-select-wrap{
    width: 13%;
    min-width: 118px;
}
#scsl-search-wrap form > div#scsl-category{
    width: 20%;
}
#scsl-search-wrap form > div#scsl-type{
    width: 25%;
}
#store_list_sc {
    z-index: 1;
    position: relative;
	overflow-y: auto;
	
}
div.sc_map_wrapper a.web{
    font-weight: 400 !important;
    padding-bottom: 0 !important;
}
div.scsl-store-details{
	padding-right: 1.3rem;
}
div.store_list_sc_wrap{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
}
ul#store_list_ul{
	margin: 0;
	padding: 0;
}
ul#store_list_ul li {
	padding: 1.3em 0;
	padding-left: 3.5em !important;
	position: relative;
	border-bottom: 1px solid #e8e8ea;
	margin-bottom: 0 !important;
    cursor: pointer;
    background-color: #f3f3f3;
    font-size: 1em;
	list-style: none !important;
	list-style-image: none !important
}
ul#store_list_ul li.scsl-no-results-msg{
    padding: 1.3rem 1rem !important;
}
ul#store_list_ul li.scsl-no-results-msg::before,
ul#store_list_ul li.scsl-no-results-msg::after,
ul#store_list_ul li.scsl-preloader::before,
ul#store_list_ul li.scsl-preloader::after {
	display: none;
}
ul#store_list_ul li:last-child {
	border: 0;
}
#store_list_ul li p strong {
	font-weight: 700;
	font-size: 20px;
	margin-top: .15rem;
	margin-bottom: .25rem;
	display: inline-block;
    width: 100%;
    color: #0083CA;
}
#store_list_ul li span.distance {
	display: inline-block;
	background-color: #f2f2f2;
	padding: 0;
    font-size: .75em;
    font-weight: 400 ;
    color: #000;
    margin-bottom: .4em;
}
#store_list_ul li p {
    font-size: .9em;
    line-height: 1.5em;
	margin: 0;
	color: #333;
	font-weight: 300;
}
#store_list_ul li p span{
    display: block;
}
#store_list_ul li p a {
	display: inline-block;
	font-weight: 700;
	color: #0083CA;
}
#store_list_ul {
    counter-reset: scnumber;
}
#store_list_ul li::before {
	counter-increment: scnumber;
	content: counter(scnumber);
	width: 28px;
	height: 28px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-border-radius: 14.5px;
	-moz-border-radius: 14.5px;
	border-radius: 14.5px;
	position: absolute;
	background-color: #0083CA;
	color: #FFF;
    font-weight: 700;
    font-size: 16px;
    top: 27px;
    left: 27px;
}
.scsl-dropdown-sc{
    width: 100%;
    position: relative;
}
.scsl-dropdown-sc-selected,
#scsl-search-wrap .scsl-dropdown-sc-selected{
    width: 100%;
    min-height: 43px;
    padding: .7em 0.6em;
    background-color: #FFF;
    border: 1px solid #cccccc;
    background-image: url("../images/downarrow.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    cursor: pointer;
    padding-right: 2rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #777;
    font-size: 12px;
}
#scsl-radius .scsl-dropdown-sc-selected{
	width: 100%;
}
.scsl-dropdown-sc > ul,
.et_pb_module .scsl-dropdown-sc > ul{
    display: none;
    position: absolute;
    top: 42px;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #cccccc;
    border-top: 0;
    opacity: 0;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s;
    z-index: -1;
    max-height: 400px;
    overflow-y: auto;
    min-width: 200px;
}
.scsl-dropdown-sc > ul li,
.et_pb_module .scsl-dropdown-sc > ul li{
    list-style: none !important;
    cursor: pointer;
    padding: .6em 1em;
    background-color: #FFF;
    color: #333;
    margin: 0 !important;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s;
    max-height: 0;
    font-weight: 400;
	border-top: 1px solid #eee;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.scsl-dropdown-sc.open > ul,
.et_pb_module .scsl-dropdown-sc.open > ul{
    display: block;
    opacity: 1;
    z-index: 1000;
}
.scsl-dropdown-sc.open > ul li,
.et_pb_module .scsl-dropdown-sc.open > ul li{
    max-height: 50px;
}
.scsl-dropdown-sc.open > ul li.active,
.et_pb_module .scsl-dropdown-sc.open > ul li.active{
    color: #0083CA;
}
.scsl-dropdown-sc ul.scsl-dropdown-sc-items{
	margin: 0;
	padding: 0;
}
.scsl-dropdown-sc ul.scsl-dropdown-sc-items li{
	list-style: none !important;
	list-style-image: none !important;
	margin-bottom: 0 !important;
	line-height: 1.1em !important;
}
.scsl-info-window{
    font-size: 20px;
    padding: .8em 1.3em;
    -webkit-box-shadow: 0 2px 7px 1px rgba(0,0,0,0.3); 
  -moz-box-shadow:    0 2px 7px 1px rgba(0,0,0,0.3); 
  box-shadow:         0 2px 7px 1px rgba(0,0,0,0.3);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
     border-radius: 8px;
     background-color: #FFF;
     width: 302px;
     max-width: 100% !important;
}
.scsl-info-window p strong{
    text-transform: initial;
    color: #0083CA;
    font-size: 20px;
    display: inline-block;
    padding-bottom: .3em;
}
.scsl-info-window p{
    padding-bottom: 5px;
	font-size: 0.9em !important;
}
.gm-style .gm-style-iw-c{
	padding: 0 !important;
}
.store-locator h2{
    text-transform: uppercase;

}
.store-locator p{
    font-size: 15px;
}
.sc-pad{
    padding-top: 75px;
    margin: 0 auto !important;
    max-width: 90%;
}
@media all and (max-width:1200px) {
    #scsl-search-wrap form{
        flex-wrap: wrap;
    }
    #scsl-radius .scsl-dropdown-sc-selected{
        width: 100%;
    }
    #scsl-search-wrap form > div{
        padding: 0.25rem;
    }
    .sc_map_right{
        width: 63%;
    }
    .sc_map_left{
        width: 35.2%;
    }
}
@media all and (max-width:980px) {
    #scsl-search-wrap form > div{
        width: 100%;
    } 
    #scsl-search-wrap form > div.scsl-select-wrap{
        width: 100%;
    }
    .sc_map_right{
        width: 100%;
        margin-right: 0;
    }
    .sc_map_left{
        width: 100%;
        margin-top: 1rem;
        height: 600px;
    }
    .sc_map_wrapper{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
}
@media all and (max-width:768px) {
    #map_locator{
        display: none;
    }
    .sc-pad{
        padding: 20px 20px ;
        margin: 0 auto !important;
        max-width: 100%;
    }
}
