
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


@font-face { font-family: "Bradford A"; src: local("☺︎"), url("../webfonts/BradfordMM12-Medium_A.woff") format("woff"); }
@font-face { font-family: "Bradford B"; src: local("☺︎"), url("../webfonts/BradfordMM12-Medium_B.woff") format("woff"); }


body{
	font-family:Helvetica,Arial,sans-serif;
	letter-spacing: .75px;
	font-size: 16px;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	line-height: 21px;
}

strong{
	font-weight: bold;
}

em {
	font-style: italic;
}

.input {
	font-family: Helvetica,Arial,sans-serif;
	letter-spacing: .75px;
	font-size: 16px;
	width: 285px;
	border: solid 1px black;
	resize: none;
}
.textarea {
	font-family:Helvetica,Arial,sans-serif;
	letter-spacing:.75px;
	font-size:16px;
	width: 530px;
	border: solid 1px black;
	resize: none;
}

#div1 {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

#div2 {
	display: table-cell;
}

#div3 {
	margin-left: 33px;
	margin-right: 20px;
	margin-top: 50px;
}

#div3 p + p{
	margin-top: 16px;
}

#div4 {
	margin-left: 33px;
	margin-right: 20px;
}

a:link,
.selected {
	border-bottom: 1px solid black;
	padding-bottom: .5px;
	color: black;
	text-decoration:none;
}

a:visited {
	border-bottom: 1px solid black;
	padding-bottom: .5px;
	color: black;
	text-decoration:none;
}

a:hover {
	border-bottom: 1px solid black;
	color: black;
	text-decoration:none;
	padding-bottom: .5px;
}

a:active {
	border-bottom: 1px solid black;
	color: black;
	text-decoration:none;
	padding-bottom: .5px;
}

.uppercase {
	text-transform: uppercase;
}

.headline{
	text-transform: uppercase;
	text-align: center;
	margin-top: 53px;
	margin-bottom: 42px;
}

.logo{
	font: 50px/1.1 "Bradford A","Bradford B",Georgia,serif;
	letter-spacing: 0;
	margin-left: 20px;
	margin-right: 20px;
}

.logo p + p {
	margin-top: 14px;
}

.wrap-input + .wrap-input{
	margin-top: 22px;
}

label + .wrap-input{
	margin-top: 16px;
}

.wrap-input + label{
	margin-top: 47px;
}

label{
	display: block;
}

.value-print{
	white-space: pre-wrap;
	display: none;
}

.navigation a {
	border-bottom: none;
}

@media print{
	.display-text,
	.headline,
	.navigation,
	.js-value-print{
		display: none;
	}

	.logo{
		font-size: 30px;
	}

	.value-print{
		display: block;
		border: 1px solid #000;
		padding: 2px;
		min-height: 18px;
	}
}
