@charset "utf-8";
/* CSS Document */
/***********************************************************************************
Services.css template styles overrride 
************************************************************************************/
/*club overrides*/
.mobilecontent{
	width:100%;
	margin:0px;
	overflow-x:hidden;
	-webkit-text-size-adjust:none;
}
.mobilecontent .boxHighlightBorder{ border:none; }
.mobilecontent input:focus, .mobilecontent select:focus{ background-color:#FFFFFF; border:none; }
.mobilecontent ul.errorMessage{ background-color:#FFFFFF; border:none; }
.mobilecontent .errorMessage{ color:#ED1B2E; }
/*left and right content divs */
.clubLeft{ display:none; }
.rightServicesContent{ display:none; }
#lrpOverlay{ display:none; }
#document{ position:absolute; height:100%; width:100%; }
/***********************************************************************************
Services_mobile.css template styles overrride 
************************************************************************************/
.mobilecontent .aaawebcontainer{
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	margin:0px;
}
.mobilecontent .aaawebtop{ width:100%; margin:0px; }
.mobilecontent .aaawebmid{ margin:0px; width:100%; }
.mobilecontent .aaawebbottom{
	clear:both;
	margin:0px;
	width:100%;
}
.mobilecontent .aaawebbottom a{ text-decoration:none; }
/*bottom area*/
.mobilecontent .mobileNavBar{ border-bottom:none; }
.mobilecontent .nationalFooterBtns{ margin-top:15px; }
/***********************************************************************************
Page styles 
************************************************************************************/
/*mid section - icons*/
.mobilecontent .iconContainer{
	position:relative;
	height:100%;
	width:100%;
    overflow:hidden;
}
.mobilecontent .mobileBackground{
	left:0px;
    position:absolute;
    width:100%;
}
.mobilecontent .iconArea{
	width:296px;
	margin:0 auto;
	padding-top:10px;
	padding-left:8px;
}
.mobilecontent .iconArea a{ text-decoration:none; }
.mobilecontent .iconHolder{
	width:60px;
	padding:0px 14px 10px 0px;
	float:left;
	height: 80px;
}
.mobilecontent .iconBG{
	position:relative;
	height:56px;
	width:56px;
	margin:0 auto;
	background-size:56px 56px;
	background-image:url(/AAA/common/ConfigurablePages/images/mobileHome/iconBlueHQ.png);
}
.mobilecontent .iconHolder img{
	position:relative;
	display:block;
    height:56px;
	width:56px;
    margin:0 auto;
}
.mobilecontent .iconText{
	position:relative;
	text-align:center;
	line-height:14px;
}