
#Canvas {
	margin: auto;
	min-width: 750px;
	max-width: 1400px;
	padding: 0px 50px 50px 50px;
}
#Page {
	width: 100%;
	background-color:white;
	box-shadow: 0 0 7px 4px #363636;
	-moz-box-shadow:    0 0 7px 4px #363636;
  	-webkit-box-shadow: 0 0 7px 4px #363636;
	border-collapse: separate;
	min-width: 900px;
	
}

#Page * {
	/*border: solid 1px black;*/
}	

#LogoDiv {
	height: 170px;
	position: relative;
	width: 350px;
	display: inline-block;
}
#HeaderDiv {
	display: inline-block;
	width: calc(100% - 350px);
	padding: 10px 10px 10px 10px;
	position: relative;
	height: 170px;
}
#HeaderDiv .td {
	padding: 5px;
}
.search {
	padding: 8px;
	width: max-content;
	display: flex;
	align-items: center;
	border-radius: 28px;
	background: #D9D9D9;
	transition: background 0.25s, box-shadow 0.25s;
	--transition: box-shadow 0.25s;
	float: right;
}
.search:focus-within {
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.75);
	background: #E3E3E3;
	
}
.search-input {
	font-size: 16px;
	font-family: 'Lexend', sans-serif;
	color: #333333;
	margin-left: 12px;
	outline: none;
	border: none;
	background: transparent;
	width: 200px;
	
}
.search-input::placeholder {
	color: #6b6b6b;
	
}
.fa-search {
	font-size: 20px;
	color: #6b6b6b;
	padding-top: 4px;
	padding-left: 5px;
}
.fa-search:hover {
	cursor:pointer;
}
#searchBox:focus::placeholder {
  color: transparent;
}
#MemberButton {
	font-size: 34px;
	color: #7E7F8F;
	float: right;
	padding-bottom: 2px;
}
#MemberButton:hover {
	cursor: pointer;
	color: #484A63;
}
#TopHeader {
	display: table;
	table-layout: fixed;
	width: 100%;
	color: white;
	border-collapse: separate;
	background-repeat: repeat-x;
	height: 39px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#54aa1b+1,1f8214+43,016000+100 */
	background: #2986cc; /* Old browsers */
	background: -moz-linear-gradient(top,  #2986cc 1%, #1b6297 55%, #033255 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #2986cc 1%,#1b6297 55%,#033255 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #2986cc 1%,#1b6297 55%,#033255 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2986cc', endColorstr='#033255',GradientType=0 ); /* IE6-9 */
}
.BlankMenu {
	font: bold 14px verdana;
	border-top: solid 1px #06365a;
	border-bottom: solid 1px #183145;
	border-right: solid 1px #4f7fae;
	border-left: solid 1px #2f5b96;
	text-align: center;
	display: table-cell;
}
.MenuItem {
	font: bold 14px verdana;
	border-top: solid 1px #06365a;
	border-bottom: solid 1px #183145;
	border-right: solid 2px #4870b0;
	/*border-left: solid 1px #2f5b96;*/
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.MenuItem a {
	color: white !important;
	text-decoration: none !important;
	display:block;
	height:28px;
	padding-top: 5px;
}
.MenuItem a:hover {
	/*color: #ffdd21;*/
	color: #ffdd21 !important;
	text-decoration: none !important;
	cursor: pointer;
	cursor: hand;
	text-decoration: none; 
}
#SideNav {
  height: 270px;
  width: 0px;
  position: fixed;
  z-index: 5;
  top: 70px;
  right: 0;
  background-color: #111;
  /*overflow-x: hidden;*/
  white-space: nowrap;
  transition: 0.5s;
  padding: 20px 0px 20px 0px;
  border-radius: 5px;
}

#SideNav a {
  text-decoration: none;
  font: normal 18px verdana;
  color: #a6a6a6;
  display: block;
  transition: 0.3s;
  padding: 3px 0px 3px 15px;
  
}
#PresTable td {
	// border: solid 1px black;
}
#SideNav a:hover {
  color: #f4f4f4;
}

#SideNav #CloseButton {
  font-size: 22px;
  width: 40px;
}
#SideNav .td {
	padding: 5px;
}
@media screen and (max-height: 450px) {
  #SideNav {padding-top: 15px;}
  #SideNav a {font-size: 18px;}
}
#ContentCanvas {
	background-image:url(images/backgrounds/wood2.jpg);
	height: 100%;
	padding: 23px;
	min-width: 800px;	
}

#ContentHeader {
	height: 100%;
	background-color: #fafafa;
	padding: 0px 0px 20px 0px;
	float: left;
	border: solid 1px #dbdbdb;
	width: calc(100% - 240px);
	font: normal 12pt verdana;	
	position: relative;
}
#ContentPage {
	padding: 23px;
	overflow: hidden;
	background-color: #fafafa;
}
#ContentTitle {
	color: white; 
	font: bold 28px verdana; 
	width: 100%;
	position: absolute; 
	top: 30px; 
	left: 30px;
}
#Sidebar {
	width: 220px;	
	height: 100%;
	vertical-align: top;
	float: right;
}
#SidebarTable {
	display: table;
	width: 100%;
	margin: 0;
}
#SidebarHeader {
	display:flex; 
	align-items: center;
	width: 100%;
	margin: 0;
	padding: 11px 0px 11px 6px;
	font: bold 17px verdana ;
	color: #dc102c;
	text-align: center;
}
.HeaderIcon {
	color:#dc102c; 
	font-size: 26px;
}
.SidebarIndent {
	width: 30px;
	border-right: groove 1px #ada1a1;
}
.SidebarIcon {
	color: #003366;
	font-size: 22px;
	vertical-align: middle;
	font-weight: bold;
}
.IconTable {
	width: 220px;
	display: table;
}
.SidebarSection {
	border-radius: 3px;
	width: 190px;
	text-align:left;
	margin: 0;
	display: table-cell;
	padding: 9px 3px 9px 18px;
	font: bold 15px verdana ;
	color:#003366;
}
.SidebarSection:hover {
	/*Either go for the red text on hover
	or the blue background and white text*/
	color: #dc102c !important;
	/*background-color: #064f86;
	color: white !important;*/
	background-color: #fafafa;
	cursor: pointer;
	cursor: hand;
	text-decoration:none;
}
.SidebarSection:hover i {
	/*Either go for the red text on hover
	or the blue background and white tex	t*/
	color: #dc102c !important;
	/*background-color: #064f86;
	color: white !important;*/
}
.PinkLink {
	float: right; 
	display: inline-block;
	border: solid 1px #c2c2c2;
	padding: 10px;
	background-color: #fad7d7;
	color: #dc102c;
	border-radius: 3px;
}
.PinkLink:hover {
	cursor: pointer;
	cursor: hand;
}
.BlueLink {
	float: right; 
	display: inline-block;
	border: solid 1px #c2c2c2;
	padding: 5px 10px 10px 10px;
	background-color: #36628f;
	color: #fafafa;
	border-radius: 3px;
}
.BlueLink:hover {
	cursor: pointer;
	cursor: hand;
}
.AccountMenu {
	border: solid 1px #bababa;
	padding: 9px 12px 10px 12px;
	border-radius: 3px;
	font: normal 16px verdana;
	background-color: #fafafa;
	color: black;
	margin-bottom: 10px;
	width: 140px;
	text-align: center;
	width: 180px;
}
.AccountMenu:hover {
	cursor: pointer;
	background-color: #ccdbe8;
}
#QuizResults {
	font: bold 12pt verdana; 
	display: inline-block;
	height: auto; 
	padding: 10px;
	background-color:#fff3b5; 
	width: 700px; 
	border: solid 1px #d1d1d1;
	visibility: hidden;
}
#CampTable td {
	text-align: center;
}
.mapArrow:hover {
	cursor: pointer;
	cursor: hand;
	color: #b0b0b0 !important;
}
#ShoppingBox {
	height: 240px;
	width: 220px;
	background-color: #fafafa;
	border: solid 1px #909090;
	border-radius:3px;
	box-shadow:2px 2px 2px #afafaf;	
}
#ShoppingHeader {
	background: #2986cc; 
	background: -moz-linear-gradient(top,  #2986cc 1%, #1b6297 55%, #033255 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #2986cc 1%,#1b6297 55%,#033255 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #2986cc 1%,#1b6297 55%,#033255 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2986cc', endColorstr='#033255',GradientType=0 ); /* IE6-9 */
	height: 40px;
	width: 100%;
	border-collapse: separate;
	background-repeat: repeat-x;
	border-bottom: solid 1px #909090;
	color: #fafafa;
	font: bold 16px verdana;
	text-align: center;
	padding-top: 10px;
}
.ShoppingContent {
	font: bold 14px verdana;
	color: #1b6297;
	padding: 8px 8px 8px 8px;
	width: 100%;
	text-align: left;
}
#FooterTable {
	display: table;
	height: 90px;
	font:normal 16px arial;
	width: 100%;
	/*background-color: #d7d8de;*/
	background-image:url(images/backgrounds/wood3.jpg);
	padding: 15px;
}
.FooterSection {
	border-left: groove 2px #e5e5e5;
	padding-left:20px;
	display: table-cell;
}
#backToTopBtn {
	display: none;
	border: 0px;
	position: fixed;
	bottom: 13px;
	right: 13px;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	font: bold 40px verdana;
	vertical-align: middle;
	background-color: transparent;
	z-index: 5;
}
#backToTopBtn.show {
  display: block;
  opacity: .45;
}
#backToTopBtn:hover {
color: white;
cursor: pointer;
}