* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	font-family: "Open Sans", Sans-Serif !important;
	font-size: 11pt;
	max-width: 1280px;
	margin: auto;
	margin-top: 10px;
	background-color: #dee2e6;
}

a {
	text-decoration: none;
}

#usi_page {
	background-color: #e6f9ff;
	padding: 7px 17px;
	display: flow-root;
}
#usi_page a:visited,
a:link {
	color: #0d3f00;
}

#usi_header {
	position: relative;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	top: -125px;
	left: -47px;
	width: 100%;
	max-width: 1280px;
	background: #0d3f00 url("img/header.jpg") right;
	background-size: 100% height;
	opacity: 0;
}

#usi_header img {
	-webkit-mask-image: linear-gradient(
		45deg,
		#000 45%,
		rgba(0, 0, 0, 0.2) 80%,
		#000 95%
	);
	mask-image: linear-gradient(
		45deg,
		#000 45%,
		rgba(0, 0, 0, 0.2) 80%,
		#000 95%
	);
	-webkit-mask-size: 800%;
	mask-size: 800%;
	-webkit-mask-position: 0;
	mask-position: 0;
}

#usi_header img:hover {
	transition:
		mask-position 1s ease,
		-webkit-mask-position 1s ease;
	-webkit-mask-position: 120%;
	mask-position: 120%;
	opacity: 1;
}

polygon {
	-webkit-transition: fill-opacity 4s;
	transition: fill-opacity 4s;
}

#hdr {
	width: 100%;
	background-color: white;
	overflow: hidden;
}

#bar {
	width: 100%;
	height: 33px;
	background-color: white;
	position: relative;
	display: inline-block;
	z-index: 10;
}

#usi_ftr {
	width: 100%;
	height: 30px;
	background-color: #0d3f00;
	color: white;
	display: inline-block;
	z-index: 10;
	border: 0;
	border-top: 2px solid white;
	border-bottom: 4px solid white;
	padding-left: 17px;
	padding-top: 7px;
	font-size: 7pt;
	font-weight: 400;
}

#usi_ftr a:visited {
	color: white;
}

#left-right {
	height: 27px;
	width: 100%;
	max-width: 1280px;
	position: relative;
	background-color: #0d3f00;
	-webkit-transition: left 0.4s ease;
	transition: left 0.4s ease;
	color: white;
	margin-top: 3px;
	left: 400px;
	padding-left: 17px;
	padding-top: 2px;
	font-size: 14pt;
	font-weight: 700;
	opacity: 0;
	cursor: pointer;
	-webkit-mask-image: linear-gradient(
		45deg,
		#000 45%,
		rgba(0, 0, 0, 0.2) 80%,
		#000 95%
	);
	mask-image: linear-gradient(
		45deg,
		#000 45%,
		rgba(0, 0, 0, 0.2) 80%,
		#000 95%
	);
	-webkit-mask-size: 800%;
	mask-size: 800%;
	-webkit-mask-position: 0;
	mask-position: 0;
}

#bar:hover #left-right {
	transition:
		mask-position 1s ease,
		-webkit-mask-position 1s ease;
	-webkit-mask-position: 120%;
	mask-position: 120%;
	opacity: 1;
}

#menu {
	display: block;
	position: absolute;
	background: rgba(9, 53, 0, 0.87);
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 17;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
	height: "0px";
	overflow: hidden;
}

#menu a {
	color: white;
	padding: 12px 17px;
	text-decoration: none;
	display: block;
	font-size: 12pt;
	font-weight: 700;
}

#menu a:hover {
	background: rgba(200, 200, 200, 0.7);
}

.ham-menu {
	display: inline-block;
	position: relative;
	margin: 3px;
}

.ham-menu,
.ham-menu::before,
.ham-menu::after {
	width: 20px;
	height: 5px;
	border-radius: 3px;
	background-color: white;
}

.ham-menu::before,
.ham-menu::after {
	content: "";
	display: block;
	position: absolute;
}

.ham-menu::before {
	bottom: 130%;
}

.ham-menu::after {
	top: 130%;
}

#home_content {
	background: rgba(0, 0, 0, 0.7);
	color: #f1f1f1;
	min-width: 350px;
	padding: 7px;
}
#home_content h1 {
	margin-block: 7px;
	font-size: 17pt;
}
#home_content p {
	margin-block: 7px;
}
#home_video {
	float: left;
	max-width: 640px;
	padding: 7px;
}
#home_rightdown {
	width: 350px;
	height: 52px;
	float: right;
}
#home_rightdown a {
	margin-left: 20px;
}

#map {
	min-height: calc(100vh - 200px);
	z-index: 1;
}

.lstItem {
	display: inline-block;
	padding: 0px;
	margin: 0 4px 4px 0px;
	background-color: white;
	border-color: #0d3f00;
	border-width: 2px;
	border-style: solid;
	overflow: hidden;
	width: calc(50% - 7px);
	width: -webkit-calc(50% - 7px);
	width: -moz-calc(50% - 7px);
	min-height: 170px;
	border-radius: 2px;
}
@media (max-width: 900px) {
	.lstItem {
		width: 100%;
		min-height: 100px;
	}
}
.lstImg {
	float: left;
	min-width: 120px;
	overflow: hidden;
	position: relative;
	z-index: 7;
}
.lstImg img {
	max-width: 120px;
	max-height: 170px;
	-webkit-mask-image: linear-gradient(
		45deg,
		#000 45%,
		rgba(0, 0, 0, 0.2) 80%,
		#000 95%
	);
	mask-image: linear-gradient(
		45deg,
		#000 45%,
		rgba(0, 0, 0, 0.2) 80%,
		#000 95%
	);
	-webkit-mask-size: 800%;
	mask-size: 800%;
	-webkit-mask-position: 0;
	mask-position: 0;
}
.lstImg img:hover {
	transition:
		mask-position 1s ease,
		-webkit-mask-position 1s ease;
	-webkit-mask-position: 120%;
	mask-position: 120%;
	opacity: 1;
}
.lstEntry {
	float: left;
	font-size: 14px;
	padding-left: 20px;
	margin-bottom: 7px;
	vertical-align: top;
	width: calc(100% - 120px);
	width: -webkit-calc(100% - 120px);
	width: -moz-calc(100% - 120px);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	height: 0;
	overflow: hidden;
	opacity: 0;
}
.lstEntry h3 {
	margin: 0;
	background-color: #0d3f00;
	color: white;
	height: 21px;
	margin-left: -140px;
	padding-left: 140px;
	margin-bottom: 4px;
	z-index: 2;
	inline-size: 100vw;
	overflow: hidden;
	white-space: nowrap;
}
.lstEntry h3 a {
	font-size: 17px;
	color: white !important;
	font-weight: 700;
	display: inline-block;
	padding-left: 0%;
	min-width: 300px;
}
.lstEntry h3 a:hover {
	animation: marquee 4s linear infinite;
}
@keyframes marquee {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(calc(-100% + 300px), 0);
	}
}

div.teamcol {
	float: left;
	margin: 1px 1px 10px 17px;
	padding: 0 7px 0 7px;
	font-size: 14px;
	height: min-content;
}
div.teamcol:before,
div.teambio:before,
div.col:before {
	color: #0d3f00;
	line-height: 1.5em;
	font-size: 130%;
	content: attr(title);
}
div.col {
	float: left;
	width: 31%;
	margin: 7px 0 0 4px;
	font-size: 14px;
}
div.col:first {
	clear: left;
}
div.col ul {
	margin-top: 0;
	list-style-type: square;
}
div.teamcol a {
	padding: 0 11px 0 11px;
	background-color: white;
	border: 1px solid #0d3f00;
	box-shadow: 1px 1px;
}
p.teamcol {
	margin: 0 0 0.75em 0;
}
div.teamtel {
	background-image: url("img/tel.png");
	background-repeat: no-repeat;
	height: 20px;
	padding: 2px 0 0 25px;
}
div.teameml {
	background-image: url("img/contact.png");
	background-repeat: no-repeat;
	height: 20px;
	padding: 2px 0 0 25px;
}
div.teambio {
	clear: left;
	float: left;
	margin-left: 4px;
	font-size: 14px;
}
div.teambio ul {
	margin-top: 0;
}
#teampic {
	float: left;
	height: 260px;
	overflow: hidden;
	margin-bottom: 17px;
}

@media only screen and ((max-width: 700px) or (max-height: 700px)) {
	html,
	body {
		margin: 0;
	}
	#usi_page {
		padding: 1px 2px;
	}
}
