.top-video-holder .outer-container {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

.top-video-holder .BrightcoveExperience {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.top-video-holder .containing-block {
	max-width: 1067px;
	margin: 0 auto;
	padding: 30px 0;
}

.top-video-holder {
	background: #fafafa;
}

.top-video-holder h1 {
	margin: 0;
	margin-bottom: 5px;
}

.three-col-structure {
	padding: 30px 0;
}

.three-col-structure .col {
	width: 33%;
	vertical-align: top;
	display: inline-block;
}

.three-col-structure .item-element {
	padding: 0 30px 30px;
}

.three-col-structure .item-element h2 {
	margin: 0;
	/*text-transform: capitalize;*/
	font-size: 20px;
}

.three-col-structure .item-element span {
	color: #00a651;
	font-size: 13px;
	display: block;
}

.three-col-structure .item-element strong {
	color: #6d6d6d;
	display: block;
	font-size: 13px;
}

.three-col-structure .item-element p {
	margin: 0;
	margin-bottom: 5px;
	font-size: 14px;
}

.three-col-structure .item-element .outer-container {
	padding-bottom: 82.25%;
	margin: 10px 0;
}

.three-col-structure .item-element.alt .outer-container {
	padding-bottom: 101.10%;
	margin: 28px 0 25px;
}

@media screen and (max-width: 1218px) {
	.three-col-structure .item-element {
		padding: 0 5px 30px;
	}
}

@media screen and (max-width: 977px) {
	.three-col-structure .col {
		display: inline-block;
		margin: 0 0 0 -3px;
		vertical-align: top;
		width: 33.3%;
	}

	.three-col-structure .item-element.alt .outer-container {
		margin: 28px 0 30px;
		padding-bottom: 113.1%;
	}
}

@media screen and (max-width: 747px) {
	.three-col-structure .col {
		margin: 0;
		width: 100%;
	}

	.top-video-holder .outer-container {
		padding-bottom: 70.25%;
	}
	.three-col-structure .item-element p{
		max-height: 5em;
		overflow: hidden;
	}
	.video-custom-holder.outer-container {
		padding-bottom: 60%;
	}
}