﻿
.featuredArticles {
    margin-top: 10px;
    overflow: hidden;
    position: relative;
}

    .featuredArticles a {
        color: White;
        text-decoration: none;
    }

.flickity-slideshow {
    width: 700px;
    height: 285px;
    background-color: gray;
    position: relative;
}

.flickity-slide {
    width: 700px;
    height: 285px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

    .flickity-slide a {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
    }

.flickity-page-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 100;
    display: flex;
    gap: 3px;
}

    .flickity-page-dots .dot {
        width: 10px;
        height: 7px;
        margin: 0 4px;
        background: #333;
        border-radius: 50%;
        opacity: 0.25;
        cursor: pointer;
    }

        .flickity-page-dots .dot.is-selected {
            opacity: 1;
        }

.flickity-button {
    display: none;
}



.slideShow {
    background-color: gray;
    margin-top: -10px !important;
    padding: 0px;
}

@media (max-width: 768px) {
    .flickity-slideshow {
        width: 100%;
        height: 200px;
    }

    .flickity-slide {
        width: 100%;
        height: 200px;
    }

    .flickity-page-dots {
        bottom: 20px;
    }
}
