@charset "UTF-8";
/* CSS Document */
/*Services-V2 overrides and additions*/
/*Overview Article Videos*/
.aaa-traveltips-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-traveltips-youtube .play-button:before{
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.aaa-traveltips-youtube img,
.aaa-traveltips-youtube .play-button{
    cursor: pointer;
}
.aaa-traveltips-youtube img,
.aaa-traveltips-youtube iframe,
.aaa-traveltips-youtube .play-button,
.aaa-traveltips-youtube .play-button:before{
    position: absolute;
}
.aaa-traveltips-youtube .play-button,
.aaa-traveltips-youtube .play-button:before{
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.aaa-inner-container{
	max-width: 1024px;
}
a.aaa-secondary-small-btn--blue, input.aaa-secondary-small-btn--blue{
	display: inline-block;
	border: 1px solid #003893;
	padding: 6px 24px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 400;
	color: #003893;
	text-align: center;
	text-decoration:  none;
	cursor: pointer;
	/* 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-small-btn--blue:hover, input.aaa-secondary-small-btn--blue:hover{
	background-color: #19a81a;
	border: 1px solid #19a81a;
	color: #ffffff;
}
.aaa-banner-img-credit{
    position: absolute;
    bottom: 14px;
    right: 24px;
    z-index: 8;
}
.aaa-banner-content{
   padding: 238px 24px 32px 24px;
}
.aaa-banner-clip{
    margin: 170px auto 0px;
}
input.aaa-inputText{
	border: 1px solid #d9d9d9;
	width: 100%;
}
.aaa-search-field{
	position: relative;
}
.bullet-indent {
    margin-left:25px;
}
input.aaa-search-icon-input-btn{
	display: block;
	background-image: url('../images/aaa-search-icon.png');
	background-size: 22px auto;
	background-repeat: no-repeat;
	background-position: center;
	height: 40px;
	width: 54px;
	padding: 0px;
	position: absolute;
	right: 1px;
	top: 11px;
	text-decoration: none;
	cursor: pointer;
	background-color: #ffffff;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	outline: none;
	border: none;
	-webkit-appearance: none;
}
/*Subheader*/
.aaa-sub-header-container .aaa-inner-container{
	padding: 10px 24px;
	display: table;
    table-layout: fixed;
	width: 100%;
	max-width: 800px;
}
a.aaa-link.aaa-sub-header-link{
	display: table-cell;
	width: 33%;
}
a.aaa-link.aaa-sub-header-link:first-child{
	width: auto;
	text-align: left;
}
a.aaa-link.aaa-sub-header-link:nth-child(2){
	width: auto;
}
a.aaa-link.aaa-sub-header-link:last-child{
	text-align: right;
}
/*Sub Header*/

a.aaa-link.aaa-sub-header-link.pet-travel{
	display: table-cell;
	vertical-align: middle;
	width: 13%;
}
a.aaa-link.aaa-sub-header-link.pet-travel:nth-child(5), a.aaa-link.aaa-sub-header-link.pet-travel:nth-child(6){
	width: 17%;
}
a.aaa-link.aaa-sub-header-link.pet-travel:first-child{
	width: 8%;
}
a.aaa-link.aaa-sub-header-link.pet-travel:last-child{
	text-align: right;
}
/*Video*/
.video-play-btn{
	background-image: url('../images/play-icon.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 42px auto;
	height: 44px;
	width: 44px;
	margin: 0 auto;
	margin-top: 32px;
	cursor: pointer;
}
.video-overlay-screen{
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-image: url("../images/1A1A1A-0.9.png");
	z-index: 14000;
	display: none;
}
.video-close-btn{
	position: fixed;
	top: 24px;
	right: 24px;
	z-index: 17000;
	font-weight: 300;
	cursor: pointer;
}
.show-video{
	max-width: 1008px;
	max-height: 710px;
	height: 100% !important;
	position: relative;
	z-index: 16000;
	position: absolute;
	top: 196px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
}
.show-video.aaa-banner-image .video-container{
	margin-top: 62px;
	padding-bottom: 56.25%;
}
.video-container{
	position: relative;
	padding-bottom: 60.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	margin-bottom: 14px;
}
.aaa-banner-image .video-container{
	margin-top: -32px;
}
.video-container iframe, .video-container object, .video-container embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.aaa-static-banner .video-container{
	min-height: auto;
	height: 100%;
	top: -38px;
	margin-bottom: -82px;
}
#staticBannerVideo.aaa-static-banner{
	display: block;
	position: relative;
	max-height: 900px;
	min-height: 236px;
	top: 0px;
}
#bannerVideo.aaa-banner-image{
	display: none;
}
.aaa-video-banner-inner-container{
	padding: 0px;
	position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 200px;
    width: 100%;
	max-width: 680px;
	z-index: 10000;
	padding: 0px 24px;
}
.aaa-banner-clip.aaa-video-banner-clip{
	margin: auto;
    position: absolute;
    padding: 0px;
    height: 24px;
    width: 59px;
    left: 0;
    right: 0;
    bottom: 24px;
	z-index: 2000;
}
/*No Swiper*/
.swiper-wrapper.swiper-wrapper-auto, .swiper-slide.swiper-slide-auto{
	height: auto;
}
.aaa-expert-pick-container.aaa-expert-pick-container-no-swiper{
	margin: 0 auto;
	max-width: 1024px;
	padding: 0px 24px;
}
.swiper-nav.hide-swiper-nav{
	display: none;
}
/*Article items*/
#aaa-article-items .aaa-inner-container{
	padding: 0px 24px 24px 24px;
}
.aaa-article-poi-item{
	/*border: 1px solid #d9d9d9;*/
	border-radius: 4px;
	margin-bottom: 24px;
	padding: 14px;
	border-bottom: 1px solid #d9d9d9;
}
.aaa-item-img {
    float: none;
	width: 100%;
    border-radius: 4px;
}
.aaa-item-img img{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 0px;
}
.aaa-item-description{
	position: relative;
	float: none;
	width: 100%;
	padding: 14px 0px 0px 0px;
}
a.aaa-link.aaa-item-phone-num{
	color: #1a1a1a;
	cursor: text;
}
.aaa-item-description-view-container .aaa-bodyText a.aaa-link{
	font-size: 16px;
	font-weight: 700;
}
/*Close - Hide Article Item Description*/
.aaa-item-description-hide{
	font-size: 16px;
	font-weight: 400;
	color: #003893;
	position: absolute;
	right: 14px;
	top: 6px;
	cursor: pointer;
	text-decoration: none;
	display: none;
}
/*Article Items - Landing*/
.aaa-item-articles-container{
	margin: 0 auto;
    max-width: 1024px;
	padding: 0px 0px 0px 24px;
}
.aaa-item-article, a.aaa-item-article{
	height: 268px;
	width: 32%;
	border-radius: 4px;
	border: 10px solid #ffffff;
	overflow: hidden;
	position: relative;
	display: flex;
	float: left;
	text-decoration: none;
}
.aaa-item-article-img{
	position: absolute;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	height: 186px;
	width: 100%;
	overflow: hidden;
}
.aaa-item-article-img img{
	height: 226px;
}
.aaa-item-article-bottom{
	position: absolute;
	height:  auto;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-color: #ffffff;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	/*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;
}
a.aaa-item-article:hover .aaa-item-article-bottom{
	background-color: #f2f2f2;
}
.aaa-article-item-title{
	display: table;
    float: left;
    height: 60px;
    padding: 0px 14px;
	width: 100%;
	/*width: 60%;*/
}
.aaa-item-title{
	display: table-cell;
  	vertical-align: middle;
}
.aaa-article-item-btn{
	float: right;
    padding: 14px;
    width: 40%;
	max-width: 108px;
}
.aaa-article-item-btn a.aaa-secondary-small-btn--blue{
	width: 100%;
	max-width: 108px;
	padding: 6px 0px;
	font-size: 12px;
}
/*Inspector Tag*/
.aaa-expert-pick-inspector-tag{
	background-image: url('../images/inspector-icon.png'); 
	background-size: 24px auto;
    background-position: left 6px;
    background-repeat: no-repeat;
    padding-left: 28px;
    margin-bottom: 6px;
}
.aaa-expert-pick-inspector-tag-shadow-label{
	background-color: #ffffff;
	padding: 28px 4px 4px 4px;
	border-radius: 4px;
	box-shadow: 0 2px 4px 0 rgba(50, 50, 50, 0.5);
	position: absolute;
	top: 8px;
	right: 0px;
	width: auto;
	padding: 2px 6px 6px 38px;
	background-position: 6px center;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.aaa-checkboxContainer.aaa-show-all-picks{
	margin-bottom: 14px;
}
.aaa-checkboxContainer.aaa-show-all-picks label{
	background-color: #ffffff;
}
.aaa-expert-pick-inspector-full-tag{
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	margin-bottom: 14px;
}
.aaa-expert-pick-inspector-full-tag-left{
	margin: 14px 0px 0px 14px;
	float: left;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	overflow: hidden;
}
.aaa-expert-pick-inspector-full-tag-left img{
	width: 100%;
}
.aaa-expert-pick-inspector-full-tag-right{
	float: left;
	width: 66%;
	padding: 14px;
}
/*Diamonds Footer*/
.aaa-diamonds-footer{
	background-color: #f2f2f2;
	padding: 8px;
	border-top: 14px solid #ffffff;
	position: relative;
}
.aaa-diamonds-footer div{
	display: inline;
}
.aaa-diamonds-footer div:first-child{
	margin-right: 10px;
}
/*Diamond Rating*/
.aaa-diamondRating{
    background-size: 120px auto;
    background-position: center;
    height: 24px;
    margin-top: 12px;
    margin-bottom: 24px;
    padding: 22px 0 0;
    width: 120px;
    font-weight: 400;
}
@media only screen and (max-width : 1440px){
	.aaa-banner-content{
	   /*padding: 76px 24px 32px 24px;*/
	}
	.aaa-banner-clip{
		/*margin: 24px auto 0px;*/
	}
}
@media only screen and (max-width : 1336px){
	/*Inspector Tag*/
	.aaa-expert-pick-inspector-full-tag-left{
		margin: 0 auto;
		float: none;
		margin-top: 14px;
	}
	.aaa-expert-pick-inspector-full-tag-right{
		width: 100%;
		text-align: center;
	}
}
@media only screen and (max-width : 1236px){
	/*Article Items - Landing*/
	.aaa-item-article, a.aaa-item-article{
		width: 50%;
		height:  356px;
	}
	.aaa-item-article-img{
		height: 278px;
	}
	.aaa-item-article-img img{
		height: 330px;
	}
}

@media only screen and (max-width: 980px){
	/*Inspector Tag*/
	.aaa-expert-pick-inspector-full-tag-left{
		float: left;
		margin-left: 14px;
	}
	.aaa-expert-pick-inspector-full-tag-right{
		width: 66%;
		text-align: left;
	}
	.aaa-banner-clip{
		width: 230px;
	}
	
}
@media only screen and (max-width: 940px){
	/*Banner*/
	.aaa-sub-header-container .pet-travel-sub{
		background-color: #f2f2f2;
		position: relative;
		overflow-x: scroll;
	}
	.aaa-sub-header-container .pet-travel-sub .aaa-column-inner-container{
		background-color: #f2f2f2;
		padding: 0px;
	}
	.aaa-sub-header-container .pet-travel-sub .aaa-inner-container {
		table-layout: inherit;
		max-width: auto;
		width: 908px;
		display: inline-block;
		background-color: #f2f2f2;
		padding: 14px;
	}
	
	a.aaa-link.aaa-sub-header-link.pet-travel{
		display: inline-block;
		width: auto;
		float: left;
		margin: 0px 14px 0px 0px;
		display: block;
	}
	a.aaa-link.aaa-sub-header-link.pet-travel:first-child{
		text-align: center;
		width: auto;
	}
	a.aaa-link.aaa-sub-header-link.pet-travel:last-child{
		text-align: center;
		margin-right: 0px;
	}
	a.aaa-link.aaa-sub-header-link.pet-travel:nth-child(5), a.aaa-link.aaa-sub-header-link.pet-travel:nth-child(6) {
		width: auto;
	}
}
@media only screen and (max-width: 820px){
	/*Banner*/
	.aaa-banner-container .wht1{
		font-size: 32px;
	}
	/*.aaa-banner-content{
	   padding: 22px 24px 24px 24px;
	}
	.aaa-banner-clip{
		margin: 22px auto 0px;
	}*/
	/*Subheader*/
	.aaa-sub-header-container{
		background-color: #f2f2f2;
	}
	.aaa-sub-header-container .aaa-column-inner-container{
		background-color: #f2f2f2;
	}
	.aaa-sub-header-container .aaa-inner-container{
		table-layout: inherit;
		max-width: auto;
		width: 908px;
		display: inline-block;
		background-color: #f2f2f2;
		padding: 14px;
	}
	a.aaa-link.aaa-sub-header-link{
		display: inline-block;
		width: auto;
	}
	a.aaa-link.aaa-sub-header-link:first-child{
		text-align: center;
	}
	a.aaa-link.aaa-sub-header-link:last-child{
		text-align: center;
		margin-right: 0px;
	}
	.aaa-sub-header-container .pet-travel-sub{
		background-color: #f2f2f2;
		position: relative;
		overflow-x: scroll;
	}
	.aaa-sub-header-container .pet-travel-sub .aaa-column-inner-container{
		background-color: #f2f2f2;
		padding: 0px;
	}
	.aaa-sub-header-container .pet-travel-sub .aaa-inner-container {
		table-layout: inherit;
		max-width: auto;
		width: 908px;
		display: inline-block;
		background-color: #f2f2f2;
		padding: 14px;
	}
	
	a.aaa-link.aaa-sub-header-link.pet-travel{
		display: inline-block;
		width: auto;
		float: left;
		margin: 0px 14px 0px 0px;
		display: block;
	}
	a.aaa-link.aaa-sub-header-link.pet-travel:first-child{
		text-align: center;
		width: auto;
	}
	a.aaa-link.aaa-sub-header-link.pet-travel:last-child{
		text-align: center;
		margin-right: 0px;
	}
	a.aaa-link.aaa-sub-header-link.pet-travel:nth-child(5), a.aaa-link.aaa-sub-header-link.pet-travel:nth-child(6) {
		width: auto;
	}
}
@media only screen and (max-width: 750px){
	/*No Swiper*/
	.aaa-expert-pick-container.aaa-expert-pick-container-no-swiper{
		padding: 0px 14px;
		margin-bottom: 14px;
	}
	.aaa-item-article-bottom{
    	position: relative;
	}
}
@media only screen and (max-width: 640px){
	/*Article items*/
	#aaa-article-items .aaa-inner-container{
		padding: 0px;
	}
	.aaa-article-poi-item{	
		border: none;
		border-bottom: 1px solid #d9d9d9;
		margin-bottom: 0px;
		border-radius: 0px;
	}
	.aaa-article-poi-item-highlight{
		background-color: #f2f2f2;
		border: none;
		border-bottom: none;
	}
	.aaa-item-img{
		float: none;
		width: 100%;
		margin-bottom: 14px;
	}
	.aaa-item-img-photo-credit{
		text-align: right;
	}
	/* No longer hide at smaller width with mobile seo benefit needs to be visible
	.aaa-item-description-view-container{
		max-height: 1em;
		height: auto;
		overflow: hidden;
		-webkit-transition: max-height 0.3s ease-out;
		-moz-transition: max-height 0.3s ease-out;
		-o-transition: max-height 0.3s ease-out;
		transition: max-height 0.3s ease-out;
	}
	*/
	.aaa-item-description-view-container-show{
		max-height: 24em;
	}
	.aaa-item-description{
		float: none;
		width: 100%;
		padding: 0px;
	}
	.aaa-item-description .blk2{
		padding-right: 72px;
	}
	a.aaa-link.aaa-item-phone-num{
		color: #003893;
		cursor: pointer;
	}
	/*Close - Hide Article Item Description*/
	.aaa-item-description-hide{
		display: block;
	}
@media only screen and (max-width : 600px){
	.aaa-static-banner .video-container{
		padding-bottom: 86%;
	}
	.aaa-static-banner .video-container iframe, .aaa-static-banner .video-container object, .aaa-static-banner .video-container embed{
		left: -200px;
		width: 200%;
	}
	/*Diamonds Footer*/
	.aaa-diamonds-footer div{
		display: block;
	}
}
@media only screen and (max-width : 522px){
	.aaa-banner-content{
	   padding: 22px 24px 24px 24px;
	}
	.aaa-banner-clip{
		margin: 22px auto 0px;
	}
	/**/
	.aaa-banner-container .aaa-banner-content-video .wht1{
		font-size: 18px;
		line-height: 24px;
		padding: 0px 32px;
	}
	/*Subheader*/
	.aaa-sub-header-container{
		position: relative;
		overflow-x: scroll;
	}
	.aaa-sub-header-container .aaa-column-inner-container{
		padding: 0px;
	}
	.aaa-sub-header-container .aaa-inner-container{
		max-width: auto;
		width: 532px;
		display: inline-block;
		background-color: #f2f2f2;
		padding: 14px;
	}
	a.aaa-link.aaa-sub-header-link{
		float: left;
		width: auto;
		margin: 0px 14px 0px 0px;
		display: block;
	}
	a.aaa-link.aaa-sub-header-link:first-child{
		width: auto;
	}
	a.aaa-link.aaa-sub-header-link:last-child{
		margin-right: 0px;
	}
	.aaa-banner-img-credit {
		width: 200px;
	}
	.aaa-banner-container .wht6.aaa-banner-img-credit {
		text-align: right;
	}
}
@media only screen and (max-width : 380px){
	.aaa-banner-img-credit {
		width: 100px;
	}
	.aaa-banner-container .wht6.aaa-banner-img-credit {
		text-align: right;
	}
}