<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'Futura Std Medium';
	src: url('fonts/FuturaStd-Medium.eot');
	src: url('fonts/FuturaStd-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/FuturaStd-Medium.woff') format('woff'),
		url('fonts/FuturaStd-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}



* {
  text-decoration: none;
}

body{
   min-width:900px;
    min-height: 600px;
    position: relative;
    overflow: hidden;
}


#resources {
  width: 900px;
  height: 420px;
/*  top:130px;*/
  position: absolute;
  font-size: 18px;
  padding: 0;
  z-index: 50000;
/*  overflow: hidden;*/
  display: block;
}
#resources.isFlash {
  top: 50%;
  left: 50%;
/*  margin: -243px 0 0 -253px;*/
  margin: -160px 0 0 -450px;
}
#resources.isHTML {
  right: 0;
  bottom: 0;
  margin: 0 9px 10px 0 ;
}


.glossary{
    width:900px;
    height:400px;
    position: absolute;
    z-index: 50000;
    top:140px;
    display:block;
}
.glossary.isFlash { 
	left:50%;
	top:50%;
/*	margin:-240px 0 0 -253px;*/
/*    margin: 90px 0 0 -450px;*/
    margin: -160px 0 0 -450px;
    
}




.kd_box {
  width: 98%;
  height: 50px;
  margin-left:1%;
  line-height: 50px;
  /*background-color: #002a48;*/
    
	font-family: "Futura Std Medium", "Trebuchet MS", Arial, sans-serif;
}


.searchArea{
  width:100%;
  height: 50px;
  margin-bottom: 5px;
  background-color: #0E67B4;
  
}
.kd_search_title {
  background-color: #0E67B4;
    
  display: block;
  padding: 0;
  width: 15%;
  height: 50px;
  text-align: center;
  float: left;
  color: white;
}
.kd_search {
  display: block;
  width: 71%;
  line-height: 50px;
  height: 44px;
  margin-top: 3px;
  margin-right: 0px;
  padding: 0 2%!important;
  float: left;
  border: 0;
  font-size: 16px;
}

.kd_search:focus {
  outline: 0;
}

.kd_search_button {
  display: block;
  width: 10%;
  height: 50px;
  padding: 0;
  float: left;
  background: url("mag.png") center center no-repeat #0E67B4;
  background-size:30px 31px;
  transition: 0.3s all ease;
  cursor: pointer;
}
.kd_search_button:hover {
  background-color: #3177b4;
  

}
.kd_search_button:hover img {
  margin: 9px;
  width: 32px;
  height: 32px;
}
.kd_search_button img {
  margin: 13px;
  width: 25px;
  height: 25px;
}
.kd_sub_title {
  width: 95.7%;
  height: 50px;
  float: left;
  color: white;
  font-size: 25px;
  padding: 0 15px;
}
.kd_sub_title span {
  color: #008fc9;
}
.kd_sub_message {
  width: 95.7%;
  height: 46px;
  line-height: 40px;
  float: left;
  margin-bottom: 5px;
  padding: 5px 15px 0;
  font-size: 15px;
  line-height: 20px;
  color: white;
}
.kd_sub_message .kd {
  width: 30px;
  height: 30px;
  border: 1px solid white;
  float: left;
  margin-top: 6px;
}
.kd_sub_message .p {
  width: 30px;
  height: 30px;
  border: 1px solid white;
  float: left;
  margin-top: 6px;
}
.kd_sub_message span {
  display: block;
  float: left;
  margin: 11px;
}
.kd_box .boxer {
  width:100%;
  height:40px;
  position:absolute;
  float: left;
  margin: 1px 0px 0;
  font-size: 14px;
  background-color: #034373;
    
  padding: 0px;
  text-decoration: none;
  position: relative;
  line-height: 20px;
}


.openDoc,
.openSub,
.goBack{
  position: absolute;
  top:0;right:0;bottom:0;left:0;
  background-color: #ffffff;
  transition:1s all ease;

    
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

  /* IE 5-7 */
  filter: alpha(opacity=0);

  /* Netscape */
  -moz-opacity: 0;

  /* Safari 1.x */
  -khtml-opacity: 0;

  /* Good browsers */
  opacity: 0;
    
  z-index: 9999;
  cursor: pointer;
}
.openDoc:hover,
.openSub:hover,
.goBack:hover{
/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";

  /* IE 5-7 */
  filter: alpha(opacity=30);

  /* Netscape */
  -moz-opacity: 0.3;

  /* Safari 1.x */
  -khtml-opacity: 0.3;

  /* Good browsers */
  opacity: 0.3;  
  transition:0.3s all ease;
}

.boxer.backButton{
  width:12%;
  margin-bottom: 5px;
  background: url("backArrow.png") 10px center no-repeat #084470;
  background-size:40px 40px;
}

.kd_box .boxer.backButton .bx_title {
  float: left;
  margin-top: 9px;
  margin-left:50px;
}


.kd_box .boxer.aFolder{
  background: url("folder.png") 99% center no-repeat #084470;
  background-size:40px 40px;
}
.kd_box .boxer.aPdf{
  background: url("pdf.png") 99% center no-repeat #084470;
  background-size:40px 40px;
}
.kd_box .boxer.aLink{
  background: url("link.png") 99% center no-repeat #084470;
  background-size:40px 40px;
}
.kd_box .boxer.aOther{
  background: url("other.png") 99% center no-repeat #084470;
  background-size:40px 40px;
}
.kd_box .boxer img {
  position: absolute;
  top: 2px;
  right: 6px;
}
.bx_size {
  width: 10%;
  margin:10px;
  float: left;
  position: absolute;
  right:60px;
  text-align: right;
  cursor: pointer;
}
.kd_box .boxer .bx_title {
  cursor: pointer;
  text-decoration: none!important;
  width: 70%;
  height: 20px;
  margin:10px;
  float: left;
  overflow: hidden;
  line-height: 20px!important;
  color: white;
}
.kd_box .openSec .boxer .bx_size {
  color: #758594;
  text-decoration: none!important;
}

a {
  color: white;
}
a img {
  border: none;
}
.kd_box h3 {
  margin: 6px 10px 5px;
  padding: 0;
  display: block;
  float: left;
  color: #0D456E;
  font-family: "Futura Std Medium", "Trebuchet MS", Arial, sans-serif;
  font-weight: normal;
}
.kd_box .openSec .boxer .bx_title {
  text-decoration: none!important;
}
.pagination {
  padding: 0 15px;
  color: #758594;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  width: 100%;
  text-align: center;
}
.pagination a {
  text-decoration: none;
  color: #758594;
}
.pagination a img {
  outline: none;
  margin-top: 10px;
}
.pagination a:hover {
  cursor: pointer;
  color: white;
}
.pagination .bb {
  position: absolute;
  top: 0;
  width:5%;
  height:50px;
  left: 35%;
  background: url("left1.png") center center no-repeat;
  background-size:40px 40px;
  cursor: pointer;
}
.pagination div {
  position: absolute;
  top: 0;
  width:20%;
  left: 40%;
}
.pagination .fb {
  position: absolute;
  top: 0;
  width:5%;
  height:50px;
  left: 60%;
  background: url("right1.png") center center no-repeat;
  background-size:40px 40px;
  cursor: pointer;
}
.colBlue {
  /*background-color: #084470 !important;*/
}
.colBlue .kd_box .kd_sub_title span {
  color: #0073c6 !important;
}
.colBlue .kd_box .kd_sub_message {
  background-color: #0073c6 !important;
    
}
.colBlue .kd_box .boxer .bx_size {
  /*color: #002a48 !important;*/
  color: #fff !important;
}
.colBlue .kd_box .boxer .bx_title {
  color: white !important;
}
.colOrange {
background-color: transparent;
}
.colOrange .kd_box h3 {
  color: #00a246 !important;
}
.colOrange .kd_box .kd_sub_title span {
  color: #00a246 !important;
}
.colOrange .kd_box .boxer {
  background-color: #005c46 !important;
    
}
.colOrange .searchArea, .colOrange .kd_search_title, .colOrange .kd_search_button {
  background-color: #00a246 !important;
    
}
.colOrange .kd_box .boxer .bx_size {
  color: #8cc63f !important;
}
.colOrange .kd_box .boxer .bx_title {
  color: white !important;
}


.colGrey {
  background-color: #a6b4b4 !important;
    
}
.colGrey .kd_box .kd_sub_title span {
  color: #425c73 !important;
}
.colGrey .kd_box .kd_sub_message {
  background-color: #425c73 !important;
    
}
.colGrey .kd_box .kd_sub_message .kd {
  background-color: #002a48 !important;
    
}
.colGrey .kd_box .kd_sub_message .p {
  background-color: #d93c19 !important;
    
}
.colGrey .kd_box .boxer.colBlue {
  background-color: #034373 !important;
    
}
.colGrey .kd_box .boxer.colBlue .bx_title {
  color: white !important;
}
.colGrey .kd_box .boxer.colBlue .bx_size {
  color: #002a48 !important;
}
.colGrey .kd_box .boxer.colOrange {
  background-color: #d93c19 !important;
    
}
.colGrey .kd_box .boxer.colOrange .bx_size {
  color: #f08944 !important;
}
.colGrey .kd_box .boxer.colOrange .bx_title {
  color: white !important;
}
.boxer.smallpadding {
  padding: 3px 10px!important;
}
.boxer.smallpadding .bx_size {
  margin-top: 9px;
}




.noresults{
    width: 100%;
    display: block;
    margin-top: 170px;
    text-align: center;
}







/*Glossary*/
p{
	font-family: 'Arial';
}

h1{
  font-family: 'Arial';
  color:#00903e;
  font-size: 25pt;
  /*float:left;*/
  padding:0;
  margin-left: 5px;
  margin-right: 5px;
  display:inline;
}

h2{
  font-family: 'Arial';
  color:#005c46;
  font-size: 18pt;
  /*float:left;*/
  padding:0;
  /*margin-left: 5px;
  margin-right: 5px;*/
}

#main{
	width:900px;
	height:400px;
	background-color: #E3E3E3;
}

#container{
	margin-left:15px;
}

#letters{
	margin-bottom:10px;
}

.letter_but{
	margin-bottom: 5px;
	cursor: pointer;
}

.letter_but_disabled{
	margin-bottom: 5px;
	cursor: default;
	color:#a9a9a9;
}

.letter_but:hover{
	color:#8cc63f;
}

#divider{
}

#glos-arrow{
	position:absolute;
	display:none;
	background: url(../../Resources/glossary/img/glossary-arrow.png) no-repeat 0 0;
	width:14px;
	height:12px;
	top:36px;
}

#terms{
	width:265px;
	max-height: 300px;
	overflow-y: auto;
    overflow-x: hidden;
	float:left;
}

.term_but{
	width:100%;
	margin: 5px;
	cursor: pointer;
	padding: 0px 0px 10px 0px;
	opacity:0.5;
}

.active_term{
	opacity:1;	
}

#definition{
	position: relative;
	margin-left: 280px;
	background: url(../../Resources/glossary/img/definition-box.png) no-repeat 0 0;
	width: 555px;
	height: 303px;
	padding: 25px;
	box-sizing: border-box;

}

#definition h2 {
	/*clear:both;
	z-index: 1;*/
	color:#ffffff;
	margin-top: 0px;
}

#definition p {
	/*z-index: 1;*/
	color:#ffffff;
    font-size: 16pt;
    padding:0;
    margin:0;
    max-height:200px;
    overflow:auto;
}

::-webkit-scrollbar {
    background-color: #A9A9A9;
    width: 5px;
}
::-webkit-scrollbar-thumb{
    width: 10px;
    background-color: #005C46;
}</pre></body></html>