

/* #recentNewsCont a.iconPost:before, */
.bottomLinks a: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: 0;
    background: url(../images/bgLogo.png) right bottom no-repeat;
}

.row.home {
    margin-left: 0;
    margin-right: 0;
}

main .col-sm {
    min-width: 50%;
    min-height: 525px;
    padding-bottom: 2rem;
    background: #fff;
}

#recentNewsCont {
    padding-left: 0;
}

#upcomingEventsCont {
    padding-right: 0;
}

main .col-sm + .col-sm {
    background: #084a74 url(../images/bgUpcoming.jpg) center center repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.innerMainCont {
    position: relative;
    max-width: 800px;
    min-height: 100%;
    margin: 0 0 0 auto;
    padding: 2rem 1.5rem;
}

#upcomingEventsCont .innerMainCont {
    margin: 0 auto 0 0;
}


.moreContent {
    margin-top: -5rem;
}



#recentNewsCont .nav-tabs {
    margin-bottom: 1rem;
    border-bottom: 1px solid #bdbebf;
}

    #recentNewsCont .nav-tabs > li {
        width: 50%;
    }

main h3,
a.tabOptLink,
a.tabOptLink:link {
    font: 700 1.875rem novecento-sans-wide, Arial, sans-serif;
    color: #084a74;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 1rem;
}

    a.tabOptLink,
    a.tabOptLink:link {
        position: relative;
        color: #282828;
        margin-bottom: 0;
        padding-bottom: 1rem;
        border-bottom: none;
    }

        a.tabOptLink:visited {
            color: #282828;
        }

        a.tabOptLink:hover {
            color: #4a8332;
        }

        a.tabOptLink.active {
            color: #4a8332;
        }

            a.tabOptLink.active:after {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                bottom: -5px;
                height: 5px;
                background: #4a8332;
            }

#recentNewsCont .nav-tabs > li:last-child .tabOptLink.active:after {
    left: 1rem;
}

main h3 > span {
    font-family: novecento-sans-wide, sans-serif;
    font-weight: 700;
    color: #cda05a;
    display: block;
    margin-left: 1.5rem;
    font-size: 1.875rem;
    letter-spacing: 1px;
}

#upcomingEventsCont h3 {
    color: #fff;
}

    #upcomingEventsCont h3 > span {
        color: #b9d8ea;
    }

#upcomingEventsCont .empty {
    color: #fff;
}



#recentNewsCont a.iconPost,
#recentNewsCont a.iconPost:link {
    display: flex;
    padding-right: 2rem;
}

    #recentNewsCont a.iconPost figure {
        width: 22%;
     
    }

    #recentNewsCont a.iconPost .ruContainer {
        width: 78%;
        padding-left: 1rem;
    }



#upcomingEventsCont a.iconPost,
#upcomingEventsCont a.iconPost:link {
    color: #fff;
    border-bottom: 1px solid #719ab3;
    padding-bottom: 0.9rem;
    margin-bottom: 0.9rem;
    padding-left: 3.5rem;
}

    #upcomingEventsCont a.iconPost:visited {
        color: #fff;
    }

    #upcomingEventsCont a.iconPost:hover {
        color: #cda05a;
    }

    #upcomingEventsCont a.iconPost:last-of-type,
    #upcomingEventsCont a.iconPost:link:last-of-type {
        border-bottom: none;
    }

    #upcomingEventsCont a.iconPost time {
        color: #fff;
    }

    #upcomingEventsCont a.iconPost i {
        color: #b9d8ea;
    }



#upcomingEventsCont .bottomLinks a,
#upcomingEventsCont .bottomLinks a:link {
    color: #Fff;
}

    #upcomingEventsCont .bottomLinks a:visited {
        color: #Fff;
    }

    #upcomingEventsCont .bottomLinks a:hover {
        color: #cda05a;
    }


.bottomLinks a:before {
    font-weight: 900;
    margin-right: 0.5rem;
}

#recentNewsCont .bottomLinks a:before {
    content: "\f319";
}

#recentNewsCont .bottomLinks a + a:before {
    content: "\f15b";
}

#upcomingEventsCont .bottomLinks a:before {
    content: "\f271";
}

#upcomingEventsCont .bottomLinks a + a:before {
    content: "\f133";
}

/* #recentNewsCont a.iconPost:before {
    content: "\f15c";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2rem;
    color: #103f6e;
} */






.empty {
    padding-top: 2rem;
}

    .empty p {
        font-size: 1.2rem;
    }

    .empty i {
        font-size: 3rem;
        margin-bottom: 0.5rem;
    }

@media only screen and (max-width:1100px) {
    main .col-sm {
        min-height: 0;
    }

    main .row {
        min-width: 100%;
        display: block;
    }

    #upcomingEventsCont .bottomLinks {
        display: block;
        position: static;
        left: auto;
        right: auto;
        bottom: auto;
        margin-top: 2rem;
    }

        #upcomingEventsCont .bottomLinks a + a {
            float: right;
        }

    .innerMainCont,
    #upcomingEventsCont .innerMainCont {
        margin: 0 auto;
    }

    .innerMainCont {
        max-width: none;
    }

    #recentNewsCont,
    #upcomingEventsCont {
        padding: 0;
    }

    .bottomLinks {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        margin-top: 2rem;
    }

    #recentNewsCont a.iconPost figure {
      
    max-width: 20%;
    }
}
@media only screen and (max-width:771px) {
    a.iconPost h4 {
        padding-right: 1rem;
font-size:1rem;
    }
a.iconPost time{
font-size:0.8rem;
margin:0;
}
a.iconPost p{
font-size:0.8rem;
}
}

@media only screen and (max-width:771px) {
    a.iconPost h4 {
        padding-right: 1rem;
    }
}

@media only screen and (max-width:767px) {
    main img {
        margin: 0 !important;
    }
}

@media only screen and (max-width:680px) {
    .tab-content {
        padding-left: 0;
    }



    #recentNewsCont .empty {
        margin-left: 0;
        padding-right: 0;
    }


    main {
        -webkit-background-size: 280px 275px;
        -moz-background-size: 280px 275px;
        background-size: 280px 275px;
    }

#recentNewsCont a.iconPost figure{
width:26%;
}
#recentNewsCont a.iconPost .ruContainer{
width:74%;}
}


@media only screen and (max-width:497px) {
    #recentNewsCont a.iconPost,
    #recentNewsCont a.iconPost:link {
        padding-right: 2rem;
    }

    .bottomLinks a, .bottomLinks a:link {
        font-size: 1rem;
    }

    main h3,
    a.tabOptLink,
    a.tabOptLink:link,
    main h3 > span,
    .footerTop h2,
    .footerTop h2 span {
        font-size: 1.4rem;
    }

        .footerTop h2,
        .footerTop h2 span {
            text-align: center;
        }

    #recentNewsCont a.iconPost figure {
        max-width: 125px;
        min-width: unset;
    }

    a.iconPost time,
    a.iconPost p {
        font-size: 0.6rem;
    }

    a.iconPost h4 {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width:450px) {
    a.tabOptLink,
    a.tabOptLink:link {
        letter-spacing: normal;
        font-size: 0.8rem;
    }
}

@media only screen and (max-width:360px) {
    .bottomLinks {
        display: block;
        position: static;
        left: auto;
        right: auto;
        bottom: auto;
        margin-top: 1rem;
    }

        .bottomLinks a,
        .bottomLinks a:link {
            display: block;
            padding: 0.5rem;
            text-align: center;
        }

            .bottomLinks a + a,
            .bottomLinks a:link + a:link {
                text-align: center;
            }

    #upcomingEventsCont {
        margin-top: 0;
    }

        #upcomingEventsCont .bottomLinks a + a {
            float: none;
        }
}
