.UIFooterControl {
        padding:20px;
    margin: 0 auto;
    width: 100%;
    text-align: left;
}
.UIFooterControl .CopyRight {
        color: #ffffff;
        font: 13px/1.5 arial;
        margin: 0 auto;
        padding: 20px 0 10px;
        width: 100%;
}
.UIFooterControl a {
        color: #ffffff;
        font: 13px/1.5 arial;
}
.UIFooterControl .Design {
        text-align: right;
}
.UIFooterControl p:not(:last-child){
        margin-bottom: 5px;
        
}
.UIFooterControl p{
      
         color:rgb(255,255,255);
}
[class="UIFooter_Default" i]{
    
}
[class="UIFooter_Default" i] div.UIFooterControl{
    padding: 0;

}
[class="UIFooter_Default" i] div.UIFooterControl div.footer-menus{
    background: #186e1c;
padding:10px;
    margin-bottom:1px;
}
[class="UIFooter_Default" i] div.UIFooterControl div.footer-menus div.container{
    background: #186e1c;
    text-align:center;
    
}
[class="UIFooter_Default" i] div.UIFooterControl div.footer-menus div.container a{
    color: white;
    padding:  0 10px;
    border-right: 1px solid white;
    display:inline-block;
    font-size:15px;
}
[class="UIFooter_Default" i] 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;
}   
#footer{
    padding:20px; 
    background: #186e1c;
}
@media only screen and (max-width: 1023px) {
    [class="UIFooter_Default" i]  .container{
        flex-direction: row!important;
    }
}