@charset "utf-8";
/* CSS Document */
@media print {
@page { margin: .5in; }
body {
	font-size:12pt;
	line-height: 110%;
	font-family: Arial, Helvetica, sans-serif;
}
.print-header {
	display:block;
}
.wrapper {
	width: auto;
	margin: 0;
}
header, nav, aside, footer, menu {
	display: none;
}
article {
	float:none;
	margin:0;
	padding:0;
	clear:both;
	width:100%;
}
#session-link, .nav-foot {
	display: none;
}
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	page-break-after: avoid;
	page-break-inside: avoid;
	color:#cb181a;
	font-style: normal;
	font-weight: 700;
}
p, h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	orphans: 3;
	widows: 3;
}
h1 {
	font-size: 17pt;
	line-height: 114%;
	clear:both;
}
h2 {
	font-size: 16pt;
	line-height: 112%;
	clear:both;
}
h3 {
	font-size: 14pt;
	line-height: 112%;
	clear:both;
}
a, a:visited, a:hover, a:active {
	color: #2b7451;
	font-weight:bold;
	text-decoration:none;
}
table {
	display:block;
}
tr {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
	page-break-inside: avoid;
	border: none;
}
.front-conference-date {
	margin-top: 2em;
}
img.headshot {
	float:left;
	width:22%;
	padding:5pt 10pt 2pt 0;
	border:none;
}
.two-star-photo {
	float:left;
	clear:both;
	width:45%;
	padding: 5pt 10pt 2pt 0;
	border: none;
}
.indent {
	margin-left: 1em;
}
div.front-photos {
	display: none;
}
.funder-block {
	width: 50%;
	float: left;
	margin: 0;
}
.funder-logos-block {
	margin-top: 2em;
	display:none;
}
.nomobile {
	display:block;
	width: 98%;
}
.precon-header a {
	text-decoration:none;
	font-weight:bold;
	color:black;
}
.conference-session-table div.organizedby {
	margin-bottom: 1em;
}
/*.conference-session-monday tr, .conference-session-tuesday tr {
	margin-bottom: 1em;
}*/
.room {
	/*display:none; open when rooms are ready*/
	margin: .25em 0 .25em 1em;
	page-break-before:avoid;
}
.incidental {
	font-size: 98%;
	font-style: italic;
	font-weight: lighter;
	color: #bbbbbb;
}
.incidental a {
	font-size: 98%;
	font-style: italic;
	font-weight: lighter;
	color: #bbbbbb;
	text-decoration: none;
}
.organizedby {
	margin-left:1em;
}
nav {
	visibility:hidden;
}

td.timecell {
	vertical-align: top;
}
.timecell {
	width: 5em;
	display:block; /*set to block when times are in place*/
	margin:0 1em 0 0;
	padding-bottom:.75em;
}
.timecell2 {
	display:none;
}
.reverse-header {
	border-bottom:2pt solid #666666;
	border-top:2pt solid #666666;
	margin:8pt 0;
	padding:1px 0 0 1pt;
	page-break-inside: avoid;
}
.indent-75 {
	margin:0 0 0 1.75em;
	text-indent:-.75em;
}
ul {
	list-style:none;
}
}