.hero-onecolumn {
	margin-bottom: 1rem;
	padding: 3.125rem 0 0;
	position: relative;
}

.hero-onecolumn .section-header-media {
	height: 0;
	overflow: hidden;
	padding-bottom: 46.5%;
	position: relative;
	width: 100%;
}

.hero-onecolumn .section-header-media img {
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.hero-onecolumn .section-header-media .section-title {
	border-left: 3px solid #cf0a2c;
	bottom: 1rem;
	left: .75rem;
	position: absolute;
	z-index: 2;
}

.hero-onecolumn .section-header-media .section-title h1 {
	color: #fff;
	line-height: 1.15em;
	margin: 0;
	padding: 0 0 0 .75rem;
	text-transform: uppercase;
}

.hero-onecolumn.no-image {
	margin-bottom: 0;
}

.hero-onecolumn.no-image .section-header-media {
	height: auto;
	padding: 0;
}

.hero-onecolumn.no-image .section-header-media .section-title {
	margin: 2.5rem 0 .5rem;
	position: relative;
}

.hero-onecolumn.no-image .section-header-media .section-title h1 {
	color: #343434;
}

.hero-onecolumn .section-header-media.homepage .section-title {
	opacity:0; 
	animation:toptobottom ease-in 1; 
	animation-fill-mode:forwards; 
	animation-duration:1s;
}

.hero-onecolumn .section-header-media.homepage {opacity:0; animation:fadeIn ease-in 1; animation-fill-mode:forwards; animation-duration:1s;}
@keyframes fadeIn { 
	from { opacity:0; } to { opacity:1; } 
} 

@keyframes toptobottom {
	0% {
	transform: translate3d(0, -50px, 0);
	opacity: 0;
	}
	100% {
	transform: translate3d(0, 0, 0);
	opacity: 1;
	}
}


/*
.hero-onecolumn {
	min-height: 9rem;
	position: relative;
}

.hero-onecolumn .section-header-media {
	position: relative;
	height: 0;
	margin-top: 3.125rem;
	overflow: hidden;
	padding-bottom: 49%;
	width: 100%;
}

.hero-onecolumn .section-header-media:not(.homepage) {
	height: 100%;
	left: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.hero-onecolumn .section-header-media .DnnModule.DnnModule-DNN_HTML .DNNModuleContent.ModDNNHTMLC > div > img {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 180%;
}

.hero-onecolumn .section-header-media:not(.homepage) .section-title h1 {
	color: #343434;
}
*/