a.iconPost time:before,
/* .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 {
    padding: 1rem 0 2rem;
}

main .col-sm {
    min-width: 50%;
    padding-bottom: 3rem;
}

.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;
}

.homeCatTitle {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0.2rem;
}

.homeCatTitle:before {
    content: "\f01c";
    margin-right: 0.3rem;
}

a.iconPost,
a.iconPost:link {
	position: relative;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 700;
	font-size: 1.2rem;
	color: #383838;
	display: block;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	overflow: hidden;
	min-height: 14rem;
}

/* a.iconPost:visited {
    color: #165751;
} */

a.iconPost:hover,
a.iconPost:active {
    color: #328ca1;
}

a.iconPost .notice-imgAll {
	overflow: hidden;
}
a.iconPost .Noticeimg {
	background-size: cover !important;
	transition: 0.5s;
	border-radius: 10px 10px 0 0;
}

a.iconPost .Noticeimg img {
	transition: 0.5s;
	height: 185px;
	opacity: 0;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

a.iconPost h4 {
    font-family: "Open Sans", Arial, sans-serif;
    color: #383838;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: .05rem;
    text-transform: capitalize;
    margin-bottom: 0;
    /* text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; */
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}

a.iconPost:hover h4 {
    color: #389fb7;
}

a.iconPost time {
	font-family: "Open Sans", sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 0.75rem;
	color: #383838;
    position: absolute;
    bottom: 10px;
}

a.iconPost time:before {
    content: "\f017";
    color: #389fb7;
    font-weight: 400;
    margin-right: 0.5rem;
}

a.iconPost time span {
    display: inline-block;
    margin-right: 0.5rem;
}

a.iconPost i {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	font-size: 0.875rem;
    font-weight: 400;
	padding: 0.9rem 1rem;
	background: #246675;
	color: #fff;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
}

a.iconPost:hover i,
a.iconPost:active i,
a.iconPost:focus i {
	background: #328ca1;
}

a.iconPost .Noticecont {
	padding: 1rem;
}

#main .container .row {
    flex-direction: column;
}


#recentNewsCont {
    border-top: 1px solid #ccc;
    z-index: 1;
    margin-top: 3rem;
}

/* #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: #FFF;
    padding: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#recentNewsCont a.iconPost.postBG:visited {
    color: #FFF;
}

#recentNewsCont a.iconPost.postBG:hover,
#recentNewsCont a.iconPost.postBG:active {
    color: #328ca1;
}

#recentNewsCont a.iconPost.postBG:first-of-type,
#recentNewsCont a.iconPost.postBG:first-of-type:link {
    width: 100%;
    height: 340px;
    clear: both;
    margin-bottom: 1px;
}

.empty i {
    font-size: 5rem;
    color: #DEDBDA;
    margin: 1rem 0;
}

.empty {
    text-align: center;
    padding: 2rem;
}

.empty p a,
.empty p a:link {
    font-weight: 700;
}

.empty a,
.empty a:link {
    color: #389fb7;
    display: inline-block;
}

/* .empty a:visited,
.bottomLinks a:visited {
    color: #165751;
} */

.empty a:hover,
.empty a:active,
.empty a:focus {
    color: #328ca1;
}

.bottomLinks {
    position: relative;
    align-items: center;
    flex-flow: row nowrap;
    margin: 1rem 1.25rem 0rem 1.25rem;
}

.bottomLinks a,
.bottomLinks a:link {
    float: left;
    background: #389fb7;
    color: #fff;
    border-radius: 5px;
    font: 700 .9rem 'Open Sans';
    text-transform: uppercase;
    padding: .75rem 2rem;
    letter-spacing: .05rem;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
}

.bottomLinks a:hover {
    background: #328ca1;
    color: #fff;
}

.bottomLinks a:last-of-type {
    float: right;
}

/* .bottomLinks a:before {
    font-weight: 300;
    color: #fff;
    margin-right: 0.5rem;
} */


/******* Highlights *******/

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;
    }
    .empty i {
        font-size: 4rem;
    }
    a.iconPost,
    a.iconPost:link,
    .bottomLinks a,
    .bottomLinks a:link,
    a.iconPost time,
    .empty p {
        font-size: 1rem;
    }
    a.iconPost,
    a.iconPost:link {
        padding-left: 2.5rem;
    }
}

@media only screen and (max-width:1485px) {
   a.iconPost h4 {
        font-size: 1.1rem;
   }
}

@media only screen and (max-width:1330px) {
    /* .bottomLinks {
        margin-top: 2.5rem;
    } */
}

@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;
    }
}

@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%;
    }
}

@media only screen and (max-width:850px) {
    main .col-sm {
        flex-basis: auto;
    }
    #recentNewsCont {
        margin-bottom: 2rem;
    }
    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;
    }
    a.iconPost i {
        font-size: 1.1rem;
    }
}

@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;
    }
}

@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;
    }
}

@media only screen and (max-width:400px) {
    .bottomLinks a,
    .bottomLinks a:link {
        float: none;
        max-width: 200px;
        font-size: 0.7rem;
        color: #FFF;
        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: #018AB6;
    }
    .bottomLinks a:visited {
        color: #FFF;
    }
    .bottomLinks a:hover {
        background: #FCB040;
    }
    .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;
    }
}