#calendar {
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-right: #1b75bb 1px dotted;
	line-height: 1.2rem
}
.editor {
	position: absolute;
	top: 0px;
	right: 2px;
	font-size: .7rem;
	color: #B3B1B1;
}
#notices {
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-left: #ec1c24 1px dotted;
	font-size: 90%;
	line-height: 1.1rem
}
#links {
	border-top: #1b75bb 2px solid;
	padding-top: 10px;
	margin: 10px;
}
#links h3, #links h4, #links h5 {
	color: #1b75bb;
}
#notices h5, #calendar h5 {
	color: #1b75bb;
	margin-top: 10px;
}
#notices h6, #calendar h6 {
	margin-top: 10px;
	margin-left: 10px;
}
#contactcard a, #contactcard h1, #contactcard h5 {
	color: #ddd;
}
#contactcard {
	background-image: -webkit-linear-gradient(#6D6D6D, #B6B6B6, #B6B6B6, #333);
	background-image: -moz-linear-gradient(#6D6D6D, #B6B6B6, #B6B6B6, #333);
	background-image: -o-linear-gradient(#6D6D6D, #B6B6B6, #B6B6B6, #333);
	background-image: linear-gradient(#6D6D6D, #B6B6B6, #B6B6B6, #333);
	color: #fff;
}
#ecom p {
	font-size: 70%;
	margin-bottom: 0;
}
#hbg-center {
	position: relative;
	min-height: 60vh;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#hbg-footer .social {
	float: left;
	margin-bottom: 5px;
}
#hbg-footer a.login {
	color: #1b75bb;
	position: absolute;
	bottom: -4px;
	right: 100px;
}
#hbg-footer a {
	color: #F7FFDA;
}
#hbg-footermenu .nav-link:hover {
	color: #fff;
}
#hbg-footermenu .nav-link {
	padding: .01rem .5rem;
	color: #ccc;
	font-size: 90%;
	white-space: nowrap;
	font-weight: normal;
}
#hbg-footermenu {
	clear: both;
	justify-content: center;
	padding-bottom: 15px;
}
#hbg-footer p {
	color: inherit;
}
#hbg-footer {
	position: relative;
	background-color: #1b75bb;
	color: #fff;
	min-height: 3.2rem;
	line-height: 1rem;
	padding: 5px 10px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}
#hbg-header, #hbg-header h1, #hbg-header h2, #hbg-header h3, #hbg-header h4, #hbg-header h5, #hbg-header h6 {
	/*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.90), -1px -1px 4px rgba(0, 0, 0, 0.70);*/
}
#hbg-header h1 {
	color: #ec1c24;
}
#hbg-header h2 {
	font-size: 1.8rem;
	color: #1b75bb;
}
#hbg-header a:hover {
	color: #142640;
}
#hbg-header a {
	color: #ec1c24;
}
#hbg-header {
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 0px;
	border-bottom: #ec1c24 2px solid;
}
#hbg-undertabs .nav-link:hover {
	background-color: #fff;
	color: #3364D1;
}
#hbg-undertabs .nav-link {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 75%;
	padding: .2rem .4rem;
	margin: 0px 0px 0px 2px;
	background-color: #fff;
	color: #231c43;
	border-top-color: #fff;
	border-left-color: #1b75bb;
	border-right-color: #1b75bb;
	border-bottom-color: #1b75bb;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
#hbg-undertabs ul {
	margin-bottom: 0;
	border-bottom: none;
}
#hbg-undertabs {
	margin-bottom: 0;
	padding-bottom: 0;
}
#hbg-wrap {
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	width: 100%;
	padding: 0 0 30px 0;
	z-index: 10;
	/*background-image: linear-gradient(#CDCDCD, #fff, #F6F4E5, #AAAAAA);
	 background-position: top;
	 */
}
#hideMe {
	-moz-animation: cssAnimation 0s ease-in 9s forwards;
	/* Firefox */
	-webkit-animation: cssAnimation 0s ease-in 9s forwards;
	/* Safari and Chrome */
	-o-animation: cssAnimation 0s ease-in 9s forwards;
	/* Opera */
	animation: cssAnimation 0s ease-in 9s forwards;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
@keyframes cssAnimation {
	to {
		width: 0;
		height: 0;
		overflow: hidden;
	}
}
@-webkit-keyframes cssAnimation {
	to {
		width: 0;
		height: 0;
		visibility: hidden;
	}
}
#loginbadge a {
	color: inherit;
	padding: 4px;
	text-decoration: none;
}
#loginbadge {
	position: absolute;
	top: 0px;
	right: 15px;
	font-size: .7em;
	padding: 1px;
	margin: 0px;
	z-index: 950;
	color: inherit;
	opacity: .6;
}
#parallaxheader #loginbadge {
	left: 15px;
}
#topper {
	position: fixed;
	font-size: .9rem;
	line-height: .8rem;
	z-index: 900;
	width: 35px;
	bottom: 165px;
	right: 0;
	text-align: right;
	color: #fff;
	background-color: rgba(96, 134, 163, 0.30);
	padding: 2px 7px 2px 4px;
}
.alert-type, .badge-type {
	background-color: #BDBDBD;
	border-color: #487095;
	color: #322418;
	border-width: 2px;
}
.alert-type:hover, .badge-type:hover {
	background-color: #DADADA;
}
.alert-type a, .badge-type a {
	color: #726149;
}
.alert-type a:hover {
	color: #487095;
}
.alert-type a {
	color: #726149;
}
.bs-tooltip-bottom .arrow::before {
	border-bottom-color: #7D6B3F;
	/* arrow Color */
}
.bs-tooltip-left .arrow::before {
	border-left-color: #7D6B3F;
	/* arrow Color */
}
.bs-tooltip-right .arrow::before {
	border-right-color: #7D6B3F;
	/* arrow Color */
}
.bs-tooltip-top .arrow::before {
	border-top-color: #7D6B3F;
	/* arrow Color */
}
.caption {
	text-align: center;
	font-size: 80%;
}
.carousel-caption {
	text-align: center;
	font-size: 80%;
	padding: 4px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-top: 3px;
	font-style: oblique;
	top: 100%;
}
.carousel-indicators {
	bottom: 18px;
}
.carousel-inner .img-fluid {
	display: block;
	width: auto;
	max-height: 59vh;
}
.carousel-inner {
	height: 60vh;
}
.carousel-sled {
	/* constrain tall images to a carousel container*/ height: 65vh;
	position: relative;
	padding: 20px 0;
	margin-bottom: 25px;
}
.fb {
	float: right;
}
.fixed-top {
	z-index: 800;
}
.form-control, .input-group-text {
	background-color: inherit;
	color: inherit;
}
.form-control:-ms-input-placeholder {
	color: #777777;
}
.form-control::-ms-input-placeholder {
	color: #777777;
}
.form-control::placeholder {
	color: #777777;
	opacity: 1;
}
.gradient {
	background-image: linear-gradient(#1B4284, #4078D8, #1B4284);
	color: #fff;
}
.input-group-text {
	border: none;
}
.input-group-text.grid {
	border: none;
}
.linkage:hover {
	background-color: #ec1c24;
	color: #fff;
	border-radius: 6px;
}
.linkage {
	display: inline-block;
	margin: .4rem;
	padding: .3rem .5rem;
	border-radius: 6px;
	background-color: #1b75bb;
	color: #fff;
}
.meta, .meta a {
	margin-top: 40px;
	font-size: 80%;
}
.meta span {
	white-space: nowrap;
}
.navbar-brand {}
.navbar-dark {}
.navbar-light {}
.navbar {
	background-attachment: scroll;
	justify-content: flex-start;
}
.overlay {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background-color: #606099;
	opacity: 0.35;
	z-index: 750;
}
.social {
	float: right;
	margin: 0px 20px;
	z-index: 900;
	position: relative;
}
.sticky-div, .sticky-top, .fixed-top {
	position: -webkit-sticky;
	position: sticky;
	background-color: #fff;
	z-index: 700;
}
.sticky-div { /* Mimics the sticky-top class, but with less z-index */
	top: 0;
	z-index: 320;
}
.tooltip-inner {
	background-color: #FEE1A7;
	color: #221F17;
	border: 1px #221F17 dotted;
	font-size: 12px;
	z-index: 600;
}
.typebox {
	position: relative;
	background-image: linear-gradient(#ddd, #eee, #eee, #ddd);
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.typecount {
	position: absolute;
	top: 5px;
	font-size: 70%;
	right: 20px;
	color: inherit;
}
.vigbot {
	bottom: 0;
	height: 30px;
	background: linear-gradient(to top, rgba(237, 237, 237, 1), rgba(237, 237, 237, 0));
}
.viglft, .vigrit {
	position: absolute;
	height: 100%;
	width: 40px;
	z-index: 2;
}
.viglft {
	top: 0;
	left: 0;
	background: linear-gradient(to right, rgba(237, 237, 237, 1), rgba(237, 237, 237, 0));
}
.vigrit {
	top: 0;
	right: 0;
	background: linear-gradient(to left, rgba(237, 237, 237, 1), rgba(237, 237, 237, 0));
}
.vigtop, .vigbot {
	position: absolute;
	width: 100%;
	z-index: 1;
}
.vigtop {
	top: 0;
	height: 50px;
	background: linear-gradient(to bottom, rgba(237, 237, 237, 1.00), rgba(237, 237, 237, 0));
}
a.navbar-brand:hover {
	color: #575F71;
}
a.page-link {
	color: #7295D7 !important;
}
a:hover {
	color: #102E5A;
}
a {
	color: #11366C;
	font-weight: bold;
}
body {
	background-color: #fff;
	color: #231c43;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
div.row {}
div {}
html {
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
	color: #ec1c24;
	font-weight: bold;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"
}
/*
10px = 0.625rem
12px = 0.75rem
14px = 0.875rem
16px = 1rem (base)
18px = 1.125rem
20px = 1.25rem
24px = 1.5rem
30px = 1.875rem
32px = 2rem*/
h1 {
	font-size: 2.5rem;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1.75rem;
}
h4 {
	font-size: 1.5rem;
}
h5 {
	font-size: 1.25rem;
}
h6 {
	font-size: 1rem;
}
header {
	position: relative;
}
input#srch, #grid select {
	height: 25px;
	padding: 2px;
	background-image: none;
	border-color: #405359;
}
input#srch:focus {
	width: 9rem;
	background-color: rgba(210, 207, 207, 0.80);
}
input#srch {
	position: relative;
	width: 5rem;
	background-color: rgba(210, 207, 207, 0.70);
	color: #31605C;
}
input, textarea, select {
	background-color: #eee;
	font-family: "Helvetica Neue", Helvetica, Gotham, Arial, "sans-serif";
}
label {
	color: #235927;
}
p {
	color: #000;
	font-family: "Lucida Bright", Constantia, "DejaVu Serif", Georgia, "serif";
	margin: 5px 2px;
	padding: 5px 2px;
}
ul {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	font-family: Georgia, "Lucida Bright", Constantia, "DejaVu Serif", "serif";
}
#loginform, #editform {
	position: absolute;
	overflow: auto;
	width: 48%;
	right: 23%;
	top: 10vh;
	z-index: 800;
}
#loginform input, #editform input {
	background-color: #fff;
	margin: 2px;
}
#loginform {
	min-height: 35vh;
	padding-bottom: 10px;
}
#editform {
	padding-bottom: 20px;
}
@media (max-width: 767.98px) {
	html {
		font-size: 18px;
	}
	#hbg-center {
		padding: 10px;
	}
	#hbg-header {
		margin-top: 0;
	}
	#loginform, #editform {
		width: 90%;
		right: 5%;
	}
}
@media (max-width: 567.98px) {
	#loginform, #editform {
		width: 90%;
		right: 5%;
	}
	.foo {}
	/*From site-style.lite.css */
}