/*
 * Copyright 2021 AffinityCE, LLC. Confidential Business Information.
 * Not to be shared, copied, duplicated, or distributed in any form
 * or fashion without the express written approval of AffinityCE, LLC principals.
 */
body {
	background-color: var(--color-white);
	margin: 0;
	color: var(--color-black);
}

h1, h2, h3 {
	font-weight: bold;
}

#navbar a, #navbar a:hover, #navbar a:focus, #navbar a:active,
#footer a, #footer a:hover, #footer a:focus, #footer a:active,
#bottombar a, #bottombar a:hover, #bottombar a:focus, #bottombar a:active {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
	border: none !important;
	text-shadow: none !important;
}

th, th a, th a:hover, .pseudoth {
	color: #fff;
	background-color: #4d789d;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

h2.pseudoth {
	text-shadow: none;
	padding: 0.75ex;
	margin: 0;
	margin-top: 1em;
	background-color: #4d789d;
}

#main-area {
	position: relative;
	clear: both;
	background-color: #fff;
}

#header {
	min-height: 120px;
	background: #fff; /* expand for image */
	display: flex;
	align-items: center;
}

#head-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 960px;
}

#navbar {
	background-color: #c2aa4b;
	color: var(--color-white) !important;
}

#navbar a {
	color: var(--color-white);
	text-decoration: none;
	font-size: inherit;
}

#navbar a:hover {
	background-color: rgba(255,255,255,0.8);
	color: var(--color-white);
	border-radius: 0.125rem;
}

#adminbar {
	background-color: #c2aa4b;
}

#adminbar a {
	color: #fff;
	text-decoration: none;
	font-size: inherit;
}

#adminbar a:hover {
	background-color: #c2aa4b;
	color: #fff;
	padding: 4px;
	margin: -4px;
	border-radius: 2px;
	-moz-border-radius: 2px;
}

#footer {
	height: 50px;
	background-color: #c2aa4b;
}

#footer a {
	color: var(--color-black);
	text-decoration: none;
	font-size: inherit;
}

#footer a:hover {
	background-color: rgba(255, 255, 255, 0.8);
	color: var(--color-white);
	padding: 4px;
	margin: -4px;
	border-radius: 2px;
	-moz-border-radius: 2px;
}

#logo_area1, #logo_area2 {
	position: static;
	display: inline-block;
	width: auto;
}

.color-header-text {
	color: var(--color-black);
	margin-top: 0.75ex !important;
}

#bottombar {
	border-top: 1px solid #89a7b1;
	margin-top: 1em;
	background-color: #afd4e1;
}

nav#bottombar.new {
	margin: 0;
	padding: 0 14px;
	line-height: 24px;
}

#bottombar a {
	color: var(--color-black);
}

.footer-box:hover {
	background-color: rgba(255, 255, 255, 0.8);
	color: var(--color-black);
}