.footer-top{
	background:#a3b7b5;
	float:left;
	width:100%;
	margin:-15px 0;	
	padding:30px 0 76px 0;	
}
.footer-top p{
	font-size:16px;
	text-transform:uppercase;
  font-family:'source sans pro';
	color:#fff;
	letter-spacing:2px;
	float:left;
	width:100%;
	overflow:hidden;
	clear:both;
	text-align:center;
	padding-left:28px;
}
.col-5{
	float:left;
	width:20%;		
	margin-top:10px;
}
.col-5 h2{
	color:#fff;
	padding:18px 0 20px 0;
	background:#05204f;
	font-size:20px;	
	cursor:pointer;
	width:170px;	
	font-family: "source sans pro";		
	margin:0 auto;
	text-align:center;
}
.col-5>div {
  padding-bottom:0;
}
.col-5 div ul{
	padding-left:0px;
	margin-left:20px;
}
.col-5 div ul li{
	list-style:none;
}
.col-5 div ul li a{
	color:#081e50;
	font-size:16px;
	font-weight:bold;
	line-height:22px;
	font-family: "source sans pro";
}
.col-5 div ul li a:hover {
    color: #8cad59;
}
.bottom{
	float:left;
	display:block;
	overflow:hidden;
	clear:both;
	width:100%;	
}
@media (max-width: 768px) {
.col-5{
    float:left;
	width:100%;
}
.footer-top p{
	float:left;
	width:100%;
	overflow:hidden;
	clear:both;			
}
.col-5 div {
 	text-align:center;
}
.col-5 div ul {
	margin-left: 0px !important;
}
.footer-top p {
	text-align:center !important;
	padding-left:0;		
}


}


@media screen and (min-width: 769px) and (max-width: 800px) {
.col-5 h2 {
	padding: 18px 0 20px;
	text-align: center;
	width: 135px;
}
.col-5 div ul {
	margin-left:0px !important;
}
}