


html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	-webkit-text-size-adjust: none;
}
mark {
	background-color: transparent;
	color: inherit;
}
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
@-ms-viewport {
	width: device-width;
}
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body {
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url("images/bg01.png");
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url("images/bg01.png");
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url("images/bg01.png");
	background-image: linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url("images/bg01.png");
	background-color: #f7f7f7;
	background-position: top left, top left;
	background-repeat: repeat-x, repeat;
	background-size: 100% 30em, auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 13pt;
	color: #696969;
	font-weight: 300;
	line-height: 2.25em;
}
body.is-preload *, body.is-preload *:before, body.is-preload *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}
a {
	color: #0090c5;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-weight: 800;
}
h1 a, h2 a, h3 a, h4, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
	outline: 0;
}
b, strong {
	font-weight: 600;
	color: #444;
}
i, em {
	font-style: italic;
}
br.clear {
	clear: both;
}
sub {
	position: relative;
	top: 0.5em;
	font-size: 0.8em;
}
sup {
	position: relative;
	top: -0.5em;
	font-size: 0.8em;
}
hr {
	border: 0;
	border-top: solid 1px #eee;
}
blockquote {
	border-left: solid 0.5em #eee;
	padding: 1em 0 1em 2em;
	font-style: italic;
}


.container {
	margin: 0 auto;
	max-width: 100%;
	width: 1400px;
}
@media screen and (max-width: 1680px) {
	.container {
		width: 1200px;
	}
}
@media screen and (max-width: 1280px) {
	.container {
		width: 960px;
	}
}
@media screen and (max-width: 980px) {
	.container {
		width: 90%;
	}
}
@media screen and (max-width: 736px) {
	.container {
		width: 100%;
	}
}


#header-wrapper {
	margin-bottom: 1em;
}
#header {
	position: relative;
}


#nav {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0.9em;
}
#nav ul {
	list-style: none;
	padding-left: 0;
}
#nav ul li {
	float: left;
	line-height: 4.5em;
	padding-left: 1.5em;
}
#nav ul li a, #nav ul li span {
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
	-ms-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
	font-weight: 800;
	letter-spacing: 0.025em;
	color: #696969;
	text-decoration: none;
	border-radius: 6px;
	padding: 0.5em 1em 0.5em 1em;
}
#nav ul li > ul {
	display: none;
}
#nav ul li:hover a, #nav ul li:hover span {
	background: #fff;
}
#nav ul li.active a, #nav ul li.active span {
	background: #fff;
}
#nav ul li.current a {
	background: #444;
	color: #fff;
}


.dropotron {
	background: #fff;
	letter-spacing: 0.025em;
	color: #696969;
	text-decoration: none;
	border-radius: 6px;
	padding: 0.75em 0;
	min-width: 15em;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0.25em 0.25em 0.1em rgba(0, 0, 0, 0.025);
	margin-top: calc(-0.75em + 1px);
	margin-left: -1px;
	list-style: none;
	padding-left: 0;
}
.dropotron li {
	border-top: solid 1px #eee;
	line-height: 3em;
	padding-left: 0;
}
.dropotron li:first-child {
	border-top: 0;
}
.dropotron li > a, .dropotron li > span {
	-moz-transition: color .25s ease-in-out, background-color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out;
	-ms-transition: color .25s ease-in-out, background-color .25s ease-in-out;
	transition: color .25s ease-in-out, background-color .25s ease-in-out;
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 0 1.5em;
}
.dropotron li > a:hover, .dropotron li > span:hover {
	background: #eee;
}
.dropotron li.active > a, .dropotron li.active > span {
	background: #eee;
}
.dropotron.level-0 {
	font-size: 0.8em;
	margin-left: 1.5em;
	margin-top: 0;
}
.dropotron.level-0:before {
	content: '';
	position: absolute;
	top: -0.5em;
	left: 1em;
	border-bottom: solid 0.75em #ffffff;
	border-left: solid 0.75em transparent;
	border-right: solid 0.75em transparent;
	z-index: 1;
}


#navPanel, #navToggle {
	display: none;
}
@media screen and (max-width: 980px) {
	html, body {
		overflow-x: hidden;
	}
	body, input, select, textarea {
		font-size: 11pt;
	}
	#nav {
		display: none;
	}
	#header-wrapper {
		margin-bottom: 1em;
		text-align: center;
	}
	#logo span {
		display: block;
		margin: 0;
	}
	#page-wrapper {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		padding-bottom: 1px;
	}
	#navToggle {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		display: block;
		height: 44px;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10001;
	}
	#navToggle .toggle {
		text-decoration: none;
		width: 70px;
		height: 50px;
		opacity: 0.35;
	}
	#navToggle .toggle:before {
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		text-transform: none !important;
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		content: '≡';
		color: #fff;
		text-align: center;
		line-height: 38px;
		font-size: 20px;
		position: absolute;
		left: 6px;
		top: 6px;
		background: rgba(0, 0, 0, 0.5);
		width: 58px;
		height: 38px;
		border-radius: 6px;
	}
	#navToggle .toggle:active {
		opacity: 0.75;
	}
	#navPanel {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transform: translateX(-275px);
		-webkit-transform: translateX(-275px);
		-ms-transform: translateX(-275px);
		transform: translateX(-275px);
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		display: block;
		height: 100%;
		left: 0;
		overflow-y: auto;
		position: fixed;
		top: 0;
		width: 275px;
		z-index: 10002;
		background: #fff;
		box-shadow: inset -3px 0px 0px 0px #dfdfdf;
		padding: 0 23px 0 20px;
	}
	#navPanel .link {
		display: block;
		text-decoration: none;
		height: 54px;
		line-height: 54px;
		border-top: solid 1px #fff;
		color: #696969;
	}
	#navPanel .link:first-child {
		border-top: 0;
	}
	#navPanel .indent-1 { display: inline-block; width: 1em; }
	#navPanel .indent-2 { display: inline-block; width: 2em; }
	#navPanel .indent-3 { display: inline-block; width: 3em; }
	#navPanel .indent-4 { display: inline-block; width: 4em; }
	#navPanel .indent-5 { display: inline-block; width: 5em; }
	#navPanel .depth-0 {
		color: #444;
		font-weight: 800;
	}
	body.navPanel-visible #page-wrapper {
		-moz-transform: translateX(275px);
		-webkit-transform: translateX(275px);
		-ms-transform: translateX(275px);
		transform: translateX(275px);
	}
	body.navPanel-visible #navToggle {
		-moz-transform: translateX(275px);
		-webkit-transform: translateX(275px);
		-ms-transform: translateX(275px);
		transform: translateX(275px);
	}
	body.navPanel-visible #navPanel {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}


@media screen and (max-width: 736px) {
	body, input, select, textarea {
		line-height: 2em;
	}
	h2, h3, h4, h5, h6 {
		font-size: 13pt;
		margin: 0 0 1em 0;
	}
	#header-wrapper {
		margin-bottom: 1em;
	}
	#logo h1 {
		font-size: 2.75em;
		padding: 0.2em 0.275em;
	}
	#logo span {
		line-height: 3em;
	}
}


@media screen and (max-width: 1680px) {
	body, input, select, textarea {
		font-size: 12pt;
	}
}
@media screen and (max-width: 1280px) {
	body, input, select, textarea {
		font-size: 11pt;
	}
}
