<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('antonio/stylesheet.css');
@import url('open-sans/style.css');

body {color:#000000; font-family: 'open sans'; font-size:18px; margin: 0; padding: 0;}
a, a:hover {
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}
h1 {
	font-family: 'antonio';
	font-weight: bold;
	font-size: 48px;
	color: #3d5779;
}
h2 {
	font-family: 'antonio';
	font-weight: bold;
	font-size: 30px;
	color: #3d5779;
}
img { vertical-align: bottom; }




.zEditorHTML a {
	text-decoration: underline;
	font-weight: bold;
}





header .header2 {
    position: relative;
}
header .header2:after {
    content: '';
    background-image: url(../images/header-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
	background-size: cover;
    height: 297px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 99;
    left: 0;
}
header .header2 .z-container {
    position: relative;
    z-index: 999;
}
.top-bar {
	background: #1e64cc; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#1e64cc, #264b83); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#1e64cc, #264b83); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#1e64cc, #264b83); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#1e64cc, #264b83); /* Standard syntax */
   padding: 5px 0;
}
.top-bar .text {
   font-weight: bold;
   display: inline-block;
   font-family: Open Sans ExtraBold;
}
.main-menu ul {
    margin: 0;
    padding: 0;
}
.main-menu ul, .main-menu ul li, .main-menu ul li a {
    float: left;
}
.main-menu ul li a {
    color: #fff;
    text-decoration: none;
    margin: 12px 0 12px 39px;
}
.main-menu ul li:first-child a {
    margin-left: 0;
}
.main-menu ul li a:hover {
    color: #ababab;
}
header .logo, header .logo a {
    display: inline-block;
}
.right-text .divider {
    display: inline-block;
    padding: 0 5px;
}
header .right-text, header .right-text a {
    color: #123b78;
}
header .right-text a {
    display: inline-block;
    text-decoration: none;
}
header .right-text a:hover {
    color: #a70000;
}



@media screen and (max-width: 1362px) {
	.main-menu ul li a {
		margin: 17px 0 12px 23px;
	    font-size: 15px;
	}
	header .header2:after {
		background-position: right top;
	}
	header .logo {
		width: 290px;
	}
}
@media screen and (max-width: 992px) {
	.main-menu, header .header2::after {display: none;}
	header .logo {margin: 10px 0 10px 20px; width: 290px;}
	header .right-text {
		margin: 0;
		padding: 20px;
	}
}
@media screen and (max-width: 767px) {
	.top-bar .text, header .logo, header .right-text {text-align: center;width: 100%;}
	header .right-text {
		background-color: #E6E5E5;
	}
	header .logo a {width: 280px;}
	header .right-text div {text-align: center;}
	header .logo {margin: 20px 0 20px;}
	.mobile-menu {z-index: 9999;}
	header .header2 {z-index: 9;}
	.z-mobileMenuTranslateXLeftOffscreen {z-index: 99;}
}
@media screen and (max-width: 479px) {
	header .right-text {display: none;}
	header .logo {margin: 20px 0;}
}



/*
header{z-index:10000; position:relative;}
header.header {
	border-bottom: 8px solid #3f5a7e;
}
.logo, .logo a, .logo img, .top-tel a, .main-menu ul, .main-menu li, .main-menu a {
	float: left;
}
.top-tel img {
	float: right;
}
.logo {
	position: relative;
	margin: 20px 0;
}
.logo img.text {
	margin: 6px 0 0 20px;
}
.top-tel {
	color: #000;
	font-size: 21px;
	text-decoration: none;
	margin: 12px 0 0 0;
	font-family: 'Open Sans';
}


.top-tel img {
	margin: -5px 0 0 5px;
}

.main-menu {
	background-image: url(../images/menu-bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #3f5a7e;
	padding: 0 0 0 45px;
	margin: -40px 0 0 0;
	position: relative;
}
.main-menu ul {
	margin: 0;
	padding: 0;
}
.main-menu li {
	list-style: none;
}
.main-menu ul li a {
	text-decoration: none;
	font-family: 'antonio';
	font-size: 22px;
	color: #fff;
	margin: 12px 18px 0px 18px;
}
.main-menu ul li a:hover {
	color: #000;
}
*/




.rss-summary-date{font-weight:bold;}

table h3 {border-bottom: thin solid #000;}
img.alignleft {float:left; margin: 0 10px 10px 0;}







.rss-summary-d {
    float: left;
    width: 99%;
    border-bottom: none;
    border-top: 0px;
    border-right: 0px;
    background: #eaedf2;
    padding: 20px 10px 10px 10px;
}
.rss-summary-ds{
	font-size:16px;
}


a { color:#3d5779; text-decoration:none;}


.rss-summary-title {
    display: block;
    font-size: 120%;
    font-weight: bold;
    line-height: 24px;
    padding-top: 0px;
    color: #000;
    text-decoration: none;
    margin-bottom: 15px;
}
footer.footer {
	background-image: url(../images/footer-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

footer.footer a {
	color: #000000;
	text-decoration: none;
}
footer.footer a:hover {
	text-decoration: underline;
}

img{
	max-width: 100%;
}

.zEditorHTML ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
}
.zEditorHTML ul li {
	margin-left: 30px;
	position: relative;
}
.zEditorHTML ul li:before {
	content: 'â–&nbsp;';
	position: absolute;
	top: -2px;
	left: -20px;
	display: inline-block;
	width: 10px;
	height: 10px;
	color: #3f597d;
}


section.page-banner {
	background-color: #FFFFFF;
	margin-top: -32px;
}
section.page-banner h1 {
	display: inline-block;
	background-color: #1B2838;
	margin: 85px 0 8px 0;
	padding: 20px 40px 0;
	color: #FFFFFF;
	font-family: antonio light;
	float: right;
	position: relative;
}

.z-mobileMenuDiv, .z-mobileMenuButton {
	background-color: #8c0000;
	color: #FFFFFF !important;
}
.z-mobileMenuDiv a {
	color: #FFFFFF;
}

.rss-category-top-nav{display:none;}

#contact-tab {
	position: fixed;
	top: 40%;
	right: 0;
	z-index: 4000;
}

@media screen and (max-width: 1362px) {
/*
	.logo a {
	  width: 130px;
	}
	.logo img.text {
	  width: 230px;
	}
	.logo {
	  margin: 15px 0;
	}
	.main-menu ul li a {
	  font-size: 18px;
	  margin: 12px 15px 0;
	}
	.main-menu {
	  margin: -35px 0 0;
	}
*/
	section.slider {
		margin-top: 0;
	}
	.footer-logo {
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}
	.footer-logo img {
		float: none;
	  height: 100px;
	  margin: 0 35px 0 0;
	}
	.footer-social {
		float: none;
		clear: both;
		text-align: center;
	}
	.footer-social .text {
		float: none;
		margin-bottom: 10px;
	}
	.footer-social a {
		float: none;
	}
	.footer-social a img {
		float: none;
	}
}


@media screen and (max-width: 992px) {
/*
	header.header {
	  border: medium none;
	}
*/

	.top-bar {
		text-align: center;
	}

	header .header2 {
		background-image: url(../images/header-bg.png);
		background-position: top left;
		background-repeat: no-repeat;
		background-color: #E6E5E5;
	}

	.footer-logo img {
	  height: 68px;
	  margin: 0 20px 0 0;
	}

	section.page-banner {
		background-color: #1B2838;
		margin-top: 0;
		text-align: center;
	}
	section.page-banner h1 {
		margin: 40px 0;
		padding: 20px 40px 0;
		float: none;
		position: relative;
	}


}
@media screen and (max-width: 767px) {
/*
	.logo a {
	  width: 100px;
	}
	.logo img.text {
	  margin: 6px 0 0 6px;
	  width: 180px;
	}
	.top-tel.z-float-right {
	  display: none;
	}
*/
	.footer-social {
	  margin: 30px 0 0;
	}
	.footer-info.z-pt-50.z-float {
	  padding-top: 30px;
	}

	section.page-banner h1 {
		font-size:32px !important;
	}
}
@media screen and (max-width: 479px) {

}
</pre></body></html>