<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* RESET. */
body { margin: 0; }
body a { text-decoration: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0; }
[hidden], template { display: none; }
a { background: transparent; }
a:active, a:hover { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
figure { margin: 1em 40px; }
hr { box-sizing: content-box; height: 0; }
pre, textarea { overflow: auto; }
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }
button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
legend { border: 0; padding: 0; }
optgroup { font-weight: bold; }
fieldset { margin: 0; padding: 0; border: 0; }
*, *:before, *:before { box-sizing: border-box; }
.imgbox { box-sizing: content-box; }

/* /RESET. */

/* GRID. */
.grid-12, .grid-11, .grid-10, .grid-9, .grid-8, .grid-7, .grid-6, .grid-5, .grid-4, .grid-3, .grid-2, .grid-1 { display: inline-block; margin-right: -4px; padding: 20px; vertical-align: top; }
.grid-12 { width: 100%; }
.grid-11 { width: 91.66667%; }
.grid-10 { width: 83.33333%; }
.grid-9 { width: 75%; }
.grid-8 { width: 66.66667%; }
.grid-7 { width: 58.33333%; }
.grid-6 { width: 50%; }
.grid-5 { width: 41.66667%; }
.grid-4 { width: 33.33333%; }
.grid-3 { width: 25%; }
.grid-2 { width: 16.66667%; }
.grid-1 { width: 8.33333%; }
.offset-11 { margin-left: 91.66667%; }
.offset-10 { margin-left: 83.33333%; }
.offset-9 { margin-left: 75%; }
.offset-8 { margin-left: 66.66667%; }
.offset-7 { margin-left: 58.33333%; }
.offset-6 { margin-left: 50%; }
.offset-5 { margin-left: 41.66667%; }
.offset-4 { margin-left: 33.33333%; }
.offset-3 { margin-left: 25%; }
.offset-2 { margin-left: 16.66667%; }
.offset-1 { margin-left: 8.33333%; }
/* /GRID. */

/* TYPEBASE. */
html { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
a, li, p { font-size: 16px; line-height: 20px; margin: 0; color:inherit; }
ul, ol { list-style: square; margin: 10px; }
ul ul, ul ol, ol ul, ol ol { margin: 0; }
blockquote { line-height: 18px; margin: 10px 0 0 0; }
h1, h2, h3, h4, h5, h6 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;  margin: 0; }
h1 { font-size: 36px; line-height: 54px; }
h2 { font-size: 24px; line-height: 36px; }
h3 { font-size: 18px; line-height: 24px; }
h4 { font-size: 16px; line-height: 18px; }
h5 { font-size: 14px; line-height: 18px; }
h6 { font-size: 12px; line-height: 18px; }
table { border-collapse: collapse; border-spacing: 0px; margin-top: 10px; }
table td, th { line-height: 18px; padding: 0; }
/* /TYPEBASE. */

/* PROJECT. */

body {
	background: url("../assets/images/bg.png"), #767c85;
	background-repeat: repeat-x;
}

#wrapper {
	margin: 0 auto;
	width: 1200px;
}


/* ---------------------------------------- */
header { box-shadow: 0 12px 15px #222; }

nav, #content, footer { box-shadow: 0 3px 15px #222; }

header {
	background: url("../assets/images/head-bg.png");
	background-size: 100%;
	color: white;
	margin: 20px 0 0 0;
	    padding-bottom: 5px;
}

header .grid-6 { vertical-align: bottom; }

.head-setter { margin-top: 65px; }

header p {
	line-height: 24px;
	text-align: right;
}

.number {
	font-family: serif;
	font-size: 20px;
}

.address { color: #ee7009; }

/* ---------------------------------------- */


/* ---------------------------------------- */
nav {
	background: #ee7009;
	margin: 0 0 20px 0;
	position: relative;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

nav li { display: inline; }

nav li a {
	color: white;
	font-size: 14px;
	font-weight:bold;
	line-height: 45px;
	padding: 13px 15px
}

nav li a:hover {
	background: white;
	color: black;
}
/* ---------------------------------------- */


/* ---------------------------------------- */
#content {
	background: white;
	margin: 0 0 20px 0;
	padding: 40px 20px;
	min-height: 650px;
}

#content h2 {
	color: #ee7009;
	letter-spacing: -1px;
	padding: 0 0 20px 0;
}

#content p { color: #0e2632; }

#content a {
	border-bottom: 1px solid;
	color: #ee7009;
}

#content .spec-btn {
	background: #ee7009;
	color: white;
	display: block;
	line-height: 40px;
	margin: 0 0 20px 0;
	text-align: center;
	width: 100%;
}

.img-left {
	float: left;
	margin: 0 20px 20px 0;
}

.img-right {
	float: right;
	margin: 0 0 20px 20px;
}

#content .home-list a { border: none; }

.home-list ul { padding: 0 0 0 20px; }

.award {
	padding: 30px 40px 0 0;
	position: absolute;
	width: 100%;
}

.special-mar { margin: 0 20px; }

.home-icon {
	margin: 0 0 20px 0;
	width: 100%;
}

.bio-img {
	margin-bottom: 50px;
	width: 200px;
}

.bio-block {
	clear: both;
	min-height: 200px;
}

#fadeImg {
	border: 1px solid #ee7009;
	max-height: 280px;
	width: 100%;
}
#prev{
    width: 45%;
    display: inline-block;
    text-align: left;	
		cursor:pointer;	
}
#next{
width: 45%;
    display: inline-block;
    text-align: right;
	cursor:pointer;	
}
.cycle-slideshow{
width: 100%;
    margin: 0 auto;
    max-width: 1025px;
}
.slideLinks {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.headerContact{
    top: 50px;
    position: relative;	
}
/* ---------------------------------------- */


/* ---------------------------------------- */
footer {
	background-image: linear-gradient(#324650, #0e2632);
	color: white;
	margin: 0 0 20px 0;
	text-align: center;
}

footer p { text-shadow: 0 6px 3px #222; }

footer a {
	background: #ee7009;
	box-shadow: 0 5px 5px #222;
	color: white;
	display: block;
	line-height: 45px;
	margin: 0 auto 15px auto;
	width: 200px;
}

.copyright {
	
}

.copyright p {
	line-height: 40px;
	text-shadow: none;
	color: white;
}

.copyright a {
	box-shadow: none;
	display: inline;
	line-height: 40px;
	color: white;
}
/* ---------------------------------------- */

form { text-align: center; }

form p { margin: 10px 0; }

.form, .message {
	color: #333333;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	font-size: 14px;
	line-height: 18px;
	height: 40px;
	width: 100%;
}

.message {
	padding: 10px 0 0 10px;
	height: 80px;
	width: 100%;
}

#captcha {
	border: 1px solid black;
	height: 40px;
}

.submit {
	background: #ee7009;
	border: none;
	color: white;
	height: 40px;
	width: 100%;
}

.push-right { float: right; }
.push-left { float: left; }

.no-pad-bot { padding-bottom: 0; }

.no-mar { margin: 0 !important; }

.no-pad { padding: 0 !important; }

.highlight {
	color: #ee7009;
	font-style: italic;
	font-weight:bold;
}

.relative { position: relative; }

.center { text-align: center; }

.align-mid { vertical-align: middle; }

.no-grid-set { padding: 20px 20px 0 20px !important; }

/* /PROJECT. */</pre></body></html>