/* ======= Legacy Product Template ======== */

.page-template-legacy-template .beta {
	margin: 0 !important;
	padding: 0 !important;
}

.page-template-legacy-template .alpha {
	display: none;
}

.page-template-legacy-template .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 50px 0;
}

@media only screen and (max-width: 992px) {
	.page-template-legacy-template .row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

/**************** Banner Section ****************/

.page-template-legacy-template .legacy-banner {
	height: 300px;
	background-repeat: no-repeat;
	position: relative;
	background-size: cover;
	overflow: hidden;
	background-position: 75% 100%;
	max-width: 5000px !important;
}

.page-template-legacy-template .banner-content {
	color: #fff;
	z-index: 2;
	position: relative;
}

.page-template-legacy-template .banner-content h1 {
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 54px;
	color: #FFFFFF !important;
}


/**************** Alt Content Section ****************/

.page-template-legacy-template .flex-it {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.page-template-legacy-template .alt-img-cont {
	padding: 50px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #DCDCDC;
}
.page-template-legacy-template .alt-img-cont h2 {
	font-size: 28px;
}

/**************** Legacy Product Section ****************/
.page-template-legacy-template .feat-wrap {
	flex-direction: column;
}
.page-template-legacy-template .copy h3 {
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	color: #222222;
}
.page-template-legacy-template .copy a {
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	color: #007FAA;
}

/**************** Get in Touch CTA Section ****************/

.page-template-legacy-template .grey-back {
	background: #f6f6f6;
	padding: 50px;
	text-align: center;
	position: relative;
}

.page-template-legacy-template .grey-back p {
	width: 50%;
	margin: auto;
}

.page-template-legacy-template .grey-back .blue-butt {
	margin: 20px auto 0;
}

.page-template-legacy-template .grey-back p .blue-butt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 150px;
	background: transparent;
	color: #00A0D7;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	padding: 10px 15px;
	border: 3px solid #00A0D7;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-top: 20px;

}

.page-template-legacy-template .grey-back p .blue-butt:after {
	content: '\f105';
	font-family: FontAwesome;
	padding-left: 5px;
	font-size: 22px;
}


.page-template-legacy-template .grey-back p .blue-butt:hover {
	text-decoration: none;
	background: #00A0D7;
	color: #fff !important;
}