<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Open+Sans|PT+Sans+Narrow|Oswald&amp;display=swap');

/*------------------------------------
	1. GENERAL
------------------------------------*/
* {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
  	box-shadow: none !important;
	-webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
	text-shadow: none !important;
}
body,
input,
button,
select,
textarea,
label,
.dropdown-menu,
.form-control,
.btn {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
a,
.header a:hover {
	color: #333 !important;
}
a:hover {
	color: #959dae !important;
	text-decoration: none;
}

body {
	padding-top: 0px;
	background-color: #EFF1F5;
}
legend {
	display: none;	
}
h1,
h2,
h3,
h4,
h5,
.title,
.side-box ul li,
.more,
.side-box .card{
	font-family: 'PT Sans Narrow', sans-serif;
}
h1 {
	font-size: 22px;	
}
h2 {
	font-size: 20px;	
}
h3 {
	font-size: 18px;	
}
p.card-text ,
.intro-text p,
.content p{
	line-height: 32px;
}
.content-container img,
.widget-box img {
	width: 100%;
	height: auto;
}
.card {
	border: none;
	padding: 15px;
	margin-bottom: 20px !important;
}
.card-body{
	padding: 0;
}
.card .card-title {
	font-size: 22px;
	line-height: 28px !important;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.card .card-image{
	margin-top: 22px;
	margin-bottom: 15px;
}

.card .btn-container{
	margin: 20px 0 !important;
}
.card a.more{
    background-color: #0D4F6B;
    padding: 7px 12px;
    font-size: 18px;
    color: #fff !important;
    text-transform: uppercase;
}
.card-img-top{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.side-box {
	background-color: #fff;
    margin-bottom: 30px;
    padding: 5px;
}
.side-box .card{
	margin-bottom: 0px !important;
	padding-top: 0px;
	margin-top: 0px !important;
	border-bottom: 0;
}
.side-box .card .card-title{
	padding:0 !important;
	margin-top: 2px;
	margin-bottom: 0;
	text-align: left;
	font-size: 18px;
	text-transform: none
}
.side-box .card .card-image {
	margin-bottom: 8px;
	margin-top: 0;
}
.side-box h2 {
	padding: 10px 0 10px 0;
	font-size: 24px;
	margin-bottom: 10px;
	overflow: hidden;
    text-transform: uppercase;
}

p.cat a{
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #0D4F6B;
    display: inline-block;
    line-height: 11px;
    color: #fff !important;
    padding: 5px;
}

.navbar-brand,
.header{
	font-family: 'Oswald', sans-serif;
}
.slider-outer-container{
	display: none !important;
}
.cat-title{
	text-align: center;
	font-size: 20px;
}
/*------------------------------------
	HEADER
------------------------------------*/
.container-nav,
.navbar {
	background-color: #0D4F6B !important;
}

.navbar-brand{
	color: #fff !important;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-light .navbar-toggler{
	border-color: transparent;
}
.dropdown-menu {
	border: none;
	background-color: transparent !important;
}
.dropdown-item {
	margin-top: 6px;
	font-size: 18px;
	color: #fff !important;
}
.navbar-light .navbar-nav .nav-link {
	color: #fff !important;
	text-transform: uppercase;
}
a.dropdown-item:active {
  background-color: transparent;
  color: #fff;
}
a.dropdown-item:hover {
  color: #fff !important;
  background-color: transparent;
}

/*------------------------------------
	INDEX
------------------------------------*/

.text-outer-container {
  background-color: rgba(255,255,255,0.85);
  color: white;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 25px 0;
  resize: both;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
   filter: blur(0);
  -webkit-filter: blur(0);
}
.text-container {
	height: 100%;
	width: 100%;
	display: table;	
}
.text h4 {
	font-size: 26px;	
}
.text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 40px;
	height: 100px;	
}
.text p {
	font-style: normal !important;
}
.text p.more {
	margin-top: 50px;
	display: block;
}
p.more {
	margin-top: 20px;
}
.text p.more span,
p.more a span {
	display: none;
}
.text p.more a:after,
p.more a:after {
	content:"Continue Reading";
	color: #fff;
}

span.fa{
	display: none;
}
p.more a,
a.more {
    background-color: #D7A134;
    padding: 7px 12px;
    font-size: 14px;
    color: #fff;
}
p.more a:hover,
a.more:hover {
    background-color:#c6932d;
}

.intro-text{
	margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #F7F8F9 !important;
    
 }


/*------------------------------------
	DYN PAGE
------------------------------------*/
.mainbody{
	background-color: #fff;
    padding-bottom: 40px !important;
    padding: 15px;
    margin-bottom: 40px;
}

.mainbody img{
	margin-top: 20px;
	margin-bottom: 20px;
}
.side-box ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.side-box ul li {
	padding: 8px 0;
	line-height: 22px;
}
.side-box ul li:first-child{
	padding-top: 0;
}
.content p a {
	text-decoration: underline !important;
	color: #333 !important;
}
.content p.cat a {
	text-decoration: none !important;
	color: #FFF !important;
}
.mainbody h1{
	font-size: 30px;
	text-transform: uppercase;
}

.sidebar .title-external{
	margin-top:  30px;
}
.sidebar .widget{
	margin-bottom:  40px;
}
.content h1{
	font-size: 40px;
}
.content h2{
	font-size: 30px;
	margin-top: 1.2em;
}
.content h3{
	font-size: 26px;
	margin-top: 1.3em;
}	
/*------------------------------------
	FOOTER
------------------------------------*/
.footer {
	background-color: #333;
	text-align: center;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer a {
	color: #fff !important;
}
.footer p{
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.navbar-brand{
		width:  100%;
		display:  block;
	}
	.container-main{
		margin-top: 10px;
	}
	.header {
		padding: 35px 0 15px 0;
		font-size: 40px;
	}
	.header a{
		color: #333;
	}

	.dropdown-menu {
		border: 1px solid #e7e7e7;
	}
	ul li{
		padding-top: 0;
	}


	.mainbody h1{
		font-size: 30px;
		margin-top: 12px;
		margin-bottom: 20px;
	}
	.mainbody p.cat {
		margin-bottom:0;
	}
	p.cat a{
	    font-size: 12px;
	}	
	p.cat{
	    margin-bottom: 5px !important;
	}
	.cat-title{
		font-size: 28px;
		margin-bottom: 30px;
	}	
	.card .card-title{
		font-size: 30px;
		line-height: 34px !important;
	}
	.side-box .card .card-image {
	    margin-bottom: 0px;
	}
	.dropdown-menu {
		background-color: white !important;
	}
	.dropdown-item {
		color: #333 !important;
	}
	a.dropdown-item:active {
	  background-color: #ededed;
	  color: #333;
	}
	a.dropdown-item:hover {
	  color: #333 !important;
	  background-color: #ededed;
	}
	.sidebar .widget li{
		padding-top:  12px;
	}
}</pre></body></html>