@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans_light_macroman/OpenSans-Light-webfont.eot');
    src: url('../fonts/opensans_light_macroman/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans_light_macroman/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/opensans_light_macroman/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/opensans_light_macroman/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}




body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-family: arial;
	background: none repeat scroll 0 0 #F9F9F9;
	font-size:15px;
}

h1, h2{
	margin-top:0;
	font-family: 'open_sanslight';
	font-weight:normal;
}

h2{
	font-size:25px;
}

.clear{
	clear:both;
}

.red{
	color:#ff0000;
}

a{
	text-decoration:none;
}

.wrapper{
	min-width:840px;
}

.printheader{
	display:none !important;
}

.printheader h3{
	color:#fff;
	text-align:right;
	text-transform: uppercase;
	margin:8px 0 0;
}

.header{
	background:#000;
	display:block;
	width:90%;
	padding:20px 5%;
	color:#fff;
	min-height:60px;
	position:relative;
}

.header .logo{
	background:url('../images/logo-byline.png') top left no-repeat #000;
	width:600px;
	height:57px;
	display:block;
	position:absolute;
	top:20px;
	left:5%;
}

.header a{
	color:#fff;
}

.header .right{
	color:#fff;
	text-align:right;
}

.header .right a{
	border:solid 1px #fff;
	padding: 5px 10px;
	margin:0 0 0 20px;
}

.header .right a:hover{
	background:#a69d69;
}

.centre{
	padding:40px 5%;
	width:90%;
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 0 3px 5px 0 #EFEFEF;
}

.centre a{
	color:#867c45;
}

.centre a:hover{
	color:#a69d69;
}

.home{
	text-align:center;
}

.home a{
	border: solid 1px #867c45;
	padding:5px 10px;
}

.home a:hover{
	border: solid 1px #a69d69;
}

input[type="text"]{
	padding:5px 10px;
	border:solid 1px #867c45;
	font-size:15px;
}

input[type="password"]{
	padding:5px 10px;
	border:solid 1px #867c45;
	font-size:15px;
}

input[type="email"]{
	padding:5px 10px;
	border:solid 1px #867c45;
	font-size:15px;
}

textarea{
	padding:10px;
	border:solid 1px #867c45;
	font-size:15px;
	font-family: arial;
}


input[type="submit"]{
	background:#867c45;
	border:none;
	padding: 5px 10px;
	color:#fff;
	cursor:pointer;
	font-size:15px;
}

input[type="submit"]:hover{
	background:#a69d69;
}


.search-area{
	padding:0 0 20px 0;
}

.search-area h3{
	padding:0;
	margin:0;
}


.contact-list{
}

.contact-list th{
	padding:5px 20px;
	background:#000;
	color:#fff;
}

.contact-list td{
	padding:5px 20px;
}

.contact-list .action{
	background:#867c45;
	color:#fff;
	margin:0 1px;
	padding:5px 10px;
}

.contact-list .action:hover{
	color:#fff;
	background:#a69d69;
}



.button{
	border:solid 1px #867c45;
	padding: 5px 10px;
	margin-right:5px;
}

.button:hover{
	border:solid 1px #a69d69;
}



.rightside{
	width:402px;
	float:right;
}

.rightside .search{
	float:right;
}

.leftside{
	width:40%;
	float:left;
}

.notes textarea{
	width:380px;
	max-width:380px;
	min-width:380px;
}

.notebox{
	width:400px;
	margin:0 0 10px;
}

.notebox .note{
	border: solid 1px #867C45;
	padding:10px 20px;
}

.notebox .namedate{
	float:right;
	padding-top:6px;
}

.notebox input[type="submit"]{
	margin-top:1px;
}

.contactForm{
	width:300px;
}

.contactForm input[type="text"]{
}




.nav{
	width:100%;
	margin:0;
	padding: 20px 0 0;
}

.nav ul{
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	display:block;
	width:100%;
	text-align:left;
}

.nav ul li{
	display:inline-block;
}

.nav ul li a{
	padding:0 10px;
	border-right:solid 1px #fff;
}

.nav ul li a:hover{
	color:#a69d69;
}

.nav ul li .first{
	padding:0 10px 0 0;
}

.nav ul li .last{
	border:none;
}

.footer{
	text-align:center;
}

.footer p{
	font-size:12px;
}

iframe{
	position:absolute;
	left:0;
	top:131px;
}

.launcher-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100vh;
}

.launcher-container .centre {
	flex-grow: 1;
}

.launcher-container .launcher {
	width: 100%;
	height: 100%;
}

.launcher-container .launcher h1 {
	margin: 50px 0 30px 0;
	text-align: center;
}

.launcher-links {
	display: flex;
	align-items: baseline;
	justify-content: center;
	flex-direction: column;
}

.launcher-container .launcher .launcher-links .links {
	max-width: 600px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 330px;
}

.launcher-container .launcher .launcher-links .links a {
	border: 1px solid #867c45;
	background-color: #867c45;
	color: #ffffff;
	padding: 20px;
	margin: 5px 0;
	font-weight: bold;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.launcher-container .launcher .launcher-links .links a svg {
	width: auto;
	height: 18px;
	margin-left: 20px;
}

.launcher-container .launcher .launcher-links .links a:hover {
	background-color: #968d57;
}

.launcher-container .launcher .launcher-links .links a:last-of-type {
	background-color: #beb684;
	border: 1px solid #beb684;
}

.launcher-container .launcher .launcher-links .links a:last-of-type svg {
	width: auto;
	height: 18px;
	margin-right: 20px;
	margin-left: 0;
}
