<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --blue: #053661;
    --blueHover: #074E8C;
    --blueTrans: rgba(7, 78, 140, 0.9);
    --lightBlue: #EDF3FA;
    --green: #008621;
    --greenHover: #00731D;
    --grey: #393939;
    --greyTrans20: rgba(57, 57, 57, 0.2);
    --greyTrans40: rgba(57, 57, 57, 0.4);
    --greyLight: #707070;
    --greyLighter: #BFBFBF;
    --alertBlue: #367AB5;
    --alertOrange: #D98A23;
    --alertRed: #B83428;
}

a.iconPost time:before,
.bottomLinks a:before,
.homeCatTitle:before {
    content: "\f111";
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

main {
    padding: 1rem 0 2rem;
}

main .col-sm {
    min-width: 50%;
    padding-bottom: 3rem;
}

.frmSearch {
    /*position: absolute;
    top: 39%;
    top: 300px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;*/
    z-index: 5;
}

main .container h3 {
    padding-bottom: 1rem;
    text-transform: uppercase;
    border-bottom: 1px solid #DEDBDA;
}

.homeCatTitle {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0.2rem;
}

.homeCatTitle:before {
    content: "\f01c";
    margin-right: 0.3rem;
}

a.iconPost,
a.iconPost:link {
    position: relative;
    font: bold 1.125rem 'Open Sans', Arial, sans-serif;
    color: #165751;
    display: block;
    padding: 1rem 1rem 1rem 3rem;
}

a.iconPost:visited {
    color: #165751;
}

a.iconPost:hover,
a.iconPost:active {
    color: #E3530D;
}

a.iconPost h4 {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    color: inherit;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

a.iconPost time {
    font: 700 1rem 'Open Sans';
    color: #E3530D;
    text-transform: uppercase;
}

a.iconPost time:before {
    content: "\f073";
    font-weight: 300;
    margin-right: 0.5rem;
}

a.iconPost time span {
    display: inline-block;
    margin-right: 0.5rem;
}

a.iconPost i {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2rem;
}

#recentNewsCont .bottomLinks a:first-of-type:before {
    content: "\f15c";
}

#recentNewsCont .bottomLinks a:last-of-type:before {
    content: "\f15c";
    color: var(--green);
}

#upcomingEventsCont .bottomLinks a:first-of-type:before {
    content: "\f271";
}

#upcomingEventsCont .bottomLinks a:last-of-type:before {
    content: "\f133";
    color: var(--green);
}

#recentNewsCont a.iconPost.postBG,
#recentNewsCont a.iconPost.postBG:link {
    float: left;
    width: 50%;
    height: 200px;
    color: #FFF;
    padding: 1rem;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#recentNewsCont a.iconPost.postBG:visited {
    color: #FFF;
}

#recentNewsCont a.iconPost.postBG:hover,
#recentNewsCont a.iconPost.postBG:active {
    color: #E3530D;
}

#recentNewsCont a.iconPost.postBG:first-of-type,
#recentNewsCont a.iconPost.postBG:first-of-type:link {
    width: 100%;
    height: 282px;
    clear: both;
    margin-bottom: 1px;
}

.empty i {
    font-size: 5rem;
    color: #DEDBDA;
    margin: 1rem 0;
}

.empty p a,
.empty p a:link {
    font-weight: 700;
}

.empty a,
.empty a:link,
.bottomLinks a,
.bottomLinks a:link {
    color: #165751;
    display: inline-block;
}

.empty a:visited,
.bottomLinks a:visited {
    color: #165751;
}

.empty a:hover,
.empty a:active,
.empty a:focus,
.bottomLinks a:hover,
.bottomLinks a:active,
.bottomLinks a:focus{
    color: #E3530D;
}

.bottomLinks {
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    right: 0;
    /*padding: 0 1rem;*/
    margin-bottom: 0;
    width: fit-content;
}

.bottomLinks a,
.bottomLinks a:link {
    float: left;
    font: 700 1rem 'Open Sans';
    text-transform: uppercase;
}

.bottomLinks a:last-of-type {
    float: right;
}

.bottomLinks a:before {
    font-weight: 300;
    color: #8DA6A3;
    margin-right: 0.5rem;
}


/******* Highlights *******/

ul.homeCol3,
ul.homeCol3&gt;li {
    list-style: none;
    margin: 0;
}

ul.homeCol3 {
    margin: 0;
    padding: 0;
}

.post {
    position: relative;
    width: 100%
}

main .post {
    margin: 2.5em 0;
}

ul.homeCol3&gt;li {
    position: relative;
    float: left;
    height: auto;
    min-height: 12em;
    margin-right: 1em;
    width: 32.4%;
}

ul.homeCol3&gt;li:last-child {
    margin-right: 0;
}

ul.homeCol3&gt;li a {
    display: block;
}

main .post h2 {
    font: normal 700 1.375em 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin: 1em 0 0;
    letter-spacing: 2px;
}

.post p {
    font: normal 700 1.063em 'Open Sans', sans-serif;
    color: #002341;
}

.post .post-1 h2 {
    color: #239C7B;
}

.post .post-2 h2 {
    color: #004986;
}

.post .post-3 h2 {
    color: #0094DA;
}

.post .post-1 figure {
    background: #239C7B;
    max-width: 416px;
}

.post .post-2 figure {
    background: #004986;
    max-width: 416px;
}

.post .post-2 img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.post .post-3 figure {
    background: #0094DA;
    max-width: 416px;
}

.post .post-3 img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.post .post-1:hover img,
.post .post-2:hover img,
.post .post-3:hover img {
    opacity: 0.3;
}


/******* End *******/


/******* MEDIA QUERY *******/

@media only screen and (max-width: 1680px) {
    main .container h3 {
        font-size: 1.3rem;
    }
    .empty i {
        font-size: 4rem;
    }
    a.iconPost,
    a.iconPost:link,
    .bottomLinks a,
    .bottomLinks a:link,
    a.iconPost time,
    .empty p {
        font-size: 1rem;
    }
    a.iconPost,
    a.iconPost:link {
        padding-left: 2.5rem;
    }
    a.iconPost i {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width:1330px) {
    .activePopupAlert .frmSearch {
        top: 22rem;
    }
    .frmSearch button[type="submit"] {
        right: 0.2rem;
    }
}

@media only screen and (max-width:1190px) {
    .frmSearch {
        top: 250px;
    }
    .activePopupAlert .frmSearch {
        top: 20rem;
    }
}

@media only screen and (max-width:1024px) {
    main .container h3 {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width:1023px) {
    .frmSearch button[type="submit"] {
        right: 0.3rem;
    }
}

@media only screen and (max-width: 991px) {
    .container {
        max-width: 100%;
    }
}

@media only screen and (max-width:850px) {
    /*main .col-sm {
        flex-basis: auto;
    }
    #recentNewsCont {
        margin-bottom: 2rem;
    }
    main .col-sm {
        padding-bottom: 0;
    }
    .bottomLinks {
        position: static;
        bottom: auto;
        left: auto;
        right: auto;
        padding-left: 0;
        padding-right: 0;
        margin-top: 2rem;
    }
    .empty i {
        font-size: 3rem;
    }
    a.iconPost,
    a.iconPost:link,
    .bottomLinks a,
    .bottomLinks a:link,
    a.iconPost time,
    .empty p {
        font-size: 0.85rem;
    }
    a.iconPost i {
        font-size: 1.1rem;
    }*/
}

@media only screen and (max-width:785px) {
    .frmSearch {
        top: 220px;
    }
    .activePopupAlert .frmSearch {
        top: 240px;
    }
    .frmSearch input[type="search"] {
        font-size: 0.9rem;
    }
    .frmSearch button[type="submit"] {
        font-size: 1rem;
    }
    .frmSearch button[type="submit"] {
        right: 0.6rem;
    }
}

@media only screen and (max-width:680px) {
    main .container h3 {
        font-size: 1rem;
    }
}

@media only screen and (max-width:600px) {
    .frmSearch input[type="search"] {
        font-size: 0.8rem;
    }
    .frmSearch button[type="submit"] {
        font-size: 0.9rem;
    }
    #recentNewsCont a.iconPost.postBG,
    #recentNewsCont a.iconPost.postBG:link {
        float: none;
        width: 100%;
        margin-bottom: 1px;
    }
}

@media only screen and (max-width:580px) {
    .frmSearch {
        top: 190px;
    }
    .activePopupAlert .frmSearch {
        top: 230px;
    }
}

@media only screen and (max-width:400px) {
    /*.bottomLinks a,
    .bottomLinks a:link {
        float: none;
        max-width: 200px;
        font-size: 0.7rem;
        color: #FFF;
        text-align: center;
        display: block;
        padding: 0.6rem 1.5rem;
        margin: auto;
        -webkit-border-radius: 0.5rem;
        -moz-border-radius: 0.5rem;
        border-radius: 0.5rem;
        -webkit-transition-property: background;
        -moz-transition-property: background;
        -o-transition-property: background;
        transition-property: background;
        background: #018AB6;
    }
    .bottomLinks a:visited {
        color: #FFF;
    }
    .bottomLinks a:hover {
        background: #FCB040;
    }
    .bottomLinks a:first-of-type {
        margin-bottom: 0.1rem;
    }
    .bottomLinks a:last-of-type {
        float: none;
    }
    .bottomLinks a:before {
        color: inherit;
    }*/
    .frmSearch {
        top: 170px;
    }
    .activePopupAlert .frmSearch {
        top: 200px;
    }
}</pre></body></html>