header .banner, header .banner-subs {
    background: #3C81A8;
    max-height: 100%;
    color: #fff;
    height: 30px;
    font-family: "AvenirBook", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}

header .banner-subs {
    background: #EEEEEE;
    color: #34495E;
    text-align: right;
    padding-right: 10%;
}

.banner-close:before {
    content: "\f00d";
    display: block;
    font-family: "FontAwesome";
    font-size: 17px;
    width: 100%;
    text-align: center;
    color: #ffffff;
}

.banner-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    width: 30px;
    background: none;
    border: none;
}