/** @format */

.module-footer-c {
	background-color: #070b2e;
	padding: 20px 0;
}

.footer-inner span {
	text-transform: uppercase;
	font-size: 0.8rem;
	position: relative;
}
.footer-inner {
	color: #fff;
}
.menu-footer-navigation-container {
	display: inline;
}
.footer-navigation {
	display: inline;
	margin: 0;
}
.menu-footer-navigation-container ul li {
	display: inline-flex;
}

.menu-footer-navigation-container li a::after {
	content: '|';
	margin: 0 5px 0 8px;
	font-size: 15px;
}
.menu-footer-navigation-container li:last-of-type a:after {
	display: none;
}
.footer-inner a {
	color: #fff;
	text-decoration: underline;
}
.footer-inner a:hover,
.footer-inner a:hover {
	color: #4e8aea;
	text-decoration: none;
}

.footer-navigation a {
	text-decoration: none;
}

.footer-navigation a:hover,
.footer-navigation a:focus {
	text-decoration: underline;
}

.footer-inner span:after {
	margin: 0 12px;
	position: relative;
	display: inline-block;
	top: 2px;
	left: 0;
	content: '';
	width: 1px;
	height: 12px;
	background: #cecece;
}

.footer-inner span:last-of-type {
	margin-right: 0;
	padding-right: 0;
}

.footer-inner span:last-of-type:after {
	display: none;
}
