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

<style type="text/css">
* {padding:0; margin:0;}
body {font-family: Sans-Serif;}
img {max-width: 100%;}

h4 {font-family: Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#003399;
	border-bottom: 1px solid ;}



/* cycle-slideshow */
.cycle-slideshow {
	width: 100%;
	max-width: 800px;
	display: block;
	position: relative;
	margin: 20px auto;
	overflow: hidden;
}
.cycle-prev, .cycle-next {
	font-size: 200%;
	color: #FFF;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	z-index: 9999;
	cursor: pointer;
}
.cycle-prev {left: 10%;}
.cycle-next {right: 10%;}
.cycle-pager {
	width: 100%;
	position: absolute;
	top: 20px;
	text-align: center;
	z-index: 9999;
	cursor: pointer;
}
.cycle-pager span {
	text-indent: 100%;
	white_space: nowrap;
	width: 10px;
	height: 10px;
	display: inline-block;
	border: 1px solid #FFF;
	border-radius: 50%;
	margin: 0 10px;
}
.cycle-pager  .cycle-pager-active { background: #FFF;}	
	
</style>

<style media="screen">
	html {box-sizing: border-box;}
	*,
	*:before,
	*:after {
		box-sizing: inherit;
		padding: 0;
		margin: 0;
	}
	body {
		font-family: "Source Sans Pro", Sans-Serif;
		font-size: 1.1em;
		line-height: 1.375em;
		padding: 0;
		margin: 0;
		background-color: #FFF;
		-webkit-font-smoothing: antialiased;
	}
	.navigation a:hover{
		background: darken(deepskyblue, 20%);
	}
	
	/*    Flexbox Grid System   */
	
	/* Parent */
	.row {
		display: flex;
		flex-direction: column;
		max-width: 1280px;
		}
	/* Parent */
	.col {
		flex: 1;
		margin: .2em;/*important*/
		padding: .1em;
		color: #000;
		background-color: #FFF;
		}
	.sidebar {
		background-color: #C3DBD8;
		padding: .6em;
		}
	.plain-sidebar {
		padding: .6em;
	}
	.nav {
		background: deepskyblue;
	}
	
	
#na {
	list-style: none;
	flex: 1;
	margin: .2em;/*important*/
	padding-top: .5em;
	padding-bottom: .5em;
	justify-content:flex-end;
	background-color: #C3DBD8;
	max-width: 1267px;
}
	
#nb {
	margin-right: 2em;
	margin-bottom: .5em;
}
#nb a:hover {
	color: #030;
}
	

	@media screen and (min-width: 600px){
	.row {display: flex; flex-direction: row;}
	}
	
</style>

