﻿@media screen and (max-width: 780px) {
    .footer_helplinks {
        display: none;
    }
}

#pnlMobileFooter {
    background-color: #0076b4;
    font-size: 16px;
    color: white;
    text-align: center;
    padding-bottom: 3em; 
}

#pnlMobileFooter a {
    color: white;
    line-height: 1.5;
}

#pnlMobileFooter .footer-user {
    margin-top: 1em; 
}

#pnlMobileFooter .footer-phone {
    background-color: #003366;
    height: 40px;
    padding: 0;
    line-height: 40px; 
}

#phone-banner {
    display: inline-block;
    text-align: left;
    text-decoration: none;
    height: 42px;
    width: 125px;
    margin-top: 11px;
    font-size: 11px;
    background: black;
    color: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}

#phone-banner > * {
    margin-top: 7px;
    vertical-align: top;
    display: inline-block; 
}

#phone-banner img {
    height: 28px;
    margin-left: 11px;
}

#banner-text {
    width: 92px;
    text-align: center;
}

#banner-text div {
    line-height: 1;
    font-size: 11px;
    font-family: Helvetica, sans-serif;
    width: 100%;
}

#banner-text div.bottom {
    font-size: 18px; 
}
