html, body {

	padding: 0;
	margin: 0;
	border: 0;

	font-family: 'proxima_nova','Helvetica Neue', Helvetica, Arial, sans-serif;
}       

h3 a {
	text-decoration: none;
	color: #1d3564;
}

h3 {
	color: #1d3564;
}

a {
	text-decoration: none;
	color: #1d3564;
	font-weight: bold;
}

.main { 
	position: relative;

	font-color: #000000;
}       


.title {

	color: #1d3564;
	font-size: 1.4em; 
	font-weight: 700;
	border-bottom: 1px solid #1d3564;
}


.content {

	font-size: 1.3em;
	line-height: 1.8em;
	font-weight: 500;

	margin: 50px 0 50px 212px;
	padding: 80px 150px 200px 150px; 
	background: #ddd;

	min-height: 600px;

	
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;

	position: relative;
	
	right: -1500px;
}


.panel {

	position: absolute;
	top: 0;
	left: 0;

	z-index: 1000;
}

.logo {
	margin: 0 0px 25px 13px;
}

.nav {
	font-size: 1.5em;
	margin: 20px 0 0 0;
	position: relative;
}

.navbutton {

	position: relative;

	left: -120px;

	background: #fff;

	color: #1d3564;
	width: 300px;
	margin: 0 0 10px 0;
	text-align: right;
	padding: 15px 10px 15px 5px;

	font-weight: 700;

	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;

	border-right: 1px solid #1d3564;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;

	cursor: pointer;

}

.navbutton:hover {

}


.hidden {
	
	display: none;
}


@font-face {

	font-family:'proxima_nova';
	src:url('https://glue-static.s3-external-3.amazonaws.com/fonts/proxima_nova_thin_1.eot');
	src:url('https://glue-static.s3-external-3.amazonaws.com/fonts/proxima_nova_thin_1.eot?#iefix') format('embedded-opentype'),
	    url('https://glue-static.s3-external-3.amazonaws.com/fonts/proxima_nova_thin_1.woff') format('woff'),
	    url('https://glue-static.s3-external-3.amazonaws.com/fonts/proxima_nova_thin_1.ttf') format('truetype');
	font-weight:100;
	font-style:normal;
}

