.govbar {
    background: #FFF;
    border-bottom: 1px solid #CCCACA;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    position: relative;
    overflow: hidden;
    height: 46px;
    width: 100%;
    z-index: 30000;
}

.govbar img {
    border: 0;
    display: block;
    height: 40px;
    padding: 3px 8px;
    max-width: 205px;
}

@media (min-width: 720px) {
    .govbar img {
        float: right;
    }
}

.at {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
