<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*Big News Box*/
.newsBoxBig{
	width: 100%;
    box-shadow: 1px 1px 13px 6px #80808024;
    padding: 0;
    clear: both;
    height: 450px;
}
.newsBoxBig .imageHeader{
	width: 100%;
    height: 450px;
    background-position: center !important;
    background-size: contain !important;
	background-repeat: no-repeat !important;
    background-color: #f1f1f1 !important;
}
.newsBoxBig .imageHeader img{
	width: 100%;
    max-height: 100%;
}
.newsBoxBig .title{
	font-family: 'Oswald', sans-serif !important;
    padding: 10px 20px;
    background: white !important;
    width: 50%;
    margin-left: auto;
    height: 180px;
    position: relative;
    top: -180px;
}
.newsBoxBig .content{
	overflow: hidden;
}

/*Regular news Box*/
.newsBox{
	display: inline;
    width: 49%;
	box-shadow: 1px 1px 13px 6px #80808024;
	padding: 0;
	margin: 20px 0px;
    height: 430px;
}
.home .newsBox:nth-child(even), .category .newsBox:nth-child(even){
	margin-left: 2%; 
}

.newsBox .imageHeader{
	width: 100%;
    height: 250px;
    background-size: cover !important;
    background-position: center !important;
}
.newsBox .imageHeader img{
	width: 100%;
    max-height: 100%;
    height: 250px;
}
.newsBox .title{
	font-family: 'Oswald', sans-serif !important;
    padding: 10px 20px;
    background: white !important;
}

.newsBox .content{
	min-height: 100px;
    max-height: 138px;
    overflow: hidden;
}


/*Both*/
.content{
	font-family: 'Montserrat', sans-seri !important;
	color: #084369;
	padding: 20px 0;
}
.content img{
	max-width: 100%;
}
.date{
	color: #084369;
	font-family: 'Montserrat', sans-seri !important;
	font-style: italic;
	display: inline-block;
}
.author{
	font-weight: bold;
    text-transform: capitalize;
    display: inline-block;
    color: #084369;
    font-family: 'Montserrat', sans-seri !important;
}
.title a {
    font-size: 25px;
    color: #084369;
    text-decoration: none !important;
    font-weight: 600;
    height: 40px !important;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*view article*/
.newsBoxView{
	padding: 0;
}
.newsBoxView .imageHeader{
	text-align: center;
}
.newsBoxView .imageHeader img{
	max-width: 100%;
}
.newsBoxView .title{
	font-size: 25px;
    color: #084369;
    text-decoration: none !important;
    font-weight: 600;
    min-height: 40px !important;
    display: block;
    font-family: 'Oswald', sans-serif !important;
}
.newsBoxView .date{
	margin-left: 20px;
}
.form-group{
	font-family: 'Montserrat', sans-seri !important;
}
.commentForm, .holdComments:not(:empty){
	color: #084369;
	box-shadow: 1px 1px 10px 1px #80808038;
    padding: 20px;
    border-radius: 5px;
    margin: 10px 0;
    background: white;
}
.commentForm h3, .holdComments h3{
	font-family: 'Oswald', sans-serif !important;
}
.commentForm p, .holdComments p{
	font-family: 'Montserrat', sans-seri !important;
}
.commentDiv{
	box-shadow: #80808030 1px 1px 6px 1px;
    padding: 20px;
    border-radius: 5px;
    margin: 10px 0;
}
.commentDiv .commentAuthor{
	color: #084369;
	font-family: 'Montserrat', sans-seri !important;
	font-style: italic;
	font-weight: bold;
}
.commentDiv .commentContent{
	color: #084369;
	font-family: 'Montserrat', sans-seri !important;
}
.modalCommentDiv{
	box-shadow: #21212138 1px 1px 4px;
	padding: 20px;
	border-radius: 5px;
	margin: 20px 0;
}
.modalcommentreplydiv:not(:empty),.modalReplyReply:not(:empty){
	box-shadow: #21212138 1px 1px 4px;
	padding: 20px;
	border-radius: 5px;
	background-color: #8080801f;
	margin: 15px 0;
}
.modalCommentAuthor{
	font-weight: bold;
	font-family: 'Oswald', sans-serif !important;
    text-transform: capitalize;
}
.modalComment .btn, .modalCommentReply .btn{
	display: inline-block;
}
.replyInput .form-control{
	width: 80%;
	display: inline-block;
}
.authorDate{
	font-weight: normal;
    font-style: italic;
}
.replyInput{
	margin: 10px 0;
	display: inline-block;
}
.holdTags{
	text-align: center;
}
.holdTags a{
	margin: 10px;
	text-transform: capitalize;
}
.holdTags h3{
	font-family: 'Oswald',sans-serif;
}
/*navbar*/
.navbar-inverse{
	color: white;
    border-radius: 0;
    font-family: 'Oswald', sans-serif !important;
    font-size: 20px;
    background-color: #084369;
    border-color: #084369;
}
.navbar-inverse .navbar-nav&gt;li&gt;a{
	color: white;
}
.nav{
	float: unset;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}
.nav&gt;li{
	display: inline-block;
}

.dropdown-menu&gt;li&gt;a {
	font-size: 20px;
}
.newsHeader img{
	width: 50%;
    margin: 40px;
}

.navbar-nav-two li a{
	color: #084369;
	font-size: 18px;
}

.navbar-nav-two{
	font-family: 'Oswald', sans-serif !important;
	margin-top: 50px;
}
.navbar-nav-two&gt;li{
	float: left;
}

.noResults{
	box-shadow: 1px 1px 10px 6px #80808033;
    padding: 20px;
    color: #084369;
    font-family: 'Oswald', sans-serif !important;
}
.moreResults{
    padding: 20px 0;
    color: #084369;
    font-family: 'Oswald', sans-serif !important;
}
.catName{
	color: #084369;
    font-family: 'Oswald', sans-serif !important;
    padding-bottom: 10px; 
}
.newsBoxMore{
	width: 100% !important;
	margin-left: 0 !important;
	margin: 10px;
	height: 200px !important;
}
.newsBoxMore .title a{
	font-size: 20px;
}
.newsBoxMore .imageHeader img{
	height: 200px !important;
    width: 30% !important;
    top: 0 !important;
    float: left;
}
.newsBoxMore .imageHeader{
	height: 200px;
    display: inline-block;
    width: 20%;
}
.newsBoxMore .title{
	display: inline-block;
    width: 70%;
    position: absolute;
}
/*Form*/
#directToJobs{
	border-radius: 5px;
    box-shadow: 1px 1px 10px 1px #80808038;
    padding: 20px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
	border: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
	background-color: #337ab7 !important;
	color: white;
}
#directToJobs h3{
	color: #084369;
    font-family: 'Oswald', sans-serif !important;
}
.row{
	max-width: 100%;
	margin: 0;
}
.g-recaptcha{
	overflow: overlay;
}

@media screen and (max-width:1199px){
	.newsBoxBig .title {
		top: -175px !important;
		height: 175px;
	}

	.newsBoxMore{
		height: 221px !important;
	}
	.newsBoxMore .imageHeader{
		width: 40%;
		height: 221px;
	}
	.newsBoxMore .title{
		width: 60%;
	}
}

@media screen and (max-width:991px){
	.newsBox{
		margin: 20px 0;
		width: 100%;
		display: inline-block;

	}
	.newsBox:nth-child(odd){
		margin-left: 0 !important;
	}

	.newsBoxBig .title {
		width: 70%;
		position: initial;
	}

	.newsBoxBig .imageHeader{
		width: 100%;
		height: 250px;
	}
	.newsBoxBig .imageHeader img{
		width: 100%;
	    max-height: 100%;
	    height: 250px;
	}
	.newsBoxBig .title{
		margin-top: 0;
		width: 100%;
		font-family: 'Oswald', sans-serif !important;
	    padding: 10px 20px;
	    background: white !important;
	}

	.newsBoxBig .content{
		height: 100px;
	}
}

@media screen and (max-width: 768px){
	.newsBoxMore .imageHeader img{
		width: 0% !important;
	}
	.newsBoxMore{
		height: 241px !important;
	}
	.newsBoxMore .imageHeader{
		height: 241px;
	}
}</pre></body></html>