footer {
	padding-top: 30px;
	background: #253b7f;
}
footer ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	list-style-type: none;
	padding: 0;
	margin: 0;
	align-items: center;
}
footer ul li {
	font-family: 'gMedium';
	font-size: 18px;
	color: #fff;
}
footer .footCont {
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
}
footer .copy p {
	color: #fff;
	padding: 15px 0;
}
#footer-logo {
	width: 100px;
}
@media only screen and (max-width: 767px) {
	footer ul li {
		font-size: 14px;
		padding-bottom: 20px;
		text-align: center;
		width: 50%;
	}
	footer ul li:last-child{
		width: 100%;
		padding-top: 30px;
	}
	footer .row {
		margin-left: 0;
		margin-right: 0;
	}
	footer ul {
		display: flex;
	}
	footer .copy p {
		text-align: center;
	}
	footer .footCont{
		padding-bottom: 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	footer ul li {
		font-size: 14px;
	}
}