a.iconPost::after,
.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: 3rem 0 5rem;
}

main #recentNewsCont.col-sm {
    min-width: 50%;
    padding: 0 6rem 3rem 0;
    border-right: 1px solid #e1e1e1;
}

main #upcomingEventsCont.col-sm {
    min-width: 50%;
    padding: 0 0 3rem 6rem;
}

header.masterHeader {
    position: absolute !important;
    width: 100%;
    z-index: 10;
    height: 15rem;
    background: -moz-linear-gradient( bottom, rgba(11, 94, 84, 0) 0%, rgba(11, 94, 84, 0.8) 80%);
    background: -webkit-linear-gradient( bottom, rgba(11, 94, 84, 0) 0%, rgba(11, 94, 84, 0.8) 80%);
    background: linear-gradient( to top, rgba(11, 94, 84, 0) 0%, rgba(11, 94, 84, 0.9) 80%);
}

main #recentNewsCont h3,
main #upcomingEventsCont h3 {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.875rem;
    padding-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #8c2425;
    margin: 0;
}

main #upcomingEventsCont h3 {
    color: #66a9b6;
}

main .container h3 span {
    color: #353535;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.homeCatTitle {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0.2rem;
}

.homeCatTitle:before {
    content: "\f01c";
    margin-right: 0.3rem;
}

.events-news-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

a.iconPost.postBG,
a.iconPost.postBG:link {
    padding: 1.3rem 2rem 1.3rem 0;
}

a.iconPost,
a.iconPost:link {
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.25rem;
    color: #353535;
    display: block;
    padding: 1.3rem 2rem 1.3rem 7rem;
}

a.iconPost:visited {
    color: #353535;
}

a.iconPost:hover {
    color: #8c2425;
}

a.iconPost:active {
    color: #8c2425;
}

#upcomingEventsCont a.iconPost:hover {
    color: #66a9b6;
}

a#upcomingEventsCont .iconPost:active {
    color: #66a9b6;
}

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;
    letter-spacing: 2.5px;
}

a.iconPost time {
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: inherit;
    font-style: inherit;
    color: #808080;
    text-transform: capitalize;
    letter-spacing: 2px;
}

a.iconPost:visited time {
    color: #808080;
}

a.iconPost:hover time {
    color: #8c2425;
}

a.iconPost:active time {
    color: #8c2425;
}

#upcomingEventsCont a.iconPost:hover time {
    color: #66a9b6;
}

#upcomingEventsCont a.iconPost:active time {
    color: #66a9b6;
}

a.iconPost time span {
    display: inline-block;
    margin-right: 0.5rem;
}

a.iconPost i {
    position: absolute;
    top: 1.6rem;
    left: 0;
    font-size: 2.813rem;
    color: #8c2425;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

a.iconPost:hover i,
a.iconPost:focus i,
a.iconPost:active i {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

#upcomingEventsCont a.iconPost i {
    color: #66a9b6;
}

a.iconPost::after {
    content: "\f105";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    color: #e8e0de;
    font-weight: 300;
    font-size: 2.6rem;
}

a.iconPost:visited::after {
    color: #e8e0de;
}

a.iconPost:hover::after {
    color: #8c2425;
}

a.iconPost:active::after {
    color: #8c2425;
}

#upcomingEventsCont a.iconPost:hover::after {
    color: #66a9b6;
}

#upcomingEventsCont a.iconPost:active::after {
    color: #66a9b6;
}

.empty i {
    font-size: 5rem;
    color: rgb(222, 219, 218);
    margin: 1rem 0;
}

.empty p a,
.empty p a:link {
    font-weight: 700;
}

.empty a,
.empty a:link {
    color: #78280a;
    display: inline-block;
}

.empty a:visited {
    color: #78280a;
}

.empty a:hover {
    color: #727272;
}

.empty a:active {
    color: #727272;
}

.empty a:focus {
    color: #727272;
}

.bottomLinks {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
}

#recentNewsCont .bottomLinks {
    padding: 0 6rem 0 0;
}

#upcomingEventsCont .bottomLinks {
    padding: 0 0 0 6rem;
}

.bottomLinks a,
.bottomLinks a:link {
    float: left;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 1.5px;
}

.bottomLinks a:visited {
    color: #000000;
}

.bottomLinks a:hover {
    color: #78280c;
}

.bottomLinks a:active {
    color: #78280c;
}

.bottomLinks a:focus {
    color: #78280c;
}

.bottomLinks a:last-of-type {
    float: right;
}

.bottomLinks a:before {
    content: "\f0da";
    font-weight: 600;
    color: #78280c;
    margin-right: 0.4rem;
}


/******* 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 "Roboto Slab", serif;
    text-transform: uppercase;
    margin: 1em 0 0;
    letter-spacing: 2px;
}

.post p {
    font: normal 700 1.063em "Lato", sans-serif;
    color: rgb(0, 35, 65);
}

.post .post-1 h2 {
    color: rgb(35, 156, 123);
}

.post .post-2 h2 {
    color: rgb(0, 73, 134);
}

.post .post-3 h2 {
    color: rgb(0, 148, 218);
}

.post .post-1 figure {
    background: rgb(35, 156, 123);
    max-width: 416px;
}

.post .post-2 figure {
    background: rgb(0, 73, 134);
    max-width: 416px;
}

.post .post-2 img {
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.post .post-3 figure {
    background: rgb(0, 148, 218);
    max-width: 416px;
}

.post .post-3 img {
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.post .post-1:hover img {
    opacity: 0.3;
}

.post .post-2:hover img {
    opacity: 0.3;
}

.post .post-3:hover img {
    opacity: 0.3;
}


/******* End *******/


/******* MEDIA QUERY *******/

@media only screen and (max-width: 1680px) {
    main #recentNewsCont h3,
    main #upcomingEventsCont h3 {
        font-size: 1.65rem;
    }
    main #recentNewsCont.col-sm {
        padding: 0 4rem 3rem 0;
    }
    main #upcomingEventsCont.col-sm {
        padding: 0 0 3rem 4rem;
    }
    main {
        padding: 3rem 0 3rem;
    }
    .empty i {
        font-size: 4rem;
    }
    .empty p {
        font-size: 1rem;
    }
    a.iconPost.postBG,
    a.iconPost.postBG:link {
        padding: 1.1rem 2rem 1.1rem 0;
    }
    a.iconPost,
    a.iconPost:link {
        font-size: 1.1rem;
        padding: 1.1rem 2rem 1.1rem 6rem;
    }
    a.iconPost i {
        font-size: 2.5rem;
        top: 1.4rem;
    }
    a.iconPost time {
        font-size: 0.85rem;
    }
    a.iconPost::after {
        font-size: 2.3rem;
    }
    #upcomingEventsCont .bottomLinks {
        padding: 0 0 0 4rem;
    }
    .bottomLinks a,
    .bottomLinks a:link {
        font-size: 0.95rem;
        letter-spacing: 1.3px;
    }
}

@media only screen and (max-width: 1330px) {}

@media only screen and (max-width: 1190px) {
    main #recentNewsCont h3,
    main #upcomingEventsCont h3 {
        font-size: 1.35rem;
        padding-bottom: 0.5rem;
    }
    main #recentNewsCont.col-sm {
        padding: 0 2rem 3rem 0;
    }
    main #upcomingEventsCont.col-sm {
        padding: 0 0 3rem 2rem;
    }
    main {
        padding: 2rem 0 2rem;
    }
    a.iconPost.postBG,
    a.iconPost.postBG:link {
        padding: 1rem 2rem 1rem 0;
    }
    a.iconPost,
    a.iconPost:link {
        padding: 1rem 2rem 1rem 4rem;
        font-size: 0.92rem;
    }
    a.iconPost h4 {
        letter-spacing: 1.5px;
    }
    a.iconPost i {
        font-size: 2.1rem;
        top: 1.3rem;
    }
    a.iconPost time {
        font-size: 0.8rem;
        letter-spacing: 1px;
    }
    a.iconPost::after {
        font-size: 1.9rem;
    }
    #upcomingEventsCont .bottomLinks {
        padding: 0 0 0 1rem;
    }
    .bottomLinks a,
    .bottomLinks a:link {
        font-size: 0.9rem;
        letter-spacing: 1.1px;
    }
}

@media only screen and (max-width: 1024px) {
    main .container h3 {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 991px) {
    .container {
        max-width: 100%;
    }
    main {
        padding: 0 0 2rem;
    }
    main .col-sm {
        flex-basis: auto;
        max-width: 100%;
        padding: 2rem 3rem !important;
    }
    main #recentNewsCont.col-sm {
        border-right: none;
    }
    .bottomLinks {
        padding: 1rem 0 0 0 !important;
        position: relative;
    }
    .bottomLinks a,
    .bottomLinks a:link {
        float: none;
        max-width: 100%;
        font-size: 0.7rem;
        color: rgb(255, 255, 255);
        text-align: center;
        display: block;
        padding: 0.6rem 1.5rem;
        margin: auto;
        -webkit-border-radius: 0.2rem;
        -moz-border-radius: 0.2rem;
        border-radius: 0.2rem;
        background: #8c2425;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
    .bottomLinks a:visited {
        color: rgb(255, 255, 255);
    }
    .bottomLinks a::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #b04849;
        -webkit-border-radius: 0.2rem;
        -moz-border-radius: 0.2rem;
        border-radius: 0.2rem;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        margin: 0;
    }
    .bottomLinks a:hover::before,
    .bottomLinks a:focus::before,
    .bottomLinks a:active::before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    #upcomingEventsCont .bottomLinks a,
    #upcomingEventsCont .bottomLinks a:link {
        background: #66a9b6;
    }
    #upcomingEventsCont .bottomLinks a::before {
        background: #7ac0ce;
    }
    .bottomLinks a:first-of-type {
        margin-bottom: 0.6rem;
    }
    .bottomLinks a:last-of-type {
        float: none;
    }
}

@media only screen and (max-width: 850px) {
    /* .bottomLinks {
		position: static;
		bottom: auto;
		left: auto;
		right: auto;
		padding-left: 0;
		padding-right: 0;
		margin-top: 2rem;
	} */
    .empty i {
        font-size: 3rem;
    }
    .empty p {
        font-size: 0.85rem;
    }
}

@media only screen and (max-width: 785px) {
    /* header.masterHeader {
		position: static !important;
	} */
}

@media only screen and (max-width: 600px) {}

@media only screen and (max-width: 500px) {
    main #recentNewsCont h3,
    main #upcomingEventsCont h3 {
        font-size: 1.2rem;
        letter-spacing: 2px;
    }
    main .col-sm {
        padding: 2rem 1rem 1rem 1rem !important;
    }
    a.iconPost.postBG,
    a.iconPost.postBG:link {
        padding: 0.7rem 2rem 0.7rem 0;
    }
    a.iconPost,
    a.iconPost:link {
        padding: 0.7rem 2rem 0.7rem 3rem;
        font-size: 0.83rem;
    }
    a.iconPost i {
        font-size: 1.85rem;
        top: 1rem;
    }
    a.iconPost time {
        font-size: 0.75rem;
        letter-spacing: 0.5px;
    }
    a.iconPost::after {
        font-size: 1.5rem;
    }
}

@-webkit-keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}