body{
    position: relative;
}

body{
    padding-bottom: 15rem !important;
}

body:not(.ef-user-signed-in){
    padding-bottom: 42rem !important;
}

#footer{
    background-color: #3F3F3E;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    padding: 2rem 0;
}

#footer .footerWrapper{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    height: 100%;
    z-index: 10;
}

#footer .topFooterContainer,
#footer .rightFooterContainer {
    flex-grow: 0;
    flex-shrink: 0;
    color: white;
    font-family: 'Lato', sans-serif;
}

#footer .leftFooterContainer {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 1.7;
}

#footer .leftFooterContainer .leftFooterImg img {
    height: 70px;
    width: auto;
}

#footer .leftFooterContainer,
#footer .rightFooterContainer{
    flex-basis: 50%;
}

#footer .rightFooterContainer {
    font-size: 1.8rem;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#footer .rightFooterContainer a {
    color: #FFFFFF;
    text-decoration: none;
}

#footer .rightFooterContainer a:first-child {
    margin: 0 1.5rem;
}