/* #upcomingEventsCont .readMore:before,
a.iconPost time:before,
.homeCatTitle:before {
    content: "\f111";
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
} */

main article > h2 {
    font-family: 'Figtree', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.6rem;
    letter-spacing: .075rem;
    text-align: center;
    color: #07375B;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

main article > h2 span {
    font-family: "Figtree", Arial, Helvetica, sans-serif;
    font-weight: 700;
    display: block;
}

main article > h2:after {
    content: "";
    width: 50px;
    height: 3px;
    display: block;
    margin: 0.8rem auto 0;
    background: #048CC3;
}

main article.container {
    max-width: 100%;
    padding: 3rem 20%;
    text-align: center;
    background: url(../images/bold-accent.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0% center;
}

main section {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: #f7f7f7;
}

.news-events {
    max-width: 100%;
    background-image: url(../images/news-events-bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    min-height: 600px;
    background-color: #fff;
    padding: 0 30px;
}

.news-events .container {
    display: flex;
    justify-content: space-between;
    flex-flow: row nowrap;
    align-items: start;
}

.event-img {
    overflow: hidden;
}

/* #recentNewsCont, #upcomingEventsCont {
    margin: 20px;
} */

.news-events-carousel .owl-carousel {
    width: 48%;
}

.owl-nav {
    display: flex;
    justify-content: space-between;
    flex-flow: row nowrap;
    padding: .5rem;
}

.owl-nav button i {
    color: #07375B;
    transition: color 300ms ease;
}

.owl-nav button i:hover {
    color: #048CC3;
}

div#recentNewsCont, div#upcomingEventsCont {
    width: 49%;
}

#recentNewsCont h3, 
#upcomingEventsCont h3 {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    margin: 2rem .5rem;
}

.owl-dots {
    text-align: center;
    margin-top: -43px;
}

.owl-carousel button.owl-dot {
    background: none;
    border-radius: 50%;
    border: 1px solid #353535 !important;
    margin: .25rem !important;
    width: 15px;
    height: 15px;
}

.owl-carousel button.owl-dot.active {
    background: #353535;
}

#recentNewsCont h3.news-title::after, 
#upcomingEventsCont h3.event-title::after {
    content: "";
    background: #ccc;
    width: 100%;
    top: 50%;
    position: absolute;
    margin: 0 20px;
    height: 1px;
}

#recentNewsCont figure,
#upcomingEventsCont figure {
    float: left;
    width: 100%;
    padding: .5rem;
}

#recentNewsCont figure a,
#upcomingEventsCont figure a {
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
    border-radius: .3rem;
    overflow: hidden;
    display: block;
    position: relative;
    height: 302px;
}

#recentNewsCont figure a:hover h4,
#upcomingEventsCont figure a:hover h4 {
    color: #048CC3;
}

#recentNewsCont figcaption, #upcomingEventsCont figcaption {
    padding: 1.5rem;
    text-align: left;
    border-bottom: 5px solid #07375B;
    background: #fff;
    height: 55%;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 5;
}

#recentNewsCont figcaption h4, 
#upcomingEventsCont figcaption h4 {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .04rem;
    text-transform: none;
    /* padding: 0 0 1rem 0; */
    transition: color 300ms ease;
}

#recentNewsCont figcaption h4:after, 
#upcomingEventsCont figcaption h4:after {
    content: "";
    width: 2.5rem;
    height: 2px;
    display: block;
    margin-top: 1rem;
    background: #07375B;
}

#recentNewsCont figcaption time, 
#upcomingEventsCont figcaption time {
    font-size: .8rem;
    color: #353535;
}

.bottomLinks {
    text-align: center;
}

.bottomLinks a {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    width: 230px;
    background: #fff;
    color: #07375B;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .04rem;
    border-radius: 5px;
    padding: 10px;
    margin-top: 2rem;
    box-shadow: 0px 3px 6px #00000029;
    transition: all 300ms ease;
}

.bottomLinks a:hover {
    background: #1FA3B0;
    color: #fff;
}

figure.container{
    max-width: 1662px;
}

ul.highLightsLists.container img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 300s ease 0ms;
    transition: transform 300ms ease 0ms;
    height: inherit;
    max-width: none;
    display: block;
    margin: auto;
}
ul.highLightsLists.container > li:hover img {
    -webkit-transform: translateX(-50%) scale(1.1);
    -moz-transform: translateX(-50%) scale(1.1);
    -o-transform: translateX(-50%) scale(1.1);
    -ms-transform: translateX(-50%) scale(1.1);
    transform: translateX(-50%) scale(1.1);
}
ul.highLightsLists.container {
    list-style: none;
}
ul.highLightsLists.container > li {
    float: left;
    width: 25%;
    padding: 1rem;
}
ul.highLightsLists.container > li:first-child,
ul.highLightsLists.container > li:last-child {
    width: 50%;
}


ul.highLightsLists.container a,
ul.highLightsLists.container a:link {
    position: relative;
    height: 358px;
    display: block;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}

ul.highLightsLists.container figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.3rem 1rem;
    border-bottom: 5px solid #fcb033;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: rgba(8,50,83,0.75);
}

ul.highLightsLists.container figcaption h4 {
    font-family: "Figtree", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    font-style: normal;
    color: #fff;
    text-align: center;
    text-transform: none;
    margin-bottom: 0;
}

ul.highLightsLists.container > li:nth-child(2) figcaption {
    border-bottom-color: #00aeee;
}
ul.highLightsLists.container > li:nth-child(3) figcaption {
    border-bottom-color: #abbe29;
}
ul.highLightsLists.container > li:nth-child(4) figcaption {
    border-bottom-color: #00aeee;
}
ul.highLightsLists.container > li:nth-child(5) figcaption {
    border-bottom-color: #93a731;
}
ul.highLightsLists.container > li:last-child figcaption {
    border-bottom-color: #fcb033;
}

ul.highLightsLists.container > li:first-child:hover figcaption {
    background: rgba(252,176,51,0.75);
}
ul.highLightsLists.container > li:nth-child(2):hover figcaption {
    background: rgba(6,169,227,0.75);
}
ul.highLightsLists.container > li:nth-child(3):hover figcaption {
    background: rgba(171,190,41,0.75);
}
ul.highLightsLists.container > li:nth-child(4):hover figcaption {
    background: rgba(6,169,227,0.75);
}
ul.highLightsLists.container > li:nth-child(5):hover figcaption {
    background: rgba(171,190,41,0.75);
}
ul.highLightsLists.container > li:last-child:hover figcaption {
    background: rgba(252,176,51,0.75);
}

/* ul.customHighlights,
ul.customHighlights > li {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.customHighlights > li {
    float: left;
    width: 25%;
    padding: 1rem;
}

ul.customHighlights a,
ul.customHighlights a:link {
    position: relative;
    min-height: 200px;
    display: block;
    font-family: 'Figtree';
    font-size: 0.8rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem;
    overflow: hidden;
}
ul.customHighlights a:visited {
    color: #fff;
}
ul.customHighlights img {
    -webkit-transition: transform 300ms ease 0s;
    -moz-transition: transform 300ms ease 0s;
    -o-transition: transform 300ms ease 0s;
    transition: transform 300ms ease 0s;
}
ul.customHighlights a:hover img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}


ul.customHighlights > li:nth-child(1n) a figcaption{
    border-bottom: 5px solid #fcb033;
}
ul.customHighlights > li:nth-child(2n) a figcaption {
    border-bottom: 5px solid #009290;
}
ul.customHighlights > li:nth-child(3n) a figcaption {
    border-bottom: 5px solid #00aeee;
}
ul.customHighlights > li:nth-child(4n) a figcaption {
    border-bottom: 5px solid #abbe29;
}
ul.customHighlights > li:nth-child(5n) a figcaption {
    border-bottom: 5px solid #abbe29;
}
ul.customHighlights > li:nth-child(6n) a figcaption {
    border-bottom: 5px solid #00aeee;
}
ul.customHighlights > li:nth-child(7n) a figcaption {
    border-bottom: 5px solid #009290;
}
ul.customHighlights > li:nth-child(8n) a figcaption{
    border-bottom: 5px solid #fcb033;
}
ul.customHighlights > li:nth-child(1n) a:hover figcaption{
    background: #fcb033;
}
ul.customHighlights > li:nth-child(2n) a:hover figcaption {
    background: #009290;
}
ul.customHighlights > li:nth-child(3n) a:hover figcaption {
    background: #00aeee;
}
ul.customHighlights > li:nth-child(4n) a:hover figcaption {
    background: #abbe29;
}
ul.customHighlights > li:nth-child(5n) a:hover figcaption {
    background: #abbe29;
}
ul.customHighlights > li:nth-child(6n) a:hover figcaption {
    background: #00aeee;
}
ul.customHighlights > li:nth-child(7n) a:hover figcaption {
    background: #009290;
}
ul.customHighlights > li:nth-child(8n) a:hover figcaption{
    background: #fcb033;
}

ul.customHighlights figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.1rem 1rem 1rem;
    border-bottom: 5px solid #07375B;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: #07375B;
}
ul.customHighlights h3,
ul.customHighlights p {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    color: inherit;
    margin-bottom: 0;
} */

@media only screen and (max-width:1160px) { 

    ul.highLightsLists.container > li {
        width: 50%;
}

@media only screen and (max-width:1097px) {
    ul.customHighlights > li {
        width: 33.33%;
    }
}

@media only screen and (max-width:1047px) {
    /* .masterFooter {
        padding-bottom:3rem;
    } */

    main article.container {
        background: none;
    }
}

@media only screen and (mix-width: 1025px) and (max-width: 1330px) {
    #recentNewsCont figcaption, #upcomingEventsCont figcaption {
        height: 65%;
        padding-top: 0;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    #recentNewsCont figcaption,
    #upcomingEventsCont figcaption {
        padding: 1rem;
    }
}

@media only screen and (max-width: 1024px) {
    .news-events .container {
        flex-flow: column nowrap;
    }

    div#recentNewsCont, div#upcomingEventsCont {
        width: 100%;
    }

    .news-events .container {
        padding-bottom: 2rem;
    }
}

@media only screen and (max-width:877px) { 
    ul.highLightsLists.container > li {
        float: none;
        width: 100%;
    }
    ul.highLightsLists.container > li:first-child, 
    ul.highLightsLists.container > li:last-child,
    ul.highLightsLists.container > li:nth-child(3), 
    ul.highLightsLists.container > li:nth-child(4) {
        width: 100%;
    }
}

@media only screen and (max-width:777px) {
    ul.customHighlights > li {
        width: 50%;
        padding: 0.5rem;
    }

    main article.container {
        padding: 3rem 10%;
    }
}

@media only screen and (max-width: 700px) {
    #recentNewsCont h3, #upcomingEventsCont h3 {
        text-align: center;
    }

    #recentNewsCont h3.news-title::after, 
    #upcomingEventsCont h3.event-title::after {
        display: none;
    }

    #recentNewsCont h3.news-title, 
    #upcomingEventsCont h3.event-title {
        border-bottom: 1px solid #ccc;
        padding-bottom: 1rem;
    }
}

@media only screen and (max-width: 600px) {
    ul.highLightsLists.container a,
    ul.highLightsLists.container a:link {
        height: 300px;
    }

    #recentNewsCont figcaption,
    #upcomingEventsCont figcaption {
        padding: 1rem;
    }
}

@media only screen and (max-width:427px) {
    ul.customHighlights > li {
        width: 100%;
        float: none;
    }
}