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

Table of contents
    - Single Page
    - Archive
    - Media Queries

------------------------------------------- */

/* Single Page
-------------------------------------------- */

.single-announcement h1.entry-title {
    padding-left: 0;
}

.single-announcement .site-inner {
    background: url(/wp-content/uploads/2021/08/header-swoop.png) no-repeat center top/contain;
    padding: 0 24px 60px;
}

.single-announcement .entry-header {
    margin-bottom: 40px;
}

.single-announcement .entry-header img {
    border-radius: 16px;
    box-shadow: 0px 0px 12px 0px #72256d;
    box-shadow: 0 0 12px 0 rgb(114 37 109 / 12%);
    width: 100%;
}

.single-announcement .entry-content {
    margin: 0 auto;
    max-width: 768px;
}

.single-announcement .callout {
    margin-bottom: 24px;
}

.single-announcement .entry-content ul {
    padding-left: 0;
}

.single-announcement .entry-content ul &gt; li {
    list-style-type: none;
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
}

.single-announcement .entry-content ul &gt; li:before {
    color: #8CB946;
    content: '\f111';
    font-family: "Font Awesome 5 Pro";
    font-size: 8px;
    font-style: normal;
    font-weight: 600;
    left: 0;
    position: absolute;
    top: 9px;
}

.single-announcement .entry-content ul.resource-links &gt; li {
    border-left: 8px solid #8CB946;
    line-height: 1.8;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 24px;
}

.single-announcement .entry-content ul.resource-links &gt; li:before {
    content: none;
}

.single-announcement .references {
    border-top: 1px solid #8CB946;
    padding-top: 40px;
}

/* Archive
-------------------------------------------- */

.announcements h1.entry-title {
    padding-left: 0;
}

.announcements-loop {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.announcements-loop {
    margin-bottom: 200px;
}

.announcements-loop .announcement-filters {
    margin-left: 40px;
    width: 20%;
}

.announcements .announcements-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc( 80% - 40px );
}

.announcements .announcement {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 0px 12px 0px #72256d;
    box-shadow: 0 0 12px 0 rgb(114 37 109 / 12%);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2%;
    width: 49%;
}

.announcements .announcement .announcement-thumb {
    background: #a9218d;
    background: -moz-linear-gradient(top, #a9218d 1%, #54085b 100%);
    background: -webkit-linear-gradient(top, #a9218d 1%,#54085b 100%);
    background: linear-gradient(to bottom, #a9218d 1%,#54085b 100%);
    border-radius: 16px 16px 0 0;
    color: #fff;
    font-family: protipo-compact, sans-serif;
    font-size: 48px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    text-align: center;
}

.announcements .announcement .announcement-thumb img {
    border-radius: 16px 16px 0 0;
    width: 100%;
}

.announcements .announcement .announcement-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 24px;
}

.announcement-content h3 a {
    color: #72256D;
    font-weight: 400;
    text-decoration: none;
}

.announcement-content h3 a:hover,
.announcement-content h3 a:focus {
    color: #8bba45;
}

.announcement-content .post-more-wrap {
    border-top: 1px solid #8bba45;
    margin-top: auto;
    padding-top: 16px;
}

.announcements .callout {
    background: #a9218d;
    background: -moz-linear-gradient(top, #a9218d 1%, #54085b 100%);
    background: -webkit-linear-gradient(top, #a9218d 1%,#54085b 100%);
    background: linear-gradient(to bottom, #a9218d 1%,#54085b 100%);
    border-radius: 16px;
    box-shadow: 0px 0px 12px 0px #72256d;
    box-shadow: 0 0 12px 0 rgb(114 37 109 / .12);
    color: #fff;
    padding: 0;
}

.announcements .callout h2 {
    font-size: 40px;
    padding: 24px 32px 0 24px;
}

/* Media Queries
------------------------------------------- */

@media only screen and (max-width: 768px) {

    .announcements-loop {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .announcements .announcements-container,
    .announcements-loop .announcement-filters,
    .announcements .announcement {
        margin-bottom: 24px;
        width: 100%;
    }

    .announcements-loop .announcement-filters {
        margin-left: 0;
    }

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