@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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*End of Meyer's Reset*/
* {
	box-sizing:border-box;
}
body {
	font-family: montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	color:#2d1853;
	font-size:62.5%;
	background-color:#eee;
	line-height:1.5;
}
strong {
	font-family: montserrat, sans-serif;
	font-weight: 900;
	font-style: normal;
}
em {
	font-style:italic;
}
.sponsor-em {
	font-style:italic;
	font-size: calc(6px + .5vw);
	color:#ef3e43;	
}
.center-text {
	text-align:center;
}
#wip {
	width:100%;
	padding:2rem;
	background-color:yellow;
	text-align:center;
	font-size: calc(8px + .5vw);
}
#wip h1 {
	font-size: calc(12px + .5vw);
	font-weight:900;
}
#container {
	max-width:1000px;
	margin:0 auto;
	background-color:white;
	border:1px solid #ddd;
}
header {
	background-image:url("../_images/banner-bg.jpg");
	background-size:cover;
	text-align:center;
}
header a {
	text-decoration:none;
}
header h1 {
	font-size: calc(12px + .5vw);
	background-color:#180b35;
	color:#fff;
	text-align:center;
	padding:1rem;
	font-weight:900;
	margin-bottom:2rem;
}
header h2 {
	font-weight: 700;
	font-style: normal;	
	font-size: calc(24px + .5vw);
	color:#f89921;
	padding:1rem 1rem 0 1rem;
	line-height:1;	
}
header h3 {
	font-size: calc(18px + .5vw);
	color:#fff;
	padding:0 1rem 2rem 1rem;
}
.logo {
	max-width:250px;
	display:block;
	margin:0 auto;
}
#nav-hold {
	position:sticky;
	top:0;
	z-index:999;
}
#workbook-nav, #days-nav {
	display:flex;
}
#days-nav a, #workbook-nav a {
	display:block;
	flex:1;
	text-align:center;
	padding:1rem;
	font-size: calc(10px + .5vw);
	font-weight:900;
	text-decoration:none;
}
/*Use to force a single day color for the Agenda Nav*/
/*#days-nav a {
	background-color:#06325c !important;
}*/
#workbook-nav a {
	background-color:#180b35;
	color:#fff;
	text-transform:uppercase;
}
.divider {
	display:block;
	width:100%;
	border-bottom:1px solid #eee;
	margin:1rem 0;
}
.vendor-hold {
	text-align:center;
	border-bottom:1px solid #eee;
	padding-top:1rem;
}
.vendor-hold:first-child {
	padding-top:0;
}
.vendor-hold:last-child {
	border-bottom:none;
}
#content-intro {
	font-size: calc(10px + .5vw);
	border-bottom:1px solid #eee;
	padding:2rem 1rem 1rem 1rem;
	text-align:center;
}
#content-intro h2 {
	color:#80489c;
	font-size: calc(36px + .5vw);
	text-align:center;
	line-height:1;
	font-family: phosphor, sans-serif;
	font-weight: 400;
	font-style: normal;	
}
#content-hold {
	padding:2rem 2rem 1rem 2rem;
	font-size: calc(10px + .5vw);
}
#big-vendors-hold {
	padding:2rem 1rem 1rem 1rem;
	font-size: calc(10px + .5vw);
}
#sig {
	max-width:250px;
}
#agenda-hold {
	padding-bottom:2rem;
	font-size: calc(10px + .5vw);
}
#agenda-intro p, #content-hold p, .sponsors-list p, #content-intro p, #big-vendors-hold p, #agenda-hold ul, #agenda-hold ol {
	margin-bottom:1rem;
}
#agenda-hold ul, #agenda-hold ol {
	margin-left:3rem;
}
#agenda-hold ul li {
	list-style:disc !important;
}
#agenda-hold ol li {
	list-style:decimal !important;
}
.sponsors-list {
	display:block;
	border-top:1px solid #eee;
	padding:2rem;
	text-align:center;
	font-size: calc(10px + .5vw);	
}
.sponsors-list h2 {
	font-size: calc(20px + .5vw);	
	font-weight:900;
}
.sponsors-list h3 {
	display:block;
	width:100%;
	padding:1rem;
	color:#fff;
	text-transform:uppercase;
	margin:2rem 0 1rem 0;
	font-weight:900;
}
.prez-sponsor {
	background-color:#0c58a4;
}
.plat-sponsor {
	background-color:#006f6e;
}
.gold-sponsor {
	background-color:#c8a236;
}
.silver-sponsor {
	background-color:#969696;
}
.events-sponsor {
	background-color:#323232;
}
.event {
	display:flex;
	flex-direction:row;
}
.banner-image, .full-size {
	width:100%;
	display:block;
	border:2px solid #eee;
}
.banner-image {
	margin-bottom:1rem;
}
.vendor-hold a {
	color:#80489c !important;
}
.time {
	width:25%;
	text-align:right;
	padding:1rem 1rem .5rem 1rem;
}
.timeline-divider {
	width:0px;
	border-right-width:1px;
	border-left-width:1px;
	border-right-style:solid;
	border-left-style:solid;
	text-align:center;
	position:relative;
}
.fa-circle {
	position: absolute;
	top:1rem;
	left: 50%;
	transform: translate(-50%,0%);
}
.description {
	width:75%;
	padding:1rem 2rem 0 1rem;
	margin:0 1rem;
}
.SESSION {
	padding:1rem 2rem 1rem 1rem;
	border-radius:0px 30px 30px 30px;
	margin:1rem 1rem 0 1rem;
}
.KEYNOTE, .CLOSING, .GENERAL {
	background-color:#180b35;
	color:#fff;
}
.I {
	background-color:#462363;
	color:#fff;
}
.II {
	background-color:#80489c;
	color:#fff;
}
.III {
	background-color:#37ac4a;
	color:#fff;	
}
.IV {
	background-color:#f89921;
	color:#fff;	
}
.V {
	background-color:#a9742a;
	color:#fff;	
}
.I > .accordion, .I > .purple-italic, .II > .accordion, .II > .purple-italic, .III > .accordion, .III > .purple-italic, .IV > .accordion, .IV > .purple-italic, .V > .accordion, .V > .purple-italic, .GENERAL > .accordion, .GENERAL > .purple-italic, .KEYNOTE > .accordion, .KEYNOTE > .purple-italic, .CLOSING > .accordion, .CLOSING > .purple-italic {
	color:#fff;
}
.Monday {
	color:#462363;
	border-right-color:#462363;
	border-left-color:#462363;
}
.Tuesday {
	color:#80489c;
	border-right-color:#80489c;
	border-left-color:#80489c;
}
.Wednesday {
	color:#37ac4a;
	border-right-color:#37ac4a;
	border-left-color:#37ac4a;
}
.Thursday {
	color:#f89921;
	border-right-color:#f89921;
	border-left-color:#f89921;
}
.Friday {
	color:#a9742a;
	border-right-color:#a9742a;
	border-left-color:#a9742a;
}
.show-more {
	display:block !important;
}
.poof {
	display:none !important;
}
.purple-italic {
	color:#80489c;
	font-style: italic;
}
/*Accordion Styling*/
 /* Style the buttons that are used to open and close the accordion panel */
.accordion {
	display:none;
  	background-color:transparent;
	color:#0a59a4;
  	cursor: pointer;
  	padding:0;
  	width:100%;
  	text-align: left;
  	border:none;
  	outline:none;
  	transition: 0.4s;
	font-family: montserrat, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: calc(10px + .5vw);
	margin:1rem 0 .5rem 0;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
	z-index:1000;
	color:#fff;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	min-height:100%;
	max-height:100%;
  	overflow-y: auto;
	background-color:rgba(24,11,53,.97);
  	padding: 2rem;
  	display: none;
	animation:fly-in .25s ease-out forwards;
} 
@keyframes fly-in {
	0% {
		transform:translateY(-100%);
		transform:scaleY(0%);
		opacity:0;
	}
	100% {
		transform:translateY(0%);
		transform:scaleY(100%);
		opacity:1;
	}
}
.close-me {
	display:block;
	position:absolute;
	top:1rem;
	right:1rem;
	width:100%;
	padding:0;
	text-align:right;
	border:0;
	background-color:transparent;
	font-size:30px;
	color:#fff;
	cursor:pointer;
}
.hold {
	display:none;
	width:100%;
	padding:1rem;
}
.day {
	display:none;
	width:100%;
	padding:1rem;
	font-family: phosphor, sans-serif;
	font-weight: 400;
	font-style: normal;	
	color:#80489c;
	font-size: calc(24px + .5vw);
}
.show-day {
	display:block !important;
}
/*Sponsors "Sliders"*/
#sponsors {
	display:block;
	background-color:#0a59a4;
	color:#fff;
}
#sponsors h2 {
	font-size: calc(16px + .5vw);
	font-weight:900;
	padding:1rem 1rem 0 1rem;
	text-align:center;
	color:#fff;
}
.mySlides {
	display:none;
	animation:fadeIn 3s forwards;
}		
@keyframes fadeIn {
	0% {opacity:0;}
	25% {opacity:1;}
	50% {opacity:1;}
	75% {opacity:1;}		
	100% {opacity:0;}
}
/*End Sponsors*/
#disclaimers, footer {
	font-size: calc(10px + .5vw);
	color:#fff;
	padding:2rem 1rem 1rem 1rem;
	text-align:center;
}
#disclaimers p, footer p {
	margin-bottom:1rem;
}
#disclaimers {
	background-color:#eb3936;
}
footer {
	background-color:#06325c;	
}
.bottom-mar {
	margin-bottom:1rem;
}
.mob-show {
	display:none;
}
.top-line-bar {
	display:block;
	padding-top:1rem;
	border-top:1px solid #394056;
}
.keynote-speaker {
	display:none;
	margin-bottom:1rem;
	max-width:250px;
	float:left;
	padding-right:2rem;
}
.no-show-link {
	display:none;
}

@media only screen and (max-width: 750px) {
#content-hold, #big-vendors-hold, .sponsors-list, .accordion, #content-intro p, .event, #disclaimers, footer, nav a {
	font-size: calc(12px + .5vw);		
}
	.sponsor-em {
	font-size: calc(10px + .5vw);		
	}
.keynote-speaker {
	max-width:100%;
	float:none;
	padding-right:0;
}
#container {
	padding:0;
	border:0;
}
.mob-show {
	display:inline-block;
}
.mob-poof {
	display:none;
}
small {
	font-size: calc(8px + .5vw);
}
.day {
	font-size: calc(24px + .5vw) !important;		
}
#content-intro h2 {
	font-size: calc(36px + .5vw);
}
}