@charset "UTF-8";
/* CSS Document */
body, html{
	font-family: 'Lato', sans-serif;
	background-color: #fff;
}
body *{
	box-sizing: border-box;
}
h1, h2, h3, h4, h5{
	margin: 0px;
	display: block;
}
form{
	margin: 0px;
	display: block;
}
#skip-to-main {
    position: absolute;
    top: 10px;
    z-index: -1;
    margin-left: 7px;
    padding: 7px 8px 7px 8px;
    background-color: #fff;
    border: 1px solid #555;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
}

#skip-to-main:focus {
    z-index: 50000;
}
main a[target=_blank]::after {
    content: '(external link)';
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    text-indent: 0.7em;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../images/Icon_External_Link.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-left: 0.1em;
}
.aaa-banner-content {
	background-color: rgba(0, 0, 0, .55);
}
.aaa-pc{
	display: block;
}
.aaa-mobile{
	display: none;
}
.aaa-clear-floats{
	clear: both;
}
.aaa-form-block{
    clear: both;
    padding: 0px;
	display: inline-block;
	width: 100%;
}
a.aaa-btn:hover, input.aaa-btn:hover {
    background: #19A81A none repeat scroll 0 0;
}
/*Error Message*/
.aaa-error-message-full-container{
	position: relative;
	z-index: 100;
    background-color: #3373b1;
    background-image: url("/AAA/common/TG/images/close-wht-X.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 24px auto;
    cursor: pointer;
    display: none;
    line-height: 18px;
    padding: 14px 54px 14px 14px;
}
/*loading graphic*/
#zip-code-loader{
	display: none;
}
.aaa-loader-wht,
.aaa-loader-wht:after{
  	width: 62px;
  	height: 62px;
}
.aaa-loader-wht{
  	margin: 140px auto 100px auto;
}
/*Banner*/
.aaa-banner-container{
	height: 100%;
}
.aaa-banner-container .aaa-inner-container{
	padding: 0px;
}
.aaa-banner-content{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	padding: 0px;
	height: 452px;
	width: 600px;
}
.aaa-banner-image{
	background-image: url('../images/aaa-zip-code-banner.jpg');
}
.aaa-static-banner{
	background-image: url('../images/aaa-zip-code-banner.jpg');
}
.aaa-caa-logos-wht{
	background-image: url('../images/aaa-caa-logos-wht.png');
	background-repeat: no-repeat;
	background-size: 252px auto;
	height: 70px;
	width: 252px;
	margin: 0 auto;
}
.aaa-zip-code-btn {
	font-family: 'Lato', sans-serif;
    color: #FFFFFF;
    letter-spacing: normal;
    padding: 10px 24px;
    font-size: 16px;
    font-weight: 400;
    clear: both;
    display: inline-block;
    border: none;
    margin-top: 24px;
    background: #003893;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-appearance: none;
    position: relative;
    overflow: hidden;
}
.aaa-zip-code-btn:focus-visible {
	outline: 1px solid #fff;
}
.aaa-banner-content .aaa-search-container button.aaa-btn.aaa-zip-code-btn{
	margin-top: 37px;
	width: 100%;
	font-size: 16px;
	height: 44px;
}
.aaa-banner-content .aaa-search-container .aaa-formLeft:first-child{
	width: 70%;
}
.aaa-banner-content .aaa-search-container .aaa-formLeft:nth-child(2){
	width: 30%;
}
/*Form*/
#zip-code-form .aaa-formLeft:last-child{
	padding-right: 0px;
}
.aaa-search-container{
	max-width: 400px;
	margin: 0 auto;
	padding-top: 14px;
}
.aaa-search-container .wht5.aaa-formLabel{
	text-shadow: 0px 2px 2px rgba(51, 51, 51, 1);
	text-align: left;
}
.aaa-banner-content {
	padding: 30px 0px;
}
.aaa-banner-content .aaa-search-container input,
.aaa-banner-content .aaa-search-container button{
	width: 100%;
	font-size: 14px;
	-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);
}
.aaa-content-container{
	padding: 0px 14px;
	max-width: 840px;
}
.aaa-zipcode-footer-bottom{
	text-align: center;
	margin-top: 14px;
	clear: both;
}
.aaa-zipcode-footer-bottom a.aaa-link {
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}
.aaa-zipcode-footer-bottom a.aaa-link:focus-visible {
	outline: 1px solid #fff;
}
.aaa-zipcode-privacy-container .wht5, .aaa-zipcode-terms-container .wht6{
	margin-top: 0px;
	text-align: left;
}
.aaa-zipcode-terms-container{
	display: none;
	padding: 14px;
}
.aaa-zipcode-privacy-container{
	display: none;
	padding: 14px;
}
.aaa-zipcode-terms-container .wht5.aaa-zipcode-back-arrow{
	text-align:center;
}
.aaa-zipcode-privacy-container .wht5.aaa-zipcode-back-arrow{
    text-align:center;
}
.aaa-zipcode-terms-container .wht2,
.aaa-zipcode-privacy-container .wht2{
	text-align: left;
	margin-top: 0px;
}
.aaa-zipcode-privacy-container .wht2{
	margin-top: 6px;
}
.aaa-zipcode-terms-container .wht4, 
.aaa-zipcode-privacy-container .wht4{
	text-align: left;
}
.aaa-zipcode-terms-container .wht6, 
.aaa-zipcode-privacy-container .wht6{
	line-height: 22px;
}
.aaa-zipcode-terms-container .wht2,
.aaa-zipcode-privacy-container .wht2,
.aaa-zipcode-terms-container .wht4, 
.aaa-zipcode-privacy-container .wht4,
.aaa-zipcode-terms-container .wht5, 
.aaa-zipcode-privacy-container .wht5,
.aaa-zipcode-terms-container .wht6, 
.aaa-zipcode-privacy-container .wht6{
	color: #000000;
	text-shadow: none;
}
.wht3.aaa-zipcode-close-x{
	padding: 10px 0px 0px 0px;
	border-radius: 50%;
	height: 44px;
	width: 44px;
	text-align: center;
	cursor: pointer;
	float: right;
	margin-top: 0px;
	border: 1px solid #003893;
	color: #003893;
	text-shadow: none;
}
.aaa-zipcode-terms-container{
	position: relative;
	z-index: 100;
	background-color: #ffffff;
	max-width: 560px;
	margin: 0 auto;
	-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);
}
.aaa-zipcode-privacy-container{
	position: relative;
	z-index: 100;
	background-color: #ffffff;
	max-width: 560px;
	margin: 0 auto;
	-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);
}
.aaa-set-privacy-policy-view{
	position: absolute;
	top: 0;
	width: 700px;
	margin: auto;
	max-width: none;
	left: 0;
	right: 0;
	bottom: 0;
	height: 502px;
}
.aaa-set-terms-view{
	position: absolute;
	top: 0;
	width: 700px;
	margin: auto;
	max-width: none;
	left: 0;
	right: 0;
	bottom: 0;
	height: 528px;
}
/*Content*/
.aaa-column-outer-container .aaa-inner-container{
	max-width: 1240px;
}
/*Services*/
.aaa-article-summary{
    display: inline-block;
    margin: 0px 0px 24px 0px;
	padding: 0px 24px 0px 0px;
    position: relative;
    text-align: left;
	float: left;
	width: 50%;
	min-height: 296px;
}
.aaa-article-summary:nth-child(even){
	padding: 0px 0px 0px 24px;
}
.aaa-article-thumb{
    border-radius: 50%;
    height: 172px;
    left: 24px;
    overflow: hidden;
    position: absolute;
    top: 24px;
    width: 172px;
}
.aaa-article-summary:nth-child(odd) .aaa-article-thumb{
	left: 0px;
}
.aaa-article-thumb img{
    height: 100%;
}
.aaa-article-description{
    float: left;
    line-height: 20px;
    margin-top: 24px;
    padding: 0 0 0 200px;
}
.aaa-article-description div{
    margin-top: 12px;
}
/*Choose Club*/
.aaa-banner-content .aaa-zipcode-choose-club-container{
	background-color: #ffffff;
	padding: 24px;
	border-radius: 4px;
	text-shadow: none;
	-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);
}
.aaa-zipcode-club-return{
	border-bottom: 1px solid #d9d9d9;
	display: inline-block;
	width: 100%;
	padding-bottom: 24px;
	margin-top: 24px;
}
.aaa-zipcode-club-return:last-child{
	border-bottom: none;
	padding-bottom: 0px;
}
.aaa-zipcode-club-name{
	float: left;
	width: 60%;
	text-align: left;
}
.aaa-zipcode-choose-club-container a.aaa-btn{
	font-size: 16px;
	float: right;
	clear: none;
	margin-top: 0px;
}
/*Redirect page*/
#aaa-redirect-loader{
	display: block;
	margin-top: 24px;
}
#aaa-redirect-banner-container{
	height: 100%;
}
@media only screen and (max-width: 1024px){
	/*Services*/
	.aaa-article-summary{
		min-height: 414px;
	}	
}
@media only screen and (max-width: 980px){
	.aaa-zipcode-choose-club-container a.aaa-btn{
		margin-bottom: 0px;
	}
}
@media only screen and (max-width: 900px){
	.aaa-banner-content .aaa-search-container .aaa-form-block{
		padding: 0px 0px 14px 0px;
	}
	/*Services*/
	.aaa-article-summary{
		display: inline-block;
		margin: 0px 0px 14px 0px;
		padding: 0px 0px 14px 0px;
		float: none;
		width: 100%;
		min-height: 200px;
		border-bottom: 1px solid #d9d9d9;
	}
	.aaa-article-summary:last-child{
		border-bottom: none;
	}
	.aaa-article-summary:nth-child(even){
		padding: 0px;
	}
	.aaa-article-thumb{
		left: 14px;
		position: absolute;
		top: 0px;
	}
	.aaa-article-summary:nth-child(odd) .aaa-article-thumb{
		left: 14px;
	}
	.aaa-article-description{
		margin-top: 14px;
	}	
}
@media only screen and (max-width: 790px){
	/*Hide pace page loading bar*/
	.pace.pace-active{
		display: none;
	}
	.aaa-banner-container .wht1{
		font-size: 30px;
	}
	.aaa-banner-content .aaa-search-container .aaa-formLeft:first-child{
		width: 70%;
		float: left;
		padding: 0px;
	}
	.aaa-banner-content .aaa-search-container input{
		border: none;
	}
	.aaa-banner-content .aaa-search-container .aaa-formLeft:nth-child(2){
		padding: 0px 0px 0px 14px;
		width: 30%;
		float: left;
	}
	.aaa-banner-content .aaa-search-container input.aaa-btn.aaa-zip-code-btn{
		margin-top: 37px;
		margin-bottom: 0px;
	}
	.aaa-banner-container .wht1{
		font-size: 32px;
	}
	/*Services*/
	.aaa-article-summary{
		display: inline-block;
		margin: 0px 0px 24px 0px;
		padding: 0px 0px 24px 0px;
		float: none;
		width: 100%;
		min-height: none;
		text-align: center;
	}
	.aaa-article-summary:nth-child(even){
		padding: 0px 0px 24px 0px;
	}
	.aaa-article-thumb{
		left: auto;
		position: relative;
		margin: 0 auto;
		top: auto;
	}
	.aaa-article-summary:nth-child(odd) .aaa-article-thumb{
		left: auto;
	}
	.aaa-article-description{
		padding: 0px;
	}
	.aaa-set-privacy-policy-view,
	.aaa-set-terms-view{
		width: auto;
		height: 100%;
	}
	.aaa-zipcode-terms-container,
	.aaa-zipcode-privacy-container{
		-webkit-box-shadow: none;
		-moz-box-shadow:    none;
		box-shadow:         none;
	}
}
@media only screen and (max-width: 600px){
	.aaa-banner-content{
		height: auto;
		width: auto;
		padding: 36px 0px 0px 0px;
	}
}
@media only screen and (max-height: 600px){
	.aaa-banner-container{
		height: auto;
	}
	#aaa-zipcode-banner-content.aaa-banner-content{
		height: auto !important;
		padding: 36px 0px;
		position: relative;
	}

}
@media only screen and (max-width: 480px){
	.aaa-zipcode-choose-club-container a.aaa-btn{
		width: auto;
		margin-bottom: 0px;
	}
}