@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

.cursorhand { cursor: pointer; _cursor: hand; }
.right { text-align: right; }
.utilities { font-size: 15pt; margin: 12px 0; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  position: relative;
  top: 5px;
}

.display-none {
	height: 0;
	overflow: hidden;
	opacity: 0;
	padding: 0 3%;
}
@media (min-width: 750px) {
	.display-none { padding: 0 0 0 12%; }
}
.display-block {
	height: auto;
	opacity: 1;
	-webkit-transition: all 125ms linear;
	-moz-transition: all 125ms linear;
	-o-transition: all 125ms linear;
	transition: all 125ms linear;
	width: 100%;
	padding: 1% 3%;
	margin-bottom: 12px;
}
@media (min-width: 750px) {
	.display-block { padding: 0.5% 3% 0 17%; }
}
.display-all {
	width: 100%;
	padding: 0 3%;
	margin-bottom: 12px;
}
@media (min-width: 750px) {
	.display-all { padding: 0 3% 1.5% 18.75%; }
}

.rotate {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
	-webkit-transition: all 125ms linear;
	-moz-transition: all 125ms linear;
	-o-transition: all 125ms linear;
	transition: all 125ms linear;
}
.currentsess {
	border-bottom: solid 2px #85c441;
	padding-bottom: 7px;
	-webkit-transition: all 125ms linear;
	-moz-transition: all 125ms linear;
	-o-transition: all 125ms linear;
	transition: all 125ms linear;
}
.currentsess i.material-icons {
	color: #85c441 !important;
}
.no-link i.material-icons {
	color: #a5a5a5 !important;
}

.concurrentsess {
	background-color: #d2f2aa;
	color: #79b12f;
	margin-left: 6px;
	border-radius: 50%;
}


div.program { width: 100%; border: solid 1px #e0e0e0 !important; z-index: 9999; }
div.program-day { display: block; padding: 12px !important; background: #e0e0e0; font-size: 17pt; color: #51545d; font-weight: normal; border: 0; }

div.timeslot { padding: 4px; border-top: solid 1px #e0e0e0 !important; }

div.session-time { 
	padding-left: 2px; 
	font-size: 13pt; 
	font-weight: 300;
}
div.session-time i.material-icons { top: 4px; font-size: 16pt; font-weight: normal; }

div.x-two, div.y-three, div.z-four, div.zz-five {
	border-left: solid 1px #e0e0e0;
}
div.display-all div.x-two, div.display-all div.y-three, div.display-all div.z-four, div.display-all div.zz-five {
	border-left: 0;
}
div.zz-five {
	background-image: url(/sites/default/files/noun_lightbulb_1822864.svg);
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: 100% 1%;
}

div.sess-link {
	position: relative;
	z-index: 9998;
}
a.editorlink {
	display: block !important; 
	width: 18px; height: 18px; 
	position: absolute; 
	top: 3px; right: 3px; 
	background-image: url(/sites/default/files/gear-select.png); 
	background-position: top left; 
	background-repeat: no-repeat;
	z-index: 9999;
}
a.editorlink:hover {
	background-position: bottom left; 
}

i.icon-nowrap {
	position: absolute;
	top: 2px;
	left: 0;
	font-size: 16pt;
	color: #00a4e7;
}

h3.program-title { margin: 2px 0 0 20px; padding-left: 4px; color: #06496e; font-weight: normal !important; font-size: 13pt; }
h3.program-title.view-all { font-weight: bold !important; }
h3 i.material-icons { top: 3px; font-size: 13pt; color: #00a4e7; }
@media (min-width: 750px) {
	h3 i.material-icons { top: 3px; }
}
.sesssumm { display: block; margin-left: 20px; font-style: italic; }
.sesssumm p { margin-top: 0; padding-left: 4px; padding-top: 0; }
.sesssumm b,
.sessumm strong { font-weight: normal !important; }

.sessdetail { 
border-left: solid 1px #f5f5f5;
}

.program-consess { display: none; float: right; background: #87c24a; margin: 1px 0 0 0; color: #ffffff; padding: 0 3px; }
.program-consess i.material-icons { top: 3px; }

h4.program-label { clear: both; padding: 12px 0 0 0; text-transform: uppercase; font-size: 13pt; }
.sponsor-list h4.program-label { border-bottom: solid 2px #00a4e7; padding: 36px 0 12px 0; margin-bottom: 24px; font-size: 15pt; }

.program-participant { padding: 6px 6px 6px 12px; min-height: 110px; border-top: dotted 1px #e0e0e0; }
@media (min-width: 750px) {
	.program-participant { float: left; width: 50%; }
}
.participants .program-participant { padding: 12px 12px 12px 12px; min-height: 140px; border-top: dotted 1px #e0e0e0; }
@media (min-width: 750px) {
	.program-participant { float: left; width: 30%; margin-right: 2%; }
}

.program-participant a { font-size: 15pt; font-weight: bold; }
.program-participant span { font-size: 15pt; font-weight: bold; }
.program-participant p { margin-top: 0; padding-top: 0; line-height: 18px !important;  }
.program-participant-summary { line-height: 18px !important; font-size: 10pt; }
.program-participant .headshot { 
	display: inline-block; 
	float: left; 
	line-height: 96px; 
	height: 90px; 
	width: 90px; 
	padding: 0 0 0 0;
	margin: 0 12px 6px 0; 
	border-radius: 50%; 
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: top center; 
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
}

.program-sponsor { 
	position: relative; 
	float: left; 
	display: inline-block; 
	height: 210px; 
	width: 210px; 
	line-height: 190px; 
	margin-right: 6px; 
	margin-bottom: 6px; 
	text-align: center; 
	border: dotted 1px #fff;
	border-top: dotted 1px #ccc;
	transition: all 300ms;
}

@media (min-width: 750px) {
	.program-sponsor {
		border-right: dotted 1px #ccc; 
	}
	.program-sponsor-1,
	.program-sponsor-2,
	.program-sponsor-3,
	.program-sponsor-4 {
		border-top: dotted 1px #fff;
	}
	.program-sponsor:last-child,
	.program-sponsor-4,
	.program-sponsor-8,
	.program-sponsor-12,
	.program-sponsor-16,
	.program-sponsor-20,
	.program-sponsor-24,
	.program-sponsor-28,
	.program-sponsor-32,
	.program-sponsor-36 {
		border-right: dotted 1px #fff;
	}
	.event-details .program-sponsor-1,
	.event-details .program-sponsor-2,
	.event-details .program-sponsor-3 {
		border-top: dotted 1px #fff;
	}
	.event-details .program-sponsor-4 {
		border-top: dotted 1px #ccc;
	}
	.event-details .program-sponsor-4,
	.event-details .program-sponsor-8,
	.event-details .program-sponsor-12,
	.event-details .program-sponsor-16,
	.event-details .program-sponsor-20,
	.event-details .program-sponsor-24,
	.event-details .program-sponsor-28,
	.event-details .program-sponsor-32,
	.event-details .program-sponsor-36 {
		border-right: dotted 1px #ccc;
	}
	.event-details .program-sponsor:last-child,
	.event-details .program-sponsor-3,
	.event-details .program-sponsor-6,
	.event-details .program-sponsor-9,
	.event-details .program-sponsor-12,
	.event-details .program-sponsor-15,
	.event-details .program-sponsor-18,
	.event-details .program-sponsor-21,
	.event-details .program-sponsor-24,
	.event-details .program-sponsor-27 {
		border-right: dotted 1px #fff;
	}
	.sponsor-list {
		max-width: 872px;
	}
	div.only-one-sponsor div.program-sponsor {
		border-left: dotted 1px #ccc; 
		border-right: dotted 1px #ccc !important;
	}
	div.sponsor-list.only-one-sponsor div.program-sponsor {
		border-left: dotted 1px #fff; 
		border-right: dotted 1px #fff !important;
	}
}
div.sponsor-list div.program-sponsor {
	margin: 0;
}
div.sponsor-list div.program-sponsor:hover,
div.sponsor-list.only-one-sponsor div.program-sponsor:hover {
	box-shadow: 0 0 22px 0 #dddddd;
}
/*
div.sponsor-list div.program-sponsor:after {
	content:'';
	position:absolute;
	top:-1px;
	right:0;
	width: 6px;
	height: 1px;
	border-bottom: 1px solid #fff;
}
div.sponsor-list div.program-sponsor:before {
	content:'';
	position:absolute;
	top:0;
	right:-1px;
	height: 6px;
	width: 1px;
	border-right: 1px solid #fff;
}
*/

.program-sponsor img { vertical-align: middle; max-width: 160px; max-height: 160px; }
i.sponsor-icon { top: 4px; }

.program-audio-box { position: relative; max-height: 166px; }
.program-audio .login-overlay { position: absolute; top: 0; left: 0; margin-left: 8px; width: 95%; max-width: 672px; height: 166px; background-color: rgba(255, 255, 255, 0.75); text-align: center; padding: 0 18px; padding-top: 75px; text-shadow: 3px 3px 9px #fff; }
.program-audio iframe { margin-left: 8px; width: 95%; max-width: 672px; max-height: 166px; }
@media (min-width: 750px) {
	.program-audio .login-overlay,
	.program-audio iframe {
		width: 100%;
	}
}

.no-shade.media-element { max-width: 160px !important; max-height: 160px !important; }
table.sponsor { max-width: 668px !important; }


/* Grid */
.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 0;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 100%;
    padding: 0 0; }
}

/* For devices larger than 750px */
@media (min-width: 750px) {
  .container {
    width: 100%; }
  .column,
  .columns {
    margin-left: 0; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .two.columns                    { width: 16.66666667%; }
  .three.columns                  { width: 33%; }
  .five.columns                   { width: 41.66666667%; }
  .six.columns                    { width: 50%; }
  .nine.columns                    { width: 65%; margin-right: 12%; }
  .twopointfive.columns				{ width: 23%; }
  .ten.columns                    { width: 83.33333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

}

.program.tot3 .timeslot .five.columns { width: 27.777777776%; }
.program.tot4 .timeslot .five.columns { width: 20.8%; }
.program.tot5 .timeslot .five.columns { width: 16.66666667%; }

.offset-one { margin-left: 41.66666667% }
.program.tot3 .timeslot .five.columns.offset-one { margin-left: 27.777777776%; }
.program.tot4 .timeslot .five.columns.offset-one { margin-left: 20.8%; }
.program.tot5 .timeslot .five.columns.offset-one { margin-left: 16.66666667%; }

.program.tot3 .timeslot .five.columns.offset-two { margin-left: 54%; }
.program.tot4 .timeslot .five.columns.offset-two { margin-left: 41.6%; }
.program.tot5 .timeslot .five.columns.offset-two { margin-left: 33.33333333%; }

.program.tot3 .timeslot .five.columns.offset-three { margin-left: 81%; }
.program.tot4 .timeslot .five.columns.offset-three { margin-left: 62.4%; }
.program.tot5 .timeslot .five.columns.offset-three { margin-left: 50%; }

.program.tot5 .timeslot .five.columns.offset-four { margin-left: 66.66666667%; }

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }
  
p.eventdetsh { margin-top: 60px; margin-bottom: 0; font-size: 17pt; color: #666666; text-transform: uppercase; font-weight: 400; }
p.eventdetsh:first-child { margin-top: 30px; }
a.eventdetreg { display: inline-block; width: 160px; height: 40px; line-height: 40px; text-align: center; background-color: #f68829; color: #fff; font-weight: 400; font-size: 13pt; text-transform: uppercase; text-decoration: none; }
table.eventdettable { min-width: 70%; margin-top: 6px; }

.event-details .pane-content iframe { width: 300px; height: 450px; border: 0; }*/

/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 750px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}










