<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.cn {
	display: flex;
	justify-content: center;
	align-items: center; 
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */

}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

/* Generic styling */

body{
	background: #e5e5e5;
}

h1 {
	font-size: 16px;
}

figure {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.content{
	width: 100%;
	max-width: 1142px;
	margin: 0 auto;
	padding: 0 18px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

a:focus{
	outline: 2px dashed #f7f7f7;
}

@media screen and (max-width: 767px){
	.content{
		padding: 0 20px;
	}	
}

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

ul a{
	display: block;
	background: #ccc;
	border: 4px solid #fff;
	text-align: center;
	overflow: hidden;
	font-size: .65em;
	text-decoration: none;
	font-weight: normal;
	color: #333;
/* 	height: 70px; */
	height: 95px;
	margin-bottom: -26px;
	box-shadow: 4px 4px 9px -4px rgba(0,0,0,0.4);
	-webkit-transition: all linear .1s;
	-moz-transition: all linear .1s;
	transition: all linear .1s;
}

@media print {
    ul a{
        border: 4px solid #000;
    }
}

@media screen and (max-width: 767px){
	ul a{
		font-size: 1em;
	}
}


ul a span{
/* 	top: 24%;
	margin-top: -0.8em; */
	top: 8%;
	display: block;
	padding: 0px 2px 0px 2px;
}

.administration &gt; li &gt; a{
	margin-bottom: 25px;
}

.director &gt; li &gt; a{
	width: 50%;
	margin: 0 auto 0px auto;
	background: #b3c6d9;
}

.subdirector:after{
	content: "";
	display: block;
	width: 0;
	height: 65px;
	background: red;
	border-left: 4px solid #fff;
	left: 50%;
	position: relative;
}

@media print {
    .subdirector:after{
        border-left: 4px solid #000;
    }
}

.subdirector,
.departments{
	position: absolute;
	width: 100%;
}

/* .subdirector &gt; li:first-child, */
.departments &gt; li:first-child{	
	width: 18.59894921190893%;
	height: 64px;
	margin: 0 auto 18px auto;		
	padding-top: 25px;
/* 	border-bottom: 4px solid white; */
	z-index: 1;	
}

@media print {
    .subdirector &gt; li:first-child,
    .departments &gt; li:first-child{
        border-bottom: 4px solid #000;
    }
}

.subdirector &gt; li:first-child{
	float: right;
	right: 26%;
	border-left: 4px solid white;
}

@media print {
    .subdirector &gt; li:first-child{
	    border-left: 4px solid black;
    }   
}


.departments &gt; li:first-child{	
	float: left;
	left: 32.5%;
	border-right: 4px solid white;	
}

@media print {
    .departments &gt; li:first-child{
        border-right: 4px solid black;	
    }
}

.subdirector &gt; li:first-child a,
.departments &gt; li:first-child a{
	width: 100%;
}

.subdirector &gt; li:first-child a{	
	left: 25px;
}

@media screen and (max-width: 767px){
	.subdirector &gt; li:first-child,
	.departments &gt; li:first-child{
		width: 40%;	
	}

	.subdirector &gt; li:first-child{
		right: 10%;
		margin-right: 2px;
	}

	.subdirector:after{
		left: 49.8%;
	}

	.departments &gt; li:first-child{
		left: 10%;
		margin-left: 2px;
	}
}


.departments &gt; li:first-child a{
	right: 25px;
}

.department:first-child,
.departments li:nth-child(2){
	
margin-left: 0;
	clear: left;	
}

.departments:after{
	content: "";
	display: block;
	position: absolute;
	width: 83.5%;
	height: 22px;	
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	border-left: 4px solid #fff;
	margin: 0 auto;
	top: 60px;
	left: 7.3%
}

@media print {
    .departments:after{
        border-top: 4px solid #000;
        border-right: 4px solid #000;
        border-left: 4px solid #000;
    }
}

@media screen and (max-width: 767px){
	.departments:after{
		border-right: none;
		left: 0;
		width: 49.8%;
	}  
}

@media screen and (min-width: 768px){
	.department:first-child:before,
   .department:last-child:before{
    border:none;
  }
}



.department:before{
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 22px;
	border-left: 4px solid white;
	z-index: 1;
	top: -22px;
	left: 50%;
	margin-left: -4px;
}

@media print {
    .department:before{
        border-left: 4px solid black;
    }
}

.department{
	border-left: 4px solid #fff;
	width: 15%;
	float: left;
	margin-left: 1.751313485113835%;
	margin-bottom: 60px;
}

@media print {
    .department{
	    border-left: 4px solid #000;
    }
}

.lt-ie8 .department{
	width: 18.25%;
}

@media screen and (max-width: 767px){
	.department{
		float: none;
		width: 100%;
		margin-left: 0;
	}

	.department:before{
		content: "";
		display: block;
		position: absolute;
		width: 0;
		height: 60px;
		border-left: 4px solid white;
		z-index: 1;
		top: -60px;
		left: 0%;
		margin-left: -4px;
	}

	.department:nth-child(2):before{
		display: none;
	}
}

.department &gt; a{
	margin: 0 0 -26px -4px;
	z-index: 1;
}



.department &gt; a:hover {
    /* height: 80px; */
    height: 110px;
}

.department &gt; ul{
	margin-top: 0px;
	margin-bottom: 0px;
}



.department li{	
	padding-left: 25px;
	border-bottom: 4px solid #fff;
	height: 110px;	
}

@media print {
    .department li{
        border-bottom: 4px solid #000;
    }
}

/* .department li a{
	background: #fff;
	top: 48px;	
	position: absolute;
	z-index: 1;
	width: 90%;
	height: 60px;
	vertical-align: middle;
	right: -1px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background-image: -moz-linear-gradient(-45deg,  rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%) !important;
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,0,0,0.25)), color-stop(100%,rgba(0,0,0,0)))!important;
	background-image: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%)!important;
	background-image: -o-linear-gradient(-45deg,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%)!important;
	background-image: -ms-linear-gradient(-45deg,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%)!important;
	
background-image: linear-gradient(135deg,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%)!important;
	filter: progid:DXImag
eTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#00000000',GradientType=1 );
} */

.department li a{
	background: #ccc;
	top: 45px;	
	position: absolute;
	z-index: 1;
	width: 90%;
	vertical-align: middle;
	right: -1px;
}

.department li a:hover{
	box-shadow: 8px 8px 9px -4px rgba(0,0,0,0.1);
	/* height: 80px; */
/* 	height: 95px; */
	width: 95%;
	top: 39px;
	background-image: none!important;
}

/* Department/ section colors */
.department.dep-a a{ background: #FFD600; }
.department.dep-b a{ background: #AAD4E7; }
.department.dep-c a{ background: #FDB0FD; }
.department.dep-d a{ background: #A3A2A2; }
.department.dep-e a{ background: #f0f0f0; }
.department.dep-f a{ background: #9ab973; }
.department.dep-dark a{ background: #b3c6d9; }
.department.dep-light a{ background: #e5ecf2; }</pre></body></html>