/*a.iconPost time:before,*/

.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: 1rem 0 3rem;
}

main .col-sm {
    min-width: 50%;
    padding-bottom: 3rem;
	padding-left:2rem;
    padding-right:2rem;
}

.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-bottom: 1rem;
    text-transform: capitalize;
    color: #000;
    font-size: 2.188rem;
}

main .container h3 span {
    font-weight: 300;
}

.homeCatTitle {
    font-size: 1rem;
    letter-spacing: 1px;
    margin-top: 0;
    font-weight: 400;
    color: #046937;
    margin-bottom: 0.6rem;
    position: relative;
}

.homeCatTitle:before {
    content: "\f01c";
    margin-right: 0.3rem;
    display: none;
}

a.iconPost,
a.iconPost:link {
    position: relative;
    font: bold 1.125rem 'Nunito Sans', sans-serif;
    color: #000;
    display: block;
    padding: 1rem 3rem 1rem 5rem;
}

.upcoming-events-list li::before {
    content: "\f061";
    margin-left: 0.3rem;
    position: absolute;
    right: 0;
    top: 40%;
    font-family: "Font Awesome 5 Pro";
    color: #39b54a;
    font-size: 1.375rem;
}

.innerbtnScrollCont,
.innerbtnScrollCont:before {
    position: absolute;
    left: 50%;
}

.innerbtnScrollCont {
    width: 40px;
    height: 70px;
    margin-left: -20px;
    bottom: 10%;
    margin-top: -35px;
    box-shadow: inset 0 0 0 2px #fff;
    border-radius: 20px;
    z-index: 1;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}

.innerbtnScrollCont:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #046937;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(46px);
        transform: translateY(46px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(46px);
        transform: translateY(46px);
    }
}

.home_page {
    background: url(../images/news-bg.jpg) bottom center repeat-x;
}

.recentnewscont {
    padding: 3rem 0 0.5rem 0;
}

.recentnewscont .list-group.list-group-flush .list-group-item {
    background-color: transparent !important;
    padding-right: 0;
    padding-left: 0;
    position: relative;
}

a.iconPost:visited {
    color: 000;
}

a.iconPost:hover {
    color: #39b54a;
}

a.iconPost:active {
    color: #39b54a;
}

a.iconPost h4 {
    font-family: inherit;
    font-size: 1.375rem;
    font-weight: 600;
    font-style: inherit;
    color: inherit;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

a.iconPost time {
    font: 400 1rem 'Nunito Sans', sans-serif;
    color: #046937;
    margin-bottom: 0.5rem;
    display: inline-block;
}

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: 3rem;
    color: #046937;
}

.upcoming-events-list {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 1;
}

.upcoming-events-list li {
    border-top: 1px solid rgba(53, 53, 53, 0.25);
    position: relative;
}

.upcoming-events-list li:first-child {
    border-top: none;
}

#recentNewsCont .bottomLinks a:first-of-type:before {
    content: "\f15c";
    font-weight: 300;
}

#recentNewsCont .bottomLinks a:last-of-type:before {
    content: "\f319";
    font-weight: 300;
}

#upcomingEventsCont .bottomLinks a::before {
    content: "\f073";
    font-weight: 300;
}

#upcomingEventsCont .bottomLinks .text-right a::before {
    content: "\f271";
    font-weight: 300;
}

#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 {
    color: rgb(227, 83, 13);
}

#recentNewsCont a.iconPost.postBG:active {
    color: rgb(227, 83, 13);
}

#recentNewsCont a.iconPost.postBG:first-of-type,
#recentNewsCont a.iconPost.postBG:first-of-type:link {
    width: 100%;
    height: 250px;
    clear: both;
    margin-bottom: 1px;
}

#upcomingEventsCont a.iconPost i {
    font-size: 1rem;
    display: inline-block;
}

#upcomingEventsCont .time_box {
    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: #046937;
}

#upcomingEventsCont .homeCatTitle {
    padding-left: 1.5rem;
}

.current_month {
    font-size: 1.375rem;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
    text-align: center;
}

.event_date {
    font-size: 2.25rem;
    font-weight: 800;
    display: block;
    line-height: 2.25rem;
}

.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,
.bottomLinks a,
.bottomLinks a:link {
    color: #000;
    display: inline-block;
}

.empty a:visited,
.bottomLinks a:visited {
    color: #000;
}

.empty a:hover,
.bottomLinks a:hover,
.bottomLinks a:hover::before {
    color: #39b54a;
}

.empty a:active,
.bottomLinks a:active,
.bottomLinks a:active {
    color: #39b54a;
}

.empty a:focus,
.bottomLinks a:focus,
.bottomLinks a:focus,
#upcomingEventsCont .bottomLinks a::before:focus {
    color: #39b54a;
}

.notices_icon a::before {
    content: "\f15c" !important;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
}

.bottomLinks {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 1rem;
    margin-bottom: 0;
}

.bottomLinks a,
.bottomLinks a:link {
    text-transform: uppercase;
    font-size: 1.125rem;
}

.bottomLinks a:before {
    font-weight: 400;
    color: #000;
    margin-right: 0.5rem;
}


/******* Highlights *******/

ul.homeCol3,
ul.homeCol3>li {
    list-style: none;
    margin: 0;
}

ul.homeCol3 {
    margin: 0;
    padding: 0;
}

.post {
    position: relative;
    /*left: 7%;*/
    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-1 img {
    /* opacity: 1; */
    /* -webkit-transition: .3s ease-in-out; */
    /* transition: .3s ease-in-out; */
}

.post .post-2 figure {
    background: rgb(0, 73, 134);
    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: rgb(0, 148, 218);
    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 {
    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:767px) {
    main .container h3 {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 1680px) {
    .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 {}
    a.iconPost i {}
}

@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: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;
        margin-top: 2rem;
    }
    .empty i {
        font-size: 3rem;
    }
    a.iconPost,
    a.iconPost:link,
    a.iconPost time,
    .empty p {
        font-size: 0.85rem;
    }
    a.iconPost i {
        /* font-size: 1.1rem; */
    }
}

@media only screen and (max-width:785px) {
    header.masterHeader {
        /* position: static !important; */
        position: absolute;
        z-index: 10;
        width: 100%;
        -webkit-box-shadow: -1px 3px 5px 0px rgba(53, 53, 53, 0.22);
        -moz-box-shadow: -1px 3px 5px 0px rgba(53, 53, 53, 0.22);
        box-shadow: -1px 3px 5px 0px rgba(53, 53, 53, 0.22);
    }
    .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: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) {}