/* BEGIN Find a Retailer*/

*, *::after, *::before{
	box-sizing: border-box;
}

body{
	font-family: Roboto,Arial,Helvetica,sans-serif;
	font-size: 12px;
}


h3{
	font-family: Montserrat,Arial,Helvetica,sans-serif;
	letter-spacing: .25px;
	padding: 0;

}

img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    text-decoration: none;
	margin: 0 auto;
}

a{
	color: #890000;
	text-decoration: none;
	line-height: inherit;
}

a:hover{
	text-decoration: underline;
}

.error-msg{
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #b00404;
	border-style: solid;
	border-width: 5px;
	border-color: red;
	padding: 10px;
}

.no-results{
	font-weight: bold;
	font-size: 14px;
	padding-top: 20px;
	color: #b00404;
	text-align: center;
}

.noResults-wrap{
	background-color: #E9E9E9;
	clear: both;
	width: 100%;
	min-height: 700px;
}

.no-results-kerosene, .no-results-workspace, .no-results-gas, .no-results-electric, .no-results-portable, .no-results-wicks 
{
	font-weight: bold;
	font-size: 12px;
	color: #000;
	padding-top: 15px;
	text-align: center;
}

.no-results-workspace{
	font-weight: bold;
	font-size: 12px;
	color: #000;
	padding-top: 15px;
}


.retailer-img{
	display: inline-block;
    max-height: 450px;
    width: 100%;
    text-decoration: none;
	margin: 0 auto;

}


.retailer-img img{
display: inline-block;
    max-height: 450px;
    width: 100%;
    text-decoration: none;
	margin: 0 auto;

}



.caption{
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
}

.iconTitle{
	width: 20%;
	float: left;
}

.iconList{
	width: 80%;
	float: left;
	text-align: center;
	display: inline-block;
	padding: 5px 5px 20px 5px;

}
.iconKey{
	width: 20%;
	float: left;
	text-align: center;
	display: inline-block;
	padding: 5px 5px 20px 5px;

}

.iconWrap{
	width: 100%;
	min-height: 120px;
}

.container{
	width: 1170px;
	min-width: 300px;
	margin: 0 auto;
	padding: 0;

}

.retailer-fields{
    padding:20px 0 20px 0;
}

.results-wrap{
    width: 100%;
}


.results-left{
    width: 100%;
	padding-bottom: 10px;
}

.results-right{
    width: 100%;

}

.results-heading{
	float: left;
	display: inline;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.07rem;
	color: #333;
	margin: 0 0 5px 0;
}

.dealerClass{
	float: left;
	display: inline;
	font-weight: 200;
	font-size: 12px;
	line-height: 1.07rem;
	color: #979797;
	margin: 0 0 5px 0;
}

.serviceCode{
	float: left;
	display: inline;
	font-weight: 200;
	font-size: 12px;
	line-height: 1.07rem;
	color: #979797;
	margin: 0 0 5px 0;
}



.resultsWrap {
    width: 100%;
    padding: 1% 1%;
    float: left;
    height: 100%;
    border: 1px solid #dedede;
    border-bottom: 0;
    position: relative;
    background-color: #fff;
    box-sizing: border-box;
}

.resultsWrap:hover{
background-color: #E9E9E9;

color:#000;
}

.lastResult{
	border-bottom: 1px solid #dedede;
}

.resultInfo {
	list-style-type: none;
	vertical-align: baseline;
	padding: 0;
	margin: 0;

}



.resultsDetailLinks{
	margin-top: 15px;
	margin-left: 0;
	list-style-type: none;
	vertical-align: baseline;
	padding: 0;
}

.resultsDetailLinks ul{
	margin-left: 0;
}

.resultsDetailLinks li {
    float: left;
    width: auto;
    border-right: 1px solid #999 !important;
    padding-right: 7px;
    margin-right: 7px;
    line-height: 100%;
    position: relative;
}


.address {
	clear: both;
	display: block;
    line-height: 1.25rem;
    color: #333;
	width: 60%;
    margin: 0 0 5px 0;
    font-style: normal;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;

}

.telephone{
	margin-top: 5px;
}


li {
    text-decoration: none;
}

.resultsDetailLinks > li.lastItem {
    display: block;
    border: none !important;
    padding: 0;
    margin: 0;
}

.dealerInfo-Wrap{
	width: 100%;

}

.dealerInfo-Address{
	clear: both;
	width: 59%;
	float: left;
}


.dealerInfo-Distance{
	width: 41%;
	float: right;
	text-align: right;
	padding-right: 2%;
	margin-bottom: 5px;
}

.ContentPlaceHolder1_Distance{
	display: inline;
	font-weight: bold;
	line-height: 1.07rem;
	vertical-align: bottom;
	color: #333;
	margin: 5px 0 0 0;
}

.serviceCenter{
	padding-bottom: 5px;
}

.serviceIcons{
	width: 100%;
}

.serviceIcons ul{
	padding: 0;
	margin: 0;
}

.serviceIcons li{
	display: inline-block;
	width: 15%;
	padding: 5px 0px 5px 0;
	margin-right: 5px;


}

.pin{
height: 1.8rem;
max-width: none;
margin-bottom: 0;

}

#miles, #product-group, #product, #servicecenter {
border-radius: 4px;
border: 1px solid #cccccc;
background-color: #f3f3f3;
padding: 8px;
width: 100%;
margin-bottom: 16px;
}

label{
margin-bottom: 12px;
display: inline-block;
font-weight: bold;
}

input{
font-size: 14px;
margin: 0;
border-radius: 4px;
border: 1px solid #cccccc;
background-color: #f3f3f3;
padding: 8px;
width: 100%;
margin-bottom: 16px;

}

.searchBtn {
    width: 100%;
    border: none;
    padding: 12px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    background-color: #222222;
    color: #f2f2f2;
    text-transform: uppercase;
    margin-top: 8px;
    border-radius: 4px;
}

.mileage, .product-grouping{
width: 19%;
float: left;
padding: 10px;
}

.model-number{
	width: 18%;
	float: left;
	padding: 10px;
	}

.addressField{
	width: 12%;
	float: left;
	padding: 10px;
}

.service-center{
	width: 13%;
	float: left;
	padding: 10px;
}

.search-button{
width: 19%;
float: right;
padding-top: 20px;
padding-right: 9px;
padding-left: 9px;

}


.retailer-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height: 0;

}

.retailer-container iframe, .retailer-container object, .retailer-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}



@media (max-width:1169px)
{

.container{
	width: 100%;

}

.iconWrap{
	width: 100%;
	min-height: 100px;
}

}

@media (max-width:480px)
{

.dealerInfo-Address{
	clear: both;
	width: 100%;
}

.dealerInfo-Distance{
	padding-top: 5px;
	width: 100%;
}

.serviceIcons li{
	display: inline-block;
	width: 15%;
	padding: 5px 5px 5px 0;


}

.iconKey{
	width: 30%;
	float: left;
	text-align: center;
	display: inline-block;
	padding: 5px;

}

.addressField, .mileage, .product-grouping, .model-number, .service-center{
clear: both;
width: 100%;
padding: 10px;
}

.search-button{
clear: both;
width: 100%;
padding-top: 20px;
margin-bottom: 20px;
}

.iconTitle{
	clear: both;
	width: 100%;
}

.iconList{
	clear: both;
	width: 100%;
	text-align: center;
	display: inline-block;
	padding: 5px 5px 20px 5px;

}


}

@media (min-width: 481px) and (max-width:768px)
{
.addressField, .mileage, .product-grouping, .model-number, .service-center{
clear: both;
width: 100%;
padding: 10px;
}

.search-button{
clear: both;
width: 100%;
padding-top: 20px;
margin-bottom: 20px;
}

.iconTitle{
	clear: both;
	width: 100%;
}

.iconList{
	clear: both;
	width: 100%;
	text-align: center;
	display: inline-block;
	padding: 5px 5px 20px 5px;

}


}



/* END Find a Retailer */
