<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&amp;display=swap');

body {
	background: #E8F5FB;
}

#pull {
	display: none;
}

.mosaic-top-header {
	background: #FFF;
}

.user-info {
	position: absolute;
	left: 0;
	right: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
	max-width: 1577px;
}

.user-info .user-info {
	position: static;
	display: inline-block;
	max-width: unset;
	width: auto;
	padding: 0!important;
	margin: 0 20px;
}

.user-info .btn-logout:hover {
	text-decoration: underline;
}

#dashboardheader,
#container-header {
	max-width: 1140px;
	margin: 0 auto;
	height: 110px;
}

#search-header {
	background: #fff;
}

.themeview #dashboardwrapper {
	margin-top: 232px;
}

#dashboardheader img,
#search-header img {
	max-height: 54px;
	max-width: 250px;
	position: relative;
	top: 50%;
	transform: translatey(-50%);
}

#logo {
	float: right;
	max-height: 54px;
}

#custommenu {
	font-family: 'Ubuntu', sans-serif;
	float: right;
	margin: 0;
	line-height: 110px;
}

#custommenu&gt;li {
	display: inline-block;
	margin: 0;
}

#custommenu a {
	display: block;
	margin: 0 2rem 0 0;
	color: #606060;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
}

span.header-title {
	font-family: 'Ubuntu', sans-serif;
	color: #592C5F;
	font-size: 29px;
	font-weight: 500;
	padding-left: 10px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	height: 0px;
}

#custommenu a.active {
	font-weight: 600;
}

#j-container header.custom.topheader {
	background: #fff;
	height: 110px;
	padding: 0 20px;
}

#j-container header img {
	max-height: 54px;
	position: relative;
	top: 50%;
	transform: translatey(-50%);
}

body.screenshot #pull {
	display: none;
}

body.screenshot #logo {
	display: block;
}


a#databank {
    position: relative;
    padding-left: 14px;
}

@media all and (min-width: 1px) and (max-width:1140px) {
	#innerheader h1 {
		margin-top: 0;
	}

	span.header-title {
		display: none;
	}

	#logo {
		display: none;
	}

	#pull {
		display: inline-block;
		width: 48px;
		height: 48px;
		text-decoration: none;
		text-align: right;
		float: right;
		line-height: 48px;
		position: relative;
		top: 50%;
		transform: translatey(-50%);
	}

	.activemenu {
		position: fixed;
		width: 100%;
	}

	#pull:before {
		content: "\f0c9";
		font-family: "Font Awesome 6 Pro";
		font-size: 20px;
	}

	#custommenu {
		position: absolute;
		left: 0;
		right: 0;
		padding: 0;
		top: 80px;
		background: #fff;
		transition: .3s;
		line-height: 3rem;
		z-index: 98;
	}

	#custommenu a {
		font-size: 1.2rem;
		padding: 20px 0;
		margin: 0;
	}

	#custommenu a.active {
		background: #F4F4F4;
	}

	#custommenu a:hover {
		background: #F4F4F4;
	}

	#custommenu a:before {
		display: none;
	}

	#custommenu {
		overflow: hidden;
		height: 0;
	}

	.menuopen~#custommenu {
		height: 100vh;
		z-index: 999;
	}

	#j-container .menuopen~#custommenu {
		padding: 0 10px;
	}

	#j-container header.custom.topheader {
		position: unset;
		height: 80px;
	}

	#custommenu li {
		display: block;
		text-align: center;
		border-bottom: 1px solid #ededed;
	}

	#dashboardheader {
		height: 120px;
		padding: 0 20px;
	}
		
	.user-info {
		top: 10px;
		right: 10px;
	}
}</pre></body></html>