.footer-links {
	text-align:center;
	padding:0;
	font-size:14px;
	line-height: 20px;
	float: none;
	display: block;
}
.footer-links a:link,
.footer-links a:visited,
.footer-links a:active { 
	color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    line-height: 12px;
    border-left: solid 1px;
    border-left-color: #0084C8;
	-o-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-webkit-transition: color 0.3s linear;
	-ms-transition: color 0.3s linear;
	transition: color 0.3s linear;
} 

.footer-links a:hover {
	text-decoration: none;
	color: rgba(255,255,255,.5);
}

.footer-links .first-link a:link,
.footer-links .first-link a:visited,
.footer-links .first-link a:active { 
    border-left: none;
} 

.footer-links .current-menu-item a {
	color: rgba(255,255,255,.5);
}

.footer-links .current-menu-item a:hover {
	color: rgba(255,255,255,.5);
}

.footer-links .current_page_parent a {
	font-weight: 600;
}

.footer-links .current-menu-item a {
	font-weight: 600;
	color:#ffffff;
}

.footer-links ul{
        margin: 8px auto 11px auto;
    padding: 0;
}

.footer-links ul li {
    display:inline;
}

.footer-links ul li a{
	text-decoration: none;
	display: inline-block;
	list-style-type: none;
	white-space: wrap;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 12px;
}

.footer-links ul li {
	position:relative;
	margin:0;
	padding:0
}

.footer-links ul ul {
	display:none;
	position:absolute;
	z-index:999;
	top:100%;
	left:12px;
	background:#14382E;
	padding:6px 0;
	margin-top:0;
	border-right:none;
	text-align:left;
	width: 70%;
	min-width:120px;
}

.footer-links ul ul a {
    border-right: none;
}

.footer-links ul ul li {
	float:none;
	width:200px
}

.footer-links ul ul a {
	line-height:120%;
	padding: 12px 10px 8px 10px;
    font-size: 90%;
	border-left: none !important;
}

.footer-links ul ul ul {
	top:0;
	left:100%
}

.footer-links ul li:hover > ul {
	display:none;
}