<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Reset
------------------------------------------------------------ */
* { margin: 0; padding: 0; }
html { padding-right: 10px;}
body {
    background: #0C1D32;
    font-size: 11px;
    color: #3E3A3A;
    font-family: Arial, helvetica, sans-serif;
}
ol, ul { margin: 0; font-size: 13px} 
ul, ol {
	margin-top: 30px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
		float: center;
}
ul, ol { margin-left: 30px; padding: 0px; margin-bottom: 0; margin-top: 3px;}
li { margin-left: 0px; padding: 0px;}
h1 { margin-bottom: 10px; color: #0C1D32;}	
a, img {
    font-size: 13px;
    outline: none;
    border: none;
    color: #000000;
    font-weight: bold;
    text-transform: none;
}
p { margin: 0 0 10px; line-height: 1.4em; font-size: 1.2em;}
img { display: inline; margin-bottom: 10px;}
aside { font-style: italic; font-size: 0.9em;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display: block;
	background:#ffffff;
	}
	
/* Structure */
#wrapper {
	width: 100%;	
	max-width: 920px;
	margin: auto;
	padding: 2%;
	background:#ffffff;
	} 

#content {
	padding-top: 0px;
	padding-right: 30px;
	padding-left: 0px;
	font-size: 12px;
}




	#main {
		width: 100%;
		margin-right: 5%;
		float: left;
		background:#ffffff;
		}		
	#main img {
	align-content: center;
		}
		
	aside {
		width: 35%;
		float: right;
		}

/* Logo H1 */
header h1, h2 {
    color: #0C1D32;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    float: right;
    display: block;
    text-align: right;
	}
		
/* Nav */
header nav {
	float: right;
	margin-top: 10px; 
	}
	
	header nav li {
		display: inline;
		margin-left: 15px;
		}

#skipTo {
	display: none;
	}
	#skipTo li {
		background: #b1fffc;
		}

/* Banner */			
#banner {
	float: left;
	margin-bottom: 15px;
	width: 100%;
	}

	#banner img {
		width: 100%;
		}




/* Media Queries */
@media screen and (max-width: 480px) {

	#skipTo {
		display: block;
		}
	
	header nav, #main, aside {
		float: left;
		overflow-x: hidden;
		clear: left;
		margin: 0 0 10px; 
		width: 100%;
		background:#ffffff;
		}	
		header nav li {
			margin: 0;
			background: #efefef;
			display: block;
			margin-bottom: 3px;
			}
			header nav a {
				display: block;
				padding: 10px;
				text-align: center;
				}	
	
}








@breakpoint: 500px;

/* Responsive
==================================== */
@media all and (max-width: @breakpoint) {
  .Rtable--collapse  {
    display: block;
    &gt; .Rtable-cell { width: 100% !important; }
    &gt; .Rtable-cell--foot { margin-bottom: 1em; }
  }
}

// Non-Flex modernizer fallback
.no-flexbox .Rtable {
  display: block;
  &gt; .Rtable-cell { width: 100%; }
  &gt; .Rtable-cell--foot { margin-bottom: 1em; }
}





/* Variables
================================== */
/* Tables
================================== */
.Rtable {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 3em 0;
  padding: 0;
}
.Rtable-cell {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  padding: 0.8em 1.2em;
  overflow: hidden;
  list-style: none;
  border: solid 3px white;
}
.Rtable-cell &gt; h1,
.Rtable-cell &gt; h2,
.Rtable-cell &gt; h3,
.Rtable-cell &gt; h4,
.Rtable-cell &gt; h5,
.Rtable-cell &gt; h6 {
  margin: 0;
}
/* Table column sizing
================================== */
.Rtable--2cols &gt; .Rtable-cell {
  width: 50%;
}
.Rtable--3cols &gt; .Rtable-cell {
  width: 33.33%;
}
.Rtable--4cols &gt; .Rtable-cell {
  width: 25%;
}
.Rtable--5cols &gt; .Rtable-cell {
  width: 20%;
}
.Rtable--6cols &gt; .Rtable-cell {
  width: 16.6%;
}
/* Page styling
================================== */

/* Apply styles
================================== */
.Rtable {
  position: relative;
  top: 3px;
  left: 3px;
}
.Rtable-cell {
  margin: -3px 0 0 -3px;
  background-color: white;
}
/* Cell styles
================================== */
.Rtable-cell--dark {
  background-color: slategrey;
  border-color: #5a6673;
  color: white;
}
.Rtable-cell--dark &gt; h1,
.Rtable-cell--dark &gt; h2,
.Rtable-cell--dark &gt; h3,
.Rtable-cell--dark &gt; h4,
.Rtable-cell--dark &gt; h5,
.Rtable-cell--dark &gt; h6 {
  color: white;
}
.Rtable-cell--medium {
  background-color: #b8c0c8;
  border-color: #a9b3bc;
}
.Rtable-cell--light {
  background-color: white;
  border-color: #e2e6e9;
}
.Rtable-cell--highlight {
  background-color: lightgreen;
  border-color: #64e764;
}
.Rtable-cell--alert {
  background-color: darkorange;
  border-color: #cc7000;
  color: white;
}
.Rtable-cell--alert &gt; h1,
.Rtable-cell--alert &gt; h2,
.Rtable-cell--alert &gt; h3,
.Rtable-cell--alert &gt; h4,
.Rtable-cell--alert &gt; h5,
.Rtable-cell--alert &gt; h6 {
  color: white;
}
.Rtable-cell--head {
  background-color: slategrey;
  border-color: #5a6673;
  color: white;
}
.Rtable-cell--head &gt; h1,
.Rtable-cell--head &gt; h2,
.Rtable-cell--head &gt; h3,
.Rtable-cell--head &gt; h4,
.Rtable-cell--head &gt; h5,
.Rtable-cell--head &gt; h6 {
  color: white;
}
.Rtable-cell--foot {
  background-color: #b8c0c8;
  border-color: #a9b3bc;
}
/* Responsive
==================================== */
@media all and (max-width: 500px) {
  .Rtable--collapse {
    display: block;
  }
  .Rtable--collapse &gt; .Rtable-cell {
    width: 100% !important;
  }
  .Rtable--collapse &gt; .Rtable-cell--foot {
    margin-bottom: 1em;
  }
}
.no-flexbox .Rtable {
  display: block;
}
.no-flexbox .Rtable &gt; .Rtable-cell {
  width: 100%;
}
.no-flexbox .Rtable &gt; .Rtable-cell--foot {
  margin-bottom: 1em;
}</pre></body></html>