@font-face {
	font-family: 'avenir';
	src: 
		url('/system/fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),  
		url('/system/fonts/AvenirNextLTPro-Regular.woff') format('woff'), 
		url('/system/fonts/AvenirNextLTPro-Regular.ttf')  format('truetype'), 
		url('/system/fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'avenir';
	src: url('/system/fonts/AvenirLTStd-Light-metric.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}

@font-face {
    font-family: 'avenir';
    src: url('/system/fonts/avenirltstd-black-webfont.woff2') format('woff2'),
         url('/system/fonts/avenirltstd-black-webfont.woff') format('woff');
    font-weight: bolder;
    font-style: normal;

}


@font-face {
    font-family: 'futura';
    src: url('/system/fonts/futura-bk-bt-book-webfont.woff2') format('woff2'),
         url('/system/fonts/futura-bk-bt-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	background: #34383C;
	padding: 0px;
	margin: 0px;
	font-family: 'avenir';
	color: white;
}

.pagewrap {
	max-width: 1300px;
	width: 100%;
	margin: 0px auto;
	padding: 50px 0px;
}

.logo {
	height: 50px;
	padding-right: 20px;
	display: block;
	float: left;
}

.clear {
	clear: both;
}

a {
	color: white;
}

.login {
	margin: 100px 0px;
	text-align: center;
}
.login [name='pw'] {
	font-size: 50px;
	text-align: center;
	background-color: #41494D;
	border: 0px;
	color: white;
	width: 90%;
	box-sizing: border-box;
	max-width: 500px;
}
.login [name='submit'] {
	background-color: #006EA8;
	border: 0px;
	color: white;
	font-size: 20px;
	font-family: 'futura';
	text-transform: uppercase;
	padding: 20px;
	margin-top: 30px;
	cursor: pointer;
	-webkit-appearance: none;
}

.welcome {
	position: relative;
	margin: 20px 0px;
	width: 100%;
}

.nav {
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.nav li {
	float: left;
	margin-left: 40px;
}
.nav a {
	color: white;
	display: block;
	text-decoration: none;
	padding: 15px 0px;
	font-family: 'futura';
	text-transform: uppercase;
}
.nav a:hover, .nav a.active {
	opacity: 1;
	border-bottom: 5px solid white;
	padding-bottom: 10px;
}

.welcome .banner {
	width: 65%;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	background-color: #41494D;
	font-family: 'futura';
	background-image: url(/system/images/seats.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 5px;
}
.welcome .actions {
	margin-left: 65%;
	width: 35%;
	box-sizing: border-box;
	padding: 0px 0px 0px 20px;
}
.welcome .actions a {
	background-color: #006EA8;
	color: white;
	text-decoration: none;
	display: block;
	width: 100%;
	margin-bottom: 5px;
	box-sizing: border-box;
	padding: 17px;
	font-weight: 200;
	font-size: 18px;
}
.welcome .actions a.important {
	background-color: #D43F3A;
}
a:hover {
	opacity: 0.8;
}
.welcome .banner h1 {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.timeline {
	background-color: #41494D;
	width: 35%;
	position: relative;
	box-sizing: border-box;
	padding: 5px;
	float: left;
	font-weight: 200;
}

.timeline h3 {
	margin-left: 54px;
}

.timeline ul {
	list-style-type: disk;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 80px;
	padding-left: 38px;
	position: relative;
	font-size: 16px;
}
.timeline ul li {
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 10px;
}
.timeline ul li span {
	font-size: 12px;
	display: block;
	font-weight: normal;
	padding-bottom: 3px;
}

.timeline .line {
	position: absolute;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	top: 28px;
	width: 10px;
	bottom: 0px;
	left: 25px;
	background: #34383C;
	z-index: 0;
}

.timeline a.download {
	position: absolute;
	background-color: #006EA8;
	right: 20px;
	bottom: 20px;
	color: white;
	text-decoration: none;
	padding: 10px;
}

.latest-news {
	float: left;
	width: 65%;
	box-sizing: border-box;
	padding: 0px 20px;
	font-weight: 200;
}

.latest-news .entry {
	border-bottom: 2px solid #41494D;
	margin-bottom: 40px;
	padding: 20px;
}

.latest-news h2 {
	margin: 0px;
	padding: 0px;
}
.latest-news .date {
	font-size: 12px;
}

.crumbs {
	width: 100%;
	margin-top: 50px;
	font-weight: 200;
}

.crumbs a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.files, .crumbs {
	width: 100%;
	margin-top: 50px;
}
.files {
	margin-bottom: 100px;
}
.files .file {
	width: 20%;
	height: 200px;
	text-align: center;
	position: relative;
	float: left;
	display: block;
	color: white;
	text-decoration: none;
	border: 1px solid #41494D;
	box-sizing: border-box;
	padding: 110px 10px 30px;
}
.files .file:hover {
	background-color: #41494D;
	cursor: pointer;
}
.files .file .fa-eye {
	display: none;
}
.files .file:hover i {
	display: none;	
}
.files .file:hover .fa-eye, .files .file:hover .fa-folder-open-o,  .files .file:hover .fa-download {
	display: inline-block;	
}
.files .file i {
	position: absolute;
	font-size: 40px;
	top: 30%;
	left: 0px;
	text-align: center;
	right: 0px;
}
.files .file .download {
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	background-color: white;
	color: #34383C;
	text-decoration: none;
	font-size: 12px;
	padding: 10px;
	display: none;
}
.files .file:hover .download {
	display: block;
}
.files .file .download i {
	position: relative;
	font-size: 12px;
	top: auto; left: auto;
}

.rtw h1 {
	font-family: 'futura';
	text-transform: uppercase;
}
.rtw p, .rtw label {
	font-weight: 200;
	display: block;
}

.rtw .igroup {
	position: relative;
	margin-top: 30px;
}

.rtw select, .rtw [type='text'] {
	width: 100%;
	max-width: 500px;
	box-sizing: border-box;
	border: 0px;
	border: 2px solid white;
	border-radius: 0px;
	font-size: 15px;
	color: white;
	background-color: #34383C;
	padding: 5px;
	-webkit-appearance: none;
	margin-top: 5px;
}

.rtw .error {
	border: 2px solid #D43F3A;
}

.rtw .button {
	background-color: #006EA8;
	color: white;
	text-decoration: none;
	padding: 10px;
	border: 0px;
	font-size: 20px;
	font-family: 'futura';
	text-transform: uppercase;
	cursor: pointer;
	-webkit-appearance: none;
}

.block {
	width: 100%;
	float: left;
	margin-top: 50px;
}

.block .half {
	width: 50%;
	float: left;
	padding: 0px 25px;
	box-sizing: border-box;
}

.block h1 {
	background-color: #006EA8;
	color: white;
	padding: 10px;
	border-radius: 5px;
	margin: 0px;
	font-family: 'futura';
	text-transform: uppercase;
}
.block h1 i {
	padding: 0px 10px;
}

.block h2 {
	color: white;
	margin: 25px 0px 0px; 
	font-family: 'futura';
	text-transform: uppercase;
}

.block .content {
	padding: 25px;
	font-weight: 200;
}

.block p {
	float: left;
	clear: left;
	margin: 25px 0 25px 0;
}

.block ul {
	margin: 25px 15% 0px 15%;
	padding: 0px;
	list-style: none;
	float: left;
	clear: left;
}
.block ul li {
	margin-bottom: 25px;
}
.block ul li strong {
	display: block;
	padding-bottom: 5px;
	font-size: 22px;
	position: relative;
}
.block ul li strong i {
	position: absolute;
	left: -70px;
	top: 2px;
	font-size: 40px;
}

.block .image {
	float: left;
	clear: left;
	position: relative;
	margin: 25px 0px;
	width: 100%;
}
.block .image img {
	width: 100%;
	display: block;
}
.block .image span {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-color:rgba(0, 0, 0, 0.7);
	padding: 5px;
	font-size: 12px;
}

@media only screen and (max-width: 1100px) {
	.header { text-align: center; }
	.logo { height: 40px; margin: 0px auto 30px; float: none; display: inline-block; padding: 0px 15px; }
	.nav { width: 100%; }
	.nav li { width: 25%; margin-left: 0px; }
}
@media only screen and (max-width: 900px) {
	.logo { height: 30px; }
	.files .file { width: 33.3%; }
	.nav li { width: 50%; margin-left: 0px; }
	.welcome .banner h1 { font-size: 25px; }
	.welcome .banner, .welcome .actions { width: 50%; }
	.welcome .actions { margin-left: 50%; }
	.crumbs { padding: 0px 10px; box-sizing: border-box; }
	.rtw { padding: 20px; }
	.block h1 { font-size: 20px; }
}
@media only screen and (max-width: 600px) {
	.welcome .banner { width: 100%; position: relative; height: 200px; border-radius: 0px; }
	.welcome .actions { margin-left: 0px;  width: 100%; padding: 0px; }
	.files .file { width: 50%; }
	.nav li { width: 100%; }
	.timeline, .latest-news { width: 100%; }
	.block ul li strong i { left: -50px; }
	.block .half { width: 100%; }
}