button.banner-hide-button {
    float: right;
    display: inline-block;
    margin: 0;
    padding: 0 0 0 10px;
    border-style: none;
    border-width: 0;
    border-color: #999;
    position: relative;
    font-size: 1.2em;
    font-weight: 400;
    font-family: inherit;
    text-align: right;
    background: 0 0 !important;
    /* line-height: 1.8em;*/
}


    button.banner-hide-button:hover {
        text-decoration: underline
    }

    button.banner-hide-button .link-padder {
        margin-top:1.1em;
    }

button.banner-hide-button span::before {
        color:white;
        background-color:#333;        
        padding:0.2em 0.3em;
        border-radius:10px;
        margin-top:0.9em;
        font-size:1.2em;
        cursor:pointer;
    }

    button.banner-hide-button span:hover::before {
        color:#005c98;
        background-color:white;        
        border:solid 1px #005c98;
    }
  
.info-banner-container{
    background: #D4D4D4;
    padding-bottom: 1em;
    color: #393439;
    border-bottom: solid 1px #bbb;
}

.maintenance-banner-container {
    background: #A02B22;
    padding-bottom: 1em;
    color: #ffffff
}

.alert-banner-container {
    background: #FFEE83;
    padding-bottom: 1em;
    border-bottom: solid 1px #bbb;
}

.banner-heading {
    -webkit-text-size-adjust: 100%;
    color: #222;
    font: .9em/1.6em "Open Sans",sans-serif;
    font-size: 1.5em;
    display: block;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}


.alert-banner-container .banner-heading:before, .cookies-container .banner-heading:before, .info-banner-container .banner-heading:before, .maintenance-banner-container .banner-heading:before {
    margin-right: .5em;
    position: relative;
    font-family: FontAwesome;
    font-weight:normal;
}

.maintenance-banner-container .banner-heading:before {
    content: "\f085"
}

.info-banner-container .banner-heading:before {
    content: "\f05a"
}

.alert-banner-container .banner-heading:before {
    content: "\f06a";
}