<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#store-locator-container{
	float: left;
	margin-left: 20px;
	width: 875px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
}

#page-header{
	float: left;
}

#bh-sl-form-container{
	clear: left;
	float: left;
	margin-top: 15px;
	width: 100%;
}

#bh-sl-map-container{
	clear: left;
	float: left;
	margin-top: 27px;
	width: 100%;
}

#bh-sl-map-container a{
	color: #008cba;
	text-decoration: none;
}

#bh-sl-map-container a:hover, #bh-sl-map-container a:active{
	text-decoration: underline;
}

#bh-sl-loc-list{
	float: left; 
	width: 100%;
	overflow: auto;
}

#bh-sl-loc-list ul{
	display: block;
	clear: left;
	float: left;
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.list-label{
	display: none;}

#bh-sl-loc-list .list-details{
	float: left;
	margin-left: 6px;
}

#bh-sl-loc-list .list-content{
	padding: 10px;
}

#bh-sl-loc-list .loc-dist{
	font-weight: bold;
	font-style: italic;
	color: #8e8e8e;
}

.list2 &gt; li {
	float: left;
}

#bh-sl-loc-list li{
	display: block;
	float: left;
	margin: 6px 10px;
	cursor: pointer;
	width: 30%;
	height: 100%;
	border: 1px solid #fff; /* Adding this to prevent moving li elements when adding the list-focus class*/
}

#bh-sl-loc-list .list-focus{
	border: 1px solid rgba(82,168,236,0.9);
	-moz-box-shadow: 0 0 8px rgba(82,168,236,0.7);
	-webkit-box-shadow: 0 0 8px rgba(82,168,236,0.7);
	box-shadow: 0 0 8px rgba(82,168,236,0.7);
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

#bh-sl-map-container .loc-name{
	color: #002e5f;
	font-weight: bold;
}

#search-form{
	clear: left;
	float: left;
	height: 60px;
}

#address{
	margin: 0 0 0 10px;
}

#loading-map{
	float: left;
	margin: 4px 0 0 10px;
	width: 16px;
	height: 16px;
	background: url(../images/ajax-loader.gif) no-repeat;
}

#bh-sl-map{
	float: left; 
	width: 100%; 
	height: 530px; 
	border: 1px solid #ccc;
	margin-bottom: 1rem;
}

/* Infowindow Roboto font override */
.gm-style div, .gm-style span, .gm-style label, .gm-style a{
	font-family: Arial, Helvetica, sans-serif;
}

/* Modal window */

#overlay{
     position: fixed;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     z-index: 10000;
     background: url(../images/overlay-bg.png) repeat;
}

#modal-window{
	position: absolute;
	left: 50%;
    margin-left: -460px; /* width divided by 2 */
    margin-top: 60px;
    width: 920px;
	height: 590px;
	z-index: 10010;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px #656565;
}

#modal-content{
	float: left;
	padding: 0 22px; /* there's already a margin on the top of the map-container div */
}

#close-icon{
	position: absolute;
	top: -6px;
	right: -6px;
	width: 18px;
	height: 18px;
	cursor: pointer;
	background: #2c2c2c url(../images/close-icon.png) 3px 3px no-repeat;
	border: 1px solid #000;
	border-radius: 3px;
	box-shadow: 0 0 3px #656565;
}


/* The following is for the geocode page and not the store locator */

#geocode-result{
	clear: left;
	float: left;
	margin-top: 30px;
	width: 100%;
}

.loc-dist {
	font-size: .7rem;
	color: #b8b8b8;
	margin-bottom: .3rem;
}
.loc-directions {
	margin-top: .3rem;
}
.loc-name {
	font-size: .8rem;
	font-family: 'din_alternatebold';
}
.loc-addr1 {
	font-size: .7rem;
}
.loc-addr2 {
	font-size: .7rem;
}
.loc-addr3 {
	font-size: .7rem;
}
.flagship {
	width: 64px;
	height: 64px;
	float: right;
}
.list-details {	
	border: 1px solid #ccc; 
	padding: 1rem;
	min-height: 150px;
	margin-bottom: .4rem;
	background: whitesmoke;
	font-family: dinregular;
	font-size: .7rem;
}
.bh-sl-filters-container .bh-sl-filters {
      float: left;
      list-style: none;
      margin: 0 100px 0 0;
      padding: 0; }
.bh-sl-filters-container .bh-sl-filters li {
        display: block;
        float: left;
        margin: 5px 0;
        width: 33%;
        text-align: center; }

/* @group breadcrumbs */

/* @end */
</pre></body></html>