#store_finder_form_container {
    display: inline-block;
}
@media (min-width: 768px) {
	#store_finder_form_container {
		width:47%;
		float:right;
	}
}


#store_finder_form { line-height: 200%;}
#store_finder_form ul { padding: 0; margin: 0 }
#store_finder_form li { float: left; list-style: none;  margin: 12px 25px 12px 0 }
#store_finder_form div.fix { float: none; }
#store_finder_form div.fix * { vertical-align: middle;  }
#store_finder_form input[type='text'] { margin: 0; padding: 9px 4px; width: 170px; font-size: 13px; border: 1px solid #CCCCCC; }
#store_finder_form select { position: absolute; opacity: 0 !important; font-size: 13px !important; line-height: 32px; padding: 20px 47px; height: auto !important; z-index: 10; }
#store_finder_form option { font-size: 13px; }
#store_finder_form input#zip { width: 218px }
#store_finder_form input[type='image'] { margin: 20px 0 0 0; }


#store_finder_form span.customStyleSelectBox {
    background: scroll 0 0 #FFFFFF;
    white-space:nowrap;
    /*color: #000;*/
    /*border: 1px solid #CCCCCC;*/
    height: 32px;
}
#store_finder_form .customStyleSelectBoxInner {
    /*background: url("../images/menu.png") no-repeat scroll right center transparent;*/
    height:32px;
    font-size: 14px;
    line-height:250%;
    text-indent:5px;
    padding-left: 4px;
    min-width: 50px;
    display:inline-block;
    width: 100%;
}

#store_finder_form .customStyleSelectBox i {
    font-size: 25px
}

#store_finder_form #product-category .customStyleSelectBoxInner {
    width:100%;
}

.questions { margin: 110px 0 0 30px; z-index: 1; position: relative; height: 40px; width: 200px; color: #FFF }
#store_finder_form_container .store_finder_form_banners img { float: left; margin-top: -140px }

.store_finder_error {
	display:none;
	color:#000;
	font-style:italic;
	font-weight:bold;
	margin:5px 0 0 0;
}

.store_finder_no_results { display:none; text-align:center;}
.store_finder_no_results a { text-decoration:underline;}

#store_finder_column_headers {border-bottom: 1px solid #d9d9d9;}
.store_finder_column_headers {
    float:left;
    padding: 20px 0px 5px 10px;
    margin-right:-10px;
    text-align:left;
    text-transform: uppercase;
    color: #855125;
    letter-spacing: 1px;
    margin-bottom: 1em;
}
#store_finder_column_headers .store_address { width:50%;}
#store_finder_column_headers .store_distance { width:38%; padding: 20px 0 5px;}
#store_finder_column_headers .store_directions_link { width:12%;}

#store_finder_map {
    margin-top:10px;
    display: inline-block;
    height: 377px;
    width: 100%;
}

@media (min-width: 768px) {
	#store_finder_map {
		float:left;
		width:48%;
	}
}

.store_finder_row {border-bottom: 1px solid #d9d9d9; clear: both;}
.store_finder_row .store_directions_link { width:12%;}
.store_list_pin { margin:0 10px 30px 0; }

.store_finder_row > div {
    float:left;
    padding: 20px 0 20px 10px;
    margin-right:-10px;
    text-align:left;
}

.store_finder_row .store.info {
    width:50%;
}
.store_finder_row .store.name {
    font-weight:bold;
    font-size:1.1em;
    clear:both;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.store_finder_row .store.address {
    clear: both;
    margin: 1em 0;
    line-height: 1.2em;
    font-family: Lato, Montserrat, Helvetica, Arial, sans-serif;
}

.store_finder_row .store.phone {
    clear:both;
}

.store_finder_row .store.distance {
    width: 37%;
    padding: 4.5em 0;
    text-transform: uppercase;
}

.store_finder_row .store.directions {
    width:14%;
    padding: 4.5em 0;
    text-transform: uppercase;
}

.bottom-banner-area {
	margin-left: 28px;
}
.bottom-banner-area img {
	display: block;
	float:left;
	padding: 10px 15px 20px 10px;
}
.kicker { clear:both }

#store_finder_form span.btn.outline.square {
    border-radius: 0;
}

#store_finder_form span.btn:hover, #store_finder_form span.btn.outline:hover, #store_finder_form span.btn.outline.brown:hover {
    opacity: 1;
    border-color: #48281c;
    color: #48281c;
}

#store_finder_form .locator-row {
    clear: both;
    margin: 1em 0;
}

#store_finder_form .locator-row div {
    display: inline-block;
    margin: 0 1em 0 0;
}

#store_finder_form input[type=text] {
    height: 65px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    background: #fff;
    outline: none;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    color: #48281c;
    font-size: 13px;
    text-align: center;
    border: 1px solid #48281c;
}

#store_finder_form #radius-row span.customStyleSelectBox {
    width: 187px;
}

#store_finder_form #radius-row select{
    padding: 20px 57px;
}

#dash-row {
    padding: 0 9em;
}

#store_finder_form #product select, #store_finder_form #product-category select {
    padding: 20px 205px;
}


#store_finder_form #product span.customStyleSelectBox, #store_finder_form #product-category span.customStyleSelectBox {
    width: 78%;
}

#store_finder_form #city-state-row {
    width: 109%;
}

#store_finder_form div#state span.customStyleSelectBox {
    width: 191px;
}

#store_finder_form div#state span.customStyleSelectBox i {
    padding: 0 0 0 35px;
}