<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Basics
-------------------------------------------------- */
#site-wrapper {
	position: relative;
	min-height: 100vh;
	width: 100%;
}

#site-inner-wrapper {
	padding-bottom: 410px;
}

.main-page-container {
	margin-right: 30px;
	background-color: white;
	-webkit-box-shadow: 0 1px 2px rgba(0, 1, 1, 0.21);
	-moz-box-shadow: 0 1px 2px rgba(0,1,1,.21);
	box-shadow: 0 1px 2px rgba(0, 1, 1, 0.21);
	min-height: 400px;
}

.main-page-container .content{
	padding: 20px 30px 20px 30px;
}

/* Header
-------------------------------------------------- */
#site-header {
	width: 100%;
	height: 174px;
	background: url('/static/img/default/header-bg.png') repeat-x;
	background-position: center top;
}

	#site-header #topbar,
	#site-header #site-logos,
	#site-header #quick-links{
		width: 960px;
		margin: 0 auto;
	}
	
	#topbar{
		height: 22px;
		padding: 4px 0 0 0;
		color: #ffffff;
		font-size: 10pt;
		text-transform: uppercase;
		text-align: right;
	}

	#site-logos{
		height: 111px;
		position: relative;
	}
	
		#site-logos #logo-main{
			float: left;
			margin: 0;
		}
		
			#site-logos #logo-main a#logo{
				width: 220px;
				height: 90px;
				display: block;
				float: left;
				background: url('/static/img/default/otdk_logo.svg') no-repeat;
				margin: 10px 0 0 0;
			}
			
			#site-logos #logo-main #site-names{
				float: left;
				margin: 36px 0 0 90px;
				letter-spacing: 2px;
			}
				#site-logos #logo-main #site-names h1#site-name {
					color: white;
					font-family: 'Open Sans', sans-serif;
					font-size: 14px;
					font-weight: normal;
					text-transform: uppercase;
					margin: 12px 0 9px 0;
				}

				#site-logos #logo-main #site-names h2#site-name-sub {
					color: white;
					font-family: 'Open Sans', sans-serif;
					font-size: 13px;
					font-weight: normal;
					margin: 0;
					text-transform: none;
				}

		p#otdk25-text {
			color: white;
			font-size: 14px;
			letter-spacing: 1px;
			line-height: 24px;
			margin: 0;
			text-align: center;
			width: 143px;

			position: absolute;
			right: 0px;
			top: 20px;
		}

/* Quick Links
-------------------------------------------------- */
#quick-links-btn{
	display: none;
}

.quick-ul {
	display: flex;
	justify-content: space-between;
	margin: 6px 0 0 0;
	padding: 0;
	list-style: none;
}

	li.quick-item {
	}
	
	li.quick-item-first {
	}
	
	li.quick-item-last {
		background: none;
	}
	
		a.quick-item-a{
			color: #ffffff;
			font-family: 'Oswald', sans-serif;
			font-size: 12px;
			letter-spacing: 1px;
			text-transform: uppercase;
		}
	
/* Content
-------------------------------------------------- */
#site-content{
	width: 960px;
	min-height: 480px;
	margin: 18px auto 0 auto;
}

#sidebar-left{
	float: left;
	width: 200px;
}

#main{
	float: left;
	width: 750px;
	margin: 0;
}

	#main img {
		max-width: 100%;
	}


#sidebar-right{
	float: right;
	width: 210px;
}

/* Slider
-------------------------------------------------- */
#slider{
	margin: 0 30px 30px 0;
}

#slider,
#slider-items,
.slider-item,
.slider-image{
	width: 710px;
	height: 330px;
}

	.slider-image{
		position: absolute;
	}
	
	.slider-content{
		width: 650px;
		height: 113px;
		position: absolute;
		background: url('/static/img/default/slider-bg.png') repeat;
		margin-top: 217px;
		padding: 0 30px;
		color: #ffffff;
	}
	
		h2.slider-title{
			margin: 10px 0 0 0;
			padding: 0;
			font-size: 16px;
			font-weight: normal;
			font-family: 'Oswald', sans-serif;
		}
		
			h2.slider-title a{
				color: #ffffff;
			}

		.slider-date{
			font-size: 11px;
			color: #3867b0;
			margin: 4px 0;
			display: block;
		}
		
		.slider-excerpt{
			font-size: 13px;
			margin: 0;
		}
		
#slider-items{
	position: absolute;
}

#slider-pager{
	position: absolute;
	margin: 230px 0 0 690px;
}
	
	.slider-pager-btn{
		display: block;
		width: 18px;
		height: 18px;
		background: url('/static/img/default/slider-pager.png') no-repeat;
		margin-bottom: 4px;
	}
	
		.slider-pager-btn:hover{
			background: url('/static/img/default/slider-pager-active.png') no-repeat;
		}
	
	.slider-pager-btn-active{
		background: url('/static/img/default/slider-pager-active.png') no-repeat;
	}


/* News
-------------------------------------------------- */
#featured-news{
	padding: 0 30px 20px 0;
}

#news{
	width: 100%;
}

.news-item{
	width: 345px;
	margin: 0 30px 20px 0;
}

	.news-item-image{
		width: 100%;
		height: 230px;
	}


/* Page
-------------------------------------------------- */
#page{
	margin-right: 30px;
}

h1.page-title{
	font-size: 16px;
	line-height: 23px;
	margin: 0 0 16px 0;
}


/* Sidebar Left
-------------------------------------------------- */
#sidebar-left{
	
}

/* Menu
-------------------------------------------------- */
#menu{
	margin: 0 0 30px 0;
}

	#menu #nav-btn{
		display: none;
	}

	.nav-ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.nav-level-1 {
		margin-left: 6px;
	}

	.nav-level-2 {
		margin-left: 6px;
	}

	.nav-level-3 {
		margin-left: 6px;
	}

	.nav-level-0 .nav-item a.nav-item-a {
		font-size: 14px;
		color: black;
	}

	.nav-level-1 .nav-item a.nav-item-a {
		font-size: 12px;
		color: #676767;
	}

	.nav-level-2 .nav-item a.nav-item-a {
		font-size: 11px;
		color: #676767;
	}

	.nav-level-3 .nav-item a.nav-item-a {
		font-size: 10px;
		color: #676767;
	}

	#nav{
	}

		#nav .nav-item {
			padding: 0 0 4px 0;
		}

			#nav ul.nav-level-2 .nav-item {
				padding: 0px;
			}

			#nav .nav-item a.nav-item-a {
				font-family: 'Oswald', sans-serif;
				letter-spacing: 1px;
				text-transform: uppercase;
			}

			#nav .nav-item a.nav-item-a:hover{
				color: #1c4c97;
			}

	ul.nav-ul li.active &gt; a.nav-item-a {
		color: #1c4c97;
	}

/* Interaction Box
-------------------------------------------------- */
#interaction-box{
	margin: 0 0 30px 0;
}

	#interaction-box #login-btn{
		display: block;
		float: left;
		width: 120px;
		height: 20px;
		background: url('/static/img/default/login.png') no-repeat;
		margin-top: 4px;
	}
	
	#interaction-box #facebook-btn{
		display: block;
		float: right;
		width: 27px;
		height: 28px;
		background: url('/static/img/default/fb.png') no-repeat;
	}
	
	#interaction-box #rss-btn{
		display: block;
		float: right;
		width: 27px;
		height: 28px;
		background: url('/static/img/default/rss.png') no-repeat;
		margin-left: 10px;
	}

/* Sidebar Right
-------------------------------------------------- */
.sidebar-box{
	margin: 0;
}

	.sidebar-box h2.sidebar-title{
		font-size: 16px;
		margin: 0 0 15px 0;
	}
	
	.sidebar-box .sidebar-content{
		margin: 0 0 30px 0;
	}
		
	.sidebar-box .search-form{
		text-align: center;
	}
	
	.sidebar-box input[type="text"],
	.sidebar-box input[type="password"]{
		width: 194px;
		margin-bottom: 20px;
	}


/* Events
-------------------------------------------------- */
.events{
	font-size: 13px;
	text-transform: uppercase;
}

	.events .event{
		margin: 0 0 12px 0;
	}

	.events .event .event-date{
		font-weight: bold;
		color: #1c4c97;
		display: block;
	}
	
	.events .event .event-title{
		display: block;
		color: #000000;
	}
	
		.events .event .event-title:hover{
			color: #1c4c97;
		}
	
	.more-events{
		text-transform: uppercase;
		font-size: 14px;
		font-family: 'Oswald', sans-serif;
		color: #000000;
		padding-right: 16px;
		background: url('/static/img/default/more.png') no-repeat;
		background-position: right center;
	}
	
		.more-events:hover{
			color: #1c4c97;
		}

div.events-detailed div.event {
	margin-bottom: 20px;
}

div.events-detailed h3 {
	margin: 0px 0px 4px 0px;
	font-size: 14px;
}

div.events-detailed p.date {
	margin: 0px 0px 8px 0px;
}

div.events-detailed div.description {
}

div.events-detailed div.description p {
	margin: 4px 0px;
}


#site-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #0d3370;
}

	#site-footer div.content {
		width: 960px;
		margin: 0 auto;
		display: flex;
		justify-content: space-evenly;
	}

		#site-footer div.content-2 {
			margin-top: 20px;
		}

		#site-footer div.content a.logo-otdt {
			width: 273px;
			height: 90px;
			display: block;
			background-image: url('/static/img/default/otdk70logoinverse.png');
			background-position: center;
			background-repeat: no-repeat;
			background-size: 273px 50px;
		}

		#site-footer div.content a.logo-bme {
/*
			width: 221px;
			height: 59px;
*/
			width: 280px;
			height: 75px;
			display: block;
			background: url('/static/img/default/logo.png') no-repeat;
			background-size: 280px 75px;
			margin-top: 6px;
		}

		#site-footer div.content a.logo-vik {
			width: 90px;
			height: 90px;
			display: block;
			background: url('/static/img/default/vik-logo.png') no-repeat;
			background-size: 90px 90px;
		}

		#site-footer div.content div.text-otdk {
			color: white;
			height: 90px;
			display: block;
			text-align: center;
		}

		#site-footer div.content div.text-otdt {
			height: 90px;
			display: block;
		}

		#site-footer div.content a.logo-nmhh {
			width: 216px;
			height: 90px;
			display: block;
			background-image: url('/static/img/default/nmhh_logo.svg');
			background-position: center;
			background-repeat: no-repeat;
			background-size: 216px 90px;
		}

		#site-footer div.content div.text-nmhh {
			color: white;
			display: block;
			height: 70px;
			padding-top: 20px;
			text-align: center;
		}

div#logo-evosoft {
}

div#logo-4ig {
	margin: 0px 0px 0px 40px;
}

div#logo-kim {
	margin: 0px 0px 0px 40px;
}

div#logo-mta {
	margin: 12px 0px 0px 40px;
}

div#logo-nkfih {
	margin: 6px 0px 0px 40px;
}

#site-inner-wrapper &gt; div.logos {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 40px auto 0px auto;
	text-align: center;

	position: absolute;
	bottom: 300px;
	width: 100%;
}

a.otdk25-division {
	float: left;
	width: 270px;
}

a.otdk25-division-even {
	margin-right: 20px;
}

table.list {
	border-collapse: separate;
	border-style: solid;
	border-width: 1px;
	margin: 10px 0px 0px 0px;
	padding: 0;
	width: 100%;
}

	table.list tr.head th {
		border-bottom: 2px solid #0d3472;
	}

		table.list tr.normal td {
			border-top: none;
		}

	table.list td {
		vertical-align: top;
	}

	table.list th,
	table.list td {
		font-size: .85em;
		padding: .625em;
		text-align: left;
	}

table.list {
	border-color: #d0d0d0;
}

	table.list tr {
		background-color: white;
	}

		table.list tr.normal td {
			border-top-color: #f0f0f0;
		}

	table.list th {
		color: #0d3472;
	}

	table.list th.cell-over,
	table.list td.cell-over {
		background-color: #f8f8f8;
	}

	table.list tbody tr:hover {
		background-color: #f8f8f8;
	}
</pre></body></html>