  .l-page {
	border-bottom: 5px solid #b2b4b3;
}
div.title {
	margin-top:30px;
	width: 100%;
	padding-bottom: 10px;
	background: #fff;
	position: relative;
	z-index: 100;
}
div#conmenu {
	display: flex;
	justify-content: flex-end;
	background: #003359;
	border-bottom: 1px solid #fff;
	position: relative;
	z-index: 100;
}
div#conmenu a {
	padding: 10px 20px;
	color: #fff;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	white-space: nowrap;
}
div#conmenu a:hover {
	border-bottom: 5px solid #44d62c;
	text-decoration: none;	
	padding-bottom: 5px;
}
div#mobilemenu {
	background: #003359;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 2px 10px;
	text-align: center;
	font-size: 1.3em;
	display:none;
}

div.hero-header {
	background-color: #003359;
	width: 100%;
	height: auto;
	display: flex;
	background-size: cover;
	background-position: center center;
	padding: 10% 0;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	background-repeat: no-repeat;
}
div.hero-inner {
	width: 100%;
	background: rgba(0,0,0, .6);
	padding: 40px 30px;
	box-shadow: 0 0 30px -10px rgba(0, 0, 0, .5);
	text-align: center;
}
div.hero-inner h2 {
	color: #fff;
	font-weight: 400;
	font-size: 3em;
	line-height: 1em;
	text-shadow: 0px 2px 3px #333;
	margin-bottom: 20px;
	font-variant: small-caps;
}
div.hero-inner #date {
	font-weight: 400;
	color: #fff;
	line-height: 1em;
	text-shadow: 0px 2px 3px #333;
	font-size: 1.5em;			
}
div.hero-inner #date:before {
	content: '\f073';
	font-family: 'Font Awesome 6 Pro';
	margin-right: .3em;
}
div.hero-inner #location {
	font-size: 1.5em;
	font-weight: 400;
	margin-top: 25px;
	text-align: center;
	text-shadow: 0px 2px 2px #333;
	color: #fff;
	margin-bottom: 0;
}
div.hero-inner #location:before {
	content: '\f041';
	font-family: 'Font Awesome 6 Pro';
	margin-right: .3em;
	display: inline-block;
}
div.hero-inner #location a {	
	color: #fff;
}
.register {
	width: 100%;
	text-align: center;
	margin:50px auto -10%;
}
#register {
	margin: 20px auto;
	min-width: 300px;
	padding: 20px 30px;
	background:rgba(32,97,20, .6);
	color: rgba(255,255,255, 1);
	text-align: center;
	font-size: 1.1em;
	font-weight: 600;
	text-transform: uppercase;
	border: 2px solid #fff;
	border-radius: 5px;
	box-shadow: 0 0 30px -10px rgba(0, 0, 0, .5);
	transition: ease-in-out .5s;
	-webkit-transition: ease-in-out .5s;
	position: relative;
}
#register:before {
	transition: ease-in-out .5s;
	-webkit-transition: ease-in-out .5s;
	border-radius: 50%;
	transform: scale(0);
	content: '';
	display: block;
	background: rgba(32,97,20, 1);
	opacity:1;
}
#register:hover {
	background: rgba(32,97,20, 1);
	color:#fff;
	transition: ease-in-out 1s;
	-webkit-transition: ease-in-out 1s;
	transform: scale(1.05);
	-webkit-transform: translateZ(0);
}
#register:hover:before {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:block;
	background: rgba(32,97,20, 1);
	transform: scale(1);
	content: '';
	border-radius: 0;
	transition: ease-in-out .5s;
	-webkit-transition: ease-in-out .5s;
	opacity:0;
}
#register:after {
	content: '\f054';
	font-family: 'Font Awesome 6 Pro';
	margin-left: .3em;
	display: inline-block;
}
#register:hover:after {
	margin-left: .3em;
	margin-right: 0;
}
div.con-text {
	padding: 20px 60px;
	border-top: 5px solid #b2b4b3;
	background: #fff;
	width: 100%;
	display: block;
}
div.con-text h3 {
	padding-bottom: 10px;
	border-bottom: 1px solid #44d62c;
	margin-bottom: 25px;
	font-style: normal;
}
div.con-text h3 .fa {
	margin-right: .5em;
}
.keyimg {
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0px 3px 10px -5px #777;
	margin-bottom: 15px;
}
.rotate45 {
	transform: rotate(45deg);
	transition: .5s ease;
}
div.bio-card {
	border-radius: 10px;
	box-shadow: 0px 2px 10px -5px #999;
	overflow: hidden;
	border: 1px solid #ccc;
	min-width: 23%;
	flex-basis: 23%;
	margin: 20px 10px;
	display: flex;
	flex-wrap: wrap;
}
div.bio-card-top {
	display: flex;
	justify-content: center;
	align-items: start;
	padding: 30px;
	flex-wrap: wrap;
	width: 100%;
}
div.bio-card-img:before {
	content: '';
	display: block;
	padding-top: 100%;
}
div.bio-card-img {
	overflow: hidden;
	width: 75%;
	position: relative;
	border-radius: 500px;
}
div.bio-card-img img {
	width: 100%;
	height: auto;
	position: absolute;
	top:0;
	left:0;
	right:0;
}
div.bio-card-links {
	display: inline-flex;
	flex-grow: 1;
	width: 101%;
	float: left;
	align-self: flex-end;
}
div.bio-card-links a {
	width: 100%;
}
div.bio-card-links button {
	float: left;
	border: 0;
	border-radius: 0;
	width: 100%;
	font-size: 1.5em;
	padding: 10px 5px;
	background: #ccc;
	color: #333;
	box-shadow: 0px 0px 2px -1px #000;
	margin-bottom: 0;
}
div.bio-card-links button:hover {
	background:#333;
	color:#ccc;
}
p.bio-card-name {
	width: 100%;
	text-align: center;
	font-size: 1.3em;
	margin-bottom: 5px;
}
p.bio-card-title {
	width: 100%;
	text-align: center;
	font-size: 1em;
	margin:0;
	font-style: italic;
}
#speakerbox {
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	width: 100%;
}
.hotels {
	display: flex;
	flex-wrap: wrap;
}
.hotbox {
	border: 1px solid #eee;
	padding: 5px 20px;
	margin-bottom: 5px;
	box-shadow: 0px 1px 5px -2px #ccc;
	flex-basis: 23%;
	min-width: 23%;
	flex-grow: 1;
}
.hotbox-name {
	font-size: 1.1em;
	text-indent: -30px;
	margin-left: 30px;
}
.hotbox-name:before {
	content: '\f236 ';
	font-family: 'Font Awesome 6 Pro';
	margin-right: .5em;
}
table.schedule td:first-child {
	vertical-align: middle !important;
	background: #eee;
}
table.bio-card:before {
	content: 'Leave non-applicable items blank';
	background: #123456;
	width: 100%;
	display: table-caption;
	text-align: center;
	color: #fff;
	padding: 5px;
}
table.bio-card td:before {
	content: '';
	background: #ccc;
	width: 100%;
	display: inline-block;
	text-align: center;
}
table.bio-card td:nth-child(1):before {
	content: 'Photo';
}
table.bio-card td:nth-child(2):before {
	content: 'Name';
}
table.bio-card td:nth-child(3):before {
	content: 'Title';
}
table.bio-card td:nth-child(4):before {
	content: 'Website';
}
table.bio-card td:nth-child(5):before {
	content: 'Twitter';
}
table.bio-card td:nth-child(6):before {
	content: 'Email';
}
table.bio-card td:nth-child(7):before {
	content: 'Bio';
}
div.bio-card-links button.close {
	width: auto;
	background: none;
	color: #333;
	opacity: .6;
	box-shadow: none;
	float: right;
	padding:0;
}
div.bio-card-links button.close:hover {
	opacity: 1;
}
div.bio-card-links .modal-content {
	border-radius: 0;
}
@media screen and (max-width: 1119px) {
	div.bio-card, .hotbox {
		min-width: 47%;
		flex-basis: 47%;			
	}
}

@media screen and (max-width: 786px) {
	div.bio-card, .hotbox {
		min-width: 100%;
		flex-basis: 100%;			
	}
}

@media screen and (max-width: 719px) {
	div.title {
		margin-top:15px;
	}
	div#conmenu {
		font-size: .9em;
	}
	div.hero-header {
		padding: 5% 0;
	}
	#register {
		font-size: .9em;
		padding: 10px 20px;
		min-width: 200px;
	}
	div.con-text {
		padding: 20px 30px;
	}
	.register {
		margin: 10px auto -10%;	
	}
	#register {
		font-size: .9em;
		padding: 5px;
		min-width: 75%;
		margin-top:0;
	}
	div.hero-inner {
		padding: 10px;
		font-size: .5em;
	}
	div.hero-inner h2 {
	}
	.l-page h1 {
		font-size: 1.5em;
		line-height: 1em;
	}
}