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: 1rem 0 2rem;
}*/

main .col-sm {
    min-width: 50%;
    padding-bottom: 5rem;
	padding-top: 1rem;
}

header.masterHeader {
    position: absolute !important;
    width: 100%;
}

#recentNewsCont {
	position: relative;
}

#recentNewsCont .empty {
	padding-top: 5rem;
}

#recentNewsCont h3 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	display: block;
}

main .container h3 {
    padding-top: .8rem;
    text-transform: capitalize;
    border-bottom: 1px solid rgb(222,219,218);
}

.notice-header {
	position: relative;
}

.notice-header h3 {
	color: #143342;
	font-family: 'Martel', serif;
	font-size: 1.8rem;
	font-weight: 800;
}

.uk-slider-container {
	position: relative;
	padding-top: 5rem;
}

.uk-slider-container .notice-arrows {
	position: absolute;
	right: 0;
	top: 1rem;
}

.uk-slider-container .notice-arrows a {
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	color: #8e8984;
	-webkit-transition: color 300ms ease 0s;
	-moz-transition: color 300ms ease 0s;
	-o-transition: color 300ms ease 0s;
	transition: color 300ms ease 0s;
}

.uk-slider-container.notice-arrows a:visited {
	color: #8e8984;
}

.uk-slider-container .notice-arrows a:hover {
	color: #1d728f;
}

.uk-slider-container .notice-arrows a:first-of-type {
	margin-right: .25rem;
}

.uk-slider-container .notice-arrows svg {
	display: none;
}

.homeCatTitle {
    font-size: 0.75rem;
    text-transform: capitalize;
    letter-spacing:1px;
    margin-top: 0.2rem;
}

.homeCatTitle:before {
    content: normal;
}

#recentNewsCont ul > li {
	height: 8.5rem;
}

#recentNewsCont ul {
	padding: 1rem 0;
}

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: 8.5rem;
}

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: 1.8rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    padding: .5rem 1.4rem;
	border: 2px solid #4e9dc5;
}

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%);
}

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;
}

a.iconPost .right-notice {
	position: relative;
	float: left;
	display: block;
	border: 1px solid #8e8984;
	border-left: none;
	width: 70%;
	height: 8.5rem;
	padding: .5rem 1rem;
}

a.iconPost .right-notice span {
	position: absolute;
	bottom: .8rem;
	left: 1rem;
	font: 700 .85rem '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 {
    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;
}

a.iconPost:hover .right-notice h4 {
	color: #e78c0d;
} 

#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);
}


.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: #143342;
    display: inline-block;
}

.empty a:visited,
.bottomLinks a:visited{
    color: #143342;
}

.empty a:hover,
.bottomLinks a:hover,
.bottomLinks a:hover i {
    color: #e78c0d;
}

.empty a:active,
.bottomLinks a:active,
.bottomLinks a:active i {
    color: #e78c0d;
}

.empty a:focus,
.bottomLinks a:focus,
.bottomLinks a:focus i {
    color: #e78c0d;
}

.bottomLinks {
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    right: 0;
    padding: 0 1rem;
    margin-bottom: 0;
}

.bottomLinks a,
.bottomLinks a:link {
    float: left;
    font: 700 1rem 'Open Sans';
    text-transform: uppercase;
}

.bottomLinks a:last-of-type{
    margin-left: 4rem;
}

.bottomLinks a:before {
    content: normal;
}

.bottomLinks a > i {
	margin-left: .5rem;
	color: #1d728f;
	-webkit-transition: color 300ms ease 0s;
	-moz-transition: color 300ms ease 0s;
	-o-transition: color 300ms ease 0s;
	transition: color 300ms ease 0s;
}



.highlights-register-app .footerTop .footer-register,
.footerTop .footer-app {
	padding: 2rem 10rem 2rem 6rem;
}


/****************************************************************
--------Highlights---------
****************************************************************/

/* Code from warner */
.hl-mobile {
	overflow: hidden;
	width: 100%;
	position: relative;
	height: 31rem;
}

.hl-mobile .hl-slider {
	display: block;
	width: 200%;
	position: absolute;
	left: 0;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}

.hl-mobile .hl-slider.hlOpen1 {
	left: 0;
}

.hl-mobile .hl-slider.hlOpen2 {
	left: -100%;
}

.hl-slider-box {
	display: block;
	width: 50%;
	margin: 0;
	float: left;
	padding: 1rem 4rem 1rem 1rem;
}

.hl-slider-box .highlightOuterCont {
	width: 100%;
}

.hl-slider-indicator {
	text-align: center;
	position: absolute;
    right: 5.5rem;
    bottom: 0;
}

.hl-slider-indicator .indicator1,
.hl-slider-indicator .indicator2 {
	position: relative;
	border: none;
	background: none;
	height: 1rem;
	width: 1rem;
	margin: 1.5rem .4rem 0;
	color: #8e8984;
	font-size: 1.5rem;
}

.hl-slider-indicator .indicator1:after,
.hl-slider-indicator .indicator2:after {
	content: "\f111";
	font-family: 'Font Awesome 5 Pro';
	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%);
	font-weight: 900;
	-webkit-transition: color 300ms ease 0s;
	-moz-transition: color 300ms ease 0s;
	-o-transition: color 300ms ease 0s;
	transition: color 300ms ease 0s;
}

.hl-slider-indicator .indicator1:after {
	content: "\f0a8";
}

.hl-slider-indicator .indicator2:after {
	content: "\f0a9";
}

.hl-slider-indicator .indicator1:hover,
.hl-slider-indicator .indicator2:hover {
	color: #e78c0d;
}



.highlights-register-app {
	display: block;
	background: #f2f2f2;
}

.highlights-register-app .highlightContainer {
	position: relative;
	display: block;
	float: left;
	width: 50%;
	padding: 1rem 1rem 0 10rem;
	background: #f2f2f2;
}

.hl-slider-box .highlightOuterCont a .highlightCaption {
	position: relative;
	padding: 2rem 2rem 2rem 5rem;
	border-bottom: 1px solid #dcdde0;
	width: 100%;
}

.hl-slider-box .highlightOuterCont a .highlightCaption span {
	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: 1.8rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    padding: .5rem 1.4rem;
}

.hl-slider-box .highlightOuterCont:first-of-type a .highlightCaption span,
.hl-slider-box .highlightOuterCont:nth-of-type(3) a .highlightCaption span {
	border: 2px solid #4e9dc5;
    color: #4e9dc5;
}

.hl-slider-box .highlightOuterCont:first-of-type a:hover .highlightCaption h3,
.hl-slider-box .highlightOuterCont:nth-of-type(3) a:hover .highlightCaption h3,
.hl-slider-box .highlightOuterCont:first-of-type a:hover .highlightCaption p,
.hl-slider-box .highlightOuterCont:nth-of-type(3) a:hover .highlightCaption p{
	color: #4e9dc5;
}

.hl-slider-box .highlightOuterCont:nth-of-type(2) a .highlightCaption span,
.hl-slider-box .highlightOuterCont:nth-of-type(4) a .highlightCaption span {
	border: 2px solid #e78c0d;
    color: #e78c0d;
}

.hl-slider-box .highlightOuterCont:nth-of-type(2) a:hover .highlightCaption h3,
.hl-slider-box .highlightOuterCont:nth-of-type(4) a:hover .highlightCaption h3,
.hl-slider-box .highlightOuterCont:nth-of-type(2) a:hover .highlightCaption p,
.hl-slider-box .highlightOuterCont:nth-of-type(4) a:hover .highlightCaption p {
	color: #e78c0d;
}

.hl-slider-box .highlightOuterCont:nth-of-type(4) a .highlightCaption {
	border-bottom: none;
}

.hl-slider-box .highlightOuterCont a .highlightCaption 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%);
}

.highlights-register-app .highlightContainer .highlightOuterCont a .highlightCaption h3 {
	font-size: 1.1rem;
	font-family: 'Martel', serif;
    margin: 0;
    line-height: 1rem;
	color: #143342;
	-webkit-transition: color 300ms ease 0s;
	-moz-transition: color 300ms ease 0s;
	-o-transition: color 300ms ease 0s;
	transition: color 300ms ease 0s;
}

.highlights-register-app .highlightContainer .highlightOuterCont a .highlightCaption p {
	font-size: 1.1rem;
	color: #143342;
	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;
	text-transform: uppercase;
}

.highlights-register-app .more-services {
	text-transform: uppercase;
	color: #143342;
	-webkit-transition: color 300ms ease 0s;
	-moz-transition: color 300ms ease 0s;
	-o-transition: color 300ms ease 0s;
	transition: color 300ms ease 0s;
	display: none;
}

.highlights-register-app .more-services i {
	color: #1d728f;
	-webkit-transition: color 300ms ease 0s;
	-moz-transition: color 300ms ease 0s;
	-o-transition: color 300ms ease 0s;
	transition: color 300ms ease 0s;
	padding-left: .25rem;
}

.highlights-register-app .more-services:hover,
.highlights-register-app .more-services:hover i {
	color: #e78c0d;
}



.highlights-register-app .footerTop {
	display: block;
	float: left;
	width: 50%;
}

.highlights-register-app .footerTop .footer-register {
	width: 100%;
	float: none;
}

.highlights-register-app .footerTop .footer-app {
	width: 100%;
	float: none;
}


/****************************************************************
--------End---------
****************************************************************/

/****************************************************************
MEDIA QUERY
****************************************************************/

@media only screen and (max-width: 1760px) {
	
	.homeCatTitle {
    	font-size: 0.65rem;
	}
	
	a.iconPost .left-notice span {
		top: 1.5rem;
		width: 3.5rem;
		height: 3.5rem;
	}
}

@media only screen and (max-width: 1550px) {
    
	.highlights-register-app .highlightContainer {
    	padding: 1rem 1rem 0 6rem;
	}
	
	.highlights-register-app .footerTop .footer-register,
	.footerTop .footer-app {
		padding: 2rem 6rem 2rem 6rem;
	}
}

@media only screen and (max-width:1460px) {
    
	.hl-mobile {
		height: 29rem;
	}
}

@media only screen and (max-width:1300px) {
	
	a.iconPost time {
		font-size: .65rem;
		margin-bottom: .25rem;
	}
	
	a.iconPost time:before {
		margin-right: 0.25rem;
	}
	
	a.iconPost .right-notice h4 {
		font-size: 0.8rem;
		line-height: 1.1rem;
	}
	
	a.iconPost .right-notice {
		padding: .5rem .5rem;
	}
}

@media only screen and (max-width:1200px) {
    
	.highlights-register-app .highlightContainer {
    	padding: 1rem 1rem 0 4rem;
	}
	
	.highlights-register-app .footerTop .footer-register,
	.footerTop .footer-app {
		padding: 2rem 4rem 2rem 6rem;
	}
}



@media only screen and (max-width:1090px) {
   
	.highlights-register-app .highlightContainer {
		padding: 1rem 2rem 2rem 4rem;
		width: 100%;
	}
	
	.hl-slider-box {
		padding: 1rem 1rem 1rem 1rem;
	}
	
	.highlights-register-app .footerTop {
		width: 100%;
	}
	
	.hl-slider-indicator {
		bottom: 2rem;
		right: 2.5rem;
	}
	
	.highlights-register-app .footerTop .footer-register,
	.footerTop .footer-app {
		padding: 2rem 4rem 2rem 4rem;
	}
}

@media only screen and (max-width:640px) {
	
	a.iconPost .right-notice h4 {
    	font-size: 0.85rem;
	}
	
	a.iconPost .right-notice span {
    	font-size: .75rem;
	}
	
	.highlights-register-app .highlightContainer .highlightOuterCont a .highlightCaption h3,
	.highlights-register-app .highlightContainer .highlightOuterCont a .highlightCaption p {
    	font-size: .95rem;
	}
}

@media only screen and (max-width:600px) {
	
    .bottomLinks a:last-of-type {
		margin-left: 1rem;
		float: right;
	}
	
	.highlights-register-app .highlightContainer {
		padding: 1rem 0rem 2rem 2rem;
		width: 100%;
	}
	
	.highlights-register-app .footerTop .footer-register,
	.footerTop .footer-app {
		padding: 2rem 2rem 2rem 2rem;
	}
}

@media only screen and (max-width:500px) {
	
	.notice-header h3 {
		font-size: 1.4rem;
	}
    
	.hl-slider-box .highlightOuterCont a .highlightCaption span {
		font-size: 1.4rem;
		width: 3rem;
		height: 3rem;
	}
	
	.highlights-register-app .highlightContainer .highlightOuterCont a .highlightCaption h3,
	.highlights-register-app .highlightContainer .highlightOuterCont a .highlightCaption p {
    	font-size: 1rem;
	}
	
	.hl-slider-box .highlightOuterCont a .highlightCaption {
		padding: 2rem 2rem 2rem 4rem;
	}
}

@media only screen and (max-width:480px) {
 
	.bottomLinks a, .bottomLinks a:link {
		float: none;
		display: block;
		text-align: center;
		font-size: .85rem;
	}
	
	.bottomLinks a:last-of-type {
		margin-left: 0;
		float: none;
		margin-top: .5rem;
	}
	
	.highlights-register-app .more-services {
		font-size: .85rem;
	}
}

@media only screen and (max-width:785px) {
    /*header.masterHeader {
        position: static !important;
    }

    .frmSearch {
        top: 220px;
    }
    .activePopupAlert .frmSearch {
        top: 240px;
    }
    .frmSearch input[type="search"] {
        font-size: 0.9rem;
    }
    .frmSearch button[type="submit"] {
        font-size: 1rem;
    }
    .frmSearch button[type="submit"] {
        right: 0.6rem;
    }*/
}

@media only screen and (max-width:680px) {
   /* main .container h3 {
        font-size: 1rem;
    }*/
}

@media only screen and (max-width:600px) {
   /* .frmSearch input[type="search"] {
        font-size: 0.8rem;
    }
    .frmSearch button[type="submit"] {
        font-size: 0.9rem;
    }


    #recentNewsCont a.iconPost.postBG,
    #recentNewsCont a.iconPost.postBG:link {
        float: none;
        width: 100%;
        margin-bottom: 1px;
    }*/
}

@media only screen and (max-width:580px) {
   /* .frmSearch {
        top: 190px;
    }
    .activePopupAlert .frmSearch {
        top: 230px;
    }*/
}

@media only screen and (max-width:400px) {
    /*.bottomLinks a, 
    .bottomLinks a:link {
        float: none;
        max-width: 200px;
        font-size: 0.7rem;
        color: rgb(255,255,255);
        text-align: center;
        display: block;
        padding: 0.6rem 1.5rem;
        margin: auto;
        -webkit-border-radius: 0.5rem;
        -moz-border-radius: 0.5rem;
        border-radius: 0.5rem;
        -webkit-transition-property: background;
        -moz-transition-property: background;
        -o-transition-property: background;
        transition-property: background;
        background: rgb(1,138,182);
    }
    .bottomLinks a:visited {
        color: rgb(255,255,255);
    }
    .bottomLinks a:hover {
        background: rgb(252,176,64);
    }
    .bottomLinks a:first-of-type {
        margin-bottom: 0.1rem;
    }
    .bottomLinks a:last-of-type {
        float: none;
    }
    .bottomLinks a:before {
        color: inherit;
    }


    .frmSearch {
        top: 170px;
    }
    .activePopupAlert .frmSearch {
        top: 200px;
    }*/
}