
.UIFooterControl {
    margin: 0 auto;
    width: 100%;
    background: #083074;
}
.UIFooterControl .CopyRight {
    color: #f0f0f0;
    font: 13px/1.5 arial;
    margin: 0 auto;
    padding: 30px 0;
    width: 100%;
}
.UIFooterControl a {
    color: #f0f0f0;
    font: 13px/1.5 arial;
}
.UIFooterControl .Design {
    text-align: right;
}

/*----------------------------------------------*/
.UIFooterControl .container {
    padding: 18px 10px;
    color: #f0f0f0;
}

.UIFooterControl .container .first {
    border-bottom: 1px solid #00592C;
      padding-bottom: 10px;
}
.UIFooterControl .container h3 {
    font: bold 14px sans-serif;
    text-transform: uppercase;
}
.UIFooterControl .container .col {
    display: inline-block;
    vertical-align: top;
}
.UIFooterControl .container .col1 {
    margin-left: 20px;
    width: 30%;
}
.UIFooterControl .container .col2 {
    width: 65%;
}
.UIFooterControl .container .col2 .contact img {
    border: medium none;
    margin-right: 15px;
    vertical-align: middle;
}
.UIFooterControl .container  .col1 .link a:hover {
    text-decoration: underline;
}
.UIFooterControl .container  .col1 .link a {
    font: 10pt arial;
}
.UIFooterControl .container  .col1 .link > ul {
    margin: 0;
    padding: 0 0 0 15px;
}
.UIFooterControl .container  .col1 .link li {
    margin: 0;
    padding: 3px 0;
}
.UIFooterControl .container ul {
    list-style: outside none none;
}

.UIFooterControl .container .last {
    border-top: 1px solid #009E1C;
    text-align:center;
    padding-top: 5px;
}
.UIFooterControl .container .last .copyright {
    color: #eaeaea;
    font: 9pt arial;
}

.UIFooterControl .container  .col3 .support > li {
      margin: 0;
    padding: 3px 0;
}
.UIFooterControl .container  .col3 .contact ul {
      margin: 0;
    padding: 0 0 0 15px;
}
.UIFooterControl .container .last > ul {
    display: block;
}
.UIFooterControl .container .last .social > li {
    display: inline-block;
      padding: 0 5px;
}
.UIFooterControl .container .design > a {
    font: bold 9pt arial;
  color:#eaeaea;
}
.UIFooterControl .container .design {
    bottom: 10px;
    position: absolute;
    right: 10px;
    color:#eaeaea;
    font: 9pt arial;
}
.UIFooterControl .container .design > a:hover {
    color: #eaeaea;
}

@media only screen and (max-width: 768px){
    div.UIFooterControl a img {
        width: unset !important;
    }
}	