@charset "UTF-8";
/* CSS Document */
body.aaa-loader{
	background-image: url('//www.aaa.com/AAA/common/images/aaa_services/logos/AAA-Logo-wht.png');
	background-repeat: no-repeat;
	background-size: 144px auto;
	background-position: center 300px;
	background-color: #f2f2f2;
}
.aaa-web-content-container{
	opacity: 0;
}
.aaa-web-content-container.show-aaa-web-content-view{
	opacity: 1;
	/*Transition*/
	-webkit-transition: All 0.1s ease;
	-moz-transition:    All 0.1s ease;
	-o-transition:      All 0.1s ease;
	-ms-transition:     All 0.1s ease;
	transition:         All 0.1s ease;
}
/*Swiper*/
.aaa-web-content-view .swiper-button-prev::after, 
.aaa-web-content-view .swiper-container-rtl .swiper-button-next::after{
    content: none;
}
.aaa-web-content-view .swiper-button-next::after,
.aaa-web-content-view .swiper-container-rtl .swiper-button-prev::after {
    content: none;
}
/*Overview Article Videos*/
.aaa-diamonds-youtube{
	position: relative;
	float: left;
	height: 210px;
    width: 350px;
	background-color: #1a1a1a;
}
.aaa-diamonds-youtube img{
    position: absolute;
	top: -36px;
	left: 0;
	width: 100%;
	height: 290px;
}
.aaa-diamonds-youtube .play-button{
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.aaa-diamonds-youtube .play-button:before{
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.aaa-diamonds-youtube img,
.aaa-diamonds-youtube .play-button{
    cursor: pointer;
}
.aaa-diamonds-youtube img,
.aaa-diamonds-youtube iframe,
.aaa-diamonds-youtube .play-button,
.aaa-diamonds-youtube .play-button:before{
    position: absolute;
}
.aaa-diamonds-youtube .play-button,
.aaa-diamonds-youtube .play-button:before{
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.aaa-diamonds-youtube iframe{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.aaa-diamonds-article-youtube:last-child{
	margin-right: 0px;
}
/*Article Videos*/
.aaa-diamonds-article-youtube{
	position: relative;
	height: 292px;
	width: 100%;
	background-color: #1a1a1a;
}
.tg-article-container .aaa-diamonds-article-youtube img{
    position: absolute;
	left: 0;
	width: 100%;
	height: 292px;
	margin-top: 0px;
}
.aaa-diamonds-article-youtube .play-button{
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.aaa-diamonds-article-youtube .play-button:before{
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.aaa-diamonds-article-youtube img,
.aaa-diamonds-article-youtube .play-button{
    cursor: pointer;
}
.aaa-diamonds-article-youtube img,
.aaa-diamonds-article-youtube iframe,
.aaa-diamonds-article-youtube .play-button,
.aaa-diamonds-article-youtube .play-button:before{
    position: absolute;
}
.aaa-diamonds-article-youtube .play-button,
.aaa-diamonds-article-youtube .play-button:before{
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.aaa-diamonds-article-youtube iframe{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.aaa-bodyText{
	line-height: 26px;
}
.blk1{
	font-weight: 900;
}
.blk2{
	line-height: 30px;
}
.blk3{
	line-height: 28px;
}
.blk4{
	line-height: 26px;
}
.aaa-web-content-view h1,
.aaa-web-content-view h2,
.aaa-web-content-view h3,
.aaa-web-content-view h4,
.aaa-web-content-view h5,
.aaa-web-content-view p{
	margin: 0px;
	padding: 0px;
}
.aaa-web-content-view p.aaa-bodyText{
	margin: 0 auto;
	padding: 14px 0px;
	max-width: 768px;
}
.aaa-web-content-view p.aaa-bodyText-margin-top{
	margin-top: 32px;
}
img.aaa-article-img{
    display: block;
    max-width: 500px;
    width: 100%;
    margin: 0 auto 32px auto;
    text-align: center;
}
.aaa-inner-container{
    padding: 54px 24px;
    max-width: 1366px;
    margin: 0 auto;
}
a.aaa-btn:hover, input.aaa-btn:hover{
	background-color: #2da376;
	/*Transition*/
	-webkit-transition: All 0.2s ease;
	-moz-transition:    All 0.2s ease;
	-o-transition:      All 0.2s ease;
	-ms-transition:     All 0.2s ease;
	transition:         All 0.2s ease;
}
a.aaa-secondary-btn{
	width: 220px;
	margin: 0 auto;
	display: block;
	border: 2px solid #003893;
	border-radius: 4px;
	font-size: 16px;
	color: #003893;
	text-align: center;
	font-weight: 700;
	background-color: transparent;
	text-transform: uppercase;
	margin-top: 24px;
	margin-bottom: 24px;
}
a.aaa-secondary-btn:hover{
	background-color: transparent;
}
a.aaa-secondary-btn-white{
	width: 204px;
	margin: 0 auto;
	display: block;
	border: 2px solid #ffffff;
	border-radius: 4px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	font-weight: 700;
	background-color: transparent;
	text-transform: uppercase;
	margin-top: 24px;
}
a.aaa-secondary-btn-white:hover{
	background-color: transparent;
}
ul.aaa-ul-bullet{
	list-style: disc;
	padding-left: 16px;
	margin: 14px 0px 0px 0px;
}
.aaa-ul-bullet li{
	list-style: disc;
	padding: 6px 0px;
}
.aaa-bob-widget .aaa-aaaSelectContainer{
	border: none;
	border-bottom: 1px solid #d9d9d9;
	border-radius: 0px;
	float: left;
	width: 226px;
	margin-left: 24px;
	margin-right: 0px;
}
.aaa-bob-widget .aaa-aaaSelectContainer select{
    width: 120%;
	outline: none !important;
	color: transparent;
	text-shadow: none;
}
.aaa-bob-widget .aaa-aaaSelectContainer select:-moz-focusring, .aaa-bob-widget .aaa-aaaSelectContainer select:active, .aaa-bob-widget .aaa-aaaSelectContainer select:focus{	
	border: 0 none;
    outline: medium none;
	color: transparent;
    text-shadow: 0 0 0 #003893;
}
#widget-section select{
    text-shadow: none;
}
/*App Navigation*/
.app-links-mobile-menu{
	display: inline-block;
	cursor: pointer;
	float: right;
	margin-top: 10px;
	margin-right: 6px;
	display: none;
}
.app-links-mobile-menu span{
	opacity: 1;
	width: 6px;
	height: 6px;
	border-radius: 50px;
	background-color: #003893;
	margin-left: 4px;
	float: left;
	display: inline-block;
	/*Transition*/
	-webkit-transition: All 0.4s ease;
	-moz-transition:    All 0.4s ease;
	-o-transition:      All 0.4s ease;
	-ms-transition:     All 0.4s ease;
	transition:         All 0.4s ease;
}
.app-links-mobile-menu.close-menu span{
	margin-left: -16px;
	opacity: 0;
}
.app-links-mobile-menu span:last-child{
	opacity: 0;
	font-size: 10px;
}
.app-links-mobile-menu.close-menu span:last-child{
	background-color: transparent;
	color: #003893;
	font-size: 18px;
	font-weight: 300;
	opacity: 1;
	line-height: 28px;
	height: 32px;
	width: 32px;
	text-align: center;
	padding: 2px;
	margin-top: -14px;
}
.aaa-app-navigation{
	padding: 14px;
	max-height: 54px;
	background-color: #ffffff;
	position: relative;
	border-top: 1px solid #d9d9d9;
	/*Transition*/
	-webkit-transition: All 0.2s ease;
	-moz-transition:    All 0.2s ease;
	-o-transition:      All 0.2s ease;
	-ms-transition:     All 0.2s ease;
	transition:         All 0.2s ease;
}
a.aaa-app-name{
	float: left;
	text-decoration: none;
}
.aaa-app-links{
	float: right
}
.aaa-app-links a{
	color: #003893;
	font-size:  12px;
	line-height: 24px;
	font-weight: 400;
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 24px;
	text-transform: uppercase;
	/*Transition*/
	-webkit-transition: All 0.2s ease;
	-moz-transition:    All 0.2s ease;
	-o-transition:      All 0.2s ease;
	-ms-transition:     All 0.2s ease;
	transition:         All 0.2s ease;
}
.aaa-app-links a:hover{
	text-decoration: none;
	color: #003893;
	font-weight: 700;
	font-size: 14px;
}
/*App Breadcrumbs*/
.aaa-app-breadcrumbs-container{
	background-image: url('../images/1x1-black-60.png');
	padding: 14px;
	max-height: 54px;
	position: absolute;
	width: 100%;
	z-index: 2000;
}
.aaa-app-breadcrumbs-container a{
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}
.aaa-app-breadcrumbs-container a:hover{
	text-decoration: underline;
}
.aaa-app-breadcrumbs{
	float: left;
}
/*Site Search*/
.aaa-site-search{
	float: left;
	cursor: pointer;
	margin-left: 14px;
}
img.aaa-search-icon-img{
	display: block;
	width: 34px;
	height: 34px;
	filter: drop-shadow(0px 2px 2px rgba(26,26,26,0.5));
	float: left;
	margin-top: -4px;
}
span.wht5.aaa-site-search-title{
	float: left;
	margin-left: 14px;
	margin-top: 1px;
}
.aaa-site-search-input{
	float: left;
	margin-left: 14px;
	margin-top: -8px;
	position: relative;
	display: none;
}
.aaa-site-search-input input.aaa-inputText,
.aaa-site-search-input input#provider-json.aaa-inputText{
	border: none;
	border-bottom: 1px solid #ffffff;
	border-radius: 0px;
	position: relative;
	z-index: 3;
	background-color: transparent;
	width: 0px;
	margin-top: 0px;
	color: #ffffff;
	padding-right: 26px;
	-webkit-transition: All 0.4s ease;
	-moz-transition:    All 0.4s ease;
	-o-transition:      All 0.4s ease;
	-ms-transition:     All 0.4s ease;
	transition:         All 0.4s ease;
}
.aaa-site-search-input input.aaa-inputText::-ms-clear,
.aaa-site-search-input input#provider-json.aaa-inputText::-ms-clear{
    display: none;
}
.aaa-site-search-input input.aaa-inputText.aaa-animate-search-in,
.aaa-site-search-input input#provider-json.aaa-inputText.aaa-animate-search-in{
	width: 320px;
}
.aaa-site-search-input input.aaa-inputText:-webkit-input-placeholder{
	/* Chrome/Opera/Safari */
	color: #ffffff;
	text-transform: italic;
}
.aaa-site-search-input input.aaa-inputText:-moz-placeholder {
	/* Firefox 19+ */
	color: #ffffff;
	text-transform: italic;
}
.aaa-site-search-input input.aaa-inputText:-ms-input-placeholder {
	/* IE 10+ */
	color: #ffffff;
	text-transform: italic;
}
.aaa-site-search-input input.aaa-inputText:-moz-placeholder {
	/* Firefox 18- */
	color: #ffffff;
	text-transform: italic;
}
.aaa-close-site-search{
	position: absolute;
	right: 8px;
	z-index: 1000;
	top: 10px;
	color: #ffffff;
	cursor: pointer;
}
/*Social*/
.aaa-app-social-icons{
	float: right;
	margin-top: 2px;
}
a.aaa-wht-box-social-icon{
	background-size: 20px auto;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	background-color: #ffffff;
	border-radius: 2px;
	display: block;
	text-decoration: none;
	float: left;
	margin-right: 14px;
	filter: drop-shadow(0px 2px 2px rgba(26,26,26,0.5));
}
a.aaa-facebook-wht{
	background-image: url('../images/social/facebook-blk.svg');
}
a.aaa-twitter-wht{
	background-image: url('../images/social/twitter-blk.svg');
}
a.aaa-linkedin-wht{
	background-image: url('../images/social/linkedin-blk.svg');
}
a.aaa-pintrest-wht{
	background-image: url('../images/social/pintrest-blk.svg');
}
/*Banner*/
.aaa-banner-image{
	background-image: url('../images/banner-img.jpg');
}
img.aaa-diamond-banner-content{
	width: 80%;
	max-width: 800px;
}
.aaa-banner-container{
    height: 100%;
}
.aaa-banner-container .aaa-banner-filter{
	height: calc(100% + 70px);
}
.aaa-banner-container .aaa-inner-container{
    padding: 0px;
}
.aaa-banner-content{
	padding: 0px;
	min-height: 400px;
}
.aaa-content-container{
    margin: auto;
    padding: 134px 24px;
    width: 100%;
	max-width: 800px
}
.aaa-content-container.aaa-content-container-set{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    padding: 24px;
}
.aaa-banner-content .aaa-logo-wht{
	width: 200px;
	height: auto;
	display: block;
	margin: 0 auto;
	filter: drop-shadow(0px 2px 2px rgba(26,26,26,0.5));
}
.aaa-5D-diamonds-logo {
    background-image: url('../images/Diamond-Icons-5-stacked-rev.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 300px auto;
    height: 62px;
    width: 300px;
    margin: 0 auto;
	filter: drop-shadow(0px 2px 2px rgba(26,26,26,0.5));
}
.aaa-banner-content .wht1{
	font-size: 42px;
	line-height: 52px;
}
/*App/Subheader*/
.aaa-sub-header-container.aaa-column-outer-container{
    background-color: #f2f2f2;
}
.aaa-sub-header-container .aaa-column-inner-container{
    background-color: #f2f2f2;
}
.aaa-sub-header-container .aaa-inner-container{
    padding: 0px 14px;
    display: table;
    table-layout: fixed;
    width: 94%;
	max-width: 1024px;
}
a.aaa-link.aaa-sub-header-link{
    display: table-cell;
    vertical-align: middle;
    width: 8%;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 22px;
	border-radius: 0px;
	padding: 18px 12px;
	/*Transition*/
	-webkit-transition: All 0.2s ease;
	-moz-transition:    All 0.2s ease;
	-o-transition:      All 0.2s ease;
	-ms-transition:     All 0.2s ease;
	transition:         All 0.2s ease;
}
a.aaa-link.aaa-sub-header-link.aaa-sub-header-link-selected{
	font-weight: 900;
	color: #1a1a1a;
}
/*Booking Widget*/
.aaa-web-content-view #widget-section .background-blk-screen{
    display: none;
}
/*Marketing Content*/
.aaa-marketing-content-container{
	display: inline-block;
	margin-top: 24px;
}
.aaa-marketing-icon{
	float: left;
	width: 20%;
	padding-right: 14px;
}
.aaa-marketing-content{
	float: left;
	width: 80%;
}
.aaa-left50 img{
	width: 100%;
}
.aaa-right50 img{
	width: 100%;
}
.aaa-marketing-section-1 img{
	border: 14px solid #ffffff;
	border-bottom: none;
}
/*Full Banner Section*/
.aaa-marketing-full-banner-section .aaa-column-inner-container{
	max-width: none;
}
.aaa-marketing-full-banner-section .aaa-inner-container{
	max-width: none;
	padding: 0px;
}
.aaa-marketing-full-banner{
    display: block;
    text-decoration: none;
    position: relative;
    height: 600px;
    overflow: hidden;
}
.aaa-marketing-full-banner img{
	display: block;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
}
.aaa-marketing-full-banner-filter{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	background-color: #1a1a1a;
	opacity: .4;
}
.aaa-marketing-full-banner-text{
	z-index: 4;
	padding: 54px 24px;
    text-shadow: 0px 3px 6px rgba(51, 51, 51, 1);
	width: 100%;
	max-width: 1366px;
    position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
    bottom: 0px;
	top: auto;
}
.aaa-marketing-full-banner-inner-text{
	max-width: 700px;
}
.aaa-marketing-full-banner-text .wht1{
	font-size: 36px;
	line-height: 46px;
}
/**/
.aaa-marketing-section-4 .aaa-column-outer-container{
	background-color: #f2f2f2;
}
.aaa-marketing-section-4 .aaa-column-inner-container{
	background-color: #f2f2f2;
}
/*Diamond Value*/
img.aaa-diamond-equation-mobile{
	display:none;
}
/*Featured Hotel*/
.aaa-diamond-value p.aaa-bodyText{
    margin: 0 auto 32px auto;
    padding: 0px 24px;
    max-width: 768px;
}
.aaa-diamond-value .aaa-column-outer-container{
	background-color: #ffffff;
}
.aaa-diamond-value .aaa-column-inner-container{
	background-color: #ffffff;
}
.aaa-diamond-vaule img{
	width: 100%;
}
/*Featured Hotel*/
.aaa-pick-hotel p.aaa-bodyText {
    margin: 0 auto 32px auto;
    padding: 0px 24px;
    max-width: 768px;
}
.aaa-pick-hotel .aaa-column-outer-container{
	background-color: #ffffff;
}
.aaa-pick-hotel .aaa-column-inner-container{
	background-color: #ffffff;
}
.aaa-pick-hotel .aaa-inner-container{
    padding: 54px 0px;
    max-width: 1366px;
}
#featured-section p{
	padding: 0px 24px;
}
#featured-section .aaa-inner-container{
	padding: 24px 0px 0px 0px; 
}
#aaa-featured-hotel-player.swiper-container{
	width: 100%;
	height: 100%;
	padding: 0px 14px;
}
#aaa-featured-hotel-player .swiper-slide{
	max-width: 360px;
}
#aaa-featured-hotel-player .swiper-button-prev{
	background: url('//www.aaa.com/AAA/common/images/aaa_services/icons/prev-blue-arrow.svg');
	background-repeat: no-repeat;
	background-size: 12px auto;
	background-position: center;
	background-color: #ffffff;
	left: 0px;
	height: 54px;
    width: 54px;
	box-shadow: 0px 4px 4px rgba(26,26,26,0.5);
}
#aaa-featured-hotel-player .swiper-button-next{
	background: url('//www.aaa.com/AAA/common/images/aaa_services/icons/next-blue-arrow.svg');
	background-repeat: no-repeat;
	background-size: 12px auto;
	background-position: center;
	background-color: #ffffff;
	right: 0px;
    height: 54px;
    width: 54px;
	box-shadow: 0px 4px 4px rgba(26,26,26,0.5);
}
.aaa-best-of-badges-stamp{
	margin: 0 auto;
	width: 124px;
	height: 124px;
	background-color: #ffffff;
	box-shadow: 0px 2px 4px rgba(26,26,26,0.5);
	border-radius: 50%;
	padding: 20px 6px;
	margin-top: -68px;
	position: relative;
	z-index: 5;
}
.aaa-best-of-badges-stamp img{
	display: block;
	margin: 0 auto;
	width: 110px;
	height: auto;
	mix-blend-mode: multiply;
}
.aaa-ribbon-card{
	background-color: #ffffff;
	box-shadow: 0px 4px 4px rgba(26,26,26,0.5);
	display: inline-block;
	margin: 24px 0px;
	position: relative;
	width: 100%;
}
.aaa-truncate{
    max-width: 352px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.aaa-ribbon-card-thumb{
	position: relative;
	overflow: hidden;
	height: 180px;
}
.aaa-ribbon-card-thumb img{
	width: 100%;
	position: absolute;
	display: block;
	margin: 0 auto;
	bottom: 0px;
}
.aaa-diamondRating{
    margin: 14px auto 14px auto; 
}
.aaa-ribbon-card-info{
	padding: 14px 0px;
}
.aaa-ribbon-card-info p{
	padding: 0px 14px;
}
.aaa-special-rate{
	padding: 4px;
	background-color: #2ca376;
}
.aaa-reviews-rating-container{
	margin: 14px auto 0px auto;
	width: 310px;
}
.aaa-reviewRatingIndicator-Container{
    float: left;
    margin-right: 14px;
}
a.aaa-bazaarvoice-review, a.aaa-bazaarvoice-review{
	font-weight: 700;
    font-size: 16px;
}
a.aaa-priceline-review, a.aaa-priceline-review{
    font-weight: 700;
    font-size: 16px;
}
.aaa-ribbon-card-info a.aaa-btn{
	margin: 0 auto;
	margin-top: 14px;
	width: 150px;
	display: block;
	/*Transition*/
	-webkit-transition: All 0.2s ease;
	-moz-transition:    All 0.2s ease;
	-o-transition:      All 0.2s ease;
	-ms-transition:     All 0.2s ease;
	transition:         All 0.2s ease;
}
/*Diamond Rating Definitions*/
.aaa-marketing-section-5 .aaa-column-inner-container{
	background-color: #ffffff;
	max-width: none;
	border-top: 1px solid #d9d9d9;
}
.aaa-marketing-section-5 .aaa-inner-container{
	background-color: #ffffff;
}
.aaa-marketing-section-6 .aaa-column-inner-container{
	background-color: #f2f2f2;
	max-width: none;
}
.aaa-marketing-section-6 .aaa-inner-container{
	background-color: #f2f2f2;
}
.aaa-hotel-icon-blk-title{
	background-image: url('../images/hotel-main-icon-blk.svg');
	background-repeat: no-repeat;
	background-size: 62px auto;
	background-position: center top;
	width: 64px;
	height: 38px;
	margin: 0 auto 7px auto;
}
.aaa-rest-icon-blk-title{
	background-image: url('../images/rest-main-icon-blk.svg');
	background-repeat: no-repeat;
	background-size: 26px auto;
	background-position: center top;
	width: 28px;
	height: 58px;
	margin: 0 auto 7px auto;
}
.aaa-diamond-definitions{
    max-width: 960px;
	margin: 0px auto 24px auto;
}
.aaa-diamond-rating-definition{
	padding: 0 24px;
    border-right:1px solid rgb(216, 216, 216);
    border-left:1px solid rgb(216, 216, 216);
    
}
.aaa-diamond-definitions .aaa-diamond-rating-definition:last-child {
    border-right:none;
}
.aaa-diamond-definitions .aaa-diamond-rating-definition:first-child {
    border-left:none;
}
.aaa-diamond-rating-definition img{
    width: 100%; height: auto;
}
/* .aaa-diamond-rating-definition.aaa-diamond-1-definition{
	background-image: url('../images/_diamonds2021/DiamondApprovedBadge.svg');
}
.aaa-diamond-rating-definition.aaa-diamond-2-definition{
	background-image: url('../images/_diamonds2021/DiamondThreeBadge.svg');
}
.aaa-diamond-rating-definition.aaa-diamond-3-definition{
	background-image: url('../images/_diamonds2021/DiamondFourBadge.svg');
}
.aaa-diamond-rating-definition.aaa-diamond-4-definition{
	background-image: url('../images/_diamonds2021/DiamondFiveBadge.svg');
} */

/* IMG Section */
section.aaa-marketing-full-banner-img {
    width: 100%; height: 80vh; position: relative;
}
section.aaa-marketing-full-banner-img img {
    width: 100%; height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
}
/*POI Searches*/
#poi-section .aaa-inner-container{
	padding: 54px 0px 0px 0px;
}
#poi-section .aaa-article-summary{
    margin: 0px;
}
#aaa-poi-search-player.swiper-container{
	width: 100%;
	height: 100%;
	padding: 0px;
}
#aaa-poi-search-player .swiper-slide{
	width: 360px;
}
#aaa-poi-search-player .swiper-button-prev{
	background: url('//www.aaa.com/AAA/common/images/aaa_services/icons/prev-blue-arrow.svg');
	background-repeat: no-repeat;
	background-size: 12px auto;
	background-position: center;
	background-color: #ffffff;
	left: 0px;
	height: 54px;
    width: 54px;
	box-shadow: 0px 4px 4px rgba(26,26,26,0.5);
}
#aaa-poi-search-player .swiper-button-next{
	background: url('//www.aaa.com/AAA/common/images/aaa_services/icons/next-blue-arrow.svg');
	background-repeat: no-repeat;
	background-size: 12px auto;
	background-position: center;
	background-color: #ffffff;
	right: 0px;
    height: 54px;
    width: 54px;
	box-shadow: 0px 4px 4px rgba(26,26,26,0.5);
}
.aaa-article-summary .aaa-article-thumb img.aaa-card-background{
	height: 100%;
	width: auto;
}
img.poi-card-icon{
	display: block;
	width: 78px;
	margin: 0 auto;
	margin-bottom: 12px;
	filter: drop-shadow(0px 2px 2px rgba(26,26,26,0.5));
}
.aaa-article-thumb img.poi-card-icon.tg-poi-restaurant-icon{
	width: 42px;
}
.aaa-article-thumb img.poi-card-icon.tg-poi-hotel-icon{
	margin-bottom: 24px;
	margin-top: 24px;
}
/*Media Links*/
.aaa-media-links{
	text-align: center;
}
.aaa-media-links .aaa-inner-container{
	padding: 24px;
	max-width: 900px;
}
.aaa-media-link{
	float: left;
	width: 50%;
	padding: 24px;
}
/*Articles*/
.aaa-articles .aaa-column-outer-container{
	background-color: #f2f2f2;
}
.aaa-articles .aaa-column-inner-container{
	background-color: #f2f2f2;
}
.aaa-articles .aaa-inner-container{
    padding: 54px 0px;
    max-width: 1366px;
}
.aaa-articles{
	position: relative;
	background-color: #f2f2f2;
}
#aaa-articles-container.swiper-container{
  width: 100%;
  height: 100%;
  padding: 0px 14px;
}
#aaa-articles-container .swiper-slide{
	max-width: 360px;
}
#aaa-articles-container .swiper-button-prev{
	background: url('//www.aaa.com/AAA/common/images/aaa_services/icons/prev-blue-arrow.svg');
	background-repeat: no-repeat;
	background-size: 12px auto;
	background-position: center;
	background-color: #ffffff;
	left: 0px;
	height: 54px;
    width: 54px;
	box-shadow: 0px 4px 4px rgba(26,26,26,0.5);
}
#aaa-articles-container .swiper-button-next{
	background: url('//www.aaa.com/AAA/common/images/aaa_services/icons/next-blue-arrow.svg');
	background-repeat: no-repeat;
	background-size: 12px auto;
	background-position: center;
	background-color: #ffffff;
	right: 0px;
    height: 54px;
    width: 54px;
	box-shadow: 0px 4px 4px rgba(26,26,26,0.5);
}
/*Article Card*/
a.aaa-article-summary{
    background-color: #ffffff;
    height: 290px;
    width: 360px;
    text-decoration: none;
    display: block;
}
.aaa-article-summary{
	background-color: #ffffff;
	box-shadow: 0px 4px 4px rgba(26,26,26,0.5);
	display: inline-block;
	margin: 24px 0px;
	position: relative;
}
.aaa-article-thumb{
	display: block;
    position: relative;
    border-radius: 0px;
	height: 290px;
	width: 100%;
	max-width: 360px;
    overflow: hidden;
    margin: 0 auto;
	/**/
	background-image: url('../images2/photo-icon.svg');
	background-size: 32px auto;
	background-position: center;
	background-color: #f2f2f2;
	background-repeat: no-repeat;
}
#articles-section .aaa-article-thumb{
	box-shadow: none;
}
.aaa-article-thumb img{
	display: block;
	height: auto;
	height: 124%;
	position: relative;
	z-index: 1;
	max-width: none;
}
#articles-section .aaa-article-thumb img{
	display: block;
	height: auto;
	height: 124%;
	position: absolute;
	z-index: 1;
	max-width: none;
}
.aaa-article-thumb-filter{
	display: block;
	background-color: #1a1a1a;
	opacity: 0.4;
	height: 290px;
    width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}
.aaa-vertically-align-title{
    margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 230px;
}
.aaa-vertically-align-title span{
	display: block;
}
.aaa-article-thumb h1{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 4;
	padding: 14px;
	text-align: center;
	text-shadow: 0px 3px 6px rgba(51, 51, 51, 1);
	line-height: 26px;
}
.aaa-article-thumb h2{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 4;
	padding: 14px;
	text-align: center;
	text-shadow: 0px 3px 6px rgba(51, 51, 51, 1);
	line-height: 26px;
}
.aaa-article-heading{
    display: block;
    margin: 32px 0px 8px 0px;
}
.aaa-article-description{
	padding: 14px;
	background-color: #ffffff;
	margin-top: 0px;
	min-height: 120px;
}
.aaa-article-featured .aaa-article-description{
	background-color: #003893;
}
.aaa-article-featured .blk5{
	color: #ffffff;
}
.aaa-article-featured a.aaa-link{
	color: #ffffff;
}
.aaa-article-featured a.aaa-link:hover{
	color: #ffffff;
}
.aaa-article-description div{
	margin-top: 0px;
}
.aaa-article-description a.aaa-link{
	display: block;
	margin-top: 14px;
}
/*Branch Office Finer*/
.aaa-contact-travel-agent-section .aaa-inner-container{
	padding: 24px 0px;
}
.aaa-contact-travel-agent-section .aaa-left50-img-layout{
    background-image: url('//www.aaa.com/AAA/common/images/aaa_services/AAA-Store-Exterior-Image.jpg');
    background-position: -200px top;
    background-size: auto 100%;
	background-repeat: no-repeat;
}
.aaa-contact-travel-agent-section .aaa-right50{
    background-color: #003893;
	padding: 34px;
	margin-left: 50%;
	float: none;
	width: 50%;
}
.aaa-contact-travel-agent-section .aaa-right50 h4{
    margin-top: 24px;
}
.aaa-contact-travel-agent-section img.aaa-wht-logo-img{
	display: block;
	width: 122px;
	margin: 0 auto;
}
.aaa-contact-travel-agent-section a.aaa-btn.aaa-secondary-btn-white:last-child{
	width: 140px;
	margin-top: 14px;
}

@media only screen and (max-width : 960px){
	/*Diamond Value*/
	img.aaa-diamond-equation{
		display: none;
	}
	img.aaa-diamond-equation-mobile{
		display: block;
		margin: 0 auto;
		max-width: 490px;
	}
}
@media only screen and (max-width : 960px){
	.aaa-banner-image{
        display: block;
    }
	.aaa-marketing-section-1 .aaa-left50:first-child{
		padding: 0px;
	}
	.aaa-marketing-section-3 .aaa-right50{
		padding: 0px;
	}
	/*Sub Header*/
	.aaa-sub-header-container{
		background-color: #f2f2f2;
		position: relative;
		overflow-x: scroll;
	}
	.aaa-sub-header-container .aaa-column-inner-container{
		background-color: #f2f2f2;
		padding: 0px;
	}
	.aaa-sub-header-container .aaa-inner-container{
		table-layout: inherit;
		max-width: auto;
		width: 822px;
		display: inline-block;
		background-color: #f2f2f2;
	}
	a.aaa-link.aaa-sub-header-link{
		display: inline-block;
		width: auto;
		float: left;
		margin: 0px 14px 0px 0px;
		display: block;
	}
	/**/
	.aaa-diamond-definitions{
		/* max-width: 752px; */
		margin: 24px auto 0px auto;
	}
}
@media only screen and (max-width : 820px){
	/**/
	a.aaa-link.aaa-sub-header-link{
		border: none;
	}
	.aaa-sub-header-container .aaa-column-inner-container{
		padding: 0px;
	}
	/**/
	.app-links-mobile-menu{
		display: block;
	}
	.aaa-app-navigation{
		max-height: none;
	}
	a.aaa-app-name{
    	float: none;
	}
	.aaa-app-links a{
		float: none;
		padding: 8px 0px;
		font-size: 14px;
		margin-right: 0px;
	}
	.aaa-app-links{
		float: none;
		clear: both;
		display: none;
	}
	/*Sub Header*/
	.aaa-sub-header-container{
		background-color: #f2f2f2;
		position: relative;
		overflow-x: scroll;
	}
	.aaa-sub-header-container .aaa-column-inner-container{
		background-color: #f2f2f2;
		padding: 0px;
	}
	.aaa-sub-header-container .aaa-inner-container{
		table-layout: inherit;
		max-width: auto;
		width: 822px;
		display: inline-block;
		background-color: #f2f2f2;
	}
	a.aaa-link.aaa-sub-header-link{
		display: inline-block;
		width: auto;
		float: left;
		margin: 0px 14px 0px 0px;
		display: block;
	}
	/**/
	.aaa-marketing-section-1 .aaa-inner-container{
		padding: 0px;
	}
	.aaa-marketing-section-3 .aaa-inner-container{
		padding: 0px;
	}
	.aaa-marketing-section-4 .aaa-inner-container{
		padding: 24px;
	}
	.aaa-marketing-section-5 .aaa-inner-container{
		padding: 24px;
	}
	.aaa-marketing-section-4 .aaa-left50, .aaa-marketing-section-5 .aaa-left50, .aaa-marketing-section-6 .aaa-left50{
		padding: 0px;
	}
	.aaa-marketing-section-4 .aaa-right50, .aaa-marketing-section-5 .aaa-right50, .aaa-marketing-section-6 .aaa-right50{
		padding: 0px;
	}
	.aaa-marketing-section-4 .aaa-left50{
		padding: 0px 0px 24px 0px;
	}
	.aaa-diamond-definitions{
		margin: 24px auto 0px auto;
		/* max-width: 374px; */
	}
	/**/
	.aaa-media-link{
		float: none;
		width: 100%;
		padding: 24px;
	}
	/**/
	#poi-section .aaa-inner-container{
		padding: 0px;
	}
	/**/
	.aaa-pick-hotel .aaa-inner-container{
		padding: 24px 0px;
	}
	/**/
	.aaa-articles .aaa-inner-container{
		padding: 24px 0px;
	}
	/**/
	.aaa-contact-travel-agent-section .aaa-inner-container{
		padding: 0px;
	}
}
@media only screen and (max-width : 768px){
	/*Branch Office Finer*/
	.aaa-contact-travel-agent-section .aaa-left50-img-layout{
		background-position: top left;
    	background-size: 110% auto;
    	padding-top: 50%;
	}
	.aaa-contact-travel-agent-section .aaa-right50{
		margin-left: auto;
		width: 100%;
	}
	/**/
	.aaa-formLeft.aaa-input-loc{
		padding-bottom: 0px;
	}
	.aaa-diamond-definitions{
		/* max-width: 320px; */
		margin: 0 auto;
	}
	.aaa-diamond-rating-definition{
		text-align: center;
        border: none;
        border-bottom: 1px solid rgb(216, 216, 216);
		padding: 15px;
	}
    .aaa-diamond-definitions img{
        max-width: 80%;
    }
}
@media only screen and (max-width : 500px){
    .hero-icon {
        max-width: 140px;
        margin-top: 67px;
    }
    .hero-copy {
        font-size: 16px !important;
        line-height: 14px;
    }
    .aaa-banner-image {
        background-position: left center;
    }
	span.wht5.aaa-site-search-title{
	   display: none !important;
	}
	/**/
	.aaa-marketing-icon{
		float: none;
		width: 30%;
		padding-right: 0px;
	}
	.aaa-marketing-content{
		float: none;
		width: 100%;
	}
	.aaa-banner-content .wht1{
		font-size: 32px;
		line-height: 42px;
	}
	/**/
	.aaa-media-link{
		display: block;
	}
}
@media only screen and (max-width : 420px){
	.aaa-site-search-input input.aaa-inputText.aaa-animate-search-in,
	.aaa-site-search-input input#provider-json.aaa-inputText.aaa-animate-search-in{
		width: 230px;
	}
}
@media only screen and (max-width : 360px){
	.aaa-app-breadcrumbs {
		max-width: 108px;
	}
}