@font-face {
	font-family: 'Akagi';
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	src: url('../fonts/akagi_w05_book.woff2') format('woff2');
}
@font-face {
	font-family: 'Akagi';
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	src: url('../fonts/akagi_w05_bold.woff2') format('woff2');
}
:root {
	--font-name: 'Akagi', Arial;	/*Arial is for Firefox's missing support of loaded fonts in select options*/
	--font-family-body: 'Akagi', sans-serif;
	--font-family-head: 'Akagi', sans-serif;
	--font-family-footer: 'Akagi', sans-serif;

	--font-size: 14px;
	--font-size-footer: 12px;
	--main-color: #000;
	--text-color: #000;
	--link-color: #000;
	--button-background-color: #03303e;
	--hover-background-color: #054b61;	/*#03303e;*/
	--hover-color: #fff;	/*#ffaf5e;*/
	--hover-link-color: #03303e;
	--bg-color-light: #f6f9f8;	/*#e9f0ee;*/
	--active-color: #b9e1eb;
	--bg-color: #03303e;
	--bg-color-warning: #b10f1e;
	--disabled-color: #000;
	--height-header: 69px;
	--height-header-sticky: 40px;
	--height-footer: 60px;
}

h1, h2, h3, h4,
h1 *, h2 *, h3 *, h4 * {
	font-weight: bold;
}
:focus {
	outline: none;
}
input[type="button"], 
input[type="submit"], 
button {
	background: var(--button-background-color);
}
input[type="button"]:hover, 
input[type="submit"]:hover, 
button:hover *,
button:hover {
	color: var(--hover-color);
	background: var(--hover-background-color);
}
button.secondary:hover {
	color: var(--hover-color) !important;
}
a:hover {
	color: var(--hover-link-color);
	text-decoration: underline;
}
a.btn_icon:hover {
	text-decoration: none;
}
a.btn_icon:hover:before {
	color: var(--hover-link-color);
}
a.btn_icon.active, 
a.btn_icon.active:before {
    color: var(--main-color);
}
#btn_Search {
	width: unset;
	min-width: 80px;
}
button.animated {
	position: relative;
}
button.animated:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: var(--active-color);	/*rgba(153,255,153,0.4);*/
	opacity: 0.5;
	transition: none;
}
button.animated.animation-active:after{
	width: 100%;
	transition: width 2.5s;
}
@media (max-width:768px) {
	button.animated.animation-active:after{
		transition: width 1.2s;
	}
}

#header {
	border-bottom: 1px solid #eee;
}

#toplogo, #topmenu, #topnav {
	position: absolute
}
#topmenu, #topnav {
	right: 340px;
	top: 40px;
}

#toplogo {
	top: 10px;
	right: 10px;
	left: unset;
}

#toplogo img {
	max-height: 80px;
}
#header.fixed:not(:hover) #toplogo {
	top: 0;
}
#header.fixed:not(:hover) #toplogo img {
    max-height: var(--height-header-sticky);
    transition: all .7s ease-in;
}
#header.fixed:not(:hover) #topnav, 
#header.fixed:not(:hover) #topmenu {
	top: 15px;
}
#topnav a:hover,
#topmenu a:hover {
	text-decoration: none;
}
.btn-topmenu {
	width: 30px;
	height: 30px;
	padding: 4px;
	position: absolute;
	top: -3px;
	left: 20px;
}
.pane-topmenu {
	width: 210px;
}
.pane-topmenu-inner {
	z-index: 999;
	position: relative;
	background: #fff;
	margin-top: 40px;
	padding: 2px 8px 16px;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px #ddd;
	text-align: left;
	left: -170px;
}
.pane-topmenu-inner:before {
	border: 1px solid #ccc;
	box-shadow: 0 0 5px #ddd;
	z-index: -1;
	content: '';
	display: block;
	position: absolute;
	top: -30px;
	left: 171px;
	height: 30px;
	width: 38px;
}
.pane-topmenu-inner:after {
	background: #fff;
	content: '';
	position: absolute;
	z-index: -1;
	top: -4px;
	left: 172px;
	height: 20px;
	width: 36px;
}
.pane-topmenu.loggedin {
	width: 150px;
}
.pane-topmenu.loggedin .pane-topmenu-inner {
	left: -110px;
}
.pane-topmenu.loggedin .pane-topmenu-inner:before {
	left: 111px;
}
.pane-topmenu.loggedin .pane-topmenu-inner:after {
	left: 112px;
}
#warningbanner {
	margin: calc(var(--height-header) + 30px) 0 0;
}
#content {
	margin: 100px 0 60px;
}
#footer {
	text-align: center;
	box-shadow: none;
}
.footer-links {
    margin-top: 5px;
    float: left;
}
.mcPane {
	width: 350px;
	height: 100px;
	border: 1px solid #ddd;
	position: relative;
	display: inline-block;
	margin: 0 20px 20px 0;
	cursor: pointer;
	box-shadow: 2px 2px 9px rgba(0,0,0,0.2);
	overflow: hidden;
}
	.mcPane:hover {
		background-color: var(--hover-background-color);
	}
	.mcPane:hover * {
		color: #fff;
	}
	.mcPane img {
		float: left;
		height: 100%;
		margin-right: 10px;
	}
	.mcPane-Title {
		font-size: 16px;
		line-height: 24px;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
#lbl_resultcnt {
	font-weight: bold;
}

#wrap_initiallist {
	height: 50px;
}
#wrap_initiallist a {
	font-weight: bold;
	margin-right: 20px;
	height: 30px;
	display: inline-block;
}

#wrap_keywordlist {
	height: calc(100vh - 350px);
	overflow: auto;
	column-count: 4;
	column-width: 8em;
	widows: 3;
	orphans: 3;
	gap: 1em;
	column-rule: 1px dotted #eee;
}
#wrap_keywordlist p {
	margin: 12px 0;
	line-height: 1.15;
}
#wrap_keywordlist p * {
	line-height: 1.15;
}
#wrap_keywordlist a {
	hyphens: auto;
}
.keywordlist_cnt {
	color: #aaa;
}