/*footer menu*/
.footer_menu {
	margin-left: 30px;
}
.navigation-footer ul.footer_menu li {
	margin-bottom: 5px;
}
.navigation-footer ul.footer_menu li.footer_nav_title {
	font-size: 25px;
	font-weight: 500;
	color: #0587d6;
	margin-bottom: 15px;
}
.navigation-footer ul.footer_menu li a.selected {
	color: #004495;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.footer_menu {
		margin-left: 0;
		margin-top: 30px;
	}
}