<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Login Controls */

a#dnn_userLogin147811_loginLink, a#dnn_userLogin147811_registerLink {
    color: white;
    font-weight: bold;
}

a#dnn_dnnUser_userNameLink {
    color: white;
    font-weight: bold;
}

#headerrow-349356 .Normal &gt; a:hover, #headerrow-349356 .dngTextBox a:hover, #headerrow-349356 .hover-accent:hover, #headerrow-349356 .Login a:hover, #headerrow-349356 .Login a.active {
    color: #ffffff;
    text-decoration: underline;
}

/* Homepage CTA */
.cta-image img{
    margin-top: 25px;
    box-shadow: 5px 5px 5px #00000057;
}


/* Footer Styles */

.footer-links\&gt;\&lt;div.id\= a {
    color: white;
    margin: 5px;
    font-size: 2em;
}

.footer-links\&gt;\&lt;div.id\= a:hover {
    color: #4a7c95;
}

.Footer-White-Container a {
    color: white;
}

.Footer-White-Container a:hover {
    color: #4a7c95;
}


/* Internal Pages */

.internal-banner .tp-thumb-mask, .internal-banner .tp-leftarrow.tparrows.erinyen.noSwipe, .internal-banner .tp-rightarrow.tparrows.erinyen.noSwipe {
    display: none;
}

/* Accordion */
.accordion-container .accordion-tab {
    border-bottom: 1px solid #ffc60a !important;
    background: #214871 !important;
}    
.accordion-container .accordion-content .accordion-content--wrapper {
    padding: 1rem;
    border: 1px solid #ffc60a !important;
    border-top: 3px solid #ffc60a !important;
}

/* Hide old loader elements */
.line_l, .line_2, .line_3 {
    display: none !important; /* Hide old loader elements */
}

/*Styles for News items*/

.news-grid-master {
    margin: 15px;
    display: flex;
    flex-direction: row;
    flex-basis: calc(33.33% - 30px); /* 3 items per row in larger screens */
}
@media only screen and (min-width: 651px) and (max-width: 1000px) {
    .news-grid-master {
        flex-basis: calc(50% - 30px); /* 2 items per row in medium screens */
    }
}
@media only screen and (max-width: 650px) {
    .news-grid-master {
        flex-basis: calc(100% - 30px); /* 1 item per row in smaller screens */
    }
}
.news-grid-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.news-grid-content {
    padding: 0.5em 1em;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #eee;
}

.news-grid-image img {
    border-bottom: 1px solid #ebebeb;
    max-width: 100%; /* Makes images responsive */
    height: auto;
}

/*Other News styles */
.news-grid-title a, .news-grid-category a {
    color: #888888;
    text-decoration: none;
}

.news-grid-title a:hover, .news-grid-category a:hover {
    text-decoration: underline;
}

.news-grid-details {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #888a8b;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

h3.news-grid-title {
    font-size: 1.4em;
    margin: 0.5em 0em;
    font-family: var(--font__serif);
    font-weight: bold;
}

span.date, span.location, span.time {
    margin-right: 1em;
}

.news-grid-master i {
    color: var(--brand-accent);
    margin-right: 0.25rem;
}

.news-grid-details {
    display: none!important;
}

p a,
p a:link {
    text-decoration: underline;
}





</pre></body></html>