

body{
	background-color: #2530c1;
}
a, a:focus, a:hover, a:visited {
	text-decoration: none;
	background: none;
}
a{
	color: #b19a54;
}
a:focus,
a:hover{
	color: #c8696d;
}

/*---------------------------------------------- 
0. Clearfix
------------------------------------------------*/
.clearfix:after { content: ""; display: block; clear: both; visibility: hidden; font-size: 0;  height: 0; }
.clearfix { *display: inline-block; height: 1%; }
.clear { clear: both; display: block; font-size: 0;	height: 0; line-height: 0; width:100%; }

/*---------------------------------------------- 
1. Basics
------------------------------------------------*/
#wrapper {
	padding: 80px 0;	
}

@media all and (max-width: 767px) {
	#wrapper {
		padding: 80px 15px;	
	}
}

/*---------------------------------------------- 
2. Header
------------------------------------------------*/
#wrapper #header {
	height: 110px;	
	background: #E3E4E4;
}

	#wrapper #header #brand {
		background: #fff;
		height: 100%;
	}
	
		#wrapper #header #brand img {
			margin: 40px auto 0 auto;			
			padding-top: 15px;
		}
		
		@media all and (max-width: 767px) {
			#wrapper #header #brand img {
				padding-top: 15px;
				margin: 0 auto;
			}
		}

/*---------------------------------------------- 
3. Middle
------------------------------------------------*/
#wrapper #middle {
	overflow: hidden;
	background: #E3E4E4;
}

	#wrapper #middle .col-sm-4, 
	#wrapper #middle .col-sm-8 {
		padding: 0;	
	}

	#wrapper #middle #sidebar {
		background: #fff;
		/*min-height: 480px;*/
		min-height: 540px;
	}
	
		@media all and (max-width: 767px) {
			#wrapper #middle #sidebar {
				min-height: 0;
			}
		}
	
	#wrapper #middle #content {
		border-top: 60px solid #aa9d4f;
		padding: 30px 120px;
	}
	
		@media all and (max-width: 767px) {
			#wrapper #middle #content {
				border-top: 40px solid #aa9d4f;
				padding: 20px 40px;
			}
		}
		
		@media all and (min-width: 768px) and (max-width: 992px) {
			#wrapper #middle #content {
				border-top: 50px solid #aa9d4f;
				padding: 25px 80px;
			}
		}
	
	
		#wrapper #middle #content h1 {
			font-size: 20px;
			font-weight: 400;
			color: #56599c;
			margin-top: 0;
			margin-bottom: 30px;
		}
					
		#wrapper #middle #content p {
			font-size: 13px;
			color: #56599c;
		}
		
		#wrapper #middle #content ul {
			font-size: 13px;
			color: #868896;
		}
		
			#wrapper #middle #content ul li.spacer {
				height: 20px;
			}


/*---------------------------------------------- 
4. Footer
------------------------------------------------*/
#wrapper #footer {
	height: 50px;
}

	#wrapper #footer span {
		font-size: 11px;
		color: #528c74;
		line-height: 50px;
	}
	
		#wrapper #footer span a {
			color: #528c74;	
		}
		
			#wrapper #footer span a:hover {
				color: #25a27a;	
			}
			

/*---------------------------------------------- 
5. Overlay
------------------------------------------------*/
.footer_notification{
	display: table;
	width: 100%;
	margin-top: 1em;
	background: white;
	border-radius: 0.5em;
}
	.notification_text,
	.notification_button{
		display: table-cell;
		vertical-align: middle;
		padding: 1em;
	}
	.notification_button{
		width: 10em;
		text-align: center;
	}

.footer_notification p{
	margin: 0;
}
.footer_notification .overlay_view{
	display: inline-block;
	color: white;
	background: rgb(39,111,81);
	padding: 0.75em 1em;
	border-radius: 0.15em;
	cursor: pointer;
}
.overlay{
	display: none;
}
body.view_overlay{
	overflow: hidden;
}
body.view_overlay .overlay{
	display: table;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	background: rgba(39,111,81,0.9);
}
.overlay_wrapper{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.overlay_downloads,
.overlay_close{
	display: block;
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}
.overlay_close{
	text-align: right;
	margin-bottom: 0.5em;
	color: white;
	cursor: pointer;
}
.overlay_downloads{
	background: white;
	height: 80vh;
	max-height: 600px;
	text-align: left;
	overflow: auto;
	padding: 3em 2em;
}
.content ul,
.content li{
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

/*---------------------------------------------- 
6. Disclaimer
------------------------------------------------*/
body.bg-white{
	background: white;
}
.content .intro{
	font-size: 1.2em;
	color: rgb(39,111,81);
	margin-bottom: 1.5em;
}
.disclaimer_form{
	display: block;
	margin: 2.5em 0;
	padding-top: 2em;
	border-top: 1px solid rgb(39,111,81);
}
.disclaimer_form label{
	display: inline;
	font-weight: normal;
	margin-bottom: 0;
}
.disclaimer_form span{
	padding-left: 0.5em;
}
.disclaimer_form button{
	display: block;
	background: rgb(39,111,81);
	border: none;
	color: white;
	margin-top: 1em;
	padding: 0.5em 2em;
}
.disclaimer_form button:disabled {
	opacity: 0.2;
}