.quickLinks.homeQL .col-sm {
	background: rgba(0,48,87,.80);
}

.quickLinks.homeQL .col-sm:hover {
	background: rgba(0,144,218,.80);
}

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 .container {
	padding: 4rem 10rem;
}

main .col-sm {
    min-width: 33%;
    padding: 0 2rem 4rem;
}

header.masterHeader {
    position: absolute !important;
    width: 100%;
}

/*.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;
}*/

main .container h3 {
    text-transform: uppercase;
	font: 400 1.6rem 'Lexend', sans-serif;
    letter-spacing: 3px;
	color: #353535;
}

main .container h3 >span {
	font-weight: 700;
}

.homeCatTitle {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing:1px;
    margin-top: 0.2rem;
}
.homeCatTitle:before {
    content:"\f01c";
    margin-right: 0.3rem;
}

#recentNewsCont,
#upcomingEventsCont {
	border-right: 1px solid #aeaeae;
	padding: 0 2rem 4rem;
}

a.iconPost,
a.iconPost:link {
    position: relative;
    font: bold 1.125rem 'Aleo Regular', Arial, sans-serif;
    color: #353535;
    display: block;
    padding: 1.5rem 1rem 1.5rem 4.5rem;
}
a.iconPost:visited {
    color: #353535;
}


a.iconPost h4 {
    font-family: 'Lexend';
    font-size: 1.1rem;
    font-weight: 600;
    font-style: inherit;
    color: inherit;
    margin-bottom: 0;
    /*text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	text-transform: capitalize;*/
	letter-spacing: 1px;
	-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 time {
    font: 700 .9rem 'Lexend';
    color: #6a6a6a;
    text-transform: capitalize;
	-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 time:before {
    content: normal;
}
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: 2rem;
}


#upcomingEventsCont  a.iconPost:hover,
#upcomingEventsCont  a.iconPost:active,
#upcomingEventsCont  a.iconPost:focus,
#upcomingEventsCont  a.iconPost:hover time,
#upcomingEventsCont  a.iconPost:active time,
#upcomingEventsCont  a.iconPost:focus time {
	color: #cbcf83;	
}

#recentNewsCont a.iconPost:hover,
#recentNewsCont a.iconPost:active,
#recentNewsCont a.iconPostfocus,
#recentNewsCont a.iconPost:hover time,
#recentNewsCont a.iconPost:active time,
#recentNewsCont a.iconPostfocus time {
	color: #0090da;	
}


#upcomingEventsCont .bottomLinks a,
#upcomingEventsCont .bottomLinks a:visited,
#upcomingEventsCont a.iconPost i {
	color: #4b9d45;	
}

#upcomingEventsCont .bottomLinks a:hover,
#upcomingEventsCont .bottomLinks a:focus,
#upcomingEventsCont .bottomLinks a:active {
	color: #787d11;
}

#recentNewsCont  .bottomLinks a,
#recentNewsCont  .bottomLinks a:visited,
#recentNewsCont a.iconPost i {
	color: #0090da;	
}

#recentNewsCont  .bottomLinks a:hover,
#recentNewsCont  .bottomLinks a:focus,
#recentNewsCont  .bottomLinks a:active {
	color: #12415d;	
}

#recentNewsCont  .bottomLinks a:first-of-type:before,
#recentNewsCont  .bottomLinks a:last-of-type:before,
#upcomingEventsCont .bottomLinks a:first-of-type:before,
#upcomingEventsCont .bottomLinks a:last-of-type:before {
    content: normal;
}

#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: #a4d233;
}
#recentNewsCont a.iconPost.postBG:active {
    color: #a4d233;
}

#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,
.bottomLinks a,
.bottomLinks a:link {
    color: #0090da;
    display: inline-block;
}
.empty a:visited,
.bottomLinks a:visited{
    color: #0090da;
}
.empty a:hover,
.bottomLinks a:hover{
    color: #a4d233;
}
.empty a:active,
.bottomLinks a:active {
    color: #a4d233;
}
.empty a:focus,
.bottomLinks a:focus {
    color: #a4d233;
}

.bottomLinks {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 2rem;
    margin-bottom: 0;
}

.bottomLinks a,
.bottomLinks a:link {
    float: left;
    font: 700 1rem 'Lexend';
    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;
}





/****************************************************************
--------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 'Lexend', sans-serif;
    text-transform: uppercase;
    margin: 1em 0 0;
    letter-spacing: 2px;
}
 .post p {
    font: normal 700 1.063em 'Lexend', sans-serif;
    color: rgb(0,35,65);
}
 .post .post-1 h2{
    color:rgb(35,156,123);
}
 .post .post-2 h2 {
    color: rgb(0,73,134);
}
 .post .post-3 h2{
    color: rgb(0,148,218);
    
}
 .post .post-1 figure {
    background: rgb(35,156,123);
    max-width: 416px;
}
 .post .post-1 img {
    /* opacity: 1; */
    /* -webkit-transition: .3s ease-in-out; */
    /* transition: .3s ease-in-out; */
}
 .post .post-2 figure {
    background: rgb(0,73,134);
    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: rgb(0,148,218);
    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 {
    opacity: 0.3;
}
 .post .post-2:hover img {
    opacity: 0.3;
}
 .post .post-3:hover img {
    opacity: 0.3;
}

.btnRegister {
	background: #0090da;
	color: #fff;
	-webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    border-radius: .5rem;
	-webkit-transition: background 300ms ease 0s;
	-moz-transition: background 300ms ease 0s;
	-o-transition: background 300ms ease 0s;
	transition: background 300ms ease 0s;
	margin: 2rem 0 0 auto;
}

.btnRegister:focus,
.btnRegister:active,
.btnRegister:hover {
	background: #12415d;
}

#home-register p {
	font-size: .95rem;
	line-height: 1.6rem;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 2rem 0;
}

#home-register p > span {
	display: block;
	padding-bottom: 0;
	margin-bottom: 0;
	font-weight: 600;
}

#home-register input[type="text"] {
    width: 100%;
    font: italic 600 1rem 'Lexend', Arial, sans-serif;
    color: #48484a;
    padding: 1rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: rgba(239,239,239,.50);
	border: none;
}

#home-register input[type="text"]::-webkit-input-placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: #353535;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

#home-register input[type="text"]::-moz-placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: #353535;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
	letter-spacing: 1px;
}

#home-register input[type="text"]:-ms-input-placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: #353535;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
	letter-spacing: 1px;
}

#home-register input[type="text"]:-moz-placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: #353535;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
	letter-spacing: 1px;
}

#home-register input[type="text"]::placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: #353535;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
	letter-spacing: 1px;
}


/****************************************************************
--------End---------
****************************************************************/

/****************************************************************
MEDIA QUERY
****************************************************************/
@media only screen and (max-width: 1700px) {
    
	main .container {
		padding: 4rem 5rem;
	}
	
	a.iconPost, a.iconPost,
	a.iconPost, a.iconPost:link {
		padding: 1.5rem 1rem 1.5rem 3.5rem;
	}
}

@media only screen and (max-width:1550px) {
    
	main .container h3 {
		font-size: 1.4rem;
	}
	
	#home-register p {
		font-size: 1rem;
		letter-spacing: 0;
	}
	
	a.iconPost h4 {
		font-size: 1.1rem;
	}
}


@media only screen and (max-width:1320px) {
    
	main .col-sm {
    	min-width: 100%;
	}
	
	#recentNewsCont,
	#upcomingEventsCont {
   		border-right: none;
	}
	
	#recentNewsCont,
	#upcomingEventsCont {
   		border-bottom: 1px solid #aeaeae;
		margin-bottom: 2rem;
	}
	
	.bottomLinks {
		bottom: 2rem;
	}
}


@media only screen and (max-width:620px) {
    
	main .container {
		padding: 2rem 2rem;
	}
}



@media only screen and (max-width:500px) {
    
	.bottomLinks a, 
    .bottomLinks a:link {
        float: none;
        font-size: 0.9rem;
        text-align: center;
        display: block;
        padding: 0 1.5rem 0.6rem;
        margin: auto;
    }
	
    .bottomLinks a:first-of-type {
        margin-bottom: 0.1rem;
    }
    
	.bottomLinks a:last-of-type {
        float: none;
    }
	
	#recentNewsCont,
	#upcomingEventsCont {
		padding: 0 2rem 8rem;
	}
	
	main .container h3 {
		font-size: 1rem;
	}
	
	.empty i {
    	font-size: 4rem;
	}
}

@media only screen and (max-width:480px) {
    
	#recentNewsCont,
	#upcomingEventsCont {
		padding: 0 2rem 10rem;
	}
}

@media only screen and (max-width:680px) {
   /* main .container h3 {
        font-size: 1rem;
    }*/
}