body{
	font-family: Helvetica,Arial,sans-serif;
	font-weight:300;
	font-size:1rem;
	color:#333;
}
a:link,a:visited {
	color: darkblue;
	overflow-wrap: break-word;
	word-wrap:break-word;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.pure-g,.pure-g [class *="pure-u"] {
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-family:"Lato",Helvetica,Arial,sans-serif;
	font-weight:300;
}
	h2,h3,h4 {
		border-bottom:1px solid white;
	}

.g{color:green}
.r{color:rgb(202, 60, 60)}

.error{
	margin: 5px 80px;
    padding: 10px;
    text-align: center;
    border: 1px solid #333;
    background-color: darkred;
    color: white;
}

.pure-img-responsive {
    max-width: 100%;
    height: auto;
}
fieldset{
	border:none;
	padding:0px;
}
input.pure-button{
	max-width:100%;
}
input.pure-button-primary{
	position:relative;
	top:-5px;
}

.pure-button{
	border-right:2px solid grey;
	border-bottom:2px solid grey;
}

.pure-button-primary{
	border-right:2px solid darkblue;
	border-bottom:2px solid darkblue;
}


ul#menu-nav{
	text-align:right;
	width:100%;
}
	ul#menu-nav li{
		text-align:left;
	}
@media (max-width: 48em){
	ul#menu-nav{
		padding-left:5px;
		text-align:inherit;
	}
}

@media (max-width: 48em){
	.pure-menu-horizontal{
		white-space:inherit;
	}
}
.pure-menu{
	color:black;
	padding:5px;
	background-color:white;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	position:fixed;
	z-index:1000;
	opacity:0.95;
	filter: alpha(opacity=95);
	-moz-opacity:0.95;
	width:100%;
	top:0px;
}
	.pure-menu img{
		position:relative;
		top:2px;
	}
	.pure-menu .button-error{ /* Logout Button */
		
	}
@media (max-width: 48em){
	.pure-menu{
		position:initial;
	}
	.pure-menu-horizontal .pure-menu-item{
		display:inline;
	}
}
	.logo{
		font-weight:bold;
		text-transform:none;
		color:black;
	}
		.logo h1{
			font-size:1.5em;
			margin-top:-5px;
			margin-left:0px;
			margin-right:0px;
			margin-bottom:0px;
		}
	.pure-menu a{
		-webkit-tap-highlight-color: transparent;
		vertical-align: middle;
		z-index: 1;
		will-change: opacity, transform;
		transition: all .3s ease-out;
		color:black;
		border-radius:5px;
		display:inline-block;
	}
		.pure-menu a.pure-button-primary:link,.pure-menu a.pure-button-primary:visited{
			color:white;
		}
		.pure-menu ul li ul li a{
			width:100%;
		}
	.pure-menu a.pure-menu-link{
		padding-left:0.75em;
		padding-right:0.75em;
	}
	.pure-menu a:hover{
		color:green;
	}
	.menu-dropdown{
		display:none;
	}


.pad{
	padding:5px;
}
.pad-large{
	padding-left:80px;
	padding-right:80px;
	padding-top:40px;
	padding-bottom:40px;
}
@media (max-width: 48em){
	.pad-large{
		padding-left:10px;
		padding-right:10px;
		padding-top:5px;
		padding-bottom:5px;
	}
}
	
.overlay{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:3;
}
@media (max-width: 48em){
	.overlay{
		display:none;
	}
}

.hero{
	color:white;
	position:relative;
	z-index:300;
	margin:20px;
}
	.hero h1{
		font-size:56px;
		font-weight:300;
		letter-spacing:normal;
		line-height:56px;
		margin:0px;
	}
		.hero #q{
			width:55%;
			margin-top:20px;
			margin-bottom:0px;
			font-size:28px;
			padding:10px;
			border:2px solid #e3e3e3;
			border-radius:3px;
			color:black;
		}
		@media (max-width: 48em){
			.hero #q{
				width:100%;
				display:block;
				margin-bottom:10px;
			}
		}
		/* .hero fieldset button{
		    position: relative;
			top: -6px;
			padding: 20px 30px;
			font-size: 28px;
		} */


.splash-container{
	z-index:1;
	overflow:hidden;
	width:100%;
	height:88%;
	top: 0;
	left: 0;
	position: fixed;
	background:#ddd;
	background-position:50% 50%;
	background-repeat:none;
}
@media (max-width: 48em){
	.splash-container{
		position:initial;
		height:auto;
		overflow:auto;
	}
}
.splash{
	position:absolute;
	width:100%;
	z-index:10;
}
@media (max-width: 48em){
	.splash{
		position:initial;
	}
}
.section{
	margin-top:62px;
}
@media (max-width: 48em){
	.section{
		margin-top:0px;
	}
}
	.section-red{
		background-color:rgb(202, 60, 60);
		color:white;
		padding-top:40px;
		padding-bottom:40px;
	}
		.section-red h2,.section-red h1{
			margin-top:0px;
			border:none;
		}
			.section-red h2{
				font-size:2em;
			}
		.section-red a:link,.section-red a:visited{
			color:white;
		}
		.section-red .pure-g div div{
			padding:20px;
		}

.content-wrapper{
	position: absolute;
	top: 87%;
	width: 100%;
	min-height: 12%;
	z-index: 50;
	background: white;
}
@media (max-width: 48em){
	.content-wrapper{
		position:initial;
	}
}
	.grey{
		background-color:rgb(250, 250, 250);
		border-top:1px solid #ddd;
		border-bottom:1px solid #ddd;
	}

.logos{
	text-align:center;
	margin:10px;
    text-align: center;
    line-height:50px;
}

.logos img{
	margin-left: 24px;
	margin-right: 24px;
}

form.form-login{
	padding:20px;
	background-color:#eee;
	border-radius:5px;
}
.form-login fieldset input{
	width:100%;	
	margin-top:10px;
	margin-bottom:10px;
}
	
.pure-table td{
	border-bottom:1px solid #e3e3e3;
}
	
/*
	Blog
*/
.blog-sidebar{
	background: darkgreen;/*rgb(61, 79, 93);*/
    color: #fff;
}
.blog-header {
    text-align: center;
    top: auto;
    margin: 3em auto;
}
.blog-content {
    padding: 2em 1em 0;
    overflow:hidden;
    word-break:break-all;
}
	/* Very hacky... */
	.blog-content #footer{
		margin-left:-3em;
		margin-right:-3em;
	}
	.blog-post .post-header{
		padding-top:3em;
	}
	.blog-meta{
		background: #5aba59;
		padding: 0.5em 1em;
		color: #fff;
	}
		.blog-meta .post-link{
			float:right;
			font-size:70%;
		}
		.blog-meta .post-link button{
			margin-top:-3px;
		}
	.blog-post-title{
		font-size: 2em;
		color: #222;
		margin-bottom: 0.2em;
		border-bottom:1px solid #eee;
	}
	.blog-title-img{
		max-height:300px;
		max-width:400px;
		overflow:hidden;
		margin-bottom:10px;
		margin-right:20px;
		float:left;
		transition: opacity .4s;
		box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
		border:0;
	}
@media (min-width: 48em){
	.blog-header {
		margin: 80% 2em 0;
		text-align: right;
	}
	.blog-sidebar {
		position: fixed;
		top: 0;
		bottom: 0;
	}	
	.blog-content {
        padding: 2em 3em 0;
        margin-left: 25%;
    }

}

@media (max-width: 48em){
	img{
		max-width:100%;
	}
}


.search-leg-inner input{
	padding:0px;
}
.search-leg-inner .search-phrase{
	width:inherit;
	padding-left:5px;
}

.button-success, .button-error{
	color: white;
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
	a.button-success:link,a.button-success:visited, a.button-error:link,a.button-error:visited{
		color:white;
	}
.button-success {
	background: rgb(28, 184, 65); /* this is a green */
	border-bottom:2px solid green;
	border-right:2px solid green;
}
.button-error{
	background: rgb(202, 60, 60);
	border-right:2px solid darkred;
	border-bottom:2px solid darkred;
}
.button-small {
	font-size: 85%;
}

#tips {
	z-index: 10000;
    position: fixed;
    top: 60px;
    width: 25%;
    left: 20px;
    color: black;
}
	#tips .tip {
		background-color: #eee;
		border-radius: 3px;
		padding: 10px 20px;
		margin-bottom:3px;
	}
	#tips .tip-close {
		float:right;
		margin-left:3px;
	}

#footer {
	clear:both;
	padding:50px;
	/* background-color:rgb(202, 60, 60);
	color:white; */
	background-color: #f2f2f2;
	color: #222;
}
@media (max-width: 48em) {
	#footer {
		margin-top: 0px;
	}
}
#footer a:link,#footer a:visited {
	color:#222;
}

.menu-link {
	font-size: 13px;
	padding: 16px;
}

.pure-menu-item {
	font-size: 13px;
}

.search-button {
	background-color: #f8f9fa;
	border: 1px solid #f8f9fa;
	border-radius: 4px;
	color: #3c4043;
	font-family: arial,sans-serif;
	font-size: 14px;
	margin: 11px 4px;
	padding: 0 16px;
	line-height: 27px;
	height: 36px;
	min-width: 54px;
	text-align: center;
	cursor: pointer;
	user-select: none;
}

.search-button:hover {
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	background-color: #f8f9fa;
	border: 1px solid #dadce0;
	color: #202124;
}