.UIFooterControl {
    margin: 0 auto;
    width: 100%;
    text-align: left;
}
.UIFooterControl .CopyRight {
        color: #2e3192;
        font: 13px/1.5 arial;
        margin: 0 auto;
        padding: 20px 0 10px;
        width: 100%;
}
.UIFooterControl a {
        color: #2e3192;
        font: 13px/1.5 arial;
}
.UIFooterControl .Design {
        text-align: right;
}
.UIFooterControl p{
        margin-bottom: 5px;
         color:white;
}


.footer-menus {
    padding: 10px;
    background-color: #47528e;
    margin-bottom: 10px;
    text-align: center;
    border-top: 3px solid #f3610a;
}

.footer-menus a {
    display: inline-block;
    padding: 0px 10px;
    border-left: 1px solid #dededf;
    color: #fff;
}

.footer-menus a:first-child {
    border-left: 0px;
}



    .FooterBanner span {
        
        text-align: center;
        
}

.FooterBanner content td {
    padding-left: 10px;
}

.FooterBanner td:nth-child(odd) {
    text-align: right
}

.FooterBanner td:nth-child(even) {
    text-align: left
}


@media only screen and (max-width: 768px) {
    .FooterBanner * {
        display: table !important;
     }
    
    .UIFooterControl {
        padding: 0px;
    }
    
    .footer-menus a {
        border-left: 0px;
    }
    
    .FooterBanner span {
        display: block;
        text-align: center !important;
    }
}