

/* NEW FOOTER  */


.footer-top {
   background: #002663;
   padding: 8px 0;
}
.footer-right {
   text-align: center;
   margin:auto;
}
.footer-right ul {
   margin-bottom: 0;
   margin-top: 6px;
}
.footer-right ul li {
   display: inline-block;
   color: #fff;
   font-weight: 600;
}
.footer-right ul li a {
   color: #fff;
   font-weight: 600;
   font-size: 12px;
   text-transform: uppercase;
}
.footer-right ul li span {
   margin: 0 15px;
}
.footer-right ul li a:hover{
   text-decoration: none;
}

.footer-bottom {
   background: #e9e9e9;
   padding: 8px 0;
   text-align: center;
   color: #002663;
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.copyright {
   font-size: 12px;
}

.copyright p {
   margin-bottom: 0;
}

.footer-bottom a {
   color: #002663;
}