/** @format */

.module-footer-c {
	background-color: #fff;
	padding: 20px 0;
}

.footer-inner span {
	text-transform: none;
	font-size: 0.8rem;
	position: relative;
}

.footer-inner span::after {
	margin: 0 8px;
	position: relative;
	display: inline-block;
	top: 2px;
	left: 0;
	content: '';
	width: 1px;
	height: 12px;
	background: #fff;
	display: none;
}
.footer.module-footer-c .footer-first-left-inner p strong {
	padding: 0 5px;
}
.columns.large-9.medium-9.small-12.footer-sec-right {
	padding-right: 0;
}
.footer-copyright {
	color: #9dacc3;
	display: inline;
	font-size: 12px;
	letter-spacing: 0;
}

.menu-footer-navigation-container {
	display: inline;
}

.menu-footer-navigation-container ul {
	display: inline;
	margin-bottom: 0;
}

.menu-footer-navigation-container ul li {
	display: inline;
}

/*.menu-footer-navigation-container ul li a {
	color: #9dacc3;
	text-decoration: none;
}*/
.footer-copyright a {
	color: #9dacc3;
	text-decoration: underline;
}

.footer-copyright a:hover,
.footer-copyright a:focus {
	color: #f99d1b !important;
	text-decoration: none;
}

.footer.module-footer-c .footer-first-left-inner p a:hover,
.footer.module-footer-c .footer-first-left-inner p a:focus {
	color: #f99d1b;
}

.footer.module-footer-c .footer-first-left-inner p,
.footer.module-footer-c .footer-first-left-inner p a {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
}
.footer.module-footer-c .footer-first-left-inner p,
.footer.module-footer-c .footer-first-left-inner p span {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 3px;
	text-align: right;
}

.footer.module-footer-c .footer-first-left-inner {
	text-align: right;
}

.footer.module-footer-c .footer-inner span:last-of-type {
	margin-right: 0;
	padding-right: 0;
}

.footer.module-footer-c .footer-inner span:last-of-type:after {
	display: none;
}
