﻿#marketing-bar {
    text-align: center;
    line-height: 38px;
    background-color: #e0822d;
    color: white;
    overflow: hidden;
}

#close-mbar{
    color: white;
}

#marketing-bar a {
    color: #1b3f79;
    text-decoration: underline;
}

#marketing-bar strong {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    #marketing-bar {
        line-height: 21px;
    }
}