.home-bar .container {
	position: relative;
    top: -2.5rem;
    background: #fff;
    z-index: 1;
	box-shadow: 0 0 6px rgba(0,0,0,.15);
	padding: 1.25rem 3rem 1rem 3rem;
}

.home-bar .container .col-sm:first-of-type h2 {
	font-family: 'Martel', serif;
	line-height: 100%;
	color: #333333;
	font-size: 1.5rem;
}

.home-bar .container .col-sm:first-of-type h2 span {
	text-transform: uppercase;
	font-size: 1rem;
	color: #8c8c8c;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}

.home-bar .container .col-sm span {
	display: block;
}

.home-bar .container .col-sm {
	position: relative;
	padding-left: 3rem;
}

.home-bar .container .col-sm:nth-of-type(2) {
	padding-left: 2.5rem;
}

.home-bar .container .col-sm:nth-of-type(3) {
	    max-width: 230px;
}

.home-bar .container .col-sm i {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 2rem;
	-webkit-transition: color 300ms ease 0s;
	-moz-transition: color 300ms ease 0s;
	-o-transition: color 300ms ease 0s;
	transition: color 300ms ease 0s;
}

.home-bar .container .col-sm a > span:first-of-type {
	text-transform: uppercase;
	font-size: 1rem;
	color: #333333;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	margin-top: .25rem;
}

.home-bar .container .col-sm a > span:nth-of-type(2) {
	text-transform: capitalize;
	font-size: 1rem;
	color: #333333;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: color 300ms ease 0s;
	-moz-transition: color 300ms ease 0s;
	-o-transition: color 300ms ease 0s;
	transition: color 300ms ease 0s;
}

.home-bar .container .col-sm:nth-child(2) i,
.home-bar .container .col-sm:nth-child(4) i {
	color: #7f9c39;
}

.home-bar .container .col-sm:nth-child(2):hover a > span:nth-of-type(2),
.home-bar .container .col-sm:nth-child(4):hover a > span:nth-of-type(2) {
	color: #7f9c39;
}

.home-bar .container .col-sm:nth-child(3) i,
.home-bar .container .col-sm:nth-child(5) i {
	color: #f6b64a;
}

.home-bar .container .col-sm:nth-child(3):hover a > span:nth-of-type(2),
.home-bar .container .col-sm:nth-child(5):hover a > span:nth-of-type(2) {
	color: #f6b64a;
}

.home-bar .container .col-sm {
	
}



a.iconPost time:before,
.bottomLinks a: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: 0 0 2rem;
    position: relative;
}

main .container {
    position: relative;
    z-index: 2;
}

main .col-sm {
    min-width: 50%;
    padding-bottom: 3rem;
}

#recentNewsCont.col-sm {
    padding-left: 0;
	padding-right: 2rem;
}

#upcomingEventsCont.col-sm {
    padding-right: 0;
	padding-left: 2rem;
}

header.masterHeader {
    position: absolute !important;
    width: 100%;
}

main .container h3 {
    padding-bottom: 0.5rem;
    text-transform: capitalize;
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.875rem;
    color: #4c4d49;
    position: relative;
	letter-spacing: 1px;
	margin-bottom: 0;
}

main .container h3 span {
    display: block;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 1.25rem;
    color: #a4a4a4;
    line-height: 0.82;
	text-transform: uppercase;
	letter-spacing: 1px;
}

main .container h3 a {
    content: "\f078";
    margin-left: 0.3rem;
    position: absolute;
    bottom: 0.3rem;
    right: 0;
    font-family: "Font Awesome 5 Pro";
    color: #006fb9;
    font-size: 1.875rem;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
}

main .container h3 a:hover,
main .container h3 a:active,
main .container h3 a:focus {
    color: #008b3f;
}

main .container h3 a i {
    font-weight: 400;
}

.homeCatTitle {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 0.875rem;
    margin: 0;
    position: absolute;
    display: block;
    top: -1.3rem;
    left: 0;
    color: #fff;
    padding: 0.7rem 1.5rem;
    border-radius: 0 2rem 2rem 0;
    text-align: center;
    width: 145px;
    text-transform: uppercase;
}

#recentNewsCont .owl-item.owl-item:nth-child(2n) .homeCatTitle {
    background: #008b3f;
}

#recentNewsCont .owl-item:nth-child(2n-1) .homeCatTitle {
    background: #1d65a7;
}

.events-news-list {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: .5rem;
}

.notices-carousel .owl-stage-outer {
    padding: 26px;
    margin: -26px;
}

.events-news-list2 {
    margin: 0;
    padding: 0;
    list-style: none;
}

#recentNewsCont ul.events-news-list #recentNewsCont {
	padding-bottom: 1rem;
}

a.iconPost,
a.iconPost:link {
    position: relative;
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.125rem;
    color: #4c4d49;
    display: block;
    padding: 0;
    overflow: hidden;
	padding-left: 4rem;
	padding-right: 3rem;
	border-bottom: solid 1px #bfbfbf;
	margin-bottom: 1.5rem;
}

a.iconPost:visited time,
a.iconPost:visited {
    color: #7f9c39;
}

a.iconPost:hover time,
a.iconPost:hover {
    color: #7f9c39;
}

a.iconPost:active time,
a.iconPost:active {
    color: #7f9c39;
}

a.iconPost h4 {
    line-height: 1.3;
}


#home-documents a.iconPost,
#home-documents a.iconPost:link {
	padding: 2rem 3rem 2rem 4rem;
	margin-bottom: 0;
}

#home-documents li:last-of-type a.iconPost {
	margin-bottom: 1.5rem;
}

/*
#upcomingEventsCont a.iconPost {
    padding: 1.35rem 1rem 1.35rem 4rem;
}*/

a.iconPost:after {
	content: "\f061";
	font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	position: absolute;
	right: 0;
	top: 40%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #f6b64a;
	-webkit-transition: color 300ms ease 0s;
	-moz-transition: color 300ms ease 0s;
	-o-transition: color 300ms ease 0s;
	transition: color 300ms ease 0s;
}

#home-documents a.iconPost:after {
    top: 50%;
}

a.iconPost:hover:after {
	color: #7f9c39;
}

li:last-of-type a.iconPost {
	border-bottom: none;
	margin-bottom: none;
}

a.iconPost .NoticeContent {
    background: #fff;
    padding: 2rem 1.3rem 1rem 1.3rem;
    position: relative;
}

a.iconPost h4 {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    color: inherit;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    margin: 0.1rem 0 0.4rem 0;
    height: 3.2rem;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

a.iconPost span.i {
	position: absolute;
	left: 0;
	top: 35%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 2.5rem;
}

#upcomingEventsCont a.iconPost h4 {
    height: auto;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

a.iconPost time {
    font-family: "Open Sans", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    color: #a4a4a4;
    text-transform: capitalize;
}

a.iconPost time:before {
    content: "\f017";
    font-weight: 900;
    margin-right: 0.5rem;
	color: #f6b64a;
	-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 time:before {
	color: #7f9c39;
}

a.iconPost time span {
    display: inline-block;
    margin-right: 0.5rem;
}

a.iconPost h6 {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 0.875rem;
    color: inherit;
    text-transform: uppercase;
    letter-spacing: 1px;
}

a.iconPost h6 i {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    font-size: inherit;
    margin-left: 0.3rem;
    color: inherit;
    color: #006fb9;
}

a.iconPost:hover h6 i {
    transform: none;
}


#home-documents ul.file-list a:before,
a.iconPost i,
a.iconPost span.i {
    position: absolute;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
    left: 0;
    color: #006fb8;
    font-size: 3.125rem;
	-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 span.i {
	top: 30%;
}

a.iconPost:hover i,
a.iconPost:focus i,
a.iconPost:active i {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
}

a.iconPost .read-more {
    content: "\f105";
    position: absolute;
    right: 0;
    top: 56%;
    -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: inherit;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 0.875rem;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#upcomingEventsCont a.iconPost .read-more i {
    font-size: 0.9rem;
    display: block;
    position: relative;
    text-align: center;
    left: auto;
    top: auto;
    transform: none;
    color: #006fb9 !important;
    margin-bottom: 0.3rem;
    animation-name: none;
}

#upcomingEventsCont li:nth-child(2) a.iconPost i {
    color: #008b3f;
}

#upcomingEventsCont li:nth-child(3) a.iconPost i {
    color: #fbad42;
}

.bottomLinks a:before {
    content: "\f061";
}


/* #recentNewsCont a.iconPost.postBG,
#recentNewsCont 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 {
	color: #fff;	
}

#recentNewsCont a.iconPost.postBG:hover {
	color: #e3530d;
}

#recentNewsCont a.iconPost.postBG:active {
	color: #e3530d;
}

#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 {
	position: relative;
	padding-left: 7rem;
	padding-bottom: 2rem;
}

.empty i {
	position: absolute;
	left: 0;
	
    font-size: 5rem;
    color: #dedbda;
    margin: 1rem 0;
}

.empty p a,
.empty p a:link {
    font-weight: 700;
}

.empty a,
.empty a:link {
    color: #7f9c39;
    display: inline-block;
}

.empty a:visited {
    color: #7f9c39;
}

.empty a:hover {
    color: #f6b64a;
}

.empty a:active {
    color: #f6b64a;
}

.empty a:focus {
    color: #f6b64a;
}

#recentNewsCont .bottomLinks a {
	margin-right: 2rem;
}

#upcomingEventsCont .bottomLinks a {
	margin-left: 2rem;
}

.bottomLinks {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* padding: 0 1rem; */
    margin-bottom: 0;
}

.bottomLinks a,
.bottomLinks a:link {
    display: block;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
	background: #7f9c39;
    letter-spacing: 0.7px;
	padding: 1rem;
	-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:visited {
    color: #fff
}

.bottomLinks a:hover,
.bottomLinks a:active,
.bottomLinks a:focus {
    background: #f6b64a;
}

.bottomLinks a:before {
    font-weight: 400;
    margin-right: 0.5rem;
}

.events-news-list .owl-nav {
    display: none;
}

#recentNewsCont a.iconPost img {
    transition: 0.5s;
}

#recentNewsCont a.iconPost:hover img,
#recentNewsCont a.iconPost:active img,
#recentNewsCont a.iconPost:focus img {
    transform: scale(1.1);
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    top: 1.2rem;
}

.owl-theme .owl-nav {
    margin-top: 10px;
}

.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 4px;
    background: none;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
    border: 2px solid #bbc1bf;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #bbc1bf;
}


/******* 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: #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: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.post .post-3 figure {
    background: #0094da;
    max-width: 416px;
}

.post .post-3 img {
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.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: 1500px) {
    
	.home-bar .container .col-sm:first-of-type {
		padding-left: 0;
		max-width: 12rem;
	}
	
	.home-bar .container .col-sm i {
		font-size: 1.5rem;
	}
	
	.home-bar .container .col-sm {
		padding-left: 2.5rem;
	}
	
	.home-bar .container .col-sm:nth-of-type(2) {
		padding-left: 2rem;
	}
	
	.home-bar .container .col-sm a > span:first-of-type,
	.home-bar .container .col-sm a > span:nth-of-type(2) {
		font-size: 0.95rem;
	}
}

@media only screen and (max-width: 1350px) {
    
	.home-bar .container .col-sm:first-of-type {
		padding-left: 0;
		max-width: 10.5rem;
	}
	
	.home-bar .container .col-sm:first-of-type h2 span,
	.home-bar .container .col-sm a > span:first-of-type,
	.home-bar .container .col-sm a > span:nth-of-type(2) {
		font-size: 0.8rem;
	}
	
	.home-bar .container .col-sm:first-of-type h2 {
		font-size: 1.25rem;
	}
}

@media only screen and (max-width: 1190px) {
    
	main .container {
		padding-top: 2rem;
	}
}

@media only screen and (max-width: 991px) {
   
    .container {
        max-width: 100%;
    }
	
    main .col-sm {
        flex-basis: auto;
        padding-left: 0;
        padding-right: 0;
		margin-bottom: 2rem;
    }
	
    main {
        padding: 0;
    }
	
	#upcomingEventsCont .bottomLinks a {
		margin-left: 0;
	}
	
	#recentNewsCont .bottomLinks a {
		margin-right: 0;
	}
	
	#upcomingEventsCont.col-sm {
		padding-left: 0;
	}
}

@media only screen and (max-width: 650px) {
    
	.bottomLinks a,
	.bottomLinks a:link {
		font-size: 0.8rem;
	}
}


@media only screen and (max-width: 520px) {
   
	.empty {
		padding-left: 0;
	}
	
	.empty i {
    	position: relative;
	}
}

