.announcements #easyPaginate {
    width: 100%;
    max-width: 100%;
}
.announcements #easyPaginate img {
    display:block;
    margin-bottom:10px;
}
.announcements .easyPaginateNav {
    width: 100% !important;
}
.announcements {
    display: flex;
    flex-direction: column;
}
.announcement--details {
    flex: 1 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem  0.75rem  0.5rem  calc(0.5rem + 12px);
    overflow: hidden;
    position: relative;
    transition: all 0.2s ease-in-out;
}
.announcement--details:before {
    content: '';
    background: #000;
    width: 12px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.announcement-list h3,
.nacada-now-list h3 {
    color: #000;
}
.announcement-list--item.About a  {
    background-color: var(--brand-red-transparent, #E6425C);
}
.announcement-list--item.Membership a {
    background-color: var(--brand-green-transparent, #C4D92F);
}
.announcement-list--item.Events a {
    background-color: var(--brand-orange-transparent, #F68B21);
}
.announcement-list--item.Programs a {
    background-color: var(--brand-purple-transparent, #793CB0);
}
.announcement-list--item.Resources a {
    background-color: var(--brand-gray-transparent, #4E4F4F);
}
.announcement-list--item.Regions a {
    background-color: var(--light-blue-transparent, #2BA9E0);
}
.announcement-list--item.About:hover a  {
    background-color: var(--brand-red-transparent-dark, #E6425C);
}
.announcement-list--item.Membership:hover a {
    background-color: var(--brand-green-transparent-dark, #C4D92F);
}
.announcement-list--item.Events:hover a {
    background-color: var(--brand-orange-transparent-dark, #F68B21);
}
.announcement-list--item.Programs:hover a {
    background-color: var(--brand-purple-transparent-dark, #793CB0);
}
.announcement-list--item.Resources:hover a {
    background-color: var(--brand-gray-transparent-dark, #4E4F4F);
}
.announcement-list--item.Regions:hover a {
    background-color: var(--light-blue-transparent-dark, #2BA9E0);
}
.About .announcement--details:before {
    background: var(--brand-red, #E6425C);
}
.Membership .announcement--details:before {
    background: var(--brand-green, #C4D92F);
}
.Events .announcement--details:before {
    background: var(--brand-orange, #F68B21);
}
.Programs .announcement--details:before {
    background: var(--brand-purple, #793CB0);
}
.Resources .announcement--details:before {
    background: var(--brand-gray, #4E4F4F);
}
.Regions .announcement--details:before {
    background: var(--light-blue, #2BA9E0);
}
.announcement--details > span:nth-of-type(1) {
    flex: 0 1 100px;
}
.announcement--details > span:nth-of-type(2) {
    flex: 0 1 auto;
}
.announcement--details > span:nth-of-type(3) {
    flex: 1 1 auto;
    text-align: right;
}

.announcement--details > * {
    font-size: calc(var(--font-size__base) - 2px);
    flex: 0 1 auto;
    font-weight: 500;
}
.announcement--image {
    flex: 1 3 160px;
}
.announcement--image img {
    width: 100%;
}
.easyPaginateNav a {
    padding:5px;
}
.easyPaginateNav a.current {
    font-weight:bold;
    text-decoration:underline;
}
.announcement-list .data-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 100%;
}
.announcement-list h2 {
    margin-bottom: 23px;
    color: #53565a;
    font-size: 23.994px;
    padding: 0 40px 5px 0;
    position: relative;
}
.announcement--properties {
    display: flex;
    gap: 0.35rem;
    font-size: 16px;
    line-height: 1.2;
}
.announcement--properties p {
    font-size: 16px;
    line-height: 1.2;
}
.announcement-list h2 .icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.announcements ul#announcements {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 0;
    padding: 0;
}
.announcements ul#announcements li {
    margin: 0;
    padding: 0;
    height: max-content;
}
.expired-item {
    display: none !important;
}
.announcement-list ul#announcements li.announcement-list--item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    animation: fadeIntro 0.5s linear;
    max-height: max-content;
    flex: 1 1 100%;
    overflow: hidden;
    border-radius: 7px;
    transition: all 0.2s ease-in-out;
    background: #fff;
}
.announcement--location {
    border-left: 1px solid #000;
    padding-left: 0.35rem;
}
.button.button__register {
    width: max-content;
    padding: 8px 14px 8px 14px;
    line-height: 1.2;
    font-weight: 500;
    font-size: 16px;
    background: #F0FAFF;
}
.announcement-list ul#announcements li.announcement-list--item p {
    margin: 0;
}
.announcement-list li.announcement-list--item > a {
    flex: 1 1 100%;
    color: var(--link-secondary-blue, #036895);
}

.announcements .easyPaginateNav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
.announcements .easyPaginateNav a {
    position: relative;
    color: transparent !important;
}
.announcements .easyPaginateNav a,
.announcements .easyPaginateNav a i {
    display: flex;
    text-decoration: none !important;
    font-weight: bold !important;
    line-height: 1;
    width: 1.25rem;
    height: max-content;
    justify-content: center;
    align-items: center;
    font-size: 0;
}
.announcements .easyPaginateNav a:focus,
.announcements .easyPaginateNav a:focus-within {
    outline: 0px !important;
}
.announcements .easyPaginateNav a.page:before {
    content: '\f111';
    font-family: "Font Awesome 5 Pro";
    background: #fff;
    border-radius: 50%;
    font-weight: 500;
    color: var(--link-blue, hsl(198.4, 64.33%, 30.78%));
    transition: all 0.1s ease-in-out;
    font-size: 10px;
}
.announcements .easyPaginateNav a.page.current:before {
    font-weight: 700;
    color: var(--brand-blue, hsl(198.4, 64.33%, 30.78%));
}
.announcements .easyPaginateNav a.page:not(.current):hover:before {
    color: var(--brand-blue, hsl(198.4, 64.33%, 30.78%));
    background: #f4f4f4;
}
.announcements .easyPaginateNav a.page.current {
    color: var(--theme-link-hover);
}
.nacada-now-list {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin-bottom: 1rem;
}
.nacada-now-list a.nacada-now-item {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    pointer-events: none;
}
.nacada-now-list h2 {
    margin: 0;
}
.nacada-now--title {
    flex: 0 1 45%;
}
.nacada-now--category {
    flex: 0 1 max-content;
}
.nacada-now-list a span {
    pointer-events: all;
}
.announcements .easyPaginateNav a.prev,
.announcements .easyPaginateNav a.next {
    display: none;
}
@media screen and (min-width: 800px) {
    .announcement-list ul#announcements li.announcement-list--item {
        
    }
}
@media screen and (min-width: 1100px) {
    .announcement-list ul#announcements li.announcement-list--item {
        flex-wrap: nowrap;
    }
    .announcement--details {
        flex-wrap: nowrap;
    }
    ul#announcements {
        min-height: 170px;
    }
}

