@import "variables.css";




main {
    padding: 0;
    position: relative;
    padding-bottom: 2rem;
}


    main .col-sm {
        min-width: 50%;
        padding-bottom: 3rem;
    }





.introRow {
    background-color: var(--dark-white);
    padding: 13rem 0 3rem 0;
}

    .introRow h3 {
        text-align: start;
        color: var(--darkest-blue);
        font-size: 2.2rem;
        font-weight: 500;
        text-align: left;
        font-family: "Amiri";
        letter-spacing: 1px;
        font-variant: small-caps !important;
    }

    .introRow p {
    }

    .introRow h3 p:last-of-type {
        font-style: italic;
    }

.introImage {
    background: url("../images/terry-rooney.jpg") no-repeat;
    background-position: center;
    background-size: contain;
    height: 270px;
    width: 100%;
    max-width: 300px;
}

.introImage p {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 0.8rem;
    height: 245px;
    margin: 268px 0 0;
    letter-spacing: 0;
}

.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 #upcomingEventsCont h3,
main #recentNewsCont h3,
main #recentMeetingsCont h3 {
    color: var(--darkest-blue);
    font-size: 2.2rem;
    font-weight: 500;
    text-align: left;
    font-family: "Amiri";
    letter-spacing: 1px;
    font-variant: small-caps !important;
}

main p, li {
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 28px;
    color: var(--dark-blue);
    font-weight: 400;
    font-family: "Open Sans";
}



ul.search-page h3 {
    font-size: 1.4rem;
    text-align: start;
    padding: 0
}

main h3 span {
    position: relative;
}



a.iconPost,
a.iconPost:link {
    position: relative;
    font: bold 1.125rem 'Open Sans', Arial, sans-serif;
    color: var(--darkest-blue);
    display: block;
    border-bottom: 1px solid var(--light-gray);
}

    a.iconPost:last-of-type {
        border-bottom: none;
    }

    a.iconPost:visited {
        color: var(--darkest-blue);
    }

    a.iconPost:hover,
    a.iconPost:active,
    a.iconPost:focus {
        color: var(--light-blue-hover);
    }

    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.disabled {
        cursor: default;
    }

    a.iconPost i,
    a.iconPost span 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: var(--lightest-blue);
        -webkit-transition: all 300ms ease 0s;
        -moz-transition: all 300ms ease 0s;
        -o-transition: all 300ms ease 0s;
        transition: all 300ms ease 0s;
    }

    a.iconPost span i {
        left: unset;
        right: 0;
        font-size: 1.2rem !important;
        color: var(--light-gray);
    }

    a.iconPost:hover span i,
    a.iconPost:focus span i,
    a.iconPost:active span i,
    a.iconPost:hover i,
    a.iconPost:focus i,
    a.iconPost:active i {
        color: var(--lightest-blue-hover);
    }


#recentNewsCont,
#upcomingEventsCont,
#recentMeetingsCont {
    padding-bottom: 4rem;
}

    #recentNewsCont .bottomLinks a:first-of-type:before,
    #recentMeetingsCont .bottomLinks a:first-of-type:before {
        content: "\f15c";
    }

    #recentNewsCont .bottomLinks a:last-of-type:before,
    #recentMeetingsCont .bottomLinks a:first-of-type:before {
        content: "\f040";
    }

    #upcomingEventsCont .bottomLinks.additionalLinks {
        bottom: -2.5rem;
        margin: 0;
    }

    #upcomingEventsCont .bottomLinks {
        width: 100%;
        justify-content: space-between;
    }

        #upcomingEventsCont .bottomLinks a:first-of-type:before {
            content: "\f271";
        }

        #upcomingEventsCont .bottomLinks a:last-of-type:before {
            content: "\f073";
        }



    #recentNewsCont a.iconPost.postBG,
    #recentNewsCont a.iconPost.postBG:link,
    #recentMeetingsCont a.iconPost.postBG,
    #recentMeetingsCont 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,
        #recentMeetingsCont a.iconPost.postBG:visited {
            color: #FFF;
        }

        #recentNewsCont a.iconPost.postBG:hover,
        #recentNewsCont a.iconPost.postBG:active,
        #recentMeetingsCont a.iconPost.postBG:hover,
        #recentMeetingsCont a.iconPost.postBG:active {
            color: #E3530D;
        }

        #recentNewsCont a.iconPost.postBG:first-of-type,
        #recentNewsCont a.iconPost.postBG:first-of-type:link,
        #recentMeetingsCont a.iconPost.postBG:first-of-type,
        #recentMeetingsCont a.iconPost.postBG:first-of-type:link {
            width: 100%;
            height: 250px;
            clear: both;
            margin-bottom: 1px;
        }

.empty {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}



    .empty p {
        color: var( --dark-blue);
        font-size: 0.9rem;
    }

    .empty i {
        font-size: 2rem;
        color: #DEDBDA;
        margin-right: 0.4rem;
    }

    .empty p a,
    .empty p a:link {
        font-weight: 700;
    }

    .empty a,
    .empty a:link,
    .bottomLinks a,
    .bottomLinks a:link {
        color: var(--light-blue);
        display: inline-block;
    }

        .empty a:visited {
            color: var(--light-blue);
        }

        .empty a:hover,
        .empty a:active,
        .empty a:focus,
        .bottomLinks a:hover,
        .bottomLinks a:active,
        .bottomLinks a:focus {
            color: var(--light-gray);
        }

.bottomLinks {
    padding: 0;
}

    .bottomLinks a,
    .bottomLinks a:link {
        float: left;
        font: 700 1rem 'Open Sans';
        letter-spacing: 1px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: var(--dark-blue);
        text-align: center;
        background: none;
        padding: 0;
        -webkit-transition: all 300ms ease 0s;
        -moz-transition: all 300ms ease 0s;
        -o-transition: all 300ms ease 0s;
        transition: all 300ms ease 0s;
        display: flex;
        align-items: center;
    }

.bottomLinks {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
}

    .bottomLinks a:visited {
        color: var(--dark-blue);
    }

    .bottomLinks i {
        color: var(--dark-blue);
        background-color: transparent;
        float: left;
        margin-right: 0.5rem;
        font-size: 1rem;
        -webkit-transition: color 300ms ease 0s;
        -moz-transition: color 300ms ease 0s;
        -o-transition: color 300ms ease 0s;
        transition: color 300ms ease 0s;
    }

    .bottomLinks a:hover,
    .bottomLinks a:focus,
    .bottomLinks a:active,
    .bottomLinks:hover i,
    .bottomLinks:focus i,
    .bottomLinks:active i {
        color: var( --light-blue-hover);
    }



#upcomingEventsCont .bottomLinks a:last-of-type {
    float: right;
}

.bottomLinks a:before {
    font-weight: 300;
    color: var(--white);
    margin-right: 0.5rem;
    display: none;
}


/*Events and Notice Container*/
.card {
    border: none;
    border-radius: unset;
}



.card-body {
    text-align: center;
    font-family: "Open Sans";
    letter-spacing: 1px;
    padding: 0 0.7rem 3rem 0.7rem;
}

.owl-item.active {
    height: auto;
}

main .card .card-title {
    font-size: 1.05rem;
    color: inherit;
    font-weight: 600;
    font-style: normal;
    text-align: left;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#highlightContainer .card .card-title {
    text-overflow: unset;
    overflow: unset;
    white-space: unset;
}




.card-time {
    font-size: 14px;
    letter-spacing: 1px;
    color: var(--dark-gray);
    font-weight: 400;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

a.iconPost:hover .card-time,
a.iconPost:focus .card-time,
a.iconPost:active .card-time {
    color: var(--light-blue-hover);
}





a.iconPost .card-category {
    font-size: 0.9rem;
    color: var(--dark-gray);
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}

    a.iconPost .card-category i {
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
        font-size: inherit;
        font-weight: 900;
        font-family: 'Font Awesome 5 Pro';
        margin-right: 0.2rem;
    }


#recentNewsCont a.iconPost .card,
#recentMeetingsCont a.iconPost .card,
#upcomingEventsCont a.iconPost .card {
    padding: 1rem 3rem;
}



#recentNewsCont .card-body,
#recentMeetingsCont .card-body,
#upcomingEventsCont .card-body {
    text-align: start;
    padding: 0 0 0 1rem;
}



/******* Highlights *******/


.highlightContainer {
    background-image: url("../images/highlights_bg.jpg"), linear-gradient(rgba(38,38,38,0.45),rgba(38,38,38,0.45));
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 4rem 0rem;
}

.articlePost .highlightContainer {
    background-image: unset;
    background-blend-mode: unset;
    background-repeat: unset;
    background-size: unset;
    background-position: unset;
    padding: unset;
}

.highlightContainer .card .card-title {
    text-align: center;
}

.highlightContainer h3 {
    color: var(--white);
    padding-bottom: 2rem;
    font-size: 2.4rem;
    font-weight: 500;
    font-family: "Amiri";
    text-align: center;
    letter-spacing: 1px;
    font-variant: small-caps !important;
}



    .highlightContainer h3 span {
        position: relative;
    }

        .highlightContainer h3 span:after,
        .highlightContainer h3 span:before {
            border-top: 2px solid var(--white);
            content: '\a0';
            padding: 0 3rem;
            position: absolute;
            top: 50%;
        }

        .highlightContainer h3 span:after {
            right: -8rem;
        }

        .highlightContainer h3 span:before {
            left: -8rem;
        }

.highlightContainer .card {
    background-color: rgba(24,72,122,0.9);
    color: var(--white);
    height: 100%;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    border-radius: 3px;
}

.highlightItem {
    margin-bottom: 2rem;
    padding: 0 1rem;
}

.highlightContainer .card:hover,
.highlightContainer .card:active,
.highlightContainer .card:focus {
    background-color: rgba(28, 82, 140,0.9);
}


.highlightContainer div:nth-of-type(2) .card,
.highlightContainer div:nth-of-type(4) .card,
.highlightContainer div:nth-of-type(5) .card,
.highlightContainer div:nth-of-type(7) .card,
.highlightContainer div:nth-of-type(10) .card,
.highlightContainer div:nth-of-type(12) .card,
.highlightContainer div:nth-of-type(13) .card,
.highlightContainer div:nth-of-type(15) .card,
.highlightContainer div:nth-of-type(18) .card,
.highlightContainer div:nth-of-type(20) .card,
.highlightContainer div:nth-of-type(21) .card,
.highlightContainer div:nth-of-type(23) .card,
.highlightContainer div:nth-of-type(26) .card,
.highlightContainer div:nth-of-type(28) .card,
.highlightContainer div:nth-of-type(29) .card,
.highlightContainer div:nth-of-type(31) .card {
    background-color: rgba(86,135,183,0.9);
}



    .highlightContainer div:nth-of-type(2) .card:hover,
    .highlightContainer div:nth-of-type(4) .card:hover,
    .highlightContainer div:nth-of-type(5) .card:hover,
    .highlightContainer div:nth-of-type(7) .card:hover,
    .highlightContainer div:nth-of-type(9) .card:hover,
    .highlightContainer div:nth-of-type(10) .card:hover,
    .highlightContainer div:nth-of-type(12) .card:hover,
    .highlightContainer div:nth-of-type(13) .card:hover,
    .highlightContainer div:nth-of-type(15) .card:hover,
    .highlightContainer div:nth-of-type(18) .card:hover,
    .highlightContainer div:nth-of-type(20) .card:hover,
    .highlightContainer div:nth-of-type(21) .card:hover,
    .highlightContainer div:nth-of-type(23) .card:hover,
    .highlightContainer div:nth-of-type(26) .card:hover,
    .highlightContainer div:nth-of-type(28) .card:hover,
    .highlightContainer div:nth-of-type(29) .card:hover,
    .highlightContainer div:nth-of-type(31) .card:hover,
    .highlightContainer div:nth-of-type(2) .card:active,
    .highlightContainer div:nth-of-type(4) .card:active,
    .highlightContainer div:nth-of-type(5) .card:active,
    .highlightContainer div:nth-of-type(7) .card:active,
    .highlightContainer div:nth-of-type(9) .card:active,
    .highlightContainer div:nth-of-type(10) .card:active,
    .highlightContainer div:nth-of-type(12) .card:active,
    .highlightContainer div:nth-of-type(13) .card:active,
    .highlightContainer div:nth-of-type(15) .card:active,
    .highlightContainer div:nth-of-type(18) .card:active,
    .highlightContainer div:nth-of-type(20) .card:active,
    .highlightContainer div:nth-of-type(21) .card:active,
    .highlightContainer div:nth-of-type(23) .card:active,
    .highlightContainer div:nth-of-type(26) .card:active,
    .highlightContainer div:nth-of-type(28) .card:active,
    .highlightContainer div:nth-of-type(29) .card:active,
    .highlightContainer div:nth-of-type(31) .card:active,
    .highlightContainer div:nth-of-type(2) .card:focus,
    .highlightContainer div:nth-of-type(4) .card:focus,
    .highlightContainer div:nth-of-type(5) .card:focus,
    .highlightContainer div:nth-of-type(7) .card:focus,
    .highlightContainer div:nth-of-type(9) .card:focus,
    .highlightContainer div:nth-of-type(10) .card:focus,
    .highlightContainer div:nth-of-type(12) .card:focus,
    .highlightContainer div:nth-of-type(13) .card:focus,
    .highlightContainer div:nth-of-type(15) .card:focus,
    .highlightContainer div:nth-of-type(18) .card:focus,
    .highlightContainer div:nth-of-type(20) .card:focus,
    .highlightContainer div:nth-of-type(21) .card:focus,
    .highlightContainer div:nth-of-type(23) .card:focus,
    .highlightContainer div:nth-of-type(26) .card:focus,
    .highlightContainer div:nth-of-type(28) .card:focus,
    .highlightContainer div:nth-of-type(29) .card:focus,
    .highlightContainer div:nth-of-type(31) .card:focus {
        background-color: rgba(119, 176, 229,0.9);
    }

.highlightContainer .card-body {
    padding: 3rem 1rem;
}

.highlightContainer .card-title {
    margin: 0;
    margin-left: 0.5rem;
    font-size: 1rem;
    letter-spacing: 2px;
    color: var(--white);
    text-transform: uppercase;
}

.highlightContainer .card-body i {
    font-size: 2.8rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.highlightOuterCont .viewAllLink {
    font: normal 700 1rem 'Open Sans', Arial, sans-serif;
    color: var( --dark-blue);
    background: var(--white);
    display: block;
    margin: auto;
    padding: 1rem 3.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    border: none;
    text-transform: uppercase;
    text-shadow: none;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    letter-spacing: 1px;
    border-radius: 3px;
}

    .highlightOuterCont .viewAllLink:active,
    .highlightOuterCont .viewAllLink:focus,
    .highlightOuterCont .viewAllLink:hover {
        color: var( --white);
        background: var(--dark-blue-hover);
    }

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 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin: 1em 0 0;
    letter-spacing: 2px;
}

.post p {
    font: normal 700 1.063em 'Open Sans', sans-serif;
    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.3rem;
    }



    a.iconPost,
    a.iconPost:link,
    .empty p {
        font-size: 1rem;
    }


        a.iconPost time {
            font-size: 0.8rem;
        }

    .card-date {
        padding: 0.5rem 0.8rem;
        font-size: 0.8rem;
        top: -1.2rem;
    }

    .card-time {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width:1400px) {
}

@media only screen and (max-width:1400px) {
    .introRow {
        background-color: var(--dark-white);
        padding: 3rem 0;
    }
}

@media only screen and (max-width:1300px) {
    main #upcomingEventsCont h3,
    main #recentNewsCont h3,
    main #recentMeetingsCont h3 {
        font-size: 2rem;
    }

    main .card .card-title {
        font-size: 0.9rem;
    }

    a.iconPost i, a.iconPost span i {
        font-size: 2.5rem;
    }

    #recentNewsCont a.iconPost .card,
    #recentMeetingsCont a.iconPost .card,
    #upcomingEventsCont a.iconPost .card {
        padding: 0.6rem 1rem 0.6rem 2.5rem;
    }
}
@media only screen and (max-width:1260px) {
    .bottomLinks a, .bottomLinks a:link
{
        font-size:0.9rem;
    }

}
    @media only screen and (max-width:1200px) {
        main #upcomingEventsCont h3, main #recentNewsCont h3, main #recentMeetingsCont h3, .introRow p {
        text-align: center;
    }

    main p:last-of-type {
        padding-bottom: 0.5rem;
    }

    main #upcomingEventsCont h3,
    main #recentNewsCont h3,
    main #recentMeetingsCont h3,
    .introRow h3 {
        font-size: 2.2rem;
    }

    .introRow h3 {
        text-align: center;
    }

    main .card .card-title {
        font-size: 1.05rem;
    }

    a.iconPost i, a.iconPost span i {
        font-size: 3rem;
    }

    #recentNewsCont a.iconPost .card,
    #recentMeetingsCont a.iconPost .card,
    #upcomingEventsCont a.iconPost .card {
        padding: 1rem 3rem;
    }


    .highlightContainer div:nth-of-type(3) .card,
    .highlightContainer div:nth-of-type(6) .card,
    .highlightContainer div:nth-of-type(11) .card,
    .highlightContainer div:nth-of-type(14) .card,
    .highlightContainer div:nth-of-type(19) .card,
    .highlightContainer div:nth-of-type(22) .card,
    .highlightContainer div:nth-of-type(27) .card,
    .highlightContainer div:nth-of-type(30) .card
    {
        background-color: rgba(86,135,183,0.9);
    }

    .highlightContainer div:nth-of-type(4) .card,
    .highlightContainer div:nth-of-type(5) .card,
    .highlightContainer div:nth-of-type(12) .card,
    .highlightContainer div:nth-of-type(13) .card,
    .highlightContainer div:nth-of-type(20) .card,
    .highlightContainer div:nth-of-type(21) .card,
    .highlightContainer div:nth-of-type(28) .card,
    .highlightContainer div:nth-of-type(29) .card {
        background-color: rgba(24,72,122,0.9);
    }

        .highlightContainer div:nth-of-type(4) .card:hover,
        .highlightContainer div:nth-of-type(5) .card:hover,
        .highlightContainer div:nth-of-type(12) .card:hover,
        .highlightContainer div:nth-of-type(13) .card:hover,
        .highlightContainer div:nth-of-type(4) .card:focus,
        .highlightContainer div:nth-of-type(5) .card:focus,
        .highlightContainer div:nth-of-type(12) .card:focus,
        .highlightContainer div:nth-of-type(13) .card:focus,
        .highlightContainer div:nth-of-type(4) .card:active,
        .highlightContainer div:nth-of-type(5) .card:active,
        .highlightContainer div:nth-of-type(12) .card:active,
        .highlightContainer div:nth-of-type(13) .card:active,
        .highlightContainer div:nth-of-type(20) .card:hover,
        .highlightContainer div:nth-of-type(20) .card:focus,
        .highlightContainer div:nth-of-type(20) .card:active,
        .highlightContainer div:nth-of-type(21) .card:active,
        .highlightContainer div:nth-of-type(21) .card:focus,
        .highlightContainer div:nth-of-type(21) .card:hover,
        .highlightContainer div:nth-of-type(28) .card:active,
        .highlightContainer div:nth-of-type(28) .card:focus,
        .highlightContainer div:nth-of-type(28) .card:hover,
        .highlightContainer div:nth-of-type(29) .card:active,
        .highlightContainer div:nth-of-type(29) .card:focus,
        .highlightContainer div:nth-of-type(29) .card:hover {
            background-color: rgba(28, 82, 140,0.9);
        }

    .highlightContainer div:nth-of-type(3) .card:hover,
    .highlightContainer div:nth-of-type(6) .card:hover,
    .highlightContainer div:nth-of-type(11) .card:hover,
    .highlightContainer div:nth-of-type(14) .card:hover,
    .highlightContainer div:nth-of-type(3) .card:focus,
    .highlightContainer div:nth-of-type(6) .card:focus,
    .highlightContainer div:nth-of-type(11) .card:focus,
    .highlightContainer div:nth-of-type(14) .card:focus,
    .highlightContainer div:nth-of-type(3) .card:active,
    .highlightContainer div:nth-of-type(6) .card:active,
    .highlightContainer div:nth-of-type(11) .card:active,
    .highlightContainer div:nth-of-type(14) .card:active,
    .highlightContainer div:nth-of-type(19) .card:active
    .highlightContainer div:nth-of-type(19) .card:hover,
    .highlightContainer div:nth-of-type(19) .card:focus,
    .highlightContainer div:nth-of-type(22) .card:active,
    .highlightContainer div:nth-of-type(22) .card:hover,
    .highlightContainer div:nth-of-type(22) .card:focus,
    .highlightContainer div:nth-of-type(27) .card:active,
    .highlightContainer div:nth-of-type(27) .card:hover,
    .highlightContainer div:nth-of-type(27) .card:focus,
        .highlightContainer div:nth-of-type(30) .card:hover,
        .highlightContainer div:nth-of-type(30) .card:focus,
        .highlightContainer div:nth-of-type(30) .card:hover  {
        background-color: rgba(119, 176, 229,0.9);
    }
}

@media only screen and (max-width:1085px) {
    .introRow {
        padding: 3rem 0 3rem 0;
    }
}

@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%;
    }

    .articlePost .highlightContainer {
        padding: 0 3rem;
    }
}

@media only screen and (max-width: 960px) {
    .owl-dots {
        position: relative;
        bottom: 0;
        right: 0;
        left: 0;
        margin-top: 1rem;
    }
}

@media only screen and (max-width:860px) {
    .highlightContainer .card-title {
        font-size: 0.8rem;
    }

    .highlightContainer .card-body i {
        font-size: 2.2rem;
    }
}

@media only screen and (max-width:850px) {
    main .col-sm {
        flex-basis: auto;
    }


    main .col-sm {
        padding-bottom: 0;
    }

    .bottomLinks {
        position: static;
        bottom: auto;
        left: auto;
        right: auto;
        padding-left: 0;
        padding-right: 0;
        margin-top: 2rem;
    }

    #recentNewsCont, #upcomingEventsCont, #recentMeetingsCont {
        padding-bottom: 0;
    }

    .empty i {
        font-size: 3rem;
    }
}

@media only screen and (max-width:785px) {

    .frmSearch input[type="search"] {
        font-size: 0.9rem;
    }

    .frmSearch button[type="submit"] {
        font-size: 1rem;
    }
}

@media only screen and (max-width:768px) {
    main {
        padding: 6rem 0 0rem 0;
    }

    .articlePost .highlightContainer {
        padding: 0 1rem;
    }


    main p {
        font-size: 0.8rem;
        letter-spacing: 0;
    }


    #recentNewsCont,
    #recentMeetingsCont {
        margin-bottom: 0rem;
    }


    .newsRow {
        padding-bottom: 2rem;
    }

    .highlightContainer .card-title {
        font-size: 1rem;
    }

    .highlightContainer .card-body i {
        font-size: 2rem;
    }

    #upcomingEventsCont {
        margin-top: 0;
    }

    /*    .highlightContainer div:nth-of-type(n) .card {
        background-color: rgba(24,72,122,0.9);
    }

    .highlightContainer div:nth-of-type(2n) .card {
        background-color: rgba(86,135,183,0.9);
    }

    .highlightContainer div:nth-of-type(n) .card:hover,
    .highlightContainer div:nth-of-type(n) .card:focus,
    .highlightContainer div:nth-of-type(n) .card:active {
        background-color: rgba(28, 82, 140,0.9);
    }

    .highlightContainer div:nth-of-type(2n) .card:hover,
    .highlightContainer div:nth-of-type(2n) .card:focus,
    .highlightContainer div:nth-of-type(2n) .card:active {
        background-color: rgba(119, 176, 229,0.9);
    }*/
}

@media only screen and (max-width:680px) {
    main .container h3 {
        font-size: 1rem;
    }

    .highlightItem {
        margin-bottom: 1rem;
        padding: 0 0.6rem;
    }

    main .card .card-title {
        font-size: 0.9rem;
        letter-spacing: 0;
    }

    .highlightContainer .card-body {
        padding: 2rem 1rem;
    }
}

@media only screen and (max-width:600px) {




    #recentNewsCont a.iconPost.postBG,
    #recentNewsCont a.iconPost.postBG:link,
    #recentMeetingsCont a.iconPost.postBG,
    #recentMeetingsCont a.iconPost.postBG:link {
        float: none;
        width: 100%;
        margin-bottom: 1px;
    }


    .bottomLinks {
        margin-top: 2rem;
    }
}

@media only screen and (max-width:580px) {



    main #upcomingEventsCont h3,
    main #recentNewsCont h3,
    main #recentMeetingsCont h3,
    .highlightContainer h3,
    .introRow h3 {
        font-size: 1.8rem;
        padding-bottom: 0;
        line-height: 2rem;
    }

    .bottomLinks a, .bottomLinks a:link {
        width: 100%;
        border: 1px solid var(--dark-blue);
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0.6rem;
        margin-bottom: 1rem;
        font-size: 0.9rem;
    }

        .bottomLinks a:hover,
        .bottomLinks a:focus,
        .bottomLinks a:active {
            color: #fff;
            background: var(--dark-blue);
        }

            .bottomLinks a:hover i,
            .bottomLinks a:focus i,
            .bottomLinks a:active i {
                color: #fff;
            }

    #upcomingEventsCont .bottomLinks {
        flex-direction: column;
        margin-bottom: 0;
    }

    .highlightContainer {
        padding: 4rem 0rem;
    }

        .highlightContainer h3 {
            font-size: 1.6rem;
            padding-bottom: 2rem;
        }





        .highlightContainer .card-title {
            font-size: 0.8rem;
        }

        .highlightContainer .card-body i {
            font-size: 1.8rem;
        }

    .highlightOuterCont .viewAllLink {
        font-size: 0.7rem;
        padding: 0.5rem 2rem;
        margin-top: 1rem;
    }
}

@media only screen and (max-width:480px) {
    a.iconPost, a.iconPost:link, .bottomLinks a, .bottomLinks a:link, a.iconPost time, .empty p {
        font-size: 0.8rem;
    }

        .bottomLinks a, .bottomLinks a:link {
            padding: 0.6rem 2rem;
        }

    .frmSearch input[type="search"] {
        font-size: 0.8rem;
    }

    .introImage {
        height: 190px;
    }

    .highlightContainer .card-body {
        padding: 1.5rem 1rem;
    }

    main .highlightContainer .card .card-title {
        font-size: 0.7rem;
    }

    .highlightContainer .card-body i {
        font-size: 1.8rem;
    }

    .highlightContainer .card-body i {
        font-size: 1.4rem;
        margin-bottom: 0.5rem;
    }

    .highlightItem {
        margin-bottom: 0.6rem;
        padding: 0 0.3rem;
    }
}
