a.iconPost time:before,
.bottomLinks a:after,
.homeCatTitle:before,
a.card-button:after {
    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: 0rem 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: 0;
        margin: 0;
        letter-spacing: 2px;
        font-size: 1.8rem;
        text-transform: uppercase;
        color: var(--color-black);
        font-weight: 700;
    }

.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 var(--primary-font);
    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;
    }

a.card-button,
a.card-button:link {
    color: var(--color-black);
    font-weight: 600;
    text-transform: uppercase;
}

    a.card-button:after {
        content: "\f101";
        color: var(--color-accent);
    }

    .card-body:hover .card-text,
    a.card-button:hover {
        color: var(--color-accent);
    }



.card-text-details:hover > p,
.card-text-details:hover > h5,
.card-text-details:hover + .moreIcon i {
    transition: 300ms;
    color: var(--secondary-color-light);
}

#recentNewsCont .bottomLinks a:first-of-type:after {
    content: "\f477";
}

#recentNewsCont .bottomLinks a:last-of-type:after {
    content: "\f15c";
}

#upcomingEventsCont .bottomLinks a:first-of-type:after {
    content: "\f271";
}

#upcomingEventsCont .bottomLinks a:last-of-type:after {
    content: "\f133";
}

#recentNewsCont a.iconPost.postBG,
#recentNewsCont a.iconPost.postBG:link {
    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 {
        clear: both;
        margin-bottom: 1px;
    }

.empty i {
    font-size: 3rem;
    color: var(--color-accent);
    margin: 1rem 0;
}

.empty p a,
.empty p a:link {
    font-weight: 700;
}

.bottomLinks {
    margin: 0;
}

.card-text.title {
    font: normal 1rem var(--secondary-font);
}

    .card-text.title:hover {
        color: var(--color-accent);
    }

.time-text {
    color: var(--color-slate);
    text-transform: uppercase;
}

.empty a,
.empty a:link,
.bottomLinks a,
.bottomLinks a:link {
    color: var(--color-black);
    display: inline-block;
    margin-left: 2rem;
}

    .empty a,
    .empty a:link {
        margin: 0;
    }

        .empty a:hover,
        .empty a:active,
        .empty a:focus,
        .bottomLinks a:hover,
        .bottomLinks a:active,
        .bottomLinks a:focus {
            color: var(--color-accent);
        }


    .bottomLinks a,
    .bottomLinks a:link {
        float: left;
        font: 700 1rem var(--primary-font);
        text-transform: uppercase;
    }

        .bottomLinks a:last-of-type {
            float: right;
        }

        .bottomLinks a:after {
            font-weight: 600;
            color: var(--color-accent);
            margin-left: 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 var(--primary-font);
    text-transform: uppercase;
    margin: 1em 0 0;
    letter-spacing: 2px;
}

.post p {
    font: normal 700 1.063em var(--primary-font);
    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.6rem;
    }

    .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.4rem;
    }
}

@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;
        padding-top: 1rem;
        margin-top: 0;
    }

    .empty i {
        font-size: 3rem;
    }

    a.iconPost,
    a.iconPost:link,
    .bottomLinks a,
    .bottomLinks a:link,
    a.iconPost time,
    .empty p {
        font-size: 0.85rem;
    }

        .bottomLinks a,
        .bottomLinks a:link {
            margin-left: .2rem;
        }

        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: 1.2rem;
    }
}

@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:last-child,
    .bottomLinks a:link:last-child {
        margin-left: 1.2rem
    }

    .bottomLinks a:visited {
        /*color: #FFF;*/
    }

    .bottomLinks a:hover {
        /*background: var(--secondary-color);*/
    }

    .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;
    }
}
