.top-page-banner {
    background-color: #55bb51;
    border: 0 none;
    color: white;
    float: left;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 14px;
    left: 0;
    margin-bottom: 20px;
    padding: 3px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2147483647;
}
.top-page-banner > div {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.top-page-banner > div p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 15px;
    padding: 0px 22px;
}
.top-page-banner > div a {
    color: white;
    text-decoration: underline;
}
.top-page-banner > div a:hover {
    text-decoration: none;
}
.top-page-banner > div a.close-button {
    color: white;
    cursor: pointer;
    right: 0;
    top: 0;
    font-size: 10px;
    font-weight: bold;
    margin-right: 2px;
    margin-top: -3px;
    position: absolute;
    text-decoration: none;
}
@media only screen and (max-width: 770px) {
    .top-page-banner {
        margin-bottom: 0;
        position: relative;
    }
}