@charset "UTF-8";
/* CSS Document */
/*Services-V2 overrides and additions*/
#start-main-content .aaa-inner-container{
	max-width: none;
}
/*Banner*/
.aaa-banner-image{
    background-image: url("/AAA/common/expertpicks/images/landing-page-main.jpg");
}
.aaa-static-banner{
	background-image: url("/AAA/common/expertpicks/images/landing-page-main.jpg");
}
/*Landing View*/
.aaa-expert-picks-left-column{
	float: left;
	width: 20%;
	padding-right: 14px;
}
.aaa-expert-picks-right-column{
	float: right;
	width: 80%;
	padding-left: 14px;
}
.aaa-expert-picks-categories a.aaa-link{
	display: block;
	margin-bottom: 14px;
}
/*Search*/
a.aaa-secondary-small-btn--blue.aaa-expert-search-options{
	font-size: 12px;
	display: none;
}
a.aaa-secondary-small-btn--blue.aaa-expert-search-options:hover{
	background-color: transparent;
	border-color: #003893;
	color: #003893;
}
.aaa-search-options{
	display: block;
}
a.aaa-expert-pick-clear-keys{
	text-align: left;
	margin-top: 6px;
	display: block;
}
.aaa-expert-picks-error-keys{
	padding: 14px;
	border-radius: 4px;
	background-color: #f2f2f2;
	margin: 0px 14px;
}
/*Current Cat*/
.aaa-expert-current-cat-container{
	display: none;
}
a.aaa-link.aaa-expert-current-cat-bold{
	font-weight: 700;
}
/*Featured Article Player - Desktop/tablet only*/
.aaa-expert-picks-player{
	padding: 0px 0px 24px 0px;
}
.aaa-expert-pick-left{
	float: none;
	width: 100%;
}
.aaa-expert-pick-right {
    float: none;
    width: 100%;
    padding: 0px 0px 14px 0px;
}
.aaa-expert-pick-container{
	margin: 0px 136px 24px 126px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #003893;
}
/*Arrows*/
.swiper-button-next, .swiper-button-prev{
	margin-top: -48px;
}
.swiper-nav-mobile-bottom{
	display: none;
}
.swiper-mobile-nav-count{
	position: absolute;
    text-align: center;
    top: -34px;
    width: 100%;
}
.swiper-button-prev{
	background: url('../images/prev-blue-arrow.svg');
	background-repeat: no-repeat;
	background-size: 18px auto;
	background-position: center left;
	left: 24px;
	color: #003893;
    font-size: 14px;
    font-weight: 300;
    padding-top: 12px;
    width: 58px;
	text-align: right;
}
.swiper-button-next{
	background: url('../images/next-blue-arrow.svg');
	background-repeat: no-repeat;
	background-size: 18px auto;
	background-position: center right;
	color: #003893;
    font-size: 14px;
    font-weight: 300;
    padding-top: 12px;
    right: 24px;
    width: 58px;
}
.aaa-featured-item-img img{
	display: block;
	box-shadow: 0 2px 4px 0 rgba(50, 50, 50, 0.5);
	border-radius: 4px;
	width: 100%;
}
.aaa-item-img-photo-credit{
	text-align: right;
	margin-top: 4px;
}
/*Result Articles*/
.aaa-item-article-img{
	position: relative;
}
.aaa-item-article-img .aaa-item-img-photo-credit{
	position: absolute;
	bottom: 4px;
	right: 4px;
	text-shadow: 0px 2px 2px rgba(51, 51, 51, 1);
}

/* New Header */


.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;
}

@media only screen and (max-width : 1236px){
	/*Featured Article Player - Desktop/tablet only*/
	.aaa-expert-pick-left{
		float: none;
		width: 100%;
		padding: 14px 0px 0px 0px;
	}
	.aaa-expert-pick-right{
		float: none;
		width: 100%;
		padding: 14px 0px 0px 0px;
	}
}
@media only screen and (max-width : 980px){	
	/*Landing View*/
	.aaa-expert-picks-left-column{
		float: none;
		width: 100%;
		padding-right: 0px;
	}
	.aaa-expert-picks-right-column{
		float: none;
		width: 100%;
		padding-left: 0px;
	}
	/*Search*/
	.aaa-search-field{
		float: left;
		width: 60%;
		margin-right: 14px;
		margin-bottom: 14px;
	}
	a.aaa-secondary-small-btn--blue.aaa-expert-search-options{
		display: block;
		float: left;
		margin-top: 10px;
		padding: 5px;
		text-align: center;
		width: 80px;
	}
	.aaa-search-options{
		display: none;
	}
	/*New Navigation*/
	.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;
	}
}

@media only screen and (max-width : 750px){
	/**/
	.aaa-inner-container.aaa-expert-picks-main-container{
	 	padding: 0px;
	}
	.aaa-expert-pick-container{
		border-bottom: 1px solid #d9d9d9;
		padding: 0px 14px 14px 14px;
	}
	.aaa-expert-picks-left-column{
	 	padding: 14px;
	}
	.aaa-expert-pick-right{
		padding-top: 0px;
	}
	.aaa-expert-pick-left{
		padding: 14px 0px;
	}
	.aaa-expert-picks-player{
		padding: 0px;
	}
	/*Featured Article Player - Destroy - Mobile*/
	.swiper-nav{
		display: none;
	}
	.swiper-pagination{
		display: none;
	}
	.aaa-expert-pick-container{
		margin: 0px 0px 24px 0px;
	}
	.swiper-container{
		overflow: visible;
	}
	.swiper-wrapper{
		display: block;
		box-sizing: border-box;
		height: auto !important;
	}
	.swiper-slide{
		height: auto;
	}
	/*Article Items - Landing*/
	.aaa-item-articles-container{
		padding: 0px;
	}
	.aaa-item-article, a.aaa-item-article{
		width: 100%;
		height: auto;
	}
	.aaa-item-article-img{
		height: auto;
		position: relative;
		margin-bottom: 6px;
	}
	.aaa-item-article-img img{
		height: auto;
		width:  100%;
	}	
}
@media only screen and (max-width : 360px){
	/*Search*/
	.aaa-search-field{
		width: 67%;
	}
}