a.iconPost time:before,
.bottomLinks a::after,
.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: 4rem;
}

    main .col-sm {
        min-width: 50%;
        padding-bottom: 3rem;
    }



    main .container h3 {
        padding-bottom: 1rem;
        text-transform: uppercase;
        border-bottom: 1px solid #DEDBDA;
        font-size: 1.875rem;
        letter-spacing: 2px;
        color: #333333;
        font-weight: 600;
        font-family: "Montserrat";
    }

.homeCatTitle {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0.2rem;
}

    .homeCatTitle:before {
        content: "\f01c";
        margin-right: 0.3rem;
    }


#recentNewsCont,
#upcomingEventsCont,
#upcomingMeetingsCont {
    padding-bottom: 3rem;
}

a.iconPost,
a.iconPost:link {
    position: relative;
    font: 600 1.125rem 'Open Sans', Arial, sans-serif;
    color: #333333;
    display: block;
    letter-spacing: 1px;
    border-bottom: 1px solid #B3B3B3;
}

    a.iconPost:last-of-type {
        border-bottom: none;
    }

    a.iconPost:visited {
        color: #333333;
    }

    a.iconPost:hover,
    a.iconPost:active,
    a.iconPost:focus {
        color: #B32428;
    }

 
        a.iconPost:hover div i {
            -webkit-animation-name: hvr-bob-float, hvr-bob;
            animation-name: hvr-bob-float, hvr-bob;
            -webkit-animation-duration: 2s;
            animation-duration: 2s;
            -webkit-animation-delay: 0s, .3s;
            animation-delay: 0s, .3s;
            -webkit-animation-timing-function: ease-out, ease-in-out;
            animation-timing-function: ease-out, ease-in-out;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            -webkit-animation-direction: normal, alternate;
            animation-direction: normal, alternate;
        }

@-webkit-keyframes hvr-bob-float {
    50% {
        -webkit-transform: translateY(-65%);
        transform: translateY(-65%);
    }

    100% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@keyframes hvr-bob-float {
    50% {
        -webkit-transform: translateY(-65%);
        transform: translateY(-65%);
    }

    100% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

    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.disabled {
        cursor: default;
    }

    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: 3rem;
        color: #3053A6;
        -webkit-transition: all 300ms ease 0s;
        -moz-transition: all 300ms ease 0s;
        -o-transition: all 300ms ease 0s;
        transition: all 300ms ease 0s;
    }

.card {
    border: none;
    border-radius: unset;
}



.card-body {
    padding: 1rem 1rem 1rem 4rem;
}

.card-title {
    margin: 0.2rem 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

a.iconPost time:before {
    content: "\f017";
    margin-right: 0.4rem;
}

a.iconPost time {
    font-size: 0.875rem;
    letter-spacing: 1px;
    color: #757575;
    margin-bottom: 0.4rem;
}

a.iconPost span {
    font-size: 0.875rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #b32428;
    font-weight: 700;
}


.bottomLinks a:last-of-type::after,
.bottomLinks a:first-of-type::after {
    color: #991F23;
    margin-left: 0.4rem;
    font-family: 'Font Awesome 6 Pro';
}

.bottomLinks a:last-of-type::after {
    content: "\f055";
}

.bottomLinks a:first-of-type::after {
    content: "\f138";
}




#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: 250px;
        clear: both;
        margin-bottom: 1px;
    }

.empty i {
    font-size: 3rem;
    color: #DEDBDA;
    margin: 1rem 0;
}

.empty p a,
.empty p a:link {
    font-weight: 700;
}

.empty a,
.empty a:link {
    color: #B32428;
    display: inline-block;
}

    .empty a:visited {
        color: #B32428;
    }

.bottomLinks a,
.bottomLinks a:link {
    color: #333333;
    display: inline-block;
}

    .bottomLinks a:visited {
        color: #333333;
    }

    .empty a:hover,
    .empty a:active,
    .empty a:focus,
    .bottomLinks a:hover,
    .bottomLinks a:active,
    .bottomLinks a:focus {
        color: #991F23;
    }

.bottomLinks {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 1rem;
    margin-bottom: 0;
}

    .bottomLinks a,
    .bottomLinks a:link {
        float: left;
        font: 700 0.9rem 'Montserrat';
        text-transform: uppercase;
        color: #333333;
        letter-spacing: 0.5px;
    }

        .bottomLinks a:last-of-type {
            float: right;
        }

#upcomingMeetingsCont .bottomLinks a:last-of-type {
    float: left;
}

.bottomLinks a:before {
    font-weight: 300;
    color: #991F23;
    margin-right: 0.5rem;
}


/******* Highlights *******/

ul.homeCol3,
ul.homeCol3 > 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 > li {
    position: relative;
    float: left;
    height: auto;
    min-height: 12em;
    margin-right: 1em;
    width: 32.4%;
}

    ul.homeCol3 > li:last-child {
        margin-right: 0;
    }

    ul.homeCol3 > 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) {


    .bottomLinks a,
    .bottomLinks a:link {
        font-size: 1rem;
    }
}

@media only screen and (max-width:1400px) {

    .bottomLinks a,
    .bottomLinks a:link {
        font-size: 0.8rem;
        letter-spacing: 0;
    }

    .empty i {
        font-size: 2rem;
    }

    a.iconPost i {
        font-size: 2.6rem;
    }

    a.iconPost time {
        font-size: 0.85rem;
    }

    a.iconPost, a.iconPost:link {
        font-size: 1rem;
    }

    .card-body {
        padding: 1rem 1rem 1rem 3.5rem;
    }

    main .container h3 {
        font-size: 1.7rem;
    }
}

@media only screen and (max-width:1190px) {
}

@media only screen and (max-width:1024px) {
}

@media only screen and (max-width:1023px) {
}

@media only screen and (max-width: 991px) {
    .container {
        max-width: 100%;
    }
}

@media only screen and (max-width:850px) {





    .bottomLinks a,
    .bottomLinks a:link,
    .empty p {
        font-size: 0.85rem;
    }
}

@media only screen and (max-width:767px) {
    main {
        padding: 2rem;
    }

        main .container h3,
        .highlightContainer h2 {
            font-size: 1.6rem;
            text-align: center;
        }

    .highlightContainer h2 {
        padding-bottom: 0;
    }
}



@media only screen and (max-width:600px) {

    main .container h3 {
        font-size: 1.4rem;
    }

    .highlightContainer {
        padding: 0 2rem 2rem 2rem;
    }
}

@media only screen and (max-width:480px) {
    .highlightContainer h2 {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width:440px) {
    .bottomLinks {
        position: static;
        padding: 0;
    }

    #recentNewsCont, #upcomingEventsCont, #upcomingMeetingsCont {
        padding: 0;
    }

    .bottomLinks a,
    .bottomLinks a:link {
        float: none;
        width: 100%;
        font-size: 0.7rem;
        color: #FFF;
        text-align: center;
        display: block;
        padding: 0.6rem 1.5rem;
        margin: auto;
        -webkit-transition-property: background;
        -moz-transition-property: background;
        -o-transition-property: background;
        transition-property: background;
        background: #B32428;
    }

        .bottomLinks a:visited {
            color: #FFF;
        }

        .bottomLinks a:hover {
            background: #991F23;
        }

        .bottomLinks a:first-of-type {
            margin-bottom: 0.5rem;
        }

        .bottomLinks a:last-of-type {
            float: none;
        }

            .bottomLinks a:last-of-type::after,
            .bottomLinks a:first-of-type::after {
                color: inherit;
            }


    a.iconPost i {
        font-size: 2.2rem;
    }


    .card-body {
        padding: 0.8rem 0.8rem 0.8rem 2.8rem;
    }

    a.iconPost time,
    a.iconPost span {
        font-size: 0.8rem;
        letter-spacing: 0.5px;
    }

        a.iconPost time:before {
            margin-right: 0.2rem;
        }

    a.iconPost, a.iconPost:link {
        font-size: 0.9rem;
    }

    .bottomLinks {
        margin-top: 1rem;
    }
}
