@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab&display=swap');
@import url('https://fonts.googleapis.com/css?family=Didact+Gothic&display=swap');

#LayoutDiv1 {
	background-color:#FFFFFF;
}
#LayoutDiv2 {
	background-color:#FFFFFF;
	min-height:100px;
/*	border-bottom: solid 1px #015D9F; */
}

#LayoutSpacer {
	background-color:#FFFFFF;
	min-height:20px;
/*	border-bottom: solid 1px #015D9F; */
}

#LayoutMenu {
	padding-top:30px;
	padding-bottom:20px;
	background-color:#FFFFFF;
	border-bottom: solid 1px #015D9F;
}


/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:100%;
}

#LayoutDiv4 {
	width:100%;
	background-color:#ededed;
	min-height:80px;
	padding-top:40px;
	margin-bottom:20px;
	text-align:center;
}

#LayoutDiv7 {
	margin-top:20px;
	background-color:#FFFFFF;
	min-height:75px;
}

#LayoutDiv8 {
	margin-top:20px;
	min-height:20px;
	text-align:right;
}

.confdate
{
	padding-top:200px;
	padding-left:150px;
	font-size:2.5em;
	color:#FFFFFF;
	/*font-family:"Times New Roman", Times, serif; */
	font-family:"Didact Gothic", "Century Gothic Pro", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
/*  font-family:"Roboto Slab", "Century Gothic Pro", "Lucida Sans Unicode", "Lucida Grande", serif; */
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
}

.emailupdates
{
	font-size:1.313em;
	font-weight:bold;
	color:#000000;

}

.h_sponsor
{
	width: 275px;
	height:275px;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border: 2px solid #005B9C;
/*    background: #FFFAF0; */
	background: #FFFFFF;
    padding: 0px 0px 0px 0px;
	box-shadow: 0px 0px 0px #3d424c;
	margin-bottom:20px;
}

.sponsorbox
{
	width: 500px;
	height:343px;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border: 2px solid #005B9C;
/*    background: #FFFAF0; */
	background: #FFFFFF;
    padding: 0px 0px 0px 0px;
	box-shadow: 0px 0px 0px #3d424c;
	margin-bottom:20px;
}

.sponsorGhost
{
	width: 500px;
	height:350px;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border: 2px solid #FFFFFF;
/*    background: #FFFAF0; */
	background: #FFFFFF;
    padding: 0px 5px 0px 5px;
	box-shadow: 0px 0px 0px #3d424c;
	margin-bottom:20px;
}

.sponsorimg
{
	top:0;
	bottom:0;
	margin-top:auto;
	margin-bottom:auto;
}

.mlghlogo
{
	padding-left:100px;
}

.menu a
{
	text-decoration:none;
	font-family:"Didact Gothic", "Century Gothic Pro", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
/*  font-family:"Roboto Slab", "Century Gothic Pro", "Lucida Sans Unicode", "Lucida Grande", serif; */
	font-size:1.5em;
	color:#005B9C;
/*	color:#002855; */
}

.menu a:hover
{
	text-decoration:none;
	color:#C99700;
}

h1
{
	font-family:"Didact Gothic", "Century Gothic Pro", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
/*  font-family:"Roboto Slab", "Century Gothic Pro", "Lucida Sans Unicode", "Lucida Grande", serif; */
	font-size:2.55em;
	color:#005B9C;
	font-variant:small-caps;
/*    border-bottom: solid 1px #C99700; */
}

h2
{
	font-family:"Didact Gothic", "Century Gothic Pro", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
/*  font-family:"Roboto Slab", "Century Gothic Pro", "Lucida Sans Unicode", "Lucida Grande", serif; */
	font-size:1.5em;
	color:#005B9C;
	font-variant:small-caps;
}

h3
{
	font-family:"Didact Gothic", "Century Gothic Pro", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
/*  font-family:"Roboto Slab", "Century Gothic Pro", "Lucida Sans Unicode", "Lucida Grande", serif; */
	font-size:1.25em;
	color:#005B9C;
	text-align:center;
}

body
{
	font-family:"Didact Gothic", "Century Gothic Pro", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
/*  font-family:"Roboto Slab", "Century Gothic Pro", "Lucida Sans Unicode", "Lucida Grande", serif; */
	font-size:1.0em;
}

td.agenda
{
	font-family:"Didact Gothic", "Century Gothic Pro", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
/*  font-family:"Roboto Slab", "Century Gothic Pro", "Lucida Sans Unicode", "Lucida Grande", serif; */
	font-size:1.0em;
	font-weight:bold;
	color:#005B9C;
}

ul.dashed {
    list-style: none;
    padding-left: 5px;
}

ul.dashed > li {
    margin-left: 50px;
}

/* Prevent nested li's from getting messed up */
ul.dashed > li::before {
    content: "-";
    margin-left: -15px;
}

a:link {
	text-decoration:none;
	color:#005B9C;
}
a:visited {
	text-decoration:none;
	color:#005B9C;
}
a:hover {
	text-decoration:underline;
	color:#005B9C;
}

.speaker {
    float:left;
    margin: 5px;
    padding: 5px;
    max-width: 270px;
    height: 290px;
    border-bottom: 1px solid #C99700;
	color:#005B9C;
}

.speaker_img {
	margin-left: -5px;
	margin-top: -10px;
/*	border: 1px dotted #ddd;*/
    border-radius: 8px;
    padding: 10px;
}

#overlay {
  position: fixed; /* Sit on top of the page content */
  display: block; /* none if Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.9); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}
