/*a.iconPost time:before,
.bottomLinks a:before,
.homeCatTitle:before,*/
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;*/
    background: url(../images/main-bg.jpg)left center no-repeat;
    background-size: cover;
    height: 231px;
}
main .wrapper {
    /*background: #f2f3f3;*/
    padding: 2rem 2rem 0;
    position: relative;
    top: -17rem;
    z-index: 1;
    background: url(../images/news-eventsbg.png)top center no-repeat;
    background-size: contain;
    height:581px;
}

main .col-sm:first-child {
     max-width: 50%;
    padding-right: 3rem;
}
main .col-sm:last-child {
    max-width: 50%;
    padding-left: 3rem;
}

main .container h3 {
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.188rem;
    color: #022540;
    margin-bottom: 0;
}

.homeCatTitle {
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 0.8758rem;
    margin: 0;
    color: #2d9ed1;
}
/*.homeCatTitle:before {
    content:"\f01c";
    margin-right: 0.3rem;
}*/

a.iconPost,
a.iconPost:link {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.125rem;
    color: #022540;
    display: block;
    padding: 1.75rem 1rem 1.75rem 3.5rem;
    border-bottom: 1px solid #d7d9d9;
}
a.iconPost:visited {
    color: #022540;
}
a.iconPost:hover {
    color: #025eab;
}
a.iconPost:active {
    color: #025eab;
}
a.iconPost:last-child{
    border-bottom: none;
}
#recentNewsCont a.iconPost {
    padding: 1.9rem 1rem 1.9rem 0;
}
#upcomingEventsCont a.iconPost:last-of-type {
    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;
}
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: #14968c;
    font-size: 1.25rem;
    font-weight: 600;
}
a.iconPost time {
    font-family: inherit;
    font-size: .875rem;
    font-weight: 600;
    font-style: inherit;
    color: #025eab;
    text-transform: capitalize;
}

#recentNewsCont a.iconPost time {
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1;
    color: #025eab;
    font-size: 1.063rem;
    text-align: center;
    display: block;
    margin: 0 1.5rem 0 0;
    text-transform: capitalize;
}
#recentNewsCont a.iconPost time span {
    font-family: inherit;
    font-size: 1.875rem;
    font-weight: 700;
    font-style: inherit;
    color: inherit;
    display: block;
}
/*a.iconPost time:before {
    content:"\f073";
    font-weight: 300;
    margin-right: 0.5rem;
}
a.iconPost time span {
    display: inline-block;
    margin-right: 0.5rem;
}*/

/*#recentNewsCont a.iconPost i {
    display: none;
}*/

#upcomingEventsCont 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.5rem;
    color: #025eab;
}
.bottomLinks a,
.bottomLinks a:link {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    color: #022540;
    text-transform: uppercase;
    padding: .7rem 2rem;
    border: 1px solid #022540;
    border-radius: 2rem;
    letter-spacing: 1px;
    max-width: 300px;
    float: left;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.bottomLinks a:visited{
    color:#022540;
}
.bottomLinks a:hover{
    background:#025eab;
    color:#fff;
    border-color: #025eab;
}
.bottomLinks a:active{
    background:#025eab;
    color:#fff;
    border-color: #025eab;
}
.bottomLinks a:focus{
    background:#025eab;
    color:#fff;
    border-color: #025eab;
}
/*#recentNewsCont  .bottomLinks a:first-of-type:before {
    content:"\f15c";
}
#recentNewsCont  .bottomLinks a:last-of-type:before {
    content:"\f040";
}
#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 {
    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: #029090;
    display: inline-block;
}
.empty a:visited{
    color: #029090;
}
.empty a:hover{
    color: #eb9837;
}
.empty a:active {
    color: #eb9837;
}
.empty a:focus {
    color: #eb9837;
}

.bottomLinks {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3rem 0 0 0;
    margin-bottom: 0;
}


.bottomLinks a:last-of-type{
    float: right;
}

.bottomLinks a:before {
    font-weight: 300;
    color: rgb(141,166,163);
    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: 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 .container h3 {
        font-size: 1.8rem;
    }
    .homeCatTitle {
        font-size: 0.8rem;
    }
    a.iconPost,
    a.iconPost:link {
        font-size: 1rem;
        padding: 1.45rem 1rem 1.45rem 3rem;
    }
    #recentNewsCont a.iconPost time {
        line-height: 1.1;
        font-size: 0.95rem;
        margin: 0 1.35rem 0 0;
    }
    #recentNewsCont a.iconPost time span {
        font-size: 1.6rem;
    }
    a.iconPost time {
        font-size: .83rem;
    }
    #upcomingEventsCont a.iconPost i {
        font-size: 2rem;
    }
    #recentNewsCont a.iconPost {
        padding: 1.6rem 1rem 1.6rem 0;
    }
    a.iconPost::after {
        font-size: 1rem;
    }
    .bottomLinks {
        padding: 2rem 0 0 0;
    }
    .bottomLinks a,
    .bottomLinks a:link {
        font-size: 0.925rem;
        padding: .6rem 1.7rem;
    }

}

@media only screen and (max-width:1330px) {
    /*.activePopupAlert .frmSearch {
        top: 22rem;
    }
    .frmSearch button[type="submit"] {
        right: 0.2rem;
    }*/
	   main {
		height: 180px;
	}
}


@media only screen and (max-width:1190px) {
    main .col-sm:first-child {
        padding-right: 2rem;
    }
    main .col-sm:last-child {
        padding-left: 2rem;
    }
	main {
		height: 128px;
	}
    .frmSearch {
        top: 250px;
       
    }
    .activePopupAlert .frmSearch {
        top: 20rem;
    }
    
    main .container h3 {
        font-size: 1.55rem;
    }
    .homeCatTitle {
        font-size: 0.75rem;
    }
    a.iconPost,
    a.iconPost:link {
        font-size: 0.9rem;
        padding: 1.2rem 1rem 1.2rem 2.8rem;
    }
    #recentNewsCont a.iconPost time {
        line-height: 1.1;
        font-size: 0.83rem;
        margin: 0 1.35rem 0 0;
    }
    #recentNewsCont a.iconPost time span {
        font-size: 1.3rem;
    }
    a.iconPost time {
        font-size: .8rem;
    }
    #upcomingEventsCont a.iconPost i {
        font-size: 1.75rem;
    }
    #recentNewsCont a.iconPost {
        padding: 1.3rem 1rem 1.3rem 0;
    }
    a.iconPost::after {
        font-size: 0.9rem;
    }
    .bottomLinks {
        padding: 1.5rem 0 0 0;
    }
    .bottomLinks a,
    .bottomLinks a:link {
       font-size: 0.7rem;
        padding: .45rem 1rem;
    }
}

@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 {
        height: 418px;
    }

    main .col-sm {
        flex-basis: auto;
        max-width:100% !important;
        padding:0 1rem 1rem 1rem!important;
    }
    main .wrapper {
        padding: 1.5rem .5rem 0;
    }
    .bottomLinks {
        padding: 1.5rem 0;
    }
    a.iconPost::after {
        content:normal;
    }
}

@media only screen and (max-width:850px) {
   
    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, 
    .bottomLinks a, 
    .bottomLinks a:link, 
    a.iconPost time,*/ 
    .empty p {
        font-size: 0.85rem;
    }
}

@media only screen and (max-width:785px) {

    .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;
    }
   
    main .wrapper {
        top: -7rem;
    }
    main {
        min-height: 600px;
    }
}

@media only screen and (max-width:600px) {

}

@media only screen and (max-width:580px) {
    .frmSearch {
        top: 190px;
    }
    .activePopupAlert .frmSearch {
        top: 230px;
    }
}

@media only screen and (max-width:400px) {
    /*.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;
    }*/
   
    main {
        min-height: 455px;
    }
    main .wrapper {
        padding: 1rem 0 0;
    }
    main .container h3 {
        font-size: 1.35rem;
    }
    main .col-sm {
        padding: 0 1rem 0.5rem 1rem !important;
    }
    .homeCatTitle {
        font-size: 0.7rem;
    }
    #recentNewsCont a.iconPost {
        padding: 1rem 1rem 1rem 0;
    }
    #recentNewsCont a.iconPost time {
        line-height: 1.2;
        font-size: 0.7rem;
        margin: 0 1.15rem 0 0;
    }
    a.iconPost, a.iconPost:link {
        font-size: 0.8rem;
        padding: .95rem 1rem .95rem 2.3rem;
    }
    a.iconPost time {
        font-size: .7rem;
    }
    #upcomingEventsCont a.iconPost i {
        font-size: 1.5rem;
    }
    .bottomLinks {
        padding: 1rem 0;
    }
    .bottomLinks a, .bottomLinks a:link {
        font-size: 0.6rem;
        padding: .35rem 1rem;
        letter-spacing:0;
    }
}