﻿.divFooter
{
    margin-left: 20%;
    margin-right: 20%;
    height: 150px;
}
.divFooter.mobile
{
    width: 100%;
    height: 40px;
    margin-left: 0px;
    margin-right: 0px;
    max-width: 600px;
}
.divFooterItems
{
    background-color: #BBBBBB;
    margin-top: 40px;
    font-size: 10pt !important;
    margin-bottom: 20px;
    font-family: Arial;
    display: flex;
    justify-content: center;
}
.divFooterItems.mobile
{
    width: 100%;
    height: 40px;
}
.divFooterItem
{
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin-left: 35px;
}
.divFooterItem.mobile
{
    height: 40px;
    margin-left: 15px;
}
a.aFooterLink:link, a.aFooterLink:visited, a.aFooterLink:hover, a.aFooterLink:active
{
    color: Black;
    text-decoration: none;
}
.divFooterCopyrightAndSocial
{
    width: 100%;
}
.divCopyright
{
    font-size: 12px;
    font-family: Verdana,Arial,Sans Serif;
    color: #666;
    text-align: left;
    float: left;
    width: 70%;
    padding-bottom: 20px;
}

.divCopyright.mobile
{
    text-align: center;
    width: 100%;
    float: none;
}
.divSocial
{
    float: left;
    width: 30%;
    text-align: right;
}
.divSocial.mobile
{
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    height: 40px;
    float: none;
}
