<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 */
/*9 Feb 2021*/

/************************************************/
.lightblue {
	background-color: #f0f8fe;
	border: 1px solid #AEDBF4;
	text-decoration: none;
}
.darkblue {
    background-color: #000066;
    color: white;
    font-weight: bold;
    text-align: center;
}
.content_centered {
	padding-left: 50px;
	padding-right: 50px;
	font-size: 10pt;
    line-height: 1.5em; /*increaisn a bit the space between lines - Loly - 22 Sep 2021*/
}
ul ul li {
	margin-bottom: 5px;
	margin-top: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
ul ul li a:link {
	text-decoration: none;
	padding-bottom: 5px;
	padding-top: 5px;
}
ul ul li a:hover {
	text-decoration: underline;
	padding-bottom: 5px;
	padding-top: 5px;
}
/************************************** Mission / Vision *********************************************/

#missionBox {
	width: 100%;
	border: 1px solid #aedbf4;
	padding: 6px 6px 0px 6px;
	/*margin-top: 20px;*/
	background-color: #f0f8fe;
	font-size: .9em;
}
#missionBox ul {
	line-height: .5em;
	list-style-type: disc;
}
#visionBox {
	width: 100%;
	border: 1px solid #aedbf4;
	padding: 6px;
	margin-top: 20px;
	background-color: #f0f8fe;
	font-size: .9em;
}
#grayTime {
	font-size : 8pt;
	color : #808080;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
}
.green {
	color: rgba(0,153,0,1.00);
}
.red {
	color: red;
}

.SmallItalicGrey {
	font-size: smaller;
/*	font-size : 8pt;*/
	color : #808080;
	font-style: italic;
}

.gray {
	font-size : 8pt;
	color : #808080;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
}



/****************** CMS provided styles *****************/


h1, h1 a:link, h1 a:visited {
	color: #135897;
	font-size: 19pt;
	font-weight: bold;
	margin-bottom: 10pt;
	margin-top: 10pt;
	line-height: 1.1em;
}

h1 a:hover {
	color: #ED7A08;
}

h2, h2 a:link, h2 a:visited {
	color: #ED7A08;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 10pt;
	margin-top: 10pt;
	line-height: 1.1em;
}

h2 a:hover {
	color: #EFA905
}

h3, h3 a:link, h3 a:visited {
	color: #00A3E3;
	font-size:  12pt;
	font-weight: normal;
	margin-bottom: 10pt;
	margin-top: 10pt;
	line-height: 1.1em;

}

h3 a:hover {
	color: #ED7A08;	
}

h4, h4 a:link, h4 a:visited {
	font-size: 12pt;
	font-weight: normal;
	color:  #666;
	margin-bottom: 10pt;
	margin-top: 10pt;
	line-height: 1.1em;
}

h4 a:hover {
	color: #888;	
}

h5 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10pt;
	margin-top: 10pt;
	line-height: 1.1em;

}
/*************** Taken from nco_main.css***********************/
.content-title {
	text-align: center;
	padding-left: .5em;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	letter-spacing: 1px;
	padding-top: 1em;
}
.content-subtitle {
	font-size: 1em;
	padding-top: .25em;
	padding-left: .25em;
	font-weight: bold;
	text-align: left
}

.content-body table {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: .5em;
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: .5em;
	padding-bottom: .5em;
	border: 2px solid lightgray;
}

/**/
/*.center .center-content .full-width-border .partial-width-borderbottom #home_page_content */

#home_page_content ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 15px 30px;
    /* Line spacing for missionbox ul*/
	/*padding-top: 1em;
	padding-bottom: 1em;*/
}
#home_page_content ul li{
	padding-bottom: .7em;
}
#home_page_content ul a {
	text-decoration: none;
}
#home_page_content ul a:hover {
	text-decoration: underline;
	color: #135897;	
}
#home_page_content ul a:visited {
	color: #1763AB;	
}
#home_page_content a {
	text-decoration: none;
}
#home_page_content a:hover {
	text-decoration: underline;
	color: #135897;
}
#home_page_content a:visited {
    color: #1763AB;
    text-align: center;
}
    /**/



.content ul {
	padding-top: .5em;
	padding-bottom: .5em;
}
.content ul li {
	padding-top: .25em;
	padding-bottom: .25em;
	font-weight: normal;
	list-style-type: circle;
	font-size: 1em;
	margin-left: 2em;
}
.content a {
	color: blue;
}
.row {
	display: flex;
	background: lightgray;
	margin-top: .5em;
}
.rowd {
	display: flex;
	background: lightgray;
	margin-top: .5em;
	width: 60%;
}
.rowl {
	display: flex;
	background: white;
	margin-top: .5em;
	/*width: 30%;*/
}

/* Create columns that sits next to each other */
.column {
	background-color: white;
	margin: .5em;
	padding: .5em;
	flex: 33%;
}
.columnd {
	background-color: white;
	margin: .5em;
	padding: .5em;
	flex: 50%;
}
.columnm {
	background-color: white;
	margin: .5em;
	padding: .5em;
	flex: 100%;
}
.columnl {
	background-color: white;
	margin: .5em;
	padding: .5em;
	flex: 33%;
}
.title {
	font-size: 1.15em;
	padding-top: .25em;
	padding-left: .25em;
	font-weight: bold;
	text-align: left;
}
.column div.title {
	font-size: 1.15em;
	padding-top: .25em;
	font-weight: bold;
	text-align: left;
}
.column div.list {
	padding-top: .25em;
	padding-left: .25em;
	line-height: 1.25em;
}
.column div.subt {
	padding-bottom: 0;
	padding-top: .25em;
	text-align: left;
	font-size: .9em;
}
.column div.subtc {
	padding-bottom: 0;
	padding-top: .25em;
	text-align: center;
	font-size: .9em;
}
.column div.location {
	font-size: .9em;
	padding-bottom: .5em;
}
.column img {
	padding-top: .5em;
	vertical-align: middle;
}
.column img.map {
	padding-top: .5em;
	margin-left: 25%;
}
.column div.line {
	border-top: 1px solid lightgray;
	margin-top: .5em;
	margin-bottom: 1em;
}
.map {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
div.line {
	border-top: 1px solid lightgray;
	margin-top: 1em;
	margin-bottom: 1.5em;
}
.display-title {
	text-align: center;
	padding-left: .25em;
	font-weight: bold;
	font-size: 1em;
	color: #333333;
	text-decoration: none;
	letter-spacing: 1px;
	padding-top: 1em;
}

/* Style for additional info links */

.links-ove {
	margin-left: 0em;
	margin-right: 0em;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: .9em;
	font-weight: bold;
	text-align: left;
	padding-left: .5em;
	padding-top: 1em;
	padding-bottom: 1em;
}
.links-ove li {
	padding: .15em;
}
.links-ove a {
	color: black;
	text-decoration: none;
}
.links-ove a:hover {
	text-decoration: none;
	color: gray;
}
.links-ove a.active {
	text-decoration: underline;
}
.links-ove a.active:hover {
	color: gray;
}
.links-ove div.active {
	display: block;
	font-size: .75em;
	border: 1px solid lightgray;
	border-radius: 5px;
	margin-left: 5%;
	margin-right: 7%;
	margin-top: .5em;
	margin-bottom: .5em;
	padding: .5em;
}
ul.ulist {
}
ul.ulist li {
	font-weight: normal;
	list-style-type: circle;
	font-size: 1.15em;
	margin-left: 1em;
}
ul.ulista {
	padding-bottom: 1em;
}
ul.ulista li {
	font-weight: normal;
	list-style-type: none;
	font-size: 1.15em;
	margin-left: 1em;
}
ul.ulistb li {
	margin-left: 2em;
}
ul.ulist li a {
	color: blue;
}
ul.ulista li a {
	color: blue;
}
div.titlea {
	font-size: 1.25em;
	text-align: center;
	padding-bottom: .75em;
	padding-top: .75em;
}
div.subtitlea {
	font-size: 1.25em;
}
p.title {
	font-size: 1.25em;
	text-align: center;
	padding-bottom: .75em;
	padding-top: .75em;
}
p.subtitle {
	font-size: 1.25em;
}
p.text {
	font-size: 1.15em;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	padding-bottom: .75em;
}
div.text {
	font-size: 1.15em;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	padding-bottom: .75em;
}
div.text2 {
	padding-left: .75em;
}
p.subtitle a {
	color: black;
	text-decoration: underline;
}
p.subtitle a:visited {
	color: black;
}
p.subtitle a:hover {
	color: #EC7A08;
}
.page_title {
    text-align: center;    
    color: #135897;
	font-size: 19pt;
	font-weight: bold;
	margin-bottom: 10pt;
	margin-top: 10pt;
	line-height: 1.1em;   
}
.loadtime {
   font-size: 100%;
   color: #808080;
   font-style: italic;
   margin-top: 1em;
   margin-bottom: 1em;
   text-align: center;
}
</pre></body></html>