/** Shopify CDN: Minification failed

Line 262:85 Unexpected "{"
Line 283:118 Expected identifier but found "0"

**/

.search_bar  {
    background: none repeat scroll 0 0 #F5F5F5;
 /*   border: 1px solid #EEEEEE; */
    padding: 10px 20px;
    margin-bottom: 30px;
}

#store_map {
    border: 1px solid #DDDDDD;
    height: 400px;
    font-size: 12px;
    width: 67%;
    float: right;
}
#store_map .name {
    font-weight:bold;
}
#store_map .custom_field_value {
    margin-left:5px;
}
#store_map label { width: auto; display:inline; }
#store_map img { max-width: none; }
.addresses {
    display: block;
    height: 400px;
    overflow-y: auto;
    padding-right: 10px;
    width: 31%;
}

.addresses ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style:none;

}

.addresses li {     
    background: url("/Content/sl/map-pin-lightblue.png") no-repeat scroll 12px 17px transparent;
    border-top: 1px dotted #DDDDDD;
    clear: both;
    font-size: 12px;
    line-height: 16px;
    padding: 15px 5px;
    min-height: 30px;
    list-style: none;
}
.addresses li a  { 
    width: 75%;
    outline: medium none;
    margin-bottom: 15px;
    text-decoration: none;
    display: inline-block;
}
.addresses li a:hover {
    text-decoration: none;
}
.addresses li a .name {
    color:#069;
    font-weight:bold;
}
.addresses li a span  {
	color:#333;
}
.custom_searches {
    display: block;
} 
.custom_searches .custom_search_label {
    width: 200px;
    display: inline-block;
}
.custom_searches select,
.main_search_bar input {
/*    width:45%; */
}
.main_search_label {
    display: inline-block;
    width: 48%;
    vertical-align: middle;
}
.search_filters .search_filter {
    float: left;
    margin-right: 20px;
    width: 154px;
    padding:2px 0;
}


.search_bar button {
/*    -moz-box-shadow:inset 0px 1px 0px 0px #aba9ab;
    -webkit-box-shadow:inset 0px 1px 0px 0px #aba9ab;
    box-shadow:inset 0px 1px 0px 0px #aba9ab;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6b6b6b), color-stop(1, #080808) );
    background:-moz-linear-gradient( center top, #6b6b6b 5%, #080808 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b6b6b', endColorstr='#080808');
    background-color:#6b6b6b;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #030303; */
    display:inline-block;
    color:#f5f5f5;
    font-family:arial;
    font-size:12px;
    font-weight:bold;
    padding:4px 5px;
    text-decoration:none;
    text-shadow:1px 1px 0px #524f52;
    margin-left:10px;
}
.search_bar button:hover {
 /*   background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #080808), color-stop(1, #6b6b6b) );
    background:-moz-linear-gradient( center top, #080808 5%, #6b6b6b 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#080808', endColorstr='#6b6b6b');
    background-color:#080808; */
}
.search_bar button:active {
    position:relative;
    top:1px;
}
.search_bar .main_search_bar {
    width:52%;
    float:left;
}
.search_bar .search_within_distance {
  /*  float: left;
    width: 22%;
    text-align: right; */
}
.search_bar .search_limit {
/*    float: left;
    width: 15%;
    text-align: right; */
}
.search_bar #within_distance {
/*    width:85px; */
}
.search_bar #limit {
 /*   width:49px; */
}
.search_bar .main_search_bar input,
.search_bar .search_within_distance select,
.search_bar .search_limit select {
    margin-bottom:0;
    outline:none;
}
.distance {
    color: #999999;
    float: left;
    font-size: 11px;
    width: 52px;
    height: 35px;
    margin-top:30px;
}
.search_filters {
    border-top: 1px solid #E5E5E5;
    clear: both;
    margin: 10px 0 0;
    padding-top: 10px;
}
.header_html {
    margin-bottom:10px;
}
.footer_html {
    margin-top:15px;
}
.no_stores_found {
    margin: 5px 0 0 40px;
}
.applicable_filter {
    background: url("/Content/sl/checkmark.png") no-repeat scroll 0 1px transparent;
    padding:2px 10px 0 16px;
    float:left;
}
.directions {
    clear:both;
    padding-top:5px;
}
.addresses .store_website,
.addresses .directions {
    /*
    clear: both;
    float: right;
    margin-top: -15px;
    padding-top: 2px;
    width: 177px;*/
    margin-left: 52px;
}
.addresses .store_website li,
.addresses .directions li {
    width: auto;
}

.directions a:hover{
	text-decoration:underline;
}

/* ============== DIRECTIONS ==============  */

#directions_text a.return_to_results  {
	margin-bottom:15px;
}
#directions_text #direction_destination {
   background: url("/Content/sl/map-pin-black.png") no-repeat scroll 7px 13px transparent;
    border-bottom: 1px dotted #DDDDDD;
    color: #333333;
    font-size: 12px;
    padding: 10px 0 10px 40px;
}
#directions_text #direction_destination .name {
	font-weight:bold;
}
#directions_text .directions_step	{
    border-bottom: 1px dotted #DDDDDD;
    color: #333333;
    font-size: 11px;
    padding: 10px 10px 10px 0px;
}
#directions_steps .directions_step_distance {
	float:right;
	color:#999;
}
#directions_text {
    display: block;
    height: 400px;
    overflow: hidden;
    padding-right: 7px;
    width: 31%;
}	
#directions_steps {
    height: 72%;
    overflow-y: auto;
}

#directions_steps .directions_instructions {
	float:left;
	width:175px;
}
#directions_steps .directions_step_id {
	width:20px;
	float:left;
}

/* 07-02-2016 */

.section-title {text-align:center;margin:30px 0 20px;padding:0;border:none;}
.section-title h1{font-size:24px;font-weight:600;color:#666;}
.store-locator-page{margin-bottom:35px;}
.store-locator-page .search_bar{background-color:transparent;}
.store-locator-page .search_bar .inner-wrap-box{background:none !important;border-bottom: 1px solid #ebebeb !important;  padding-bottom: 40px;padding-left: 150px;position: relative;   margin: 0 auto;max-width: 940px;}
.store-locator-page .search_filters{display:none;}
.store-locator-page .main_search_label{width:100%}
.store-locator-page .lbl-tag{  left: 0;position: absolute;top: 50%;transform: translateY(-50%);-moz-transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);}
.store-locator-page .form-input .form-control,.store-locator-page .form-input select,{width:100% !important;border-radius:0;padding:10px 8px !important;color:#333;line-height:24px;}
.store-locator-page .form-input{width:100%;padding:0 10px;margin-bottom:0;float:left;}
.store-locator-page button{border:none;margin:32px 0 0 0;max-width:100%;}
.store-locator-page #bh-sl-user-location{position:relative;padding-left:150px;border-bottom:1px solid #ebebeb;padding-bottom:40px;}
.store-locator-page button{  background-color: #000000;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  height: auto !important;
  margin-bottom: 0 !important;
  max-width: 124px;
  padding: 19px 10px;
  width: 100%;
}
.main_search_bar.form-input{max-width:270px;width:100%;}
.search_within_distance.form-input{max-width:195px;}
.search-limit.form-input{max-width:185px;}
.search-btn.form-input{max-width:140px;float:right;padding-right:0;}
.store-locator-page .lbl-tag span{font-size:16px;line-height:25px;color:#333;}
.store-locator-page .form-input input,.store-locator-page  select{border-radius:0;height:auto !important;padding:13px 5px;min-height:40px;}
.store-locator-page .form-input label{font-size:14px;color:#666;font-weight:normal;margin-bottom:12px;text-align:left;}
.store-locator-page  button{width:100%;max-width:124px;background-color:#000;color:#fff;font-size:12px;border-radius:;0;margin-bottom:0 !important;font-weight:700;height:auto !important;padding:18px 10px;}
.store-locator-page #store_map{border:none;}
.store-locator-page .addresses .name{color: #333333 !important;letter-spacing: 0.7px;line-height: 25px;margin-bottom: 10px;text-transform: uppercase;}
.store-locator-page .addresses span{ color: #333333 !important;font-size: 14px !important;line-height: 30px;text-transform: capitalize;}
.store-locator-page .addresses{border-right:1px solid #ebebeb;}
.store-locator-page .addresses li{margin-bottom:35px;border-top:none;}
.store-locator-page .addresses li a{margin-bottom:5px;}

/*.store-locator-page .addresses,.store-locator-page #store_map{margin-top:20px;}*/
/*tore-locator-page #scasl-list-container #scasl-title{text-transform:uppercase;line-height:25px;letter-spacing:0.7px;margin-bottom:10px;color:#333 !important;}
.store-locator-page .bh-sl-container .bh-sl-loc-list ul li{background-color:#fff !important;}
.store-locator-page .scasl-field{font-size:14px !important;line-height:30px;color:#333 !important;text-transform:capitalize;}
.store-locator-page .bh-sl-container .bh-sl-loc-list .list-details .list-content{margin-bottom:35px;}
.store-locator-page .bh-sl-container .bh-sl-map-container{margin-top:15px;} */

/*Responsive Maps*/
@media screen and (max-width: 1220px){
	.search_within_distance.form-input{max-width:175px;}
  .search-limit.form-input{max-width:165px;}
}
@media (max-width: 980px) {
  
  .store-locator-page .search_bar .inner-wrap-box{padding-left:0;}
  .store-locator-page .lbl-tag{position:relative;left:auto;top:auto;transform:none;padding-bottom:18px;}
  .main_search_bar.form-input{max-width:50%;}
  .search_within_distance.form-input{max-width:50%;}
  .search-limit.form-input{max-width:100%;padding-top:20px;}
  .store-locator-page select{width:100%; }
  .search-btn.form-input{float:none;}
} 
@media (max-width: 800px) {
  
    .search_bar .main_search_bar {
        width: 100%;
        margin-bottom: 15px;
    }
    .main_search_label {
        width: auto;
        margin-right: 10px;
        padding-top: 7px;
    }
    .main_search_bar input {
    /*    width: 200px; */
    }
 /* .store-locator-page button{margin:15px 0 0 0 !important;}
    .search_bar .search_within_distance, .search_bar .search_limit {
        text-align: left;
        width: auto;
        margin-right: 15px; 
    } */
  
    #directions_steps .directions_instructions {
        width: auto;
        float: none;
    }
    .addresses li a {
        width: 120px;
        float: none;
    }
    .addresses .directions {
        float: none;
        margin-top: 0;
        width: auto;
    }
    #directions_steps .directions_step_distance {
        display: block;
        float: none;
    }
    .directions_instructions {
        display: inline;
        float: none;
        width: auto;
    }
    .store_website a {
        word-break:break-all;
    }
}
@media (max-width: 740px){
.main_search_bar.form-input{max-width:100%;}
  .search_within_distance.form-input{max-width:100%;}
}
@media (max-width: 650px) {
    #store_map {
        width: 100%;
        float: none;
    }
    .addresses {
        width: 100%;
        height: auto !important;
    }
    .addresses li a {
        width: auto;
        display: inline-block;
    }
    .addresses .directions {
        float: none;
    }
    .addresses .directions a {
        margin-bottom: 0;
    }
    #directions_text {
        width: 100%;
        margin-top: 20px;
    }
    #directions_steps .directions_instructions {
        float: left;
        width: 80%;
    }
    #directions_steps .directions_step_distance {
        float: right;
    }
}

@media (max-width: 510px) {
    .search_bar .main_search_bar {
        width: auto;
        float: none;
    }
    .main_search_label {
        margin-bottom: 5px;
    }
    .search_bar button {
        height: 34px;
        width: 80px;
        display: block;
        margin: 0;
        clear: both;
    }
    .search_bar .search_within_distance, .search_bar .search_limit {
        margin-bottom: 10px;
    }
    .search_filters .search_filter {
        width: 50%;
        margin: 0;
    }
    #store_map {
        height: 250px !important;
    }
}

