/* CSS Document */

h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
}

h1 span {
	color: #8d0405;
}

.content {
	padding: 0 20px 20px 20px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 5px;
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.four.columns h4 {
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	line-height: 18px;
	font-weight: 400;
	color: #8d0405;
}

.video-content .container {
	margin: 0 0 0 20px;
}