/* LOCATIONS MODULE LOCAL CSS */

.clear {
	clear:both;
}
#left {
	position:absolute;
	text-align:left;
	background-color:#fff5cd;
}
#mapHolder {
	position:absolute;
}
#map_content {
	position:relative;
    margin-top: -95px;
}

#foot {
	z-index:5;
}
h1 {
    /* float: left; */
    font-size: 240%;
    font-weight: 600;
    color: #eb7203;
    margin: 25px 0 0;
    padding: 15px 0 5px 4px;
    font-family: "Source Sans Pro", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}
h1 a{
	color: #ff6633;
	text-decoration:none;
}
h1 a:hover {
	text-decoration:none;
}
.locations #mainContent a,
.locations #mainContent a:link,
.locations #mainContent a:active,
.locations #mainContent a:visited {
	color: #eb7203;
	text-decoration:none;
}
.locations #mainContent a:hover {
	color: #eb7203;
	text-decoration:underline;
}
#locations_header {
	position:relative;
	
	background-color:#fff;
	z-index:3;
}
#locations_sidebar {
	font-family: "Source Sans Pro", sans-serif;
	line-height: 130%;
}

.locationSide {
	font-family: "Source Sans Pro", sans-serif;
	line-height: 130%;
	font-size:75%;
	border-top-color:#fecb2f;
}
.locationSide:last-child {
	border-bottom:1px solid #fecb2f;
}
.locationSide:after {
	color:#eb7203;	
}

.locationSide a.choose,
a.choose {
	position:relative;
	background-color:#eb7203;
	color:#fff !important;
	border:none;
	cursor:pointer;
	font-weight:normal;
	background-position:10px 20px;
}
.locationSide a.choose:hover,
a.choose:hover {
	background-image:none;
	text-decoration:none !important;
	background-color:#eb7203;
}
.locationSide:hover {
	background-color:#fee688;
}
#locations_sidebar #zipcode {
	background-color:#feedb8;
	border: 2px solid #fecb2f;
}
#locations_sidebar #zipHolder h2 {
	font-size:100%;
	font-weight:500;
	text-transform:none;
	color:#000;
}
#locations_sidebar #zipHolder .zipSearch {
	height:26px;
	background-color:#fecb2f;
}
#locations_sidebar #zipHolder .zipSearch::after {
	color:#fff;
}
.locationSide h3 {
	font-weight:500;
	font-size:130%;
	line-height:130%;
}
.locationSide h3 b{
	font-size:120%;
	color:#FFF;
	font-weight:500;
	text-align:center;
	width:17px;
	text-indent:0;
	display:block;
	background-color:#eb7203;
	background-position:10px 20px;
	margin:0 5px 0 0;
	float:left;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #000;
}



#streetHolder {
	width:100%;
	position:relative;
	min-height:300px;
	top:auto;
	bottom:auto;
	left:auto;
	right:auto;	
}

#street_content {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 33px;
}
#storeInfo {
	width:100%;
	padding:20px;
	font-size:120%;
	font-family: lato;
	line-height:130%;
	z-index:2;
	text-align:center;
	position:relative;
	min-height:300px;
	top:auto;
	bottom:auto;
	left:auto;
	right:auto;	
}
#storeInfo h1,
#storeInfo h1 a {
	color: #eb7203;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 28px;
	text-align:center;
	float:none;
	padding:0;
	margin:0;
}
#storeInfo h2 {
	font-size: 54px;
	font-weight: 700;
	margin: 28px;
	    color: #b00061;
	text-align:center;
	line-height:100%;
}




@media screen and (max-height:1000px) {
	#loc_diag {
		background-image:none;
	}
}

@media screen and (max-width:767px) {
	h1{
		padding: 15px 0;
	    text-align: center;	
		margin:0;
	}
	#loc_diag {
		display:none;
	}
	#storeInfo {
		padding:10px;
		width:auto;
	}
	#storeInfo h2 {
		font-size: 30px;
		line-height:100%;
	}
	#mainContent {
		max-width:none;
	}
	#location_tabs {
		clear:left;
	}
	#location_tabs span {
		background-color:#fecb2f;
		color:#000;
	}
	#location_tabs span.active {
		background-color:#eb7203;
	}
	.locationSide h3 b {
		display:none;
	}
	#left,
	#mapHolder {
		position:relative;
		background-color:#fff;
	}
	#storeInfo {
		padding-top:30px;
	}
	#streetHolder {
		position:absolute;
		left:0;
		right:0;
		min-width:100px;
	}
	#street_content {
		margin-top:0px;
	}
}