/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}
.klaro{font-family:inherit;font-family:var(--font-family, inherit);font-size:14px;font-size:var(--font-size, 14px)}.klaro button{font-family:inherit;font-family:var(--font-family, inherit);font-size:14px;font-size:var(--font-size, 14px)}.klaro.cm-as-context-notice{height:100%;padding-bottom:12px;padding-top:12px}.klaro .cookie-modal .cm-switch-container,.klaro .context-notice .cm-switch-container,.klaro .cookie-notice .cm-switch-container{border-bottom-style:solid;border-bottom-style:var(--border-style, solid);border-bottom-width:1px;border-bottom-width:var(--border-width, 1px);border-bottom-color:#c8c8c8;border-bottom-color:var(--light2, #c8c8c8);display:block;position:relative;padding:10px;padding-left:66px;line-height:20px;vertical-align:middle;min-height:40px}.klaro .cookie-modal .cm-switch-container:last-child,.klaro .context-notice .cm-switch-container:last-child,.klaro .cookie-notice .cm-switch-container:last-child{border-bottom:0}.klaro .cookie-modal .cm-switch-container:first-child,.klaro .context-notice .cm-switch-container:first-child,.klaro .cookie-notice .cm-switch-container:first-child{margin-top:0}.klaro .cookie-modal .cm-switch-container p,.klaro .context-notice .cm-switch-container p,.klaro .cookie-notice .cm-switch-container p{margin-top:0}.klaro .cookie-modal .cm-switch,.klaro .context-notice .cm-switch,.klaro .cookie-notice .cm-switch{position:relative;display:inline-block;width:50px;height:30px}.klaro .cookie-modal .cm-list-input:checked+.cm-list-label .slider,.klaro .context-notice .cm-list-input:checked+.cm-list-label .slider,.klaro .cookie-notice .cm-list-input:checked+.cm-list-label .slider{background-color:#1a936f;background-color:var(--green1, #1a936f)}.klaro .cookie-modal .cm-list-input.half-checked:checked+.cm-list-label .slider,.klaro .context-notice .cm-list-input.half-checked:checked+.cm-list-label .slider,.klaro .cookie-notice .cm-list-input.half-checked:checked+.cm-list-label .slider{background-color:#1a936f;background-color:var(--green1, #1a936f);opacity:0.6}.klaro .cookie-modal .cm-list-input.half-checked:checked+.cm-list-label .slider::before,.klaro .context-notice .cm-list-input.half-checked:checked+.cm-list-label .slider::before,.klaro .cookie-notice .cm-list-input.half-checked:checked+.cm-list-label .slider::before{-ms-transform:translateX(10px);transform:translateX(10px)}.klaro .cookie-modal .cm-list-input.only-required+.cm-list-label .slider,.klaro .context-notice .cm-list-input.only-required+.cm-list-label .slider,.klaro .cookie-notice .cm-list-input.only-required+.cm-list-label .slider{background-color:#24cc9a;background-color:var(--green2, #24cc9a);opacity:0.8}.klaro .cookie-modal .cm-list-input.only-required+.cm-list-label .slider::before,.klaro .context-notice .cm-list-input.only-required+.cm-list-label .slider::before,.klaro .cookie-notice .cm-list-input.only-required+.cm-list-label .slider::before{-ms-transform:translateX(10px);transform:translateX(10px)}.klaro .cookie-modal .cm-list-input.required:checked+.cm-list-label .slider,.klaro .context-notice .cm-list-input.required:checked+.cm-list-label .slider,.klaro .cookie-notice .cm-list-input.required:checked+.cm-list-label .slider{background-color:#24cc9a;background-color:var(--green2, #24cc9a);opacity:0.8;cursor:not-allowed}.klaro .cookie-modal .slider,.klaro .context-notice .slider,.klaro .cookie-notice .slider{box-shadow:0 4px 6px 0 rgba(0,0,0,0.2),5px 5px 10px 0 rgba(0,0,0,0.19)}.klaro .cookie-modal .cm-list-input,.klaro .context-notice .cm-list-input,.klaro .cookie-notice .cm-list-input{position:absolute;top:0;left:0;opacity:0;width:50px;height:30px}.klaro .cookie-modal .cm-list-title,.klaro .context-notice .cm-list-title,.klaro .cookie-notice .cm-list-title{font-size:0.9em;font-weight:600}.klaro .cookie-modal .cm-list-description,.klaro .context-notice .cm-list-description,.klaro .cookie-notice .cm-list-description{color:#7c7c7c;color:var(--dark3, #7c7c7c);font-size:0.9em;padding-top:4px}.klaro .cookie-modal .cm-list-label .cm-switch,.klaro .context-notice .cm-list-label .cm-switch,.klaro .cookie-notice .cm-list-label .cm-switch{position:absolute;left:0}.klaro .cookie-modal .cm-list-label .slider,.klaro .context-notice .cm-list-label .slider,.klaro .cookie-notice .cm-list-label .slider{background-color:#f2f2f2;background-color:var(--white2, #f2f2f2);position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;transition:0.4s;width:50px;display:inline-block}.klaro .cookie-modal .cm-list-label .slider::before,.klaro .context-notice .cm-list-label .slider::before,.klaro .cookie-notice .cm-list-label .slider::before{background-color:#e6e6e6;background-color:var(--white3, #e6e6e6);position:absolute;content:'';height:20px;width:20px;left:5px;bottom:5px;transition:0.4s}.klaro .cookie-modal .cm-list-label .slider.round,.klaro .context-notice .cm-list-label .slider.round,.klaro .cookie-notice .cm-list-label .slider.round{border-radius:30px}.klaro .cookie-modal .cm-list-label .slider.round::before,.klaro .context-notice .cm-list-label .slider.round::before,.klaro .cookie-notice .cm-list-label .slider.round::before{border-radius:50%}.klaro .cookie-modal .cm-list-label input:focus+.slider,.klaro .context-notice .cm-list-label input:focus+.slider,.klaro .cookie-notice .cm-list-label input:focus+.slider{box-shadow-color:#48dfb2;box-shadow-color:var(--green3, #48dfb2);box-shadow:0 0 1px var(color, green3)}.klaro .cookie-modal .cm-list-label input:checked+.slider::before,.klaro .context-notice .cm-list-label input:checked+.slider::before,.klaro .cookie-notice .cm-list-label input:checked+.slider::before{-ms-transform:translateX(20px);transform:translateX(20px)}.klaro .cookie-modal .cm-list-input:focus+.cm-list-label .slider,.klaro .context-notice .cm-list-input:focus+.cm-list-label .slider,.klaro .cookie-notice .cm-list-input:focus+.cm-list-label .slider{box-shadow:0 4px 6px 0 rgba(125,125,125,0.2),5px 5px 10px 0 rgba(125,125,125,0.19)}.klaro .cookie-modal .cm-list-input:checked+.cm-list-label .slider::before,.klaro .context-notice .cm-list-input:checked+.cm-list-label .slider::before,.klaro .cookie-notice .cm-list-input:checked+.cm-list-label .slider::before{-ms-transform:translateX(20px);transform:translateX(20px)}.klaro .cookie-modal .slider,.klaro .context-notice .slider,.klaro .cookie-notice .slider{box-shadow:0 4px 6px 0 rgba(0,0,0,0.2),5px 5px 10px 0 rgba(0,0,0,0.19)}.klaro .cookie-modal a,.klaro .context-notice a,.klaro .cookie-notice a{color:#1a936f;color:var(--green1, #1a936f);text-decoration:none}.klaro .cookie-modal p,.klaro .cookie-modal strong,.klaro .cookie-modal h1,.klaro .cookie-modal h2,.klaro .cookie-modal ul,.klaro .cookie-modal li,.klaro .context-notice p,.klaro .context-notice strong,.klaro .context-notice h1,.klaro .context-notice h2,.klaro .context-notice ul,.klaro .context-notice li,.klaro .cookie-notice p,.klaro .cookie-notice strong,.klaro .cookie-notice h1,.klaro .cookie-notice h2,.klaro .cookie-notice ul,.klaro .cookie-notice li{color:#fafafa;color:var(--light1, #fafafa)}.klaro .cookie-modal p,.klaro .cookie-modal h1,.klaro .cookie-modal h2,.klaro .cookie-modal ul,.klaro .cookie-modal li,.klaro .context-notice p,.klaro .context-notice h1,.klaro .context-notice h2,.klaro .context-notice ul,.klaro .context-notice li,.klaro .cookie-notice p,.klaro .cookie-notice h1,.klaro .cookie-notice h2,.klaro .cookie-notice ul,.klaro .cookie-notice li{display:block;text-align:left;margin:0;padding:0;margin-top:0.7em}.klaro .cookie-modal h1,.klaro .cookie-modal h2,.klaro .cookie-modal h3,.klaro .cookie-modal h4,.klaro .cookie-modal h5,.klaro .cookie-modal h6,.klaro .context-notice h1,.klaro .context-notice h2,.klaro .context-notice h3,.klaro .context-notice h4,.klaro .context-notice h5,.klaro .context-notice h6,.klaro .cookie-notice h1,.klaro .cookie-notice h2,.klaro .cookie-notice h3,.klaro .cookie-notice h4,.klaro .cookie-notice h5,.klaro .cookie-notice h6{font-family:inherit;font-family:var(--title-font-family, inherit)}.klaro .cookie-modal .cm-link,.klaro .context-notice .cm-link,.klaro .cookie-notice .cm-link{margin-right:0.5em;vertical-align:middle}.klaro .cookie-modal .cm-btn,.klaro .context-notice .cm-btn,.klaro .cookie-notice .cm-btn{color:#fff;color:var(--button-text-color, #fff);background-color:#5c5c5c;background-color:var(--dark2, #5c5c5c);border-radius:4px;border-radius:var(--border-radius, 4px);padding:6px 10px;margin-right:.5em;border-style:none;padding:0.4em;font-size:1em;cursor:pointer}.klaro .cookie-modal .cm-btn:disabled,.klaro .context-notice .cm-btn:disabled,.klaro .cookie-notice .cm-btn:disabled{opacity:0.5}.klaro .cookie-modal .cm-btn.cm-btn-close,.klaro .context-notice .cm-btn.cm-btn-close,.klaro .cookie-notice .cm-btn.cm-btn-close{background-color:#c8c8c8;background-color:var(--light2, #c8c8c8)}.klaro .cookie-modal .cm-btn.cm-btn-success,.klaro .context-notice .cm-btn.cm-btn-success,.klaro .cookie-notice .cm-btn.cm-btn-success{background-color:#1a936f;background-color:var(--green1, #1a936f)}.klaro .cookie-modal .cm-btn.cm-btn-success-var,.klaro .context-notice .cm-btn.cm-btn-success-var,.klaro .cookie-notice .cm-btn.cm-btn-success-var{background-color:#24cc9a;background-color:var(--green2, #24cc9a)}.klaro .cookie-modal .cm-btn.cm-btn-info,.klaro .context-notice .cm-btn.cm-btn-info,.klaro .cookie-notice .cm-btn.cm-btn-info{background-color:#2581c4;background-color:var(--blue1, #2581c4)}.klaro .context-notice{border-radius:4px;border-radius:var(--border-radius, 4px);border-style:solid;border-style:var(--border-style, solid);border-width:1px;border-width:var(--border-width, 1px);border-color:#c8c8c8;border-color:var(--light2, #c8c8c8);background-color:#fafafa;background-color:var(--light1, #fafafa);display:flex;flex-direction:column;flex-wrap:wrap;align-items:center;justify-content:center;padding:12px;height:100%}.klaro .context-notice.cm-dark{background-color:#333;background-color:var(--dark1, #333);border-color:#5c5c5c;border-color:var(--dark2, #5c5c5c)}.klaro .context-notice.cm-dark p{color:#fafafa;color:var(--light1, #fafafa)}.klaro .context-notice.cm-dark p a{color:#459cdc;color:var(--blue2, #459cdc)}.klaro .context-notice p{color:#333;color:var(--dark1, #333);flex-grow:0;text-align:center;padding-top:0;margin-top:0}.klaro .context-notice p a{color:#24cc9a;color:var(--green2, #24cc9a)}.klaro .context-notice p.cm-buttons{margin-top:12px}.klaro .cookie-modal{width:100%;height:100%;position:fixed;overflow:hidden;left:0;top:0;z-index:1000}.klaro .cookie-modal.cm-embedded{position:relative;height:inherit;width:inherit;left:inherit;right:inherit;z-index:0}.klaro .cookie-modal.cm-embedded .cm-modal.cm-klaro{position:relative;-ms-transform:none;transform:none}.klaro .cookie-modal .cm-bg{background:rgba(0,0,0,0.5);height:100%;width:100%;position:fixed;top:0;left:0}.klaro .cookie-modal .cm-modal.cm-klaro{background-color:#333;background-color:var(--dark1, #333);color:#fafafa;color:var(--light1, #fafafa);z-index:1001;box-shadow:0 4px 6px 0 rgba(0,0,0,0.2),5px 5px 10px 0 rgba(0,0,0,0.19);width:100%;max-height:98%;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);position:fixed;overflow:auto}@media (min-width: 660px){.klaro .cookie-modal .cm-modal.cm-klaro{border-radius:4px;border-radius:var(--border-radius, 4px);position:relative;margin:0 auto;max-width:640px;height:auto;width:auto}}.klaro .cookie-modal .cm-modal .hide{border-style:none;background:none;cursor:pointer;position:absolute;top:20px;right:20px;z-index:1}.klaro .cookie-modal .cm-modal .hide svg{stroke:#fafafa;stroke:var(--light1, #fafafa)}.klaro .cookie-modal .cm-modal .cm-footer{border-top-color:#5c5c5c;border-top-color:var(--dark2, #5c5c5c);border-top-width:1px;border-top-width:var(--border-width, 1px);border-top-style:solid;border-top-style:var(--border-style, solid);padding:1em}.klaro .cookie-modal .cm-modal .cm-footer-buttons{display:flex;flex-flow:row;justify-content:space-between}.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by{font-size:0.8em;padding-top:4px;text-align:right;padding-right:8px}.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a{color:#5c5c5c;color:var(--dark2, #5c5c5c)}.klaro .cookie-modal .cm-modal .cm-header{border-bottom-width:1px;border-bottom-width:var(--border-width, 1px);border-bottom-style:solid;border-bottom-style:var(--border-style, solid);border-bottom-color:#5c5c5c;border-bottom-color:var(--dark2, #5c5c5c);padding:1em;padding-right:24px}.klaro .cookie-modal .cm-modal .cm-header h1{margin:0;font-size:2em;display:block}.klaro .cookie-modal .cm-modal .cm-header h1.title{padding-right:20px}.klaro .cookie-modal .cm-modal .cm-body{padding:1em}.klaro .cookie-modal .cm-modal .cm-body ul{display:block}.klaro .cookie-modal .cm-modal .cm-body span{display:inline-block;width:auto}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes{padding:0;margin:0}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-caret,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-caret{color:#a0a0a0;color:var(--light3, #a0a0a0)}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-content,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-content{margin-left:-40px;display:none}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-content.expanded,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-content.expanded{margin-top:10px;display:block}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service,.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose{position:relative;line-height:20px;vertical-align:middle;padding-left:60px;min-height:40px}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service:first-child,.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose:first-child,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service:first-child,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose:first-child{margin-top:0}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service p,.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose p,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service p,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p{margin-top:0}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service p.purposes,.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose p.purposes,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service p.purposes,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p.purposes{color:#a0a0a0;color:var(--light3, #a0a0a0);font-size:0.8em}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service.cm-toggle-all,.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose.cm-toggle-all,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service.cm-toggle-all,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose.cm-toggle-all{border-top-width:1px;border-top-width:var(--border-width, 1px);border-top-style:solid;border-top-style:var(--border-style, solid);border-top-color:#5c5c5c;border-top-color:var(--dark2, #5c5c5c);padding-top:1em}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-list-title,.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-list-title,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-list-title,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-list-title{font-weight:600}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-opt-out,.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-required,.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-opt-out,.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-required,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-opt-out,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-required,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-opt-out,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-required{color:#5c5c5c;color:var(--dark2, #5c5c5c);padding-left:0.2em;font-size:0.8em}.klaro .cookie-notice:not(.cookie-modal-notice){background-color:#333;background-color:var(--dark1, #333);z-index:999;position:fixed;width:100%;bottom:0;right:0}@media (min-width: 1024px){.klaro .cookie-notice:not(.cookie-modal-notice){border-radius:4px;border-radius:var(--border-radius, 4px);position:fixed;position:var(--notice-position, fixed);right:20px;right:var(--notice-right, 20px);left:auto;left:var(--notice-left, auto);bottom:20px;bottom:var(--notice-bottom, 20px);top:auto;top:var(--notice-top, auto);max-width:400px;max-width:var(--notice-max-width, 400px);box-shadow:0 4px 6px 0 rgba(0,0,0,0.2),5px 5px 10px 0 rgba(0,0,0,0.19)}}@media (max-width: 1023px){.klaro .cookie-notice:not(.cookie-modal-notice){border-style:none;border-radius:0}}.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded{position:relative;height:inherit;width:inherit;left:inherit;right:inherit;bottom:inherit;z-index:0}.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded .cn-body{padding-top:0.5em}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body{margin-bottom:0;margin-right:0;bottom:0;padding:1em;padding-top:0}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p{margin-bottom:0.5em}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p.cn-changes{text-decoration:underline}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-learn-more{display:inline-block;flex-grow:1}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons{display:inline-block;margin-top:-0.5em}@media (max-width: 384px){.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons{width:100%}}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn{margin-top:0.5em}@media (max-width: 384px){.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn{width:calc(50% - .5em)}}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok{margin-top:-0.5em;display:flex;flex-flow:row;flex-wrap:wrap;justify-content:right;align-items:baseline}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a,.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok div{margin-top:0.5em}.klaro .cookie-modal-notice{background-color:#333;background-color:var(--dark1, #333);color:#fafafa;color:var(--light1, #fafafa);z-index:1001;box-shadow:0 4px 6px 0 rgba(0,0,0,0.2),5px 5px 10px 0 rgba(0,0,0,0.19);width:100%;max-height:98%;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);position:fixed;overflow:auto;padding:1em;padding-top:0.2em}@media (min-width: 400px){.klaro .cookie-modal-notice{border-radius:4px;border-radius:var(--border-radius, 4px);position:relative;margin:0 auto;max-width:400px;height:auto;width:auto}}.klaro .cookie-modal-notice .cn-ok{display:flex;flex-flow:row;justify-content:space-between;align-items:center;margin-top:1em}.klaro .cookie-notice-hidden{display:none !important}

.klaro-ide .cm-switch-container{border-bottom-style:solid;border-bottom-style:var(--border-style, solid);border-bottom-width:1px;border-bottom-width:var(--border-width, 1px);border-bottom-color:#c8c8c8;border-bottom-color:var(--light2, #c8c8c8);display:block;position:relative;padding:10px;padding-left:66px;line-height:20px;vertical-align:middle;min-height:40px}.klaro-ide .cm-switch-container:last-child{border-bottom:0}.klaro-ide .cm-switch-container:first-child{margin-top:0}.klaro-ide .cm-switch-container p{margin-top:0}.klaro-ide .cm-switch{position:relative;display:inline-block;width:50px;height:30px}.klaro-ide .cm-list-input:checked+.cm-list-label .slider{background-color:#1a936f;background-color:var(--green1, #1a936f)}.klaro-ide .cm-list-input.half-checked:checked+.cm-list-label .slider{background-color:#1a936f;background-color:var(--green1, #1a936f);opacity:0.6}.klaro-ide .cm-list-input.half-checked:checked+.cm-list-label .slider::before{-ms-transform:translateX(10px);transform:translateX(10px)}.klaro-ide .cm-list-input.only-required+.cm-list-label .slider{background-color:#24cc9a;background-color:var(--green2, #24cc9a);opacity:0.8}.klaro-ide .cm-list-input.only-required+.cm-list-label .slider::before{-ms-transform:translateX(10px);transform:translateX(10px)}.klaro-ide .cm-list-input.required:checked+.cm-list-label .slider{background-color:#24cc9a;background-color:var(--green2, #24cc9a);opacity:0.8;cursor:not-allowed}.klaro-ide .slider{box-shadow:0 4px 6px 0 rgba(0,0,0,0.2),5px 5px 10px 0 rgba(0,0,0,0.19)}.klaro-ide .cm-list-input{position:absolute;top:0;left:0;opacity:0;width:50px;height:30px}.klaro-ide .cm-list-title{font-size:0.9em;font-weight:600}.klaro-ide .cm-list-description{color:#7c7c7c;color:var(--dark3, #7c7c7c);font-size:0.9em;padding-top:4px}.klaro-ide .cm-list-label .cm-switch{position:absolute;left:0}.klaro-ide .cm-list-label .slider{background-color:#f2f2f2;background-color:var(--white2, #f2f2f2);position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;transition:0.4s;width:50px;display:inline-block}.klaro-ide .cm-list-label .slider::before{background-color:#e6e6e6;background-color:var(--white3, #e6e6e6);position:absolute;content:'';height:20px;width:20px;left:5px;bottom:5px;transition:0.4s}.klaro-ide .cm-list-label .slider.round{border-radius:30px}.klaro-ide .cm-list-label .slider.round::before{border-radius:50%}.klaro-ide .cm-list-label input:focus+.slider{box-shadow-color:#48dfb2;box-shadow-color:var(--green3, #48dfb2);box-shadow:0 0 1px var(color, green3)}.klaro-ide .cm-list-label input:checked+.slider::before{-ms-transform:translateX(20px);transform:translateX(20px)}.klaro-ide .cm-list-input:focus+.cm-list-label .slider{box-shadow:0 4px 6px 0 rgba(125,125,125,0.2),5px 5px 10px 0 rgba(125,125,125,0.19)}.klaro-ide .cm-list-input:checked+.cm-list-label .slider::before{-ms-transform:translateX(20px);transform:translateX(20px)}.klaro-ide .cm-language-select,.klaro-ide .cm-theme-select,.klaro-ide .cm-purpose-select{border-radius:4px;border-radius:var(--border-radius, 4px);background-color:#fff;background-color:var(--white1, #fff);border-style:solid;border-style:var(--border-style, solid);border-width:1px;border-width:var(--border-width, 1px);border-color:#c8c8c8;border-color:var(--light2, #c8c8c8);box-shadow:0 2px 5px 0 rgba(0,0,0,0.11);padding:12px;margin-bottom:12px}.klaro-ide .cm-language-select ul.cm-languages,.klaro-ide .cm-language-select ul.cm-themes,.klaro-ide .cm-language-select ul.cm-purposes,.klaro-ide .cm-theme-select ul.cm-languages,.klaro-ide .cm-theme-select ul.cm-themes,.klaro-ide .cm-theme-select ul.cm-purposes,.klaro-ide .cm-purpose-select ul.cm-languages,.klaro-ide .cm-purpose-select ul.cm-themes,.klaro-ide .cm-purpose-select ul.cm-purposes{margin-top:-4px}.klaro-ide .cm-language-select ul.cm-languages li,.klaro-ide .cm-language-select ul.cm-themes li,.klaro-ide .cm-language-select ul.cm-purposes li,.klaro-ide .cm-theme-select ul.cm-languages li,.klaro-ide .cm-theme-select ul.cm-themes li,.klaro-ide .cm-theme-select ul.cm-purposes li,.klaro-ide .cm-purpose-select ul.cm-languages li,.klaro-ide .cm-purpose-select ul.cm-themes li,.klaro-ide .cm-purpose-select ul.cm-purposes li{color:#fafafa;color:var(--light1, #fafafa);border-radius:4px;border-radius:var(--border-radius, 4px);border-width:1px;border-width:var(--border-width, 1px);border-style:solid;border-style:var(--border-style, solid);border-color:#24cc9a;border-color:var(--green2, #24cc9a);background-color:#1a936f;background-color:var(--green1, #1a936f);display:inline-block;margin-right:4px;margin-top:4px;padding:2px 4px;font-size:0.9em}.klaro-ide .cm-language-select ul.cm-languages li a,.klaro-ide .cm-language-select ul.cm-themes li a,.klaro-ide .cm-language-select ul.cm-purposes li a,.klaro-ide .cm-theme-select ul.cm-languages li a,.klaro-ide .cm-theme-select ul.cm-themes li a,.klaro-ide .cm-theme-select ul.cm-purposes li a,.klaro-ide .cm-purpose-select ul.cm-languages li a,.klaro-ide .cm-purpose-select ul.cm-themes li a,.klaro-ide .cm-purpose-select ul.cm-purposes li a{color:#fff;color:var(--white1, #fff)}.klaro-ide .cm-search-select{margin-top:12px;margin-bottom:12px;display:flex}.klaro-ide .cm-search-select input:not(:focus) ~ .cm-candidates{display:none}.klaro-ide .cm-search-select .cm-candidates:hover{display:block !important}.klaro-ide .cm-search-select .cm-candidates{background-color:#fff;background-color:var(--white1, #fff);border-radius:4px;border-radius:var(--border-radius, 4px);border-width:1px;border-width:var(--border-width, 1px);border-style:solid;border-style:var(--border-style, solid);border-color:#f2f2f2;border-color:var(--white2, #f2f2f2);position:absolute;top:55px;left:0;z-index:10;margin-bottom:10px;width:100%}.klaro-ide .cm-search-select .cm-candidates .cm-candidate{border-bottom-width:1px;border-bottom-width:var(--border-width, 1px);border-bottom-style:solid;border-bottom-style:var(--border-style, solid);border-bottom-color:#7c7c7c;border-bottom-color:var(--dark3, #7c7c7c);padding:12px;cursor:pointer}.klaro-ide .cm-search-select .cm-candidates .cm-candidate p{color:#5c5c5c;color:var(--dark2, #5c5c5c);font-size:0.9em}.klaro-ide .cm-search-select .cm-candidates .cm-candidate:last-child{border-bottom-style:none}.klaro-ide .cm-obj-selector{position:relative;display:inline-block;margin-bottom:10px;margin-right:20px;width:100%;height:40px;overflow:visible}@media (min-width: 768px){.klaro-ide .cm-obj-selector{width:300px}}.klaro-ide .cm-obj-selector span.cm-obj-selector-more{display:block;position:absolute;right:0.5em;padding-top:0.6em;padding-right:0.3em;z-index:2;pointer-events:none;-ms-transform:scaleY(0.6) scaleX(0.8);transform:scaleY(0.6) scaleX(0.8);font-weight:800}.klaro-ide .cm-obj-selector ul{background-color:#fff;background-color:var(--white1, #fff);top:0;left:0;z-index:1;margin:0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.klaro-ide .cm-obj-selector ul li{background-color:#fff;background-color:var(--white1, #fff);border-bottom-style:solid;border-bottom-style:var(--border-style, solid);border-bottom-width:1px;border-bottom-width:var(--border-width, 1px);border-bottom-color:#f2f2f2;border-bottom-color:var(--white2, #f2f2f2);box-shadow:0 2px 5px 0 rgba(0,0,0,0.33);margin:0;width:auto;display:none;width:100%;order:2}.klaro-ide .cm-obj-selector ul li:last-child{border-bottom-style:none}.klaro-ide .cm-obj-selector ul li.cm-obj-is-active{background-color:#c8c8c8;background-color:var(--light2, #c8c8c8);display:flex;order:1}.klaro-ide .cm-obj-selector ul li a.cm-obj-item{width:100%;padding:8px;padding-right:40px}.klaro-ide .cm-obj-selector ul li.cm-obj-add{padding:8px;display:none;justify-content:space-between;order:3}.klaro-ide .cm-obj-selector ul li.cm-obj-add input{color:#333;color:var(--dark1, #333);border-color:#5c5c5c;border-color:var(--dark2, #5c5c5c);border-radius:4px;border-radius:var(--border-radius, 4px);border-style:solid;border-style:var(--border-style, solid);border-width:1px;border-width:var(--border-width, 1px);flex-grow:1;flex-shrink:1;padding:4px;font-size:0.9em}.klaro-ide .cm-obj-selector ul li.cm-obj-add a.cm-btn{color:#fff;color:var(--white1, #fff);border-radius:4px;border-radius:var(--border-radius, 4px);background-color:#7c7c7c;background-color:var(--dark3, #7c7c7c);padding:8px;flex-grow:0;flex-shrink:0;margin-left:10px;width:auto;display:inline-block}.klaro-ide .cm-obj-selector ul:not(.cm-is-active) li.cm-obj-is-active{background-color:#fff;background-color:var(--white1, #fff)}.klaro-ide .cm-obj-selector ul.cm-is-active{z-index:4}.klaro-ide .cm-obj-selector ul.cm-is-active li{display:flex}.klaro-ide .cm-switch{padding:12px}.klaro-ide p.cm-description{color:#5c5c5c;color:var(--dark2, #5c5c5c);font-size:0.9em;padding-top:2px;margin-bottom:4px}.klaro-ide .cm-select{margin-top:16px}.klaro-ide .cm-select select{background-color:#fff;background-color:var(--white1, #fff);color:#5c5c5c;color:var(--dark2, #5c5c5c);border-radius:4px;border-radius:var(--border-radius, 4px);border-style:solid;border-style:var(--border-style, solid);border-color:#f2f2f2;border-color:var(--white2, #f2f2f2);display:block;width:100%;padding:12px 5px;font-size:0.9em;text-indent:5px}.klaro-ide .cm-select select[disabled]{background-color:#c8c8c8;background-color:var(--light2, #c8c8c8)}.klaro-ide .cm-retracting-label-input{display:inline-block;position:relative;width:100%;padding:10px 0 6px;margin-top:4px}.klaro-ide .cm-retracting-label-input>.cm-label{background-color:#fff;background-color:var(--white1, #fff);border-radius:4px;border-radius:var(--border-radius, 4px);border-style:solid;border-style:var(--border-style, solid);border-width:1px;border-width:var(--border-width, 1px);border-color:#c8c8c8;border-color:var(--light2, #c8c8c8);position:absolute;top:16px;left:8px;white-space:nowrap;text-overflow:ellipsis;max-width:calc(100% - (2 * 8px));overflow:hidden;pointer-events:none;transition:transform 150ms cubic-bezier(0.47, 0, 0.74, 0.71),opacity 150ms cubic-bezier(0.47, 0, 0.74, 0.71),color 150ms cubic-bezier(0.47, 0, 0.74, 0.71);padding:0 8px;-ms-transform:scale(0.75) translateX(-16%) translateY(-26px);transform:scale(0.75) translateX(-16%) translateY(-26px)}.klaro-ide .cm-input{border-radius:4px;border-radius:var(--border-radius, 4px);background-color:#fafafa;background-color:var(--light1, #fafafa);border-style:solid;border-style:var(--border-style, solid);border-width:1px;border-width:var(--border-width, 1px);border-color:#1a936f;border-color:var(--green1, #1a936f);font-size:0.9em;box-sizing:border-box;padding:12px 18px;width:100%}.klaro-ide .cm-input[disabled]{background-color:#c8c8c8;background-color:var(--light2, #c8c8c8)}@media (min-width: 768px){.klaro-ide .cm-tabs span.cm-more{display:none}}.klaro-ide .cm-tabs{position:relative;display:flex;align-items:stretch;justify-content:space-between;white-space:nowrap}@media (min-width: 768px){.klaro-ide .cm-tabs span.cm-tabs-more{display:none}}@media (max-width: 768px){.klaro-ide .cm-tabs{border-radius:4px;border-radius:var(--border-radius, 4px);border-radius:4px;border-radius:var(--border-radius, 4px);background-color:#fff;background-color:var(--white1, #fff);box-shadow:0 2px 5px 0 rgba(0,0,0,0.33)}.klaro-ide .cm-tabs span.cm-tabs-more{display:block;position:absolute;right:0.5em;padding-top:0.6em;padding-right:0.3em;-ms-transform:scaleY(0.6) scaleX(0.8);transform:scaleY(0.6) scaleX(0.8);font-weight:800}.klaro-ide .cm-tabs ul{flex-wrap:wrap}.klaro-ide .cm-tabs ul li{display:block;position:relative;width:100%;text-align:left}.klaro-ide .cm-tabs ul li a{justify-content:left;border-bottom:0 !important}.klaro-ide .cm-tabs:not(.cm-tabs-active) ul li:not(.cm-tab-is-active){display:none}.klaro-ide .cm-tabs.cm-tabs-active ul li{order:2;display:block}.klaro-ide .cm-tabs.cm-tabs-active ul li.cm-tab-is-active{background-color:#c8c8c8;background-color:var(--light2, #c8c8c8);order:1}}.klaro-ide .cm-tabs:not(:last-child){margin-bottom:1.5rem}.klaro-ide .cm-tabs ul{border-bottom-style:solid;border-bottom-style:var(--border-style, solid);border-bottom-width:1px;border-bottom-width:var(--border-width, 1px);border-bottom-color:#c8c8c8;border-bottom-color:var(--light2, #c8c8c8);align-items:center;display:flex;width:100%;flex-grow:1;flex-shrink:0;justify-content:flex-start;margin:0;padding:0}.klaro-ide .cm-tabs ul li{display:block}.klaro-ide .cm-tabs ul li a{border-bottom-style:solid;border-bottom-style:var(--border-style, solid);border-bottom-width:1px;border-bottom-width:var(--border-width, 1px);border-bottom-color:#c8c8c8;border-bottom-color:var(--light2, #c8c8c8);color:#5c5c5c;color:var(--dark2, #5c5c5c);display:flex;align-items:flex-start;justify-content:left;margin-bottom:-1px;padding:0.5em 1em}.klaro-ide .cm-tabs ul li.cm-tab-is-active a{color:#2581c4;color:var(--blue1, #2581c4);border-bottom-color:#2581c4;border-bottom-color:var(--blue1, #2581c4)}@media (max-width: 767px){.klaro-ide .cm-tabs.tabs-active{position:relative;min-height:40px;overflow:visible;z-index:10}.klaro-ide .cm-tabs.tabs-active ul{background-color:#fff;background-color:var(--white1, #fff);display:flex;flex-direction:column;flex-wrap:wrap;position:absolute;width:100%;height:auto;box-shadow:0 2px 5px 0 rgba(0,0,0,0.33)}.klaro-ide .cm-tabs.tabs-active ul li{margin:0 !important}.klaro-ide .cm-tabs.tabs-active ul li:not(.cm-tab-is-active){order:2;display:block}.klaro-ide .cm-tabs.tabs-active ul li.cm-tab-is-active{background-color:#fafafa;background-color:var(--light1, #fafafa);order:1;display:block}}.klaro-ide .cm-list .cm-item{display:flex;flex-direction:row;align-items:center;padding:8px;display:flex;flex-direction:row;align-items:top;justify-items:flex-end}@media (min-width: 768px){.klaro-ide .cm-list .cm-item span.cm-is-action{display:none}.klaro-ide .cm-list .cm-item:hover span.cm-is-action{display:inline-block}}.klaro-ide .cm-list .cm-item:last-child{border-bottom:0}.klaro-ide .cm-list .cm-item:nth-child(2n){background-color:#fafafa;background-color:var(--light1, #fafafa)}.klaro-ide .cm-list .cm-item.cm-is-header{font-weight:600;margin-bottom:4px;background:none}.klaro-ide .cm-list .cm-item.cm-is-card{background-color:#fff;background-color:var(--white1, #fff);border-radius:4px;border-radius:var(--border-radius, 4px);box-shadow:0 2px 5px 0 rgba(0,0,0,0.33);margin-bottom:24px}.klaro-ide .cm-list .cm-item.cm-is-clickable{cursor:pointer}.klaro-ide .cm-list .cm-item.cm-is-expandable{cursor:pointer}.klaro-ide .cm-list .cm-item form{margin:0}.klaro-ide .cm-list .cm-item form label.label{font-weight:300}.klaro-ide .cm-list .cm-item span.cm-is-action{position:absolute;right:1rem;top:1rem}.klaro-ide .cm-list .cm-item .cm-col{align-content:center;flex-basis:0;margin:8px;flex-grow:1}.klaro-ide .cm-list .cm-item .cm-col.cm-is-xs{flex-grow:1}.klaro-ide .cm-list .cm-item .cm-col.cm-is-sm{flex-grow:2}.klaro-ide .cm-list .cm-item .cm-col.cm-is-md{flex-grow:5}.klaro-ide .cm-list .cm-item .cm-col.cm-is-lg{flex-grow:10}.klaro-ide .cm-list .cm-item .cm-col.cm-is-xl{flex-grow:20}.klaro-ide .cm-list .cm-item .cm-col.cm-is-icon{flex-basis:50px;text-align:right;flex-grow:0}.klaro-ide .cm-list .cm-item .cm-content{flex:10}.klaro-ide .cm-dropdown{position:relative}.klaro-ide .cm-dropdown>button{display:inline-flex;vertical-align:middle;align-items:center;justify-content:center;width:2em;height:2em;font-size:1em;border:0;background-color:transparent}.klaro-ide .cm-dropdown>button:focus,.klaro-ide .cm-dropdown>button:hover{background-color:#fafafa;background-color:var(--light1, #fafafa);border-radius:25px}.klaro-ide .cm-dropdown>.cm-dropdowncontent{background-color:#fff;background-color:var(--white1, #fff);display:none;box-shadow:0 2px 5px 0 rgba(0,0,0,0.33);width:auto}.klaro-ide .cm-dropdown>.cm-dropdowncontent.cm-dropdownexpanded{border-radius:4px;border-radius:var(--border-radius, 4px);display:block;position:absolute;top:35px;z-index:100;left:0}.klaro-ide .cm-dropdown>.cm-dropdowncontent ul.cm-dropdownmenu{border-radius:4px;border-radius:var(--border-radius, 4px);border-style:solid;border-style:var(--border-style, solid);border-width:1px;border-width:var(--border-width, 1px);border-color:#5c5c5c;border-color:var(--dark2, #5c5c5c);list-style:none;text-align:left;max-width:300px;min-width:200px;padding-top:0.25rem;padding-bottom:0.25rem}.klaro-ide .cm-dropdown>.cm-dropdowncontent ul.cm-dropdownmenu li{height:auto}.klaro-ide .cm-dropdown>.cm-dropdowncontent ul.cm-dropdownmenu li a{display:block;padding:8px;padding-left:16px}.klaro-ide .cm-dropdown>.cm-dropdowncontent ul.cm-dropdownmenu li a span{display:inline-flex;align-items:center}.klaro-ide .cm-dropdown>.cm-dropdowncontent ul.cm-dropdownmenu li a .icon{margin-right:0.45em}.klaro-ide .cm-dropdown>.cm-dropdowncontent ul.cm-dropdownmenu li a:hover{background-color:#2581c4;background-color:var(--blue1, #2581c4);color:#fff;color:var(--white1, #fff)}.klaro-ide .cm-dropdown.is-right .cm-dropdowncontent.cm-dropdownexpanded{right:0;left:auto}.klaro-ide label{display:inline-block}.klaro-ide .cm-global-fields,.klaro-ide .cm-config-controls,.klaro-ide .cm-translations-fields,.klaro-ide .cm-service-fields{max-width:600px}.klaro-ide .cm-json .cm-file-import{display:none}.klaro-ide .cm-json .cm-upload-label{cursor:pointer}.klaro-ide .cm-json .cm-upload-label button{pointer-events:none}.klaro-ide .cm-json pre code{white-space:pre-wrap}.klaro-ide .cm-message{padding:12px}.klaro-ide .cm-message.cm-error,.klaro-ide .cm-message.cm-success{border-radius:4px;border-radius:var(--border-radius, 4px);color:#fff;color:var(--white1, #fff);box-shadow:0 2px 5px 0 rgba(0,0,0,0.11);margin-bottom:24px}.klaro-ide .cm-message.cm-error{background-color:#e15669;background-color:var(--red2, #e15669)}.klaro-ide .cm-message.cm-success{background:#24cc9a;background:var(--green2, #24cc9a)}.klaro-ide .cm-space-sm{margin-bottom:8px !important}.klaro-ide .cm-space-md{margin-bottom:12px !important}.klaro-ide .cm-space-lg{margin-bottom:24px !important}.klaro-ide .cm-json h1,.klaro-ide .cm-json h2,.klaro-ide .cm-json h3,.klaro-ide .cm-json h4,.klaro-ide .cm-global-fields h1,.klaro-ide .cm-global-fields h2,.klaro-ide .cm-global-fields h3,.klaro-ide .cm-global-fields h4,.klaro-ide .cm-config-controls h1,.klaro-ide .cm-config-controls h2,.klaro-ide .cm-config-controls h3,.klaro-ide .cm-config-controls h4,.klaro-ide .cm-translations-fields h1,.klaro-ide .cm-translations-fields h2,.klaro-ide .cm-translations-fields h3,.klaro-ide .cm-translations-fields h4,.klaro-ide .cm-service-fields h1,.klaro-ide .cm-service-fields h2,.klaro-ide .cm-service-fields h3,.klaro-ide .cm-service-fields h4{font-size:2em;text-transform:uppercase;margin-top:10px;margin-bottom:10px;font-weight:600}.klaro-ide .cm-json h1,.klaro-ide .cm-global-fields h1,.klaro-ide .cm-config-controls h1,.klaro-ide .cm-translations-fields h1,.klaro-ide .cm-service-fields h1{border-style:solid;border-style:var(--border-style, solid);border-width:1px;border-width:var(--border-width, 1px);border-color:#c8c8c8;border-color:var(--light2, #c8c8c8);text-transform:none;margin-bottom:20px;display:inline-block}.klaro-ide .cm-json h2,.klaro-ide .cm-global-fields h2,.klaro-ide .cm-config-controls h2,.klaro-ide .cm-translations-fields h2,.klaro-ide .cm-service-fields h2{font-size:1.6em}.klaro-ide .cm-json h3,.klaro-ide .cm-global-fields h3,.klaro-ide .cm-config-controls h3,.klaro-ide .cm-translations-fields h3,.klaro-ide .cm-service-fields h3{font-size:1.3em}.klaro-ide .cm-json h4,.klaro-ide .cm-global-fields h4,.klaro-ide .cm-config-controls h4,.klaro-ide .cm-translations-fields h4,.klaro-ide .cm-service-fields h4{font-size:1em;font-weight:600}.klaro-ide p.cm-section-description{color:#5c5c5c;color:var(--dark2, #5c5c5c);text-align:justify;margin-top:8px;margin-bottom:24px}.klaro-ide .cm-purpose-order ul{margin-top:12px;margin-bottom:12px}.klaro-ide .cm-purpose-order ul li{display:flex}.klaro-ide .cm-purpose-order ul li span.cm-buttons{border-radius:4px;border-radius:var(--border-radius, 4px);flex-grow:0;box-shadow:0 2px 5px 0 rgba(0,0,0,0.11)}.klaro-ide .cm-purpose-order ul li span.cm-buttons a{padding:12px;display:inline-block}.klaro-ide .cm-purpose-order ul li span.cm-buttons a:hover{background:#1a936f;background:var(--green1, #1a936f)}.klaro-ide .cm-purpose-order ul li span.cm-value{flex-grow:1;padding:12px}.klaro-ide .cm-translations-fields .cm-translations-for-key{border-radius:4px;border-radius:var(--border-radius, 4px);background-color:#fff;background-color:var(--white1, #fff);box-shadow:0 2px 5px 0 rgba(0,0,0,0.11);padding:12px;margin-bottom:24px}.klaro-ide .cm-translations-fields .cm-translations-for-key li{display:flex;justify-content:space-between;align-items:flex-start}.klaro-ide .cm-translations-fields .cm-translations-for-key li span.cm-lang{font-family:Courier;display:block;padding:20px;margin-top:5px;flex-grow:0}.klaro-ide .cm-service-list .cm-status,.klaro-ide .cm-config-list .cm-status{text-align:left}.klaro-ide .cm-service-list .cm-status span,.klaro-ide .cm-config-list .cm-status span{padding-left:10px}.klaro-ide .cm-service-list .cm-status .cm-status-is-active,.klaro-ide .cm-config-list .cm-status .cm-status-is-active{color:#1a936f;color:var(--green1, #1a936f)}.klaro-ide .cm-service-list .cm-status .cm-status-is-inactive,.klaro-ide .cm-config-list .cm-status .cm-status-is-inactive{color:#da2c43;color:var(--red1, #da2c43)}.klaro-ide .cm-service-list .cm-name,.klaro-ide .cm-config-list .cm-name{text-transform:uppercase;font-weight:600}.klaro-ide p.cm-no-cookies,.klaro-ide p.cm-no-services{margin-top:6px;margin-bottom:6px;font-weight:600}.klaro-ide .cm-cookie-config .cm-cookie-forms .cm-cookie-form{border-bottom-style:solid;border-bottom-style:var(--border-style, solid);border-bottom-width:1px;border-bottom-width:var(--border-width, 1px);border-bottom-color:#c8c8c8;border-bottom-color:var(--light2, #c8c8c8)}.klaro-ide .cm-demo .cm-config-controls .cm-retracting-label-input{width:auto;flex-grow:1;margin-right:12px}.klaro-ide .cm-demo .cm-config-controls:first-child{border-bottom-style:solid;border-bottom-style:var(--border-style, solid);border-bottom-width:1px;border-bottom-width:var(--border-width, 1px);border-bottom-color:#c8c8c8;border-bottom-color:var(--light2, #c8c8c8)}.klaro-ide .cm-config-controls{margin-top:8px;margin-bottom:24px;max-width:none;display:flex;flex-wrap:wrap;width:100%;align-items:baseline;justify-content:space-between}.klaro-ide .cm-config-controls h2{margin-right:24px;display:block;flex-grow:1}.klaro-ide .cm-config-controls .cm-control{flex-shrink:1;display:inline-block;margin-bottom:20px}.klaro-ide .cm-config-controls .cm-control .cm-retracting-label-input{max-width:400px;display:block}.klaro-ide .cm-config-controls .cm-control input{max-width:400px}.klaro-ide .cm-config-controls .cm-control select{border-color:#1a936f;border-color:var(--green1, #1a936f);border-radius:4px;border-radius:var(--border-radius, 4px);border-style:solid;border-style:var(--border-style, solid);border-radius:4px;border-radius:var(--border-radius, 4px);background-color:#fff;background-color:var(--white1, #fff);padding:12px;margin-bottom:12px;display:block}.klaro-ide .cm-config-controls .cm-control-button{border-radius:4px;border-radius:var(--border-radius, 4px);background-color:#459cdc;background-color:var(--blue2, #459cdc);color:#fff;color:var(--white1, #fff);border-style:none;padding:12px;margin-top:4px;cursor:pointer;box-shadow:0 2px 5px 0 rgba(0,0,0,0.33);margin-right:6px}.klaro-ide .cm-config-controls .cm-control-button.cm-delete{background-color:#e77887;background-color:var(--red3, #e77887);float:right}.klaro-ide .cm-config-controls .cm-control-button.cm-secondary{background-color:#e15669;background-color:var(--red2, #e15669)}.klaro-ide .cm-config-controls .cm-control-button.cm-success{background-color:#1a936f;background-color:var(--green1, #1a936f)}.klaro-ide .cm-config-controls .cm-control-button:disabled{background-color:#fafafa;background-color:var(--light1, #fafafa);color:#333;color:var(--dark1, #333);cursor:not-allowed}.klaro-ide .cookie-modal .cm-modal.cm-ide{background-color:#333;background-color:var(--dark1, #333);color:#fafafa;color:var(--light1, #fafafa);z-index:1001;box-shadow:0 4px 6px 0 rgba(0,0,0,0.2),5px 5px 10px 0 rgba(0,0,0,0.19);width:100%;max-height:98%;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);position:fixed;overflow:auto}@media (min-width: 1020px){.klaro-ide .cookie-modal .cm-modal.cm-ide{border-radius:4px;border-radius:var(--border-radius, 4px);position:relative;margin:0 auto;max-width:1000px;height:auto;width:auto}}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{box-sizing:border-box}*:before,*:after{box-sizing:border-box}html{-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:Calibri,Arial,sans-serif;font-size:1.1875rem;line-height:1.3;color:#000;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#006e96;text-decoration:none}a:hover,a:focus{color:#00374a;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:.25rem;line-height:1.3;background-color:#fff;border:1px solid #ddd;border-radius:4px;transition:all 0.2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:1.54375rem;margin-bottom:1.54375rem;border:0;border-top:1px solid #f2f2f2}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:BauWebPro,Arial,Verdana;font-weight:600;line-height:1.1;color:inherit}h1 small,h1 .small,h2 small,h2 .small,h3 small,h3 .small,h4 small,h4 .small,h5 small,h5 .small,h6 small,h6 .small,.h1 small,.h1 .small,.h2 small,.h2 .small,.h3 small,.h3 .small,.h4 small,.h4 .small,.h5 small,.h5 .small,.h6 small,.h6 .small{font-weight:normal;line-height:1;color:#e5e5e5}h1,.h1,h2,.h2,h3,.h3{margin-top:1.54375rem;margin-bottom:.77187rem}h1 small,h1 .small,.h1 small,.h1 .small,h2 small,h2 .small,.h2 small,.h2 .small,h3 small,h3 .small,.h3 small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:.77187rem;margin-bottom:.77187rem}h4 small,h4 .small,.h4 small,.h4 .small,h5 small,h5 .small,.h5 small,.h5 .small,h6 small,h6 .small,.h6 small,.h6 .small{font-size:75%}h1,.h1{font-size:2.25rem}h2,.h2{font-size:1.5rem}h3,.h3{font-size:1.1875rem}h4,.h4{font-size:1rem}h5,.h5{font-size:1.1875rem}h6,.h6{font-size:.75rem}p{margin:0 0 .77187rem}.lead{margin-bottom:1.54375rem;font-size:1rem;font-weight:300;line-height:1.4}@media (min-width: 48rem){.lead{font-size:1.78125rem}}small,.small{font-size:73%}mark,.mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase,.initialism{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#e5e5e5}.text-primary{color:#428bca}a.text-primary:hover,a.text-primary:focus{color:#3071a9}.text-success{color:#3c763d}a.text-success:hover,a.text-success:focus{color:#2b542c}.text-info{color:#31708f}a.text-info:hover,a.text-info:focus{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover,a.text-warning:focus{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover,a.text-danger:focus{color:#843534}.bg-primary{color:#fff}.bg-primary{background-color:#428bca}a.bg-primary:hover,a.bg-primary:focus{background-color:#3071a9}.bg-success{background-color:#dff0d8}a.bg-success:hover,a.bg-success:focus{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover,a.bg-info:focus{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover,a.bg-warning:focus{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover,a.bg-danger:focus{background-color:#e4b9b9}.page-header{margin:3.0875rem 0 1.54375rem;border-bottom:1px solid #f2f2f2}ul,ol{margin-top:0;margin-bottom:.77187rem}ul ul,ul ol,ol ul,ol ol{margin-bottom:0}.list-unstyled,.list-inline{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:1.54375rem}dt,dd{line-height:1.3}dt{font-weight:bold}dd{margin-left:0}.dl-horizontal dd:before,.dl-horizontal dd:after{content:" ";display:table}.dl-horizontal dd:after{clear:both}@media (min-width: 48rem){.dl-horizontal dt{float:left;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:11.25rem}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #e5e5e5}.initialism{font-size:90%}blockquote{padding:.77187rem 1.54375rem;margin:0 0 1.54375rem;font-size:1.48438rem;border-left:5px solid #f2f2f2}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.3;color:#e5e5e5}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #f2f2f2;border-left:0;text-align:right}.blockquote-reverse footer:before,.blockquote-reverse small:before,.blockquote-reverse .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,.blockquote-reverse small:after,.blockquote-reverse .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:1.54375rem;font-style:normal;line-height:1.3}table{background-color:rgba(0,0,0,0)}caption{padding-top:.5rem;padding-bottom:.5rem;color:#e5e5e5;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:1.54375rem}.table>thead>tr>th,.table>thead>tr>td,.table>tbody>tr>th,.table>tbody>tr>td,.table>tfoot>tr>th,.table>tfoot>tr>td{padding:.5rem;line-height:1.3;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>th,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>tfoot>tr>td{padding:.3125rem}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>thead>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>thead>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>thead>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>thead>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>thead>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:0.01%}@media screen and (max-width: 47.9375rem){.table-responsive{width:100%;margin-bottom:1.15781rem;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}.import-education-data{display:block;width:100%;padding:0;margin-bottom:1.54375rem;font-size:1.78125rem;line-height:inherit;color:#c9c9c9;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}input[type="search"]{box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:1.625rem;font-size:1.1875rem;line-height:1.3;color:#d2d2d2}.form-control{display:block;width:100%;height:2.91875rem;padding:.625rem .9375rem;font-size:1.1875rem;line-height:1.3;color:#d2d2d2;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);transition:border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s}.form-control:focus{border-color:#66afe9;outline:0;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.form-control::-moz-placeholder{color:#e5e5e5;opacity:1}.form-control:-ms-input-placeholder{color:#e5e5e5}.form-control::-webkit-input-placeholder{color:#e5e5e5}.form-control::-ms-expand{border:0;background-color:transparent}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#f2f2f2;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio: 0){input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{line-height:2.91875rem}input[type="date"].input-sm,.input-group-sm>input.form-control[type="date"],.input-group-sm>input.input-group-addon[type="date"],.input-group-sm>.input-group-btn>input.btn[type="date"],.input-group-sm input[type="date"],input[type="time"].input-sm,.input-group-sm>input.form-control[type="time"],.input-group-sm>input.input-group-addon[type="time"],.input-group-sm>.input-group-btn>input.btn[type="time"],.input-group-sm input[type="time"],input[type="datetime-local"].input-sm,.input-group-sm>input.form-control[type="datetime-local"],.input-group-sm>input.input-group-addon[type="datetime-local"],.input-group-sm>.input-group-btn>input.btn[type="datetime-local"],.input-group-sm input[type="datetime-local"],input[type="month"].input-sm,.input-group-sm>input.form-control[type="month"],.input-group-sm>input.input-group-addon[type="month"],.input-group-sm>.input-group-btn>input.btn[type="month"],.input-group-sm input[type="month"]{line-height:2.0625rem}input[type="date"].input-lg,.input-group-lg>input.form-control[type="date"],.input-group-lg>input.input-group-addon[type="date"],.input-group-lg>.input-group-btn>input.btn[type="date"],.input-group-lg input[type="date"],input[type="time"].input-lg,.input-group-lg>input.form-control[type="time"],.input-group-lg>input.input-group-addon[type="time"],.input-group-lg>.input-group-btn>input.btn[type="time"],.input-group-lg input[type="time"],input[type="datetime-local"].input-lg,.input-group-lg>input.form-control[type="datetime-local"],.input-group-lg>input.input-group-addon[type="datetime-local"],.input-group-lg>.input-group-btn>input.btn[type="datetime-local"],.input-group-lg input[type="datetime-local"],input[type="month"].input-lg,.input-group-lg>input.form-control[type="month"],.input-group-lg>input.input-group-addon[type="month"],.input-group-lg>.input-group-btn>input.btn[type="month"],.input-group-lg input[type="month"]{line-height:3.82875rem}}.form-group{margin-bottom:.9375rem}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:1.54375rem;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="radio"].disabled,fieldset[disabled] input[type="radio"],input[type="checkbox"][disabled],input[type="checkbox"].disabled,fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,fieldset[disabled] .radio-inline,.checkbox-inline.disabled,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,fieldset[disabled] .radio label,.checkbox.disabled label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:1.625rem;padding-bottom:1.625rem;margin-bottom:0;min-height:2.73125rem}.form-control-static.input-lg,.input-group-lg>.form-control-static.form-control,.input-group-lg>.form-control-static.input-group-addon,.input-group-lg>.input-group-btn>.form-control-static.btn,.form-control-static.input-sm,.input-group-sm>.form-control-static.form-control,.input-group-sm>.form-control-static.input-group-addon,.input-group-sm>.input-group-btn>.form-control-static.btn{padding-left:0;padding-right:0}.input-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:2.0625rem;padding:.3125rem .625rem;font-size:.875rem;line-height:1.5;border-radius:3px}select.input-sm,.input-group-sm>select.form-control,.input-group-sm>select.input-group-addon,.input-group-sm>.input-group-btn>select.btn{height:2.0625rem;line-height:2.0625rem}textarea.input-sm,.input-group-sm>textarea.form-control,.input-group-sm>textarea.input-group-addon,.input-group-sm>.input-group-btn>textarea.btn,select[multiple].input-sm,.input-group-sm>select.form-control[multiple],.input-group-sm>select.input-group-addon[multiple],.input-group-sm>.input-group-btn>select.btn[multiple]{height:auto}.form-group-sm .form-control{height:2.0625rem;padding:.3125rem .625rem;font-size:.875rem;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:2.0625rem;line-height:2.0625rem}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto}.form-group-sm .form-control-static{height:2.0625rem;min-height:2.41875rem;padding:1.3125rem .625rem;font-size:.875rem;line-height:1.5}.input-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:3.82875rem;padding:.9375rem 1.25rem;font-size:1.375rem;line-height:1.33;border-radius:6px}select.input-lg,.input-group-lg>select.form-control,.input-group-lg>select.input-group-addon,.input-group-lg>.input-group-btn>select.btn{height:3.82875rem;line-height:3.82875rem}textarea.input-lg,.input-group-lg>textarea.form-control,.input-group-lg>textarea.input-group-addon,.input-group-lg>.input-group-btn>textarea.btn,select[multiple].input-lg,.input-group-lg>select.form-control[multiple],.input-group-lg>select.input-group-addon[multiple],.input-group-lg>.input-group-btn>select.btn[multiple]{height:auto}.form-group-lg .form-control{height:3.82875rem;padding:.9375rem 1.25rem;font-size:1.375rem;line-height:1.33;border-radius:6px}.form-group-lg select.form-control{height:3.82875rem;line-height:3.82875rem}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto}.form-group-lg .form-control-static{height:3.82875rem;min-height:2.91875rem;padding:1.9375rem 1.25rem;font-size:1.375rem;line-height:1.33}.has-feedback{position:relative}.has-feedback .form-control{padding-right:3.64844rem}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:2.91875rem;height:2.91875rem;line-height:2.91875rem;text-align:center;pointer-events:none}.input-lg+.form-control-feedback,.input-group-lg>.form-control+.form-control-feedback,.input-group-lg>.input-group-addon+.form-control-feedback,.input-group-lg>.input-group-btn>.btn+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{width:3.82875rem;height:3.82875rem;line-height:3.82875rem}.input-sm+.form-control-feedback,.input-group-sm>.form-control+.form-control-feedback,.input-group-sm>.input-group-addon+.form-control-feedback,.input-group-sm>.input-group-btn>.btn+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:2.0625rem;height:2.0625rem;line-height:2.0625rem}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#2b542c;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#843534;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.has-feedback label ~ .form-control-feedback{top:6.54375rem}.has-feedback label.sr-only ~ .form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#404040}@media (min-width: 48rem){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:1.625rem}.form-horizontal .radio,.form-horizontal .checkbox{min-height:3.16875rem}.form-horizontal .form-group{margin-left:-.625rem;margin-right:-.625rem}.form-horizontal .form-group:before,.form-horizontal .form-group:after{content:" ";display:table}.form-horizontal .form-group:after{clear:both}@media (min-width: 48rem){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:1.625rem}}.form-horizontal .has-feedback .form-control-feedback{right:0rem}@media (min-width: 48rem){.form-horizontal .form-group-lg .control-label{padding-top:1.9375rem;font-size:1.375rem}}@media (min-width: 48rem){.form-horizontal .form-group-sm .control-label{padding-top:1.3125rem;font-size:.875rem}}.btn{display:inline-block;margin-bottom:0;font-weight:bold;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:.625rem .9375rem;font-size:1.1875rem;line-height:1.3;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn.focus,.btn:active:focus,.btn:active.focus,.btn.active:focus,.btn.active.focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:focus,.btn-default.focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.btn-default.dropdown-toggle{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active:hover,.btn-default:active:focus,.btn-default:active.focus,.btn-default.active:hover,.btn-default.active:focus,.btn-default.active.focus,.open>.btn-default.dropdown-toggle:hover,.open>.btn-default.dropdown-toggle:focus,.open>.btn-default.dropdown-toggle.focus{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default:active,.btn-default.active,.open>.btn-default.dropdown-toggle{background-image:none}.btn-default.disabled:hover,.btn-default.disabled:focus,.btn-default.disabled.focus,.btn-default[disabled]:hover,.btn-default[disabled]:focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default:hover,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default.focus{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#3071a9;border-color:#193c5a}.btn-primary:hover{color:#fff;background-color:#3071a9;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open>.btn-primary.dropdown-toggle{color:#fff;background-color:#3071a9;border-color:#285e8e}.btn-primary:active:hover,.btn-primary:active:focus,.btn-primary:active.focus,.btn-primary.active:hover,.btn-primary.active:focus,.btn-primary.active.focus,.open>.btn-primary.dropdown-toggle:hover,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle.focus{color:#fff;background-color:#285e8e;border-color:#193c5a}.btn-primary:active,.btn-primary.active,.open>.btn-primary.dropdown-toggle{background-image:none}.btn-primary.disabled:hover,.btn-primary.disabled:focus,.btn-primary.disabled.focus,.btn-primary[disabled]:hover,.btn-primary[disabled]:focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary:hover,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary.focus{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.btn-success.dropdown-toggle{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active:hover,.btn-success:active:focus,.btn-success:active.focus,.btn-success.active:hover,.btn-success.active:focus,.btn-success.active.focus,.open>.btn-success.dropdown-toggle:hover,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle.focus{color:#fff;background-color:#398439;border-color:#255625}.btn-success:active,.btn-success.active,.open>.btn-success.dropdown-toggle{background-image:none}.btn-success.disabled:hover,.btn-success.disabled:focus,.btn-success.disabled.focus,.btn-success[disabled]:hover,.btn-success[disabled]:focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success:hover,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success.focus{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.btn-info.dropdown-toggle{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active:hover,.btn-info:active:focus,.btn-info:active.focus,.btn-info.active:hover,.btn-info.active:focus,.btn-info.active.focus,.open>.btn-info.dropdown-toggle:hover,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle.focus{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info:active,.btn-info.active,.open>.btn-info.dropdown-toggle{background-image:none}.btn-info.disabled:hover,.btn-info.disabled:focus,.btn-info.disabled.focus,.btn-info[disabled]:hover,.btn-info[disabled]:focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info:hover,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info.focus{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.btn-warning.dropdown-toggle{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active:hover,.btn-warning:active:focus,.btn-warning:active.focus,.btn-warning.active:hover,.btn-warning.active:focus,.btn-warning.active.focus,.open>.btn-warning.dropdown-toggle:hover,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle.focus{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning:active,.btn-warning.active,.open>.btn-warning.dropdown-toggle{background-image:none}.btn-warning.disabled:hover,.btn-warning.disabled:focus,.btn-warning.disabled.focus,.btn-warning[disabled]:hover,.btn-warning[disabled]:focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning:hover,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning.focus{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.btn-danger.dropdown-toggle{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active:hover,.btn-danger:active:focus,.btn-danger:active.focus,.btn-danger.active:hover,.btn-danger.active:focus,.btn-danger.active.focus,.open>.btn-danger.dropdown-toggle:hover,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle.focus{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger:active,.btn-danger.active,.open>.btn-danger.dropdown-toggle{background-image:none}.btn-danger.disabled:hover,.btn-danger.disabled:focus,.btn-danger.disabled.focus,.btn-danger[disabled]:hover,.btn-danger[disabled]:focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger:hover,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger.focus{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#006e96;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#00374a;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:hover,fieldset[disabled] .btn-link:focus{color:#e5e5e5;text-decoration:none}.btn-lg{padding:.9375rem 1.25rem;font-size:1.375rem;line-height:1.33;border-radius:6px}.btn-sm{padding:.3125rem .625rem;font-size:.875rem;line-height:1.5;border-radius:3px}.btn-xs{padding:.0625rem .3125rem;font-size:.875rem;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;transition:opacity 0.15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;transition-property:height,visibility;transition-duration:0.35s;transition-timing-function:ease}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:.625rem .9375rem;font-size:1.1875rem;font-weight:normal;line-height:1;color:#d2d2d2;text-align:center;background-color:#f2f2f2;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn{padding:.3125rem .625rem;font-size:.875rem;border-radius:3px}.input-group-addon.input-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn{padding:.9375rem 1.25rem;font-size:1.375rem;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1;overflow:hidden}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs{display:none !important}.visible-sm{display:none !important}.visible-md{display:none !important}.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width: 47.9375rem){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width: 47.9375rem){.visible-xs-block{display:block !important}}@media (max-width: 47.9375rem){.visible-xs-inline{display:inline !important}}@media (max-width: 47.9375rem){.visible-xs-inline-block{display:inline-block !important}}@media (min-width: 48rem) and (max-width: 61.9375rem){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width: 48rem) and (max-width: 61.9375rem){.visible-sm-block{display:block !important}}@media (min-width: 48rem) and (max-width: 61.9375rem){.visible-sm-inline{display:inline !important}}@media (min-width: 48rem) and (max-width: 61.9375rem){.visible-sm-inline-block{display:inline-block !important}}@media (min-width: 62rem) and (max-width: 74.9375rem){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width: 62rem) and (max-width: 74.9375rem){.visible-md-block{display:block !important}}@media (min-width: 62rem) and (max-width: 74.9375rem){.visible-md-inline{display:inline !important}}@media (min-width: 62rem) and (max-width: 74.9375rem){.visible-md-inline-block{display:inline-block !important}}@media (min-width: 75rem){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width: 75rem){.visible-lg-block{display:block !important}}@media (min-width: 75rem){.visible-lg-inline{display:inline !important}}@media (min-width: 75rem){.visible-lg-inline-block{display:inline-block !important}}@media (max-width: 47.9375rem){.hidden-xs{display:none !important}}@media (min-width: 48rem) and (max-width: 61.9375rem){.hidden-sm{display:none !important}}@media (min-width: 62rem) and (max-width: 74.9375rem){.hidden-md{display:none !important}}@media (min-width: 75rem){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{transform:translate(0, -25%);transition:transform 0.3s ease-out}.modal.in .modal-dialog{transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;box-shadow:0 3px 9px rgba(0,0,0,0.5);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header:before,.modal-header:after{content:" ";display:table}.modal-header:after{clear:both}.modal-header .close{margin-top:-2px}h4.modal-title{font-family:Calibri,Arial,sans-serif}.modal-title{margin:0;line-height:1.3}.modal-body{position:relative;padding:1.25rem}.modal-footer{padding:1.25rem;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:before,.modal-footer:after{content:" ";display:table}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 48rem){.modal-dialog{width:37.5rem;margin:30px auto}.modal-content{box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:18.75rem}}@media (min-width: 62rem){.modal-lg{width:56.25rem}}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;transition:0.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto;line-height:1}@media all and (transform-3d), (-webkit-transform-3d){.carousel-inner>.item{transition:transform 0.6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;perspective:1000px}.carousel-inner>.item.next,.carousel-inner>.item.active.right{transform:translate3d(100%, 0, 0);left:0}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{transform:translate3d(-100%, 0, 0);left:0}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{transform:translate3d(0, 0, 0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:1.25rem;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);background-color:rgba(0,0,0,0)}.carousel-control.left{background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;line-height:1;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-control svg{stroke:#000}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators li .active{background-color:#fff}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width: 48rem){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:1.875rem;height:1.875rem;margin-top:-.625rem;font-size:1.875rem}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-.625rem}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-.625rem}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}@font-face{font-family:'Glyphicons Halflings';src:url("../fonts/bootstrap/glyphicons-halflings-regular.eot");src:url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"),url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"),url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg")}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.standardPage #header h1{margin-top:0}.standardPage .mainImage{margin-bottom:1.875rem;width:90%}.standardPage .mainImage img{width:100%}.standardPage #mainBody p,.standardPage #mainBody h1,.standardPage #mainBody h2,.standardPage #mainBody h3,.standardPage #mainBody h4,.standardPage #mainBody h5,.standardPage #mainBody h6,.standardPage #mainBody h7{width:91.66667%}.standardPage #mainBody h2.state-default.state-hover{cursor:pointer}.standardPage #mainBody h2.state-default button{background-color:transparent;border:none;padding:0;margin:0;text-align:initial}.standardPage #mainBody h2.state-default .caret{border-width:7px}.standardPage #mainBody h2.state-default .caret.rotate{border-bottom:7px solid;border-top:none}.standardPage #mainBody button:focus{outline-offset:-0.2rem}.standardPage #mainBody h3.state-default{margin-bottom:0.8rem;margin-top:0.8rem}.standardPage #mainBody h3.state-default.state-hover{cursor:pointer}.standardPage #mainBody h3.state-default button{background-color:transparent;border:none;padding:0;margin:0;text-align:initial}.standardPage #mainBody h3.state-default .caret{border-width:7px}.standardPage #mainBody h3.state-default .caret.rotate{border-bottom:7px solid;border-top:none}.standardPage #mainBody div.content :last-child{margin-bottom:0}.standardPage #mainBody .leaflet-touch .leaflet-control-zoom-in,.standardPage #mainBody .leaflet-touch .leaflet-control-zoom-out,.standardPage #mainBody .leaflet-popup-content a,.standardPage #mainBody a.leaflet-popup-close-button,.standardPage #mainBody .leaflet-touch .leaflet-control-zoom-in:active,.standardPage #mainBody .leaflet-touch .leaflet-control-zoom-out:active,.standardPage #mainBody a.leaflet-popup-close-button:active{text-decoration:none}.standardPage #mainBody .provanordnarBlock a{text-decoration:none}.standardPage #mainBody .provanordnarBlock a:not(.btn):focus{outline-offset:0.15rem}.standardPage .pagePublish{border-bottom:1px solid #000;padding:.9375rem 0}#FullWidthPage #header h1{margin-top:0}#FullWidthPage .mainImage{margin-bottom:1.875rem;width:90%}#FullWidthPage .mainImage img{width:100%}#FullWidthPage #mainBody p,#FullWidthPage #mainBody h1,#FullWidthPage #mainBody h2,#FullWidthPage #mainBody h3,#FullWidthPage #mainBody h4,#FullWidthPage #mainBody h5,#FullWidthPage #mainBody h6,#FullWidthPage #mainBody h7{width:91.66667%}#FullWidthPage #mainBody h2.state-default.state-hover{cursor:pointer}#FullWidthPage #mainBody h2.state-default .caret{border-width:7px}#FullWidthPage #mainBody h2.state-default .caret.rotate{border-bottom:7px solid;border-top:none}#FullWidthPage #mainBody h3.state-default{margin-bottom:0.8rem;margin-top:0.8rem}#FullWidthPage #mainBody h3.state-default.state-hover{cursor:pointer}#FullWidthPage #mainBody h3.state-default .caret{border-width:7px}#FullWidthPage #mainBody h3.state-default .caret.rotate{border-bottom:7px solid;border-top:none}#FullWidthPage #mainBody div.content :last-child{margin-bottom:0}#FullWidthPage .pagePublish{border-bottom:1px solid #000;padding:.9375rem 0}.landingPage .hero-container{position:relative}.landingPage .hero-image{padding-bottom:44.18%;background-size:100% auto;background-position:left top;background-repeat:no-repeat;margin-bottom:0.9375rem}.landingPage .hero-image#hero-image{margin-left:-.625rem;margin-right:-.625rem}@media screen and (min-width: 48rem){.landingPage .hero-image#hero-image{margin-left:-1.25rem;margin-right:-1.25rem}}@media screen and (min-width: 62rem){.landingPage .hero-image#hero-image{margin-left:-1.875rem;margin-right:-1.875rem}}.landingPage .hero-image#hero-image-mobile{margin-left:-.625rem;margin-right:-.625rem}@media screen and (max-width: 47.9375rem){.landingPage .hero-image#hero-image-mobile{padding-bottom:0;margin-bottom:0;background-size:auto auto;background-position:center center;height:16.625rem}}.landingPage #areainfo{margin-top:-16rem;margin-bottom:1.25rem;padding:.9375rem 1.25rem;background-color:#b00060;color:#fff}.landingPage #areainfo h1{margin-bottom:.9375rem;color:inherit}.landingPage #areainfo h1,.landingPage #areainfo p,.landingPage #areainfo span{color:inherit}.landingPage #areainfo a{font-family:BauWebPro,Arial,Verdana;color:inherit;font-size:1.25rem;font-weight:normal}.landingPage #areainfo ul{list-style:none;padding:0}@media (max-width: 30rem){.landingPage #areainfo ul li{margin-bottom:1.25rem}.landingPage #areainfo ul li a{font-size:1.875rem;line-height:1.875rem}}.landingPage .blockFrame{border:none;margin-bottom:0px;padding-bottom:0px;padding-top:0px}.landingPage .blockFrame.relatedLinks{padding:0.9375rem 1.25rem;height:100%}@media (max-width: 30rem){.landingPage .blockFrame.relatedLinks{margin-bottom:0.9375rem}}#startPage .hero-container{position:relative}#startPage .hero-image{padding-bottom:44.18%;background-size:100% auto;background-position:left top;background-repeat:no-repeat;margin-bottom:0.9375rem}#startPage .hero-image#hero-image{margin-left:-.625rem;margin-right:-.625rem}@media screen and (min-width: 48rem){#startPage .hero-image#hero-image{margin-left:-1.25rem;margin-right:-1.25rem}}@media screen and (min-width: 62rem){#startPage .hero-image#hero-image{margin-left:-1.875rem;margin-right:-1.875rem}}#startPage .hero-image#hero-image-mobile{margin-left:-.625rem;margin-right:-.625rem}@media screen and (max-width: 47.9375rem){#startPage .hero-image#hero-image-mobile{padding-bottom:0;margin-bottom:0;background-size:auto auto;background-position:center center;height:16.625rem}}#startPage #startpageOverlay{margin-top:-15.875rem}@media screen and (min-width: 47.9375rem){#startPage #startpageOverlay{margin-top:-10.3125rem}}#startPage #startpageOverlay #areainfo{margin-bottom:1.25rem}@media screen and (max-width: 74.9375rem){#startPage #startpageOverlay #areainfo{margin-bottom:.625rem}}#startPage #startpageOverlay #areainfo .row-flex--sm.row:before,#startPage #startpageOverlay #areainfo .row-flex--sm.row:after{width:0}#startPage #startpageOverlay #areainfo .targetGroupEntrance{background-color:#b00060;display:flex;flex-flow:column;flex:1;width:100%}#startPage #startpageOverlay #areainfo .targetGroupEntrance:hover{background-color:#C0327F}#startPage #startpageOverlay #areainfo .targetGroupEntrance .link{margin:0;padding:0.9375rem 1.25rem;width:100%;color:#fff;display:inline-flex}#startPage #startpageOverlay #areainfo .targetGroupEntrance .link .text{font-family:BauWebPro,Arial,Verdana;font-weight:600;margin-bottom:0px;font-size:1.1875rem;margin-top:0px}#startPage #startpageOverlay #areainfo .targetGroupEntrance .link .icon-pil-hoger-ny{top:0}@media screen and (max-width: 74.9375rem){#startPage #startpageOverlay #areainfo .targetGroupEntrance{margin-bottom:.625rem}}#startPage #startpageOverlay .blockFrame.text{border:none;padding:0 0 0 0;margin:0 0 0 0}#startPage #startpageOverlay #mainBody .article{text-align:center;background-color:#b00060;color:#fff;margin-bottom:1.25rem;padding:0.9375rem 1.25rem;font-weight:700}#startPage #startpageOverlay #mainBody .article h1{color:#fff}#startPage #startpageOverlay #mainBody .article p{margin:0;color:#fff}#startPage #startpageOverlay #mainBody .article a{color:#fff}#startPage #startpageOverlay #startPageSearchCompareArea{font-size:1.5rem;margin-bottom:2rem;padding:.625rem 0 .9375rem 0}@media screen and (min-width: 61.9375rem){#startPage #startpageOverlay #startPageSearchCompareArea{font-size:2rem}}#startPage #startpageOverlay #startPageSearchCompareArea .searchCompareHeader{margin-bottom:.625rem}#startPage #startpageOverlay #startPageSearchCompareArea .searchCompareHeader a{color:#b00060;font-family:BauWebPro,Arial,Verdana;font-weight:600}#startPage #startpageOverlay #startPageSearchCompareArea .searchCompareHeader a:hover{color:#000}#startPage #startpageOverlay #startPageSearchCompareArea .searchSokJamfor .searchPlaceholder{font-size:1.5rem;height:3.4375rem;background-color:#f7e5ef;border:none;color:#000;box-shadow:none}#startPage #startpageOverlay #startPageSearchCompareArea .searchSokJamfor .searchPlaceholder:focus{border:2px solid #b00060;border-right:none;background-color:#fff;z-index:2}#startPage #startpageOverlay #startPageSearchCompareArea .searchSokJamfor .searchPlaceholder::-moz-placeholder{color:#404040;opacity:1}#startPage #startpageOverlay #startPageSearchCompareArea .searchSokJamfor .searchPlaceholder:-ms-input-placeholder{color:#404040;opacity:1}#startPage #startpageOverlay #startPageSearchCompareArea .searchSokJamfor .searchPlaceholder::placeholder{color:#404040;opacity:1}#startPage #startpageOverlay #startPageSearchCompareArea .searchSokJamfor .searchPlaceholder:-ms-input-placeholder{color:#404040}#startPage #startpageOverlay #startPageSearchCompareArea .searchSokJamfor .searchPlaceholder::-ms-input-placeholder{color:#404040}#startPage #startpageOverlay #startPageSearchCompareArea .searchSokJamfor .sokJamForSearchbutton{font-size:1.5rem;font-weight:600;height:3.4375rem;background-color:#b00060;color:#fff;border-radius:0;margin-top:0;width:auto}#startPage #startpageOverlay #startPageSearchCompareArea .searchSokJamfor .sokJamForSearchbutton .icon{margin-right:0.25rem}#startPage #startpageOverlay #startPageSearchCompareArea .searchSokJamfor .sokJamForSearchbutton:hover,#startPage #startpageOverlay #startPageSearchCompareArea .searchSokJamfor .sokJamForSearchbutton:active,#startPage #startpageOverlay #startPageSearchCompareArea .searchSokJamfor .sokJamForSearchbutton:focus{background-color:#C0327F}#searchPage .searchbox{margin-bottom:1.875rem;width:100%}#searchPage .searchbox .searchPlaceholder{background-color:#f7e5ef;display:inline-block;vertical-align:middle;float:none;border-radius:0;border:none;box-shadow:none;color:#000;width:100%}#searchPage .searchbox .searchPlaceholder::-moz-placeholder{color:#404040;opacity:1}#searchPage .searchbox .searchPlaceholder:-ms-input-placeholder{color:#404040;opacity:1}#searchPage .searchbox .searchPlaceholder::placeholder{color:#404040;opacity:1}#searchPage .searchbox .searchPlaceholder:-ms-input-placeholder{color:#404040}#searchPage .searchbox .searchPlaceholder::-ms-input-placeholder{color:#404040}#searchPage .searchbox .searchPlaceholder:focus{border:2px solid #b00060;border-right:none;background-color:#fff;z-index:2}#searchPage .searchbox .searchPlaceholder:focus{z-index:2}#searchPage .searchbox .ess-searchbutton{background-color:#b00060;color:#fff;font-weight:bold;border-radius:0;margin-top:0;width:auto}#searchPage .searchbox .ess-searchbutton .icon{margin-right:0.25rem}#searchPage .searchbox .ess-searchbutton:hover,#searchPage .searchbox .ess-searchbutton:active,#searchPage .searchbox .ess-searchbutton:focus{background-color:#C0327F}#searchPage .ess-searchResult.ess-spellingSuggestion,#searchPage .didYouMean{background-image:none;border:1px solid #b00060;max-width:100%;padding:.9375rem}#searchPage .ess-searchResult.ess-spellingSuggestion h5,#searchPage .didYouMean h5{font-family:Calibri,Arial,sans-serif}#searchPage .ess-searchResult.ess-spellingSuggestion ul,#searchPage .didYouMean ul{padding:0;margin:0}#searchPage .ess-searchResult.ess-spellingSuggestion ul li,#searchPage .didYouMean ul li{list-style-type:none;font-size:1rem}#searchPage .ess-searchResult.ess-spellingSuggestion ul li a,#searchPage .didYouMean ul li a{font-size:1.1875rem}#searchPage .header{padding-left:0;margin:1.875rem 0}#searchPage .header h4{display:block;font-size:1.1875rem;font-family:Calibri,Arial,sans-serif;font-weight:normal}#searchPage .header h4 span{font-family:Calibri,Arial,sans-serif}#searchPage .header h4 strong{font-family:BauWebPro,Arial,Verdana;font-weight:600}#searchPage .header .menu{margin-top:1.25rem}#searchPage .header .menu .btn{margin-left:0}#searchPage ol{list-style-type:none;padding:0}#searchPage ol li{border-bottom:1px solid #DDD;padding-bottom:0;margin-bottom:1.25rem}#searchPage ol li .article{max-width:85%}#searchPage ol li .article .ess-documentInformation{display:inline}#searchPage ol li .article .ess-documentInformation dt{display:none}#searchPage ol li .article .ess-documentInformation dd{display:inline;margin:0}#searchPage ol li .article .ess-documentInformation dd:after{content:" - "}#searchPage ol li .article .ess-documentInformation dd:last-child:after{content:""}#searchPage ol li .article .ess-documentInformation .xls,#searchPage ol li .article .ess-documentInformation .doc,#searchPage ol li .article .ess-documentInformation .pdf,#searchPage ol li .article .ess-documentInformation .ppt,#searchPage ol li .article .ess-documentInformation .other{color:#fff;padding:0 0.125rem;font-size:.75rem}#searchPage ol li .article .ess-documentInformation .xls{background-color:#50BE1F}#searchPage ol li .article .ess-documentInformation .doc{background-color:#009FE9}#searchPage ol li .article .ess-documentInformation .pdf{background-color:#E91449}#searchPage ol li .article .ess-documentInformation .ppt{background-color:#FF8000}#searchPage ol li .article .ess-documentInformation .other{display:none}#searchPage ol li .article .ess-hitLink{display:inline-block}#searchPage ol li .article .ess-hitLink[title*=".pdf"] h5:before,#searchPage ol li .article .ess-hitLink[title$=".xls"] h5:before,#searchPage ol li .article .ess-hitLink[title$=".doc"] h5:before,#searchPage ol li .article .ess-hitLink[title$=".ppt"] h5:before,#searchPage ol li .article .ess-hitLink[title$=".xlsx"] h5:before,#searchPage ol li .article .ess-hitLink[title$=".docx"] h5:before,#searchPage ol li .article .ess-hitLink[title$=".pptx"] h5:before{display:inline;color:#fff;padding:0 0.125rem;font-size:.75rem;margin-right:0.1875rem}#searchPage ol li .article .ess-hitLink[title*=".pdf"] h5:before{content:"PDF";background-color:#E91449}#searchPage ol li .article .ess-hitLink[title*=".doc"] h5:before,#searchPage ol li .article .ess-hitLink[title*=".docx"] h5:before{content:"DOC";background-color:#009FE9}#searchPage ol li .article .ess-hitLink[title*=".xls"] h5:before,#searchPage ol li .article .ess-hitLink[title*=".xlsx"] h5:before{content:"XLS";background-color:#50BE1F}#searchPage ol li .article .ess-hitLink[title*=".ppt"] h5:before,#searchPage ol li .article .ess-hitLink[title*=".pptx"] h5:before{content:"PPT";background-color:#FF8000}#searchPage ol h5,#searchPage ol p{font-family:Calibri, sans-serif;font-size:1.1875rem;font-weight:400;margin-bottom:.3125rem}#searchPage ol .footer{border-top:none;margin-bottom:1.25rem}#searchPage ol .footer dt,#searchPage ol .footer div,#searchPage ol .footer dd{font-family:Calibri,Arial,sans-serif;font-size:0.9375rem;color:#000;font-weight:400;display:inline-block}#searchPage ol .footer>p,#searchPage ol .footer>a{display:none}#searchPage .ess-searchResult{max-width:100%}#searchPage .ess-searchResult .article.True{max-width:100%;background-color:#FBFBC3;background-image:none;border:none;padding:.9375rem;margin-bottom:0.5rem}#searchPage .ess-searchResult .article.True a:hover{text-decoration:none}#searchPage .ess-searchResult .article.True .footer{display:none}#searchPage .ess-searchResult.ess-bestBet{max-width:100%;background-color:#FBFBC3;background-image:none;border:none;padding:.9375rem;margin-bottom:0.5rem}#searchPage .ess-searchResult.ess-bestBet a:hover{text-decoration:none}#searchPage .ess-searchResult.ess-bestBet h5,#searchPage .ess-searchResult.ess-bestBet p{margin:0}#searchPage .ess-searchResult.ess-bestBet h5{font-family:Calibri,Arial,sans-serif;font-size:1.1875rem}#searchPage .ess-searchResult.ess-bestBet h5:hover{text-decoration:underline}#searchPage .ess-searchResult.ess-bestBet p{font-family:Calibri,Arial,sans-serif;font-size:1rem;line-height:1.125rem;color:#000}#searchPage .ess-searchResult.ess-bestBet a p:before{font-weight:700;font-size:.75rem;background-color:#000;color:#fff;padding:0 0.125rem;margin-right:0.1875rem}#searchPage .ess-searchResult.ess-bestBet.work,#searchPage .ess-searchResult.ess-bestBet.education{background-color:#FDDCE4}#searchPage .ess-searchResult.ess-bestBet.work a p:before{content:"YRKEN"}#searchPage .ess-searchResult.ess-bestBet.education a p:before{content:"UTBILDNING"}@media (max-width: 48rem){#searchPage .ess-searchResult .article{max-width:100%}#searchPage .ess-pagination.footer li a,#searchPage .ess-pagination.footer li.ess-active{padding-left:1.25rem;padding-right:1.25rem}}#Erasmuspage #header .shareButtons{margin-top:0px;top:-5px}@media (min-width: 30rem){#Erasmuspage #header .shareButtons{float:right}}#Erasmuspage #map-canvas,#Erasmuspage #noMap,#Erasmuspage #loadingMap{height:28.125rem;margin-bottom:1.875rem}#Erasmuspage #noMap,#Erasmuspage #loadingMap{padding-top:1.25rem;height:auto}@media (min-width: 62rem){#Erasmuspage #noMap,#Erasmuspage #loadingMap{padding-top:8.75rem;height:28.125rem}}@media (max-width: 62rem){#Erasmuspage #noMap,#Erasmuspage #loadingMap{background:none !important;background-color:#EEDC00 !important}}#Erasmuspage #noMap .loadingText,#Erasmuspage #loadingMap .loadingText{font-family:Calibri,Arial,sans-serif;font-size:1.875rem;font-weight:700;color:#E91449;margin-top:1.5625rem;text-align:center}@media (min-width: 62rem){#Erasmuspage #noMap .loadingText,#Erasmuspage #loadingMap .loadingText{color:#fff}}@media (min-width: 48rem) and (max-width: 62rem){#Erasmuspage #noMap .loadingText,#Erasmuspage #loadingMap .loadingText{padding-bottom:1.25rem;margin-top:.3125rem}}@media (max-width: 48rem){#Erasmuspage #noMap .loadingText,#Erasmuspage #loadingMap .loadingText{padding:1.25rem .625rem;margin-top:.3125rem}}@media (max-width: 30rem){#Erasmuspage #noMap .loadingText,#Erasmuspage #loadingMap .loadingText{font-size:1.25rem}}#Erasmuspage #noMap #selectInfo,#Erasmuspage #loadingMap #selectInfo{font-family:Calibri,Arial,sans-serif;font-size:1.875rem;font-weight:700;padding:0 5.25rem;color:#E91449}@media (min-width: 62rem){#Erasmuspage #noMap #selectInfo,#Erasmuspage #loadingMap #selectInfo{color:#fff}}@media (min-width: 48rem) and (max-width: 62rem){#Erasmuspage #noMap #selectInfo,#Erasmuspage #loadingMap #selectInfo{padding-bottom:1.25rem}}@media (max-width: 48rem){#Erasmuspage #noMap #selectInfo,#Erasmuspage #loadingMap #selectInfo{padding:1.25rem .625rem}}@media (max-width: 30rem){#Erasmuspage #noMap #selectInfo,#Erasmuspage #loadingMap #selectInfo{font-size:1.25rem}}#Erasmuspage #noMap #selectInfo h3,#Erasmuspage #loadingMap #selectInfo h3{font-size:2.25rem;margin-bottom:1.25rem}@media (max-width: 30rem){#Erasmuspage #noMap #selectInfo h3,#Erasmuspage #loadingMap #selectInfo h3{font-size:1.5rem}}#Erasmuspage #noMap #selectInfo p,#Erasmuspage #loadingMap #selectInfo p{line-height:1.2}@media (min-width: 62rem){#Erasmuspage #loadingMap{background:none;padding-top:8.75rem;height:28.125rem;background-color:#bc103b}}#Erasmuspage .fullWidhtDropDowns{margin-bottom:.625rem}#Erasmuspage .fullWidhtDropDowns .regularButton,#Erasmuspage .fullWidhtDropDowns #mainContent .EPiServerForms .FormSubmitButton,#mainContent .EPiServerForms #Erasmuspage .fullWidhtDropDowns .FormSubmitButton,#Erasmuspage .fullWidhtDropDowns .styled-select{width:100%;height:37px}#Erasmuspage .fullWidhtDropDowns>div{margin-bottom:.625rem}#Erasmuspage .fullWidhtDropDowns select option{padding:0.4375rem}@media (min-width: 62rem){#Erasmuspage .fullWidhtDropDowns>div:not(:first-child){padding-left:.3125rem}#Erasmuspage .fullWidhtDropDowns>div:not(:last-child){padding-right:.3125rem}}.erasmusMainContent h2:first-child{margin-top:0}.erasmusMainContent #institutionInfo{padding:0}.erasmusMainContent #institutionInfo #institutionLink{background:url("/Static/images/umu_sprite.png") no-repeat scroll -70px -70px rgba(0,0,0,0);padding-left:1.5625rem}.erasmusMainContent #institutionInfo #institutionLink a{font-weight:700;display:inline-block;line-height:1.125rem}.erasmusMainContent #institutionInfo #institutionAddress{padding-left:1.5625rem}.erasmusMainContent #institutionInfo #institutionAddress ul{list-style-type:none;padding:0;margin-bottom:1.875rem}.erasmusMainContent #institutionInfo #institutionAddress ul li{font-weight:700;line-height:1rem;margin-bottom:.3125rem}.erasmusMainContent #applicationLink{padding:0}.erasmusMainContent #applicationLink a{display:block;background-color:#e91449;height:37px;color:#FFF;text-align:center;padding-top:.3125rem}.erasmusMainContent #applicationLink a:hover{background-color:#000;text-decoration:none}.erasmusMainContent #applicationLink a:after{display:none !important}.erasmusMainContent #pagedivider{margin-bottom:3.125rem}@media (min-width: 62rem){.erasmusMainContent #pagedivider{margin-bottom:1.25rem}}.googft-info-window{font-family:Calibri,Arial,sans-serif;font-size:1.125rem}.googft-info-window a{font-weight:700}.googft-info-window .address{display:none}.erasmusFilterButtons{margin-top:.9375rem}.erasmusFilterButtons span{font-weight:700;display:inline-block;margin-right:.9375rem;vertical-align:-.625rem}@media (max-width: 48rem){.erasmusFilterButtons span{display:block}}.erasmusFilterButtons input{margin-right:.625rem;margin-bottom:.625rem}.erasmusFilterButtons input.active{background-color:#000}.spinner{height:60px;width:60px;margin:0px auto;position:relative;-webkit-animation:rotation .6s infinite linear;animation:rotation .6s infinite linear;border-left:6px solid #900;border-right:6px solid #900;border-bottom:6px solid #900;border-top:6px solid #fff;border-radius:100%}@-webkit-keyframes rotation{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}@keyframes rotation{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}#Sweinstmappage #header .shareButtons{margin-top:0px;top:-0.3125rem}@media (min-width: 30rem){#Sweinstmappage #header .shareButtons{float:right}}#Sweinstmappage #map-canvas{height:28.125rem;margin-bottom:1.875rem}.sweInstMapMainContent h2:first-child{margin-top:0}.sweInstMapMainContent #pagedivider{margin-bottom:1.25rem}#campusblockarea{padding-left:0}.googft-info-window{font-family:Calibri,Arial,sans-serif;font-size:1.125rem}.googft-info-window a{font-weight:700}.gm-style .gm-style-iw{font-family:Calibri,Arial,sans-serif;font-size:1.125rem}.gm-style .gm-style-iw a{font-weight:700}.map-button{background-color:#E91449;border:2px solid #E91449;box-shadow:0 2px 6px rgba(0,0,0,0.3);cursor:pointer;margin-top:-25rem;margin-left:-4.125rem;text-align:center}.map-button:hover{background-color:#000;border-color:#000}.map-button>div{color:#fff;font-weight:700;font-family:Calibri,Arial,sans-serif;padding:0.125rem 0.875rem;font-size:1.125rem}.error-page header img#logo{position:relative}@media (max-width: 48rem){.error-page header .logo-container .logoSmallScreens{margin-left:0}}.error-page .main-content{padding:120px 0 60px;font-family:Calibri,Arial,sans-serif}@media (max-width: 48rem){.error-page .main-content{padding:50px 0 60px}}.error-page .main-content p{font-weight:bold}.error-page .main-content a{color:#006e96;word-break:break-all}@media (max-width: 61.9375rem){body:after{content:"mobile";display:none}}@media (min-width: 62rem){body:after{content:"desktop";display:none}}body .searchbox input#SearchBox{-webkit-appearance:none;border-radius:0}#searchComparePage{margin-bottom:1.6875rem}#searchComparePage .searchbox{padding:0.17rem 0 .9375rem 0}#searchComparePage .searchbox .searchPlaceholder{float:none;font-size:1.5rem;height:3.4375rem;background-color:#f7e5ef;border:none;box-shadow:none;color:#000}#searchComparePage .searchbox .searchPlaceholder::-moz-placeholder{color:#404040;opacity:1}#searchComparePage .searchbox .searchPlaceholder:-ms-input-placeholder{color:#404040;opacity:1}#searchComparePage .searchbox .searchPlaceholder::placeholder{color:#404040;opacity:1}#searchComparePage .searchbox .searchPlaceholder:-ms-input-placeholder{color:#404040}#searchComparePage .searchbox .searchPlaceholder::-ms-input-placeholder{color:#404040}#searchComparePage .searchbox .searchPlaceholder:focus{border:2px solid #b00060;border-right:none;background-color:#fff;z-index:2}#searchComparePage .searchbox .ess-searchbutton{font-size:1.5rem;height:3.4375rem;background-color:#b00060;color:#fff;font-weight:bold;border-radius:0;margin-top:0;width:auto}#searchComparePage .searchbox .ess-searchbutton .icon{margin-right:0.25rem}#searchComparePage .searchbox .ess-searchbutton:hover,#searchComparePage .searchbox .ess-searchbutton:active,#searchComparePage .searchbox .ess-searchbutton:focus{background-color:#C0327F}.compare-arrow{font-size:1.875rem;background:#fff;border-left:3px solid #62269e;border-bottom:3px solid #62269e;height:1.25rem;width:1.25rem}#edu-results-page{word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;-o-hyphens:auto;hyphens:auto;margin-top:2.8125rem}#edu-results-page #results-area{z-index:1}#edu-results-page #sidebar-area{z-index:0}#edu-results-page .compare-arrow{position:absolute;color:#62269e}#edu-results-page #compare-info-text{margin-top:1.25rem}#edu-results-page #compare-info-text .compare-info-content{padding:.9375rem 1.25rem;border:3px solid #62269e}#edu-results-page #compare-info-text .compare-info-content .compare-arrow.arrow-left,#edu-results-page #compare-info-text .compare-info-content .compare-arrow.arrow-up{display:none}#edu-results-page #compare-info-text .compare-info-content .compare-arrow.arrow-down{display:block;right:1.875rem;bottom:-9px;transform:rotate(-45deg) translateY(5px) translateX(5px)}#edu-results-page #compare-info-text .compare-info-content p{margin:0}@media (min-width: 62rem){#edu-results-page #compare-info-text{position:absolute;left:66.66666%}#edu-results-page #compare-info-text .compare-info-content .compare-arrow.arrow-left{display:block;left:1px;top:5px;transform:rotate(45deg) translateY(5px) translateX(5px)}#edu-results-page #compare-info-text .compare-info-content .compare-arrow.arrow-down,#edu-results-page #compare-info-text .compare-info-content .compare-arrow.arrow-up{display:none}}#edu-results-page #edu-results-list #resultmetrics{display:inline;font-size:1.5rem;font-family:Calibri,Arial,sans-serif;font-weight:normal}#edu-results-page #edu-results-list #resultmetrics ~ .remove{display:inline-block;font-size:1rem}#edu-results-page #edu-results-list #edu-filters{margin-left:-0.1875rem;margin-right:-0.1875rem;width:auto}#edu-results-page #edu-results-list #edu-filters.blocked .edu-filter{opacity:0.5}@media (min-width: 62rem){#edu-results-page #edu-results-list #edu-filters{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}}#edu-results-page #edu-results-list #edu-filters .edu-filter{border:1px solid #ccc;padding:0 .3125rem .3125rem .3125rem;margin:0.1875rem}@media (min-width: 62rem){#edu-results-page #edu-results-list #edu-filters .edu-filter{order:0;flex:0 1 auto;-ms-grid-row-align:stretch;align-self:stretch}}#edu-results-page #edu-results-list #edu-filters .edu-filter span{display:block;float:left;font-size:1rem;line-height:1.2;padding-right:2rem}#edu-results-page #edu-results-list #edu-filters .edu-filter a{float:right;text-align:center;font-size:1rem;width:1rem;height:1rem;line-height:0.8rem;border-radius:50%;background-color:#006e96;color:#fff;margin-top:0.9rem;text-decoration:none !important}@media (min-width: 62rem){#edu-results-page #edu-results-list #edu-filters .edu-filter a{font-size:0.875rem;width:0.875rem;height:0.875rem;line-height:0.75rem;margin-top:0.25rem;position:relative;left:0.125rem}}#edu-results-page #edu-results-list #edu-filters .edu-filter b{clear:left;display:block;line-height:1.2}#edu-results-page #edu-results-list table{margin-top:1.25rem;width:100%}#edu-results-page #edu-results-list th{border:none;background-color:#fff;border-bottom:4px solid #006e96;border-top:1px solid #ccc;color:#000}#edu-results-page #edu-results-list th:first-child{border-left:1px solid #999}#edu-results-page #edu-results-list td,#edu-results-page #edu-results-list th.column-name{line-height:1.125rem;vertical-align:top;border:none;border-bottom:1px solid #ddd}#edu-results-page #edu-results-list td:last-child,#edu-results-page #edu-results-list th.column-name:last-child{border-right:1px solid #ddd}#edu-results-page #edu-results-list td *,#edu-results-page #edu-results-list th.column-name *{line-height:1.125rem}#edu-results-page #edu-results-list .column-spacer,#edu-results-page #edu-results-list .column-spacer-header{background-color:#ffffff;padding:.3125rem}#edu-results-page #edu-results-list .column-spacer{border-top:none;border-bottom:1px solid #fff;border-right:1px solid #ddd;border-left:1px solid #ddd}#edu-results-page #edu-results-list .column-spacer-header{border-right:1px solid #999;border-left:1px solid #999;border-bottom:none}#edu-results-page #edu-results-list .column-compare-header{border-right:1px solid #999}#edu-results-page #edu-results-list .column-compare-header .compare-info-button{background-color:#fff;margin-left:.3125rem;border:none;padding:0;color:#62269e}#edu-results-page #edu-results-list .compare-min{display:none}#edu-results-page #edu-results-list .add-disabled{color:#999 !important;text-decoration:none;cursor:default}@media (max-width: 48rem){#edu-results-page #edu-results-list .column-language,#edu-results-page #edu-results-list .column-language-header{display:none}}@media (max-width: 590px){#edu-results-page #edu-results-list tr.result .column-pace,#edu-results-page #edu-results-list .column-pace-header{display:none}}@media (max-width: 490px){#edu-results-page #edu-results-list #compare-info-text{display:none}#edu-results-page #edu-results-list #compare-info-text.firstSearchMobile{display:block}#edu-results-page #edu-results-list #compare-info-text.firstSearchMobile #info-text-desktop{display:none}#edu-results-page #edu-results-list #compare-info-text.firstSearchMobile #info-text-mobile{display:block !important}#edu-results-page #edu-results-list #compare-info-text.firstSearchMobile .compare-arrow{display:none !important}#edu-results-page #edu-results-list .column-compare,#edu-results-page #edu-results-list .column-compare-header,#edu-results-page #edu-results-list .column-spacer,#edu-results-page #edu-results-list .column-spacer-header{display:none}#edu-results-page #edu-results-list .compare-min{display:block}#edu-results-page #edu-results-list .compare-min a{font-weight:400 !important}#edu-results-page #edu-results-list .compare-min .compare-info-button{margin-left:.3125rem;color:#62269e;background-color:#fff;border:none;padding:0}#edu-results-page #edu-results-list .compare-min .compare-info-text-min{width:calc(100% + 65px)}#edu-results-page #edu-results-list .compare-min .compare-info-text-min .compare-info-content{position:relative;margin:.625rem 0;padding:.9375rem .9375rem;background-color:#fff;border:3px solid #62269e}#edu-results-page #edu-results-list .compare-min .compare-info-text-min .arrow-up,#edu-results-page #edu-results-list .compare-min .compare-info-text-min .arrow-up-delete{position:absolute;top:-0.8125rem}#edu-results-page #edu-results-list .compare-min .compare-info-text-min .arrow-up,#edu-results-page #edu-results-list .compare-min .compare-info-text-min .arrow-up-delete{left:8.7rem;top:-9px;transform:rotate(135deg) translateY(5px) translateX(5px);height:0.9rem;width:0.9rem}#edu-results-page #edu-results-list .compare-min .compare-info-text-min .arrow-up-delete,#edu-results-page #edu-results-list .compare-min .compare-info-text-min .arrow-up-delete-delete{left:3.9875rem}#edu-results-page #edu-results-list .compare-min .compare-info-text-min p{margin:0;font-weight:normal;color:#000}#edu-results-page #edu-results-list .column-hp,#edu-results-page #edu-results-list .column-hp-header{border-right:1px solid #ddd}#edu-results-page #edu-results-list .column-hp-header{border-right:1px solid #999}#edu-results-page #edu-results-list .column-name,#edu-results-page #edu-results-list .column-name-header{max-width:60%}}#edu-results-page #edu-results-list tbody tr.expandedView{display:none}#edu-results-page #edu-results-list tbody.expanded th.column-name{border-bottom:none}#edu-results-page #edu-results-list tbody.expanded th.column-name .caret{border-top:5px solid #fff;border-left:4px solid transparent;border-right:4px solid transparent}#edu-results-page #edu-results-list tbody.expanded th,#edu-results-page #edu-results-list tbody.expanded td{background-color:#006e96;border-bottom:1px solid #006e96}#edu-results-page #edu-results-list tbody.expanded tr.result a:focus,#edu-results-page #edu-results-list tbody.expanded tr.result button:focus{outline:0.2rem solid #fff}#edu-results-page #edu-results-list tbody.expanded tr.result *{color:#fff !important}#edu-results-page #edu-results-list tbody.expanded tr.result *.add-disabled{opacity:0.7}#edu-results-page #edu-results-list tbody.expanded tr.result * .pieBackground{border-color:#fff}#edu-results-page #edu-results-list tbody.expanded tr.result * .pieSlice1 .pie,#edu-results-page #edu-results-list tbody.expanded tr.result * .pieSlice2 .pie{background-color:#fff}#edu-results-page #edu-results-list tbody.expanded tr.result * .btn{color:#000 !important}#edu-results-page #edu-results-list tbody.expanded tr.expandedView{display:table-row}#edu-results-page #edu-results-list tbody.expanded .expandedView td{background-color:#fff}#edu-results-page #edu-results-list tbody.expanded th.column-name{border-left:1px solid #006e96}#edu-results-page #edu-results-list tbody.expanded td.column-hp{border-right:1px solid #006e96}#edu-results-page #edu-results-list tbody.expanded td.column-compare{border-right:1px solid #006e96}#edu-results-page #edu-results-list tbody.expanded td.column-spacer{border-right:1px solid #006e96;border-left:1px solid #006e96}#edu-results-page #edu-results-list tbody.expanded .compare-min .compare-info-button{background-color:#62269e;color:#fff}#edu-results-page #edu-results-list tbody.expanded .compare-min .compare-info-text-min .compare-arrow{color:#62269e !important}#edu-results-page #edu-results-list tbody.expanded .compare-min .compare-info-text-min p{color:#000 !important}#edu-results-page #edu-results-list tbody.expanded .compare-min .compare-info-text-min p *{color:#000 !important}#edu-results-page #edu-results-list tbody.expanded tr.expandedView>td{border:1px solid #006e96}#edu-results-page #edu-results-list tbody.expanded tr.expandedView>td>div{padding:0}#edu-results-page #edu-results-list tbody.expanded tr.expandedView>td>div.expanded-right{padding-top:1.25rem;padding-left:.625rem}#edu-results-page #edu-results-list tbody.expanded tr.expandedView>td>div.expanded-right a{display:block}#edu-results-page #edu-results-list tbody.expanded tr.expandedView>td>div.expanded-right a.expanded-right-button{background-color:#fff;border:1px solid #006e96;font-size:1.25rem;color:#000;margin-bottom:.3125rem;padding:0.4375rem .625rem;padding-right:.3125rem}#edu-results-page #edu-results-list tbody.expanded tr.expandedView>td>div.expanded-right a.expanded-right-button .glyphicon{float:right}#edu-results-page #edu-results-list tbody.expanded tr.expandedView>td>div.expanded-right a.expanded-right-button:hover{text-decoration:underline}#edu-results-page #edu-results-list tbody.expanded tr.expandedView>td>div.expanded-right a.expanded-right-button:active,#edu-results-page #edu-results-list tbody.expanded tr.expandedView>td>div.expanded-right a.expanded-right-button:focus{text-decoration:none}#edu-results-page #edu-results-list tbody.expanded tr.expandedView>td>div.expanded-right a.expanded-right-button.open{border-right-color:#fff;margin-right:-2.0625rem;text-decoration:underline}#edu-results-page #edu-results-list tbody.expanded tr.expandedView>td>div.expanded-right a.expanded-right-button.open:hover{text-decoration:underline}#edu-results-page #edu-results-list tbody.expanded tr.expandedView>td>div.expanded-right a.expanded-right-link{margin-top:.625rem;font-weight:bold}#edu-results-page #edu-results-list tbody.expanded tr.expandedView>td>div.expanded-right a.expanded-right-link.first{margin-top:.9375rem}#edu-results-page #edu-results-list tbody.expanded tr.expandedView>td>div.expanded-right a.expanded-right-link.last{margin-bottom:.9375rem}#edu-results-page #edu-results-list tbody.expanded tr.expandedView>td>div.expanded-left{padding-top:.3125rem;padding-right:.625rem}#edu-results-page #edu-results-list tbody.expanded tr.expandedView>td>div h3,#edu-results-page #edu-results-list tbody.expanded tr.expandedView>td>div h4{font-weight:700;margin-top:.9375rem;font-family:Calibri,Arial,sans-serif;font-size:1rem}#edu-results-page #edu-results-list tbody.expanded tr.expandedView>td>div h3:focus,#edu-results-page #edu-results-list tbody.expanded tr.expandedView>td>div h4:focus{outline:none}#edu-results-page #edu-results-list tbody.expanded .expandedView-table{margin-top:0;margin-bottom:.3125rem}#edu-results-page #edu-results-list tbody.expanded .expandedView-table td{border:none;border-bottom:1px solid #ddd}#edu-results-page #edu-results-list tbody.expanded .expandedView-table td.snug{padding-left:0}#edu-results-page #edu-results-list tbody.expanded .expandedView-table td.expanded-eligibility{-ms-word-break:break-all;overflow-wrap:break-word;word-break:break-word}#edu-results-page #edu-results-list tbody.expanded .expandedView-table td.expanded-applicationcode{text-transform:uppercase}#edu-results-page #edu-results-list tbody.expanded .expandedView-table td.expanded-level{text-transform:capitalize}#edu-results-page #edu-results-list tbody.expanded .expandedView-table tr.lastRow td{border-bottom:1px solid transparent}#edu-results-page #edu-results-list tbody.expanded .expandedView-table .applicationlink{text-transform:none;float:right}#edu-results-page #edu-results-list tbody.expanded .table-container{display:block;font-size:1rem}#edu-results-page #edu-results-list tbody.expanded .flex-table{display:flex;flex-flow:row nowrap}#edu-results-page #edu-results-list tbody.expanded .rowspan{display:flex;flex-flow:row wrap;align-items:flex-start;justify-content:center}#edu-results-page #edu-results-list tbody.expanded .flex-cell{border-bottom:1px solid #ddd;padding:0.3125rem 0.625rem}@media all and (max-width: 767px){#edu-results-page #edu-results-list tbody.expanded .flex-row{width:calc(100% / 3)}#edu-results-page #edu-results-list tbody.expanded .flex-row.first{width:100%}#edu-results-page #edu-results-list tbody.expanded .column{width:100%}}@media all and (max-width: 430px){#edu-results-page #edu-results-list tbody.expanded .flex-row{width:100%}#edu-results-page #edu-results-list tbody.expanded .flex-row.first{width:100%}#edu-results-page #edu-results-list tbody.expanded .column{width:100%}#edu-results-page #edu-results-list tbody.expanded .flex-cell{width:100%}}#edu-results-page #edu-results-list tbody.expanded .expandedView-grid{margin-top:0;margin-bottom:.3125rem}#edu-results-page #edu-results-list tbody.expanded .expandedView-grid .expanded-table-body-row.firstRow div.expanded-table-body-cell{width:100%;justify-content:left}#edu-results-page #edu-results-list tbody.expanded .expandedView-grid .expanded-table-body-row .expanded-table-body-cell{border:none;border-bottom:1px solid #ddd}#edu-results-page #edu-results-list tbody.expanded .expandedView-grid .expanded-table-body-row .expanded-table-body-cell:first-child{width:35%}#edu-results-page #edu-results-list tbody.expanded .expandedView-grid .expanded-table-body-row .expanded-table-body-cell:last-child{width:65%}#edu-results-page #edu-results-list tbody.expanded .expandedView-grid .expanded-table-body-row .expanded-table-body-cell.snug{padding-left:0}#edu-results-page #edu-results-list tbody.expanded .expandedView-grid .expanded-table-body-row .expanded-table-body-cell.expanded-eligibility{-ms-word-break:break-all;overflow-wrap:break-word;word-break:break-word}#edu-results-page #edu-results-list tbody.expanded .expandedView-grid .expanded-table-body-row .expanded-table-body-cell.expanded-applicationcode{text-transform:uppercase}#edu-results-page #edu-results-list tbody.expanded .expandedView-grid .expanded-table-body-row .expanded-table-body-cell .expanded-level{text-transform:capitalize}#edu-results-page #edu-results-list tbody.expanded .expandedView-grid .expanded-table-body-row.lastRow .expanded-table-body-cell{border-bottom:1px solid transparent}#edu-results-page #edu-results-list tbody.expanded .expandedView-grid .applicationlink{text-transform:none;float:right}@media (max-width: 48rem){#edu-results-page #edu-results-list tbody.expanded tr.expandedView>td>div.expanded-right{padding-left:0}}#edu-results-page #edu-results-list th.column-name{border-left:1px solid #ddd;background-color:transparent;font-size:1rem;position:relative}#edu-results-page #edu-results-list th.column-name .place{color:#000;font-weight:400;margin-top:0.1875rem}#edu-results-page #edu-results-list th.column-name .arrow{position:absolute;left:-13px;top:5px}#edu-results-page #edu-results-list th.column-name .caret{border-left:5px solid #006e96;border-top:4px solid transparent;border-bottom:4px solid transparent;margin-left:0}#edu-results-page #edu-results-list th.column-name .distance:not(:empty){background-color:#62269E;color:#fff;font-weight:700;display:inline-block;padding-left:0.125rem;padding-right:0.125rem}#edu-results-page #edu-results-list th.column-name .event-info{position:relative;display:block;margin-left:.625rem}#edu-results-page #edu-results-list th.column-name a{font-weight:700;margin-right:.3125rem}#edu-results-page #edu-results-list .column-hp.null>span,#edu-results-page #edu-results-list .column-hp.null>div{display:none}#edu-results-page #edu-results-list .snug{width:1px;white-space:nowrap}#edu-results-page #edu-results-list .pieContainer{height:0.875rem;width:0.875rem;display:inline-block}#edu-results-page #edu-results-list .pieContainer.True{display:none}#edu-results-page #edu-results-list .pieBackground{margin-top:0.125rem;position:absolute;width:0.875rem;height:0.875rem;border-radius:0.4375rem;border:1px solid #006e96}#edu-results-page #edu-results-list .pie{position:absolute;width:.625rem;height:.625rem;border-radius:.3125rem;clip:rect(0px, 5px, 10px, 0px)}#edu-results-page #edu-results-list .hold{margin-top:0.25rem;margin-left:0.125rem;position:absolute;width:.625rem;height:.625rem;border-radius:.3125rem;clip:rect(0px, 10px, 10px, 5px)}#edu-results-page #edu-results-list .pieSlice1 .pie{background-color:#006e96;transform:rotate(180deg)}#edu-results-page #edu-results-list .pieSlice2{transform:rotate(180deg)}#edu-results-page #edu-results-list .pieSlice2 .pie{background-color:#006e96;transform:rotate(180deg)}#edu-results-page #edu-results-list .paceCount,#edu-results-page #edu-results-list .paceCount.False,#edu-results-page #edu-results-list .pieSlice2.True,#edu-results-page #edu-results-list .pieSlice1.True{display:none}#edu-results-page #edu-results-list .paceCount.True{display:inline;color:#E91449;font-size:0.8125rem;left:0.1875rem;position:absolute;top:-0.25rem}#edu-results-page #edu-results-list .onePace.True,#edu-results-page #edu-results-list .severalPace.False{display:none}.modal-dialog{min-width:37.5rem;width:80%;max-width:50rem}.modal-dialog .modal-header{background-color:#62269E;color:#fff;padding:0.25rem 0.3125rem 0.25rem 1.25rem;text-align:right}.modal-dialog .modal-header .modal-title{float:left}.modal-dialog .modal-header button{background-color:transparent;color:#fff;font-size:1.5rem;line-height:1.125rem;padding:0 0.25rem 0.125rem 0.25rem;margin-top:0.125rem;border:2px solid #fff;border-radius:50%}.modal-dialog .modal-footer{padding:.625rem 1.25rem 1.25rem .625rem}.modal-dialog .modal-footer button{float:right}.modal-body h2,#edu-admission-statistics h2{font-size:1.1875rem}.modal-body :not(.backLink) a,#edu-admission-statistics :not(.backLink) a{text-decoration:underline}.modal-body table.results,#edu-admission-statistics table.results{overflow-x:auto;display:block;clear:both;margin-left:6.25rem}.modal-body table.results td,#edu-admission-statistics table.results td{text-align:center;white-space:nowrap;border:1px solid #ddd;background-color:#fff}.modal-body table.results td.noone,.modal-body table.results td.notused,#edu-admission-statistics table.results td.noone,#edu-admission-statistics table.results td.notused{color:#000}.modal-body table.results th,#edu-admission-statistics table.results th{white-space:nowrap;background-color:#666;color:#fff}.modal-body table.results th[scope="col"],#edu-admission-statistics table.results th[scope="col"]{font-weight:normal;text-align:center}.modal-body table.results th[scope="row"],#edu-admission-statistics table.results th[scope="row"]{text-align:right;width:6.25rem;margin-left:-6.25rem;position:absolute}.modal-body table.results tbody th,#edu-admission-statistics table.results tbody th{border-top:1px solid #eee}.modal-body .ingress,#edu-admission-statistics .ingress{font-size:1rem;line-height:1.125rem;max-width:60ex}.modal-body .selection-criterion-description,#edu-admission-statistics .selection-criterion-description{font-size:1rem;line-height:1.125rem;max-width:60ex}.modal-body .selection-criterion-description table,#edu-admission-statistics .selection-criterion-description table{border-collapse:collapse;border-spacing:0;border:none;display:table}.modal-body .selection-criterion-description table th,.modal-body .selection-criterion-description table td,#edu-admission-statistics .selection-criterion-description table th,#edu-admission-statistics .selection-criterion-description table td{border:none;text-align:left;padding:.3125rem 1.25rem .3125rem 0}.modal-body .selection-criterion-description table td,#edu-admission-statistics .selection-criterion-description table td{min-width:5rem}.edu-sel-heading{font-size:1.875rem;margin-bottom:.9375rem;margin-top:0;line-height:1.3;font-family:Calibri,Arial,sans-serif;font-weight:normal}.edu-sel-heading span{display:block}#edu-results-selector-page{overflow:hidden}#edu-results-selector-page ul,#edu-results-selector-page li{display:block;margin:0;padding:0}#edu-results-selector-page .edu-sel>ul{position:relative}#edu-results-selector-page .edu-sel>ul>li{font-size:1.5rem;padding-right:0;border:1px solid #fff}#edu-results-selector-page .edu-sel>ul>li.sel-subnav a:focus{outline-offset:0.15rem}#edu-results-selector-page .edu-sel>ul>li button:focus,#edu-results-selector-page .edu-sel>ul>li a:focus{outline-offset:-0.15rem}#edu-results-selector-page .edu-sel>ul>li>a:not(.Close){display:block;min-height:2.5rem;line-height:1.75rem;padding:0.5rem 2.5rem 0.5rem .625rem;border:1px solid #fff;border-bottom:1px solid #ccc}#edu-results-selector-page .edu-sel>ul>li a.Close{margin-top:1.875rem}#edu-results-selector-page .edu-sel>ul>li.adjusted>a{border-bottom-color:#fff}#edu-results-selector-page .edu-sel>ul>li.open>a{color:#000;border:1px solid #000;border-bottom:1px solid #ccc;text-decoration:none}#edu-results-selector-page .edu-sel>ul>li.open>a:hover,#edu-results-selector-page .edu-sel>ul>li.open>a:focus{text-decoration:underline}#edu-results-selector-page .edu-sel>ul>li.open>a:focus{outline:0.2rem solid HighLight}#edu-results-selector-page .edu-sel>ul>li.open+li{padding:.625rem 1.25rem 1.875rem 1.25rem;color:#000;border:1px solid #000;border-top-color:#fff}#edu-results-selector-page .edu-sel>ul>li.open+li ul,#edu-results-selector-page .edu-sel>ul>li.open+li li{font-size:1.1875rem;line-height:1.25rem;display:block;margin:0;padding:0}#edu-results-selector-page .edu-sel>ul>li.open+li li{padding-top:.3125rem;padding-bottom:.625rem}#edu-results-selector-page .edu-sel>ul>li.open+li li a{display:block;font-size:1.25rem}#edu-results-selector-page .edu-sel>ul>li.open+li li+li{padding-bottom:0}#edu-results-selector-page .edu-sel>ul>li.closed+li{display:none}@media (max-width: 47.9375rem){#edu-results-selector-page .edu-sel>ul>li{border:none}#edu-results-selector-page .edu-sel>ul>li.open+li.sel-subnav{padding-left:0}#edu-results-selector-page .edu-sel>ul>li.open+li.sel-subnav li a{padding-left:.625rem}#edu-results-selector-page #edu-about-provider .image{width:60%;float:left;margin-bottom:.9375rem}#edu-results-selector-page #edu-about-provider .number-of-students-block{padding:.3125rem;width:35%}}@media (min-width: 48rem){#edu-results-selector-page .edu-sel>ul>li{padding-right:1.875rem}#edu-results-selector-page .edu-sel>ul>li.open{z-index:10;position:relative;padding-right:0;border:1px solid #000;left:1px}#edu-results-selector-page .edu-sel>ul>li.open>a{border-color:#fff;background-color:#fff;margin-right:-0.25rem;padding-right:4.625rem}#edu-results-selector-page .edu-sel>ul>li.open+li{border-right:none;border-bottom:none}#edu-results-selector-page .edu-sel>ul>li.closed{position:relative;left:1px}#edu-results-selector-page .edu-sel>ul>li>a>.caret{display:none}#edu-results-selector-page .edu-sel-header{position:relative}#edu-results-selector-page .edu-sel-header a{font-family:Calibri, Helvetica, sans-serif;padding-top:.625rem;display:block !important;font-size:1.25rem;font-weight:normal;line-height:1.2}#edu-results-selector-page .edu-sel-header .close{border:none;font-size:1.1875rem;border:medium none;position:absolute;right:0px;top:-0.1875rem}}@media (min-width: 48rem) and (max-width: 53.125rem){#edu-results-selector-page .edu-sel-header .header-text{width:6.25rem;display:inline-block;line-height:1.25rem;margin-top:0.4375rem}}@media (min-width: 48rem){#edu-results-selector-page .edu-sel>ul>li.sel-subnav{z-index:5;position:absolute;right:0;top:0;border-right:none}#edu-results-selector-page .sel-subnav .subselection>li:first-of-type a{font-weight:700}#edu-results-selector-page #edu-sel-container.nojs{min-height:125rem}#edu-results-selector-page #edu-sel-container.nojs .subselection{min-height:125rem}}#edu-results-list.nojs #sidebar-data{border-left:none}#sidebar-data{border-left:1px solid #000;margin-top:1.25rem;padding:.3125rem;padding-left:.9375rem}#sidebar-data h1{font-size:1.1875rem;margin:0 0 .3125rem 0;display:inline !important}#sidebar-data h2,#sidebar-data h3{font-size:1rem;margin:0;padding-bottom:.3125rem}#sidebar-data #header a,#sidebar-data .header a{font-size:1rem}#sidebar-data ul li{font-size:1rem}#sidebar-data ol li{font-size:1rem}#sidebar-data #ingress p{font-size:1rem;line-height:1.125rem;margin:0 0 .9375rem 0;font-weight:normal;font-family:Calibri,Arial,sans-serif}#sidebar-data #edu-about-provider .number-of-students-block{padding:.3125rem}#sidebar-data #edu-about-provider .number-of-students-block#students-block-top{display:none}#sidebar-data #edu-about-provider .number-of-students-block#students-block-bottom{display:inline}#sidebar-data #edu-about-provider .maintext{margin-bottom:1.25rem}#sidebar-data #edu-about-provider .header ~ .header h2{margin-top:1.25rem;font-size:1.1875rem}#sidebar-data #edu-about-provider .ingress p{font-size:1rem;line-height:1.125rem;margin:0 0 .9375rem 0;font-weight:normal;font-family:Calibri,Arial,sans-serif}#sidebar-data #edu-about-provider .link-to-provider,#sidebar-data #edu-about-provider .maintext{font-size:1rem;clear:both}#sidebar-data #edu-about-provider .maintext p{line-height:1.125rem}#sidebar-data #edu-about-provider .image{width:60%;float:left;margin-bottom:.9375rem}#sidebar-data #edu-about-provider .number-of-students-block{padding:.3125rem;width:35%}#sidebar-data #edu-about-provider .number-of-students-header{font-size:1rem}#sidebar-data #edu-about-provider .number-of-students{margin-top:.3125rem;margin-bottom:.3125rem;font-size:1.1875rem}#sidebar-data #edu-about-provider .link-to-provider{margin-top:.3125rem;margin-bottom:.3125rem}#sidebar-data #edu-about-edu p{font-size:1rem;line-height:1.125rem}#sidebar-data #edu-about-edu ol{line-height:normal}#sidebar-data #labour-forecast .header ~ .header h2{margin-top:1.25rem;font-size:1.1875rem}#sidebar-data #labour-forecast .labourForecastIngress{float:left;width:60%;margin-right:1.875rem}#sidebar-data #labour-forecast .labourForecastIngress p{font-size:1rem;line-height:1.125rem;margin:0 0 .9375rem 0;font-weight:normal;font-family:Calibri,Arial,sans-serif}#sidebar-data #labour-forecast .forecast{text-align:center;max-width:initial;min-width:initial}#sidebar-data #labour-forecast .forecasttext{font-size:1rem;margin-left:-.3125rem}#sidebar-data #labour-forecast .maintext{font-size:1rem;clear:both;margin-bottom:1.25rem}#sidebar-data #labour-forecast .maintext p{line-height:1.125rem}#sidebar-data #labour-forecast .salarystatistic{margin-top:1.25rem}#sidebar-data #labour-forecast .salarystatistic table{width:100%;border-collapse:collapse}#sidebar-data #labour-forecast .salarystatistic table thead{border-color:#999;background-color:#999;color:#fff;font-family:Calibri,Arial,sans-serif;font-weight:700}#sidebar-data #labour-forecast .salarystatistic table thead tr:first-child td:nth-child(2),#sidebar-data #labour-forecast .salarystatistic table thead td:nth-child(4){border:none}#sidebar-data #labour-forecast .salarystatistic table thead tr:first-child td:nth-child(1),#sidebar-data #labour-forecast .salarystatistic table thead td:nth-child(3){border-bottom:none;border-left:none}#sidebar-data #labour-forecast .salarystatistic table thead tr:first-child td:nth-child(5){border-bottom:none;border-left:none}#sidebar-data #labour-forecast .salarystatistic table thead td{border-top:none}#sidebar-data #labour-forecast .salarystatistic table thead+thead{padding-left:0;padding-right:0}#sidebar-data #labour-forecast .salarystatistic table td{vertical-align:top;line-height:1.125rem;vertical-align:top;font-size:0.875rem;border:1px solid #ddd}#sidebar-data #labour-forecast .salarystatistic table td p{margin:0}@media (max-width: 75rem){#sidebar-data #labour-forecast .labourForecastIngress{margin-right:.625rem}#sidebar-data #edu-about-provider .number-of-students-block{margin-left:.625rem}}details,summary{display:block}.no-details summary:hover,.no-details summary:focus{text-decoration:underline}.no-details details>*{display:none}.no-details details summary{display:block}.backLink{margin-bottom:.9375rem}#edu-about-edu h1 p{font-family:Calibri,Arial,sans-serif;font-weight:normal;font-size:1.5rem;margin:0}#labour-forecast.nojs .show-more-link{display:none}#labour-forecast .header{clear:both}#labour-forecast .header ~ .header{margin-top:1.25rem}#labour-forecast .labourForecastIngress{float:left;width:70%}#labour-forecast .forecast{text-align:center;max-width:8.4375rem;min-width:8.4375rem;width:30%;float:right}#labour-forecast .forecasttext{line-height:0.9375rem;font-weight:700}#labour-forecast .maintext[open] .caret,#labour-forecast .maintext.open .caret{border-top:5px solid #006e96;border-left:4px solid transparent;border-right:4px solid transparent;top:12px;margin-right:3px}#labour-forecast .show-more-link{color:#006e96;margin-left:0.125rem;line-height:1rem}#labour-forecast .show-more-link::-webkit-details-marker{display:none}#labour-forecast .show-more-link:hover{cursor:pointer;text-decoration:underline}#labour-forecast .show-more-link .caret{border-left:5px solid #006e96;border-top:4px solid transparent;border-bottom:4px solid transparent;margin-left:0}#labour-forecast .show-more-link+div{margin-top:.625rem}#labour-forecast .maintext{clear:both}#labour-forecast .salarystatistic table{overflow-x:auto;display:block;clear:both;margin-left:6.25rem;border-collapse:collapse}#labour-forecast .salarystatistic table thead{border-color:#999;background-color:#999;color:#fff;font-family:Calibri,Arial,sans-serif;font-weight:700}#labour-forecast .salarystatistic table thead tr:first-child td:nth-child(2),#labour-forecast .salarystatistic table thead td:nth-child(4){border:none}#labour-forecast .salarystatistic table thead tr:first-child td:nth-child(1),#labour-forecast .salarystatistic table thead td:nth-child(3){border-bottom:none;border-left:none}#labour-forecast .salarystatistic table thead tr:first-child td:nth-child(5){border-bottom:none;border-left:none}#labour-forecast .salarystatistic table thead td{border-top:none}#labour-forecast .salarystatistic table thead+thead{padding-left:0;padding-right:0}#labour-forecast .salarystatistic table td{vertical-align:top;line-height:1.125rem;vertical-align:top;font-size:0.875rem;border:1px solid #ddd;white-space:nowrap;padding-top:.625rem}#labour-forecast .salarystatistic table td p{margin:0}#labour-forecast div.salarystatistic table tr>th:first-of-type{text-align:right;position:absolute;width:6.5rem;margin-left:-6.4375rem;height:2.125rem}#labour-forecast div.salarystatistic table tr:first-of-type>th,#labour-forecast div.salarystatistic table tr:first-of-type+tr>th{height:2.3125rem}#labour-forecast #prognosis-icon{position:relative;float:right;margin:.3125rem;margin-bottom:.625rem;width:100%}#labour-forecast #background-container{position:relative;height:0;width:100%;padding:0;padding-bottom:100%;overflow:hidden}#labour-forecast #svg-background{opacity:0.8;position:absolute;height:100%;width:100%;left:0;top:0}#labour-forecast #svg-arrow{position:absolute;left:43%;bottom:-11%;z-index:2;width:60%;height:30%}#labour-forecast #svg-arrow.one{transform:rotate(-180deg);left:-3%;bottom:-17%}#labour-forecast #svg-arrow.two{transform:rotate(-135deg);left:5%;bottom:20%}#labour-forecast #svg-arrow.three{transform:rotate(-90deg);left:20%;bottom:35%}#labour-forecast #svg-arrow.four{transform:rotate(-45deg);left:35%;bottom:20%}@media (max-width: 30rem){#labour-forecast .labourForecastIngress{width:100%}#labour-forecast .forecast{width:100%;max-width:initial;min-width:initial;margin-bottom:.9375rem}#labour-forecast #prognosis-icon{max-width:8.4375rem;min-width:8.4375rem;float:none;margin-right:auto;margin-left:auto}}#edu-about-provider div:not(.backLink) a{text-decoration:underline}#edu-about-provider.nojs .show-more-link{display:none}#edu-about-provider .header{clear:both}#edu-about-provider .header ~ .header{margin-top:1.25rem}#edu-about-provider .ingress p{font-family:BauWebPro,Arial,Verdana;font-weight:normal;font-size:1.1875rem}#edu-about-provider .image{margin-bottom:1.875rem}#edu-about-provider .image img{max-width:100%}#edu-about-provider .number-of-students-block{float:right;border:1px solid #E91449;margin-top:.9375rem;margin-left:.9375rem;margin-bottom:1.25rem;padding:1.25rem;display:inline}#edu-about-provider .number-of-students-block#students-block-bottom{display:none}#edu-about-provider .number-of-students-header{font-weight:700}#edu-about-provider .number-of-students{font-weight:600;font-size:1.5rem;font-family:BauWebPro,Arial,Verdana;margin-top:.9375rem;margin-bottom:.9375rem}#edu-about-provider .number-of-students-date{font-size:0.875rem}#edu-about-provider .maintext{margin-bottom:2.5rem}#edu-about-provider .maintext[open] .caret,#edu-about-provider .maintext.open .caret{border-top:5px solid #E91449;border-left:4px solid transparent;border-right:4px solid transparent;top:0.75rem;margin-right:0.1875rem}#edu-about-provider .show-more-link{color:#E91449;margin-left:0.125rem;line-height:1rem}#edu-about-provider .show-more-link::-webkit-details-marker{display:none}#edu-about-provider .show-more-link:hover{cursor:pointer;text-decoration:underline}#edu-about-provider .show-more-link .caret{border-left:5px solid #E91449;border-top:4px solid transparent;border-bottom:4px solid transparent;margin-left:0}#edu-about-provider .show-more-link+div{margin-top:.625rem}#edu-about-provider .link-to-provider{margin-top:.9375rem;margin-bottom:.9375rem;line-height:1rem}@media (max-width: 400px){#edu-about-provider .image{margin-bottom:.9375rem}#edu-about-provider .number-of-students-block{padding:.3125rem;width:100%}#edu-about-provider .number-of-students-block#students-block-top{display:none}#edu-about-provider .number-of-students-block#students-block-bottom{display:inline}#edu-about-provider .maintext{clear:both}}#map-canvas{width:100%;height:28.75rem}@media (min-width: 62rem){#map-canvas{height:46.25rem}}.mappopup .mpheader h3{display:inline-block;margin-right:.625rem}.mappopup .mpheader h4{padding:0;margin-top:.625rem;margin-bottom:.3125rem;font-weight:bold;font-family:Calibri,Arial,sans-serif}.mappopup .mpcontent{display:table;width:100%}.mappopup .mpcontent .mprow{display:table-row}.mappopup .mpcontent .mprow div{display:table-cell;vertical-align:top;line-height:1.1;padding-bottom:0.5rem}.mappopup .mpcontent .mprow div+div{text-align:right;padding-left:.3125rem}.mappopup .mpcontent .mprow div+div a{display:inline-block;text-align:left;font-weight:400}.no-js #compare-info-text{display:block !important}.no-js .compare-min .compare-info-button{display:none}@media (max-width: 30.625rem){.no-js #compare-info-text #info-text-desktop{display:none}.no-js #compare-info-text #info-text-mobile{display:block !important}.no-js #compare-info-text .compare-arrow{display:none !important}}#filters{display:block}#filters fieldset div{display:block;margin:0;padding:0}#filters ul,#filters li{display:block;margin:0;padding:0}#filters ul{position:relative;z-index:10}#filters ul>li>a{display:block;padding:.625rem 1.25rem;font-weight:bold;background-color:#fff;color:#000;white-space:nowrap}#filters ul li.open a{background-color:#b00060;color:#fff}#filters ul li.filter a{font-weight:normal}#filters ul li ul>.primaryopen>a{background-color:#b00060;color:#fff}#filters ul>li>div>ul>li:not(:first-child){border-top:1px solid #ccc}#filters>ul+ul{border:1px solid #006e96;border-top:none}#filters ul#filterMenuToggle>li>a{border:1px solid #006e96;color:#000;text-align:left;background-color:#fff}#filters .subfilter a{color:#000}#filters .subfilteraction{padding:.625rem 1.25rem}#filters .subfilteraction .reset{display:inline-block;padding:.3125rem 1.25rem .3125rem 0;max-width:55%}#filters .subfilteraction .submit{float:right;color:#fff;background-color:#006e96;padding:.3125rem 1.25rem}#filters .emptyFilter{margin-left:.625rem;margin-right:.625rem}#filters.blocked .subfilter .primary a,#filters.blocked .subfilter .subfilterall,#filters.blocked .subfilter .subfiltergriditems li,#filters.blocked .subfilter .paceOfStudie div{opacity:0.5}#filters.blocked .subfilter .primary a:hover,#filters.blocked .subfilter .subfilterall:hover,#filters.blocked .subfilter .subfiltergriditems li:hover,#filters.blocked .subfilter .paceOfStudie div:hover{text-decoration:none}#filters.blocked .subfilter .primary a:hover label,#filters.blocked .subfilter .primary a:hover label .inner,#filters.blocked .subfilter .subfilterall:hover label,#filters.blocked .subfilter .subfilterall:hover label .inner,#filters.blocked .subfilter .subfiltergriditems li:hover label,#filters.blocked .subfilter .subfiltergriditems li:hover label .inner,#filters.blocked .subfilter .paceOfStudie div:hover label,#filters.blocked .subfilter .paceOfStudie div:hover label .inner{background-color:transparent}#filters.blocked .subfilter .primary a:hover .txt,#filters.blocked .subfilter .subfilterall:hover .txt,#filters.blocked .subfilter .subfiltergriditems li:hover .txt,#filters.blocked .subfilter .paceOfStudie div:hover .txt{text-decoration:none}@media (max-width: 61.9375rem){#filters ul>li>a{white-space:normal}#filters ul>li>a>span{float:right;margin-top:.625rem}#filters li ul>li>a{font-weight:normal;padding-left:.625rem;line-height:1}#filters li ul>li>a>span{float:left;font-weight:normal;margin-top:inherit;margin-left:.625rem}#filters li ul>li>a>span.txt{max-width:85%}#filters li ul>li.primary>a{white-space:normal;position:relative}#filters li ul>li.primary>a:after{clear:both;content:"";display:block}#filters li ul>li.primary>a>span.caret{position:absolute;right:1.1975rem;top:10px;font-weight:normal;margin-top:0.5rem}#filters li ul>li.primaryopen>a>span.caret{border-bottom:0.375rem solid;border-top:none}#filters .subfiltergrid{padding-top:0.375rem}#filters .subfiltergriditems>ul>li>a{background-color:#fff;padding:0 1.25rem .625rem 1.25rem}#filters .subfiltergriditems>ul>li,#filters .subfiltergriditems fieldset div,#filters .subfilterall{margin-left:1.25rem}#filters .subfiltergriditems>ul>li .txt,#filters .subfiltergriditems fieldset div .txt,#filters .subfilterall .txt{display:inline-block;overflow:hidden;width:82%;vertical-align:top;line-height:1.3;text-overflow:ellipsis}#filters .subfiltergriditems>ul>li .txt .item-count,#filters .subfiltergriditems fieldset div .txt .item-count,#filters .subfilterall .txt .item-count{color:#999}#filters .subfiltergriditems>ul>li a:hover,#filters .subfiltergriditems>ul>li a:hover>*,#filters .subfiltergriditems fieldset div a:hover,#filters .subfiltergriditems fieldset div a:hover>*,#filters .subfilterall a:hover,#filters .subfilterall a:hover>*{text-decoration:none}#filters .subfiltergriditems>ul>li a:hover .txt,#filters .subfiltergriditems fieldset div a:hover .txt,#filters .subfilterall a:hover .txt{text-decoration:underline}#filters .subfiltergriditems.paceOfStudie div{margin-left:1.25rem}#filters .subfiltergriditems.paceOfStudie div:not(:first-child){margin-top:-12px}#filters .subfiltergriditems.paceOfStudie div .txt{color:#000;display:inline-block;overflow:hidden;width:82%;vertical-align:top;line-height:1.3;text-overflow:ellipsis}#filters .subfiltergriditems.paceOfStudie div a{background-color:#fff;font-size:1rem;font-weight:normal;line-height:1;padding:.3125rem 1.25rem;line-break:normal;white-space:normal;display:block}#filters .subfiltergriditems.paceOfStudie div a:hover,#filters .subfiltergriditems.paceOfStudie div a:hover>*{text-decoration:none}#filters .subfiltergriditems.paceOfStudie div a:hover .txt{text-decoration:underline}#filters .subfilterall{padding:.625rem 1.25rem .625rem 1.875rem}#filters .subfilterall a{color:#000}#filters .subfilterlayout1,#filters .subfilterlayout2{background-color:#fff}#filters .subfilterlayout2 .subfiltergriditems>ul>li>a{padding:.625rem 1.25rem}#filters .subfilterlayout2 .subfiltergriditems>ul>li+li>a{padding-top:0px}#filters>ul>li:not(:first-child){border-top:1px solid #ccc}#filters .subfilterlayout2.moreFiltersMenu .subfiltergriditems .filterGridHeader{margin-left:1.25rem;margin-right:1.25rem;margin-top:.3125rem;padding-top:.625rem;padding-bottom:0.5rem}#filters .subfilterlayout2.moreFiltersMenu .subfiltergriditems>ul:not(:first-child) .filterGridHeader{border-top:1px solid #ddd}#filters .subfilterlayout2.moreFiltersMenu .subfiltergriditems>div legend{width:100%}#filters .subfilterlayout2.moreFiltersMenu .subfiltergriditems>div legend .filterGridHeader{display:block}#filters .subfilterlayout2.moreFiltersMenu .subfiltergriditems>div:not(:first-child) .filterGridHeader{border-top:1px solid #ddd}#filters .subfilterlayout2.moreFiltersMenu .subfiltergriditems li.radio .txt{margin-top:0.0625rem}#filters .subfilterlayout2.moreFiltersMenu .subfiltergriditems div.radio .txt{margin-top:0.0625rem}#filters .subfilterlayout2.moreFiltersMenu .subfiltergriditems .emptyFilter{font-size:0.875rem;display:inline-block;line-height:1rem;padding-left:.625rem;margin-bottom:.625rem;margin-left:1.25rem;padding:0.5rem 1.25rem 0.125rem .625rem;font-weight:normal}#filters .subfilterlayout2.moreFiltersMenu .subfiltergriditems li:not(.filterGridHeader){padding-top:0.5rem}#filters .subfilterlayout2.moreFiltersMenu .subfiltergriditems fieldset div:not(.filterGridHeader){padding-top:0.5rem}#filters .filter-type-1 .subfiltergriditems li{margin-top:-12px}#filters .filter-type-2 .subfiltergriditems ul:not(:first-child),#filters .filter-type-3 .subfiltergriditems ul:not(:first-child),#filters .filter-type-6 .subfiltergriditems ul:not(:first-child){margin-top:-12px}#filters .filter-type-5 .subfiltergriditems.paceOfStudie div:not(:first-child){margin-top:-8px}#filters .emptyFilter{margin:.625rem}}@media (min-width: 62rem){#filters ul+ul{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;border:none}#filters ul+ul>li.filter{flex:1 1 auto;margin:0;width:auto}#filters ul>li.open,#filters ul>li.closed{position:relative;float:left;width:16%;background-color:#fff;z-index:100}#filters ul>li.closed{background-color:transparent}#filters ul>li+li.open,#filters ul>li+li.closed{margin-left:0.4375rem}#filters ul>li.open>a,#filters ul>li.closed>a{border:1px solid #006e96;text-align:center;background-color:#fff}#filters ul>li.open>a{color:#000;padding-bottom:1.375rem;border-bottom-color:transparent}#filters li ul>li>a{color:#000;background-color:#fff;font-size:1rem;font-weight:normal;line-height:1;padding:0.125rem 1.25rem 0.125rem .625rem;line-break:normal;white-space:normal}#filters ul>li>div>ul>li:not(:first-child){border:none}#filters ul>li ul>.primaryopen>a{background-color:#006e96;color:white;padding-left:.3125rem;margin-right:.3125rem;margin-left:.3125rem}#filters .subfilterlayout1 ul li.primary{clear:left;float:left;width:20%;border-right:1px solid #DDD}#filters .subfilterlayout1 ul li.primary:last-of-type{padding-bottom:4.375rem}#filters .subfilterlayout1 ul li.primary:only-child{padding-bottom:10rem}#filters .subfilterlayout1 .subfilteraction{position:absolute;bottom:0;left:20%;right:0}#filters .subfiltergrid{position:absolute;top:0;left:20%;width:80%}#filters .subfiltergrid .item-count{color:#999}#filters .subfiltergrid a{color:#000;padding:0.1875rem 1.25rem 0.25rem .625rem;white-space:normal;line-break:normal;vertical-align:top}#filters .subfiltergrid .subfilterall{padding-bottom:.625rem}#filters .subfiltergrid .subfilterall .checkbox_checked{top:0.0625rem}#filters .subfiltergrid .subfiltergriditems{display:table;width:100%;border:none;border-collapse:collapse}#filters .subfiltergrid .subfiltergriditems ul{display:table-cell;width:25%;vertical-align:top;overflow:hidden}#filters .subfiltergrid .subfiltergriditems ul li .txt{display:inline-block;overflow:hidden;width:82%;vertical-align:top;line-height:1.3;text-overflow:ellipsis;padding-top:0.25rem}#filters .subfiltergrid .subfiltergriditems ul li a:hover,#filters .subfiltergrid .subfiltergriditems ul li a:hover>*{text-decoration:none}#filters .subfiltergrid .subfiltergriditems ul li a:hover .txt{text-decoration:underline}#filters .subfiltergrid .checkbox_unchecked{width:1.25rem;height:1.375rem}#filters .subfiltergrid .no-js-link{padding:0;cursor:pointer}#filters .subfiltergrid .no-js-link:hover .txt{text-decoration:underline}#filters .subfilterlayout2 .item-count{color:#999}#filters .subfilterlayout2 .subfiltergriditems{display:table;width:100%;border:none;border-collapse:collapse;border-bottom:2.5rem solid #fff}#filters .subfilterlayout2 .subfiltergriditems .filtercontainerouter{display:table-cell;width:15%;vertical-align:top;overflow:hidden}#filters .subfilterlayout2 .subfiltergriditems .filtercontainerouter:nth-of-type(3n){width:16%}#filters .subfilterlayout2 .subfiltergriditems .filtercontainerouter fieldset legend{width:100%}#filters .subfilterlayout2 .subfiltergriditems .filtercontainerouter fieldset .txt{width:82%;display:inline-block;overflow:hidden;vertical-align:top;line-height:1.3;text-overflow:ellipsis;padding-top:0.25rem;color:#000}#filters .subfilterlayout2 .subfiltergriditems .filtercontainerouter fieldset a:hover,#filters .subfilterlayout2 .subfiltergriditems .filtercontainerouter fieldset a:hover>*{text-decoration:none}#filters .subfilterlayout2 .subfiltergriditems .filtercontainerouter fieldset a:hover .txt{text-decoration:underline}#filters .subfilterlayout2 .subfiltergriditems .filtercontainerouter fieldset .studeranu_sprite{float:left;top:0.3125rem}#filters .subfilterlayout2 .subfiltergriditems .filtercontainerouter fieldset .checkbox_unchecked{top:0.125rem}#filters .subfilterlayout2 .subfiltergriditems .filtercontainerouter fieldset .checkbox_checked{top:0.125rem}#filters .subfilterlayout2 .subfiltergriditems ul{display:table-cell;width:15%;vertical-align:top;overflow:hidden}#filters .subfilterlayout2 .subfiltergriditems ul li .txt{width:82%;display:inline-block;overflow:hidden;vertical-align:top;line-height:1.3;text-overflow:ellipsis;padding-top:0.25rem;color:#000}#filters .subfilterlayout2 .subfiltergriditems ul li a:hover,#filters .subfilterlayout2 .subfiltergriditems ul li a:hover>*{text-decoration:none}#filters .subfilterlayout2 .subfiltergriditems ul li a:hover .txt{text-decoration:underline}#filters .subfilterlayout2 .subfiltergriditems ul li .studeranu_sprite{float:left;top:0.3125rem}#filters .subfilterlayout2 .subfiltergriditems ul li .checkbox_unchecked{top:0.125rem}#filters .subfilterlayout2 .subfiltergriditems ul li .checkbox_checked{top:0.125rem}#filters .subfilterlayout2 .subfiltergriditems.paceOfStudie div{width:20%;float:left;margin-left:0.625rem}#filters .subfilterlayout2 .subfiltergriditems.paceOfStudie div .txt{width:60%;display:inline-block;overflow:hidden;vertical-align:top;line-height:1.3;text-overflow:ellipsis;padding-top:0.25rem;color:#000}#filters .subfilterlayout2 .subfiltergriditems.paceOfStudie div a:hover,#filters .subfilterlayout2 .subfiltergriditems.paceOfStudie div a:hover>*{text-decoration:none}#filters .subfilterlayout2 .subfiltergriditems.paceOfStudie div a:hover .txt{text-decoration:underline}#filters .subfilterlayout2.moreFiltersMenu .selected_radio:hover{text-decoration:none;cursor:default}#filters .subfilterlayout2.moreFiltersMenu .filterGridHeader{padding-left:.625rem;padding-right:1.25rem;padding-bottom:.625rem;display:block}#filters .subfilterlayout2.moreFiltersMenu .emptyFilter{padding:0;font-size:0.875rem;display:inline-block;line-height:1rem;font-weight:normal}#filters .subfilteraction{border-top:1px solid #ddd;margin-left:.625rem;margin-right:.625rem}#filters .filter-type-1 .subfiltergriditems li:not(:first-child){margin-top:-8px}#filters .filter-type-5 .pace-6{margin-top:-12px}}#filters ul>li.closed+li.subfilter{display:none}@media (min-width: 62rem){#filters ul>li.open+li.subfilter{display:block;position:absolute;left:0;z-index:10;top:3.5625rem;width:100%;padding-top:1.875rem;border:1px solid #006e96;background-color:#fff;min-height:5.625rem}}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){#filters ul>li.open+li.subfilter{top:3.625rem}}@supports (-ms-ime-align: auto){#filters ul>li.open+li.subfilter{top:3.625rem}}#edu-filter-menu{margin:10px}#edu-filter-menu .subfilter ul li,#edu-filter-menu .subfilter fieldset legend span,#edu-filter-menu .subfilter .subfiltergriditems fieldset div,#edu-filter-menu .subfilter ul li .subfilterall{padding:0.125rem 1.25rem 0.125rem 0.625rem}@media (max-width: 61.9375rem){#edu-filter-menu .subfilter:not(.filter-type-1):not(.filter-type-9) .subfiltergriditems ul:first-child li:first-child,#edu-filter-menu .subfilter:not(.filter-type-1):not(.filter-type-9) .subfiltergriditems div:first-child{padding-top:1rem}#edu-filter-menu .subfilter ul li .subfilterall,#edu-filter-menu .subfiltergriditems ul li{padding-top:.625rem}}#edu-filter-menu .filter-type-2 .subfiltergriditems li:not(:first-child),#edu-filter-menu .filter-type-3 .subfiltergriditems li:not(:first-child),#edu-filter-menu .filter-type-6 .subfiltergriditems li:not(:first-child){margin-top:-12px}@supports not (-ms-high-contrast: none){#edu-filter-menu .filter-type-9 .subfiltergriditems li:not(.filterGridHeader):not(:nth-child(2)),#edu-filter-menu .filter-type-9 .subfiltergriditems fieldset div:not(.filterGridHeader):not(:nth-child(2)){margin-top:-12px}}#edu-filter-menu input[type="radio"],#edu-filter-menu input[type="checkbox"]{opacity:0;position:fixed;width:0}#edu-filter-menu input+label{display:inline-block;background-color:#fff;border:1px solid #62269e;width:16px;min-height:16px;height:16px;padding:2px}#edu-filter-menu input[type="radio"]+label{border-radius:8px}#edu-filter-menu input[type="radio"]+label .inner{border-radius:8px}#edu-filter-menu input[type="checkbox"]+label{border-radius:0}#edu-filter-menu input[type="checkbox"]+label .inner{border-radius:0;left:2px;position:relative;width:6px;height:10px;border:solid white;border-width:0 3px 3px 0;transform:rotate(45deg)}#edu-filter-menu label .inner{background-color:#fff;display:block;width:10px;height:10px}#edu-filter-menu .subfilterlayout1 .subfiltergrid label .txt,#edu-filter-menu .subfilterlayout1 .subfiltergriditems ul li .txt,#edu-filter-menu .subfilterlayout2 .subfiltergriditems ul li .txt,#edu-filter-menu .subfilterlayout2 .subfiltergriditems .filtercontainerouter fieldset div label .txt,#edu-filter-menu .subfilterlayout2 .subfiltergriditems.paceOfStudie div .txt{display:block;font-weight:normal;overflow:visible;width:150px;position:relative;left:1rem;top:-1rem;font-size:1rem;padding:0 0 0 0.5rem}#edu-filter-menu label:hover{background-color:#D296FF}#edu-filter-menu label:hover .inner{background-color:#D296FF}#edu-filter-menu input:focus+label{border:1px dashed #62269E}#edu-filter-menu input[type="radio"]:checked+label .inner{background-color:#62269e}#edu-filter-menu input[type="checkbox"]:checked+label .inner{border:solid #62269e;border-width:0 3px 3px 0}.edu-compare-table{width:100%;table-layout:fixed}.edu-compare-table td,.edu-compare-table th{color:#000;padding:.3125rem;overflow:hidden}.edu-compare-table th{background-color:transparent}.edu-compare-table thead th:first-of-type{border:none}.edu-compare-table thead th:last-child:empty{border-right:none}.edu-compare-table>tbody>tr:nth-child(even)>td,.edu-compare-table>.compare-row:nth-child(even):not(.remove-row){background-color:#eee}.edu-compare-table>tbody>tr:nth-child(even)>td .inline-label,.edu-compare-table>.compare-row:nth-child(even):not(.remove-row) .inline-label{color:#666}.edu-compare-table>tbody>tr:nth-child(even)>td .inline-value,.edu-compare-table>.compare-row:nth-child(even):not(.remove-row) .inline-value{color:#000}.edu-compare-table .show-more-link:focus{outline:0.2rem solid HighLight}.edu-compare-table td{vertical-align:top;text-align:center;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;-o-hyphens:auto;hyphens:auto}.edu-compare-table td.left-align{text-align:left}.edu-compare-table .col-edu-header,.edu-compare-table .start{vertical-align:top;border-left:1px solid #ddd;border-right:1px solid #ddd}.edu-compare-table .col-edu-header .h2,.edu-compare-table .start .h2{font-size:1rem;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;-o-hyphens:auto;hyphens:auto;margin-top:.3125rem}.edu-compare-table td.col-edu-header,.edu-compare-table td.start{border-top:none;padding:0}.edu-compare-table td.col-edu-header a:focus,.edu-compare-table td.start a:focus{outline-offset:-.15rem}.edu-compare-table td.no-border{border:none}.edu-compare-table .line-top{width:8.125rem;height:0.1875rem;background-color:white;position:absolute;right:1.25rem;top:-0.125rem}.edu-compare-table .text-muted{display:inline-block}.edu-compare-table .header-col{font-family:Calibri,Arial,sans-serif;font-size:1rem;text-align:right;vertical-align:top;border-left:none;border:none;border-top:1px solid #ddd;position:relative;background-color:transparent}.edu-compare-table .snug{width:0.0625rem;white-space:nowrap}.edu-compare-table .snug.header-col{width:9.375rem;white-space:normal}.edu-compare-table .snug.header-col .h3{font-family:inherit;font-size:1rem;line-height:1.3;margin:0}.edu-compare-table .cell-eligibility{text-align:left;line-height:1.125rem}.edu-compare-table .cell-eligibility details{margin-bottom:.3125rem}.edu-compare-table .cell-eligibility details[open] .caret,.edu-compare-table .cell-eligibility details.open .caret{border-top:5px solid #006e96;border-left:4px solid transparent;border-right:4px solid transparent;top:0.75rem;margin-right:0.1875rem;vertical-align:middle}.edu-compare-table .cell-eligibility .show-more-link{color:#006e96;margin-left:0.125rem;line-height:1rem;text-align:center}.edu-compare-table .cell-eligibility .show-more-link::-webkit-details-marker{display:none}.edu-compare-table .cell-eligibility .show-more-link:hover{cursor:pointer;text-decoration:underline}.edu-compare-table .cell-eligibility .show-more-link .caret{border-left:5px solid #006e96;border-top:4px solid transparent;border-bottom:4px solid transparent;margin-left:0;vertical-align:initial}.edu-compare-table .cell-eligibility .show-more-link+div{margin-bottom:.625rem}.edu-compare-table a.table-delete-button{display:block;color:#006e96;margin-bottom:0.5rem}.edu-compare-table a.table-delete-button span.remove{color:white;background-color:#006e96;width:1rem;height:1rem;display:inline-block;line-height:0.75rem;border-radius:50%;margin-right:.3125rem;font-size:0.9rem;font-weight:normal;vertical-align:middle}.edu-compare-table a.table-delete-button:hover{text-decoration:underline}.edu-compare-table .inline-table{table-layout:fixed;width:100%}.edu-compare-table .inline-table td{padding:0;border:none}.edu-compare-table .inline-table .inline-label{color:#999;text-align:left;width:4.375rem;color:#777}.edu-compare-table .inline-table .inline-value{text-align:left}.edu-compare-table .pieContainer{height:0.875rem;width:0.875rem;display:inline-block}.edu-compare-table .pieContainer.True{display:none}.edu-compare-table .pieBackground{margin-top:0.125rem;position:absolute;width:0.875rem;height:0.875rem;border-radius:0.4375rem;border:1px solid #006e96}.edu-compare-table .pie{position:absolute;width:.625rem;height:.625rem;border-radius:.3125rem;clip:rect(0px, 5px, 10px, 0px)}.edu-compare-table .hold{margin-top:0.25rem;margin-left:0.125rem;position:absolute;width:.625rem;height:.625rem;border-radius:.3125rem;clip:rect(0px, 10px, 10px, 5px)}.edu-compare-table .pieSlice1 .pie{background-color:#006e96;transform:rotate(180deg)}.edu-compare-table .pieSlice2{transform:rotate(180deg)}.edu-compare-table .pieSlice2 .pie{background-color:#006e96;transform:rotate(180deg)}.edu-compare-table .paceCount,.edu-compare-table .paceCount.False,.edu-compare-table .pieSlice2.True,.edu-compare-table .pieSlice1.True{display:none}.edu-compare-table .paceCount.True{display:inline;color:#006e96;font-size:0.8125rem;left:0.1875rem;position:absolute;top:-0.25rem}.edu-compare-table .onePace.True,.edu-compare-table .severalPace.False{display:none}#header #switch_compareview_mode{float:right;font-size:1rem}.compare-mobile{margin-top:1.875rem;max-width:31.25rem}.compare-mobile .col-edu-header,.compare-mobile .start{border:none}.compare-mobile .header-col{word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;-o-hyphens:auto;hyphens:auto}.compare-mobile td{text-align:left}.compare-mobile .no-border+.col-edu-header,.compare-mobile .no-border+.start{text-align:center}div.compare-mobile{display:block}div.compare-mobile .line-top{display:none}div.compare-mobile .compare-row,div.compare-mobile .compare-cell{display:block}div.compare-mobile .compare-row{border:1px solid #ddd;border-top:none;padding:.3125rem .625rem}div.compare-mobile .compare-row.inline-table{border:none;padding:0}div.compare-mobile .compare-row.inline-table>div{display:inline-block}div.compare-mobile .compare-row.inline-table .inline-label{position:relative}div.compare-mobile .compare-row.inline-table .inline-value{text-align:left;width:auto}div.compare-mobile .compare-cell{border:none;padding:0;font-size:1rem}div.compare-mobile .compare-cell.col-edu-header,div.compare-mobile .compare-cell.no-border,div.compare-mobile .compare-cell.start{border:none}div.compare-mobile .compare-cell.header-col{font-weight:700;width:auto;text-align:left}div.compare-mobile .compare-cell.header-col h3{font-family:inherit;font-size:1rem;line-height:1.3;margin:0}div.compare-mobile .compare-cell details{margin-bottom:.625rem}div.compare-mobile .compare-cell .show-more-link{text-align:left}div.compare-mobile .header-row{border:none;padding-left:0px;border-bottom:1px solid #ddd}div.compare-mobile .header-row.fixed-to-top{position:fixed;top:0;background-color:#fff;z-index:101;width:100%;margin-left:-.9375rem;padding-left:.9375rem}div.compare-mobile .header-row.fixed-to-top+div{border-top:1px solid #ddd}.no-js .compare-select-drop{display:none}.compare-view-select.styled-select{max-width:31.25rem;width:auto}.compare-view-select.styled-select.nojs{display:none}@media (max-width: 34.375rem){#header{clear:both}#header #switch_compareview_mode{float:left;display:block}}.containerpage .containerpage-pagelist{list-style-type:none;padding-left:0}.containerpage .containerpage-pagelist a:after{content:none !important}.containerpage h2+.containerpage-pagelist{padding-left:.625rem}.containerpage h2{margin-bottom:0}.containerpage h2 a{color:#000}.containerpage h2 a:hover{color:#000}#cascadingDropdownPage #header h1{margin-top:0}#cascadingDropdownPage #mainBody p,#cascadingDropdownPage #mainBody h1,#cascadingDropdownPage #mainBody h2,#cascadingDropdownPage #mainBody h3,#cascadingDropdownPage #mainBody h4,#cascadingDropdownPage #mainBody h5,#cascadingDropdownPage #mainBody h6,#cascadingDropdownPage #mainBody h7{width:91.66667%}#cascadingDropdownPage #mainBody h2.state-default.state-hover{cursor:pointer}#cascadingDropdownPage #mainBody h2.state-default .caret{border-width:7px}#cascadingDropdownPage #mainBody h2.state-default .caret.rotate{border-bottom:7px solid;border-top:none}#cascadingDropdownPage #mainBody h3.state-default{margin-bottom:0.8rem;margin-top:0.8rem}#cascadingDropdownPage #mainBody h3.state-default.state-hover{cursor:pointer}#cascadingDropdownPage #mainBody h3.state-default .caret{border-width:7px}#cascadingDropdownPage #mainBody h3.state-default .caret.rotate{border-bottom:7px solid;border-top:none}#cascadingDropdownPage #mainBody div.content :last-child{margin-bottom:0}#cascadingDropdownPage>div:first-of-type{min-height:15.625rem}#cascadingDropdownPage #institutionInfo>div:first-of-type h2{margin-top:0}@media (max-width: 62rem){#cascadingDropdownPage>div:first-of-type{min-height:3.125rem}}#cascadingDropdownPage .pagePublish{border-bottom:1px solid #000;padding:.9375rem 0}#quizPage .quizDiv{margin-bottom:1.25rem}#quizPage .quizDiv .questionsContentArea{margin-bottom:1.25rem;border-bottom:1px solid #000}#quizPage .quizDiv .bottomLink{margin-top:1.875rem}#quizPage .quizDiv .carousel{margin-bottom:1.25rem}#quizPage .quizDiv .carousel .questionCount{position:relative;text-align:center;top:1.8125rem}#quizPage .quizDiv .carousel .carousel-inner{padding-bottom:1.25rem}#quizPage .quizDiv .carousel .carousel-controls{position:relative;top:-1.875rem;margin-right:0.5625rem;margin-left:1.0625rem}#quizPage .quizDiv .carousel .carousel-controls .quizSubmitButton{float:right;position:relative;top:-2.125rem;display:none}#quizPage .quizDiv .carousel .carousel-control{background-image:none;opacity:1;top:auto;text-shadow:none;width:auto}#quizPage .quizDiv .carousel .carousel-control:after{content:none}#quizPage .quizDiv .carousel .carousel-control.left,#quizPage .quizDiv .carousel .carousel-control.right{display:none}#quizPage .quizDiv .carousel .questionStart{padding-bottom:3.125rem}#quizPage .quizDiv .carousel .questionCard{box-shadow:0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);margin-right:0.25rem;margin-left:0.25rem;border:#E5E5E5 solid thin;padding-bottom:1.4375rem}#quizPage .quizDiv .carousel .questionCard .navbuttons{margin-top:1.5rem;margin-left:0.5rem}#quizPage .quizDiv .carousel .questionCard .navbuttons a.controllButton{padding:0.875rem 1.875rem;white-space:nowrap;display:inline-block}#quizPage .quizDiv .carousel .questionCard .navbuttons a.controllButton.disabled{background-color:lightgray;cursor:default}#quizPage .quizDiv button.controllButton::after,#quizPage .quizDiv a.controllButton::after{content:none}#quizPage .quizDiv #Result .quizResult{padding-bottom:1.25rem}#quizPage .quizDiv #Result a.regularButton:after,#quizPage .quizDiv #Result #mainContent .EPiServerForms a.FormSubmitButton:after,#mainContent .EPiServerForms #quizPage .quizDiv #Result a.FormSubmitButton:after{content:none}#quizPage .quizDiv #Result a.plain:hover{text-decoration:none}#quizPage .quizDiv #Result a.plain:focus{text-decoration:none}#quizPage .quizDiv #Result a.plain::after{content:none}#quizPage .quizDiv #Result #resultsCarousel .carousel-control.right{display:block}#quizPage .quizDiv #Result .resultrow{margin-bottom:1.25rem}#quizPage .quizDiv #Result .resultrow a{text-decoration:none}#quizPage .quizDiv #Result .resultrow .resultbutton{position:relative;display:inline-block;border-radius:50%;height:2.0625rem;width:2.0625rem;font-family:Calibri,Arial,sans-serif;font-size:1.1875rem;font-weight:700;color:white;margin-bottom:0.8125rem;margin-right:0.5625rem;margin-top:0.4375rem}#quizPage .quizDiv #Result .resultrow .resultbutton.ok{background-color:green}#quizPage .quizDiv #Result .resultrow .resultbutton.fel{background-color:#E91449}#quizPage .quizDiv #Result .resultrow .resultbutton.non{background-color:#7F7F7F}#quizPage .quizDiv #Result .resultrow .resultbutton span{display:inline-block;height:2.0625rem;width:2.0625rem;text-align:center;vertical-align:middle;line-height:2.0625rem}#quizPage .quizDiv #Result .resultrow .resultbutton .result-text{color:#000;font-size:0.875rem;position:absolute;bottom:-1.5625rem;left:0}#quizPage .question ol{list-style-position:inside;padding-left:0px;margin-top:.625rem;margin-bottom:0;margin-left:.625rem}#quizPage .question ol li{border:3px white solid;padding-top:.3125rem;padding-left:.3125rem;padding-right:.625rem;padding-bottom:0;margin:6px 0}#quizPage .question ol li.correctAnswer{border:3px green solid}#quizPage .question ol li.rightAnswer{border:3px #00A8E1 solid}#quizPage .question ol li.wrongAnswer{border:3px #E91449 solid}#quizPage .question ol li .correctText{float:right}#quizPage .pagePublish{border-bottom:1px solid #000;padding:.9375rem 0}#quizPage #resetQuizBtn{display:none}@media (max-width: 30rem){#quizPage .quizDiv .carousel .questionCount{position:static;padding:.9375rem 0}#quizPage .quizDiv .carousel .questionCard{box-shadow:none;margin-right:0px;margin-left:0px;border-top:#E5E5E5 solid thin;border-right:none;border-bottom:#E5E5E5 solid thin;border-left:none}#quizPage .quizDiv .carousel .questionCard .navbuttons a.controllButton{padding:0.875rem}#quizPage .question ol{list-style:none}#quizPage .question ol li{padding-left:2.125rem}#quizPage .question ol li label.radioContainer{margin-left:-2.9375rem;padding-left:2.9375rem}}.no-js #quizPage .quizDiv .carousel{border-bottom:none}.no-js #quizPage .quizDiv .carousel .carousel-inner>.item{display:block;border-bottom:1px solid #000}.no-js #quizPage .quizDiv .carousel .questionCount{display:none}.no-js #quizPage .quizDiv .carousel .carousel-controls .quizSubmitButton{display:block;top:3.5rem}.no-js #quizPage .quizDiv .carousel .carousel-controls .quizStartButton{display:none}.no-js #quizPage .quizDiv #Result #resultsCarousel .carousel-control.right{display:none}.no-js #quizPage .quizDiv #resetQuizBtn{display:block}.teacher_guide_landing h2{padding:.625rem 0 .625rem 1.25rem;color:#fff}.teacher_guide_landing h3{font-size:30px;font-size:1.875rem}@media screen and (min-width: 74.9375rem){.teacher_guide_landing h3{font-size:40px;font-size:2.5rem}}.teacher_guide_landing .top_image_container img{width:100%}.teacher_guide_landing .top_image_container .image_text{position:absolute;padding:.625rem}@media (max-width: 40rem){.teacher_guide_landing .top_image_container .image_text{position:static;max-width:100% !important}}.teacher_guide_landing .top_image_container .image_text .header{font-size:2.4rem;line-height:2.4rem;display:block;font-weight:bold}.teacher_guide_landing .top_image_container .image_text .text{font-size:1.6rem;line-height:1.6rem}.teacher_guide_landing .FindEducationPuff{position:relative;width:100%;margin-top:2rem;display:inline-block;text-decoration:none;color:inherit}.teacher_guide_landing .FindEducationPuff:hover{text-decoration:none;color:inherit}.teacher_guide_landing .FindEducationPuff span.icon{font-size:11rem;line-height:11rem;padding:0;text-align:center;max-width:30%;margin-left:2rem;width:11.5rem;margin-right:2rem;float:left}.teacher_guide_landing .FindEducationPuff span.icon:before{top:0}.teacher_guide_landing .FindEducationPuff h3{font-size:2.8rem;margin-bottom:0}.teacher_guide_landing .FindEducationPuff .lararguiden_subheading{font-style:italic;font-size:2.4rem;line-height:2.4rem;font-weight:initial;margin-bottom:0.8rem;display:block}.teacher_guide_landing .lararguiden_commonEduBlock,.teacher_guide_landing .lararguiden_blockarea .education_content{display:flex;flex-wrap:wrap;margin-left:-.625rem;margin-right:-.625rem}.teacher_guide_landing .lararguiden_commonEduBlock>div,.teacher_guide_landing .lararguiden_blockarea .education_content>div{flex:1;flex-basis:100%;flex-shrink:0;flex-grow:0;border:none}@media screen and (min-width: 61.9375rem){.teacher_guide_landing .lararguiden_commonEduBlock>div,.teacher_guide_landing .lararguiden_blockarea .education_content>div{flex-basis:50%}}.teacher_guide_landing .eduInfoPuff p,.teacher_guide_landing .eduInfoPuffSmall p{margin:0}.teacher_guide_landing .eduInfoPuff #mainContent a:hover,.teacher_guide_landing .eduInfoPuff #mainContent a:focus,.teacher_guide_landing .eduInfoPuff #mainContent button:hover,.teacher_guide_landing .eduInfoPuff #mainContent button:focus,.teacher_guide_landing .eduInfoPuffSmall #mainContent a:hover,.teacher_guide_landing .eduInfoPuffSmall #mainContent a:focus,.teacher_guide_landing .eduInfoPuffSmall #mainContent button:hover,.teacher_guide_landing .eduInfoPuffSmall #mainContent button:focus{text-decoration:none;border-width:2px}.teacher_guide_landing .eduInfoPuff #mainContent a:hover:after,.teacher_guide_landing .eduInfoPuff #mainContent a:hover:before,.teacher_guide_landing .eduInfoPuff #mainContent a:focus:after,.teacher_guide_landing .eduInfoPuff #mainContent a:focus:before,.teacher_guide_landing .eduInfoPuff #mainContent button:hover:after,.teacher_guide_landing .eduInfoPuff #mainContent button:hover:before,.teacher_guide_landing .eduInfoPuff #mainContent button:focus:after,.teacher_guide_landing .eduInfoPuff #mainContent button:focus:before,.teacher_guide_landing .eduInfoPuffSmall #mainContent a:hover:after,.teacher_guide_landing .eduInfoPuffSmall #mainContent a:hover:before,.teacher_guide_landing .eduInfoPuffSmall #mainContent a:focus:after,.teacher_guide_landing .eduInfoPuffSmall #mainContent a:focus:before,.teacher_guide_landing .eduInfoPuffSmall #mainContent button:hover:after,.teacher_guide_landing .eduInfoPuffSmall #mainContent button:hover:before,.teacher_guide_landing .eduInfoPuffSmall #mainContent button:focus:after,.teacher_guide_landing .eduInfoPuffSmall #mainContent button:focus:before{font-weight:bold}.teacher_guide_landing .eduInfoPuff a,.teacher_guide_landing .eduInfoPuffSmall a{display:block;font-family:BauWebPro, Arial, Verdana;border-top-width:1px;border-top-style:solid;border-bottom-width:1px;border-bottom-style:solid;padding:0.625rem 0;margin-top:1rem;font-weight:500;font-size:16px;font-size:1rem}.teacher_guide_landing .eduInfoPuff a:hover,.teacher_guide_landing .eduInfoPuffSmall a:hover{border-width:2px}@media screen and (min-width: 47.9375rem){.teacher_guide_landing .eduInfoPuff a,.teacher_guide_landing .eduInfoPuffSmall a{margin-top:1.5rem}}.teacher_guide_landing .eduInfoPuff a:hover,.teacher_guide_landing .eduInfoPuffSmall a:hover{text-decoration:none;border-width:2px}.teacher_guide_landing .eduInfoPuff a:hover:after,.teacher_guide_landing .eduInfoPuff a:hover:before,.teacher_guide_landing .eduInfoPuffSmall a:hover:after,.teacher_guide_landing .eduInfoPuffSmall a:hover:before{font-weight:bold}.teacher_guide_landing .eduInfoPuff{position:relative;padding-left:.625rem;padding-right:.625rem;height:100%}@media screen and (min-width: 61.9375rem){.teacher_guide_landing .eduInfoPuff{padding-bottom:3.8rem}}.teacher_guide_landing .eduInfoPuff .puffInfo{margin-top:.625rem}@media screen and (min-width: 61.9375rem){.teacher_guide_landing .eduInfoPuff .puffInfo{margin-top:1.3rem;margin-bottom:1.3rem}}@media screen and (min-width: 61.9375rem){.teacher_guide_landing .eduInfoPuff .textpuffLinkText{position:absolute;bottom:0;width:100%;padding-right:1.25rem}}.teacher_guide_landing .eduInfoPuffSmall{padding-left:.625rem;padding-right:.625rem;position:relative}@media screen and (min-width: 61.9375rem){.teacher_guide_landing .eduInfoPuffSmall{height:100%;margin-bottom:3.75rem}}.teacher_guide_landing .eduInfoPuffSmall .puffContainer{border-bottom-width:0.5rem;border-bottom-style:solid}@media screen and (min-width: 61.9375rem){.teacher_guide_landing .eduInfoPuffSmall .puffContainer{border-bottom-width:1rem;height:100%}}.teacher_guide_landing .eduInfoPuffSmall .puffContainer .puffInfo{height:100%;width:100%}@media screen and (min-width: 61.9375rem){.teacher_guide_landing .eduInfoPuffSmall .puffContainer .textpuffLinkText{position:absolute;bottom:0;width:100%;padding-right:2rem}}@media screen and (min-width: 47.9375rem){.teacher_guide_landing .eduInfoPuffSmall .puffContainer a{margin-bottom:2rem}}.teacher_guide_landing .eduInfoPuffSmall .icon{display:inline-block;font-size:60px;font-size:3.75rem;margin-bottom:1rem}@media screen and (min-width: 61.9375rem){.teacher_guide_landing .eduInfoPuffSmall .icon{font-size:100px;font-size:6.25rem}}.teacher_guide_landing .lararguiden_commonEduBlock>div:nth-child(odd) .col{clear:left}.education_information h2{padding:.625rem 0 .625rem 1.25rem;color:#fff}.education_information h3{font-size:1.5rem;margin-top:1.25rem}.education_information .image_text{position:absolute;width:100%;bottom:0px}.education_information .image_text h2{font-size:1.625rem;font-weight:bold;margin-top:.3125rem;margin-bottom:0}.education_information .image_text p{font-size:0.875rem;font-weight:bold;margin-bottom:.3125rem}@media screen and (min-width: 62rem){.education_information .image_text h2{font-size:2.5rem;font-weight:bold;margin-top:.625rem;margin-bottom:0}.education_information .image_text p{font-size:1.5625rem;font-weight:bold;margin-bottom:.625rem}}.education_information .opaque_container{position:absolute;top:0;left:0;right:0;bottom:0;z-index:20}.education_information .opaque_content_container{z-index:30;padding:.625rem 1.25rem;position:relative}.education_information .btn-dark{background-color:#000;border-radius:0;color:#fff;display:block;word-break:break-word;white-space:normal}.education_information .sticky_container{position:static;width:auto;z-index:30;top:1px;transition:right .3s ease-in-out}.education_information .sticky_container:before,.education_information .sticky_container:after{content:" ";display:table}.education_information .sticky_container:after{clear:both}.education_information .sticky_container .sticky_info{position:relative;z-index:30;border-top:6px solid #000;margin-top:1rem}.no-js .education_information .sticky_container .sticky_info{display:block;border:1px solid #d2d2d2}.education_information .sticky_container .sticky_info.active{display:block}.education_information .sticky_container .sticky_info img{width:2.5rem;margin:1rem 0 2rem}.education_information .sticky_container .sticky_info h2,.education_information .sticky_container .sticky_info h3,.education_information .sticky_container .sticky_info h4{color:#000;padding:0;margin-top:0;font-size:1.0625rem;margin-bottom:0}.education_information .sticky_container .sticky_info p{margin-bottom:1.5rem;font-size:1.0625rem}.education_information .sticky_container .sticky_info .btn{font-family:BauWebPro, Arial, Verdana;font-size:1rem}@media screen and (min-width: 62rem){.education_information .sticky_container .sticky_info{position:absolute;display:block;right:-1.3rem;top:3rem;width:17rem;border:1px solid #d2d2d2;margin-top:3.6rem}.education_information .sticky_container .sticky_info.sticky{position:fixed;top:0;bottom:initial;right:initial}}@media screen and (min-width: 62rem){.education_information .content_wrapper{width:42.3rem}}@media screen and (min-width: 75rem){.education_information .content_wrapper{width:52.8rem}}.blockFrame{margin-bottom:.9375rem}.blockFrame .blockIngress{margin:0px 0px 0.1875rem 0px}.blockFrame .blockBody{margin:0px 0px 0px 0px}.blockFrame .blockBody img{max-width:100%;width:auto;height:auto}.blockFrame.text{border:1px solid #ccc;border-top:5px solid #006e96;border-bottom:5px solid #006e96;padding:.3125rem 1.25rem;margin-bottom:.625rem}.blockFrame.text .blockBody ul{list-style-type:disc;padding-left:1.25rem;margin-bottom:.625rem}.blockFrame.text .blockBody p{margin:0 0 .9375rem}.blockFrame.text .blockBody p:last-child{margin-bottom:0px}#guidePage .blockFrame.text{border:none;padding:0}#guidePage .guide_form_container .text-block h3{font-size:1.5rem}#guidePage .blockFrame.text h3{font-size:1.5rem}.puffblock a{display:block}.puffblock a:hover,.puffblock a:focus,.puffblock a:active{text-decoration:none;outline-offset:0.15rem}.puffblock a:hover .vignette,.puffblock a:focus .vignette,.puffblock a:active .vignette{text-decoration:underline}.puffblock a:after{content:none !important}.puffblock .vignette{margin-top:.625rem;color:#000}.puffblock .blockIngress{color:#000000}.pufflink{overflow:hidden;min-height:10.8125rem;border:5px solid #ccc;margin-bottom:1.875rem}.pufflink a{color:#000}.pufflink a:hover{color:#000;text-decoration:none}.pufflink .blockBody{text-align:center;height:100%}.pufflink .blockBody p{margin-bottom:0}.video-container .blockVideo>a{color:#000}.video-container .blockVideo>a:hover,.video-container .blockVideo>a:focus,.video-container .blockVideo>a:active{display:block;text-decoration:none;outline-offset:0.15rem}.video-container .blockVideo>a:hover .vignette,.video-container .blockVideo>a:focus .vignette,.video-container .blockVideo>a:active .vignette{text-decoration:underline}.video-container .blockVideo>a:hover p,.video-container .blockVideo>a:focus p,.video-container .blockVideo>a:active p{text-decoration:none !important}.video-container .blockVideo>a:hover .playButton,.video-container .blockVideo>a:focus .playButton,.video-container .blockVideo>a:active .playButton{background-color:#C0327F;cursor:pointer}.video-container .vignette{color:#000}.video-container .preview{position:relative;margin-bottom:.625rem}.video-container .videoImage{width:100%}.video-container .playImage{position:absolute;display:block;height:3.75rem;width:3.75rem;top:5rem;left:9.375rem}.video-container .playButton{position:absolute;bottom:.9375rem;left:.625rem;background:#b00060;font-size:1.625rem;color:#fff;height:2.8125rem;width:4.0625rem;border-radius:0.6827rem;padding:0.375rem 1.375rem}.video-container .playButton .icon-play-pil{fill:#fff;height:31px;width:26px;top:0}.video-container p{color:#000;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;-o-hyphens:auto;hyphens:auto}.relatedLinks{background-color:#e5f0f5;padding:.9375rem 1.25rem}.relatedLinks a{color:#000}.relatedLinks a svg{height:1em;width:1em;position:relative;top:0.16em}.relatedLinks .blockIngress p{margin-bottom:0px}.relatedLinks .blockBody ul{list-style-type:none;padding:0}.standardPartialPage a{display:block}.standardPartialPage a:hover{text-decoration:none}.standardPartialPage a:hover p{text-decoration:none}.standardPartialPage a:hover .vignette{text-decoration:underline;color:#000}.standardPartialPage a .previewImage p{margin-bottom:0.5rem}.standardPartialPage a .previewImage p img{width:100%;height:auto}.standardPartialPage a .vignette{margin-top:.625rem;color:#000}.standardPartialPage a p{color:#000;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;-o-hyphens:auto;hyphens:auto}.fb_iframe_widget,.fb_iframe_widget span,.fb_iframe_widget span iframe[style]{width:100% !important}.blockFrame.xform{padding:1.25rem 0px 2.5rem 0px;margin-bottom:1.25rem}@media (min-width: 30rem){.blockFrame.xform input,.blockFrame.xform select,.blockFrame.xform textarea,.blockFrame.xform .styled-select{min-width:18.75rem}}@media (max-width: 30rem){.blockFrame.xform input,.blockFrame.xform select,.blockFrame.xform textarea,.blockFrame.xform .styled-select{width:100%}}.blockFrame.xform table td{border:none;padding-left:0;padding-right:0}.blockFrame.xform label{display:block;margin-top:.3125rem;font-weight:bold}.blockFrame.xform span.xformvalidator{color:#E91449;margin-left:.3125rem}#mainContent .EPiServerForms{font-size:16px}@media (min-width: 30rem){#mainContent .EPiServerForms input,#mainContent .EPiServerForms select,#mainContent .EPiServerForms textarea,#mainContent .EPiServerForms .styled-select{min-width:18.75rem}}@media (max-width: 30rem){#mainContent .EPiServerForms input,#mainContent .EPiServerForms select,#mainContent .EPiServerForms textarea,#mainContent .EPiServerForms .styled-select{width:100%}}#mainContent .EPiServerForms .Form__Element .Form__Element__Caption{display:block;margin-top:.3125rem;font-weight:bold}#mainContent .EPiServerForms .Form__Element .Form__Element__ValidationError{color:#E91449}.blockFrame.instagram .div.epi-injected-minSize{overflow:hidden}.blockFrame.instagram .nopadding{padding:0 !important;margin:0 !important}.blockFrame.instagram .item{width:32%;display:inline-block;margin-bottom:0.25rem !important}.blockFrame.instagram .regularButton,.blockFrame.instagram #mainContent .EPiServerForms .FormSubmitButton,#mainContent .EPiServerForms .blockFrame.instagram .FormSubmitButton{width:100%}.blockFrame.instagram a::after{display:none !important}@media (max-width: 30rem){.blockFrame.instagram .item{width:49%}}.campusBlock .value-header,.campusBlock .value-info{padding:0.625rem 0.9375rem}.campusBlock .value-info{font-size:1.1875rem;vertical-align:top}.campusBlock .value-info p{font-size:1.1875rem;margin:0}.cookie-background{width:100%;position:fixed;bottom:0;z-index:500;background-color:#62269E;padding:1.5625rem 0;color:#fff}.cookie-background .cookie-message p{margin:.625rem 0}.cookie-background .cookie-message p a{color:#fff;text-decoration:underline}.cookie-background .cookie-message p a:hover,.cookie-background .cookie-message p a:active,.cookie-background .cookie-message p a:focus{color:#d9d9d9}.cookie-background .cookie-button{font-weight:600;background-color:#f2f2f2;color:#000;border-radius:0;width:auto}.cookie-background .cookie-button:hover,.cookie-background .cookie-button:active,.cookie-background .cookie-button:focus{background-color:#d9d9d9}.blockFrame.question{margin-bottom:.625rem;padding:0 .625rem .625rem .625rem}.blockFrame.question h2{font-family:Calibri,Arial,sans-serif;margin-top:0px;margin-bottom:1.25rem}.blockFrame.question .blockHeader .count{font-size:1rem;margin-top:.625rem;margin-right:0.1875rem;text-align:right}.blockFrame.question .blockBody label.radioContainer{display:inline-block;display:inline;position:relative;padding-left:3.625rem;margin-bottom:0.75rem;margin-left:.625rem;cursor:pointer;font-size:1.375rem;font-weight:400;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.blockFrame.question .blockBody label.radioContainer span.svarstext{display:inline-block;vertical-align:top}.blockFrame.question .blockBody label.radioContainer input{position:absolute;opacity:0;cursor:pointer}.blockFrame.question .blockBody label.radioContainer input:checked ~ .checkmark{background-color:#006E96}.blockFrame.question .blockBody label.radioContainer input:checked ~ .checkmark.right{background-color:green}.blockFrame.question .blockBody label.radioContainer input:checked ~ .checkmark.wrong{background-color:#E91449}.blockFrame.question .blockBody label.radioContainer input:checked ~ .checkmark.correct{background-color:#006E96}.blockFrame.question .blockBody label.radioContainer input:checked ~ .checkmark:after,.blockFrame.question .blockBody label.radioContainer input:checked ~ .checkmark.right:after,.blockFrame.question .blockBody label.radioContainer input:checked ~ .checkmark.wrong:after,.blockFrame.question .blockBody label.radioContainer input:checked ~ .checkmark.correct:after{display:block}.blockFrame.question .blockBody label.radioContainer .checkmark:after,.blockFrame.question .blockBody label.radioContainer .checkmark.right:after,.blockFrame.question .blockBody label.radioContainer .checkmark.wrong:after,.blockFrame.question .blockBody label.radioContainer .checkmark.correct:after{top:0.4375rem;left:0.4375rem;width:0.5rem;height:0.5rem;border-radius:50%;background:white}.blockFrame.question .blockBody label.radioContainer:hover input ~ .checkmark{background-color:#BFBFBF}.blockFrame.question .blockBody .checkmark{position:absolute;top:0.25rem;left:0;height:1.375rem;width:1.375rem;background-color:#8c8c8c;border-radius:50%;margin-left:0.75rem}.blockFrame.question .blockBody .checkmark:after{content:"";position:absolute;display:none}@media (max-width: 30rem){#quizPage .blockFrame.question{padding:0 0 .625rem 0}#quizPage .blockFrame.question .blockBody span.correctText{float:none;font-size:0.9375rem;display:inline-block;font-style:italic}}.no-js .blockFrame.question{padding:1.5625rem 0}.leaflet-popup{width:300px}.leaflet-popup .leaflet-popup-content{font-size:1.2rem}.leaflet-popup .leaflet-popup-content .contactlink{font-weight:bold}.leaflet-container .leaflet-popup a.leaflet-popup-close-button{color:#006e96}.erasmusmapblock #header .shareButtons{margin-top:0px;top:-.3125rem}@media (min-width: 30rem){.erasmusmapblock #header .shareButtons{float:right}}.erasmusmapblock .btn{margin:0;width:100%;padding:0.58rem 0.85rem;border-radius:unset}.erasmusmapblock .btn:hover{background-color:#006e96;border-color:#006e96}.erasmusmapblock .styled-select select{line-height:1.3;padding:0.58rem 1.25rem;-moz-text-align-last:center;text-align-last:center;font-weight:400}.erasmusmapblock .styled-select select:hover{text-decoration:underline}.erasmusmapblock .styled-select>span{padding-top:0.6rem}.erasmusmapblock .styled-select>span>.caret{border-top-color:#000}.erasmusmapblock .styled-select>span:hover{background-color:inherit}.erasmusmapblock .styled-select:hover{background-color:inherit}.erasmusmapblock #map-canvas,.erasmusmapblock #noMap,.erasmusmapblock #loadingMap{height:28.125rem;margin-bottom:1.875rem}@media (max-width: 62rem){.erasmusmapblock #map-canvas,.erasmusmapblock #noMap,.erasmusmapblock #loadingMap{height:28.125rem !important}}.erasmusmapblock #noMap,.erasmusmapblock #loadingMap{padding-top:1.25rem;height:auto}@media (min-width: 62rem){.erasmusmapblock #noMap,.erasmusmapblock #loadingMap{padding-top:8.75rem;height:28.125rem}}@media (max-width: 62rem){.erasmusmapblock #noMap,.erasmusmapblock #loadingMap{background:none !important;background-color:#b00060 !important}}.erasmusmapblock #noMap .loadingText,.erasmusmapblock #loadingMap .loadingText{font-family:Calibri,Arial,sans-serif;font-size:1.875rem;font-weight:700;color:#E91449;margin-top:1.5624rem;text-align:center}@media (min-width: 62rem){.erasmusmapblock #noMap .loadingText,.erasmusmapblock #loadingMap .loadingText{color:#fff}}@media (min-width: 48rem) and (max-width: 62rem){.erasmusmapblock #noMap .loadingText,.erasmusmapblock #loadingMap .loadingText{padding-bottom:1.25rem;margin-top:.3125rem}}@media (max-width: 48rem){.erasmusmapblock #noMap .loadingText,.erasmusmapblock #loadingMap .loadingText{padding:1.25rem .625rem;margin-top:.3125rem}}@media (max-width: 30rem){.erasmusmapblock #noMap .loadingText,.erasmusmapblock #loadingMap .loadingText{font-size:1.125rem}}.erasmusmapblock #noMap #selectInfo,.erasmusmapblock #loadingMap #selectInfo{font-family:Calibri,Arial,sans-serif;font-size:1.875rem;font-weight:700;padding:0 5.25rem;color:#fff}@media (min-width: 62rem){.erasmusmapblock #noMap #selectInfo,.erasmusmapblock #loadingMap #selectInfo{color:#fff}}@media (min-width: 48rem) and (max-width: 62rem){.erasmusmapblock #noMap #selectInfo,.erasmusmapblock #loadingMap #selectInfo{padding-bottom:1.25rem}}@media (max-width: 48rem){.erasmusmapblock #noMap #selectInfo,.erasmusmapblock #loadingMap #selectInfo{padding:1.25rem .625rem}}@media (max-width: 30rem){.erasmusmapblock #noMap #selectInfo,.erasmusmapblock #loadingMap #selectInfo{font-size:1.25rem}}.erasmusmapblock #noMap #selectInfo h3,.erasmusmapblock #loadingMap #selectInfo h3{font-size:2.25rem;margin-bottom:1.25rem}@media (max-width: 30rem){.erasmusmapblock #noMap #selectInfo h3,.erasmusmapblock #loadingMap #selectInfo h3{font-size:1.5rem}}.erasmusmapblock #noMap #selectInfo p,.erasmusmapblock #loadingMap #selectInfo p{line-height:1.2}@media (min-width: 62rem){.erasmusmapblock #loadingMap{background:none;padding-top:8.75rem;height:28.125rem;background-color:#bc103b}}.erasmusmapblock #noMap{background-size:cover !important}.erasmusmapblock #noMap #selectInfo p{line-height:1.1}.erasmusmapblock #noMap #selectInfo ol li{line-height:1.1}.erasmusmapblock .fullWidhtDropDowns{margin-bottom:.625rem}.erasmusmapblock .fullWidhtDropDowns .regularButton,.erasmusmapblock .fullWidhtDropDowns #mainContent .EPiServerForms .FormSubmitButton,#mainContent .EPiServerForms .erasmusmapblock .fullWidhtDropDowns .FormSubmitButton,.erasmusmapblock .fullWidhtDropDowns .styled-select{width:100%}.erasmusmapblock .fullWidhtDropDowns>div{margin-bottom:.625rem}@media (min-width: 62rem){.erasmusmapblock .fullWidhtDropDowns>div:not(:first-child){padding-left:.3125rem}.erasmusmapblock .fullWidhtDropDowns>div:not(:last-child){padding-right:.3125rem}}.erasmusmapblock .KampanjPage{padding-top:0;padding-left:45px;padding-bottom:15px;padding-right:45px}.erasmusMainContent h2:first-child{margin-top:0}.erasmusMainContent #institutionInfo{padding:0}.erasmusMainContent #institutionInfo #institutionLink{background:url("/Static/images/umu_sprite.png") no-repeat scroll -70px -70px rgba(0,0,0,0);padding-left:1.5625rem}.erasmusMainContent #institutionInfo #institutionLink a{font-weight:700;display:inline-block;line-height:1.125rem}.erasmusMainContent #institutionInfo #institutionAddress{padding-left:1.5625rem}.erasmusMainContent #institutionInfo #institutionAddress ul{list-style-type:none;padding:0;margin-bottom:1.875rem}.erasmusMainContent #institutionInfo #institutionAddress ul li{font-weight:700;line-height:1rem;margin-bottom:.3125rem}.erasmusMainContent #applicationLink{padding:0}.erasmusMainContent #applicationLink a{display:block;background-color:#e91449;height:2.3125rem;color:#FFF;text-align:center;padding-top:.3125rem}.erasmusMainContent #applicationLink a:hover{background-color:#000;text-decoration:none}.erasmusMainContent #applicationLink a:after{display:none !important}.erasmusMainContent #pagedivider{margin-bottom:3.125rem}@media (min-width: 62rem){.erasmusMainContent #pagedivider{margin-bottom:1.25rem}}.googft-info-window{font-family:Calibri,Arial,sans-serif;font-size:1.125rem}.googft-info-window a{font-weight:700}.googft-info-window .address{display:none}.erasmusFilterButtons{margin-top:.9375rem}.erasmusFilterButtons span{font-weight:700;display:inline-block;margin-right:.9375rem;vertical-align:-.625rem}@media (max-width: 48rem){.erasmusFilterButtons span{display:block}}.erasmusFilterButtons input{margin-right:.625rem;margin-bottom:.625rem}.erasmusFilterButtons input.active{background-color:#000}#mapid{height:11.25rem}.vignette{margin-top:.625rem}.blockIngress{color:#000000}.spinner{height:60px;width:60px;margin:0px auto;position:relative;-webkit-animation:rotation .6s infinite linear;animation:rotation .6s infinite linear;border-left:6px solid #900;border-right:6px solid #900;border-bottom:6px solid #900;border-top:6px solid #fff;border-radius:100%}@-webkit-keyframes rotation{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}@keyframes rotation{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}.no-js .no-js-hide{display:none}#guidePage{position:relative}#guidePage .info-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:transparent}#guidePage .back-link{background-color:transparent;text-decoration:none;border:none;padding:0;margin-bottom:.625rem}#guidePage .back-link .back-text{font-family:BauWebPro,Arial,Verdana;font-size:1rem;letter-spacing:normal}#guidePage .back-link svg{height:1.875rem;width:1.875rem;position:relative;display:inline-block;fill:currentColor;top:.25em;vertical-align:sub;margin-right:5px}#guidePage .back-link svg:hover{text-decoration:underline}.guide_area{min-height:16.875rem}@media (min-width: 48rem){.guide_area{min-height:27.5rem}}@media (min-width: 62rem){.guide_area{min-height:35.625rem}}@media (min-width: 75rem){.guide_area{min-height:46.25rem}}button+.guide_form_container{margin-top:0}.guide_form_container{border-top:7px solid;margin-top:3.0625rem}.guide_form_container .progress-bar{height:1.25rem}.guide_form_container .guide_step_wrapper{position:relative}.guide_form_container .guide_step_wrapper .watermark_container{position:absolute;top:1.25rem;opacity:.07;z-index:-1;width:100%}@media (min-width: 30rem){.guide_form_container .guide_step_wrapper .watermark_container{left:50%;transform:translateX(-50%);width:66.666667%}}.guide_form_container .guide_step_wrapper .watermark_container img{width:100%}.guide_form_container .guide_step_wrapper .guide_step_container{padding-top:.9375rem}@media (min-width: 48rem){.guide_form_container .guide_step_wrapper .guide_step_container{padding-top:1.25rem}.guide_form_container .guide_step_wrapper .guide_step_container.top{padding-top:.9375rem}}@media (min-width: 62rem){.guide_form_container .guide_step_wrapper .guide_step_container{padding-top:1.875rem}.guide_form_container .guide_step_wrapper .guide_step_container.top{padding-top:1.5625rem}}@media (min-width: 75rem){.guide_form_container .guide_step_wrapper .guide_step_container{padding-top:5rem}.guide_form_container .guide_step_wrapper .guide_step_container.top{padding-top:1.5625rem}}.guide_form_container .guide_step_wrapper .guide_step_container h1{font-family:BauWebPro,Arial,Verdana;font-size:2.5rem;font-weight:bold;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;text-align:center;margin-bottom:2.5rem}.guide_form_container .guide_step_wrapper .guide_step_container .page-header{margin:.625rem 0px .3125rem 0px;padding:0;border:none}.guide_form_container .guide_step_wrapper .guide_step_container .heading-image{display:none;float:left;width:9.375rem;margin-right:1.6875rem;margin-bottom:1.25rem}@media (min-width: 62rem){.guide_form_container .guide_step_wrapper .guide_step_container .heading-image{display:block}}.guide_form_container .guide_step_wrapper .guide_step_container h2{font-family:BauWebPro,Arial,Verdana;font-size:1.5rem;font-weight:bold;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;text-align:center}.guide_form_container .guide_step_wrapper .guide_step_container h2.page-header{font-family:BauWebPro,Arial,Verdana;font-weight:bold;font-size:2.5rem;text-align:left}@media (min-width: 62rem){.guide_form_container .guide_step_wrapper .guide_step_container h2.page-header{font-size:2.8125rem}}.guide_form_container .guide_step_wrapper .guide_step_container h3{font-family:BauWebPro,Arial,Verdana;font-size:1.25rem;font-weight:bold;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal}.guide_form_container .guide_step_wrapper .guide_step_container h3.page-sub-header{text-align:left;font-size:1.75rem}.guide_form_container .guide_step_wrapper .guide_step_container.info .subheading{height:1.25rem;font-family:BauWebPro,Arial,Verdana;font-size:0.875rem;font-weight:bold;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;text-align:center;display:block;margin-left:auto;margin-right:auto;margin-top:.625rem;margin-bottom:.9375rem}.guide_form_container .guide_step_wrapper .guide_step_container.yesno .alternatives{position:relative;border-top:3px solid transparent;border-bottom:3px solid transparent}.guide_form_container .guide_step_wrapper .guide_step_container.yesno .alternatives .alternative{padding-top:.9375rem;padding-bottom:.9375rem}.guide_form_container .guide_step_wrapper .guide_step_container.yesno .alternatives .alternative .col-md-4{position:unset}@media (min-width: 62rem){.guide_form_container .guide_step_wrapper .guide_step_container.result>.clearfix>div{margin-left:11.0625rem}}.guide_form_container .guide_step_wrapper .guide_step_container.result .content .row{margin-bottom:.9375rem}.guide_form_container .guide_step_wrapper .guide_step_container.result .content .row .padded{padding:1.25rem 0.375rem}@media (min-width: 48rem){.guide_form_container .guide_step_wrapper .guide_step_container.result .content .row .padded{padding:1.875rem 1.25rem}}.guide_form_container .guide_step_wrapper .guide_step_container.result .content .row h2{font-size:1.875rem;text-align:left;margin-top:0;margin-bottom:.3125rem}@media (min-width: 62rem){.guide_form_container .guide_step_wrapper .guide_step_container.result .content .row h2.page-header{font-size:2.5rem}}.guide_form_container .guide_step_wrapper .guide_step_container.result .content .row img,.guide_form_container .guide_step_wrapper .guide_step_container.result .content .row .text{padding-bottom:.625rem}@media (min-width: 62rem){.guide_form_container .guide_step_wrapper .guide_step_container.result .content .row img,.guide_form_container .guide_step_wrapper .guide_step_container.result .content .row .text{padding-bottom:1.875rem}}.guide_form_container .guide_step_wrapper .guide_step_container.result .content .row .sub_heading{font-weight:bold}.guide_form_container .guide_step_wrapper .guide_step_container.result .content .row p{margin-bottom:.625rem}.guide_form_container .guide_step_wrapper .guide_step_container .content{margin-bottom:0}@media (min-width: 48rem){.guide_form_container .guide_step_wrapper .guide_step_container .content{margin-bottom:1.5625rem}}.guide_form_container .guide_step_wrapper .guide_step_container .content p{font-family:Calibri;font-size:1.125rem;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.33;letter-spacing:normal;margin-bottom:.9375rem}.guide_form_container .guide_step_wrapper .guide_step_container a.primary_link{display:block;font-family:BauWebPro, Arial, Verdana;border-top-width:1px;border-top-style:solid;border-bottom-width:1px;border-bottom-style:solid;padding:0.625rem 0;margin-top:1rem;font-weight:500;font-size:16px;font-size:1rem}.guide_form_container .guide_step_wrapper .guide_step_container a.primary_link:not(:last-child){border-bottom:none}.guide_form_container .guide_step_wrapper .guide_step_container a.primary_link+a{margin-top:0}.guide_form_container .guide_step_wrapper .guide_step_container a.primary_link:hover{text-decoration:none;border-width:2px;padding:0.5625rem 0}.guide_form_container .guide_step_wrapper .guide_step_container a.primary_link:hover+a{border-top-width:2px}.guide_form_container .guide_step_wrapper .guide_step_container a.primary_link:hover:after{font-weight:bold}.guide_form_container .guide_step_wrapper .guide_step_container a:not(.primary_link) .icon-pil-hoger-ny,.guide_form_container .guide_step_wrapper .guide_step_container a:not(.primary_link) .icon-extern-lank{display:inline-block;position:relative;font-size:1.5625rem;vertical-align:middle;margin-right:.3125rem;float:left;top:-0.094em}.guide_form_container .guide_step_wrapper .guide_step_container .guide_navigation{text-align:center;margin-top:2.5rem}.guide_form_container .guide_step_wrapper .guide_step_container .guide_navigation .navigation_alternative>div{display:inline-block;margin-left:.3125rem;margin-right:.3125rem}@media (min-width: 62rem){.guide_form_container .guide_step_wrapper .guide_step_container .guide_navigation .navigation_alternative>div{margin-left:0.875rem;margin-right:0.875rem}}.guide_form_container .guide_step_wrapper .guide_step_container .guide_navigation .navigation_alternative button.btn{font-family:BauWebPro,Arial,Verdana;border-radius:0;padding-left:3.125rem;padding-right:3.125rem}.guide_form_container .guide_step_wrapper .guide_step_container .guide_navigation .navigation_alternative button.btn:disabled{background-color:#333;color:#fff}.guide_form_container .guide_step_wrapper .guide_step_container .choise-box{margin-top:.625rem;margin-bottom:.625rem;padding:.625rem 1.25rem}.guide_form_container .guide_step_wrapper .guide_step_container .choise-box input[type=checkbox]{height:1.25rem;width:1.25rem;margin-right:.625rem;margin-top:0rem;margin-bottom:.625rem;float:left}.guide_form_container .guide_step_wrapper .guide_step_container .choise-box label{display:inline;font-family:BauWebPro,Arial,Verdana;font-size:1rem;line-height:1.25rem;margin-bottom:0;vertical-align:text-bottom}.guide_form_container .guide_step_wrapper .guide_step_container .alternative-box{font-family:Calibri;font-size:1.125rem;font-weight:bold;font-style:normal;font-stretch:normal;line-height:1.5;letter-spacing:normal}.guide_form_container .guide_step_wrapper .guide_step_container .alternative-box .alternative-info-link{color:inherit;border:none;background-color:transparent;text-decoration:underline;padding:0;text-align:left;line-height:1}.guide_form_container .guide_step_wrapper .guide_step_container .main-info-container{position:absolute;background-color:#fff;left:0;right:0;z-index:1050;top:3.475rem;font-size:1rem;text-align:left;font-weight:normal;border:1px solid #eee;padding:.9375rem}.guide_form_container .guide_step_wrapper .guide_step_container .main-info-container .main-info-content{position:relative;padding-top:1.25rem}.guide_form_container .guide_step_wrapper .guide_step_container .main-info-container .main-info-content .main-info-close-link{border:none;background-color:transparent;position:absolute;right:-10px;top:-10px;font-size:1.875rem}.guide_form_container .guide_step_wrapper .guide_step_container .header-container{display:block;position:relative;text-align:center}.guide_form_container .guide_step_wrapper .guide_step_container .header-container h2{position:relative;margin-bottom:.9375rem;line-height:2rem;display:block;margin-left:auto;margin-right:auto;margin-top:0px;word-break:break-word;overflow-wrap:break-word;word-wrap:break-word;-ms-hyphens:auto;-webkit-hyphens:auto;hyphens:auto;max-width:80%}.guide_form_container .guide_step_wrapper .guide_step_container .header-container h2 button{top:-1.0625rem;position:absolute;right:-2.8125rem}.guide_form_container .guide_step_wrapper .guide_step_container .header-container h2 button .icon{font-size:2.8125rem}.guide_form_container .guide_step_wrapper .guide_step_container .header-container .main-info-link{color:inherit;border:none;background-color:transparent}.guide_form_container .text-block h3{font-size:1.5rem}@media (min-width: 62rem){.desktop-flex{display:flex}.desktop-flex .desktop-flex-bottom{display:flex;flex-direction:column;justify-content:flex-end}}.toggle-foldable{width:100%}.toggle-foldable button{border:none;background-color:transparent;float:right;margin-top:0.1875rem;outline:transparent}.bottom-blocks{padding-left:0;padding-right:0}.guidePageBanner{background-size:17.625rem 100%;background-repeat:no-repeat;background-position:right center;background-image:url("data:image/svg+xml;utf8,<svg width='282' height='152' version='1.1' xmlns='http://www.w3.org/2000/svg'><polygon points='282 0 0 152 282 152' stroke='#ffffff' fill='#ffffff' stroke-width='1'/></svg>");background-color:#e5f0f4;height:8.875rem;margin-top:1.1875rem;display:flex;align-items:center}@media (max-width: 62rem){.guidePageBanner{background-size:13.375rem 100%;background-image:url("data:image/svg+xml;utf8,<svg width='214' height='207' version='1.1' xmlns='http://www.w3.org/2000/svg'><polygon points='214 0 0 207 214 207' stroke='#ffffff' fill='#ffffff' stroke-width='1'/></svg>");display:block;height:12.5rem;padding-top:0.75rem}}@media (max-width: 37.5rem){.guidePageBanner{height:11.5625rem}}.guidePageBanner img:not(.img-standardPage){width:7.9375rem;max-height:7.9375rem;padding-top:0;padding-left:1.5rem}@media (max-width: 62rem){.guidePageBanner img:not(.img-standardPage){width:4.5625rem;max-height:4.5625rem;padding-top:0.4375rem;padding-left:0.4375rem}}.guidePageBanner .message{position:relative;top:1.6875rem;left:-3.3125rem}@media (max-width: 62rem){.guidePageBanner .message{position:relative;top:-2.6875rem;left:2.0625rem}}@media (max-width: 37.5rem){.guidePageBanner .message{width:95%}}.guidePageBanner .message h2{font-size:2.5rem;font-family:BauWebPro,Arial,Verdana;padding:0;margin:0}@media (max-width: 62rem){.guidePageBanner .message h2{font-size:2.5rem}}@media (max-width: 37.5rem){.guidePageBanner .message h2{font-size:1.5rem}}.guidePageBanner .message p{font-family:BauWebPro,Arial,Verdana;font-style:italic;font-size:1.125rem;font-weight:normal;text-align:right}@media (max-width: 62rem){.guidePageBanner .message p{font-size:1.125rem;text-align:left}}@media (max-width: 37.5rem){.guidePageBanner .message p{font-size:1rem;text-align:left}}.guidePageBanner .controller{position:absolute;right:4.0625rem}@media (max-width: 62rem){.guidePageBanner .controller{position:relative;left:2.0625rem}}@media (max-width: 37.5rem){.guidePageBanner .controller{position:relative;left:2.0625rem;width:95%}}.guidePageBanner .controller a.button{font-family:BauWebPro, Arial, Verdana;padding:0.875rem 3.125rem 0.875rem 3.125rem;position:relative;top:2px}@media (max-width: 62rem){.guidePageBanner .controller a.button{text-align:center;top:-2.8125rem}}.hp_provorter_karta h3{margin-top:1.5rem;margin-bottom:0.5rem}.hp_provorter_karta .provanordnarBlock{margin-bottom:1.5rem}.hp_provorter_karta .provanordnarBlock h4{padding:0}.hp_provorter_karta .provanordnarBlock .value-header,.hp_provorter_karta .provanordnarBlock .value-info{padding:0}.hp_provorter_karta .provanordnarBlock .value-info{vertical-align:top}.hp_provorter_karta .provanordnarBlock .value-info p{font-size:1.2rem;margin:0}.hp_provorter_karta .provanordnarBlock .value-info p.ovriginfo{margin-top:0.5rem}.hp_provorter_karta .provanordnarBlock .flex-container{margin:0 -0.625rem;display:flex}.hp_provorter_karta .provanordnarBlock .flex-items:first-child{margin-right:0.4rem}.leaflet-popup{width:300px}.leaflet-popup .leaflet-popup-content{font-size:1.1rem}.leaflet-popup .leaflet-popup-content h4{margin-top:1rem}.leaflet-popup .leaflet-popup-content p{margin:0 0 0.5rem;line-height:1.2rem}.leaflet-popup .leaflet-popup-content .contactlink{font-weight:bold}#mapid{height:11.25rem}.vignette{margin-top:.625rem}.blockIngress{color:#000000}.spinner{height:60px;width:60px;margin:0px auto;position:relative;-webkit-animation:rotation 0.6s infinite linear;animation:rotation 0.6s infinite linear;border-left:6px solid #900;border-right:6px solid #900;border-bottom:6px solid #900;border-top:6px solid #fff;border-radius:100%}@-webkit-keyframes rotation{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}@keyframes rotation{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}.coloredBackground{border-top-style:solid;border-top-width:1rem;margin-top:1.1875rem}@media screen and (min-width: 48rem){.coloredBackground{margin:1.5rem 0 0 0}}@media screen and (max-width: 61.9375rem){.coloredBackground>.row{margin:0}}.coloredBackground h2{padding-left:0;margin-top:0;font-size:1.5rem}@media screen and (min-width: 48rem){.coloredBackground h2{margin-top:1.25rem}}.coloredBackground .puffImage{padding:1.25rem 0 0 0}.coloredBackground .puffImage img{width:25%}@media screen and (min-width: 48rem){.coloredBackground .puffImage img{width:100%}}@media screen and (min-width: 48rem){.coloredBackground .puffImage{padding-left:1.25rem;padding-bottom:1.25rem}}.coloredBackground .inner-padding{padding-bottom:1.25rem}@media screen and (min-width: 48rem){.coloredBackground .inner-padding{padding-right:1.25rem}}.coloredBackground a.primary_link{display:block;font-family:BauWebPro, Arial, Verdana;border-top-width:1px;border-top-style:solid;border-bottom-width:1px;border-bottom-style:solid;padding:0.625rem 0;margin-top:1rem;font-weight:500;font-size:16px;font-size:1rem}.coloredBackground a.primary_link:not(:last-child){border-bottom:none}.coloredBackground a.primary_link+a{margin-top:0}.coloredBackground a.primary_link:hover{text-decoration:none;border-width:2px;padding:0.5625rem 0}.coloredBackground a.primary_link:hover+a{border-top-width:2px}.coloredBackground a.primary_link:hover:after{font-weight:bold}.coloredBackground a:not(.primary_link):before{content:"\51";font-family:"uhr-icon-font" !important;display:inline-block;position:relative;font-size:1.5625rem;vertical-align:middle;margin-right:.3125rem}.coloredBackground a:not(.primary_link):hover{border-width:2px;text-decoration:underline}.coloredBackground a:not(.primary_link):hover:after,.coloredBackground a:not(.primary_link):hover:before{font-weight:bold}.coloredBackground a:not(.primary_link)[href*="//"]:not([href*="mysite.com"]):before{content:"\72"}.ColoredTextBlock{background-color:#fff}.ColoredTextBlock h2{background-color:#fff;color:#000;text-align:left}.ColoredTextBlock div.ColoredTextBlockText{color:#000;background-color:inherit;padding:0;margin-top:1.1875rem;-moz-column-count:2;column-count:2;-moz-column-gap:1.375rem;column-gap:1.375rem}@media screen and (max-width: 47.9375rem){.ColoredTextBlock div.ColoredTextBlockText{-moz-column-count:1;column-count:1}}.text-area-edu a:hover,.text-area-edu a:focus,.text-area-edu button:hover,.text-area-edu button:focus{text-decoration:none;border-width:2px}.text-area-edu a:hover:after,.text-area-edu a:hover:before,.text-area-edu a:focus:after,.text-area-edu a:focus:before,.text-area-edu button:hover:after,.text-area-edu button:hover:before,.text-area-edu button:focus:after,.text-area-edu button:focus:before{font-weight:bold}.text-area-edu a:before{content:"\51";font-family:"uhr-icon-font" !important;display:inline-block;position:relative;font-size:1.5625rem;vertical-align:middle;margin-right:.3125rem}.text-area-edu a:hover{border-width:2px;text-decoration:underline}.text-area-edu a:hover:after,.text-area-edu a:hover:before{font-weight:bold}.text-area-edu a[href*="//"]:not([href*="mysite.com"]):before{content:"\72"}a.primary_link{display:block;font-family:BauWebPro, Arial, Verdana;border-top-width:1px;border-top-style:solid;border-bottom-width:1px;border-bottom-style:solid;padding:0.625rem 0;margin-top:1rem;font-weight:500;font-size:16px;font-size:1rem}a.primary_link:not(:last-child){border-bottom:none}a.primary_link[href*="//"]:not([href*="studera.nu"]).icon-extern-lank{font-size:1.5rem;top:-0.5rem}a.primary_link+a{margin-top:0}a.primary_link:hover{text-decoration:none;border-width:2px;padding:0.5625rem 0}a.primary_link:hover+a{border-top-width:0.125rem}a.primary_link:hover:after{font-weight:bold}.education_content{margin-top:1.25rem}.education_content img{max-width:100%}.education_content>div{border-bottom:0.125rem solid #d2d2d2;border-color:transparent}@media (min-width: 62rem){.education_content>div{border-color:#d2d2d2;margin-bottom:1.25rem;padding-bottom:0.625rem}}.education_content>div:last-child{border:none}.education_content .puffImage{padding-top:1.25rem}@media (min-width: 62rem){.education_content .puffImage{padding-top:0}}.education_content.backgroundColor{padding:0.63rem 1.25rem}@media (min-width: 62rem){.education_content.backgroundColor{padding:1.25rem 2.5rem}}.education_content .edu-contains{margin:1.25rem 0}.education_content .edu-contains p{color:#000}@media screen and (min-width: 61.9375rem){.education_content .edu-contains .image{padding:2rem 0 2rem}}@media (min-width: 62rem){.education_content .edu-contains .image{margin-bottom:0}}.education_content .edu-contains .image img{width:25%;display:inline-block;vertical-align:baseline}@media screen and (min-width: 61.9375rem){.education_content .edu-contains .image img{width:100%}}.education_content .edu-contains .image .imageText{margin-top:1rem;padding-left:1rem;display:inline-block}@media screen and (min-width: 61.9375rem){.education_content .edu-contains .image .imageText{text-align:center;display:block}}.education_content .edu-contains .image .imageText span{font-size:2.18rem;font-family:BauWebPro, Arial, Verdana;font-weight:600}.education_content div ~ div>.edu-contains{border-top-style:solid;border-top-width:0.25rem;margin:1.25rem 0;padding-top:1.25rem}@media (min-width: 62rem){.education_content div ~ div>.edu-contains{border:none;padding-top:0}}.education_content h3{margin-top:1.25rem}.no-js .education_content .education_detail{display:block}.education_content .education_detail>div{position:relative;border:0.1rem solid #000;margin-bottom:1rem}.no-js .education_content .education_detail>div{border:none}.education_content .education_detail .align-right{position:absolute;right:1rem;top:1rem}.education_content .education_detail .btn-eduDetails{background-color:transparent;border-color:transparent;width:100%;text-align:left}.no-js .education_content .education_detail .caret{display:none}.education_content .education_detail .more-details{padding:1rem}.education_content .education_detail .more-details p{margin-bottom:0}.no-js .education_content .education_detail .dropdown-menu{display:block}.no-js .education_content .education_detail .see-more-details{display:none}.no-js .education_content .collapse{display:block}.education_content .open .education_detail{display:block}.education_content .see-more-details{background-color:transparent;border:none;border-bottom:1px solid;padding:0;border-radius:0}.education_content .see-more-details:hover,.education_content .see-more-details:focus{text-decoration:none;border-width:2px;outline:none}.no-js .education_content .see-more-details{display:none}.education_content .collapse.in ~ .see-more-details{border-top:1px solid;border-bottom:none}.linkListBlock .listArea{margin-top:1.1875rem;padding:1.5625rem 1.875rem 1.1875rem 1.875rem;font-family:BauWebPro,Arial,Verdana;background-color:lightgray}.linkListBlock .listArea .listColumns{-moz-column-count:3;column-count:3}.linkListBlock .listArea .listColumns .linkGroup{page-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid;font-family:B BauWebPro,Arial,Verdana;font-size:1rem;padding-bottom:.625rem}.linkListBlock .listArea .listColumns .linkGroup h3{font-size:1rem}.linkListBlock .listArea .listColumns .linkGroup ul{padding-left:0}.linkListBlock .listArea .listColumns .linkGroup ul li{list-style:none;padding-bottom:.3125rem}.linkListBlock .listArea .listColumns .linkGroup ul li a{font-family:BauWebPro,Arial,Verdana;color:#000}@media screen and (max-width: 48rem){.linkListBlock .listArea .listColumns{-moz-column-count:1;column-count:1}}#guidePage .linkListBlock h2{margin-top:2.75rem;padding:.625rem 0 .625rem 1.25rem;color:#fff}.multi-puff-block{position:relative;height:100%}@media screen and (min-width: 62rem){.multi-puff-block{margin-bottom:.625rem}}.multi-puff-block ul{padding-left:1.25rem}.teacher_guide_landing .multi-puff-block .row{margin-left:0;margin-right:0}.multi-puff-block .row .bottomBorder{border-bottom-width:0.3rem;border-bottom-style:solid;padding-bottom:.9375rem;margin-left:.625rem;margin-right:.625rem;bottom:0}@media screen and (min-width: 62rem){.multi-puff-block .row .bottomBorder{position:absolute;border-bottom-width:0.6rem;width:97%}}.multi-puff-block .image{padding-top:1.25rem}@media screen and (min-width: 62rem){.multi-puff-block .image{padding:1.25rem 0 1.25rem}}.multi-puff-block .image.width_33{width:33%}.multi-puff-block .multi-puff-text a{font-family:BauWebPro, Arial, Verdana;font-size:1rem;font-weight:500}.multi-puff-block .multi-puff-text a .icon-extern-lank{display:inline-block;position:relative;top:5px;margin-right:0.4375rem;margin-left:0;font-size:1.5rem;float:left;top:0px}.puffRow h2{color:#fff;background-color:#000}.puffRow div.epi-contentfragment{display:none}.puffRow a.puffLink,.puffRow a.puffLink:hover{text-decoration:none}.puffRow .equal{display:flex;display:-webkit-flex;flex-wrap:wrap}.puffRow .puffblocks{margin-top:1.1875rem}.puffRow .videoPuff h3,.puffRow .internPuff h3,.puffRow .externPuff h3{margin-top:1.1875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#000}.puffRow .videoPuff .puffText,.puffRow .internPuff .puffText,.puffRow .externPuff .puffText{color:#000}.puffRow .videoPuff .puffText p:last-of-type,.puffRow .internPuff .puffText p:last-of-type,.puffRow .externPuff .puffText p:last-of-type{margin-bottom:0}.puffRow .videoPuff .filmcontainer{position:relative}.puffRow .videoPuff .filmcontainer .filmplaybutton{height:3.9375rem;width:3.9375rem;display:inline-block;background-color:rgba(100,100,100,0.7);border-radius:2rem;position:absolute;top:50%;left:50%;margin-top:-1.6875rem;margin-left:-2rem;cursor:pointer;visibility:visible;text-align:center}.puffRow .videoPuff .filmcontainer .filmplaybutton span{padding-left:13px}@media screen and (max-width: 48rem){.puffRow .equal{display:block}.puffRow .internPuff .puffText{margin-bottom:1.1875rem}}div.study-venue h2{background-color:#000;color:#fff;margin:.625rem .625rem 2.5rem .625rem;padding:.625rem 0 .625rem 1.25rem;margin-top:1.5rem;margin-bottom:1.1875rem}div.study-venue div.karta{padding-top:0;padding-left:2.375rem}div.study-venue div.karta svg{width:13.5rem;height:30.625rem;fill:#d2d2d2}div.study-venue div.karta svg path.selected{fill:#fff}div.study-venue div.karta span.glyphicon-map-marker{float:left;top:213px;left:160px;color:#000000;font-size:1.875rem;width:0;text-shadow:0 0 10px #ffffff}div.study-venue h3{color:black;min-height:2.625rem;padding-bottom:0.5rem;border-bottom:solid 1px black}div.study-venue h3 span.glyphicon{font-size:2.5rem;float:left}div.study-venue div.study-venue-back{font-weight:bold;border-bottom:solid thin black;margin-bottom:0.75rem;padding:0 0 0.5rem 0;cursor:pointer;display:none}div.study-venue div.study-venue-back .icon-pil-vanster-ny{display:inline-block;width:1.25em;height:1.25em;top:6px;position:relative;fill:currentColor;margin-right:.3125rem}div.study-venue div.study-venue-back:hover{border-bottom-width:3px;margin-bottom:0px}div.study-venue ul.venue{color:black;list-style:none;margin-top:.625rem;margin-bottom:0;border-bottom:solid 1px black;padding:1.25rem 0 1.25rem 0.0625rem}div.study-venue ul.venue li h4{font-size:1.1875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}div.study-venue ul.venue li h4 a{color:black;text-decoration:underline;cursor:pointer}div.study-venue ul.venue li h4 a:focus{outline:5px auto -webkit-focus-ring-color}div.study-venue ul.venue div.education{display:none;margin-bottom:1.25rem}div.study-venue ul.venue div.education a{display:block;margin:0 0 .625rem 0;color:black;font-size:1.125rem;font-weight:bold}div.study-venue ul.venue div.education a:focus{outline:5px auto -webkit-focus-ring-color}div.study-venue ul.venue div.education a.preventAutomaticIcon .icon-pil-hoger-ny{font-size:1.25rem;display:inline-block;top:5px;position:relative;margin-right:.3125rem;margin-left:0}div.study-venue ul.venue div.education a.external .icon-extern-lank{font-size:1.25rem;font-weight:normal;display:inline-block;top:2px;float:left;position:relative;margin-right:.3125rem}div.study-venue ul.venue div.education dl{color:black;text-decoration:none;font-size:1.125rem}div.study-venue ul.venue div.education dl dt{float:left;clear:left;margin-right:.25em}div.study-venue ul.venue div.education dl dt::after{content:':'}div.study-venue ul.venue div.education dl dd{margin-bottom:.625rem}div.study-venue ul.venue div.education h4{color:black;padding-left:0;margin-top:.625rem;margin-bottom:.625rem;font-size:1.4375rem}.information_tabs .tab-content{position:relative;margin-top:1.25rem}@media screen and (max-width: 47.9375rem){.information_tabs .tab-content{background-color:#fff !important}}@media screen and (min-width: 48rem){.information_tabs .tab-content{padding:0.25rem}}.no-js .information_tabs .tab-content{background-color:#fff !important}.information_tabs .tab-content .tabpanel{display:none;padding:1.25rem 0 0;background-color:#fff}.information_tabs .tab-content .tabpanel:before,.information_tabs .tab-content .tabpanel:after{content:" ";display:table}.information_tabs .tab-content .tabpanel:after{clear:both}@media screen and (min-width: 48rem){.information_tabs .tab-content .tabpanel{padding:1.875rem 1.25rem}}.no-js .information_tabs .tab-content .tabpanel{display:block;position:relative;padding:1.25rem 0 0 0}.information_tabs .tab-content .tabpanel .information_tab_content{min-width:50%;flex-grow:1}.information_tabs .tab-content .tabpanel .information_tab_content a[href^="http"] .icon-extern-lank,.information_tabs .tab-content .tabpanel .information_tab_content a[href^="http"] .icon-pil-hoger-ny,.information_tabs .tab-content .tabpanel .information_tab_content a[href^="/"] .icon-extern-lank,.information_tabs .tab-content .tabpanel .information_tab_content a[href^="/"] .icon-pil-hoger-ny{display:inline-block;position:relative;fill:currentColor;width:1.5em;height:1.5em;top:0.4em}.no-js .information_tabs .tab-content .tabpanel .information_tab_content{overflow-y:auto;overflow-x:hidden;margin-top:1.25rem}@media screen and (max-width: 47.9375rem){.information_tabs .tab-content .tabpanel .information_tab_content{height:auto !important}}@media screen and (min-width: 48rem){.information_tabs .tab-content .tabpanel .information_tab_content{margin-left:.625rem}}.no-js .information_tabs .tab-content .tabpanel .information_tab_content{height:auto !important;overflow-y:auto;overflow-x:hidden}.information_tabs .tab-content .tabpanel .information_tab_content h3,.information_tabs .tab-content .tabpanel .information_tab_content .ss-wrapper .ss-content h3{margin-top:1.189rem}.information_tabs .tab-content .tabpanel .information_tab_content h3:first-child,.information_tabs .tab-content .tabpanel .information_tab_content .ss-wrapper .ss-content h3:first-child{margin-top:0}@media screen and (min-width: 640px){.information_tabs .tab-content .tabpanel>img{display:block;height:100%}}@media screen and (min-width: 40rem){.information_tabs .tab-content .tabpanel img+.information_tab_content{padding-left:1.25rem}}.no-js .information_tabs .tab-content .tabpanel img+.information_tab_content{padding-left:0}.information_tabs .tab-content .tabpanel.open{display:flex;top:0.375rem;left:0.25rem;width:auto}.information_tabs .tab-content .tabpanel.open .ss-content p{margin-bottom:0.06rem}@media screen and (min-width: 48rem){.information_tabs .tab-content .tabpanel.open{position:absolute;margin-left:0.125rem;width:98.2%;z-index:10}}@media screen and (min-width: 75rem){.information_tabs .tab-content .tabpanel.open{margin-left:0.125rem;width:98.6%}}.no-js .information_tabs .tab-content .tabpanel.open{position:relative;display:flex;top:0.375rem;left:0.25rem;width:auto}@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){.information_tabs .tab-content .tabpanel img{float:left}.information_tabs .tab-content .tabpanel .information_tab_content{float:left;width:100%}}@media screen and (-ms-high-contrast: active) and (min-width: 640px), screen and (-ms-high-contrast: none) and (min-width: 640px){.information_tabs .tab-content .tabpanel img+.information_tab_content{width:50%}}@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){.information_tabs .tab-content .tabpanel.open{display:block}}.information_tabs .information_tabs_nav{display:inline;list-style-type:none;margin:0;margin-top:0.94rem}.information_tabs .information_tabs_nav:before,.information_tabs .information_tabs_nav:after{content:" ";display:table}.information_tabs .information_tabs_nav:after{clear:both}.information_tabs .information_tabs_nav>img{margin-bottom:1.25rem}@media screen and (min-width: 48rem){.information_tabs .information_tabs_nav{background-color:#fff;padding:0.125rem;display:flex;margin-left:-0.375rem;margin-right:-0.375rem;margin-bottom:-0.25rem}}.no-js .information_tabs .information_tabs_nav{display:inline;padding:0;list-style-type:none;margin:0;margin-top:1.5rem}.no-js .information_tabs .information_tabs_nav:before,.no-js .information_tabs .information_tabs_nav:after{content:" ";display:table}.no-js .information_tabs .information_tabs_nav:after{clear:both}.information_tabs .information_tabs_nav div[role="presentation"]{background-color:#fff;float:left;margin-bottom:0.5625rem;width:100%}@media screen and (min-width: 48rem){.information_tabs .information_tabs_nav div[role="presentation"]{margin-bottom:0;margin-top:0.8125rem;padding:0.125rem}}@media screen and (min-width: 48rem){.information_tabs .information_tabs_nav div[role="presentation"]:first-child{margin-left:0px}}.no-js .information_tabs .information_tabs_nav div[role="presentation"]:first-child{margin-bottom:0.5625rem;width:100%}@media screen and (min-width: 48rem){.information_tabs .information_tabs_nav div[role="presentation"]:first-child:nth-last-child(1){width:100%}}@media screen and (min-width: 48rem){.no-js .information_tabs .information_tabs_nav div[role="presentation"]:first-child:nth-last-child(1),.no-js .information_tabs .information_tabs_nav div[role="presentation"]:first-child:nth-last-child(1) ~ div[role="presentation"]{margin-bottom:0.5625rem;width:100%}}@media screen and (min-width: 48rem){.information_tabs .information_tabs_nav div[role="presentation"]:first-child:nth-last-child(2),.information_tabs .information_tabs_nav div[role="presentation"]:first-child:nth-last-child(2) ~ div[role="presentation"]{width:50%}}@media screen and (min-width: 48rem){.no-js .information_tabs .information_tabs_nav div[role="presentation"]:first-child:nth-last-child(2),.no-js .information_tabs .information_tabs_nav div[role="presentation"]:first-child:nth-last-child(2) ~ div[role="presentation"]{margin-bottom:0.5625rem;width:100%}}@media screen and (min-width: 48rem){.information_tabs .information_tabs_nav div[role="presentation"]:first-child:nth-last-child(3),.information_tabs .information_tabs_nav div[role="presentation"]:first-child:nth-last-child(3) ~ div[role="presentation"]{width:33.3333%}}@media screen and (min-width: 48rem){.no-js .information_tabs .information_tabs_nav div[role="presentation"]:first-child:nth-last-child(3),.no-js .information_tabs .information_tabs_nav div[role="presentation"]:first-child:nth-last-child(3) ~ div[role="presentation"]{margin-bottom:0.5625rem;width:100%}}@media screen and (min-width: 48rem){.information_tabs .information_tabs_nav div[role="presentation"]:first-child:nth-last-child(4),.information_tabs .information_tabs_nav div[role="presentation"]:first-child:nth-last-child(4) ~ div[role="presentation"]{width:25%}}@media screen and (min-width: 48rem){.no-js .information_tabs .information_tabs_nav div[role="presentation"]:first-child:nth-last-child(4),.no-js .information_tabs .information_tabs_nav div[role="presentation"]:first-child:nth-last-child(4) ~ div[role="presentation"]{margin-bottom:0.5625rem;width:100%}}@media screen and (min-width: 48rem){.information_tabs .information_tabs_nav div[role="presentation"]:first-child:nth-last-child(5),.information_tabs .information_tabs_nav div[role="presentation"]:first-child:nth-last-child(5) ~ div[role="presentation"]{width:20%}}@media screen and (min-width: 48rem){.no-js .information_tabs .information_tabs_nav div[role="presentation"]:first-child:nth-last-child(5),.no-js .information_tabs .information_tabs_nav div[role="presentation"]:first-child:nth-last-child(5) ~ div[role="presentation"]{margin-bottom:0.5625rem;width:100%}}.information_tabs .information_tabs_nav div[role="presentation"] button{border:none;z-index:2;width:100%;position:relative;text-decoration:none;text-align:left;font-size:1.25rem;font-weight:bold}@media screen and (min-width: 48rem){.information_tabs .information_tabs_nav div[role="presentation"] button{font-size:17px;font-size:1.06rem;text-align:center;padding-bottom:0.31rem}}@media screen and (min-width: 74.9375rem){.information_tabs .information_tabs_nav div[role="presentation"] button{font-size:Calibri,Arial,sans-serif;font-size:1.2rem}}.no-js .information_tabs .information_tabs_nav div[role="presentation"] button{font-size:20px;font-size:2rem;text-align:left}.information_tabs .information_tabs_nav div[role="presentation"] button img.icon{height:1.875rem;width:auto;margin:.625rem;filter:invert(1)}@media screen and (min-width: 48rem){.information_tabs .information_tabs_nav div[role="presentation"] button img.icon{height:3.06rem;display:block;margin:0 auto;margin-top:0.9375rem;margin-bottom:.3125rem}}.information_tabs .information_tabs_nav div[role="presentation"] button span{vertical-align:middle;color:#fff;font-size:40px;font-size:2.5rem;line-height:2.8rem;margin-bottom:0.5624rem;margin-right:1.25rem}@media screen and (min-width: 48rem){.information_tabs .information_tabs_nav div[role="presentation"] button span{margin-left:0;display:block;font-size:60px;font-size:6rem;margin-right:0}}.no-js .information_tabs .information_tabs_nav div[role="presentation"] button span{display:inline;font-size:40px;font-size:4rem;margin-right:2rem}.information_tabs .information_tabs_nav div[role="presentation"] button .caret{float:right;border-width:0.9rem;margin-top:1.06rem;filter:invert(1)}.information_tabs .information_tabs_nav div[role="presentation"] .tab_bg{z-index:1;top:0;bottom:0;left:0;right:0;transition:opacity 0.15s ease-in-out}@media screen and (min-width: 48rem){.information_tabs .information_tabs_nav div[role="presentation"] .tab_bg{opacity:.4}}.information_tabs .information_tabs_nav div[role="presentation"].open button .tab_bg{opacity:1}.information_tabs .information_tabs_nav div[role="presentation"].open button img.icon{filter:none}.information_tabs .information_tabs_nav div[role="presentation"].open button .caret{filter:invert(0)}.information_tabs .information_tabs_nav div[role="presentation"] .angle,.information_tabs .information_tabs_nav div[role="presentation"] .angle-inner{display:none}.information_tabs .information_tabs_nav div[role="presentation"].open .angle{display:none}@media screen and (min-width: 48rem){.information_tabs .information_tabs_nav div[role="presentation"].open .angle{display:block;position:absolute;z-index:20;top:-20px;margin-left:1.25rem;width:0;height:0;border-style:solid;border-width:50px 26px 0 27px;border-left-color:transparent;border-right-color:transparent;border-bottom-color:transparent}}.no-js .information_tabs .information_tabs_nav div[role="presentation"].open .angle{display:none}.information_tabs .information_tabs_nav div[role="presentation"].open .angle-inner{display:none}@media screen and (min-width: 48rem){.information_tabs .information_tabs_nav div[role="presentation"].open .angle-inner{display:block;position:absolute;z-index:20;top:-22px;margin-left:1.5rem;width:0;height:0;border-style:solid;border-width:43px 22px 0 23px;border-left-color:transparent;border-right-color:transparent;border-bottom-color:transparent}}.no-js .information_tabs .information_tabs_nav div[role="presentation"].open .angle-inner{display:none}.container{margin-right:auto;margin-left:auto;padding-left:.625rem;padding-right:.625rem}.container:before,.container:after{content:" ";display:table}.container:after{clear:both}@media (min-width: 48rem){.container{width:46.25rem}}@media (min-width: 62rem){.container{width:60rem}}@media (min-width: 75rem){.container{width:72.5rem}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:.625rem;padding-right:.625rem}.container-fluid:before,.container-fluid:after{content:" ";display:table}.container-fluid:after{clear:both}.row{margin-left:-.625rem;margin-right:-.625rem}.row:before,.row:after{content:" ";display:table}.row:after{clear:both}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:.625rem;padding-right:.625rem}.col-xxs-1,.col-xxs-2,.col-xxs-3,.col-xxs-4,.col-xxs-5,.col-xxs-6,.col-xxs-7,.col-xxs-8,.col-xxs-9,.col-xxs-10,.col-xxs-11,.col-xxs-12{float:left}.col-xxs-1{width:8.33333%}.col-xxs-2{width:16.66667%}.col-xxs-3{width:25%}.col-xxs-4{width:33.33333%}.col-xxs-5{width:41.66667%}.col-xxs-6{width:50%}.col-xxs-7{width:58.33333%}.col-xxs-8{width:66.66667%}.col-xxs-9{width:75%}.col-xxs-10{width:83.33333%}.col-xxs-11{width:91.66667%}.col-xxs-12{width:100%}.col-xxs-pull-0{right:auto}.col-xxs-pull-1{right:8.33333%}.col-xxs-pull-2{right:16.66667%}.col-xxs-pull-3{right:25%}.col-xxs-pull-4{right:33.33333%}.col-xxs-pull-5{right:41.66667%}.col-xxs-pull-6{right:50%}.col-xxs-pull-7{right:58.33333%}.col-xxs-pull-8{right:66.66667%}.col-xxs-pull-9{right:75%}.col-xxs-pull-10{right:83.33333%}.col-xxs-pull-11{right:91.66667%}.col-xxs-pull-12{right:100%}.col-xxs-push-0{left:auto}.col-xxs-push-1{left:8.33333%}.col-xxs-push-2{left:16.66667%}.col-xxs-push-3{left:25%}.col-xxs-push-4{left:33.33333%}.col-xxs-push-5{left:41.66667%}.col-xxs-push-6{left:50%}.col-xxs-push-7{left:58.33333%}.col-xxs-push-8{left:66.66667%}.col-xxs-push-9{left:75%}.col-xxs-push-10{left:83.33333%}.col-xxs-push-11{left:91.66667%}.col-xxs-push-12{left:100%}.col-xxs-offset-0{margin-left:0%}.col-xxs-offset-1{margin-left:8.33333%}.col-xxs-offset-2{margin-left:16.66667%}.col-xxs-offset-3{margin-left:25%}.col-xxs-offset-4{margin-left:33.33333%}.col-xxs-offset-5{margin-left:41.66667%}.col-xxs-offset-6{margin-left:50%}.col-xxs-offset-7{margin-left:58.33333%}.col-xxs-offset-8{margin-left:66.66667%}.col-xxs-offset-9{margin-left:75%}.col-xxs-offset-10{margin-left:83.33333%}.col-xxs-offset-11{margin-left:91.66667%}.col-xxs-offset-12{margin-left:100%}@media (min-width: 30rem){.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-1{width:8.33333%}.col-xs-2{width:16.66667%}.col-xs-3{width:25%}.col-xs-4{width:33.33333%}.col-xs-5{width:41.66667%}.col-xs-6{width:50%}.col-xs-7{width:58.33333%}.col-xs-8{width:66.66667%}.col-xs-9{width:75%}.col-xs-10{width:83.33333%}.col-xs-11{width:91.66667%}.col-xs-12{width:100%}.col-xs-pull-0{right:auto}.col-xs-pull-1{right:8.33333%}.col-xs-pull-2{right:16.66667%}.col-xs-pull-3{right:25%}.col-xs-pull-4{right:33.33333%}.col-xs-pull-5{right:41.66667%}.col-xs-pull-6{right:50%}.col-xs-pull-7{right:58.33333%}.col-xs-pull-8{right:66.66667%}.col-xs-pull-9{right:75%}.col-xs-pull-10{right:83.33333%}.col-xs-pull-11{right:91.66667%}.col-xs-pull-12{right:100%}.col-xs-push-0{left:auto}.col-xs-push-1{left:8.33333%}.col-xs-push-2{left:16.66667%}.col-xs-push-3{left:25%}.col-xs-push-4{left:33.33333%}.col-xs-push-5{left:41.66667%}.col-xs-push-6{left:50%}.col-xs-push-7{left:58.33333%}.col-xs-push-8{left:66.66667%}.col-xs-push-9{left:75%}.col-xs-push-10{left:83.33333%}.col-xs-push-11{left:91.66667%}.col-xs-push-12{left:100%}.col-xs-offset-0{margin-left:0%}.col-xs-offset-1{margin-left:8.33333%}.col-xs-offset-2{margin-left:16.66667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333%}.col-xs-offset-5{margin-left:41.66667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333%}.col-xs-offset-8{margin-left:66.66667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333%}.col-xs-offset-11{margin-left:91.66667%}.col-xs-offset-12{margin-left:100%}}@media (min-width: 48rem){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-1{width:8.33333%}.col-sm-2{width:16.66667%}.col-sm-3{width:25%}.col-sm-4{width:33.33333%}.col-sm-5{width:41.66667%}.col-sm-6{width:50%}.col-sm-7{width:58.33333%}.col-sm-8{width:66.66667%}.col-sm-9{width:75%}.col-sm-10{width:83.33333%}.col-sm-11{width:91.66667%}.col-sm-12{width:100%}.col-sm-pull-0{right:auto}.col-sm-pull-1{right:8.33333%}.col-sm-pull-2{right:16.66667%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.33333%}.col-sm-pull-5{right:41.66667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.33333%}.col-sm-pull-8{right:66.66667%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.33333%}.col-sm-pull-11{right:91.66667%}.col-sm-pull-12{right:100%}.col-sm-push-0{left:auto}.col-sm-push-1{left:8.33333%}.col-sm-push-2{left:16.66667%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.33333%}.col-sm-push-5{left:41.66667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.33333%}.col-sm-push-8{left:66.66667%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.33333%}.col-sm-push-11{left:91.66667%}.col-sm-push-12{left:100%}.col-sm-offset-0{margin-left:0%}.col-sm-offset-1{margin-left:8.33333%}.col-sm-offset-2{margin-left:16.66667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333%}.col-sm-offset-5{margin-left:41.66667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333%}.col-sm-offset-8{margin-left:66.66667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333%}.col-sm-offset-11{margin-left:91.66667%}.col-sm-offset-12{margin-left:100%}}@media (min-width: 62rem){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-1{width:8.33333%}.col-md-2{width:16.66667%}.col-md-3{width:25%}.col-md-4{width:33.33333%}.col-md-5{width:41.66667%}.col-md-6{width:50%}.col-md-7{width:58.33333%}.col-md-8{width:66.66667%}.col-md-9{width:75%}.col-md-10{width:83.33333%}.col-md-11{width:91.66667%}.col-md-12{width:100%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.33333%}.col-md-pull-2{right:16.66667%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.33333%}.col-md-pull-5{right:41.66667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.33333%}.col-md-pull-8{right:66.66667%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.33333%}.col-md-pull-11{right:91.66667%}.col-md-pull-12{right:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.33333%}.col-md-push-2{left:16.66667%}.col-md-push-3{left:25%}.col-md-push-4{left:33.33333%}.col-md-push-5{left:41.66667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.33333%}.col-md-push-8{left:66.66667%}.col-md-push-9{left:75%}.col-md-push-10{left:83.33333%}.col-md-push-11{left:91.66667%}.col-md-push-12{left:100%}.col-md-offset-0{margin-left:0%}.col-md-offset-1{margin-left:8.33333%}.col-md-offset-2{margin-left:16.66667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333%}.col-md-offset-5{margin-left:41.66667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333%}.col-md-offset-8{margin-left:66.66667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333%}.col-md-offset-11{margin-left:91.66667%}.col-md-offset-12{margin-left:100%}}@media (min-width: 75rem){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-1{width:8.33333%}.col-lg-2{width:16.66667%}.col-lg-3{width:25%}.col-lg-4{width:33.33333%}.col-lg-5{width:41.66667%}.col-lg-6{width:50%}.col-lg-7{width:58.33333%}.col-lg-8{width:66.66667%}.col-lg-9{width:75%}.col-lg-10{width:83.33333%}.col-lg-11{width:91.66667%}.col-lg-12{width:100%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.33333%}.col-lg-pull-2{right:16.66667%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.33333%}.col-lg-pull-5{right:41.66667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.33333%}.col-lg-pull-8{right:66.66667%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.33333%}.col-lg-pull-11{right:91.66667%}.col-lg-pull-12{right:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.33333%}.col-lg-push-2{left:16.66667%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.33333%}.col-lg-push-5{left:41.66667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.33333%}.col-lg-push-8{left:66.66667%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.33333%}.col-lg-push-11{left:91.66667%}.col-lg-push-12{left:100%}.col-lg-offset-0{margin-left:0%}.col-lg-offset-1{margin-left:8.33333%}.col-lg-offset-2{margin-left:16.66667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333%}.col-lg-offset-5{margin-left:41.66667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333%}.col-lg-offset-8{margin-left:66.66667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333%}.col-lg-offset-11{margin-left:91.66667%}.col-lg-offset-12{margin-left:100%}}h1 span,h2 span,h3 span,h4 span,h5 span,h6 span,.h1 span,.h2 span,.h3 span,.h4 span,.h5 span,.h6 span{font-family:BauWebPro,Arial,Verdana !important}h1,.h1,h2,.h2{margin-top:1.54375rem;margin-bottom:.51458rem}h1 small,h1 .small,.h1 small,.h1 .small,h2 small,h2 .small,.h2 small,.h2 .small{font-size:65%}h3,.h3{margin-top:0;margin-bottom:.3125rem}h3 small,h3 .small,.h3 small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:0;margin-bottom:.3125rem}h4 small,h4 .small,.h4 small,.h4 .small,h5 small,h5 .small,.h5 small,.h5 .small,h6 small,h6 .small,.h6 small,.h6 .small{font-size:75%}p{margin:0 0 1.54375rem}.lead{margin-bottom:1.54375rem;font-size:1rem;font-weight:200;line-height:1.4}@media (min-width: 48rem){.lead{font-size:1.78125rem}}#ingress{font-family:Calibri,Arial,sans-serif;font-weight:700}small,.small{font-size:85%}cite{font-style:normal}p+ul,p+ol{margin-top:-.77187rem}.list-unstyled,.list-inline{padding-left:0;list-style:none}.list-inline{margin-left:-.3125rem}.list-inline>li{display:inline-block;padding-left:.3125rem;padding-right:.3125rem}@media (min-width: 48rem){.dl-horizontal dt{float:left;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:11.25rem}.dl-horizontal dd:before,.dl-horizontal dd:after{content:" ";display:table}.dl-horizontal dd:after{clear:both}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #e5e5e5}.initialism{font-size:90%;text-transform:uppercase}blockquote:before,blockquote:after{content:""}@-o-viewport{zoom:1.0}@viewport{zoom:1.0}@-ms-viewport{zoom:1.0}*{font-family:Calibri,Arial,sans-serif}body{font-family:Calibri,Arial,sans-serif}body h1{margin:0 0 1.5rem 0;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;-o-hyphens:auto;hyphens:auto}body h2{word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;-o-hyphens:auto;hyphens:auto}body h3{word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;-o-hyphens:auto;hyphens:auto}@media (max-width: 47.9375rem){body h1{font-size:1.875rem}body h2{font-size:1.25rem}}body p{line-height:1.3}body a{font-family:Calibri,Arial,sans-serif}body a:before,body a:after{text-decoration:underline}body a:before,body a:after,body a:hover:before,body a:hover:after{text-decoration:none}body a:hover{cursor:pointer}body a:focus,body .btn:focus,body button:focus,body .dropdown-toggle:focus{outline-offset:0.15rem;outline:0.2rem solid HighLight}body .standardPage,body #FullWidthPage,body #ErasmusInstitutionPage,body #Erasmuspage,body #Sweinstmappage,body #blockarearight,body .subNavigation,body #searchPage,body #searchComparePage,body #cascadingDropdownPage,body #quizPage{margin-top:2.1875rem}body #startPage #blockarearight{margin-top:0}@media (max-width: 61.9375rem){body .standardPage,body #FullWidthPage,body #ErasmusInstitutionPage,body #Erasmuspage,body #Sweinstmappage,body #blockarearight,body .subNavigation,body #searchPage,body #searchComparePage,body .subNavAccordion,body #cascadingDropdownPage,body #quizPage{margin-top:.625rem}body .subNavigation.panel-collapse{margin-top:0}}body #subpageTemplate div#edu-filter-menu a[href^="http"]:after{content:none !important}body .standardPartialPage a:after,body .blockVideo a:after,body #map-canvas a:after,body .erasmusMainContent #applicationLink a:after{content:none !important}body .pufflink a:after{content:none !important}body .standardPage a[href^="mailto"]:after,body #FullWidthPage a[href^="mailto"]:after,body #ErasmusInstitutionPage a[href^="mailto"]:after,body #Erasmuspage a[href^="mailto"]:after,body .landingPage a[href^="mailto"]:after,body #searchPage a[href^="mailto"]:after,body #Sweinstmappage a[href^="mailto"]:after,body #cascadingDropdownPage a[href^="mailto"]:after,body #quizPage a[href^="mailto"]:after{content:none}body blockquote{display:block;margin:1rem 1rem 2.5rem 2.5rem}body q{background-color:#C5D2FB}body q:before,body q:after{content:'"'}body #ingress p{font-family:Calibri,Arial,sans-serif;font-weight:normal;font-size:1.5rem}body #push{height:9.375rem}body span.caret{display:inline-block;width:0;height:0;margin-left:0.125rem;vertical-align:middle;border-top:.25rem solid;border-right:.25rem solid transparent;border-left:.25rem solid transparent}body span.caret{border-width:0.375rem;margin-left:0.3125rem}body .open>a>span.caret,body .opened>a>span.caret{border-bottom:6px solid;border-top:none}body .dropdown-menu{display:none}body .open>.dropdown-menu,body .opened>.dropdown-menu{display:block}body .open>a,body .opened>a{outline:0;text-decoration:underline}body #subpageTemplate #blockArea{min-height:12.5rem}body #subpageTemplate #blockArea h1{color:#fff;font-size:0.9375rem}body #subpageTemplate #blockArea h1.tempText{color:#996}body .italic{font-style:italic}body .imagefullwidth{width:100% !important}body .imagehalfwidth{width:50% !important}body .imagethirdwidth{width:33% !important}body .imagealignright{float:right}body .imagealignleft{float:left}body .regularButton,body #mainContent .EPiServerForms .FormSubmitButton,#mainContent .EPiServerForms body .FormSubmitButton{background:none;border:none;font-family:Calibri, sans-serif;font-weight:700;font-size:1.1875rem;color:#fff;background-color:#006e96;padding:.3125rem 1.25rem}body .regularButton:hover,body #mainContent .EPiServerForms .FormSubmitButton:hover,#mainContent .EPiServerForms body .FormSubmitButton:hover{background-color:#328bab}body .regularButton.inActive,body #mainContent .EPiServerForms .inActive.FormSubmitButton,#mainContent .EPiServerForms body .inActive.FormSubmitButton{background-color:#DDD;cursor:default}body .styled-select{width:15rem;overflow:hidden;background-color:#fff;border:1px solid #006e96;position:relative}body .styled-select:hover,body .styled-select.active{background-color:#f2f2f2;color:#000;cursor:pointer}body .styled-select:hover>span,body .styled-select.active>span{background-color:#f2f2f2}body .styled-select>span{position:absolute;background-color:#fff;pointer-events:none;right:0;height:100%;padding-top:0.1875rem;padding-right:0.4375rem}body .styled-select>span>.caret{border-top-color:#006e96}body .styled-select.inActive{background:none;border:1px solid #DDD}body .styled-select.inActive .caret{border-top-color:#DDD}body .styled-select.inActive:hover{cursor:default}body .styled-select.inActive:hover>span{background-color:#fff}body .styled-select.inActive select{color:#DDD}body .styled-select.inActive select:hover{cursor:default}body .styled-select select{background:transparent;width:100%;padding:.3125rem;color:#000;font-family:Calibri;font-size:1.1875rem;font-weight:700;line-height:1.3;border:0;border-radius:0;-webkit-appearance:none;outline:none}body .styled-select select:hover{cursor:pointer}body .checkbox_label{position:relative;display:inline-block;margin-bottom:.3125rem;padding-left:1.375rem;cursor:pointer;font-family:Calibri, sans-serif;font-size:1rem;font-weight:700}body .checkbox_label:before{content:'';background:url(/Static/images/umu_sprite.png) -222px -223px no-repeat;display:block;position:absolute;top:-1px;left:0;width:1.25rem;height:1.375rem}body .checkbox_label:hover:before{background:url(/Static/images/umu_sprite.png) -261px -261px no-repeat}body input.checkbox{display:none}body input.checkbox:checked+label:before{background:url(/Static/images/umu_sprite.png) -146px -146px no-repeat}body .nav.nav-tabs{display:table;border-spacing:0.1875rem;width:100%;border-bottom:1px solid #DDD;margin-bottom:.9375rem;list-style-type:none;padding-left:0}body .nav.nav-tabs li{border:1px solid transparent;float:left;padding:.3125rem 1.875rem;margin-bottom:-0.25rem;margin-left:-0.4375rem}body .nav.nav-tabs li.active{border:1px solid #DDD;border-bottom:1px solid #FFF;border-top-right-radius:5px;border-top-left-radius:5px}body .nav.nav-tabs li.active a{color:#000;text-decoration:none}body .nav.nav-tabs li a{font-family:Calibri,Arial,sans-serif;font-size:1.1875rem;font-weight:700;color:#006e96}body .tab-content>div{display:none}body .tab-content>.active{display:block}body table th,body table td{padding:.3125rem .625rem}body table th{background-color:#999;color:#FFF;font-family:Calibri,Arial,sans-serif;font-size:1.1875rem;font-weight:700}body table th:first-child{border-left:1px solid #999}body table th:not(:last-child){border-right:1px solid #fff}body table th:last-child{border-right:1px solid #999}body table td{border:1px solid #DDD;font-family:Calibri,Arial,sans-serif;font-size:1rem}body :not(#results-area):not(.compare-view-wrapper):not(.expanded-left):not(.modal-body)>table{table-layout:fixed;width:100% !important;overflow-wrap:break-word;word-wrap:break-word;margin-bottom:.9375rem;border:0;font-variant-numeric:lining-nums}@media (max-width: 48rem){body :not(#results-area):not(.compare-view-wrapper):not(.expanded-left):not(.modal-body)>table{display:block;overflow-x:auto}}body :not(#results-area):not(.compare-view-wrapper):not(.expanded-left):not(.modal-body)>table td,body :not(#results-area):not(.compare-view-wrapper):not(.expanded-left):not(.modal-body)>table th{padding:.625rem .9375rem;border:1px solid #c9c9c9}body :not(#results-area):not(.compare-view-wrapper):not(.expanded-left):not(.modal-body)>table td p,body :not(#results-area):not(.compare-view-wrapper):not(.expanded-left):not(.modal-body)>table th p{margin:0 !important}body :not(#results-area):not(.compare-view-wrapper):not(.expanded-left):not(.modal-body)>table th{font-weight:bold;background-color:#fff;font-size:1.1875rem;color:#000}body :not(#results-area):not(.compare-view-wrapper):not(.expanded-left):not(.modal-body)>table tr:nth-child(odd) td,body :not(#results-area):not(.compare-view-wrapper):not(.expanded-left):not(.modal-body)>table tr:nth-child(odd) th{background-color:#f2f2f2}body :not(#results-area):not(.compare-view-wrapper):not(.expanded-left):not(.modal-body)>table tr:nth-child(odd)[rowspan]{background-color:#fff}body :not(#results-area):not(.compare-view-wrapper):not(.expanded-left):not(.modal-body)>table thead tr td,body :not(#results-area):not(.compare-view-wrapper):not(.expanded-left):not(.modal-body)>table thead tr th{font-weight:bold;background-color:#fff;font-size:1.1875rem;color:#000;border-bottom:5px solid #62269e}body :not(#results-area):not(.compare-view-wrapper):not(.expanded-left):not(.modal-body)>table thead+tbody tr:first-child td{background-color:#f2f2f2;font-family:Calibri,Arial,sans-serif;color:#000;border-bottom:0}#mainBody a:not(.btn){text-decoration:underline}#mainBody a:not(.btn):focus{outline-offset:-0.15rem}#mainBody ul a[href$=".doc"]:before,#mainBody ul a[href$=".docx"]:before,#mainBody ul a[href$=".ppt"]:before,#mainBody ul a[href$=".pptx"]:before,#mainBody ul a[href$=".xls"]:before,#mainBody ul a[href$=".xlsx"]:before,#mainBody ul a[href$=".pdf"]:before,#mainBody ul a[href$=".txt"]:before{margin:0 0 0 -1.75rem}.blockBody ol li,.blockBody ul li{padding-bottom:.625rem;margin:0;line-height:1.25rem}.blockBody ol li:last-child,.blockBody ul li:last-child{padding-bottom:0}.overflow-hidden{overflow:hidden !important}html[data-useragent*='MSIE 9.0'] .styled-select>span,html[data-useragent*='MSIE 10.0'] .styled-select>span{display:none}.borderRight{border-right:3px solid #333}.borderRightWhite{border-right:3px solid #FFF}.remove-padding{padding-left:0;padding-right:0}@media (min-width: 62rem){.remove-padding-left{padding-right:.9375rem;padding-left:0}}.center{text-align:center}.sokJamforAc-list{border:1px solid #ccc;background-color:#fff;font-size:1.1875rem}.sokJamforAc-list ul{list-style:none;margin:0;padding:0;padding-left:.625rem}.sokJamforAc-list-item{padding:.3125rem;cursor:pointer}.sokJamforAc-list-item-selected{background-color:#b00060}@media (min-width: 30rem){.pageButtons{float:right;margin:0 0 .9375rem 1.25rem}}#readspeaker_button1{text-align:right;background:transparent}#readspeaker_button1 .rs_href{display:inline-block;margin:0;font-weight:bold;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:.3125rem .625rem;font-family:Calibri,Arial,sans-serif;font-size:1.1875rem;border-radius:0 !important;border:1px solid #c9c9c9;background:#fff}#readspeaker_button1 .rs_href:hover{background-color:#d9d9d9;border-color:#b0b0b0}#readspeaker_button1 .rs_href .rspart{display:inline-block}#readspeaker_button1 .rs_href .rspart .rsbtn_text{background:none;padding-left:0}#readspeaker_button1 .rs_href .rspart .rsbtn_text>span{display:inline-block;color:#333}#readspeaker_button1 .rs_href .rspart .rsbtn_text .icon{margin-right:0.25rem}#readspeaker_button1 .rsbtn_exp.rsimg.rspart{float:none}@media screen and (min-width: 48rem){#readspeaker_button1{margin:0 0 .9375rem 1.25rem}}@media screen and (max-width: 47.9375rem){#readspeaker_button1{float:none;margin:0 0 0 0.1875rem;width:auto}#readspeaker_button1 .rs_href{float:none;width:100%}#readspeaker_button1 .rsbtn_exp.rsimg.rspart{float:none}}span.readspeak_doc_btn{width:auto;display:inline-block}span.readspeak_doc_btn a::after{content:none !important}span.readspeak_doc_btn a:hover{text-decoration:none}@media (min-width: 30rem){#readspeaker_button1{margin-bottom:.625rem}}@media screen and (min-width: 30rem) and (max-width: 47.9375rem){#readspeaker_button1{display:block}}h1 .sync_word,h1 .sync_word_highlighted,h2 .sync_word,h2 .sync_word_highlighted,h3 .sync_word,h3 .sync_word_highlighted,h4 .sync_word,h4 .sync_word_highlighted,h5 .sync_word,h5 .sync_word_highlighted,h6 .sync_word,h6 .sync_word_highlighted{font-family:BauWebPro,Arial,Verdana;font-weight:600;line-height:1.1;color:inherit}.row.display-flex{display:flex;flex-wrap:wrap}.row.display-flex>[class*='col-']{display:flex;flex-direction:column}@media (max-width: 30rem){.row.display-flex>[class*='col-']{width:-webkit-fill-available}}.m-0{margin:0 !important}.font-weight-bold{font-weight:bold}.font-style-italic{font-style:italic}@font-face{font-family:BauWebPro;font-weight:500;src:url("/assets/fonts/BauWebPro-Medium.eot");src:url("/assets/fonts/BauWebPro-Medium.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/BauWebPro-Medium.woff") format("woff")}@font-face{font-family:BauWebPro;font-weight:700;src:url("/assets/fonts/BauWebPro-Bold.eot");src:url("/assets/fonts/BauWebPro-Bold.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/BauWebPro-Bold.woff") format("woff")}@font-face{font-family:"uhr-icon-font";src:url("/assets/fonts/uhr-icon-font.eot?v=1.1");src:url("/assets/fonts/uhr-icon-font.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/uhr-icon-font.woff?v=1.1") format("woff"),url("/assets/fonts/uhr-icon-font.ttf?v=1.1") format("truetype"),url("/assets/fonts/uhr-icon-font.svg#uhr-icon-font") format("svg");font-weight:normal;font-style:normal}@media speech{.icon:before{display:none !important}}[data-icon]{font-family:"uhr-icon-font" !important;content:attr(data-icon);font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;top:.15789474em}.icon:before{display:inline-block;font-family:"uhr-icon-font" !important;font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;top:.15789474em}.icon-25-uhr:before{content:"\61"}.icon-50-uhr:before{content:"\63"}.icon-75-uhr:before{content:"\64"}.icon-anvandare-uhr:before{content:"\65"}.icon-bild-uhr:before{content:"\66"}.icon-bok-uhr:before{content:"\67"}.icon-check-box-uhr:before{content:"\68"}.icon-check-uhr:before{content:"\69"}.icon-dator-uhr:before{content:"\6a"}.icon-dela-uhr:before{content:"\6b"}.icon-dokument-diagram-tomt-uhr:before{content:"\6c"}.icon-dokument-pdf-uhr:before{content:"\6d"}.icon-dokument-tabell-uhr:before{content:"\6e"}.icon-dokument-text-uhr:before{content:"\6f"}.icon-dokument-tomt-uhr:before{content:"\70"}.icon-eu-uhr:before{content:"\71"}.icon-extern-lank-uhr:before{content:"\72"}.icon-facebook-uhr:before{content:"\73"}.icon-favorit-on-uhr:before{content:"\75"}.icon-film-uhr:before{content:"\76"}.icon-flygplan-resa-uhr:before{content:"\77"}.icon-forstoringsglas-uhr:before{content:"\78"}.icon-hem-uhr:before{content:"\79"}.icon-hogtalare-uhr:before{content:"\7a"}.icon-information-uhr:before{content:"\41"}.icon-kalender-uhr:before{content:"\62"}.icon-klocka-uhr:before{content:"\42"}.icon-kryss-uhr:before{content:"\43"}.icon-kugghjul-uhr:before{content:"\44"}.icon-pil-upp-uhr:before{content:"\46"}.icon-pil-vanster-uhr:before{content:"\47"}.icon-play-uhr:before{content:"\48"}.icon-redigera-uhr:before{content:"\49"}.icon-skriva-uhr:before{content:"\4a"}.icon-triangel-pil-vanster-uhr:before{content:"\4c"}.icon-twitter-uhr:before{content:"\4d"}.icon-ladda-om-uhr:before{content:"\45"}.icon-linkedin-uhr:before{content:"\4b"}.icon-mat-uhr:before{content:"\4e"}.icon-matare-uhr:before{content:"\4f"}.icon-pil-flytta-uhr:before{content:"\50"}.icon-pil-hoger-uhr:before{content:"\51"}.icon-pil-ned-uhr:before{content:"\52"}.icon-stapel-3-1-uhr:before{content:"\53"}.icon-stapel-3-2-uhr:before{content:"\54"}.icon-stapel-3-3-uhr:before{content:"\55"}.icon-symbol-ikon-uhr:before{content:"\56"}.icon-triangel-pil-hoger-uhr:before{content:"\57"}.icon-triangel-pil-ned-uhr:before{content:"\58"}.icon-triangel-pil-upp-uhr:before{content:"\59"}.icon-jordglob-uhr:before{content:"\5a"}.icon-kuvert-uhr:before{content:"\74"}.icon-skrivare-uhr:before{content:"\30"}.icon-varning-varning-uhr:before{content:"\31"}.icon-favorit-off-uhr:before{content:"\32"}.icon-dots-three-vertical:before{content:"\e905"}.icon-certificate:before{content:"\e900"}.icon-telescope:before{content:"\e901"}.icon-global:before{content:"\e902"}.icon-sphere:before{content:"\e902"}.icon-tools-2:before{content:"\e903"}.icon-wrench:before{content:"\e903"}.icon-screwdriver:before{content:"\e903"}.icon-compass:before{content:"\e904"}.icon{display:inline}.icon.icon-forstoringsglas,.icon.information,.icon.icon-kryss{position:relative;top:.15789474em;fill:currentColor;height:1em;width:1em}.icon.icon-hogtalare{position:relative;top:.15789474em;fill:#000;height:1em;width:1em}.icon.icon-pil-hoger-ny,.icon.icon-extern-lank{position:relative;top:.15789474em;fill:currentColor;height:1em;width:1em}.icon.icon-pil-hoger-ny.automatic,.icon.icon-extern-lank.automatic{margin-left:.1875rem}.icon.icon-twitter,.icon.icon-facebook,.icon.icon-linkedin,.icon.icon-kuvert{fill:#b00060;position:relative;top:.15789474em;height:1em;width:1em}.icon.icon-twitter:hover,.icon.icon-twitter:active,.icon.icon-twitter:focus,.icon.icon-facebook:hover,.icon.icon-facebook:active,.icon.icon-facebook:focus,.icon.icon-linkedin:hover,.icon.icon-linkedin:active,.icon.icon-linkedin:focus,.icon.icon-kuvert:hover,.icon.icon-kuvert:active,.icon.icon-kuvert:focus{fill:#C0327F}.icon.icon-play-pil{position:relative;height:45px;width:45px;top:9px;fill:#fff}.icon.icon-geografisk-knappnal{height:2em;width:2em;position:relative;float:left;top:1px;fill:#62269e}.icon.icon-dokument-pdf{position:relative;top:.15789474em;margin-left:.1875rem;fill:#006e96;height:1em;width:1em}.icon.icon-information{position:relative;top:.15789474em;fill:currentColor;height:1em;width:1em}.textpuffLinkText .icon-pil-hoger-ny,.primary_link .icon-pil-hoger-ny{display:inline-block;top:-0.3rem;position:relative;margin-left:0.5rem;float:right;font-size:1.9rem;fill:currentColor;height:1em;width:1em}.textpuffLinkText .icon-extern-lank,.primary_link .icon-extern-lank{display:inline-block;top:-0.2rem;position:relative;margin-left:0.5rem;float:right;font-size:1.5rem;fill:currentColor;height:1em;width:1em}.studeranu_sprite{position:relative;top:3px;display:inline-block;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:5px}.black_arrow_up{background:url("/Static/images/umu_sprite.png") no-repeat 0 0;width:15px;height:18px}.black_arrow_down{background:url("/Static/images/umu_sprite.png") no-repeat -35px -38px;width:15px;height:18px}.red_arrow_right{background:url("/Static/images/umu_sprite.png") no-repeat -70px -76px;width:18px;height:15px}.red_arrow_small_right{background:url("/Static/images/umu_sprite.png") no-repeat -458px -423px;width:13px;height:11px}.white_arrow_right{background:url("/Static/images/umu_sprite.png") no-repeat -108px -111px;width:18px;height:15px}.checkbox_checked{background:url("/Static/images/umu_sprite.png") no-repeat -146px -146px;width:20px;height:22px}.checkbox_check{background:url("/Static/images/umu_sprite.png") no-repeat -186px -188px;width:17px;height:19px}.checkbox_unchecked{background:url("/Static/images/umu_sprite.png") no-repeat -223px -223px;width:20px;height:22px}.checkbox_unchecked_selected{background:url("/Static/images/umu_sprite.png") no-repeat -261px -265px;width:18px;height:18px}.radiobutton_unchecked{background:url("/Static/images/umu_sprite.png") no-repeat -527px -491px;width:18px;height:18px}.radiobutton_checked{background:url("/Static/images/umu_sprite.png") no-repeat -571px -534px;width:18px;height:18px}.radiobutton_unchecked_selected{background:url("/Static/images/umu_sprite.png") no-repeat -614px -577px;width:18px;height:18px}.caret_red_down{background:url("/Static/images/umu_sprite.png") no-repeat -299px -303px;width:12px;height:6px}.caret_gray_down{background:url("/Static/images/umu_sprite.png") no-repeat -331px -329px;width:12px;height:6px}.flag_en{background:url("/Static/images/umu_sprite.png") no-repeat -363px -354px;width:23px;height:18px}.flag_se{background:url("/Static/images/umu_sprite.png") no-repeat -404px -390px;width:24px;height:18px}.icon_new_window{background:url("/Static/images/umu_sprite.png") no-repeat -490px -453px;width:11px;height:11px}.icon_quality_lack{background:url("/Static/images/umu_sprite.png") no-repeat -669px -634px;width:32px;height:17px}.icon_quality_high{background:url("/Static/images/umu_sprite.png") no-repeat -741px -673px;width:29px;height:18px}.icon_quality_very_high{background:url("/Static/images/umu_sprite.png") no-repeat -810px -715px;width:32px;height:17px}@media screen and (min-width: 48rem){.row-flex--sm{display:flex;flex-flow:row wrap}}@media screen and (min-width: 48rem){.col-flex{display:flex}}.skip-links{background:none repeat scroll 0% 0% #FFF;position:absolute;left:0px;z-index:1000;top:-1000px;width:100%}.skip-links ul{list-style:outside none none;padding-left:0px}.skip-links li{text-align:center;border:0.125rem solid #fff;background-color:#000}.skip-links a{background:none repeat scroll 0% 0% #FFF;display:block;padding:0.1875rem;position:absolute;text-align:center;top:0px;width:1.25rem;z-index:10000}.skip-links a:focus{padding-top:0.52941em;padding-bottom:0.52941em;color:#fff;background-color:#b00060;text-align:center;text-indent:0px;width:100%;height:auto;z-index:10;top:62.5rem;display:block}.pageHeader{position:relative}.pageHeader .siteHeaderLogoImage{max-width:30%;overflow:hidden;position:relative;margin-top:1rem}@media screen and (min-width: 61.9375rem){.pageHeader .siteHeaderLogoImage{margin-top:1.25rem;height:50px}}.pageHeader .siteHeaderLogoImage.logoSmallScreens{display:inline-block;width:3.125rem;margin-left:1rem}@media screen and (min-width: 61.9375rem){.pageHeader .siteHeaderLogoImage.logoSmallScreens{display:none}}.pageHeader .siteHeaderLogoImage.logoLargeScreens{display:none}@media screen and (min-width: 61.9375rem){.pageHeader .siteHeaderLogoImage.logoLargeScreens{display:inline-block;margin-top:2.25rem}}.pageHeader .siteHeaderLogoImage:hover{text-decoration:none}.pageHeader .siteHeaderLogoText{display:inline-block}.pageHeader .siteHeaderLogoText h1,.pageHeader .siteHeaderLogoText span{display:inline-block;color:#b00060;font-family:BauWebPro,Arial,Verdana;font-weight:600;line-height:1;font-size:1.4375rem;vertical-align:bottom;margin-bottom:0;margin-top:1rem;height:100%;padding-left:0.5rem}@media screen and (min-width: 61.9375rem){.pageHeader .siteHeaderLogoText h1,.pageHeader .siteHeaderLogoText span{vertical-align:middle;border-left:1px solid #000;margin-left:2rem;padding-left:1rem;font-size:3.5rem;padding:0.3rem 1rem;margin-top:2.25rem}}.pageHeader .siteHeaderLogoText:hover{color:#b00060}.topNav .languageSwitchMenu{margin-right:-2rem}.topNav .dropdown button{border:none}.search{height:5.3125rem}@media screen and (min-width: 48rem) and (max-width: 61.9375rem){.search{max-height:4.0625rem}}.search .searchInputGroup{position:absolute;bottom:0;right:0.6rem}.search .searchPlaceholder{display:inline-block;vertical-align:middle;float:none;width:auto;border-radius:0;border:none;color:#000;background-color:#f7e5ef;box-shadow:none}.search .searchPlaceholder::-moz-placeholder{color:#404040;opacity:1}.search .searchPlaceholder:-ms-input-placeholder{color:#404040;opacity:1}.search .searchPlaceholder::placeholder{color:#404040;opacity:1}.search .searchPlaceholder:-ms-input-placeholder{color:#404040}.search .searchPlaceholder::-ms-input-placeholder{color:#404040}.search .searchPlaceholder:focus{border:2px solid #b00060;border-right:none;background-color:#fff;z-index:2}.search .input-group-btn:last-child>.btn{margin-left:0;margin-top:0}.search .ess-searchbutton{background-color:#b00060;color:#fff;font-weight:bold;border-radius:0;width:auto}.search .ess-searchbutton .icon{margin-right:0.3rem}.search .ess-searchbutton:hover,.search .ess-searchbutton:active,.search .ess-searchbutton:focus{background-color:#C0327F}.studeraNuTitle{margin-bottom:0.375rem;margin-top:0.375rem;background-color:black}.ac_results{margin-top:1px !important;background-color:white !important;border:1px solid #ddd !important}.ac_results span{color:#000 !important;float:right;margin-right:0.9375rem !important}.ac_results ul{padding-left:0;margin-bottom:0}.ac_results ul li{padding:0.3125rem 0 0.3125rem 0.9375rem;border:none;list-style:none;width:100%;line-height:1.25rem}.ac_results ul li.ac_over{background-color:#FBFBC3}.headersearch label span{position:absolute;top:-1000px}#SearchBox1_QuickSearchBox-autocomplete-suggestion-list .autocomplete-suggestions,#SearchBox2_QuickSearchBox-autocomplete-suggestion-list .autocomplete-suggestions{right:6.25rem}#sokJamFor-autocomplete-suggestion-list .autocomplete-suggestions,#sokJamForSearch-autocomplete-suggestion-list .autocomplete-suggestions{top:3.4375rem;font-size:1.1875rem}.autocomplete-suggestions{text-align:left;max-height:none !important;margin-top:1px !important;background-color:white !important;border:1px solid #ddd !important}.autocomplete-suggestions .autocomplete-suggestion{padding:0.3125rem 0.25rem 0.3125rem 0.9375rem;line-height:1.5625rem;word-break:break-word}.autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected{background-color:#f7e5ef}.open>button>span.caret,.opened>button>span.caret{border-bottom:6px solid;border-top:none}#footer{background-color:#e5e5e5;padding-top:1.875rem;padding-bottom:1.875rem;min-height:9.375rem;margin-left:-.625rem;margin-right:-.625rem;padding-left:.625rem;padding-right:.625rem}@media screen and (min-width: 62rem){#footer{margin-top:2.5rem}}@media screen and (min-width: 62rem){#footer{padding-left:1.875rem;padding-right:1.875rem;margin-left:-1.875rem;margin-right:-1.875rem}}@media screen and (min-width: 48rem){#footer{margin-left:-1.25rem;margin-right:-1.25rem}}@media screen and (max-width: 61.9375rem){#footer{text-align:center}}#footer a{color:#000;text-decoration:underline}#footer p{margin-bottom:.3125rem}#footer .footerRow{position:relative}#footer .footerColumn{margin-bottom:.3125rem;font-size:0.875rem}@media screen and (max-width: 61.9375rem){#footer .footerColumn{margin-bottom:.9375rem}}#footer .footerHeader{margin-top:0}@media screen and (min-width: 62rem){#footer .footerLogo{float:right}}#footer .relatedLinks{background-color:transparent;padding:0}#footer .relatedLinks p{margin:0}#footer .relatedLinks ul li{padding-bottom:0}#footer ul{font-size:.875rem;list-style:none;padding-left:0}#footer ul li{margin-bottom:0}#footer ul li .automatic{margin-left:0.1875rem}.bottomNavFooter.dropdownItems{margin-top:1.25rem}@media screen and (max-width: 61.9375rem){.bottomNavFooter.dropdownItems{text-align:center;margin-left:-.625rem;margin-right:-.625rem}.bottomNavFooter.dropdownItems .languageSwitchMenu{display:none}.bottomNavFooter.dropdownItems .languageSwitchLink{width:100%;margin-left:0}}@media screen and (max-width: 48rem){.bottomNavFooter.dropdownItems{margin-left:0;margin-right:0}}.bottomNavFooter.dropdownItems .aboutUhrDropdown{display:block;text-align:center;margin-left:0;position:static}.bottomNavFooter.dropdownItems .aboutUhrDropdown .aboutUhrMenu{position:static;margin-bottom:0.125rem}@media screen and (max-width: 47.9375rem){footer#footer .footerRow .footerColumn{min-height:unset}}@media screen and (min-width: 48rem) and (max-width: 61.9375rem){footer#footer .footerRow .footerColumn{min-height:unset}}footer#footer .footerRow .footerColumn h2{font-size:1.125rem;font-family:BauWebPro,Arial,Verdana;font-weight:600;margin-top:0}@media screen and (max-width: 47.9375rem){footer#footer .footerRow .footerColumn .vision{display:inline-block;text-align:left;height:5.625rem;overflow-y:hidden}}@media screen and (min-width: 48rem) and (max-width: 61.9375rem){footer#footer .footerRow .footerColumn .vision{display:inline-block;text-align:left;height:5.625rem;overflow-y:hidden}}footer#footer .footerRow .footerColumn .vision img{width:auto;opacity:0.1}footer#footer .footerRow .footerColumn .vision div{position:relative;top:-48px}footer#footer .footerRow .footerColumn .vision div .header{display:block;color:#62269e;font-family:BauWebPro,Arial,Verdana;font-weight:600;margin-bottom:0;text-align:center;font-size:1.125rem}@media screen and (min-width: 48rem) and (max-width: 61.9375rem){footer#footer .footerRow .footerColumn .vision div .header{text-align:center;font-size:1.125rem}}@media screen and (min-width: 62rem) and (max-width: 74.9375rem){footer#footer .footerRow .footerColumn .vision div .header{text-align:left;font-size:0.8125rem}}@media screen and (min-width: 74.9375rem){footer#footer .footerRow .footerColumn .vision div .header{font-size:1.0625rem;text-align:left}}footer#footer .footerRow .footerColumn .vision div p{color:#62269e;font-family:BauWebPro,Arial,Verdana;font-size:1.125rem;font-weight:300;line-height:1.2}@media screen and (max-width: 47.9375rem){footer#footer .footerRow .footerColumn .vision div p{text-align:center}}@media screen and (min-width: 48rem) and (max-width: 61.9375rem){footer#footer .footerRow .footerColumn .vision div p{text-align:center}}@media screen and (min-width: 62rem) and (max-width: 74.9375rem){footer#footer .footerRow .footerColumn .vision div p{text-align:left;font-size:0.8125rem}}footer#footer .footerRow .footerColumn .footerLogo{max-height:3.125rem;max-width:13rem;height:3.125rem;width:13rem}.btn{color:#000;text-decoration:none;margin:0.25rem;padding:.625rem 1.25rem;border-radius:0}.btn-default{color:#fff;background-color:#006e96;border-color:#006e96}.btn-default:focus,.btn-default.focus{color:#fff;background-color:#004963;border-color:#001117}.btn-default:hover{color:#fff;background-color:#004963;border-color:#004159}.btn-default:active,.btn-default.active,.open>.btn-default.dropdown-toggle{color:#fff;background-color:#004963;border-color:#004159}.btn-default:active:hover,.btn-default:active:focus,.btn-default:active.focus,.btn-default.active:hover,.btn-default.active:focus,.btn-default.active.focus,.open>.btn-default.dropdown-toggle:hover,.open>.btn-default.dropdown-toggle:focus,.open>.btn-default.dropdown-toggle.focus{color:#fff;background-color:#002e3f;border-color:#001117}.btn-default:active,.btn-default.active,.open>.btn-default.dropdown-toggle{background-image:none}.btn-default.disabled:hover,.btn-default.disabled:focus,.btn-default.disabled.focus,.btn-default[disabled]:hover,.btn-default[disabled]:focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default:hover,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default.focus{background-color:#006e96;border-color:#006e96}.btn-default .badge{color:#006e96;background-color:#fff}.btn-primary{color:#fff;background-color:#006e96;border-color:#006e96}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#004963;border-color:#001117}.btn-primary:hover{color:#fff;background-color:#004963;border-color:#004159}.btn-primary:active,.btn-primary.active,.open>.btn-primary.dropdown-toggle{color:#fff;background-color:#004963;border-color:#004159}.btn-primary:active:hover,.btn-primary:active:focus,.btn-primary:active.focus,.btn-primary.active:hover,.btn-primary.active:focus,.btn-primary.active.focus,.open>.btn-primary.dropdown-toggle:hover,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle.focus{color:#fff;background-color:#002e3f;border-color:#001117}.btn-primary:active,.btn-primary.active,.open>.btn-primary.dropdown-toggle{background-image:none}.btn-primary.disabled:hover,.btn-primary.disabled:focus,.btn-primary.disabled.focus,.btn-primary[disabled]:hover,.btn-primary[disabled]:focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary:hover,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary.focus{background-color:#006e96;border-color:#006e96}.btn-primary .badge{color:#006e96;background-color:#fff}.btn-primary:hover,.btn-primary:focus{background-color:#328bab;border-color:#328bab}.btn-primary:active:focus,.btn-primary:active:hover{background-color:#006e96;border-color:#006e96}.btn-secondary{color:#333;background-color:#fff;border-color:#006e96}.btn-secondary:focus,.btn-secondary.focus{color:#333;background-color:#e6e6e6;border-color:#001117}.btn-secondary:hover{color:#333;background-color:#e6e6e6;border-color:#004159}.btn-secondary:active,.btn-secondary.active,.open>.btn-secondary.dropdown-toggle{color:#333;background-color:#e6e6e6;border-color:#004159}.btn-secondary:active:hover,.btn-secondary:active:focus,.btn-secondary:active.focus,.btn-secondary.active:hover,.btn-secondary.active:focus,.btn-secondary.active.focus,.open>.btn-secondary.dropdown-toggle:hover,.open>.btn-secondary.dropdown-toggle:focus,.open>.btn-secondary.dropdown-toggle.focus{color:#333;background-color:#d4d4d4;border-color:#001117}.btn-secondary:active,.btn-secondary.active,.open>.btn-secondary.dropdown-toggle{background-image:none}.btn-secondary.disabled:hover,.btn-secondary.disabled:focus,.btn-secondary.disabled.focus,.btn-secondary[disabled]:hover,.btn-secondary[disabled]:focus,.btn-secondary[disabled].focus,fieldset[disabled] .btn-secondary:hover,fieldset[disabled] .btn-secondary:focus,fieldset[disabled] .btn-secondary.focus{background-color:#fff;border-color:#006e96}.btn-secondary .badge{color:#fff;background-color:#333}.btn-secondary:hover,.btn-secondary:focus{border-color:#006e96}.btn-sm{padding:.3125rem .625rem;font-size:.875rem;line-height:1.5;border-radius:0}.navbar .nav{padding:0;margin:0}.navbar .nav li{list-style:none}.navbar .nav li a{display:block;color:#000}.dropdownItems{font-size:0}.dropdownItems .aboutUhrDropdown,.dropdownItems .languageSwitchLink,.dropdownItems .languageSwitchMenu{display:inline-block;position:relative;margin-left:0.1875rem;margin-bottom:0.125rem}.dropdownItems .aboutUhrDropdown button,.dropdownItems .aboutUhrDropdown a,.dropdownItems .languageSwitchLink button,.dropdownItems .languageSwitchLink a,.dropdownItems .languageSwitchMenu button,.dropdownItems .languageSwitchMenu a{outline-offset:0.10rem}.dropdownItems button{border:none;width:100%}.dropdownItems .AboutUhrLabel,.dropdownItems .hyperLinkMainLanguageSwitch,.dropdownItems .otherLanguagesSwitch{background-color:#e5e5e5;color:#3d3d3d;font-size:.875rem;padding:.625rem 1.25rem;display:block}.dropdownItems .AboutUhrLabel:hover,.dropdownItems .AboutUhrLabel:active,.dropdownItems .AboutUhrLabel:focus,.dropdownItems .hyperLinkMainLanguageSwitch:hover,.dropdownItems .hyperLinkMainLanguageSwitch:active,.dropdownItems .hyperLinkMainLanguageSwitch:focus,.dropdownItems .otherLanguagesSwitch:hover,.dropdownItems .otherLanguagesSwitch:active,.dropdownItems .otherLanguagesSwitch:focus{background-color:#ccc;color:#000;text-decoration:none}.dropdownItems .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;float:left;min-width:10rem;padding:.9375rem 1.25rem;margin:0.125rem 0 0;list-style:none;font-size:.875rem;text-align:left;background-color:#e5e5e5;border:1px solid #cccccc;border:1px solid rgba(0,0,0,0.15);border-radius:0px;box-shadow:none;-webkit-background-clip:padding-box;background-clip:padding-box}.dropdownItems .aboutUhrMenu{padding-bottom:0}.dropdownItems .otherLanguagesMenu{min-width:18.75rem;right:0;left:auto;padding-right:1.875rem}.dropdownItems .otherLanguagesMenu ul{list-style:none;padding:0;margin-bottom:0}.dropdownItems .otherLanguagesMenu ul li{padding-bottom:.3125rem}.dropdownItems .otherLanguagesMenu a{color:#000;font-size:1.1875rem}@media (min-width: 62rem){.navbar{margin-right:0;margin-left:0}}@media (min-width: 75rem){.navbar{margin:0 auto}}.navbar #mainnavigation .nav{display:table;width:100%;border-collapse:separate}.navbar #mainnavigation .navbar-nav{border-spacing:0}.navbar #mainnavigation .navbar-nav>li.noJavaScript:hover>ul{display:block}.navbar #mainnavigation .navbar-nav .dropdown{float:none;display:table-cell;background:none;text-align:center;padding:0}.navbar #mainnavigation .navbar-nav .dropdown.open a.dropdown-toggle{background-color:#b00060;color:#fff}.navbar #mainnavigation .navbar-nav .dropdown.open .dropdownToggleBottom{background-color:#b00060;margin-left:0.2rem;margin-right:0.2rem}.navbar #mainnavigation .navbar-nav .dropdown.open a.dropdown-toggle,.navbar #mainnavigation .navbar-nav .dropdown.active a.dropdown-toggle{border-bottom:0.3125rem solid #b00060;margin-left:0.2rem;margin-right:0.2rem}.navbar #mainnavigation .navbar-nav .dropdown.open a.dropdown-toggle:hover,.navbar #mainnavigation .navbar-nav .dropdown.open a.dropdown-toggle:focus,.navbar #mainnavigation .navbar-nav .dropdown.active a.dropdown-toggle:hover,.navbar #mainnavigation .navbar-nav .dropdown.active a.dropdown-toggle:focus{margin-left:0.2rem;margin-right:0.2rem;border-bottom:0.3125rem solid #b00060;padding:.625rem .3125rem}.navbar #mainnavigation .navbar-nav .dropdown.open+.open a.dropdown-toggle,.navbar #mainnavigation .navbar-nav .dropdown.active+.open a.dropdown-toggle{margin-left:0rem}.navbar #mainnavigation .navbar-nav .dropdown.open+.open .dropdownToggleBottom,.navbar #mainnavigation .navbar-nav .dropdown.active+.open .dropdownToggleBottom{margin-left:0}.navbar #mainnavigation .navbar-nav .dropdown.open+.active a.dropdown-toggle,.navbar #mainnavigation .navbar-nav .dropdown.active+.active a.dropdown-toggle{margin-left:0rem}.navbar #mainnavigation .navbar-nav .dropdown.open.active a.dropdown-toggle:hover,.navbar #mainnavigation .navbar-nav .dropdown.open.active a.dropdown-toggle:focus{border-bottom:0.3125rem solid #b00060;padding:.625rem .3125rem}.navbar #mainnavigation .navbar-nav .dropdown.open a.dropdown-toggle{padding:.625rem 0.1rem !important}.navbar #mainnavigation .navbar-nav .dropdown a.dropdown-toggle{text-decoration:none;font-family:BauWebPro,Arial,Verdana;font-size:1.1875rem;font-weight:500;white-space:nowrap;text-align:center;border-bottom:0.3125rem solid #ebbfd7;padding:.625rem .3125rem;margin-bottom:0}@media (max-width: 74.9375rem){.navbar #mainnavigation .navbar-nav .dropdown a.dropdown-toggle{font-size:1rem}}.navbar #mainnavigation .navbar-nav .dropdown a.dropdown-toggle:hover,.navbar #mainnavigation .navbar-nav .dropdown a.dropdown-toggle:focus{text-decoration:none;margin-left:0.2rem;margin-right:0.2rem;border-bottom:0.3125rem solid #b00060;padding-left:0.1125rem;padding-right:0.1125rem}.navbar #mainnavigation .navbar-nav .dropdown a.dropdown-toggle:hover,.navbar #mainnavigation .navbar-nav .dropdown a.dropdown-toggle:focus{text-decoration:none}.navbar #mainnavigation .navbar-nav .dropdown .dropdownToggleBottom{height:0.21rem}.navbar #mainnavigation .dropdown-menu{text-align:left;background-color:#fff;border:0.3125rem solid #b00060;left:-1.25rem}@media (min-width: 62rem){.navbar #mainnavigation .dropdown-menu{position:absolute;float:left;background-clip:padding-box;min-height:18.75rem;padding:1.5rem .9375rem;z-index:1000}}@media (min-width: 62rem){.navbar #mainnavigation .dropdown-menu{width:62.5rem}}@media (min-width: 75rem){.navbar #mainnavigation .dropdown-menu{width:75rem;left:-1.25rem}}.navbar #mainnavigation .dropdown-menu ul{padding:0}.navbar #mainnavigation .dropdown-menu ul:not(:first-child){margin-bottom:.625rem}.navbar #mainnavigation .dropdown-menu .firstItem{color:#000;font-family:BauWebPro,Arial,Verdana;font-weight:600}.navbar #mainnavigation .dropdown-menu .firstItem a{font-family:BauWebPro,Arial,Verdana;font-weight:600;padding-left:0px}.navbar #mainnavigation .dropdown-menu .icon{margin-left:0.3125rem}.navbar #mainnavigation .dropdown-menu .active a{color:#b00060;font-weight:700}.navbar #mainnavigation .dropdown-menu a{background-color:#fff;color:#000;display:block;clear:both;font-weight:normal;padding:0 0 0.3125rem 0;line-height:1.125rem;border:none}.navbar #mainnavigation .dropdown-menu a:hover,.navbar #mainnavigation .dropdown-menu a:focus{color:#b00060}.navbar #mainnavigation .standardPartialPageInMainMenu,.navbar #mainnavigation .landingPartialPage{border:none;margin-bottom:.625rem}.navbar #mainnavigation .standardPartialPageInMainMenu a,.navbar #mainnavigation .landingPartialPage a{position:relative;color:#000;background-color:#e5f0f5;padding:.9375rem .625rem}.navbar #mainnavigation .standardPartialPageInMainMenu a .vignette,.navbar #mainnavigation .landingPartialPage a .vignette{margin:0;padding-left:0.8rem;padding-right:1rem;font-size:.9375rem}.navbar #mainnavigation .standardPartialPageInMainMenu a svg,.navbar #mainnavigation .landingPartialPage a svg{position:absolute;top:37%;right:0.5625rem}.navbar #mainnavigation .standardPartialPageInMainMenu a p,.navbar #mainnavigation .landingPartialPage a p{font-family:Calibri,Arial,sans-serif;font-weight:normal;margin:0;padding-left:0.8rem;padding-right:1rem}.navbar #mainnavigation .standardPartialPageInMainMenu a:hover,.navbar #mainnavigation .landingPartialPage a:hover{text-decoration:none}.navbar #mainnavigation .standardPartialPageInMainMenu a:hover .vignette,.navbar #mainnavigation .landingPartialPage a:hover .vignette{text-decoration:underline}.navbar-mobile{margin-top:1.25rem;margin-bottom:.625rem;position:relative}.navbar-mobile .show-menu,.navbar-mobile .show-search{display:block;background-color:#b00060;color:#fff;line-height:2rem;padding:.625rem 0 .625rem 1.25rem}.navbar-mobile .show-menu:hover,.navbar-mobile .show-search:hover{background-color:#C0327F;color:#fff;text-decoration:none}.navbar-mobile .show-menu .text,.navbar-mobile .show-search .text{font-weight:700}.navbar-mobile .show-menu .menu-icon,.navbar-mobile .show-search .menu-icon{display:inline-block}.navbar-mobile .show-menu .menu-icon--search,.navbar-mobile .show-search .menu-icon--search{display:none}.navbar-mobile .show-menu .menu-icon__bar,.navbar-mobile .show-search .menu-icon__bar{transition:all 0.5s;height:0.1875rem;width:1.5625rem;border-radius:0.0625rem;display:block;background-color:#fff;position:relative;top:0.125rem}.navbar-mobile .show-menu .menu-icon__bar--middle,.navbar-mobile .show-menu .menu-icon__bar--bottom,.navbar-mobile .show-search .menu-icon__bar--middle,.navbar-mobile .show-search .menu-icon__bar--bottom{margin-top:0.25rem}.navbar-mobile .show-menu[aria-expanded="true"] .menu-icon--search,.navbar-mobile .show-search[aria-expanded="true"] .menu-icon--search{display:inline-block}.navbar-mobile .show-menu[aria-expanded="true"] .search-icon,.navbar-mobile .show-search[aria-expanded="true"] .search-icon{display:none}.navbar-mobile .show-menu[aria-expanded="true"] .menu-icon__bar--top,.navbar-mobile .show-search[aria-expanded="true"] .menu-icon__bar--top{transform:rotate(45deg) translateY(5px) translateX(5px)}.navbar-mobile .show-menu[aria-expanded="true"] .menu-icon__bar--middle,.navbar-mobile .show-search[aria-expanded="true"] .menu-icon__bar--middle{background-color:transparent}.navbar-mobile .show-menu[aria-expanded="true"] .menu-icon__bar--bottom,.navbar-mobile .show-search[aria-expanded="true"] .menu-icon__bar--bottom{transform:rotate(-45deg) translateY(-5px) translateX(5px)}.navbar-mobile .show-menu{border-right:1px solid #fff;border-left:1px solid #fff;margin-right:-.625rem;margin-left:-.625rem}.navbar-mobile .show-menu .menu-icon{margin-right:0.3125rem}.navbar-mobile .show-search{margin-left:-.625rem;margin-right:-.625rem;border-right:1px solid #fff}.navbar-mobile .show-search .icon-forstoringsglas{width:1.5625rem;font-size:1.375rem;margin-right:0.125rem}.navbar-mobile .show-search .menu-icon{margin-right:0.125rem}.navbar-mobile #search-mobile{position:absolute;border:1px solid #fff;z-index:100;top:3.25rem;left:0;right:0}.navbar-mobile #search-mobile .search{padding:0.4375rem 0.5rem;background-color:#fff;height:auto;border:0.2rem solid #b00060;margin-top:-0.1rem;border-top:none}.navbar-mobile #search-mobile .search .searchInputGroup{height:initial;position:relative;right:0}.navbar-mobile #search-mobile .search .searchPlaceholder{width:100%}.navbar-mobile #search-mobile .search .input-group{position:relative;margin-right:0}.navbar-mobile #mobileNavigation{z-index:100;position:absolute;top:3.25rem;width:100%}.navbar-mobile #mobileNavigation .nav ul{padding:0;margin:0}.navbar-mobile #mobileNavigation .nav a[aria-expanded="true"]>span:before,.navbar-mobile #mobileNavigation .nav a[aria-expanded="True"]>span:before{transform:rotate(180deg)}.navbar-mobile #mobileNavigation .nav a{border-top:1px solid #fff;border-left:1px solid #fff;border-right:1px solid #fff;padding:.9375rem 1.25rem}.navbar-mobile #mobileNavigation .nav a>span{float:right}.navbar-mobile #mobileNavigation .nav a>span:before{transition:all 0.5s}.navbar-mobile #mobileNavigation .nav .lvl1m a{background-color:#fff;color:#000;font-weight:normal}.navbar-mobile #mobileNavigation .nav .lvl1m a:hover{text-decoration:none}.navbar-mobile #mobileNavigation .nav .lvl1m a[aria-expanded="true"]{background-color:#b00060;color:#fff;font-weight:bold}.navbar-mobile #mobileNavigation .nav .lvl1m:not(:first-child) a{border-top:1px solid #dedede}.navbar-mobile #mobileNavigation .nav .lvl2m a{padding-left:2.5rem;background-color:#fff;color:#000;font-weight:normal}.navbar-mobile #mobileNavigation .nav .lvl2m a[aria-expanded="true"]{background-color:#ebbfd7;color:#000}.navbar-mobile #mobileNavigation .nav .lvl2m a>span[lang]{float:unset}.navbar-mobile #mobileNavigation .nav .lvl2m .landing-partial-page{background-color:#e5f0f5}.navbar-mobile #mobileNavigation .nav .lvl3m a{padding-left:3.75rem;background:#fff}.navbar-mobile #mobileNavigation .nav .lvl3m a.active{background-color:#f7e5ef;color:#000;font-weight:bold}.navbar-mobile #mobileNavigation .bottomNavMobile.dropdownItems{border-top:1px solid #fff;border-bottom:1px solid #fff;text-align:center;margin-left:0;margin-right:0}.navbar-mobile #mobileNavigation .bottomNavMobile.dropdownItems .languageSwitchLink,.navbar-mobile #mobileNavigation .bottomNavMobile.dropdownItems .languageSwitchMenu{display:block;text-align:center;margin-left:0px;margin-bottom:0px;width:100%}.navbar-mobile #mobileNavigation .bottomNavMobile.dropdownItems .hyperLinkMainLanguageSwitch,.navbar-mobile #mobileNavigation .bottomNavMobile.dropdownItems .otherLanguagesSwitch{border:1px solid #fff;border-top:none;background-color:#b00060;color:#fff}.navbar-mobile #mobileNavigation .bottomNavMobile.dropdownItems .otherLanguagesSwitch{border-bottom:none}.navbar-mobile #mobileNavigation .bottomNavMobile.dropdownItems .otherLanguagesMenu{margin:0 1px 0 0;width:calc(100% - 2px);border:0.2rem solid #b00060;background-color:#fff;background-clip:border-box}@media (max-width: 62rem){.subNavAccordion{padding-left:.9375rem;padding-right:.9375rem;margin-bottom:1.25rem}.subNavAccordion .subNavigation{border:1px solid #666}.subNavAccordion .subNavigation.collapsing,.subNavAccordion .subNavigation.collapse{padding-left:.625rem;padding-right:.625rem}.subNavAccordion .subNavigation ul{margin:0;margin-top:.3125rem;margin-bottom:.3125rem}.subNavAccordion .subNavigation ul li{margin-top:.3125rem;margin-bottom:.3125rem}.subNavAccordion .panel-heading{border:1px solid #666;background-color:#000;padding:.3125rem .625rem}.subNavAccordion .panel-heading .panel-title{margin-bottom:0}.subNavAccordion .panel-heading a{color:#fff;text-decoration:none}.subNavAccordion .panel-heading a:hover,.subNavAccordion .panel-heading a:focus{text-decoration:none}.subNavAccordion .panel-heading a.collapsed .caret{border-top:6px solid;border-bottom:none}.subNavAccordion .panel-heading a .caret{border-top:none;border-bottom:6px solid}}.subNavigation ul{list-style-type:none;font-weight:700;font-size:1.125rem;line-height:1.8125rem}.subNavigation ul.level1{padding-left:0;margin-top:-0.125rem}.subNavigation ul.level1 li a{display:inline-block;line-height:1.125rem;padding-bottom:.3125rem}.subNavigation ul.level2{padding-left:.9375rem}.subNavigation ul.level2 li a{display:inline-block;line-height:1.125rem;padding-bottom:.3125rem}.subNavigation ul.level2 li a.disabled{pointer-events:none;cursor:default;color:#000}.subNavigation ul li.active a{color:#000}.subNavigation ul li.active a:hover{text-decoration:none}#header .shareButtons{top:-0.3125rem}@media (min-width: 30rem){#header .shareButtons{margin-top:1.5rem;top:0;margin-bottom:0;text-align:right}}.shareButtons{white-space:nowrap;position:relative;margin-top:.625rem;margin-bottom:.9375rem}.shareButtons .shareButtonsLink{color:#b00060;font-size:2.25rem}.shareButtons .shareButtonsLink:after{content:none !important}.shareButtons .shareButtonsLink:hover,.shareButtons .shareButtonsLink:active,.shareButtons .shareButtonsLink:focus{text-decoration:none;color:#C0327F}#mainBody .shareButtons .shareButtonsLink{text-decoration:none}#pagedivider .shareButtons{margin-bottom:0}.videoCarousel .video-container{max-width:18.75rem;padding-bottom:0px;margin-bottom:0px}.videoCarousel .blockFrame{margin-bottom:0px}.videoCarousel .slick-slide{margin-right:.625rem}@media (max-width: 30rem){.videoCarousel .slick-slide{margin-right:.625rem}}.videoCarousel .slick-prev,.videoCarousel .slick-next{position:absolute;display:block;height:100%;width:3.125rem;line-height:0;font-size:0;cursor:pointer;background:rgba(0,0,0,0.54);color:transparent;top:0px;padding:0;border:none;outline:none}.videoCarousel .slick-prev:hover,.videoCarousel .slick-next:hover{outline:none;background:black;color:transparent}.videoCarousel .slick-prev:hover:before,.videoCarousel .slick-prev:focus:before,.videoCarousel .slick-next:hover:before,.videoCarousel .slick-next:focus:before{opacity:1}.videoCarousel .slick-prev.slick-disabled:before,.videoCarousel .slick-next.slick-disabled:before{opacity:0.25;background:transparent}.videoCarousel .slick-prev.slick-disabled,.videoCarousel .slick-next.slick-disabled{background:transparent;display:none !important}.videoCarousel .slick-prev:before,.videoCarousel .slick-next:before{font-family:"slick";font-size:1.25rem;line-height:1;color:white;opacity:0.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.videoCarousel .slick-prev{left:0px;z-index:1}.videoCarousel .slick-prev:before{content:'←'}.videoCarousel .slick-next{right:0px}.videoCarousel .slick-next:before{content:'→'}.ess-pagination.footer{display:block;text-align:center;line-height:1.42857;padding:0.3125rem 0;margin-top:1.875rem;padding-bottom:1rem;border-bottom:2px solid #ccc}.ess-pagination.footer>ul{padding:0}.ess-pagination.footer *{display:inline}.ess-pagination.footer li{border:none}.ess-pagination.footer li a{font-size:1.1875rem;font-weight:700;color:#000;padding-left:.625rem;padding-right:.625rem}.ess-pagination.footer li a .pagination-arrow{font-family:monospace;font-size:1.5rem}.ess-pagination.footer li.pagingItem:last-child a.button{color:#fff;background-color:#006e96;float:right;padding:0.5rem 1rem;margin-top:-0.3rem}.ess-pagination.footer li a.previous{border:1px solid #006e96;color:#000;float:left;padding:0.5rem 1rem;margin-top:-0.3rem}.ess-pagination.footer li:last-child a.next{color:#fff;float:right;padding:0.5rem 1rem;margin-top:-0.3rem}.ess-pagination.footer .ess-active{font-size:1.375rem;background-color:#006e96;color:#fff}.ess-pagination.footer a.first-page-link.noJS{display:none}#CompareBasketWrapper{position:fixed;bottom:0;z-index:9}#CompareBasketWrapper.in-page{margin-top:2.5rem;position:relative}#CompareBasket{margin-top:1.25rem;background-color:#f7e5ef;border:2px solid #b00060;margin-left:0;margin-right:0}#CompareBasket .first-in-basket{text-align:center}#CompareBasket .first-in-basket>div,#CompareBasket .first-in-basket>h2{color:#000;text-align:center;font-size:1.125rem;line-height:1.125rem;margin-bottom:.625rem;margin-top:0;font-weight:normal;font-family:Calibri,Arial,sans-serif}#CompareBasket .first-in-basket>div.basket-count,#CompareBasket .first-in-basket>h2.basket-count{text-align:left}#CompareBasket .first-in-basket>a#clearAllInBasket{color:#000;text-decoration:underline}#CompareBasket .first-in-basket>a#toCompareView{color:#fff;background-color:#b00060;border:1px solid transparent;display:block;text-align:center;height:1.875rem}#CompareBasket .first-in-basket>a#showCompareBasket{color:#000;background-color:#fff;border:1px solid #b00060;display:block;text-align:center;height:1.875rem;text-decoration:none}#CompareBasket>div{margin-top:.625rem;margin-bottom:.625rem}#CompareBasket>div:not(.first-in-basket){border-left:1px solid #b00060}#CompareBasket>div:not(.first-in-basket):empty{border:none}#CompareBasket>div:not(.first-in-basket) .basket-title{font-weight:700;font-size:1rem;line-height:0.875rem;padding-bottom:0.125rem}#CompareBasket>div:not(.first-in-basket) .basket-provider{font-size:0.875rem;line-height:0.875rem}#CompareBasket a{font-size:1.125rem;font-weight:700;color:#fff;padding-left:.625rem;padding-right:.625rem}#CompareBasket .item-remove{font-size:0.875rem;width:0.875rem;height:0.875rem;line-height:0.75rem;margin-top:0.25rem;position:relative;left:0.125rem;float:right;text-align:center;border-radius:50%;background-color:#b00060;color:#fff;font-weight:400;text-decoration:none !important;padding:0}@media (min-width: 62rem){#CompareBasket{overflow:hidden;padding-top:.625rem;padding-bottom:.625rem}#CompareBasket>div{height:100%;margin-top:0;margin-bottom:0}#CompareBasket>div>.row{padding-right:.3125rem}.basket-item-info+div{padding:0}.basket-title{max-height:2.75rem;overflow:hidden;text-overflow:ellipsis}.first-in-basket,.basket-item{min-width:9.375rem;position:static}}@media (max-width: 61.9375rem){#CompareBasket>.basket-item:not(.last-child){border-left:none;border-top:1px solid #b00060;padding-top:.625rem}#CompareBasket>.basket-item:not(.last-child):empty{padding:0;border:none;margin:0}#CompareBasket a#showCompareBasket{float:right;min-width:6.25rem;display:inline-block !important;margin-left:.625rem;margin-right:0.1875rem}#CompareBasket a#toCompareView{overflow:hidden}#CompareBasket a#clearAllInBasket{position:relative;float:right;top:-3.875rem;height:1.875rem}#CompareBasket .item-remove{width:1rem;height:1rem;line-height:0.8rem;font-size:1rem}#CompareBasket .basket-item.hidden-xs{transition:all 2s}}.top_image_container{position:relative;margin-left:-1rem;margin-right:-1rem;background-color:#000}@media screen and (min-width: 48rem){.top_image_container{margin-left:0;margin-right:0}}.top_image_container .border-fading{position:absolute;height:6rem;width:100%;margin-top:-6rem;background-image:linear-gradient(transparent, rgba(0,0,0,0.9))}.top_image_container #TopImageText{position:relative;font-family:BauWebPro,Arial,Verdana;background-color:transparent;color:#fff;padding:1rem 2rem;margin-top:-3rem}@media screen and (min-width: 62rem){.top_image_container #TopImageText{position:absolute;bottom:2rem;left:2rem;width:40%;background-color:rgba(255,255,255,0.9);padding:1.25rem;color:#000}}.top_image_container #TopImageText h1{margin-bottom:0;font-size:1.3rem;color:#fff}@media screen and (min-width: 62rem){.top_image_container #TopImageText h1{font-size:2.25rem;color:#000}}.top_image_container #TopImageText p{font-family:BauWebPro,Arial,Verdana;font-size:1rem;line-height:1.38;margin-bottom:0}@media screen and (min-width: 62rem){.top_image_container #TopImageText p{font-family:Calibri,Arial,sans-serif;font-size:1.2rem}}.ss-wrapper{overflow:hidden;width:100%;height:100%;position:relative;z-index:1;float:left}.ss-content{height:100%;width:calc(100% + 18px);padding:0 0 0 0;position:relative;overflow:auto;box-sizing:border-box;padding-right:1.125rem}.ss-content.rtl{width:calc(100% + 18px);right:auto}.ss-scroll{position:relative;background:rgba(0,0,0,0.3);width:9px;border-radius:4px;top:0;z-index:2;cursor:pointer;opacity:0;transition:opacity 0.25s linear}.ss-hidden{display:none}.ss-container:hover .ss-scroll,.ss-container:active .ss-scroll{opacity:1}.ss-grabbed{-o-user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;user-select:none}.sticky_container{position:static;width:auto;z-index:30;top:1px;transition:right .3s ease-in-out}.sticky_container:before,.sticky_container:after{content:" ";display:table}.sticky_container:after{clear:both}.sticky_container .sticky_inner{height:3.75rem;position:relative}.sticky_container .nav-background{height:3.125rem;position:absolute;width:100%}.sticky_container .nav-fading{display:block;position:absolute;top:0;right:0;z-index:1;background:linear-gradient(90deg, transparent, #fff);pointer-events:none;width:3.125rem;height:2.5rem}.sticky_container .scroll-wrapper{overflow-x:auto}.sticky_container ul{list-style:none;padding-left:0;border-bottom:1px solid #d2d2d2;max-width:125rem;max-height:3.75rem;overflow:hidden}.sticky_container ul li{display:inline-block;padding:0.625rem;min-height:3.4375rem}.sticky_container ul li a{padding:0.5rem 0;position:relative;color:#3d3d3d;text-decoration:none}.open .sticky_nav a{background-color:#e5e5e5;left:3px;z-index:1}.sticky_container ul li a span.icon{text-align:center;font-size:1.5rem}.sticky_container ul.on_page_nav{background-color:#fff;border-bottom:1px solid #3d3d3d;z-index:20;overflow-x:auto;margin-bottom:0;width:40rem}@media screen and (min-width: 30rem){.sticky_container ul.on_page_nav{width:100%}}.sticky_container ul.on_page_nav .active{border-bottom:0.3rem solid #00A5B5;text-decoration:none;font-weight:normal}.sticky_container ul.on_page_nav li:hover{border-bottom:0.3rem solid #00A5B5;text-decoration:none;font-weight:normal}.sticky_container ul.on_page_nav a:focus{outline-offset:0.05rem}.sticky_container .scroll-wrapper.sticky{position:fixed;top:0;left:0;right:0;white-space:nowrap;bottom:initial;background-color:#fff;z-index:1000}@media screen and (min-width: 62rem){.sticky_container .scroll-wrapper.sticky{z-index:21}}.sticky_container .scroll-wrapper.sticky ~ .nav-fading{display:none}@media screen and (max-width: 48rem){.sticky_container .scroll-wrapper.sticky:before{content:" ";position:fixed;left:0;top:0;z-index:10000;height:2.5rem;width:0.125rem;background-color:#fff;box-shadow:2px -5px 8px 6px #fff}.sticky_container .scroll-wrapper.sticky:after{content:" ";position:fixed;right:0;top:0;z-index:10000;height:2.5rem;width:0.3125rem;background-color:#fff;box-shadow:-5px -5px 13px 7px #fff}}.education_information .sticky_container .on_page_nav{width:auto;overflow-x:auto;white-space:nowrap}@media screen and (min-width: 48rem){.education_information .sticky_container .on_page_nav{width:45rem;overflow-x:hidden;white-space:normal}}@media screen and (min-width: 62rem){.education_information .sticky_container .on_page_nav{width:42.3125rem;overflow-x:hidden;white-space:normal}}@media screen and (min-width: 75rem){.education_information .sticky_container .on_page_nav{width:52.8125rem;overflow-x:hidden;white-space:normal}}.white_bg{background-color:#fff}.white_border{border-color:#fff}a.cta-button{display:inline-block;font-family:BauWebPro, Arial, Verdana;font-size:1.3rem !important;text-align:center;width:100%;padding:0.625rem}@media screen and (min-width: 47.9375rem){a.cta-button{width:50%}}.teacher_guide_landing #readspeaker_button1,.education_information #readspeaker_button1{width:auto;position:absolute;border:none;font-size:1rem;right:2.9375rem;top:1.5rem;font-family:BauWebPro, Arial, Verdana;transform:scale(1.2)}img:not(.img-standardPage){width:100%}.zebra>:nth-child(odd){background-color:#f2f2f2}.bordered>*{border:1px solid #c9c9c9}.bordered>*:not(:first-child){border-top:none}@media speech{.icon:before{display:none !important}}[data-icon]{font-family:"uhr-icon-font" !important;content:attr(data-icon);font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;top:.15789474em}.icon:before{display:inline-block;font-family:"uhr-icon-font" !important;font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;top:.15789474em}.icon-25-uhr:before{content:"\61"}.icon-50-uhr:before{content:"\63"}.icon-75-uhr:before{content:"\64"}.icon-anvandare-uhr:before{content:"\65"}.icon-bild-uhr:before{content:"\66"}.icon-bok-uhr:before{content:"\67"}.icon-check-box-uhr:before{content:"\68"}.icon-check-uhr:before{content:"\69"}.icon-dator-uhr:before{content:"\6a"}.icon-dela-uhr:before{content:"\6b"}.icon-dokument-diagram-tomt-uhr:before{content:"\6c"}.icon-dokument-pdf-uhr:before{content:"\6d"}.icon-dokument-tabell-uhr:before{content:"\6e"}.icon-dokument-text-uhr:before{content:"\6f"}.icon-dokument-tomt-uhr:before{content:"\70"}.icon-eu-uhr:before{content:"\71"}.icon-extern-lank-uhr:before{content:"\72"}.icon-facebook-uhr:before{content:"\73"}.icon-favorit-on-uhr:before{content:"\75"}.icon-film-uhr:before{content:"\76"}.icon-flygplan-resa-uhr:before{content:"\77"}.icon-forstoringsglas-uhr:before{content:"\78"}.icon-hem-uhr:before{content:"\79"}.icon-hogtalare-uhr:before{content:"\7a"}.icon-information-uhr:before{content:"\41"}.icon-kalender-uhr:before{content:"\62"}.icon-klocka-uhr:before{content:"\42"}.icon-kryss-uhr:before{content:"\43"}.icon-kugghjul-uhr:before{content:"\44"}.icon-pil-upp-uhr:before{content:"\46"}.icon-pil-vanster-uhr:before{content:"\47"}.icon-play-uhr:before{content:"\48"}.icon-redigera-uhr:before{content:"\49"}.icon-skriva-uhr:before{content:"\4a"}.icon-triangel-pil-vanster-uhr:before{content:"\4c"}.icon-twitter-uhr:before{content:"\4d"}.icon-ladda-om-uhr:before{content:"\45"}.icon-linkedin-uhr:before{content:"\4b"}.icon-mat-uhr:before{content:"\4e"}.icon-matare-uhr:before{content:"\4f"}.icon-pil-flytta-uhr:before{content:"\50"}.icon-pil-hoger-uhr:before{content:"\51"}.icon-pil-ned-uhr:before{content:"\52"}.icon-stapel-3-1-uhr:before{content:"\53"}.icon-stapel-3-2-uhr:before{content:"\54"}.icon-stapel-3-3-uhr:before{content:"\55"}.icon-symbol-ikon-uhr:before{content:"\56"}.icon-triangel-pil-hoger-uhr:before{content:"\57"}.icon-triangel-pil-ned-uhr:before{content:"\58"}.icon-triangel-pil-upp-uhr:before{content:"\59"}.icon-jordglob-uhr:before{content:"\5a"}.icon-kuvert-uhr:before{content:"\74"}.icon-skrivare-uhr:before{content:"\30"}.icon-varning-varning-uhr:before{content:"\31"}.icon-favorit-off-uhr:before{content:"\32"}.icon-dots-three-vertical:before{content:"\e905"}.icon-certificate:before{content:"\e900"}.icon-telescope:before{content:"\e901"}.icon-global:before{content:"\e902"}.icon-sphere:before{content:"\e902"}.icon-tools-2:before{content:"\e903"}.icon-wrench:before{content:"\e903"}.icon-screwdriver:before{content:"\e903"}.icon-compass:before{content:"\e904"}.icon{display:inline}.icon.icon-forstoringsglas,.icon.information,.icon.icon-kryss{position:relative;top:.15789474em;fill:currentColor;height:1em;width:1em}.icon.icon-hogtalare{position:relative;top:.15789474em;fill:#000;height:1em;width:1em}.icon.icon-pil-hoger-ny,.icon.icon-extern-lank{position:relative;top:.15789474em;fill:currentColor;height:1em;width:1em}.icon.icon-pil-hoger-ny.automatic,.icon.icon-extern-lank.automatic{margin-left:.1875rem}.icon.icon-twitter,.icon.icon-facebook,.icon.icon-linkedin,.icon.icon-kuvert{fill:#b00060;position:relative;top:.15789474em;height:1em;width:1em}.icon.icon-twitter:hover,.icon.icon-twitter:active,.icon.icon-twitter:focus,.icon.icon-facebook:hover,.icon.icon-facebook:active,.icon.icon-facebook:focus,.icon.icon-linkedin:hover,.icon.icon-linkedin:active,.icon.icon-linkedin:focus,.icon.icon-kuvert:hover,.icon.icon-kuvert:active,.icon.icon-kuvert:focus{fill:#C0327F}.icon.icon-play-pil{position:relative;height:45px;width:45px;top:9px;fill:#fff}.icon.icon-geografisk-knappnal{height:2em;width:2em;position:relative;float:left;top:1px;fill:#62269e}.icon.icon-dokument-pdf{position:relative;top:.15789474em;margin-left:.1875rem;fill:#006e96;height:1em;width:1em}.icon.icon-information{position:relative;top:.15789474em;fill:currentColor;height:1em;width:1em}.textpuffLinkText .icon-pil-hoger-ny,.primary_link .icon-pil-hoger-ny{display:inline-block;top:-0.3rem;position:relative;margin-left:0.5rem;float:right;font-size:1.9rem;fill:currentColor;height:1em;width:1em}.textpuffLinkText .icon-extern-lank,.primary_link .icon-extern-lank{display:inline-block;top:-0.2rem;position:relative;margin-left:0.5rem;float:right;font-size:1.5rem;fill:currentColor;height:1em;width:1em}@font-face{font-family:BauWebPro;font-weight:500;src:url("/assets/fonts/BauWebPro-Medium.eot");src:url("/assets/fonts/BauWebPro-Medium.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/BauWebPro-Medium.woff") format("woff")}@font-face{font-family:BauWebPro;font-weight:700;src:url("/assets/fonts/BauWebPro-Bold.eot");src:url("/assets/fonts/BauWebPro-Bold.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/BauWebPro-Bold.woff") format("woff")}@font-face{font-family:"uhr-icon-font";src:url("/assets/fonts/uhr-icon-font.eot?v=1.1");src:url("/assets/fonts/uhr-icon-font.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/uhr-icon-font.woff?v=1.1") format("woff"),url("/assets/fonts/uhr-icon-font.ttf?v=1.1") format("truetype"),url("/assets/fonts/uhr-icon-font.svg#uhr-icon-font") format("svg");font-weight:normal;font-style:normal}.klaro{font-family:Calibri,Arial,sans-serif;font-size:1.1875rem}.klaro .cookie-notice:not(.cookie-modal-notice){z-index:1000}.klaro .cookie-modal a,.klaro .context-notice a,.klaro .cookie-notice a,.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a{font-size:rem-calc(16px) !important;color:#006e96;text-decoration:underline}.klaro .cookie-modal .cm-btn.cm-btn-success,.klaro .context-notice .cm-btn.cm-btn-success,.klaro .cookie-notice .cm-btn.cm-btn-success,.klaro .cookie-modal .cm-btn.cm-btn-success-var,.klaro .context-notice .cm-btn.cm-btn-success-var,.klaro .cookie-notice .cm-btn.cm-btn-success-var{background-color:#62269e;color:#fff;border-radius:0;font-weight:bold;padding:.9375rem 1.25rem;line-height:1}.klaro .cookie-modal .cm-btn.cm-btn-success:hover,.klaro .context-notice .cm-btn.cm-btn-success:hover,.klaro .cookie-notice .cm-btn.cm-btn-success:hover,.klaro .cookie-modal .cm-btn.cm-btn-success-var:hover,.klaro .context-notice .cm-btn.cm-btn-success-var:hover,.klaro .cookie-notice .cm-btn.cm-btn-success-var:hover{background-color:#8151B1}.klaro.cm-as-context-notice .context-notice .cm-buttons .cm-btn.cm-btn-success,.klaro .cookie-modal .cm-btn.cm-btn-success.cm-btn-info.cm-btn-accept,.klaro .cm-as-context-notice .context-notice .cm-buttons .cm-btn.cm-btn-success,.klaro .cookie-modal .cm-btn.cm-btn-danger,.klaro .context-notice .cm-btn.cm-btn-danger,.klaro .cookie-notice .cm-btn.cm-btn-danger{background-color:#fff;border-radius:0;border:1px solid #333333;color:#000;font-weight:bold;padding:.9375rem 1.25rem;line-height:1}.klaro.cm-as-context-notice .context-notice .cm-buttons .cm-btn.cm-btn-success:hover,.klaro .cookie-modal .cm-btn.cm-btn-success.cm-btn-info.cm-btn-accept:hover,.klaro .cm-as-context-notice .context-notice .cm-buttons .cm-btn.cm-btn-success:hover,.klaro .cookie-modal .cm-btn.cm-btn-danger:hover,.klaro .context-notice .cm-btn.cm-btn-danger:hover,.klaro .cookie-notice .cm-btn.cm-btn-danger:hover{color:#fff;background-color:#62269e}.klaro .cookie-modal .cm-modal .cm-header{padding:30px}.klaro .cookie-modal .cm-modal .cm-header .title{font-family:BauWebPro,Arial,Verdana;font-size:1.5rem}.klaro .cookie-modal .cm-modal .cm-header .close{opacity:1}.klaro .cookie-modal .cm-modal .cm-body{padding:30px}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service{margin-top:15px;padding-left:70px}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service .cm-list-input{width:60px}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service .cm-list-label .slider{width:60px;border:1px solid #62269e}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service .cm-list-title,.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service .cm-list-description,.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-required{font-size:1.1875rem}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-required{color:#000}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service.cm-toggle-all{margin-top:30px;padding-top:30px}.klaro .cookie-modal .cm-modal .cm-footer{padding:15px 10px 20px 10px}.klaro .cookie-modal .cm-modal .cm-footer .cm-btn{margin:0}.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by{margin-top:15px;padding-top:0}.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a{font-size:1.1875rem}.klaro .cookie-modal .cm-modal .close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;float:right}.klaro .cookie-modal .cm-modal .close .icon-kryss{height:20px;width:20px}.klaro p span a:after,.klaro .cm-footer .cm-powered-by a:after{width:19px;height:19px;display:inline-block;content:'';-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='icon extern-lank' width='85' height='85'  viewBox='0 0 85 85' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' > <g><g><polygon points='47.8,6.1 56.3,14.5 35.3,35.5 48,48.1 69,27.2 78.3,36.6 78.3,6.1'/></g><g><polygon points='60.2,66.2 18.2,66.2 18.2,24.2 30.6,24.2 42.6,12.2 6.2,12.2 6.2,78.2 72.2,78.2 72.2,40 60.2,52'/></g></g></svg>") no-repeat 50% 50%;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='icon extern-lank' width='85' height='85'  viewBox='0 0 85 85' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' > <g><g><polygon points='47.8,6.1 56.3,14.5 35.3,35.5 48,48.1 69,27.2 78.3,36.6 78.3,6.1'/></g><g><polygon points='60.2,66.2 18.2,66.2 18.2,24.2 30.6,24.2 42.6,12.2 6.2,12.2 6.2,78.2 72.2,78.2 72.2,40 60.2,52'/></g></g></svg>") no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover;background-color:#006e96;top:3px;position:relative}.klaro.cm-as-context-notice .context-notice{border-radius:0}.klaro .cookie-modal label.cm-list-label{margin-left:0;margin-bottom:0}.klaro .cookie-modal .cm-list-label .slider,.klaro .context-notice .cm-list-label .slider,.klaro .cookie-notice .cm-list-label .slider{height:inherit;margin-top:inherit}.klaro .cookie-modal .cm-list-label .slider::before{background-color:#62269e}.klaro .cookie-modal .cm-list-input.required:checked+.cm-list-label .slider,.klaro .cookie-modal .cm-list-input:checked+.cm-list-label .slider,.klaro .context-notice .cm-list-input:checked+.cm-list-label .slider,.klaro .cookie-notice .cm-list-input:checked+.cm-list-label .slider,.klaro .cookie-modal .cm-list-input.only-required+.cm-list-label .slider,.klaro .context-notice .cm-list-input.only-required+.cm-list-label .slider,.klaro .cookie-notice .cm-list-input.only-required+.cm-list-label .slider{background-color:#62269e}.klaro .cookie-modal .cm-list-input:checked+.cm-list-label .slider::before,.klaro .context-notice .cm-list-input:checked+.cm-list-label .slider::before,.klaro .cookie-notice .cm-list-input:checked+.cm-list-label .slider::before,.klaro .cookie-modal .cm-list-label input:checked+.slider::before,.klaro .context-notice .cm-list-label input:checked+.slider::before,.klaro .cookie-notice .cm-list-label input:checked+.slider::before{transform:translateX(30px);background-color:#e6e6e6}.klaro .cookie-modal .cm-list-input.only-required+.cm-list-label .slider::before{transform:translateX(15px);background-color:#e6e6e6}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body{padding:.9375rem 1.25rem}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok{margin-top:0px}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok cn-buttons{margin-top:5px}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn,.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a{margin-top:10px}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p{margin:0}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p .cn-changes{text-decoration:none !important;font-weight:700;line-height:1.3}@media (max-width: 1023px){.klaro .cookie-notice:not(.cookie-modal-notice){box-shadow:0 -4px 6px 0 rgba(0,0,0,0.2)}}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons{display:block !important;text-align:left;width:100%}@media screen and (max-width: 384px){.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn{width:auto !important}}@media screen and (max-width: 400px){.klaro .cookie-modal .cm-modal .cm-footer-buttons{flex-flow:column !important}.klaro .cookie-modal .cm-modal .cm-footer-buttons .cm-btn:not(:first-child){margin-top:10px}}.videoBlock .klaro.cm-as-context-notice,.karusellblock .klaro.cm-as-context-notice,.filmblock .klaro.cm-as-context-notice,.video-container .klaro.cm-as-context-notice{position:relative;width:100%;padding-top:56.25%;padding-bottom:0}.videoBlock .klaro.cm-as-context-notice .context-notice,.karusellblock .klaro.cm-as-context-notice .context-notice,.filmblock .klaro.cm-as-context-notice .context-notice,.video-container .klaro.cm-as-context-notice .context-notice{position:absolute;top:0;left:0;bottom:0;right:0}@media screen and (max-width: 640px){.video-container .klaro.cm-as-context-notice{padding-top:12px}.video-container .klaro.cm-as-context-notice .context-notice{position:static}}@media screen and (min-width: 640px){.maincontent .threecol .klaro{padding:0}.maincontent .threecol .klaro.cm-as-context-notice{padding:0}.maincontent .threecol .klaro.cm-as-context-notice .context-notice{position:static}}@media screen and (min-width: 1024px) and (max-width: 1295px){.maincontent .twocol .klaro{padding:0}.maincontent .twocol .klaro.cm-as-context-notice{padding:0}.maincontent .twocol .klaro.cm-as-context-notice .context-notice{position:static}}@media screen and (min-width: 640px) and (max-width: 840px){.maincontent .twocol .klaro{padding:0}.maincontent .twocol .klaro.cm-as-context-notice{padding:0}.maincontent .twocol .klaro.cm-as-context-notice .context-notice{position:static}}@media screen and (min-width: 640px) and (max-width: 1305px){.threecol .klaro{padding:0}.threecol .klaro.cm-as-context-notice{padding:0}.threecol .klaro.cm-as-context-notice .context-notice{position:static}}@media screen and (min-width: 640px) and (max-width: 705px){.twocol .klaro{padding:0}.twocol .klaro.cm-as-context-notice{padding:0}.twocol .klaro.cm-as-context-notice .context-notice{position:static}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir="rtl"] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url("/assets/css/ajax-loader.gif") center center no-repeat}@font-face{font-family:"slick";src:url("/assets/css/fonts/slick.eot");src:url("/assets/css/fonts/slick.eot?#iefix") format("embedded-opentype"),url("/assets/css/fonts/slick.woff") format("woff"),url("/assets/css/fonts/slick.ttf") format("truetype"),url("/assets/css/fonts/slick.svg#slick") format("svg");font-weight:normal;font-style:normal}.slick-prev,.slick-next{position:absolute;display:block;height:20px;width:20px;line-height:0px;font-size:0px;cursor:pointer;background:transparent;color:transparent;top:50%;transform:translate(0, -50%);padding:0;border:none;outline:none}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{outline:none;background:transparent;color:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:"slick";font-size:20px;line-height:1;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir="rtl"] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir="rtl"] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir="rtl"] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir="rtl"] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{border:0;background:transparent;display:block;height:20px;width:20px;outline:none;line-height:0px;font-size:0px;color:transparent;padding:5px;cursor:pointer}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-family:"slick";font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.slick-prev,.slick-next{transform:none}@media screen and (min-width: 62rem){.slick-list{overflow:visible}}#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(/assets/js/legacy/fancybox/fancybox_sprite.png)}#fancybox-loading div{background:url(/assets/js/legacy/fancybox/fancybox_loading.gif) center center no-repeat}.fancybox-overlay{background:url(/assets/js/legacy/fancybox/fancybox_overlay.png)}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5){#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(/assets/js/legacy/fancybox/fancybox_sprite@2x.png)}#fancybox-loading div{background-image:url(/assets/js/legacy/fancybox/fancybox_loading@2x.gif)}}.leaflet-default-icon-path{background-image:url(/assets/img/leaflet/marker-icon.png)}.leaflet-control-layers-toggle{background-image:url(/assets/img/leaflet/layers.png)}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(/assets/img/leaflet/layers-2x.png)}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out,.leaflet-popup-content a,a.leaflet-popup-close-button,.leaflet-touch .leaflet-control-zoom-in:active,.leaflet-touch .leaflet-control-zoom-out:active,a.leaflet-popup-close-button:active{text-decoration:none}#map-canvas:focus,.leaflet-container :focus{outline-offset:0.15rem !important;outline:0.2rem solid HighLight !important}.leaflet-popup-content:focus:not(:focus-visible){outline:none !important}.leaflet-container .leaflet-popup a.leaflet-popup-close-button{color:#006e96;padding:0px;margin:4px}

