/* Ecreo Overwrites */


@import "ec-overwrites/contentLinkCards.css";
@import "ec-overwrites/anchorTagsOnLogin.css";
@import "ec-overwrites/blockListExceptionHelper.css";
@import "ec-overwrites/heroWithVideo.css";
@import "ec-overwrites/parallax.css";

.fs-4858,
.fs-4858 p,
.fs-4858 span {
    color: #003255;
    font-size: 48px;
    line-height: 58px;

    @media (max-width: 831px) {
        font-size: 36px;
        line-height: 46px;
    }
}

.fs-2432,
.fs-2432 p,
.fs-2432 span {
    font-size: 24px;
    line-height: 32px;
}

.fw-bold,
.fw-bold p {
    font-weight: 700;
}

.fs-1828,
.fs-1828 p,
.fs-1828 span {
    font-weight: bold;
    color: #003255;
    font-size: 24px;
    line-height: 32px;
}

@media (max-width: 991px) {
    .npp-col-width-default {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}


.news-post-page, .homepage {

    @media (min-width: 992px) {
        .col-width-4 {
            margin-left: 16.66667%;
            margin-right: 16.66667%;
        }

        .col-width-1 {
            margin-left: 10%;
            margin-right: 10%;
        }

        .col-width-2 {
            margin-left: 7%;
            margin-right: 7%;
        }

        .col-width-3 {
            margin-left: 0;
            margin-right: 0;
        }
    }
}

[data-component="TextAndHeadline"] p:last-child {
    margin-bottom: 0;
}


[data-component] img {
    max-width: 100%;
    height: auto;
}

[data-component] img {
    max-width: 100%;
    height: auto;
}

/*News read more */
.read-more-container .read-more-new {
    margin: 0 auto;
    background: #00436f;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    width: 162px;
    border-radius: 14px;
}

/*tax-guide-news*/
.fs-1828 .tax-guide-news span {
    font-weight: bold;
    color: #003255;
    font-size: 14px;
    line-height: 24px;
}