.news {
    font-family: 'Josefin',sans-serif;
}

row .container.section__theme {
    width: 100%;
}

h5.card-title {
    color: black;
    font-size: 20px;
    font-family: 'Josefin', sans-serif;
    text-transform: none !important;
}

h5 {
    font-size: 14px;
    margin-top: -30px !important;
    margin-bottom: 10px;
}

.news a {
    cursor: pointer;
}

.module__listing--date>h5 {
    margin-bottom: 0;
    padding-bottom: 10px;
    color: #ffffff !important;
    font: normal normal 40px var(--font-raleway);
    font-weight: 600;
    line-height: 30px;
    font-family: 'Josefin sans';
    margin-top: -23px !important;
}

main section.news-listings {
    max-height: unset;
    margin-bottom: 100px;
}

.module__listing--date {
    max-width: 78px;
    max-height: 77px;
    padding: 20px 10px 20px;
}

.module__listing--date>h5 {
    margin-bottom: 0;
    padding-bottom: 10px;
    color: #ffffff !important;
    font: normal normal 40px var(--font-raleway);
    font-weight: 600;
    line-height: 30px;
    font-family: 'Josefin sans';
}

.module__listing--date>h5 span {
    color: #ffffff !important;
    font: normal normal 13px var(--font-raleway);
    font-weight: 600;
    line-height: 33px;
}

.module__listing--featured-date {
    max-width: 80px;
    max-height: 80px;
    padding: 10px 15px 25px;
}

.module__listing--featured-date>h5 {
    margin-bottom: 0;
    color: #212121;
    font: normal normal 40px var(--font-raleway);
    line-height: 25px;
    font-weight: 600;
}

.module__listing--featured-date>h5 span {
    color: #212121;
    font: normal normal 14px var(--font-raleway);
    font-weight: 600;
    line-height: 17px;
}

.bg-yellow {
    background-color: black;
}

.flex-center {
    display: flex;
    flex-direction: column;
    align-self: center;
}
.card.news-listing {
    position: relative;
    max-height: unset !important;
    margin: 0 1rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}
.card.news-listing .card-body {
    margin-top: 10px;
    padding: 70px 30px 1rem;
    background-color: #efece7;
    border-radius: 15px;
}

.card {
    background-color: transparent !important;
}

.card.news-listing .card-body * {
    text-decoration: none;
}

.listing-btn-border {
    border: 1px solid #8a8a8a;
}

.news-readmore-btn {
    max-width: 50% !important;
    max-height: 40px;
    margin: 3rem 0 1.5rem;
    padding: 0 35px;
    border: 1px solid #212121;
    border-radius: 15px;
    background-color: black;
}

.card.news-listing h5 a {
    color: #000000 !important;
}

.card-title h5 {
    color: #000000 !important;
}

.card.news-listing a {
    line-height: 40px;
    color: #ffffff;
    font-weight: 400;
}
.card.news-listing p {
    color: #000000 !important;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    padding-top: 0;
    color: #939598;
}

.featured-link {
    color: #212121;
    line-height: 50px !important;
}

.news__featured-container {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
}

.news__featured-container .section__theme .text {
    padding-top: 100px;
    padding-bottom: 100px;
}

.news-listing-featured .text h2 {
    margin-top: 2.25rem;
    margin-left: 50px;
    color: #e62827;
    font-family: var(--font-raleway);
    font-size: 21px;
    font-weight: 600;
    line-height: 1.15;
}

.news-listing-featured .text p, .news-listing-featured .text a {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    color: #ffffff;
}

.news-listing-featured .text a:focus {
    outline: 0;
    box-shadow: none;
    text-decoration: none;
    color: #858585;
}

.news-listing-featured .text>div {
    display: block;
    margin-left: calc(-80px - 15px);
    overflow: hidden;
    background-color: #051019;
}

.news-listing-featured .text>div>.row {
    padding-left: 15px;
}

a.btn.see-more-btn.smlBtn {
    font-size: 17px;
    font-family: 'josefin sans' !important;
    width: 260px;
    height: 50px;
    line-height: 37px;
    border: none;
    background-color: black;
    color: white !important;
    margin-top: 60px;
    margin-bottom: 40px;
    border-radius: 15px;
}

.news-listing-featured .text>div p {
    padding-left: 60px;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.news-listing-featured .text>div .cta {
    margin-left: 120px;
}

.news-listing-featured .cta {
    border: 1px solid #9f9f9f !important;
}

.news-listing .card-body>.position-absolute {
    top: calc(-40px - 20px);
    left: 15px;
}

@media only screen and (max-width: 1280px) {
    .news__featured-container {
        max-width: calc(100% - (2 * 15px));
    }
    
    .news-listing-featured .text>div {
        margin-left: calc(-80px - 27px);
    }

}

@media only screen and (max-width: 1024px) {
    .news__featured-container {
        max-width: 912px;
    }

}

@media only screen and (max-width: 992px) {
    .news__featured-container {
        max-width: 880px;
    }
}



@media only screen and (max-width: 768px) {
    .card.news-listing .news-readmore-btn {
        padding: 0;
    }

    .news__featured-container {
        max-width: 100%;
    }
}



@media only screen and (max-width: 576px) {
    .news-item .section__theme .text h1.title {
        position: relative;
        text-transform: none !important;
        line-height: 27px !important;
        margin-top: 40px !important;
    }

    
    .card.news-listing p {
        font-size: 15px !important;
        line-height: 22px !important;
    }
    
    .card.news-listing .card-body * {
        color: #8fb91e;
        text-decoration: none;
    }
    
    .news {
        margin-top: 30px;
    }
    
    main[role=main].container-fluid {
        padding-top: 30px !important;
    }
    
    .card.news-listing .news-readmore-btn {
        max-width: 50%;
    }
    
    .news__featured-container {
        max-width: 100%;
    }
    
    .news-listings.featured .card.news-listing a {
        color: #858585 !important;
    }
    
    .listing-image {
        max-width: 100%;
        width: 100%;
        min-height: 300px;
    }
    
    .card.news-listing {
        position: relative;
        max-height: unset !important;
        padding: 0;
        border: 0;
        border-radius: 0;
        margin-bottom: 60px;
    }
    
    .card.news-listing .news-readmore-btn {
        max-width: 140px;
        padding: 0;
        line-height: 0;
        background-color: black;
        border-radius: 10px;
        text-transform: uppercase;
        border: 0;
        min-height: 50px;
    }
    
    h5.card-title {
        color: black !important;
        font-size: 20px;
        font-family: 'Josefin Sans';
        text-transform: none !important;
    }
    
    .card.news-listing p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

@media only screen and (max-width: 1440px) {
    .card.news-listing .news-readmore-btn {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1280px) {
    .news__featured-container {
        max-width: calc(93.75% - (2 * 15px));
    }
    
    .news-listing-featured .text>div {
        margin-left: calc(-80px - 27px);
    }
    
    .module__listing--featured-date {
        max-width: 70px;
        max-height: 70px;
        padding: 0 10px 15px;
    }
}

@media only screen and (max-width: 1280px) {
    .listing-image {
        min-height: 200px;
    }
    
    .news__featured-container {
        max-width: 100%;
    }

}

@media only screen and (max-width: 1024px) {
    
    .news-listing-featured .text>div {
        margin-left: calc(-80px - 5px);
    }
    
    .card.news-listing .card-body {
        margin-top: 10px;
        padding: 70px 25px 1rem;
        margin-bottom: 30px;
    }
    
    .news__featured-container .feature-title {
        max-height: 70px;
    }
    
    .news-listing-featured .text h2 {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
        margin-left: 25px;
        line-height: 1.5;
    }
    
    .news-listing-featured .text>div p {
        padding-left: 75px;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
}


@media only screen and (max-width: 992px) {
    .news-listings .card.news-listing {
        margin: 0;
    }
    
    .card-deck .card {
        flex: 0 0 50%;
        padding: 1.618rem 1rem;
    }
}

@media only screen and (max-width: 768px) {
    .news, .section__theme .text {
        padding-top: 30px !important;
        padding-bottom: 0px !important;
    }
    
    .card-deck .card {
        flex: 0 0 100%;
    }
    
    .news {
        font-family: var(--font-nunito-sans);
    }
    
    .news a {
        cursor: pointer;
    }
    
    main section.news-listings {
        max-height: unset;
    }
    
    .card.news-listing .card-body {
        margin-top: 10px;
        padding: 80px 30px 1rem;
        background-color: #efece7;
        border-radius: 15px;
    }
    
    .card.news-listing {
        position: relative;
        max-height: unset !important;
        padding: 0;
        border: 0;
        border-radius: 0;
        margin-bottom: 60px;
    }
    
    .module__listing--featured-date {
        max-width: 120px;
        max-height: 118px;
        padding: 0px 8px 26px;
        background-color: black !important;
    }
    
    .module__listing--date {
        max-width: 130px;
        max-height: 120px;
        padding: 0 8px 10px;
        background-color: black;
    }
    
    .module__listing--featured-date {
        max-width: 100px;
        padding: 40px 8px 18px 0;
        background-color: black;
    }
    
    .module__listing--date>h5 {
        margin-bottom: 0;
        padding-bottom: 10px;
        color: white !important;
        font: normal normal 50px var(--font-raleway);
        font-weight: 600;
        line-height: 30px;
    }
    
    .module__listing--date>h5 span {
        color: white;
        font: normal normal 18px var(--font-raleway);
        font-weight: 600;
        line-height: 33px;
    }
    
    .module__listing--featured-date {
        max-width: 80px;
        max-height: 80px;
        padding: 10px 15px 25px;
    }
    
    .module__listing--featured-date>h5 {
        margin-bottom: 0;
        color: #212121;
        font: normal normal 40px var(--font-raleway);
        line-height: 25px;
        font-weight: 600;
    }
    
    .module__listing--featured-date>h5 span {
        color: #212121;
        font: normal normal 14px var(--font-raleway);
        font-weight: 600;
        line-height: 17px;
    }
    
    .grey-border-1 {
        border: 1px solid #dfdfdf;
    }
    
    .flex-center {
        display: flex;
        flex-direction: column;
        align-self: center;
    }
    
    .card.news-listing .card-body {
        margin-top: 10px;
        padding: 80px 30px 1rem;
        margin-bottom: 30px;
    }
    
    .card.news-listing .card-body * {
        color: white;
        text-decoration: none;
    }
    
    .listing-btn-border {
        border: 1px solid #8a8a8a;
    }
    
    .news-readmore-btn {
        max-width: 280px;
        max-height: 50px;
        margin: 3rem 0 1.5rem;
        padding: 0 35px;
        border: 1px solid #212121;
    }
    
    .card.news-listing h5 {
        font-family: inherit;
    }
    
    .card.news-listing a {
        color: white;
    }
    
    .card.news-listing p {
        color: #858585 !important;
    }
    
    .featured-link {
        color: #212121;
        line-height: 50px !important;
    }
    
    .news__featured-container {
        max-width: 1280px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .news__featured-container .section__theme .text {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    .news-listing-featured .text h2 {
        margin-top: 2.25rem;
        margin-left: 50px;
        color: #e62827;
        font-family: var(--font-raleway);
        font-size: 21px;
        font-weight: 600;
        line-height: 1.15;
    }
    
    .news-listing-featured .text p, .news-listing-featured .text a {
        font-size: 16px;
        line-height: 30px;
        font-weight: 300;
        color: #ffffff;
    }
    
    .news-listing-featured .text a:focus {
        outline: 0;
        box-shadow: none;
        text-decoration: none;
        color: #858585;
    }
    
    .news-listing-featured .text>div {
        display: block;
        margin-left: calc(-80px - 15px);
        overflow: hidden;
        background-color: #051019;
    }
    
    .news-listing-featured .text>div>.row {
        padding-left: 15px;
    }
    
    .news-listing-featured .text>div p {
        padding-left: 60px;
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
    
    .news-listing-featured .text>div .cta {
        margin-left: 120px;
    }
    
    .news-listing-featured .cta {
        border: 1px solid #9f9f9f !important;
    }
    
    .news-listing .card-body>.position-absolute {
        top: calc(-40px - 20px);
        left: 15px;
    }
}



@media only screen and (max-width: 1440px) {
    .card.news-listing .news-readmore-btn {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1280px) {
    
    .news__featured-container {
        max-width: calc(100% - (2 * 15px));
    }
    
    .news-listing-featured .text>div {
        margin-left: calc(-80px - 27px);
    }

}

@media only screen and (max-width: 1024px) {
    .news__featured-container {
        max-width: 912px;
    }
    
    .listing-image {
        max-width: 100%;
        width: 100%;
        min-height: 200px;
    }
}



@media only screen and (max-width: 992px) {
    .news__featured-container {
        max-width: 880px;
    }
}



@media only screen and (max-width: 768px) {
    
    .news__featured-container {
        max-width: 100%;
    }

}


@media only screen and (max-width: 576px) {
    .news-listings .container.section__theme {
        width: 100% !important;
    }
    
    .news__featured-container {
        max-width: 100%;
    }
}

