/*/////////////////////////////////////////////
//// BEGIN: Section - Leadership
/////////////////////////////////////////////*/
.section-leadership {
	background: #9acfda;
	color: #fff;
}

.section-leadership ul {}

.section-leadership .carousel__wrapper li {
	flex-basis: 20%;
	margin-bottom: 30px;
	padding: 0 5px;
}

.section-leadership .carousel__wrapper li img {
	width: 100%;
}

.section-leadership .carousel__wrapper li h3 {
	margin-bottom: 0;
}

.section-leadership .carousel__wrapper li p,
.section-leadership .carousel__wrapper li a {
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .5px;
	text-transform: uppercase;
}

.modal-section__leadership {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

.modal-section__leadership.active {
	display: block;
}

.modal-section__leadership .section-content {
	display: none;
}

.modal-section__leadership .section-content.active {
	display: block;
}

.modal-section__leadership .section-content h3 {
	margin-bottom: 20px;
	font-size: 60px;
	font-weight: bold;
	text-transform: uppercase
}

.modal-section__leadership .section-content p {
	margin: 0 0 20px;
	font-size: 16px;
	font-weight: 100;
}

.modal-section__leadership .section-content p em {
    -webkit-font-smoothing: antialiased;
}

.section-leadership .carousel__pagination {
	display: none;
}

/*/////////////////////////////////////////////
//// BEGIN: Media Queries
/////////////////////////////////////////////*/
/* BEGIN: Hovers */
@media screen and (min-width: 768px) {}

/* BEGIN: Responsive */
@media screen and (max-width: 1366px) {}

/* BEGIN: iPad / Mobile */
@media screen and (max-width: 960px) {
	.section-leadership {
		height: auto;
		padding: 100px 0;
	}

	.section-leadership .carousel__wrapper li {
		flex-basis: 50%;
	}

	.section-leadership .carousel__wrapper {
		position: relative;
		overflow: hidden;
	}

	.section-leadership .carousel__wrapper li {
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		background: #9acfda;
	}

	.section-leadership .carousel__wrapper li:first-child {
		position: relative;
	}

	.section-leadership .carousel__wrapper li .image-container {
		background: #9acfda;
	}

	.section-leadership .carousel__wrapper li h3 {
		font-size: 5vw;
	}

	.section-leadership .carousel__wrapper li p,
	.section-leadership .carousel__wrapper li a {
		font-size: 3.7vw;
	}

	.section-leadership .carousel__pagination {
		display: block;
		position: relative;
		margin: 30px auto 0;
		text-align: center;
	}

	.section-leadership .carousel__pagination li {
		display: inline-block;
		width: 4vw;
		height: 4vw;
		margin: 0 10px;
		vertical-align: middle;
	}

	.section-leadership .carousel__pagination li a {
		display: block;
		width: 100%;
		height: 100%;
		background: #000;
		border: 2px solid #000;
		border-radius: 50%;
	}

	.section-leadership .carousel__pagination li.active a {
		background: transparent;
	}

	/* BEGIN: Leadership Modal
	--------------------------------------*/
	.modal-section__leadership .section-wrapper {
		height: auto;
		margin: 60px auto 30px	;
	}

	.modal-section__leadership .section-content h3 {
		font-size: 6vw;
	}

	.modal-section__leadership .section-content p {
		font-size: 4.5vw;
    }
}

/* BEGIN: Mobile */
@media screen and (max-width: 767px) {

}

/* FIN */