<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	html,body,body div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,menu,nav,section,time,mark,audio,video,details,summary{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent}article,aside,figure,footer,header,nav,section,details,summary{display:block}img,object,embed{max-width:100%}html{overflow-y:scroll}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help}table{border-collapse:collapse;border-spacing:0}th{font-weight:bold;vertical-align:bottom}td{font-weight:normal;vertical-align:top}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}pre{white-space:pre;white-space:pre-wrap;white-space:pre-line;word-wrap:break-word}input[type="radio"]{vertical-align:text-bottom}input[type="checkbox"]{vertical-align:bottom}.ie7 input[type="checkbox"]{vertical-align:baseline}.ie6 input{vertical-align:text-bottom}select,input,textarea{font:99% sans-serif}table{font-size:inherit;font:100%}small{font-size:85%}strong{font-weight:bold}td,td img{vertical-align:top}sub,sup{font-size:75%;line-height:0;position:relative}sup{top:-0.5em}sub{bottom:-0.25em}pre,code,kbd,samp{font-family:monospace, sans-serif}.clickable,label,input[type=button],input[type=submit],input[type=file],button{cursor:pointer}button,input,select,textarea{margin:0}button{width:auto;overflow:visible}.ie7 img{-ms-interpolation-mode:bicubic}.ie6 html{filter:expression(document.execCommand("BackgroundImageCache", false, true))}.clearfix:before,.clearfix:after{content:"\0020";display:block;height:0;overflow:hidden}.clearfix:after{clear:both}.clearfix{zoom:1}

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.chromeframe {position: absolute; top: 0;}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/OpenSans-Regular.eot');
  src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans Bold';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/OpenSans-Bold.eot');
  src: local('Open Sans Bold'), local('OpenSansBold'), url('../fonts/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: normal;
 /* src: url('../fonts/OpenSans-Regular.eot');*/
  src: local('Roboto Condensed'), local('RobotoCondensed'), url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
}

/* Global
-------------------------------------------------------------------------------*/

body,
html {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
}

strong {
	font-family: 'Open Sans Bold';
	font-weight: normal;
}

body, select, input, textarea {color: #333;}

a { text-decoration: none;}
a:hover {color: #369;}

::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} 

a:link {-webkit-tap-highlight-color: #fcd700;} 

p {
	line-height: 1.4em;
	margin-bottom: 0;
	text-align: justify;
}

ul {
	list-style-type: disc;
	margin-bottom: 1em;
	margin-left: 1.5em;
	text-align: justify;
}

ul li {
	line-height: 1.4em;
	margin-bottom: 0.4em;
}

b {
	font-weight: normal;
	font-size: 0.8em;
	text-transform: uppercase;
}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }


.grid_8,
.grid_6,
.grid_4 {
	float: left;
	margin-bottom: 1em;
}

.grid_6 {
	width: 49%;
	margin-right: 2%;
}

.grid_4 {
	width: 32%;
	margin-right: 2%;
}

.grid_8 {
	width: 66%;
	margin-right: 2%;
}

.omega {
	margin-right: 0 !important;
}

.alpha {
	margin-left: 0 !important;
}


/*=Global
------------------------------*/
.wrapper {
	width: 100%;
}

#masthead,
#colophon {
	position: fixed;
	z-index: 10;
	width: 100%;
	left: 0;
	/*background-image: url(../img/bg_tile2.png);*/
	color: #fff;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.6);
			box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.6);
}

#masthead {
	top: 0;
	height: 41px;
}

#colophon {
	bottom: 0;
	height: 30px;
}

#main {
	margin: 41px 0 30px 0;
	background: #fff;
	font-size: 1em;
	overflow: hidden;
}

.map-canvas {
	position: absolute;
	top: 50%;
	margin-top: -300px;
	left: 50%;
	margin-left: 160px;
	width: 480px;
}

.map-canvas img {
	max-height: 600px;
	height: 100%;
	width: auto;
}

.marker {
	display: block;
	position: absolute;
	background: rgba(255,255,255,0.6);
	border-radius: 0 12px 12px 0;
	line-height: 24px;
	opacity: 0;
}

.marker.alt {
	border-radius: 12px 0 0 12px;
}

.marker span {
	display: block;
	float: left;
	background-color: rgb(94,160,210);
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-radius: 12px;
	border: 2px solid #000;
	box-shadow: 0 0 0 #fff;
  -webkit-transition: all 0.6s ease-out; 
     -moz-transition: all 0.6s ease-out; 
       -o-transition: all 0.6s ease-out; 
          transition: all 0.6s ease-out; 
}

.marker.alt span {
	float: right;
	margin-left: 0;
	margin-right: -12px;
}

.marker:hover span,
.marker.active span {
	background-color: rgb(255,255,255);
	box-shadow: 0 0 15px #fff;
}

.marker strong {
	margin-left: 6px;
	padding-right: 12px;
}

.marker.alt strong {
	margin-left: 0px;
	margin-right: 6px;
	padding-right: 0;
	padding-left: 12px;
}

.site-name {
	float: left;
	display: block;
	height: 25px;
	min-width: 100px;
	margin: 8px;
	margin-left: 30px;
	background: url(../img/logo-sei.png) left center no-repeat;
	text-indent: -999em;
}

.page-title {
	display: block;
	margin: 0 auto;
	line-height: 41px;
	font-size: 32px;
	font-family: 'Roboto Condensed',sans-serif;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
}

.bubbles-canvas {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}

.bubbles-canvas .bubble {
	margin: 0;
	width: 100%;
	max-width: 640px;
	padding: 20px;
	background: #f0f0f0;
	border: 1px solid #eee;
}

.bubble .title {
	text-align: center;
}

.bubble .title h3 {
	font-family: 'Roboto Condensed',sans-serif;
	font-size: 1.4em;
	font-weight: normal;
}

.bubble .thumb {
	margin: 1em auto;
}

.bubble .thumb img {
	display: block;
	margin: 0 auto;
	max-height: 450px;
}

.bubble .audio {
	margin-bottom: 1em;
}

.bubble .content {
	text-align: justify;
}

#cover {
	/*display: none;*/
	height: 600px;
}

#cover .cover-title {
	text-align: center;
	font-size: 3em;
	font-family: 'Roboto Condensed',sans-serif;
	font-weight: normal;
}

.tools {
	float: right;
	margin: 8px;
	margin-right: 12px;
}

.tools .zoom {
	display: block;
	width: 25px;
	height: 25px;
	text-indent: -999em;
	float: left;
	margin-left: 8px;
	background-color: #fff;
	background-clip: padding-box;
	
  -webkit-transition: all 0.3s ease-out; 
     -moz-transition: all 0.3s ease-out; 
       -o-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out;
}

.tools #zoomout {
	background: url(../img/bt_zoomout.png);
}

.tools #zoomin {
	background: url(../img/bt_zoomin.png);
}

.tools .zoom:hover {
	opacity: 0.8;
}

.copyright {
	line-height: 30px;
	font-size: 0.8em;
	text-align: center;
	display: block;
}





.int_wrapper {
	background: #f0f0f0;
	border: 1px solid #eee;
	padding: 1em;
	margin: 0 auto;
	margin-bottom: 1em;
}

.int_wrapper .grid_12 &gt; img {
	display: block;
	margin: 0 auto;
	margin-bottom: 1em;
}

.clearfloat {
	clear: both;
	display: block;
	height: 0px;
	line-height: 1px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
	float: none;
}

.mid {
	width: 70%;
}

.tiny {
	width: 50%;
}

.right {
	float: right;
}

.notice {
	margin: 1em;
	margin-top: 0px;
	background: #f0f0f0;
	padding: 1em;
}

.notice h3 {
	margin-top: 0;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}


/* Print styles!
-------------------------------------------------------------------------------*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

/*#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}*/

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 48px;
	height: 48px;
	cursor: pointer;
	z-index: 8040;
	background-image: url(../img/close.png);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 60px;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	cursor: pointer;
	z-index: 8040;
	background-repeat: no-repeat;
	display: block;
	-webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
	
}

.fancybox-prev span {
	background-image: url(../img/arrow-left.svg);
	background-position: 6px center;
}

.fancybox-next span {
	background-image: url(../img/arrow-right.svg);
	background-position: 24px center;
}


.fancybox-wrap:hover .fancybox-close,
.fancybox-wrap:hover span {
	background-color: rgba(0,0,0,0.6);
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0,0,0,0.9);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	font-size: 0.8em;
	font-weight: normal;
	z-index: 8050;
	text-align: center;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title em {
	display: block;
	text-align: center;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: normal;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}




/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}


.mejs-container {
	position: relative;
	background: rgb(153,153,153);
	background: rgba(153,153,153,0.5);
	text-align: left;
	vertical-align: top;
	text-indent: 0;
	min-height: 40px;
}

#page .me-plugin {
	position: absolute;
}

.mejs-clear {
	clear: both;
}


/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	bottom: 0;
	left: 0;
	height: 40px;
	width: 100%;
	background: none !important;
}
.mejs-container .mejs-controls  div {
	list-style-type: none;
	background-image: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	font-size: 11px;
	line-height: 40px;
	border: 0;
	text-align: center;
}

.mejs-controls .mejs-button button {
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	padding: 0;
	margin: 0;
	position: absolute;
	height: 40px;
	width: 40px;
	border: 0;
	background: transparent url(../img/controls_sei.png) no-repeat;
	
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#page .no-svg .mejs-controls .mejs-button button { 
	background-image: url(../img/controls_sei.png);
}

/* End: CONTROL BAR */



/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play button {
	background-position: 0 0;
}

.mejs-controls .mejs-pause button {
	background-position: -40px 0;
}

.mejs-controls .mejs-stop button {
	background-position: -40px 0;
}
/* END: Play/Pause/Stop */


/* Start: Time rail */
.mejs-controls div.mejs-time-rail {
	height: 10px;
	margin-top: 15px;
	background: #ccc;
	width: 340px;
	max-width: 340px;
	margin-right: 20px;
}


.mejs-controls .mejs-time-rail span {
	display: block;
	position: absolute;
	width: 180px;
	height: 10px;
	cursor: pointer;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
	background: #999;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
	width: 0;
	background: #fff;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
	display: none;
	position: absolute;
	margin: 0;
	width: 10px;
	background: #fff;
	cursor: pointer;
	border: solid 2px #333;
	top: -2px;
	text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	display: none;
	background: #eee;
	width: 36px;
	height: 17px;
	top: -26px;
	margin-left: -18px;
	text-align: center;
	color: #111;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
	margin: 2px;
	width: 30px;
	display: block;
	text-align: center;
	left: 0;
	margin-top: -14px;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	line-height: 0;
	border: solid 5px #eee;
	border-color: #eee transparent transparent transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: 15px;
	left: 13px;

}
/* END: Time rail */

/* Start: Mute/Volume */
.mejs-controls .mejs-volume-button {
}

.mejs-controls .mejs-mute button {
	background-position: -80px 0;
}

.mejs-controls .mejs-unmute button {
	background-position: -120px 0;
}

.mejs-controls .mejs-volume-button {
	position: relative;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
	display: none;
	height: 115px;
	width: 25px;
	background: url(background.png);
	background: rgba(50, 50, 50, 0.7);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: -115px;
	left: 0;
	z-index: 1;
	position: absolute;
	margin: 0;
}

.mejs-controls .mejs-volume-button:hover {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.5);
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.9);
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
	position: absolute;
	left: 4px;
	top: -3px;
	width: 16px;
	height: 6px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.9);
	cursor: N-resize;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	margin: 0;
}

/* horizontal version */
.mejs-controls div.mejs-horizontal-volume-slider {
	height: 20px;
	width: 60px;
	position: relative;
	padding: 10px;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	left: 10px;
	top: 15px;
	width: 60px;
	height: 10px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	background: #666;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { background: #fff; }
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle { display: none; }
/* End: Mute/Volume */

/* Start: Error */
#page .me-cannotplay {}
#page .me-cannotplay a { color: #fff; font-weight: bold; }
#page .me-cannotplay span { padding: 15px; display: block; }
/* End: Error */

/* Start: Loop */
.mejs-controls .mejs-loop-off button { background-position: -64px -16px; }
.mejs-controls .mejs-loop-on button { background-position: -64px 0; }
/* End: Loop */

/* Start: backlight */
.mejs-controls .mejs-backlight-off button { background-position: -80px -16px; }
.mejs-controls .mejs-backlight-on button { background-position: -80px 0; }
/* End: backlight */



@media print {


}



@media screen and (max-width: 600px) {
	.page-title {
		font-size: 24px;
	}
}


@media screen and (max-width: 480px) {
	.page-title {
		font-size: 16px;
	}
	
	.grid_6,
	.grid_4,
	.grid_8 {
		float: none;
		width: 100%;
	}
		
}

a,
.bubble h3 {
color: #00487B;
}

#masthead,
#colophon,
.fancybox-wrap .fancybox-close:hover,
.fancybox-nav span:hover,
.jspDrag,
.mejs-controls .mejs-button button:hover,
.mejs-controls .mejs-button button:focus,
.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background-color: #00487B;
}

.notice h3 {
	border-color: #00487B;
}</pre></body></html>