

/* reset.less */

/* YUI 3.8.1 (build 5795) Copyright 2013 Yahoo! Inc. http://yuilibrary.com/license/ */
html {
  color: #000;
  background: #ffffff;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000000;
}
#yui3-css-stamp.cssreset {
  display: none;
}
/* Transition */


/* featherlight.min.css */

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 0.1.12 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2014, Noel Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all{.featherlight{display:none;position:fixed;top:0;bottom:0;left:0;right:0;z-index:9999;height:100%;text-align:center;cursor:pointer;background:#333;background:rgba(0,0,0,.8)}.featherlight .featherlight-close{position:absolute;z-index:9999;right:0;top:0;line-height:25px;width:25px;cursor:pointer;text-decoration:none;text-align:center;font:Arial,sans-serif;background:#fff;color:#000}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}.featherlight .featherlight-content{text-align:left;display:inline-block;vertical-align:middle;position:relative;padding:2%;width:60%;max-height:95%;overflow:auto;background:#fff;cursor:auto}.featherlight .featherlight-inner{display:block}.featherlight-iframe .featherlight-content{min-height:60%}.featherlight iframe{border:0;position:absolute;top:0;bottom:0;left:0;right:0;height:100%;width:100%}.featherlight .featherlight-image{width:100%}}


/* featherlight.uzh.css */

@media all {
	.featherlight {
		background: #d8dee4;
		background: rgba(200, 206, 212, 0.8);
	}
	.featherlight .featherlight-close {
		color: #dc6027;
		font-weight: bold;
		background: transparent;
	}
	.featherlight .featherlight-content {
		border: 1px solid #c8ced4;
		padding: 20px;

		min-width: 50%;
		width: auto;
	}
}



/* flowplayer.minimalist.css */

.flowplayer{position:relative;width:100%;background-size:contain;background-repeat:no-repeat;background-position:center center;display:inline-block;}
.flowplayer *{font-weight:inherit;font-family:inherit;font-style:inherit;text-decoration:inherit;font-size:100%;padding:0;border:0;margin:0;list-style-type:none}
.flowplayer a:focus{outline:0}
.flowplayer video{width:100%}
.flowplayer.is-ipad video{-webkit-transform:translateX(-2048px);}
.is-ready.flowplayer.is-ipad video{-webkit-transform:translateX(0)}
.flowplayer .fp-engine,.flowplayer .fp-ui,.flowplayer .fp-message{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;z-index:1}
.flowplayer .fp-message{display:none;text-align:center;padding-top:5%;cursor:default;}
.flowplayer .fp-message h2{font-size:120%;margin-bottom:1em}
.flowplayer .fp-message p{color:#666;font-size:95%}
.flowplayer .fp-controls{position:absolute;bottom:0;width:100%;}
.no-background.flowplayer .fp-controls{background-color:transparent !important;background-image:-moz-linear-gradient(transparent,transparent) !important;background-image:-webkit-gradient(linear,0 0,0 100%,from(transparent),to(transparent)) !important}
.is-fullscreen.flowplayer .fp-controls{bottom:3px}
.is-mouseover.flowplayer .fp-controls{bottom:0}
.flowplayer .fp-waiting{display:none;margin:19% auto;text-align:center;}
.flowplayer .fp-waiting *{-webkit-box-shadow:0 0 5px #333;-moz-box-shadow:0 0 5px #333;box-shadow:0 0 5px #333}
.flowplayer .fp-waiting em{width:1em;height:1em;-webkit-border-radius:1em;-moz-border-radius:1em;border-radius:1em;background-color:rgba(255,255,255,0.8);display:inline-block;-webkit-animation:pulse .6s infinite;-moz-animation:pulse .6s infinite;animation:pulse .6s infinite;margin:.3em;opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);}
.flowplayer .fp-waiting em:nth-child(1){-webkit-animation-delay:.3s;-moz-animation-delay:.3s;animation-delay:.3s}
.flowplayer .fp-waiting em:nth-child(2){-webkit-animation-delay:.45s;-moz-animation-delay:.45s;animation-delay:.45s}
.flowplayer .fp-waiting em:nth-child(3){-webkit-animation-delay:.6s;-moz-animation-delay:.6s;animation-delay:.6s}
.flowplayer .fp-waiting p{color:#ccc;font-weight:bold}
.flowplayer .fp-speed{font-size:30px;background-color:#333;background-color:rgba(51,51,51,0.8);color:#eee;margin:0 auto;text-align:center;width:120px;padding:.1em 0 0;opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-webkit-transition:opacity .5s;-moz-transition:opacity .5s;transition:opacity .5s;}
.flowplayer .fp-speed.fp-hilite{opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
.flowplayer .fp-help{position:absolute;top:0;left:-9999em;z-index:100;background-color:#333;background-color:rgba(51,51,51,0.9);width:100%;height:100%;opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-webkit-transition:opacity .2s;-moz-transition:opacity .2s;transition:opacity .2s;text-align:center;}
.is-help.flowplayer .fp-help{left:0;opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
.flowplayer .fp-help .fp-help-section{margin:3%;direction:ltr}
.flowplayer .fp-help .fp-help-basics{margin-top:6%}
.flowplayer .fp-help p{color:#eee;margin:.5em 0;font-size:14px;line-height:1.5;display:inline-block;margin:1% 2%}
.flowplayer .fp-help em{background:#eee;-webkit-border-radius:.3em;-moz-border-radius:.3em;border-radius:.3em;margin-right:.4em;padding:.3em .6em;color:#333}
.flowplayer .fp-help small{font-size:90%;color:#aaa}
.flowplayer .fp-help .fp-close{display:block}
@media (max-width: 600px){.flowplayer .fp-help p{font-size:9px}
}.flowplayer .fp-subtitle{position:absolute;bottom:40px;left:-99999em;z-index:10;text-align:center;width:100%;opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-webkit-transition:opacity .3s;-moz-transition:opacity .3s;transition:opacity .3s;}
.flowplayer .fp-subtitle p{display:inline;background-color:#333;background-color:rgba(51,51,51,0.9);color:#eee;padding:.1em .4em;font-size:16px;line-height:1.6;}
.flowplayer .fp-subtitle p:after{content:'';clear:both}
.flowplayer .fp-subtitle.fp-active{left:0;opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
.flowplayer .fp-fullscreen,.flowplayer .fp-unload,.flowplayer .fp-mute,.flowplayer .fp-embed,.flowplayer .fp-close,.flowplayer .fp-play{background-image:url(assets/img/flowplayer/white.png);background-size:37px 300px;}
.is-rtl.flowplayer .fp-fullscreen,.is-rtl.flowplayer .fp-unload,.is-rtl.flowplayer .fp-mute,.is-rtl.flowplayer .fp-embed,.is-rtl.flowplayer .fp-close,.is-rtl.flowplayer .fp-play{background-image:url(assets/img/flowplayer/white_rtl.png)}
.color-light.flowplayer .fp-fullscreen,.color-light.flowplayer .fp-unload,.color-light.flowplayer .fp-mute,.color-light.flowplayer .fp-embed,.color-light.flowplayer .fp-close,.color-light.flowplayer .fp-play{background-image:url(assets/img/flowplayer/black.png);}
.is-rtl.color-light.flowplayer .fp-fullscreen,.is-rtl.color-light.flowplayer .fp-unload,.is-rtl.color-light.flowplayer .fp-mute,.is-rtl.color-light.flowplayer .fp-embed,.is-rtl.color-light.flowplayer .fp-close,.is-rtl.color-light.flowplayer .fp-play{background-image:url(assets/img/flowplayer/black_rtl.png)}
@media (-webkit-min-device-pixel-ratio: 2){.color-light.flowplayer .fp-fullscreen,.color-light.flowplayer .fp-unload,.color-light.flowplayer .fp-mute,.color-light.flowplayer .fp-embed,.color-light.flowplayer .fp-close,.color-light.flowplayer .fp-play{background-image:url(assets/img/flowplayer/black%40x2.png)}
	.is-rtl.color-light.flowplayer .fp-fullscreen,.is-rtl.color-light.flowplayer .fp-unload,.is-rtl.color-light.flowplayer .fp-mute,.is-rtl.color-light.flowplayer .fp-embed,.is-rtl.color-light.flowplayer .fp-close,.is-rtl.color-light.flowplayer .fp-play{background-image:url(assets/img/flowplayer/black_rtl%40x2.png)}
}@media (-webkit-min-device-pixel-ratio: 2){.flowplayer .fp-fullscreen,.flowplayer .fp-unload,.flowplayer .fp-mute,.flowplayer .fp-embed,.flowplayer .fp-close,.flowplayer .fp-play{background-image:url(assets/img/flowplayer/white%40x2.png)}
	.is-rtl.flowplayer .fp-fullscreen,.is-rtl.flowplayer .fp-unload,.is-rtl.flowplayer .fp-mute,.is-rtl.flowplayer .fp-embed,.is-rtl.flowplayer .fp-close,.is-rtl.flowplayer .fp-play{background-image:url(assets/img/flowplayer/white_rtl%40x2.png)}
}.flowplayer .fp-flash-disabled{background:#333;width:390px;margin:0 auto;position:absolute;bottom:0;color:#fff}
.is-splash.flowplayer .fp-ui,.is-paused.flowplayer .fp-ui{background:url(assets/img/flowplayer/play_white.png) center no-repeat;background-size:12%;}
.is-rtl.is-splash.flowplayer .fp-ui,.is-rtl.is-paused.flowplayer .fp-ui{background:url(assets/img/flowplayer/play_white_rtl.png) center no-repeat;background-size:12%}
@media (-webkit-min-device-pixel-ratio: 2){.is-splash.flowplayer .fp-ui,.is-paused.flowplayer .fp-ui{background:url(assets/img/flowplayer/play_white%40x2.png) center no-repeat;background-size:12%}
	.is-rtl.is-splash.flowplayer .fp-ui,.is-rtl.is-paused.flowplayer .fp-ui{background:url(assets/img/flowplayer/play_white_rtl%40x2.png) center no-repeat;background-size:12%}
}.color-light.is-splash.flowplayer .fp-ui,.color-light.is-paused.flowplayer .fp-ui{background-image:url(assets/img/flowplayer/play_black.png);}
.is-rtl.color-light.is-splash.flowplayer .fp-ui,.is-rtl.color-light.is-paused.flowplayer .fp-ui{background-image:url(assets/img/flowplayer/play_black_rtl.png)}
@media (-webkit-min-device-pixel-ratio: 2){.color-light.is-splash.flowplayer .fp-ui,.color-light.is-paused.flowplayer .fp-ui{background-image:url(assets/img/flowplayer/play_black%40x2.png);}
	.is-rtl.color-light.is-splash.flowplayer .fp-ui,.is-rtl.color-light.is-paused.flowplayer .fp-ui{background-image:url(assets/img/flowplayer/play_black_rtl%40x2.png)}
}.is-fullscreen.flowplayer .fp-ui{background-size:auto}
.is-seeking.flowplayer .fp-ui,.is-loading.flowplayer .fp-ui{background-image:none}
.flowplayer .fp-logo{position:absolute;top:auto;left:15px;bottom:30px;cursor:pointer;display:none;z-index:100;}
.flowplayer .fp-logo img{width:100%}
.is-embedded.flowplayer .fp-logo{display:block}
.fixed-controls.flowplayer .fp-logo{bottom:15px}
.flowplayer .fp-fullscreen,.flowplayer .fp-unload,.flowplayer .fp-close{position:absolute;top:5px;left:auto;right:5px;display:block;width:30px;height:23px;background-position:12px -197px;cursor:pointer;}
.is-rtl.flowplayer .fp-fullscreen,.is-rtl.flowplayer .fp-unload,.is-rtl.flowplayer .fp-close{right:auto;left:5px;background-position:18px -197px}
.flowplayer .fp-unload,.flowplayer .fp-close{background-position:14px -175px;display:none;}
.is-rtl.flowplayer .fp-unload,.is-rtl.flowplayer .fp-close{background-position:14px -175px}
.flowplayer .fp-play{display:none;width:27px;height:20px;background-position:9px -24px;position:absolute;bottom:0;left:0;}
.is-rtl.flowplayer .fp-play{background-position:18px -24px;left:auto;right:0}
.play-button.flowplayer .fp-play{display:block}
.is-paused.flowplayer .fp-play{background-position:9px 7px;}
.is-rtl.is-paused.flowplayer .fp-play{background-position:18px 7px}
.flowplayer.is-ready.is-closeable .fp-unload{display:block}
.flowplayer.is-ready.is-closeable .fp-fullscreen{display:none}
.flowplayer.is-fullscreen .fp-fullscreen{background-position:10px -217px;display:block !important;}
.is-rtl.flowplayer.is-fullscreen .fp-fullscreen{background-position:21px -217px}
.flowplayer.is-fullscreen .fp-unload,.flowplayer.is-fullscreen .fp-close{display:none !important}
.flowplayer .fp-timeline{height:3px;position:relative;overflow:hidden;top:5px;height:10px;margin:0 150px 0 45px;}
.no-volume.flowplayer .fp-timeline{margin-right:60px}
.no-mute.flowplayer .fp-timeline{margin-right:140px}
.no-mute.no-volume.flowplayer .fp-timeline{margin-right:45px}
.play-button.flowplayer .fp-timeline{margin-left:67px}
.is-rtl.flowplayer .fp-timeline{margin:0 45px 0 150px;}
.no-volume.is-rtl.flowplayer .fp-timeline{margin-left:60px}
.no-mute.is-rtl.flowplayer .fp-timeline{margin-left:140px}
.no-mute.no-volume.is-rtl.flowplayer .fp-timeline{margin-left:45px}
.play-button.is-rtl.flowplayer .fp-timeline{margin-right:67px}
.is-long.flowplayer .fp-timeline{margin:0 180px 0 75px;}
.no-volume.is-long.flowplayer .fp-timeline{margin-right:90px}
.no-mute.is-long.flowplayer .fp-timeline{margin-right:75px}
.play-button.is-long.flowplayer .fp-timeline{margin-left:97px}
.is-rtl.is-long.flowplayer .fp-timeline{margin:75px 0 180px 0;}
.no-volume.is-rtl.is-long.flowplayer .fp-timeline{margin-left:90px}
.no-mute.is-rtl.is-long.flowplayer .fp-timeline{margin-left:75px}
.play-button.is-rtl.is-long.flowplayer .fp-timeline{margin-left:97px}
.aside-time.flowplayer .fp-timeline,.no-time.flowplayer .fp-timeline{margin:0 110px 0 5px}
.aside-time.no-volume.flowplayer .fp-timeline,.no-time.no-volume.flowplayer .fp-timeline{margin-right:20px}
.aside-time.no-mute.flowplayer .fp-timeline,.no-time.no-mute.flowplayer .fp-timeline{margin-right:5px}
.play-button.no-time.flowplayer .fp-timeline,.play-button.aside-time.flowplayer .fp-timeline{margin-left:27px}
.is-rtl.aside-time.flowplayer .fp-timeline,.is-rtl.no-time.flowplayer .fp-timeline{margin:0 5px 0 110px}
.is-rtl.aside-time.no-volume.flowplayer .fp-timeline,.is-rtl.no-time.no-volume.flowplayer .fp-timeline{margin-left:20px}
.is-rtl.aside-time.no-mute.flowplayer .fp-timeline,.is-rtl.no-time.no-mute.flowplayer .fp-timeline{margin-left:5px}
.is-rtl.play-button.no-time.flowplayer .fp-timeline,.is-rtl.play-button.aside-time.flowplayer .fp-timeline{margin-right:27px}
.flowplayer .fp-buffer,.flowplayer .fp-progress{position:absolute;top:0;left:auto;height:100%;cursor:col-resize}
.flowplayer .fp-buffer{-webkit-transition:width .25s linear;-moz-transition:width .25s linear;transition:width .25s linear}
.flowplayer.is-touch .fp-timeline{overflow:visible}
.flowplayer.is-touch .fp-progress{-webkit-transition:width .2s linear;-moz-transition:width .2s linear;transition:width .2s linear}
.flowplayer.is-touch .fp-timeline.is-dragging .fp-progress{-webkit-transition:right .1s linear,border .1s linear,top .1s linear,left .1s linear;-moz-transition:right .1s linear,border .1s linear,top .1s linear,left .1s linear;transition:right .1s linear,border .1s linear,top .1s linear,left .1s linear}
.flowplayer.is-touch.is-mouseover .fp-progress:after,.flowplayer.is-touch.is-mouseover .fp-progress:before{content:'';display:block;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;position:absolute;right:-5px}
.flowplayer.is-touch.is-rtl.is-mouseover .fp-progress:after,.flowplayer.is-touch.is-rtl.is-mouseover .fp-progress:before{right:auto;left:-5px}
.flowplayer.is-touch.is-rtl.is-mouseover .fp-progress:after{left:-10px;-webkit-box-shadow:-1px 0 4px rgba(0,0,0,0.5);-moz-box-shadow:-1px 0 4px rgba(0,0,0,0.5);box-shadow:-1px 0 4px rgba(0,0,0,0.5)}
.flowplayer.is-touch.is-mouseover .fp-progress:before{width:10px;height:10px}
.flowplayer.is-touch.is-mouseover .fp-progress:after{height:10px;width:10px;top:-5px;right:-10px;border:5px solid rgba(255,255,255,0.65);-webkit-box-shadow:1px 0 4px rgba(0,0,0,0.5);-moz-box-shadow:1px 0 4px rgba(0,0,0,0.5);box-shadow:1px 0 4px rgba(0,0,0,0.5)}
.flowplayer.is-touch.is-mouseover .fp-timeline.is-dragging .fp-progress:after{border:10px solid #fff;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;-webkit-transition:inherit;-moz-transition:inherit;transition:inherit;top:-10px;right:-15px}
.flowplayer.is-touch.is-rtl.is-mouseover .fp-timeline.is-dragging .fp-progress:after{left:-15px;right:auto;border:10px solid #fff}
.flowplayer .fp-volume{position:absolute;top:7.5px;right:5px;}
.is-rtl.flowplayer .fp-volume{right:auto;left:5px}
.flowplayer .fp-mute{position:relative;width:10px;height:15px;float:left;top:-5px;cursor:pointer;background-position:-2px -99px;}
.is-rtl.flowplayer .fp-mute{float:right;background-position:-25px -99px}
.no-mute.flowplayer .fp-mute{display:none}
.flowplayer .fp-volumeslider{width:90px;height:5px;cursor:col-resize;float:left;}
.is-rtl.flowplayer .fp-volumeslider{float:right}
.no-volume.flowplayer .fp-volumeslider{display:none}
.flowplayer .fp-volumelevel{height:100%}
.flowplayer .fp-time{text-shadow:0 0 1px #000;font-size:12px;font-weight:bold;color:#fff;width:100%;}
.flowplayer .fp-time.is-inverted .fp-duration{display:none}
.flowplayer .fp-time.is-inverted .fp-remaining{display:inline}
.flowplayer .fp-time em{width:35px;height:10px;line-height:10px;text-align:center;position:absolute;bottom:5px}
.no-time.flowplayer .fp-time{display:none}
.is-long.flowplayer .fp-time em{width:65px}
.flowplayer .fp-elapsed{left:5px;}
.play-button.flowplayer .fp-elapsed{left:27px}
.is-rtl.flowplayer .fp-elapsed{left:auto;right:5px;}
.play-button.is-rtl.flowplayer .fp-elapsed{right:27px}
.flowplayer .fp-remaining,.flowplayer .fp-duration{right:110px;color:#eee;}
.no-volume.flowplayer .fp-remaining,.no-volume.flowplayer .fp-duration{right:20px}
.no-mute.flowplayer .fp-remaining,.no-mute.flowplayer .fp-duration{right:100px}
.no-mute.no-volume.flowplayer .fp-remaining,.no-mute.no-volume.flowplayer .fp-duration{right:5px}
.is-rtl.flowplayer .fp-remaining,.is-rtl.flowplayer .fp-duration{right:auto;left:110px;}
.no-volume.is-rtl.flowplayer .fp-remaining,.no-volume.is-rtl.flowplayer .fp-duration{left:20px}
.no-mute.is-rtl.flowplayer .fp-remaining,.no-mute.is-rtl.flowplayer .fp-duration{left:100px}
.no-mute.no-volume.is-rtl.flowplayer .fp-remaining,.no-mute.no-volume.is-rtl.flowplayer .fp-duration{left:5px}
.flowplayer .fp-remaining{display:none}
.flowplayer.color-light .fp-time{color:#222;text-shadow:0 0 1px #fff}
.flowplayer.color-light .fp-remaining,.flowplayer.color-light .fp-duration{color:#666}
.flowplayer.aside-time .fp-time{position:absolute;top:5px;left:5px;bottom:auto !important;width:85px;}
.flowplayer.aside-time .fp-time strong,.flowplayer.aside-time .fp-time em{position:static}
.flowplayer.aside-time .fp-time .fp-elapsed{margin-right:5px;}
.is-rtl.flowplayer.aside-time .fp-time .fp-elapsed{margin-right:auto;margin-left:5px}
.flowplayer.is-long.aside-time .fp-time{width:130px}
.flowplayer.is-splash,.flowplayer.is-poster{cursor:pointer;}
.flowplayer.is-splash .fp-controls,.flowplayer.is-poster .fp-controls,.flowplayer.is-splash .fp-fullscreen,.flowplayer.is-poster .fp-fullscreen,.flowplayer.is-splash .fp-unload,.flowplayer.is-poster .fp-unload,.flowplayer.is-splash .fp-time,.flowplayer.is-poster .fp-time,.flowplayer.is-splash .fp-embed,.flowplayer.is-poster .fp-embed{display:none !important}
.flowplayer.is-poster .fp-engine{top:-9999em}
.flowplayer.is-loading .fp-waiting{display:block}
.flowplayer.is-loading .fp-controls,.flowplayer.is-loading .fp-time{display:none}
.flowplayer.is-loading .fp-ui{background-position:-9999em}
.flowplayer.is-loading video.fp-engine{position:absolute;top:-9999em}
.flowplayer.is-seeking .fp-waiting{display:block}
.flowplayer.is-fullscreen{position:fixed !important;top:0 !important;left:0 !important;border:0 !important;margin:0 !important;width:100% !important;height:100% !important;max-width:100% !important;z-index:99999 !important;-webkit-box-shadow:0 !important;-moz-box-shadow:0 !important;box-shadow:0 !important;background-image:none !important;background-color:#333;}
.is-rtl.flowplayer.is-fullscreen{left:auto !important;right:0 !important}
.flowplayer.is-error{border:1px solid #909090;background:#fdfdfd !important;}
.flowplayer.is-error h2{font-weight:bold;font-size:large;margin-top:10%}
.flowplayer.is-error .fp-message{display:block}
.flowplayer.is-error object,.flowplayer.is-error video,.flowplayer.is-error .fp-controls,.flowplayer.is-error .fp-time,.flowplayer.is-error .fp-subtitle{display:none}
.flowplayer.is-ready.is-muted .fp-mute{opacity:.5;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50)}
.flowplayer.is-mouseout .fp-controls{height:0;-webkit-transition:height .15s .3s;-moz-transition:height .15s .3s;transition:height .15s .3s}
.flowplayer.is-mouseout .fp-timeline{margin:0 !important}
.flowplayer.is-mouseout .fp-timeline{-webkit-transition:height .15s .3s,top .15s .3s,margin .15s .3s;-moz-transition:height .15s .3s,top .15s .3s,margin .15s .3s;transition:height .15s .3s,top .15s .3s,margin .15s .3s;height:4px;top:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
.flowplayer.is-mouseout .fp-fullscreen,.flowplayer.is-mouseout .fp-unload,.flowplayer.is-mouseout .fp-elapsed,.flowplayer.is-mouseout .fp-remaining,.flowplayer.is-mouseout .fp-duration,.flowplayer.is-mouseout .fp-embed,.flowplayer.is-mouseout .fp-volume,.flowplayer.is-mouseout .fp-play{opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-webkit-transition:opacity .15s .3s;-moz-transition:opacity .15s .3s;transition:opacity .15s .3s}
.flowplayer.is-mouseover .fp-controls,.flowplayer.fixed-controls .fp-controls{height:20px}
.flowplayer.is-mouseover .fp-fullscreen,.flowplayer.fixed-controls .fp-fullscreen,.flowplayer.is-mouseover .fp-unload,.flowplayer.fixed-controls .fp-unload,.flowplayer.is-mouseover .fp-elapsed,.flowplayer.fixed-controls .fp-elapsed,.flowplayer.is-mouseover .fp-remaining,.flowplayer.fixed-controls .fp-remaining,.flowplayer.is-mouseover .fp-duration,.flowplayer.fixed-controls .fp-duration,.flowplayer.is-mouseover .fp-embed,.flowplayer.fixed-controls .fp-embed,.flowplayer.is-mouseover .fp-logo,.flowplayer.fixed-controls .fp-logo,.flowplayer.is-mouseover .fp-volume,.flowplayer.fixed-controls .fp-volume,.flowplayer.is-mouseover .fp-play,.flowplayer.fixed-controls .fp-play{opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
.flowplayer.fixed-controls .fp-volume{display:block}
.flowplayer.fixed-controls .fp-controls{bottom:-20px;}
.is-fullscreen.flowplayer.fixed-controls .fp-controls{bottom:0}
.flowplayer.fixed-controls .fp-time em{bottom:-15px;opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);}
.is-fullscreen.flowplayer.fixed-controls .fp-time em{bottom:5px}
.flowplayer.is-disabled .fp-progress{background-color:#999}
.flowplayer.is-flash-disabled{background-color:#333;}
.flowplayer.is-flash-disabled object.fp-engine{z-index:100}
.flowplayer.is-flash-disabled .fp-flash-disabled{display:block;z-index:101}
.flowplayer .fp-embed{position:absolute;top:5px;left:5px;display:block;width:25px;height:20px;background-position:3px -237px;}
.is-rtl.flowplayer .fp-embed{background-position:22px -237px;left:auto;right:5px}
.flowplayer .fp-embed-code{position:absolute;display:none;top:10px;left:40px;background-color:#333;padding:3px 5px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 0 3px #ccc;-moz-box-shadow:0 0 3px #ccc;box-shadow:0 0 3px #ccc;font-size:12px;}
.flowplayer .fp-embed-code:before{content:'';width:0;height:0;position:absolute;top:2px;left:-10px;border:5px solid transparent;border-right-color:#333}
.is-rtl.flowplayer .fp-embed-code{left:auto;right:40px;}
.is-rtl.flowplayer .fp-embed-code:before{left:auto;right:-10px;border-right-color:transparent;border-left-color:#333}
.flowplayer .fp-embed-code textarea{width:400px;height:16px;font-family:monaco,"courier new",verdana;color:#777;white-space:nowrap;resize:none;overflow:hidden;border:0;outline:0;background-color:transparent;color:#ccc}
.flowplayer .fp-embed-code label{display:block;color:#999}
.flowplayer.is-embedding .fp-embed,.flowplayer.is-embedding .fp-embed-code{display:block;opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
.flowplayer.aside-time .fp-embed{left:85px;}
.is-rtl.flowplayer.aside-time .fp-embed{left:auto;right:85px}
.flowplayer.aside-time .fp-embed-code{left:115px;}
.is-rtl.flowplayer.aside-time .fp-embed-code{left:auto;right:115px}
.flowplayer.aside-time.is-embedding .fp-time{opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
.flowplayer.is-long.aside-time .fp-embed{left:130px;}
.is-rtl.flowplayer.is-long.aside-time .fp-embed{left:auto;right:130px}
.flowplayer.no-time .fp-embed{left:5px !important;}
.is-rtl.flowplayer.no-time .fp-embed{left:auto;right:5px !important}
.flowplayer.is-live .fp-timeline,.flowplayer.is-live .fp-duration,.flowplayer.is-live .fp-remaining{display:none}
.flowplayer .fp-context-menu{position:absolute;display:none;z-index:1001;background-color:#fff;padding:10px;border:1px solid #aaa;-webkit-box-shadow:0 0 4px #888;-moz-box-shadow:0 0 4px #888;box-shadow:0 0 4px #888;width:170px;}
.flowplayer .fp-context-menu li{text-align:center;padding:10px;color:#444;margin:0 -10px 0 -10px;}
.flowplayer .fp-context-menu li a{color:#00a7c8;font-size:110%}
.flowplayer .fp-context-menu li:hover:not(.copyright){background-color:#eee}
.flowplayer .fp-context-menu li.copyright{margin:0;padding-left:110px;background-image:url("assets/img/flowplayer/flowplayer.png");background-repeat:no-repeat;background-size:100px 20px;background-position:5px 5px;border-bottom:1px solid #bbb;}
@media (-webkit-min-device-pixel-ratio: 2){.flowplayer .fp-context-menu li.copyright{background-image:url("assets/img/flowplayer/flowplayer%402x.png")}
}@-moz-keyframes pulse{0%{opacity:0}
	 100%{opacity:1}
 }@-webkit-keyframes pulse{0%{opacity:0}
	  100%{opacity:1}
  }@-o-keyframes pulse{0%{opacity:0}
	   100%{opacity:1}
   }@-ms-keyframes pulse{0%{opacity:0}
		100%{opacity:1}
	}@keyframes pulse{0%{opacity:0}
		 100%{opacity:1}
	 }.flowplayer .fp-controls{background-color:#333;background-color:rgba(51,51,51,0.6)}
.flowplayer.fixed-controls .fp-controls{background-color:#333}
.flowplayer .fp-timeline{background-color:#666}
.flowplayer .fp-buffer{background-color:#eee}
.flowplayer .fp-progress{background-color:#00a7c8}
.flowplayer .fp-volumeslider{background-color:#000}
.flowplayer .fp-volumelevel{background-color:#fff}
.flowplayer .fp-play{height:24px}
.flowplayer.is-touch.is-mouseover .fp-progress:before{background-color:#00a7c8}
.flowplayer.color-light .fp-controls{background-color:rgba(255,255,255,0.6)}
.flowplayer.color-light.fixed-controls .fp-controls{background-color:#fff}
.flowplayer.color-light .fp-volumeslider{background-color:#ddd}
.flowplayer.color-light .fp-volumelevel{background-color:#222}
.flowplayer.color-alt .fp-progress{background-color:#fff}
.flowplayer.color-alt.is-touch.is-mouseover .fp-progress:before{background-color:#fff}
.flowplayer.color-alt .fp-buffer{background-color:#999}
.flowplayer.color-alt2 .fp-progress{background-color:#900}
.flowplayer.color-alt2.is-touch.is-mouseover .fp-progress:before{background-color:#900}



/* tablesorter.css */

table.tablesorter thead tr .header {
	background-image: url(assets/img/tablesorter/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(assets/img/tablesorter/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(assets/img/tablesorter/desc.gif);
}



/* elements.less */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/*:after,
:before {
	.screenreader-mute();
}*/
a img {
  border: none;
  /* just in case some ooouuld IE is arround */

}
menu {
  margin: 0;
  padding: 0;
}
menu li {
  list-style-type: none;
}
/**
 * Reponsive Images
 */
img {
  height: auto;
  max-width: 100%;
}
/**
 * Richtext styles
 */
span.attention {
  color: #009933;
  font-style: italic;
}
strong,
b {
  font-weight: bold;
  font-style: inherit;
}
em,
i {
  font-style: italic;
  font-weight: inherit;
}
code,
pre {
  font-size: 1.1em;
  font-family: Courier;
}
sup,
sub {
  font-size: smaller;
  vertical-align: baseline;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.3em;
}
big {
  font-size: 1.2em;
}
small {
  font-size: 0.9em;
}
cite {
  font-style: italic;
}
code {
  font-size: 1.1em;
  font-family: Courier;
}
dfn {
  font-style: italic;
}
kbd {
  font-family: monospace;
}
q::before,
q::after {
  content: '"';
}
samp {
  font-family: monospace;
}
tt {
  font-family: monospace;
}
var {
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .show-in-desktop {
    display: none !important;
  }
  .hide-in-mobile {
    display: none !important;
  }
}
@media print {
  .show-in-desktop {
    display: none !important;
  }
  .hide-in-print {
    display: none !important;
  }
  /**
  	 * Richtext styles
  	 */
  span.attention {
    color: #000000;
  }
  img {
    page-break-inside: avoid;
  }
}
/* Transition */


/* grid.less */

/* Ggrid System
	you can do all variations of 1 to 4 column styles with these classes,
	no additional classes needed.
*/
.g-unit {
  overflow: hidden;
}
.g-col {
  float: left;
  min-height: 1px;
  overflow: hidden;
  margin-right: 20px;
}
.g-col-r {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
.g-col-flex {
  float: none;
  overflow: hidden;
}
.g-1of4 {
  width: 220px;
}
.g-2of4 {
  width: 460px;
}
/* the footer uses a separate grid system based on margins,
	either left or right to position it with the main column (flex)
*/
.g-col-footer {
  clear: both;
  margin: 20px 20px 12px;
}
.g-1of4-r {
  margin-right: 260px;
}
.g-1of4-l {
  margin-left: 260px;
}
.g-2of4-l {
  margin-left: 500px;
}
.g-2of4-r {
  margin-right: 500px;
}
.g-3of4-l {
  margin-left: 620px;
}
.g-3of4-r {
  margin-right: 620px;
}
@media screen and (max-width: 767px) {
  .g-col {
    margin-right: 10px;
  }
  article > .g-unit > .g-col {
    float: none;
    margin-right: 0;
  }
  article > .g-unit > .g-col-r {
    float: none;
    margin-left: 0;
  }
  article > .g-unit > .g-1of4,
  article > .g-unit .g-2of4,
  article > .g-unit .g-1of4-l,
  article > .g-unit .g-1of4-r,
  article > .g-unit .g-2of4-l,
  article > .g-unit .g-2of4-r,
  article > .g-unit .g-3of4-l,
  article > .g-unit .g-3of4-r {
    width: auto;
    margin-right: 0;
  }
  .g-col-footer {
    margin-left: 0;
    margin-right: 0;
  }
}
@media print {
  article > .g-unit > .g-col {
    float: none;
    margin-right: 0;
  }
  article > .g-unit > .g-1of4,
  article > .g-unit .g-2of4,
  article > .g-unit .g-1of4-l,
  article > .g-unit .g-1of4-r,
  article > .g-unit .g-2of4-l,
  article > .g-unit .g-2of4-r,
  article > .g-unit .g-3of4-l,
  article > .g-unit .g-3of4-r {
    width: auto;
    margin-right: 0;
  }
}
/* Transition */


/* variables-author.less */

/* Transition */


/* banner.less */

.mod-banner {
  margin-bottom: 10px;
}
.mod-banner a,
.mod-banner img {
  display: block;
}
/* Transition */


/* breadcrumb.less */

.mod-breadcrumb {
  float: left;
  line-height: 1.4em;
  font-size: 0.9166666666666666em;
  margin: 8px 150px 7px 21px;
}
.mod-breadcrumb h2 {
  speak: normal;
  position: absolute;
  font-size: 0;
  visibility: hidden;
}
.mod-breadcrumb .sections {
  display: none;
}
.mod-breadcrumb .breads a {
  color: #7b828a;
  text-decoration: none;
}
.mod-breadcrumb .breads a:hover {
  border-bottom: 1px solid #7b828a;
}
.mod-breadcrumb .breads a:after {
  speak: none;
  content: " » ";
  border-bottom: none;
}
.mod-breadcrumb .breads a:hover:after {
  border-bottom: 1px solid #e3e7ea;
}
.mod-breadcrumb .breads a:last-child:after {
  display: none;
}
.mod-breadcrumb .children {
  display: none;
}
.mod-breadcrumb .children:empty {
  display: none;
}
.skin-layout-bigfont .mod-breadcrumb {
  font-size: 1em;
}
.skin-layout-bigfont .mod-breadcrumb a {
  color: #000000;
}
@media screen and (max-width: 767px) {
  .mod-breadcrumb {
    width: 100%;
    font-size: 1em;
    padding: 12px 0 12px;
    margin: 0;
    border-top: 1px solid #a3adb7;
  }
  .mod-breadcrumb .sections {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #a3adb7;
  }
  .mod-breadcrumb .sections a {
    display: inline-block;
    color: #000000;
    text-decoration: none;
  }
  .mod-breadcrumb .sections a:hover {
    color: #dc6027;
    text-decoration: none;
  }
  .mod-breadcrumb .sections a.active {
    font-weight: bold;
  }
  .mod-breadcrumb .sections a:after {
    speak: none;
    font-weight: normal;
    content: '\2022';
    margin: 0 2px 0 5px;
  }
  .mod-breadcrumb .sections a:last-child:after {
    display: none;
  }
  .mod-breadcrumb .breads a {
    display: inline-block;
    color: #000000;
  }
  .mod-breadcrumb .breads a:hover {
    color: #dc6027;
    text-decoration: none;
    border-bottom: none;
  }
  .mod-breadcrumb .breads a:hover:after {
    border-bottom: none;
  }
  .mod-breadcrumb .breads a:last-child,
  .mod-breadcrumb .breads a:nth-last-child(2) {
    display: inline-block;
  }
  .mod-breadcrumb .breads a:last-child:before,
  .mod-breadcrumb .breads a:nth-last-child(2):before {
    content: normal;
  }
  .mod-breadcrumb .breads a:last-child span,
  .mod-breadcrumb .breads a:nth-last-child(2) span {
    display: inline;
  }
  .mod-breadcrumb .breads a:last-child {
    font-weight: bold;
    cursor: default;
  }
  .mod-breadcrumb .breads a:last-child:hover {
    color: inherit;
  }
  .mod-breadcrumb .breads a + a + a:before {
    display: inline;
    content: '…';
  }
  .mod-breadcrumb .breads a + a + a span {
    display: none;
  }
  .mod-breadcrumb .breads a + a + a.visible {
    display: inline;
  }
  .mod-breadcrumb .breads a + a + a.visible span {
    display: inline;
  }
  .mod-breadcrumb .breads a + a + a.visible:before {
    content: normal;
  }
  .mod-breadcrumb .breads a + a + a + a {
    display: none;
  }
  .mod-breadcrumb .breads a + a + a + a.visible {
    display: inline-block;
  }
  .mod-breadcrumb .sections + .breads {
    display: none;
  }
  .mod-breadcrumb .children {
    display: block;
    margin-top: 0.76em;
    padding: 0;
  }
  .mod-breadcrumb .children li {
    padding: 0 0 0.16em 0;
  }
  .mod-breadcrumb .children li a {
    display: inline-block;
    color: #000000;
    text-decoration: none;
    padding: 0 0 0 13px;
  }
  .mod-breadcrumb .children li a:hover {
    text-decoration: none;
    color: #dc6027;
  }
  .mod-breadcrumb .children li a:before {
    content: "";
    position: absolute;
    margin-left: -13px;
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -99px -41px;
    width: 10px;
    height: 13px;
  }
}
@media print {
  .mod-breadcrumb {
    clear: both;
    width: 100%;
    margin-left: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #a3adb7;
    color: #000000;
  }
  .mod-breadcrumb .sections {
    display: none;
  }
  .mod-breadcrumb .breads a {
    color: #000000;
  }
}
/* Transition */


/* children.less */

.mod-children details {
  margin-bottom: 0.6em;
  line-height: 1.6em;
}
.mod-children summary {
  margin-top: 0.3em;
  list-style-type: none;
}
.mod-children summary::-webkit-details-marker {
  display: none;
}
.mod-children summary::-moz-details-marker {
  display: none;
}
.mod-children summary::-ms-details-marker {
  display: none;
}
.mod-children summary::details-marker {
  display: none;
}
.mod-children a {
  display: block;
  padding-left: 13px;
  color: #dc6027;
  text-decoration: none;
}
.mod-children a:visited {
  color: #7b828a;
}
.mod-children a:hover {
  text-decoration: underline;
  color: #dc6027;
}
.mod-children a:before {
  content: "";
  position: absolute;
  margin-left: -13px;
  margin-top: 2px;
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -99px -41px;
  width: 10px;
  height: 13px;
}
@media screen and (max-width: 767px) {
  .mod-children a:visited {
    color: #dc6027;
  }
}
@media print {
  .mod-children {
    color: #000000;
  }
  .mod-children a {
    text-decoration: underline;
    color: #000000;
  }
  .mod-children a:visited {
    color: #000000;
  }
  .mod-children a:before {
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -14px -99px;
    width: 10px;
    height: 13px;
  }
}
/* Transition */


/* comments.less */

.mod-comments {
  margin-top: 34px;
}
.mod-comments h4 {
  border-top: 1px solid #a3adb7;
  border-bottom: 1px solid #a3adb7;
  position: relative;
  padding: 3px 60px 3px 5px;
  line-height: 1.1666666666666667em;
  min-height: 16px;
}
.mod-comments h4 span {
  color: #0028a5;
  font-weight: bold;
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", "URW Palladio L", serif;
  font-size: 1.1666666666666667em;
  margin-right: 5px;
}
.mod-comments h4 + p {
  padding: 8px 0;
}
.mod-comments p + h4 {
  margin-top: 10px;
}
.mod-comments div.comment {
  padding: 10px 0;
  font-size: 0.9500000000000001em;
}
.mod-comments div.comment + div {
  border-top: 1px dotted #a3adb7;
}
.mod-comments div.comment span {
  font-weight: bold;
  display: block;
}
.mod-comments div.comment em {
  font-style: normal;
}
.mod-comments div.comment span {
  font-size: 1.0909090909090908em;
}
.mod-comments div.comment p {
  font-size: 1.0909090909090908em;
}
.mod-comments ul.required {
  color: #dc6027;
  font-style: italic;
}
.mod-comments .form-row {
  border-bottom: 0;
  max-width: 458px;
  clear: left;
}
.mod-comments .form-row label {
  width: 100%;
  float: left;
  padding-top: 10px;
}
.mod-comments .form-row input,
.mod-comments .form-row textarea {
  background: #edeff1;
  border: 1px solid #c8ced4;
}
.mod-comments .form-row textarea {
  width: 99.5%;
  margin-right: 0;
}
.mod-comments .form-row input {
  width: 99%;
  padding: 2px;
}
.mod-comments .form-row.mgnlhp {
  display: none;
}
.mod-comments button,
.mod-comments input[type=submit] {
  width: auto;
}
.mod-comments .form-item-m {
  float: left;
  width: 48%;
  margin-right: 0;
  margin-left: 0;
}
.mod-comments .form-item-m label {
  width: 100%;
}
.mod-comments .form-item-m input {
  width: 97.5%;
}
.mod-comments .form-item-m + div {
  float: right;
}
.mod-comments .button-wrapper {
  padding: 10px 0 3px;
  padding-left: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mod-comments h4 {
    padding-right: 0;
    padding-left: 0;
  }
  .mod-comments h4 span {
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-size: 1em;
    color: #3353b7;
  }
  .mod-comments select,
  .mod-comments textarea,
  .mod-comments input {
    font-size: 16px;
    line-height: 18px;
  }
}
@media print {
  .mod-comments h4 {
    border-top: none;
    border-bottom: 1px solid #a3adb7;
  }
  .mod-comments h4 span {
    color: #000000;
  }
  .mod-comments div.comment + div {
    border-top: 1px dotted #a3adb7;
  }
  .mod-comments ul.required {
    color: #000000;
  }
  .mod-comments .form-row input,
  .mod-comments .form-row textarea {
    background: #ffffff;
    border: 1px solid #000000;
  }
}
/* Transition */


/* dbquery.less */

.mod-db-query .page {
  display: none;
}
.mod-db-query .page-active {
  display: block;
}
.mod-db-query .pagination {
  text-align: center;
  margin-bottom: 1em;
}
.mod-db-query .pagination i {
  display: inline-block;
  line-height: 30px;
  vertical-align: top;
  font-style: normal;
}
.mod-db-query .pagination a {
  display: inline-block;
  padding: 7px 10px 3px;
}
.mod-db-query .pagination a:before {
  content: "";
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -30px -80px;
  width: 11px;
  height: 15px;
}
.mod-db-query .pagination a:hover:before {
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -80px -57px;
  width: 11px;
  height: 15px;
}
.mod-db-query .pagination a.inactive {
  cursor: default;
}
.mod-db-query .pagination a.inactive:before {
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: 0 -80px;
  width: 11px;
  height: 15px;
}
.mod-db-query .pagination a.next {
  left: auto;
  right: 0;
  text-align: right;
}
.mod-db-query .pagination a.next:before {
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -15px -80px;
  width: 11px;
  height: 15px;
}
.mod-db-query .pagination a.next:hover:before {
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -45px -80px;
  width: 11px;
  height: 15px;
}
.mod-db-query .pagination a.next.inactive:before {
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -60px -80px;
  width: 11px;
  height: 15px;
}
@media print {
  .mod-db-query .pagination a {
    display: none;
  }
}
/* Transition */


/* directlinks.less */

.mod-directlinks {
  font-size: 0.9500000000000001em;
  line-height: 1.4000000000000001em;
  background: #edeff1;
  border: 1px solid #dadee2;
  margin-bottom: 10px;
  padding: 0 9px 8px;
}
.mod-directlinks h2 {
  color: #0028a5;
  font-size: 1.4em;
  line-height: 1.1em;
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", "URW Palladio L", serif;
  font-weight: bold;
  padding: 8px 0 4px;
}
.mod-directlinks ul {
  margin-top: 5px;
}
.mod-directlinks h3 {
  font-size: 1em;
  font-weight: bold;
  padding: 5px 0;
}
.mod-directlinks a {
  text-decoration: none;
}
.mod-directlinks a:hover {
  color: #dc6027;
  text-decoration: underline;
}
.mod-directlinks a:visited {
  color: #000000;
}
.mod-directlinks li {
  padding-bottom: 1px;
}
.mod-directlinks li a {
  color: #000000;
  padding-left: 14px;
}
.mod-directlinks li a[href^="http"]:before,
.mod-directlinks li a.www:before {
  content: '';
  position: absolute;
  margin-left: -14px;
  margin-top: 1px;
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -28px -116px;
  width: 10px;
  height: 13px;
}
.mod-directlinks li a[href^="/"]:before,
.mod-directlinks li a[href*="uzh.ch"]:before,
.mod-directlinks li a[href^="mailto:"]:before,
.mod-directlinks li a.mail:before,
.mod-directlinks li a.uzh:before,
.mod-directlinks li a.internal:before,
.mod-directlinks li a[href^="#"]:before {
  content: '';
  position: absolute;
  margin-left: -14px;
  margin-top: 0;
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -99px -41px;
  width: 10px;
  height: 13px;
}
.mod-directlinks li a[href*="/dam/"]:before,
.mod-directlinks li a.download:before {
  content: '';
  position: absolute;
  margin-left: -14px;
  margin-top: 2px;
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -28px -99px;
  width: 10px;
  height: 13px;
}
.mod-directlinks .mod-text h3 {
  margin-top: 3px;
}
.mod-directlinks select {
  max-width: 160px;
  margin: 0 4px 0 0;
  padding: 0;
}
.mod-directlinks input {
  width: 35px;
  padding: 0 4px;
}
@media screen and (max-width: 767px) {
  .mod-directlinks {
    font-size: 1em;
    background-color: transparent;
    border: none;
    border-top: 1px solid #a3adb7;
    padding: 0 0 8px 0;
    margin-bottom: 0;
  }
  .mod-directlinks h2 {
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-size: 1.2307692307692308em;
    padding: 0.6666666666666666em 0 0.16666666666666666em 0;
    color: #3353b7;
  }
  .mod-directlinks h3 {
    font-size: 1.0769230769230769em;
  }
  .mod-directlinks .mod-text {
    margin: 0;
  }
  .mod-directlinks .mod-text h3 {
    margin-top: 0.3333333333333333em;
  }
  .mod-directlinks a:visited {
    color: #dc6027;
  }
  .mod-directlinks li {
    line-height: 18px;
    padding: 0 0 0.16666666666666666em 0;
  }
  .mod-directlinks li a {
    color: #dc6027;
  }
  .mod-directlinks li a[href^="/"]:before,
  .mod-directlinks li a[href*="uzh.ch"]:before,
  .mod-directlinks li a[href^="mailto:"]:before,
  .mod-directlinks li a.mail:before,
  .mod-directlinks li a.uzh:before,
  .mod-directlinks li a.internal:before,
  .mod-directlinks li a[href^="#"]:before {
    margin-top: 1px;
  }
  .mod-directlinks li a[href*="/dam/"]:before,
  .mod-directlinks li a.download:before {
    margin-top: 3px;
  }
}
@media print {
  .mod-directlinks {
    background: transparent;
    color: #000000;
    border: none;
    padding: 0;
  }
  .mod-directlinks h2 {
    color: #000000;
  }
  .mod-directlinks a:visited {
    color: #000000;
  }
  .mod-directlinks li a {
    color: #000000;
  }
  .mod-directlinks li a[href^="http"]:before,
  .mod-directlinks li a.www:before {
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -84px -99px;
    width: 10px;
    height: 13px;
  }
  .mod-directlinks li a[href^="/"]:before,
  .mod-directlinks li a[href*="uzh.ch"]:before,
  .mod-directlinks li a[href^="mailto:"]:before,
  .mod-directlinks li a.mail:before,
  .mod-directlinks li a.uzh:before,
  .mod-directlinks li a.internal:before,
  .mod-directlinks li a[href^="#"]:before {
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -14px -99px;
    width: 10px;
    height: 13px;
  }
  .mod-directlinks li a[href*="/dam/"],
  .mod-directlinks li a.download {
    color: #000000;
  }
  .mod-directlinks li a[href*="/dam/"]:before,
  .mod-directlinks li a.download:before {
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -14px -116px;
    width: 10px;
    height: 13px;
  }
  .mod-directlinks .mod-text {
    display: none;
  }
}
/* Transition */


/* emergency.less */

.mod-emergency {
  font-size: 0.9500000000000001em;
  line-height: 1.3em;
}
.mod-emergency .inner-wrap {
  background-color: #ea0000;
  border: 1px solid #ea0000;
  color: #ffffff;
  margin-bottom: 0.9em;
  padding: 5px 9px 14px 9px;
}
.mod-emergency .inner-wrap h4 {
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", "URW Palladio L", serif;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.61em;
  line-height: 1.3em;
  padding-top: 2px;
}
.mod-emergency .inner-wrap p {
  margin-bottom: 1px;
}
.mod-emergency .inner-wrap a {
  color: #ffffff;
  text-decoration: none;
  margin-left: 13px;
}
.mod-emergency .inner-wrap a:before {
  content: "";
  position: absolute;
  margin-left: -13px;
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: 0 -99px;
  width: 10px;
  height: 13px;
}
.mod-emergency .inner-wrap a:visited,
.mod-emergency .inner-wrap a:hover {
  color: #ffffff;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .mod-emergency {
    font-size: 1em;
  }
}
@media print {
  .mod-emergency {
    margin-top: 5px;
    color: #000000;
  }
  .mod-emergency .inner-wrap {
    background-color: transparent;
    border: 1px solid #a3adb7;
    color: #000000;
  }
  .mod-emergency .inner-wrap h4 {
    font-family: #000000;
  }
  .mod-emergency .inner-wrap li a {
    color: #000000;
  }
  .mod-emergency .inner-wrap li a:before {
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -14px -99px;
    width: 10px;
    height: 13px;
  }
  .mod-emergency .inner-wrap li a:visited {
    color: #000000;
  }
}
/* Transition */


/* error.less */

.mod-error .error-header-wrapper {
  position: relative;
  min-height: 167px;
  border-top: 29px solid #e3e7ea;
}
.mod-error .error-header-wrapper li {
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", "URW Palladio L", serif;
}
.mod-error .error-content {
  margin: 0 1.6666666666666667em;
}
.mod-error .error-content a {
  padding-left: 13px;
  color: #dc6027;
  text-decoration: none;
}
.mod-error .error-content a:before {
  content: "";
  position: absolute;
  margin-top: 2px;
  margin-left: -13px;
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -99px -41px;
  width: 10px;
  height: 13px;
}
.mod-error .error-content a:hover {
  text-decoration: underline;
}
.mod-error .error-content a:visited {
  text-decoration: underline;
  color: #7b828a;
}
@media print {
  .mod-error .error-header-wrapper {
    border-top: 29px solid #000000;
  }
  .mod-error .error-header-wrapper li {
    font-family: #000000;
  }
  .mod-error .error-content a {
    color: #000000;
  }
  .mod-error .error-content a:before {
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -14px -99px;
    width: 10px;
    height: 13px;
  }
  .mod-error .error-content a:visited {
    color: #000000;
  }
}
/* Transition */


/* footer.less */

.mod-footer {
  margin-top: 20px;
  line-height: 1.5em;
}
.mod-footer h2 {
  speak: normal;
  position: absolute;
  font-size: 0;
  visibility: hidden;
}
.mod-footer .top {
  overflow: hidden;
}
.mod-footer .top a {
  float: right;
  font-size: 0.9166666666666666em;
  line-height: 1.2;
  padding: 1px 0 0 0;
  color: #dc6027;
  text-decoration: none;
  position: relative;
}
.mod-footer .top a:hover {
  text-decoration: underline;
}
.mod-footer .top a:before {
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: 0 -116px;
  width: 10px;
  height: 13px;
  content: "";
  margin-left: -13px;
  position: absolute;
  display: block;
}
.mod-footer .copyright {
  clear: right;
  margin: 4px 0 0;
  padding: 4px 0 0;
  border-top: 1px solid #c8ced4;
  font-size: 0.8333333333333334em;
  color: #333333;
  line-height: 1.4em;
}
.mod-footer .copyright.language-switcher {
  display: none;
}
.mod-footer .copyright .show-mobile {
  display: none;
}
.mod-footer .copyright a {
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
}
.mod-footer .copyright a:hover {
  border-bottom: 1px solid #333333;
}
.mod-footer .copyright a:before {
  border-bottom: 1px solid #ffffff;
}
.mod-footer .copyright a:before,
.mod-footer .copyright span:before {
  speak: none;
  content: " | ";
  vertical-align: top;
}
.mod-footer .copyright a:empty:before,
.mod-footer .copyright span:empty:before {
  content: none;
}
.mod-footer .copyright a.first:before,
.mod-footer .copyright span.first:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .mod-footer {
    margin-right: 15px;
    margin-left: 15px;
  }
  .mod-footer .top a {
    float: left;
    padding: 10px 13px 3px;
  }
  .mod-footer .copyright {
    font-size: 1em;
    margin: 9px 0 0;
    padding: 11px 0 0;
    border-color: #a3adb7;
  }
  .mod-footer .copyright.language-switcher {
    display: block;
  }
  .mod-footer .copyright a.first:before,
  .mod-footer .copyright span.first:before {
    display: inline;
  }
  .mod-footer .copyright a.show-mobile,
  .mod-footer .copyright span.show-mobile {
    display: inline;
  }
  .mod-footer .copyright a.show-mobile.first:before,
  .mod-footer .copyright span.show-mobile.first:before {
    display: none;
  }
}
@media print {
  .mod-footer .top {
    display: none;
  }
  .mod-footer .top a {
    color: #000000;
  }
  .mod-footer .top a:before {
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -70px -99px;
    width: 10px;
    height: 13px;
  }
  .mod-footer .copyright {
    border-top: 1px solid #a3adb7;
    color: #000000;
  }
  .mod-footer .copyright a {
    color: #000000;
  }
}
/* Transition */


/* form.less */

.mod-form input,
.mod-form textarea {
  width: 56.7%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mod-form .form-row > label {
  width: 28%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mod-form .form-row h4 + fieldset {
  padding-left: 28%;
}
.mod-form .button-wrapper {
  padding-left: 28%;
}
.mod-form .form-item-s {
  margin-left: 28%;
}
.mod-form .form-item-m {
  margin-left: 28%;
}
.mod-form .form-item-l {
  margin-left: 28%;
}
.mod-form {
  margin-bottom: 20px;
}
.mod-form iframe {
  margin-left: -8px;
}
.mod-form .required {
  margin-bottom: 10px;
}
.mod-form .form-wrapper {
  margin-top: 10px;
}
.mod-form .form-wrapper:first-child {
  margin-top: 0;
}
.mod-form h2,
.mod-form h3,
.mod-form legend {
  font-size: 1.0769230769230769em;
}
.mod-form h2,
.mod-form legend {
  display: block;
  width: 100%;
  font-weight: bold;
  padding: 2px 0 3px;
  border-top: solid 1px #c8ced4;
  border-bottom: dotted 1px #c8ced4;
}
.mod-form h3 {
  display: block;
  width: 100%;
  font-weight: bold;
  padding: 0.3em 0 0.6em;
  border-top: solid 1px #c8ced4;
}
.mod-form h4 {
  font-weight: bold;
}
.mod-form h4 + fieldset legend {
  font-weight: normal;
}
.mod-form p a {
  white-space: normal;
}
.mod-form fieldset:first-child legend {
  border-top: none;
}
.mod-form input,
.mod-form textarea {
  float: left;
  padding: 2px;
  margin-right: 4.35%;
}
.mod-form input.pb,
.mod-form textarea.pb {
  border: 1px solid #c8ced4;
}
.mod-form input.pb[type=submit],
.mod-form textarea.pb[type=submit] {
  padding: 2px 8px;
  border-radius: 5px;
  margin: 0 0 0 -1px;
  background: none;
  font-weight: normal;
  width: auto;
}
.mod-form button,
.mod-form input[type=submit],
.mod-form input[type=file],
.mod-form input[type=reset],
.mod-form input[type=button],
.mod-form input[type=checkbox],
.mod-form input[type=radio] {
  width: auto;
  margin-left: 2px;
  margin-right: 0.5em;
}
.mod-form input[type=checkbox],
.mod-form input[type=radio] {
  padding: 0;
}
.mod-form input[type=checkbox] + label,
.mod-form input[type=radio] + label {
  line-height: 1.2em;
}
.mod-form .step-by-step {
  padding: 10px 0 3px;
  overflow: hidden;
  margin-bottom: 20px;
}
.mod-form .step-by-step li button {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
  float: left;
  padding-left: 0;
  border-left: 0;
  margin-left: 0;
}
.mod-form .step-by-step li button em {
  speak: normal;
  position: absolute;
  font-size: 0;
  visibility: hidden;
}
.mod-form .step-by-step li button:before {
  content: "";
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -99px -41px;
  width: 10px;
  height: 13px;
  position: relative;
  top: 2px;
  left: -7px;
}
.mod-form .step-by-step li:first-child button:before {
  visibility: hidden;
  width: 0;
}
.mod-form .step-by-step .done button:hover {
  color: #dc6027;
  cursor: pointer;
  text-decoration: underline;
}
.mod-form .step-by-step .to-do button {
  color: #7b828a;
}
.mod-form .step-by-step .do button {
  color: #0028a5;
}
.mod-form .form-row {
  overflow: hidden;
  padding: 2px 0 3px;
  border-bottom: dotted 1px #c8ced4;
}
.mod-form .form-row:last-child {
  border-bottom: none;
}
.mod-form .form-row > label {
  float: left;
  padding-right: 3px;
  word-wrap: break-word;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.mod-form .form-row span {
  display: block;
  overflow: hidden;
  color: #333333;
  word-wrap: break-word;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.mod-form .form-row .range-min,
.mod-form .form-row .range-max {
  display: inline-block;
}
.mod-form .form-row input[type=range] {
  display: inline-block;
  width: 42%;
  margin: 0 0.5em;
}
.mod-form .form-row h4 {
  margin-bottom: 0.5em;
}
.mod-form .form-row fieldset {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.mod-form .form-row fieldset legend {
  display: none;
}
.mod-form .form-row fieldset .form-item {
  padding: 2px 4.35% 2px 0;
}
.mod-form .form-row fieldset .form-item-s,
.mod-form .form-row fieldset .form-item-m,
.mod-form .form-row fieldset .form-item-l {
  margin-left: 0;
}
.mod-form .form-row fieldset.mod .form-item {
  display: inline-block;
}
.mod-form .form-row .form-item label {
  width: auto;
  float: none;
  display: block;
  margin-right: 1.2em;
  overflow: visible;
  white-space: nowrap;
}
.mod-form .form-row .form-item + .form-item {
  margin-left: 0;
}
.mod-form #mgnlhp {
  display: none;
  visibility: hidden;
}
.mod-form .button-wrapper {
  padding: 10px 0 3px;
  overflow: hidden;
}
.mod-form .button-wrapper input {
  float: right;
  margin: 0 0 0 0.5em;
}
.mod-form .form-item-s label,
.mod-form .form-item-m label,
.mod-form .form-item-l label {
  width: auto;
  float: none;
  display: block;
}
.mod-form .form-item-s input,
.mod-form .form-item-m input,
.mod-form .form-item-l input {
  margin: 0;
  width: 97%;
  float: none;
}
.mod-form .form-item-s {
  float: left;
  width: 13%;
  margin-right: 4.35%;
}
.mod-form .form-item-l {
  float: left;
  width: 30%;
}
.mod-form .form-item-m {
  float: left;
  width: 21.5%;
  margin-right: 4.35%;
}
.mod-form .form-item-s + div,
.mod-form .form-item-m + div,
.mod-form .form-item-l + div {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .mod-form select,
  .mod-form textarea,
  .mod-form input {
    font-size: 16px;
    line-height: 18px;
  }
  .mod-form textarea {
    width: 75% !important;
  }
  .mod-form .form-row > label {
    float: none;
    display: block;
    width: 90% !important;
  }
  .mod-form .form-row > label span {
    max-width: 100%;
  }
  .mod-form .form-row span {
    padding-top: 4px;
    clear: both;
  }
  .mod-form .form-row fieldset.mod .form-item {
    display: block;
  }
  .mod-form .form-row h4 + fieldset {
    padding-left: 0 !important;
  }
  .mod-form .form-row .form-item label {
    white-space: normal;
  }
  .mod-form .button-wrapper {
    padding-left: 0 !important;
  }
  .mod-form .button-wrapper input {
    float: none;
  }
  .mod-form .button-wrapper input:first-child {
    margin-left: 0;
  }
  .mod-form .form-item-s,
  .mod-form .form-item-m,
  .mod-form .form-item-l {
    margin-left: 0 !important;
  }
  .mod-form .form-item-l {
    width: 60%;
  }
}
@media print {
  .mod-form {
    color: #000000;
  }
  .mod-form .required {
    margin-bottom: 5px;
  }
  .mod-form h2,
  .mod-form legend {
    border-top: none;
    border-bottom: none;
  }
  .mod-form h3 {
    border-top: none;
  }
  .mod-form input.pb,
  .mod-form textarea.pb {
    border: none;
  }
  .mod-form li button {
    background: #000000;
    border: none;
    color: #000000;
  }
  .mod-form li button:before {
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -14px -99px;
    width: 10px;
    height: 13px;
  }
  .mod-form .done button:hover {
    color: #000000;
  }
  .mod-form .to-do button {
    color: #000000;
  }
  .mod-form .do button {
    color: #000000;
  }
  .mod-form .step-by-step li button {
    color: #000000;
  }
  .mod-form .step-by-step li button:before {
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -14px -99px;
    width: 10px;
    height: 13px;
  }
  .mod-form .step-by-step .done button:hover {
    color: #000000;
  }
  .mod-form .step-by-step .to-do button {
    color: #000000;
  }
  .mod-form .step-by-step .do button {
    color: #000000;
  }
  .mod-form .form-row {
    border-bottom: none;
  }
  .mod-form .form-row span {
    color: #000000;
  }
}
/* Transition */


/* gallery.less */

.featherlight .featherlight-content {
  min-height: 150px;
  background-image: url(assets/img/loading-black.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.featherlight .featherlight-caption {
  line-height: 1.6em;
  position: relative;
  z-index: 5;
}
.featherlight .featherlight-caption strong {
  display: block;
}
.featherlight .featherlight-next,
.featherlight .featherlight-prev {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 80%;
  right: 0;
  cursor: pointer;
}
.featherlight .featherlight-next span,
.featherlight .featherlight-prev span {
  display: none;
}
.featherlight .featherlight-next:hover,
.featherlight .featherlight-prev:hover {
  background: rgba(255, 255, 255, 0.25);
}
.featherlight .featherlight-next:hover span,
.featherlight .featherlight-prev:hover span {
  position: absolute;
  top: 50%;
  right: 30%;
  left: auto;
  display: inline-block;
  font-size: 80px;
  margin-top: -80px;
  text-shadow: 0 0 5px #ffffff;
  color: #ffffff;
}
.featherlight .featherlight-prev {
  left: 0;
  right: 80%;
}
.featherlight .featherlight-prev:hover span {
  left: 30%;
  right: auto;
}
.mod-gallery {
  position: relative;
  margin-left: -15px;
}
.mod-gallery .photo {
  display: inline-block;
  line-height: 1.3em;
  font-size: 0.95em;
  border: 1px solid #c8ced4;
  padding: 8px 9px 0.61em;
  width: 200px;
  margin-left: 15px;
  vertical-align: top;
  margin-bottom: 20px;
  position: relative;
}
.mod-gallery .photo .caption {
  margin-right: .61em;
  font-weight: bold;
}
.mod-gallery .photo .copyright {
  float: right;
}
.mod-gallery .photo .copyright a {
  color: #000000;
  text-decoration: none;
}
.mod-gallery .photo .copyright a:visited {
  color: #7b828a;
}
.mod-gallery .photo .copyright a:hover {
  color: #dc6027;
  text-decoration: underline;
}
.mod-gallery .photo .copyright a:before {
  content: "";
  vertical-align: -4px;
  margin-right: 3px;
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -28px -116px;
  width: 10px;
  height: 13px;
}
.mod-gallery .photo .zoom a {
  color: #000000;
  margin-bottom: .61em;
  display: inline-block;
  text-decoration: none;
}
.mod-gallery .photo .zoom a:visited {
  color: #7b828a;
}
.mod-gallery .photo .zoom a:hover {
  color: #dc6027;
  text-decoration: underline;
}
.mod-gallery .photo .zoom a:before {
  content: "";
  vertical-align: -4px;
  margin-right: 3px;
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -60px -20px;
  width: 16px;
  height: 16px;
}
@media print {
  .mod-gallery .photo {
    border: 1px solid #000000;
  }
  .mod-gallery .photo .copyright a {
    color: #000000;
  }
  .mod-gallery .photo .copyright a:visited {
    color: #000000;
  }
  .mod-gallery .photo .copyright a:before {
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -84px -99px;
    width: 10px;
    height: 13px;
  }
  .mod-gallery .photo .zoom a {
    color: #000000;
  }
  .mod-gallery .photo .zoom a:visited {
    color: #000000;
  }
  .mod-gallery .photo .zoom a:before {
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -60px 0;
    width: 16px;
    height: 16px;
  }
}
/* Transition */


/* header.less */

.mod-header {
  position: relative;
  min-height: 163px;
  margin-bottom: 41px;
}
@media screen and (max-width: 767px) {
  .mod-header {
    background: none !important;
    min-height: 0;
    margin-bottom: 7px;
  }
}
@media print {
  .mod-header {
    min-height: 100px;
    margin-bottom: 0;
  }
}
/* Transition */


/* header-corporate.less */

.skin-header-corporate {
  min-height: 0;
  margin-bottom: 0;
}
/* Transition */


/* iframe.less */

.mod-iframe {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 100%;
}
/* Transition */


/* iframe-loadinganimation.less */

.skin-iframe-loadinganimation {
  background: transparent url(assets/img/loading-black.gif) scroll no-repeat 50% 50%;
}
.skin-iframe-loadinganimation-blue {
  background-image: url(assets/img/loading-blue.gif);
}
/* Transition */


/* layout.less */

html {
  font-size: 100%;
  background: #ffffff;
}
body {
  font-family: Arial, Helvetica, FreeSans, sans-serif;
  font-size: 0.75em;
  line-height: 1.5em;
  color: #000000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/* html.mod-layout */
.mod-layout {
  height: 100%;
  background: #e3e7ea;
  /* css rules for news category */

}
.mod-layout body {
  height: 100%;
  margin: 0 20px;
}
.mod-layout .l-body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  width: 980px;
  margin: 0 auto;
  min-height: 100%;
  padding-bottom: 1em;
}
.mod-layout .l-header {
  overflow: hidden;
  position: relative;
}
.mod-layout .l-header-top {
  overflow: hidden;
  background: #e3e7ea;
  min-height: 30px;
}
.mod-layout .l-meta {
  position: absolute;
  right: 0;
  top: 0;
}
.mod-layout .l-social {
  margin: -24px 20px 0;
  min-height: 24px;
}
.mod-layout .l-wrapper {
  margin: 0 20px;
  overflow: hidden;
}
.mod-layout .l-body-news .l-wrapper {
  background: url(assets/img/l-wrapper-border.png) 0 0;
  padding-bottom: 40px;
}
.mod-layout .l-body-news .l-footer {
  margin-top: -38px;
}
.mod-layout .l-footer {
  margin-right: 20px;
  margin-left: 20px;
}
.mod-layout .l-expo {
  position: relative;
  display: block;
  max-width: 700px;
  margin-bottom: 20px;
}
.mod-layout .l-nav {
  display: none;
  float: left;
  min-height: 1px;
  width: 220px;
  margin-right: 20px;
}
.mod-layout .l-related {
  display: none;
  float: right;
  width: 220px;
  margin-left: 20px;
  min-height: 200px;
}
.mod-layout .l-content {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.8125em;
    line-height: 1.3846153846153846em;
  }
  .mod-layout body {
    margin: 0;
  }
  .mod-layout .l-wrapper {
    margin: 0 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    background: none;
    border-bottom: 1px solid #a3adb7;
  }
  .mod-layout .l-body {
    width: auto;
  }
  .mod-layout .l-body-news .l-wrapper {
    background: none;
    padding-bottom: 0;
  }
  .mod-layout .l-body-news .l-footer {
    margin-top: 50px;
  }
  .mod-layout .l-body .l-footer {
    margin-top: 50px;
  }
  .mod-layout .l-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .mod-layout .l-header-top,
  .mod-layout .l-header-bottom,
  .mod-layout .l-nav,
  .mod-layout .l-related,
  .mod-layout .l-content {
    width: 100%;
  }
  .mod-layout .l-header-top {
    -webkit-order: 2;
    -ms-flex-order: 2;
    -moz-flex-order: 2;
    order: 2;
    background: #ffffff;
    border-bottom: 1px solid #a3adb7;
    margin: 0 15px 0;
    min-height: 0;
  }
  .mod-layout .l-header-bottom {
    -webkit-order: 1;
    -ms-flex-order: 1;
    -moz-flex-order: 1;
    order: 1;
    margin: 0 6px;
  }
  .mod-layout .l-social {
    display: none;
  }
  .mod-layout .l-footer {
    margin-right: 0;
    margin-left: 0;
  }
  .mod-layout .l-expo {
    display: none;
  }
  .mod-layout .l-related {
    margin-left: 0;
    margin-top: 0;
    -webkit-order: 4;
    -ms-flex-order: 4;
    -moz-flex-order: 4;
    order: 4;
    min-height: 0;
  }
  .mod-layout .l-related + .l-related {
    -webkit-order: 3;
    -ms-flex-order: 3;
    -moz-flex-order: 3;
    order: 3;
  }
  .mod-layout .l-nav {
    margin-right: 0;
    margin-top: 0;
    -webkit-order: 2;
    -ms-flex-order: 2;
    -moz-flex-order: 2;
    order: 2;
    min-height: 0;
  }
  .mod-layout .l-content {
    -webkit-order: 1;
    -ms-flex-order: 1;
    -moz-flex-order: 1;
    order: 1;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mod-layout .l-body-news .l-nav {
    order: 0;
    border-bottom: 1px solid #a3adb7;
    padding-bottom: 5px;
  }
  .mod-layout .l-body-news .l-nav .mod-teaser {
    display: none;
  }
  .mod-layout .l-body-news .l-header-top {
    border-bottom: none;
  }
  .mod-layout #uzhNT01NewsArticle .l-body-news .l-nav {
    display: none;
  }
  .mod-layout #uzhNT01NewsArticle .l-body-news .l-header-top {
    border-bottom: 1px solid #a3adb7;
  }
}
@media print {
  .mod-layout {
    background-color: #ffffff;
  }
  .mod-layout body {
    margin: 0;
  }
  .mod-layout .l-body {
    width: 625px;
    margin: 10px 0 0 30px;
  }
  .mod-layout .l-wrapper {
    display: table;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .mod-layout .l-footer {
    margin-right: 0;
    margin-left: 0;
  }
  .mod-layout .l-nav {
    display: none;
  }
  .mod-layout .l-related,
  .mod-layout .l-content {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    float: none;
    width: 100%;
  }
  .mod-layout .l-related {
    display: table-footer-group;
    border-top: 1px solid #a3adb7;
    padding-top: 5px;
  }
  .mod-layout .l-related:empty {
    display: none;
  }
  .mod-layout .l-content {
    display: table-header-group;
  }
  .mod-layout .l-header-top {
    background: #ffffff;
  }
  .mod-layout .l-body-news .l-wrapper {
    background: none;
  }
}
/* Transition */


/* layout-bigfont.less */

.skin-layout-bigfont {
  font-size: 0.875em;
}
/* Transition */


/* layout-nav.less */

.skin-layout-nav .l-nav {
  display: block;
}
.skin-layout-nav .l-footer {
  margin-left: 260px;
}
@media screen and (max-width: 767px) {
  .skin-layout-nav .l-nav {
    margin-left: 0;
  }
  .skin-layout-nav .l-footer {
    margin-left: 0;
  }
  .skin-layout-nav .l-related {
    margin-left: 0;
  }
}
@media print {
  .skin-layout-nav .l-nav {
    display: none;
  }
  .skin-layout-nav .l-footer {
    margin-right: 0;
    margin-left: 0;
  }
}
/* Transition */


/* layout-related.less */

.skin-layout-related .l-related {
  display: block;
}
.skin-layout-related .l-footer {
  margin-right: 260px;
}
@media screen and (max-width: 767px) {
  .skin-layout-related .l-footer {
    margin-right: 0;
  }
}
@media print {
  .skin-layout-related .l-related {
    display: table-footer-group;
  }
  .skin-layout-related .l-footer {
    margin-right: 0;
    margin-left: 0;
  }
}
/* Transition */


/* lead.less */

.mod-lead {
  overflow: hidden;
  margin-bottom: 2em;
  font-weight: bold;
}
.mod-lead img {
  float: left;
  margin: 3px 20px 4px 0;
}
.mod-lead strong {
  font-size: 1.0833333333333333em;
  line-height: 1.45em;
}
.mod-lead strong p {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .mod-lead img {
    float: none;
    margin: 0 0 10px 0;
    display: block;
  }
}
/* Transition */


/* lead-image.less */

.skin-lead-image img {
  float: none;
  margin-right: 0;
  margin-top: 0;
}
@media print {
  .skin-lead-image {
    display: none;
  }
}
/* Transition */


/* linklist.less */

.mod-linklist {
  line-height: 1.3em;
  border-top: solid 1px #dadee2;
  margin-bottom: 20px;
}
.mod-linklist h3 {
  padding: 3px 0 0.4em 0;
  font-weight: bold;
  color: #000000;
  margin: 1px 0 0 0;
}
.mod-linklist h3 a {
  color: #000000;
}
.mod-linklist h3 a:before {
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -99px -41px;
  width: 10px;
  height: 13px;
}
.mod-linklist h3.noimage {
  padding: 3px 0 3px 0;
  background-image: url(assets/img/div/dot_line_links.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.mod-linklist h3.noimage a {
  padding-bottom: 0;
}
.mod-linklist img {
  vertical-align: bottom;
}
.mod-linklist a + ul {
  margin-top: 10px;
}
.mod-linklist img + ul {
  margin-top: 22px;
  background-image: url(assets/img/div/dot_line_links.gif);
  background-repeat: repeat-x;
  background-position: left top;
}
.mod-linklist p {
  margin: 2px 0 1px 0;
  line-height: 1.6em;
  background-image: url(assets/img/div/dot_line_links.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.mod-linklist h3 a,
.mod-linklist li a,
.mod-linklist p a {
  text-decoration: none;
  display: inline-block;
  padding: 0 0 0 15px;
  position: relative;
  color: #000000;
}
.mod-linklist h3 a:before,
.mod-linklist li a:before,
.mod-linklist p a:before {
  content: "";
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -99px -41px;
  width: 10px;
  height: 13px;
  position: absolute;
  margin-top: 1px;
  margin-left: -13px;
  margin-right: 0.25em;
  z-index: 1;
}
.mod-linklist h3 a[href^="http"]:before,
.mod-linklist li a[href^="http"]:before,
.mod-linklist p a[href^="http"]:before,
.mod-linklist h3 a.www:before,
.mod-linklist li a.www:before,
.mod-linklist p a.www:before {
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -28px -116px;
  width: 10px;
  height: 13px;
}
.mod-linklist h3 a[href^="/"]:before,
.mod-linklist li a[href^="/"]:before,
.mod-linklist p a[href^="/"]:before,
.mod-linklist h3 a[href*="uzh.ch"]:before,
.mod-linklist li a[href*="uzh.ch"]:before,
.mod-linklist p a[href*="uzh.ch"]:before,
.mod-linklist h3 a[href^="mailto:"]:before,
.mod-linklist li a[href^="mailto:"]:before,
.mod-linklist p a[href^="mailto:"]:before,
.mod-linklist h3 a.mail:before,
.mod-linklist li a.mail:before,
.mod-linklist p a.mail:before,
.mod-linklist h3 a.uzh:before,
.mod-linklist li a.uzh:before,
.mod-linklist p a.uzh:before,
.mod-linklist h3 a.internal:before,
.mod-linklist li a.internal:before,
.mod-linklist p a.internal:before,
.mod-linklist h3 a[href^="#"]:before,
.mod-linklist li a[href^="#"]:before,
.mod-linklist p a[href^="#"]:before {
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -99px -41px;
  width: 10px;
  height: 13px;
}
.mod-linklist h3 a[href*="/dam/"]:before,
.mod-linklist li a[href*="/dam/"]:before,
.mod-linklist p a[href*="/dam/"]:before,
.mod-linklist h3 a.download:before,
.mod-linklist li a.download:before,
.mod-linklist p a.download:before {
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -28px -99px;
  width: 10px;
  height: 13px;
}
.mod-linklist h3 a:hover,
.mod-linklist li a:hover,
.mod-linklist p a:hover {
  color: #dc6027;
  text-decoration: underline;
}
.mod-linklist h3 a:visited,
.mod-linklist li a:visited,
.mod-linklist p a:visited {
  color: #7b828a;
}
.mod-linklist h3 a:before {
  margin-top: 0;
}
.mod-linklist ul {
  padding: 0 0 1px 0;
}
.mod-linklist ul li {
  background-image: url(assets/img/div/dot_line_links.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: 2px 0 2px 0;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .mod-linklist {
    border-top: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mod-linklist:first-child {
    margin-top: 0;
  }
  .mod-linklist ul {
    padding-top: 2px;
  }
  .mod-linklist ul li {
    background-image: none;
    padding: 0 0 2px 0;
  }
  .mod-linklist img + ul {
    margin-top: 4px;
    background-image: none;
  }
  .mod-linklist p {
    background-image: none;
  }
  .mod-linklist h3:first-child {
    padding-top: 2px;
  }
  .mod-linklist h3.noimage {
    background-image: none;
  }
  .mod-linklist h3 a,
  .mod-linklist li a,
  .mod-linklist p a {
    color: #dc6027;
  }
  .mod-linklist h3 a:visited,
  .mod-linklist li a:visited,
  .mod-linklist p a:visited {
    color: #dc6027;
  }
  .l-nav .mod-linklist,
  .l-nav + .l-related .mod-linklist {
    border-top: 1px solid #a3adb7;
    padding-top: 10px;
  }
}
@media print {
  .mod-linklist {
    border-top: none;
  }
  .mod-linklist:first-child {
    border-top: none;
  }
  .mod-linklist h3 a:visited,
  .mod-linklist li a:visited,
  .mod-linklist p a:visited {
    color: #000000;
  }
  .mod-linklist h3 a:before,
  .mod-linklist li a:before,
  .mod-linklist p a:before {
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -14px -99px;
    width: 10px;
    height: 13px;
  }
  .mod-linklist h3 a[href^="http"]:before,
  .mod-linklist li a[href^="http"]:before,
  .mod-linklist p a[href^="http"]:before,
  .mod-linklist h3 a.www:before,
  .mod-linklist li a.www:before,
  .mod-linklist p a.www:before {
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -84px -99px;
    width: 10px;
    height: 13px;
  }
  .mod-linklist h3 a[href^="/"]:before,
  .mod-linklist li a[href^="/"]:before,
  .mod-linklist p a[href^="/"]:before,
  .mod-linklist h3 a[href*="uzh.ch"]:before,
  .mod-linklist li a[href*="uzh.ch"]:before,
  .mod-linklist p a[href*="uzh.ch"]:before,
  .mod-linklist h3 a[href^="mailto:"]:before,
  .mod-linklist li a[href^="mailto:"]:before,
  .mod-linklist p a[href^="mailto:"]:before,
  .mod-linklist h3 a.mail:before,
  .mod-linklist li a.mail:before,
  .mod-linklist p a.mail:before,
  .mod-linklist h3 a.uzh:before,
  .mod-linklist li a.uzh:before,
  .mod-linklist p a.uzh:before,
  .mod-linklist h3 a.internal:before,
  .mod-linklist li a.internal:before,
  .mod-linklist p a.internal:before,
  .mod-linklist h3 a[href^="#"]:before,
  .mod-linklist li a[href^="#"]:before,
  .mod-linklist p a[href^="#"]:before {
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -14px -99px;
    width: 10px;
    height: 13px;
  }
  .mod-linklist h3 a[href*="/dam/"]:before,
  .mod-linklist li a[href*="/dam/"]:before,
  .mod-linklist p a[href*="/dam/"]:before,
  .mod-linklist h3 a.download:before,
  .mod-linklist li a.download:before,
  .mod-linklist p a.download:before {
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -14px -116px;
    width: 10px;
    height: 13px;
  }
  .mod-linklist img + ul {
    margin-top: 10px;
  }
  .l-nav .mod-linklist,
  .l-nav + .l-related .mod-linklist {
    border-top: 1px dotted #a3adb7;
    padding-top: 10px;
  }
  .l-nav .mod-linklist:first-child,
  .l-nav + .l-related .mod-linklist:first-child {
    border-top: 1px solid #a3adb7;
  }
}
/* Transition */


/* linklist-corporate.less */

.skin-linklist-corporate {
  border-top: none;
  border-left: solid 1px #dadee2;
  margin-bottom: 0;
  padding: 0 9px 24px;
  font-size: 1em;
  line-height: 1.4em;
}
.skin-linklist-corporate h3 a,
.skin-linklist-corporate li a,
.skin-linklist-corporate p a {
  padding: 0 0 3px 0;
}
.skin-linklist-corporate h3 {
  color: #0028a5;
  font-size: 1.3em;
  line-height: 1.2em;
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", "URW Palladio L", serif;
  font-weight: bold;
  padding: 0 0 6px 0;
  margin-top: 0;
  margin-bottom: 0;
}
.skin-linklist-corporate h3 a {
  color: #0028a5;
  text-decoration: none;
  padding-right: 15px;
  margin-right: -9px;
  padding-left: 0;
}
.skin-linklist-corporate h3 a:before {
  background: none;
  content: none;
}
.skin-linklist-corporate h3 a:visited {
  color: #0028a5;
}
.skin-linklist-corporate h3 a:hover {
  color: #dc6027;
  text-decoration: underline;
}
.skin-linklist-corporate h3 a:after {
  content: "";
  position: absolute;
  margin: 3px 0 0 5px;
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -99px -41px;
  width: 10px;
  height: 13px;
}
.skin-linklist-corporate p {
  margin: 0 0 5px 0;
  font-size: 0.95em;
  line-height: 1.3em;
  background-image: none;
}
.skin-linklist-corporate ul {
  border-bottom: 0;
  background-image: none;
}
.skin-linklist-corporate ul li {
  background-image: none;
  padding: 0;
  font-size: 0.95em;
  line-height: 1.35em;
}
.skin-linklist-corporate li a {
  padding: 0 0 0 13px;
}
.skin-linklist-corporate li a:before {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .skin-linklist-corporate {
    font-size: 1em;
    border-left: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .skin-linklist-corporate p,
  .skin-linklist-corporate ul li {
    font-size: 1em;
  }
  .skin-linklist-corporate h3 {
    font-size: 1.2307692307692308em;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    padding: 0.3333333333333333em 0 0.16666666666666666em 0;
    margin: 0;
    color: #3353b7;
  }
  .skin-linklist-corporate h3 a {
    color: #dc6027;
  }
  .skin-linklist-corporate h3 a:visited {
    color: #dc6027;
  }
  .skin-linklist-corporate h3 a:after {
    margin: 2px 0 0 7px;
  }
  .skin-linklist-corporate a,
  .skin-linklist-corporate a:hover,
  .skin-linklist-corporate a:visited {
    color: #dc6027;
  }
}
@media print {
  .skin-linklist-corporate {
    border-left: none;
    padding-left: 0;
    padding-bottom: 15px;
  }
  .skin-linklist-corporate h3 {
    color: #000000;
  }
  .skin-linklist-corporate h3 a {
    color: #000000;
    text-decoration: none;
    padding-right: 15px;
    padding-left: 0;
  }
  .skin-linklist-corporate h3 a:after {
    content: none;
  }
  .skin-linklist-corporate h3 a:hover,
  .skin-linklist-corporate h3 a:visited {
    color: #000000;
  }
}
/* Transition */


/* linklist-morenews.less */

.skin-linklist-morenews {
  border-top: none;
}
.skin-linklist-morenews h3 {
  font-size: 1.1666666666666667em;
}
@media screen and (max-width: 767px) {
  .skin-linklist-morenews h3 {
    font-size: 1em;
  }
}
/* Transition */


/* login.less */

.mod-login {
  background: #e3e7ea;
}
.mod-login .login-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  border-top: 29px solid #e3e7ea;
  max-width: 980px;
  margin: 0 auto;
  min-height: 100%;
  padding-bottom: 1em;
}
.mod-login .login-wrapper .login-header-wrapper {
  position: relative;
  min-height: 167px;
}
.mod-login .login-wrapper .login-header-wrapper li {
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", "URW Palladio L", serif;
}
.mod-login .login-wrapper .login-header-wrapper h1 span {
  speak: normal;
  position: absolute;
  font-size: 0;
  visibility: hidden;
}
.mod-login .login-wrapper .mgnl-form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 406px;
  margin: 37px auto 0;
  border: 1px solid #dadee2;
  padding: 28px 20px 26px;
}
.mod-login .login-wrapper .mgnl-form label {
  clear: left;
  float: left;
  display: inline-block;
  width: 80px;
  color: #000000;
  margin: 2px 5px 0 0;
  text-align: left;
  cursor: default;
}
.mod-login .login-wrapper .mgnl-form input[type="text"],
.mod-login .login-wrapper .mgnl-form input[type="password"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 275px;
  padding: 2px;
  margin: 0 0 16px 0;
  border: solid 1px #dadee2;
  border-radius: 0;
  color: #333333;
  height: 26px;
  -webkit-appearance: none;
}
.mod-login .login-wrapper .mgnl-form input[type="text"]:focus,
.mod-login .login-wrapper .mgnl-form input[type="password"]:focus {
  border: 2px solid #93bac6;
}
.mod-login .login-wrapper .mgnl-form input.btn-submit {
  padding: 0 5px;
}
.mod-login .login-wrapper .mgnl-form .login-msg {
  clear: both;
  margin: 0 0 20px;
}
.mod-login .login-wrapper .mgnl-form .login-msg p {
  margin: 4px 0 7px;
}
.mod-login .login-wrapper .mgnl-form .login-msg p:first-child {
  margin-top: 0;
}
.mod-login .login-wrapper .mgnl-form .login-bar {
  margin-left: 85px;
}
.mod-login .login-wrapper .mgnl-form .login-bar a {
  margin-left: 30px;
  font-size: 12px;
  text-decoration: none;
  color: #dc6027;
  white-space: nowrap;
}
.mod-login .login-wrapper .mgnl-form .login-bar a:before {
  content: "";
  vertical-align: -10%;
  margin-right: 0.25em;
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -99px -41px;
  width: 10px;
  height: 13px;
}
.mod-login .login-wrapper .mgnl-form .login-bar a:hover {
  text-decoration: underline;
}
.mod-login .login-wrapper .login-panel {
  margin-left: 0;
  left: 0;
}
.mod-login .login-wrapper #login.login-panel {
  margin-left: 0;
}
.mod-login .login-wrapper #login .header {
  display: none;
}
.mod-login .login-wrapper #footer {
  margin-top: 4em;
  text-align: center;
}
.mod-login .login-wrapper #footer a {
  font-size: 12px;
  text-decoration: none;
  color: #dc6027;
  white-space: nowrap;
}
.mod-login .login-wrapper #footer a:before {
  content: "";
  vertical-align: -15%;
  margin-right: 0.25em;
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -28px -116px;
  width: 10px;
  height: 13px;
}
.mod-login .login-wrapper #footer a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .mod-login .login-wrapper .mgnl-form {
    margin-top: 0;
  }
  .mod-login .login-wrapper .mgnl-form label {
    float: none;
    width: auto;
  }
  .mod-login .login-wrapper .mgnl-form input[type="text"],
  .mod-login .login-wrapper .mgnl-form input[type="password"] {
    display: block;
    clear: both;
    width: 100%;
    margin: 0 0 8px;
  }
  .mod-login .login-wrapper .mgnl-form .login-bar {
    margin: 20px 0 0;
  }
}
@media print {
  .mod-login {
    background: #ffffff;
  }
  .mod-login .login-wrapper {
    border-top: 29px solid #000000;
  }
  .mod-login .mgnl-form {
    background-color: #ffffff;
    max-width: 406px;
    margin: 0 auto;
  }
}
/* Transition */


/* logo.less */

.mod-logo {
  overflow: hidden;
  padding: 15px 0.8333333333333334em 15px 1.4166666666666667em;
}
.mod-logo a {
  display: block;
}
.mod-logo a span {
  speak: normal;
  position: absolute;
  font-size: 0;
  visibility: hidden;
}
.mod-logo a img {
  vertical-align: bottom;
}
.mod-logo a.svg {
  display: inline-block;
  position: relative;
}
.mod-logo a.svg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mod-logo a.svg object {
  pointer-events: none;
}
.mod-logo ul {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  float: left;
}
.mod-logo ul li {
  display: inline-block;
  vertical-align: middle;
}
.mod-logo ul li a {
  padding: 0 15px;
}
.mod-logo ul li.main-logo a {
  padding: 0 16px 0 0;
}
.mod-logo ul li.special-logo a {
  padding-left: 4px;
  padding-top: 2px;
}
.mod-logo ul.right {
  float: right;
  margin-top: 30px;
}
.mod-logo ul.right li a {
  padding: 0 0 0 20px;
}
.mod-logo ul.right li:last-child a {
  padding: 0 10px 0 20px;
}
.mod-logo ul.separator li:before {
  position: absolute;
  display: block;
  content: '';
  height: 51px;
  width: 1px;
  bottom: 18px;
  background: #a3adb7;
}
.mod-logo ul.separator li:first-child:before {
  content: normal;
}
.mod-logo .text-logo {
  float: left;
}
.mod-logo h1 {
  font-weight: bold;
  font-size: 2em;
  line-height: 1.0909090909090908em;
  padding: 7px 0 12px 4px;
  min-height: 50px;
}
.mod-logo h1 a {
  color: #000000;
  text-decoration: none;
}
.mod-logo h2 {
  clear: both;
  font-size: 0.8333333333333334em;
  padding: 10px 0 0 4px;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  .mod-logo {
    padding: 1.0769230769230769em 0.6923076923076923em 0.38461538461538464em 0.6923076923076923em;
  }
  .mod-logo .text-logo {
    float: none;
  }
  .mod-logo ul {
    float: none;
    white-space: normal;
    padding-top: 0;
  }
  .mod-logo ul li {
    display: block;
  }
  .mod-logo ul li a {
    padding: 10px 4px;
  }
  .mod-logo ul li img {
    max-width: 190px;
    max-height: 55px;
  }
  .mod-logo ul li.main-logo .svg object {
    height: 60px;
    width: 174.096px;
  }
  .mod-logo ul li.main-logo img {
    max-height: 100%;
    max-width: 100%;
  }
  .mod-logo ul li.special-logo a {
    padding-left: 0;
    padding-top: 0;
  }
  .mod-logo ul.right {
    float: none;
    padding-top: 0;
  }
  .mod-logo ul.right li a {
    padding-left: 0;
  }
  .mod-logo ul.right li:last-child a {
    padding: 10px 0;
  }
  .mod-logo ul.separator li:before {
    content: none;
  }
  .mod-logo h1 {
    font-size: 1.3333333333333333em;
    line-height: 1.25em;
    min-height: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .mod-logo h2 {
    padding-left: 0;
  }
}
@media print {
  .mod-logo {
    padding-left: 0;
    padding-right: 0;
  }
  .mod-logo a.svg object {
    pointer-events: auto;
  }
  .mod-logo .main-logo a.svg object {
    width: 191px;
    height: 66px;
  }
  .mod-logo ul.separator li:before {
    position: absolute;
    display: block;
    content: '';
    height: 51px;
    width: 1px;
    bottom: 18px;
    background: #000000;
  }
}
/* Transition */


/* map.less */

.mod-map .map-canvas {
  width: 100%;
  height: 300px;
}
.mod-map img {
  max-width: none;
}
.l-related .mod-map .map-canvas {
  height: 220px;
}
@media screen and (max-width: 767px) {
  .l-nav .mod-map,
  .l-related .mod-map {
    border-top: 1px solid #a3adb7;
    padding: 10px 0;
  }
}
@media print {
  .l-nav .mod-map,
  .l-nav + .l-related .mod-map {
    border-top: 1px dotted #a3adb7;
    padding-top: 10px;
  }
  .l-nav .mod-map:first-child,
  .l-nav + .l-related .mod-map:first-child {
    border-top: 1px solid #a3adb7;
  }
}
/* Transition */


/* metanavigation.less */

.mod-metanavigation {
  float: right;
  margin: 13px 16px 0 0;
  text-align: right;
  font-size: 0.9em;
  position: relative;
  z-index: 1;
}
.mod-metanavigation h2 {
  speak: normal;
  position: absolute;
  font-size: 0;
  visibility: hidden;
}
.mod-metanavigation nav,
.mod-metanavigation ul,
.mod-metanavigation li,
.mod-metanavigation a {
  display: inline-block;
}
.mod-metanavigation li {
  color: #7b828a;
}
.mod-metanavigation li:after {
  speak: none;
  content: " | ";
  vertical-align: top;
}
.mod-metanavigation li:last-child:after {
  display: none;
}
.mod-metanavigation a {
  text-decoration: none;
  color: #7b828a;
  margin: 0 2px;
  vertical-align: bottom;
}
.mod-metanavigation a:hover {
  text-decoration: underline;
}
.mod-metanavigation a.active {
  font-weight: bold;
  color: #0028a5;
}
.mod-metanavigation a.active:hover {
  text-decoration: none;
}
.skin-header-light .mod-metanavigation li {
  color: #ffffff;
}
.skin-header-light .mod-metanavigation a {
  color: #ffffff;
}
.skin-header-light .mod-metanavigation a.active {
  color: #ffffff;
}
.skin-header-dark .mod-metanavigation li {
  color: #000000;
}
.skin-header-dark .mod-metanavigation a {
  color: #000000;
}
.skin-header-dark .mod-metanavigation a.active {
  color: #000000;
}
@media screen and (max-width: 767px) {
  .mod-metanavigation {
    display: none;
  }
}
@media print {
  .mod-metanavigation {
    display: none;
  }
}
/* Transition */


/* navigation.less */

.mod-navigation {
  position: absolute;
  top: 113px;
  height: 50px;
  left: 1.6666666666666667em;
  right: 1.6666666666666667em;
  color: #000000;
}
.mod-navigation .navigation-publication {
  display: none;
}
.mod-navigation .navigation-publication a:hover {
  color: #000000;
}
.mod-navigation h2 {
  speak: normal;
  position: absolute;
  font-size: 0;
  visibility: hidden;
}
.mod-navigation li {
  display: inline-block;
}
.mod-navigation a,
.mod-navigation a:hover {
  color: #000000;
  text-decoration: none;
}
.mod-navigation a:hover {
  color: #dc6027;
}
.mod-navigation a.current,
.mod-navigation a.active {
  color: #0028a5;
}
.mod-navigation .l1 {
  position: relative;
  font-size: 1.5833333333333333em;
  font-weight: bold;
  letter-spacing: .3px;
  border-bottom: solid 1px #a3adb7;
  min-height: 27px;
}
.mod-navigation .l1 li {
  margin-right: 8px;
}
.mod-navigation .l1 li a {
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", "URW Palladio L", serif;
  line-height: 23px;
  display: inline-block;
  border-bottom: 4px solid #ffffff;
}
.mod-navigation .l1 li a.current,
.mod-navigation .l1 li a.active {
  border-bottom-color: #0028a5;
}
.mod-navigation .l2 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 4px;
  height: 18px;
  overflow: visible;
  padding-right: 18px;
}
.mod-navigation .l2 ul {
  margin-right: 0;
  overflow: hidden;
}
.mod-navigation .l2 li {
  float: left;
}
.mod-navigation .l2 li:after {
  speak: none;
  content: '\2022';
  margin: 0 7px 0 5px;
}
.mod-navigation .l2 li a.current,
.mod-navigation .l2 li a.active {
  font-weight: bold;
}
.mod-navigation .l2 li:last-child:after {
  display: none;
}
.skin-header-1 .mod-navigation {
  right: 0;
}
.skin-layout-bigfont .mod-navigation .l1 {
  top: -4px;
}
.skin-layout-bigfont .mod-navigation .l1 li a {
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .mod-navigation {
    position: static;
    min-height: 0;
    height: auto;
  }
  .mod-navigation .navigation-publication {
    display: block;
    font-size: 1.5384615384615385em;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 9px 1px;
  }
  .mod-navigation .l1,
  .mod-navigation .l2 {
    display: none;
  }
}
@media print {
  .mod-navigation {
    position: static;
    min-height: 0;
  }
  .mod-navigation .navigation-publication {
    display: block;
    font-family: "Palatino Linotype", Palatino, "Book Antiqua", "URW Palladio L", serif;
    font-size: 1.5384615384615385em;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 0 3px;
    border-bottom: solid 1px #a3adb7;
    margin-bottom: 20px;
  }
  .mod-navigation .l1,
  .mod-navigation .l2 {
    display: none;
  }
}
/* Transition */


/* navigation-breadcrumb.less */

.skin-navigation-breadcrumb .l1 a.current,
.skin-navigation-breadcrumb .l1 a.active {
  color: #000000;
}
.skin-navigation-breadcrumb .l1 ul {
  border-bottom: 4px solid #0028a5;
  display: inline-block;
}
.skin-navigation-breadcrumb .l1 li {
  margin-right: 0;
}
.skin-navigation-breadcrumb .l1 li a {
  border-bottom: none;
}
.skin-navigation-breadcrumb .l1 li a:hover {
  color: inherit;
}
.skin-navigation-breadcrumb .l1 li:before {
  content: " – ";
}
.skin-navigation-breadcrumb .l1 li:first-child:before {
  content: "";
}
@media screen and (max-width: 767px) {
  .skin-navigation-breadcrumb .l1 {
    border-bottom: none;
  }
  .skin-navigation-breadcrumb .l1 a.current,
  .skin-navigation-breadcrumb .l1 a.active {
    color: #000000;
  }
  .skin-navigation-breadcrumb .l1 ul {
    border-bottom: none;
  }
  .skin-navigation-breadcrumb .l1 li {
    display: inline;
  }
  .skin-navigation-breadcrumb .l1 li a {
    display: inline;
  }
  .skin-navigation-breadcrumb .l1 li a.active {
    display: inline;
  }
}
/* Transition */


/* navigation-empty.less */

@media screen and (max-width: 767px) {
  .skin-navigation-empty .l1 {
    display: none;
  }
}
/* Transition */


/* newsentry.less */

.mod-newsentry {
  margin-bottom: 1.7em;
}
.mod-newsentry .topimage {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 1em;
}
.mod-newsentry p {
  margin: 0.3em 0 0.6em 0;
  line-height: 1.6em;
}
.mod-newsentry p.author {
  position: relative;
  margin-top: 0.7em;
}
.mod-newsentry p.author a {
  position: absolute;
  top: 0;
  right: 9px;
  color: #dc6027;
}
.mod-newsentry p.author a:before {
  content: "";
  vertical-align: -0.15em;
  margin-right: 0.2em;
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -99px -41px;
  width: 10px;
  height: 13px;
}
.mod-newsentry p.author a:hover {
  color: #dc6027;
}
.mod-newsentry h1 {
  margin-bottom: 17px;
}
.mod-newsentry h1 span {
  color: #0028a5;
  margin: 0 0.2em 17px 0;
  font-size: 1.9166666666666667em;
  line-height: 1.3333333333333333em;
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", "URW Palladio L", serif;
  font-weight: bold;
}
.mod-newsentry h1 time {
  display: block;
  line-height: 1.5em;
  margin: -0.37em 0 0;
}
.mod-newsentry h3 {
  overflow: hidden;
  font-size: 1em;
  font-weight: normal;
}
.mod-newsentry h3 time {
  float: right;
}
.mod-newsentry .more {
  display: inline-block;
  border-top: 1px solid #c8ced4;
  padding-top: 0.25em;
  color: #dc6027;
  text-decoration: none;
}
.mod-newsentry .more:hover {
  text-decoration: underline;
}
.mod-newsentry .more:before {
  content: "";
  vertical-align: -0.3em;
  margin-right: 0.25em;
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -56px -99px;
  width: 10px;
  height: 13px;
}
.l-body-news .mod-newsentry h1 span {
  border-bottom: 2px solid #0028a5;
}
@media screen and (max-width: 767px) {
  .mod-newsentry h1 {
    margin-bottom: 0;
  }
  .mod-newsentry h1 span {
    color: #3353b7;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-size: 1.2307692307692308em;
    margin-bottom: 0;
  }
  .l-body-news .mod-newsentry h1 span {
    border-bottom-color: #3353b7;
  }
}
@media print {
  .mod-newsentry h1 span {
    color: #000000;
  }
  .mod-newsentry p.author a {
    color: #000000;
  }
  .mod-newsentry p.author a:before {
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -14px -99px;
    width: 10px;
    height: 13px;
  }
  .mod-newsentry .more {
    border-top: 1px solid #000000;
    color: #000000;
  }
  .mod-newsentry .more:before {
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -42px -99px;
    width: 10px;
    height: 13px;
  }
  .l-body-news .mod-newsentry h1 span {
    border-bottom: 2px solid #000000;
  }
}
/* Transition */


/* newsentry-footer.less */

.skin-newsentry-footer {
  margin-bottom: 2.3em;
}
/* Transition */


/* newsentry-footer-author.less */

.skin-newsentry-footer-author {
  border-top: dotted 1px #c8ced4;
  margin-top: 32px;
  padding-top: 6px;
}
.skin-newsentry-footer-author p.author {
  margin: 0;
}
@media print {
  .skin-newsentry-footer-author {
    border-top: dotted 1px #a3adb7;
  }
}
/* Transition */


/* newsentry-mediadesk.less */

.skin-newsentry-mediadesk h1 {
  margin-bottom: 0;
}
.skin-newsentry-mediadesk h1 span {
  margin-bottom: 6px;
  border-bottom: 0;
  display: inline-block;
  line-height: 1.2208333333333334em;
}
.skin-newsentry-mediadesk h3 {
  margin-bottom: 12px;
}
.skin-newsentry-mediadesk h3 time {
  float: none;
}
.l-body-news .skin-newsentry-mediadesk h1 span {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .skin-newsentry-mediadesk h1 span {
    margin-bottom: 0;
    line-height: 1.3333333333333333em;
  }
  .skin-newsentry-mediadesk h3 {
    margin-bottom: 0;
  }
}
/* Transition */


/* newsgallery.less */

.mod-news-gallery .gallery-nav {
  overflow: hidden;
  line-height: 1.6em;
  margin: 0.3em 0 0.6em 0;
  min-height: 19px;
}
.mod-news-gallery .gallery-nav.bottom {
  margin: 0.3em 20px 0.6em 20px;
}
.mod-news-gallery .gallery-nav a {
  text-decoration: none;
  color: #000000;
  float: right;
}
.mod-news-gallery .gallery-nav a.back:before {
  content: "";
  vertical-align: -15%;
  margin-right: 0.25em;
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -99px -41px;
  width: 10px;
  height: 13px;
}
.mod-news-gallery .gallery-nav a.more:after {
  content: "";
  vertical-align: -15%;
  margin-left: 0.25em;
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -99px -41px;
  width: 10px;
  height: 13px;
}
.mod-news-gallery .gallery-nav a:hover {
  color: #dc6027;
  text-decoration: underline;
}
.mod-news-gallery .gallery-nav a:visited {
  text-decoration: underline;
  color: #7b828a;
}
.mod-news-gallery .gallery-nav a:first-child {
  float: left;
}
.mod-news-gallery .gallery-nav a:first-child:before {
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -56px -99px;
  width: 10px;
  height: 13px;
}
.mod-news-gallery dl {
  background: transparent url(assets/img/loading-black.gif) no-repeat 50% 50%;
}
.mod-news-gallery dl dt {
  background: transparent no-repeat 50% 50%;
  background-size: contain;
  height: 534px;
}
.mod-news-gallery dl dd {
  margin: 10px 0 15px 0;
  padding: 0 20px;
}
.mod-news-gallery dl dd.caption {
  padding: 0;
  text-align: left;
  font-size: 1.0833333333333333em;
  /* p tag manipulation to improve formatting of FCK-Editor generated text */

}
.mod-news-gallery dl dd.caption p {
  display: inline;
}
.mod-news-gallery .filmstrip {
  position: relative;
  overflow: hidden;
  margin: 0.3em 0 1.5em 0;
}
.mod-news-gallery .filmstrip ul {
  width: 99999%;
  font-size: 0;
  border-left: 10px solid #ffffff;
}
.mod-news-gallery .filmstrip ul li {
  float: left;
  display: block;
}
.mod-news-gallery .filmstrip ul li a {
  display: block;
  width: 120px;
  margin-left: 10px;
}
.mod-news-gallery .filmstrip ul li a img {
  display: block;
}
.mod-news-gallery .filmstrip > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 80px;
  background: #ffffff;
}
.mod-news-gallery .filmstrip > a:before {
  margin-top: 2px;
}
.mod-news-gallery .filmstrip > a:before,
.mod-news-gallery .pagination > a:before {
  content: "";
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -30px -80px;
  width: 11px;
  height: 15px;
}
.mod-news-gallery .filmstrip > a:hover:before,
.mod-news-gallery .pagination > a:hover:before {
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -80px -57px;
  width: 11px;
  height: 15px;
}
.mod-news-gallery .filmstrip > a.inactive,
.mod-news-gallery .pagination > a.inactive {
  cursor: default;
}
.mod-news-gallery .filmstrip > a.inactive:before,
.mod-news-gallery .pagination > a.inactive:before {
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: 0 -80px;
  width: 11px;
  height: 15px;
}
.mod-news-gallery .filmstrip > a.right,
.mod-news-gallery .pagination > a.right {
  left: auto;
  right: 0;
  text-align: right;
}
.mod-news-gallery .filmstrip > a.right:before,
.mod-news-gallery .pagination > a.right:before {
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -15px -80px;
  width: 11px;
  height: 15px;
}
.mod-news-gallery .filmstrip > a.right:hover:before,
.mod-news-gallery .pagination > a.right:hover:before {
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -45px -80px;
  width: 11px;
  height: 15px;
}
.mod-news-gallery .filmstrip > a.right.inactive:before,
.mod-news-gallery .pagination > a.right.inactive:before {
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -60px -80px;
  width: 11px;
  height: 15px;
}
.mod-news-gallery .pagination {
  text-align: center;
  margin-top: -30px;
  margin-bottom: 1em;
}
.mod-news-gallery .pagination i {
  display: inline-block;
  line-height: 30px;
  vertical-align: top;
  font-style: normal;
}
.mod-news-gallery .pagination a {
  display: inline-block;
  padding: 7px 10px 3px;
}
@media screen and (max-width: 767px) {
  .mod-news-gallery .pagination {
    margin-top: 0;
  }
  .mod-news-gallery dl dt {
    height: 208px;
  }
  .mod-news-gallery dl dd.caption {
    padding: 0;
  }
}
@media print {
  .mod-news-gallery .gallery-nav a.back:before {
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -42px -99px;
    width: 10px;
    height: 13px;
  }
  .mod-news-gallery .gallery-nav a.more:after {
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -14px -99px;
    width: 10px;
    height: 13px;
  }
  .mod-news-gallery .gallery-nav a:visited {
    color: #000000;
  }
  .mod-news-gallery .pagination a {
    display: none;
  }
}
/* Transition */


/* newslist.less */

.mod-newslist h1 {
  font-size: 1.9166666666666667em;
  font-weight: bold;
}
.mod-newslist h2 {
  margin: 20px 0 6px 0;
  font-size: 1.1666666666666667em;
  margin-top: 1.5em;
  font-weight: bold;
}
.mod-newslist h2 a:hover {
  color: #dc6027;
  text-decoration: none;
}
.mod-newslist a {
  color: #000000;
  text-decoration: none;
}
.mod-newslist a:hover {
  text-decoration: underline;
}
.mod-newslist h3 {
  font-size: 1.1666666666666667em;
  line-height: 1.3em;
  font-weight: bold;
  margin: 0.35em 0;
}
.mod-newslist h3 time {
  font-weight: normal;
  margin-right: 0.28em;
}
.mod-newslist h3 a:hover {
  color: #dc6027;
  text-decoration: none;
}
.mod-newslist .channelimage {
  margin: 5px 10px 7px 0;
}
.mod-newslist .topimage {
  float: left;
  margin: 5px 20px 7px 0;
  width: 220px;
}
.mod-newslist .topimage img {
  vertical-align: bottom;
  width: 220px;
}
.mod-newslist li {
  border-top: solid 1px #dadee2;
  padding: 11px 0 8px;
  margin: 0;
  clear: left;
  overflow: hidden;
}
.mod-newslist li h3 {
  margin: 0 0 0.35em 0;
}
.mod-newslist li span.gallery {
  position: relative;
  display: block;
  margin-bottom: 13px;
}
.mod-newslist li span.gallery img {
  display: block;
}
.mod-newslist li span.gallery a {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  text-decoration: none;
  padding: 0 30px 0 0;
}
.mod-newslist li span.gallery a span {
  position: relative;
  top: 2px;
  left: 7px;
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", "URW Palladio L", serif;
  font-size: 1.1666666666666667em;
}
.mod-newslist li span.gallery a:after {
  content: "";
  position: absolute;
  top: 6px;
  right: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #ffffff;
  -moz-transform: scale(0.9999);
  /* fix for firefox edges */

}
.mod-newslist p {
  margin: 0.1em 0 0.05em;
  line-height: 1.6em;
}
.mod-newslist .more,
.mod-newslist .comments {
  color: #dc6027;
}
.mod-newslist .more:before,
.mod-newslist .comments:before {
  content: "";
  vertical-align: -0.1em;
  margin-right: 0.2em;
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -99px -41px;
  width: 10px;
  height: 13px;
}
.mod-newslist .comments {
  display: block;
}
.overview-content .mod-newslist {
  font-size: 0.9500000000000001em;
  line-height: 1.4000000000000001em;
  border: 1px solid #dadee2;
  margin-bottom: 20px;
  padding-bottom: 8px;
}
.overview-content .mod-newslist h2 {
  color: #000000;
  font-size: 1.1em;
  font-weight: bold;
  padding: 0.61em 9px 0.51em 9px;
  background: #dadee2;
  margin: 0;
}
.overview-content .mod-newslist h2 a {
  color: #000000;
  text-decoration: none;
}
.overview-content .mod-newslist h2 a:visited {
  color: #000000;
}
.overview-content .mod-newslist .channelimage {
  margin: 8px 0;
  padding: 0 9px;
  width: auto;
}
.overview-content .mod-newslist .channelimage img {
  display: block;
  width: auto;
}
.overview-content .mod-newslist .topimage {
  float: none;
  margin: 8px 0;
  width: auto;
}
.overview-content .mod-newslist .topimage img {
  display: block;
  width: auto;
}
.overview-content .mod-newslist ul {
  padding: 0;
}
.overview-content .mod-newslist ul li {
  padding: 0;
  clear: left;
  overflow: hidden;
  border-top: none;
  margin: 0 9px 0 9px;
  border-bottom: 1px solid #c8ced4;
}
.overview-content .mod-newslist ul li h3 {
  margin: 0;
  font-size: 1em;
  line-height: 1.45em;
  font-weight: bold;
}
.overview-content .mod-newslist ul li h3 a {
  padding: 0.51em 6px 0.51em 14px;
  display: block;
  color: #000000;
  text-decoration: none;
}
.overview-content .mod-newslist ul li h3 a:visited {
  color: #7b828a;
}
.overview-content .mod-newslist ul li h3 a:hover {
  color: #000000;
  background-color: #edeff1;
  text-decoration: none;
}
.overview-content .mod-newslist ul li h3 a:hover.more {
  color: #dc6027;
  background: none;
}
.overview-content .mod-newslist ul li h3 a:before {
  content: "";
  position: absolute;
  margin-left: -13px;
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -99px -41px;
  width: 10px;
  height: 13px;
}
.overview-content .mod-newslist ul li h3 time {
  font-weight: normal;
  margin-right: 0.28em;
}
.overview-content .mod-newslist ul li h3.nolink {
  padding: 0.51em 0 0.11em;
}
.overview-content .mod-newslist ul li .text-basics {
  padding: 0 0 0.51em 0;
}
.overview-content .mod-newslist ul li .text-basics p {
  margin: 0;
  line-height: 1.45em;
}
.overview-content .mod-newslist ul li .text-basics .more {
  color: #dc6027;
}
.overview-content .mod-newslist ul li .text-basics .more.before {
  content: "";
  vertical-align: -0.1em;
  margin-right: 0.2em;
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -99px -41px;
  width: 10px;
  height: 13px;
}
.overview-content .mod-newslist ul li:last-child {
  padding-bottom: 0;
  border: none;
}
@media screen and (max-width: 767px) {
  .mod-newslist a {
    color: #dc6027;
  }
  .mod-newslist a:hover {
    text-decoration: underline;
  }
  .mod-newslist h2 a:hover {
    text-decoration: underline;
  }
  .mod-newslist h3 a:hover {
    text-decoration: underline;
  }
  .mod-newslist li {
    border-top: none;
  }
  .mod-newslist li span.gallery a {
    bottom: 0;
    right: 0;
  }
  .mod-newslist li span.gallery a span {
    font-family: Arial, Helvetica, FreeSans, sans-serif;
  }
  .mod-newslist .topimage {
    margin-right: 10px;
    width: 116px;
  }
  .mod-newslist .topimage img {
    width: auto;
  }
  .overview-content .mod-newslist {
    border: none;
    margin-bottom: 10px;
  }
  .overview-content .mod-newslist h2 {
    font-size: 13px;
    background: none;
    padding: 0;
  }
  .overview-content .mod-newslist h2 a {
    color: #dc6027;
  }
  .overview-content .mod-newslist h2 a:hover {
    text-decoration: underline;
  }
  .overview-content .mod-newslist h2 a:visited {
    color: #dc6027;
  }
  .overview-content .mod-newslist .channelimage {
    padding: 0;
  }
  .overview-content .mod-newslist ul li {
    margin: 0;
    border: none;
  }
  .overview-content .mod-newslist ul li h3 {
    font-weight: normal;
  }
  .overview-content .mod-newslist ul li h3 a {
    padding-top: 2px;
    padding-bottom: 2px;
    color: #dc6027;
  }
  .overview-content .mod-newslist ul li h3 a:hover {
    background: none;
    text-decoration: underline;
  }
  .overview-content .mod-newslist ul li h3 a:visited {
    color: #dc6027;
  }
}
@media print {
  .mod-newslist li {
    border-top: solid 1px #a3adb7;
  }
  .mod-newslist li:before,
  .mod-newslist li:after {
    content: " ";
    display: table;
  }
  .mod-newslist li:after {
    clear: both;
  }
  .mod-newslist .more,
  .mod-newslist .comments {
    color: #000000;
  }
  .mod-newslist .more:before,
  .mod-newslist .comments:before {
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -14px -99px;
    width: 10px;
    height: 13px;
  }
  .overview-content .mod-newslist {
    border: none;
  }
  .overview-content .mod-newslist h2 {
    background: none;
    padding-left: 0;
  }
  .overview-content .mod-newslist .channelimage {
    padding: 0;
  }
  .overview-content .mod-newslist ul {
    margin: 0;
  }
  .overview-content .mod-newslist ul li {
    margin: 0;
    border-bottom: none;
  }
  .overview-content .mod-newslist ul li h3 a {
    padding: 0 0 2px 13px;
  }
  .overview-content .mod-newslist ul li h3 a:visited {
    color: #000000;
  }
  .overview-content .mod-newslist ul li h3 a:before {
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -14px -99px;
    width: 10px;
    height: 13px;
  }
  .overview-content .mod-newslist ul li h3 a:hover {
    background-color: transparent;
  }
  .overview-content .mod-newslist ul li .text-basics .more {
    color: #000000;
  }
  .overview-content .mod-newslist ul li .text-basics .more:visited {
    color: #000000;
  }
}
/* Transition */


/* newslist-article.less */

.skin-newslist-article {
  margin-top: 10px;
  margin-bottom: 10px;
}
.skin-newslist-article h3 {
  margin: 0 0 2px 0;
  padding: 5px 0 0 0;
  font-size: 1em;
  font-weight: normal;
  overflow: auto;
}
.skin-newslist-article h3 time {
  float: right;
}
.skin-newslist-article h3 span.total {
  float: right;
}
.skin-newslist-article h4 {
  font-size: 1.5999999999999999em;
  line-height: 1.34em;
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", "URW Palladio L", serif;
  font-weight: bold;
  margin: 2px 0 16px 0;
}
.skin-newslist-article h4 a {
  color: #0028a5;
  text-decoration: none;
  border-bottom: 2px solid #0028a5;
}
.skin-newslist-article h4 a:hover {
  color: #dc6027;
  text-decoration: none;
  border-bottom-color: #dc6027;
}
.skin-newslist-article h4 a:visited {
  color: #777777;
  border-bottom-color: #777777;
}
.skin-newslist-article p.author {
  position: relative;
  margin: 10px 0 18px 0;
}
.skin-newslist-article p.author a {
  position: absolute;
  top: 0;
  right: 9px;
  color: #dc6027;
}
.skin-newslist-article p.author a:before {
  content: "";
  vertical-align: -0.15em;
  margin-right: 0.2em;
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -99px -41px;
  width: 10px;
  height: 13px;
}
.skin-newslist-article p.author a:hover {
  color: #dc6027;
}
.skin-newslist-article li {
  border-top-style: dotted;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 2px;
}
.skin-newslist-article li h3 {
  margin-bottom: 2px;
}
.skin-newslist-article div:last-child {
  overflow: hidden;
}
.skin-newslist-article div:last-child a {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .skin-newslist-article {
    margin-bottom: 20px;
  }
  .skin-newslist-article h4 {
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-size: 1.2307692307692308em;
    color: #3353b7;
    margin-bottom: 2px;
  }
  .skin-newslist-article h4 a,
  .skin-newslist-article h4 a:hover,
  .skin-newslist-article h4 a:visited {
    color: #dc6027;
    border-bottom: none;
  }
  .skin-newslist-article h4 a:hover {
    text-decoration: underline;
  }
  .skin-newslist-article div:last-child {
    overflow: visible;
  }
  .skin-newslist-article li {
    border-top: 1px dotted #a3adb7;
    margin: 10px 0;
  }
  .skin-newslist-article li:first-child {
    border-top: none;
    margin-bottom: 10px;
    padding-top: 0;
  }
}
@media print {
  .skin-newslist-article h4 a {
    color: #000000;
    border-bottom: 2px solid #000000;
  }
  .skin-newslist-article h4 a:visited {
    color: #000000;
    border-bottom-color: #000000;
  }
  .skin-newslist-article p.author a {
    color: #000000;
  }
  .skin-newslist-article p.author a:before {
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -14px -99px;
    width: 10px;
    height: 13px;
  }
  .skin-newslist-article li {
    border-top-style: solid;
    border-top-color: #a3adb7;
  }
  .skin-newslist-article li:first-child {
    border-top: none;
  }
}
/* Transition */


/* newslist-article-list.less */

.skin-newslist-article-list {
  margin-bottom: 25px;
}
.skin-newslist-article-list + .skin-newslist-article-list {
  margin-top: -10px;
  margin-bottom: 20px;
}
.skin-newslist-article-list h1,
.skin-newslist-article-list h4 {
  border-top: 1px solid #a3adb7;
  border-bottom: 1px solid #a3adb7;
  position: relative;
  padding: 3px 5px;
  font-size: 1em;
  line-height: 1.1666666666666667em;
  min-height: 16px;
}
.skin-newslist-article-list h1 span.list-name,
.skin-newslist-article-list h4 span.list-name {
  display: inline;
  color: #0028a5;
  font-weight: bold;
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", "URW Palladio L", serif;
  font-size: 1.1666666666666667em;
  margin-right: 5px;
}
.skin-newslist-article-list h1 span.article-count,
.skin-newslist-article-list h4 span.article-count {
  white-space: nowrap;
}
.skin-newslist-article-list h1 a,
.skin-newslist-article-list h4 a {
  display: inline;
  float: right;
  margin-top: 1px;
  margin-left: 10px;
  font-weight: bold;
}
.skin-newslist-article-list h1 a:before,
.skin-newslist-article-list h4 a:before {
  content: "";
  vertical-align: -0.2em;
  margin-right: 0.2em;
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -99px -41px;
  width: 10px;
  height: 13px;
}
.skin-newslist-article-list h1 a:hover,
.skin-newslist-article-list h4 a:hover {
  color: #dc6027;
  border-bottom-color: #dc6027;
}
@media screen and (max-width: 767px) {
  .skin-newslist-article-list + .skin-newslist-article-list {
    margin-top: -8px;
  }
  .skin-newslist-article-list h1,
  .skin-newslist-article-list h4 {
    padding-left: 0;
    padding-right: 0;
  }
  .skin-newslist-article-list h1 span.list-name,
  .skin-newslist-article-list h4 span.list-name {
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-size: 1em;
    color: #3353b7;
  }
  .skin-newslist-article-list h1 a,
  .skin-newslist-article-list h4 a {
    margin-top: 0;
  }
}
@media print {
  .skin-newslist-article-list h1,
  .skin-newslist-article-list h4 {
    border-top: none;
    border-bottom: 1px solid #a3adb7;
    padding-left: 1px;
  }
  .skin-newslist-article-list h1 span.list-name,
  .skin-newslist-article-list h4 span.list-name {
    color: #000000;
  }
  .skin-newslist-article-list h1 a:before,
  .skin-newslist-article-list h4 a:before {
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -14px -99px;
    width: 10px;
    height: 13px;
  }
}
/* Transition */


/* newslist-article-list-archive.less */

.skin-newslist-article-list-archive {
  margin-bottom: 25px;
}
.skin-newslist-article-list-archive + .skin-newslist-article-list-archive {
  margin-top: -25px;
  margin-bottom: 20px;
}
.skin-newslist-article-list-archive.skin-bg-grey h4 {
  background: #ffffff;
}
.skin-newslist-article-list-archive h4 {
  border-top: 0;
  border-bottom: 0;
  position: relative;
  padding: 3px 0 10px;
  line-height: 1.6666666666666667em;
  min-height: 16px;
}
.skin-newslist-article-list-archive h4 span.list-name {
  display: inline;
  color: #0028a5;
  font-weight: bold;
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", "URW Palladio L", serif;
  font-size: 1.6666666666666667em;
  margin-right: 5px;
}
.skin-newslist-article-list-archive h4 span.article-count {
  white-space: nowrap;
}
.skin-newslist-article-list-archive h4 a {
  display: inline;
  float: right;
  margin-top: 3px;
  margin-left: 10px;
  font-weight: bold;
  text-decoration: none;
}
.skin-newslist-article-list-archive h4 a:before {
  content: "";
  vertical-align: -0.2em;
  margin-right: 0.2em;
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -99px -41px;
  width: 10px;
  height: 13px;
}
.skin-newslist-article-list-archive h4 a:hover {
  color: #dc6027;
  border-bottom-color: #dc6027;
}
.skin-newslist-article-list-archive a:hover {
  text-decoration: none;
}
.skin-newslist-article-list-archive ul {
  border-top: solid 1px #a3adb7;
  border-bottom: solid 1px #a3adb7;
  padding: 0 10px;
}
.skin-newslist-article-list-archive ul li {
  border-top: 0;
  display: inline-block;
  font-weight: bold;
  padding: 2px 0;
  overflow: inherit;
}
.skin-newslist-article-list-archive ul li.current {
  color: #0028a5;
}
.skin-newslist-article-list-archive ul li:after {
  speak: none;
  content: " | ";
  vertical-align: 0.1em;
  padding: 0 4px 0 3px;
}
.skin-newslist-article-list-archive ul li:last-child:after {
  content: none;
}
@media screen and (max-width: 767px) {
  .skin-newslist-article-list-archive h4 span.list-name {
    color: #3353b7;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-size: 1em;
  }
  .skin-newslist-article-list-archive h4 a {
    margin-top: 0;
  }
  .skin-newslist-article-list-archive ul {
    padding: 0;
  }
  .skin-newslist-article-list-archive a:hover {
    text-decoration: underline;
  }
}
@media print {
  .skin-newslist-article-list-archive h4 {
    padding-bottom: 5px;
  }
  .skin-newslist-article-list-archive h4 span.list-name {
    color: #000000;
  }
  .skin-newslist-article-list-archive h4 a:before {
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -14px -99px;
    width: 10px;
    height: 13px;
  }
  .skin-newslist-article-list-archive li.current {
    color: #000000;
  }
  .skin-newslist-article-list-archive ul {
    border-top: solid 1px #a3adb7;
    border-bottom: solid 1px #a3adb7;
    padding-left: 0;
    padding-right: 0;
  }
}
/* Transition */


/* newslist-bg-grey.less */

.skin-bg-grey {
  background: #edeff1;
}
.overview-content .skin-bg-grey ul li h3 a:hover {
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .skin-bg-grey {
    background: none;
  }
}
@media print {
  .skin-bg-grey {
    background-color: #ffffff;
  }
}
/* Transition */


/* newslist-dossier.less */

.skin-newslist-dossier h1 {
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", "URW Palladio L", serif;
  font-size: 1.6666666666666667em;
  font-weight: bold;
  color: #0028a5;
  margin: 16px 0 10px 0;
  border: none;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .skin-newslist-dossier h1 {
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    color: #3353b7;
    font-size: 1.2307692307692308em;
  }
}
@media print {
  .skin-newslist-dossier h1 {
    color: #000000;
  }
}
/* Transition */


/* newslist-link-all.less */

.skin-newslist-link-all {
  padding-bottom: 0;
}
.skin-newslist-link-all h4 {
  border-top: 1px dotted #a3adb7;
  border-bottom: 1px dotted #a3adb7;
  background-color: transparent;
}
.skin-newslist-link-all h4 a {
  left: 0;
}
@media print {
  .skin-newslist-link-all h4 {
    border-top: 1px dotted #a3adb7;
    border-bottom: 1px dotted #a3adb7;
  }
}
/* Transition */


/* newslist-mediadesk.less */

.skin-newslist-mediadesk h3 {
  min-height: 15px;
}
.skin-newslist-mediadesk h3 time {
  clear: right;
  float: left;
  margin-right: 0;
  width: 100%;
  font-size: 0.8571428571428571em;
}
.skin-newslist-mediadesk h4 {
  font-size: 1.4166666666666667em;
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", "URW Palladio L", serif;
  font-weight: bold;
  margin: 0 0 3px 0;
  line-height: 1.25em;
}
.skin-newslist-mediadesk h4.archive {
  font-size: 1.2em;
}
.skin-newslist-mediadesk h4 a {
  color: #0028a5;
  text-decoration: none;
}
.skin-newslist-mediadesk h4 a:hover {
  color: #dc6027;
  text-decoration: underline;
}
.skin-newslist-mediadesk h4 a:visited {
  color: #777777;
}
.skin-newslist-mediadesk li {
  border-top-style: dotted;
}
.skin-newslist-mediadesk li:first-child {
  border-width: 0;
}
@media screen and (max-width: 767px) {
  .skin-newslist-mediadesk h4 {
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-size: 1.2307692307692308em;
  }
  .skin-newslist-mediadesk h4 a,
  .skin-newslist-mediadesk h4 a:hover,
  .skin-newslist-mediadesk h4 a:visited {
    color: #dc6027;
  }
  .skin-newslist-mediadesk li {
    border-top-width: 1px;
    border-color: #a3adb7;
  }
  .skin-newslist-mediadesk li .topimage {
    max-width: 116px;
    margin-right: 10px;
  }
}
@media print {
  .skin-newslist-mediadesk h4 a {
    color: #000000;
  }
  .skin-newslist-mediadesk h4 a:visited {
    color: #000000;
  }
  .skin-newslist-mediadesk li {
    page-break-inside: avoid;
  }
}
/* Transition */


/* newslist-top-image.less */

.skin-newslist-top-image li {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.skin-newslist-top-image li span.gallery {
  margin-bottom: 13px;
}
/* Transition */


/* pagetitle.less */

.mod-pagetitle {
  margin: 0 0.2em 0.75em 0;
  color: #0028a5;
  font-size: 1.9166666666666667em;
  line-height: 1.2em;
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", "URW Palladio L", serif;
  font-weight: bold;
}
.mod-pagetitle a {
  color: #0028a5;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .mod-pagetitle {
    color: #3353b7;
    font-size: 1.3em;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
  }
}
@media print {
  .mod-pagetitle {
    color: #000000;
    padding-top: 2px;
  }
  .mod-pagetitle a {
    color: #000000;
  }
}
/* Transition */


/* pagetitle-newsgallery.less */

.skin-pagetitle-newsgallery {
  display: inline-block;
  border-bottom: 2px solid #0028a5;
}
@media print {
  .skin-pagetitle-newsgallery {
    border-bottom: 2px solid #000000;
  }
}
/* Transition */


/* person.less */

.mod-person {
  line-height: 1.6em;
}
.mod-person h2 {
  margin: 1em 0 1em 0;
  line-height: 1.2em;
  font-weight: bold;
  clear: both;
  font-size: 1.5em;
}
.mod-person a {
  color: #000000;
  text-decoration: none;
}
.mod-person a:hover {
  color: #dc6027;
  text-decoration: underline;
}
.mod-person a:visited {
  color: #7b828a;
}
.mod-person a.back {
  color: #dc6027;
}
.mod-person a.back:visited {
  color: #7b828a;
}
.mod-person a.back:hover {
  color: #dc6027;
  text-decoration: underline;
}
.mod-person a:before {
  content: "";
  vertical-align: -0.15em;
  margin-right: 0.25em;
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -99px -41px;
  width: 10px;
  height: 13px;
}
.mod-person a:empty {
  display: none;
}
.mod-person .download:before {
  vertical-align: -0.25em;
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -28px -99px;
  width: 10px;
  height: 13px;
}
.mod-person .back {
  display: inline-block;
  border-top: 1px solid #c8ced4;
  padding: 0.25em 0;
}
.mod-person .back:before {
  vertical-align: -0.25em;
  margin-right: 0.25em;
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -56px -99px;
  width: 10px;
  height: 13px;
}
.mod-person .intro,
.mod-person .outro {
  margin: 0.3em 0 0.6em 0;
}
.mod-person .person {
  padding-top: 5px;
  padding-bottom: 16px;
  overflow: hidden;
  background-image: url(assets/img/div/dot_line_team.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.mod-person .person .u-uid {
  display: none;
  speak: none;
}
.mod-person .person .image {
  padding-top: 5px;
}
.mod-person .person .image:before {
  content: none;
}
.mod-person .person:first-child {
  margin-top: 31px;
  border-top: solid 1px #dadee2;
  background-image: url(assets/img/div/dot_line_team.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.mod-person .person h4 {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .mod-person a {
    color: #dc6027;
  }
  .mod-person a:visited {
    color: #dc6027;
  }
  .mod-person a.back:visited {
    color: #dc6027;
  }
  .mod-person .person {
    padding-top: 10px;
  }
  .mod-person .person:first-child {
    border-top: none;
    padding-top: 0;
  }
  .mod-person .person .image {
    max-width: 25%;
  }
}
@media print {
  .mod-person a[href] {
    color: #000000;
  }
  .mod-person a[href]:before {
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -14px -99px;
    width: 10px;
    height: 13px;
  }
  .mod-person a:visited {
    color: #000000;
  }
  .mod-person a.back {
    border-top: none;
    padding-bottom: 10px;
    color: #000000;
  }
  .mod-person a.back:visited {
    color: #000000;
  }
  .mod-person a.back:before {
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -42px -99px;
    width: 10px;
    height: 13px;
  }
  .mod-person .download:before {
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -14px -116px;
    width: 10px;
    height: 13px;
  }
  .mod-person .person {
    background: none;
  }
  .mod-person .person:first-child {
    border: none;
    background: none;
  }
}
/* Transition */


/* person-footer.less */

.skin-person-footer {
  margin-top: 1.588em;
}
/* Transition */


/* person-header.less */

.skin-person-header .person:first-child {
  margin-top: 0;
}
/* Transition */


/* person-list.less */

.skin-person-list .person:last-child {
  background-image: none;
}
/* Transition */


/* player.less */

.mod-player {
  margin: 0 0 0.9em 0;
  line-height: 1;
  position: relative;
  max-width: 100%;
}
.mod-player .mediaplayer {
  display: block;
  max-width: 100%;
}
.mod-player .mediaplayer object {
  display: block;
}
.mod-player .mediaplayer-media {
  vertical-align: bottom;
  max-width: 100%;
}
.mod-player .mediaplayer-media video {
  width: 100%;
}
.mod-player .caption {
  font-size: 0.97em;
  font-weight: bold;
  line-height: 1.3;
  padding: 7px 10px 9px 9px;
  min-height: 14px;
  background-color: #e3e7ea;
}
.l-body-news .mod-player .caption {
  font-weight: normal;
}
/* Transition */


/* player-audio.less */

.skin-player-audio .mediaplayer-media {
  position: relative;
}
.skin-player-audio .mediaplayer-media audio {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
}
/* Transition */


/* player-video.less */

.skin-player-video {
  /* custom player skin */

}
.skin-player-video .mediaplayer-media .fp-controls {
  background-color: rgba(0, 0, 0, 0.4);
}
.skin-player-video .mediaplayer-media .fp-timeline {
  background-color: rgba(255, 255, 255, 0.5);
}
.skin-player-video .mediaplayer-media .fp-progress {
  background-color: #0028a5;
}
.skin-player-video .mediaplayer-media .fp-buffer {
  background-color: rgba(255, 255, 255, 0.23);
}
/* Transition */


/* rubrics.less */

.mod-rubrics {
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #dadee2;
}
.mod-rubrics .mod-top-image-rotator {
  float: left;
}
.mod-rubrics .links {
  float: left;
  margin-left: 20px;
  padding: 20px 0 0 0;
  width: 210px;
}
.mod-rubrics .links h1 a {
  font-size: 2.1em;
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", "URW Palladio L", serif;
  font-weight: bold;
  letter-spacing: 0.2px;
  color: #0028a5;
  text-decoration: none;
}
.mod-rubrics .links h1:last-child {
  display: none;
}
.mod-rubrics .links ul {
  display: block;
}
.mod-rubrics .links ul li {
  display: block;
  line-height: 1.2em;
}
.mod-rubrics .links ul a {
  display: block;
  padding: .2em .2em 1.29em 0;
  font-size: 0.9299991666666667em;
  color: #000000;
  text-decoration: none;
}
.mod-rubrics .links ul a:hover {
  color: #dc6027;
  text-decoration: underline;
}
.mod-rubrics .links ul a:before {
  content: "";
  float: left;
  position: relative;
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -99px -41px;
  width: 10px;
  height: 13px;
  top: 0;
  left: 1px;
  margin-right: 3px;
}
.mod-rubrics .links ul:last-child li a {
  padding-bottom: .1em;
}
.skin-layout-bigfont .mod-rubrics .links {
  padding-top: 15px;
  width: 213px;
}
.skin-layout-bigfont .mod-rubrics .links h1 a {
  font-size: 1.7857142857142858em;
}
.skin-layout-bigfont .mod-rubrics .links ul a {
  padding: 0 0 0.4em 0;
  font-size: 0.9142857142857144em;
  line-height: 1.09375em;
}
@media screen and (max-width: 767px) {
  .mod-rubrics {
    margin: -12px 0 0 0;
    background-color: transparent;
    border: none;
  }
  .mod-rubrics .links {
    float: none;
    margin-left: 0;
    padding: 12px 13px 8px;
  }
  .mod-rubrics .links h1 {
    padding: 0 0 0.16em 0;
  }
  .mod-rubrics .links h1 a {
    font-size: 1em;
    color: #000000;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-weight: normal;
  }
  .mod-rubrics .links h1 a:before {
    content: "";
    position: absolute;
    margin-top: 1px;
    margin-left: -13px;
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -99px -41px;
    width: 10px;
    height: 13px;
  }
  .mod-rubrics .links h1 a:hover {
    color: #dc6027;
    text-decoration: underline;
  }
  .mod-rubrics .links h1:last-child {
    display: block;
  }
  .mod-rubrics .links ul {
    display: none;
  }
}
@media print {
  .mod-rubrics {
    background-color: #ffffff;
    margin-bottom: 15px;
  }
  .mod-rubrics .links {
    margin-left: 0;
    padding-left: 0;
  }
  .mod-rubrics .links h1 a {
    color: #000000;
  }
  .mod-rubrics .links ul a:before {
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -14px -99px;
    width: 10px;
    height: 13px;
  }
}
/* Transition */


/* screenreader.less */

.mod-screenreader {
  speak: normal;
  position: absolute;
  font-size: 0;
  visibility: hidden;
}
/* Transition */


/* search.less */

/* default search field */
.mod-search {
  margin-top: 7px;
  line-height: 1.3em;
  position: relative;
}
.mod-search ::-webkit-input-placeholder {
  /* WebKit browsers */

  color: #000000;
}
.mod-search :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  color: #000000;
  opacity: 1;
}
.mod-search ::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: #000000;
  opacity: 1;
}
.mod-search :-ms-input-placeholder {
  /* Internet Explorer 10+ */

  color: #000000;
}
.mod-search .search {
  font-size: 0.9090909090909091em;
  height: 14px;
  padding: 1px 1px 0 2px;
  width: 100px;
  margin-top: 0;
  line-height: 15px;
  border: 1px solid #dadee2;
  margin-right: 21px;
  position: absolute;
  top: 0;
  right: 0;
}
.mod-search .submit {
  display: inline-block;
  width: 15px;
  height: 15px;
  font-size: 13px;
  line-height: 12px;
  padding: 0 0 3px 1px;
  position: absolute;
  top: 1px;
  right: 0;
  background: #94a6b1;
  color: #ffffff;
  border: none;
}
.mod-search .submit::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin-top: -1px;
  margin-bottom: -2px;
}
.skin-layout-bigfont .mod-search .search {
  height: 18px;
  font-size: 1em;
}
.skin-layout-bigfont .mod-search .submit {
  height: 18px;
}
@media screen and (max-width: 767px) {
  .mod-search {
    display: none;
  }
}
@media print {
  .mod-search {
    display: none;
  }
}
/* Transition */


/* search-mobile.less */

.skin-search-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .skin-search-mobile {
    display: block;
    float: none;
    max-width: 280px;
    margin: 18px 0.75em 0;
  }
  .skin-search-mobile .search,
  .skin-search-mobile .submit {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
    padding: 0.23076923076923078em;
    height: auto;
    font-size: 13px;
    line-height: 20px;
    -webkit-appearance: none;
    border-radius: 0;
  }
  .skin-search-mobile .submit {
    width: 10%;
    position: absolute;
    right: -10px;
    padding-right: 0;
    padding-left: 0;
  }
}
/* Transition */


/* searchgoogle.less */

.mod-search-google {
  margin: 10px 0;
}
.mod-search-google .search {
  position: relative;
}
.mod-search-google .search > label {
  position: absolute;
  top: 2px;
  left: 5px;
  pointer-events: none;
}
.mod-search-google input[type=search] {
  padding: 3px 2px 3px 3px;
  width: 50%;
  margin: 0 5px 0 0;
  border: 1px solid #c8ced4;
}
.mod-search-google input[type=submit] {
  padding: 2px 8px;
}
.mod-search-google input[type=radio] {
  vertical-align: -15%;
}
.mod-search-google fieldset {
  margin-top: .5em;
}
.mod-search-google fieldset h3 {
  float: left;
  margin-left: 5px;
}
.mod-search-google fieldset ul {
  float: left;
  margin-left: 1em;
}
.mod-search-google .gsc-control-cse {
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .mod-search-google .search > label {
    font-size: 16px;
    top: 4px;
  }
  .mod-search-google input[type=search],
  .mod-search-google input[type=submit] {
    font-size: 16px;
    line-height: 18px;
    -webkit-appearance: none;
  }
  .mod-search-google .gsc-result .gs-title {
    height: auto;
  }
}
@media print {
  .mod-search-google input[type=search] {
    border: 1px solid #000000;
  }
  .mod-search-google input[type=submit] {
    border: 1px solid #000000;
  }
}
/* Transition */


/* searchgoogle-news.less */

.skin-search-google-news {
  margin: 20px 0 13px;
}
/* Transition */


/* searchgoogle-page.less */

.skin-search-google-page input[type=submit] {
  padding: 3px 8px 3px;
  background: none;
  border-radius: 5px;
  border: 1px solid #c8ced4;
}
/* Transition */


/* sitefunctions.less */

.mod-sitefunctions {
  float: right;
  margin: 13px 18px 0 0;
  text-align: right;
  font-size: 0.9em;
}
.mod-sitefunctions h2 {
  speak: normal;
  position: absolute;
  font-size: 0;
  visibility: hidden;
}
.mod-sitefunctions ul,
.mod-sitefunctions a {
  display: inline-block;
}
.mod-sitefunctions ul li {
  color: #7b828a;
  display: inline;
}
.mod-sitefunctions ul li:after {
  speak: none;
  content: " | ";
  vertical-align: top;
}
.mod-sitefunctions ul li:last-child:after {
  display: none;
}
.mod-sitefunctions ul .service-print {
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -56px -116px;
  width: 10px;
  height: 10px;
  padding: 11px 10px 0 0;
}
.mod-sitefunctions ul .service-font {
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -75px -80px;
  width: 18px;
  height: 9px;
  top: -1px;
  padding: 9px 18px 0 0;
}
.mod-sitefunctions ul .sprite {
  margin: 0 2px;
  vertical-align: -2px;
  overflow: hidden;
  /* remove text from sight, dimensions via padding */

  position: relative;
  height: 0;
  width: 0;
}
.skin-header-light .mod-sitefunctions ul li {
  color: #ffffff;
}
.skin-header-light .mod-sitefunctions ul .service-print {
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -42px -116px;
  width: 10px;
  height: 10px;
  padding: 11px 10px 0 0;
}
.skin-header-light .mod-sitefunctions ul .service-font {
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -99px -13px;
  width: 18px;
  height: 9px;
}
.skin-header-light .mod-sitefunctions ul .sprite {
  margin: 0 2px;
  vertical-align: -2px;
  overflow: hidden;
  /* remove text from sight, dimensions via padding */

  position: relative;
  height: 0;
  width: 0;
}
.skin-header-dark .mod-sitefunctions ul li {
  color: #000000;
}
.skin-header-dark .mod-sitefunctions ul .service-print {
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -70px -116px;
  width: 10px;
  height: 10px;
  padding: 11px 10px 0 0;
}
.skin-header-dark .mod-sitefunctions ul .service-font {
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -99px 0;
  width: 18px;
  height: 9px;
  top: -1px;
  padding: 9px 18px 0 0;
}
.skin-header-dark .mod-sitefunctions ul .sprite {
  margin: 0 2px;
  vertical-align: -2px;
  overflow: hidden;
  /* remove text from sight, dimensions via padding */

  position: relative;
  height: 0;
  width: 0;
}
@media screen and (max-width: 767px) {
  .mod-sitefunctions {
    display: none;
  }
}
@media print {
  .mod-sitefunctions {
    display: none;
  }
}
/* Transition */


/* sitemap.less */

.mod-sitemap {
  line-height: 1em;
  font-size: 0.95em;
  margin-bottom: 0.9em;
}
.mod-sitemap section {
  padding-bottom: 1.5em;
}
.mod-sitemap section li {
  font-weight: bold;
  line-height: 1.2em;
  margin: 2.5em 0 0.35em 0;
  padding: 0.2em 0 0 0;
}
.mod-sitemap section li a:empty {
  display: none;
}
.mod-sitemap section li ul {
  border-top: 1px solid #c8ced4;
  margin-top: 0.25em;
  padding-top: 0.4em;
}
.mod-sitemap section li ul ul {
  border: 0;
  margin-top: -2px;
  padding-top: 0.1em;
}
.mod-sitemap section li ul ul ul {
  margin-top: 0.1em;
}
.mod-sitemap section li li {
  font-weight: normal;
  border-bottom: 1px dotted #c8ced4;
  margin: 0.2em 0 0.3em 0;
  padding: 0.2em 0 0 0;
}
.mod-sitemap section li li a {
  padding-bottom: 0.35em;
}
.mod-sitemap section li li li {
  border-bottom: 0;
  border-top: 0;
  margin: 0.2em 0 0.3em 0;
  padding: 0 0 0 20px;
}
.mod-sitemap section li li li a {
  padding-bottom: 0;
}
.mod-sitemap section li li li:first-child {
  border-top: 0;
  padding-top: 0;
}
.mod-sitemap section li:first-child {
  margin-top: 0;
}
.mod-sitemap section li:last-child {
  border-bottom: 0;
}
.mod-sitemap a,
.mod-sitemap a:visited {
  display: inline-block;
  text-decoration: none;
  color: #000000;
}
.mod-sitemap a:hover {
  text-decoration: underline;
  color: #dc6027;
}
@media screen and (max-width: 767px) {
  .mod-sitemap section:last-child {
    padding-bottom: 5px;
  }
  .mod-sitemap a,
  .mod-sitemap a:visited,
  .mod-sitemap a:hover {
    color: #dc6027;
  }
}
@media print {
  .mod-sitemap section li ul {
    border-top: none;
    padding-top: 15px;
  }
  .mod-sitemap section li li {
    border-bottom: none;
  }
}
/* Transition */


/* social.less */

.mod-social {
  float: right;
  position: relative;
}
.mod-social h2 {
  speak: normal;
  position: absolute;
  font-size: 0;
  visibility: hidden;
}
.mod-social ul:empty {
  display: none;
}
.mod-social li {
  list-style-type: none;
  display: inline-block;
  margin-left: 0.2em;
}
.mod-social li a {
  width: 16px;
  height: 16px;
  display: inline-block;
  overflow: hidden;
}
.mod-social li .facebook:before {
  content: "";
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -40px -20px;
  width: 16px;
  height: 16px;
}
.mod-social li .linkedin:before {
  content: "";
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -20px 0;
  width: 16px;
  height: 16px;
}
.mod-social li .mail:before {
  content: "";
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -20px -40px;
  width: 16px;
  height: 16px;
}
.mod-social li .rss:before {
  content: "";
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: 0 -40px;
  width: 16px;
  height: 16px;
}
.mod-social li .twitter:before {
  content: "";
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -40px -60px;
  width: 16px;
  height: 16px;
}
.mod-social li .gplus:before {
  content: "";
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -40px 0;
  width: 16px;
  height: 16px;
}
.mod-social li .xing:before {
  content: "";
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -60px -40px;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .mod-social {
    display: none;
  }
}
@media print {
  .mod-social {
    display: none;
  }
}
/* Transition */


/* social-home.less */

.skin-social-home {
  font-size: 0.9500000000000001em;
  line-height: 1.4000000000000001em;
  float: none;
  background: #edeff1;
  border: 1px solid #dadee2;
  margin-bottom: 10px;
  padding: 0 9px 8px;
}
.skin-social-home h2 {
  color: #0028a5;
  font-size: 1.4em;
  line-height: 1.1em;
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", "URW Palladio L", serif;
  font-weight: bold;
  padding: 8px 0 4px;
  visibility: visible;
  display: block;
  position: relative;
}
.skin-social-home ul {
  margin: 5px 0 2px;
}
.skin-social-home li {
  list-style-type: none;
  display: inline-block;
  margin-left: 0.2em;
}
.skin-social-home li a {
  width: 16px;
  height: 16px;
  display: inline-block;
  overflow: hidden;
}
.skin-social-home li .facebook:before {
  content: "";
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -20px -20px;
  width: 16px;
  height: 16px;
}
.skin-social-home li .twitter:before {
  content: "";
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -40px -40px;
  width: 16px;
  height: 16px;
}
.skin-social-home li .youtube:before {
  content: "";
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: 0 -60px;
  width: 16px;
  height: 16px;
}
.skin-social-home li .xing:before {
  content: "";
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -20px -60px;
  width: 16px;
  height: 16px;
}
.skin-social-home li .linkedin:before {
  content: "";
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: 0 0;
  width: 16px;
  height: 16px;
}
.skin-social-home li .issuu:before {
  content: "";
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: 0 -20px;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .skin-social-home {
    font-size: 1em;
    display: block;
    border: 0;
    background-color: transparent;
    padding: 0 0 8px 0;
  }
  .skin-social-home h2 {
    color: #3353b7;
    font-size: 1.2307692307692308em;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    padding: 0.6666666666666666em 0 0.3333333333333333em 0;
  }
}
@media print {
  .social-home {
    background-color: #ffffff;
  }
}
/* Transition */


/* social-mobile.less */

.skin-social-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .skin-social-mobile {
    float: none;
    display: block;
    margin: 3px 15px;
    padding: 12px 0 0 0;
  }
}
/* Transition */


/* streetmap.less */

.mod-street-map .street-map-canvas {
  width: 100%;
  height: 460px;
  margin: 8px 0 0 0 !important;
}
.l-related .mod-street-map .street-map-canvas {
  margin: 0 0 10px 0 !important;
  height: 220px;
}
/* Transition */


/* subnavigation.less */

.mod-subnavigation {
  border-bottom: 1px solid #dadee2;
  font-size: 0.9500000000000001em;
  line-height: 1.0833333333333333em;
  /* 1 level */

}
.mod-subnavigation a,
.mod-subnavigation a:visited {
  display: block;
  text-decoration: none;
  color: #000000;
  padding: 5px 5px 5px 0;
  border-top: 1px solid #dadee2;
}
.mod-subnavigation a.current,
.mod-subnavigation a:visited.current,
.mod-subnavigation a.active,
.mod-subnavigation a:visited.active {
  color: #0028a5;
  font-weight: bold;
}
.mod-subnavigation a:hover,
.mod-subnavigation a.current {
  background-color: #edeff1;
}
.mod-subnavigation li {
  /* 2 level */

}
.mod-subnavigation li a {
  padding: 5px 5px 5px 11px;
  /* Not used yet, adds 0 padding left for [...] Entry see  https://jira.namics.com/browse/UZH-218 */
  /*
			&.parent {
				padding-left: 0;
			}
			*/

}
.mod-subnavigation li a.subscribe,
.mod-subnavigation li a.report {
  padding-left: 30px;
}
.mod-subnavigation li a.subscribe:before,
.mod-subnavigation li a.report:before {
  content: "";
  position: absolute;
  margin-left: -19px;
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -99px -26px;
  width: 13px;
  height: 11px;
}
.mod-subnavigation li a.report:before {
  margin-left: -18px;
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -84px -116px;
  width: 10px;
  height: 10px;
}
.mod-subnavigation li li {
  /* 3 level */

}
.mod-subnavigation li li a {
  border-top: none;
  background-image: url(assets/img/div/dot_line_nav.gif);
  background-repeat: repeat-x;
  background-position: top left;
  padding: 3px 5px 3px 25px;
}
.mod-subnavigation li li li {
  /* 4 level */

}
.mod-subnavigation li li li a {
  padding: 3px 5px 3px 40px;
}
.mod-subnavigation li li li li {
  /**/

}
.mod-subnavigation li li li li a {
  padding-left: 55px;
}
.mod-subnavigation li li li li li a {
  padding-left: 70px;
}
.mod-subnavigation li li li li li li a {
  padding-left: 85px;
}
.l-body-news .mod-subnavigation {
  border-bottom-color: #a3adb7;
}
.l-body-news .mod-subnavigation a,
.l-body-news .mod-subnavigation a:visited {
  border-top-color: #a3adb7;
}
.l-body-news .mod-subnavigation li li a {
  background-image: url(assets/img/div/dot_line_mediadesk_nav.gif);
}
@media screen and (max-width: 767px) {
  .mod-subnavigation {
    display: none;
  }
}
@media print {
  .mod-subnavigation {
    display: none;
  }
}
/* Transition */


/* subnavigation-news.less */

.skin-subnavigation-news {
  margin: 20px 0;
}
/* Transition */


/* tabnavigation.less */

.mod-tabnavigation {
  margin-bottom: 27px;
  font-size: 0.9166666666666666em;
  overflow: hidden;
}
.mod-tabnavigation ul {
  display: block;
  list-style: none;
  border-bottom: 1px solid #a3adb7;
}
.mod-tabnavigation li {
  display: inline;
}
.mod-tabnavigation a {
  display: inline-block;
  margin-bottom: -1px;
  padding: 2px 9px 1px;
  margin-right: 4px;
  line-height: 1.8;
  text-decoration: none;
  color: #000000;
  border: 1px solid #a3adb7;
  border-bottom-color: transparent;
}
.mod-tabnavigation a:hover {
  background-color: #edeff1;
  border-bottom-color: #a3adb7;
}
.mod-tabnavigation a.state-current {
  background-color: #edeff1;
  font-weight: bold;
  color: #0028a5;
  border-bottom-color: #edeff1;
}
.mod-tabnavigation a.state-inactive {
  color: #a3adb7;
  cursor: default;
}
.mod-tabnavigation a.state-inactive:hover {
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .mod-tabnavigation {
    margin-bottom: 10px;
  }
  .mod-tabnavigation ul {
    padding-bottom: 5px;
  }
  .mod-tabnavigation a {
    color: #dc6027;
    margin-bottom: 5px;
    border-bottom-color: #a3adb7;
  }
  .mod-tabnavigation a.state-current {
    color: #3353b7;
    background-color: transparent;
    border-bottom-color: #a3adb7;
  }
}
@media print {
  .mod-tabnavigation {
    display: none;
  }
}
/* Transition */


/* teaser.less */

.mod-teaser {
  font-size: 0.9500000000000001em;
  line-height: 1.4000000000000001em;
  border: 1px solid #dadee2;
  margin-bottom: 10px;
  padding-bottom: 4px;
}
.mod-teaser > * {
  padding: 0 9px 0;
  margin-bottom: 0.61em;
}
.mod-teaser iframe {
  margin: 0 9px 0.61em;
  padding: 0;
  width: 200px;
}
.mod-teaser .topimage {
  display: block;
  margin: 8px 0;
}
.mod-teaser .topimage a {
  display: block;
}
.mod-teaser .topimage img {
  display: block;
}
.mod-teaser > h2,
.mod-teaser > h3 {
  color: #0028a5;
  font-size: 1.1em;
  line-height: 1.1em;
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", "URW Palladio L", serif;
  font-weight: bold;
  padding: 0 9px 6px;
  margin-bottom: 0;
}
.mod-teaser > h2:first-child,
.mod-teaser > h3:first-child {
  padding-top: 9px;
}
.mod-teaser > h2 a,
.mod-teaser > h3 a,
.mod-teaser > h2 a:visited,
.mod-teaser > h3 a:visited,
.mod-teaser > h2 a:hover,
.mod-teaser > h3 a:hover {
  color: #0028a5;
  text-decoration: none;
}
.mod-teaser > h2 + .topimage,
.mod-teaser > h3 + .topimage {
  margin-top: 0;
}
.mod-teaser h3 + .text-basics {
  margin-top: 0;
}
.mod-teaser h4 {
  font-weight: bold;
  line-height: 1.6em;
}
.mod-teaser .text-basics {
  margin-top: 8px;
  margin-bottom: 5px;
}
.mod-teaser .text-basics ul {
  padding-top: 2px;
  margin-bottom: 10px;
}
.mod-teaser .text-basics ul:last-child {
  margin-bottom: 0;
}
.mod-teaser .text-basics ul:empty {
  display: none;
}
.mod-teaser .topimage + .text-basics,
.mod-teaser .topimage + h3 {
  margin-top: 4px;
}
.mod-teaser section {
  border-bottom: 1px solid #c8ced4;
  padding: 0 0 0.61em;
  margin-left: 9px;
  margin-right: 9px;
}
.mod-teaser section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.mod-teaser time {
  font-weight: normal;
  padding-right: 3px;
}
.mod-teaser a {
  text-decoration: none;
}
.mod-teaser a.mail {
  display: block;
  padding-left: 13px;
  color: #000000;
}
.mod-teaser a.mail:before {
  content: "";
  position: absolute;
  margin-left: -13px;
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -99px -41px;
  width: 10px;
  height: 13px;
}
.mod-teaser a:hover {
  color: #dc6027;
  text-decoration: underline;
}
.mod-teaser a:visited {
  color: #7b828a;
}
.mod-teaser p + ul {
  padding-top: 0;
  padding-bottom: 3px;
}
.mod-teaser p + div {
  padding-top: 5px;
}
.mod-teaser p a {
  color: #dc6027;
}
.mod-teaser li em {
  font-style: normal;
}
.mod-teaser li a {
  display: block;
  padding-left: 13px;
  color: #000000;
}
.mod-teaser li a:before {
  content: "";
  position: absolute;
  margin-left: -13px;
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -99px -41px;
  width: 10px;
  height: 13px;
}
.mod-teaser li a.download:before {
  margin-top: 2px;
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -28px -99px;
  width: 10px;
  height: 13px;
}
.mod-teaser li a[href^="http"]:before,
.mod-teaser li a.www:before {
  margin-top: 1px;
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -28px -116px;
  width: 10px;
  height: 13px;
}
.mod-teaser li a[href^="http"][href^="/"]:before,
.mod-teaser li a.www[href^="/"]:before,
.mod-teaser li a[href^="http"][href*="uzh.ch"]:before,
.mod-teaser li a.www[href*="uzh.ch"]:before,
.mod-teaser li a[href^="http"].mail:before,
.mod-teaser li a.www.mail:before,
.mod-teaser li a[href^="http"].uzh:before,
.mod-teaser li a.www.uzh:before,
.mod-teaser li a[href^="http"].internal:before,
.mod-teaser li a.www.internal:before,
.mod-teaser li a[href^="http"][href^="#"]:before,
.mod-teaser li a.www[href^="#"]:before {
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -99px -41px;
  width: 10px;
  height: 13px;
}
.mod-teaser a.topimage,
.mod-teaser .topimage a {
  padding-left: 0;
}
.mod-teaser a.topimage:before,
.mod-teaser .topimage a:before {
  display: none;
}
.overview-content .mod-teaser {
  font-size: 1.045em;
  margin-bottom: 20px;
}
.overview-content .mod-teaser > h2,
.overview-content .mod-teaser > h3 {
  font-size: 1em;
  font-family: Arial, Helvetica, FreeSans, sans-serif;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .mod-teaser {
    font-size: 1em;
    border: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mod-teaser:first-child {
    margin-top: 0;
  }
  .mod-teaser > * {
    margin-left: -9px;
  }
  .mod-teaser > *:last-child {
    margin-bottom: 0;
  }
  .mod-teaser .topimage {
    margin-left: -9px;
    margin-bottom: 8px;
  }
  .mod-teaser iframe,
  .mod-teaser section {
    margin-left: 0;
  }
  .mod-teaser > h2,
  .mod-teaser > h3 {
    color: #3353b7;
    line-height: 1em;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-size: 1em;
  }
  .mod-teaser > h2:first-child,
  .mod-teaser > h3:first-child {
    padding-top: 2px;
  }
  .mod-teaser > h2 + .topimage,
  .mod-teaser > h3 + .topimage {
    margin-top: 2px;
  }
  .mod-teaser > h2 a,
  .mod-teaser > h3 a,
  .mod-teaser > h2 a:visited,
  .mod-teaser > h3 a:visited,
  .mod-teaser > h2 a:hover,
  .mod-teaser > h3 a:hover {
    color: #dc6027;
  }
  .mod-teaser > h2 a:hover,
  .mod-teaser > h3 a:hover {
    text-decoration: underline;
  }
  .mod-teaser h4 {
    font-weight: normal;
  }
  .mod-teaser a {
    text-decoration: none;
    color: #dc6027;
  }
  .mod-teaser a:hover {
    color: #dc6027;
    text-decoration: underline;
  }
  .mod-teaser a:visited {
    color: #dc6027;
  }
  .mod-teaser li a {
    color: #dc6027;
  }
  .mod-teaser section {
    padding: 0;
  }
  .mod-teaser .text-basics:last-child {
    margin-bottom: 0;
  }
  .mod-teaser .text-basics ul {
    padding-top: 3px;
  }
  .overview-content .mod-teaser {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .l-nav .mod-teaser,
  .l-related .mod-teaser {
    border-top: 1px solid #a3adb7;
    padding-top: 10px;
  }
}
@media print {
  .mod-teaser {
    border-width: 0;
    padding-bottom: 0;
  }
  .mod-teaser > * {
    margin-left: -9px;
  }
  .mod-teaser .topimage {
    margin: 0 0 4px -9px;
  }
  .mod-teaser .topimage:first-child {
    margin-top: 5px;
  }
  .mod-teaser > h2,
  .mod-teaser > h3 {
    color: #000000;
  }
  .mod-teaser > h2:first-child,
  .mod-teaser > h3:first-child {
    padding-top: 5px;
    padding-bottom: 6px;
  }
  .mod-teaser > h2 a,
  .mod-teaser > h3 a,
  .mod-teaser > h2 a:visited,
  .mod-teaser > h3 a:visited,
  .mod-teaser > h2 a:hover,
  .mod-teaser > h3 a:hover {
    color: #000000;
  }
  .mod-teaser iframe,
  .mod-teaser section {
    margin-left: 0;
  }
  .mod-teaser section {
    padding-bottom: 0;
    border-bottom: none;
  }
  .mod-teaser section:last-child {
    margin-bottom: 0;
  }
  .mod-teaser a:visited {
    color: #000000;
  }
  .mod-teaser p a {
    color: #000000;
  }
  .mod-teaser li a[href] {
    color: #000000;
  }
  .mod-teaser li a[href]:before {
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -14px -99px;
    width: 10px;
    height: 13px;
  }
  .mod-teaser li a:before {
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -14px -99px;
    width: 10px;
    height: 13px;
  }
  .mod-teaser li a.download:before {
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -14px -116px;
    width: 10px;
    height: 13px;
  }
  .mod-teaser li a[href^="http"]:before,
  .mod-teaser li a.www:before {
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -84px -99px;
    width: 10px;
    height: 13px;
  }
  .mod-teaser li a[href^="http"][href^="/"]:before,
  .mod-teaser li a.www[href^="/"]:before,
  .mod-teaser li a[href^="http"][href*="uzh.ch"]:before,
  .mod-teaser li a.www[href*="uzh.ch"]:before,
  .mod-teaser li a[href^="http"].mail:before,
  .mod-teaser li a.www.mail:before,
  .mod-teaser li a[href^="http"].uzh:before,
  .mod-teaser li a.www.uzh:before,
  .mod-teaser li a[href^="http"].internal:before,
  .mod-teaser li a.www.internal:before,
  .mod-teaser li a[href^="http"][href^="#"]:before,
  .mod-teaser li a.www[href^="#"]:before {
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -14px -99px;
    width: 10px;
    height: 13px;
  }
  .mod-teaser li a.topimage:before,
  .mod-teaser li .topimage a:before {
    display: none;
  }
  .mod-teaser li h3 a[href] {
    padding-left: 13px;
  }
  .l-nav .mod-teaser,
  .l-nav + .l-related .mod-teaser {
    border-top: 1px dotted #a3adb7;
    padding-top: 5px;
  }
  .l-nav .mod-teaser:first-child,
  .l-nav + .l-related .mod-teaser:first-child {
    border-top: 1px solid #a3adb7;
  }
}
/* Transition */


/* teaser-bg-grey.less */

.skin-teaser-bg-grey {
  background: #edeff1;
}
.skin-teaser-bg-grey section {
  border-bottom-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .skin-teaser-bg-grey {
    background: none;
  }
}
@media print {
  .skin-teaser-bg-grey {
    background-color: #ffffff;
  }
}
/* Transition */


/* teaser-bg-greydark.less */

.skin-teaser-bg-greydark {
  background: #dadee2;
}
.skin-teaser-bg-greydark section {
  border-bottom-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .skin-teaser-bg-greydark {
    background: transparent;
  }
  .skin-teaser-bg-greydark section {
    border-bottom-color: #ffffff;
  }
}
@media print {
  .skin-teaser-bg-greydark {
    background-color: #ffffff;
  }
}
/* Transition */


/* teaser-corporate-home.less */

.l-body-corporate-home .mod-teaser > h2:first-child {
  font-size: 1.4em;
  padding-top: 6px;
  padding-bottom: 4px;
}
.l-body-corporate-home .mod-teaser.skin-teaser-title-grey > h2,
.l-body-corporate-home .mod-teaser.skin-teaser-title-grey > h3 {
  font-size: 1.4em;
  padding-top: 6px;
  padding-bottom: 4px;
  background: #edeff1;
}
.l-body-corporate-home .mod-teaser.skin-teaser-title-only > h3 {
  font-size: 1.4em;
  padding-top: 6px;
  padding-bottom: 3px;
  background: #edeff1;
}
.l-body-corporate-home .mod-teaser.skin-teaser-quicklinks > h3 {
  font-size: 1.4em;
  padding-top: 6px;
  padding-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .l-body-corporate-home .mod-teaser > h2,
  .l-body-corporate-home .mod-teaser > h3 {
    font-size: 1em;
  }
  .l-body-corporate-home .mod-teaser > h2:first-child,
  .l-body-corporate-home .mod-teaser > h3:first-child {
    font-size: 1em;
    padding-top: 2px;
  }
  .l-body-corporate-home .mod-teaser.skin-teaser-title-grey > h2,
  .l-body-corporate-home .mod-teaser.skin-teaser-title-grey > h3 {
    background: none;
    font-size: 1em;
  }
  .l-body-corporate-home .mod-teaser.skin-teaser-title-only > h3 {
    font-size: 1em;
  }
  .l-body-corporate-home .mod-teaser.skin-teaser-quicklinks > h3 {
    font-size: 1em;
  }
}
@media print {
  .l-body-corporate-home .mod-teaser.skin-teaser-title-grey > h2,
  .l-body-corporate-home .mod-teaser.skin-teaser-title-grey > h3 {
    background: transparent;
  }
}
/* Transition */


/* teaser-dossier.less */

.skin-teaser-dossier > * {
  padding: 0;
  margin-bottom: 0;
}
.skin-teaser-dossier ul {
  margin-top: 5px;
}
.skin-teaser-dossier li {
  border-bottom: 0;
}
.skin-teaser-dossier li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.skin-teaser-dossier li span {
  font-weight: bold;
  display: block;
  margin-left: -13px;
}
.skin-teaser-dossier li span.description {
  font-weight: normal;
}
.skin-teaser-dossier li a {
  padding: 5px 10px 3px 23px;
}
.skin-teaser-dossier li a.more {
  color: #000000;
  padding-bottom: 7px;
}
.skin-teaser-dossier li a.more span {
  margin-left: 0;
}
.skin-teaser-dossier li a:hover {
  color: #000000;
  background-color: #edeff1;
  text-decoration: none;
}
.skin-teaser-dossier li a:hover.more {
  color: #dc6027;
  background: none;
  text-decoration: underline;
}
.skin-teaser-dossier li a:before {
  content: "";
  position: absolute;
  margin-left: -13px;
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -99px -41px;
  width: 10px;
  height: 13px;
}
@media screen and (max-width: 767px) {
  .skin-teaser-dossier ul {
    margin-top: 0;
  }
  .skin-teaser-dossier li a.more {
    color: #dc6027;
  }
  .skin-teaser-dossier li a:hover {
    background: none;
  }
}
@media print {
  .skin-teaser-dossier ul {
    margin-top: 0;
  }
  .skin-teaser-dossier li span {
    margin-left: 0;
  }
  .skin-teaser-dossier li a {
    padding-left: 9px;
  }
}
/* Transition */


/* teaser-download.less */

.skin-teaser-download p span {
  display: block;
}
.skin-teaser-download p span i {
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .skin-teaser-download h2 {
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-size: 1em;
  }
  .skin-teaser-download h2 a,
  .skin-teaser-download h2 a:visited,
  .skin-teaser-download h2 a:hover {
    color: #dc6027;
  }
}
/* Transition */


/* teaser-news.less */

.skin-teaser-news img {
  max-width: 200px;
}
.skin-teaser-news h3,
.skin-teaser-news h4 {
  margin: 0;
}
.skin-teaser-news h3 a,
.skin-teaser-news h4 a {
  color: #000000;
  padding-left: 0;
}
.skin-teaser-news h3 a:before,
.skin-teaser-news h4 a:before {
  display: none;
}
.skin-teaser-news li {
  border-bottom: 1px solid #c8ced4;
  margin-top: 0.61em;
  padding-bottom: 0.61em;
}
.skin-teaser-news li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.skin-teaser-news li span {
  font-weight: bold;
}
.skin-teaser-news li a {
  font-weight: bold;
}
.skin-teaser-news li a.more {
  font-weight: normal;
}
.skin-teaser-news .channelimage {
  margin: 8px 10px;
  padding: 0 0 8px;
  border-bottom: solid 1px #c8ced4;
}
.skin-teaser-news .channelimage img {
  display: block;
}
@media screen and (max-width: 767px) {
  .skin-teaser-news li:first-child {
    margin-top: 0;
  }
}
@media print {
  .skin-teaser-news li {
    border-bottom: none;
    margin-top: 0;
  }
}
/* Transition */


/* teaser-news-all.less */

.skin-teaser-news-all > * {
  padding: 0;
  margin-bottom: 0;
}
.skin-teaser-news-all .nolink {
  padding: 0.61em 0 0;
}
.skin-teaser-news-all .channelimage {
  margin: 8px 0;
  padding: 0 9px;
}
.skin-teaser-news-all .channelimage img {
  display: block;
}
.skin-teaser-news-all li {
  border-bottom: 1px solid #dadee2;
}
.skin-teaser-news-all li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.skin-teaser-news-all li:last-child h3 a {
  margin-bottom: 4px;
}
.skin-teaser-news-all li:last-child h3 a.more {
  margin-bottom: 0;
}
.skin-teaser-news-all li span {
  font-weight: bold;
}
.skin-teaser-news-all li a {
  padding: 0.61em 15px 0.61em 23px;
}
.skin-teaser-news-all li a:hover {
  color: #000000;
  background-color: #edeff1;
  text-decoration: none;
}
.skin-teaser-news-all li a:hover.more {
  color: #dc6027;
  background: none;
}
.skin-teaser-news-all li a:before {
  content: '';
  position: absolute;
  margin-left: -13px;
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -99px -41px;
  width: 10px;
  height: 13px;
}
.skin-teaser-news-all li p a.more {
  color: #dc6027;
  padding: 2px 0 2px 14px;
}
.skin-teaser-news-all li p a:hover {
  text-decoration: underline;
}
.skin-teaser-news-all li h3.nolink {
  padding-left: 9px;
  padding-right: 9px;
}
.skin-teaser-news-all li h3 a.more {
  color: #000000;
  font-weight: bold;
}
.skin-teaser-news-all li h3 a.more:hover {
  text-decoration: underline;
  color: #dc6027;
}
.skin-teaser-news-all li .topimage,
.skin-teaser-news-all li .text-basics {
  padding: 0 9px 0;
  margin-bottom: 0.61em;
}
.skin-teaser-news-all li .topimage a,
.skin-teaser-news-all li .text-basics a {
  padding: 0;
}
.skin-teaser-news-all li .text-basics a {
  padding: 0 0 0 13px;
}
.skin-teaser-news-all.skin-teaser-title-grey li {
  margin: 0 9px 0 9px;
}
.skin-teaser-news-all.skin-teaser-title-grey li a {
  padding: 0.61em 6px 0.61em 14px;
}
.skin-teaser-news-all.skin-teaser-title-grey li h3.nolink {
  padding-left: 0;
  padding-right: 0;
}
.skin-teaser-news-all.skin-teaser-title-grey li .topimage,
.skin-teaser-news-all.skin-teaser-title-grey li .text-basics {
  padding: 0;
}
.skin-teaser-news-all.skin-teaser-title-grey li .topimage a {
  padding: 0;
  margin: 0.61em 0 0.61em 0;
}
.skin-teaser-news-all.skin-teaser-title-grey > h2,
.skin-teaser-news-all.skin-teaser-title-grey > h3 {
  background: #dadee2;
}
.l-body-news .skin-teaser-news-all li span {
  display: block;
}
@media screen and (max-width: 767px) {
  .skin-teaser-news-all .channelimage {
    padding: 0;
    margin-top: 2px;
  }
  .skin-teaser-news-all li {
    border-bottom: 0;
  }
  .skin-teaser-news-all li a {
    color: #dc6027;
    padding: 5px 15px 3px 23px;
  }
  .skin-teaser-news-all li a:hover {
    background-color: transparent;
    text-decoration: underline;
    color: #dc6027;
  }
  .skin-teaser-news-all li h3 a.more {
    color: #dc6027;
  }
  .skin-teaser-news-all.skin-teaser-title-grey li {
    margin: 0 9px 0 9px;
  }
  .skin-teaser-news-all.skin-teaser-title-grey li a {
    padding: 0 6px 0 14px;
  }
  .skin-teaser-news-all.skin-teaser-title-grey li a:before {
    content: "";
    position: absolute;
    margin-left: -13px;
  }
  .skin-teaser-news-all.skin-teaser-title-grey > h2,
  .skin-teaser-news-all.skin-teaser-title-grey > h3 {
    background: none;
  }
}
@media print {
  .skin-teaser-news-all ul {
    margin-top: 0;
  }
  .skin-teaser-news-all .channelimage {
    padding: 0;
    margin-top: 2px;
  }
  .skin-teaser-news-all .nolink {
    padding-top: 0;
  }
  .skin-teaser-news-all li {
    border-bottom: none;
  }
  .skin-teaser-news-all li a {
    padding: 5px 9px 3px;
    color: #000000;
  }
  .skin-teaser-news-all li a:hover {
    background-color: transparent;
  }
  .skin-teaser-news-all li a:before {
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -14px -99px;
    width: 10px;
    height: 13px;
  }
  .skin-teaser-news-all li p a.more {
    color: #000000;
  }
  .skin-teaser-news-all.skin-teaser-title-grey > h2 {
    background: #ffffff;
  }
  .skin-teaser-news-all.skin-teaser-title-grey li a {
    padding: 0 0 2px;
  }
  .skin-teaser-news-all.skin-teaser-title-grey li .topimage a {
    margin-bottom: 0;
  }
}
/* Transition */


/* teaser-news-inverse.less */

.skin-teaser-news-inverse {
  border-width: 0;
}
.skin-teaser-news-inverse ul li {
  border-bottom: 0;
}
.skin-teaser-news-inverse ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.skin-teaser-news-inverse ul li a:hover {
  background-color: #ffffff;
}
/* Transition */


/* teaser-quicklinks.less */

.skin-teaser-quicklinks {
  padding-bottom: 4px;
}
.skin-teaser-quicklinks p {
  font-weight: bold;
}
.skin-teaser-quicklinks ul {
  padding: 4px 0 0;
}
.skin-teaser-quicklinks ul li a {
  padding: 0 0 0 13px;
}
.skin-teaser-quicklinks a {
  color: #000000;
}
.skin-teaser-quicklinks a:visited {
  color: #000000;
}
.skin-teaser-quicklinks a:hover {
  color: #dc6027;
}
@media screen and (max-width: 767px) {
  .skin-teaser-quicklinks a,
  .skin-teaser-quicklinks a:hover,
  .skin-teaser-quicklinks a:visited {
    color: #dc6027;
  }
}
/* Transition */


/* teaser-rss-inverse.less */

.skin-teaser-rss-inverse ul li:last-child {
  border-bottom: 0;
}
.skin-teaser-rss-inverse ul li a:hover {
  background-color: #ffffff;
}
/* Transition */


/* teaser-tags.less */

.skin-teaser-tags {
  background-color: #edeff1;
  border: 0;
  margin: 0 0 10px 0;
  padding-bottom: 4px;
}
.skin-teaser-tags p {
  padding-top: 8px;
}
.skin-teaser-tags p a {
  white-space: nowrap;
  color: #000000;
  text-decoration: none;
}
.skin-teaser-tags p a:before {
  content: "";
  vertical-align: -15%;
  margin-right: 0.25em;
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -99px -41px;
  width: 10px;
  height: 13px;
}
.skin-teaser-tags p a:hover {
  color: #dc6027;
}
@media screen and (max-width: 767px) {
  .skin-teaser-tags {
    background-color: transparent;
  }
  .skin-teaser-tags p {
    padding-top: 2px;
  }
  .skin-teaser-tags p a {
    display: inline-block;
    color: #dc6027;
  }
  .skin-teaser-tags p a:before {
    vertical-align: -8%;
  }
}
@media print {
  .skin-teaser-tags {
    background-color: #ffffff;
  }
  .skin-teaser-tags p {
    padding-top: 2px;
  }
  .skin-teaser-tags p:last-child {
    margin-bottom: 0;
  }
  .skin-teaser-tags p a:before {
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -14px -99px;
    width: 10px;
    height: 13px;
  }
}
/* Transition */


/* teaser-title-grey.less */

.skin-teaser-title-grey > h2,
.skin-teaser-title-grey > h3 {
  background: #edeff1;
}
.skin-teaser-title-grey > h2:first-child,
.skin-teaser-title-grey > h3:first-child {
  padding-top: 9px;
}
.skin-teaser-title-grey > h2 + .topimage,
.skin-teaser-title-grey > h3 + .topimage {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .skin-teaser-title-grey > h2,
  .skin-teaser-title-grey > h3 {
    background: none;
    margin-bottom: 0;
  }
  .skin-teaser-title-grey > h2:first-child,
  .skin-teaser-title-grey > h3:first-child {
    padding-top: 2px;
  }
  .skin-teaser-title-grey > h2 + .topimage,
  .skin-teaser-title-grey > h3 + .topimage {
    margin-top: 2px;
  }
}
@media print {
  .skin-teaser-title-grey > h2,
  .skin-teaser-title-grey > h3 {
    background-color: #ffffff;
    padding-top: 3px;
    padding-bottom: 5px;
  }
  .skin-teaser-title-grey > h2:first-child,
  .skin-teaser-title-grey > h3:first-child {
    padding-top: 5px;
  }
  .skin-teaser-title-grey > h2 + .topimage,
  .skin-teaser-title-grey > h3 + .topimage {
    margin-top: 0;
  }
}
/* Transition */


/* teaser-title-news.less */

.skin-teaser-title-news {
  border-width: 0;
}
.skin-teaser-title-news > h2,
.skin-teaser-title-news > h3 {
  border-width: 1px 0;
  border-style: solid;
  border-color: #a3adb7;
  color: #0028a5;
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", "URW Palladio L", serif;
  font-size: 1.1818181818181819em;
  margin: 0;
  padding: 3px 9px;
}
.skin-teaser-title-news > h2:first-child,
.skin-teaser-title-news > h3:first-child {
  padding-top: 3px;
}
.skin-teaser-title-news > h2 + .topimage,
.skin-teaser-title-news > h3 + .topimage {
  margin-top: 8px;
}
.skin-teaser-title-news li {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .skin-teaser-title-news > h2 {
    border-width: 0;
    color: #000000;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-size: 1em;
    margin-left: -9px;
    padding-bottom: 6px;
  }
  .skin-teaser-title-news > h2:first-child {
    padding-top: 2px;
  }
  .skin-teaser-title-news > h2 a,
  .skin-teaser-title-news > h2 a:visited,
  .skin-teaser-title-news > h2 a:hover {
    color: #dc6027;
  }
  .skin-teaser-title-news > h2 + .topimage,
  .skin-teaser-title-news > h3 + .topimage {
    margin-top: 2px;
  }
}
@media print {
  .skin-teaser-title-news > h2,
  .skin-teaser-title-news > h3 {
    border-width: 0;
    color: #000000;
    padding: 5px 0 3px;
  }
  .skin-teaser-title-news > h2:first-child,
  .skin-teaser-title-news > h3:first-child {
    padding: 5px 0 6px;
  }
  .skin-teaser-title-news > h2 + .topimage,
  .skin-teaser-title-news > h3 + .topimage {
    margin-top: 2px;
  }
  .skin-teaser-title-news li h3 a {
    margin-left: 9px;
  }
}
/* Transition */


/* teaser-title-only.less */

.skin-teaser-title-only {
  padding-bottom: 0;
}
.skin-teaser-title-only > h2,
.skin-teaser-title-only > h3 {
  background: #edeff1;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .skin-teaser-title-only {
    display: none;
  }
}
@media print {
  .skin-teaser-title-only {
    display: none;
  }
}
/* Transition */


/* text.less */

.mod-text {
  clear: both;
  margin: .6em 0;
  position: relative;
}
.mod-text h2,
.mod-text h3,
.mod-text h4,
.mod-text h5,
.mod-text h6 {
  margin: 1em 0 0 0;
  line-height: 1.2em;
  font-weight: bold;
  clear: both;
}
.mod-text h2 {
  font-size: 1.1666666666666667em;
  margin-top: 1.5em;
}
.mod-text h3 {
  font-size: 1em;
  margin-top: 1.6em;
}
.mod-text h4,
.mod-text h5,
.mod-text h6 {
  font-size: 1em;
  font-style: italic;
  margin-top: 1.6em;
}
.mod-text .toggle {
  cursor: pointer;
  margin-top: 0;
  padding-top: 1em;
  padding-left: 13px;
}
.mod-text .toggle:before {
  content: '';
  position: absolute;
  margin-top: 2px;
  margin-left: -13px;
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -99px -75px;
  width: 10px;
  height: 13px;
}
.mod-text h3.toggle:before {
  margin-top: 0;
}
.mod-text p {
  margin: 0.3em 0 0.6em 0;
  line-height: 1.6em;
}
.mod-text div.highlighted {
  background: #edeff1;
  padding: 9px 10px 9px 12px;
}
.mod-text div.highlighted > :first-child {
  margin-top: 0.3em;
}
.mod-text div.highlighted h3 {
  font-size: 1.1666666666666667em;
}
.mod-text hr {
  border: 0;
  border-top: 1px solid #c8ced4;
  height: 0;
  margin-top: 3px;
}
.mod-text .topnav {
  clear: both;
  text-align: right;
  margin-bottom: 0;
  padding: 8px 0 3px 0;
  border-bottom: solid 1px #a3adb7;
}
.mod-text .topnav a {
  font-size: 0.9166666666666666em;
  text-decoration: none;
  color: #dc6027;
  padding-left: 13px;
}
.mod-text .topnav a:visited {
  color: #dc6027;
}
.mod-text .topnav a[href^="#"] {
  background-image: none;
}
.mod-text .topnav a[href^="#"]:before {
  content: '';
  position: absolute;
  margin-top: 2px;
  margin-left: -12px;
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: 0 -116px;
  width: 10px;
  height: 13px;
}
.mod-text .topnav a[href^="#"]:hover {
  text-decoration: underline;
}
.mod-text .media {
  float: none;
  margin: 10px 0 7px;
  width: 100%;
  max-width: 100%;
  background: #edeff1;
  overflow: hidden;
}
.mod-text .media.right {
  width: auto;
  float: right;
  margin: 5px 0 5px 20px;
}
.mod-text .media.left {
  width: auto;
  float: left;
  margin: 5px 20px 5px 0;
}
.mod-text .media dt a,
.mod-text .media dt img {
  display: block;
}
.mod-text .media dt a:before,
.mod-text .media dt img:before {
  display: none;
}
.mod-text .media dt a {
  padding: 0;
}
.mod-text .media dt span.gallery {
  position: relative;
  display: block;
}
.mod-text .media dt span.gallery a {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  text-decoration: none;
  padding: 0 30px 0 0;
}
.mod-text .media dt span.gallery a span {
  position: relative;
  top: 2px;
  left: 7px;
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", "URW Palladio L", serif;
  font-size: 1.1666666666666667em;
}
.mod-text .media dt span.gallery a:after {
  content: '';
  position: absolute;
  top: 6px;
  right: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #ffffff;
  -moz-transform: scale(0.9999);
  /* fix for firefox edges */

}
.mod-text .media dd {
  margin-left: 0;
}
.mod-text .media .copyright,
.mod-text .media .longdesc,
.mod-text .media .caption {
  padding: 8px 10px 8px 9px;
}
.mod-text .media .caption {
  font-weight: bold;
  padding-bottom: 6px;
}
.mod-text .media .zoom {
  float: left;
  position: relative;
  top: -2px;
  min-height: 32px;
}
.mod-text .media .zoom a {
  position: relative;
  top: 0.8333333333333334em;
  margin-left: 7px;
  margin-right: 4px;
  text-indent: -10000px;
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -60px -20px;
  width: 16px;
  height: 16px;
  padding: 0;
}
.mod-text .media .zoom a:before {
  display: none;
}
.mod-text dd {
  margin-left: 40px;
}
.mod-text ul,
.mod-text ol {
  margin: .4em 0 .6em;
}
.mod-text ul li,
.mod-text ol li {
  padding-bottom: .1em;
}
.mod-text ul {
  list-style-type: none;
  padding-left: 0;
}
.mod-text ul li {
  padding-left: 1.5em;
}
.mod-text ul li:before {
  content: '';
  width: 15px;
  display: inline-block;
  margin-left: -15px;
  float: left;
  margin-top: 2px;
}
.mod-text ul li:before,
.mod-text ul.type1 > li:before {
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -80px -19px;
  width: 15px;
  height: 15px;
}
.mod-text ul.type2 > li:before {
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -80px -38px;
  width: 15px;
  height: 15px;
}
.mod-text ul.type3 > li:before {
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -60px -60px;
  width: 15px;
  height: 15px;
}
.mod-text ul.type4 {
  list-style-type: none;
}
.mod-text ul.type4 > li:before {
  display: none;
}
.mod-text ol {
  padding-left: 2em;
  list-style-type: decimal;
}
.mod-text ol.type2,
.mod-text ol.type1 ol.type1 {
  list-style-type: lower-alpha;
}
.mod-text ol.type2 li ol.type2 {
  list-style-type: decimal;
}
.mod-text table {
  width: 100%;
  border-width: 1px;
  border-spacing: 3px;
  border-style: solid;
  border-color: #c8ced4;
  margin: .4em 0 1em;
}
.mod-text table caption {
  display: block;
  text-align: center;
}
.mod-text table tr {
  vertical-align: top;
}
.mod-text table td,
.mod-text table th {
  border-width: 1px;
  padding: 2px 10px 2px 9px;
  border-style: solid;
  border-color: #c8ced4;
}
.mod-text table td img,
.mod-text table th img,
.mod-text table td .photo,
.mod-text table th .photo {
  width: 100px;
}
.mod-text table th {
  font-weight: bold;
}
.mod-text table td ul,
.mod-text table td ol,
.mod-text table td p {
  margin-bottom: 0;
}
.mod-text table td + img {
  margin-top: 8px;
}
.mod-text table div.objectBlock {
  margin: 0.5em 0;
}
.mod-text table.basic,
.mod-text table.ornate,
.mod-text table.reset {
  border-width: 0;
  border-collapse: collapse;
  border-spacing: 2px;
}
.mod-text table.basic td,
.mod-text table.ornate td,
.mod-text table.reset td,
.mod-text table.basic th,
.mod-text table.ornate th,
.mod-text table.reset th {
  border-width: 0;
  min-height: 0;
  padding: 0;
}
.mod-text table.basic th,
.mod-text table.ornate th,
.mod-text table.reset th {
  text-align: left;
}
.mod-text table.basic tbody tr:nth-child(odd),
.mod-text table.ornate tbody tr:nth-child(odd),
.mod-text table.reset tbody tr:nth-child(odd) {
  background-color: transparent;
}
.mod-text table.basic div.objectBlock,
.mod-text table.ornate div.objectBlock,
.mod-text table.reset div.objectBlock {
  margin: 0;
}
.mod-text table.grid {
  border-width: 1px;
  border-spacing: 3px;
  border-style: solid;
  border-color: #c8ced4;
}
.mod-text table.grid td,
.mod-text table.grid th {
  border-width: 1px;
  padding: 2px 10px 2px 9px;
  border-style: solid;
  border-color: #c8ced4;
  height: 23px;
  min-height: 23px;
}
.mod-text table.grid div.objectBlock {
  margin: 0.5em 0;
}
.mod-text table.ornate {
  border-top: 1px solid #c8ced4;
}
.mod-text table.ornate tr {
  background-image: url(assets/img/div/dot_line_table.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: 0 0 1px 0;
}
.mod-text table.ornate td,
.mod-text table.ornate th {
  padding: 2px 0 3px;
}
.mod-text table.ornate div.objectBlock {
  margin: 0.5em 0;
}
.mod-text table.striped {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 0;
}
.mod-text table.striped th {
  font-weight: bold;
}
.mod-text table.striped td,
.mod-text table.striped th {
  border-width: 0;
  border-left: 2px solid #ffffff;
  min-height: 21px;
  padding: 2px 8px;
}
.mod-text table.striped td:first-child,
.mod-text table.striped th:first-child {
  border-left: 0;
}
.mod-text table.striped tbody tr:nth-child(odd),
.mod-text table.striped .strip {
  background-color: #edeff1;
}
.mod-text table.striped div.objectBlock {
  margin: 0.5em 0;
}
.mod-text table.basic {
  width: auto;
}
.mod-text table.basic tr,
.mod-text table.basic th,
.mod-text table.basic td,
.mod-text table.basic div.objectBlock {
  margin: 0;
  padding: 0;
}
.mod-text table.basic th,
.mod-text table.basic td {
  padding: 2px;
}
.mod-text table .media:first-child {
  margin-top: 6px;
}
.mod-text table .media:first-child.right {
  margin-top: 6px;
}
.mod-text table ol:first-child,
.mod-text table ul:first-child {
  margin-top: 0;
}
.mod-text .helper-scroll {
  overflow-x: auto;
  width: 100%;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.mod-text .helper-scroll-right {
  position: absolute;
  z-index: 1;
  right: 0;
  width: 3.3333333333333335em;
  height: auto;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=1);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffffff',GradientType=1);
}
.mod-text .helper-scroll-right.hidden {
  display: none;
}
.mod-text .helper-scroll-right i {
  font-style: normal;
  position: absolute;
  top: -10px;
  right: 0;
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -99px -41px;
  width: 10px;
  height: 13px;
}
.l-body-news .mod-text .media .caption {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .mod-text h2 {
    font-size: 1.1em;
  }
  .mod-text h3 {
    font-size: 1.04em;
  }
  .mod-text h4,
  .mod-text h5,
  .mod-text h6 {
    font-style: normal;
  }
  .mod-text h5 {
    font-size: 0.8461538461538461em;
  }
  .mod-text h6 {
    font-size: 0.7692307692307693em;
  }
  .mod-text h2,
  .mod-text h3,
  .mod-text h4,
  .mod-text h5,
  .mod-text h6 {
    margin-top: 1.1em;
  }
  .mod-text h3.toggle:before {
    margin-top: 2px;
  }
  .mod-text .media {
    background: transparent;
  }
  .mod-text .media.right,
  .mod-text .media.left {
    display: block;
    margin: 10px 0;
    float: none;
  }
  .mod-text .media .zoom {
    top: -9px;
  }
  .mod-text .media .zoom a {
    margin-left: 0;
  }
  .mod-text .media .copyright,
  .mod-text .media .longdesc,
  .mod-text .media .caption {
    padding: 8px 10px 8px 0;
  }
  .mod-text .media .caption {
    font-weight: normal;
    padding: 0.1em 10px 8px 0;
  }
  .mod-text .topnav {
    text-align: left;
    padding: 20px 0 10px 0;
  }
  .mod-text .topnav a {
    font-size: 1em;
  }
  .mod-text ul {
    padding-left: 2em;
  }
  .mod-text ul li,
  .mod-text ul.type1 li,
  .mod-text ul.type2 li,
  .mod-text ul.type3 li {
    padding-left: 0;
  }
  .mod-text ul li:before,
  .mod-text ul.type1 li:before,
  .mod-text ul.type2 li:before,
  .mod-text ul.type3 li:before {
    display: none;
  }
  .mod-text ul.type1 {
    list-style-type: disc;
  }
  .mod-text ul.type2 {
    list-style-type: square;
  }
  .mod-text ul.type3 {
    list-style-type: circle;
  }
}
@media print {
  .mod-text .toggle + div {
    display: block !important;
  }
  .mod-text .toggle:before {
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -99px -58px;
    width: 10px;
    height: 13px;
  }
  .mod-text .media {
    background-color: transparent;
  }
  .mod-text .media.right,
  .mod-text .media.left {
    display: block;
    margin: 10px 0;
    float: none;
  }
  .mod-text .media .zoom a {
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -60px 0;
    width: 16px;
    height: 16px;
  }
  .mod-text .media .copyright,
  .mod-text .media .longdesc,
  .mod-text .media .caption {
    padding-left: 0;
  }
  .mod-text ul.type2 > li:before {
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -80px 0;
    width: 15px;
    height: 15px;
  }
  .mod-text div.highlighted {
    background: #ffffff;
    padding-left: 0;
  }
  .mod-text .topnav {
    display: none;
  }
  .mod-text table {
    border-color: #a3adb7;
  }
  .mod-text table td,
  .mod-text table th {
    border-color: #a3adb7;
  }
  .mod-text table.grid {
    border-color: #a3adb7;
  }
  .mod-text table.grid td,
  .mod-text table.grid th {
    border-color: #a3adb7;
  }
  .mod-text table.ornate {
    border-top: 1px solid #a3adb7;
  }
  .mod-text .helper-scroll-right {
    background: #ffffff;
  }
  .mod-text .helper-scroll-right i {
    font-style: normal;
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -14px -99px;
    width: 10px;
    height: 13px;
  }
}
/* Transition */


/* text-basics.less */

.skin-text-basics {
  /* reset */

}
.skin-text-basics a {
  text-decoration: none;
  color: #dc6027;
}
.skin-text-basics a[href^="http"],
.skin-text-basics a.www {
  padding-left: 13px;
  padding-right: 2px;
  background: transparent url(assets/img/sprite/icon/arrow-up-right.png) 0 0 no-repeat;
}
.skin-text-basics a[href^="/"],
.skin-text-basics a[href*="uzh.ch"],
.skin-text-basics a[href^="mailto:"],
.skin-text-basics a.mail,
.skin-text-basics a.uzh,
.skin-text-basics a.internal,
.skin-text-basics a[href^="#"] {
  padding-left: 13px;
  padding-right: 2px;
  background: transparent url(assets/img/sprite/icon/arrow-right.png) 0 0 no-repeat;
}
.skin-text-basics a[href*="/dam/"],
.skin-text-basics a.download {
  color: #000000;
  padding-left: 13px;
  padding-right: 2px;
  background: transparent url(assets/img/sprite/icon/arrow-down.png) 0 1px no-repeat;
}
.skin-text-basics a:hover {
  color: #dc6027;
  text-decoration: underline;
}
.skin-text-basics a:visited {
  text-decoration: underline;
  color: #7b828a;
}
.skin-text-basics a.topimage,
.skin-text-basics .topimage a,
.skin-text-basics h1 a,
.skin-text-basics h2 a,
.skin-text-basics h3 a,
.skin-text-basics h4 a,
.skin-text-basics h5 a,
.skin-text-basics h6 a {
  padding-left: 0;
  background-image: none;
}
@media screen and (max-width: 767px) {
  .skin-text-basics a[href] {
    color: #dc6027;
  }
}
@media print {
  .skin-text-basics a {
    color: #000000;
    text-decoration: underline;
  }
  .skin-text-basics a[href] {
    color: #000000;
  }
  .skin-text-basics a[href^="http"],
  .skin-text-basics a.www {
    background-image: url(assets/img/sprite/icon/arrow-up-right-print.png);
  }
  .skin-text-basics a[href^="/"],
  .skin-text-basics a[href*="uzh.ch"],
  .skin-text-basics a[href^="mailto:"],
  .skin-text-basics a.mail,
  .skin-text-basics a.uzh,
  .skin-text-basics a.internal,
  .skin-text-basics a[href^="#"] {
    background-image: url(assets/img/sprite/icon/arrow-right-print.png);
  }
  .skin-text-basics a[href*="/dam/"],
  .skin-text-basics a.download {
    background-image: url(assets/img/sprite/icon/arrow-down-print.png);
  }
  .skin-text-basics a:visited {
    color: #000000;
  }
}
/* Transition */


/* toc.less */

.mod-toc h2 {
  speak: normal;
  position: absolute;
  font-size: 0;
  visibility: hidden;
}
.mod-toc ul {
  line-height: 1.5em;
  margin-bottom: 1.8em;
}
.mod-toc a {
  display: block;
  padding-left: 13px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
.mod-toc a:hover {
  color: #dc6027;
  text-decoration: underline;
}
.mod-toc a:visited {
  color: #7b828a;
}
.mod-toc a:before {
  content: "";
  position: absolute;
  margin-left: -13px;
  margin-top: 2px;
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -99px -41px;
  width: 10px;
  height: 13px;
}
@media screen and (max-width: 767px) {
  .mod-toc a {
    color: #dc6027;
    text-decoration: none;
    font-weight: normal;
  }
  .mod-toc a:visited {
    color: #dc6027;
  }
}
@media print {
  .mod-toc a {
    text-decoration: underline;
  }
  .mod-toc a:visited {
    color: #000000;
  }
  .mod-toc a:before {
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -14px -99px;
    width: 10px;
    height: 13px;
  }
}
/* Transition */


/* topimage.less */

.mod-top-image {
  overflow: hidden;
  margin-bottom: 20px;
}
.mod-top-image img {
  vertical-align: bottom;
}
@media print {
  .mod-top-image {
    display: none;
  }
}
/* Transition */


/* topimagerotator.less */

.mod-top-image-rotator {
  overflow: hidden;
  position: relative;
}
.mod-top-image-rotator img {
  vertical-align: bottom;
  max-width: 460px;
}
.mod-top-image-rotator noscript {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .mod-top-image-rotator {
    display: none;
  }
}
@media print {
  .mod-top-image-rotator {
    display: none;
  }
}
/* Transition */


/* topimagerotator-overview.less */

.skin-top-image-rotator-overview {
  margin-bottom: 20px;
}
/* Transition */


/* uplink.less */

.mod-uplink {
  display: block;
  margin-bottom: 17px;
  font-size: 0.95em;
  line-height: 1.3em;
  color: #000000;
  padding-left: 13px;
  text-decoration: none;
}
.mod-uplink:hover {
  text-decoration: underline;
  color: #dc6027;
}
.mod-uplink:before {
  content: "";
  position: absolute;
  margin-left: -13px;
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: 0 -116px;
  width: 10px;
  height: 13px;
}
@media screen and (max-width: 767px) {
  .mod-uplink {
    display: none;
  }
}
@media print {
  .mod-uplink:before {
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -70px -99px;
    width: 10px;
    height: 13px;
  }
}
/* Transition */


/* zora.less */

.mod-zora p {
  margin: 0.3em 0 0.6em 0;
  padding: 0;
  line-height: 1.6em;
}
.mod-zora a {
  text-decoration: none;
  color: #dc6027;
}
.mod-zora a:before {
  content: "";
  vertical-align: -10%;
  margin-right: 0.25em;
  display: inline-block;
  background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
  background-position: -99px -41px;
  width: 10px;
  height: 13px;
}
.mod-zora a:hover {
  color: #dc6027;
  text-decoration: underline;
}
.mod-zora a:visited {
  text-decoration: underline;
  color: #7b828a;
}
@media print {
  .mod-zora a {
    color: #000000;
    text-decoration: underline;
  }
  .mod-zora a:before {
    display: inline-block;
    background: url(assets/img/sprite/sprite67ec.png?20150331135517) no-repeat 0 0;
    background-position: -14px -99px;
    width: 10px;
    height: 13px;
  }
  .mod-zora a:visited {
    text-decoration: underline;
    color: #000000;
  }
}
/* Transition */
