/*a.iconPost time:before,*/
.bottomLinks a::after,
.homeCatTitle:before,
#recentNewsCont a.iconPost::after {
    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 2rem;*/
}
main #recentNewsCont.col-sm {
    background: linear-gradient(to top, rgba(242, 242, 242,0.4) 0%, rgba(242, 242, 242, 0.9) 80%),url(../images/main-bg.png);
    background-position:right bottom !important;
    background-repeat:no-repeat !important;
    padding: 0;
    max-width: 50%;
}
main #upcomingEventsCont.col-sm{
    padding:0;
    max-width: 50%;
}
main .col-sm .upcomingEventsCont {
    margin-left:8rem;
    padding: 0 2.5rem 8rem 1rem;
}

main .col-sm .recentNewsCont {
    margin-right:8rem;
    padding: 0 1rem 8rem 2.5rem;
}
header.masterHeader {
    position: absolute !important;
    width: 100%;
    z-index: 10;
    height: 22rem;
    background: -moz-linear-gradient(bottom, rgba(0,29,51,0) 0%, rgba(0,29,51, 0.9) 80%);
    background: -webkit-linear-gradient(bottom, rgba(0,29,51,0) 0%,rgba(0,29,51, 0.9) 80%);
    background: linear-gradient(to top, rgba(0,29,51,0) 0%, rgba(0, 29, 51, 0.9) 80%);
}

/*.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 h3 {
    padding-bottom: 1rem;
    font-family: 'Martel', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2.188rem;
    color: #001d33;
    margin: 0;
    padding: 2.5rem 0 0.5rem 0;
}

.homeCatTitle {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing:1px;
    margin-top: 0.2rem;
}
.homeCatTitle:before {
    content:"\f01c";
    margin-right: 0.3rem;
}
.upcomingEventsCont .col-sm:first-child{
    padding:0;
    max-width:40%;
}
.upcomingEventsCont .col-sm:last-child {
    padding: 0;
    max-width: 60%;
}

#home-calendar .monthly-next,
#home-calendar .monthly-prev {
    background: red;
    padding: 0.45rem 1rem;
}
#home-calendar .monthly-next {
    border-top-right-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
}
#home-calendar .monthly-prev {
    border-top-left-radius: 0.8rem;
    border-bottom-left-radius: 0.8rem;
}
#home-calendar .monthly-prev::after,
#home-calendar .monthly-next::after {
    color: rgb(255,255,255);
    font-weight: 600;
    font-size: 1rem;
}
a.iconPost,
a.iconPost:link {
    position: relative;
    font-family: 'Martel', serif;
    font-style: normal;
    font-weight: 800;
    font-size: 1.125rem;
    color: #001d33;
    display: block;
    padding: 1.35rem 1rem 1.35rem 4rem;
}
a.iconPost:visited {
    color: #001d33;
}
a.iconPost:hover {
    color: #064d87;
}
a.iconPost:active {
    color: #064d87;
}
#recentNewsCont a.iconPost {
    padding: 2.35rem 1rem 2.35rem 4rem;
    border-bottom: 1px solid #d7d9d9;
}
#recentNewsCont a.iconPost:first-child{
    padding-top:1.35rem;
}
#recentNewsCont a.iconPost:last-child{
      border-bottom: none;
}
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;
    line-height: 1.2;
}

a.iconPost time {
   font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    color: #001d33;
    text-transform: capitalize;
}
/*a.iconPost time:before {
    content:"\f073";
    font-weight: 300;
    margin-right: 0.5rem;
}*/
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:  2.813rem;
    color:#001d33;
}
#recentNewsCont a.iconPost i {
    color: #064d87;
}
a.iconPost .readmore {
    margin: 0;
    color: #064d87;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 0.875rem;
    text-transform:uppercase;
}
#upcomingEventsCont a.iconPost .readmore i {
    position: relative;
    top: 1px;
    transform: none;
    font-size: 0.95rem;
    margin-left: 0.3rem;
    color: #064d87;
}
#recentNewsCont a.iconPost::after {
    content: "\f054";
    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: #064d87;
    font-size: 1.125rem;
    font-weight: 600;
}
#recentNewsCont .bottomLinks a:first-of-type:after {
    content: "\f040";
}
#recentNewsCont .bottomLinks a:last-of-type:after {
    content: "\f15c";
}
#upcomingEventsCont .bottomLinks a:first-of-type:after {
    content:"\f271";
}
#upcomingEventsCont .bottomLinks a:last-of-type:after {
    content:"\f073";
}

/*#recentNewsCont a.iconPost.postBG,
#recentNewsCont a.iconPost.postBG:link {
    float: left;
    width: 50%;
    height: 200px;
    color: rgb(255,255,255);
    padding: 1rem;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
#recentNewsCont a.iconPost.postBG:visited {
    color: rgb(255,255,255);
}
#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;*/
}


.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: #004484;
    display: inline-block;
}
.empty a:visited{
    color: #004484;
}
.empty a:hover{
    color: #e63939;
}
.empty a:active {
    color: #e63939;
}
.empty a:focus {
    color: #e63939;
}

.bottomLinks {
    position: absolute;
    bottom: 4rem;
    margin-bottom: 0;
    width: 30rem;
}

.bottomLinks a,
.bottomLinks a:link {
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size:  1.125rem;
    text-transform: uppercase;
    color:#001d33;
}
.bottomLinks a:visited{
    color:#001d33;
}
.bottomLinks a:hover{
    color:#e63939;
}
.bottomLinks a:active{
     color:#e63939;
}
.bottomLinks a:last-of-type{
    float: right;
}

.bottomLinks a::after {
    font-weight: 400;
    /*color: rgb(141,166,163);*/
    margin-left: 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:1830px){
    main .col-sm .upcomingEventsCont {
        margin-left: 6rem;
    }
    main .col-sm .recentNewsCont {
        margin-right: 6rem;
    }
}

@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;
    }
    main h3 {
        font-size: 1.9rem;
        padding: 2rem 0 0.5rem 0;
    }
    main .col-sm .upcomingEventsCont {
        margin-left: 4rem;
        padding: 0 2rem 6rem 1rem;
    }
    main .col-sm .recentNewsCont {
        margin-right: 4rem;
        padding: 0 1rem 6rem 2rem;
    }
    /*main #recentNewsCont.col-sm {
        background-size: 25rem;
    }*/
    a.iconPost, a.iconPost:link {
        font-size: 1rem;
        padding: 1.15rem 1rem 1.15rem 3.35rem;
    }
    a.iconPost i {
        font-size: 2.25rem;
    }
    a.iconPost time {
        font-size: 0.825rem;
    }
    a.iconPost .readmore {
        font-size: 0.825rem;
    }
    #upcomingEventsCont a.iconPost .readmore i {
        top: 0px;
        font-size: 0.8rem;
    }
    #recentNewsCont a.iconPost {
        padding: 2rem 1rem 2rem 3.35rem;
    }
    #recentNewsCont a.iconPost::after {
        font-size: 1rem;
    }
    .bottomLinks {
        bottom: 3rem;
        width:25rem;
    }
    .bottomLinks a, .bottomLinks a:link {
        font-size: 1rem;
    }
}

@media only screen and (max-width:1450px){
    main h3 {
        font-size: 1.65rem;
        padding: 1.65rem 0 0 0;
    }
    main .col-sm .upcomingEventsCont {
        margin-left: 0;
        padding: 0 1rem 5.5rem 1rem;
    }
    main .col-sm .recentNewsCont {
        margin-right: 0;
        padding: 0 1rem 5.5rem 1rem;
    }
    /*main #recentNewsCont.col-sm {
        background-size: 22rem;
    }*/
    a.iconPost, a.iconPost:link {
        font-size: 0.9rem;
        padding: 0.9rem 1rem 0.9rem 3rem;
    }
    a.iconPost i {
        font-size: 1.95rem;
    }
    a.iconPost time {
        font-size: 0.8rem;
    }
    a.iconPost .readmore {
        font-size: 0.785rem;
    }
    #upcomingEventsCont a.iconPost .readmore i {
        top: 0px;
        font-size: 0.75rem;
    }
    #recentNewsCont a.iconPost {
        padding: 1.7rem 1rem 1.7rem 3rem;
    }
    #recentNewsCont a.iconPost:first-child {
        padding-top: 1.2rem;
    }
    #recentNewsCont a.iconPost::after {
        font-size: 0.9rem;
    }
    .bottomLinks {
        bottom: 3rem;
        width:21rem;
    }
    .bottomLinks a, .bottomLinks a:link {
        font-size: 0.9rem;
    }
}

@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;
    }*/
    header.masterHeader {
        height: 19rem;
    }
    main h3 {
        font-size: 1.45rem;
        padding: 1.15rem 0 0 0;
    }
    main .col-sm .upcomingEventsCont {
        margin-left: 0;
        padding: 0 1rem 4rem 1rem;
    }
    main .col-sm .recentNewsCont {
        margin-right: 0;
        padding: 0 1rem 4rem 1rem;
    }
    main #recentNewsCont.col-sm {
        background: linear-gradient(to top, rgba(242, 242, 242,0.4) 0%,
        rgba(242, 242, 242, 0.9) 80%),url(../images/main-bgmob.png);
    }
    a.iconPost, a.iconPost:link {
        font-size: 0.85rem;
        padding: 0.75rem 0 0.75rem 2.5rem;
    }
    a.iconPost h4 {
        line-height: 1.3;
    }
    a.iconPost i {
        font-size: 1.65rem;
    }
    a.iconPost time {
        font-size: 0.71rem;
    }
    a.iconPost .readmore {
        font-size: 0.7rem;
    }
    #upcomingEventsCont a.iconPost .readmore i {
        top: 0px;
        font-size: 0.7rem;
    }
    #recentNewsCont a.iconPost:first-child {
        padding-top: 1rem;
    }
    #recentNewsCont a.iconPost {
        padding: 1.45rem 1rem 1.45rem 2.5rem;
    }
    #recentNewsCont a.iconPost::after {
        font-size: 0.825rem;
    }
    .bottomLinks {
        bottom: 2rem;
        width: 19rem;
    }
    .bottomLinks a, .bottomLinks a:link {
        font-size: 0.835rem;
    }
}

@media only screen and (max-width:1024px) {
    main .container h3 {
        font-size: 1.2rem;
    }
}

@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%;
    }
    main .col-sm {
        max-width: 100% !important;
        flex-basis: auto !important;
    }
    .upcomingEventsCont .col-sm:first-child {
        order: 2;
    }
    .upcomingEventsCont .col-sm:last-child {
        max-width:80% !important;
        margin:0 auto;
        padding:1rem 0;
    }
    main .col-sm .upcomingEventsCont {
        padding: 0 2rem 2rem 2rem;
    }
    main .col-sm .recentNewsCont {
        margin-right: 0;
        padding: 0 2rem 2rem 2rem;
    }
   
    .bottomLinks {
        position:relative;
        bottom: -0.5rem;
        width: auto;
    }
}

@media only screen and (max-width:850px) {
    main .col-sm {
        flex-basis: auto;
    }
    /*.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, 
    .bottomLinks a, 
    .bottomLinks a:link, 
    a.iconPost time,*/ 
    .empty p {
        font-size: 0.85rem;
    }
}

@media only screen and (max-width:785px) {
    /*header.masterHeader {
        position: static !important;
    }*/
    header.masterHeader {
        height: 9rem;
    }
    .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:680px) {
    main .container h3 {
        font-size: 1rem;
    }
}

@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;
    }
    header.masterHeader {
        height: 7.5rem;
    }
}

@media only screen and (max-width:400px) {
    main h3 {
        font-size: 1.3rem;
    }
    .upcomingEventsCont .col-sm:last-child {
        max-width: 100% !important;
        padding: 0.5rem 0 1rem 0;
    }
    a.iconPost, a.iconPost:link {
        font-size: 0.8rem;
        padding: 0.5rem 0 0.5rem 2.15rem;
    }
    a.iconPost i {
        font-size: 1.35rem;
    }
    a.iconPost time {
        font-size: 0.66rem;
    }
    a.iconPost .readmore {
        font-size: 0.66rem;
    }
    #upcomingEventsCont a.iconPost .readmore i {
        font-size: 0.67rem;
    }
    #recentNewsCont a.iconPost {
        padding: 0.9rem 1rem 0.9rem 2.15rem;
    }
    #recentNewsCont a.iconPost::after {
        font-size: 0.75rem;
    }
    /*main #recentNewsCont.col-sm {
        background-size: 15rem;
    }*/
    .bottomLinks {
        bottom: -0.8rem;
    }
    .bottomLinks a, .bottomLinks a:link {
        font-size: 0.725rem;
    }
    .bottomLinks a::after {
        margin-left: 0.3rem;
    }
    /*.bottomLinks a, 
    .bottomLinks a:link {
        float: none;
        max-width: 200px;
        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.5rem;
        -moz-border-radius: 0.5rem;
        border-radius: 0.5rem;
        -webkit-transition-property: background;
        -moz-transition-property: background;
        -o-transition-property: background;
        transition-property: background;
        background: rgb(1,138,182);
    }
    .bottomLinks a:visited {
        color: rgb(255,255,255);
    }
    .bottomLinks a:hover {
        background: rgb(252,176,64);
    }
    .bottomLinks a:first-of-type {
        margin-bottom: 0.1rem;
    }
    .bottomLinks a:last-of-type {
        float: none;
    }
    .bottomLinks a:before {
        color: inherit;
    }*/


    .frmSearch {
        top: 170px;
    }
    .activePopupAlert .frmSearch {
        top: 200px;
    }
}