@charset "UTF-8";
/* CSS Document */
/*Services.css */
.wht2{
   line-height: 28px;
}
.centerText{
	text-align: center
}
.aaa-banner-image{
    background-image: url("../images/iStock-687989200.jpg");
}
.aaa-static-banner{
	background-image: url("../images/iStock-687989200.jpg");
}
.aaa-banner-container{
    z-index: 10000;
}
.aaa-banner-content{
    padding: 160px 24px;
}
.aaa-banner-img-credit{
    position: absolute;
    bottom: 14px;
    right: 24px;
    z-index: 8;
}
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;
}
header a[target=_blank]::after {
	display: none;
}

.dt-landing-ad{
	width: 72%;
    display: block;
    margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;

}
.aaa-banner-content .wht1{
	font-size: 48px;
	line-height: 56px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 24px;
}
.aaa-banner-content .wht2{
	font-size: 36px;
	line-height: 46px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 24px;
}
.aaa-item-img-photo-credit{
	text-align: right;
	margin-bottom: 4px;
}
.aaa-item-img-photo-credit-large{
	text-align: right;
	margin-bottom: 4px;
}

.aaa-card-text .aaa-item-img-photo-credit{
	position: absolute;
	bottom: 15px;
	right: 15px;
	text-shadow: 0px 2px 2px rgba(51, 51, 51, 1);
}
.aaa-card-text-2 .aaa-item-img-photo-credit-large{
	position: absolute;
	bottom: 4px;
	right: 4px;
	text-shadow: 0px 2px 2px rgba(51, 51, 51, 1);
}
input#location{
	max-width: 360px;
	width: 100%;
	margin: 0 auto;
	margin-top: 14px;
	margin-bottom: 24px;
	-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);
	/**/
	background: transparent;
	border-bottom: 2px solid #ffffff;
	border-radius: 0px;
	box-shadow: none;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	text-shadow: 0px 3px 6px rgba(51, 51, 51, 1);
}
::-webkit-input-placeholder { /* WebKit browsers */
    opacity: .8;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    opacity: .8;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    opacity: .8;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    opacity: .8;
}
/*PS - Overrides Autocomplete.csss */
.aaa-drive-trips-form{
	margin: 0 auto;
	margin-top: 24px;
}
.aaa-drive-trips-form .easy-autocomplete{
	margin: 10px auto 0;
	width: 360px !important;
}

.aaa-drive-trips-form #provider-json, .aaa-drive-trips-form #provider-json-destination{
	margin-top: 0px;
	border: none;
	border-radius: 4px;
	-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);
}
.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category{
	text-shadow: none;
}
/**/
.aaa-drive-trips-ribbon .aaa-titleText{
	padding: 24px 0px 14px 0px;
}
.aaa-drive-trips-ribbon .aaa-inner-container{
	max-width: 1440px;
	padding: 0px;
}
a.aaa-card-layout-full-img, div.aaa-card-layout-full-img{
	display: block;
	position: relative;
	margin-top: 6px;
	border: 8px solid #ffffff;
	float: left;
	width: 25%;
	height: 300px;
	cursor: pointer;
	overflow: hidden;
	text-decoration: none;
}
.aaa-card-text{
	position: relative;
	z-index: 4;
	height: 290px;
    padding: 24px 24px 0 24px;
    text-shadow: 0px 3px 6px rgb(51 51 51);
    /* background: rgba(0,0,0,0.6); */
}
.aaa-card-text .wht7{
	font-size: 14pt;
}
.aaa-banner-filter{
	/* opacity: 0.6; */
}
.aaa-img-filter{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1a1a1a+0,1a1a1a+100&0.5+0,0+57 */
	background: -moz-linear-gradient(top, rgba(26,26,26,0.8) 0%, rgba(26,26,26,0) 100%, rgba(26,26,26,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(26,26,26,0.8) 0%,rgba(26,26,26,0) 100%,rgba(26,26,26,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(26,26,26,0.8) 0%,rgba(26,26,26,0) 100%,rgba(26,26,26,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#801a1a1a', endColorstr='#001a1a1a',GradientType=0 ); /* IE6-9 */
}
a.aaa-card-layout-full-img img, div.aaa-card-layout-full-img img{
	display: block;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}
/**/
.aaa-drive-trips-banner .aaa-inner-container{
	max-width: 1440px;
	padding: 6px 4px 0px 4px;
}
a.aaa-full-drive-trips-banner{
	display: block;
	text-decoration: none;
	position: relative;
	height: 440px;
	overflow: hidden;
}
.aaa-card-text-2{
	border: 4px solid #ffffff;
	position: relative;
	z-index: 4;
	padding: 24px;
    text-shadow: 0px 3px 6px rgba(51, 51, 51, 1);
	float: left;
	height: 440px;
	width: 50%;
	margin: auto 0;
	/**/
	float: none;
	width: 100%;
	/* background: rgba(0,0,0,0.6); */
}
.aaa-vertically-align-text{
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.aaa-card-text-2 .wht1{
	border-top: 1px solid #ffffff;
	padding-top: 6px;
	margin-top: 6px;
	font-size: 48px;
	line-height: 54px;
}
.aaa-card-text-2 a.aaa-btn{
	width: 300px;
	margin: 24px auto 0;
	display: block;
	-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-img-filter-2{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	background-color: #1a1a1a;
	opacity: .4;
}
a.aaa-full-drive-trips-banner img{
	display: block;
	position: absolute;
	height: 122%;
	width: auto;
	bottom: 0px;
	left: 0px;
}
.aaa-card-img-right{
	float: left;
	height: 440px;
	width: 50%;
	padding: 24px;
	overflow: hidden;
	position: relative;
	z-index: 4;
	/**/
	display: none;
}
.aaa-card-img-right img{
	position: relative;
	display:  block;
	height: 100%;
	width: 100%;
	-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);
}

/*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;
	font-size: 16px;
	color: #1A1A1A;
	line-height: 26px;
	text-transform: uppercase;
	-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:hover{
	font-size: 17px;
	font-weight: bold;
}
.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.app-link-selected{
	font-weight: 700;
}
.aaa-app-links a:hover{
	text-decoration: none;
	color: #003893;
	font-weight: 700;
	font-size: 14px;
}

.dt-leg-description{
	position: relative;
	text-shadow: 0px 3px 6px rgba(51, 51, 51, 1);
	z-index: 10;
	padding: 0px 24px;
}
.dt-name-large-description{
	text-align: center;
}
.dt-leg-large-description{
	position: relative;
	text-shadow: 0px 3px 6px rgba(51, 51, 51, 1);
	z-index: 10;
	padding: 0px 24px;
	text-align: center;
}
.dt-leg-pad-description{
	position: relative;
	text-shadow: 0px 3px 6px rgba(51, 51, 51, 1);
	z-index: 10;
	padding: 24px 24px;
}
.mapUSA {
    margin-top:-38px;
    margin-left:-20px;
    width:140%;
    height:140%
}
.mapNEUSA {
    margin-top:-204px;
    margin-left:-236px;
    width:490%;
    height:490%
}
.mapCanada {
    margin-top:3px;
    margin-left:-16px;
    width:115%;
    height:115%
}
.mapAlaska {
    margin-top:-1px;
    margin-left:7px;
    width:190%;
    height:190%
}
.mapHawaii {
    margin-top:-264px;
    margin-left:-2px;
    width:600%;
    height:600%
}
@media only screen and (max-width: 600px) {
    .mapUSA {
	margin-top:-30px;
	margin-left:-16px;
	width:140%;
	height:140%
    }
    .mapNEUSA {
	margin-top:-161px;
	margin-left:-186px;
	width:490%;
	height:490%
    }
    .mapCanada {
	margin-top:3px;
	margin-left:-13px;
	width:115%;
	height:115%
    }
    .mapAlaska {
	margin-top:-1px;
	margin-left:7px;
	width:190%;
	height:190%
    }
    .mapHawaii {
	margin-top:-209px;
	margin-left:-2px;
	width:600%;
	height:600%
    }
}
@media only screen and (max-width : 1366px){
	a.aaa-card-layout-full-img, div.aaa-card-layout-full-img{
		width: 50%;
	}
	a.aaa-card-layout-full-img img, div.aaa-card-layout-full-img img{
		
		min-width: 390px;
		width: 100%;

	}
	/**/
	a.aaa-full-drive-trips-banner{
		height: auto;
	}
	a.aaa-full-drive-trips-banner img{
		bottom: auto;
		left: 0px;
		top: 0px;
		width: auto;
	}
	.aaa-vertically-align-text{
		margin: 0;
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		padding: 80px 0px;
	}
	.aaa-card-text-2{
		float: none;
		height: auto;
		width: 100%;
	}
	.aaa-card-img-right{
		display: none;
	}
}
@media only screen and (max-width : 850px){
	.dt-landing-ad {
		width: 50%;
}
@media only screen and (max-width : 790px){
	input#location{
		border: none;
		border-bottom: 2px solid #ffffff;
}
@media only screen and (max-width : 600px){
	.dt-landing-ad {
		width: 85%;
	}
	.aaa-banner-content{
		padding: 40px 24px;
	}
	a.aaa-card-layout-full-img, div.aaa-card-layout-full-img{
		float: none;
		width: 100%;
		margin-top: 0px;
	}
	/**/
	a.aaa-full-drive-trips-banner{
		margin-bottom: 6px;
	}
	a.aaa-full-drive-trips-banner .aaa-card-text-2{
		height: 300px;
		padding: 10px;
	}
	a.aaa-full-drive-trips-banner .aaa-card-text-2 .wht1, a.aaa-full-drive-trips-banner .aaa-card-text-2 .wht2{
		text-align: left;
	}
	a.aaa-full-drive-trips-banner .aaa-card-text-2 .wht1{
		border: none;
		font-size: 24px;
		line-height: 28px;
		padding: 0px;
		margin: 0px;
		text-transform: none;
	}
	a.aaa-full-drive-trips-banner .aaa-card-text-2 .wht2:first-child{
		display: none;
	}
	a.aaa-full-drive-trips-banner .aaa-card-text-2 .wht4{
		display: none;
	}
	a.aaa-full-drive-trips-banner .aaa-card-text-2 .wht2{
		font-size: 14px;
		line-height: 22px;
		font-weight: 400;
	}
	a.aaa-full-drive-trips-banner .aaa-card-text-2 .aaa-vertically-align-text{
		padding: 0px;
	}
	a.aaa-full-drive-trips-banner .aaa-img-filter-2{
		opacity: 1;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1a1a1a+0,1a1a1a+100&0.5+0,0+57 */
		background: -moz-linear-gradient(top, rgba(26,26,26,0.5) 0%, rgba(26,26,26,0) 57%, rgba(26,26,26,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(26,26,26,0.5) 0%,rgba(26,26,26,0) 57%,rgba(26,26,26,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(26,26,26,0.5) 0%,rgba(26,26,26,0) 57%,rgba(26,26,26,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#801a1a1a', endColorstr='#001a1a1a',GradientType=0 ); /* IE6-9 */
	}
	.dt-leg-large-description{
		text-align: left;
		padding: 15px;
		
	}
	.dt-name-large-description{
		text-align: left;
		padding: 15px;
	}
	
}
@media only screen and (max-width : 820px){
	.aaa-start-rating-icon-wht{
		margin-top: 14px;
	}
	/**/
	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;
	}
}