.lightbox-images {
	clear: left;
}

.hidden {
	display: none;
}

.loading-div {
	text-align: center;
}

.mobile-share-icons {
	display: none;
}

.ceo {
	margin-bottom: 0;
}

.blue {
	color: #0072CE;
}

/* start diversity videos */
.in-text-video__left {
	max-width: 500px;
	float: left;
	margin: 0 10px 0 5px;
}

.in-text-video__right {
	max-width: 500px;
	float: right;
	margin: 0 5px 0 10px;
}
.diversity-video {
    width: 100%;
    max-width: 500px;
margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.in-text-video__left, .in-text-video__right {
		float: none;
		margin: auto;
		margin-bottom: 10px;
		width: 100%;
		max-width: 768px;
	}
}
/* end diversity videos */