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

body {
	background-color:#efefef;
	font-family:oxygen, sans-serif;
	font-weight:400;
	font-style:normal;
}

.page-header {
	background:linear-gradient(#064b70, #0977b1);
	height:60px;
	border-bottom:solid 1px #000000;
}

.page-header h1 {
	line-height:60px;
	color:#ffffff;
}

h1 {
	font-family:trajan-pro-3, serif;
	font-weight:400;
	font-style:normal;
	font-size:24px;
}

h2 {
	font-family:oxygen, sans-serif;
	font-weight:700;
	font-size: 16px;
	text-align:left;
	margin-bottom:6px;
	margin-top:24px;
}

.menu a {
	padding-left:24px;
	padding-top:8px;
	padding-bottom:8px;
	padding-right:0px;
}

label {
	font-weight:700;
}

.button {
	border-radius: 12px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing: 2px;
	font-size:14px;
	padding:8px 16px 8px 16px;
}

table {
	border-top:1px solid #dedede;
	border-left:1px solid #dedede;
	border-collapse:separate;
}

td {
	text-align:left;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;
	font-size:14px;
}

.grey-background {
	/*background: rgba(50, 50, 50, 0.5);*/
	background: rgba(0, 0, 0, 0.90);
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
	text-align:center;
}

.display-none {
	display:none;
}



/* Small only */
@media screen and (max-width: 39.9375em) {
	
	.page-header h1 {
		font-size: 16px;
	}
	
}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}