#ft-bg {
	background-color: #252c32;
	height: 120px;
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

#ft-container {
	width: 100%;
	max-width: 1080px;
	margin: auto;
	padding: 0 15px;
}

.firm-link {
	color: white;
}

.firm-info {
	color: white;
}
