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

/*-----------------------------------------------
SCREENS BY SIZE
-----------------------------------------------*/

/* Smartphones (landscape) ----------- */
	@import url(/css/tablet.css) screen and (min-width:641px) and (max-width:1024px);

/* Smartphones (portrait) ----------- */
	@import url(/css/mobile.css) screen and (max-width:640px);

/* Desktops and laptops ----------- */
	@import url(/css/desktop.css) screen and (min-width:1025px);
/*-----------------------------------------------
ALL SCREENS
-----------------------------------------------*/

body, html {
	height: 100%;
	overflow: visible;
	padding: 0;
	margin: 0;
	font-family: 'Archivo', sans-serif;
}
html {
	margin: 0;
}
.clearit {
	clear: both;
}
#menu, #menubarrier {
	background-color: #00F;
	color: #FFF;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 150px;
	z-index: 400;
}
#menubarrier {
	background-color: #FFFFFF;
	left: 0px;
	width: 100%;
	z-index: 450;
}
#menu {
	background-color: #808080;
	color: #FFF;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 250px;
	z-index: 400;
	overflow: auto;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#menu p {
	padding-left: 16px;
}
#wrapper {
	/*-webkit-box-shadow: 0px 0px 19px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 19px 3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 19px 3px rgba(0,0,0,0.75);*/
	height: auto;
	margin-left: 0;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 500;
}
.slide {
	visibility: hidden;
}
#picturebox {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.slide, .slidevis {
	background-position: center top;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
#menubar {
	padding-top: 4px;
}
.container {
	position: relative;
	width: 100%;
	height: auto;
	margin: 8px 0 0 0;
	padding: 0;
}
#ml {
	float: left;
	padding-left: 8px;
}
#topholder {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	z-index: 10001;
}
table {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
#topbar {
	width: 100%;
	text-align: right;
}
#topbar a {
	margin: 12px;
	display: inline-block;
	font-size: 9pt;
	color: #F0F0F0;
	text-decoration: none;
	font-weight: bold;
}
.splash {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 96%;
	padding: 0 2% 0 2%;
	background-color: rgba(0,0,0,0.35);
	color: #E0E0E0;
	z-index: 10000;
	font-family: 'Manuale', serif;
}
.splash h1 {
	margin: 0;
	padding: 0;
}
.splash p {
	font-size: 14pt;
	font-weight: 700;
}
.table {
	display: table;
	width: 100%;
	height: 100%;
}
.row {
	display: table-row;
}
.cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#strip1 {
	color: #606070;
}
#strip1 h2, #strip1 h3 {
	font-size: 36pt;
	margin: 16px 0 0 0;
	padding: 0;
	font-family: 'Manuale', serif;
}
#strip1 h3 {
	font-size: 16pt;
	font-weight: bold;
	color: #59c3fd;
}
#strip1 p {
	font-size: 11pt;
	line-height: 16pt;
}
.holder {
	float: left;
}
input[type="text"], .subbutt {
	width: 100%;
	font-size: 14pt;
	padding: 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input {
	margin: 8px 0 8px 0;
}
input[type="radio"] {
	margin-left: 8px;
}
label {
	margin-right: 12px;
	color: #b0b0b0;
	font-size: 14pt;
}
.subbutt {
	display: inline-block;
	background-color: #404050;
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	text-decoration: none;
	margin-top: 12px;
}
#footer {
	background-color: #E0E0E0;
	margin-top: 64px;
	padding: 16px 0 16px 0;
}
#footer .inner {
	text-align: center;
	line-height: 18pt;
}
.gbox {
	width: 100%;
	border: 1px solid #D0D0D0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px;
	margin:8px 0 8px 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 font-size:12pt;
}
::-moz-placeholder { /* Firefox 19+ */
 font-size:12pt;
}
:-ms-input-placeholder { /* IE 10+ */
 font-size:12pt;
}
:-moz-placeholder { /* Firefox 18- */
 font-size:12pt;
}
label {
	font-size:12pt;
}
.maillink {
	font-weight:bold;
	text-decoration:none;
	color:#606070;
}
.splash h1 {
	color: #B0E2FD;
}