body {
	margin-bottom: 30px;
	font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
}
#hs-header-d {
}
#hs-content {
	top: calc(4.5rem + 1px);
	margin-bottom: 30px;
}
#hs-footer {
	height: 30px;
}
#hs-splitter {
	width: 5px;
	background: none 0 0 #ddd;
}
#hs-content-h {
	display: block;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #ddd;
	background: #2c5234;
}
#hs-wrapper-h {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
#hs-title-h {
	display: block;
	width: 100%;
	margin: 0 auto;
	background-color: transparent;
	color: White;
	font-size: 2rem;
	text-decoration: none;
	text-align: center;
	font-style: normal;
	font-weight: 600;
}
#cris-print-warning {
	display: none;
}
a.parks-logo-link {
	display: inline-block;
	line-height: 0;
}
img.parks-logo {
	display: inline-block;
	vertical-align: middle;
	margin: 0.3rem;
	height: 3.4rem;
}
img.cris-logo {
	height: 1.4rem; /* to roughly match font size of title text */
}
div.cris-warning {
	background-color: transparent;
	border: 1px solid black;
	padding: 10px;
	margin-bottom: 1rem;
}
strong.cris-note {
  color: #c00000;
}
.cris-label {
	font-weight: 600;
	font-style: normal;
	padding: 0 0.1rem;
	border: 1px solid #63a172;
}
.cris-help-print-header {
	display: none;
}
.cris-help-title {
	display: inline-block;
	vertical-align: middle;
}
#hs-content-f {
	display: table;
	width: 100%;
	height: 100%;
	border-top: 1px solid #ddd;
	background: #2c5234;
}
#hs-wrapper-f {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
	text-align: center;
}
#hs-title-f {
	color: White;
	font-size: 0.9rem;
}
@media print {
	.cris-help-print-header {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 1rem;
		color: Black;
		font-size: 1.5rem;
		font-weight: 600;
		text-align: center;
	}
	.cris-print-logo {
		height: 1rem; /* to roughly match font-size of title text */
	}
	.parks-print-logo {
		display: inline-block;
		vertical-align: bottom;
		height: 2rem;
		margin: 0 1rem 0 0;
	}
	#hs-header-d {
		display: none;
	}
	#cris-print-warning {
		display: block;
	}
	#hs-content {
		display: none;
	}
	#hs-navi, #hs-navi * {
		display: none;
		width: 0;
	}
	#hs-splitter {
		display: none;
	}
	#hs-footer, #hs-footer * {
		display: none;
	}
}
@media only screen and (max-width: 760px) {
	#hs-header-m {
		background: #2c5234;
	}
	#hs-header-m #hs-menu span {
		background-color: White;
	}
	#hs-content {
		top: 51px;
	}
	#hs-content-m {
		display: table;
		width: 100%;
		min-height: 50px;
		border-bottom: 1px solid #ddd;
		background: #2c5234;
	}
	#hs-content-m > div {
		display: table-cell;
		vertical-align: middle;
	}
	#hs-area-left, #hs-area-right {
		width: 60px;
	}
	#hs-area-center {
		padding: 0 10px;
		text-align: center;
	}
	#hs-title-m {
		color: White;
		font-size: 1.25rem;
		font-weight: 600;
	}
	img.cris-logo {
		height: 0.9rem; /* to roughly match font size of title text */
	}
}