/*
Custom CSS for UNKAA
Last updated: May 30, 2025
*/

/* Header link colors */
.text-blue a {
color:	#004f84;
}
.text-yellow a {
color:	#e79b32;
}
.text-orange a {
color:	#f5601c;
}
.text-purple a {
color:	#493365;
}
.text-green a {
color:	#363;
}
.text-red a {
color:	#b20a29;
}





/* News Section CSS */

#news-section {
    padding: 0 15px;
}

#news-section ul {
    padding: 0;
}

#news-section li,
#news-section ul {
    display: flex;
    flex-direction: column;
}

#news-section li {
    background: #ffffff;
    list-style: none;
    width: 100%;
}

#news-section li > a {
    background: rgb(0, 79, 132);
    color: white;
    padding: 5px 10px;
    text-decoration: none;
}

#news-section .thumbnail-excerpt {
    display: flex;
    margin: 0;
}

#news-section .thumbnail-excerpt img {
    max-width: none !important;
    float: left;
    margin: 0 !important;
}

#news-section .thumbnail-excerpt.wprss-feed-excerpt {
    align-self: center;
    margin-bottom: 0;
    padding: 10px;
    display: block;
}

#news-section .wprss-feed-meta {
    display: none;
}

#news-section .view-more-container {
    margin: 5px auto;
    display: flex;
    align-items: center;
    width: 100px;
    float: right;
    position: relative;
    top: -1em;
}

#news-section .view-more-container .fa-caret-right {
    font-size: 3em;
    color: orange;
    margin-left: 0.2em;
}

#news-section .view-more-link {
    text-decoration: none;
    padding: 5px;
    color: #fff;
}

#news-section .view-more-link:hover {
    color: black;
}

.events-ll {
    background: #fff;
    margin: 0;
    height: 100%;
}

.events-ll ul {
    color: #fff;
    list-style: none;
    padding: 0;
}

.events-ll ul li.feed-item {
    text-align: left;
    height: auto;
    display: flex;
    flex-direction: row-reverse;
    font-weight: bold;
    align-self: center;
    text-align: center;
}

.events-ll .wprss-feed-thumbnail {
    display: none;
}

.events-ll .wprss-feed-meta {
    flex: 1;
    border-right: 5px solid white;
    font-size: 2em;
    line-height: 1em;
    margin: 0;
}

.events-ll .wprss-feed-meta,
.events-ll a {
    color: white;
    text-decoration: none;
    padding: 10px;
    margin: 0 5px;
}

.events-ll a {
    flex: 6;
}

.events-ll ul li:nth-child(5n + 1) a {
    background: offblue;
}

.events-ll ul li:nth-child(5n + 1) .wprss-feed-meta {
    background: blue;
}

.events-ll ul li:nth-child(5n + 2) a {
    background: offorange;
}

.events-ll ul li:nth-child(5n + 2) .wprss-feed-meta {
    background: orange;
}

.events-ll ul li:nth-child(5n + 3) a {
    background: offgold;
}

.events-ll ul li:nth-child(5n + 3) .wprss-feed-meta {
    background: gold;
}

.events-ll ul li:nth-child(5n + 4) a {
    background: offpurple;
}

.events-ll ul li:nth-child(5n + 4) .wprss-feed-meta {
    background: purple;
}

.events-ll ul li:nth-child(5n + 5) a {
    background: offgreen;
}

.events-ll ul li:nth-child(5n + 5) .wprss-feed-meta {
    background: green;
}

.events-ll ul li:nth-child(5n + 6) a {
    background: offred;
}

.events-ll ul li:nth-child(5n + 6) .wprss-feed-meta {
    background: red;
}

.events-ll .nav-links {
    display: none;
}

.events-ll .date-container {
    display: inline-block;
    width: 50px;
    text-transform: uppercase;
    height: 100%;
    padding: 0.2em 0.5em 0.5em;
    margin: 0 5px 0 0;
}

.events-ll .date-container span {
    display: block;
    text-align: center;
}

.events-ll .date-container span.day {
    font-size: 2em;
}

.events-ll .event-container {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    width: 100%;
    font-size: 1.25em;
}

.events-ll p {
    margin: 5px 0 0 5px;
}

@media screen and (min-width: 48em) {
    #news-section .view-more-container {
        width: 120px;
    }

    #news-section .view-more-container .view-more-link {
        padding: 0.25em 1em;
    }
}

@media screen and (min-width: 64em) {
    #news-section .limitwrap {
        display: flex;
        align-items: flex-start;
        max-width: 1400px;
        margin: auto;
        padding: 2em;
    }

    .events-ll {
        margin: initial initial initial 20px;
        width: 100%;
    }

    .events-ll .list-container:after {
        bottom: -20px;
        transform: skewX(0) skewY(-4deg);
    }
}

@media screen and (max-width: 1000px) {
    #news-section .thumbnail-excerpt {
        flex-direction: column;
    }
}
