@charset "utf-8";
/* CSS Document */
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size: 62.5%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body {
	height: 100%;
}
a {
	text-decoration: none;
}
a img {
	border-style: none;
}

.clearfix {
	clear:both;
}

h1, h2, h4, h5, h6 {
	font-family:"HelveticaNeueLight","Helvetica Neue Light","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#111;
	font-weight:400;
}
#printroster td {
	padding: 10px 5px;
	vertical-align:top;
	font-family:"HelveticaNeueLight","Helvetica Neue Light","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.report-title {
	font-size: 17px;
	font-weight: bold;
	background-color: #eee;
	text-align: center;
	padding: 10px;
	border-bottom: 1px solid;
}

.row {
	width: 100%;
	clear: both;
	margin-top: 20px;
	display: block;
}

.col1 {
	width: 45%;
	float: left;
	padding-right: 5%;
	padding-top: 30px;
}

.col2 {
	width: 45%;
	float: left;
	padding-left: 5%;
	padding-top: 30px;
}

.nom-header {
	page-break-after: always;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
}

.nominee-name, .nominee-recommender {
	font-size: 13px;
	font-weight: bold;
	margin-left: 20px;
}

.address-block {
	margin-left: 20px;
	font-size: 13px;
	margin-top: 10px;
}

.essay {
	font-size: 15px;
	margin-left: 20px;
	padding-top: 20px;
}

#printmemberschools {
	margin: auto;
	width: 700px;
}

#printmemberschools td {
	font-family:"HelveticaNeueLight","Helvetica Neue Light","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;

}

.print-group-header {
	text-align:center; font-size:20px; padding-bottom:20px; padding-top: 50px; border-bottom: 4px solid; line-height: 50px;
}

.print-school-header {
	font-size:20px; padding-top: 15px; padding-bottom: 5px; border-top: 1px solid; margin-top: 30px;
}

.print-role-header {
	font-size:16px; padding-top: 10px; padding-bottom: 5px;
}

#print-nominees .row {
	max-width: 72rem;
	margin-left: auto;
	margin-right: auto;
}

#print-nominees .row .col1 {
	width: 20%;
}