* { box-sizing: border-box; }

html {
	width: 100%;
	height: 100%
}

body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #CCCCDD;
	padding: 0px;
	margin: 0px;
	/* font-family: Tahoma, Arial, sans-serif; */
	font-size: 13pt;
	color: Black;

	font-family: "Cause", Tahoma, Arial, sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}


.cause-400 {
  font-family: "Cause", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*
@media (min-resolution: 2dppx) {
	body {
		font-size: 24pt;
	}
}
*/

a,
a:visited,
a:active,
a:hover {
	text-decoration: none;
	color: #3333CC;
}

a.mag,
a.mag:visited,
a.mag:active,
a.mag:hover {
	cursor: zoom-in;
}

.nav-bullet {
	display: inline;
}

#img_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: White;
	opacity: 0.75;
	z-index: 8000;
}

#img_disp {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background: #CCCCDD;
	padding: 0em;
	z-index: 8500;
	
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
}

#img_disp .close_btn {
	width: 100%;
	text-align: right;
	font-size: 2em;
	line-height: 1em;
	padding: 0.1em 0.75em 0em 0em;
}

#img_disp .display_img {
	padding: 0em 1.5em 0em 1.5em;
}

#display_img_title {
	width: 100%;
	text-align: center;
	padding: 0em 1em 00.5em 1em;
}

a.close-x,
a.close-x:visited,
a.close-x:active,
a.close-x:hover {
	text-decoration: none !important;
	color: #666666 !important;
	font-weight: bold;
}

.coming-soon-regular {
  font-family: "Coming Soon", cursive;
  font-weight: 400;
  font-style: normal;
}

hr {
	width: 0.1em;
	color: #CCCCCC;
}

a:active,
a:hover {
	text-decoration: underline;
	color: #3333CC;
}

#main {
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 1em;
}

#content {
	padding: 1em;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	background: White;
	min-height: 100%;
	
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}

.content-main {
	flex-grow: 1;
}

#header {
	flex-shrink: 1;
	display: flex;
	width: 100%;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
	padding: 0.5em 1em 1em 1em;
}

#header .logo {
	width: 50%;
	min-width: 300px;
	max-width: 600px;
}

#header .subtitle {
	padding: 0.25em 1em 0.5em 1em;
}

#header .nav-top,
#footer .nav-bottom {
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	border-left: 0px;
	border-right: 0px;
	padding: 0.35em 1em 0.2em 1em;
	width: 90%;
	text-align: center;
}

#header .nav-top {
	border-top: 0em;
	border-bottom: 0em;
}

#header .logo img {
	width: 100%;
}

#footer {
	flex-shrink: 1;
	display: flex;
	width: 100%;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
	padding: 1em 0.5em 1em 1em;
}

#footer .copyright {
	padding: 1.5em 1em 0em 1em;
	font-size: 0.7em;
}

#footer .last-modified {
	padding: 1em 1em 0.2em 0.5em;
	font-size: 0.8em;
}

.content-main .page-title {
	text-align: left;
	border-bottom: 1px solid silver;
	margin: 0em auto 0.25em auto;
	padding: 0em 0.5em 0em 0.2em;
	font-size: 2em;
	font-weight: bold;
	width: 97%;
}

.content-main .page-title-2 {
	text-align: left;
	border-bottom: 1px solid silver;
	margin: 0em 1.3% 0.2em 1.3%;
	padding: 0em 0.5em 0em 0.2em;
	font-size: 1.5em;
	font-weight: bold;
	width: 97%;
	display: inline-block
}

.content-main .info-section {
	flex-grow: 1;
	text-align: left;
	width: 100%;
	padding: 1.2em;
}

.content-main .info-section .info-table {
	float: right;
	font-size: 0.9em;
	display: flex;
	flex-direction: column;
	align-content: start;
	background: #EEEEEE;
	border: 1px solid #666666;
	width: 33%;
	min-width: 250px;
	margin: 0 0 1em 1em;

	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
}	

.content-main .info-section .info-table table tr td {
	vertical-align: top;
}

.content-main .info-section .info-table table tr td.label {
	font-weight: bold;
}

.content-main .info-section .info-table table tr td.table-accent {
	background: #CCCCEE;
	font-weight: bold;
	padding: 0.25em;
}

.content-main .info-section p {
	padding: 0em 0em 1em 0em;
	margin: 0em;
}

.content-main .page-list {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
	align-content: start;
	padding: 2em 1em 1em 0.5em;
}

.content-main .list {
	flex-shrink: 1;
}

.content-main .list .list-section {
	padding: 0 1em 1.5em 1em;
}

.content-main .list .list-section .list-section-title {
	padding: 0;
	font-weight: bold;
}

.content-main .list .list-section .list-section-list {
	padding: 0.5em 1em;
}

.content-main .list .list-section .list-section-list ul {
	margin: 0;
	padding: 0;
}


@media (max-width: 600px)  {

	.content-main .info-section {
		flex-grow: 1;
		text-align: left;
		width: 100%;
		padding: 1.2em;
	}

	.content-main .info-section .info-table {
		clear: both;
		font-size: 0.9em;
		display: block;
		flex-direction: column;
		align-content: start;
		background: #EEEEEE;
		border: 1px solid #666666;
		width: 80%;
		min-width: 250px;
		margin: 0 10% 2em 10%;

		-webkit-border-radius: 0.2em;
		-moz-border-radius: 0.2em;
		border-radius: 0.2em;
	}	

	.nav-bullet-half
	{	
		display: block;
		width: 0em;
		height: 0em;
		overflow: hidden;
	} 

}



