﻿.featuredNews {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 66.66%;
    background: white;
    position: relative;
}

.featuredNews .news-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.featuredNews .news-container .List {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
}

.featuredNews.singleView .news-container .List {
    margin-left: 0 !important;
    display: flex;
}

.featuredNews.singleView .prev,
.featuredNews.singleView .next {
    display: none;
}

.featuredNews .title-area {
    cursor: pointer;
}

    .featuredNews .prev,
    .featuredNews .next {
        position: absolute;
        height: 100%;
        top: 0px;
        z-index: 1;
    }

    .featuredNews .pagination {
        position: absolute;
        bottom: 0;
        margin: 0 0 25px 0;
        display: flex;
        height: 18px;
        width: 100%;
        z-index: 2;
        justify-content: center;
    }

        .featuredNews .pagination li {
            height: 13px;
            width: 13px;
            border-radius: 13px;
            border: solid 1px #fff;
            margin: 0 10px;
            cursor: pointer;
        }

    .featuredNews .pagination li.active,
    .featuredNews .pagination li:hover {
        background: #fff;
    }

    .featuredNews .featuredNews-button {
        display: flex;
        align-items: center;
        height: 100%;
    }

        .featuredNews .featuredNews-button svg {
            font-size: 36px;
            color: rgba(255,255,255,0.7);
            height: 36px;
            width: 18px;
            cursor: pointer;
        }

    .featuredNews .prev {
        left: 0px;
        margin: 0 0 0 15px;
    }

    .featuredNews .next {
        right: 0px;
        margin: 0 15px 0 0;
    }


    .featuredNews .news-container .List .item {
        float: left;
        background-size: cover;
        background-position: center center;
        position: relative;
        list-style: none;
    }

        .featuredNews .news-container .List .item .featuredImg {
            width: 100%;
        }

        .featuredNews .news-container .List .item.no-slides {
            color: #fff;
            align-items: center;
            justify-content: center;
            font-family: Colossalis, Impact, sans-serif;
            text-transform: uppercase;
            font-size: 28px;
        }

        .featuredNews .news-container .List .item.prev {
            position: absolute;
            z-index: 2;
            top: 0;
            left: 0px;
            margin: 0;
        }

        .featuredNews .news-container .List .item.next {
            position: absolute;
            z-index: 2;
            top: 0;
            left: 1620px;
            margin: 0;
        }

        .featuredNews h2 {
            font-size: 30px;
            font-weight: 100;
            letter-spacing: 2px;
            color: #fff;
            line-height: 38.4px;
            margin: 0 0 18px 0;
        }

    .featuredNews h2:hover {
        color: #ccc;
    }

    .featuredNews .news-container .List .featured-image-overlay {
        background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,1) 100%);
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
        height: 100%;
    }
    .featuredNews .news-container .List .featured-image-overlay .overlay-details {
        padding: 0 50px;
        margin-bottom: 75px;
        margin-top: auto;
    }

    .featuredNews .news-container .List .featured-image-overlay .read-more {
        display: flex;
        line-height: 18px;
        color: #fff;
        position: relative;
        width: 170px;
    }

    .featuredNews .fa-plus-circle {
        height: 16px;
        width: 16px;
        margin: 0 5px 0 0;
        color: #ccc;
    }

    .featuredNews .read-more h6 {
        color: #fff;
        letter-spacing: 2px;
        position: relative;
        margin: 0;
        font-size: 18px;
        letter-spacing: 0.25em;
    }

    .featuredNews .read-more h6:after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 0%;
        border-bottom: 2px solid #ccc;
        transition: 0.4s;
    }

    .featuredNews .news-container .List .featured-image-overlay .read-more:hover h6:after {
        width: 100%;
    }

@media (max-width:768px) {
    .featuredNews {
        height: 540px;
    }
}

@media screen and (max-width: 576px) {
    .featuredNews .news-container .List .item .read-more {
        align-self: center;
    }

    .featuredNews .news-container .List .item .title-area {
        text-align: center;
    }

    .featuredNews .news-container .List .featured-image-overlay {
        justify-content: center;
    }
}
