@charset "UTF-8";

#toggler,
#menu-toggle,
nav,
h1 a,
footer div,
input[type=submit] {
	display: none;
}

#columns,
section,
aside,
footer {
	width: 100%;
	margin: 0;
	float: none;
	background: transparent;
	color: #111;
}

body {
	background: white;
}

* {
	font-family: Georgia, ‘Times New Roman’, serif;
}

h1 {
	font-size: 18pt;
	margin: 1.5em 0 0.8em;
}

h1.header {
	margin: 0 0 0.8em;
}

section h2,
aside h3 {
	font-size: 16pt;
	margin: 1.5em 0 0.8em;
}

section h3,
aside h4 {
	font-size: 14pt;
	margin: 1.5em 0 0.8em;
	padding: 0;
	border: none;
}

section h4 {
	font-size: 13pt;
	margin: 1.5em 0 0.8em;
}

h2:after,
h3:after {
	page-break-after: avoid;
}

p,
li {
	font-size: 12pt;
	line-height: 1.2em;
	orphans: 3;
}

aside {
	page-break-before: always;
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #111;
}

a:link:after {
	content: "(" attr(href) ")";
	font-weight: normal;
	text-decoration: underline;
	margin: 0 0.3em;
}


form {
	margin: 2em 0 0;
}

form,
fieldset {
	border: none;
	padding: 0;
}

form div {
	margin: 0 0 1.2em;
}

form label {
	font-weight: bold;
	margin: 0 0 0.6em;
}

form label u {
	text-decoration: none;
}

form input[type=text],
form input[type=email] {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #000;
	width: 100%;	
}

input::-webkit-input-placeholder {
	color: transparent;
}

input::-moz-placeholder {
	color: transparent;
}

input:-moz-placeholder {
	color: transparent;
}
input:-ms-input-placeholder { 
	color: transparent;
}


code {
	font-family: monospace;
	font-size: 10pt;
}
