/* -------------------------------------- */
.pad-section {
    padding: 40px 0;
}

.banner-text-intro {
    color: #7F7F7F;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-top: 10px;
}

.article-description p {
    font-weight: 500;
    color: #8C8C8C;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
}

a:hover .article-description p {
    color: #C78385;
    font-weight: 500;
}

p.image-catergory {
    text-transform: uppercase;
}

a:hover p.image-catergory {
    color: #C78385;
}

a:hover .block-hover {
    background-color: unset;
    left: -15px;
    top: -15px !important;
    background: linear-gradient(-90deg, #cc3631 0, #952b30 100%);
}

.read-more-icon {
    position: relative;
    margin: 10px 0;
    font-size: 14px;
}

.read-more-icon::before {
    content: url(../images/icons/chevron-right.svg);
    position: absolute;
    top: 2px;
    left: 88px;
    width: 15px;
    height: 15px;
}

a:hover .read-more-icon span {
    color: #fff;
}

a:hover .read-more-icon::before {
    content: url(../images/icons/chevron-right-white.svg);
    left: 83px;
    transition: all 500ms ease-in-out;
}

.read-more-icon span {
    color: #000;
    font-weight: 500;
}

.block-link {
    border-bottom: 3px solid #BA3231;
}

.marginT-article {
    margin-top: 70px;
}

.block-link {
    padding-right: 20px;
}

.title-link {
    font-weight: 700;
    text-transform: uppercase;
}


h1 {
    margin-bottom: 20px;
}

/* -------------------------------------------------- */
.featured-article-header .image-wrapper {
    right: calc((100vw - 1360px)/ -2);
    left: 20px;
    position: absolute;
    min-height: 55vh;
}

.featured-article-header .image-wrapper .block {
    height: 100%;
    width: 70%;
    position: absolute;
    right: 0;
}

.background-news-secondary {
    background-color: #952b30;
}

/*
a:not(.button) {
    -webkit-transition: color 150ms ease-in-out, background 150ms ease-in-out, border-color 150ms ease-in-out;
    transition: color 150ms ease-in-out, background 150ms ease-in-out, border-color 150ms ease-in-out;
    color: inherit;
    font-weight: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}*/
.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.featured-article-header .image-wrapper img {
    position: absolute;
    bottom: 0;
    left: .9375rem;
    width: 100%;
    height: calc(100% - 40px);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.featured-article-header .image-wrapper .content {
    position: relative;
    width: 65%;
    z-index: 1;
    left: -.9375rem;
    bottom: 1.875rem;
    color: #fff;
    padding: 1.25rem;
}

.background-news-gradient {
    background: -webkit-gradient(linear, left top, right top, from(#cc3631), to(#952b30));
    background: linear-gradient(-90deg, #cc3631 0, #952b30 100%);
}

.featured-article-header .image-wrapper .content .heading {
    font-size: .75rem;
    line-height: 1.3125rem;
    font-weight: 700;
    opacity: .5;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.featured-article-header .image-wrapper .content .title {
    padding-top: 15px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

a .cta:not(.no-arrow),
a.cta:not(.no-arrow) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

a .cta,
a.cta {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: .8125rem;
    line-height: 1.375rem;
    padding-right: 1.375rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
    margin-top: 15px;
}

/* a .cta:not(.no-arrow):after,
a.cta:not(.no-arrow):after {
    content: "";
    position: absolute;
    bottom: .3125rem;
    right: 0;
    width: .875rem;
    height: .84375rem;
    background-color: #000;
    -webkit-mask-image: url(../images/icons/chevron-right-white.svg);
    mask-image: url(../images/icons/chevron-right-white.svg);
    -webkit-transition: background 150ms ease-in-out;
    transition: background 150ms ease-in-out;
} */
a .cta:not(.no-arrow):after,
a.cta:not(.no-arrow):after {
    content: url(../images/icons/chevron-right-white.svg);
    position: absolute;
    top: 2px;
    left: 88px;
    width: 15px;
    height: 15px;
}

@media screen and (max-width:991px) {
    .filtering-system button {
        margin-top: 20px;
    }

    .multiselect {
        margin-top: 20px;
    }
}

@media (max-width: 991.98px) {
    .featured-article-header .content-wrapper .heading {
        padding-top: 0rem
    }
}

@media (max-width: 991.98px) {
    .featured-article-header .content-wrapper .content p {
        font-size: 1.125rem;
        line-height: 1.75rem;
        padding-top: 1.25rem;
        opacity: .5
    }
}

@media (max-width: 991.98px) {
    .featured-article-header .image-wrapper .block {
        display: none
    }
}

@media (max-width: 1574.98px) {
    .featured-article-header .image-wrapper {
        right: calc((100vw - 1105px)/ -2)
    }
}

@media (max-width: 1199.98px) {
    .featured-article-header .image-wrapper {
        right: calc((100vw - 925px)/ -2)
    }
}

@media (max-width: 991.98px) {
    .featured-article-header .image-wrapper {
        height: 25rem;
        left: calc((100vw - 685px)/ -2);
        right: calc((100vw - 685px)/ -2)
    }
}

@media (max-width: 767.98px) {
    .featured-article-header .image-wrapper {
        height: 17.5rem;
        left: calc((100vw - 535px)/ -2);
        right: calc((100vw - 535px)/ -2)
    }
}

@media (max-width: 575.98px) {
    .featured-article-header .image-wrapper {
        left: -.3125rem;
        right: -.3125rem
    }
}

@media (max-width: 991.98px) {
    .featured-article-header {
        padding-bottom: 31.25rem
    }
}

@media (max-width: 991.98px) {
    .featured-article-header .image-wrapper .content .title {
        font-size: 1.125rem;
        line-height: 1.625rem
    }
}

@media (max-width: 1574.98px) {
    .featured-article-header .image-wrapper .content {
        width: 75%
    }
}

@media (max-width: 1199.98px) {
    .featured-article-header .image-wrapper .content {
        left: 0;
        bottom: .9375rem
    }
}

@media (max-width: 991.98px) {
    .featured-article-header .image-wrapper .content {
        top: 6.25rem;
        bottom: unset;
        left: .9375rem
    }
}

@media (max-width: 767.98px) {
    .featured-article-header .image-wrapper .content {
        width: 85%
    }
}

@media screen and (max-width:991px) {
    .inner-square-link img {
        height: 100% !important;

    }

    .title-link {
        height: unset !important;
    }

    .block-link {
        height: 100% !important;
    }
}