#store-locations-bucket {
	/*height: 800px;*/
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}

.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.1%;
}
.span_1_of_3 {
	width: 32.2%;
}

/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.6%;
}
.span_2_of_4 {
	width: 49.2%;
}
.span_1_of_4 {
	width: 23.8%;
}


/* MAP */
#map-bucket {
	margin-bottom: 2em;
}

#map {
	background-color: #f5f5f5;
	width: 100%;
	height: 500px;
}

/*nav buttons for state filtering*/
#map-states-filter-btns {
	font-size: 16px;
	width: 100%;
	height: 2em;
}

#map-states-filter-btns ul {
	padding: 0; 
	margin: 0; 
	list-style-type: none;
	float: left;
	position: relative; 
	left: 50%;
	clear: both;
}

#map-states-filter-btns li {
	float: left;
	position: relative;
	right: 50%;
	padding: 0;
	margin: 0;
	line-height: 100%;
}

#map-states-filter-btns a {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 0 1em;
	line-height: 2em;
	height: 2em;
}

#map-states-filter-btns a:hover {
	color: #cccccc;
	text-decoration: none;
}

#map-states-filter-btns a:active {
	color: #cccccc;
	text-decoration: none;
}

/* STORE LISTING */
#store-listing {
	/*height: 800px;*/
}

.store-listing-bucket {
	max-width: 100%;
	border: 1px solid #e2e2e2;
}

.store-bucket {
	padding: 1em .5em 1em 2em;
	border-bottom: 1px solid #e2e2e2;
}

.my-store {
	/*color: #d1d2d3; --- grey*/
	color: #01a259;
}


.store-number {
	font-weight: bold;
	float: left;
	border: 1px solid #d1d2d3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #ffffff;
	height: 2.15em;
	line-height: 2.15em;
	margin: 0;
	padding: 0;
	font-size: .9em;
	width: 2.15em;
	text-align: center;
}

.store-content {
	margin-left: 2.75em;
}

.store-content a {
	display: block;
}

.store-name {
	font-size: 16px;
	font-weight: bold;
}

.store-address {
	line-height: 1.25em;
	padding-bottom: 1em;
}

.store-link-icon {
	display: inline-block;
	width: 20px;;
	text-align: center;
	margin-right: 6px
}

.store-content-infowindow a {
	font-size: 1.15em;
}

@media only screen and (min-width: 600px) {
	.state-filter-btn::after {
		content:" Locations"
	}

}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 600px) {
	
	#store-locations-bucket {
		height: auto;
		overflow: visible;
	}
	
	.col { margin: 1% 0 1% 0%;}
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
	
	.group {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	
    #map-bucket {
    	-webkit-order: 1;
		order: 1;
    }
    
    #map {
		width: 100%;
		height: 400px;
	}
	
	#map-states-filter-btns a {
		padding: 0 .5em;
	}
	
}

.store-weeklyads-link {
	display: block;
}

.store-list-left-spcr {
	margin-left: 2.75em;
}

.btn-makethismystore {
	display: block;
}

.locations-display-message {
	font-size: 1.1em;
	color: #000;
	background-color: #ffec9e;
	border: 2px solid #ffcc00;
	text-align: center;
	padding: .5em .5em;
}















