.banner-title {
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0;
    background-color: #435790;
}

.page-id-7722 .banner-title {
	display: none !important;
}

.banner-title hgroup {
	height: 270px;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	text-align: center;
}

.banner-title h1 {
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	transform: translateY(12px);
}

.banner-title h1 span {
	display: block;
}

.banner-title h1 em,
.banner-title h1 span {
	opacity: 0;
	transform: translateY(20px);
	transition: all .5s ease-out;
}

.banner-title.in-view h1 em,
.banner-title.in-view h1 span {
	opacity: 1;
	transform: translateY(0);
}

.banner-title h1 em + span {
	transition-delay: .2s;
}
