.video-custom-holder {
	width: 100%;
	margin-bottom: 30px;
}

.wrap-fix-parent {
	width: 100%;
}

.video-custom-holder.outer-container {
	position: relative;
	height: 0;
	padding-bottom: 55%;
}

.video-custom-holder.outer-container .BrightcoveExperience {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.related h3 {
	margin: 0;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	margin-bottom: 0;
}

.related .result-list li {
	height: auto
}

.related .result-list li .img-holder {
	width: 90px;
	height: 110px;
	float: left;
	padding: 20px 10px 10px 0;
}

.related .result-list li a {
	display: block;
	height: 100%;
}

.related .result-list li .text {
	padding: 20px 0;
}

.related .result-list li .text .dates {
	margin-bottom: 5px;
}

.related .result-list li:hover p {
	color: #00a651
}

.related .result-list li .text .dates {
	font-weight: normal;
	font-size: 14px;
}

.related-materials {
	padding: 0 0 30px;
}

.related-materials h3 {
	margin: 0;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 20px;
}

.related-materials .add-container {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	margin-bottom: 50px;
}

.related-materials .add-container a {
	text-transform: uppercase;
	color: #111111;
	display: block;
	text-align: center;
	vertical-align: middle;
	line-height: 1.2em;
	font-size: 16px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
	background: #fff;
	margin-bottom: 0;
}

.related-materials .add-container a:hover {
	color: #00a651;
}

@media screen and (max-width: 747px) {
	.containing-block .outer-container {
		padding-bottom: 82.25%;
		margin: 10px 0;
	}
}