@charset "UTF-8";
/* CSS Document */

/* CSS reset */
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;
}
/* HTML5 display-role reset for older browsers */
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;
}

/*----- End CSS Reset ---*/
/*----- Import pixel typefaces ---*/
@font-face {
    font-family: 'sciflysans';
    src: url('type/scifly-sans-webfont.eot');
    src: url('type/scifly-sans-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/scifly-sans-webfont.woff2') format('woff2'),
         url('type/scifly-sans-webfont.woff') format('woff'),
         url('type/scifly-sans-webfont.ttf') format('truetype'),
         url('type/scifly-sans-webfont.svg#sciflysans') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*----- Begin Special Styles ---*/
body {
	background:url('img/bg.png') top left repeat;
}
html, body {
	font-family:sciflysans, Arial, sans-serif;
}
#content,#floatingnav {
	background:#fff;
}
nav {
	margin-top:-20px;
}
h1, h2, h3, h4, h5, h6 {
	font-family:'sciflysans', Arial, sans-serif;
}
p, a, dl, dt, dd {
	font-family:'sciflysans', Arial, sans-serif;
	font-size:13pt;
	line-height: 18pt;
	margin-bottom: 16pt;
}
strong {
	color:#ee2830;
}
a {
	color:#30abdf;
}
a:hover {
	color:#1192c9;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6, p {
	padding:0 12px;
}
a h1{
	color:#000;
	text-decoration:none;
}
a h1:hover{
	color:#000;
	text-decoration:none;
}
h1 {
	font-size:24pt;
	margin:26pt 0 14pt;
	text-transform: uppercase;
}
dl.red {
	font-size:24pt;
	margin:26pt 0 20pt;
	text-transform: uppercase;
	font-family:'sciflysans', Arial, sans-serif;

}
dl.red dt, dl.red dt a{
	font-size:24pt !important;
	float: left;
    clear: left;
    text-align: left;
	margin-right:0em;
	width:auto;
	font-weight:normal;
	padding-left:6px;
	color:#000;
	font-family:'sciflysans', Arial, sans-serif;

}
dl.red dt:after {
	content: ":";
	margin-right:0.5em;
}
dl.red dd{
	color:#ee2830;
	font-size:24pt;
}

h2 {
	margin:0 0 14pt;
	font-size:16pt;
	text-decoration:underline;
}
dl {
	margin-bottom:16pt;
}
dt, dd {
	font-family:'sciflysans';
	font-size:13pt;
	line-height: 18pt;
}
dt {
	float: left;
    clear: left;
    width: 100px;
    text-align: right;
    font-weight: bold;
	margin-right:0.5em;
	color:#d49f29;
}
dt:after {
    content: ":";
  }
ul.noneol {
	margin-bottom:16pt;
}
ul.noneol li {
	list-style:none;
	font-family:'scifly';
	font-size:13pt;
	line-height: 18pt;
	color:#d49f29;
	text-indent:1em;
  }

a.topnav, a.topnav:link, a.topnav:active, a.topnav:visited {
	text-decoration:none;
	color:#d49f29;
	font-size:20pt;
}
a.topnav:hover {
	color:#ee2830;
	text-decoration:none;
}
.birdy {
	margin-top:-150px;
	margin-bottom:18px;
}
.fullscreen{
	width:560px; 
	height:315px;
}
@media all and (max-width:640px) {
html, body {
	margin:0;
	max-width:100%;

}
#wrapper{
	max-width:100%;
	margin:0 auto;
}
header {
	width:100%;
	height:auto;
	margin:0 auto;
	margin-bottom: -7%;
}
header img{
	width:100% !important;
	height:auto;
}
#content {
	border-left:10px solid #eff099;
	border-right:10px solid #d49f29;
	border-top:10px solid #eff099;
	border-bottom:10px solid #d49f29;
	padding:20px;
	width:calc(97% - 40px);
	margin:0 auto;
}
#floatingnav {
	width: 100%;
	text-align: center;
	line-height: 2em;
	padding: 5px;
	border-left:0;
	border-right:0;
	border-top:10px solid #d49f29;
	border-bottom:0;
	position: fixed;
	margin: 0 auto;
	bottom:0;
	background:#eff099;
}
.birdy {
	margin-top: 20px;
	margin-bottom: -132px;
	margin-left: 0;
	margin-right: 320px;
	width:25%;
	height:auto;
}
.fullscreen{
	width:400px; 
	height:225px;
}
}
@media all and (max-width:740px) and (min-width:641px) {
#wrapper {
	width:98%;
	margin:0 auto;
}
header {
	width: 70%;
	height: auto;
	margin-left: 25%;
	margin-bottom: -5%;
}
header img, #floatingnav img {
	width:100% !important;
	height:auto;
}
#content {
	background:#fff;
	border-left:10px solid #eff099;
	border-right:10px solid #d49f29;
	border-top:10px solid #eff099;
	border-bottom:10px solid #d49f29;
	padding:20px;
	width:68%;
	float:right;
	margin-right:0;
}
#floatingnav {
	background: #fff;
	width: 15%;
	text-align: center;
	line-height: 2em;
	padding: 5px;
	border-left:10px solid #eff099;
	border-right:10px solid #d49f29;
	border-top:10px solid #eff099;
	border-bottom:10px solid #d49f29;
	float: left;
	position: fixed;
	margin-left:0;
	margin-top:120px;
}
#floatingnav, #floatingnav a{
	font-size:100%;
}
h1, dl.red dt, dl.red dt a, dl.red dt:after, {
	font-size:180%;
}
dl.red dd{
	font-size:100%;
}
.fullscreen{
	width:400px; 
	height:225px;
}
}

@media all and (max-width: 1230px) and (min-width:741px) {

#wrapper {
	width:98%;
	margin:0 auto;
}
header {
	width: 75%;
	height: auto;
	margin-left: 24%;
	margin-bottom: -5%;
}
header img, #floatingnav img {
	width:100% !important;
	height:auto;
}
#content {
	background:#fff;
	border-left:10px solid #eff099;
	border-right:10px solid #d49f29;
	border-top:10px solid #eff099;
	border-bottom:10px solid #d49f29;
	padding:20px;
	width:70%;
	float:right;
	margin-right:0;
}
#floatingnav {
	background: #fff;
	width: 15%;
	text-align: center;
	line-height: 2em;
	padding: 5px;
	border-left:10px solid #eff099;
	border-right:10px solid #d49f29;
	border-top:10px solid #eff099;
	border-bottom:10px solid #d49f29;
	float: left;
	position: fixed;
	margin-left:0;
	margin-top:120px;
}
#floatingnav, #floatingnav a {
	font-size:120%;
}
}

@media all and (min-width: 1231px) {
#wrapper{
	max-width:98%;
	margin:0 auto;
}
header {
	width:743px;
	height:auto;
	margin-left: calc(50% - 306px);
	margin-bottom: -50px;
}
#content {
	border-left:10px solid #eff099;
	border-right:10px solid #d49f29;
	border-top:10px solid #eff099;
	border-bottom:10px solid #d49f29;
	padding:20px;
	width:730px;
	float:right;
	margin-right:calc(50% - 460px);
}
#floatingnav {
	width: 220px;
	text-align: center;
	line-height: 2em;
	padding: 5px;
	border-left:10px solid #eff099;
	border-right:10px solid #d49f29;
	border-top:10px solid #eff099;
	border-bottom:10px solid #d49f29;
	float: left;
	position: fixed;
	margin-left: calc(50% - 620px);
	margin-top:120px;
}
}
