.news-alert-banner {
    height: 0;
    overflow: hidden;
    width: 100%;
    background: #E6ECF3;
    text-align: center;
    transition: height .5s ease, opacity .5s ease;
    opacity: 0;
}

.editor-styles-wrapper .news-alert-banner,
.has-news-alert .news-alert-banner {
    height: auto;
    overflow: visible;
    opacity: 1;
    background: linear-gradient(140.25deg, #005B93 19.91%, #09202E 92.2%);
}

.news-alert-banner .alert-text-wrapper {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 20% 124%;
    background-position-x: -6%;
    padding-left: 18px;
    padding-right: 48px;
}

.news-alert-banner .alert-title {
    display: none;
    color: white;
    font-size: 20px;
    line-height: 18px;
}

.news-alert-banner .alert-heading {
    color: white;
    font-size: 20px;
    line-height: 18px;

}

.editor-styles-wrapper .alert-text-container,
.alert-text-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.news-alert-banner .alert-text {
    color: #E6ECF3;
    line-height: 28px;
    max-width: 1440px !important;
    padding-right: 20px;
    margin-bottom: 0 !important;
}

.news-alert-banner .alert-text p {
    font-size: 16px !important;
    margin-bottom: 0 !important;
}

.news-alert-banner .alert-text a {
    color: #004772 !important;
    text-decoration: underline !important;
}


.editor-styles-wrapper .alert-link-text,
.news-alert-banner .alert-link-text {
    font-size: 16px;
    text-decoration: none;
    color: #005B93;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
}

.news-alert-banner .alert-expand {
    display: none;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 33px;
    font-weight: 300;
    cursor: pointer;
    justify-self: end;
    position: absolute;
    right: 50px;
    top: 14px;
}

.news-alert-banner .alert-expand:after {
    display: inline-block;
    margin-left: 0;
    vertical-align: 10px;
    content: "";
    border-top: 0 none;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    border-left: 0 none;
    padding: 3px;
    transform: rotate(45deg);
}

.news-alert-banner .alert-close {
    color: white;
}

.scrolling.has-news-alert .news-alert-banner {
    height: 0px !important;
    overflow: hidden;
    opacity: 0;
}

span.alert-dismiss {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 33px;
    font-weight: 300;
    cursor: pointer;
    justify-self: end;
    position: absolute;
    right: 20px;
    top: 14px;
    color: white;
}

.editor-styles-wrapper .alert-button,
.alert-button {
    display: flex;
    align-items: center;
    flex-direction: row;
    background: white;
    border-radius: 99px;
    padding: 12px 24px 12px 24px;
}

@media screen and (max-width: 991px) {
    .has-news-alert .news-alert-banner {
        overflow: visible;
        opacity: 1;
        background: linear-gradient(140.25deg, #005B93 19.91%, #09202E 92.2%);

    }

    .news-alert-banner.alert-collapsed {
        height: auto !important;
    }

    .news-alert-banner .alert-text-wrapper {
        background-repeat: no-repeat;
        background-size: 40% 124%;
        background-position-x: 100%;
        padding-left: 18px;
        padding-right: 48px;

    }

    .news-alert-banner .alert-title {
        display: inline-block;
        margin-right: 50px;
        padding-left: 14px;
        color: #FFFFFF;
        padding-right: 14px;
        line-height: 1.12;
        text-align: left;
        font-size: 14px;
    }

    .news-alert-banner .alert-heading {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px;
        letter-spacing: 0px;
        text-align: left;

    }

    .news-alert-banner .alert-text {
        color: #E6ECF3;
        font-size: 16px;
        line-height: 18px;
        max-width: 1130px;
        padding-bottom: 12px;
        font-weight: 600;
    }

    .news-alert-banner .alert-link-text {
        color: #005B93;
        font-weight: normal;
        text-decoration: none;
    }

    .news-alert-banner .alert-icon {
        display: none;
    }

    .news-alert-banner .alert-dismiss {
        color: white;
    }

    .news-alert-banner.alert-expanded .alert-text {
        height: auto;
        overflow: visible;
        text-align: left;
        padding: 10px 40px 15px;
        font-size: 12px !important;
        background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 40%, rgba(230, 236, 243, 1) 100%);
        background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 40%, rgba(230, 236, 243, 1) 100%);
        background: linear-gradient(0deg, rgba(255, 255, 255, 1) 40%, rgba(230, 236, 243, 1) 100%);
        font-style: normal;
        font-weight: 600;
        line-height: 1.5;
        color: #384C5A;
    }

    .editor-styles-wrapper .alert-button,
    .alert-button {
        display: flex;
        align-items: center;
        flex-direction: row;
        background: white;
        border-radius: 99px;
        padding: 8px 16px 8px 16px;
    }

    .news-alert-banner.alert-expanded .alert-title {
        height: 48px;
        line-height: 48px;
        text-align: left;
    }

    .news-alert-banner.alert-expanded {
        height: auto;
    }

    .news-alert-banner.alert-expanded .alert-expand:after {
        transform: rotate(225deg);
        vertical-align: 5px;
    }

    .news-alert-banner .alert-expand {
        display: inline-block;
    }
}

@media (max-width: 700px) {
    .news-alert-banner .alert-text p {
        font-size: 12px !important;
        margin-bottom: 5px !important;
        line-height: 20px !important;
    }

}