

/* WEST IN THE NEWS PAGE */


/* --- Yearly News Tab Headers    --- */

.west-news-container .newsyear-tabs {
    border: none;
    white-space: nowrap;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 0;
}

li.nav-item {
    display: inline-block;
    float: none;
}

.west-news-container .nav-link.newsyear-tab-link {
    border: none;
    font-size: 1.1rem;
    color: #929292;
}

    .west-news-container .nav-link.newsyear-tab-link.active {
        border-bottom: 2px solid var(--primary-green);
        color: var(--primary-green);
        background-color: #f7f8fc;
    }

@media (max-width: 1024px) {
    .west-news-container .tabs-row {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .west-news-container .tabs-row {
        width: 100%;
    }

    .west-news-container .nav-link.newsyear-tab-link {
        border: none;
        color: #929292;
    }
}

/* --- Yearly News Tab Content   --- */

.west-news-container {
    font-family: "Open Sans", serif;
    width: 70%;
    margin: 0 auto;
}

    .west-news-container p {
        font-size: 1rem;
        padding: 2rem;
    }

@media (max-width: 1200px) {
    .west-news-container {
        width: 80%;
    }
}

@media (max-width: 1024px) {
    .west-news-container {
        width: 85%;
    }

        .west-news-container p {
            padding: 1rem;
        }
}

@media (max-width: 991.98px) {
    .west-news-container {
        width: 90%;
    }

        .west-news-container p {
            padding: 0.5rem;
        }
}

@media (max-width: 767px) {
    .west-news-container {
        width: 100%;
    }
}

/* --- Yearly News Card Display   --- */

.west-news-container .card-body {
    flex-direction: row;
}

.west-news-container .news-title {
    color: #002f6d;
    font-weight: 600;
}

.west-news-container .feature-label,
.west-news-container .publish-label {
    cursor: default;
    color: #707070;
    font-size: 0.9rem;
    font-weight: normal;
}

.west-news-container .gray-divider {
    border-right: 1px solid #d1d1d1;
}

.west-news-container .publish-label {
    font-style: italic;
}

.west-news-container .forward-btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.west-news-container .fast-fwd-logo {
    height: 24px;
    width: 24px;
}

@media (max-width: 767.98px) {
    .west-news-container .card-body {
        flex-direction: column;
    }

    .west-news-container .forward-btn-container {
        justify-content: flex-end;
    }

    .west-news-container .feature-label,
    .west-news-container .publish-label {
        font-size: 0.8rem;
    }
}

/* LOCATIONS PAGE */

.location-tabs-container {
    width: 100% !important;
}
