﻿.Footer {
    bottom: 0;
    background-color: #0F0F59;
    height: 50px;
    font-size: 10px;
    left: 0;
    overflow: hidden;
    position: absolute;    
    right:0;
    z-index: 9980;
}

.Footer-logo .icon-logo:before {
    font-size: 45px;
    position: relative;
    top: 18px;
}

.Footer-logo:after {
    right: -30px;
    position: relative;
    content: "";
    border-right: 1px solid #f1c400;
    height: 40px;
    margin-right: 30px;
    padding-bottom: 3px;
}

.Footer-logo {
    float: left;
    color: #fff;
    font-size: 30px;
    padding-left: 30px;
    margin-right: 30px;
    display: none;
}

.Footer-centeredText {
    padding-left: 22px;
    padding-top: 22px;
}

.Footer-staticText {
    color: #b3b3b3;
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-top: -2px;
    font-weight: 400;
    font-family: "AppFont-Regular";
}

.Footer-staticText--featured {
    font-weight: 900;
}

.Footer-linkLine {
    margin-top: -4px;
    margin-bottom: 5px;
    line-height: 15px;
}

.Footer-linkLineItem {
  display: inline;
  padding-right: 10px;
}

.Footer-linkLineLink {
    color: #fff;
    font-family: "AppFont-Regular";
}

.Footer-linkLineLink:hover {
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
}
