<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("format.css");

table.timetable tr.odd {
    background-color: #fefefe;
  
}
table.timetable tr.even {
    background-color: #eeeeee;
}
table.timetable td, table.timetable th {
    border: 0px;
    outline: 1px solid transparent;
    padding: 4px;
}

.item .link {
  /* min-width: 50%; */
  width: 90%;
  padding: 12px;
  display: inline-block;
  text-decoration: none;
  background-color: rgba(235,235,235,0.8);
}

.item .link:hover {
/*  margin-left: 12px; */
  margin-left: 5%;
  background-color: #e3e419 !important;
}

.item .link {
    -webkit-transition: all 750ms ease;
    -moz-transition: all 750ms ease;
    -ms-transition: all 750ms ease;
    -o-transition: all 750ms ease;
    transition: all 750ms ease;
}

/* BASIC LAYOUT STYLES */
body {
    font-family:'Trebuchet MS', Sans-Serif;
}

body {
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    font-size: 0.95em;
}

a {
    /* outline: none; */
}

#logo {
 	 z-index:10;
}

.item a {
    color: black;
}

.item.header .block .text *,
.item.header .block .text div[contenteditable="true"] * {
  	margin: 0 !important;
}

.line {
    width:100%;
    border-top: 1px dotted #a7a78f;
    margin-bottom:24px;
}

.item .text p {
  	line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
    font-family:'Swiss721BT-Thin', Sans-Serif;
    font-style: normal;
}
h1 {
  	font-size:3.2em;
}
h2 {
  	font-size:2.8em;
}
h3 {
  	font-size:2.4em;
    font-weight: normal;
}
h4 {
  	font-size:2.0em;
    font-weight: normal;
}
h5 {
  	font-size:1.6em;
    font-weight: normal;
}
h6 {
  	font-size:1.2em;
}

/* HEADER SLIDER */

#header_slider_container {
    width:100%;
}

.header_slider_wrapper {
    position: relative;
}

#header_slider {
    margin:0 auto;
    width: 100% !important;
    min-width: 960px !important;
}

/* HEADER */

#header_container {
    width:100%; 
    /* background-color: #EFEFEF; */
}

#header {
    /* background-color: #FFDDDD; */
    margin:0 auto; 
    width:960px;
}

#header_container {
    background-image: url(../images/background_01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
    /* background-attachment: fixed; */
     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height:480px;
}

@media screen and (max-width: 980px) {
    #header {
        background-image: url(../images/background_01.jpg);
        background-repeat: no-repeat;
        background-position: center center;
    }
}

#header {
    height:480px;
}

/* PAGE */
#stage, #scene {
    width:100%; 
    /* background-color: #DFDFDF; */
    /* background-color: #FAFAFA; */
}
#page {
    background-color: #FFFFFF; 
    margin:0 auto; 
    width:960px;
    padding-top: 24px;
}
#stage, #scene, #page {
	min-height: 480px;
}


/* FOOTER */

#footer_container {
    width:100%; 
    background-color: rgba(235,235,235,0.8);
    /* background-color: #EFEFEF; */
}

#footer {
    /*background-color: #FFDDDD; */
  	background-color: rgba(235,235,235,0.8);
    background-color: #e3e419;
    margin:0 auto;
    width:960px;
}

#footer_container, #footer {
	min-height: 150px;
}

#footer .column {
    float: left;
    /* 33.33333% , 16.66666% */
    width: 25%; 
    height:100%;
    text-align:center;
}

/* MAIN NAVIGATION  */
.boxx {
    width: 136px;
    height: 136px;
	margin: 12px;
}

.box {
    font-family:'Swiss721BT-Thin', Sans-Serif;
    cursor: pointer;
    /* font-style: normal; */
    /* font-weight: normal; */
}

.box {
    width: 136px;
    height: 136px;
    background-color: rgba(235,235,235,0.8);
    margin: 12px;
}

.box:hover {
    margin: 9px !important;
    border: 3px solid #231f20;
    background-color: #e3e419 !important;
}

.box .inner {
    width: 124px;
    height: 124px;
    overflow: hidden;
    margin: 6px 6px; 
}

.box .inner .title {
    line-height: 1.5em;
    font-size: 1.2em;
    font-weight: bold;
}

.box .inner .description {
    line-height: 1.5em;
    font-size: 0.90em;
}

.box .inner .title, .box .inner .description {
    color: #231f20;
    position: relative;
    top: 75px; 
}

.box .inner .description {
    opacity: 0.0;
}

.box:hover .inner .title, .box:hover .inner .description {
    position: relative;
    top: 0px; 
}

.box:hover .inner .description {
  	opacity: 1.0;
}

/* BOX ON STATUS */
.box.on {
    margin: 9px !important;
    border: 3px solid #231f20;
    background-color: #e3e419 !important;
}
.box.on .inner .title, .box.on .inner .description {
    position: relative;
    top: 0px; 
}
.box.on .inner .description {
  	opacity: 1.0;
}



/* BOX ANIMATION */

.box .inner .title, .box .inner .description, .box:hover .inner .title, .box:hover .inner .description {
    -webkit-transition: all 750ms ease;
    -moz-transition: all 750ms ease;
    -ms-transition: all 750ms ease;
    -o-transition: all 750ms ease;
    transition: all 750ms ease;
}

/* NAVIGATION EXTRA */
.navigation {
}

.navigation ul, .navigation li {
    list-style:none;
    padding:0 0 0 0;
    margin:0 0 0 0;
}

.navigation a {
    padding:0 0 0 0;
    margin:0 0 0 0;
}

.navigation a {
    padding: 9px 9px 0px 9px;
    /* height: 27px; */
}
.navigation a {
    color: #333333;
}

.navigation a:hover, .navigation a.on {
    background-color: #FFFFFF;
}

.navigation li {
  	float: left;
}

/* hack */
html&gt;body .navigation a {
    display: inline-block;
}

.navigation a, .navigation a:hover {
    -webkit-transition: all 750ms ease;
    -moz-transition: all 750ms ease;
    -ms-transition: all 750ms ease;
    -o-transition: all 750ms ease;
    transition: all 750ms ease;
}

/* COLORS */
#page {
  	color:#49463d;
}
#page h1, #page h2, #page h3, #page h4, #page h5, #page h6 {
  	color:#222222;
}


/* FONT SIZE 960px * VIEWPORT SETTING MUST BE SET TO THIS WIDTH */

/* CONTENT LINK */

/* COLORS */

/* ALIGNMENT */
.block .text {
  padding: 0 24px;
}
.block a, 
.text a {
    color: inherit;
}

/* NAVIGATION LINKS */

/* NEWSLETTER */
.newsletter_container {
    padding:0; 
    margin:0;
}

.newsletter_container input {
    background-color: transparent;
    line-height: 1.4em;
    font-size:1.2em; 
    font-family:'BodoniLTProBook',Serif; 
    letter-spacing:0.1em; 
    border: 1px solid #ff3833; 
    padding: 3px; 
    margin-bottom: 1em; 
    text-align: center; 
    width:35%;
}

.newsletter_container input::-webkit-input-placeholder {
   text-align:center;
}


/* ELEMENTS INCLUDE LOGIC */
.item .row {
    margin-left:0px;
    margin-right:0px;
}

/* BACK TO TOP */
#back-top {
    z-index: 50;
    position: fixed;
    bottom: 0px;
    right:  50px;
    display: none;
}

#back-top a {
    width: 44px;
    display: block;
    text-align: center;
    color: #bbb;

    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

/* arrow icon (span tag) */
#back-top span {
      display: block;
      height: 44px;
      background-color: rgba(216,216,216, 0.5);

    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover span {
    background-color: #999999;
}

/* SNIF FORMATTING */

table.snif {
	width:80%;
        margin: 0 auto;
        text-align:left;
}
table.snif td {
	padding-left: 10px;
	padding-right: 10px;
}
table.snif td.littlepadding {
	padding-left: 4px;
	padding-right: 0px;
}
td.snDir {
	padding-top: 3px;
	padding-bottom: 3px;
}
tr.snHeading, td.snHeading, td.snHeading a {
	padding-top: 3px;
	padding-bottom: 3px;
}
tr.snF td {
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
}
.snif img {
	border:none;
}
.snW {
	white-space: normal;
}

div.snif a {
        color: #333333;
}

.snif .snCopyright {
        display: none;
}

.snif td.snHeading {
        padding-top:1em;
}</pre></body></html>