@charset "utf-8";
/* CSS Document */
	/* TypeKit Legend
	(medium) font-family: "skolar-sans-latin",sans-serif; font-style: normal; font-weight: 500;
	(semibold) font-family: "skolar-sans-latin",sans-serif; font-style: normal; font-weight: 600;
	(bold) font-family: "skolar-sans-latin",sans-serif; font-style: normal; font-weight: 700;
	(extrabold) font-family: "skolar-sans-latin",sans-serif; font-style: normal; font-weight: 800;
	*/
/* CSS reset */
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;
}
* {
	margin: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
}
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;
}
/* ============================================== end CSS reset ============================================== */
/* ============================================== headers ============================================== */
h1, h2, h3, h4, h5 {
	font-family: "skolar-sans-latin",sans-serif;
	font-style: normal;
	font-weight: 600;
}
/* ============================================== regions ============================================== */
html { 
	height: 100%;
	margin-bottom: 1px; 
}
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0px;
	background-position: top;
	background-color:#ffffff;
}
.wrapper {
	min-height: 100%;
	margin: 0px auto;
	width: 800px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 146%;
	background-color:white;
}
header {
	width: 100%;
	position:relative;
	height:172px;
	background-image: url(../images/banner.png);
	background-repeat:no-repeat;
	background-size: 100%;
}
.print-header {
	width:100%;
	display:none;
}
.print-header img {
	width:100%;
}
.logo-txt-1 {
	position:absolute;
	top:18px;
	left:14px;
	width:30%;
	font-family: "skolar-sans-latin",sans-serif;
	font-weight:800;
	font-size:1.4em;
	line-height:1em;
	display:none;
}
.logo-txt-2 {
	position:absolute;
	top:18px;
	left:290px;
	width:30%;
	font-family: "skolar-sans-latin",sans-serif;
	font-weight:800;
	font-size:1.4em;
	line-height:1em;
	display:none;
}
.logo-txt-3 {
	position:absolute;
	top:71px;
	left:20px;
	width:30%;
	font-family: "skolar-sans-latin",sans-serif;
	font-weight:800;
	font-size:.8em;
	display:none;
}

nav {
	width:100%;
	height:3.10em;
	line-height: 3.25em;
	margin:2px 0;
	color: #cccccc;
	background-color: #2b7451;
	text-align:center;
	text-transform:uppercase;
	font-size: 9pt;
	clear:both;
}
nav a {
	color: white;
	font-weight: bold;
	margin: 0 .6em;
	text-decoration:none;
}
nav a:hover {
	color: #fdd998;
}
nav a:active {
	color: #f99f24;
}
article {
	margin: 1em 0 1em .25em;
	/*padding-bottom: 206px;*/
	width: 64%;
	float: left;
	position:relative;
	overflow:visible;
}
#content {
}
#content2 {
	float: left;
	position:relative;
	width: 100%;
	overflow: visible;
}
aside {
	margin: 1em 1px 2em 0;
	float: right;
	clear:right;
	width: 30%;
	height: 100%;
}
.headshot-side {
	width:150px;
}
#right-sidebar {
}
.sidebar-image {
}
.sidebar-image img {
	width:100%;
	margin:0;
	border:none;
}
.sidebar-image-cap {
	margin:.7em 4px 1.25em .5em;
	color:#202178;
	font-size:.8em;
	line-height:125%;
	text-align:right;
}
.room {
	/*display:none; open when rooms are ready*/
	margin: .25em 0 .35em 0;
	font-weight: bold;
	font-size: 98%;
}
.boxinset {
	border:1px solid black; 
	border-radius:3px; 
	background-color:#ddd; 
	width:90%; 
	padding:1em; 
	margin:1em auto;
}
.boxinset h2, .boxinset p {
	margin:0;
}
/* ============================================== footer ============================================== */
footer {
	position: relative;
	margin-top: -226px; /* negative value of footer height */
	height: 232px;
	/*float: none;*/
	clear:both;
	width: 100%;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 160%;
	/*padding-bottom:2em;*/
	background-color: #2b7451; 
	background-repeat:no-repeat;
	background-size: contain;
	background-position:85% 65%;
}
#footer-table {
	width:100%;
	margin: 1em auto;
}
.footer-links {
	float:none;
	padding:2em 2em 0 2em;
}
.footer-links > menu {
	list-style-type:none;
	text-align:right;
}
.footer-links a {
	color: #ffffff;
	font-weight:bold;
}
.footer-links a:hover {
	color: #fdd998;
	text-decoration:none;
}
.footer-links a:active {
	color: #f99f24;
}
.footer-address {
}
address {
	float:none;
	padding:1em;
	text-align:left;
	color:#ffffff;
	font-weight:bold;
	font-size:1.3em;
}
address a {
	color:#ffffff;
	text-decoration:none;
}
address a:hover {
	color:#fdd998;
}
address a:active {
	color:#f99f24;
}
/* ============================================== end footer ============================================== */
/* ============================================== blocks, headers ============================================== */
p {
	margin-bottom: 1em;
}
ul {
	margin: 0 0 1em 1.5em;
	display:block;
}
.indent-75 {
	margin:0 0 0 1.75em;
	text-indent:-.75em;
}
.descriptor {
	font-style:italic;
	margin:.25em 1em 1em 1em;
	text-indent:0;
	font-size:95%;
	line-height:130%;
}
ol {
	margin: .75em 0 .75em 1.5em;
	display:block;
}
article h1, #content2 h1 {
	font-size: 200%;
	font-weight: bold;
	line-height: 1.05em;
	letter-spacing:-.5px;
	margin:0 0 .5em 0;
	color: #cb181a;
}
article h2, #content2 h2, #right-sidebar h2 {
	font-weight: bold;
	font-size: 150%;
	line-height: 120%;
	color: #cb181a;
	margin: 1em 0 .2em 0;
}
article h3, #content2 h3 {
	font-size: 100%;
	margin: 1em 0 0.7em 0;
	font-weight: bold;
}
article h4, #content2 h4 {
	color: #e76124;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cb181a;
	padding-top: 4px;
}
#right-sidebar h1 {
	color:#cb181a;
	font-size:1.35em;
	font-weight:bold;
	line-height:175%;
	border-bottom:solid #cb181a 3px;
	margin:0 0 1em 0;
}
.subtitle {
	margin:0;
}
.fieldLabel {
	color: #305e23;
	font-size: 90%;
	line-height: 125%;
	text-align: right;
	vertical-align: top;
	margin: 2px 6px 1.25em 2em;
}
.inset-grey {
	background-color: #dddddd;
	margin: 0 1em 1em 0;
	padding: 1em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
/* ============================================== end blocks, headers ============================================== */
/* ============================================== inline ============================================== */
a {
	color: #2b7451;
	font-weight:bold;
}
a:hover {
	color: #1f4922;
	text-decoration:none;
}
a:active {
	color: #1f4922;
	text-decoration:none;
}
a>header {
	color: #cb181a;
	font-weight:bold;
}
a:hover>header {
	color: #cb181a;
}
a:active>headerS {
	color: #cb181a;
}
h3 a {
	color: #333333;
	text-decoration: none;
}
h3 a:hover {
	color: #ff5c40;
}
h3 a:active {
	color: #ff5c40;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
.indent {
	margin-left: 1em;
}
.incidental {
	/*display:none; take away when schedule times allowed*/
	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;
}
.incidental a:hover {
	color: #f2665e;
	text-decoration: underline;
}
.incidental a:active {
	color: #f2665e;
}
.reverse-header {
	width:100%;
	background-color: #ccc;
	text-transform:uppercase;
	font-weight:bold;
	padding:5px 0 3px 4px;
	margin-top:1.75em;
	margin-bottom:.75em;
}
#session {
	font-size: 100%;
	line-height: 140%;
	width: 490px;
	padding: 0px;
	overflow: visible;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#session h1 {
	font-size: 200%;
	font-weight: bold;
	line-height: 115%;
	margin-bottom: 0px;
	color: #f2665e;
}
#session h2 {
	font-weight: bold;
	font-size: 180%;
	line-height: 100%;
	color: #f2665e;
	margin-top: 0.25em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#session h3 {
	font-size: 110%;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 0.7em;
	margin-left: 0px;
	font-weight: bolder;
}
#session h4 {
	color: #f2665e;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f2665e;
	padding-top: 4px;
}
.organizedby {
	margin-bottom: 12px;
	font-size: 96%;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	line-height: 140%;
}
.logo-inlay {
	width:120px;
	margin:6px 2em 1em 1em;
	float: right;
}
.tweet-conf {
	height:30px;
	margin: 0 10px -7px 0;
}
/* ============================================== front page ============================================== */
.front-not {
	display:none;
}
.front-photos {
	width:100%;
	margin:1px 0 1em 0;
	overflow:hidden;
}
.front-photos-item {
	float:left;
	width:24.9%;
	height:200px;
	overflow:hidden;
	border-right:1px solid white;
}
.front-photos-item img {
	margin:0;
	vertical-align:top;
}
.front-photos-captions {
	margin:1em 5em 2em 0;
	font-size:80%;
	line-height:1.5em;
	color:#202178;
}
.front-text {
	margin:0 0 1em 0;
	text-align:justify;
	color:#000;	
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size:1.15em;
	line-height:1.5em;
}
.front-conference-date {
	font-size: 1.15em;
	font-weight: bold;
	font-style: normal;
	margin: 1em 0;
}
.front-conference-location {
	font-size: 110%;
	font-weight:bold;
	margin:0 0 1em 1.5em;
}
.front-conference-committee {
	font-size:.8em;
	margin:0 0 .75em 2em;
	text-indent:-2em;
}
.front-hash {
	margin:0 0 1.1em 0;
	font-size:1.75em;
	font-weight:bold;
	color:#333333;
	text-align:right;
}
.front-hash a {
	text-decoration:none;
	color:#2b7451;
}
.front-hash a:hover {
	color:#1f4922;
}
/* ============================================== schedule ============================================== */
.schedcell {
	padding-bottom:.5em;
}
.timecell {
	width: 6em;
	/*display:none; set to block when times are in place*/
	margin:0 10px 0 0;
	padding-bottom:.5em;
	padding-right:2em;
	text-align:right;
}
.timecell2 {
	display:none;
}
/* ============================================== sessions ============================================== */
.conference-session-table {
	width:98%;
}
.conference-session-monday {
	float:left;
	width:48%;
}
.conference-session-tuesday {
	float:right;
	width:48%;
}
.sessiontype_present {
	font-size:80%;
	margin:0;
	color:#060;
}
.sessiontype_salon {
	font-size:80%;
	margin:0;
	color:#f00;
}
.session-resources {
	margin:2em 0;
}
.session-resources li {
	margin:0 0 .75em 0;
}
.infoLabel {
	color: #666666;
	font-size: 96%;
	font-weight:100;
	line-height: 125%;
	margin: .5em .25em .75em .75em;
	text-align:justify;
}
nav#session-link {
	display:none;
}
/* ============================================== preconference ============================================== */
.precon-header {
	padding-top:.75em;
}
.precon-header a {
	color:#cb181a;
	text-decoration:none;
}
.precon-header a:hover {
	text-decoration:underline;
}
.precon-header a:active {
}
/* ============================================== speakers ============================================== */
.speaker-block {
	margin-bottom:2em;
}
.headshot {
	display: block;
	float: left;
	width:35%;
	margin:6px 12px 0 0;
	border: 1px solid #666666;
}
.headshot-side {
	float: left;
	width:100px;
	margin-top:6px;
	margin-right: 12px;
	border: 1px solid #666666;
}
.two-star-photo {
	width:80%;
	margin-bottom:.5em;
}
/* ============================================== funders ============================================== */
.funder-block {
	float:left;
	width:50%;
}
.funder-block-header {
	border-bottom-style: solid;
	border-bottom-width:1px;
	border-bottom-color:#999999;
	font-weight: bold;
	margin-bottom:4px;
}
.funder-logos-block {
	float: right;
	margin: 1em 0 0 1em;
	width: 40%;
}
.funder-logos-block > img {
	display: list-item;
	margin: 0 0 2em 0;
	width: 95%;
	max-width: 250px;
	clear: both;
}
img.half-wide {
	width:60%;
}
/* ============================================== registration ============================================== */
.registration-rates {
	width:75%;
	padding: 2px 0 2px 10px;
}
.cancellation-policy {
	width:56%;
	padding: 2px 0 2px 10px;
}
p.hanging-para {
    padding-left: 1em ;
    text-indent: -1em ;
}
.regbutton {
	display:block;
	width:30%;
	margin: 1.15em 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1.15em;
	font-weight:normal;
	letter-spacing: 0.03em;
	color: #ffffff;
	text-decoration:none;
	text-align:center;
	padding: .75em 2em;
	background: #2b7451;
	background: -moz-linear-gradient(
		top,
		#2b7451 0%,
		#1f4922);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#2b7451),
		to(#1f4922));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #1f4922;
}
.regbutton:hover {
	color: #ffffff;
	text-decoration:none;
	background: #1f4922;
	background: -moz-linear-gradient(
		top,
		#1f4922 0%,
		#2b7451);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#1f4922),
		to(#2b7451));
}
/* ============================================== support ============================================== */
.support-conference-committee {
	float:none;
	clear:both;
	margin:0 0 1.75em 0;
}
.support-conference-committee li {
	list-style:none;
	margin-left:1em;
	text-indent:-1em;
}
.support-bod-left {
	float:left;
	width:48%;
	margin-bottom:1.5em;
}
.support-bod-right {
	float:right;
	width:48%;
	margin-bottom:1.5em;
}
.support-staff {
	float:none;
	clear:both;
}
.bod-org {
	margin-left:1em;
}
/* ============================================== navigation variations ============================================== */
#nav-homeonly > #slot {display:none;}
#nav-sessions > #sun-1000 {display:none;}
#nav-sessions > #sun-1400 {display:none;}
#nav-sessions > #sun-1545 {display:none;}
#nav-sessions > #mon-1000 {display:none;}
#nav-sessions > #mon-1400 {display:none;}

.nav-foot {
	display: none;
}