
.footer { background: #3c4a83; padding: 10px; text-align:center; }


.footer-logos { text-align:center; padding: 25px 0 }
.footer-logos img { margin: 10px 25px;  }


@media only screen and (max-width: 690px) 
{
.footer-logos { padding: 0 0 20px 0 }
.footer-logos img { margin: 10px; max-height: 30px;  }
}





.footer-links               { clear:both; }
.footer-links  p         { text-align:center; font-size: 16px; font-weight: 300; }
.footer-links  a         { border-right: 1px white solid; border-left: 1px white solid; color:white;  margin: 0 0 0 -1px; padding: 2px 16px; display: inline-block; }
.footer-links  a:hover         { color:#bdd2ec;}



@media only screen and (max-width: 650px) 
{
.footer-links  p         { font-weight: bold; border-bottom: 1px white solid; }
.footer-links  a         { border: 0px; border-top: 1px white solid; padding: 10px 16px; display: block; width: 100%; }
.footer-links  a:hover         { text-decoration:none; color:white; background:rgba(0, 0, 0, 0.15) }


}








p.copyright                   { text-align:center; color:white; font-weight:normal; font-size: 12px; border: 0; }


.social-icons           { margin: 0px; padding: 8px; }
.social-icons p         { text-align:center; margin: 0px; }
.social-icons .fa {
    color: #0068ab;
    background-color: white;
    height: 26px;
    width: 26px;
    line-height: 26px;
    font-size: 15px;
    text-align: center;
}



p.linkback                   { text-align:center; font-size: 11px; }
p.linkback a                   { color:#0068ab; }






