<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* RESET CSS http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
.fotoo {
	outline: 0;
}
.menu_container_mobiel {
	display: none;
}
.menu-link {
	display: none;
}
.menu {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menu ul li, .menu ul li a {
	display: inline-block;
*display: inline;
}
.menu ul {
	padding: 0px;
	margin: 40px 0 0 0;
	list-style: none;
	display: inline-table;
	float: right;
}
.menu &gt; li &gt; ul.sub-menu {
	min-width: 10em;
	margin-top: 40px;
	padding: 4px 0;
	transition: ease-in-out .3s !important;
}
.menu &gt; ul &gt; li {
	display: inline-block;
	margin-right: 5px;
}
.menu ul li a {
	position: relative;
	font-family: 'Arial-Bold';
	text-transform: normal;
	font-size: 0.9em;
	font-weight: 100;
	height: 50px !important;
	line-height: 50px !important;
	padding: 0 25px;
	letter-spacing: 0.5px;
	text-shadow: 1px 1px 1px #000,  2px 2px 4px #cccccc;
	color: #FFF;
	border-radius: 14px;
	text-decoration: none;
}
.menu &gt; ul &gt; li:last-child {
	margin-right: 0px;
}
.menu ul li &gt; a {
	height: 45px;
	line-height: 45px;
	display: block;
}
.menu ul li:hover &gt; a {
	color: #FFF !important;
	background-color: #000066;
	box-shadow: 0 5px 10px -5px rgba(0,0,0,0.75), 5px 0 10px -5px rgba(0,0,0,0.75);
}
.active {
	color: #FFF !important;
}
.menu ul ul {
	display: none;
	position: absolute;
	top: 50px;
	padding-top: 10px;
}
.menu ul li:hover &gt; ul {
	display: block;
}
.menu ul ul &gt; li {
	position: relative;
	display: block;
	margin-bottom: 8px;
}
.menu ul ul &gt; li a {
	font-family: Arial;
	display: block;
	height: 55px !important;
	line-height: 55px !important;
	min-width: 50px;
	font-size: 15px;
	text-align: center;
	text-transform: none;
	border-radius: 8px;
	background-color: #000066;
	color: #FFF !important;
	box-shadow: 0 5px 10px -5px rgba(0,0,0,0.75), 5px 0 10px -5px rgba(0,0,0,0.75);
}
.menu ul ul &gt; li a:hover {
	background-color: #0E2B89;
	color: #FFF;
}
.menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	margin-top: -1px;
	margin-left: 5px;
	padding-top: 0px;
	z-index: 5;
}
.nav-toggle {
	display: none;
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translate(0px, -50%);
	width: 50px;
	height: 50px;
	background-color: #0E2B89;
	cursor: pointer;
	line-height: normal;
}
#header.active span.icon-bar {
	background-color: #000 !important;
}
span.icon-bar {
	position: absolute;
	right: 12px;
	display: block;
	width: 45px;
	height: 3px;
	background-color: #F7F5F2 !important;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.icon-bar:nth-child(1) {
	top: 17px;
}
.icon-bar:nth-child(2) {
	top: 28px;
	width: 30px;
}
.icon-bar:nth-child(3) {
	top: 39px;
}
.nav-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-overlay.active {
	opacity: 6;
	visibility: visible;
}
/* ICON BARS ANIMATION */

a.menu-link.active .icon-bar:nth-child(1) {
	top: 24px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
a.menu-link.active .icon-bar:nth-child(2) {
	width: 0;
}
a.menu-link.active .icon-bar:nth-child(3) {
	top: 24px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media screen and (max-width:1625px) {
.menu ul li a {
	padding: 0 18px;
}
}
 @media screen and (max-width:1520px) {
a.menu-link {
	position: absolute;
	top: 100%;
	right: 18px;
	transform: translate(0px, -50%);
	width: 50px;
	height: 50px;
	cursor: pointer;
	line-height: normal;
	display: block;
}
.menu {
	clear: both;
	width: 100% !important;
	margin-top: 180px !important;
	float: none;
	margin-left: -18px !important;
	position: absolute;
	outline: 0 !important;
}
#header.active .menu {
	margin-top: 80px !important;
}
.menu ul {
	float: none;
}
.menu, .menu &gt; ul ul {
	overflow: hidden;
	max-height: 0;
}
.menu &gt; li &gt; ul.sub-menu {
	padding: 0px;
	border: none;
}
.menu.active {
	max-height: 55em;
	margin-top: 0px;
	margin-bottom: 0;
	color: #333 !important;
	outline: 0 !important;
}
.menu &gt; ul ul.active {
	max-height: 55em;
	margin-bottom: 0;
	color: #333 !important;
	margin: 0 !important;
	padding: 0 !important;
}
.menu ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.menu li, .menu &gt; ul &gt; li {
	display: block;
	padding-top: 0px;
	margin: 0 !important;
	padding: 0 !important;
}
.menu li a {
	color: #000 !important;
	padding: 0px !important;
	text-align: center !important;
	display: block;
	font-size: 20px !important;
	height: 50px !important;
	line-height: 50px !important;
	background-color: #FFF;
	text-shadow: none !important;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 0px;
	border-radius: 0px !important;
}
.menu ul li &gt; a span {
	display: none;
}
.menu li.has-submenu &gt; a:after {
	content: '+';
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	font-size: 1.5em;
	padding-right: 15px;
	font-family: 'Arial', sans-serif !important;
}
.menu li.has-submenu &gt; a.active:after {
	padding-top: 0;
	margin-top: -2px;
	content: "-";
	font-family: 'Arial', sans-serif !important;
}
.menu ul ul {
	padding-top: 0px;
}
.menu ul ul &gt; li {
	margin-bottom: 0px;
	border: none !important;
	transition: ease-in-out .3s !important;
}
.menu ul ul &gt; li a {
	margin: 0;
	padding: 0;
	background-color: #dc0000;
	color: #000;
	height: 45px !important;
	line-height: 45px !important;
	padding-left: 0px;
	font-size: 20px;
	border-bottom: 1px solid #e5e5e5;
	color: #000;
}
.menu ul ul &gt; li a:hover {
	background-color: #000066;
	color: #FFF;
	border-bottom: 1px solid #000066;
}
.menu ul ul, .menu ul ul ul {
	display: inherit;
	position: relative;
	left: auto;
	top: auto;
	border: none;
}
}
 @media screen and (min-width:1086px) {
.nav-overlay.active {
	visibility: hidden;
	opacity: 0;
}
}
 @media screen and (max-width : 550px) {
a.menu-link {
	position: absolute;
	right: 10px;
}
ul.nav-menu.active {
	height: auto;
	margin-top: -15px;
}
.bled-icon {
	position: absolute;
	top: 50%;
	left: 10%;
}
}
</pre></body></html>