body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 1.35;
	margin: 0;
	background-color: #fff;
	color: #19305c;
}

img {	border:0; }

/* -------- */
/* -------- */
/*  Header  */
/* -------- */
/* -------- */

.head-topper {
	width: 100%;
	height: 200px;
	margin: 0 0 3em 0;
}
#background1 {
	background: url(header-1.jpg) no-repeat left top;
	height: 200px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -1;
	background-size:contain;
}
#background2 {
	background: url(header-2.jpg) no-repeat right top;
	height: 200px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
	background-size:contain;
}

.calendarblock {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 0.5em;
	max-width: 320px;
	text-align: center;
	margin: 0 auto 1em auto;
}
.calendar {
	display: inline-block;
	font-size: 95%;
	border: 3px solid #42a9dc;
	border-radius: 9px;
	line-height: 1.25;
	padding: 0.5em 0.85em;
	text-align: center;
	background-color: #E9F4F7;
	color: #19305c;
	text-decoration: none;
	font-weight: 600;
}
.calendar:hover {
	-webkit-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
	background-color: #19305c;
	color: white;
}
.back-block {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 2em 1fr;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2em
	width: 90%;
	max-width: 620px;
	margin: 0 auto 1.6em auto;
	vertical-align: middle;
}

/* ------- */
/* ------- */
/* Content */
/* ------- */
/* ------- */

table {
	border-collapse: collapse;
}
table.mainblocks {
	width: 99.8%;
	max-width: 1450px;
	margin: 0 auto 6em auto;
	border: 0px;
}
table.mainblocks td.day {
	outline: 4px solid #19305c;
	outline-offset: -3px;
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	z-index: 100;
	vertical-align: middle;
	background-color: #42a9dc;
	background: #42a9dc; /* Old browsers */
	background: -moz-linear-gradient(left,  #E9F4F7 0%, #42a9dc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #E9F4F7 0%,#42a9dc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #E9F4F7 0%,#42a9dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9F4F7', endColorstr='#42a9dc',GradientType=1 ); /* IE6-9 */
	margin: 0;
	padding: 0.95em;
	color: #19305c;
}
.day-content {
	display: inline-block;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}
.big-day {
	display: block;
	margin: 0;
}
.big-day p {
	font-size: 193%;
	line-height: 1;
	font-weight: 700;
	color: #19305c;
	margin: 0.2em 1em 0.1em 1em;
}
.big-num {
	display: inline-block;
	margin: 0;
}
.big-num p {
	font-size: 193%;
	line-height: 1;
	font-weight: 700;
	color: #19305c;
	margin: 0.1em 0.5em 0.2em 1em;
}
.big-nav {
	display: inline-block;
}
img.nav-arrow {
	float: left;
	height: 13px;
	width: 13px;
	vertical-align: middle;
	padding: 0.33em;
	border: 2px solid #19305c;
	border-radius: 15px;
	background: #ccd7de;
	margin-bottom: -2px;
}

img.nav-arrow:hover {
	transition-duration: 0.25s;
	background-color: #fff;
}
.day-sched {
	display: inline-block;
	font-size: 95%;
	font-weight: 600;
	vertical-align: middle;
	text-align: left;
	line-height: 1.4;
	margin: 0 0.5em 0 2em;
}
.day-sched a {
	color: #19305c;
}
td.grid {
	padding: 0.5em 0.75em;
	border: 1px solid #B2CAD6;
	vertical-align: top;
}
td.spacer-cell {
	height: 3em;
}
td.spacer-small {
	height: 2em;
	border: 0;
	padding: 0;
}
.parallel-box {
	display: -ms-grid;
	display: grid;
	margin: 0;
	-ms-grid-columns: 1fr 1em 1fr;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1em;
	padding: 0.75em;
}

table.parallel-sesh-left {
	display: block;
	border: 2px solid #19305c;
	font-size: 93%;
	margin: 0;
	padding: 0;
	width: 100%;
}
table.parallel-sesh-right {
	display: block;
	border: 2px solid #19305c;
	font-size: 93%;
	margin: 0;
	padding: 0;
	width: 100%;
}
td.para-head {				/* ---Parallel Session Header--- */
	background-color: #D5E7EF;
	vertical-align: middle;
	padding: 0.8em;
	outline: 2px solid #19305c;
}
.para-title {				/* ---Parallel Session Title Text--- */
	margin: 0 0 auto 1em;
	font-size: 107%;
}
td.sesh-cell {				/* ---Regular Session Header--- */
	background-color: #D5E7EF;
	padding: 0.75em 3em;
	border: 2px solid #19305c;
}
.sesh-title {				/* ---Regular Session Title Text--- */
	margin: 0;
	font-weight: 700;
	font-size: 125%;
}
.mods {	
	font-style: italic;
	font-size: 95%;
	margin: 3px auto 1px 3em;
}
td.brk {
	background-color: #D5E7EF;
	padding: 1em 1.5em;
	border: 1px solid #19305c;
}
td.brk p {
	font-size: 110%;
	letter-spacing: 0.5px;
	font-weight: 600;
	line-height: 1;
	margin: 0.25em;
}
td.time {
	text-align: center;
	width: 6%;
}
td.title {
	width: 50%;
}
td.speaker {
	width: 44%;
}
img.head {
	display: block;
	float: left;
	height: auto;
	width: 100px;
	margin-right: 0.55em !important;
}
td.speaker p {
	display: block;
	margin-top: 0;
	vertical-align: top;
}




@media screen and (max-width:1200px) {
  body {
	font-size: 11pt;
  }
  .head-topper {
	height: 160px;
  }
  #background1 {
	height: 160px;
  }
  #background2 {
	height: 160px;
  }
  img.head {
	width: 90px;
  }
}



@media screen and (max-width:1100px) {
  img.head {
	width: 83px;
  }
}



@media screen and (max-width:900px) {
  body {
	font-size: 10pt;
  }
  .head-topper {
	height: 140px;
	margin-bottom: 5em;
  }
  #background1 {
	height: 140px;
  }
  #background2 {
	height: 140px;
  }
  img.nav-arrow {
	height: 11px;
	width: 11px;
  }
  table.mainblocks {
	width: 98%;
	margin: 0 auto%;
  }
  .parallel-box {
	display: block;
	width: 98%;
  }
  table.parallel-sesh-left {
	margin-bottom: 10px;
	width: 99%;
  }
  table.parallel-sesh-right {
	margin-bottom: 10px;
	width: 99%;
  }
  td {
	padding: 5px;
  }
  img.head {
	width: 75px;
  }
}



@media screen and (max-width:768px) {
  body {
	font-size: 9pt;
  }
  .head-topper {
	height: 100px;
	margin-bottom: 6em;
  }
  #background1 {
	height: 100px;
  }
  #background2 {
	height: 100px;
  }
}



@media screen and (max-width:500px) {
  .head-topper {
	height: 70px;
	margin-bottom: 8em;
  }
  #background1 {
	height: 70px;
  }
  #background2 {
	height: 70px;
  }
  img.nav-arrow {
	height: 9px;
	width: 9px;
  }
  td {
	padding: 3px;
  }
  img.head {
	width: 60px;
  }
}



@media screen and (max-width:450px) {
  body {
	font-size: 8pt;
  }
  .head-topper {
	height: 60px;
	margin-bottom: 8em;
  }
  #background1 {
	height: 60px;
  }
  #background2 {
	height: 60px;
  }
  img.head {
	width: 40px;
  }
}



@media screen and (max-width:375px) {
  body {
	font-size: 7pt;
  }
  .head-topper {
	height: 60px;
	margin-bottom: 8em;
  }
  #background1 {
	height: 60px;
  }
  #background2 {
	height: 60px;
  }
  img.head {
	width: 25px;
  }
}
