/*****************************
        Duotone Icons
******************************
--fa-primary-color: rgb();
--fa-secondary-color: rgb();
--fa-secondary-opacity: 1.0;
******************************/

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: 3rem 6rem 2rem;
}

main .col-sm {
    min-width: 50%;
    padding-bottom: 8rem;
}

header.masterHeader {
    /*position: absolute !important;*/
    width: 100%;
}

#recentNewsCont {
	padding: 0 4rem 4rem;
	margin-bottom: 3rem;
}

#upcomingEventsCont {
	padding: 0 4rem 4rem;
	margin-bottom: 3rem;
}


main .container h3 {
	font: 2rem 'route_159regular', Arial, sans-serif;
    padding-bottom: 1rem;
    text-transform: capitalize;
	line-height: 1.5rem;
	color: rgb(105,105,105);
}

main .container h3 > span {
	font: 3rem 'route_159bold', Arial, sans-serif;
	color: rgb(57,181,74);
}

.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: 1.2rem 'route_159regular', Arial, sans-serif;
    color: rgb(37,37,37);
    display: block;
    padding: 2rem 1rem 2rem 5rem;
	border-bottom: solid 1px rgb(212,215,217);
}

a.iconPost:visited {
    color: rgb(37,37,37);
}

a.iconPost:hover {
    color: rgb(247,148,29);
}

a.iconPost:active {
    color: rgb(247,148,29);
}

a.iconPost h4 {
    font-family: 'route_159bold';
    font-size: 1.5rem;;
    font-style: inherit;
    color: rgb(37,37,37);
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	padding-right: 6rem;
	-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: rgb(247,148,29);
}

a.iconPost:last-of-type {
	border-bottom: none;
}

a.iconPost time {
    font: 1rem 'route_159regular';
    color: rgb(60,72,89);
    text-transform: capitalize;
}

a.iconPost time:before {
    content:"\f017";
    font-weight: 400;
    margin-right: 0.2rem;
}

#upcomingEventsCont a.iconPost time:before {
	content:"\f133";
}

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.5rem;
	width: 4rem;
    text-align: center;
	color: rgb(22,129,192);
}

#recentNewsCont a.iconPost p,
#upcomingEventsCont a.iconPost p {
    float: right;
    position: relative;
    top: -2rem;
    font-family: inherit;
    font-weight: bold;
    font-size: .65rem;
    text-transform: uppercase;
    color: rgb(22,129,192);
    letter-spacing: 1px;
}

#recentNewsCont a.iconPost p:before,
#upcomingEventsCont a.iconPost p:before {
    content: "\f105";
	font-family: 'Font Awesome 5 Pro';
    font-size: 2.2rem;
    position: relative;
    display: block;
    text-align: center;
    color: rgb(247,148,29);
    font-weight: 400;
    margin-bottom: .2rem;
}

#recentNewsCont  .bottomLinks a:first-of-type:before {
    content: normal;
	/*content:"\f15c";*/
}

#recentNewsCont  .bottomLinks a:last-of-type:before {
	content: normal;
    /*content:"\f040";*/
}

#upcomingEventsCont .bottomLinks a:first-of-type:before {
	content: normal;
    /*content:"\f271";*/
}

#upcomingEventsCont .bottomLinks a:last-of-type:before {
	content: normal;
    /*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: rgb(247,148,29);
    display: inline-block;
}

.empty a:visited {
    color: rgb(22,129,192);
}

.empty a:hover {
    color: rgb(22,129,192);
}

.empty a:active {
    color: rgb(22,129,192);
}

.empty a:focus {
    color: rgb(22,129,192);
}

.bottomLinks {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 1rem;
}

.bottomLinks a,
.bottomLinks a:link {
    float: left;
    font: 1rem 'route_159regular';
	color: rgb(255,255,255);
    text-transform: uppercase;
	background: rgb(105,105,105);
	padding: .8rem 0;
	-webkit-border-radius: 0.4rem;
	-moz-border-radius: 0.4rem;
	-o-border-radius: 0.4rem;
	border-radius: 0.4rem;
	-webkit-transition: background 300ms ease 0s;
	-moz-transition: background 300ms ease 0s;
	-o-transition: background 300ms ease 0s;
	transition: background 300ms ease 0s;
	text-align: center;
	width: 280px;
}

.bottomLinks a:visited {
	color: rgb(255,255,255);
}

.bottomLinks a:hover {
	background: rgb(57,181,74);
}

.bottomLinks a:focus {
	background: rgb(57,181,74);
}

.bottomLinks a:active {
	background: rgb(57,181,74);
}

.bottomLinks a:last-of-type{
    float: right;
}

#recentNewsCont .bottomLinks {
	padding: 0 4rem;
}

.bottomLinks a:before {
	font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    color: rgb(255,255,255);
    font-weight: 200;
	margin-right: .4rem;
}

#recentNewsCont .bottomLinks a:first-of-type:before {
	content: "\f15c";
}

#recentNewsCont .bottomLinks a:last-of-type:before {
	content: "\f477";
}

#upcomingEventsCont .bottomLinks {
	padding: 0 4rem;
}

#upcomingEventsCont .bottomLinks a:first-of-type:before {
	content: "\f133";
}

#upcomingEventsCont .bottomLinks a:last-of-type:before {
	content: "\f271";
}


/****************************************************************
--------Highlights---------
****************************************************************/

.highlightContainer {
	width: 100%;
}

.hightlightsInnerCont a {
	position: relative;
	float: left;
	display: block;
	width: 33.33%;
	height: 310px;
	padding: 1rem;
}

.hightlightsInnerCont a:after {
	content: none;
}

.hightlightsInnerCont a > .highlightBG {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.hightlightsInnerCont a > .highlightBG > .highlightCaption {
	position: absolute;
	display: block;
    bottom: 0;
    left: 0;
    right: 0;
	background: rgba(0,0,0,.65);
	padding: 1.1rem 6rem 1.1rem 3rem;
	-webkit-transition: background 300ms ease 0s;
	-moz-transition: background 300ms ease 0s;
	-o-transition: background 300ms ease 0s;
	transition: background 300ms ease 0s;
}

.hightlightsInnerCont a:first-of-type:hover .highlightCaption {
	background: rgb(40,130,52);
}

.hightlightsInnerCont a:nth-of-type(2):hover .highlightCaption {
	background: rgb(6,129,191);
}

.hightlightsInnerCont a:nth-of-type(3):hover .highlightCaption {
	background: rgb(181,134,25);
}

.hightlightsInnerCont a:nth-of-type(4):hover .highlightCaption {
	background: rgb(196,116,24);
}

.hightlightsInnerCont a:nth-of-type(5):hover .highlightCaption {
	background: rgb(57,181,74);
}

.hightlightsInnerCont a:last-of-type:hover .highlightCaption {
	background: rgb(90,183,232);
}


.hightlightsInnerCont a > .highlightBG > .highlightCaption h3 {
	color: rgb(255,255,255);
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 1.5rem;
	font-family: 'route_159regular';
}

.hightlightsInnerCont a > .highlightBG > .highlightCaption p {
	color: rgb(255,255,255);
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 1.8rem;
	font-family: 'route_159bold';
	line-height: 2rem;
}

.highlightCaption:before {
	content: ' ';
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 1.2rem;
}

.hightlightsInnerCont a:first-of-type .highlightCaption:before {
	background: rgb(57,181,74);
}

.hightlightsInnerCont a:nth-of-type(2) .highlightCaption:before {
	background: rgb(88,184,232);
}

.hightlightsInnerCont a:nth-of-type(3) .highlightCaption:before {
	background: rgb(245,238,49);
}

.hightlightsInnerCont a:nth-of-type(4) .highlightCaption:before {
	background: rgb(247,148,29);
}

.hightlightsInnerCont a:nth-of-type(5) .highlightCaption:before {
	background: rgb(11,148,68);
}

.hightlightsInnerCont a:last-of-type .highlightCaption:before {
	background: rgb(22,129,192);
}


.hightlightsInnerCont a .highlightCaption > i:before,
.hightlightsInnerCont a .highlightCaption > i:after {
    font-family: 'Font Awesome 5 Duotone';
    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%);
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	opacity: 1
}

.hightlightsInnerCont a .highlightCaption > i {
	position: absolute;
	display: block;
	right: 5.5rem;
	top: 0;
	bottom: 0;
	font-size: 3rem;
}

.hightlightsInnerCont a:first-of-type .highlightCaption i:before {
	color: rgb(57,181,74);
}
.hightlightsInnerCont a:first-of-type .highlightCaption i:after {
	color: rgb(40,130,52);
}

.hightlightsInnerCont a:first-of-type:hover i:before {
	color: rgb(255,255,255);
	opacity: 0.7;
}
.hightlightsInnerCont a:first-of-type:hover i:after {
	color: rgb(255,255,255);
	opacity: 0.3;
}

.hightlightsInnerCont a:nth-of-type(2) .highlightCaption i:before {
	color: rgb(6,129,191);
}
.hightlightsInnerCont a:nth-of-type(2) .highlightCaption i:after {
	color: rgb(90,183,232);
}
.hightlightsInnerCont a:nth-of-type(2):hover i:before {
	color: rgb(255,255,255);
	opacity: 0.7;
}
.hightlightsInnerCont a:nth-of-type(2):hover i:after {
	color: rgb(255,255,255);
	opacity: 0.3;
}

.hightlightsInnerCont a:nth-of-type(3) .highlightCaption i:before {
	color: rgb(233,174,33);
}
.hightlightsInnerCont a:nth-of-type(3) .highlightCaption i:after {
	color: rgb(181,134,25);
}
.hightlightsInnerCont a:nth-of-type(3):hover i:before {
	color: rgb(255,255,255);
	opacity: 0.7;
}
.hightlightsInnerCont a:nth-of-type(3):hover i:after {
	color: rgb(255,255,255);
	opacity: 0.3;
}

.hightlightsInnerCont a:nth-of-type(4) .highlightCaption i:before {
	color: rgb(247,147,30);
}
.hightlightsInnerCont a:nth-of-type(4) .highlightCaption i:after {
	color: rgb(196,116,24);
}
.hightlightsInnerCont a:nth-of-type(4):hover i:before{
	color: rgb(255,255,255);
	opacity: 0.7;
}
.hightlightsInnerCont a:nth-of-type(4):hover i:after {
	color: rgb(255,255,255);
	opacity: 0.3;
}

.hightlightsInnerCont a:nth-of-type(5) .highlightCaption i:before {
	color: rgb(0,147,68);
}
.hightlightsInnerCont a:nth-of-type(5) .highlightCaption i:after {
	color: rgb(255,255,255);
}
.hightlightsInnerCont a:nth-of-type(5):hover i:before {
	color: rgb(255,255,255);
	opacity: 0.3;
}
.hightlightsInnerCont a:nth-of-type(5):hover i:after {
	color: rgb(255,255,255);
	opacity: 0.7;
}

.hightlightsInnerCont a:last-of-type .highlightCaption i:before {
	color: rgb(6,129,191);
}
.hightlightsInnerCont a:last-of-type .highlightCaption i:after {
	color: rgb(90,183,232);
}
.hightlightsInnerCont a:last-of-type:hover i:before {
	color: rgb(255,255,255);
	opacity: 0.3;
}
.hightlightsInnerCont a:last-of-type:hover i:after {
	color: rgb(255,255,255);
	opacity: 0.7;
}


/****************************************************************
--------End---------
****************************************************************/
/****************************************************************
MEDIA QUERY
****************************************************************/
@media only screen and (max-width: 1650px) {
	
    .empty i {
        font-size: 4rem;
    }
	
	.empty p {
        font-size: 1rem;
    }
	
	main .container h3 > span {
    	font-size: 2.6rem;
	}
	
	main .container h3 {
    	font-size: 1.5rem;
	}
	
	a.iconPost h4 {
		font-size: 1.2rem;
	}
	
	.bottomLinks a, .bottomLinks a:link {
    	width: 240px;
	}
	.hightlightsInnerCont a > .highlightBG > .highlightCaption {
		padding: 1.1rem 4rem 1.1rem 3rem;
	}
	
	
	.hightlightsInnerCont a > .highlightBG > .highlightCaption p {
		font-size: 1.4rem;
	}
	
	.hightlightsInnerCont a > .highlightBG > .highlightCaption h3 {
		font-size: 1.2rem;
	}
	
	.hightlightsInnerCont a .highlightCaption .hDuo {
		right: 4rem;
		font-size: 2.2rem;
	}
}

@media only screen and (max-width:1480px) {
	
    main .container h3 > span {
		font-size: 2.4rem;
	}
	
	main .container h3 {
    	font-size: 1.2rem;
	}
	
	#recentNewsCont {
    	padding: 0 2rem 4rem 4rem;
	}
	
	#recentNewsCont .bottomLinks {
		padding: 0 2rem 0 4rem;
	}
	
	#upcomingEventsCont {
    	padding: 0 4rem 4rem 2rem;
	}
	
	#upcomingEventsCont .bottomLinks {
		padding: 0 4rem 0 2rem;
	}
}


@media only screen and (max-width:1380px) {
	
    .hightlightsInnerCont a {
		width: 50%;
		padding: 0.5rem;
	}
}

@media only screen and (max-width:1340px) {
	
    .bottomLinks a, .bottomLinks a:link {
		width: 180px;
		font-size: .8rem;
	}
}

@media only screen and (max-width:1190px) {
	
   #recentNewsCont {
		padding: 0 2rem 4rem 1rem;
	}
	
	#recentNewsCont .bottomLinks {
		padding: 0 2rem 0 1rem;
	}
	
	#upcomingEventsCont {
		padding: 0 1rem 4rem 2rem;
	}
	
	#upcomingEventsCont .bottomLinks {
		padding: 0 1rem 0 2rem;
	}
	
	main {
		padding: 3rem 4rem 2rem;
	}
	
	main .container h3 > span {
		font-size: 2.2rem;
	}
}

@media only screen and (max-width:1100px) {
	
   	main .col-sm {
		min-width: 100%;
	}
	
	#upcomingEventsCont {
		padding: 0 1rem 4rem 1rem;
	}
	
	#upcomingEventsCont .bottomLinks {
		padding: 0 1rem 0 1rem;
	}
	
	#recentNewsCont {
		padding: 0 1rem 4rem 1rem;
	}
	
	#recentNewsCont .bottomLinks {
		padding: 0 1rem 0 1rem;
	}
}

@media only screen and (max-width: 870px) {
	
    .hightlightsInnerCont a {
		width: 100%;
		padding: 0.5rem;
	}
}

@media only screen and (max-width: 700px) {
	
    a.iconPost time {
    	font-size: .8rem;
	}
}

@media only screen and (max-width: 630px) {
	
    a.iconPost time {
    	font-size: .8rem;
	}
	
	.hightlightsInnerCont a {
		height: 250px;
	}
}

@media only screen and (max-width: 560px) {
	
    .bottomLinks a,
	.bottomLinks a:link {
    	width: 160px;
	}
	
	a.iconPost,
	a.iconPost:link {
		font-size: 1rem;
		padding: 1.5rem 1rem 1.5rem 3.5rem;
	}
	
	a.iconPost i {
		font-size: 2rem;
		width: 3rem;
	}
}

@media only screen and (max-width: 500px) {
	
    main {
		padding: 3rem 2rem 2rem;
	}
	
	.hightlightsInnerCont a {
    	height: 230px;
	}
	
	.hightlightsInnerCont a > .highlightBG > .highlightCaption {
		padding: 1rem 4rem 1rem 2rem;
	}
	
	.hightlightsInnerCont a > .highlightBG > .highlightCaption p {
    	line-height: 1.8rem;
	}
}

@media only screen and (max-width: 480px) {
	
    .bottomLinks a,
	.bottomLinks a:link {
    	width: 135px;
		font-size: .7rem;
	}
	
	main .container h3 > span {
		font-size: 2rem;
	}
	
	.hightlightsInnerCont a {
    	height: 180px;
	}
	
	.hightlightsInnerCont a > .highlightBG > .highlightCaption h3 {
		font-size: .8rem;
	}
	
	.hightlightsInnerCont a > .highlightBG > .highlightCaption p {
		line-height: 1rem;
	}
	
	.hightlightsInnerCont a .highlightCaption .hDuo {
    	right: 3.8rem;
		font-size: 2rem;
	}
}

