body {
	position: relative;
}

a.iconPost time:before,
.bottomLinks a:before,
.homeCatTitle:before {
    content: none;
}

main {
    padding: 1rem 0 2rem;
	position: relative;
    z-index: 1;
	margin-top: -12rem;
}

main .col-sm {
	padding: 1.5rem 3rem 4rem;
}

header.masterHeader {
    position: absolute !important;
    width: 100%;
}

main .homeQL {
	width: 100%;
}

main .homeQLList {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

main .homeQLList a {
    float: left;
    display: block;
	text-align: center;
    width: 16.6666%;
    background: rgb(13,154,72);
    padding: 1rem 0;
    border-right: 1px solid rgba(255,255,255,.3);
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
}

main .homeQLList a:hover {
    background: #b24076;
}

main .homeQLList a:last-of-type {
    border-right: none;
}

main .homeQLList a > i,
main .homeQLList a > span {
	display: inline-block;
	font-size: 1rem;
	color: rgb(255,255,255);
}

main .homeQLList a > span {
	font: normal 400 1rem 'PT Serif', serif;
}

main .homeQLList a > i {
	margin-right: .5rem;
}

main .container h3 {
    color: rgb(45,45,45);
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid rgb(222,219,218);
    font-size: 2.2rem;
    text-transform: capitalize;
}

/*
a.iconPost,
a.iconPost:link {
    position: relative;
    font: bold 1.125rem 'Raleway', Arial, sans-serif;
    color: rgb(45,45,45);
    display: block;
    padding: 1rem 1rem 1rem 3rem;
}

a.iconPost:visited {
    color: rgb(45,45,45);
}

a.iconPost:hover h4 {
    color: #b24076 !important;
}

a.iconPost:active h4 {
    color: #b24076 !important;
}

a.iconPost .imgGradient {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.35);
}

a.iconPost time > i {
	padding-right: .4rem;
}

.noticeCont .homeCatTitle {
    position: absolute;
    top: 0;
    left: 0;
	z-index: 1;
	font-size: 0.8rem;
	padding: .8rem 0;
    width: 45%;
	margin: 0;
	text-align: center;
	background: rgb(45,45,45);
}

.noticeCont .homeCatTitle i {
    margin-right: 0.25rem;
}

.noticeCont .homeCatTitle:before {
    content: none;
}

.noticeCont a.iconPost .news-Bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    padding: .5rem 1rem;
}

.noticeCont a.iconPost .news-Bottom span {
    float: left;
    font: 400 .8rem 'Raleway';
    color: rgb(255,255,255);
    text-transform: capitalize;
}

.noticeCont a.iconPost .news-Bottom span > i {
	padding-left: .4rem;
}

.noticeCont a.iconPost .news-Bottom time {
   float: right; 
}

.noticeCont a.iconPost h4 {
    position: absolute;
    top: 55%;
	left: 0;
	right: 0;
	padding: 0 1rem;
    z-index: 1;
    font-size: 1.2rem;
    font-family: 'PT Serif', serif;
    font-weight: 400;
    color: rgb(255,255,255);
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.4rem;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}

.noticeCont a.iconPost time {
    font: 400 .8rem 'Raleway';
    color: rgb(255,255,255);
    text-transform: capitalize;
}

a.iconPost time:before {
    content: none;
}

a.iconPost time span {
    display: inline-block;
    margin-right: 0.5rem;
}*/

#recentNewsCont {
	background: rgb(255,255,255) url(../images/menuGraphic.png) bottom center no-repeat;
}
/*
#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 .noticeCont {
	float: left;
    width: 25%;
    height: 200px;
	padding: .25rem;
}

#recentNewsCont a.iconPost.postBG,
#recentNewsCont a.iconPost.hl-Container:nth-of-type(2).postBG:link {
    position: relative;
    width: 100%;
    height: 100%;
    color: rgb(255,255,255);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding: 1rem;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    -o-border-radius: 0.3rem;
    border-radius: 0.3rem;
    overflow: hidden;
}

#recentNewsCont a.iconPost.postBG:visited {
    color: rgb(255,255,255);
}

#recentNewsCont a.iconPost.postBG:hover h4 {
    color: #b24076;
}

#recentNewsCont a.iconPost.postBG:active h4 {
    color: #b24076;
}*/





#recentNewsCont ul {
	padding: 0;
    display: inline-flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

#recentNewsCont ul > li {
	height: 9rem;
	flex-grow: 1;
	min-width: 25%;
	display: block;
	padding: 0 .25rem;
}

a.iconPost,
a.iconPost:link {
    position: relative;
    font: bold 1rem 'Aleo Regular', Arial, sans-serif;
    display: block;
}

a.iconPost .left-notice {
	position: relative;
	float: left;
	display: block;
	border: 1px solid #8e8984;
	width: 30%;
	height: 9rem;
	-webkit-border-radius: 0.3rem 0 0 0.3rem;
    -moz-border-radius: 0.3rem 0 0 0.3rem;
    -o-border-radius: 0.3rem 0 0 0.3rem;
    border-radius: 0.3rem 0 0 0.3rem;
	background: rgba(0,0,0,.75);
}

a.iconPost .left-notice > span {
	position: absolute;
    top: 1rem;
    left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	 -ms-transform: translateX(-50%);
	transform: translateX(-50%);
    font-size: 2rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    padding: .5rem 1.4rem;
}

a.iconPost .left-notice span i {
	position: absolute;
    left: 50%;
    top: 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%);
	color: #fff;
}

a.iconPost .left-notice p {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	padding: .8rem 0;
	margin-bottom: 0;
	color: #fff;
	font-size: .7rem;
    text-transform: uppercase;
	height: 3rem;
}

a.iconPost .left-notice p > span {
	position: absolute;
    left: 50%;
    top: 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%);
}

a.iconPost .right-notice {
	position: relative;
	float: left;
	display: block;
	border: 1px solid #8e8984;
	border-left: none;
	width: 70%;
	height: 9rem;
	padding: .5rem 1rem;
	-webkit-border-radius: 0 0.3rem 0.3rem 0;
    -moz-border-radius: 0 0.3rem 0.3rem 0;
    -o-border-radius: 0 0.3rem 0.3rem 0;
    border-radius: 0 0.3rem 0.3rem 0;
}

a.iconPost .right-notice span {
	position: absolute;
	bottom: .8rem;
	left: 1rem;
	font: 700 .8rem 'Open Sans';
	text-transform: uppercase;
}

a.iconPost time {
    font: 700 .75rem 'Open Sans';
	margin-bottom: .5rem;
    color: #8e8984;
    text-transform: capitalize;
}

a.iconPost time:before {
	font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content:"\f017";
    font-weight: 300;
    margin-right: 0.5rem;
}

a.iconPost time span {
    display: inline-block;
    margin-right: 0.5rem;
}

a.iconPost .right-notice h4 {
	font-size: 1rem;
	padding-top: .5rem;
	color: rgb(45,45,45);
}

a.iconPost:hover .right-notice h4 {
	color: rgb(13,154,72);
} 


.empty i {
    font-size: 5rem;
    color: rgb(222,219,218);
    margin: 1rem 0;
}

.empty p a,
.empty p a:link {
    font-weight: 700;
}

.bottomLinks a,
.bottomLinks a:link {
	color: rgb(45,45,45);
    display: inline-block;
}

.empty a,
.empty a:link {
    color: #b24076;
    display: inline-block;
}

.empty a:visited {
	color: rgb(45,45,45);
}

.bottomLinks a:visited{
    color: rgb(45,45,45);
}

.empty a:hover,
.bottomLinks a:hover{
    color: #b24076;
}

.empty a:active,
.bottomLinks a:active {
    color: #b24076;
}

.empty a:focus,
.bottomLinks a:focus {
    color: #b24076;
}

#recentNewsCont .bottomLinks {
	display: block;
	position: relative;
}

.bottomLinks i {
    padding-left: .5rem;
	color: #b24076;
}

.noticeBTNs.mobileBTNs {
	display: none;
}

#recentNewsCont .bottomLinks .noticeBTNs {
    display: block;
    position: absolute;
    right: 0;
    top: 35%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: uppercase;
    font-size: .95rem;
}

#recentNewsCont .bottomLinks .noticeBTNs a:first-of-type {
	margin-right: 4rem;
}

/*
.bottomLinks {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 1rem;
    margin-bottom: 0;
}*/

/*.bottomLinks a,
.bottomLinks a:link {
    float: left;
    font: 700 1rem 'Raleway';
    text-transform: uppercase;
}

.bottomLinks a:last-of-type{
    float: right;
}

.bottomLinks a:before {
    font-weight: 300;
    color: rgb(141,166,163);
    margin-right: 0.5rem;
}*/

.eventsHighlightsCont {
	position: relative;
	background: rgb(234,237,244) url(../images/homeBG.jpg);
	width: 100%;
	padding: 1.5rem 3rem 4rem;
}

.eventsHighlightsCont .upcomingEventsCont {
    width: 50%;
    float: left;
    padding: 0 1rem 0 0;
}

.eventsHighlightsCont .highlightContainer {
	width: 50%;
	float: left;
    padding-left: 1rem;
}

.eventsHighlightsCont .upcomingEventsCont .legendCont {
    display: block;
    width: 100%;
    padding-bottom: 2rem;
}

.eventsHighlightsCont .upcomingEventsCont .legendCont .eventLegend {
    display: inline-block;
    width: 25%;
    text-align: center;
    color: rgb(255,255,255);
    padding: .5rem 0;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -o-border-radius: 2rem;
    border-radius: 2rem;
    font-size: .85rem;
}

.eventsHighlightsCont .upcomingEventsCont .legendCont .eventLegend i {
    margin-right: 0.25rem;
}

.eventsHighlightsCont .upcomingEventsCont .upcominginnerCont .col-sm {
    padding: 0;
}

.eventsHighlightsCont .upcomingEventsCont .upcominginnerCont a.iconPost {
    padding: 0rem 0 2rem 2rem;
}

.eventsHighlightsCont .upcomingEventsCont .upcominginnerCont a.iconPost p {
    margin: 0;
    font-size: .85rem;
    font-weight: 400;
}

.eventsHighlightsCont .upcomingEventsCont .upcominginnerCont a.iconPost p > i {
    margin-right: .2rem;
}

.eventsHighlightsCont .upcomingEventsCont .upcominginnerCont a.iconPost h4 {
    font-size: 1rem;
    font-weight: 400;
    color: rgb(45,45,45);
    margin: .2rem 0 0 0;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}

.eventsHighlightsCont .upcomingEventsCont .upcominginnerCont a.iconPost time {
	font-size: .8rem;
    font-weight: 400;
}

.eventsHighlightsCont .upcomingEventsCont .upcominginnerCont .eventCal {
	float: left;
	width: 60%;
}

.eventsHighlightsCont .upcomingEventsCont .upcominginnerCont .eventCont {
	float: left;
	width: 40%;
}

.eventsHighlightsCont .upcomingEventsCont .bottomLinks {
    position: relative;
    display: block;
    width: 60%;
    margin-top: 2rem;
}

.eventsHighlightsCont .upcomingEventsCont .bottomLinks a:first-of-type {
    float: left;
	text-transform: uppercase;
}

.eventsHighlightsCont .upcomingEventsCont .bottomLinks a:last-of-type {
    float: right;
	text-transform: uppercase;
}

.hightlightsInnerCont .hl-Container {
    position: relative;
    width: 50%;
    height: 250px;
    float: left;
    display: block;
    padding: .25rem;
}

.hightlightsInnerCont a {
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
	display: block;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    -o-border-radius: 0.3rem;
    border-radius: 0.3rem;
	overflow: hidden;
	-webkit-background-position: center;
	-moz-background-position: center;
	-o-background-position: center;
	background-position: center;
}

/*.hightlightsInnerCont .hl-Container:nth-of-type(2),
.hightlightsInnerCont .hl-Container:nth-of-type(3) {
	height: 125px;
}*/


.hightlightsInnerCont .highlightCaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.75);
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
}

.hightlightsInnerCont .highlightCaption:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: " ";
    width: 18px;
    height: 100%;
    background: rgb(0,114,188);
}

.hightlightsInnerCont  .hl-Container:nth-of-type(2) .highlightCaption:before {
    background: #b24076;
}

.hightlightsInnerCont .hl-Container:nth-of-type(3) .highlightCaption:before {
    background: rgb(13,154,72);
}

.hightlightsInnerCont .hl-Container:nth-of-type(4) .highlightCaption:before {
    background: rgb(112,112,112);
}


.hightlightsInnerCont .highlightCaption h3 {
    border-bottom: none;
    color: rgb(255,255,255);
    display: block;
    padding: 1rem 2rem 1rem 2rem;
    font: normal 200 1.15rem 'Raleway', serif;
    margin-bottom: 0;
}

.hightlightsInnerCont .post-1:hover .highlightCaption {
    background: #115a89;
}

.hightlightsInnerCont .post-2:hover .highlightCaption {
    background: #8f2055;
}

.hightlightsInnerCont .post-3:hover .highlightCaption {
    background: #096d33;
}

.hightlightsInnerCont .post-4:hover .highlightCaption {
    background: #4e4e4e;
}


.hightlightsInnerCont .hl-Container span {
    display: block;
    font: normal 400 1.3rem/1.5rem 'PT Serif', serif;
}

/*.hightlightsInnerCont .hl-Container:nth-of-type(2) h3,
.hightlightsInnerCont .hl-Container:nth-of-type(3) h3,
.hightlightsInnerCont .hl-Container:nth-of-type(2) span,
.hightlightsInnerCont .hl-Container:nth-of-type(3) span {
    display: inline-block;
    font: normal 400 .85rem 'PT Serif', serif;
}*/

.hightlightsInnerCont .highlightCaption i {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgb(255,255,255);
    font-size: 2rem;
}

/*.hightlightsInnerCont .hl-Container:nth-of-type(2) i,
.hightlightsInnerCont .hl-Container:nth-of-type(3) i {
    font-size: 1.5rem;
}
*/

footer {
	position: relative;
    bottom: 0;
    z-index: 2;
    display: block;
    left: 0;
    right: 0;
}

/****************************************************************
--------End---------
****************************************************************/

/****************************************************************
MEDIA QUERY
****************************************************************/

@media only screen and (max-width: 1360px) {
	
	main .homeQLList a > span {
    	font-size: .85rem;
	}
	
	.hightlightsInnerCont .highlightCaption h3 {
		font-size: 1rem;
	}
	
	.hightlightsInnerCont .hl-Container span {
		font-size: 1.2rem;
	}
}

@media only screen and (max-width:1330px) {
	
    main {
    	padding: 1rem 0 0;
	}

}


@media only screen and (max-width:1250px) {
	
	#recentNewsCont ul {
		flex-wrap: wrap; 
	}
	
	#recentNewsCont ul > li {
		width: 50%;
		margin-bottom: .5rem;
	}
	
	.eventsHighlightsCont .highlightContainer,
    .eventsHighlightsCont .upcomingEventsCont {
    	width: 100%;
		padding: 0;
	}
}


@media only screen and (max-width:1160px) {
	
    .noticeCont a.iconPost h4 {
    	font-size: 1rem;
	}
	
	main .container h3 {
		font-size: 2rem;
	}
}

@media only screen and (max-width:1023px) {
	
	main .homeQL {
		display: none;
	}
	
	.mobileQL {
		display: inherit;
	}
}

@media only screen and (max-width:1050px) {
	
    .noticeCont a.iconPost h4 {
    	font-size: .85rem;
		line-height: 1rem;
	}
	
	main .container h3 {
		font-size: 1.8rem;
	}
	
	.noticeCont .homeCatTitle {
		width: 100%;
	}
}

@media only screen and (max-width: 991px) {
	
    .container {
        max-width: 100%;
    }
}

@media only screen and (max-width: 980px) {
	
    main {
    	padding: 1rem 0 0;
	}
}

@media only screen and (max-width: 920px) {
	
	.noticeCont a.iconPost h4 {
    	top: 48%;
	}
	
   	.noticeCont a.iconPost .news-Bottom span,
	.noticeCont a.iconPost .news-Bottom time {
		float: none;
		display: block;
		width: 100%;
		margin-top: .5rem;
	}
}

@media only screen and (max-width:850px) {
	
    main .col-sm {
        flex-basis: auto;
    }

    #recentNewsCont  {
        padding-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) {

	#recentNewsCont {
		padding-bottom: 5rem;
	}
	
	#recentNewsCont .bottomLinks .noticeBTNs a:first-of-type {
		margin-right: 2rem;
	}
}

@media only screen and (max-width:785px) {
	
	main {
		top: 0;
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 0;
	}
	
	.bottomLinks {
		margin-top: 0;
	}
	
	footer {
    	position: relative;
	}
}

@media only screen and (max-width:700px) {

	#recentNewsCont ul > li {
		width: 100%;
	}
}

@media only screen and (max-width:670px) {

	.hightlightsInnerCont .hl-Container {
		width: 100%;
	}
}

@media only screen and (max-width:630px) {
	
    .eventsHighlightsCont .upcomingEventsCont .bottomLinks,
	.eventsHighlightsCont .upcomingEventsCont .upcominginnerCont .eventCal,
	.eventsHighlightsCont .upcomingEventsCont .upcominginnerCont .eventCont {
		width: 100%;
	}
	
	.eventsHighlightsCont .upcomingEventsCont .upcominginnerCont a.iconPost {
		width: 100%;
		padding: 2rem 0 0 0;
	}
	
	.eventsHighlightsCont .upcomingEventsCont .legendCont .eventLegend {
		width: 49%;
		margin-bottom: .4rem;
	}
	
	#recentNewsCont .bottomLinks .noticeBTNs {
		display: none;
	}
	
	.noticeBTNs.mobileBTNs {
		display: inherit;
		text-transform: uppercase;
    	font-size: .85rem;
		color: rgb(45,45,45);
		-webkit-transition: color 300ms ease 0s;
		-moz-transition: color 300ms ease 0s;
		-o-transition: color 300ms ease 0s;
		transition: color 300ms ease 0s;
	}
	
	.noticeBTNs.mobileBTNs a {
		color: rgb(45,45,45);
	}
	
	.noticeBTNs.mobileBTNs a:first-of-type {
		float: left;
	}
	
	.noticeBTNs.mobileBTNs a:last-of-type {
		float: right;
	}
	
	.noticeBTNs.mobileBTNs a:hover {
		color: #b24076;
	}
	
	.noticeBTNs.mobileBTNs a > i {
		padding-left: .5rem;
		color: #b24076;
	}
}

@media only screen and (max-width:600px) {

    #recentNewsCont a.iconPost.postBG,
    #recentNewsCont a.iconPost.postBG:link {
        float: none;
        width: 100%;
        margin-bottom: 1px;
    }
}

@media only screen and (max-width:500px) {
	
	#recentNewsCont .noticeCont {
		width: 100%;
	}
}

@media only screen and (max-width:450px) {
	
	.eventsHighlightsCont .upcomingEventsCont .bottomLinks a,
	.noticeBTNs.mobileBTNs a {
		display: block;
		float: none !important;
		text-align: center;
		line-height: 2rem;
	}
	
	.noticeBTNs.mobileBTNs a:last-of-type {
		margin-top: .5rem;
	}
	
	main .col-sm {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
	.eventsHighlightsCont {
		padding: 1.5rem 1rem 4rem;
	}
}
