@charset "UTF-8";
/* CSS Document */
/*Map*/
.aaa-map-container{
	position: relative;
	height: auto;
	margin-bottom: 24px;
}
.aaa-map-inner-container{
	position: relative;
	overflow: hidden;
	padding: 0px;
}
#aar-results-map.aaa-map-inner-container{
	max-width: 815px;
}
.aaa-map-cover{
	position: absolute;
	height: 200%;
	width: 100%;
	top: -280px;
	left: 0px;
	/**/
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 66%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 66%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 66%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.rce-map-pin {
    background-image: url(../images/map-cover.png);
}
.aaa-map-it-button{
	position: absolute;
	bottom: 24px;
	width: 100%;
	background-size: 400px 400px;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 300px;
	color: #003893;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}
.aaa-map-it-button:hover{
	text-decoration: underline;
}
.aar-map-pin{
	background-image: url('/AAA/common/AAR/images/aar-marker.png');
}
.aaa-close-map{
	background-color: #003893;
    border-radius: 50px;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    padding: 8px 0;
    position: absolute;
	display: none;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 36px;
    z-index: 4000;
}
/*Legend*/
.aar-legend{
	background-color: #F5F5F5;
	display: inline-block;
	padding: 14px;
	margin-left: 84px;
}
.aar-icon{
	background-image: url('/AAA/common/AAR/images/aar-logo-color.svg');
}
.aaa-owned-icon{
	background-image: url('/AAA/common/AAR/images/AAA-owned-icon.svg');
}
.aaa-battery-icon{
	background-image: url('/AAA/common/AAR/images/battery-icon.jpg');
}
.aaa-service-icon{
	background-image: url('/AAA/common/AAR/images/AAA-service-icon.svg');
}
.aaa-auto-body-icon{
	background-image: url('/AAA/common/AAR/images/AAA-auto-body-icon.svg');
}
.aaa-auto-glass-icon{
	background-image: url('/AAA/common/AAR/images/AAA-auto-glass-logo.svg');
}
.aaa-napa-icon{
	background-image: url('/AAA/common/AAR/images/napa-icon.png');
}
.appointment-icon{
	background-image: url('/AAA/common/AAR/images/appointment-icon.png');
}
.discount-icon{
	background-image: url('/AAA/common/AAR/images/discounts-icon.png');
}
/**/
.aar-legend-container{
	position: relative;
    top: -4px;
	cursor: pointer;
	float: right;
}
.aaa-legend-title{
	float: left;
	margin-top: 6px;
	margin-right: 12px;
}
.aar-legend-tool-tip-icon{
	display: inline-block;
	background-image: url('../images/tool-top-icon.svg');
	background-size: 32px auto;
	background-position: center;
	background-repeat: no-repeat;
	height: 32px;
	width: 32px;
}
.aar-legend-content{
	display: none;
}
.aar-legend-tool-tip-view-container{
	background-color: #fff;
    border-radius: 4px;
    padding: 0px 48px 24px 24px;
    position: absolute;
    top: 37px;
    right: -4px;
	width: 320px;
    z-index: 8;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 2px 4px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 2px 4px 0px rgba(50, 50, 50, 0.5);
}
.aar-legend-tool-tip-view-drop-arrow{
	background-image: url("../images/tool-tip-drop-arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 14px;
    height: 20px;
    position: absolute;
    right: 2px;
    top: 20px;
    width: 28px;
    z-index: 9;
}
.aar-legend-close-tool-tip{
	background-image: url("../images/x-icon.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    cursor: pointer;
    height: 32px;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 32px;
}
.aar-legend-icon{
	background-position: left top;
    background-repeat: no-repeat;
    background-size: 32px auto;
    margin-right: 24px;
    margin-top: 14px;
    min-height: 42px;
    padding-top: 6px;
}
.aar-legend-icon span{
	position: relative;
	display: inline-block;
	margin-left: 42px;
}
.aar-legend-disclaimer{
	border-top: 1px solid #d9d9d9;
	margin-top: 14px;
	padding-top: 24px;
}
/*Results*/
.aaa-results-container .aaa-inner-container{
	padding: 24px 0px 0px 0px;
}
.aar-top-10-left{
	float: left;
	width: 50%;
}
a.aar-detail{
	display: block;
	margin: 24px 0px;
	text-decoration: none;
	cursor: pointer;
}
a.aar-detail span{
	display: block;
}
a.aar-detail .aar-count{
	background-color: #E5E5E5;
	height: 40px;
	width: 40px;
	border-radius: 50px;
	padding: 8px;
	text-align: center;
	float: left;
	margin-right: 14px;
}
a.aar-detail .aar-shop{
	display: inline-block;
}
.aar-title{
	color: #003893;
	text-decoration: none;
}
.blk2.aaa-title{
	font-size: 18px;
}
.aar-title:hover{
	text-decoration: underline;
}
.aar-address1{
	margin-top: 4px;
}
.aar-address1, .aar-address2{
	line-height: 18px;
}
a.aar-detail .aar-bottom-detail{
	margin-top: 14px;
	display: inline-block;
}
a.aar-detail .aar-distance{
	float: left;
	padding: 8px 8px 0px 0px;
}
a.aar-detail .aar-distance span{
	display: inline-block;
}
a.aar-detail .arr-icons{
	float: left;
}
a.aar-detail .arr-icons span{
	display: inline-block;
	background-size: 32px auto;
	background-position: left center;
	background-repeat: no-repeat;
	height: 42px;
	width: 32px;
	margin-left: 6px;
}
a.aar-detail .arr-icons span:first-child{
	margin-left: 0px;
}
/*More shops button*/
@media only screen and (max-width : 980px){
	/*Map*/
	.aaa-inner-container.aaa-map-inner-container{
		padding: 0px;
	}
	.aaa-map-container{
		border-top: 1px solid #e5e5e5;
	}
	.aaa-map img{
		width: auto;
		height: 298px;
	}
	/*Results*/
	.aaa-results-container{
		padding: 0px;
	}
	.aaa-results-container .aaa-title span{
		display: block;
	}
	.aar-results{
		padding-top: 24px;
	}
	.aar-top-10-left{
		float: none;
		width: 100%;
	}
	a.aar-detail{
		display: inline-block;
		width: 100%;
		margin: 12px 0px;
	}
	a.aar-detail .aar-shop{
		float: left;
		width: 80%;
	}
}
@media only screen and (max-width : 640px){
	.aar-current-location-return, #landing-location{
		display: block;
	}
}
@media only screen and (max-width : 320px){
	.aar-legend-tool-tip-view-container{
		width: 276px;
	}
}