@charset "UTF-8";
/* CSS Document */
.aaa-marketing-section-4{
	border-top: 1px solid #d9d9d9;
	position: relative;
}
/*Banner*/
.aaa-banner-image{
	background-image: url('../images/meet-experts-header.jpg');
}
/*Content*/
#aaa-diamond-experts-error{
    margin: 0 auto;
    max-width: 1024px;
    position: relative;
}
.aaa-diamonds-twitter-PC{
    display: block !important;
}
.aaa-diamonds-twitter{
    display: none;
    float: right;
    height: 640px;
    width: 24%;
    margin-right: 24px;
}
.aaa-diamond-experts-content{
	display: none;
}
.aaa-diamonds-experts-content-container{
	max-width: 800px;
	margin: 0 auto;
}
.aaa-diamond-experts-content-return{
	position: relative;
	border-top: none;
	width: 68%;
	float: left;
	margin-left: 24px;
	margin-bottom: 24px;
}
/*Tabs*/
.aaa-tabs-container{
	height: 76px;
	display: none;
	position: absolute;
	z-index: 50;
	background-color: #ffffff;
	width: 100%;
}
.aaa-tabs-inner-container{
	width: 100%;
	margin: 0 auto;
	background-color: #ffffff;
}
.aaa-tab-nav{
	color: #003893;
	font-size: 16px;
	float:left;
	padding: 28px 0px 0px 0px;
	height: 76px;
	width: 50%;
	text-align: center;
	cursor: pointer;
	border-bottom: 1px solid #d9d9d9;
}
.aaa-tab-nav-active{
	border: 1px solid #d9d9d9;
	border-bottom: 1px solid #ffffff;
	font-weight: 700;
	color: #000000;
}
/*Player*/
.aaa-bio-player{
	height: auto;
}
.aaa-bio-player-border{
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-top: none;
}
#aaa-inspectors.aaa-bio-player{
	margin-top: 74px;
}
.aaa-bio-player .swiper-container.gallery-top{
	border: 14px solid #ffffff;
	border-bottom: none;
}
.aaa-bio-player .swiper-container.gallery-thumbs{
	border-right: 14px solid #ffffff;
	border-left: 14px solid #ffffff;
	margin-bottom: 4px;
}
.bio-player-hide{
	position: relative;
	height: 0px;
	overflow: hidden;
}
.slider-content{
	height: 260px;
	overflow: hidden;
	background-color: #f2f2f2;
	margin-bottom: 8px;
}
.bio-image-container{
	height: 260px;
	overflow: hidden;
	width: 30%;
	float: left;
}
img.bio-image{
	height: 100%;
	display: inline-block;
}
img.bio-image-thumb{
	width: 100%;
	display: block;
}
.bio-name-thumb{
	text-align: center;
	margin-top:2px;
}
.bio-content{
	float: left;
	width: 70%;
	padding: 32px;
}
.extra-bio-title{
	margin-top: 6px;
}
a.aaa-secondary-small-btn--blue.aaa-inspector-picks-btn{
	background-image: url('../images/inspector-icon-blue.svg');
	background-repeat: no-repeat;
	background-size: 18px auto;
	background-position: 10px center;
	padding: 5px 10px 6px 34px;
	margin-top: 14px;
	display: inline-block;
	width: auto;
}
a.aaa-secondary-small-btn--blue.aaa-inspector-picks-btn:hover{
	background-image: url('../images/inspector-icon-wht.svg');
}
/*Arrows*/
.aaa-diamond-experts-content-return .swiper-button-prev {
	background: url('../images/prev-blue-arrow.svg');
	background-repeat: no-repeat;
	background-size: 18px auto;
	color: transparent;
	left: 6px;
}
.aaa-diamond-experts-content-return .swiper-button-next {
	background: url('../images/next-blue-arrow.svg');
	background-repeat: no-repeat;
	background-size: 18px auto;
	color: transparent;
	right: 0px;
}
.gallery-thumbs{
	height: 140px;
	box-sizing: border-box;
}
.gallery-thumbs .swiper-slide{
	width: 120px;
	height: 140px;
	opacity: 0.6;
	cursor: pointer;
}
.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}
#editors-bio-player.swiper-wrapper{
	height: auto;
}
#editors-bio-player-thumbs.swiper-wrapper{
	height: 140px;
}
#inspectors-bio-player.swiper-wrapper{
	height: auto;
}
#inspectors-bio-player-thumbs.swiper-wrapper{
	height: 140px;
}
.bio-content{
	width: 50%;
	padding: 24px;
}
.bio-image-container{
	width: 50%;
	height: 380px;
}
.slider-content{
	height: auto;
}
@media only screen and (max-width : 960px){
	.aaa-banner-image{
		display: none !important;
	}
}
@media only screen and (max-width : 900px){	
	.slider-content{
		height: auto;
	}
	.bio-image-container{
		height: auto;
		width: 100%;
		float: none;
		height: 258px;
	}
	img.bio-image{
		height: auto;
		width: 100%;
		margin-top: -54px;
	}
	.bio-content{
		float: none;
		width: 100%;
	}
	.aaa-diamond-experts-content-return{
		border: none;
	}
}
@media only screen and (max-width : 840px){
	.aaa-diamond-experts-content-return{
		width: 60%;
	}
	.aaa-diamonds-twitter{
		width: 32%;
		height: 770px;
	}
	/*Arrows*/
	.aaa-diamond-experts-content-return .swiper-button-prev{
		background: url('../images/prev-circle-arrow.png');
		background-repeat: no-repeat;
		background-size: 40px auto;
		height: 40px;
		width: 40px;
		left: 6px;
		top: 258px;
	}
	.aaa-diamond-experts-content-return .swiper-button-next{
		background: url('../images/next-circle-arrow.png');
		background-repeat: no-repeat;
		background-size: 40px auto;
		height: 40px;
		width: 40px;
		right: 6px;
		top: 258px;
	}
}
@media only screen and (max-width : 768px){
	/*Loading Bar - Not needed for Mobile*/
	.pace{
		display: none !important;
	}
	.aaa-tabs-container{
		position: relative;
	}
	#aaa-inspectors.aaa-bio-player{
		margin-top: 0px;
	}
	.aaa-diamond-experts-content-return{
		width: 100%;
		float: none;
		margin-left: 0px;
	}
	.aaa-diamonds-twitter{
		float: none;
		width: auto;
		max-width: 720px;
		padding: 24px;
		margin: 0 auto;
		margin-bottom: 0px;
	}
	.aaa-diamonds-twitter-PC{
		display: none !important;
	}
	.aaa-diamonds-twitter-Mobile{
		display: block !important;
	}
	#mainContainer{
		position: relative;
	}
	.twitter-timeline{
		height: auto !important;
	}
	.aaa-diamonds-footer{
		position: fixed;
		z-index: 500;
		bottom: -400px;
		left: 0px;
		width: 100%;
		border-top: none;
		-webkit-box-shadow: 0px -2px 2px 0px rgba(50, 50, 50, 0.2);
		-moz-box-shadow:    0px -2px 2px 0px rgba(50, 50, 50, 0.2);
		box-shadow:         0px -2px 2px 0px rgba(50, 50, 50, 0.2);
		/* Transition */
		-webkit-transition: All 0.5s ease;
		-moz-transition: All 0.5s ease;
		-o-transition: All 0.5s ease;
		-ms-transition: All 0.5s ease;
		transition: All 0.5s ease;
	}
	#footer{
		position: fixed;
		z-index: 700;
		bottom: -400px;
		left: 0px;
		width: 100%;
		/* Transition */
		-webkit-transition: All 0.5s ease;
		-moz-transition: All 0.5s ease;
		-o-transition: All 0.5s ease;
	}
}

