@font-face {
    font-family: 'Centrale Sans';
    src: url('/global/fonts/centrale_sans_medium-webfont.eot');
    src: url('/global/fonts/centrale_sans_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/global/fonts/centrale_sans_medium-webfont.woff') format('woff'),
         url('/global/fonts/centrale_sans_medium-webfont.ttf') format('truetype'),
         url('/global/fonts/centrale_sans_medium-webfont.svg#centrale_sans_mediummedium') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Centrale Sans';
    src: url('/global/fonts/centrale_sans_regular-webfont.eot');
    src: url('/global/fonts/centrale_sans_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/global/fonts/centrale_sans_regular-webfont.woff') format('woff'),
         url('/global/fonts/centrale_sans_regular-webfont.ttf') format('truetype'),
         url('/global/fonts/centrale_sans_regular-webfont.svg#centrale_sans_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
#wpadminbar {
	top: 63px;
}

#asuw-bar {
	position:fixed;
	top: 25px;
	left: 0;
	right: 0;
	
	width:100%;
	/* height: 38px; */
	
	color: white;
	background: #39275B;
	
	box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	-o-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	-ms-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	
	z-index: 999999;
}

#asuw-bar, #asuw-bar * {
	font-family: "Centrale Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

#asuw-bar-push {
	height: 63px;
}
#asuw-bar ul, #asuw-bar li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#asuw-bar a {
	text-decoration: none;
	color: white;
}
#asuw-bar img {
	border: none;
}
#autoMargin, #asuw-bar .content {
	width: 80% !important;
	min-width: 950px;
}
#asuw-bar .content {
	margin: 0 auto;
	/* height: 38px; */
	position: relative;
	background: none;
	line-height: 1.6;
}
#asuw-bar .logobox {
	float:left;
	position: relative;
}
#asuw-bar .logobox img {
	margin-top: 9px;
	height: 20px;
}
#asuw-bar .nav {
	float: right;
	height: 100%;
	position: relative;
}

#asuw-bar .top-item {
	float: left;
	vertical-align: top;
	padding: 0 32px;
	background-color: #39275B;
}
#asuw-bar .top-item>a, #asuw-bar .top-item>span {
	line-height: 38px;
}
#asuw-bar li:hover {
	background-color: #2a1946;
}

#asuw-bar .top-item>ul {
	position:absolute;#f96
	top: 38px;
	visibility: hidden;
	margin-left: -32px;
	z-index: 1000001;
}
#asuw-bar .top-item ul, #asuw-bar .label:hover {
	background-color: #555;
}

#asuw-bar .top-item:hover>ul {
	visibility: visible;
}

#asuw-bar .top-item>ul li {
	padding: 7px 19px;
}

#asuw-bar .sub-menu {
	position: relative;
	background: url(/global/topbar/arrow-right.png) right center no-repeat;
}
#asuw-bar .sub-menu ul {
	position: absolute;
	left: 100%;
	width: 100%;
	top: 0px;
	visibility: hidden;
}

#asuw-bar .sub-menu:hover ul {
	visibility: visible;
}

#asuw-bar .menu-column {
	display:inline-block;
	vertical-align: top;
	max-width: 225px;
	
}

#asuw-bar .label {
	color: #aaa;
	font-size: 14px;
}

/*search field*/
#asuw-bar #search-area {
	width: 192px;
	color: #aaa;
	font-size: 12px;
	font-weight: normal;
	height: 100%;
	padding: 0;
}

#asuw-bar #search-area * {
	font-size: 12px;
}

#asuw-bar li#search-area .msg {
	margin-left: 30px;
	padding: 0;
}

#asuw-bar li#search-area:hover {
	background-color: transparent;
}

#asuw-bar form.gsc-search-box table {
	table-layout: fixed;
	line-height: normal;
}
#asuw-bar td.gsc-input {
	width: 145px;
}

#asuw-bar td.gsc-search-button {
	width: 27px;
	padding-left: 5px;
	line-height: 0;
	font-size: 16px;
}

#asuw-bar input.gsc-input {
	font-weight: normal;
	font-style: normal;
	display: inline;
	
	border: none;
	background: none;
	
	height: 23px;
	width: 135px;
	margin-left: 11px;
	
	color: black;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	outline: none;
	
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#asuw-bar input.gsc-input[style] {
   width: 135px !important; /*overrides inline styling that happens when you click "search" if text is too long*/
}

#asuw-bar input.gsc-input.textInputInactive {
	color: #777;
}

#asuw-bar input.gsc-search-button {
	border: none;
	background: transparent url(searchicon.png) no-repeat;
	height: 14px;
	width: 14px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

#asuw-bar input.gsc-search-button:active {
	position: relative;
	top: 1px;
}

#asuw-bar .gsc-control {
	background: transparent url(searchbar.png) no-repeat right center;
	visibility: visible;
	position: relative;
	top: 0;
	margin-top: 8px;
	margin-left: 20px;
}

#asuw-bar .gsc-tabHeader, #asuw-bar .gsc-resultsHeader, #asuw-bar .gsc-branding, #asuw-bar td.gsc-clear-button, #asuw-bar a.gs-watermark, #asuw-bar .gs-visibleUrl-short, #asuw-bar .gsc-resultsbox-invisible {
	display: none;
}

#asuw-bar .gsc-results {
	line-height: 1.5em;
	position: absolute;
	right: 0;
	width: 250px;
	margin-top: 5px;
	white-space: normal;
	background-color: #555;
	padding: 5px 18px;
	border-radius: 4px;
	
	z-index: 1147483648;
	text-shadow: none;
	
	box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
}

#asuw-bar .gsc-thumbnail-inside, #asuw-bar .gsc-url-top {
	display: none;
	visibility: hidden;
}

#asuw-bar .gsc-result {
	padding: 5px 0;
}

#asuw-bar a.gs-title, #asuw-bar a.gs-title:active {
	padding: 0;
	line-height: 19px;
}
#asuw-bar a.gs-title:hover {
	text-decoration: underline;
	background: none;
}

#asuw-bar div.gs-snippet {
	max-height: 42px;
	overflow: hidden;
	color: #ccc;
}
#asuw-bar .gs-visibleUrl {
	color: #999;
	text-shadow: none;
}
#asuw-bar .gs-visibleUrl-long {
	color: #999;
	text-shadow: none;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 3em;
}

#asuw-bar .gsc-cursor-page {
	float: left;
	cursor: pointer;
	padding: 5px 8px;
	text-decoration: underline;
}
#asuw-bar .gsc-cursor-page:hover {
	background-color: #444;
}
#asuw-bar .gsc-cursor-current-page {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#wheader.fixie {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
}

#k_frame {
  width: 100%;
  height: 100%;
  background-color:black;
  color: green;
  border-radius: 15px;
  font-family: "Courier New", Courier, monospace;
  font-size: 30;
}
#k_cont {
  display: none;
  position: fixed;
  left: 0px;
  top: 63px;
  padding: 20px;
  width: 97%;
  height: 84%;
  z-index: 999999;
}

/* Kelden Modernization */
#asuw-bar {
  position: unset;
  margin-top: 2em;
}

#asuw-bar .nav { right: -30px }

#asuw-bar .logobox img { height: 30px; }
#asuw-bar .top-item { background-color: transparent;  }
#asuw-bar .top-item:hover { background-color: transparent; }
#asuw-bar .top-item>a, #asuw-bar .top-item>span { line-height: 45px; }

#asuw-bar .top-item ul, #asuw-bar .label:hover {
  background-color: rgba(0,0,0,0.4);
  backdrop-filter: blur(10px);
}

#asuw-bar li:hover {
  background-color: rgba(0,0,0,0.2);
}
