.HeadingTitleInterpreterA {
    color: #05144f;
    font-weight: bolder;
}

.HeadingTitleInterpreterB {
    color: #0645b0;
    font-weight: bolder;
}

.footer{
    background:#05144f;
    padding:40px 0;
    text-align:center;
    color: #fff;
    font-size: 9pt;
}

.footer-menu{
    float:none !important;
    display:inline-block;
    margin:0 auto 20px;
    padding:0;
}

.footer-menu > li{
    float:none;
    display:inline-block;
}

.footer-menu > li > a{
    color:#fff !important;
    font-weight:bold;
    background:transparent !important;
}

.footer-menu > li > a:hover{
    background:#ffffff !important;
    color:#05144f !important;
}


