html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #5CA7D5;
	color: #10192D;
	font-family: nimbus-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	height: 100%;
	box-sizing: border-box;
}
h1 {
	margin: 25px 0px 10px 0px;
	color: #F9F4EF;
	background-color: #10192D;
	padding: 10px;
	font-weight: 900;
	font-style: normal;
	font-size: 18pt;
	text-align: center;
}
h2 {
	border: 1px solid #10192D;
	border-radius: 4px;
	padding: 5px;
	background-color: #F9F4EF;
	font-weight: 800;
	font-style: normal;
	font-size: 14pt;
	color: #10192D;
}

h3 {
	margin: 10px -4px 10px -4px;
	border: 1px solid #10192D;
	background-color: #F9F4EF;
	font-weight: 800;
	font-style: normal;
	font-size: 12pt;
	padding: 2px;
	color: #10192D;
}

h5 {
	margin: 10px -4px 0px -4px;
	border: 1px solid #10192D;
	background-color: #F9F4EF;
	font-weight: 600;
	font-style: normal;
	font-size: 11pt;
	padding: 2px;
	color: #10192D;
}
img {
	max-width: 100%;
}
iframe {
	max-width: 100%;
}
a:hover {
	background-color: #ffa;
}
#mobiMenu {
	cursor: pointer;
	border-top: 1px inset;
	position: fixed;
	top: 10px;
	right: 10px;
	background-color: #5CA7D5;
	color: #F9F4EF;
	font-size: 14pt;
	padding: 10px;
	overflow: hidden;
	overflow-y: auto;
	max-height: 80%;
	text-align: left;
	border: 2px solid #F9F4EF;
	border-radius: 4px;
	z-index: 999999;
	box-shadow: 5px 5px 5px black;
	font-weight: bolder;
}
#innerMenu {
	font-size: 9pt;
	display: none;
}
#menuIcon {
	width: 30px;
	margin: 0px;
	margin-right: 10px;
	float: left;
}
.menuItem {
	color: #10192D;
	padding: 5px;
}
.subMenuItem {
	background-color: #10192D;
	padding: 5px;
	color: #F9F4EF;
}
.menuItem:hover, .subMenuItem:hover {
	background-color: #F9F4EF;
	color: #10192D;
}
#lakeHeader {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	/*background-image: linear-gradient(to bottom, rgba(249,244,239,0), rgba(92,167,213,1)), url('/im/2023/2023_Background.jpg');*/
	background-image: url('/im/2024/2024_Background.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	z-index: -1;
}
.eventInfo {
	position: relative;
	vertical-align: top;
	display: inline-block;
}
.eventImg {
	display: inline-block;
	margin-right: 20px;
}
.adRight {
	text-align: center;
	margin: auto;
}
@media only screen and (min-width: 600px) {
	.adRight {
		cursor: pointer;
		position: absolute;
		right: 10px;
		bottom: 10px;
	}
}
.titleHuge {
	font-size: 36pt;
	color: #10192D;
	font-weight: 900;
}
.headliner1 {
	font-size: 24pt;
}
.headliner2 {
	font-size: 18pt;
}
.showsponsor1, .showsponsor2 {
	font-size: 11pt;
}
.goodDiv {
	padding: 20px;
	background-color: #F9F4EF;
	border: 1px solid #10192D;
	border-radius: 4px;
	margin: 20px;
	color: #10192D;
}
.errorDiv {
	padding: 10px;
	background-color: pink;
	border: 1px solid red;
	border-radius: 4px;
	margin: 10px;
	color: #10192D;
}
.goodDiv:hover {
	cusor: pointer;
	background-color: #ffa;
}
.lakeHeaderSpacer {
	height: 100vh;
}
#bnhpLogo {
	cursor: pointer;
	padding: 20px;
	text-align: center;
}
.bnhpLogo {
	width: 700px;
}
.bnhpLogoWhite {
	width: 700px;
	filter: drop-shadow(0 0 0.75rem black);
}
.pageBodyOuter {
	background-color: #5CA7D5;
}
.pageBody {
	border: 0px solid #10192D;
	margin: auto;
	margin-bottom: 50px;
	max-width: 1500px;
	overflow: hidden;
}
.pageContent {
	background-color: #F9F4EF;
	padding: 10px;
	border: 1px solid #10192D;
}
.regDiv {
	position: relative;
	padding: 20px;
	background-color: #FFFFFF;
	border: 1px solid black;
	margin: 20px;
}
.regDiv1 {
	padding: 10px;
	background-color: #5CA7D5;
	border: 1px solid #10192D;
}
.getReadyDiv {
	font-size: 12pt;
	text-align: center;
	background-color: #F9F4EF;
	background-size: cover;
	padding: 20px;
	color: #10192D;
	padding-top: 10px;
	border: 1px solid #10192D;
	margin-top: -11px;
}
.getReadyTxt {
	text-align: left;
	margin-bottom: 10px;
}
.getReadyTxt a:link {
	color: red;
}
.getReadyTxt a:visited {
	color: red;
}
.getReadyTxt a:hover {
	background-color: #ffa;
}
.getReadyCopy {
	padding: 20px;
	padding-top: 10px;
	font-size: 10pt;
	text-align: left;
	line-height: 1.1;
}
.getReadyImg {
}
.warningImg {
	height: 123px;
}
.warningImgDiv {
	border: 1px solid #10192D;
}
.schedDiv, .newsDiv {
	text-align: center;
	padding: 20px;
	padding-top: 10px;
	border: 1px solid #F9F4EF;
	margin-top: -11px;
}
.tmButton {
	display: inline-block;
	margin: 1px;
	padding: 1px;
	font-size: 9pt;
}
.newsCopy {
	text-align: left;
	padding: 10px;
	padding-top: 0px;
}
.newsImg {
	width: 135px;
	margin: 10px;
	text-shadow: 1px 1px 2px pink;
}
.ad2023 {
	margin-top: 20px;
	padding: 10px;
	margin-bottom: 0px;
	text-align: center;
	width: 100%;
	background-color: white;
	cursor: pointer;
	border: 1px solid #10192D;
	box-sizing: border-box;
}
.ad2023:hover {
	background-color: #ffa;
	opacity: .5;
}
.adImg23 {
	border: 1px solid #10192D;
	max-height: 90px;
}
.showBox, .newsBox, .getReadyBox {
	position: relative;
	display: inline-block;
	border: 1px solid #10192D;
	background-color: white;
	padding: 0px;
	margin: 10px;
	width: 175px;
	max-width: 100%;
	cursor: pointer;
	font-size: 11pt;
	height: 400px;
	vertical-align: top;
	text-align: center;
}
.awardsBox {
	position: relative;
	display: inline-block;
	border: 1px solid #10192D;
	background-color: white;
	padding: 0px;
	margin: 10px;
	width: 500px;
	max-width: 100%;
	cursor: pointer;
	font-size: 11pt;
	height: 400px;
	vertical-align: top;
	text-align: center;
}
.getReadyBox {
	width: 175px;
	height: 325px;
}
.showBox:hover, .newsBox:hover, .getReadyBox:hover {
	background-color: #10192D;
	color: #F9F4EF;
}
.showImage {
	width: 150px;
	height: 150px;
	border: 1px solid #10192D;
}
@media screen and (max-width: 540px) {
	.showImage {
		float: left;
		margin: 0px 10px 10px 10px;
	}
	.eventInfo {
		padding: 20px;
		font-size: .9em;
	}
	.titleHuge {
		font-size: 30pt;
	}
}
.showDate {
	color: #10192D;
	background-color: #F9F4EF;
	border: 1px solid #10192D;
	padding: 5px;
	margin: 12px -5px 12px -5px;
	font-weight: 900;
	font-size: 14pt;
	font-style: normal;
}
.showText {
	padding: 5px;
}
.micro {
	font-size: 8pt;
	line-height: 1.1;
}
.title {
	font-weight: 900;
	font-size: 12pt;
	line-height: 1.1;
	margin: 2px;
	padding: 2px;
	text-shadow: 1px 1px 2px pink;
}
#eventDialog {
	display: none;
}
.adCenter {
	text-align: center;
	cursor: pointer;
	padding: 5px;
	margin: 5px;
}
.small {
	font-weight: 500;
	font-size: 11pt;
	line-height: 1.2;
}
.smaller {
	font-weight: 400;
	font-size: 10pt;
	line-height: 1.2;
}
.parkTime {
	padding: 5px;
	background-color: green;
	color: #F9F4EF;
	font-size: 10pt;
	font-weight: 700;
	position: absolute;
	bottom: -10px;
	left: -10px;
	border: 1px solid #F9F4EF;
	box-shadow: 3px 2px 2px gray;
}
.newBox {
	border: 2px solid green;
	background-color: #90EE90;
}
.reschedBox {
	text-align: center;
	color: white;
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
	width: 100%;
	line-height: 1.2;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: green;
	margin-top: 10px;
}
.soldOutShow {
	z-index: 999;
	background-image: url(/images/sold_out_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFEBEE;
	border: 1px solid red;
}
.smLogo {
	width: 200px;
	margin: 20px;
}
.trailer {
	background-color: #F9F4EF;
	font-weight: 600;
	font-style: normal;
	font-size: 10pt;
	text-align: center;
	padding: 30px;
}
.premImg {
	display: inline-block;
	border: 1px solid #10192D;
	width: 400px;
	max-width: 100%;
	margin: 10px;
}
@media screen and (max-width: 540px) {
	.showBox, .getReadyBox, .newsBox, .awardsBox {
		margin: 10px 0px 10px 0px;
		width: 100%;
		height: auto;
	}
	.pageContent {
		padding: 0px;
	}
	.regDiv {
		padding: 10px;
		margin: 10px;
	}
	#bnhpLogo {
		padding: 10px;
	}
}