.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;
}
[class~="UIFooter_Default" i]{
    
}
[class~="UIFooter_Default" i] div.UIFooterControl{
    padding: 0;
    
}
[class~="UIFooter_Default" i] div.UIFooterControl div.footer-menus{
    background: #af292e;
padding:10px;
    margin-bottom:10px;
}
[class~="UIFooter_Default" i] div.UIFooterControl div.footer-menus div.container{
    background: #af292e;
    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 {
    position: relative;
    min-height: 300px;
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #428BCA;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #245682;
    background-color: #245682;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    padding: 2px 0;
    font-size: 12.3px;
}
.company_info {
    padding-left: 0px;
}

.company_info li {
    display: table;
    clear: both;
        margin-bottom: 10px;
}
.company_info li {
    display: table;
    clear: both;
    list-style: none;
}

.company_info li em {
    font-size: 1.4em;
    width: 26px;
    text-align: center;
    padding-right: 10px;
}


#footer h3 {
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #dcdcdc;
}

#footer li {
    color: #dcdcdc;;
}

.aui #footer, #footer a, .copyright {
    color: #dcdcdc;
}


#footer .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu {
    position: absolute;
    width: auto;
}


#footer .menu li:nth-child(2n+1) {
    padding-right: 8px;
}
#footer .menu li {
    position: relative;
    display: inline-block;
    width: 49%;
    padding: 0;
    margin: 0;
}

#contactButton {
    display: none;
}
#contactButton {
    position: fixed;
    bottom: 0;
    right: 15px;
    max-height: 100%;
    width: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
}


#footer .panel-body {
    padding: 15px;
}

#footer .panel-body button {
    background: #3071a9;
}


#toggleQR {
    display: none;
}

#ftip {
    display: none;
    position: absolute;
    bottom: 80px;
    left: 0;
    background: #fff;
    padding: 8px;
    border: 1px solid #ddd;
}

#toggleQR:checked + label + #ftip {
    display: block;
}
