#hideMe {
	-moz-animation: cssAnimation 0s ease-in 7s forwards;
	/* Firefox */
	-webkit-animation: cssAnimation 0s ease-in 7s forwards;
	/* Safari and Chrome */
	-o-animation: cssAnimation 0s ease-in 7s forwards;
	/* Opera */
	animation: cssAnimation 0s ease-in 7s 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;
	}
}
.carousel-sled { /* constrain tall images to a carousel container*/
	height: 65vh;
	position: relative;
	padding: 20px 0;
	margin-bottom:25px;
}
.carousel-inner {
	height: 60vh;
}
.carousel-inner .img-fluid {
	display: block;
	width: auto;
	max-height: 59vh;
}
.carousel-indicators {
	bottom: -10px;
}
/* end constrain tall images */
.linkage {
	display: inline-block;
	margin: .4rem;
	padding: .3rem .5rem;
	border-radius: 6px;
	background-color: #109814;
	color: #fff;
}
.linkage:hover {
	background-color: #1BDF21;
	color: #636363;
	border-radius: 6px;
}
#ecom p {
	font-size: 70%;
	margin-bottom: 0;
}
.ecomb {
	padding: 10px;
	border-radius: 8px;
	border-top-left-radius: 0;
	background-image: linear-gradient(#1B4284, #4078D8, #1B4284);
}
.border-ecom {
	border-color: #CACACA !important;
	border-width: 1px;
}
#breakpoint {
	position: absolute;
	right: 50%;
	top: 0px;
	font-size: 70%;
	color: rgba(104, 104, 104, 0.60);
}
.gradient {
	background-image: linear-gradient(#1B4284, #4078D8, #1B4284);
	color: #fff;
}
.alert-type a {
	color: #726149;
}
.alert-type a, .badge-type a {
	color: #726149;
}
.alert-type a:hover {
	color: #487095;
}
.alert-type, .badge-type {
	background-color: #BDBDBD;
	border-color: #487095;
	color: #322418;
	border-width: 2px;
}
.alert-type:hover, .badge-type:hover {
	background-color: #DADADA;
}
.bg {
	background-color: #eee;
}
.bg-type {
	background-image: linear-gradient(#ddd, #eee, #eee, #ddd);
	color: #322418;
}
.border-type {
	border-width: 3px;
}
.btn-type {
	background-color: rgba(133,133,133,0.48);
	font-size: 70%;
	border-color: #7D765E;
	border-width: 2px;
	color: #484435;
	padding:.1rem .4rem;
}
.breadcrumb {
	padding: .25rem .45rem;
}
.breadcrumb .active {
	color: #fff;
}
.breadcrumb, .breadcrumb a {
	background-color: #65727E;
	color: #BFBDBD;
}
.buttons, .buttons span, #sidebarbtn, #rightbarbtn, #topnavbtn {
	display: none;
}
.dropdown-toggle {
  white-space:normal;
}
#rightbarbtn2 {
	display: inline-block;
	background-color: rgba(189, 189, 189, 0.50);
	color: #228D10;
	width: 30px;
	line-height: .9rem;
	white-space: nowrap;
	padding: 5px;
	border: 1px #228D10 solid;
}
.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;
}
.expand {
	width: 16px;
	height: 16px;
	float: right;
	margin-top: 4px;
	margin-left: 9px;
}
.fb {
	float: right;
}
.form-control:-ms-input-placeholder {
	color: #777777;
}
.form-control::-ms-input-placeholder {
	color: #777777;
}
.form-control::placeholder {
	color: #777777;
	opacity: 1;
}
.meta span {
	white-space: nowrap;
}
.meta, .meta a {
	margin-top: 40px;
	font-size: 80%;
}
.moreim {
	width: 16px;
	height: 16px;
	font-size: 120%;
	float: right;
	color: rgba(88, 88, 88, .50);
	margin: 0 2px 0 0;
}
.navbar {
	background-attachment: scroll;
	justify-content: flex-start;
}
.navbar-brand {}
.navbar-dark {}
.navbar-light {}
.overlay {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background-color: #606099;
	opacity: 0.35;
	z-index: 750;
}
.page-link {
	background-color: rgba(250, 250, 250, 0.7) !important;
	padding: 7px;
	border-color: #7295D7 !important;
}
.page-item.disabled .page-link {
	background-color: rgba(181, 178, 161, 0.9) !important;
	color: #fff;
	pointer-events: none;
}
a.page-link {
	color: #7295D7 !important;
}
.page-link:hover {
	border-color: #69634F !important;
}
.social {
	float: right;
	margin: 5px 20px 20px 5px;
	z-index: 900;
	position: relative;
}
#hbg-footer .social {
	float: left;
	margin-bottom: 5px;
}
.sticky-div, .sticky-top, .fixed-top {
	background-color: rgba(238, 238, 238, 0.82);
	z-index: 700; /**/
}
.fixed-top {
	z-index: 800;
}
.tooltip-inner {
	background-color: #FEE1A7;
	color: #221F17;
	border: 1px #221F17 dotted;
	font-size: 12px;
	z-index: 600;
}
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #7D6B3F;
  /* arrow Color */
}
.bs-tooltip-top .arrow::before {
  border-top-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 */
}
.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 {
	top: 0;
	left: 0;
	background: linear-gradient(to right, rgba(237, 237, 237, 1), rgba(237, 237, 237, 0));
}
.viglft, .vigrit {
	position: absolute;
	height: 100%;
	width: 40px;
	z-index: 2;
}
.vigrit {
	top: 0;
	right: 0;
	background: linear-gradient(to left, rgba(237, 237, 237, 1), rgba(237, 237, 237, 0));
}
.vigtop {
	top: 0;
	height: 50px;
	background: linear-gradient(to bottom, rgba(237, 237, 237, 1.00), rgba(237, 237, 237, 0));
}
.vigtop, .vigbot {
	position: absolute;
	width: 100%;
	z-index: 1;
}
#contactcard {
	background-image: linear-gradient(#52B64B, #4ED844, #087500, #087500);
	color: #fff;
}
#hbg-center {
	position: relative;
	background-color: #eee;
	padding-top: 10px;
	padding-bottom: 10px;
}
#hbg-downtabs .nav-link {
	background-color: #eee;
	padding: .3rem;
	margin-right: 4px;
	border: 1px #999 solid;
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: .5rem;
	border-bottom-right-radius: .5rem;
}
#hbg-downtabs .nav-link:hover {
	background-color: #fff;
	color: #000;
}
#hbg-downtabs .nav-link.active {
	background-color: #fff;
	color: #000;
	padding-left: .5rem;
	padding-right: .5rem;
	border-top: 1px #BFBFBF solid;
}
#hbg-downtabs .nav-tabs {
	border-bottom: none;
}
#hbg-downtabs {
	display: flex;
}
#hbg-downtabs select.custom-select {
	height: 2.3rem;
	padding: .2rem 1.5rem .2rem .35rem;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: .5rem;
	border-bottom-right-radius: .5rem;
	font-size: 90%
}
#hbg-downtabs ul {
	margin: 0 auto;
	border-top: 1px #BFBFBF solid;
}
#hbg-footer {
	position: relative;
	background-color: #333;
	color: #fff;
	min-height: 3.2rem;
	line-height: 1rem;
	padding: 5px 10px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}
#hbg-footer a {
	color: #F7FFDA;
}
#hbg-footer a.login {
	color: #333;
	position: absolute;
	bottom: -4px;
	right: 100px;
}
#hbg-footer p {
	color: inherit;
}
#hbg-footermenu {
	clear: both;
	justify-content: center;
	padding-bottom: 7px;
}
#hbg-footermenu .nav-link {
	padding: .15rem .25rem;
	color: #ccc;
	font-size: 90%;
	white-space: nowrap;
	font-weight: normal;
}
#hbg-footermenu .nav-link:hover {
	color: #fff;
}
#hbg-header {
	/*margin-top: 2.6rem;*/
	padding-bottom: 5px;
	background-color: #ddd;
}
#hbg-header a {}
#hbg-header a {
	color: #402815;
}
#hbg-header a:hover {
	color: #142640;
}
#hbg-header, #hbg-header h1, #hbg-header h2, #hbg-header h3, #hbg-header h4, #hbg-header h5, #hbg-header h6, #hbg-header p {
	color: #322418;
}
#hbg-undertabs .nav-link {
	font-size: 75%;
	padding: .2rem .4rem;
	margin: 2px 0px 0px 2px;
	background-color: #eee;
	color: #575F71;
	border-top-color: #999;
	border-left-color: #999;
	border-right-color: #999;
	border-bottom-color: #BFBFBF;
}
#hbg-undertabs .nav-link:hover {
	background-color: #fff;
	color: #3364D1;
}
#hbg-undertabs .nav-link.active {
	background-color: #fff;
	border-bottom-color: #B5B5B5;
	border-top-color: #999;
	border-left-color: #999;
	border-right-color: #999;
}
#hbg-undertabs .nav-link.active:hover {
	background-color: #eee;
	color: #3364D1;
	border-radius: 8px;
}
#hbg-undertabs .nav.nav-tabs {
	border-bottom: none;
}
#hbg-undertabs {
	margin-bottom: 0;
	padding-bottom: 0;
}
#hbg-undertabs div.fade {
	position: absolute;
	bottom: auto;
	z-index: 100;
	padding-bottom: 5px;
}
#hbg-undertabs li.fade {
	margin-left: 5px;
}
#hbg-undertabs ul {
	border-bottom-color: #BFBFBF;
	margin-bottom: 0;
	border-bottom: none;
}
#hbg-wrap {
	background-color: #CDCDCD;
	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;*/
}
#hot {
	position: relative;
	background-color: #fff;
	margin: 0 5px 10px 5px;
	padding: 0;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}
#hot a {}
#hot h5 {}
#leftbarcontent {
	background-color: #eee;
	z-index: 1010;
	line-height: 1.1rem;
}
#rightbarcontent p {
	background-color: #DEDEDE;
	z-index: 1010;
	font-size: 90%;
	line-height: 1.1rem;
	padding: 2px;
}
#loginbadge {
	position: absolute;
	top: 0px;
	right: 5px;
	font-size: .7em;
	padding: 1px;
	margin: 0px;
	z-index: 950;
	color: inherit;
	opacity: .6;
}
#loginbadge a {
	color: inherit;
	padding: 4px;
	text-decoration: none;
}
#rightbar {
	background-color: #ccc;
	position: relative;
}
#rightbar .active {
	background-color: #B0B0B0;
}
#rightbar li.nav-item {
	padding: .15rem 0;
	margin: 0;
	border-bottom: 2px solid #552A0C;
	height: auto;
}
#sidebar {
	text-align: right;
}
#sidebar ul {
	background-color: #fff;
	padding-bottom: 10px;
	margin: 1px;
}
#sidebar li.nav-item {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: right;
}
#sidebar .nav-link {
	border-color: #228D10;
	border-bottom: 2px solid #1A6A0C;
}
#sidebar li.nav-item:hover .nav-link {
	background-color: #ddd;
	color: #785A14;
}
#sidebar li.nav-item.active .nav-link, #rightbar li.nav-item.active .nav-link {
	background-color: #848484;
	color: #fff;
}
#sidebar .nav-item.active:hover .nav-link {
	background-color: #ddd;
	color: #785A14;
}
#sidebar div.fade {
	position: absolute;
	bottom: auto;
	right: 2px;
	z-index: 400;
	background-color: inherit;
}
#sidebar li div {
	background-color: #fff;
}
#sidebar li ul {
	margin: 0 7px 7px 15px;
	background-color: #fff;
	border-left: 1px solid #552A0C;
	border-right: 1px solid #552A0C;
	border-bottom: 1px solid #552A0C;
	font-size: 90%;
}
#sidebar li li.nav-item {
	background-color: #fff;
	border-bottom: none;
	line-height: .8;
}
#sidebar li li.nav-link:hover {
	background-color: #fff;
	color: #131B78;
}
#sidebar li li.nav-item:hover .nav-link {
	background-color: #fff;
	color: #782912;
}
#sidebar li li.nav-item:last-child {
	font-size: 70%;
	padding: 0;
	border: none;
	line-height: .5;
}
#sidebar li li.nav-item:last-child .nav-link {
	border: none;
	padding-bottom: 0;
}
#sidebar p {
	padding-right: 3px;
}
#topnavbar {
	font-size: 90%;
	white-space: nowrap;
	position: relative;
	z-index: 700;
}
#topnavbar ul {
	padding: 0;
	margin: 0 auto;
}
#topnavbar .nav-item {
	padding-bottom: 0;
	padding-right: 2px;
}
#topnavbar .nav-link {
	border-color: #228D10;
	color: #1A6A0C;
}
#topnavbar .nav-link {
	background-image: linear-gradient(rgba(138, 138, 138, 0.50), rgba(211, 211, 211, 0.20), rgba(138, 138, 138, 0.50), rgba(211, 211, 211, 0.20));
	border-bottom: none;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: .2rem .4rem;
}
#topnavbar .nav-item.active .nav-link {
	background-color: #4CCC36;
}
#topnavbar .nav-link:hover {
	background-color: #4CCC36;
	color: #fff;
}
#topnavbar .navlink.active:hover {
	background-color: #2C5025;
}
#topnavbar .dropdown-menu {
	padding: 0;
	margin: 0 auto !important;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
#topnavbar li ul {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	padding: 0 !important;
	margin: 0;
}
#topnavbar li ul li {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	font-size: 80%;
	border-radius: 0px;
	margin: 0;
}
#topnavbar li ul li .nav-link {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	margin: 0;
}
#topnavbar li ul li.nav-item {
	margin: 0 !important;
	padding: 0 !important;
}
#topnavbar li li.nav-item:last-child {
	font-size: 70%;
	line-height: .5;
}
#topnavbar li li.nav-item:last-child .nav-link {
	border-bottom: 1px #228D10 solid;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: .5rem 0 !important;
}
#topper {
	position: fixed;
	font-size: .9rem;
	line-height: .8rem;
	bottom: 5px;
	right: 40%;
	z-index: 900;
	background-color: rgba(100, 100, 100, 0.30);
	padding: 2px;
}
#widgets {
	position: absolute;
	right: 2rem;
	bottom: 3px;
	padding: 1px;
	text-align: right;
	margin-top: 3px;
	margin-right: auto;
	/*outline: 1px blue solid;*/
	z-index: 800;
}
a {
	color: #11366C;
	font-weight: bold;
}
a:hover {
	color: #102E5A;
}
a.navbar-brand:hover {
	color: #575F71;
}
.keyim {
	position: relative;
	margin-top: .25rem;
	margin-bottom: .25rem;
}
.keyim img {
	border: 1px #fff solid;
}
.xbase {
	width: 100%;
	background-image: linear-gradient(to right, #B5B6B8, rgba(181,182,184,0.30), rgba(181,182,184,0.00));
	margin-bottom:0px;
}
.xbox {
	width: 95%;
	background-color: #eee;
	color: #000;
	border: 2px indigo solid;
	margin: 5px;
	padding: 3px 3px 7px 3px;
	font-size: 80%;
	border-radius: 4px;
	z-index: 900;
}
a.ximages {
	background-image: url("../grafix/icons/img.png");
}
a.xfiles {
	background-image: url("../grafix/icons/folder.png");
}
a.ximages, a.xfiles {
	padding: 5px 3px 3px 24px;
	margin-left: 5px;
	background-size: contain;
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 70%;
}
body {
	background-color: #eee;
	color: #000;
}
div {}
div.row {}
h1, h2, h3, h4, h5, h6 {
	color: #322418;
}
header {
	position: relative;
}
.form-control, .input-group-text {
	background-color: inherit;
	color: inherit;
}
label {
	background-color:  #fff;
	color: #7BC380;
}
input, textarea, select {
	background-image: linear-gradient(#B5B6B8, #E7E8EA);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
#grid.form-inline {
	z-index: 900;
	position: absolute;
	top: 2px;
	right: 7rem;
	width: 8rem;
	/*outline: 1px yellow solid;*/
}
.input-group-text.grid {
	height: 20px;
	background-color: inherit;
	border: none;
	color: #2A5092;
}
#search {
	position: relative;
	height: 26px;
	padding: 2px 0;
}
#searchform {
	position: absolute;
	top: 2px;
	right: -25px;
	/*outline: 1px green solid;*/
}
input#srch, #grid select {
	height: 20px;
	padding: 2px;
	background-color: rgba(100, 100, 100, 0.30);
	color: #2A5092;
	border-color: #405359;
	border-radius: 4px;
}
input#srch {
	width: 4.5rem;
}
input#srch:focus {
	width: 8rem;
}
#submitsrch {
	position: absolute;
	top: -1px;
	right: -7px;
	z-index: 900;
	font-size: 15px;
	background: none;
	border: none;
}
#results {
	position: fixed;
	z-index: 950;
	max-width: 60vw;
	right: 10%;
	top: 20vh;
	background-color: rgba(51,51,51,0.85);
	color: #eee;
	padding: 12px 5px;
	margin: 1px;
	border: 1px #273556 solid;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-radius: 7px;
}
.srchresult {
	border-radius: 3px;
	font-size: 70%;
	font-weight: bold;
	display: block;
	background-color: #EAE5E5;
	margin: 0 2px 2px 2px;
	padding: 3px;
}
p {
	color: #000;
}
ul {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
@media (max-width: 767.98px) {
	#hbg-header {
		margin-top: 0;
	}
	#hbg-center {
		padding: 10px 0;
	}
	#sidebar {
		position: fixed;
		top: 15vh;
		max-height: 80vh;
	}
	#topnavbar.navbar-collapse {
		position: absolute;
		right: 1%;
		left: 1%;
		margin: 0 auto;
	}
	.offcanvas-collapse {
		position: absolute;
		top: 4.5rem;
		bottom: 0;
		width: 12rem;
		padding-right: 0rem;
		padding-left: 0rem;
		overflow-y: auto;
		transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		-webkit-transform: translateX(-350px);
		transform: translateX(-350px);
		z-index: 1000;
	}
	.offcanvas-collapse.open {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	.rightbar-collapse {
		position: fixed;
		top: 4.5rem;
		bottom: 0;
		right: 0px;
		width: 12rem;
		padding-right: 0rem;
		padding-left: .5rem;
		overflow-y: auto;
		background-color: var(--gray-dark);
		transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		-webkit-transform: translateX(300px);
		transform: translateX(300px);
		z-index: 1100;
	}
	.rightbar-collapse.open {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	#rightbar.offcanvas-collapse.open {
		z-index: 1100;
	}
	.buttons {
		display: inline-block;
		float: left;
		margin: 2px 10px;
		text-align: center;
		z-index: 700;
		/*outline: 1px red solid;*/
	}
	.buttons span {
		display: inline;
		margin: 5px 10px;
		color: inherit;
		opacity: .7;
		font-size: 80%;
	}
	#sidebarbtn, #rightbarbtn, #topnavbtn {
		display: inline-block;
		background-color: rgba(189, 189, 189, 0.50);
		color: #228D10;
		width: 30px;
		line-height: .9rem;
		white-space: nowrap;
		padding: 5px;
		border: 1px #228D10 solid;
	}
	#sidebarbtn:hover, #rightbarbtn:hover, #topnavbtn:hover {
		color: #1B4559;
		background-color: #eee;
	}
	#sidebarbtn {
		margin-right: 20px
	}
	#topnavbtn {}
	#rightbarbtn {
		margin-left: 40px
	}
	#searchform {}
	#sidebar.offcanvas-collapse.open {
		z-index: 780;
	}
	#widgets {}
}
@media (max-width: 567.98px) {}