#recentNewsCont a.iconPost time:before,
.bottomLinks a:before,
a.iconPost h5: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 {
	position: relative;
    /*padding: 1.25rem 0 5rem;*/
	z-index: 1;
}

main > .mainBG,
#upcomingEventsCont > .eventsBG,
#recentNewsCont > .noticesBG {
	position: absolute;
	top: 0;
	left: 0;
	right: -9rem;
	bottom: -15px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

main > .mainBG {
	background: url(../images/eventsBG.png) bottom center;
}

#upcomingEventsCont > .eventsBG {
	background: url(../images/eventsBG-new.png) bottom right no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	right: 0;
}

#recentNewsCont > .noticesBG {
	background: url(../images/noticesBG.png) bottom left no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	right: 0;
}

/*main .col-sm {
    min-width: 50%;
    padding-bottom: 3rem;
}*/

header.masterHeader {
    position: absolute !important;
    width: 100%;
}

main .Title {
    text-align: center;
    margin-bottom: 3.5rem;
}

#recentNewsCont {
	padding: 1.25rem 1.5rem 10rem 15%;
	position: relative;
	max-width: 50%;
}

#upcomingEventsCont {
	padding: 1.25rem 15% 10rem 1.5rem;
	position: relative;
	max-width: 50%;	
}

#recentNewsCont h3,
#upcomingEventsCont h3 {
	position: relative;
	font-family: 'Libre Baskerville', serif;
    font-size: 2.2rem;
    font-weight: 400;
    font-style: normal;
    text-transform: capitalize;   
    margin: 0;
	padding-bottom: 2rem;
	color: #0e3230;
}


#recentNewsCont h3 > i,
#upcomingEventsCont h3 > i{
	display: block;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
	color: #deb026;
	font-size: 2.8rem;
}


main .BorderTitle {
    border-bottom: 5px solid #deb026;
    width: 4.5rem;
    position: relative;
    left: 50%;
    margin: 0.3rem 0 0.5rem;
    -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,
a.iconPost:link {
    position: relative;
    display: block;
}

a.iconPost:visited {
    color: #1c1a16;
}

a.iconPost:hover {
    color: #deb026;
}

a.iconPost:active {
    color: #deb026;
}

a.iconPost .noticeLeft,
a.iconPost .eventLeft {
	display: block;
	float: left;
	width: 15%;
	padding: 1rem;
}

a.iconPost .noticeLeft {
	padding: 1.5rem 1rem 1rem 1rem;
}

a.iconPost .eventRight,
a.iconPost .noticeRight {
	display: block;
	float: left;
	width: 85%;
	padding: .5rem 2rem .5rem 2rem;
	border-left: 1px solid #cccccc;
	position: relative;
}

a.iconPost .eventRight i,
a.iconPost .noticeRight i {
	display: block;
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
    color: #a11f1c;
    font-size:1.5rem;
}

a.iconPost .eventRight:hover h4,
a.iconPost .noticeRight:hover h4 {
	color: #deb026;
}

a.iconPost .noticeLeft i,
a.iconPost .eventLeft time {
	display: block;
	width: 100%;
	text-align: center;
	color: #a11f1c;
}

a.iconPost .eventLeft time {
	font-size: 2.5rem;
    line-height: 1.8rem;
    width: 3rem;
	font-weight: 600;
    margin: auto;
}

a.iconPost .eventLeft time:first-line {
	font-size: 1.4rem;
	font-weight: 400;
}

a.iconPost h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.4rem;
    color: #0e776e;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;    
	line-height: inherit;
	margin-bottom: 0;
	-webkit-transition: color 300ms ease 0s;
	-moz-transition: color 300ms ease 0s;
	-o-transition: color 300ms ease 0s;
	transition: color 300ms ease 0s;
	position: relative;
}



a.iconPost h5 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    font-style: normal;
    color: #1e65a7;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 2rem;
    -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 h5{
     color: #deb026;
}

a.iconPost h5:after {
    content: "\f138";
    margin-left: 0.5rem;
}

a.iconPost time {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.875rem;
    font-weight: 800;
    text-transform: capitalize;
	color: #363636;
}

a.iconPost span {
	color: #363636;
}

#recentNewsCont a.iconPost time:before {
	content: "\f133";
	font-weight: 400;
	margin-right: .5rem;
}

a.iconPost time span {
    display: inline-block;
    margin-right: 0.5rem;
}

a.iconPost i {
    font-size: 3rem;
}

a.iconPost p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    text-transform: capitalize;
    vertical-align: middle;
	margin-bottom: 0;
	color: #363636;
}

a.iconPost p i {
	font-size: 0.875rem;	
	margin: 0;
	margin-right: 0.3rem;
}

.homeCatTitle {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing:1px;
    margin-top: 0.2rem;
}

.UpcomingEventDesk{
	padding:0 0 3rem;
}

#recentNewsCont .bottomLinks a:first-of-type:before {
    content: "\f15c";
	font-weight: 200;
	margin-right: .5rem;
}

#recentNewsCont .bottomLinks a:last-of-type:before {
    content: "\f477";
	font-weight: 200;
	margin-right: .5rem;
}

#upcomingEventsCont .bottomLinks a:first-of-type:before {
    content: "\f073";
	font-weight: 200;
	margin-right: .5rem;
}

#upcomingEventsCont .bottomLinks a:last-of-type:before {
    content: "\f271";
	font-weight: 200;
	margin-right: .5rem;
}

.empty{
    text-align:center;
}
.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: #c23c34;
    display: inline-block;
}
.empty a:visited{
    color: #c23c34;
}
.empty a:hover{
    color: #1e65a7;
}
.empty a:active {
    color: #1e65a7;
}
.empty a:focus {
    color: #1e65a7;
}

.bottomLinks {
    position: absolute;
    bottom: 5rem;
    left: 0;
    right: 0;
    padding: 0 1rem;
    margin-bottom: 0;
}

#recentNewsCont .bottomLinks {
	padding: 0 1.5rem 0 30%;
}

#upcomingEventsCont .bottomLinks {
	padding: 0 30% 0 1.5rem;
}
 .bottomLinks a:first-of-type {
    padding-left: 0;
    text-align: right;
}
 .bottomLinks a:last-of-type {
    padding-right: 0;    
}
.bottomLinks a,
.bottomLinks a:link {
	display: inline-block;
	padding: 0.6rem 2.5rem;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
	background: #0e776e;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: .85rem;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
	width: 48%;
	text-align: center;
}
.bottomLinks a:visited{
    color: #fff;
}
.bottomLinks a:hover{
    background: rgb(13,47,47);
}
.bottomLinks a:active{
    background: rgb(13,47,47);
}
.bottomLinks a:focus{
    background: rgb(13,47,47);
}

#recentNewsCont .bottomLinks a {
	float: none;
	margin: 0 auto;
	text-align: center;
    display: block;
}

#recentNewsCont .bottomLinks.blFR {
	bottom: 4rem;
}

#upcomingEventsCont .bottomLinks.blFR {
    padding: 0 30% 0 1.5rem;
	bottom: 2rem;
}

#upcomingEventsCont .bottomLinks.blFR a {
    float: none;
	display: block;
	margin: 0 auto;
	text-align: center !important;
}

#upcomingEventsCont .bottomLinks.blFR a:first-of-type {
    margin-bottom: .5rem;
}

#recentNewsCont .bottomLinks.blFR a,
#upcomingEventsCont .bottomLinks.blFR a {
	width: 65%;
}


.row {
	margin: 0 !important;
}

/****************************************************************
--------End---------
****************************************************************/

/****************************************************************
MEDIA QUERY
****************************************************************/
@media only screen and (max-width: 1820px) {    
	
	#recentNewsCont {
		padding: 1.25rem 1.5rem 10rem 10%;
	}
	
	#upcomingEventsCont {
		padding: 1.25rem 10% 10rem 1.5rem;
	}
	
	#recentNewsCont .bottomLinks {
		padding: 0 1.5rem 0 18%;
	}
	
	#upcomingEventsCont .bottomLinks.blFR {
		padding: 0 20% 0 1.5rem;
		bottom: 2rem;
	}
}

@media only screen and (max-width: 1680px) {    
    .empty i {
        font-size: 4rem;
    }   
    .empty p {
        font-size: 1rem;
    }
}

@media only screen and (max-width:1550px) {
	
    #upcomingEventsCont h3,
    #recentNewsCont h3 {
        font-size: 1.85rem;
    }
	
	/* French Bottom Links */
	.bottomLinks.blFR a {
		display: block;
		float: none;
		width: 20rem;
		text-align: center;
		padding: 0.6rem 0.2rem;
		font-size: .75rem;
		margin: 0 auto .5rem;
	}
	
	#upcomingEventsCont > .eventsBG {
		background: url(../images/eventsBGMobile.png) bottom right;
	}
	
	main {
		padding: 0;
	}
	
	#recentNewsCont,
	#upcomingEventsCont {
		max-width: 100%;
		padding: 1.5rem 5.5rem 6.5rem 5.5rem;
		width: 100%;
		flex: auto;
	}
	
	#recentNewsCont {
		background: #fff;
    	padding-bottom: 9rem;
	}
	
	#recentNewsCont .bottomLinks {
		bottom: 2rem;
	}
	
	#upcomingEventsCont .bottomLinks,
	#recentNewsCont .bottomLinks {
		padding: 0 5.5rem;
		bottom: 2rem;
	}
	
	main > .mainBG {
		background: url(../images/eventsBGMobile.png) bottom right;
	}
	
	#upcomingEventsCont .bottomLinks.blFR {
		padding: 0 5.5rem;
		bottom: 2rem;
	}
	
	#upcomingEventsCont.events-french {
		padding: 1.5rem 5.5rem 9.5rem 5.5rem;
	}
	
	#recentNewsCont .bottomLinks.blFR {
		bottom: 2rem;
	}
}


@media only screen and (max-width:1310px){

    main .BorderTitle{
        width:4rem;
    }
}

@media only screen and (max-width:1190px) {    
    
    main .BorderTitle {
        width: 3.5rem;
    }
	
	main > .mainBG {
		background-position-x: 47%;
	}
}

@media only screen and (max-width:1140px) {    
    
	main > .mainBG {
		background-position-x: 43%;
	}
}


@media only screen and (max-width: 991px) {
	
    .container {
        max-width: 100%;
    }
    
    #upcomingEventsCont a.iconPost {
		margin: 0;
		padding: 0;
        width: 100%;   
    }
    
	.bottomLinks a, .bottomLinks a:link {
        font-size: 0.9rem;
    }
    
	/*.bottomLinks a:first-of-type {
        padding-right: 0;    
        text-align:left;
    }*/
	
    /*.bottomLinks a:last-of-type {
        padding-left: 0; 
        text-align:right;
    }*/
}
	
@media only screen and (max-width:850px) {
    
    .empty i {
        font-size: 3rem;
    }
    
    .empty p {
        font-size: 0.85rem;
    } 
}

@media only screen and (max-width:785px) {
	
    header.masterHeader {
        position: static !important;
    }

    .newsCont {
        background-position: 31rem 19rem;
    }
	
	#recentNewsCont,
	#upcomingEventsCont {
    	padding: 1.5rem 2.5rem 6.5rem 2.5rem;
	}
	
	#upcomingEventsCont .bottomLinks,
	#recentNewsCont .bottomLinks {
		padding: 0 2.5rem;
	}
	
	#upcomingEventsCont .bottomLinks.blFR {
    	padding: 0 2.5rem;
	}
	
	#recentNewsCont .bottomLinks.blFR a,
	#upcomingEventsCont .bottomLinks.blFR a {
		width: 100%;
	}
}

@media only screen and (max-width:680px) {
	
    a.iconPost i {
		font-size: 2rem;
	}
	
	a.iconPost .eventLeft time {
		font-size: 2rem;
		line-height: 1.2rem;
		width: 2.5rem;
	}
	
	#upcomingEventsCont.events-french {
		padding: 1.5rem 3.5rem 9.5rem 3.5rem;
	}
}

@media only screen and (max-width:580px) {

    #upcomingEventsCont.events-french {
		padding: 1.5rem 2.5rem 9.5rem 2.5rem;
	}
	
	#recentNewsCont .bottomLinks a,
    #recentNewsCont .bottomLinks a:link,
    .bottomLinks a,
    .bottomLinks a:link {
        float: none;
        /*max-width: 220px;*/
        font-size: 0.8rem;
        color: rgb(255,255,255);
        text-align: center;
        display: block;
		letter-spacing: 2px;
        padding: 0.6rem 1.5rem;
        margin: auto;
		width: 100%;
    }
	
	#upcomingEventsCont .bottomLinks,
	#recentNewsCont .bottomLinks {
		bottom: 1rem;
	}
    
	#recentNewsCont .bottomLinks a:first-of-type,
    .bottomLinks a:first-of-type {
        margin-bottom: 0.4rem;
    }
	
    .bottomLinks a:last-of-type {
        float: none;
    }
}

@media only screen and (max-width:480px) {

	#recentNewsCont,
	#upcomingEventsCont,
	#upcomingEventsCont.events-french {
		padding: 1.5rem 1rem 9.5rem 1rem;
	}
	
	#upcomingEventsCont h3,
	#recentNewsCont h3 {
		font-size: 1.5rem;
	}
	
	a.iconPost .noticeLeft,
	a.iconPost .eventLeft {
		width: 20%;
	}
	
	a.iconPost .eventRight,
	a.iconPost .noticeRight {
		width: 80%;
	}
	
	a.iconPost h4 {
		font-size: 1.25rem;
	}
	
	a.iconPost .eventRight,
	a.iconPost .noticeRight {
    	padding: .5rem 2rem .5rem 1rem;
	}
	
	.bottomLinks.blFR a {
		width: 100%;	
	}
	
	#upcomingEventsCont .bottomLinks.blFR {
    	padding: 0 1.5rem;
	}
}