.footerMenuItem{
	color: #777;
	text-decoration: none;
}

.footerMenuHeader {
	font-size: 18px;
	color: #038cc3;
}

.ft-centered {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70px;
}

.ft-container {
	background-color: #fff; 
	min-height: 130px; 
	margin: 30px auto;
}

.ft-copyright {
	background-color: #fff; 
	border-top: 1px solid #e7e7e7;
	padding-top: 5px;
}