<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document 
@import "/css/scss/_functions.scss";
@import "/css/scss/_variables.scss";
@import "/css/scss/mixins/_breakpoints.scss";*/

html, body { /* sticky footer */
	height: 100%
}

body {
	background: #000;
	margin: auto;
	padding: 0px;
	font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
	/*line-height: 1.2;*/
	display: flex; /* sticky footer */
	flex-direction: column; /* sticky footer */
	max-width: 1920px;
}
.container {
	/*background: #00f  url("/i/bgtest.jpg") no-repeat fixed center;zzz
	background-size: 1920px 100%;*/
	background: #fff;
	max-width: 1920px;
	flex: 1 0 auto; /* sticky footer */
}


/* HEADER */
#header {
	background: #fff;
	padding: 15px 0px 10px;
	margin: 0px;
}
#headerLeft {
	padding-left: 20px;
}
#headerRight {
	text-align: right;
	vertical-align: text-top;
	padding-right: 20px;
	font-weight: bold;
}
#headerRight a {
	color: #fc3;
	text-decoration: none;
}
#headerRight a:hover {
	border-bottom: 1px solid #666;
}
@media (max-width: 767px) {
	#headerRight {
		text-align: right!important;
		padding-top: 10px!important;
	}
}
.navbar {
	height: 1.7em!important;
	font-weight: 800!important;
}

.navbar-toggler {
/*	margin: 20px 0px!important;zzz*/
}

.dropdown:hover .dropdown-menu {
   display: block!important;
}

.d-block .collapse ul, .d-block .collapse ul li {
	margin: 0 10px!important;
}
#focusStmt {
	border-top: solid 1px #000;
	box-shadow: 0px -2px 20px 2px #999;
	z-index: 2;
}
#subnav {
	box-shadow: 0px 2px 20px 2px #999;
	z-index: 1;
}
.bg-primary {
  background-color: #5261ac !important;
}
#homeCarousel {
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	box-shadow: 0px -2px 5px 2px #999, 0px 2px 5px 2px #999;
	z-index: 1;
}



/* CONTENT */
#columnMiddle {
	/*background: #fffa ;*/
	margin: 0px auto;
	padding: 20px;
	/*width: 97%;*/
}

#columnMiddle a {
	color: #777; /* 666 */
	text-decoration: none;
}
#columnMiddle a:hover {
	color: #666;
	/*background-color: #eee;*/
	border-bottom: 1px solid #ffcc33;
}
#columnMiddle a:active {
	color: #000;
}
#columnMiddle a.noline, #columnMiddle a.noline:hover{
	text-decoration: none;
	border: none;
	background: none;
}
h1 {
	background: #000;
	color: #fff;
	font-weight: 600;
	margin: -16px 0px 0px;
	padding: 20px;
}
h1,h2, h3, h4, h5, h6, .clear {
	clear: left;
	width: 100%;
}
ul {
	clear: left;
}
.warning {
	color: #e31b23;
}


/* FOOTER */
#footer {
	font-size: .6em;
	color: #ccc;
	background: #000;
	font-weight: bold;
	padding: 20px 0px 10px;
	margin: 0;
	/*max-width: 1920px;*/
	text-align: center;
	flex-shrink: 0; /* sticky footer */
	z-index: 2;
}
#footerLeft {
	padding-left: 15px;
	text-align: left!important;
}
#footerCenter, #footerCenter a {
	color: #666;
}
#footerRight {
	padding-right: 15px;
	text-align: right!important;
}
@media (max-width: 767px) {
	#footerRight, #footerLeft, #footerCenter {
		text-align: center!important;
		margin: 0px!important;
		padding: 0px!important;
	}
	#footerRight ul{
		float: none;
		margin: 0px auto;
	}
}
.socialLinks {
	font-size: 3em;
	float: right;
	margin: -5px 0px 0px;
}
.socialLinks li {
	display: inline;
	padding: 0px 10px;
	list-style-type: none;
}
.socialLinks a {
	text-decoration: none;
	color: #fff;
}
.acs {
	letter-spacing: -1px;
}
@media (max-width: 767px) {
	.acs {
		margin: 0px 35px 0px 0px;
	}
}
#footerPrint {
	display: none;
}



/* ADJUSTMENTS */
.img-right {
	margin-left: 1em;
	margin-bottom: 1em;
	border: 1px #777 solid;
	box-shadow: 2px 2px 5px 2px #aaa;
}
.img-left {
	margin-right: 1em;
	margin-bottom: 1em;
	border: 1px #777 solid;
	box-shadow: 2px 2px 5px 2px #aaa;
}
.img-center {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	border: 1px #777 solid;
	box-shadow: 2px 2px 5px 2px #aaa;
}
small {
	margin: -10px 0 10px!important;
}
.formNote {
	margin: -25px 0 10px;
}

/* BOOTSTRAP CORRECTIONS */



.responsive-iframe-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.ohnohoney{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
	z-index: -1;
}</pre></body></html>