.page-banner-wrapper {
    background-color: #011C35;
    padding-top: 8px;
    padding-bottom: 8px;
    text-decoration: none;
    cursor: pointer;
}

.page-banner-wrapper:hover,
.page-banner-wrapper:focus {
    text-decoration: none;
}

.page-banner-wrapper:hover .page-banner--link,
.page-banner-wrapper:focus .page-banner--link{
    text-decoration: underline;
}

.page-banner--container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.page-banner--info {
    text-align: center;
    font-weight: normal;
    font-size: 15px;
    line-height: 27px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.page-banner--info img {
    width: auto;
    max-width: 100%;
    height: 40px;
    margin: 0;
}

.page-banner--link {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    font-size: 15px;
    line-height: 27px;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
}

.page-banner--link svg {
    margin-left: 8px;
}

.page-banner--link svg path {
    fill: #FFFFFF;
}

@media (min-width: 420px) {
    .page-banner--link {
        white-space: nowrap;
    }
}

@media (min-width: 576px) {
    .page-banner--container {
        flex-direction: row;
    }
}

@media (min-width: 1200px) {
    .page-banner--info {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
