.UIFooterControl {
        padding:20px;
    margin: 0 auto;
    width: 100%;
    text-align: left;
}
.UIFooterControl .CopyRight {
        color: #101010;
        font: 13px/1.5 arial;
        margin: 0 auto;
        padding: 20px 0 10px;
        width: 100%;
}
.UIFooterControl a {
        color: #101010;
        font: 13px/1.5 arial;
}
.UIFooterControl .Design {
        text-align: right;
}
.UIFooterControl p{
        margin-bottom: 5px;
         color:black;
}
.UIFooter_Default{
    
}
.UIFooter_Default div.UIFooterControl{
    padding: 0;
    padding-bottom:20px;
}
.UIFooter_Default div.UIFooterControl div.footer-menus{
    background: #1481c1;
padding:10px;
    margin-bottom:10px;
}
.UIFooter_Default div.UIFooterControl div.footer-menus div.container{
    background: #1481c1;
    text-align:center;
    
}
.UIFooter_Default div.UIFooterControl div.footer-menus div.container a{
    color: white;
    padding:  0 10px;
    border-right: 1px solid white;
    display:inline-block;
    font-size:15px;
}
.UIFooter_Default div.UIFooterControl div.footer-menus div.container a:last-child{
    border-right: none;
}
.FooterBar{
    padding-top:0 !important;
    border-top:none;
}
.FooterBanner{
    border-top:none;
}   