/*==============================================  IMPORTANT - PLEASE READ ==============================================

font-family: 'Lato', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Oswald', sans-serif;
font-family: 'Raleway', sans-serif;
____

thin 100
light 300
regular 400
bold 700
black 900
____

========================================================================================================================
*/

/*
==============================================
Difference Section
==============================================
*/

.team-section {
	border-bottom: solid 4px #966c1d;
}
.team-section .team-content {
	padding: 80px 0px;
}
.team-section:before {
    content: '';
    display: block;
    background: #966c1d;
    height: 8px;
    width: 350px;
    margin: 0 auto;
}
.team-section .largePlayBtn {
	display: none !important;
	background: url(https://scrcm01apwqa.rjf.com/-/media/RJ/advisor-sites/Sites/v/a/vanilla-model-2/Images/video-play.png);
}
.team-section .team-slider {
	animation-delay: .7s;
}
.team-section .yearbook-slide:before {
    display: none;
}
.team-section .team-slider .yearbook-three .yearbook-headshot-wrapper {
    max-width: 400px !important;
}
.team-section .team-slider .yearbook-three .yearbook-headshot {
	max-width: 400px;
}
.team-section .team-slider .yearbook-links, .team-slider .slick-dots {
	display: none !important;
}
.team-section .team-slider .yearbook-slide {
	margin-top: 0px;
	margin-bottom: 0px;
}
.team-section .team-slider .yearbook-slide:hover {
	background: transparent !important;
}
.team-section .team-slider .yearbook-container .slick-prev {
	    border-top: 1px solid #966c1d;
    border-left: 1px solid #966c1d;
	left: 0px;
}
.team-section .team-slider .yearbook-container .slick-next {
	border-top: 1px solid #966c1d;
    border-right: 1px solid #966c1d;
	right: 0px;
}
.team-section .team-copy {
	padding-left: 150px;
	animation-delay: 1s;
}
.team-section .team-copy h2 {
	animation-name: slideInDownSmall;
	animation-delay: .5s;
	animation-duration: 1s;
}
.team-section .team-copy h2 .head-1 {
	font-family: 'Cormorant', serif;
	font-size: 30px;
	font-style: italic;
	color: #966c1d;
	animation-name: slideInDownSmall;
	animation-delay: 0s;
	animation-duration: 1s;
}
.team-section .team-copy h2 .head-2 {
	font-family: 'Abel', sans-serif;
	font-size: 45px;
	color: #515151;
	text-transform: uppercase;
	font-style: normal;
	display: block;
/*
*/
}
.team-section .team-copy p {
	font-family: 'Abel', sans-serif;
	font-size: 18px;
	line-height: 25px;
    margin: 10px 0px 20px 0px;
	color: #515151;
}
/*
.team-copy .difference-headline, .team-copy .difference-intro {
	animation-delay: .5s;
}
*/
.team-section .differene-headline .head-1 {
	animation-name: slideInDownSmall;
	animation-delay: 0;
	animation-duration: 1s;
}
.team-section .differene-headline .head-2 {

}
.team-section .difference-intro {
	animation-name: slideInUpSmall;
	animation-delay: .75s;
	animation-duration: 1s;
}
.team-section .team-copy .difference-cta {
	font-family: 'Abel', sans-serif;
	font-size: 24px;
	color: #966c1d;
	text-transform: uppercase;
	animation-name: slideInDownSmall;
	animation-delay: 1s;
	animation-duration: 1s;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team-section .team-copy .difference-cta:hover {
	letter-spacing: 2px;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team-section .team-copy .difference-cta:after {
	content: '';
	display: inline-block;
	background: url(https://scrcm01apwqa.rjf.com/-/media/RJ/advisor-sites/Sites/v/a/vanilla-model-2/Images/action-icon.png);
	width: 36px;
	height: 18px;
	margin-left: 10px;
	top: 1px;
    position: relative;
	top: 0px;
}

/*
==============================================
Responsive Meia Queries NEW
==============================================
*/


/* Touch devices only */
@media (pointer:coarse) {
/*
==============================================
Difference Section
==============================================
*/

}


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
/*
==============================================
Difference Section
==============================================
*/
	.team-section .team-copy {
		padding-left: 60px;
	}
	.team-section .team-slider .yearbook-three .yearbook-headshot-wrapper {
		max-width: 350px !important;
	}
	.team-section .team-slider .yearbook-three .yearbook-headshot {
		max-width: 350px;
	}
}


/* Large devices (desktops, 992px and less) */
@media only screen and (max-width: 992px) {
/*
==============================================
Difference Section
==============================================
*/

}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
/*
==============================================
Difference Section
==============================================
*/
	.team-section .team-copy {
		padding: 0px 80px;
	}
	.team-section .team-slider .slick-dots {
		display: block !important;
	}
	.team-section .team-slider .slick-slider {
		margin-bottom: 80px;
	}
	.team-section .team-slider .slick-dots li.slick-active button:before {
		color: #966c1d;
		opacity: 0.75;
	}

}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
/*
==============================================
Difference Section
==============================================
*/
	.team-section .team-slider .slick-dots {
		display: block !important;
		margin-top: -30px;
	}
	.team-section .team-copy {
		margin-top: 20px;
		padding: 0px 50px;

	}
	.team-section .team-copy h2 .difference-subhead {
		font-size: 35px;
	}
	.team-section .team-copy h2 {
		font-size: 25px;
	}

}

/* Extra small devices (most portrait phones, 375px and less) mobile-p */
@media only screen and (max-width: 375px) {

	.team-section .team-copy h2 {
		font-size: 24px;
	}
	.team-section .team-copy {
		padding: 0px 30px;
	}
	.team-section .team-copy h2 .head-2 {
    	font-size: 39px;
	}

}

/* Extra small landscape devices (most landscape phones, >=480px and <= 767 and landscape) mobile-l */

@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
/*
==============================================
Difference Section
==============================================
*/

	.team-section .team-slider {
		overflow: hidden;
	}
	.team-section .team-copy {
		padding: 0px 120px;
	}
}

/* IE only */
@media screen\0 { }
