.footer {
    background-color: #929292;
    clear: both;
    cursor: default;
    position: fixed;
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 33px;
    overflow: hidden;
    -webkit-transition: max-height 1s ease 0s;
    -moz-transition: max-height 1s ease 0s;
    -o-transition: max-height 1s ease 0s;
    -ms-transition: max-height 1s ease 0s;
    transition: max-height 1s ease 0s;
    z-index: 9999;
}

.footer:hover, .footer:focus, .footer:active, .footer_active {
    bottom: 0;
    max-height: 100%;
    -webkit-transition: max-height 1s ease 0.5s;
    -moz-transition: max-height 1s ease 0.5s;
    -o-transition: max-height 1s ease 0.5s;
    -ms-transition: max-height 1s ease 0.5s;
    transition: max-height 1s ease 0.5s;
}

#navSuppWrapper {
    margin: 0 30px 0;
    padding: 0;
    background: none;
    font-weight: bold;
}

#navSuppWrapper a {
    color: #fffffd;
    font-weight: normal;
}

#navSuppWrapper a:hover {
    color: #929292;
    font-weight: normal;
}

dl {
    margin: 8px 0 3px 0;
    padding: 0;
    clear: both;
    height: 150px;
    width: 100%;
}

/*Adjust the height and width of the menu*/
dt {
    margin-bottom: .3em;
    font-weight: bold;
}

dd {
    margin: 0;
    padding: 0;
    float: left;
    min-width: 160px;
}

/*Column width of the menu - currently set for 5 columns*/
dd ul {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}

dd li {
    margin: 0;
    padding: 0;
    width: 175px;
    overflow: hidden;
}

dd li a {
    margin: 0;
    padding-left: 18px;
    display: block;
}

dd li a:hover {
    background: #FFFFFF;
    color: #929292;
}

.menuTitle {
    margin: 0;
    padding-bottom: .8em;
    text-align: center;
    font-size: 1.1em;
    color: #FFFFFF;
}

.first, .second, .third, .fourth {
    border-right: 1px dashed #fff;
    margin-left: -1px;
}

#siteinfoLegal {
    padding: .5em 0 0;
    font-size: 0.9em;
    line-height: normal;
    clear: both;
    color: #fffffd;
    text-align: center;
}

#siteinfoLegal a {
    padding: 0 0.5em 0 0.5em;
    color: #FFFFFF;
    font-weight: bold;
    white-space: nowrap;
}

#siteinfoLegal a:hover {
    color: #fffffd;
}

.social-media img {
    margin-right: 10px;
}

.social-media {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 15px;
    position: absolute;
    bottom: -10px;
    right: 10px;
}

.social-media-bottom {
    bottom: inherit;
}

#w3c-checked {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
}

#bannerSix {
    margin-top: 0;
    margin-bottom: 30px;
}
