.team-profile {
	display: flex;
	align-items: center;
	justify-content: space-between;	
}
.team-profile > .s1 {
	margin-right: 40px;
	max-width: 500px;
}
.team-profile > .s2 {
	max-width: 630px;
}
.team-profile .name {
	font-size: 70px;
	color: #E0E1E4;
	line-height: 1;
	margin-bottom: 5px;
}
.team-profile .name span {
	display: block;
}
.team-profile .title {
	font-weight: 400;
	font-size: 27px;
	color: #E0E1E4;
}

.team-profile .social-media-links a {
	display: inline-block;
	font-size: 23px;
	color: #A7A8AA;
	vertical-align: middle;
	margin: 5px 12px;
	line-height: 1;
}
.team-profile .social-media-links a:first-child {
	margin-left: 0;
}

.team-profile .description {
	color: #A7A8AA;
	margin-top: 50px;
	max-height: 350px;
}

.team-profile-carousel {
	padding-right: 100px;
	position: relative;
}
.team-profile-carousel .slides-container {
	max-height: 647px;
	opacity: 0;
	transition: opacity .4s ease;
}
.team-profile-carousel .slides-container.slick-initialized {
	opacity: 1;
	max-height: auto;
	max-height: initial;
}

.team-profile-carousel .nav-names {
	text-align: center;
	margin: 30px 0;
}
.team-profile-carousel .nav-names span {
	font-family: 'Montserrat';
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
	margin: 10px 25px;
	cursor: pointer;
}
.team-profile-carousel .nav-names span:hover {
	text-decoration: underline;
}
.team-profile-carousel .nav-names .slick-dots {
	display: none!important;
}

.team-profile-carousel .nav-arrows {
	position: absolute;
	right: 0;
	top: 50%;
	width: 35px;
	transform: translateY(-50%);
}
.team-profile-carousel .slick-arrow {
	background-size: 100%;
	width: 35px;
	height: 19px;
	margin: 20px 0;
	position: relative;
}
.team-profile-carousel .slick-prev {
	top: 59px;
}
.team-profile-carousel .slick-next {
	top: -59px;
}

.team-list {
	color: #fff;
	margin-left: -15px;
	margin-right: -15px;
}
.team-list .item {
	margin-bottom: 20px;
	width: 33.3333%;
	display: inline-block;
	padding: 0 15px;
}
.team-list .name {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0;
}
.team-list .title {
	display: block;
}


/* .timeline-content-container {
	overflow: hidden;
}
.timeline-content {
	width: 490px;
	max-width: 100%;
	clear: both;
	min-height: 320px;
}
.timeline-content.left {
	text-align: right;
}
.timeline-content.right {
	float: right;
}
.timeline-content .h {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}
.timeline-content .stars {
	color: #28DC9A;
} */

.timeline-dot {
	position: relative;
}
.timeline-dot:before {
	content: '';
	display: inline-block;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1px solid #212531;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -21px;
	background: #020613;
}
.timeline-dot:after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	border-radius: 50%;
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -5px;
}
.timeline-dot > div:first-child {
	position: relative;
	overflow: hidden;
}
.timeline-dot > div:first-child:before {
	content: '';
	display: inline-block;
	width: 1px;
	background: #262A35;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -.5px;
	top: 42px;
}
.timeline-dot.end > div:first-child:before {
	display: none;
}

@media only screen and ( max-width: 1296px ) {

}

@media only screen and ( max-width: 1024px ) {

	.team-profile-carousel .slides-container {
		padding-top: 80px;
	}
	.team-profile-carousel {
		padding-right: 0;
	}
	.team-profile-carousel .nav-arrows {
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		transform: none;
	}
	.team-profile-carousel .slick-arrow {
		margin: 20px;
	}
	.team-profile-carousel .slick-prev,
	.team-profile-carousel .slick-next {
		top: 0;
	}

	.team-profile {
		display: block;
		text-align: center;
	}
	.team-profile > .s1 {
		max-width: 100%;
		margin: 0 0 20px;
	}
	.team-profile > .s2 {
		margin: 0 auto;
	}

	.team-profile .name {
		font-size: 50px;
	}
	.team-profile .name span {
		margin-right: 20px;
		display: inline-block;
	}

	.team-profile-carousel .nav-names span {
		margin: 10px 25px;
	}
	
}

@media only screen and ( max-width: 767px ) {
	.team-profile-carousel .nav-names span {
		display: block;
	}

	.team-list .item {
		text-align: center;
		width: 50%;
	}

	.timeline-dot {
		display: none;
	}
}