.fp-banner
{
    background: #0B5E77;
    padding: 30px 0;
    color: #fff;
    display: none;
}
.fp-banner .wrap
{
    max-width: 1350px;
    padding: 0 90px 0 60px;
    position: relative;
    margin: 0 auto;
}
.fp-banner .wrap a
{
    color: #fff;
}
.fp-banner .close
{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    border:none;
    outline:0;
    cursor:pointer;
    background:none;
    padding:0;
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    color: #fff;
    background-image:url(close.svg);
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}
.fp-banner .screen-reader-text
{
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.fp-banner .inner > *:first-child
{
    margin-top: 0;
}
.fp-banner .inner > *:last-child
{
    margin-bottom: 0;
}