/* Minification failed. Returning unminified contents.
(26523,24): run-time error CSS1031: Expected selector, found '{'
(26550,32): run-time error CSS1031: Expected selector, found '{'
 */
/*! jQuery UI - v1.13.2 - 2022-08-30
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=custom-theme&bgImgOpacityError=18&bgImgOpacityHighlight=75&bgImgOpacityActive=65&bgImgOpacityHover=100&bgImgOpacityDefault=100&bgImgOpacityContent=100&bgImgOpacityHeader=35&cornerRadiusShadow=5px&offsetLeftShadow=-5px&offsetTopShadow=-5px&thicknessShadow=5px&opacityShadow=20&bgImgOpacityShadow=10&bgTextureShadow=flat&bgColorShadow=%23000000&opacityOverlay=50&bgImgOpacityOverlay=20&bgTextureOverlay=flat&bgColorOverlay=%23666666&iconColorError=%23ffd27a&fcError=%23ffffff&borderColorError=%23cd0a0a&bgTextureError=flat&bgColorError=%23b81900&iconColorHighlight=%23228ef1&fcHighlight=%23363636&borderColorHighlight=%23fed22f&bgTextureHighlight=flat&bgColorHighlight=%23ffffff&iconColorActive=%23ef8c08&fcActive=%2300205b&borderColorActive=%23fbd850&bgTextureActive=flat&bgColorActive=%23ffffff&iconColorHover=%23ef8c08&fcHover=%2300205b&borderColorHover=%23dddddd&bgTextureHover=flat&bgColorHover=%23ffffff&iconColorDefault=%23ef8c08&fcDefault=%231c94c4&borderColorDefault=%23cccccc&bgTextureDefault=flat&bgColorDefault=%23f6f6f6&iconColorContent=%23222222&fcContent=%23333333&borderColorContent=%23dddddd&bgTextureContent=flat&bgColorContent=%23eeeeee&iconColorHeader=%23ffffff&fcHeader=%23ffffff&borderColorHeader=%23e78f08&bgTextureHeader=flat&bgColorHeader=%23f6a828&cornerRadius=4px&fwDefault=normal&fsDefault=1.1em&ffDefault=SkattaSans-Regular
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-resizable {
	position: relative;
}

.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}

.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}

.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}

.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}

.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}

.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}

.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}

.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}

	.ui-menu .ui-menu {
		position: absolute;
	}

	.ui-menu .ui-menu-item {
		margin: 0;
		cursor: pointer;
		/* support: IE10, see #8844 */
		list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
	}

	.ui-menu .ui-menu-item-wrapper {
		position: relative;
		padding: 3px 1em 3px .4em;
	}

	.ui-menu .ui-menu-divider {
		margin: 5px 0;
		height: 0;
		font-size: 0;
		line-height: 0;
		border-width: 1px 0 0 0;
	}

	.ui-menu .ui-state-focus,
	.ui-menu .ui-state-active {
		margin: -1px;
	}

/* icon support */
.ui-menu-icons {
	position: relative;
}

	.ui-menu-icons .ui-menu-item-wrapper {
		padding-left: 2em;
	}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* Support: IE <= 11 */
	overflow: visible;
}

	.ui-button,
	.ui-button:link,
	.ui-button:visited,
	.ui-button:hover,
	.ui-button:active {
		text-decoration: none;
	}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}

	.ui-controlgroup > .ui-controlgroup-item {
		float: left;
		margin-left: 0;
		margin-right: 0;
	}

		.ui-controlgroup > .ui-controlgroup-item:focus,
		.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
			z-index: 9999;
		}

.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}

	.ui-controlgroup .ui-controlgroup-label span {
		font-size: 80%;
	}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}

.ui-checkboxradio-disabled {
	pointer-events: none;
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}

	.ui-datepicker .ui-datepicker-header {
		position: relative;
		padding: .2em 0;
	}

	.ui-datepicker .ui-datepicker-prev,
	.ui-datepicker .ui-datepicker-next {
		position: absolute;
		top: 2px;
		width: 1.8em;
		height: 1.8em;
	}

	.ui-datepicker .ui-datepicker-prev-hover,
	.ui-datepicker .ui-datepicker-next-hover {
		top: 1px;
	}

	.ui-datepicker .ui-datepicker-prev {
		left: 2px;
	}

	.ui-datepicker .ui-datepicker-next {
		right: 2px;
	}

	.ui-datepicker .ui-datepicker-prev-hover {
		left: 1px;
	}

	.ui-datepicker .ui-datepicker-next-hover {
		right: 1px;
	}

	.ui-datepicker .ui-datepicker-prev span,
	.ui-datepicker .ui-datepicker-next span {
		display: block;
		position: absolute;
		left: 50%;
		margin-left: -8px;
		top: 50%;
		margin-top: -8px;
	}

	.ui-datepicker .ui-datepicker-title {
		margin: 0 2.3em;
		line-height: 1.8em;
		text-align: center;
	}

		.ui-datepicker .ui-datepicker-title select {
			font-size: 1em;
			margin: 1px 0;
		}

	.ui-datepicker select.ui-datepicker-month,
	.ui-datepicker select.ui-datepicker-year {
		width: 45%;
	}

	.ui-datepicker table {
		width: 100%;
		font-size: .9em;
		border-collapse: collapse;
		margin: 0 0 .4em;
	}

	.ui-datepicker th {
		padding: .7em .3em;
		text-align: center;
		font-weight: bold;
		border: 0;
	}

	.ui-datepicker td {
		border: 0;
		padding: 1px;
	}

		.ui-datepicker td span,
		.ui-datepicker td a {
			display: block;
			padding: .2em;
			text-align: right;
			text-decoration: none;
		}

	.ui-datepicker .ui-datepicker-buttonpane {
		background-image: none;
		margin: .7em 0 0 0;
		padding: 0 .2em;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
	}

		.ui-datepicker .ui-datepicker-buttonpane button {
			float: right;
			margin: .5em .2em .4em;
			cursor: pointer;
			padding: .2em .6em .3em .6em;
			width: auto;
			overflow: visible;
		}

			.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
				float: left;
			}

	/* with multiple calendars */
	.ui-datepicker.ui-datepicker-multi {
		width: auto;
	}

.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}

	.ui-datepicker-multi .ui-datepicker-group table {
		width: 95%;
		margin: 0 auto .4em;
	}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}

	.ui-datepicker-rtl .ui-datepicker-prev {
		right: 2px;
		left: auto;
	}

	.ui-datepicker-rtl .ui-datepicker-next {
		left: 2px;
		right: auto;
	}

	.ui-datepicker-rtl .ui-datepicker-prev:hover {
		right: 1px;
		left: auto;
	}

	.ui-datepicker-rtl .ui-datepicker-next:hover {
		left: 1px;
		right: auto;
	}

	.ui-datepicker-rtl .ui-datepicker-buttonpane {
		clear: right;
	}

		.ui-datepicker-rtl .ui-datepicker-buttonpane button {
			float: left;
		}

			.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
			.ui-datepicker-rtl .ui-datepicker-group {
				float: right;
			}

	.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
	.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
		border-right-width: 0;
		border-left-width: 1px;
	}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}

	.ui-dialog .ui-dialog-titlebar {
		padding: .4em 1em;
		position: relative;
	}

	.ui-dialog .ui-dialog-title {
		float: left;
		margin: .1em 0;
		white-space: nowrap;
		width: 90%;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.ui-dialog .ui-dialog-titlebar-close {
		position: absolute;
		right: .3em;
		top: 50%;
		width: 20px;
		margin: -10px 0 0 0;
		padding: 1px;
		height: 20px;
	}

	.ui-dialog .ui-dialog-content {
		position: relative;
		border: 0;
		padding: .5em 1em;
		background: none;
		overflow: auto;
	}

	.ui-dialog .ui-dialog-buttonpane {
		text-align: left;
		border-width: 1px 0 0 0;
		background-image: none;
		margin-top: .5em;
		padding: .3em 1em .5em .4em;
	}

		.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
			float: right;
		}

		.ui-dialog .ui-dialog-buttonpane button {
			margin: .5em .4em .5em 0;
			cursor: pointer;
		}

	.ui-dialog .ui-resizable-n {
		height: 2px;
		top: 0;
	}

	.ui-dialog .ui-resizable-e {
		width: 2px;
		right: 0;
	}

	.ui-dialog .ui-resizable-s {
		height: 2px;
		bottom: 0;
	}

	.ui-dialog .ui-resizable-w {
		width: 2px;
		left: 0;
	}

	.ui-dialog .ui-resizable-se,
	.ui-dialog .ui-resizable-sw,
	.ui-dialog .ui-resizable-ne,
	.ui-dialog .ui-resizable-nw {
		width: 7px;
		height: 7px;
	}

	.ui-dialog .ui-resizable-se {
		right: 0;
		bottom: 0;
	}

	.ui-dialog .ui-resizable-sw {
		left: 0;
		bottom: 0;
	}

	.ui-dialog .ui-resizable-ne {
		right: 0;
		top: 0;
	}

	.ui-dialog .ui-resizable-nw {
		left: 0;
		top: 0;
	}

.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}

	.ui-progressbar .ui-progressbar-value {
		margin: -1px;
		height: 100%;
	}

	.ui-progressbar .ui-progressbar-overlay {
		background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
		height: 100%;
		-ms-filter: "alpha(opacity=25)"; /* support: IE8 */
		opacity: 0.25;
	}

.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

	.ui-selectmenu-menu .ui-menu {
		overflow: auto;
		overflow-x: hidden;
		padding-bottom: 1px;
	}

		.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
			font-size: 1em;
			font-weight: bold;
			line-height: 1.5;
			padding: 2px 0.4em;
			margin: 0.5em 0 0 0;
			height: auto;
			border: 0;
		}

.ui-selectmenu-open {
	display: block;
}

.ui-selectmenu-text {
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	padding: 0px !important;
	font-weight:normal;
}

.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}

.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}

.ui-slider {
	position: relative;
	text-align: left;
}

	.ui-slider .ui-slider-handle {
		position: absolute;
		z-index: 2;
		width: 1.2em;
		height: 1.2em;
		cursor: pointer;
		-ms-touch-action: none;
		touch-action: none;
	}

	.ui-slider .ui-slider-range {
		position: absolute;
		z-index: 1;
		font-size: .7em;
		display: block;
		border: 0;
		background-position: 0 0;
	}

	/* support: IE8 - See #6727 */
	.ui-slider.ui-state-disabled .ui-slider-handle,
	.ui-slider.ui-state-disabled .ui-slider-range {
		filter: inherit;
	}

.ui-slider-horizontal {
	height: .8em;
}

	.ui-slider-horizontal .ui-slider-handle {
		top: -.3em;
		margin-left: -.6em;
	}

	.ui-slider-horizontal .ui-slider-range {
		top: 0;
		height: 100%;
	}

	.ui-slider-horizontal .ui-slider-range-min {
		left: 0;
	}

	.ui-slider-horizontal .ui-slider-range-max {
		right: 0;
	}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}

	.ui-slider-vertical .ui-slider-handle {
		left: -.3em;
		margin-left: 0;
		margin-bottom: -.6em;
	}

	.ui-slider-vertical .ui-slider-range {
		left: 0;
		width: 100%;
	}

	.ui-slider-vertical .ui-slider-range-min {
		bottom: 0;
	}

	.ui-slider-vertical .ui-slider-range-max {
		top: 0;
	}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}

.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}

.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}

.ui-spinner-up {
	top: 0;
}

.ui-spinner-down {
	bottom: 0;
}

.ui-tabs {
	position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}

	.ui-tabs .ui-tabs-nav {
		margin: 0;
		padding: .2em .2em 0;
	}

		.ui-tabs .ui-tabs-nav li {
			list-style: none;
			float: left;
			position: relative;
			top: 0;
			margin: 1px .2em 0 0;
			border-bottom-width: 0;
			padding: 0;
			white-space: nowrap;
		}

		.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
			float: left;
			padding: .5em 1em;
			text-decoration: none;
		}

		.ui-tabs .ui-tabs-nav li.ui-tabs-active {
			margin-bottom: -1px;
			padding-bottom: 1px;
		}

			.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
			.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
			.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
				cursor: text;
			}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}

body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}

	.ui-widget .ui-widget {
		font-size: 1em;
	}

	.ui-widget input,
	.ui-widget select,
	.ui-widget textarea,
	.ui-widget button {
		font-family: SkattaSans-Regular;
		font-size: 1em;
	}

	.ui-widget.ui-widget-content {
		border: 1px solid #cccccc;
	}

.ui-widget-content {
	border: 1px solid #dddddd;
	background: #eeeeee;
	color: #333333;
}

	.ui-widget-content a {
		color: #333333;
	}

.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828;
	color: #ffffff;
	font-weight: bold;
}

	.ui-widget-header a {
		color: #ffffff;
	}

	/* Interaction states
----------------------------------*/
	.ui-state-default,
	.ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default,
	.ui-button,
	/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
	html .ui-button.ui-state-disabled:hover,
	html .ui-button.ui-state-disabled:active {
		border: 1px solid #cccccc;
		background: #f6f6f6;
		font-weight: normal;
		color: #1c94c4;
	}

		.ui-state-default a,
		.ui-state-default a:link,
		.ui-state-default a:visited,
		a.ui-button,
		a:link.ui-button,
		a:visited.ui-button,
		.ui-button {
			color: #1c94c4;
			text-decoration: none;
		}

			.ui-state-hover,
			.ui-widget-content .ui-state-hover,
			.ui-widget-header .ui-state-hover,
			.ui-state-focus,
			.ui-widget-content .ui-state-focus,
			.ui-widget-header .ui-state-focus,
			.ui-button:hover,
			.ui-button:focus {
				border: 1px solid #dddddd;
				font-weight: normal;
				color: #646469;
			}

				.ui-state-hover a,
				.ui-state-hover a:hover,
				.ui-state-hover a:link,
				.ui-state-hover a:visited,
				.ui-state-focus a,
				.ui-state-focus a:hover,
				.ui-state-focus a:link,
				.ui-state-focus a:visited,
				a.ui-button:hover,
				a.ui-button:focus {
					color: #646469;
					text-decoration: none;
				}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: none;
	font-weight: normal !important;
	color: #00205b;
}

	.ui-icon-background,
	.ui-state-active .ui-icon-background {
		border: #fbd850;
		background-color: yellow;
	}

	.ui-state-active a,
	.ui-state-active a:link,
	.ui-state-active a:visited {
		color: #00205b;
		text-decoration: none;
	}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffffff;
	color: #363636;
}

.ui-state-checked {
	border: 1px solid #fed22f;
	background: #ffffff;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900;
	color: #ffffff;
}

	.ui-state-error a,
	.ui-widget-content .ui-state-error a,
	.ui-widget-header .ui-state-error a {
		color: #ffffff;
	}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	-ms-filter: "alpha(opacity=70)"; /* support: IE8 */
	font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 */
	background-image: none;
}

	.ui-state-disabled .ui-icon {
		-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
	}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_228ef1_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_ffd27a_256x240.png");
}

.ui-button .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}

.ui-icon-caret-1-n {
	background-position: 0 0;
}

.ui-icon-caret-1-ne {
	background-position: -16px 0;
}

.ui-icon-caret-1-e {
	background-position: -32px 0;
}

.ui-icon-caret-1-se {
	background-position: -48px 0;
}

.ui-icon-caret-1-s {
	background-position: -65px 0;
}

.ui-icon-caret-1-sw {
	background-position: -80px 0;
}

.ui-icon-caret-1-w {
	background-position: -96px 0;
}

.ui-icon-caret-1-nw {
	background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
	background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
	background-position: -144px 0;
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
	background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
	background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
	background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}

.ui-icon-arrow-4 {
	background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}

.ui-icon-extlink {
	background-position: -32px -80px;
}

.ui-icon-newwin {
	background-position: -48px -80px;
}

.ui-icon-refresh {
	background-position: -64px -80px;
}

.ui-icon-shuffle {
	background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}

.ui-icon-folder-open {
	background-position: -16px -96px;
}

.ui-icon-document {
	background-position: -32px -96px;
}

.ui-icon-document-b {
	background-position: -48px -96px;
}

.ui-icon-note {
	background-position: -64px -96px;
}

.ui-icon-mail-closed {
	background-position: -80px -96px;
}

.ui-icon-mail-open {
	background-position: -96px -96px;
}

.ui-icon-suitcase {
	background-position: -112px -96px;
}

.ui-icon-comment {
	background-position: -128px -96px;
}

.ui-icon-person {
	background-position: -144px -96px;
}

.ui-icon-print {
	background-position: -160px -96px;
}

.ui-icon-trash {
	background-position: -176px -96px;
}

.ui-icon-locked {
	background-position: -192px -96px;
}

.ui-icon-unlocked {
	background-position: -208px -96px;
}

.ui-icon-bookmark {
	background-position: -224px -96px;
}

.ui-icon-tag {
	background-position: -240px -96px;
}

.ui-icon-home {
	background-position: 0 -112px;
}

.ui-icon-flag {
	background-position: -16px -112px;
}

.ui-icon-calendar {
	background-position: -32px -112px;
}

.ui-icon-cart {
	background-position: -48px -112px;
}

.ui-icon-pencil {
	background-position: -64px -112px;
}

.ui-icon-clock {
	background-position: -80px -112px;
}

.ui-icon-disk {
	background-position: -96px -112px;
}

.ui-icon-calculator {
	background-position: -112px -112px;
}

.ui-icon-zoomin {
	background-position: -128px -112px;
}

.ui-icon-zoomout {
	background-position: -144px -112px;
}

.ui-icon-search {
	background-position: -160px -112px;
}

.ui-icon-wrench {
	background-position: -176px -112px;
}

.ui-icon-gear {
	background-position: -192px -112px;
}

.ui-icon-heart {
	background-position: -208px -112px;
}

.ui-icon-star {
	background-position: -224px -112px;
}

.ui-icon-link {
	background-position: -240px -112px;
}

.ui-icon-cancel {
	background-position: 0 -128px;
}

.ui-icon-plus {
	background-position: -16px -128px;
}

.ui-icon-plusthick {
	background-position: -32px -128px;
}

.ui-icon-minus {
	background-position: -48px -128px;
}

.ui-icon-minusthick {
	background-position: -64px -128px;
}

.ui-icon-close {
	background-position: -80px -128px;
}

.ui-icon-closethick {
	background-position: -96px -128px;
}

.ui-icon-key {
	background-position: -112px -128px;
}

.ui-icon-lightbulb {
	background-position: -128px -128px;
}

.ui-icon-scissors {
	background-position: -144px -128px;
}

.ui-icon-clipboard {
	background-position: -160px -128px;
}

.ui-icon-copy {
	background-position: -176px -128px;
}

.ui-icon-contact {
	background-position: -192px -128px;
}

.ui-icon-image {
	background-position: -208px -128px;
}

.ui-icon-video {
	background-position: -224px -128px;
}

.ui-icon-script {
	background-position: -240px -128px;
}

.ui-icon-alert {
	background-position: 0 -144px;
}

.ui-icon-info {
	background-position: -16px -144px;
}

.ui-icon-notice {
	background-position: -32px -144px;
}

.ui-icon-help {
	background-position: -48px -144px;
}

.ui-icon-check {
	background-position: -64px -144px;
}

.ui-icon-bullet {
	background-position: -80px -144px;
}

.ui-icon-radio-on {
	background-position: -96px -144px;
}

.ui-icon-radio-off {
	background-position: -112px -144px;
}

.ui-icon-pin-w {
	background-position: -128px -144px;
}

.ui-icon-pin-s {
	background-position: -144px -144px;
}

.ui-icon-play {
	background-position: 0 -160px;
}

.ui-icon-pause {
	background-position: -16px -160px;
}

.ui-icon-seek-next {
	background-position: -32px -160px;
}

.ui-icon-seek-prev {
	background-position: -48px -160px;
}

.ui-icon-seek-end {
	background-position: -64px -160px;
}

.ui-icon-seek-start {
	background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
	background-position: -80px -160px;
}

.ui-icon-stop {
	background-position: -96px -160px;
}

.ui-icon-eject {
	background-position: -112px -160px;
}

.ui-icon-volume-off {
	background-position: -128px -160px;
}

.ui-icon-volume-on {
	background-position: -144px -160px;
}

.ui-icon-power {
	background-position: 0 -176px;
}

.ui-icon-signal-diag {
	background-position: -16px -176px;
}

.ui-icon-signal {
	background-position: -32px -176px;
}

.ui-icon-battery-0 {
	background-position: -48px -176px;
}

.ui-icon-battery-1 {
	background-position: -64px -176px;
}

.ui-icon-battery-2 {
	background-position: -80px -176px;
}

.ui-icon-battery-3 {
	background-position: -96px -176px;
}

.ui-icon-circle-plus {
	background-position: 0 -192px;
}

.ui-icon-circle-minus {
	background-position: -16px -192px;
}

.ui-icon-circle-close {
	background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}

.ui-icon-circle-check {
	background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #666666;
	opacity: .5;
	-ms-filter: Alpha(Opacity=50); /* support: IE8 */
}

.ui-widget-shadow {
	-webkit-box-shadow: -5px -5px 5px #000000;
	box-shadow: -5px -5px 5px #000000;
}

/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */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,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:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.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:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;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;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@media print{*{text-shadow:none!important;color:#000!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#cb4700;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:400;line-height:1;color:#999}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:200;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}cite{font-style:normal}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-muted{color:#999}.text-primary{color:#428bca}a.text-primary:hover{color:#3071a9}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#428bca}a.bg-primary:hover{background-color:#3071a9}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{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:20px}dt,dd{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}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.42857143;color:#999}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 #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;white-space:nowrap;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width: 750px;}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.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:15px;padding-right:15px}.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-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:0}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:0}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.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-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:0}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:0}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.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-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:0}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:0}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.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-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:0}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:0}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{max-width:100%;background-color:transparent}th{text-align:left}.table{width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;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>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.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>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.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-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{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>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.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.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.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.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.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.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.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.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.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.danger:hover>th{background-color:#ebcccc}@media (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd;-webkit-overflow-scrolling:touch}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.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>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td: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>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td: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>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0;background-color: lightgray;padding: 10px;}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;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:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}input[type=date]{line-height:34px}.form-group{margin-bottom:15px}.radio,.checkbox{display:block;min-height:20px;margin-top:10px;margin-bottom:10px;padding-left:20px}.radio label,.checkbox label{display:inline;font-weight:400;cursor:pointer}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{float:left;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type=radio][disabled],input[type=checkbox][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.has-feedback .form-control-feedback{position:absolute;top:25px;right:0;display:block;width:34px;height:34px;line-height:34px;text-align:center}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(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{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(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{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(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}.form-control-static{margin-bottom:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.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 .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;padding-left:0;vertical-align:middle}.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{float:none;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}.form-horizontal .form-control-static{padding-top:7px}@media (min-width:768px){.form-horizontal .control-label{text-align:right}}.form-horizontal .has-feedback .form-control-feedback{top:0;right:15px}.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{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:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{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:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{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:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{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:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{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:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#428bca;font-weight:400;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%;padding-left:0;padding-right:0}.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;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@font-face{font-family:'Glyphicons Halflings';src:url(/staticcontent/fonts/glyphicons-halflings-regular.eot);src:url(/staticcontent/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(/staticcontent/fonts/glyphicons-halflings-regular.woff) format('woff'),url(/staticcontent/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(/staticcontent/fonts/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:400;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"}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#428bca}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#999}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}[data-toggle=buttons]>.btn>input[type=radio],[data-toggle=buttons]>.btn>input[type=checkbox]{display:none}.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-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.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:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;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{margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0; color:#00205b;}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height: 50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{/* border-radius:4px */}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{max-height:340px;overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1);-webkit-overflow-scrolling:touch}no{overflow-y:auto;scroll: none;}@media (min-width:768px){.navbar-collapse{/* width: auto; */border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float: left;margin-right:15px;padding: 9px 10px;margin-top: 12px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height: 3px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}.navbar-nav.navbar-right:last-child{margin-right:-15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);margin-top:8px;margin-bottom:8px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;vertical-align:middle}.navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox]{float:none;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}.navbar-form.navbar-right:last-child{margin-right:-15px}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}.navbar-text.navbar-right:last-child{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#999}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .navbar-nav>li>a{color:#999}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#999}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#428bca;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;background-color:#fff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#999}.label-default[href]:hover,.label-default[href]:focus{background-color:gray}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;color:#fff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#999;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.container .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable{padding-right:35px}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px}.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5}a.list-group-item.active,a.list-group-item.active:hover,a.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}a.list-group-item.active .list-group-item-heading,a.list-group-item.active:hover .list-group-item-heading,a.list-group-item.active:focus .list-group-item-heading{color:inherit}a.list-group-item.active .list-group-item-text,a.list-group-item.active:hover .list-group-item-text,a.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px;overflow:hidden}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#faebcc}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#ebccd1}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ebccd1}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:auto;overflow-y:scroll;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.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,.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(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;min-height:16.42857143px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:20px}.modal-footer{margin-top:15px;padding:19px 20px 20px;text-align:right;border-top:1px solid #e5e5e5}.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}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1030;display:block;visibility:visible;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;right:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);white-space:normal}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel{/* position:relative */}.carousel-inner{position:relative;overflow:hidden;width:100%;height: 570px;}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}.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:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-control.left{background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5) 0),color-stop(rgba(0,0,0,.0001) 100%));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(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:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001) 0),color-stop(rgba(0,0,0,.5) 100%));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(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%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.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 .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,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}

img.article_picture.img-responsive.center-block {}

img.article_picture.img-responsive.center-block {}

img.article_picture.img-responsive.center-block {}.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;visibility:hidden!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}}@media print{.hidden-print{display:none!important}}
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger{text-shadow:0 -1px 0 rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)}.btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,.btn-primary.active,.btn-success.active,.btn-info.active,.btn-warning.active,.btn-danger.active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn:active,.btn.active{background-image:none}.btn-default{background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#dbdbdb;text-shadow:0 1px 0 #fff;border-color:#ccc}.btn-default:hover,.btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}.btn-default:active,.btn-default.active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-primary{background-image:-webkit-linear-gradient(top,#428bca 0,#2d6ca2 100%);background-image:linear-gradient(to bottom,#428bca 0,#2d6ca2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#2b669a}.btn-primary:hover,.btn-primary:focus{background-color:#2d6ca2;background-position:0 -15px}.btn-primary:active,.btn-primary.active{background-color:#2d6ca2;border-color:#2b669a}.btn-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#3e8f3e}.btn-success:hover,.btn-success:focus{background-color:#419641;background-position:0 -15px}.btn-success:active,.btn-success.active{background-color:#419641;border-color:#3e8f3e}.btn-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#28a4c9}.btn-info:hover,.btn-info:focus{background-color:#2aabd2;background-position:0 -15px}.btn-info:active,.btn-info.active{background-color:#2aabd2;border-color:#28a4c9}.btn-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#e38d13}.btn-warning:hover,.btn-warning:focus{background-color:#eb9316;background-position:0 -15px}.btn-warning:active,.btn-warning.active{background-color:#eb9316;border-color:#e38d13}.btn-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#b92c28}.btn-danger:hover,.btn-danger:focus{background-color:#c12e2a;background-position:0 -15px}.btn-danger:active,.btn-danger.active{background-color:#c12e2a;border-color:#b92c28}.thumbnail,.img-thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-color:#e8e8e8}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);background-color:#357ebd}.navbar-default{background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075)}.navbar-default .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f3f3f3 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f3f3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.075);box-shadow:inset 0 3px 9px rgba(0,0,0,.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,.25)}.navbar-inverse{background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.navbar-inverse .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top,#222 0,#282828 100%);background-image:linear-gradient(to bottom,#222 0,#282828 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.25);box-shadow:inset 0 3px 9px rgba(0,0,0,.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,.25)}.navbar-static-top,.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}.alert{text-shadow:0 1px 0 rgba(255,255,255,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05)}.alert-success{background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);border-color:#b2dba1}.alert-info{background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);border-color:#9acfea}.alert-warning{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);border-color:#f5e79e}.alert-danger{background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);border-color:#dca7a7}.progress{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0)}.progress-bar{background-image:-webkit-linear-gradient(top,#428bca 0,#3071a9 100%);background-image:linear-gradient(to bottom,#428bca 0,#3071a9 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0)}.progress-bar-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0)}.progress-bar-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0)}.progress-bar-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0)}.progress-bar-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{text-shadow:0 -1px 0 #3071a9;background-image:-webkit-linear-gradient(top,#428bca 0,#3278b3 100%);background-image:linear-gradient(to bottom,#428bca 0,#3278b3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);border-color:#3278b3}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px rgba(0,0,0,.05)}.panel-default>.panel-heading{background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0)}.panel-primary>.panel-heading{background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0)}.panel-success>.panel-heading{background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0)}.panel-info>.panel-heading{background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0)}.panel-warning>.panel-heading{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0)}.panel-danger>.panel-heading{background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0)}.well{background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);border-color:#dcdcdc;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1)}
/* 
    Created on : Sep 18, 2014, 2:58:55 PM
    Author     : jpaaso 
*/
/**
 * xs - Extra small: Phones (0      - 767px)
 * sm - Small: Tablets      (768px  - 991px)
 * md - Medium: Desktops    (992px  - 1199px)
 * lg - Large: Desktops     (1200px - )
 */
/** 
 * Media queries. Usage eg. @include small { width: 70px; } 
 */
/** 
 * Set values for an attribute for each media. 
 * 
 * Usage eg.: @include medias(width, 5px, 10px, 20px, 30px); 
 */
/**
 * Set media values for an attribute that is defined in pixels. Factor 
 * parameter defines, how many percent the value is decreased in 
 * smaller medias. 
 */
/** Decrease attribute px value by 20 % on each media. */
/** 
 * Set font size on large screen (lg) and decrease on every media by the 
 * factor received as parameter. Provide lg size without "px".
 * 
 * Usage eg.: @include font-medias(40, 0.9); 
 */
/** 
 * Set lg font and decrease it 10% per media.
 *
 * Usage eg. @include medias(21); 
 */
/** Provide font sizes as numbers (without "px") */
/**
 * Set margin-top or margin-bottom, padding-bottom or padding-top as !important.
 */
/**
 * Override the bootstrap grid spacing.
 */
/* IE media fix */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* -- Colors -- */
/*new color codes 12.8.2016*/
/*color codes*/
/* Fonts */
/**
 * xs - Extra small: Phones (0      - 767px)
 * sm - Small: Tablets      (768px  - 991px)
 * md - Medium: Desktops    (992px  - 1199px)
 * lg - Large: Desktops     (1200px - )
 */
/** 
 * Media queries. Usage eg. @include small { width: 70px; } 
 */
/** 
 * Set values for an attribute for each media. 
 * 
 * Usage eg.: @include medias(width, 5px, 10px, 20px, 30px); 
 */
/**
 * Set media values for an attribute that is defined in pixels. Factor 
 * parameter defines, how many percent the value is decreased in 
 * smaller medias. 
 */
/** Decrease attribute px value by 20 % on each media. */
/** 
 * Set font size on large screen (lg) and decrease on every media by the 
 * factor received as parameter. Provide lg size without "px".
 * 
 * Usage eg.: @include font-medias(40, 0.9); 
 */
/** 
 * Set lg font and decrease it 10% per media.
 *
 * Usage eg. @include medias(21); 
 */
/** Provide font sizes as numbers (without "px") */
/**
 * Set margin-top or margin-bottom, padding-bottom or padding-top as !important.
 */
/**
 * Override the bootstrap grid spacing.
 */
/* IE media fix */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* -- Colors -- */
/*new color codes 12.8.2016*/
/*color codes*/
/* Fonts */
@font-face {
  font-family: "SkattaSans-Regular";
  src: url("/staticcontent/fonts/skattasans/SkattaSansRegular.eot");
  src: url("/staticcontent/fonts/skattasans/SkattaSansRegular.eot?") format("embedded-opentype"), url("/staticcontent/fonts/skattasans/SkattaSansRegular.woff") format("woff"), url("/staticcontent/fonts/skattasans/SkattaSansRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SkattaSans-Medium";
  src: url("/staticcontent/fonts/skattasans/SkattaSansMedium.eot");
  src: url("/staticcontent/fonts/skattasans/SkattaSansMedium.eot?") format("embedded-opentype"), url("/staticcontent/fonts/skattasans/SkattaSansMedium.woff") format("woff"), url("/staticcontent/fonts/skattasans/SkattaSansMedium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SkattaSans-Bold";
  src: url("/staticcontent/fonts/skattasans/SkattaSansBold.eot");
  src: url("/staticcontent/fonts/skattasans/SkattaSansBold.eot?") format("embedded-opentype"), url("/staticcontent/fonts/skattasans/SkattaSansBold.woff") format("woff"), url("/staticcontent/fonts/skattasans/SkattaSansBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SkattaSans-Black";
  src: url("/staticcontent/fonts/skattasans/SkattaSansBlack.eot");
  src: url("/staticcontent/fonts/skattasans/SkattaSansBlack.eot?") format("embedded-opentype"), url("/staticcontent/fonts/skattasans/SkattaSansBlack.woff") format("woff"), url("/staticcontent/fonts/skattasans/SkattaSansBlack.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SkattaSans-headline";
  src: url("/staticcontent/fonts/skattasans/SkattaSansHeadlineBlack.otf");
  src: url("/staticcontent/fonts/skattasans/SkattaSansHeadlineBlack.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("/staticcontent/fonts/Icomoon/icomoon.eot?bka28y");
  src: url("/staticcontent/fonts/Icomoon/icomoon.eot?#iefixbka28y") format("embedded-opentype"), url("/staticcontent/fonts/Icomoon/icomoon.woff?bka28y") format("woff"), url("/staticcontent/fonts/Icomoon/icomoon.ttf?bka28y") format("truetype"), url("/staticcontent/fonts/Icomoon/icomoon.svg?bka28y#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
  content: "\e600";
}

.icon-arrow-down:before {
  content: "\e601";
}

.icon-arrow-up:before {
  content: "\e602";
}

.icon-arrow-right:before {
  content: "\e603";
}

.icon-arrow-left2:before {
  content: "\e604";
}

.icon-arrow-down2:before {
  content: "\e605";
}

.icon-arrow-up2:before {
  content: "\e606";
}

.icon-arrow-right2:before {
  content: "\e607";
}

.icon-arrow-left3:before {
  content: "\e608";
}

.icon-arrow-down3:before {
  content: "\e609";
}

.icon-arrow-up3:before {
  content: "\e60a";
}

.icon-uniE60B:before {
  content: "\e60b";
}

.icon-file-pdf:before {
  content: "\e900";
}

.main_nav_menu > ul > li > a.active, .main_nav_menu > ul > li > a:hover, .main_nav_menu > ul > li.main_nav_open > a, .main_nav_menu > ul > li.main_nav_open > a:hover {
  background: rgb(133, 24, 155);
}

/*------ FORM ELEMENTS -------*/
.field-validation-error {
  color: red;
  padding-left: 2px;
  font-size: 17px;
}

/* -- Dropdown menu -- */
.ui-selectmenu-menu ul {
  background: white !important;
}
.ui-selectmenu-menu li {
  font-weight: normal !important;
  border: none !important;
  margin: 0px 5px !important;
  background: white;
  font-family: "SkattaSans-Regular";
  font-size: 16px;
  color: #646469;
}

.ui-selectmenu-text {
  padding: 0.4em 2.1em 0.4em 1em;
}

.ui-selectmenu-button {
  outline: none;
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background: white;
  font-family: "SkattaSans-Regular";
  font-size: 16px;
  color: #646469;
  margin-top: 5px !important;
  height: 37px !important;
  width: 100% !important;
  background: transparent url("/staticcontent/img/nav_icon-chevron-down.svg") no-repeat;
  background-position: right 10px center;
  background-size: 20px;
}
.ui-selectmenu-button:hover {
  border: 1px solid #405884;
}

.ui-selectmenu-disabled {
  background: #DDDEDF;
  opacity: 0.5 !important;
}
.ui-selectmenu-disabled:hover {
  border: solid 1px #DDDEDF;
}

.ui-state-focus {
  border: 1px solid #DDDEDF;
}

li.ui-state-focus {
  background: white !important;
  font-weight: normal !important;
  color: #405884 !important;
  margin: 0px 2px;
}
li.ui-state-active {
  background: #7f8fad !important;
}

/** -- Buttons -- */
.kesko-btn-nh, input[type=button], input[type=submit], .kesko-btn, .kesko-btn-sm {
  outline: none;
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: white;
  background-color: #00205b;
  padding: 5px 15px;
  border: none !important;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: "SkattaSans-Regular";
  font-size: 16px;
}
.kesko-btn-nh:focus, input[type=button]:focus, input[type=submit]:focus, .kesko-btn:focus, .kesko-btn-sm:focus {
  outline: none;
}

input[type=button]:hover, input[type=submit]:hover, .kesko-btn:hover, .kesko-btn-sm:hover {
  background: #3479C5;
}
input[type=button]:active, input[type=submit]:active, .kesko-btn:active, .kesko-btn-sm:active {
  background: #00205b;
}

.kesko-btn-grey-nh, .kesko-btn-grey {
  outline: none;
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: #00205b;
  background-color: #DDDEDF;
  padding: 5px 15px;
  border: none !important;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: "SkattaSans-Regular";
  font-size: 16px;
}
.kesko-btn-grey-nh:focus, .kesko-btn-grey:focus {
  outline: none;
}

.kesko-btn-grey:hover {
  background-color: rgba(147, 149, 152, 0.1);
}

.kesko-btn-inactive-nh, .kesko-btn-inactive {
  outline: none;
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: white;
  background-color: #DDDEDF;
  padding: 5px 15px;
  border: none !important;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: "SkattaSans-Regular";
  font-size: 16px;
}
.kesko-btn-inactive-nh:focus, .kesko-btn-inactive:focus {
  outline: none;
}

.kesko-btn-inactive:hover {
  background-color: rgba(147, 149, 152, 0.1);
}

.kesko-btn-lg {
  min-height: 40px;
  min-width: 200px;
  background: #00205b;
  color: white;
  text-transform: uppercase;
  outline: none;
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.kesko-btn-lg:hover {
  background: #3479C5;
}
.kesko-btn-lg:active {
  background: #00205b;
}
.kesko-btn-lg:focus {
  outline: none;
}

.kesko-btn-sm {
  min-width: 60px;
}

.btn-link {
  font-size: 16px;
}

.pseudo-link {
  cursor: pointer;
}
.pseudo-link div {
  overflow: hidden;
}

.error {
  color: #9b2242;
  padding: 10px 0px;
}

label {
  font-weight: normal;
}

/** -- Form input -- */
input[type=text], input[type=datetime], input[type=email], textarea {
  outline: none;
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: solid 1px #ccc;
  outline: none;
  padding: 0.4em 2.1em 0.4em 1em !important;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  margin-top: 5px;
  font-size: 16px;
  color: #646469;
}
input[type=text]:active, input[type=text]:focus, input[type=datetime]:active, input[type=datetime]:focus, input[type=email]:active, input[type=email]:focus, textarea:active, textarea:focus {
  border: solid 1px #405884;
}
input[type=text]:disabled, input[type=datetime]:disabled, input[type=email]:disabled, textarea:disabled {
  background: #DDDEDF;
  opacity: 0.5;
}
input[type=text].error, input[type=datetime].error, input[type=email].error, textarea.error {
  border: solid 1px #9b2242;
}

textarea {
  resize: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*textarea { min-height: 100px; }
td { min-width: 60px; }*/
/* - Responsive table that scrolls horizontally if it's wider than the screen - */
.scrollable input[type=text], .scrollable input[type=datetime], .scrollable input[type=email], .scrollable textarea {
  color: #54585a;
  font-family: "SkattaSans-Regular";
}
.scrollable table {
  width: 100%;
  margin: 20px 0;
}
.scrollable table td {
  word-wrap: break-word;
  vertical-align: middle;
  padding: 5px 10px 5px 2px;
}
.scrollable table td input[type=text], .scrollable table td input[type=datetime], .scrollable table td input[type=email], .scrollable table td textarea {
  padding: 7px 10px !important;
  width: 100%;
}
.scrollable div {
  overflow-x: auto;
  /** 
   * Style the scrollbar to make it visible in iOS, Android and OS X 
   * WebKit browsers (where user preferences can make scrollbars 
   * invisible until you actually scroll) */
}
.scrollable div::-webkit-scrollbar {
  height: 12px;
}
.scrollable div::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
  background: #f0f0f0;
}
.scrollable div::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #ccc;
}
.scrollable.has-scroll {
  position: relative;
  overflow: hidden;
}
.scrollable.has-scroll.right-shadow:after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 50px;
  height: 100%;
  border-radius: 10px 0 0 0.2px 0 0 50%;
  -webkit-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
  content: "";
}
.scrollable.has-scroll.left-shadow:before {
  position: absolute;
  top: 0;
  left: -50px;
  width: 50px;
  height: 100%;
  border-radius: 10px 0 0 0.2px 0 0 50%;
  -webkit-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 0 10px rgba(0, 0, 0, 0.25);
  content: "";
}

@media (min-width: 768px) {
  #gift-card-form div {
    overflow: hidden;
  }
}
.g-recaptcha div {
  overflow: hidden;
}

table.table-hover tr:hover td {
  background-color: #bfc7d6;
}

.input-label {
  font-family: "SkattaSans-Bold"; /* $font-skattasans-black */
}

.input-sublabel {
  padding-left: 0;
}
@media (min-width: 768px) {
  .input-sublabel {
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .input-sublabel {
    padding-left: 10px;
  }
}
@media (min-width: 1200px) {
  .input-sublabel {
    padding-left: 10px;
  }
}

.file-upload {
  padding: 15px 0;
}
.file-upload * {
  margin-bottom: 10px;
}

fieldset {
  background-color: #fff;
  padding: 10px;
}

legend {
  border: 0;
  display: none;
}

#search-page form {
  padding: 15px;
}

.search-result {
  padding: 15px 0;
  font-family: "SkattaSans-Regular";
}
.search-result p {
  font-family: "SkattaSans-Regular";
}
.search-result b {
  font-weight: normal;
  font-family: "SkattaSans-Black";
}

.search-form {
  margin: 30px 0 0 0;
  text-align: center;
}

.search-bar {
  width: 60%;
  margin-bottom: 20px;
  height: 44px !important;
}
@media (min-width: 768px) {
  .search-bar {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .search-bar {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .search-bar {
    width: 60%;
  }
}

.search-btn {
  margin-left: -5px;
  height: 44px !important;
}

.search-radio-btn {
  font-family: "SkattaSans-Regular";
  text-align: left;
  margin: 20px 0;
  clear: both;
  display: block;
  margin-left: 5%;
}
@media (min-width: 768px) {
  .search-radio-btn {
    margin-left: 25%;
  }
}
@media (min-width: 992px) {
  .search-radio-btn {
    margin-left: 25%;
  }
}
@media (min-width: 1200px) {
  .search-radio-btn {
    margin-left: 25%;
  }
}
.search-radio-btn input {
  float: left;
}
.search-radio-btn label {
  padding-left: 30px;
  padding-right: 10px;
  display: block;
}

.search-result-url {
  color: #54585a;
  padding-bottom: 5px;
}

.search-parameters {
  background-color: rgba(147, 149, 152, 0.1);
  padding: 20px;
  margin-bottom: 50px;
}
.search-parameters .ui-selectmenu-button {
  background-color: white;
}

#retailerFormBlock {
  margin-bottom: 100px;
}
#retailerFormBlock .g-recaptcha {
  margin-top: 35px;
}
#retailerFormBlock .spacer200 {
  height: 200px;
}

#formValidationSummary {
  margin-bottom: 30px;
}

#retailerChainSelection {
  margin-bottom: 20px;
  padding-right: 100px;
  text-align: center;
}
#retailerChainSelection label {
  margin-right: 5px;
}
#retailerChainSelection #chainSelection {
  padding: 0 5px;
  min-width: 250px;
}

.container {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media (min-width: 768px) {
  .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.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 {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .row {
    margin-left: -12.5px;
    margin-right: -12.5px;
  }
  .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 {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .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 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body {
  overflow-x: hidden;
}

.contain {
  max-width: 100%;
  overflow: hidden;
}

.hidden {
  visibility: hidden;
  display: none;
}

.subpage {
  padding-top: 10px;
}
@media (min-width: 768px) {
  .subpage {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .subpage {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .subpage {
    padding-top: 20px;
  }
}

.clearfloat {
  clear: both;
}

.vertical-navi {
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .vertical-navi {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .vertical-navi {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .vertical-navi {
    margin-top: 30px;
  }
}
.vertical-navi a {
  display: inline-block;
  color: white;
  font-size: 26px;
  background-color: #DDDEDF;
  width: 40px;
  height: 30px;
  position: relative;
}
.vertical-navi a:before {
  position: absolute;
  left: 5px;
}
.vertical-navi a.navi-down:before {
  top: 2px;
}
.vertical-navi a:hover {
  text-decoration: none;
  background-color: #eaebeb;
}

#backToTopButton {
  vertical-align: middle;
  position: fixed;
  bottom: 4%;
  right: 20px;
  z-index: 999;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#backToTopButton.scrolled {
  opacity: 0.85;
}
#backToTopButton #backToTopLink {
  text-decoration: none;
  background-color: #cb4700;
  outline: none;
}
#backToTopButton #backToTopLink span {
  font-size: 13px;
  font-family: "SkattaSans-Regular";
  text-transform: uppercase;
  display: block;
  line-height: 29px;
  font-weight: bold;
  padding-left: 42px;
  padding-right: 10px;
}

@media screen and (min-width: 992px) {
  #backToTopLink {
    width: auto;
  }
}
@media screen and (max-width: 992px) {
  #backToTopLink span {
    visibility: hidden;
  }
}
.left {
  float: left;
}

.content-wrapper {
  padding-bottom: 20px;
  -webkit-backface-visibility: hidden;
}
@media (min-width: 768px) {
  .content-wrapper {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .content-wrapper {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .content-wrapper {
    padding-bottom: 80px;
  }
}

header, .content-wrapper, footer {
  -webkit-backface-visibility: hidden;
}

body {
  overflow-x: hidden;
  -webkit-backface-visibility: hidden;
}

.article-links a:hover {
  text-decoration: none;
}

a.link-box {
  height: 370px;
  width: 100%;
  text-decoration: none;
  color: white;
}

.linkrow-lg {
  clear: both;
  color: #cb4700;
  position: relative;
  padding-top: 10px;
  text-align: left;
}
@media (min-width: 768px) {
  .linkrow-lg {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .linkrow-lg {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .linkrow-lg {
    padding-top: 55px;
  }
}
@media (min-width: 768px) {
  .linkrow-lg {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .linkrow-lg {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .linkrow-lg {
    text-align: center;
  }
}
.linkrow-lg a {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.linkrow-lg a:first-child {
  margin-top: 0;
}

.blogwall-filter, .blogwall-toggle {
  padding-bottom: 20px;
}
.blogwall-filter ul, .blogwall-toggle ul {
  margin: 0;
  padding: 0;
  display: inline;
}
.blogwall-filter ul li, .blogwall-toggle ul li {
  cursor: pointer;
  display: inline-block;
  list-style-type: none;
  margin-bottom: 10px;
}

.blogwall-filter {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .blogwall-filter {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .blogwall-filter {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .blogwall-filter {
    width: 70%;
  }
}

.blogwall-toggle {
  text-align: center;
}

.bg-orange.subSite .grecaptcha-badge {
  bottom: 80px !important;
}

.social-filter {
  padding-bottom: 20px;
}
.social-filter ul {
  margin: 0;
  padding: 0;
  display: inline;
}
.social-filter ul li {
  cursor: pointer;
  display: inline-block;
  list-style-type: none;
  margin-bottom: 10px;
}
.social-filter li {
  padding: 0 10px;
  margin: 0;
}
@media (max-width: 767px) {
  .social-filter li {
    width: 15.5%;
    text-align: center;
  }
}
.social-filter li img {
  height: 30px;
  width: auto;
  margin-left: 8px;
}
@media (min-width: 768px) {
  .social-filter li img {
    height: 25px;
  }
}
.social-filter .label-txt {
  font-size: 24px;
  line-height: 20px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .social-filter .label-txt {
    display: none;
  }
}
.social-filter .media-name {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .social-filter .media-name {
    display: none;
  }
}

.social-container {
  font-family: "SkattaSans-Regular";
  font-size: 16px;
}
.social-container p, .social-container a, .social-container .text {
  font-size: 16px;
  font-family: "SkattaSans-Regular";
}
.social-container .post {
  max-width: 380px;
  overflow: hidden;
}
.social-container .post img.img-loading {
  background: url("data:image/gif;base64,R0lGODlhEAALAPQAAP/391tbW+bf3+Da2vHq6l5dXVtbW3h2dq6qqpiVldLMzHBvb4qHh7Ovr5uYmNTOznNxcV1cXI2Kiu7n5+Xf3/fw8H58fOjh4fbv78/JycG8vNzW1vPs7AAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA") center center no-repeat;
  display: block;
  width: 16px;
  height: 11px;
  margin: 5px auto 0 auto;
}
.social-container .content {
  margin: 0 0 20px 20px !important;
  border: 1px solid #f4f3f3;
  -webkit-box-shadow: 2px 2px 2px #ebebeb;
          box-shadow: 2px 2px 2px #ebebeb;
  background-color: #fff;
}
.social-container .content img {
  max-width: 100%;
}
.social-container .content .text {
  padding: 10px 20px;
}
.social-container .content .text h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 10px 0px 10px 0px;
}
.social-container .content .text p {
  font-size: 16px;
  margin: 10px 0px 10px 0px;
}
.social-container .content .footer {
  padding: 10px 15px;
  background-color: #f3f3f3;
  clear: both;
  margin-top: 10px;
}
.social-container .content .footer .facebook {
  background: url(/staticcontent/img/icon_facebook.png) right center no-repeat #f3f3f3;
  background-size: 25px;
}
.social-container .content .footer .twitter {
  background: url(/staticcontent/img/twitter-icon.png) right center no-repeat #f3f3f3;
  background-size: 25px;
}
.social-container .content .footer .instagram {
  background: url(/staticcontent/img/instagram-icon.png) right center no-repeat #f3f3f3;
  background-size: 25px;
}
.social-container .content .footer .pinterest {
  background: url(/staticcontent/img/pinterest-icon.png) right center no-repeat #f3f3f3;
  background-size: 25px;
}
.social-container .content .footer .linkedin {
  background: url(/staticcontent/img/linkedin-icon.png) right center no-repeat #f3f3f3;
  background-size: 25px;
}
.social-container .content .footer .youtube {
  background: url(/staticcontent/img/youtube-icon.png) right center no-repeat #f3f3f3;
  background-size: 25px;
}
.social-container .content .footer span {
  display: block;
  clear: both;
  margin: 0 !important;
  padding: 0;
  line-height: 20px;
}
.social-container .content .p-head {
  margin-bottom: 50px !important;
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
  .social-container .content {
    margin: 0 0 20px 0 !important;
  }
}
.scalableImage {
  max-width: 100%;
}

.videoBlock .videoContainer {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  max-width: 1200px;
  max-height: 678px;
  margin: 0 auto;
}
.videoBlock .videoContainer iframe, .videoBlock .videoContainer object, .videoBlock .videoContainer embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  max-height: 678px;
}

@media screen and (min-width: 1366px) {
  .container.newSubsite {
    width: 1366px;
  }
}
@media (min-width: 768px) {
  .subSite .col-sm-3 .videoBlock, .col-sm-3 .videoBlock.centerVideo {
    left: 75%;
    position: relative;
  }
  .subSite .col-sm-4 .videoBlock, .col-sm-4 .videoBlock.centerVideo {
    left: 66%;
    position: relative;
  }
  .subSite .col-sm-6 .videoBlock, .col-sm-6 .videoBlock.centerVideo {
    left: 50%;
    position: relative;
  }
  .subSite .col-sm-8 .videoBlock, .col-sm-8 .videoBlock.centerVideo {
    left: 25%;
    position: relative;
  }
}
@media (max-width: 767px) {
  .subSite .col-sm-3 .videoBlock, .col-sm-3 .videoBlock.centerVideo {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    left: 51%;
    position: relative;
  }
  .subSite .col-sm-4 .videoBlock, .col-sm-4 .videoBlock.centerVideo {
    max-width: 34%;
    margin-left: auto;
    margin-right: auto;
  }
  .subSite .col-sm-6 .videoBlock, .col-sm-6 .videoBlock.centerVideo {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .subSite .col-sm-8 .videoBlock, .col-sm-8 .videoBlock.centerVideo {
    max-width: 66.6667%;
    margin-left: auto;
    margin-right: auto;
  }
}
.article_category_sections > div {
  margin-bottom: 30px;
}
.article_category_sections > div a {
  color: #fff;
  display: block;
  font-family: "SkattaSans-Regular";
  font-size: 24px;
}

#leikicontainer {
  color: #fff;
}
#leikicontainer .padding30 {
  padding: 30px;
  background-color: #7f8fad;
}
#leikicontainer h3 {
  color: #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-top: 0px;
  text-transform: uppercase;
  line-height: 1.3;
}
#leikicontainer span {
  font-family: "SkattaSans-Regular";
  font-size: 16px;
}
#leikicontainer .item {
  margin-bottom: 10px;
  line-height: 1;
}
#leikicontainer .item:nth-child(n+3) {
  visibility: hidden;
  display: none;
}

#articleThemes {
  color: #fff;
}
#articleThemes .title {
  text-transform: uppercase;
  width: 100%;
  display: block;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: "SkattaSans-Bold";
  font-size: 18px;
}
@media (min-width: 768px) {
  #articleThemes .title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  #articleThemes .title {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  #articleThemes .title {
    font-size: 24px;
  }
}
#articleThemes .padding30 {
  padding: 15px;
  background-color: #7f8fad;
}
@media (min-width: 768px) {
  #articleThemes .padding30 {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  #articleThemes .padding30 {
    padding: 25px;
  }
}
@media (min-width: 1200px) {
  #articleThemes .padding30 {
    padding: 25px;
  }
}
#articleThemes a, #articleThemes span {
  margin-bottom: 10px;
  line-height: 1;
  font-family: "SkattaSans-Regular";
  font-size: 18px;
}
@media (min-width: 768px) {
  #articleThemes a, #articleThemes span {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  #articleThemes a, #articleThemes span {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  #articleThemes a, #articleThemes span {
    font-size: 20px;
  }
}

.linkbar {
  border-bottom: 1px solid #DDDEDF;
  border-top: 1px solid #DDDEDF;
  display: table;
  margin: 40px auto;
  padding: 15px 45px;
}
.linkbar .icon {
  font-size: 30px;
  margin-left: 20px;
}
.linkbar a {
  color: #cb4700;
  font-size: 18px;
  font-family: "SkattaSans-Regular";
  display: inline-block;
}
@media (min-width: 768px) {
  .linkbar a {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .linkbar a {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .linkbar a {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .linkbar {
    padding: 15px 0px;
  }
}
.linkbar-bottom {
  display: table;
  margin: 40px auto;
  padding: 15px 45px;
  border-bottom: 1px solid #DDDEDF;
}
.linkbar-bottom .icon {
  font-size: 30px;
  margin-left: 20px;
}
.linkbar-bottom a {
  color: #cb4700;
  font-size: 28px;
  font-family: "SkattaSans-Regular";
  display: inline-block;
}

#didYouMean {
  background-color: #dbdddf;
  border-radius: 2px;
  display: block;
  font-weight: bold;
  margin-bottom: 30px;
  overflow: auto;
  padding: 15px;
}

#didYouMean > a {
  cursor: pointer;
}

#promotedContent {
  background-color: #405884;
  padding: 10px 25px;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s;
  margin-bottom: 30px;
}

#promotedContent:hover {
  background-color: #7f8fad;
}

#promotedContent:hover a {
  text-decoration: none;
}

#searchResultsList .pdf a .iconContainer {
  background: url("/staticcontent/img/pdficon.jpg") no-repeat scroll left center;
  float: left;
  height: 48px;
  width: 55px;
}

#searchResultsList .pdf a:hover .iconContainer {
  background: url("/staticcontent/img/pdficonhover.jpg") no-repeat scroll left center;
  float: left;
  height: 48px;
  width: 55px;
}

#searchResultsList .doc a .iconContainer {
  background: url("/staticcontent/img/wordicon.jpg") no-repeat scroll left center;
  float: left;
  height: 48px;
  width: 55px;
}

#searchResultsList .doc a:hover .iconContainer {
  background: url("/staticcontent/img/wordiconhover.jpg") no-repeat scroll left center;
  float: left;
  height: 48px;
  width: 55px;
}

#searchResultsList .xls a .iconContainer {
  background: url("/staticcontent/img/excelicon.jpg") no-repeat scroll left center;
  float: left;
  height: 48px;
  width: 55px;
}

#searchResultsList .xls a:hover .iconContainer {
  background: url("/staticcontent/img/exceliconhover.jpg") no-repeat scroll left center;
  float: left;
  height: 48px;
  width: 55px;
}

#search-page input.off[type=button] {
  background-color: #dbdddf;
}

#search-page input[type=button], #search-page input[type=button]:hover {
  background-color: #00205b;
}

#searchPagination ul {
  display: block;
}

#searchPagination li.pagination_next {
  background: rgba(0, 0, 0, 0) url("/staticcontent/img/icon_big_arrow_right_blue.png") no-repeat scroll right bottom;
  margin-left: 10px;
  float: right;
}

#searchPagination li.pagination_prev {
  background: rgba(0, 0, 0, 0) url("/staticcontent/img/icon_big_arrow_left_blue.png") no-repeat scroll left bottom;
  margin-right: 10px;
  float: left;
}

#searchPagination li {
  display: inline-block;
  font-size: 24px;
  padding: 0 20px;
  text-decoration: none;
  color: #00205b;
  cursor: pointer;
}

/* autocomplete - overrides jquery ui styles*/
.ui-autocomplete {
  background-color: #fff;
  border: 1px solid #ddd; /*border-top:0; border-radius:0;*/
}

.ui-autocomplete.ui-menu .ui-menu-item {
  background-color: #fff;
  border: 0 none;
  font-family: "SkattaSans-Bold";
  font-size: 18px;
  font-weight: normal;
  padding: 5px;
}

.ui-autocomplete.ui-widget {
  font-weight: 400;
  min-width: 175px;
}

.ui-autocomplete.ui-widget-content {
  background-color: #fff;
  background-image: none;
}

#ui-id-2.ui-autocomplete.ui-widget-content {
  border: 1px solid #ddd;
  border-top: 0;
}

#ui-id-1 .ui-state-hover,
#ui-id-1.ui-widget-content .ui-state-hover,
#ui-id-1.ui-widget-header .ui-state-hover,
#ui-id-1 .ui-state-focus,
#ui-id-1.ui-widget-content .ui-state-focus,
#ui-id-1.ui-widget-header .ui-state-focus {
  background-color: #cb4700 !important;
  background-image: none;
  border-color: #ddd !important;
  border-radius: 0;
  color: #fff !important;
  margin: 0 !important;
  padding: 5px;
}

.ui-autocomplete {
  overflow-y: auto; /* prevent horizontal scrollbar */
  overflow-x: hidden; /* add padding to account for vertical scrollbar */
  z-index: 1000 !important;
}

/*  Pagination  */
ul.kesko-pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
}
ul.kesko-pagination li {
  display: inline;
}
ul.kesko-pagination li a, ul.kesko-pagination li span {
  display: inline-block;
  padding: 0px 12px;
  text-decoration: none;
  font-family: "SkattaSans-Regular";
  font-size: 24px;
}
ul.kesko-pagination li a {
  color: #54585a;
  cursor: pointer;
}
ul.kesko-pagination li a:hover {
  font-family: "SkattaSans-Regular";
  color: #cb4700;
}
ul.kesko-pagination li span {
  color: #cb4700;
  font-family: "SkattaSans-Regular";
}
ul.kesko-pagination li.pagination_prev a, ul.kesko-pagination li.pagination_prev span,
ul.kesko-pagination li.pagination_next a, ul.kesko-pagination li.pagination_next span {
  display: inline-block;
  width: 14px;
  height: 29px;
  margin-bottom: -3px;
}
ul.kesko-pagination li.pagination_prev span {
  background: url("/staticcontent/img/icon_big_arrow_left_grey.png") left bottom no-repeat;
  margin-right: 10px;
}
ul.kesko-pagination li.pagination_prev a {
  background: url("/staticcontent/img/icon_big_arrow_left_blue.png") left bottom no-repeat;
  margin-right: 10px;
}
ul.kesko-pagination li.pagination_next span {
  background: url("/staticcontent/img/icon_big_arrow_right_grey.png") right bottom no-repeat;
  margin-left: 10px;
}
ul.kesko-pagination li.pagination_next a {
  background: url("/staticcontent/img/icon_big_arrow_right_blue.png") right bottom no-repeat;
  margin-left: 10px;
}

/* Logo Container */
.logo-container a {
  display: block;
  text-align: center;
}

/*Reoprt Center*/
#reportCenter #showMoreLinkEvents {
  cursor: pointer;
}
#reportCenter #showMoreLinkEvents:hover {
  text-decoration: none;
  color: #405884;
}
#reportCenter .imageLinkContainer:hover {
  text-decoration: none;
}
#reportCenter .imageLinkContainer:hover h5 {
  color: #54585a;
}
#reportCenter .imageLinkContainer:hover .bg-blue-transparent {
  background-color: rgba(0, 32, 91, 0.5);
}
#reportCenter button {
  font-family: "SkattaSans-Regular";
  font-size: 16px;
}
#reportCenter .panel-default > .panel-heading {
  background: none;
  border: none;
  padding: 0;
  border-radius: 0;
}
#reportCenter .panel-default > .panel-heading a {
  padding: 20px 5px;
  margin: 0;
  font-family: "SkattaSans-Regular";
  font-size: 22px;
  color: #fff;
  width: 100%;
  position: relative;
  display: block;
  background-color: #cb4700;
}
@media (min-width: 768px) {
  #reportCenter .panel-default > .panel-heading a {
    padding: 20px 15px;
  }
}
@media (min-width: 992px) {
  #reportCenter .panel-default > .panel-heading a {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  #reportCenter .panel-default > .panel-heading a {
    padding: 20px;
  }
}
#reportCenter .panel-default > .panel-heading a::before {
  float: left;
  content: url("/staticcontent/img/icon_big_arrow_up_white.png");
}
#reportCenter .panel-default > .panel-heading a:hover {
  text-decoration: none;
}
#reportCenter .panel-default > .panel-heading a:focus {
  text-decoration: none;
  border: none;
}
#reportCenter .panel-default > .panel-heading a:active {
  text-decoration: none;
}
#reportCenter .panel-default > .panel-heading a.collapsed {
  color: #00205b;
  background-color: #fff;
}
#reportCenter .panel-default > .panel-heading a.collapsed::before {
  content: url("/staticcontent/img/icon_big_arrow_down_blue.png");
}
#reportCenter .panel-default > .panel-heading a.collapsed:hover {
  text-decoration: none;
  background-color: #cb4700;
  color: #fff;
}
#reportCenter .panel-default > .panel-heading a.collapsed:hover::before {
  content: url("/staticcontent/img/icon_big_arrow_down_white.png");
}
#reportCenter .panel-group .panel {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-bottom: 1px solid #dee0e3;
  border-radius: 0;
}
#reportCenter .panel-group .panel + .panel {
  margin-top: 0;
}
#reportCenter .panel-body {
  padding: 0;
  padding-top: 50px;
}
#reportCenter .panel-body .report-body {
  padding: 0 10px 20px 10px;
}
@media (min-width: 768px) {
  #reportCenter .panel-body .report-body {
    padding: 0 12.5px 20px 12.5px;
  }
}
@media (min-width: 992px) {
  #reportCenter .panel-body .report-body {
    padding: 0 15px 20px 15px;
  }
}
#reportCenter .btn-group, #reportCenter .btn-group-vertical {
  width: 100%;
  /*margin-bottom: 30px;
  margin-top: 50px;*/
}
#reportCenter .btn-group > .btn, #reportCenter .btn-group-vertical > .btn {
  float: right;
  text-align: left;
  width: 200px;
  height: 40px;
}
#reportCenter .btn-default {
  background: none;
}
#reportCenter .open .caret {
  background: url("/staticcontent/img/arrow_dropdown_close.png") no-repeat center right;
}
#reportCenter .caret {
  background: url("/staticcontent/img/arrow_dropdown.png") no-repeat center right;
  border: none;
  width: 26px;
  height: 26px;
  float: right;
}
#reportCenter .selection {
  float: left;
  line-height: 26px;
  padding-right: 10px;
}
#reportCenter .dropdown-menu {
  width: 200px;
}
#reportCenter .imageWrapper {
  position: relative;
  display: inline-block;
}
#reportCenter .imageWrapper img {
  height: 100%;
  max-height: 168px;
  max-width: 268px;
  width: 100%;
  border: 1px solid #707372;
}
#reportCenter .imageWrapper img:hover {
  border: 1px solid #000;
}
#reportCenter .imageWrapper .bg-blue-transparent {
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #fff;
}
#reportCenter .imageWrapper .bg-blue-transparent p {
  margin: 5px 0;
}
#reportCenter .imageWrapper .bg-blue-transparent p:last-child {
  font-family: "SkattaSans-Regular";
}
#reportCenter .descriptionWrapper {
  max-width: 268px;
}
#reportCenter .descriptionWrapper p {
  color: #00205b !important;
}
#reportCenter .accordionWrapper {
  float: right;
}
#reportCenter .date {
  float: right;
  margin-left: 20px;
  font-size: 16px;
}
@media (min-width: 768px) {
  #reportCenter .date {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  #reportCenter .date {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  #reportCenter .date {
    font-size: 22px;
  }
}
#reportCenter .title {
  overflow: hidden;
  margin-left: 50px;
  font-size: 18px;
}
@media (min-width: 768px) {
  #reportCenter .title {
    margin-left: 50px;
  }
}
@media (min-width: 992px) {
  #reportCenter .title {
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  #reportCenter .title {
    margin-left: 70px;
  }
}
@media (min-width: 768px) {
  #reportCenter .title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  #reportCenter .title {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  #reportCenter .title {
    font-size: 24px;
  }
}
#reportCenter .highlight a > p {
  font-family: "SkattaSans-Regular";
  font-size: 18px;
  color: #00205b;
}
#reportCenter .highlight a .k-medium {
  text-transform: uppercase;
  padding: 0 15px;
  float: left;
  max-width: 190px;
}
#reportCenter .highlight a .k-thin {
  padding: 0 15px 0 0;
  float: right;
}
#reportCenter #eventsYearFilter {
  margin: 30px 0 30px 0;
}
#reportCenter #filesYearFilter {
  margin: 0 15px 30px 0;
}
#reportCenter #categoryFilters {
  text-align: center;
  margin: 30px auto;
}
#reportCenter #categoryFilters button {
  text-align: center;
  background-color: #CACED0;
  background-image: none;
  border: none;
  float: none;
  border-radius: 3px;
  margin: 5px;
}
#reportCenter #categoryFilters button:hover {
  background-color: #cb4700;
}
#reportCenter #categoryFilters button.active {
  background-color: #cb4700;
}

@media screen and (max-width: 992px) {
  #reportCenter #eventsYearFilter {
    margin: 50px auto 30px;
    text-align: center;
  }
  #reportCenter #eventsYearFilter button {
    float: none;
  }
  #reportCenter #eventsYearFilter .dropdown-menu {
    float: none;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #reportCenter #filesYearFilter {
    margin: 0 auto 30px 0;
    text-align: center;
  }
  #reportCenter #filesYearFilter button {
    float: none;
  }
  #reportCenter #filesYearFilter .dropdown-menu {
    float: none;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
/* Tabs */
.tabs a {
  font-family: "SkattaSans-Regular";
}

.nav-tabs {
  border-bottom: 1px solid #53585f;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border-color: #53585f #53585f transparent;
  outline: none;
  color: #53585F;
  border-bottom-color: #fff;
}

.nav-tabs > li > a:hover {
  background: none;
  color: #405884;
  border: none;
  border: 1px solid transparent;
}

@media screen and (max-width: 992px) {
  #contentPageTabs .nav-tabs {
    border: none;
  }
  #contentPageTabs .nav-tabs > li {
    width: 100%;
  }
  #contentPageTabs .nav-tabs > li a {
    border: none;
    border-radius: 3px;
    background-color: #caced0;
    color: #fff;
  }
  #contentPageTabs .nav-tabs > li.active > a, #contentPageTabs .nav-tabs > li:hover > a {
    background-color: #cb4700;
  }
}
/*History Page*/
.content-wrapper.nopadding {
  padding-bottom: 0px;
}

.padding80 {
  padding-bottom: 80px;
  background-color: #fff;
}

.backgroundforhistory .row {
  background-color: #fff;
}

#historypage {
  background: url("/staticcontent/img/historybg_desktop.png") repeat-y scroll center top transparent;
}
#historypage .titlewrapper {
  position: relative;
}
#historypage .event-description .kuvateksti {
  font-size: 14px;
  font-family: "SkattaSans-Regular";
}
#historypage .historyingress {
  margin: 30px 0 20px;
}
#historypage h2 {
  font-family: "SkattaSans-Black";
  color: #00205b !important;
  position: relative;
  z-index: 2;
  font-size: 44px;
}
#historypage .head2, #historypage .linkrow-lg {
  color: #00205b !important;
  margin-top: 0px;
  position: relative;
  z-index: 2;
}
#historypage .showmore {
  font-family: "SkattaSans-Regular";
  font-size: 22px;
  color: #cb4700;
  cursor: pointer;
  padding-left: 30px;
  background: url("/staticcontent/img/icon_big_arrow_down_blue.png") no-repeat center left transparent;
}
#historypage .showless {
  font-family: "SkattaSans-Regular";
  font-size: 22px;
  color: #cb4700;
  cursor: pointer;
  padding-left: 30px;
  background: url("/staticcontent/img/icon_big_arrow_up_blue.png") no-repeat center left transparent;
}
#historypage .historyingress *, #historypage .event-description * {
  font-family: "SkattaSans-Regular";
}
#historypage .col-md-6 {
  padding: 0;
}
#historypage .emptyPlaceholder {
  height: 200px;
  background-color: #fff;
  z-index: 0;
}
#historypage .documentBlock {
  clear: both;
  float: left;
  margin-top: 0;
  width: 100%;
}
#historypage .historyposts.documentBlock {
  clear: none;
  float: none;
}
#historypage .post-content {
  margin-top: -18px;
  margin-bottom: 70px;
  background-color: #fff;
  margin-left: 40px;
  padding-bottom: 20px;
  padding-left: 25px;
  position: relative;
}
#historypage .historyposts {
  margin-top: -20px;
}
#historypage .post {
  color: #00205b !important;
  position: relative;
}
#historypage .post:first-child .span6 + .span6 {
  margin-bottom: -1px;
  margin-top: -2px;
}
#historypage .post.historyfade .post-content {
  opacity: 0.6;
}
#historypage .post .col-md-6 {
  min-height: 1px;
  width: 540px;
}
#historypage .post .col-md-6 + .col-md-6 {
  margin-left: 34px;
  width: 624px;
  margin-top: -1px;
}
#historypage .post.floatLeft * {
  text-align: right !important;
}
#historypage .post.floatLeft .titlewrapper img {
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: 1;
}
#historypage .post.floatLeft .post-content {
  margin-left: 0;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 25px;
}
#historypage .post.floatLeft .iconStem {
  background: url("/staticcontent/img/spriteHistory.png") repeat scroll -50px 0 rgba(0, 0, 0, 0);
  right: 0;
}
#historypage .post.floatLeft .col-md-6 {
  margin-left: 0;
  position: relative;
}
#historypage .post.floatLeft .col-md-6.hidetablet {
  display: none;
}
#historypage .post.floatLeft .stem-mask {
  right: 0;
}
#historypage .post.floatRight {
  text-align: left;
}
#historypage .post.floatRight .titlewrapper img {
  position: absolute;
  bottom: -10px;
  left: -10px;
}
#historypage .post.floatRight .iconStem {
  background: url("/staticcontent/img/spriteHistory.png") repeat scroll -50px 0 rgba(0, 0, 0, 0);
}
#historypage .post .stem-mask {
  background: url("/staticcontent/img/spriteHistory.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  bottom: 0;
  position: absolute;
  top: 50px;
  width: 50px;
}
#historypage .post .iconStem {
  height: 50px;
  position: absolute;
  width: 50px;
}
#historypage #stem-holder {
  height: 0;
  position: relative;
  visibility: hidden;
  z-index: -1;
}
#historypage #stem-holder .stem {
  position: fixed;
  width: 40px;
  height: 50%;
  top: 0;
  background: #00205b;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#historypage #stem-holder .stem-background {
  background: #7f8fad;
  height: 110%;
  position: fixed;
  top: 0;
  width: 40px;
  z-index: 0;
}
#historypage #stem-holder .col-md-6 {
  width: 578px;
}

.backgroundwhite {
  background-color: #fff;
}

@media screen and (max-width: 1200px) {
  #historypage {
    background: none;
  }
  #historypage .backgroundforhistory .row {
    padding: 0 20px;
  }
  #historypage .post.floatLeft .post-content {
    background-color: #fff;
    padding-left: 60px;
    top: 0;
  }
  #historypage .historyposts .post:first-child .iconStem {
    top: 17px !important;
  }
  #historypage .post .stem-mask {
    top: 49px;
  }
  #historypage .hidetablet {
    display: none;
  }
  #historypage .post.floatLeft .iconStem {
    background-position: -200px 0;
    left: 0;
  }
  #historypage .post {
    padding-bottom: 0;
    margin-bottom: 0px;
  }
  #historypage .post.floatLeft {
    margin-bottom: -18px;
  }
  #historypage .post-content p {
    padding-bottom: 0px;
  }
  #historypage .post-description {
    padding-bottom: 70px;
  }
  #historypage .post-content .video-placeholder {
    margin-top: -70px;
    margin-bottom: 100px;
  }
  #historypage .post h1 {
    padding-top: 5px;
  }
  #historypage .post-content img.post-image {
    right: 0px;
    max-width: 120px;
  }
  #historypage .floatRight .post-content img.post-image {
    right: 0px;
  }
  #historypage .post.floatRight .iconStem {
    top: 17px;
  }
  #historypage .historyposts .post:first-child .iconStem {
    top: 28px;
  }
  #historypage .post.floatLeft * {
    text-align: left !important;
  }
  #historypage .post.floatLeft .post-content {
    margin-right: 0;
    padding-right: 0px;
    padding-left: 60px;
    margin-left: 40px;
    margin-right: 0;
  }
  #historypage .post .col-md-6 {
    float: none;
    width: 100%;
    margin-left: 0;
    min-height: 0;
  }
  #historypage .post .col-md-6 + .col-md-6 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: -20px;
  }
  #historypage .post.floatLeft .col-md-6 {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  #historypage .post.floatLeft .titlewrapper img {
    left: -10px;
    right: auto;
  }
  #historypage .post-content {
    padding-left: 60px;
    top: 0px;
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: 220px;
  }
  #historypage .post-content h1 {
    padding-top: 0px;
  }
  #historypage .post.floatRight .stem-mask {
    top: 56px;
  }
  #historypage .post.floatLeft .stem-mask {
    left: 0;
    top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .container.backgroundforhistory {
    background-color: #fff;
  }
  #historypage .post-content {
    padding-left: 0 !important;
    margin-left: 0 !important;
    padding-bottom: 200px;
  }
  #historypage .iconStem {
    visibility: hidden;
  }
  #historypage .stem-mask {
    visibility: hidden;
  }
  #historypage .titlewrapper img {
    max-width: 100%;
    left: 0 !important;
  }
  #historypage .post.floatLeft *, #historypage .post.floatRight * {
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  .container.backgroundforhistory {
    background-color: #fff;
  }
  #historypage .post-content {
    padding-left: 0 !important;
    margin-left: 0 !important;
    padding-bottom: 200px;
  }
  #historypage .iconStem {
    visibility: hidden;
  }
  #historypage .stem-mask {
    visibility: hidden;
  }
  #historypage .titlewrapper img {
    max-width: 100%;
    left: 0 !important;
  }
  #historypage .post.floatLeft *, #historypage .post.floatRight * {
    text-align: center !important;
  }
}
#figures {
  background-color: #383839;
  padding: 40px 0;
}
#figures img {
  max-width: 100%;
}
#figures .col-md-4 {
  text-align: center;
}
#figures #pie_alt, #figures #title_height {
  display: none;
}
#figures #tablechart {
  color: #383839;
  display: none;
  visibility: hidden;
}
@media (min-width: 992px) {
  #figures .energySafing, #figures .persons {
    margin-top: 40px;
  }
}
#figures .energySafing {
  color: #7f8fad;
}
#figures .energySafing p {
  text-align: center;
  font-family: "SkattaSans-Regular";
  font-size: 18px;
}
@media (min-width: 768px) {
  #figures .energySafing p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  #figures .energySafing p {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  #figures .energySafing p {
    font-size: 20px;
  }
}
#figures .energySafing .house {
  display: inline-block;
  font-size: 26px !important;
  background: url("/staticcontent/img/house.png") no-repeat left center transparent;
  padding-left: 90px;
  min-height: 65px;
}
#figures .energySafing .house p {
  text-align: left;
  margin-bottom: 0;
}
#figures .energySafing .f40 {
  font-size: 18px;
  text-align: center;
  font-family: "SkattaSans-Regular";
}
@media (min-width: 768px) {
  #figures .energySafing .f40 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  #figures .energySafing .f40 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  #figures .energySafing .f40 {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  #figures .energySafing .f40 {
    text-align: center;
  }
}
@media (min-width: 992px) {
  #figures .energySafing .f40 {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  #figures .energySafing .f40 {
    text-align: left;
  }
}
#figures .energySafing .f70 {
  font-size: 54px;
  font-family: "SkattaSans-Regular";
}
@media (min-width: 768px) {
  #figures .energySafing .f70 {
    font-size: 54px;
  }
}
@media (min-width: 992px) {
  #figures .energySafing .f70 {
    font-size: 56px;
  }
}
@media (min-width: 1200px) {
  #figures .energySafing .f70 {
    font-size: 62px;
  }
}
#figures .energySafing .f90 {
  font-size: 74px;
}
@media (min-width: 768px) {
  #figures .energySafing .f90 {
    font-size: 76px;
  }
}
@media (min-width: 992px) {
  #figures .energySafing .f90 {
    font-size: 78px;
  }
}
@media (min-width: 1200px) {
  #figures .energySafing .f90 {
    font-size: 80px;
  }
}
#figures .energySafing .number65 {
  min-width: 100px;
  display: inline-block;
  text-align: right;
}
#figures .energySafing .number300 {
  min-width: 30px;
  display: inline-block;
  text-align: right;
}
#figures .persons {
  color: #9b2242;
}
#figures .persons p {
  text-align: center;
}
@media (min-width: 768px) {
  #figures .persons p {
    text-align: center;
  }
}
@media (min-width: 992px) {
  #figures .persons p {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  #figures .persons p {
    text-align: left;
  }
}
#figures .persons .f42 {
  font-size: 18px;
  font-family: "SkattaSans-Regular";
}
@media (min-width: 768px) {
  #figures .persons .f42 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  #figures .persons .f42 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  #figures .persons .f42 {
    font-size: 36px;
  }
}
#figures .persons .symbols {
  margin: 10px 0 20px 0;
  min-height: 120px;
}
#figures .persons p.clearfix {
  line-height: 40px;
  font-family: "SkattaSans-Regular";
  font-size: 18px;
}
@media (min-width: 768px) {
  #figures .persons p.clearfix {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  #figures .persons p.clearfix {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  #figures .persons p.clearfix {
    font-size: 20px;
  }
}
#figures .persons .pinkperson {
  display: none;
  float: left;
  height: 40px;
  width: 20px;
  background: url("/staticcontent/img/person_pink.png") no-repeat center transparent;
}
#figures .persons .purpleperson {
  display: none;
  float: left;
  height: 40px;
  width: 20px;
  background: url("/staticcontent/img/person_purple.png") no-repeat center transparent;
}
#figures .persons #purpleAmount {
  line-height: 40px;
  display: inline-block;
  padding-left: 30px;
  background: url("/staticcontent/img/person_purple.png") no-repeat center left transparent;
  min-width: 48px;
  text-align: right;
}
#figures .persons #pinkAmount {
  line-height: 40px;
  display: inline-block;
  padding-left: 30px;
  background: url("/staticcontent/img/person_pink.png") no-repeat center left transparent;
  min-width: 48px;
  text-align: right;
}

@media screen and (max-width: 992px) {
  #figures .col-md-4 {
    padding: 15px 0px 15px 0px;
  }
  #figures .persons, #figures .energySafing {
    margin: 0 auto;
    max-width: 400px;
  }
}
.w50 {
  width: 50%;
  float: left;
  margin-bottom: 5px;
}

.subSite {
  background-color: #fff !important;
}

.bg-blue header .navbar.kesko_main_navbar {
  background: rgba(0, 32, 91, 0.7);
}

.bg-blue footer, .bg-blue .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover, .bg-blue .subsiteContentBlock #accordion .accordionPanel a {
  background-color: rgb(0, 32, 91);
}

.bg-lightblue header .navbar.kesko_main_navbar {
  background: rgba(64, 88, 132, 0.7);
}

.bg-lightblue footer, .bg-lightblue .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover, .bg-lightblue .subsiteContentBlock #accordion .accordionPanel a {
  background-color: rgb(64, 88, 132);
}

.bg-babyblue header .navbar.kesko_main_navbar {
  background: rgba(127, 143, 173, 0.7);
}

.bg-babyblue footer, .bg-babyblue .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover, .bg-babyblue .subsiteContentBlock #accordion .accordionPanel a {
  background-color: rgb(127, 143, 173);
}

.bg-blue25 header .navbar.kesko_main_navbar {
  background: rgba(191, 199, 214, 0.7);
}

.bg-blue25 footer, .bg-blue25 .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover, .bg-blue25 .subsiteContentBlock #accordion .accordionPanel a {
  background-color: rgb(191, 199, 214);
}

.bg-yellow header .navbar.kesko_main_navbar {
  background: rgba(255, 143, 64, 0.7);
}

.bg-yellow footer, .bg-yellow .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover, .bg-yellow .subsiteContentBlock #accordion .accordionPanel a {
  background-color: rgb(255, 143, 64);
}

.bg-turquoise header .navbar.kesko_main_navbar {
  background: rgba(196, 136, 152, 0.7);
}

.bg-turquoise footer, .bg-turquoise .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover, .bg-turquoise .subsiteContentBlock #accordion .accordionPanel a {
  background-color: rgb(196, 136, 152);
}

.bg-violet header .navbar.kesko_main_navbar {
  background: rgb(203, 71, 0);
}

.bg-violet footer, .bg-violet .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover, .bg-violet .subsiteContentBlock #accordion .accordionPanel a {
  background-color: rgb(203, 71, 0);
}

.bg-darkblue header .navbar.kesko_main_navbar {
  background: rgba(0, 32, 91, 0.7);
}

.bg-darkblue footer, .bg-darkblue .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover, .bg-darkblue .subsiteContentBlock #accordion .accordionPanel a {
  background-color: rgb(0, 32, 91);
}

.bg-aniline header .navbar.kesko_main_navbar {
  background: rgba(155, 34, 66, 0.7);
}

.bg-aniline footer, .bg-aniline .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover, .bg-aniline .subsiteContentBlock #accordion .accordionPanel a {
  background-color: rgb(155, 34, 66);
}

.bg-grey header .navbar.kesko_main_navbar {
  background: rgba(255, 143, 64, 0.7);
}

.bg-grey footer, .bg-grey .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover, .bg-grey .subsiteContentBlock #accordion .accordionPanel a {
  background-color: rgb(255, 143, 64);
}

.bg-lightgrey header .navbar.kesko_main_navbar {
  background: rgba(64, 88, 132, 0.7);
}

.bg-lightgrey footer,
.bg-lightgrey .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover,
.bg-lightgrey .subsiteContentBlock #accordion .accordionPanel a {
  background-color: rgb(64, 88, 132);
}

.bg-orange header .navbar.kesko_main_navbar {
  background: rgb(203, 71, 0);
}

.bg-orange footer,
.bg-orange .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover,
.bg-orange .subsiteContentBlock #accordion .accordionPanel a {
  background-color: rgb(203, 71, 0);
}

.bg-orange75 header .navbar.kesko_main_navbar {
  background: rgb(203, 71, 0);
}

.bg-orange75 footer,
.bg-orange75 .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover,
.bg-orange75 .subsiteContentBlock #accordion .accordionPanel a {
  background-color: rgb(203, 71, 0);
}

.bg-orange50 header .navbar.kesko_main_navbar {
  background: rgb(203, 71, 0);
}

.bg-orange50 footer,
.bg-orange50 .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover,
.bg-orange50 .subsiteContentBlock #accordion .accordionPanel a {
  background-color: rgb(203, 71, 0);
}

.bg-warmgrey header .navbar.kesko_main_navbar {
  background: #d1bda9;
}

.bg-warmgrey footer,
.bg-warmgrey .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover,
.bg-warmgrey .subsiteContentBlock #accordion .accordionPanel a {
  background-color: #d1bda9;
}

.bg-warmgrey25 header .navbar.kesko_main_navbar {
  background-color: #d1bda9;
}

.bg-warmgrey25 footer,
.bg-warmgrey25 .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover,
.bg-warmgrey25 .subsiteContentBlock #accordion .accordionPanel a {
  background-color: #d1bda9;
}

.bg-warmgrey50 header .navbar.kesko_main_navbar {
  background-color: #d1bda9;
}

.bg-warmgrey50 footer,
.bg-warmgrey50 .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover,
.bg-warmgrey50 .subsiteContentBlock #accordion .accordionPanel a {
  background-color: #d1bda9;
}

.bg-warmgrey75 header .navbar.kesko_main_navbar {
  background-color: #d1bda9;
}

.bg-warmgrey75 footer,
.bg-warmgrey75 .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover,
.bg-warmgrey75 .subsiteContentBlock #accordion .accordionPanel a {
  background-color: #d1bda9;
}

.bg-lightgrey header .navbar.kesko_main_navbar {
  background: #898d8d;
}

.bg-lightgrey footer,
.bg-lightgrey .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover,
.bg-lightgrey .subsiteContentBlock #accordion .accordionPanel a {
  background-color: #898d8d;
}

.bg-mediumgrey header .navbar.kesko_main_navbar {
  background: #707372;
}

.bg-mediumgrey footer,
.bg-mediumgrey .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover,
.bg-mediumgrey .subsiteContentBlock #accordion .accordionPanel a {
  background-color: #707372;
}

.bg-darkgrey header .navbar.kesko_main_navbar {
  background: #54585a;
}

.bg-darkgrey footer,
.bg-darkgrey .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover,
.bg-darkgrey .subsiteContentBlock #accordion .accordionPanel a {
  background-color: #54585a;
}

.bg-darkred header .navbar.kesko_main_navbar {
  background: rgba(155, 34, 66, 0.7);
}

.bg-darkred footer,
.bg-darkred .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover,
.bg-darkred .subsiteContentBlock #accordion .accordionPanel a {
  background-color: rgb(155, 34, 66);
}

.bg-red header .navbar.kesko_main_navbar {
  background: rgba(155, 34, 66, 0.7);
}

.bg-red footer,
.bg-red .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover,
.bg-red .subsiteContentBlock #accordion .accordionPanel a {
  background-color: rgb(155, 34, 66);
}

.bg-lightred header .navbar.kesko_main_navbar {
  background: rgba(196, 136, 152, 0.7);
}

.bg-lightred footer,
.bg-lightred .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover,
.bg-lightred .subsiteContentBlock #accordion .accordionPanel a {
  background-color: rgb(196, 136, 152);
}

.skattasans-black {
  font-family: "SkattaSans-Black" !important;
  color: #333 !important;
}

.subsiteHeaderSpacing {
  padding-top: 55px;
  background-color: #fff;
}

.subSiteMainPage h1, .subSiteMainPage .campaignPageH1, .subsiteHeaderSpacing h1, .subsiteHeaderSpacing .campaignPageH1 {
  text-align: left;
  font-family: "SkattaSans-Regular";
  font-size: 90px;
  margin-bottom: 50px;
}

.subSiteMainPage h2, .subSiteMainPage .campaignPageH2, .subsiteHeaderSpacing h2, .subsiteHeaderSpacing .campaignPageH2 {
  text-align: center;
  font-family: "SkattaSans-Regular";
  font-size: 65px;
  margin-bottom: 20px;
}

.subSiteMainPage h3, .subSiteMainPage .campaignPageH3, .subsiteHeaderSpacing h3, .subsiteHeaderSpacing .campaignPageH3 {
  text-align: center;
  font-family: "SkattaSans-Regular";
  font-size: 32px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.subSite .hero-wrapper .campaignPageH2 {
  text-align: center;
  font-family: "SkattaSans-Regular";
  font-size: 65px;
}

.subSiteMainPage p, .subsiteHeaderSpacing p {
  font-family: "SkattaSans-Regular";
  font-size: 19px;
}

.subSiteMainPage .hero-wrapper h2, .subsiteHeaderSpacing .hero-wrapper h2 {
  font-family: "$font-skattasans";
  text-align: left;
  margin-top: 0;
}

.subSiteMainPage .hero-wrapper p, .subsiteHeaderSpacing .hero-wrapper p {
  font-family: "$font-skattasans-bold";
  font-size: 20px;
  text-align: left;
}

.subSiteMainPage .readMoreButton, .subsiteHeaderSpacing .readMoreButton {
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-family: "SkattaSans-Bold";
  font-size: 16px;
  margin-bottom: 20px;
  padding: 10px 50px;
}

.subSiteMainPage .videoCaption, .subsiteHeaderSpacing .videoCaption {
  font-family: "SkattaSans-Regular";
  font-size: 18px;
  background-color: #CCCCCC;
  padding: 10px;
}

.subSite .hero-wrapper > .row {
  position: relative;
  top: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.subSite .hero-wrapper > .row > .col-xs-12 > .campaignPageH2 {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 39px;
}

.subSiteMainPage > .hero-wrapper > .hero-content > .container, .subSiteOnePager > .hero-wrapper > .hero-content > .container {
  height: 427px;
}

.subSiteMainPage {
  background-color: #fff !important;
}

.subSiteMainPage h1, .subSiteMainPage .campaignPageH1, .subSiteOnePager h1, .subSiteOnePager .campaignPageH1 {
  margin-top: 50px;
}

.subSiteMainPage .content-wrapper {
  padding-bottom: 0;
}

.subSiteMainPage .ingress, .subpage .ingress, .subpage .ingress p {
  font-size: 26px;
  padding: 30px 0px;
  font-family: "SkattaSans-Regular";
  max-width: 970px;
  text-align: center;
}

.subSiteMainPage .campaignPageH1.black {
  color: #000 !important;
}

.subSiteMainPage .campaignPageH1.white {
  color: #fff !important;
}

#subsiteHeader {
  background-color: transparent;
}

#subsiteHeader > .container {
  width: 100%;
  padding: 0 !important;
}

#subsiteHeader .navbar.kesko_main_navbar {
  margin: 0px;
  max-width: 100%;
  max-height: none;
}

#subsiteHeader.fixed_top {
  top: 0 !important;
  background-color: rgb(203, 71, 0);
}

#subsiteHeader .navbar-header {
  position: absolute;
}

#subsiteHeader .main_nav_menu {
  margin-top: 0;
  padding: 0px 130px;
  width: 100%;
}

#subsiteHeader .main_nav_menu > ul {
  max-width: 100%;
}

#subsiteHeader .main_nav_menu > ul > li > a {
  color: #fff;
  padding: 16px;
  background: transparent;
  font-family: "SkattaSans-Regular";
  font-size: 16px;
  text-transform: uppercase;
}

#subsiteHeader .navbar-toggle span.icon-bar, #subsiteHeader .side_sublevel_nav a.navbar-toggle.side_nav span.icon-bar {
  background-color: #fff;
}

#subsiteHeader .navbar-toggle, #subsiteHeader .side_sublevel_nav a.navbar-toggle.side_nav {
  margin-left: 15px;
}

#subsiteHeader .home_icon {
  padding: 15px 30px 12px 0px !important;
}

#subsiteHeader .navbar_logo {
  background-position: 0 10px;
  margin-left: 0;
  width: 32px;
  height: 43px;
}

#subsiteHeader .sub-site-top-bar {
  color: white;
  background-color: #00205b;
  top: 0;
  width: 100%;
}
#subsiteHeader .sub-site-top-bar a {
  color: white;
  font-family: "SkattaSans-Regular";
  line-height: 1.5em;
  padding: 0 5px;
}

/*.subSiteMainPage #subsiteHeader .sub-site-top-bar {
    position:fixed;
}
.below_fixed_navbar #subsiteHeader .sub-site-top-bar, .subSiteMainPage .below_fixed_navbar #subsiteHeader .sub-site-top-bar {
    position:relative;
}*/
#holder {
  top: 0;
  position: relative;
  left: 0;
  width: 100%;
}
#holder .cookie-notification {
  position: relative;
}
#holder .sub-site-top-bar {
  position: relative;
}

.subSiteMainPage #holder {
  position: fixed;
}

.below_fixed_navbar #holder {
  position: relative;
}

.subpage, .subSiteOnePager {
  background-color: #fff !important;
}

.subSiteSectionPage > .hero-wrapper, .subSiteOnePager > .hero-wrapper {
  height: 450px;
}

.subsiteContentBlock {
  background-position: center center;
  background-size: cover;
  padding-bottom: 60px;
  margin-bottom: 15px;
}

.subsiteContentBlock .article_content {
  padding-bottom: 0px;
  padding-top: 60px;
}

.subsiteContentBlock.black * {
  color: #000 !important;
}

.subsiteContentBlock.white * {
  color: #fff !important;
}

.subsiteContentBlock .readMoreButton {
  float: none;
}

.subsiteContentBlock.black .readMoreButton {
  border: 1px solid #000;
}

.k-regular > p > img {
  max-width: 100%;
  height: auto;
}

.subsiteContentBlock .image_wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

.subsiteContentBlock .article_image {
  float: left;
  padding-top: 60px;
}

.subsiteContentBlock .article_image img {
  display: block;
}

.subsiteContentBlock #accordion .accordionPanel a.collapsed {
  background-color: rgba(192, 192, 192, 0.05);
  color: inherit;
}

.subsiteContentBlock #accordion .accordionPanel a.collapsed:hover, .subsiteContentBlock #accordion .accordionPanel a {
  background-color: #00205b;
  color: #fff;
}

.subsiteContentBlock #accordion .accordionPanel a {
  display: block;
  text-decoration: none;
  padding: 10px;
}

.subsiteContentBlock #accordion .h3 {
  margin-top: 0;
}

.subsiteContentBlock #accordion .accordionContent {
  padding: 10px;
}

.subsiteContentBlock .videoArea {
  max-width: 760px;
}

.subSite #accordion .accordionPanel a::before {
  content: url("/staticcontent/img/icon_big_arrow_up_white.png");
  float: right;
}

.subSite #accordion .accordionPanel a.collapsed::before {
  content: url("/staticcontent/img/icon_big_arrow_down_blue.png");
  float: right;
}

.subSite #accordion .accordionPanel a.collapsed:hover::before {
  content: url("/staticcontent/img/icon_big_arrow_down_white.png");
  float: right;
}

.subSiteSectionPage .FormSubmitButton {
  color: #FFF;
  background-color: #00205b;
  padding: 5px 15px;
  border: none !important;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: "SkattaSans-Regular";
  font-size: 16px;
}

.subSiteSectionPage .FormSubmitButton:hover {
  background: #3479C5;
}

.carouselBackground {
  background-color: #7f8fad;
  padding-bottom: 50px;
}

.carouselBackground .ingress {
  padding: 50px 0;
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto;
}

#carousel-questionnaire {
  background: #fff;
  padding: 50px;
  font-family: "SkattaSans-Bold";
  position: relative;
}

#carousel-questionnaire .question-index {
  text-align: center;
  color: #405884;
  font-size: 32px;
  margin-bottom: 50px;
}

#carousel-questionnaire .answers {
  padding: 30px;
}

#carousel-questionnaire .answers input {
  margin-right: 20px;
}

#carousel-questionnaire .item.active {
  border-top: 40px solid #00205b;
  border-bottom: 40px solid #00205b;
  padding: 50px 80px;
}

#carousel-questionnaire .question p {
  color: #00205b;
  font-family: "SkattaSans-Black";
}

#carousel-questionnaire .answers label {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}

#carousel-questionnaire .answers input {
  left: 0;
  margin-top: 0;
  position: absolute;
  z-index: 1;
}

#carousel-questionnaire .answers span {
  margin-left: 25px;
  display: block;
}

#carousel-questionnaire .carousel-control {
  opacity: 1;
  background: none;
  width: 30px;
}

#carousel-questionnaire .carousel-control .glyphicon-chevron-left, #carousel-questionnaire .carousel-control .glyphicon-chevron-right, #carousel-questionnaire .carousel-control .icon-prev, #carousel-questionnaire .carousel-control .icon-next {
  color: #00205b;
  font-size: 60px;
  height: 60px;
  margin-left: 0px;
  z-index: 1;
}

#carousel-questionnaire .carousel-control.right {
  right: 60px;
}

#carousel-questionnaire .carousel-control.left {
  left: 30px;
}

#carousel-questionnaire .submit-answers {
  background-color: #00205b;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
}

#carousel-questionnaire .result-summary {
  color: #00205b;
  text-align: center;
  margin-bottom: 20px;
}

#carousel-questionnaire .result-correct p, #carousel-questionnaire .result-wrong p {
  text-align: center;
}

#carousel-questionnaire .disabled-link {
  pointer-events: none;
  cursor: default;
  opacity: 0.25;
}

#carousel-questionnaire .disabled-link {
  pointer-events: none;
  cursor: default;
  opacity: 0.25;
}

.value-chain {
  margin-bottom: 40px;
}

.value-chain .bg-image {
  display: none;
}

.value-chain .chain-content .items .chain-item .img-content {
  margin: 0 auto;
  text-align: center;
  margin-top: 35px;
}

.value-chain .chain-content .items .chain-item .img-content img, .img-content .svg, .img-content svg {
  width: 90px;
}

.img-content svg path {
  fill: #cb4700 !important;
}

.value-chain .chain-item-content p {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
}

.value-chain h3 {
  color: #cb4700;
  text-align: center;
  font-size: 18px;
  margin-top: 8px;
}

.article .article_header > .value-chain {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .value-chain .chain-content {
    position: relative;
    width: 700px;
    height: 700px;
    margin: auto;
  }
  .value-chain .chain-content .items {
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .value-chain .chain-content .items .chain-item {
    width: 90px;
    text-align: center;
    cursor: pointer;
  }
  .value-chain .chain-content .items .chain-item .img-content {
    position: relative;
    margin-top: 0;
  }
  .value-chain .chain-content .items .chain-item .img-content img, .img-content svg {
    width: 90px;
    height: 90px;
  }
  .img-content svg path {
    fill: #bac3d3 !important;
    transition: fill 0.3s;
    -webkit-transition: fill 0.3s;
    -moz-transition: fill 0.3s;
  }
  .img-content svg:hover path {
    fill: #00205b !important;
  }
  .active .img-content svg path {
    fill: #cb4700 !important;
    transition: 0s;
    -webkit-transition: 0s;
    -moz-transition: 0s;
  }
  .value-chain .chain-content .items .chain-item.chain-item-1 div:first-child {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -45px;
  }
  .value-chain .chain-content .items .chain-item.chain-item-2 div:first-child {
    position: absolute;
    left: 76%;
    bottom: 80%;
    margin-left: -45px;
  }
  .value-chain .chain-content .items .chain-item.chain-item-3 div:first-child {
    position: absolute;
    right: 0;
    bottom: 57%;
  }
  .value-chain .chain-content .items .chain-item.chain-item-4 div:first-child {
    position: absolute;
    right: 0;
    bottom: 30%;
  }
  .value-chain .chain-content .items .chain-item.chain-item-5 div:first-child {
    position: absolute;
    left: 76%;
    bottom: 8%;
    margin-left: -45px;
  }
  .value-chain .chain-content .items .chain-item.chain-item-6 div:first-child {
    position: absolute;
    left: 50%;
    bottom: 0%;
    margin-left: -45px;
  }
  .value-chain .chain-content .items .chain-item.chain-item-7 div:first-child {
    position: absolute;
    left: 25%;
    bottom: 8%;
    margin-left: -45px;
  }
  .value-chain .chain-content .items .chain-item.chain-item-8 div:first-child {
    position: absolute;
    left: 0;
    bottom: 30%;
  }
  .value-chain .chain-content .items .chain-item.chain-item-9 div:first-child {
    position: absolute;
    left: 0;
    bottom: 57%;
  }
  .value-chain .chain-content .items .chain-item.chain-item-10 div:first-child {
    position: absolute;
    left: 24%;
    bottom: 80%;
    margin-left: -45px;
  }
  .value-chain .chain-item-content {
    display: none;
    position: absolute;
    top: 30%;
    text-align: center;
    width: 59%;
    left: 20%;
  }
  .active .chain-item-content {
    display: block;
  }
  .value-chain .chain-item-content p {
    font-size: 1.4em;
    color: #cb4700;
    max-height: 305px;
    overflow: hidden;
  }
  .value-chain .chain-item-content {
    cursor: text;
  }
  .value-chain .chain-item-content a {
    text-decoration: underline;
    cursor: pointer;
  }
  .value-chain h3 {
    font-size: 1.4em;
  }
  .value-chain .bg-image {
    display: block;
    position: absolute;
    width: 90%;
    height: 90%;
    bottom: 0;
    left: 5%;
    top: 5%;
    width: 90%;
    z-index: 0;
    height: 90%;
    background: url("/staticcontent/img/iconbg.svg") no-repeat top left;
    background-size: cover;
  }
}
.province-map {
  margin: 40px 0;
}

.province-map .caret {
  position: relative;
  right: -10px;
  top: -2px;
}

.province-map .container {
  padding: 0 !important;
  width: auto;
}

.province-map h1 {
  margin-bottom: 20px;
  border-top: 1px solid #d6d8d9;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d6d8d9;
}

/*.province-map h1 span{display:inline-block;max-width:600px}*/
.province-map .province-name {
  text-align: left;
}

.province-map .dropdown {
  margin-bottom: 20px;
}

.province-map .province-images {
  min-height: 580px;
  position: relative;
  margin-top: 20px;
  padding-right: 40px;
}

.province-map .province-images .province-img {
  max-height: 700px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  display: none;
}

.province-map .province-images .province-img.active {
  display: inline;
}

.province-map .province-items {
  position: relative;
}

.province-map .province-items .item {
  display: none;
}

.province-map .province-items .item.active {
  display: block;
}

.province-map .province-items .item p {
  font-size: 1em;
  line-height: 1.5;
}

.province-map .province-items .item table {
  font-size: 1em;
  width: 100% !important;
  margin-bottom: 10px;
}

.province-map .province-items .item table td {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.4em;
}

.province-map .province-items .item table td p {
  font-size: 1em;
}

.province-map .province-items .item table td .large-bold {
  color: #00205b;
}

.province-map .province-items .item table td.n-arbordergray {
  border-bottom: 1px solid #b7bcbc;
  padding-bottom: 40px;
}

.province-map .province-items .item table td:last-child {
  width: 145px;
}

.province-map .province-items .item table tr:last-child td {
  padding-bottom: 30px;
  padding-top: 30px;
}

.province-map .dropdown .dropdown-menu {
  width: 100%;
  max-width: 216px;
  padding-top: 0;
  position: absolute !important;
}

.province-map .dropdown .dropdown-menu li {
  padding-left: 0;
}

.province-map .dropdown .dropdown-menu li.active, .province-map .dropdown .dropdown-menu li.active:hover {
  background-color: #337ab7;
}

.province-map .dropdown .dropdown-menu li:hover {
  background-color: #f5f5f5;
}

.province-map .dropdown .dropdown-menu li:before {
  display: none;
}

@media (max-width: 768px) {
  .province-map .province-images { /*display:none*/
    margin-top: 0;
    min-height: 450px;
  }
  .province-map .province-images .province-img {
    right: 0;
  }
  .province-map h1 {
    margin-bottom: 0;
  }
  .province-map {
    margin: 0;
  }
  .province-map .province-items .item table td {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1em;
  }
  .province-map .province-items .item table td:last-child {
    width: 70px;
  }
  .province-map .dropdown {
    margin-bottom: 0px;
  }
  .province-map .province-images {
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .province-map .province-images {
    min-height: 700px;
  }
}
.province-map .btn-default {
  color: #000;
  font-size: 0.9em;
  background-color: #cb4700;
  color: #fff;
  border-color: #cb4700;
  background-image: none;
  text-transform: uppercase;
  padding: 8px 20px;
  font-weight: normal;
  text-shadow: none;
  margin-top: 5px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-image: none;
  background-color: #00205b;
  color: #fff;
}

.subSite .list-block {
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.subSite .list-block .spacing-bottom:last-child {
  margin-bottom: 0px;
}
.subSite .list-block .list-block-inner {
  max-width: 770px;
  margin: 0 auto;
}
.subSite .list-block .block-with-img-50:last-child, .subSite .list-block .block-with-img-50-last:last-child {
  margin-bottom: 0px;
}
@media screen and (min-width: 533px) {
  .subSite .list-block .block-with-img-50:last-child, .subSite .list-block .block-with-img-50-last:last-child {
    padding-bottom: 25px;
    height: 172.6489px;
  }
}
@media screen and (min-width: 600px) {
  .subSite .list-block .block-with-img-50:last-child, .subSite .list-block .block-with-img-50-last:last-child {
    height: 194.98px;
  }
}
@media screen and (min-width: 648px) {
  .subSite .list-block .block-with-img-50:last-child, .subSite .list-block .block-with-img-50-last:last-child {
    height: 210.9784px;
  }
}
@media screen and (min-width: 768px) {
  .subSite .list-block .block-with-img-50:last-child, .subSite .list-block .block-with-img-50-last:last-child {
    height: 129.16667px;
  }
}
@media screen and (min-width: 992px) {
  .subSite .list-block .block-with-img-50:last-child, .subSite .list-block .block-with-img-50-last:last-child {
    height: 166.66667px;
  }
}
@media screen and (min-width: 1200px) {
  .subSite .list-block .block-with-img-50:last-child, .subSite .list-block .block-with-img-50-last:last-child {
    height: 200px;
  }
}
.subSite .subsite-latest-news {
  max-width: 1170px;
  margin: 0 auto;
  padding: 25px 0;
}
.subSite .subsite-latest-news h2.head1 {
  font-family: "SkattaSans-Bold";
  font-size: 48px;
}
@media screen and (max-width: 1200px) {
  .subSite .subsite-latest-news {
    padding: 25px 20px;
  }
  .subSite .subsite-latest-news .active.item {
    max-height: 470px;
  }
}
@media screen and (max-width: 768px) {
  .subSite .subsite-latest-news {
    max-width: 570px;
  }
}
.subSite .subSiteReleaseListPage .hero-wrapper, .subSite .subSiteNewsPage .hero-wrapper {
  margin-bottom: 30px;
}
.subSite .subSiteReleaseListPage .article_header h1, .subSite .subSiteNewsPage .article_header h1 {
  text-align: center;
  font-family: "SkattaSans-Regular";
  font-size: 72px;
  padding: 39px;
}
@media screen and (max-width: 768px) {
  .subSite .subSiteReleaseListPage .article_header h1, .subSite .subSiteNewsPage .article_header h1 {
    margin-top: 70px;
    font-size: 30px;
  }
}
.subSite .subSiteNewsPage .article_header h1 {
  padding-bottom: 20px;
}
.subSite .subSiteNewsPage .moreNews {
  margin-top: 50px;
  font-family: "SkattaSans-Regular";
  border: 0;
}

@media screen and (max-width: 1200px) {
  .subSiteMainPage > .hero-wrapper > .hero-content > .container, .subSiteOnePager > .hero-wrapper > .hero-content > .container {
    height: 331px;
  }
  .subSiteSectionPage > .hero-wrapper, .subSiteOnePager > .hero-wrapper {
    height: 330px;
  }
  .subSiteMainPage h1, .subSiteMainPage .campaignPageH1, .subsiteHeaderSpacing h1, .subsiteHeaderSpacing .campaignPageH1 {
    font-size: 65px;
  }
  .subSiteMainPage h2, .subSiteMainPage .campaignPageH2, .subsiteHeaderSpacing h2, .subsiteHeaderSpacing .campaignPageH2, .subSite .hero-wrapper .campaignPageH2 {
    font-size: 55px;
  }
  .subSiteMainPage h3, .subSiteMainPage .campaignPageH3, .subsiteHeaderSpacing h3, .subsiteHeaderSpacing .campaignPageH3 {
    font-size: 32px;
  }
  .subSite .hero-wrapper > .row > .col-xs-12 > .campaignPageH2 {
    padding: 35px;
  }
  .subSiteMainPage .ingress, .subpage .ingress, .subpage .ingress p {
    font-size: 24px;
    padding: 24px 0px;
  }
}
@media screen and (max-width: 992px) {
  .subSiteMainPage > .hero-wrapper > .hero-content > .container, .subSiteOnePager > .hero-wrapper > .hero-content > .container {
    height: 254px;
  }
  .subSiteMainPage h1, .subSiteMainPage .campaignPageH1, .subsiteHeaderSpacing h1, .subsiteHeaderSpacing .campaignPageH1 {
    font-size: 50px;
  }
  .subSiteMainPage h2, .subSiteMainPage .campaignPageH2, .subsiteHeaderSpacing h2, .subsiteHeaderSpacing .campaignPageH2, .subSite .hero-wrapper .campaignPageH2 {
    font-size: 38px;
  }
  .subSiteMainPage h3, .subSiteMainPage .campaignPageH3, .subsiteHeaderSpacing h3, .subsiteHeaderSpacing .campaignPageH3 {
    font-size: 26px;
  }
  .subSiteSectionPage > .hero-wrapper, .subSiteOnePager > .hero-wrapper {
    height: 252px;
  }
  .subSite .hero-wrapper > .row > .col-xs-12 > .campaignPageH2 {
    padding: 32px;
  }
  .subsiteContentBlock .article_image {
    float: none;
  }
  .subsiteContentBlock .article_image img {
    display: block;
    margin: 0 auto;
  }
  .subSiteMainPage .ingress, .subpage .ingress, .subpage .ingress p {
    font-size: 22px;
    padding: 10px 0px;
  }
}
@media screen and (max-width: 768px) {
  .row.clearfix.videoLeftPosChange {
    margin-left: 10px;
    margin-right: 10px;
  }
  .row.clearfix {
    margin-left: 10px;
    margin-right: 10px;
  }
  .subSiteMainPage .ingress {
    font-size: 20px;
  }
  .subsiteContentBlock {
    padding: 0 20px;
  }
  .subSiteMainPage h1, .subSiteMainPage .campaignPageH1 {
    margin-top: 20px;
  }
  .subSite .hero-wrapper > .row > .col-xs-12 > .campaignPageH2 {
    padding: 20px;
  }
  #subsiteHeader .main_nav_menu {
    margin-top: 0;
    padding: 0;
    width: 280px;
    margin-left: 0 !important;
  }
  #subsiteHeader .main_nav_menu > ul > li > a {
    text-align: left;
    width: 220px;
  }
  #subsiteHeader .main_nav_menu a.arrow {
    background: #00205c url("/staticcontent/img/icon_nav_arrow_down_white.png") no-repeat scroll center center !important;
  }
  #subsiteHeader .main_nav_menu > ul > li.active > a.arrow {
    background: #00205b url("/staticcontent/img/icon_nav_arrow_up.png") no-repeat scroll center center !important;
  }
  #subsiteHeader .main_nav_menu > ul > li .main_nav_sub .main_nav_sub_inner > div h4.active a.arrow {
    background: #405884 url("/staticcontent/img/icon_nav_arrow_up.png") no-repeat scroll center center !important;
  }
  #subsiteHeader .main_nav_menu > ul > li .main_nav_sub .main_nav_sub_inner > div h4 a.arrow {
    background-color: #405884 !important;
  }
  #subsiteHeader .home_icon {
    display: none;
  }
  .subsiteHeaderSpacing {
    padding-top: 65px;
    background-color: #fff;
  }
  #subsiteHeader.fixed_top {
    top: 0 !important;
  }
  #subsiteHeader {
    position: absolute;
    top: 0;
    bottom: auto;
    width: 100%;
    z-index: 5;
  }
  #subsiteHeader.slide-active {
    position: absolute;
  }
  #subsiteHeader .one_pager > .arrow, #subsiteHeader .one_pager > .main_nav_sub, #subsiteHeader ul.one_pager {
    display: none;
    visibility: hidden;
  }
  .subSiteMainPage #subsiteHeader {
    top: -61px;
  }
  .subSiteMainPage h1, .subSiteMainPage .campaignPageH1, .subsiteHeaderSpacing h1, .subsiteHeaderSpacing .campaignPageH1 {
    font-size: 50px;
  }
  .subSiteMainPage h2, .subSiteMainPage .campaignPageH2, .subsiteHeaderSpacing h2, .subsiteHeaderSpacing .campaignPageH2, .subSite .hero-wrapper .campaignPageH2 {
    font-size: 30px;
  }
  .subSiteMainPage h3, .subSiteMainPage .campaignPageH3, .subsiteHeaderSpacing h3, .subsiteHeaderSpacing .campaignPageH3 {
    font-size: 25px;
  }
  .subSiteMainPage p, .subsiteHeaderSpacing p {
    font-size: 16px;
  }
  .subSiteMainPage .videoCaption, .subsiteHeaderSpacing .videoCaption {
    font-size: 14px;
  }
  .subSiteMainPage .hero-wrapper, .subsiteHeaderSpacing .hero-wrapper {
    margin-top: 61px;
  }
  .subSiteMainPage .hero-wrapper p, .subsiteHeaderSpacing .hero-wrapper p {
    font-size: 20px;
    text-align: center;
  }
  .subSiteMainPage .hero-wrapper h2, .subsiteHeaderSpacing .hero-wrapper h2 {
    text-align: center;
  }
  .subSiteMainPage .readMoreButton, .subsiteHeaderSpacing .readMoreButton .readMoreButton {
    float: none;
  }
  #subsiteHeader .language a {
    color: #fff;
    display: inline-block;
    padding: 15px;
    font-size: 22px;
    width: 100%;
    font-family: "SkattaSans-Regular";
  }
  #subsiteHeader .language {
    background: rgba(89, 199, 229, 0.2) none repeat scroll 0 0;
    border-bottom: 1.5px solid #7faad8;
  }
  #subsiteHeader .home_icon_mobile {
    display: inline-block;
    width: 80px;
    background-position: 0 15px;
    background-repeat: no-repeat;
    padding: 20px 0;
  }
  #subsiteHeader .navbar_logo {
    background-position: 0 13px;
    float: right;
    width: 30px;
    margin-right: 15px;
  }
  .subSiteMainPage .hero-wrapper .main_nav_menu * {
    text-align: left;
  }
  .bg-orange.subSite .grecaptcha-badge {
    bottom: 100px !important;
  }
  .subSiteSectionPage > .hero-wrapper, .subSiteOnePager > .hero-wrapper {
    margin-top: 61px;
  }
  #subsiteHeader .main_nav_menu > ul > li > a {
    color: #fff;
    padding: 16px 5px 16px 16px;
    background: transparent;
    font-family: "SkattaSans-Regular";
    font-size: 19px;
    text-transform: uppercase;
  }
  #carousel-questionnaire {
    padding: 20px;
  }
  .subSiteMainPage .ingress, .subpage .ingress, .subpage .ingress p {
    font-size: 20px;
    padding: 4px 0px;
  }
}
@media screen and (max-width: 479px) {
  .subSiteMainPage h1, .subSiteMainPage .campaignPageH1, .subsiteHeaderSpacing h1, .subsiteHeaderSpacing .campaignPageH1 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .subSiteMainPage h2, .subSiteMainPage .campaignPageH2, .subsiteHeaderSpacing h2, .subsiteHeaderSpacing .campaignPageH2 {
    font-size: 28px;
  }
  .subSiteMainPage h3, .subSiteMainPage .campaignPageH3, .subsiteHeaderSpacing h3, .subsiteHeaderSpacing .campaignPageH3 {
    font-size: 20px;
  }
  .subSiteMainPage .hero-wrapper p, .subsiteHeaderSpacing .hero-wrapper p {
    font-size: 16px;
  }
  #carousel-questionnaire {
    padding: 0px;
  }
  #carousel-questionnaire .item.active {
    padding: 30px;
  }
  #carousel-questionnaire .carousel-control.left {
    left: -18px;
  }
  #carousel-questionnaire .carousel-control.right {
    right: -15px;
  }
  #carousel-questionnaire .carousel-control .glyphicon-chevron-left, #carousel-questionnaire .carousel-control .glyphicon-chevron-right, #carousel-questionnaire .carousel-control .icon-prev, #carousel-questionnaire .carousel-control .icon-next {
    font-size: 35px;
  }
  #carousel-questionnaire .question-index {
    margin-bottom: 20px;
  }
  #carousel-questionnaire .answers {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  #subsiteHeader .main_nav_menu > ul {
    max-width: none;
    text-align: center;
  }
  #subsiteHeader .kesko_main_navbar {
    position: static;
  }
  #subsiteHeader .main_nav_menu {
    padding: 0;
    line-height: 1.3;
  }
  #subsiteHeader .main_nav_menu .main_nav_sub_inner > div {
    float: none;
    margin: 0px;
    padding-left: 0px;
    width: auto;
  }
  #subsiteHeader .main_nav_menu .main_nav_sub_inner > div h4:hover, #subsiteHeader .main_nav_menu .main_nav_sub_inner > div h4.selected {
    background-color: transparent;
    color: #fff;
    margin-left: 0px;
    padding-left: 0px;
  }
  #subsiteHeader .main_nav_menu .main_nav_sub_inner > div ul li:hover, #subsiteHeader .main_nav_menu .main_nav_sub_inner > div ul li.selected {
    background-color: transparent;
    color: #fff;
    margin-left: 0px;
  }
  #subsiteHeader .main_nav_menu .main_nav_sub_inner > div h4.selected a span, #subsiteHeader .main_nav_menu .main_nav_sub_inner > div ul li.selected a span,
#subsiteHeader .main_nav_menu .main_nav_sub_inner > div ul li a.active span, #subsiteHeader .main_nav_menu .main_nav_sub_inner > div h4 a.active span {
    background-color: rgba(255, 255, 255, 0.2);
  }
  #subsiteHeader .main_nav_menu .main_nav_sub_inner > div h4:hover a span, #subsiteHeader .main_nav_menu .main_nav_sub_inner > div ul li:hover a span {
    background-color: rgba(255, 255, 255, 0.4);
  }
  #subsiteHeader .main_nav_menu .main_nav_sub_inner > div ul li span {
    margin-left: 0px;
    padding: 5px 10px;
  }
  #subsiteHeader .main_nav_menu > ul {
    margin: 0 auto;
  }
  #subsiteHeader .main_nav_menu > ul > li > ul {
    display: none;
  }
  #subsiteHeader .main_nav_menu > ul > li > .main_nav_sub {
    display: block;
    -webkit-box-shadow: 2px 2px 5px #000000;
            box-shadow: 2px 2px 5px #000000;
    left: 0;
    position: absolute;
    width: auto;
    white-space: nowrap;
    padding: 15px;
    z-index: 1000;
  }
  #subsiteHeader .main_nav_menu > ul li {
    text-align: left;
    position: relative;
  }
  #subsiteHeader .main_nav_menu > ul li a {
    text-align: left;
  }
  #subsiteHeader .main_nav_menu div.language {
    position: absolute;
    top: 0;
    right: 50px;
  }
  #subsiteHeader .main_nav_menu div.language a {
    color: #fff;
    margin-left: 5px;
    padding: 10px 5px;
    display: inline-block;
    font-family: "SkattaSans-Regular";
    font-size: 15px;
  }
  #subsiteHeader .main_nav_menu .main_nav_sub_inner h4 a span {
    color: #fff;
    padding: 5px 10px;
    width: 100%;
    display: inline-block;
    font-family: "SkattaSans-Bold";
  }
  #subsiteHeader .main_nav_menu .main_nav_sub_inner h4 a span:hover, #subsiteHeader .main_nav_menu .main_nav_sub_inner ul li a span:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
  #subsiteHeader .main_nav_menu .main_nav_sub_inner ul li {
    padding-left: 20px;
    font-weight: normal;
    font-family: "SkattaSans-Regular";
  }
  body.subSite.below_fixed_navbar {
    margin-top: 56px;
  }
  body.subSite.subSiteMainPage.below_fixed_navbar {
    margin-top: 3px;
  }
  .bg-blue .main_nav_menu > ul > li.selected, .bg-blue .main_nav_menu > ul > li.selected_child, .bg-blue .main_nav_menu > ul > li.main_nav_open > a:hover {
    background: rgb(0, 32, 91) none repeat scroll 0 0;
  }
  .bg-blue #subsiteHeader .main_nav_menu li > .main_nav_sub, .bg-blue div.language a {
    background-color: rgb(0, 32, 91);
  }
  .bg-blue .main_nav_menu > ul > li:hover, .bg-blue div.language a:hover {
    background-color: rgba(0, 32, 91, 0.5);
  }
  .bg-lightblue .main_nav_menu > ul > li.selected, .bg-lightblue .main_nav_menu > ul > li.selected_child, .bg-lightblue .main_nav_menu > ul > li > a:hover, .bg-lightblue .main_nav_menu > ul > li.main_nav_open > a, .bg-lightblue .main_nav_menu > ul > li.main_nav_open > a:hover {
    background: rgb(64, 88, 132) none repeat scroll 0 0;
  }
  .bg-lightblue #subsiteHeader .main_nav_menu li > .main_nav_sub, .bg-lightblue div.language a {
    background-color: rgb(64, 88, 132);
  }
  .bg-lightblue .main_nav_menu > ul > li:hover, .bg-lightblue div.language a:hover {
    background-color: rgba(64, 88, 132, 0.5);
  }
  .bg-yellow .main_nav_menu > ul > li.selected, .bg-yellow .main_nav_menu > ul > li.selected_child, .bg-yellow .main_nav_menu > ul > li > a:hover, .bg-yellow .main_nav_menu > ul > li.main_nav_open > a, .bg-yellow .main_nav_menu > ul > li.main_nav_open > a:hover {
    background: rgb(255, 195, 0) none repeat scroll 0 0;
  }
  .bg-yellow #subsiteHeader .main_nav_menu li > .main_nav_sub, .bg-yellow div.language a {
    background-color: rgb(255, 143, 64);
  }
  .bg-yellow .main_nav_menu > ul > li:hover, .bg-yellow div.language a:hover {
    background-color: rgba(255, 143, 64, 0.5);
  }
  .bg-turquoise .main_nav_menu > ul > li.selected, .bg-turquoise .main_nav_menu > ul > li.selected_child, .bg-turquoise .main_nav_menu > ul > li > a:hover, .bg-turquoise .main_nav_menu > ul > li.main_nav_open > a, .bg-turquoise .main_nav_menu > ul > li.main_nav_open > a:hover {
    background: rgb(196, 136, 152) none repeat scroll 0 0;
  }
  .bg-turquoise #subsiteHeader .main_nav_menu li > .main_nav_sub, .bg-turquoise div.language a {
    background-color: rgb(196, 136, 152);
  }
  .bg-turquoise .main_nav_menu > ul > li:hover, .bg-turquoise div.language a:hover {
    background-color: rgba(196, 136, 152, 0.5);
  }
  .bg-violet .main_nav_menu > ul > li.selected, .bg-violet .main_nav_menu > ul > li.selected_child, .bg-violet .main_nav_menu > ul > li > a:hover, .bg-violet .main_nav_menu > ul > li.main_nav_open > a, .bg-violet .main_nav_menu > ul > li.main_nav_open > a:hover {
    background: rgb(203, 71, 0) none repeat scroll 0 0;
  }
  .bg-violet #subsiteHeader .main_nav_menu li > .main_nav_sub, .bg-violet div.language a {
    background-color: rgb(203, 71, 0);
  }
  .bg-violet .main_nav_menu > ul > li:hover, .bg-violet div.language a:hover {
    background-color: rgba(203, 71, 0, 0.5);
  }
  .bg-darkblue .main_nav_menu > ul > li.selected, .bg-darkblue .main_nav_menu > ul > li.selected_child, .bg-darkblue .main_nav_menu > ul > li > a:hover, .bg-darkblue .main_nav_menu > ul > li.main_nav_open > a, .bg-darkblue .main_nav_menu > ul > li.main_nav_open > a:hover {
    background: rgb(0, 32, 91) none repeat scroll 0 0;
  }
  .bg-darkblue #subsiteHeader .main_nav_menu li > .main_nav_sub, .bg-darkblue div.language a {
    background-color: rgb(0, 32, 91);
  }
  .bg-darkblue .main_nav_menu > ul > li:hover, .bg-darkblue div.language a:hover {
    background-color: rgba(0, 32, 91, 0.5);
  }
  .bg-aniline .main_nav_menu > ul > li.selected, .bg-aniline .main_nav_menu > ul > li.selected_child, .bg-aniline .main_nav_menu > ul > li > a:hover, .bg-aniline .main_nav_menu > ul > li.main_nav_open > a, .bg-aniline .main_nav_menu > ul > li.main_nav_open > a:hover {
    background: rgb(155, 34, 66) none repeat scroll 0 0;
  }
  .bg-aniline #subsiteHeader .main_nav_menu li > .main_nav_sub, .bg-aniline div.language a {
    background-color: rgb(155, 34, 66);
  }
  .bg-aniline .main_nav_menu > ul > li:hover, .bg-aniline div.language a:hover {
    background-color: rgba(155, 34, 66, 0.5);
  }
  .bg-grey .main_nav_menu > ul > li.selected, .bg-grey .main_nav_menu > ul > li.selected_child, .bg-grey .main_nav_menu > ul > li > a:hover, .bg-grey .main_nav_menu > ul > li.main_nav_open > a, .bg-grey .main_nav_menu > ul > li.main_nav_open > a:hover {
    background: rgb(255, 143, 64) none repeat scroll 0 0;
  }
  .bg-grey #subsiteHeader .main_nav_menu li > .main_nav_sub, .bg-grey div.language a {
    background-color: rgb(255, 143, 64);
  }
  .bg-grey .main_nav_menu > ul > li:hover, .bg-grey div.language a:hover {
    background-color: rgba(255, 143, 64, 0.5);
  }
  .bg-darkred .main_nav_menu > ul > li.selected, .bg-darkred .main_nav_menu > ul > li.selected_child, .bg-darkred .main_nav_menu > ul > li > a:hover, .bg-darkred .main_nav_menu > ul > li.main_nav_open > a, .bg-darkred .main_nav_menu > ul > li.main_nav_open > a:hover {
    background: rgb(155, 34, 66) none repeat scroll 0 0;
  }
  .bg-darkred #subsiteHeader .main_nav_menu li > .main_nav_sub, .bg-darkred div.language a {
    background-color: rgb(155, 34, 66);
  }
  .bg-darkred .main_nav_menu > ul > li:hover, .bg-darkred div.language a:hover {
    background-color: rgba(155, 34, 66, 0.5);
  }
  .bg-red .main_nav_menu > ul > li.selected, .bg-red .main_nav_menu > ul > li.selected_child, .bg-red .main_nav_menu > ul > li > a:hover, .bg-red .main_nav_menu > ul > li.main_nav_open > a, .bg-red .main_nav_menu > ul > li.main_nav_open > a:hover {
    background: rgb(155, 34, 66) none repeat scroll 0 0;
  }
  .bg-red #subsiteHeader .main_nav_menu li > .main_nav_sub, .bg-red div.language a {
    background-color: rgb(155, 34, 66);
  }
  .bg-red .main_nav_menu > ul > li:hover, .bg-red div.language a:hover {
    background-color: rgba(155, 34, 66, 0.5);
  }
  .bg-orange .main_nav_menu > ul > li.selected, .bg-orange .main_nav_menu > ul > li.selected_child, .bg-orange .main_nav_menu > ul > li > a:hover, .bg-orange .main_nav_menu > ul > li.main_nav_open > a, .bg-orange .main_nav_menu > ul > li.main_nav_open > a:hover {
    background: rgb(203, 71, 0) none repeat scroll 0 0;
  }
  .bg-orange #subsiteHeader .main_nav_menu li > .main_nav_sub, .bg-orange div.language a {
    background-color: rgb(203, 71, 0);
  }
  .bg-orange .main_nav_menu > ul > li:hover, .bg-orange div.language a:hover {
    background-color: rgb(203, 71, 0);
  }
  .bg-lightgrey .main_nav_menu > ul > li.selected, .bg-lightgrey .main_nav_menu > ul > li.selected_child, .bg-lightgrey .main_nav_menu > ul > li > a:hover, .bg-lightgrey .main_nav_menu > ul > li.main_nav_open > a, .bg-lightgrey .main_nav_menu > ul > li.main_nav_open > a:hover {
    background: rgb(112, 114, 115) none repeat scroll 0 0;
  }
  .bg-lightgrey #subsiteHeader .main_nav_menu li > .main_nav_sub, .bg-lightgrey div.language a {
    background-color: rgb(112, 114, 115);
  }
  .bg-lightgrey .main_nav_menu > ul > li:hover, .bg-lightgrey div.language a:hover {
    background-color: rgba(112, 114, 115, 0.5);
  }
  .bg-lightred .main_nav_menu > ul > li.selected, .bg-lightred .main_nav_menu > ul > li.selected_child, .bg-lightred .main_nav_menu > ul > li > a:hover, .bg-lightred .main_nav_menu > ul > li.main_nav_open > a, .bg-lightred .main_nav_menu > ul > li.main_nav_open > a:hover {
    background: rgb(196, 136, 152) none repeat scroll 0 0;
  }
  .bg-lightred #subsiteHeader .main_nav_menu li > .main_nav_sub, .bg-lightred div.language a {
    background-color: rgb(196, 136, 152);
  }
  .bg-lightred .main_nav_menu > ul > li:hover, .bg-lightred div.language a:hover {
    background-color: rgba(196, 136, 152, 0.5);
  }
  .subSite .main_nav_menu > ul > li.home-li:hover {
    background-color: transparent;
  }
  .subSite .main_nav_menu div.language a:hover {
    text-decoration: none;
  }
}
.thanks {
  text-align: center;
  min-height: 600px;
}
.thanks h1, .thanks p {
  text-align: center;
}
.thanks p {
  margin-bottom: 60px;
}
.thanks a {
  display: inline-block;
  margin: 0px 20px 20px;
}
.thanks a:hover {
  text-decoration: none;
}

.pull-right-sm {
  float: left;
}
@media (min-width: 768px) {
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 992px) {
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 1200px) {
  .pull-right-sm {
    float: right;
  }
}

.logos {
  text-align: center;
  margin-top: 40px;
}
.logos a:hover, .logos a:focus {
  text-decoration: none;
}
.logos .logo-row {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .logos .logo-row {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .logos .logo-row {
    margin-bottom: 27px;
  }
}
@media (min-width: 1200px) {
  .logos .logo-row {
    margin-bottom: 30px;
  }
}
.logos img {
  max-width: 90px;
  height: auto;
}
@media (min-width: 768px) {
  .logos img {
    max-width: 100px;
  }
}
@media (min-width: 992px) {
  .logos img {
    max-width: 120px;
  }
}
@media (min-width: 1200px) {
  .logos img {
    max-width: 150px;
  }
}

.maintenance h1 {
  color: #cb4700;
}
.maintenance p {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.maintenance .social-icons {
  text-align: center;
}
.maintenance .social-icons img {
  margin: 0 5px;
}

.error-page h1 {
  margin-bottom: 20px;
}
.error-page .info-txt {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .error-page .info-txt {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .error-page .info-txt {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .error-page .info-txt {
    width: 70%;
  }
}
.error-page ul {
  margin: 20px 0;
}
.error-page ul li {
  line-height: 1.3;
  list-style-type: none;
  text-indent: -5px;
}
.error-page ul li:before {
  content: "-";
  position: relative;
  left: -15px;
}

.custom-heading {
  font-family: "SkattaSans-headline" !important;
  color: #cb4700 !important;
}

#twitter-widget-0, #twitter-widget-1, #twitter-widget-2, #twitter-widget-3 {
  width: 100% !important;
  margin-bottom: 10px;
}

img.content-area-image {
  width: 100%;
}

.VerkkolaskuosoiteRow .ui-selectmenu-text {
  width: 170px;
}

@media print {
  .print-logo, .company, .footer-address {
    text-align: center;
  }
  * {
    overflow: visible !important;
  }
}
#epi-quickNavigator {
  left: 80px;
  width: 91px;
}

/* Components and sub-pages */
/** 
 * Higlight box that have height and can contain an box-content (overlay). 
 */
/**
 * Highlight box. You can set it a bg-image, put overlay-50, overlay-100 in it etc.
 */
.box-flex {
  color: white;
  position: relative;
  margin-bottom: 20px;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 768px) {
  .box-flex {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .box-flex {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .box-flex {
    margin-bottom: 30px;
  }
}

.box-150 {
  height: 290px;
  color: white;
  position: relative;
  margin-bottom: 20px;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 320px) {
  .box-150 {
    height: 290px;
  }
}
@media (min-width: 360px) {
  .box-150 {
    height: 330px;
  }
}
@media (min-width: 375px) {
  .box-150 {
    height: 345px;
  }
}
@media (min-width: 414px) {
  .box-150 {
    height: 384px;
  }
}
@media (min-width: 480px) {
  .box-150 {
    height: 450px;
  }
}
@media (min-width: 533px) {
  .box-150 {
    height: 503px;
  }
}
@media (min-width: 600px) {
  .box-150 {
    height: 570px;
  }
}
@media (min-width: 648px) {
  .box-150 {
    height: 618px;
  }
}
@media (min-width: 768px) {
  .box-150 {
    height: 362.5px;
  }
}
@media (min-width: 992px) {
  .box-150 {
    height: 470px;
  }
}
@media (min-width: 1200px) {
  .box-150 {
    height: 570px;
  }
}
@media (min-width: 768px) {
  .box-150 {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .box-150 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .box-150 {
    margin-bottom: 30px;
  }
}

.box, .box-bg-50-then-100 {
  height: 183.344px;
  color: white;
  position: relative;
  margin-bottom: 20px;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 320px) {
  .box, .box-bg-50-then-100 {
    height: 183.344px;
  }
}
@media (min-width: 360px) {
  .box, .box-bg-50-then-100 {
    height: 210.012px;
  }
}
@media (min-width: 375px) {
  .box, .box-bg-50-then-100 {
    height: 220.0125px;
  }
}
@media (min-width: 414px) {
  .box, .box-bg-50-then-100 {
    height: 246.0138px;
  }
}
@media (min-width: 480px) {
  .box, .box-bg-50-then-100 {
    height: 290.016px;
  }
}
@media (min-width: 533px) {
  .box, .box-bg-50-then-100 {
    height: 325.3511px;
  }
}
@media (min-width: 600px) {
  .box, .box-bg-50-then-100 {
    height: 370.02px;
  }
}
@media (min-width: 648px) {
  .box, .box-bg-50-then-100 {
    height: 402.0216px;
  }
}
@media (min-width: 768px) {
  .box, .box-bg-50-then-100 {
    height: 241.6666666667px;
  }
}
@media (min-width: 992px) {
  .box, .box-bg-50-then-100 {
    height: 313.3333333333px;
  }
}
@media (min-width: 1200px) {
  .box, .box-bg-50-then-100 {
    height: 380px;
  }
}
@media (min-width: 768px) {
  .box, .box-bg-50-then-100 {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .box, .box-bg-50-then-100 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .box, .box-bg-50-then-100 {
    margin-bottom: 30px;
  }
}

.box-50 {
  height: 129.984px;
  color: white;
  position: relative;
  margin-bottom: 20px;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 533px) {
  .box-50 {
    height: 147.6489px;
  }
}
@media (min-width: 600px) {
  .box-50 {
    height: 169.98px;
  }
}
@media (min-width: 648px) {
  .box-50 {
    height: 185.9784px;
  }
}
@media (min-width: 768px) {
  .box-50 {
    height: 104.1666666667px;
  }
}
@media (min-width: 992px) {
  .box-50 {
    height: 136.6666666667px;
  }
}
@media (min-width: 1200px) {
  .box-50 {
    height: 170px;
  }
}
@media (min-width: 768px) {
  .box-50 {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .box-50 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .box-50 {
    margin-bottom: 30px;
  }
}

.box-25 {
  height: 95px;
  color: white;
  position: relative;
  margin-bottom: 20px;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 768px) {
  .box-25 {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .box-25 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .box-25 {
    margin-bottom: 30px;
  }
}

.box-bg-50-then-100 {
  background: no-repeat left center;
  background-size: 100%;
}
@media (min-width: 768px) {
  .box-bg-50-then-100 {
    background-size: 51%;
  }
}
@media (min-width: 992px) {
  .box-bg-50-then-100 {
    background-size: 51%;
  }
}
@media (min-width: 1200px) {
  .box-bg-50-then-100 {
    background-size: 51%;
  }
}

.block-with-img-50-pad {
  height: 100%;
  /*@include small  { height: px($h50-sm - $padding-sm * 2); }
  @include medium { height: px($h50-md - $padding-md * 2); }
  @include large  { height: px($h50-lg - $padding-lg * 2); }*/
  width: 100%;
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 768px) {
  .block-with-img-50-pad {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .block-with-img-50-pad {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .block-with-img-50-pad {
    margin-bottom: 30px;
  }
}
.block-with-img-50-pad .img-container {
  margin-right: 15px;
  width: 30%;
  height: 100%;
  float: left;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center center;
  background-size: cover;
  display: none;
}
@media (min-width: 992px) {
  .block-with-img-50-pad .img-container {
    display: inline;
  }
}
.block-with-img-50-pad .no-bg a .head3-thin, .block-with-img-50-pad.no-bg a .head3-thin {
  color: #00205b;
  color: #00205b !important;
}
.block-with-img-50-pad .no-bg a .head3-thin:hover, .block-with-img-50-pad .no-bg a .head3-thin:hover *, .block-with-img-50-pad.no-bg a .head3-thin:hover, .block-with-img-50-pad.no-bg a .head3-thin:hover * {
  text-decoration: none !important;
  color: #00328e !important;
}
@media (max-width: 767px) {
  .block-with-img-50-pad .no-bg, .block-with-img-50-pad.no-bg {
    height: auto;
  }
}

.block-with-img {
  height: 125px;
  width: 100%;
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 768px) {
  .block-with-img {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .block-with-img {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .block-with-img {
    margin-bottom: 30px;
  }
}
.block-with-img .img-container {
  margin-right: 15px;
  width: 30%;
  height: 100%;
  float: left;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center center;
  background-size: cover;
  display: none;
}
@media (min-width: 992px) {
  .block-with-img .img-container {
    display: inline;
  }
}
.block-with-img .no-bg a .head3-thin, .block-with-img.no-bg a .head3-thin {
  color: #00205b;
  color: #00205b !important;
}
.block-with-img .no-bg a .head3-thin:hover, .block-with-img .no-bg a .head3-thin:hover *, .block-with-img.no-bg a .head3-thin:hover, .block-with-img.no-bg a .head3-thin:hover * {
  text-decoration: none !important;
  color: #00328e !important;
}
@media (max-width: 767px) {
  .block-with-img .no-bg, .block-with-img.no-bg {
    height: auto;
  }
}
.block-with-img .img-container {
  display: inline;
}

.block-with-img-50, .block-with-img-50-last {
  height: 129.984px;
  width: 100%;
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 533px) {
  .block-with-img-50, .block-with-img-50-last {
    height: 147.6489px;
  }
}
@media (min-width: 600px) {
  .block-with-img-50, .block-with-img-50-last {
    height: 169.98px;
  }
}
@media (min-width: 648px) {
  .block-with-img-50, .block-with-img-50-last {
    height: 185.9784px;
  }
}
@media (min-width: 768px) {
  .block-with-img-50, .block-with-img-50-last {
    height: 104.1666666667px;
  }
}
@media (min-width: 992px) {
  .block-with-img-50, .block-with-img-50-last {
    height: 136.6666666667px;
  }
}
@media (min-width: 1200px) {
  .block-with-img-50, .block-with-img-50-last {
    height: 170px;
  }
}
@media (min-width: 768px) {
  .block-with-img-50, .block-with-img-50-last {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .block-with-img-50, .block-with-img-50-last {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .block-with-img-50, .block-with-img-50-last {
    margin-bottom: 30px;
  }
}
.block-with-img-50 .img-container, .block-with-img-50-last .img-container {
  margin-right: 15px;
  width: 30%;
  height: 100%;
  float: left;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center center;
  background-size: cover;
  display: none;
}
@media (min-width: 992px) {
  .block-with-img-50 .img-container, .block-with-img-50-last .img-container {
    display: inline;
  }
}
.block-with-img-50 .no-bg a .head3-thin, .block-with-img-50-last .no-bg a .head3-thin, .block-with-img-50.no-bg a .head3-thin, .no-bg.block-with-img-50-last a .head3-thin {
  color: #00205b;
  color: #00205b !important;
}
.block-with-img-50 .no-bg a .head3-thin:hover, .block-with-img-50-last .no-bg a .head3-thin:hover, .block-with-img-50 .no-bg a .head3-thin:hover *, .block-with-img-50-last .no-bg a .head3-thin:hover *, .block-with-img-50.no-bg a .head3-thin:hover, .no-bg.block-with-img-50-last a .head3-thin:hover, .block-with-img-50.no-bg a .head3-thin:hover *, .no-bg.block-with-img-50-last a .head3-thin:hover * {
  text-decoration: none !important;
  color: #00328e !important;
}
@media (max-width: 767px) {
  .block-with-img-50 .no-bg, .block-with-img-50-last .no-bg, .block-with-img-50.no-bg, .no-bg.block-with-img-50-last {
    height: auto;
  }
}

.block-with-img-50-last {
  margin-bottom: 0px;
}

.no-picture {
  height: auto !important;
}

/**
 * Highlight box content (overlay).
 */
.box-no-bg {
  margin-top: 30px;
  padding: 10px;
  text-decoration: none;
}
.box-no-bg a:hover, .box-no-bg a *:hover {
  text-decoration: none;
  color: #f45500;
}
@media (min-width: 768px) {
  .box-no-bg {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-no-bg {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-no-bg {
    padding: 25px;
  }
}
.box-no-bg, .box-no-bg h1, .box-no-bg h2, .box-no-bg h3, .box-no-bg h4, .box-no-bg p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}

.box-content {
  height: 100%;
  width: 100%;
  left: 0px;
  bottom: 0px;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
}
.box-content h1, .box-content h2, .box-content h3, .box-content p {
  margin-top: 0px;
  color: white;
}
.box-content:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content {
    padding: 25px;
  }
}
.box-content, .box-content h1, .box-content h2, .box-content h3, .box-content h4, .box-content p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}

/*.box-content-h50        { height: 50%; width: 100%; left: 0px; top: 0px; @include overlay; }*/
.box-content-h50-bottom {
  width: 100%;
  left: 0px;
  bottom: 0px;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
  height: 100%;
}
.box-content-h50-bottom h1, .box-content-h50-bottom h2, .box-content-h50-bottom h3, .box-content-h50-bottom p {
  margin-top: 0px;
  color: white;
}
.box-content-h50-bottom:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content-h50-bottom {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content-h50-bottom {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content-h50-bottom {
    padding: 25px;
  }
}
.box-content-h50-bottom, .box-content-h50-bottom h1, .box-content-h50-bottom h2, .box-content-h50-bottom h3, .box-content-h50-bottom h4, .box-content-h50-bottom p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}
@media (min-width: 768px) {
  .box-content-h50-bottom {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .box-content-h50-bottom {
    height: 50%;
  }
}
@media (min-width: 1200px) {
  .box-content-h50-bottom {
    height: 50%;
  }
}

.box-content-w50 {
  left: 0px;
  bottom: 0px;
  width: 50%;
  height: 100%;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
}
.box-content-w50 h1, .box-content-w50 h2, .box-content-w50 h3, .box-content-w50 p {
  margin-top: 0px;
  color: white;
}
.box-content-w50:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content-w50 {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content-w50 {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content-w50 {
    padding: 25px;
  }
}
.box-content-w50, .box-content-w50 h1, .box-content-w50 h2, .box-content-w50 h3, .box-content-w50 h4, .box-content-w50 p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}

.box-content-w50-down {
  left: 0px;
  bottom: 0px;
  height: 58%;
  width: 100%;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .box-content-w50-down {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .box-content-w50-down {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-down {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .box-content-w50-down {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .box-content-w50-down {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-down {
    width: 50%;
  }
}
.box-content-w50-down h1, .box-content-w50-down h2, .box-content-w50-down h3, .box-content-w50-down p {
  margin-top: 0px;
  color: white;
}
.box-content-w50-down:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content-w50-down {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content-w50-down {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-down {
    padding: 25px;
  }
}
.box-content-w50-down, .box-content-w50-down h1, .box-content-w50-down h2, .box-content-w50-down h3, .box-content-w50-down h4, .box-content-w50-down p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}

.box-content-w50-right {
  right: 0px;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
}
.box-content-w50-right h1, .box-content-w50-right h2, .box-content-w50-right h3, .box-content-w50-right p {
  margin-top: 0px;
  color: white;
}
.box-content-w50-right:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content-w50-right {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right {
    padding: 25px;
  }
}
.box-content-w50-right, .box-content-w50-right h1, .box-content-w50-right h2, .box-content-w50-right h3, .box-content-w50-right h4, .box-content-w50-right p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}

.box-content-w50-right-up {
  right: 0px;
  top: 0;
  height: 58%;
  width: 100%;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .box-content-w50-right-up {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right-up {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right-up {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .box-content-w50-right-up {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right-up {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right-up {
    width: 50%;
  }
}
.box-content-w50-right-up h1, .box-content-w50-right-up h2, .box-content-w50-right-up h3, .box-content-w50-right-up p {
  margin-top: 0px;
  color: white;
}
.box-content-w50-right-up:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content-w50-right-up {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right-up {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right-up {
    padding: 25px;
  }
}
.box-content-w50-right-up, .box-content-w50-right-up h1, .box-content-w50-right-up h2, .box-content-w50-right-up h3, .box-content-w50-right-up h4, .box-content-w50-right-up p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}

.box-content-w50-right-bottom, .box-content-w50-right-bottom2 {
  right: 0px;
  bottom: 0;
  height: 58%;
  width: 100%;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .box-content-w50-right-bottom, .box-content-w50-right-bottom2 {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right-bottom, .box-content-w50-right-bottom2 {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right-bottom, .box-content-w50-right-bottom2 {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .box-content-w50-right-bottom, .box-content-w50-right-bottom2 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right-bottom, .box-content-w50-right-bottom2 {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right-bottom, .box-content-w50-right-bottom2 {
    width: 50%;
  }
}
.box-content-w50-right-bottom h1, .box-content-w50-right-bottom2 h1, .box-content-w50-right-bottom h2, .box-content-w50-right-bottom2 h2, .box-content-w50-right-bottom h3, .box-content-w50-right-bottom2 h3, .box-content-w50-right-bottom p, .box-content-w50-right-bottom2 p {
  margin-top: 0px;
  color: white;
}
.box-content-w50-right-bottom:hover, .box-content-w50-right-bottom2:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content-w50-right-bottom, .box-content-w50-right-bottom2 {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right-bottom, .box-content-w50-right-bottom2 {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right-bottom, .box-content-w50-right-bottom2 {
    padding: 25px;
  }
}
.box-content-w50-right-bottom, .box-content-w50-right-bottom2, .box-content-w50-right-bottom h1, .box-content-w50-right-bottom2 h1, .box-content-w50-right-bottom h2, .box-content-w50-right-bottom2 h2, .box-content-w50-right-bottom h3, .box-content-w50-right-bottom2 h3, .box-content-w50-right-bottom h4, .box-content-w50-right-bottom2 h4, .box-content-w50-right-bottom p, .box-content-w50-right-bottom2 p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}

.box-content-w50-right-bottom2 {
  width: 100%;
}
@media (min-width: 768px) {
  .box-content-w50-right-bottom2 {
    width: 52%;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right-bottom2 {
    width: 51.5%;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right-bottom2 {
    width: 51.3%;
  }
}

.box-content-w50-right-full {
  right: 0px;
  bottom: 0;
  height: 58%;
  width: 100%;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .box-content-w50-right-full {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right-full {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right-full {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .box-content-w50-right-full {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right-full {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right-full {
    width: 50%;
  }
}
.box-content-w50-right-full h1, .box-content-w50-right-full h2, .box-content-w50-right-full h3, .box-content-w50-right-full p {
  margin-top: 0px;
  color: white;
}
.box-content-w50-right-full:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content-w50-right-full {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right-full {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right-full {
    padding: 25px;
  }
}
.box-content-w50-right-full, .box-content-w50-right-full h1, .box-content-w50-right-full h2, .box-content-w50-right-full h3, .box-content-w50-right-full h4, .box-content-w50-right-full p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}

.box-content-h50-w50 {
  left: 0px;
  top: 0;
  width: 50%;
  height: 50%;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
}
.box-content-h50-w50 h1, .box-content-h50-w50 h2, .box-content-h50-w50 h3, .box-content-h50-w50 p {
  margin-top: 0px;
  color: white;
}
.box-content-h50-w50:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content-h50-w50 {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content-h50-w50 {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content-h50-w50 {
    padding: 25px;
  }
}
.box-content-h50-w50, .box-content-h50-w50 h1, .box-content-h50-w50 h2, .box-content-h50-w50 h3, .box-content-h50-w50 h4, .box-content-h50-w50 p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}

.box-content-h50-w50-bottom {
  left: 0px;
  bottom: 0;
  width: 50%;
  height: 50%;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
}
.box-content-h50-w50-bottom h1, .box-content-h50-w50-bottom h2, .box-content-h50-w50-bottom h3, .box-content-h50-w50-bottom p {
  margin-top: 0px;
  color: white;
}
.box-content-h50-w50-bottom:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content-h50-w50-bottom {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content-h50-w50-bottom {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content-h50-w50-bottom {
    padding: 25px;
  }
}
.box-content-h50-w50-bottom, .box-content-h50-w50-bottom h1, .box-content-h50-w50-bottom h2, .box-content-h50-w50-bottom h3, .box-content-h50-w50-bottom h4, .box-content-h50-w50-bottom p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}

.box-content-h50-w50-right {
  right: 0px;
  top: 0;
  width: 50%;
  height: 50%;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
}
.box-content-h50-w50-right h1, .box-content-h50-w50-right h2, .box-content-h50-w50-right h3, .box-content-h50-w50-right p {
  margin-top: 0px;
  color: white;
}
.box-content-h50-w50-right:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content-h50-w50-right {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content-h50-w50-right {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content-h50-w50-right {
    padding: 25px;
  }
}
.box-content-h50-w50-right, .box-content-h50-w50-right h1, .box-content-h50-w50-right h2, .box-content-h50-w50-right h3, .box-content-h50-w50-right h4, .box-content-h50-w50-right p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}

.box-content-h50-w50-bottom-right {
  right: 0px;
  bottom: 0;
  width: 50%;
  height: 50%;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
}
.box-content-h50-w50-bottom-right h1, .box-content-h50-w50-bottom-right h2, .box-content-h50-w50-bottom-right h3, .box-content-h50-w50-bottom-right p {
  margin-top: 0px;
  color: white;
}
.box-content-h50-w50-bottom-right:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content-h50-w50-bottom-right {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content-h50-w50-bottom-right {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content-h50-w50-bottom-right {
    padding: 25px;
  }
}
.box-content-h50-w50-bottom-right, .box-content-h50-w50-bottom-right h1, .box-content-h50-w50-bottom-right h2, .box-content-h50-w50-bottom-right h3, .box-content-h50-w50-bottom-right h4, .box-content-h50-w50-bottom-right p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}

.box-content-h33-bottom {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 33.33%;
  min-height: 33.33%;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
}
.box-content-h33-bottom h1, .box-content-h33-bottom h2, .box-content-h33-bottom h3, .box-content-h33-bottom p {
  margin-top: 0px;
  color: white;
}
.box-content-h33-bottom:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content-h33-bottom {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content-h33-bottom {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content-h33-bottom {
    padding: 25px;
  }
}
.box-content-h33-bottom, .box-content-h33-bottom h1, .box-content-h33-bottom h2, .box-content-h33-bottom h3, .box-content-h33-bottom h4, .box-content-h33-bottom p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}
@media (max-width: 767px) {
  .box-content-h33-bottom {
    height: auto;
  }
}

.box-content-w50-right-full {
  right: 0px;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0.85;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .box-content-w50-right-full {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right-full {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right-full {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .box-content-w50-right-full {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right-full {
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right-full {
    opacity: 1;
  }
}
.box-content-w50-right-full h1, .box-content-w50-right-full h2, .box-content-w50-right-full h3, .box-content-w50-right-full p {
  margin-top: 0px;
  color: white;
}
.box-content-w50-right-full:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content-w50-right-full {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right-full {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right-full {
    padding: 25px;
  }
}
.box-content-w50-right-full, .box-content-w50-right-full h1, .box-content-w50-right-full h2, .box-content-w50-right-full h3, .box-content-w50-right-full h4, .box-content-w50-right-full p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}

.color-box {
  color: white;
  height: 100%;
  padding: 10px;
}
@media (min-width: 768px) {
  .color-box {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .color-box {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .color-box {
    padding: 25px;
  }
}

#newsCarousel {
  margin-bottom: 25px;
}

.carousel-inner {
  height: auto;
}
.carousel-inner img {
  position: relative;
  height: auto;
  width: 100%;
  max-width: 570px !important;
}
.carousel-inner .box-content-h33-bottom {
  max-width: 570px !important;
}

.carousel-indicators {
  bottom: 10px;
  right: 20px;
  margin-bottom: 0;
  left: auto;
  text-align: right;
}
@media (min-width: 768px) {
  .carousel-indicators {
    bottom: 30px;
  }
}
@media (min-width: 992px) {
  .carousel-indicators {
    bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .carousel-indicators {
    bottom: 30px;
  }
}
@media (min-width: 570px) {
  .carousel-indicators {
    right: 30px;
  }
}
@media (min-width: 610px) {
  .carousel-indicators {
    right: 50px;
  }
}
@media (min-width: 650px) {
  .carousel-indicators {
    right: 90px;
  }
}
@media (min-width: 690px) {
  .carousel-indicators {
    right: 130px;
  }
}
@media (min-width: 720px) {
  .carousel-indicators {
    right: 170px;
  }
}
@media (min-width: 768px) {
  .carousel-indicators {
    right: 20px;
  }
}

/** Rectangle is like box but with images as tags, not in the background. */
.rect, .rect-xs100-sm50 {
  margin-bottom: 30px;
  overflow: hidden;
}
.rect *, .rect-xs100-sm50 * {
  color: white;
}

.rect-xs100-sm50 {
  margin-left: -15px;
  margin-right: -15px;
}
.rect-xs100-sm50 .img-wrapper {
  width: 100%;
  float: none;
  clear: both;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .rect-xs100-sm50 .img-wrapper {
    width: 50%;
    float: left;
    clear: none;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.rect-xs100-sm50 .img-wrapper img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .rect-xs100-sm50 .img-wrapper img {
    width: 110%;
  }
}
@media (min-width: 992px) {
  .rect-xs100-sm50 .img-wrapper img {
    width: 110%;
  }
}
@media (min-width: 1200px) {
  .rect-xs100-sm50 .img-wrapper img {
    width: 110%;
  }
}
.rect-xs100-sm50 .txt-wrapper {
  width: 100%;
  float: none;
  clear: both;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .rect-xs100-sm50 .txt-wrapper {
    width: 50%;
    float: left;
    clear: none;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.rect-xs100-sm50 .txt-wrapper .rect-txt {
  padding: 20px;
}
.rect-xs100-sm50 .txt-wrapper .rect-txt h1 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .rect-xs100-sm50 .txt-wrapper .rect-txt {
    padding-bottom: 500px;
    margin-bottom: -500px;
    max-height: 500px;
    text-overflow: ellipsis;
  }
  .rect-xs100-sm50 .txt-wrapper .rect-txt .head1-left {
    font-family: "SkattaSans-Regular";
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .rect-xs100-sm50 .txt-wrapper .rect-txt .head1-left {
    padding: 0px 8px 0 10px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .rect-xs100-sm50 .txt-wrapper .rect-txt .head1-left {
    padding: 10px 10px 0 20px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .rect-xs100-sm50 .txt-wrapper .rect-txt .head1-left {
    padding: 15px 10px 0 25px;
  }
}
@media (min-width: 768px) {
  .rect-xs100-sm50 .txt-wrapper .rect-txt .k-thin p {
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .rect-xs100-sm50 .txt-wrapper .rect-txt .k-thin {
    padding: 5px 8px 0 10px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .rect-xs100-sm50 .txt-wrapper .rect-txt .k-thin {
    padding: 8px 8px 0 20px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .rect-xs100-sm50 .txt-wrapper .rect-txt .k-thin {
    padding: 10px 10px 0 25px;
  }
}

.box-padding {
  padding: 10px;
}
@media (min-width: 768px) {
  .box-padding {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-padding {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-padding {
    padding: 25px;
  }
}

/* Frontpage */
.frontpage {
  /* Parallax imgs */
}
.frontpage #corporate-figures {
  background-color: #54585a;
}
.frontpage #corporate-figures .number {
  font-family: "SkattaSans-Black";
}
.frontpage #corporate-figures .turnover {
  color: #cb4700;
  font-size: 52.488px;
}
@media (min-width: 768px) {
  .frontpage #corporate-figures .turnover {
    font-size: 58.32px;
  }
}
@media (min-width: 992px) {
  .frontpage #corporate-figures .turnover {
    font-size: 64.8px;
  }
}
@media (min-width: 1200px) {
  .frontpage #corporate-figures .turnover {
    font-size: 72px;
  }
}
.frontpage #corporate-figures .turnover .turnover-partials {
  font-size: 17.496px;
}
@media (min-width: 768px) {
  .frontpage #corporate-figures .turnover .turnover-partials {
    font-size: 19.44px;
  }
}
@media (min-width: 992px) {
  .frontpage #corporate-figures .turnover .turnover-partials {
    font-size: 21.6px;
  }
}
@media (min-width: 1200px) {
  .frontpage #corporate-figures .turnover .turnover-partials {
    font-size: 24px;
  }
}
.frontpage #corporate-figures .turnover .turnover-partials .retail {
  color: #9b2242;
}
.frontpage #corporate-figures .turnover .turnover-partials .home-goods {
  color: #00205b;
}
.frontpage #corporate-figures .turnover .turnover-partials .hw-store {
  color: #cb4700;
}
.frontpage #corporate-figures .turnover .turnover-partials .cars {
  color: #cd90a0;
}
.frontpage #corporate-figures .turnover .turnover-partials ul {
  padding-left: 0;
  list-style-type: none;
}
.frontpage #corporate-figures .turnover .turnover-partials li {
  display: inline;
  float: left;
  margin-right: 20px;
}
.frontpage #corporate-figures .turnover .turnover-partials li p {
  font-size: 10.206px;
}
@media (min-width: 768px) {
  .frontpage #corporate-figures .turnover .turnover-partials li p {
    font-size: 11.34px;
  }
}
@media (min-width: 992px) {
  .frontpage #corporate-figures .turnover .turnover-partials li p {
    font-size: 12.6px;
  }
}
@media (min-width: 1200px) {
  .frontpage #corporate-figures .turnover .turnover-partials li p {
    font-size: 14px;
  }
}
.frontpage #corporate-figures .energy {
  color: #cd90a0;
}
.frontpage #corporate-figures .employees {
  color: #9b2242;
}
.frontpage .stock-prices {
  font-family: "Arial";
  color: #646469;
  text-transform: uppercase;
  font-size: 26.244px;
  padding-bottom: 25px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .frontpage .stock-prices {
    font-size: 29.16px;
  }
}
@media (min-width: 992px) {
  .frontpage .stock-prices {
    font-size: 32.4px;
  }
}
@media (min-width: 1200px) {
  .frontpage .stock-prices {
    font-size: 36px;
  }
}
.frontpage .stock-prices .stock {
  margin-top: 30px;
}
.frontpage .stock-prices .stock-name {
  color: #00205b;
}
.frontpage .stock-prices .icon {
  font-size: 29.16px;
  position: relative;
}
@media (min-width: 768px) {
  .frontpage .stock-prices .icon {
    font-size: 32.4px;
  }
}
@media (min-width: 992px) {
  .frontpage .stock-prices .icon {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .frontpage .stock-prices .icon {
    font-size: 40px;
  }
}
.frontpage .stock-prices .icon-arrow-up, .frontpage .stock-prices .icon-arrow-up2, .frontpage .stock-prices .icon-arrow-up3 {
  color: #bfc7d6;
  position: absolute;
  top: -2px;
  right: 30px;
}
.frontpage .stock-prices .icon-arrow-down, .frontpage .stock-prices .icon-arrow-down2, .frontpage .stock-prices .icon-arrow-down3 {
  color: #9b2242;
  position: absolute;
  top: -2px;
  right: 30px;
}

.giftcard-page {
  /*h1, .h1 { color: $kesko-blue; text-align: left; font-weight: bold; }*/
}
.giftcard-page body a:link:after, .giftcard-page body a:visited:after {
  content: "";
}
.giftcard-page h2, .giftcard-page .h2 {
  color: #00205b;
  font-weight: lighter;
}
.giftcard-page h3, .giftcard-page .h3 {
  color: #00205b;
}
.giftcard-page p {
  font-family: "SkattaSans-Regular";
}
.giftcard-page .gc-images img {
  padding: 3px;
  width: 100px;
  height: auto;
  float: left;
}
@media (min-width: 768px) {
  .giftcard-page .gc-images img {
    width: 125px;
  }
}
@media (min-width: 992px) {
  .giftcard-page .gc-images img {
    width: 11%;
  }
}
@media (min-width: 1200px) {
  .giftcard-page .gc-images img {
    width: 11%;
  }
}
.giftcard-page #side-img {
  padding-top: 70px;
}
.giftcard-page #side-img img {
  float: left;
  width: 49%;
  height: auto;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .giftcard-page #side-img img {
    width: 100% !important;
  }
}
.giftcard-page #side-img p {
  clear: both;
}
@media (max-width: 768px) {
  .giftcard-page #side-img {
    padding: 105px 0 0 0 !important;
  }
}
.giftcard-page #top-img p {
  clear: both;
}
.giftcard-page .attention {
  font-family: "SkattaSans-Black";
}
.giftcard-page #btn-close-modal {
  padding: 20px;
}
.giftcard-page .print-btn {
  margin-left: 20px;
}
/**
 * xs - Extra small: Phones (0      - 767px)
 * sm - Small: Tablets      (768px  - 991px)
 * md - Medium: Desktops    (992px  - 1199px)
 * lg - Large: Desktops     (1200px - )
 */
/** 
 * Media queries. Usage eg. @include small { width: 70px; } 
 */
/** 
 * Set values for an attribute for each media. 
 * 
 * Usage eg.: @include medias(width, 5px, 10px, 20px, 30px); 
 */
/**
 * Set media values for an attribute that is defined in pixels. Factor 
 * parameter defines, how many percent the value is decreased in 
 * smaller medias. 
 */
/** Decrease attribute px value by 20 % on each media. */
/** 
 * Set font size on large screen (lg) and decrease on every media by the 
 * factor received as parameter. Provide lg size without "px".
 * 
 * Usage eg.: @include font-medias(40, 0.9); 
 */
/** 
 * Set lg font and decrease it 10% per media.
 *
 * Usage eg. @include medias(21); 
 */
/** Provide font sizes as numbers (without "px") */
/**
 * Set margin-top or margin-bottom, padding-bottom or padding-top as !important.
 */
/**
 * Override the bootstrap grid spacing.
 */
/* IE media fix */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* -- Colors -- */
/*new color codes 12.8.2016*/
/*color codes*/
/* Fonts */
/** Color variables in _common.scss  */
.link-black, .heading-area a, .heading-area-sm a, .heading-area a *, .heading-area-sm a *, .link-black a {
  color: #00205b !important;
}
.link-black:hover, .heading-area a:hover, .heading-area-sm a:hover, .heading-area a :hover, .heading-area-sm a :hover, .link-black:hover *, .heading-area a:hover *, .heading-area-sm a:hover *, .heading-area a :hover *, .heading-area-sm a :hover *, .link-black a:hover, .link-black a:hover * {
  text-decoration: none !important;
  color: #00328e !important;
}

.link-white {
  color: white !important;
}
.link-white:hover, .link-white:hover * {
  text-decoration: none !important;
  color: #DDDEDF !important;
}

.link-orange, .link-blue, a.arrow-link-md, p.arrow-link-md, a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
  color: #cb4700 !important;
}
.link-orange:hover, .link-orange:hover *, .link-blue:hover, a.arrow-link-md:hover, p.arrow-link-md:hover, a.arrow-link-lg:hover, a.arrow-link-lg-center:hover, p.arrow-link-lg:hover, p.arrow-link-lg-center:hover, .link-blue:hover *, a.arrow-link-md:hover *, p.arrow-link-md:hover *, a.arrow-link-lg:hover *, a.arrow-link-lg-center:hover *, p.arrow-link-lg:hover *, p.arrow-link-lg-center:hover * {
  text-decoration: none !important;
  color: #fe5900 !important;
}

.link-blue-no-hover {
  color: #cb4700 !important;
}
.link-blue-no-hover:hover, .link-blue-no-hover:hover * {
  text-decoration: none !important;
  color: #cb4700 !important;
}

.txt-white h1, .txt-white .head1-left, .txt-white .bottom-area h2, .bottom-area .txt-white h2, .txt-white h2, .txt-white h3, .txt-white h4, .txt-white p, .txt-white .timestamp, .txt-white .timestamp-white, .txt-white .timestamp_slashed, .txt-white a {
  color: white !important;
  border-color: white;
}
.txt-white p.arrow-link-md {
  color: white !important;
  background: transparent url(/staticcontent/img/icon_big_arrow_right_white.png) left center no-repeat;
  background-size: 6px;
  font-size: 17px !important;
  padding-left: 15px;
  padding-right: 14px;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
  font-family: "SkattaSans-Regular";
}
@media (min-width: 768px) {
  .txt-white p.arrow-link-md {
    background-size: 7px;
  }
}
@media (min-width: 992px) {
  .txt-white p.arrow-link-md {
    background-size: 7px;
  }
}
@media (min-width: 1200px) {
  .txt-white p.arrow-link-md {
    background-size: 8px;
  }
}
@media (min-width: 768px) {
  .txt-white p.arrow-link-md {
    font-size: 18px !important;
  }
}
@media (min-width: 992px) {
  .txt-white p.arrow-link-md {
    font-size: 20px !important;
  }
}
@media (min-width: 1200px) {
  .txt-white p.arrow-link-md {
    font-size: 22px !important;
  }
}
@media (min-width: 768px) {
  .txt-white p.arrow-link-md {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .txt-white p.arrow-link-md {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .txt-white p.arrow-link-md {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .txt-white p.arrow-link-md {
    padding-right: 16px;
  }
}
@media (min-width: 992px) {
  .txt-white p.arrow-link-md {
    padding-right: 18px;
  }
}
@media (min-width: 1200px) {
  .txt-white p.arrow-link-md {
    padding-right: 18px;
  }
}
@media (min-width: 768px) {
  .txt-white p.arrow-link-md {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .txt-white p.arrow-link-md {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .txt-white p.arrow-link-md {
    margin-bottom: 10px;
  }
}
.txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
  color: white !important;
  background: transparent url(/staticcontent/img/icon_big_arrow_right_white.png) left center no-repeat;
  background-size: 7px;
  font-size: 21px !important;
  padding-left: 20px;
  padding-right: 15px;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
  font-family: "SkattaSans-Regular";
}
@media (min-width: 768px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    background-size: 8px;
  }
}
@media (min-width: 992px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    background-size: 9px;
  }
}
@media (min-width: 1200px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    background-size: 10px;
  }
}
@media (min-width: 768px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    font-size: 25px !important;
  }
}
@media (min-width: 992px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    font-size: 30px !important;
  }
}
@media (min-width: 1200px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    font-size: 36px !important;
  }
}
@media (min-width: 768px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    padding-left: 25px;
  }
}
@media (min-width: 1200px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    margin-bottom: 20px;
  }
}
.txt-white a {
  font-family: "SkattaSans-Regular";
}
.txt-white a:hover {
  color: white !important;
  text-decoration: underline;
}

.bg-blue, .bg-darkblue {
  background-color: #00205b;
}

.bg-lightblue {
  background-color: #405884;
}

.bg-babyblue {
  background-color: #7f8fad;
}

.bg-yellow, .bg-grey {
  background-color: #ff8f40;
}

.bg-lightgrey, .bg-turquoise {
  background-color: #bfc7d6;
}

.bg-orange, .bg-violet {
  background-color: #cb4700;
}

.bg-red, .bg-aniline {
  background-color: #9b2242;
}

.bg-lightred {
  background-color: #cd90a0;
}

.bg-orange75 {
  background-color: #cb4700;
}

.bg-orange50 {
  background-color: #cb4700;
}

.bg-blue25 {
  background-color: #bfc7d6;
}

.bg-warmgrey {
  background-color: #d1bda9;
}

.bg-warmgrey25 {
  background-color: #f4eee9;
}

.bg-warmgrey50 {
  background-color: #e8ded4;
}

.bg-warmgrey75 {
  background-color: #dccdbe;
}

.bg-lightgrey {
  background-color: #DDDEDF;
}

.bg-mediumgrey {
  background-color: #707372;
}

.bg-darkgrey {
  background-color: #54585a;
}

.bg-blue-transparent, .bg-darkblue-transparent {
  background-color: rgba(0, 32, 91, 0.85);
}

.bg-lightblue-transparent {
  background-color: rgba(64, 88, 132, 0.85);
}

.bg-babyblue-transparent {
  background-color: rgba(127, 143, 173, 0.85);
}

.bg-yellow-transparent {
  background-color: rgba(255, 143, 64, 0.85);
}

.bg-turquoise-transparent {
  background-color: rgba(205, 144, 160, 0.85);
}

.bg-violet-transparent {
  background-color: rgba(203, 71, 0, 0.85);
}

.bg-aniline-transparent {
  background-color: rgba(155, 34, 66, 0.85);
}

.bg-grey-transparent {
  background-color: rgba(255, 143, 64, 0.85);
}

.bg-lightgrey-transparent {
  background-color: rgba(191, 199, 214, 0.85);
}

.bg-red-transparent {
  background-color: rgba(155, 34, 66, 0.85);
}

.bg-lightred-transparent {
  background-color: rgba(205, 144, 160, 0.85);
}

.bg-orange-transparent {
  background-color: rgba(203, 71, 0, 0.85);
}

.bg-orange75-transparent {
  background-color: rgba(203, 71, 0, 0.85);
}

.bg-orange50-transparent {
  background-color: rgba(203, 71, 0, 0.85);
}

.bg-blue25-transparent {
  background-color: rgba(191, 199, 214, 0.85);
}

.bg-warmgrey-transparent {
  background-color: rgba(209, 189, 169, 0.85);
}

.bg-warmgrey-transparent25 {
  background-color: rgba(244, 238, 233, 0.85);
}

.bg-warmgrey-transparent50 {
  background-color: rgba(232, 222, 212, 0.85);
}

.bg-warmgrey-transparent75 {
  background-color: rgba(220, 205, 190, 0.85);
}

.bg-lightgrey-transparent {
  background-color: rgba(221, 222, 223, 0.85);
}

.bg-mediumgrey-transparent {
  background-color: rgba(112, 115, 114, 0.85);
}

.bg-darkgrey-transparent {
  background-color: rgba(84, 88, 90, 0.85);
}

.bg-blue-transparent-25, .bg-darkblue-transparent-25 {
  background-color: rgba(0, 32, 91, 0.25);
}

.bg-lightblue-transparent-25 {
  background-color: rgba(64, 88, 132, 0.25);
}

.bg-babyblue-transparent-25 {
  background-color: rgba(127, 143, 173, 0.25);
}

.bg-yellow-transparent-25 {
  background-color: rgba(255, 143, 64, 0.25);
}

.bg-turquoise-transparent-25 {
  background-color: rgba(205, 144, 160, 0.25);
}

.bg-violet-transparent-25 {
  background-color: rgba(203, 71, 0, 0.25);
}

.bg-aniline-transparent-25 {
  background-color: rgba(155, 34, 66, 0.25);
}

.bg-grey-transparent-25 {
  background-color: rgba(203, 71, 0, 0.25);
}

.bg-lightgrey-transparent-25 {
  background-color: rgba(191, 199, 214, 0.25);
}

.bg-red-transparent-25 {
  background-color: rgba(155, 34, 66, 0.25);
}

.bg-lightred-transparent-25 {
  background-color: rgba(205, 144, 160, 0.25);
}

.bg-orange-transparent-25 {
  background-color: rgba(203, 71, 0, 0.25);
}

.bg-orange75-transparent-25 {
  background-color: rgba(203, 71, 0, 0.25);
}

.bg-orange50-transparent-25 {
  background-color: rgba(203, 71, 0, 0.25);
}

.bg-blue25-transparent-25 {
  background-color: rgba(191, 199, 214, 0.25);
}

.bg-warmgrey-transparent {
  background-color: rgba(209, 189, 169, 0.85);
}

.bg-warmgrey-transparent25 {
  background-color: rgba(244, 238, 233, 0.85);
}

.bg-warmgrey-transparent50 {
  background-color: rgba(232, 222, 212, 0.85);
}

.bg-warmgrey-transparent75 {
  background-color: rgba(220, 205, 190, 0.85);
}

.bg-lightgrey-transparent {
  background-color: rgba(221, 222, 223, 0.85);
}

.bg-mediumgrey-transparent {
  background-color: rgba(112, 115, 114, 0.85);
}

.bg-darkgrey-transparent {
  background-color: rgba(84, 88, 90, 0.85);
}

.bg-yellow-transparent-50 {
  background-color: rgba(255, 143, 64, 0.5);
}

.bg-blue-transparent-50, .bg-darkblue-transparent-50 {
  background-color: rgba(0, 32, 91, 0.5);
}

.bg-lightblue-transparent-50 {
  background-color: rgba(64, 88, 132, 0.5);
}

.bg-babyblue-transparent-50 {
  background-color: rgba(127, 143, 173, 0.5);
}

.bg-turquoise-transparent-50 {
  background-color: rgba(205, 144, 160, 0.5);
}

.bg-violet-transparent-50 {
  background-color: rgba(203, 71, 0, 0.5);
}

.bg-aniline-transparent-50 {
  background-color: rgba(155, 34, 66, 0.5);
}

.bg-grey-transparent-50 {
  background-color: rgba(203, 71, 0, 0.5);
}

.bg-lightgrey-transparent-50 {
  background-color: rgba(191, 199, 214, 0.5);
}

.bg-red-transparent-50 {
  background-color: rgba(155, 34, 66, 0.5);
}

.bg-lightred-transparent-50 {
  background-color: rgba(205, 144, 160, 0.5);
}

.bg-orange-transparent-50 {
  background-color: rgba(203, 71, 0, 0.5);
}

.bg-orange75-transparent-50 {
  background-color: rgba(203, 71, 0, 0.5);
}

.bg-orange50-transparent-50 {
  background-color: rgba(203, 71, 0, 0.5);
}

.bg-blue25-transparent-50 {
  background-color: rgba(191, 199, 214, 0.5);
}

.bg-warmgrey-transparent {
  background-color: rgba(209, 189, 169, 0.85);
}

.bg-warmgrey-transparent25 {
  background-color: rgba(244, 238, 233, 0.85);
}

.bg-warmgrey-transparent50 {
  background-color: rgba(232, 222, 212, 0.85);
}

.bg-warmgrey-transparent75 {
  background-color: rgba(220, 205, 190, 0.85);
}

.bg-lightgrey-transparent {
  background-color: rgba(221, 222, 223, 0.85);
}

.bg-mediumgrey-transparent {
  background-color: rgba(112, 115, 114, 0.85);
}

.bg-darkgrey-transparent {
  background-color: rgba(84, 88, 90, 0.85);
}

.bg-blue-transparent-85, .bg-darkblue-transparent-85 {
  background-color: rgba(0, 32, 91, 0.85);
}

.bg-lightblue-transparent-85 {
  background-color: rgba(64, 88, 132, 0.85);
}

.bg-babyblue-transparent-85 {
  background-color: rgba(127, 143, 173, 0.85);
}

.bg-yellow-transparent-85 {
  background-color: rgba(255, 143, 64, 0.85);
}

.bg-turquoise-transparent-85 {
  background-color: rgba(205, 144, 160, 0.85);
}

.bg-violet-transparent-85 {
  background-color: rgba(203, 71, 0, 0.85);
}

.bg-aniline-transparent-85 {
  background-color: rgba(155, 34, 66, 0.85);
}

.bg-grey-transparent-85 {
  background-color: rgba(203, 71, 0, 0.85);
}

.bg-lightgrey-transparent-85 {
  background-color: rgba(191, 199, 214, 0.85);
}

.bg-red-transparent-85 {
  background-color: rgba(155, 34, 66, 0.85);
}

.bg-lightred-transparent-85 {
  background-color: rgba(205, 144, 160, 0.85);
}

.bg-orange-transparent-85 {
  background-color: rgba(203, 71, 0, 0.85);
}

.bg-orange75-transparent-85 {
  background-color: rgba(203, 71, 0, 0.85);
}

.bg-orange50-transparent-85 {
  background-color: rgba(203, 71, 0, 0.85);
}

.bg-blue25-transparent-85 {
  background-color: rgba(191, 199, 214, 0.85);
}

.bg-warmgrey-transparent {
  background-color: rgba(209, 189, 169, 0.85);
}

.bg-warmgrey-transparent25 {
  background-color: rgba(244, 238, 233, 0.85);
}

.bg-warmgrey-transparent50 {
  background-color: rgba(232, 222, 212, 0.85);
}

.bg-warmgrey-transparent75 {
  background-color: rgba(220, 205, 190, 0.85);
}

.bg-lightgrey-transparent {
  background-color: rgba(221, 222, 223, 0.85);
}

.bg-mediumgrey-transparent {
  background-color: rgba(112, 115, 114, 0.85);
}

.bg-darkgrey-transparent {
  background-color: rgba(84, 88, 90, 0.85);
}

a.bg-yellow, div.bg-yellow {
  background-color: #ff8f40;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-yellow:hover, a:hover a.bg-yellow, div.bg-yellow:hover, a:hover div.bg-yellow {
  background-color: #ffa769;
}
a.bg-yellow:hover, div.bg-yellow:hover {
  text-decoration: none !important;
}

a.bg-turquoise, div.bg-turquoise {
  background-color: #cd90a0;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-turquoise:hover, a:hover a.bg-turquoise, div.bg-turquoise:hover, a:hover div.bg-turquoise {
  background-color: #daacb8;
}
a.bg-turquoise:hover, div.bg-turquoise:hover {
  text-decoration: none !important;
}

a.bg-violet, div.bg-violet {
  background-color: #cb4700;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-violet:hover, a:hover a.bg-violet, div.bg-violet:hover, a:hover div.bg-violet {
  background-color: #f45500;
}
a.bg-violet:hover, div.bg-violet:hover {
  text-decoration: none !important;
}

a.bg-blue, div.bg-blue {
  background-color: #00205b;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-blue:hover, a:hover a.bg-blue, div.bg-blue:hover, a:hover div.bg-blue {
  background-color: #002e84;
}
a.bg-blue:hover, div.bg-blue:hover {
  text-decoration: none !important;
}

a.bg-lightblue, div.bg-lightblue {
  background-color: #405884;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-lightblue:hover, a:hover a.bg-lightblue, div.bg-lightblue:hover, a:hover div.bg-lightblue {
  background-color: #4d6a9f;
}
a.bg-lightblue:hover, div.bg-lightblue:hover {
  text-decoration: none !important;
}

a.bg-babyblue, div.bg-babyblue {
  background-color: #7f8fad;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-babyblue:hover, a:hover a.bg-babyblue, div.bg-babyblue:hover, a:hover div.bg-babyblue {
  background-color: #98a5bd;
}
a.bg-babyblue:hover, div.bg-babyblue:hover {
  text-decoration: none !important;
}

a.bg-darkblue, div.bg-darkblue {
  background-color: #00205b;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-darkblue:hover, a:hover a.bg-darkblue, div.bg-darkblue:hover, a:hover div.bg-darkblue {
  background-color: #002e84;
}
a.bg-darkblue:hover, div.bg-darkblue:hover {
  text-decoration: none !important;
}

a.bg-aniline, div.bg-aniline {
  background-color: #9b2242;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-aniline:hover, a:hover a.bg-aniline, div.bg-aniline:hover, a:hover div.bg-aniline {
  background-color: #d12e59;
}
a.bg-aniline:hover, div.bg-aniline:hover {
  text-decoration: none !important;
}

a.bg-grey, div.bg-grey {
  background-color: #cb4700;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-grey:hover, a:hover a.bg-grey, div.bg-grey:hover, a:hover div.bg-grey {
  background-color: #f45500;
}
a.bg-grey:hover, div.bg-grey:hover {
  text-decoration: none !important;
}

a.bg-orange, div.bg-orange {
  background-color: #cb4700;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-orange:hover, a:hover a.bg-orange, div.bg-orange:hover, a:hover div.bg-orange {
  background-color: #f45500;
}
a.bg-orange:hover, div.bg-orange:hover {
  text-decoration: none !important;
}

a.bg-red, div.bg-red {
  background-color: #9b2242;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-red:hover, a:hover a.bg-red, div.bg-red:hover, a:hover div.bg-red {
  background-color: #bc2950;
}
a.bg-red:hover, div.bg-red:hover {
  text-decoration: none !important;
}

a.bg-lightred, div.bg-lightred {
  background-color: #cd90a0;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-lightred:hover, a:hover a.bg-lightred, div.bg-lightred:hover, a:hover div.bg-lightred {
  background-color: #daacb8;
}
a.bg-lightred:hover, div.bg-lightred:hover {
  text-decoration: none !important;
}

a.bg-lightgrey, div.bg-lightgrey {
  background-color: #bfc7d6;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-lightgrey:hover, a:hover a.bg-lightgrey, div.bg-lightgrey:hover, a:hover div.bg-lightgrey {
  background-color: #d8dde6;
}
a.bg-lightgrey:hover, div.bg-lightgrey:hover {
  text-decoration: none !important;
}

a.bg-orange75, div.bg-orange75 {
  background-color: #cb4700;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-orange75:hover, a:hover a.bg-orange75, div.bg-orange75:hover, a:hover div.bg-orange75 {
  background-color: #f45500;
}
a.bg-orange75:hover, div.bg-orange75:hover {
  text-decoration: none !important;
}

a.bg-orange50, div.bg-orange50 {
  background-color: #cb4700;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-orange50:hover, a:hover a.bg-orange50, div.bg-orange50:hover, a:hover div.bg-orange50 {
  background-color: #f45500;
}
a.bg-orange50:hover, div.bg-orange50:hover {
  text-decoration: none !important;
}

a.bg-blue25, div.bg-blue25 {
  background-color: #bfc7d6;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-blue25:hover, a:hover a.bg-blue25, div.bg-blue25:hover, a:hover div.bg-blue25 {
  background-color: #d8dde6;
}
a.bg-blue25:hover, div.bg-blue25:hover {
  text-decoration: none !important;
}

.bg-warmgrey-transparent, div.bg-warmgrey {
  background-color: rgba(209, 189, 169, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.bg-warmgrey-transparent:hover, div.bg-warmgrey:hover {
  text-decoration: none !important;
}

.bg-warmgrey-transparent25, div.bg-warmgrey25 {
  background-color: rgba(244, 238, 233, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.bg-warmgrey-transparent25:hover, div.bg-warmgrey25:hover {
  text-decoration: none !important;
}

.bg-warmgrey-transparent50, div.bg-warmgrey50 {
  background-color: rgba(232, 222, 212, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.bg-warmgrey-transparent50:hover, div.bg-warmgrey50:hover {
  text-decoration: none !important;
}

.bg-warmgrey-transparent75, div.bg-warmgrey75 {
  background-color: rgba(220, 205, 190, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.bg-warmgrey-transparent75:hover, div.bg-warmgrey75:hover {
  text-decoration: none !important;
}

.bg-lightgrey-transparent, div.bg-lightgrey {
  background-color: rgba(221, 222, 223, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.bg-lightgrey-transparent:hover, div.bg-lightgrey:hover {
  text-decoration: none !important;
}

.bg-mediumgrey-transparent, div.bg-mediumgrey {
  background-color: rgba(112, 115, 114, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.bg-mediumgrey-transparent:hover, div.bg-mediumgrey:hover {
  text-decoration: none !important;
}

.bg-darkgrey-transparent, div.bg-darkgrey {
  background-color: rgba(84, 88, 90, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.bg-darkgrey-transparent:hover, div.bg-darkgrey:hover {
  text-decoration: none !important;
}

a.bg-yellow-transparent, div.bg-yellow-transparent {
  background-color: rgba(255, 143, 64, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-yellow-transparent:hover, a:hover a.bg-yellow-transparent, div.bg-yellow-transparent:hover, a:hover div.bg-yellow-transparent {
  background-color: rgba(255, 167, 105, 0.85);
}
a.bg-yellow-transparent:hover, div.bg-yellow-transparent:hover {
  text-decoration: none !important;
}

a.bg-turquoise-transparent, div.bg-turquoise-transparent {
  background-color: rgba(205, 144, 160, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-turquoise-transparent:hover, a:hover a.bg-turquoise-transparent, div.bg-turquoise-transparent:hover, a:hover div.bg-turquoise-transparent {
  background-color: rgba(218, 172, 184, 0.85);
}
a.bg-turquoise-transparent:hover, div.bg-turquoise-transparent:hover {
  text-decoration: none !important;
}

a.bg-violet-transparent, div.bg-violet-transparent {
  background-color: rgba(203, 71, 0, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-violet-transparent:hover, a:hover a.bg-violet-transparent, div.bg-violet-transparent:hover, a:hover div.bg-violet-transparent {
  background-color: rgba(244, 85, 0, 0.85);
}
a.bg-violet-transparent:hover, div.bg-violet-transparent:hover {
  text-decoration: none !important;
}

a.bg-blue-transparent, div.bg-blue-transparent {
  background-color: rgba(0, 32, 91, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-blue-transparent:hover, a:hover a.bg-blue-transparent, div.bg-blue-transparent:hover, a:hover div.bg-blue-transparent {
  background-color: rgba(0, 46, 132, 0.85);
}
a.bg-blue-transparent:hover, div.bg-blue-transparent:hover {
  text-decoration: none !important;
}

a.bg-lightblue-transparent, div.bg-lightblue-transparent {
  background-color: rgba(64, 88, 132, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-lightblue-transparent:hover, a:hover a.bg-lightblue-transparent, div.bg-lightblue-transparent:hover, a:hover div.bg-lightblue-transparent {
  background-color: rgba(77, 106, 159, 0.85);
}
a.bg-lightblue-transparent:hover, div.bg-lightblue-transparent:hover {
  text-decoration: none !important;
}

a.bg-babyblue-transparent, div.bg-babyblue-transparent {
  background-color: rgba(127, 143, 173, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-babyblue-transparent:hover, a:hover a.bg-babyblue-transparent, div.bg-babyblue-transparent:hover, a:hover div.bg-babyblue-transparent {
  background-color: rgba(152, 165, 189, 0.85);
}
a.bg-babyblue-transparent:hover, div.bg-babyblue-transparent:hover {
  text-decoration: none !important;
}

a.bg-darkblue-transparent, div.bg-darkblue-transparent {
  background-color: rgba(0, 32, 91, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-darkblue-transparent:hover, a:hover a.bg-darkblue-transparent, div.bg-darkblue-transparent:hover, a:hover div.bg-darkblue-transparent {
  background-color: rgba(0, 46, 132, 0.85);
}
a.bg-darkblue-transparent:hover, div.bg-darkblue-transparent:hover {
  text-decoration: none !important;
}

a.bg-aniline-transparent, div.bg-aniline-transparent {
  background-color: rgba(155, 34, 66, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-aniline-transparent:hover, a:hover a.bg-aniline-transparent, div.bg-aniline-transparent:hover, a:hover div.bg-aniline-transparent {
  background-color: rgba(209, 46, 89, 0.85);
}
a.bg-aniline-transparent:hover, div.bg-aniline-transparent:hover {
  text-decoration: none !important;
}

a.bg-grey-transparent, div.bg-grey-transparent {
  background-color: rgba(203, 71, 0, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-grey-transparent:hover, a:hover a.bg-grey-transparent, div.bg-grey-transparent:hover, a:hover div.bg-grey-transparent {
  background-color: rgba(244, 85, 0, 0.85);
}
a.bg-grey-transparent:hover, div.bg-grey-transparent:hover {
  text-decoration: none !important;
}

a.bg-lightgrey-transparent, div.bg-lightgrey-transparent {
  background-color: rgba(191, 199, 214, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-lightgrey-transparent:hover, a:hover a.bg-lightgrey-transparent, div.bg-lightgrey-transparent:hover, a:hover div.bg-lightgrey-transparent {
  background-color: rgba(216, 221, 230, 0.85);
}
a.bg-lightgrey-transparent:hover, div.bg-lightgrey-transparent:hover {
  text-decoration: none !important;
}

a.bg-orange-transparent, div.bg-orange-transparent {
  background-color: rgba(203, 71, 0, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-orange-transparent:hover, a:hover a.bg-orange-transparent, div.bg-orange-transparent:hover, a:hover div.bg-orange-transparent {
  background-color: rgba(244, 85, 0, 0.85);
}
a.bg-orange-transparent:hover, div.bg-orange-transparent:hover {
  text-decoration: none !important;
}

a.bg-red-transparent, div.bg-red-transparent {
  background-color: rgba(155, 34, 66, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-red-transparent:hover, a:hover a.bg-red-transparent, div.bg-red-transparent:hover, a:hover div.bg-red-transparent {
  background-color: rgba(188, 41, 80, 0.85);
}
a.bg-red-transparent:hover, div.bg-red-transparent:hover {
  text-decoration: none !important;
}

a.bg-lightred-transparent, div.bg-lightred-transparent {
  background-color: rgba(205, 144, 160, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-lightred-transparent:hover, a:hover a.bg-lightred-transparent, div.bg-lightred-transparent:hover, a:hover div.bg-lightred-transparent {
  background-color: rgba(218, 172, 184, 0.85);
}
a.bg-lightred-transparent:hover, div.bg-lightred-transparent:hover {
  text-decoration: none !important;
}

a.bg-orange75-transparent, div.bg-orange75-transparent {
  background-color: rgba(203, 71, 0, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-orange75-transparent:hover, a:hover a.bg-orange75-transparent, div.bg-orange75-transparent:hover, a:hover div.bg-orange75-transparent {
  background-color: rgba(244, 85, 0, 0.85);
}
a.bg-orange75-transparent:hover, div.bg-orange75-transparent:hover {
  text-decoration: none !important;
}

a.bg-orange50-transparent, div.bg-orange50-transparent {
  background-color: rgba(203, 71, 0, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-orange50-transparent:hover, a:hover a.bg-orange50-transparent, div.bg-orange50-transparent:hover, a:hover div.bg-orange50-transparent {
  background-color: rgba(244, 85, 0, 0.85);
}
a.bg-orange50-transparent:hover, div.bg-orange50-transparent:hover {
  text-decoration: none !important;
}

a.bg-blue25-transparent, div.bg-blue25-transparent {
  background-color: rgba(191, 199, 214, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-blue25-transparent:hover, a:hover a.bg-blue25-transparent, div.bg-blue25-transparent:hover, a:hover div.bg-blue25-transparent {
  background-color: rgba(216, 221, 230, 0.85);
}
a.bg-blue25-transparent:hover, div.bg-blue25-transparent:hover {
  text-decoration: none !important;
}

a.bg-warmgrey-transparent, div.bg-warmgrey-transparent {
  background-color: rgba(209, 189, 169, 0.85);
}
a.bg-warmgrey-transparent:hover, a:hover a.bg-warmgrey-transparent, div.bg-warmgrey-transparent:hover, a:hover div.bg-warmgrey-transparent {
  background-color: rgba(223, 209, 196, 0.85);
}

a.bg-warmgrey25-transparent, div.bg-warmgrey25-transparent {
  background-color: rgba(244, 238, 233, 0.85);
}
a.bg-warmgrey25-transparent:hover, a:hover a.bg-warmgrey25-transparent, div.bg-warmgrey25-transparent:hover, a:hover div.bg-warmgrey25-transparent {
  background-color: rgba(255, 255, 255, 0.85);
}

a.bg-warmgrey50-transparent, div.bg-warmgrey50-transparent {
  background-color: rgba(232, 222, 212, 0.85);
}
a.bg-warmgrey50-transparent:hover, a:hover a.bg-warmgrey50-transparent, div.bg-warmgrey50-transparent:hover, a:hover div.bg-warmgrey50-transparent {
  background-color: rgba(246, 242, 239, 0.85);
}

a.bg-warmgrey75-transparent, div.bg-warmgrey75-transparent {
  background-color: rgba(220, 205, 190, 0.85);
}
a.bg-warmgrey75-transparent:hover, a:hover a.bg-warmgrey75-transparent, div.bg-warmgrey75-transparent:hover, a:hover div.bg-warmgrey75-transparent {
  background-color: rgba(234, 225, 217, 0.85);
}

a.bg-lightgrey-transparent, div.bg-lightgrey-transparent {
  background-color: rgba(221, 222, 223, 0.85);
}
a.bg-lightgrey-transparent:hover, a:hover a.bg-lightgrey-transparent, div.bg-lightgrey-transparent:hover, a:hover div.bg-lightgrey-transparent {
  background-color: rgba(242, 242, 243, 0.85);
}

a.bg-mediumgrey-transparent, div.bg-mediumgrey-transparent {
  background-color: rgba(112, 115, 114, 0.85);
}
a.bg-mediumgrey-transparent:hover, a:hover a.bg-mediumgrey-transparent, div.bg-mediumgrey-transparent:hover, a:hover div.bg-mediumgrey-transparent {
  background-color: rgba(132, 136, 134, 0.85);
}

a.bg-darkgrey-transparent, div.bg-darkgrey-transparent {
  background-color: rgba(84, 88, 90, 0.85);
}
a.bg-darkgrey-transparent:hover, a:hover a.bg-darkgrey-transparent, div.bg-darkgrey-transparent:hover, a:hover div.bg-darkgrey-transparent {
  background-color: rgba(104, 109, 111, 0.85);
}

.grey {
  color: #54585a;
}

/** 
 * General text styling for headers etc. 
 */
.center-x, .center-xy, .hero-wrapper .hero-text {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .center-x, .center-xy, .hero-wrapper .hero-text {
    width: 65%;
  }
}
@media (min-width: 992px) {
  .center-x, .center-xy, .hero-wrapper .hero-text {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .center-x, .center-xy, .hero-wrapper .hero-text {
    width: 65%;
  }
}

.center-y, .center-xy, .hero-wrapper .hero-text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.center-y:first-child, .center-xy:first-child, .hero-wrapper .hero-text:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .center-xy h1, .hero-wrapper .hero-text h1, .center-xy .head1-left, .center-xy .bottom-area h2, .bottom-area .center-xy h2, .hero-wrapper .hero-text .head1-left, .hero-wrapper .hero-text .bottom-area h2, .bottom-area .hero-wrapper .hero-text h2 {
    text-align: center !important;
  }
}
.center-y-container, .hero-wrapper .hero-content {
  height: 100%;
  position: relative;
}

.center-x-content {
  text-align: center;
}

h1, .head1-left, .bottom-area h2, h2, h3, h4, h5, h6 {
  color: #00205b;
}

body {
  font-size: 16px;
  font-family: "SkattaSans-Regular";
  color: #00205b;
  line-height: 1;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 17px;
  }
}

h1, .head1-left, .bottom-area h2, .head1, .hero-header, .head1-lg {
  text-align: center;
  text-transform: uppercase;
  font-family: "SkattaSans-Black";
  line-height: 1.1;
  font-size: 26px;
}
@media (min-width: 768px) {
  h1, .head1-left, .bottom-area h2, .head1, .hero-header, .head1-lg {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  h1, .head1-left, .bottom-area h2, .head1, .hero-header, .head1-lg {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  h1, .head1-left, .bottom-area h2, .head1, .hero-header, .head1-lg {
    font-size: 42px;
  }
}

.head1-left, .bottom-area h2 {
  text-align: left;
}

.head1-lg {
  text-transform: none;
  font-family: "SkattaSans-Bold";
  font-size: 26px;
}
@media (min-width: 768px) {
  .head1-lg {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .head1-lg {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .head1-lg {
    font-size: 56px;
  }
}

.heading-thin {
  font-family: "SkattaSans-Regular";
  text-align: center;
  font-size: 24.786px;
}
@media (min-width: 768px) {
  .heading-thin {
    font-size: 27.54px;
  }
}
@media (min-width: 992px) {
  .heading-thin {
    font-size: 30.6px;
  }
}
@media (min-width: 1200px) {
  .heading-thin {
    font-size: 34px;
  }
}

h2, h2 a, .head2, h2.hl-text, a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center, .head2-caps, .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center, .head2 a, h2.hl-text a, a.arrow-link-lg a, a.arrow-link-lg-center a, p.arrow-link-lg a, p.arrow-link-lg-center a, .head2-caps a, .txt-white p.arrow-link-lg a, .txt-white p.arrow-link-lg-center a {
  text-align: left;
  font-family: "SkattaSans-Regular";
  line-height: 1;
  font-size: 21px;
}
@media (min-width: 768px) {
  h2, h2 a, .head2, h2.hl-text, a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center, .head2-caps, .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center, .head2 a, h2.hl-text a, a.arrow-link-lg a, a.arrow-link-lg-center a, p.arrow-link-lg a, p.arrow-link-lg-center a, .head2-caps a, .txt-white p.arrow-link-lg a, .txt-white p.arrow-link-lg-center a {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  h2, h2 a, .head2, h2.hl-text, a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center, .head2-caps, .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center, .head2 a, h2.hl-text a, a.arrow-link-lg a, a.arrow-link-lg-center a, p.arrow-link-lg a, p.arrow-link-lg-center a, .head2-caps a, .txt-white p.arrow-link-lg a, .txt-white p.arrow-link-lg-center a {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  h2, h2 a, .head2, h2.hl-text, a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center, .head2-caps, .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center, .head2 a, h2.hl-text a, a.arrow-link-lg a, a.arrow-link-lg-center a, p.arrow-link-lg a, p.arrow-link-lg-center a, .head2-caps a, .txt-white p.arrow-link-lg a, .txt-white p.arrow-link-lg-center a {
    font-size: 36px;
  }
}

.head2-caps {
  text-transform: uppercase;
}

h3, h3 a, .head3, p.highlight, .head3-medium, .head3-regular, .head3-thin, .head3-thin-sm, .head3-thin-caps-center, .head3 a, p.highlight a, .head3-medium a, .head3-regular a, .head3-thin a, .head3-thin-sm a, .head3-thin-caps-center a {
  text-align: left;
  font-family: "SkattaSans-Bold";
  line-height: 1;
  font-size: 20px;
}
@media (min-width: 768px) {
  h3, h3 a, .head3, p.highlight, .head3-medium, .head3-regular, .head3-thin, .head3-thin-sm, .head3-thin-caps-center, .head3 a, p.highlight a, .head3-medium a, .head3-regular a, .head3-thin a, .head3-thin-sm a, .head3-thin-caps-center a {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  h3, h3 a, .head3, p.highlight, .head3-medium, .head3-regular, .head3-thin, .head3-thin-sm, .head3-thin-caps-center, .head3 a, p.highlight a, .head3-medium a, .head3-regular a, .head3-thin a, .head3-thin-sm a, .head3-thin-caps-center a {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  h3, h3 a, .head3, p.highlight, .head3-medium, .head3-regular, .head3-thin, .head3-thin-sm, .head3-thin-caps-center, .head3 a, p.highlight a, .head3-medium a, .head3-regular a, .head3-thin a, .head3-thin-sm a, .head3-thin-caps-center a {
    font-size: 22px;
  }
}

.head3-thin, .head3-thin-sm, .head3-thin-caps-center {
  font-family: "SkattaSans-Regular";
}

.head3-regular {
  font-family: "SkattaSans-Regular";
}

.head3-medium {
  font-family: "SkattaSans-Bold";
}

.head3-thin-caps-center {
  text-transform: uppercase;
  text-align: center;
}

.head3-thin-sm {
  font-size: 18px;
}
@media (min-width: 768px) {
  .head3-thin-sm {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .head3-thin-sm {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .head3-thin-sm {
    font-size: 22px;
  }
}

.k-thin, .k-thin p, .k-thin a, .k-thin h2, .k-thin h3, .k-thin h4, .k-thin span {
  font-family: "SkattaSans-Regular";
}

.k-regular, .k-regular p, .k-regular a, .k-regular h2, .k-regular h3, .k-regular h4, .k-regular span {
  font-family: "SkattaSans-Regular";
}
.k-regular .arrow-link-lg a, .k-regular a.arrow-link-lg-center a, .k-regular p.arrow-link-lg-center a, .k-regular .arrow-link-md a, .k-regular h2, .k-regular h2 a {
  font-family: "SkattaSans-Regular";
}

.k-medium, .k-medium p, .k-medium a, .k-medium h2, .k-medium h3, .k-medium h4, .k-medium span {
  font-family: "SkattaSans-Bold";
}

.k-bold, .k-bold p, .k-bold a, .k-bold h2, .k-bold h3, .k-bold h4, .k-bold span {
  font-family: "SkattaSans-Black";
}

h4, .head4, .head4-thin {
  text-align: left;
  font-size: 16px;
  font-family: "SkattaSans-Bold";
  line-height: 1;
}
@media (min-width: 768px) {
  h4, .head4, .head4-thin {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  h4, .head4, .head4-thin {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  h4, .head4, .head4-thin {
    font-size: 19px;
  }
}

.head4-thin {
  font-family: "SkattaSans-Regular";
}

.head1, .hero-header, .head1-lg, .head2, h2.hl-text, a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center, .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center, .head2-caps, .head3, p.highlight, .head3-thin, .head3-regular, .head3-medium, .head3-thin-caps-center, .head3-thin-sm, .head4, .head4-thin {
  margin-bottom: 5px;
  margin-top: 0;
}

.heading-area, .heading-area-sm {
  clear: both;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .heading-area, .heading-area-sm {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .heading-area, .heading-area-sm {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .heading-area, .heading-area-sm {
    margin-bottom: 20px;
  }
}
.heading-area h1, .heading-area-sm h1, .heading-area .head1-left, .heading-area-sm .head1-left, .heading-area h2, .heading-area-sm h2, .heading-area .head1, .heading-area .hero-header, .heading-area-sm .head1, .heading-area-sm .hero-header, .heading-area .head1-lg, .heading-area-sm .head1-lg, .heading-area .head2, .heading-area a.arrow-link-lg, .heading-area a.arrow-link-lg-center, .heading-area p.arrow-link-lg, .heading-area p.arrow-link-lg-center, .heading-area-sm .head2, .heading-area-sm a.arrow-link-lg, .heading-area-sm a.arrow-link-lg-center, .heading-area-sm p.arrow-link-lg, .heading-area-sm p.arrow-link-lg-center, .heading-area .head2-caps, .heading-area-sm .head2-caps {
  text-align: left;
  display: table;
}
.heading-area-sm {
  margin-bottom: 10px;
}

/* Hero unit */
.hero-wrapper {
  height: 245.76px;
  position: relative;
  z-index: 2;
  margin-top: -1px;
  text-align: center;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 768px) {
  .hero-wrapper {
    height: 307.2px;
  }
}
@media (min-width: 992px) {
  .hero-wrapper {
    height: 384px;
  }
}
@media (min-width: 1200px) {
  .hero-wrapper {
    height: 480px;
  }
}
.hero-wrapper h1, .hero-wrapper .head1-left, .hero-wrapper .bottom-area h2, .bottom-area .hero-wrapper h2, .hero-wrapper h2, .hero-wrapper h3, .hero-wrapper h4, .hero-wrapper p, .hero-wrapper .head1, .hero-wrapper .hero-header, .hero-wrapper .head1-lg, .hero-wrapper .head2, .hero-wrapper h2.hl-text, .hero-wrapper a.arrow-link-lg, .hero-wrapper a.arrow-link-lg-center, .hero-wrapper p.arrow-link-lg, .hero-wrapper p.arrow-link-lg-center, .hero-wrapper .head2-caps, .hero-wrapper .head3, .hero-wrapper p.highlight, .hero-wrapper .head3-thin, .hero-wrapper .head3-regular, .hero-wrapper .head3-medium, .hero-wrapper .head3-thin-caps-center, .hero-wrapper .head3-thin-sm, .hero-wrapper .head4, .hero-wrapper .head4-thin {
  color: white;
  text-align: center;
}
.hero-wrapper h2 {
  font-family: "SkattaSans-Regular";
}
.hero-wrapper a:hover {
  text-decoration: none;
  color: white;
}
.hero-wrapper .hero-content {
  z-index: 5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: bottom;
  background-position-x: right;
}
.hero-wrapper .hero-link {
  margin-top: 40px;
}
.hero-wrapper .hero-overlay-100 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}

.hero-header {
  color: white;
  text-align: center;
  color: #fff;
  padding: 20px;
  font-size: 30.375px;
}
@media (min-width: 768px) {
  .hero-header {
    font-size: 40.5px;
  }
}
@media (min-width: 992px) {
  .hero-header {
    font-size: 54px;
  }
}
@media (min-width: 1200px) {
  .hero-header {
    font-size: 72px;
  }
}
.hero-header h1, .hero-header .head1-left, .hero-header .bottom-area h2, .bottom-area .hero-header h2 {
  font-family: "SkattaSans-Black";
  margin-bottom: 25px;
}
.hero-header p {
  font-family: "SkattaSans-Regular";
  padding-top: 25px;
  text-transform: none;
}
.hero-header h1, .hero-header .head1-left, .hero-header .bottom-area h2, .bottom-area .hero-header h2, .hero-header p {
  color: white;
  text-align: center;
  color: #fff;
  font-size: 34.992px;
}
@media (min-width: 768px) {
  .hero-header h1, .hero-header .head1-left, .hero-header .bottom-area h2, .bottom-area .hero-header h2, .hero-header p {
    font-size: 38.88px;
  }
}
@media (min-width: 992px) {
  .hero-header h1, .hero-header .head1-left, .hero-header .bottom-area h2, .bottom-area .hero-header h2, .hero-header p {
    font-size: 43.2px;
  }
}
@media (min-width: 1200px) {
  .hero-header h1, .hero-header .head1-left, .hero-header .bottom-area h2, .bottom-area .hero-header h2, .hero-header p {
    font-size: 48px;
  }
}

.bottom-area {
  margin-bottom: 80px;
}
p {
  text-align: left;
  font-family: "SkattaSans-Regular";
  line-height: 1.1;
  font-size: 16px;
}
@media (min-width: 768px) {
  p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  p {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  p {
    font-size: 19px;
  }
}

/* Links */
a {
  color: #cb4700;
  font-size: inherit;
  font-family: "SkattaSans-Regular";
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
  background: transparent url(/staticcontent/img/icon_big_arrow_right_blue.png) left center no-repeat;
  background-size: 7px;
  font-size: 21px !important;
  padding-left: 20px;
  padding-right: 15px;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
  font-family: "SkattaSans-Regular";
}
@media (min-width: 768px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    background-size: 8px;
  }
}
@media (min-width: 992px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    background-size: 9px;
  }
}
@media (min-width: 1200px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    background-size: 10px;
  }
}
@media (min-width: 768px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    font-size: 25px !important;
  }
}
@media (min-width: 992px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    font-size: 30px !important;
  }
}
@media (min-width: 1200px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    font-size: 36px !important;
  }
}
@media (min-width: 768px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    padding-left: 25px;
  }
}
@media (min-width: 1200px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    margin-bottom: 20px;
  }
}

a.arrow-link-md, p.arrow-link-md {
  background: transparent url(/staticcontent/img/icon_big_arrow_right_blue.png) left center no-repeat;
  background-size: 6px;
  font-size: 17px !important;
  padding-left: 15px;
  padding-right: 14px;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
  font-family: "SkattaSans-Regular";
}
@media (min-width: 768px) {
  a.arrow-link-md, p.arrow-link-md {
    background-size: 7px;
  }
}
@media (min-width: 992px) {
  a.arrow-link-md, p.arrow-link-md {
    background-size: 7px;
  }
}
@media (min-width: 1200px) {
  a.arrow-link-md, p.arrow-link-md {
    background-size: 8px;
  }
}
@media (min-width: 768px) {
  a.arrow-link-md, p.arrow-link-md {
    font-size: 18px !important;
  }
}
@media (min-width: 992px) {
  a.arrow-link-md, p.arrow-link-md {
    font-size: 20px !important;
  }
}
@media (min-width: 1200px) {
  a.arrow-link-md, p.arrow-link-md {
    font-size: 22px !important;
  }
}
@media (min-width: 768px) {
  a.arrow-link-md, p.arrow-link-md {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  a.arrow-link-md, p.arrow-link-md {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  a.arrow-link-md, p.arrow-link-md {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  a.arrow-link-md, p.arrow-link-md {
    padding-right: 16px;
  }
}
@media (min-width: 992px) {
  a.arrow-link-md, p.arrow-link-md {
    padding-right: 18px;
  }
}
@media (min-width: 1200px) {
  a.arrow-link-md, p.arrow-link-md {
    padding-right: 18px;
  }
}
@media (min-width: 768px) {
  a.arrow-link-md, p.arrow-link-md {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  a.arrow-link-md, p.arrow-link-md {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  a.arrow-link-md, p.arrow-link-md {
    margin-bottom: 10px;
  }
}

a.arrow-link-lg-center, p.arrow-link-lg-center {
  text-align: left;
}
@media (min-width: 768px) {
  a.arrow-link-lg-center, p.arrow-link-lg-center {
    text-align: center;
  }
}
@media (min-width: 992px) {
  a.arrow-link-lg-center, p.arrow-link-lg-center {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  a.arrow-link-lg-center, p.arrow-link-lg-center {
    text-align: center;
  }
}

a.arrow-link-blue, a.arrow-link-lightblue, a.arrow-link-yellow, a.arrow-link-turquoise, a.arrow-link-violet, a.arrow-link-darkblue, a.arrow-link-aniline, a.arrow-link-grey {
  color: white !important;
  text-decoration: none;
  display: block;
  font-family: "SkattaSans-Regular";
  background: transparent url(/staticcontent/img/icon_big_arrow_right_white.png) no-repeat;
  background-size: 8px;
  background-position: 14px 12px;
  font-size: 20px;
  padding: 5px 15px 5px 35px;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
@media (min-width: 768px) {
  a.arrow-link-blue, a.arrow-link-lightblue, a.arrow-link-yellow, a.arrow-link-turquoise, a.arrow-link-violet, a.arrow-link-darkblue, a.arrow-link-aniline, a.arrow-link-grey {
    padding: 6px 20px 6px 40px;
    background-size: 9px;
    background-position: 16px 14px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  a.arrow-link-blue, a.arrow-link-lightblue, a.arrow-link-yellow, a.arrow-link-turquoise, a.arrow-link-violet, a.arrow-link-darkblue, a.arrow-link-aniline, a.arrow-link-grey {
    padding: 7px 20px 7px 45px;
    background-size: 11px;
    background-position: 18px 17px;
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  a.arrow-link-blue, a.arrow-link-lightblue, a.arrow-link-yellow, a.arrow-link-turquoise, a.arrow-link-violet, a.arrow-link-darkblue, a.arrow-link-aniline, a.arrow-link-grey {
    padding: 8px 20px 8px 50px;
    background-size: 13px;
    background-position: 20px 22px;
    font-size: 38px;
  }
}

a.arrow-link-blue, a.arrow-link-darkblue {
  background-color: #00205b;
}

a.arrow-link-lightblue {
  background-color: #405884;
}

a.arrow-link-lightred, a.arrow-link-turquoise {
  background-color: #cd90a0;
}

a.arrow-link-orange, a.arrow-link-violet {
  background-color: #cb4700;
}

a.arrow-link-red, a.arrow-link-aniline {
  background-color: #9b2242;
}

a.arrow-link-grey, a.arrow-link-yellow {
  background-color: #54585a;
}

a.arrow-link-lightgrey {
  background-color: #707372;
}

a.arrow-link-blue:hover, a.arrow-link-darkblue:hover {
  background-color: rgba(0, 32, 91, 0.5);
}

a.arrow-link-lightblue:hover {
  background-color: rgba(64, 88, 132, 0.5);
}

a.arrow-link-lightred:hover, a.arrow-link-turquoise:hover {
  background-color: rgba(196, 136, 152, 0.5);
}

a.arrow-link-orange:hover, a.arrow-link-violet:hover {
  background-color: rgb(203, 71, 0);
}

a.arrow-link-red:hover, a.arrow-link-aniline:hover {
  background-color: rgba(155, 34, 66, 0.5);
}

a.arrow-link-grey:hover, a.arrow-link-yellow:hover {
  background-color: rgba(255, 143, 64, 0.5);
}

a.arrow-link-lightgrey:hover {
  background-color: rgba(112, 114, 115, 0.5);
}

/* Timestamp */
.timestamp, .timestamp-white, .timestamp_slashed {
  font-family: "SkattaSans-Regular";
  font-size: 10.206px;
  color: #707372;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .timestamp, .timestamp-white, .timestamp_slashed {
    font-size: 11.34px;
  }
}
@media (min-width: 992px) {
  .timestamp, .timestamp-white, .timestamp_slashed {
    font-size: 12.6px;
  }
}
@media (min-width: 1200px) {
  .timestamp, .timestamp-white, .timestamp_slashed {
    font-size: 14px;
  }
}

.timestamp_slashed {
  padding-left: 10px;
}
.timestamp_slashed::before {
  content: " / ";
  padding-right: 10px;
}

.timestamp-white {
  color: white;
}

.timestamp-black-nocaps {
  font-family: "SkattaSans-Regular";
  font-size: 10.206px;
  color: #707372;
  color: #00205b;
}
@media (min-width: 768px) {
  .timestamp-black-nocaps {
    font-size: 11.34px;
  }
}
@media (min-width: 992px) {
  .timestamp-black-nocaps {
    font-size: 12.6px;
  }
}
@media (min-width: 1200px) {
  .timestamp-black-nocaps {
    font-size: 14px;
  }
}

/* Small label text, like Vastuullisuus, Uutiset etc. */
.small-label, .small-label-leftspaced a, .small-label-leftspaced {
  font-family: "SkattaSans-Regular";
  text-transform: uppercase;
  font-size: 13px;
  color: #707372;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .small-label, .small-label-leftspaced a, .small-label-leftspaced {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .small-label, .small-label-leftspaced a, .small-label-leftspaced {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .small-label, .small-label-leftspaced a, .small-label-leftspaced {
    font-size: 14px;
  }
}

.small-label-white {
  font-family: "SkattaSans-Regular";
  text-transform: uppercase;
  font-size: 13px;
  color: white;
}
@media (min-width: 768px) {
  .small-label-white {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .small-label-white {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .small-label-white {
    font-size: 14px;
  }
}

.small-label-leftspaced {
  padding-left: 4px;
}

ul.arrow_bullets {
  list-style-type: none;
  margin-left: -20px;
  margin-bottom: 0px;
}
ul.arrow_bullets li {
  padding-left: 20px;
  background: url("/staticcontent/img/icon_nav_arrow_right_blue.png") left center no-repeat;
}
ul.arrow_bullets li a {
  line-height: 1 !important;
  font-family: "SkattaSans-Regular";
  color: #cb4700;
  font-size: 20px;
  cursor: pointer;
}
@media (min-width: 768px) {
  ul.arrow_bullets li a {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  ul.arrow_bullets li a {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  ul.arrow_bullets li a {
    font-size: 28px;
  }
}

ul.shifted_left {
  margin-left: -38px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  ul.shifted_left {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  ul.shifted_left {
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  ul.shifted_left {
    margin-bottom: 0px;
  }
}

ul.no_bullets li {
  list-style: none;
}

ul.years li a {
  font-family: "SkattaSans-Bold";
  font-size: 20px;
  color: #cb4700;
}

h2.hl-text {
  font-family: "SkattaSans-Black";
  border-bottom: 3px solid white;
  line-height: 1.2;
  display: table;
  margin: 0 auto 15px auto;
}

.xtra-pad {
  padding: 30px !important;
}

.article_ingress, .article_ingress p {
  text-align: center;
  font-family: "SkattaSans-Regular";
  font-size: 23.328px;
  line-height: 1.1;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .article_ingress, .article_ingress p {
    font-size: 25.92px;
  }
}
@media (min-width: 992px) {
  .article_ingress, .article_ingress p {
    font-size: 28.8px;
  }
}
@media (min-width: 1200px) {
  .article_ingress, .article_ingress p {
    font-size: 32px;
  }
}

.spacing-top, .spacing, a.spacing, a.spacing-top {
  display: block;
  margin-top: 20px;
}

.spacing-bottom, .spacing, a.spacing, a.spacing-bottom {
  display: block;
  margin-bottom: 20px;
}

.spacing-bottom-xs {
  margin-bottom: 3px !important;
}
@media (min-width: 768px) {
  .spacing-bottom-xs {
    margin-bottom: 5px !important;
  }
}
@media (min-width: 992px) {
  .spacing-bottom-xs {
    margin-bottom: 5px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-bottom-xs {
    margin-bottom: 5px !important;
  }
}

.spacing-bottom-sm {
  margin-bottom: 5px !important;
}
@media (min-width: 768px) {
  .spacing-bottom-sm {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 992px) {
  .spacing-bottom-sm {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-bottom-sm {
    margin-bottom: 10px !important;
  }
}

.spacing-bottom-md {
  margin-bottom: 15px !important;
}
@media (min-width: 768px) {
  .spacing-bottom-md {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 992px) {
  .spacing-bottom-md {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-bottom-md {
    margin-bottom: 30px !important;
  }
}

.spacing-bottom-lg {
  margin-bottom: 20px !important;
}
@media (min-width: 768px) {
  .spacing-bottom-lg {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 992px) {
  .spacing-bottom-lg {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-bottom-lg {
    margin-bottom: 40px !important;
  }
}

.spacing-bottom-xl {
  margin-bottom: 30px !important;
}
@media (min-width: 768px) {
  .spacing-bottom-xl {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 992px) {
  .spacing-bottom-xl {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-bottom-xl {
    margin-bottom: 50px !important;
  }
}

.spacing-bottom-xxl {
  margin-bottom: 40px !important;
}
@media (min-width: 768px) {
  .spacing-bottom-xxl {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 992px) {
  .spacing-bottom-xxl {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-bottom-xxl {
    margin-bottom: 60px !important;
  }
}

.spacing-xs {
  margin-bottom: 3px !important;
  margin-top: 3px !important;
}
@media (min-width: 768px) {
  .spacing-xs {
    margin-bottom: 5px !important;
  }
}
@media (min-width: 992px) {
  .spacing-xs {
    margin-bottom: 5px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-xs {
    margin-bottom: 5px !important;
  }
}
@media (min-width: 768px) {
  .spacing-xs {
    margin-top: 5px !important;
  }
}
@media (min-width: 992px) {
  .spacing-xs {
    margin-top: 5px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-xs {
    margin-top: 5px !important;
  }
}

.spacing-lg {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}
@media (min-width: 768px) {
  .spacing-lg {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 992px) {
  .spacing-lg {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-lg {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 768px) {
  .spacing-lg {
    margin-top: 30px !important;
  }
}
@media (min-width: 992px) {
  .spacing-lg {
    margin-top: 30px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-lg {
    margin-top: 40px !important;
  }
}

.spacing-xl {
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}
@media (min-width: 768px) {
  .spacing-xl {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 992px) {
  .spacing-xl {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-xl {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 768px) {
  .spacing-xl {
    margin-top: 40px !important;
  }
}
@media (min-width: 992px) {
  .spacing-xl {
    margin-top: 40px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-xl {
    margin-top: 50px !important;
  }
}

.spacing-xxl {
  margin-bottom: 40px !important;
  margin-top: 40px !important;
}
@media (min-width: 768px) {
  .spacing-xxl {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 992px) {
  .spacing-xxl {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-xxl {
    margin-bottom: 60px !important;
  }
}
@media (min-width: 768px) {
  .spacing-xxl {
    margin-top: 50px !important;
  }
}
@media (min-width: 992px) {
  .spacing-xxl {
    margin-top: 50px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-xxl {
    margin-top: 60px !important;
  }
}

.spacing-top-xs {
  margin-top: 3px !important;
}
@media (min-width: 768px) {
  .spacing-top-xs {
    margin-top: 5px !important;
  }
}
@media (min-width: 992px) {
  .spacing-top-xs {
    margin-top: 5px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-top-xs {
    margin-top: 5px !important;
  }
}

.spacing-top-sm {
  margin-top: 5px !important;
}
@media (min-width: 768px) {
  .spacing-top-sm {
    margin-top: 10px !important;
  }
}
@media (min-width: 992px) {
  .spacing-top-sm {
    margin-top: 10px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-top-sm {
    margin-top: 10px !important;
  }
}

.spacing-top-lg {
  margin-top: 20px !important;
}
@media (min-width: 768px) {
  .spacing-top-lg {
    margin-top: 30px !important;
  }
}
@media (min-width: 992px) {
  .spacing-top-lg {
    margin-top: 30px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-top-lg {
    margin-top: 40px !important;
  }
}

.spacing-top-xl {
  margin-top: 30px !important;
}
@media (min-width: 768px) {
  .spacing-top-xl {
    margin-top: 40px !important;
  }
}
@media (min-width: 992px) {
  .spacing-top-xl {
    margin-top: 40px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-top-xl {
    margin-top: 50px !important;
  }
}

.spacing-top-xxl {
  margin-top: 40px !important;
}
@media (min-width: 768px) {
  .spacing-top-xxl {
    margin-top: 50px !important;
  }
}
@media (min-width: 992px) {
  .spacing-top-xxl {
    margin-top: 50px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-top-xxl {
    margin-top: 60px !important;
  }
}

.spacing-top-xxxl {
  margin-top: 60px !important;
}
@media (min-width: 768px) {
  .spacing-top-xxxl {
    margin-top: 70px !important;
  }
}
@media (min-width: 992px) {
  .spacing-top-xxxl {
    margin-top: 70px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-top-xxxl {
    margin-top: 80px !important;
  }
}

.pad30 {
  padding: 10px;
}
@media (min-width: 768px) {
  .pad30 {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .pad30 {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .pad30 {
    padding: 25px;
  }
}

.white {
  color: white !important;
}

.hr-grey {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid white;
}
@media (min-width: 768px) {
  .hr-grey {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .hr-grey {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .hr-grey {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hr-grey {
    border-width: 0;
  }
}

.hr-black {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #00205b;
}
@media (min-width: 768px) {
  .hr-black {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .hr-black {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .hr-black {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hr-black {
    border-width: 0;
  }
}

.hr-white {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid white;
}
@media (min-width: 768px) {
  .hr-white {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .hr-white {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .hr-white {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hr-white {
    border-width: 0;
  }
}

.sitemap ul {
  list-style: none;
  padding-left: 20px;
}
.sitemap ul li a {
  line-height: 1.4;
  font-family: "SkattaSans-Regular";
  color: #00205b;
  font-size: 14px;
}
@media (min-width: 768px) {
  .sitemap ul li a {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .sitemap ul li a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .sitemap ul li a {
    font-size: 16px;
  }
}
.sitemap .row:not(:first-child) {
  border-top: 1px solid #DDDEDF;
}
.sitemap .row {
  padding-bottom: 10px;
}
.sitemap .row .row_title a:hover {
  text-decoration: none;
}
.sitemap .row .row_title h2 {
  font-family: "SkattaSans-Regular";
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .sitemap .row {
    padding-bottom: 20px;
  }
}
.sitemap .row > div {
  padding-left: 1.2em;
}
.sitemap .row > div > ul {
  padding-left: 0px !important;
}
.sitemap .row > div > ul > li {
  margin: 5px 0;
}
.sitemap .row > div > ul > li:not(:first-child) {
  padding-top: 0.5em;
}
.sitemap .row > div > ul > li > a {
  font-family: "SkattaSans-Bold";
  text-transform: uppercase;
  background: transparent url(/staticcontent/img/icon_big_arrow_right_blue.png) left center no-repeat;
  background-size: 5px;
  background-position: 0 6px;
  font-size: 14px !important;
  padding-left: 15px;
  display: block;
}
@media (min-width: 768px) {
  .sitemap .row > div > ul > li > a {
    background-size: 6px;
  }
}
@media (min-width: 992px) {
  .sitemap .row > div > ul > li > a {
    background-size: 6px;
  }
}
@media (min-width: 1200px) {
  .sitemap .row > div > ul > li > a {
    background-size: 6px;
  }
}
@media (min-width: 768px) {
  .sitemap .row > div > ul > li > a {
    background-position: 0 6px;
  }
}
@media (min-width: 992px) {
  .sitemap .row > div > ul > li > a {
    background-position: 0 6px;
  }
}
@media (min-width: 1200px) {
  .sitemap .row > div > ul > li > a {
    background-position: 0 7px;
  }
}
@media (min-width: 768px) {
  .sitemap .row > div > ul > li > a {
    font-size: 15px !important;
  }
}
@media (min-width: 992px) {
  .sitemap .row > div > ul > li > a {
    font-size: 16px !important;
  }
}
@media (min-width: 1200px) {
  .sitemap .row > div > ul > li > a {
    font-size: 16px !important;
  }
}
@media (min-width: 768px) {
  .sitemap .row > div > ul > li > a {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .sitemap .row > div > ul > li > a {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .sitemap .row > div > ul > li > a {
    padding-left: 20px;
  }
}
.sitemap .row > div > ul > li > ul > li {
  padding-top: 0.4em;
  padding-bottom: 0.3em;
}
.sitemap .row > div > ul > li > ul > li a {
  line-height: 1.2;
  font-family: "SkattaSans-Regular";
  font-size: 14px;
}
@media (min-width: 768px) {
  .sitemap .row > div > ul > li > ul > li a {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .sitemap .row > div > ul > li > ul > li a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .sitemap .row > div > ul > li > ul > li a {
    font-size: 16px;
  }
}
.sitemap .row > div > ul li ul li ul li {
  padding-top: 0.5em;
}
.sitemap .row > div > ul li ul li ul li a {
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .sitemap .row > div:nth-child(n+3) {
    border-left: 1px solid #DADCDE;
  }
}
/**
 * Header and footer styles.
 */
/**
 * xs - Extra small: Phones (0      - 767px)
 * sm - Small: Tablets      (768px  - 991px)
 * md - Medium: Desktops    (992px  - 1199px)
 * lg - Large: Desktops     (1200px - )
 */
/** 
 * Media queries. Usage eg. @include small { width: 70px; } 
 */
/** 
 * Set values for an attribute for each media. 
 * 
 * Usage eg.: @include medias(width, 5px, 10px, 20px, 30px); 
 */
/**
 * Set media values for an attribute that is defined in pixels. Factor 
 * parameter defines, how many percent the value is decreased in 
 * smaller medias. 
 */
/** Decrease attribute px value by 20 % on each media. */
/** 
 * Set font size on large screen (lg) and decrease on every media by the 
 * factor received as parameter. Provide lg size without "px".
 * 
 * Usage eg.: @include font-medias(40, 0.9); 
 */
/** 
 * Set lg font and decrease it 10% per media.
 *
 * Usage eg. @include medias(21); 
 */
/** Provide font sizes as numbers (without "px") */
/**
 * Set margin-top or margin-bottom, padding-bottom or padding-top as !important.
 */
/**
 * Override the bootstrap grid spacing.
 */
/* IE media fix */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* -- Colors -- */
/*new color codes 12.8.2016*/
/*color codes*/
/* Fonts */
/* ---------  Search ------- */
.main_nav_search {
  position: absolute;
  right: 5px;
  top: 7px;
  height: 45px;
  width: 0%;
  min-width: 40px;
  overflow: hidden;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}
@media (min-width: 768px) {
  .main_nav_search {
    right: 0px;
  }
}
@media (min-width: 992px) {
  .main_nav_search {
    right: 0px;
  }
}
@media (min-width: 1200px) {
  .main_nav_search {
    right: 0px;
  }
}
@media (min-width: 768px) {
  .main_nav_search {
    top: 0px;
  }
}
@media (min-width: 992px) {
  .main_nav_search {
    top: 0px;
  }
}
@media (min-width: 1200px) {
  .main_nav_search {
    top: 0px;
  }
}
@media (min-width: 768px) {
  .main_nav_search {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .main_nav_search {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .main_nav_search {
    height: 60px;
  }
}
.main_nav_search .search_icon, .main_nav_search .search_submit {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 45px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .main_nav_search .search_icon, .main_nav_search .search_submit {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .main_nav_search .search_icon, .main_nav_search .search_submit {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .main_nav_search .search_icon, .main_nav_search .search_submit {
    height: 60px;
  }
}
.main_nav_search .search_submit {
  background-color: transparent !important;
}
.main_nav_search .search_icon {
  background: url("/staticcontent/img/icon_search.png") white center center no-repeat;
  z-index: 90;
}
.main_nav_search .search_input {
  position: absolute;
  top: 0;
  right: 0;
  border: none !important;
  outline: none;
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 5px 40px 5px 50px !important;
  font-family: "SkattaSans-Regular";
  font-size: 17px;
  color: #FFF;
  transition: right 0.2s;
  -webkit-transition: right 0.2s;
  -moz-transition: right 0.2s;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  z-index: 10;
}
@media (min-width: 768px) {
  .main_nav_search .search_input {
    height: 58px;
  }
}
@media (min-width: 992px) {
  .main_nav_search .search_input {
    height: 58px;
  }
}
@media (min-width: 1200px) {
  .main_nav_search .search_input {
    height: 58px;
  }
}
.main_nav_search .search_close {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 45px;
  width: 40px;
  padding-right: 10px;
  background: url("/staticcontent/img/icon_search_close.png") center center no-repeat;
  display: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .main_nav_search .search_close {
    top: 6px;
  }
}
@media (min-width: 992px) {
  .main_nav_search .search_close {
    top: 6px;
  }
}
@media (min-width: 1200px) {
  .main_nav_search .search_close {
    top: 6px;
  }
}

.main_nav_search.main_nav_search_open {
  width: 99%;
  border-left: 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
@media (min-width: 768px) {
  .main_nav_search.main_nav_search_open {
    width: 460px;
  }
}
@media (min-width: 992px) {
  .main_nav_search.main_nav_search_open {
    width: 460px;
  }
}
@media (min-width: 1200px) {
  .main_nav_search.main_nav_search_open {
    width: 460px;
  }
}
.main_nav_search.main_nav_search_open .search_input {
  background: #cb4700;
}
.main_nav_search.main_nav_search_open .search_close {
  display: block;
  z-index: 100;
}
.main_nav_search.main_nav_search_open .search_icon {
  display: none;
}
.main_nav_search.main_nav_search_open .search_submit {
  z-index: 110;
  left: 0px;
  top: 0px;
  height: 45px;
  width: 50px;
  border: none;
  outline: none;
  background: url("/staticcontent/img/icon_search_active.png") transparent center center no-repeat;
}
@media (min-width: 768px) {
  .main_nav_search.main_nav_search_open .search_submit {
    top: 6px;
  }
}
@media (min-width: 992px) {
  .main_nav_search.main_nav_search_open .search_submit {
    top: 6px;
  }
}
@media (min-width: 1200px) {
  .main_nav_search.main_nav_search_open .search_submit {
    top: 6px;
  }
}

/* ---------  Subsite Search ------- */
#subsiteHeader .main_nav_search {
  position: absolute;
  right: 15px;
  top: auto;
  height: 55px;
}
@media (min-width: 768px) {
  #subsiteHeader .main_nav_search {
    right: 15px;
  }
}
@media (min-width: 992px) {
  #subsiteHeader .main_nav_search {
    right: 15px;
  }
}
@media (min-width: 1200px) {
  #subsiteHeader .main_nav_search {
    right: 15px;
  }
}
@media (min-width: 768px) {
  #subsiteHeader .main_nav_search {
    height: 52px;
  }
}
@media (min-width: 992px) {
  #subsiteHeader .main_nav_search {
    height: 52px;
  }
}
@media (min-width: 1200px) {
  #subsiteHeader .main_nav_search {
    height: 52px;
  }
}
#subsiteHeader .main_nav_search .search_input {
  height: 55px;
  background-color: transparent;
}
@media (min-width: 768px) {
  #subsiteHeader .main_nav_search .search_input {
    height: 52px;
  }
}
@media (min-width: 992px) {
  #subsiteHeader .main_nav_search .search_input {
    height: 52px;
  }
}
@media (min-width: 1200px) {
  #subsiteHeader .main_nav_search .search_input {
    height: 52px;
  }
}
#subsiteHeader .main_nav_search .search_icon {
  background: url("/staticcontent/img/icon_search_active.png") center center no-repeat;
}
#subsiteHeader .main_nav_search .search_icon, #subsiteHeader .main_nav_search .search_submit {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 55px;
  cursor: pointer;
}
@media (min-width: 768px) {
  #subsiteHeader .main_nav_search .search_icon, #subsiteHeader .main_nav_search .search_submit {
    height: 52px;
  }
}
@media (min-width: 992px) {
  #subsiteHeader .main_nav_search .search_icon, #subsiteHeader .main_nav_search .search_submit {
    height: 52px;
  }
}
@media (min-width: 1200px) {
  #subsiteHeader .main_nav_search .search_icon, #subsiteHeader .main_nav_search .search_submit {
    height: 52px;
  }
}
#subsiteHeader .main_nav_search .search_close {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 45px;
  width: 40px;
  padding-right: 10px;
  background: url("/staticcontent/img/icon_search_close.png") center center no-repeat;
  display: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  #subsiteHeader .main_nav_search .search_close {
    top: 3px;
  }
}
@media (min-width: 992px) {
  #subsiteHeader .main_nav_search .search_close {
    top: 3px;
  }
}
@media (min-width: 1200px) {
  #subsiteHeader .main_nav_search .search_close {
    top: 3px;
  }
}

#subsiteHeader .main_nav_search.main_nav_search_open .search_input {
  background: #cb4700;
}
#subsiteHeader .main_nav_search.main_nav_search_open .search_icon {
  display: none;
}
#subsiteHeader .main_nav_search.main_nav_search_open .search_close {
  display: block;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  /* ---------  Subsite Search ------- */
  #subsiteHeader .main_nav_search {
    top: 0px;
    right: 55px;
  }
  #subsiteHeader .main_nav_search.main_nav_search_open {
    width: 80%;
  }
  #subsiteHeader .main_nav_search.main_nav_search_open .search_close {
    top: 5px;
  }
}
@media screen and (max-width: 768px) {
  /* ---------  Subsite Search ------- */
  #subsiteHeader .main_nav_search {
    top: 0px;
    right: 58px;
  }
  #subsiteHeader .main_nav_search.main_nav_search_open {
    width: 80%;
  }
  #subsiteHeader .main_nav_search.main_nav_search_open .search_close {
    top: 5px;
  }
}
@media screen and (max-width: 660px) {
  #subsiteHeader .main_nav_search.main_nav_search_open {
    width: 70%;
  }
}
@media screen and (max-width: 450px) {
  #subsiteHeader .main_nav_search.main_nav_search_open {
    width: 65%;
  }
}
/* 
    Main Navigation
    Created on : 30.9.2014, 10:57:16
    Author     : zashenat
*/
/* Navbar */
.font_nav_level_1, .main_nav_menu > ul > li > a {
  font-family: "SkattaSans-Black";
  font-size: 19px;
  color: #00205b;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .font_nav_level_1, .main_nav_menu > ul > li > a {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .font_nav_level_1, .main_nav_menu > ul > li > a {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .font_nav_level_1, .main_nav_menu > ul > li > a {
    font-size: 19px;
  }
}

.font_nav_level_2, .main_nav_menu .main_nav_sub_inner > div h4 a, .main_nav_menu .main_nav_sub_inner > div h4 {
  font-family: "SkattaSans-Bold";
  font-size: 17px;
  color: #FFF;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .font_nav_level_2, .main_nav_menu .main_nav_sub_inner > div h4 a, .main_nav_menu .main_nav_sub_inner > div h4 {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .font_nav_level_2, .main_nav_menu .main_nav_sub_inner > div h4 a, .main_nav_menu .main_nav_sub_inner > div h4 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .font_nav_level_2, .main_nav_menu .main_nav_sub_inner > div h4 a, .main_nav_menu .main_nav_sub_inner > div h4 {
    font-size: 16px;
  }
}

.font_nav_level_3, .main_nav_menu .main_nav_sub_inner > div.nav_hightlight p.pointed-link-sm a, .main_nav_menu .main_nav_sub_inner > div.nav_hightlight a.arrow-link-white-md, .main_nav_menu .main_nav_sub_inner > div.nav_hightlight p, .main_nav_menu .main_nav_sub_inner > div a {
  font-family: "SkattaSans-Regular";
  font-size: 17px !important;
  color: #FFF;
}
@media (min-width: 768px) {
  .font_nav_level_3, .main_nav_menu .main_nav_sub_inner > div.nav_hightlight p.pointed-link-sm a, .main_nav_menu .main_nav_sub_inner > div.nav_hightlight a.arrow-link-white-md, .main_nav_menu .main_nav_sub_inner > div.nav_hightlight p, .main_nav_menu .main_nav_sub_inner > div a {
    font-size: 16px !important;
  }
}
@media (min-width: 992px) {
  .font_nav_level_3, .main_nav_menu .main_nav_sub_inner > div.nav_hightlight p.pointed-link-sm a, .main_nav_menu .main_nav_sub_inner > div.nav_hightlight a.arrow-link-white-md, .main_nav_menu .main_nav_sub_inner > div.nav_hightlight p, .main_nav_menu .main_nav_sub_inner > div a {
    font-size: 16px !important;
  }
}
@media (min-width: 1200px) {
  .font_nav_level_3, .main_nav_menu .main_nav_sub_inner > div.nav_hightlight p.pointed-link-sm a, .main_nav_menu .main_nav_sub_inner > div.nav_hightlight a.arrow-link-white-md, .main_nav_menu .main_nav_sub_inner > div.nav_hightlight p, .main_nav_menu .main_nav_sub_inner > div a {
    font-size: 16px !important;
  }
}

.font_nav_level_links {
  font-family: "SkattaSans-Regular";
  font-size: 18px;
  color: #FFF;
}

.font_side_nav, .side_sublevel_nav ul li a {
  font-family: "SkattaSans-Bold";
  font-size: 15px;
  color: #FFF;
}

.main_nav_hover_box {
  color: #FFF;
  background-color: #405884;
  margin-left: -30px;
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 6px;
}

/* Collapsed menu */
header .navbar {
  margin-top: 0px;
  margin-bottom: 0px;
  border: none !important;
  -webkit-backface-visibility: hidden;
}
@media (min-width: 768px) {
  header .navbar {
    margin-top: 5px;
  }
}
@media (min-width: 992px) {
  header .navbar {
    margin-top: 5px;
  }
}
@media (min-width: 1200px) {
  header .navbar {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  header .navbar {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  header .navbar {
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  header .navbar {
    margin-bottom: 10px;
  }
}

.kesko_main_navbar {
  position: relative;
  width: auto;
  max-width: 1170px;
  max-height: 60px;
  background: #FFF;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .kesko_main_navbar {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.navbar_logo {
  display: block;
  width: 35px;
  height: 54px;
  background-position: 0 9px;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 20px 0;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .navbar_logo {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar_logo {
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .navbar_logo {
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .navbar_logo {
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .navbar_logo {
    margin-right: 100px;
  }
}
@media (min-width: 1200px) {
  .navbar_logo {
    margin-right: 100px;
  }
}

@media (min-width: 768px) {
  .navbar_logo {
    width: 44px;
    height: 65px;
    background-position: 0 4px;
  }
}
.main_nav_menu {
  margin-top: 0em;
  width: 80%;
  float: left;
  /* first level ul - menu */
}
.main_nav_menu ul {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  width: auto;
}
.main_nav_menu > ul {
  width: auto;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 5px;
  padding: 0 0px 0 0px;
}
.main_nav_menu > ul > li {
  display: inline-block;
}
.main_nav_menu > ul > li > a {
  display: inline-block;
  height: auto;
  padding: 15px 1.7em 20px 0.6em;
  padding-bottom: 20px;
  background: url("/staticcontent/img/icon_nav_arrow_down.png") no-repeat;
  background-position: right 0.4em center;
}
@media (min-width: 768px) {
  .main_nav_menu > ul > li > a {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 992px) {
  .main_nav_menu > ul > li > a {
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .main_nav_menu > ul > li > a {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .main_nav_menu > ul > li > a:hover {
    color: #FFF;
    text-decoration: none;
    background: url("/staticcontent/img/icon_nav_arrow_up.png") #00205b no-repeat;
    background-position: right 0.4em center;
  }
}
@media screen and (min-width: 768px) {
  .main_nav_menu > ul > li.selected > a, .main_nav_menu > ul > li.selected_child > a {
    color: #cb4700;
    background: url("/staticcontent/img/icon_nav_arrow_down_hover.png") no-repeat;
    background-position: right 0.4em center;
  }
}
@media screen and (min-width: 768px) {
  .main_nav_menu > ul > li.main_nav_open > a, .main_nav_menu > ul > li.main_nav_open > a:hover {
    color: #FFF;
    text-decoration: none;
    background: url("/staticcontent/img/icon_nav_arrow_up.png") #00205b no-repeat;
    background-position: right 0.4em center;
  }
}
.main_nav_menu .main_nav_open .main_nav_sub, .main_nav_menu .main_nav_open .main_nav_sub.touch_dev {
  display: block;
  visibility: visible;
}
.main_nav_menu .main_nav_sub {
  position: absolute;
  left: 0;
  z-index: 1000;
  background-color: #00205b;
  width: 100%;
  -webkit-box-shadow: 2px 2px 5px #00205b;
          box-shadow: 2px 2px 5px #00205b;
}
@media screen and (max-width: 767px) {
  .main_nav_menu .main_nav_sub {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .main_nav_menu .main_nav_sub {
    visibility: hidden;
    -webkit-transition: visibility 0ms linear 100ms;
    transition: visibility 0ms linear 100ms;
  }
}
.main_nav_menu .main_nav_sub.touch_dev {
  display: none;
  -webkit-transition: none;
  transition: none;
}
.main_nav_menu .main_nav_sub_inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}
.main_nav_menu .main_nav_sub_inner::before, .main_nav_menu .main_nav_sub_inner::after {
  content: " ";
  display: table;
}
.main_nav_menu .main_nav_sub_inner::after {
  clear: both;
}
.main_nav_menu .main_nav_sub_inner > div {
  width: 25%;
  float: left;
  padding-left: 20px;
  /*padding: 0px 20px 0px 20px;*/
  margin: 20px 0 30px 0;
}
@media screen and (min-width: 768px) {
  .main_nav_menu .main_nav_sub_inner > div:not(:first-child) {
    border-left: 1px solid #00205b;
  }
}
.main_nav_menu .main_nav_sub_inner > div ul {
  margin: 0px 0 10px 10px;
  /*li { padding: 5px 0; }*/
}
@media screen and (min-width: 768px) {
  .main_nav_menu .main_nav_sub_inner > div ul li:hover {
    color: #FFF;
    background-color: #405884;
    margin-left: -30px;
    padding-left: 30px;
  }
}
.main_nav_menu .main_nav_sub_inner > div h4 {
  display: block;
  /*padding: 5px 0 5px 0;*/
  margin: 0;
}
.main_nav_menu .main_nav_sub_inner > div a {
  line-height: 1em;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .main_nav_menu .main_nav_sub_inner > div h4:hover, .main_nav_menu .main_nav_sub_inner > div h4.selected {
    color: #FFF;
    background-color: #405884;
    margin-left: -20px;
    padding-left: 20px;
  }
  .main_nav_menu .main_nav_sub_inner > div h4 a, .main_nav_menu .main_nav_sub_inner > div li a {
    display: block;
    width: 100%;
    padding: 5px 0;
  }
  .main_nav_menu .main_nav_sub_inner > div li.selected, .main_nav_menu .main_nav_sub_inner > div li.selected_child {
    color: #FFF;
    background-color: #405884;
    margin-left: -30px;
    padding-left: 30px;
  }
}
.main_nav_menu .main_nav_sub_inner > div.nav_hightlight {
  position: absolute;
  height: auto;
  bottom: 0;
  top: 0;
  right: 0;
  background-color: #405884;
  border: none !important;
  margin: 0 !important;
  padding-top: 20px;
  /* old version of arrow-link */
}
.main_nav_menu .main_nav_sub_inner > div.nav_hightlight a.arrow-link-white-md {
  width: 110%;
  padding: 5px 5px 5px 40px;
  margin: 0 -20px;
  top: 0;
  background: url("/staticcontent/img/icon_nav_arrow_right.png") 20px center no-repeat;
}
.main_nav_menu .main_nav_sub_inner > div.nav_hightlight a.arrow-link-white-md:hover {
  background-color: #00205b !important;
}
.main_nav_menu .main_nav_sub_inner > div.nav_hightlight a.arrow-link-white-md:first-child {
  margin-top: 10px;
}
.main_nav_menu .main_nav_sub_inner > div.nav_hightlight p.pointed-link-sm {
  margin-bottom: 0 !important;
}
.main_nav_menu .main_nav_sub_inner > div.nav_hightlight p.pointed-link-sm a {
  padding: 5px 1em;
  margin: 0;
  background: url("/staticcontent/img/icon_nav_arrow_right.png") no-repeat;
  background-position: 0px center;
  display: block;
  width: 100%;
}
.main_nav_menu .main_nav_sub_inner > div.nav_hightlight p.pointed-link-sm a:before {
  content: "";
}
.main_nav_menu .main_nav_sub_inner > div.nav_hightlight p.pointed-link-sm:hover {
  background-color: #00205b;
  padding-left: 20px;
  margin-left: -20px;
}

/* Side navigation for 3d and 4th levels */
.side_sublevel_nav {
  display: block;
  width: 280px;
  position: fixed;
  top: 160px;
  left: 0px;
  z-index: 900;
  color: #FFF;
}
.side_sublevel_nav .side_selected_pointer {
  display: block;
  width: 9px;
  height: 51px;
  position: absolute;
  right: 0;
  z-index: 20;
  background: url("/staticcontent/img/icon_nav_selected.png") right center no-repeat;
}
.side_sublevel_nav > div {
  width: 100%;
  padding: 0;
  height: 54px;
  position: relative;
  background-color: #00205b;
}
.side_sublevel_nav a.navbar-toggle.side_nav {
  display: block;
  float: right;
  margin-top: 9px !important;
  margin-right: 4px !important;
  cursor: pointer;
}
.side_sublevel_nav a.navbar-toggle.side_nav span.icon-bar {
  background-color: #FFF !important;
}
.side_sublevel_nav ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
  background-color: #00205b;
}
.side_sublevel_nav ul li { /* Level 1 - main menu items */
  display: block;
  background-color: #00205b;
  border-bottom: 1.5px solid #bfc7d6;
}
.side_sublevel_nav ul li:hover {
  background-color: #405884;
}
.side_sublevel_nav ul li a {
  display: inline-block;
  height: 48px;
  width: 100%;
  max-width: 270px;
  color: #FFF;
  padding-left: 35px;
  padding-right: 20px;
}
.side_sublevel_nav ul li a:hover {
  text-decoration: none;
  color: #FFF;
}
.side_sublevel_nav ul li a span {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.side_sublevel_nav ul li.selected {
  background-color: #405884;
}
.side_sublevel_nav > ul > li:first-child {
  border-top: 1.5px solid #bfc7d6;
}
.side_sublevel_nav > ul > li:last-child {
  border-bottom: none;
}
.side_sublevel_nav > ul > li > a {
  padding-left: 20px !important;
}
.side_sublevel_nav .addscrolleffect {
  max-height: 450px;
  overflow: hidden;
}
.side_sublevel_nav ::-webkit-scrollbar {
  width: 5px;
}
.side_sublevel_nav ::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 10px;
}

/* Examples for media queries */
@media screen and (min-width: 768px) {
  .visible_mobile, #kesko_main_navbar a.arrow {
    display: none;
  }
}
/* Mobile version */
@media (max-width: 767px) {
  .pageWrapper {
    overflow: hidden;
  }
  .content-wrapper, footer {
    overflow-x: hidden;
  }
  header, .content-wrapper, footer {
    -webkit-backface-visibility: hidden;
  }
  header.slide-active, .content-wrapper.slide-active, footer.slide-active {
    -webkit-backface-visibility: hidden;
  }
  header .container {
    border: none !important;
  }
  .content-wrapper, footer {
    position: relative;
    left: 0;
  }
  .navbar-toggle, .side_sublevel_nav a.navbar-toggle.side_nav {
    cursor: pointer;
    border: 0;
    background: transparent;
    margin-left: -7px;
  }
  .slide-active .main_nav_search {
    visibility: hidden;
  }
  .navbar-toggle span.icon-bar, .side_sublevel_nav a.navbar-toggle.side_nav span.icon-bar {
    background-color: #00205b;
  }
  #kesko_main_navbar .navbar-header {
    position: relative;
    padding: 0 0px;
    margin-left: -15px;
    border-bottom: 1px solid #DDDEDF;
    text-align: center;
  }
  #kesko_main_navbar .navbar-header.slide-active .navbar_logo {
    visibility: hidden;
  }
  header.frontpage_header .navbar-header {
    border: none !important;
  }
  .navbar_logo {
    margin-left: auto;
  }
  .navbar_logo_mobile {
    width: 140px;
    height: 60px !important;
    background-position: 27px 22px !important;
    background-repeat: no-repeat;
    padding: 0;
  }
  .main_nav_menu {
    position: absolute;
    left: -100%;
    width: 280px;
    min-width: 0;
    padding-left: 0;
    margin-left: -20px !important;
    z-index: 99;
    top: -6px;
    margin: 0;
    background-color: #00205b;
    overflow-y: visible;
  }
  .main_nav_menu a.arrow {
    display: inline-block;
    cursor: pointer;
    float: right;
    overflow: hidden;
    width: 56px !important;
    height: 51px !important;
    margin: 0 !important;
    background: url("/staticcontent/img/icon_nav_arrow_down_white.png") #00205b no-repeat;
    background-position: center center;
    z-index: 100;
  }
  .main_nav_menu a.selected {
    background-color: transparent !important;
  }
  .main_nav_menu .selected_pointer {
    display: block;
    width: 9px;
    height: 51px;
    position: absolute;
    right: 0;
    z-index: 20;
    background: url("/staticcontent/img/icon_nav_selected.png") right center no-repeat;
  }
  .main_nav_menu > ul {
    width: 100%;
    padding: 0;
  }
  .main_nav_menu > ul > li { /* Level 1 - main menu items */
    display: block;
    background-color: #00205b;
    border-bottom: 1.5px solid #bfc7d6;
  }
  .main_nav_menu > ul > li > a {
    display: inline-block;
    width: 220px;
    padding: 16px 0px 16px 25px;
    color: #FFF;
  }
  .main_nav_menu > ul > li > a:hover {
    text-decoration: none;
    color: #FFF;
    background: transparent;
  }
  .main_nav_menu > ul > li .main_nav_sub {
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: none;
  }
  .main_nav_menu > ul > li .main_nav_sub .main_nav_sub_inner {
    width: 100%;
    padding: 0;
  }
  .main_nav_menu > ul > li .main_nav_sub .main_nav_sub_inner > div {
    width: 100%;
    float: none;
    padding: 0;
    margin: 0;
  }
  .main_nav_menu > ul > li .main_nav_sub .main_nav_sub_inner > div a {
    display: table-cell;
    vertical-align: middle;
    height: 52px;
    width: 100%;
    max-width: 220px;
    padding-left: 35px;
    color: #FFF;
    text-transform: none;
    font-family: "SkattaSans-Regular";
    font-size: 18px;
  }
  .main_nav_menu > ul > li .main_nav_sub .main_nav_sub_inner > div a:hover {
    text-decoration: none;
    color: #FFF;
    background-color: transparent;
  }
  .main_nav_menu > ul > li .main_nav_sub .main_nav_sub_inner > div a span {
    display: block;
    position: relative;
    padding: 5px 0;
    max-width: 220px;
    /*following does not work with long links, replaced with handling divs as tables solution*/
    /*top: 50%; 
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);*/
  }
  .main_nav_menu > ul > li .main_nav_sub .main_nav_sub_inner > div ul {
    display: none;
    padding: 0;
    margin: 0;
    border-top: 1.5px solid #bfc7d6;
  }
  .main_nav_menu > ul > li .main_nav_sub .main_nav_sub_inner > div ul li {
    border-top: 1.5px solid #bfc7d6;
    padding: 0;
    margin: 0;
  }
  .main_nav_menu > ul > li .main_nav_sub .main_nav_sub_inner > div ul li:first-child {
    border-top: none;
  }
  .main_nav_menu > ul > li .main_nav_sub .main_nav_sub_inner > div h4 { /* Level 2 */
    display: none;
    padding: 0;
    background: #405884;
    border-top: 1.5px solid #bfc7d6;
  }
  .main_nav_menu > ul > li .main_nav_sub .main_nav_sub_inner > div h4 a.arrow {
    background-color: #405884;
  }
  .main_nav_menu > ul > li .main_nav_sub .main_nav_sub_inner > div h4.active + ul {
    display: block;
  }
  .main_nav_menu > ul > li .main_nav_sub .main_nav_sub_inner > div h4.active a.arrow {
    background: url("/staticcontent/img/icon_nav_arrow_up.png") #405884 no-repeat;
    background-position: center center;
  }
  .main_nav_menu > ul > li .main_nav_sub .main_nav_sub_inner > div ul { /* Level 3 */
    background: #7f8fad;
  }
  .main_nav_menu > ul > li .main_nav_sub .main_nav_sub_inner > div ul li {
    padding: 0;
    margin-bottom: -1px;
  }
  .main_nav_menu > ul > li .main_nav_sub .main_nav_sub_inner > div ul li a {
    padding-left: 45px;
  }
  .main_nav_menu > ul > li .main_nav_sub .main_nav_sub_inner > div ul li a.arrow {
    background-color: #7f8fad;
    float: none;
    padding-right: 11px;
  }
  .main_nav_menu > ul > li .main_nav_sub .main_nav_sub_inner > div ul li ul { /* Level 4 */
    background: #bfc7d6;
  }
  .main_nav_menu > ul > li .main_nav_sub .main_nav_sub_inner > div ul li ul li {
    height: auto;
    min-height: 52px;
    border-top: 1.5px solid #bfc7d6;
    padding: 0;
    margin: 0;
  }
  .main_nav_menu > ul > li .main_nav_sub .main_nav_sub_inner > div ul li ul li a {
    padding-left: 50px;
    max-width: 270px !important;
  }
  .main_nav_menu > ul > li .main_nav_sub .main_nav_sub_inner > div ul li.active ul {
    display: block;
  }
  .main_nav_menu > ul > li .main_nav_sub .main_nav_sub_inner > div ul li.active a.arrow {
    background: url("/staticcontent/img/icon_nav_arrow_up.png") #7f8fad no-repeat;
    background-position: center center;
    float: none;
    padding-right: 11px;
  }
  .main_nav_menu > ul > li .main_nav_sub .main_nav_sub_inner div.nav_hightlight {
    position: relative;
  }
  .main_nav_menu > ul > li .main_nav_sub .main_nav_sub_inner div.nav_hightlight p.pointed-link-sm {
    padding-left: 35px;
    border-top: 1.5px solid #bfc7d6 !important;
  }
  .main_nav_menu > ul > li .main_nav_sub .main_nav_sub_inner div.nav_hightlight p.pointed-link-sm a {
    padding: 1em;
  }
  .main_nav_menu > ul > li.active .main_nav_sub {
    display: block;
  }
  .main_nav_menu > ul > li.active .main_nav_sub > div h4 {
    display: table;
    width: 100%;
  }
  .main_nav_menu > ul > li.active > a.arrow {
    background: url("/staticcontent/img/icon_nav_arrow_up.png") #00205b no-repeat;
    background-position: center center;
  }
  .main_nav_menu > ul > li.mob_logo {
    background-color: #00205b !important;
  }
  .main_nav_menu > ul > li.details {
    border: none;
  }
  .main_nav_menu > ul > li.details a {
    margin-bottom: -25px;
    font-family: "SkattaSans-Regular";
    text-transform: none;
    font-size: 18px;
  }
  .main_nav_menu > ul > li.details a:hover {
    text-decoration: none;
    color: #cb4700;
  }
  #navbar_fullheight_col {
    display: none;
    position: fixed;
    top: 0px;
    height: 100%;
    bottom: 0;
    width: 280px;
    left: -280px;
    background-color: #00205b;
    z-index: 10;
  }
}
/* end of main navigation */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  /* not to hide a content with a sticky navbar */
  margin-top: 0;
}

body.below_fixed_navbar {
  margin-top: 100px;
}

header {
  background-color: #FFF;
}
header > div.container {
  border-bottom: 1px solid #DDDEDF;
}
@media (max-width: 767px) {
  header {
    position: relative;
  }
}
header .top-bar {
  color: white;
  background-color: #00205b;
}
header .top-bar a {
  color: white;
  font-family: "SkattaSans-Regular";
  line-height: 1.5em;
  padding: 0 10px;
}

header.fixed_top {
  position: fixed;
  top: -35px;
  top: 0px;
  right: 0;
  left: 0;
  z-index: 80;
}
@media (min-width: 768px) {
  header.fixed_top {
    top: -30px;
  }
}
@media (min-width: 992px) {
  header.fixed_top {
    top: -35px;
  }
}
@media (min-width: 1200px) {
  header.fixed_top {
    top: -35px;
  }
}

@media (max-width: 767px) {
  header.fixed_top {
    position: relative;
  }
}
.header_breadcrumb {
  display: block;
  width: 100%;
  padding: 10px 0;
  margin-top: 0px;
  background-color: #fff;
}
.header_breadcrumb ul {
  list-style: none;
  padding-left: 0;
}
.header_breadcrumb ul li {
  display: inline-block;
  font-family: "SkattaSans-Regular";
  font-size: 18px;
  color: #54585a;
  vertical-align: bottom;
  white-space: nowrap;
}
.header_breadcrumb ul li:not(:last-child)::after {
  content: " / ";
  padding: 0 3px;
}
.header_breadcrumb ul li a {
  font-family: "SkattaSans-Regular";
  font-size: 16px;
  color: #00205b;
}
.header_breadcrumb ul li a.home {
  display: inline-block;
  width: 20px;
  height: 19px;
  background: url("/staticcontent/img/icon_brcr_home.png") 0 5px no-repeat;
}

/* Simple bar that can be used instead of navbar */
.kesko-simple-logobar {
  padding: 40px 0px;
  border-bottom: 1px solid #DDDEDF;
}
.kesko-simple-logobar img {
  width: auto;
  height: 20px;
}

footer {
  color: white;
  background-color: #00205b;
  background-size: 100%;
  height: 320px;
  padding: 20px;
  font-size: 16px;
  margin-bottom: -20px;
}
footer a {
  font-family: "SkattaSans-Bold";
  color: white;
}
footer a:hover {
  color: white;
}
footer .company {
  font-family: "SkattaSans-Black";
  text-transform: uppercase;
  margin-bottom: 30px;
}
footer .footer-links {
  font-family: "SkattaSans-Bold";
  margin-bottom: 30px;
}
footer .footer-links ul {
  margin-left: -15px;
  margin-bottom: 10px;
  padding: 0;
}
footer .footer-links ul li {
  border-right: 1px solid white;
  float: left;
  border-width: 0px;
  padding: 0px 15px;
  margin-bottom: 10px;
  list-style-type: none;
  list-style-position: inside;
}
@media (min-width: 768px) {
  footer .footer-links ul li {
    border-width: 0px;
  }
}
@media (min-width: 992px) {
  footer .footer-links ul li {
    border-width: 1px;
  }
}
@media (min-width: 1200px) {
  footer .footer-links ul li {
    border-width: 1px;
  }
}
footer .footer-links ul li:last-child {
  border: none;
}
footer .footer-address {
  clear: both;
  font-family: "SkattaSans-Regular";
}
footer .follow-us {
  font-family: "SkattaSans-Black";
  float: left;
}
@media (min-width: 768px) {
  footer .follow-us {
    float: right;
  }
}
@media (min-width: 992px) {
  footer .follow-us {
    float: right;
  }
}
@media (min-width: 1200px) {
  footer .follow-us {
    float: right;
  }
}
footer .follow-us .follow-us-txt {
  padding: 0px 10px 10px 0px;
}
footer .follow-us img {
  padding-right: 5px;
  height: 25px;
  width: auto;
}
/**
 * xs - Extra small: Phones (0      - 767px)
 * sm - Small: Tablets      (768px  - 991px)
 * md - Medium: Desktops    (992px  - 1199px)
 * lg - Large: Desktops     (1200px - )
 */
/** 
 * Media queries. Usage eg. @include small { width: 70px; } 
 */
/** 
 * Set values for an attribute for each media. 
 * 
 * Usage eg.: @include medias(width, 5px, 10px, 20px, 30px); 
 */
/**
 * Set media values for an attribute that is defined in pixels. Factor 
 * parameter defines, how many percent the value is decreased in 
 * smaller medias. 
 */
/** Decrease attribute px value by 20 % on each media. */
/** 
 * Set font size on large screen (lg) and decrease on every media by the 
 * factor received as parameter. Provide lg size without "px".
 * 
 * Usage eg.: @include font-medias(40, 0.9); 
 */
/** 
 * Set lg font and decrease it 10% per media.
 *
 * Usage eg. @include medias(21); 
 */
/** Provide font sizes as numbers (without "px") */
/**
 * Set margin-top or margin-bottom, padding-bottom or padding-top as !important.
 */
/**
 * Override the bootstrap grid spacing.
 */
/* IE media fix */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* -- Colors -- */
/*new color codes 12.8.2016*/
/*color codes*/
/* Fonts */
/* ---------  Social network list page ------- */
.anchor_page_content {
  /* List of Social Media icon anchors in Social Networks page */
  /* List of filter buttons in News&Releases page */
  /* News & Releases page - Year dropdown styles overwrite */
  /* News&Releases page - Filter list buttons */
  /* Blue "header" table for contact, regions page */
  /*  Anchor page content (row list) styles */
}
.anchor_page_content h2 {
  text-align: center;
  margin-top: -15px;
}
.anchor_page_content p {
  font-family: "SkattaSans-Regular";
  font-size: 16px;
}
@media (min-width: 768px) {
  .anchor_page_content p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .anchor_page_content p {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .anchor_page_content p {
    font-size: 19px;
  }
}
.anchor_page_content .small-label {
  font-size: 14px;
}
.anchor_page_content a {
  font-family: "SkattaSans-Regular";
  color: #00205b;
}
.anchor_page_content .article_content a {
  color: #00205b;
}
.anchor_page_content a.up {
  font-family: "SkattaSans-Regular";
  color: #cb4700;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  padding-left: 25px;
  background: url("/staticcontent/img/icon_nav_arrow_up_blue.png") 0 15px no-repeat;
  padding-top: 10px;
  margin-right: 20px;
  font-family: "SkattaSans-Regular";
}
.anchor_page_content a.details {
  font-family: "SkattaSans-Regular";
  color: #cb4700;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 0px;
}
.anchor_page_content a.anchor {
  display: block;
  position: relative;
  top: 0px;
  visibility: hidden;
}
@media (min-width: 768px) {
  .anchor_page_content a.anchor {
    top: -30px;
  }
}
@media (min-width: 992px) {
  .anchor_page_content a.anchor {
    top: -60px;
  }
}
@media (min-width: 1200px) {
  .anchor_page_content a.anchor {
    top: -60px;
  }
}
.anchor_page_content .social_anchor_list {
  text-align: center;
  position: relative;
  margin-left: -7px;
  margin-right: -7px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .anchor_page_content .social_anchor_list {
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .anchor_page_content .social_anchor_list {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .anchor_page_content .social_anchor_list {
    margin-bottom: 20px;
  }
}
.anchor_page_content .social_anchor_list a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  margin-right: 5px;
  background: transparent no-repeat;
  background-size: 30px;
}
@media (min-width: 768px) {
  .anchor_page_content .social_anchor_list a {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .anchor_page_content .social_anchor_list a {
    width: 60px;
  }
}
@media (min-width: 1200px) {
  .anchor_page_content .social_anchor_list a {
    width: 70px;
  }
}
@media (min-width: 768px) {
  .anchor_page_content .social_anchor_list a {
    height: 50px;
  }
}
@media (min-width: 992px) {
  .anchor_page_content .social_anchor_list a {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .anchor_page_content .social_anchor_list a {
    height: 70px;
  }
}
@media (min-width: 768px) {
  .anchor_page_content .social_anchor_list a {
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .anchor_page_content .social_anchor_list a {
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  .anchor_page_content .social_anchor_list a {
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .anchor_page_content .social_anchor_list a {
    background-size: 50px;
  }
}
@media (min-width: 992px) {
  .anchor_page_content .social_anchor_list a {
    background-size: 60px;
  }
}
@media (min-width: 1200px) {
  .anchor_page_content .social_anchor_list a {
    background-size: 70px;
  }
}
.anchor_page_content .social_anchor_list .social_facebook {
  background-image: url("/staticcontent/img/icon-facebook.svg");
}
.anchor_page_content .social_anchor_list .social_youtube {
  background-image: url("/staticcontent/img/icon-youtube.svg");
}
.anchor_page_content .social_anchor_list .social_twitter {
  background-image: url("/staticcontent/img/icon-twitter.svg");
}
.anchor_page_content .social_anchor_list .social_instagram {
  background-image: url("/staticcontent/img/icon-instagram.svg");
}
.anchor_page_content .social_anchor_list .social_pinterest {
  background-image: url("/staticcontent/img/icon-pinterest.svg");
}
.anchor_page_content .social_anchor_list .social_linkedin {
  background-image: url("/staticcontent/img/icon-linkedin.svg");
}
.anchor_page_content .social_anchor_list .social_google {
  background-image: url("/staticcontent/img/icon-googleColor.svg");
}
.anchor_page_content .release_news_list {
  max-width: 750px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .anchor_page_content .release_news_list {
    display: none;
  }
  .anchor_page_content .release_news_list.list_visible {
    display: block;
  }
  .anchor_page_content .arrow_open_list {
    display: inline-block;
    width: 23px;
    height: 16px;
    padding: 5px 20px;
    cursor: pointer;
    background: url("/staticcontent/img/icon_big_arrow_down_blue.png") 50% 50% no-repeat;
  }
  .anchor_page_content .arrow_open_list:hover, .anchor_page_content .arrow_open_list:active {
    background: url("/staticcontent/img/icon_big_arrow_down_lightblue.png") 50% 50% no-repeat;
  }
  .anchor_page_content .arrow_open_list.list_visible {
    background: url("/staticcontent/img/icon_big_arrow_up_blue.png") 50% 50% no-repeat;
  }
  .anchor_page_content .arrow_open_list.list_visible:hover, .anchor_page_content .arrow_open_list.list_visible:active {
    background: url("/staticcontent/img/icon_big_arrow_up_lightblue.png") 50% 50% no-repeat;
  }
}
.anchor_page_content .ui-selectmenu-button {
  width: 150px !important;
  float: right;
}
@media (min-width: 768px) {
  .anchor_page_content .ui-selectmenu-button {
    width: 150px !important;
  }
}
@media (min-width: 992px) {
  .anchor_page_content .ui-selectmenu-button {
    width: 170px !important;
  }
}
@media (min-width: 1200px) {
  .anchor_page_content .ui-selectmenu-button {
    width: 170px !important;
  }
}
.anchor_page_content .row_list_title h2 {
  padding-top: 40px;
  text-align: left;
}
.anchor_page_content .row.list_header {
  border: none;
  padding-bottom: 0;
}
.anchor_page_content .row.list_header p {
  color: #54585a;
  margin-top: 15px;
}
.anchor_page_content .row.list_header > div:last-child p {
  text-align: right;
}
.anchor_page_content input[type=button].release, .anchor_page_content input[type=button].news {
  margin-right: 7px;
  margin-bottom: 7px;
}
.anchor_page_content input[type=button].release {
  margin-bottom: 15px;
}
.anchor_page_content input[type=button].release.on {
  background-color: #cb4700;
}
.anchor_page_content input[type=button].release.off {
  background-color: #CBCFD1;
}
.anchor_page_content input[type=button].release.off:hover {
  background-color: #cb4700;
}
.anchor_page_content input[type=button].news.on {
  background-color: #00205b;
}
.anchor_page_content input[type=button].news.off {
  background-color: #DBDDDF;
}
.anchor_page_content input[type=button].news.off:hover {
  background-color: #00205b;
}
.anchor_page_content .anchor_table {
  margin-left: -15px;
  margin-right: -15px;
  background-color: #00205b;
  margin-bottom: 10px !important;
  /* Blue full height-width left column */
}
@media (min-width: 768px) {
  .anchor_page_content .anchor_table {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 992px) {
  .anchor_page_content .anchor_table {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 1200px) {
  .anchor_page_content .anchor_table {
    margin-bottom: 40px !important;
  }
}
.anchor_page_content .anchor_table .row.col_wrap {
  overflow: hidden;
}
.anchor_page_content .anchor_table .row.col_wrap div.col {
  margin-top: -30px;
  padding-top: 30px;
  margin-bottom: -555px;
  padding-bottom: 555px;
}
.anchor_page_content .anchor_table .row {
  margin-left: -15px;
  margin-right: -15px;
}
.anchor_page_content .anchor_table .row > div {
  position: relative;
  display: block;
  padding: 0 30px;
  background-color: #00205b;
}
.anchor_page_content .anchor_table .row > div:first-child {
  background-color: #00205b;
}
@media screen and (max-width: 767px) {
  .anchor_page_content .anchor_table .row > div:nth-child(2) p:last-child {
    margin-bottom: 50px;
  }
  .anchor_page_content .anchor_table .row .arrow-link-white-lg {
    text-align: left;
  }
}
.anchor_page_content .anchor_table .row > div:last-child .arrow-link-white-lg {
  margin-top: 20px;
  width: 80%;
}
@media (min-width: 768px) {
  .anchor_page_content .anchor_table .row > div:last-child .arrow-link-white-lg {
    margin-top: 120px;
  }
}
@media (min-width: 992px) {
  .anchor_page_content .anchor_table .row > div:last-child .arrow-link-white-lg {
    margin-top: 120px;
  }
}
@media (min-width: 1200px) {
  .anchor_page_content .anchor_table .row > div:last-child .arrow-link-white-lg {
    margin-top: 120px;
  }
}
.anchor_page_content .anchor_table .row .iframe_map {
  max-width: 300px;
  padding-bottom: 20px;
  height: 250px;
}
@media (min-width: 768px) {
  .anchor_page_content .anchor_table .row .iframe_map {
    padding-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .anchor_page_content .anchor_table .row .iframe_map {
    padding-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .anchor_page_content .anchor_table .row .iframe_map {
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .anchor_page_content .anchor_table .row .iframe_map {
    height: 250px;
  }
}
@media (min-width: 992px) {
  .anchor_page_content .anchor_table .row .iframe_map {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .anchor_page_content .anchor_table .row .iframe_map {
    height: 300px;
  }
}
.anchor_page_content .anchor_table .row ul {
  margin-top: 30px;
  margin-bottom: 70px;
}
.anchor_page_content .anchor_table .row ul li {
  padding-left: 20px;
  background: url("/staticcontent/img/icon_nav_arrow_right.png") 0 4px no-repeat;
}
.anchor_page_content .anchor_table .row ul li a {
  text-transform: uppercase;
  line-height: 1.2 !important;
  font-family: "SkattaSans-Regular";
  color: #bfc7d6;
  font-size: 14px;
  cursor: pointer;
}
.anchor_page_content .anchor_table .row p {
  color: #bfc7d6;
  margin-bottom: 1.2em;
}
.anchor_page_content .anchor_table .row p.details {
  font-size: 14px;
}
@media (min-width: 768px) {
  .anchor_page_content .anchor_table .row p.details {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .anchor_page_content .anchor_table .row p.details {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .anchor_page_content .anchor_table .row p.details {
    font-size: 16px;
  }
}
.anchor_page_content .anchor_table .row a {
  color: #cb4700;
}
.anchor_page_content .anchor_table .row a.arrow-link-white-md {
  text-align: left;
  cursor: pointer;
}
.anchor_page_content .anchor_table .row a.arrow-link-white-md:hover {
  color: #FFF;
}
.anchor_page_content .row {
  border-bottom: 1px solid #DDDEDF;
  padding-top: 20px;
  padding-bottom: 10px;
  /* styles for the row grid divs */
}
@media (min-width: 768px) {
  .anchor_page_content .row {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .anchor_page_content .row {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .anchor_page_content .row {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .anchor_page_content .row {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .anchor_page_content .row {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .anchor_page_content .row {
    padding-bottom: 30px;
  }
}
.anchor_page_content .row p.list-description {
  font-family: "SkattaSans-Regular" !important;
}
.anchor_page_content .row .row_title {
  padding-left: 0px;
  margin-left: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .anchor_page_content .row .row_title {
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  .anchor_page_content .row .row_title {
    margin-left: 15px;
  }
}
@media (min-width: 1200px) {
  .anchor_page_content .row .row_title {
    margin-left: 15px;
  }
}
.anchor_page_content .row .row_title h2 {
  margin: 0;
}
.anchor_page_content .row > div .arrow-link-lg {
  text-align: left;
  margin-top: 30px;
}
.anchor_page_content .row > div img.regions_map {
  margin-top: 10px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .anchor_page_content .row > div img.regions_map {
    margin-top: -30px;
  }
}
@media (min-width: 992px) {
  .anchor_page_content .row > div img.regions_map {
    margin-top: -30px;
  }
}
@media (min-width: 1200px) {
  .anchor_page_content .row > div img.regions_map {
    margin-top: -60px;
  }
}
.anchor_page_content .row > div img.regions_map:after {
  clear: both;
}
.anchor_page_content .row > div .regions_news {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .anchor_page_content .row > div .regions_news {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .anchor_page_content .row > div .regions_news {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .anchor_page_content .row > div .regions_news {
    margin-top: 30px;
  }
}
.anchor_page_content .row > div p {
  margin-bottom: 10px;
}
.anchor_page_content .row > div p a {
  text-transform: uppercase;
  line-height: 1.2 !important;
  font-family: "SkattaSans-Regular";
  color: #00205b;
  font-size: 14px;
  cursor: pointer;
  font-size: inherit;
  line-height: 1 !important;
  text-transform: none;
}
.anchor_page_content .row > div h2 {
  text-align: left;
}
.anchor_page_content .row > div h3, .anchor_page_content .row > div h3 a {
  margin-top: 0;
  margin-bottom: 10px;
}
.anchor_page_content .row > div h3.space_free, .anchor_page_content .row > div h3 a.space_free {
  margin-bottom: 0px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .anchor_page_content .row > div h3.space_free, .anchor_page_content .row > div h3 a.space_free {
    font-size: 19px;
  }
}
@media (min-width: 992px) {
  .anchor_page_content .row > div h3.space_free, .anchor_page_content .row > div h3 a.space_free {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .anchor_page_content .row > div h3.space_free, .anchor_page_content .row > div h3 a.space_free {
    font-size: 20px;
  }
}
.anchor_page_content .row > div h3.uppercase, .anchor_page_content .row > div h3 a.uppercase {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: "SkattaSans-Regular";
  font-size: 18px;
}
@media (min-width: 768px) {
  .anchor_page_content .row > div h3.uppercase, .anchor_page_content .row > div h3 a.uppercase {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .anchor_page_content .row > div h3.uppercase, .anchor_page_content .row > div h3 a.uppercase {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .anchor_page_content .row > div h3.uppercase, .anchor_page_content .row > div h3 a.uppercase {
    font-size: 22px;
  }
}
.anchor_page_content .row > div h3.uppercase + h3, .anchor_page_content .row > div h3 a.uppercase + h3, .anchor_page_content .row > div h3 h3.uppercase + a, .anchor_page_content .row > div h3 a.uppercase + a {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .anchor_page_content .row > div h3:not(:first-child), .anchor_page_content .row > div h3 a:not(:first-child) {
    margin-top: 25px;
  }
}
@media screen and (max-width: 991px) {
  .anchor_page_content .row > div h3.uppercase, .anchor_page_content .row > div h3 a.uppercase {
    margin-top: 15px;
  }
}
.anchor_page_content .row > div ul {
  list-style-type: none;
  margin-left: -10px;
  margin-bottom: 0px;
}
.anchor_page_content .row > div ul li {
  padding-left: 20px;
  background: url("/staticcontent/img/icon_nav_arrow_right_blue.png") 0 2px no-repeat;
}
.anchor_page_content .row > div ul li a {
  text-transform: uppercase;
  line-height: 1.2 !important;
  font-family: "SkattaSans-Regular";
  color: #00205b;
  font-size: 14px;
  cursor: pointer;
}
.anchor_page_content .row > div ul.shifted_left {
  margin-left: -38px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .anchor_page_content .row > div ul.shifted_left {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .anchor_page_content .row > div ul.shifted_left {
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .anchor_page_content .row > div ul.shifted_left {
    margin-bottom: 0px;
  }
}
.anchor_page_content > .row:last-child, .anchor_page_content > div > div:last-child .row {
  border: none;
}
.anchor_page_content .row.facebook {
  border-top: 1px solid #DDDEDF;
}
.anchor_page_content .row.facebook .row_title {
  padding-left: 40px;
  margin-left: 15px;
  margin-bottom: 20px;
  background: url("/staticcontent/img/icon-facebook.svg") 0 50% no-repeat;
  background-size: 30px;
}
.anchor_page_content .row.youtube .row_title {
  padding-left: 40px;
  margin-left: 15px;
  margin-bottom: 20px;
  background: url("/staticcontent/img/icon-youtube.svg") 0 50% no-repeat;
  background-size: 30px;
}
.anchor_page_content .row.twitter .row_title {
  padding-left: 40px;
  margin-left: 15px;
  margin-bottom: 20px;
  background: url("/staticcontent/img/icon-twitter.svg") 0 50% no-repeat;
  background-size: 30px;
}
.anchor_page_content .row.instagram .row_title {
  padding-left: 40px;
  margin-left: 15px;
  margin-bottom: 20px;
  background: url("/staticcontent/img/icon-instagram.svg") 0 50% no-repeat;
  background-size: 30px;
}
.anchor_page_content .row.pinterest .row_title {
  padding-left: 40px;
  margin-left: 15px;
  margin-bottom: 20px;
  background: url("/staticcontent/img/icon-pinterest.svg") 0 50% no-repeat;
  background-size: 30px;
}
.anchor_page_content .row.linkedin .row_title {
  padding-left: 40px;
  margin-left: 15px;
  margin-bottom: 20px;
  background: url("/staticcontent/img/icon-linkedin.svg") 0 50% no-repeat;
  background-size: 30px;
}
.anchor_page_content .row.google .row_title {
  padding-left: 40px;
  margin-left: 15px;
  margin-bottom: 20px;
  background: url("/staticcontent/img/icon-googleColor.svg") 0 50% no-repeat;
  background-size: 30px;
}
/**
 * xs - Extra small: Phones (0      - 767px)
 * sm - Small: Tablets      (768px  - 991px)
 * md - Medium: Desktops    (992px  - 1199px)
 * lg - Large: Desktops     (1200px - )
 */
/** 
 * Media queries. Usage eg. @include small { width: 70px; } 
 */
/** 
 * Set values for an attribute for each media. 
 * 
 * Usage eg.: @include medias(width, 5px, 10px, 20px, 30px); 
 */
/**
 * Set media values for an attribute that is defined in pixels. Factor 
 * parameter defines, how many percent the value is decreased in 
 * smaller medias. 
 */
/** Decrease attribute px value by 20 % on each media. */
/** 
 * Set font size on large screen (lg) and decrease on every media by the 
 * factor received as parameter. Provide lg size without "px".
 * 
 * Usage eg.: @include font-medias(40, 0.9); 
 */
/** 
 * Set lg font and decrease it 10% per media.
 *
 * Usage eg. @include medias(21); 
 */
/** Provide font sizes as numbers (without "px") */
/**
 * Set margin-top or margin-bottom, padding-bottom or padding-top as !important.
 */
/**
 * Override the bootstrap grid spacing.
 */
/* IE media fix */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* -- Colors -- */
/*new color codes 12.8.2016*/
/*color codes*/
/* Fonts */
.article {
  line-height: 1.3;
}
.article .quote {
  color: #00205b;
}
.article .article_header {
  max-width: 970px;
}
.article .article_header > div, .article .article_header h1 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .article .article_header > div, .article .article_header h1 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .article .article_header > div, .article .article_header h1 {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .article .article_header > div, .article .article_header h1 {
    margin-bottom: 40px;
  }
}
.article .article_header .article_meta {
  text-align: center;
}
.article .article_header .article_meta::before, .article .article_header .article_meta::after {
  content: " ";
  display: inline-block;
  width: 95px;
  height: 1px;
  background-color: #DDDEDF;
  margin: 0 30px 4px 30px;
  border: none;
}
@media screen and (max-width: 767px) {
  .article .article_header .article_meta::before, .article .article_header .article_meta::after {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #DDDEDF;
    margin: 0 15px 4px 15px;
    border: none;
  }
}
.article .article_picture {
  width: 100%;
  max-width: 970px;
}
.article .article_picture_text {
  text-align: center;
  font-family: "SkattaSans-Regular";
  font-size: 14px;
  padding-top: 2px;
  padding-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px;
  color: #4F4F51;
}
@media (min-width: 768px) {
  .article .article_picture_text {
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .article .article_picture_text {
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .article .article_picture_text {
    padding-bottom: 20px;
  }
}
.article .trending-box-with-txt, .article .article_footer .article_category_sections .section {
  color: white;
  padding: 10px;
  text-decoration: none;
}
.article .trending-box-with-txt h2, .article .article_footer .article_category_sections .section h2, .article .trending-box-with-txt h3, .article .article_footer .article_category_sections .section h3, .article .trending-box-with-txt p, .article .article_footer .article_category_sections .section p {
  color: white;
}
.article .trending-box-with-txt h3, .article .article_footer .article_category_sections .section h3 {
  margin-top: 0px;
}
.article .article_footer {
  max-width: 770px;
  /*padding: 0 20px;*/
  /*@include font-medias10(18);*/
  color: #00205b;
}
.article .article_footer > div {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .article .article_footer > div {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .article .article_footer > div {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .article .article_footer > div {
    margin-bottom: 30px;
  }
}
.article .article_footer, .article .article_footer div, .article .article_footer a {
  font-family: "SkattaSans-Medium";
}
.article .article_footer ul {
  list-style: none;
  padding-left: 0;
}
.article .article_footer a {
  /*@include font-size(16, 18, 20, 22);*/
}
.article .article_footer .article_category a {
  display: inline-block;
  padding: 1px 7px;
  margin: 2px 2px;
  background: #405884;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
}
.article .article_footer .article_category a:first-child {
  margin-left: 10px;
}
.article .article_footer .article_keywords a:first-child {
  margin-left: 10px;
}
.article .article_footer .article_category_list span:first-child {
  margin-left: 10px;
}
.article .article_footer .article_category_list span::after {
  content: ",";
}
.article .article_footer .article_category_list span:last-child::after {
  content: "";
}
.article .article_footer .article_themes .theme {
  min-height: 100px;
  padding-top: 20px;
  text-align: center;
  color: white;
  font-family: "SkattaSans-Regular";
  margin-bottom: 15px !important;
  font-size: 18px;
}
@media (min-width: 768px) {
  .article .article_footer .article_themes .theme {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 992px) {
  .article .article_footer .article_themes .theme {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1200px) {
  .article .article_footer .article_themes .theme {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .article .article_footer .article_themes .theme {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .article .article_footer .article_themes .theme {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .article .article_footer .article_themes .theme {
    font-size: 24px;
  }
}
.article .article_footer .article_themes .theme_1 {
  background-color: #00205b;
}
.article .article_footer .article_themes .theme_2 {
  background-color: #405884;
}
.article .article_footer .article_category_sections .section {
  min-height: 120px;
  padding-top: 20px;
  margin-bottom: 15px !important;
  text-align: center;
}
@media (min-width: 768px) {
  .article .article_footer .article_category_sections .section {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 992px) {
  .article .article_footer .article_category_sections .section {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1200px) {
  .article .article_footer .article_category_sections .section {
    margin-bottom: 20px !important;
  }
}
.article .article_footer .article_category_sections .section, .article .article_footer .article_category_sections .section a {
  font-size: 16px;
}
@media (min-width: 768px) {
  .article .article_footer .article_category_sections .section, .article .article_footer .article_category_sections .section a {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .article .article_footer .article_category_sections .section, .article .article_footer .article_category_sections .section a {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .article .article_footer .article_category_sections .section, .article .article_footer .article_category_sections .section a {
    font-size: 22px;
  }
}
.article .article_footer .article_category_sections .section_1 {
  background-color: #405884;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.article .article_footer .article_category_sections .section_1:hover {
  background-color: #4d6a9f;
}
.article .article_footer .article_category_sections .section_2 {
  background-color: #cb4700;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.article .article_footer .article_category_sections .section_2:hover {
  background-color: #f45500;
}
.article .article_footer .article_category_sections .section_3 {
  background-color: #9b2242;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.article .article_footer .article_category_sections .section_3:hover {
  background-color: #bc2950;
}
.article .article_footer .article_category_sections .section_4 {
  background-color: #00205b;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.article .article_footer .article_category_sections .section_4:hover {
  background-color: #002e84;
}
.article .article_footer .article_attachment .attachment, .article .article_footer .article_attachment .attach_doc, .article .article_footer .article_attachment .attach_pdf {
  height: 18px;
  padding-left: 25px;
}
.article .article_footer .article_attachment .attach_pdf {
  background: url("/staticcontent/img/attachment_pdf.gif") left top no-repeat;
}
.article .article_footer .article_attachment .attach_doc {
  background: url("/staticcontent/img/attachment_doc.gif") left top no-repeat;
}
.article .latest-news {
  border-top: 1px solid #F2F2F2;
  padding-top: 35px;
  margin-top: 35px;
}
.article .latest-news div.head2.link-black {
  margin-top: -25px;
  margin-bottom: 25px;
  padding-left: 20px;
}

/*.article_social {
    max-width: 367px; min-width:316px; height: 56px; 
    border-top: solid 1px $kesko-lightgrey; 
    border-bottom: solid 1px $kesko-lightgrey;
    text-align: center;
    padding: 15px 0;    
    margin-top: 20px; 
    margin-bottom: 20px; 
    @include article_social_font; 
    a {
        display: inline-block; 
        vertical-align: middle;
        margin-right: 2px;
        @include article_social_font; 
    }
    a:nth-child(2) {
        margin-left: 5px; 
    }
    a.print {
        width: 75px; height: 22px;
        text-align: left; 
        font-size: 14px !important;         
        background: url($image_path + 'icon_print.png') right bottom no-repeat;
		vertical-align: bottom;
    }
    a.pdf {
        width: 95px; height: 22px; 
		margin-left: 20px;
        text-align: left; 
        font-size: 14px !important;
		position: relative;
		top: -2px;
		span.icon-file-pdf {
			color: #0c5ebb;
			font-size: 19px !important;
			position: relative;
			top: 3px;
			right: -5px;
		} 
        //background: url($image_path + 'icon_print.png') right bottom no-repeat;
    }
    a.facebook {
        width: 22px; height: 22px;
        background: url($image_path + 'icon_facebook.png') right bottom no-repeat;         
    }
    a.twitter {
        width: 22px; height: 22px;
        background: url($image_path + 'icon_twitter.png') right bottom no-repeat;         
    }
    a.more {
        width: 22px; height: 22px;
        background: url($image_path + 'icon_more.png') right bottom no-repeat;         
    }
    a.addthis_button_facebook { float: none; }
    a.addthis_button_twitter { float: none; }
    a.addthis_button_compact { float: none; }
    span.share_text { 
        top: -2px;
		height: 22px;
		margin-bottom:5px;
		margin-left: 15px;
        margin-right: 5px;
        position:relative;
		display: inline-block;
    }
}*/
.article_content {
  max-width: 770px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .article_content {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .article_content {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .article_content {
    padding-bottom: 30px;
  }
}
.article_content h2 {
  margin-bottom: 10px;
}
.article_content .block-with-img {
  width: 100% !important;
}
.article_content .block-with-img .img-container {
  max-width: 130px;
  max-height: 130px;
}
.article_content .block-with-img h2 {
  margin-top: 0;
}
.article_content p {
  margin-bottom: 24px;
  line-height: 1.3 !important;
  font-size: 16px;
}
@media (min-width: 768px) {
  .article_content p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .article_content p {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .article_content p {
    font-size: 20px;
  }
}
.article_content table tr.hugin.hover {
  background-color: #4d6a9f;
}
.article_content img, .article_content img.fullwidth {
  padding: 10px 0;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.article_content img.left {
  float: left;
  padding: 0 20px 20px 0;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.article_content img.right {
  float: right;
  padding: 0 0 20px 20px;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.article_content img.fullwidth {
  max-width: 100%;
  height: auto;
}
.article_content .side_box_right, .article_content .side_box_left {
  width: 270px;
  height: 265px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.article_content .side_box_left {
  float: left;
  margin-right: 30px;
}
.article_content .side_box_right {
  float: right;
  margin-left: 30px;
}
.article_content .side_picture {
  width: 270px;
  height: 240px;
}
.article_content .side_picture_text {
  text-align: center;
  font-family: "SkattaSans-Regular";
  font-size: 14px;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .article_content .side_box_right, .article_content .side_box_left {
    float: none !important;
    margin: 20px 0px;
    width: 100%;
    max-width: 270px;
  }
  .article_content .side_picture {
    width: 100%;
    max-width: 270px;
  }
}
.article_content .quote {
  width: 100%;
  float: none;
  padding: 0px 10px 20px 10px;
  font-family: "SkattaSans-Regular";
  font-size: 20px;
  line-height: 1;
}
@media (min-width: 768px) {
  .article_content .quote {
    width: 350px;
  }
}
@media (min-width: 992px) {
  .article_content .quote {
    width: 350px;
  }
}
@media (min-width: 1200px) {
  .article_content .quote {
    width: 350px;
  }
}
@media (min-width: 768px) {
  .article_content .quote {
    float: right;
  }
}
@media (min-width: 992px) {
  .article_content .quote {
    float: right;
  }
}
@media (min-width: 1200px) {
  .article_content .quote {
    float: right;
  }
}
@media (min-width: 768px) {
  .article_content .quote {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .article_content .quote {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .article_content .quote {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .article_content .quote {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .article_content .quote {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .article_content .quote {
    font-size: 24px;
  }
}
.article_content .fb-like {
  margin-left: 8px;
}

.line_grey {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  background-color: #DDDEDF;
}

.article-review-top {
  border-top: 1px solid #dddedf;
  margin: 1.5rem 0 0;
  padding: 2rem 10px;
  text-align: center;
}

.article-action {
  margin: 0 20px 0 0;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.article-header {
  display: inline;
  margin: 0 15px 0 0;
  top: -0.6rem;
  text-align: center;
  margin-top: 13px;
}

.teststart h1 {
  margin-bottom: 35px;
}
.teststart .bg-orange75-transparent {
  background-color: #cb4700;
  width: 80%;
  height: 35%;
  margin-bottom: 50px;
  margin-left: 48px;
}
@media (max-width: 547px) {
  .teststart .bg-orange75-transparent {
    width: 80%;
    height: 50%;
  }
}
.teststart .bg-orange75-transparent .arrow-link-lg {
  font-size: 20px !important;
}

.questionblock h2 {
  color: #cb4700;
  padding-top: 20px;
  margin-left: -3px;
  font-weight: bold;
}
.questionblock h3 {
  margin-bottom: 34px;
}
.questionblock .answer-button {
  border-radius: 0px;
  padding: 8px 30px;
  margin: 10px;
}
.questionblock .answer-button:hover {
  background-color: #00205b;
}
.questionblock .answer-button:focus {
  background-color: #00205b;
}
.questionblock .nav-button {
  margin-top: 35px;
  color: #fff;
  background-color: #cb4700;
  border: none;
  padding: 10px 40px;
  font-size: 20px;
  margin-left: 10px;
}
.questionblock .nav-button:hover {
  background-color: #ff8f40;
}

.resultpage h2 {
  color: #cb4700;
  margin-top: 45px;
  font-weight: bold;
}
.resultpage .bg-orange75-transparent {
  background-color: #cb4700;
  width: 80%;
  margin-bottom: 50px;
  height: 40%;
}
@media (min-width: 549px) and (max-width: 992px) {
  .resultpage .bg-orange75-transparent {
    height: 50%;
  }
}
@media (max-width: 548px) {
  .resultpage .bg-orange75-transparent {
    margin-bottom: 0px;
    height: 59%;
    width: 80%;
  }
}
.resultpage .bg-orange75-transparent .arrow-link-lg {
  text-align: center;
  font-size: 32px !important;
}
.resultpage a.result-link {
  position: relative;
  bottom: 85px;
}
@media (max-width: 992px) {
  .resultpage a.result-link {
    bottom: 50px;
  }
}

.carousel-relative {
  position: relative;
}
.carousel-relative .carousel-control.left {
  left: -14%;
  background-repeat: no-repeat;
  color: #54585a;
  background: none;
  width: 10%;
}
.carousel-relative .carousel-control.right {
  right: -14%;
  color: #54585a;
  background: none;
  width: 10%;
}
@media (max-width: 768px) {
  .carousel-relative .carousel-control.left {
    left: -5%;
  }
  .carousel-relative .carousel-control.right {
    right: -5%;
  }
}
.carousel-relative .subsiteContentBlock {
  padding: 15px;
}
.carousel-relative .subsiteContentBlock .article_content {
  padding-bottom: 0px;
  padding-top: 0px;
}
.cookie-notification {
  background: #0057B8;
  color: #fff;
  display: none;
}
.cookie-notification .cookie-content {
  margin: 0 auto;
  padding: 4px 6px;
}
.cookie-notification .cookie-content--inner {
  margin: 0 20px;
  text-align: center;
  font-size: 15px;
  line-height: 1.4;
}
.cookie-notification .text {
  margin-right: 10px;
}
.cookie-notification a {
  color: inherit;
  margin-right: 10px;
  text-decoration: underline;
}
.cookie-notification button {
  background: #fff;
  border: 0;
  border-radius: 1px;
  color: #0057B8;
  padding: 5px 22px;
  font-size: 14px;
  font-weight: bold;
  margin: 0 40px 0 15px;
  cursor: pointer;
}

.cookie-notification.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.subSiteMainPage .cookie-notification {
  position: fixed;
  top: 0;
  width: 100%;
}
.subSiteMainPage .fixed_top .cookie-notification {
  position: static;
}

.cookie-notification.visible {
  display: block;
}

@media (max-width: 768px) {
  .subSiteMainPage .cookie-notification {
    position: static;
  }
  .cookie-notification.relative {
    top: 64px;
    position: relative;
  }
  .cookie-notification.fixed {
    position: static;
  }
  .cookie-notification button {
    margin: 0;
  }
}
.table-tabs th {
  max-width: 150px;
  color: #00205b;
  padding: 1em;
  padding-bottom: 0.6em;
  background-color: #ffc399 !important;
  border-left: 1px solid #00205b;
  border-bottom: 1px solid transparent;
  border-top: 0;
  vertical-align: top !important;
  font-weight: bold !important;
}
.table-tabs th:nth-child(n+3):hover {
  background-color: #ffb480 !important;
}
.table-tabs th:nth-child(n+3):focus {
  background-color: #ffb480 !important;
}
.table-tabs th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-left: 0 !important;
}
.table-tabs th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.table-tabs tr {
  border-top: 1px dotted #ddd;
}
.table-tabs tr:hover td {
  background-color: rgba(255, 195, 153, 0.3);
}
.table-tabs td {
  vertical-align: top !important;
  max-width: 150px;
}
.table-tabs .selected {
  background-color: #ff6b00 !important;
}
.table-tabs .selected .toggle:before {
  content: "";
  border-top-color: #00205b;
}
.table-tabs .toggle {
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  text-align: center;
  line-height: 1em;
  margin-bottom: 1em;
}
.table-tabs .toggle:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #262729;
  display: inline-block;
}
/* 
    Created on : Sep 18, 2014, 2:58:55 PM
    Author     : jpaaso 
*/
/**
 * xs - Extra small: Phones (0      - 767px)
 * sm - Small: Tablets      (768px  - 991px)
 * md - Medium: Desktops    (992px  - 1199px)
 * lg - Large: Desktops     (1200px - )
 */
/** 
 * Media queries. Usage eg. @include small { width: 70px; } 
 */
/** 
 * Set values for an attribute for each media. 
 * 
 * Usage eg.: @include medias(width, 5px, 10px, 20px, 30px); 
 */
/**
 * Set media values for an attribute that is defined in pixels. Factor 
 * parameter defines, how many percent the value is decreased in 
 * smaller medias. 
 */
/** Decrease attribute px value by 20 % on each media. */
/** 
 * Set font size on large screen (lg) and decrease on every media by the 
 * factor received as parameter. Provide lg size without "px".
 * 
 * Usage eg.: @include font-medias(40, 0.9); 
 */
/** 
 * Set lg font and decrease it 10% per media.
 *
 * Usage eg. @include medias(21); 
 */
/** Provide font sizes as numbers (without "px") */
/**
 * Set margin-top or margin-bottom, padding-bottom or padding-top as !important.
 */
/**
 * Override the bootstrap grid spacing.
 */
/* IE media fix */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* -- Colors -- */
/*new color codes 12.8.2016*/
/*color codes*/
/* Fonts */
/**
 * xs - Extra small: Phones (0      - 767px)
 * sm - Small: Tablets      (768px  - 991px)
 * md - Medium: Desktops    (992px  - 1199px)
 * lg - Large: Desktops     (1200px - )
 */
/** 
 * Media queries. Usage eg. @include small { width: 70px; } 
 */
/** 
 * Set values for an attribute for each media. 
 * 
 * Usage eg.: @include medias(width, 5px, 10px, 20px, 30px); 
 */
/**
 * Set media values for an attribute that is defined in pixels. Factor 
 * parameter defines, how many percent the value is decreased in 
 * smaller medias. 
 */
/** Decrease attribute px value by 20 % on each media. */
/** 
 * Set font size on large screen (lg) and decrease on every media by the 
 * factor received as parameter. Provide lg size without "px".
 * 
 * Usage eg.: @include font-medias(40, 0.9); 
 */
/** 
 * Set lg font and decrease it 10% per media.
 *
 * Usage eg. @include medias(21); 
 */
/** Provide font sizes as numbers (without "px") */
/**
 * Set margin-top or margin-bottom, padding-bottom or padding-top as !important.
 */
/**
 * Override the bootstrap grid spacing.
 */
/* IE media fix */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* -- Colors -- */
/*new color codes 12.8.2016*/
/*color codes*/
/* Fonts */
@font-face {
  font-family: "SkattaSans-Regular";
  src: url("/staticcontent/fonts/skattasans/SkattaSansRegular.eot");
  src: url("/staticcontent/fonts/skattasans/SkattaSansRegular.eot?") format("embedded-opentype"), url("/staticcontent/fonts/skattasans/SkattaSansRegular.woff") format("woff"), url("/staticcontent/fonts/skattasans/SkattaSansRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SkattaSans-Medium";
  src: url("/staticcontent/fonts/skattasans/SkattaSansMedium.eot");
  src: url("/staticcontent/fonts/skattasans/SkattaSansMedium.eot?") format("embedded-opentype"), url("/staticcontent/fonts/skattasans/SkattaSansMedium.woff") format("woff"), url("/staticcontent/fonts/skattasans/SkattaSansMedium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SkattaSans-Bold";
  src: url("/staticcontent/fonts/skattasans/SkattaSansBold.eot");
  src: url("/staticcontent/fonts/skattasans/SkattaSansBold.eot?") format("embedded-opentype"), url("/staticcontent/fonts/skattasans/SkattaSansBold.woff") format("woff"), url("/staticcontent/fonts/skattasans/SkattaSansBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SkattaSans-Black";
  src: url("/staticcontent/fonts/skattasans/SkattaSansBlack.eot");
  src: url("/staticcontent/fonts/skattasans/SkattaSansBlack.eot?") format("embedded-opentype"), url("/staticcontent/fonts/skattasans/SkattaSansBlack.woff") format("woff"), url("/staticcontent/fonts/skattasans/SkattaSansBlack.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SkattaSans-headline";
  src: url("/staticcontent/fonts/skattasans/SkattaSansHeadlineBlack.otf");
  src: url("/staticcontent/fonts/skattasans/SkattaSansHeadlineBlack.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("/staticcontent/fonts/Icomoon/icomoon.eot?bka28y");
  src: url("/staticcontent/fonts/Icomoon/icomoon.eot?#iefixbka28y") format("embedded-opentype"), url("/staticcontent/fonts/Icomoon/icomoon.woff?bka28y") format("woff"), url("/staticcontent/fonts/Icomoon/icomoon.ttf?bka28y") format("truetype"), url("/staticcontent/fonts/Icomoon/icomoon.svg?bka28y#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
  content: "\e600";
}

.icon-arrow-down:before {
  content: "\e601";
}

.icon-arrow-up:before {
  content: "\e602";
}

.icon-arrow-right:before {
  content: "\e603";
}

.icon-arrow-left2:before {
  content: "\e604";
}

.icon-arrow-down2:before {
  content: "\e605";
}

.icon-arrow-up2:before {
  content: "\e606";
}

.icon-arrow-right2:before {
  content: "\e607";
}

.icon-arrow-left3:before {
  content: "\e608";
}

.icon-arrow-down3:before {
  content: "\e609";
}

.icon-arrow-up3:before {
  content: "\e60a";
}

.icon-uniE60B:before {
  content: "\e60b";
}

.icon-file-pdf:before {
  content: "\e900";
}

.main_nav_menu > ul > li > a.active, .main_nav_menu > ul > li > a:hover, .main_nav_menu > ul > li.main_nav_open > a, .main_nav_menu > ul > li.main_nav_open > a:hover {
  background: rgb(133, 24, 155);
}

/*------ FORM ELEMENTS -------*/
.field-validation-error {
  color: red;
  padding-left: 2px;
  font-size: 17px;
}

/* -- Dropdown menu -- */
.ui-selectmenu-menu ul {
  background: white !important;
}
.ui-selectmenu-menu li {
  font-weight: normal !important;
  border: none !important;
  margin: 0px 5px !important;
  background: white;
  font-family: "SkattaSans-Regular";
  font-size: 16px;
  color: #646469;
}

.ui-selectmenu-text {
  padding: 0.4em 2.1em 0.4em 1em;
}

.ui-selectmenu-button {
  outline: none;
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background: white;
  font-family: "SkattaSans-Regular";
  font-size: 16px;
  color: #646469;
  margin-top: 5px !important;
  height: 37px !important;
  width: 100% !important;
  background: transparent url("/staticcontent/img/nav_icon-chevron-down.svg") no-repeat;
  background-position: right 10px center;
  background-size: 20px;
}
.ui-selectmenu-button:hover {
  border: 1px solid #405884;
}

.ui-selectmenu-disabled {
  background: #DDDEDF;
  opacity: 0.5 !important;
}
.ui-selectmenu-disabled:hover {
  border: solid 1px #DDDEDF;
}

.ui-state-focus {
  border: 1px solid #DDDEDF;
}

li.ui-state-focus {
  background: white !important;
  font-weight: normal !important;
  color: #405884 !important;
  margin: 0px 2px;
}
li.ui-state-active {
  background: #7f8fad !important;
}

/** -- Buttons -- */
.kesko-btn-nh, input[type=button], input[type=submit], .kesko-btn, .kesko-btn-sm {
  outline: none;
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: white;
  background-color: #00205b;
  padding: 5px 15px;
  border: none !important;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: "SkattaSans-Regular";
  font-size: 16px;
}
.kesko-btn-nh:focus, input[type=button]:focus, input[type=submit]:focus, .kesko-btn:focus, .kesko-btn-sm:focus {
  outline: none;
}

input[type=button]:hover, input[type=submit]:hover, .kesko-btn:hover, .kesko-btn-sm:hover {
  background: #3479C5;
}
input[type=button]:active, input[type=submit]:active, .kesko-btn:active, .kesko-btn-sm:active {
  background: #00205b;
}

.kesko-btn-grey-nh, .kesko-btn-grey {
  outline: none;
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: #00205b;
  background-color: #DDDEDF;
  padding: 5px 15px;
  border: none !important;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: "SkattaSans-Regular";
  font-size: 16px;
}
.kesko-btn-grey-nh:focus, .kesko-btn-grey:focus {
  outline: none;
}

.kesko-btn-grey:hover {
  background-color: rgba(147, 149, 152, 0.1);
}

.kesko-btn-inactive-nh, .kesko-btn-inactive {
  outline: none;
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: white;
  background-color: #DDDEDF;
  padding: 5px 15px;
  border: none !important;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: "SkattaSans-Regular";
  font-size: 16px;
}
.kesko-btn-inactive-nh:focus, .kesko-btn-inactive:focus {
  outline: none;
}

.kesko-btn-inactive:hover {
  background-color: rgba(147, 149, 152, 0.1);
}

.kesko-btn-lg {
  min-height: 40px;
  min-width: 200px;
  background: #00205b;
  color: white;
  text-transform: uppercase;
  outline: none;
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.kesko-btn-lg:hover {
  background: #3479C5;
}
.kesko-btn-lg:active {
  background: #00205b;
}
.kesko-btn-lg:focus {
  outline: none;
}

.kesko-btn-sm {
  min-width: 60px;
}

.btn-link {
  font-size: 16px;
}

.pseudo-link {
  cursor: pointer;
}
.pseudo-link div {
  overflow: hidden;
}

.error {
  color: #9b2242;
  padding: 10px 0px;
}

label {
  font-weight: normal;
}

/** -- Form input -- */
input[type=text], input[type=datetime], input[type=email], textarea {
  outline: none;
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: solid 1px #ccc;
  outline: none;
  padding: 0.4em 2.1em 0.4em 1em !important;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  margin-top: 5px;
  font-size: 16px;
  color: #646469;
}
input[type=text]:active, input[type=text]:focus, input[type=datetime]:active, input[type=datetime]:focus, input[type=email]:active, input[type=email]:focus, textarea:active, textarea:focus {
  border: solid 1px #405884;
}
input[type=text]:disabled, input[type=datetime]:disabled, input[type=email]:disabled, textarea:disabled {
  background: #DDDEDF;
  opacity: 0.5;
}
input[type=text].error, input[type=datetime].error, input[type=email].error, textarea.error {
  border: solid 1px #9b2242;
}

textarea {
  resize: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*textarea { min-height: 100px; }
td { min-width: 60px; }*/
/* - Responsive table that scrolls horizontally if it's wider than the screen - */
.scrollable input[type=text], .scrollable input[type=datetime], .scrollable input[type=email], .scrollable textarea {
  color: #54585a;
  font-family: "SkattaSans-Regular";
}
.scrollable table {
  width: 100%;
  margin: 20px 0;
}
.scrollable table td {
  word-wrap: break-word;
  vertical-align: middle;
  padding: 5px 10px 5px 2px;
}
.scrollable table td input[type=text], .scrollable table td input[type=datetime], .scrollable table td input[type=email], .scrollable table td textarea {
  padding: 7px 10px !important;
  width: 100%;
}
.scrollable div {
  overflow-x: auto;
  /** 
   * Style the scrollbar to make it visible in iOS, Android and OS X 
   * WebKit browsers (where user preferences can make scrollbars 
   * invisible until you actually scroll) */
}
.scrollable div::-webkit-scrollbar {
  height: 12px;
}
.scrollable div::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
  background: #f0f0f0;
}
.scrollable div::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #ccc;
}
.scrollable.has-scroll {
  position: relative;
  overflow: hidden;
}
.scrollable.has-scroll.right-shadow:after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 50px;
  height: 100%;
  border-radius: 10px 0 0 0.2px 0 0 50%;
  -webkit-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
  content: "";
}
.scrollable.has-scroll.left-shadow:before {
  position: absolute;
  top: 0;
  left: -50px;
  width: 50px;
  height: 100%;
  border-radius: 10px 0 0 0.2px 0 0 50%;
  -webkit-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 0 10px rgba(0, 0, 0, 0.25);
  content: "";
}

@media (min-width: 768px) {
  #gift-card-form div {
    overflow: hidden;
  }
}
.g-recaptcha div {
  overflow: hidden;
}

table.table-hover tr:hover td {
  background-color: #bfc7d6;
}

.input-label {
  font-family: "SkattaSans-Bold"; /* $font-skattasans-black */
}

.input-sublabel {
  padding-left: 0;
}
@media (min-width: 768px) {
  .input-sublabel {
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .input-sublabel {
    padding-left: 10px;
  }
}
@media (min-width: 1200px) {
  .input-sublabel {
    padding-left: 10px;
  }
}

.file-upload {
  padding: 15px 0;
}
.file-upload * {
  margin-bottom: 10px;
}

fieldset {
  background-color: #fff;
  padding: 10px;
}

legend {
  border: 0;
  display: none;
}

#search-page form {
  padding: 15px;
}

.search-result {
  padding: 15px 0;
  font-family: "SkattaSans-Regular";
}
.search-result p {
  font-family: "SkattaSans-Regular";
}
.search-result b {
  font-weight: normal;
  font-family: "SkattaSans-Black";
}

.search-form {
  margin: 30px 0 0 0;
  text-align: center;
}

.search-bar {
  width: 60%;
  margin-bottom: 20px;
  height: 44px !important;
}
@media (min-width: 768px) {
  .search-bar {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .search-bar {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .search-bar {
    width: 60%;
  }
}

.search-btn {
  margin-left: -5px;
  height: 44px !important;
}

.search-radio-btn {
  font-family: "SkattaSans-Regular";
  text-align: left;
  margin: 20px 0;
  clear: both;
  display: block;
  margin-left: 5%;
}
@media (min-width: 768px) {
  .search-radio-btn {
    margin-left: 25%;
  }
}
@media (min-width: 992px) {
  .search-radio-btn {
    margin-left: 25%;
  }
}
@media (min-width: 1200px) {
  .search-radio-btn {
    margin-left: 25%;
  }
}
.search-radio-btn input {
  float: left;
}
.search-radio-btn label {
  padding-left: 30px;
  padding-right: 10px;
  display: block;
}

.search-result-url {
  color: #54585a;
  padding-bottom: 5px;
}

.search-parameters {
  background-color: rgba(147, 149, 152, 0.1);
  padding: 20px;
  margin-bottom: 50px;
}
.search-parameters .ui-selectmenu-button {
  background-color: white;
}

#retailerFormBlock {
  margin-bottom: 100px;
}
#retailerFormBlock .g-recaptcha {
  margin-top: 35px;
}
#retailerFormBlock .spacer200 {
  height: 200px;
}

#formValidationSummary {
  margin-bottom: 30px;
}

#retailerChainSelection {
  margin-bottom: 20px;
  padding-right: 100px;
  text-align: center;
}
#retailerChainSelection label {
  margin-right: 5px;
}
#retailerChainSelection #chainSelection {
  padding: 0 5px;
  min-width: 250px;
}

.container {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media (min-width: 768px) {
  .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.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 {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .row {
    margin-left: -12.5px;
    margin-right: -12.5px;
  }
  .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 {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .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 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body {
  overflow-x: hidden;
}

.contain {
  max-width: 100%;
  overflow: hidden;
}

.hidden {
  visibility: hidden;
  display: none;
}

.subpage {
  padding-top: 10px;
}
@media (min-width: 768px) {
  .subpage {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .subpage {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .subpage {
    padding-top: 20px;
  }
}

.clearfloat {
  clear: both;
}

.vertical-navi {
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .vertical-navi {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .vertical-navi {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .vertical-navi {
    margin-top: 30px;
  }
}
.vertical-navi a {
  display: inline-block;
  color: white;
  font-size: 26px;
  background-color: #DDDEDF;
  width: 40px;
  height: 30px;
  position: relative;
}
.vertical-navi a:before {
  position: absolute;
  left: 5px;
}
.vertical-navi a.navi-down:before {
  top: 2px;
}
.vertical-navi a:hover {
  text-decoration: none;
  background-color: #eaebeb;
}

#backToTopButton {
  vertical-align: middle;
  position: fixed;
  bottom: 4%;
  right: 20px;
  z-index: 999;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#backToTopButton.scrolled {
  opacity: 0.85;
}
#backToTopButton #backToTopLink {
  text-decoration: none;
  background-color: #cb4700;
  outline: none;
}
#backToTopButton #backToTopLink span {
  font-size: 13px;
  font-family: "SkattaSans-Regular";
  text-transform: uppercase;
  display: block;
  line-height: 29px;
  font-weight: bold;
  padding-left: 42px;
  padding-right: 10px;
}

@media screen and (min-width: 992px) {
  #backToTopLink {
    width: auto;
  }
}
@media screen and (max-width: 992px) {
  #backToTopLink span {
    visibility: hidden;
  }
}
.left {
  float: left;
}

.content-wrapper {
  padding-bottom: 20px;
  -webkit-backface-visibility: hidden;
}
@media (min-width: 768px) {
  .content-wrapper {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .content-wrapper {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .content-wrapper {
    padding-bottom: 80px;
  }
}

header, .content-wrapper, footer {
  -webkit-backface-visibility: hidden;
}

body {
  overflow-x: hidden;
  -webkit-backface-visibility: hidden;
}

.article-links a:hover {
  text-decoration: none;
}

a.link-box {
  height: 370px;
  width: 100%;
  text-decoration: none;
  color: white;
}

.linkrow-lg {
  clear: both;
  color: #cb4700;
  position: relative;
  padding-top: 10px;
  text-align: left;
}
@media (min-width: 768px) {
  .linkrow-lg {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .linkrow-lg {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .linkrow-lg {
    padding-top: 55px;
  }
}
@media (min-width: 768px) {
  .linkrow-lg {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .linkrow-lg {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .linkrow-lg {
    text-align: center;
  }
}
.linkrow-lg a {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.linkrow-lg a:first-child {
  margin-top: 0;
}

.blogwall-filter, .blogwall-toggle {
  padding-bottom: 20px;
}
.blogwall-filter ul, .blogwall-toggle ul {
  margin: 0;
  padding: 0;
  display: inline;
}
.blogwall-filter ul li, .blogwall-toggle ul li {
  cursor: pointer;
  display: inline-block;
  list-style-type: none;
  margin-bottom: 10px;
}

.blogwall-filter {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .blogwall-filter {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .blogwall-filter {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .blogwall-filter {
    width: 70%;
  }
}

.blogwall-toggle {
  text-align: center;
}

.bg-orange.subSite .grecaptcha-badge {
  bottom: 80px !important;
}

.social-filter {
  padding-bottom: 20px;
}
.social-filter ul {
  margin: 0;
  padding: 0;
  display: inline;
}
.social-filter ul li {
  cursor: pointer;
  display: inline-block;
  list-style-type: none;
  margin-bottom: 10px;
}
.social-filter li {
  padding: 0 10px;
  margin: 0;
}
@media (max-width: 767px) {
  .social-filter li {
    width: 15.5%;
    text-align: center;
  }
}
.social-filter li img {
  height: 30px;
  width: auto;
  margin-left: 8px;
}
@media (min-width: 768px) {
  .social-filter li img {
    height: 25px;
  }
}
.social-filter .label-txt {
  font-size: 24px;
  line-height: 20px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .social-filter .label-txt {
    display: none;
  }
}
.social-filter .media-name {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .social-filter .media-name {
    display: none;
  }
}

.social-container {
  font-family: "SkattaSans-Regular";
  font-size: 16px;
}
.social-container p, .social-container a, .social-container .text {
  font-size: 16px;
  font-family: "SkattaSans-Regular";
}
.social-container .post {
  max-width: 380px;
  overflow: hidden;
}
.social-container .post img.img-loading {
  background: url("data:image/gif;base64,R0lGODlhEAALAPQAAP/391tbW+bf3+Da2vHq6l5dXVtbW3h2dq6qqpiVldLMzHBvb4qHh7Ovr5uYmNTOznNxcV1cXI2Kiu7n5+Xf3/fw8H58fOjh4fbv78/JycG8vNzW1vPs7AAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA") center center no-repeat;
  display: block;
  width: 16px;
  height: 11px;
  margin: 5px auto 0 auto;
}
.social-container .content {
  margin: 0 0 20px 20px !important;
  border: 1px solid #f4f3f3;
  -webkit-box-shadow: 2px 2px 2px #ebebeb;
          box-shadow: 2px 2px 2px #ebebeb;
  background-color: #fff;
}
.social-container .content img {
  max-width: 100%;
}
.social-container .content .text {
  padding: 10px 20px;
}
.social-container .content .text h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 10px 0px 10px 0px;
}
.social-container .content .text p {
  font-size: 16px;
  margin: 10px 0px 10px 0px;
}
.social-container .content .footer {
  padding: 10px 15px;
  background-color: #f3f3f3;
  clear: both;
  margin-top: 10px;
}
.social-container .content .footer .facebook {
  background: url(/staticcontent/img/icon_facebook.png) right center no-repeat #f3f3f3;
  background-size: 25px;
}
.social-container .content .footer .twitter {
  background: url(/staticcontent/img/twitter-icon.png) right center no-repeat #f3f3f3;
  background-size: 25px;
}
.social-container .content .footer .instagram {
  background: url(/staticcontent/img/instagram-icon.png) right center no-repeat #f3f3f3;
  background-size: 25px;
}
.social-container .content .footer .pinterest {
  background: url(/staticcontent/img/pinterest-icon.png) right center no-repeat #f3f3f3;
  background-size: 25px;
}
.social-container .content .footer .linkedin {
  background: url(/staticcontent/img/linkedin-icon.png) right center no-repeat #f3f3f3;
  background-size: 25px;
}
.social-container .content .footer .youtube {
  background: url(/staticcontent/img/youtube-icon.png) right center no-repeat #f3f3f3;
  background-size: 25px;
}
.social-container .content .footer span {
  display: block;
  clear: both;
  margin: 0 !important;
  padding: 0;
  line-height: 20px;
}
.social-container .content .p-head {
  margin-bottom: 50px !important;
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
  .social-container .content {
    margin: 0 0 20px 0 !important;
  }
}
.scalableImage {
  max-width: 100%;
}

.videoBlock .videoContainer {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  max-width: 1200px;
  max-height: 678px;
  margin: 0 auto;
}
.videoBlock .videoContainer iframe, .videoBlock .videoContainer object, .videoBlock .videoContainer embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  max-height: 678px;
}

@media screen and (min-width: 1366px) {
  .container.newSubsite {
    width: 1366px;
  }
}
@media (min-width: 768px) {
  .subSite .col-sm-3 .videoBlock, .col-sm-3 .videoBlock.centerVideo {
    left: 75%;
    position: relative;
  }
  .subSite .col-sm-4 .videoBlock, .col-sm-4 .videoBlock.centerVideo {
    left: 66%;
    position: relative;
  }
  .subSite .col-sm-6 .videoBlock, .col-sm-6 .videoBlock.centerVideo {
    left: 50%;
    position: relative;
  }
  .subSite .col-sm-8 .videoBlock, .col-sm-8 .videoBlock.centerVideo {
    left: 25%;
    position: relative;
  }
}
@media (max-width: 767px) {
  .subSite .col-sm-3 .videoBlock, .col-sm-3 .videoBlock.centerVideo {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    left: 51%;
    position: relative;
  }
  .subSite .col-sm-4 .videoBlock, .col-sm-4 .videoBlock.centerVideo {
    max-width: 34%;
    margin-left: auto;
    margin-right: auto;
  }
  .subSite .col-sm-6 .videoBlock, .col-sm-6 .videoBlock.centerVideo {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .subSite .col-sm-8 .videoBlock, .col-sm-8 .videoBlock.centerVideo {
    max-width: 66.6667%;
    margin-left: auto;
    margin-right: auto;
  }
}
.article_category_sections > div {
  margin-bottom: 30px;
}
.article_category_sections > div a {
  color: #fff;
  display: block;
  font-family: "SkattaSans-Regular";
  font-size: 24px;
}

#leikicontainer {
  color: #fff;
}
#leikicontainer .padding30 {
  padding: 30px;
  background-color: #7f8fad;
}
#leikicontainer h3 {
  color: #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-top: 0px;
  text-transform: uppercase;
  line-height: 1.3;
}
#leikicontainer span {
  font-family: "SkattaSans-Regular";
  font-size: 16px;
}
#leikicontainer .item {
  margin-bottom: 10px;
  line-height: 1;
}
#leikicontainer .item:nth-child(n+3) {
  visibility: hidden;
  display: none;
}

#articleThemes {
  color: #fff;
}
#articleThemes .title {
  text-transform: uppercase;
  width: 100%;
  display: block;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: "SkattaSans-Bold";
  font-size: 18px;
}
@media (min-width: 768px) {
  #articleThemes .title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  #articleThemes .title {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  #articleThemes .title {
    font-size: 24px;
  }
}
#articleThemes .padding30 {
  padding: 15px;
  background-color: #7f8fad;
}
@media (min-width: 768px) {
  #articleThemes .padding30 {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  #articleThemes .padding30 {
    padding: 25px;
  }
}
@media (min-width: 1200px) {
  #articleThemes .padding30 {
    padding: 25px;
  }
}
#articleThemes a, #articleThemes span {
  margin-bottom: 10px;
  line-height: 1;
  font-family: "SkattaSans-Regular";
  font-size: 18px;
}
@media (min-width: 768px) {
  #articleThemes a, #articleThemes span {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  #articleThemes a, #articleThemes span {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  #articleThemes a, #articleThemes span {
    font-size: 20px;
  }
}

.linkbar {
  border-bottom: 1px solid #DDDEDF;
  border-top: 1px solid #DDDEDF;
  display: table;
  margin: 40px auto;
  padding: 15px 45px;
}
.linkbar .icon {
  font-size: 30px;
  margin-left: 20px;
}
.linkbar a {
  color: #cb4700;
  font-size: 18px;
  font-family: "SkattaSans-Regular";
  display: inline-block;
}
@media (min-width: 768px) {
  .linkbar a {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .linkbar a {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .linkbar a {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .linkbar {
    padding: 15px 0px;
  }
}
.linkbar-bottom {
  display: table;
  margin: 40px auto;
  padding: 15px 45px;
  border-bottom: 1px solid #DDDEDF;
}
.linkbar-bottom .icon {
  font-size: 30px;
  margin-left: 20px;
}
.linkbar-bottom a {
  color: #cb4700;
  font-size: 28px;
  font-family: "SkattaSans-Regular";
  display: inline-block;
}

#didYouMean {
  background-color: #dbdddf;
  border-radius: 2px;
  display: block;
  font-weight: bold;
  margin-bottom: 30px;
  overflow: auto;
  padding: 15px;
}

#didYouMean > a {
  cursor: pointer;
}

#promotedContent {
  background-color: #405884;
  padding: 10px 25px;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s;
  margin-bottom: 30px;
}

#promotedContent:hover {
  background-color: #7f8fad;
}

#promotedContent:hover a {
  text-decoration: none;
}

#searchResultsList .pdf a .iconContainer {
  background: url("/staticcontent/img/pdficon.jpg") no-repeat scroll left center;
  float: left;
  height: 48px;
  width: 55px;
}

#searchResultsList .pdf a:hover .iconContainer {
  background: url("/staticcontent/img/pdficonhover.jpg") no-repeat scroll left center;
  float: left;
  height: 48px;
  width: 55px;
}

#searchResultsList .doc a .iconContainer {
  background: url("/staticcontent/img/wordicon.jpg") no-repeat scroll left center;
  float: left;
  height: 48px;
  width: 55px;
}

#searchResultsList .doc a:hover .iconContainer {
  background: url("/staticcontent/img/wordiconhover.jpg") no-repeat scroll left center;
  float: left;
  height: 48px;
  width: 55px;
}

#searchResultsList .xls a .iconContainer {
  background: url("/staticcontent/img/excelicon.jpg") no-repeat scroll left center;
  float: left;
  height: 48px;
  width: 55px;
}

#searchResultsList .xls a:hover .iconContainer {
  background: url("/staticcontent/img/exceliconhover.jpg") no-repeat scroll left center;
  float: left;
  height: 48px;
  width: 55px;
}

#search-page input.off[type=button] {
  background-color: #dbdddf;
}

#search-page input[type=button], #search-page input[type=button]:hover {
  background-color: #00205b;
}

#searchPagination ul {
  display: block;
}

#searchPagination li.pagination_next {
  background: rgba(0, 0, 0, 0) url("/staticcontent/img/icon_big_arrow_right_blue.png") no-repeat scroll right bottom;
  margin-left: 10px;
  float: right;
}

#searchPagination li.pagination_prev {
  background: rgba(0, 0, 0, 0) url("/staticcontent/img/icon_big_arrow_left_blue.png") no-repeat scroll left bottom;
  margin-right: 10px;
  float: left;
}

#searchPagination li {
  display: inline-block;
  font-size: 24px;
  padding: 0 20px;
  text-decoration: none;
  color: #00205b;
  cursor: pointer;
}

/* autocomplete - overrides jquery ui styles*/
.ui-autocomplete {
  background-color: #fff;
  border: 1px solid #ddd; /*border-top:0; border-radius:0;*/
}

.ui-autocomplete.ui-menu .ui-menu-item {
  background-color: #fff;
  border: 0 none;
  font-family: "SkattaSans-Bold";
  font-size: 18px;
  font-weight: normal;
  padding: 5px;
}

.ui-autocomplete.ui-widget {
  font-weight: 400;
  min-width: 175px;
}

.ui-autocomplete.ui-widget-content {
  background-color: #fff;
  background-image: none;
}

#ui-id-2.ui-autocomplete.ui-widget-content {
  border: 1px solid #ddd;
  border-top: 0;
}

#ui-id-1 .ui-state-hover,
#ui-id-1.ui-widget-content .ui-state-hover,
#ui-id-1.ui-widget-header .ui-state-hover,
#ui-id-1 .ui-state-focus,
#ui-id-1.ui-widget-content .ui-state-focus,
#ui-id-1.ui-widget-header .ui-state-focus {
  background-color: #cb4700 !important;
  background-image: none;
  border-color: #ddd !important;
  border-radius: 0;
  color: #fff !important;
  margin: 0 !important;
  padding: 5px;
}

.ui-autocomplete {
  overflow-y: auto; /* prevent horizontal scrollbar */
  overflow-x: hidden; /* add padding to account for vertical scrollbar */
  z-index: 1000 !important;
}

/*  Pagination  */
ul.kesko-pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
}
ul.kesko-pagination li {
  display: inline;
}
ul.kesko-pagination li a, ul.kesko-pagination li span {
  display: inline-block;
  padding: 0px 12px;
  text-decoration: none;
  font-family: "SkattaSans-Regular";
  font-size: 24px;
}
ul.kesko-pagination li a {
  color: #54585a;
  cursor: pointer;
}
ul.kesko-pagination li a:hover {
  font-family: "SkattaSans-Regular";
  color: #cb4700;
}
ul.kesko-pagination li span {
  color: #cb4700;
  font-family: "SkattaSans-Regular";
}
ul.kesko-pagination li.pagination_prev a, ul.kesko-pagination li.pagination_prev span,
ul.kesko-pagination li.pagination_next a, ul.kesko-pagination li.pagination_next span {
  display: inline-block;
  width: 14px;
  height: 29px;
  margin-bottom: -3px;
}
ul.kesko-pagination li.pagination_prev span {
  background: url("/staticcontent/img/icon_big_arrow_left_grey.png") left bottom no-repeat;
  margin-right: 10px;
}
ul.kesko-pagination li.pagination_prev a {
  background: url("/staticcontent/img/icon_big_arrow_left_blue.png") left bottom no-repeat;
  margin-right: 10px;
}
ul.kesko-pagination li.pagination_next span {
  background: url("/staticcontent/img/icon_big_arrow_right_grey.png") right bottom no-repeat;
  margin-left: 10px;
}
ul.kesko-pagination li.pagination_next a {
  background: url("/staticcontent/img/icon_big_arrow_right_blue.png") right bottom no-repeat;
  margin-left: 10px;
}

/* Logo Container */
.logo-container a {
  display: block;
  text-align: center;
}

/*Reoprt Center*/
#reportCenter #showMoreLinkEvents {
  cursor: pointer;
}
#reportCenter #showMoreLinkEvents:hover {
  text-decoration: none;
  color: #405884;
}
#reportCenter .imageLinkContainer:hover {
  text-decoration: none;
}
#reportCenter .imageLinkContainer:hover h5 {
  color: #54585a;
}
#reportCenter .imageLinkContainer:hover .bg-blue-transparent {
  background-color: rgba(0, 32, 91, 0.5);
}
#reportCenter button {
  font-family: "SkattaSans-Regular";
  font-size: 16px;
}
#reportCenter .panel-default > .panel-heading {
  background: none;
  border: none;
  padding: 0;
  border-radius: 0;
}
#reportCenter .panel-default > .panel-heading a {
  padding: 20px 5px;
  margin: 0;
  font-family: "SkattaSans-Regular";
  font-size: 22px;
  color: #fff;
  width: 100%;
  position: relative;
  display: block;
  background-color: #cb4700;
}
@media (min-width: 768px) {
  #reportCenter .panel-default > .panel-heading a {
    padding: 20px 15px;
  }
}
@media (min-width: 992px) {
  #reportCenter .panel-default > .panel-heading a {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  #reportCenter .panel-default > .panel-heading a {
    padding: 20px;
  }
}
#reportCenter .panel-default > .panel-heading a::before {
  float: left;
  content: url("/staticcontent/img/icon_big_arrow_up_white.png");
}
#reportCenter .panel-default > .panel-heading a:hover {
  text-decoration: none;
}
#reportCenter .panel-default > .panel-heading a:focus {
  text-decoration: none;
  border: none;
}
#reportCenter .panel-default > .panel-heading a:active {
  text-decoration: none;
}
#reportCenter .panel-default > .panel-heading a.collapsed {
  color: #00205b;
  background-color: #fff;
}
#reportCenter .panel-default > .panel-heading a.collapsed::before {
  content: url("/staticcontent/img/icon_big_arrow_down_blue.png");
}
#reportCenter .panel-default > .panel-heading a.collapsed:hover {
  text-decoration: none;
  background-color: #cb4700;
  color: #fff;
}
#reportCenter .panel-default > .panel-heading a.collapsed:hover::before {
  content: url("/staticcontent/img/icon_big_arrow_down_white.png");
}
#reportCenter .panel-group .panel {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-bottom: 1px solid #dee0e3;
  border-radius: 0;
}
#reportCenter .panel-group .panel + .panel {
  margin-top: 0;
}
#reportCenter .panel-body {
  padding: 0;
  padding-top: 50px;
}
#reportCenter .panel-body .report-body {
  padding: 0 10px 20px 10px;
}
@media (min-width: 768px) {
  #reportCenter .panel-body .report-body {
    padding: 0 12.5px 20px 12.5px;
  }
}
@media (min-width: 992px) {
  #reportCenter .panel-body .report-body {
    padding: 0 15px 20px 15px;
  }
}
#reportCenter .btn-group, #reportCenter .btn-group-vertical {
  width: 100%;
  /*margin-bottom: 30px;
  margin-top: 50px;*/
}
#reportCenter .btn-group > .btn, #reportCenter .btn-group-vertical > .btn {
  float: right;
  text-align: left;
  width: 200px;
  height: 40px;
}
#reportCenter .btn-default {
  background: none;
}
#reportCenter .open .caret {
  background: url("/staticcontent/img/arrow_dropdown_close.png") no-repeat center right;
}
#reportCenter .caret {
  background: url("/staticcontent/img/arrow_dropdown.png") no-repeat center right;
  border: none;
  width: 26px;
  height: 26px;
  float: right;
}
#reportCenter .selection {
  float: left;
  line-height: 26px;
  padding-right: 10px;
}
#reportCenter .dropdown-menu {
  width: 200px;
}
#reportCenter .imageWrapper {
  position: relative;
  display: inline-block;
}
#reportCenter .imageWrapper img {
  height: 100%;
  max-height: 168px;
  max-width: 268px;
  width: 100%;
  border: 1px solid #707372;
}
#reportCenter .imageWrapper img:hover {
  border: 1px solid #000;
}
#reportCenter .imageWrapper .bg-blue-transparent {
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #fff;
}
#reportCenter .imageWrapper .bg-blue-transparent p {
  margin: 5px 0;
}
#reportCenter .imageWrapper .bg-blue-transparent p:last-child {
  font-family: "SkattaSans-Regular";
}
#reportCenter .descriptionWrapper {
  max-width: 268px;
}
#reportCenter .descriptionWrapper p {
  color: #00205b !important;
}
#reportCenter .accordionWrapper {
  float: right;
}
#reportCenter .date {
  float: right;
  margin-left: 20px;
  font-size: 16px;
}
@media (min-width: 768px) {
  #reportCenter .date {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  #reportCenter .date {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  #reportCenter .date {
    font-size: 22px;
  }
}
#reportCenter .title {
  overflow: hidden;
  margin-left: 50px;
  font-size: 18px;
}
@media (min-width: 768px) {
  #reportCenter .title {
    margin-left: 50px;
  }
}
@media (min-width: 992px) {
  #reportCenter .title {
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  #reportCenter .title {
    margin-left: 70px;
  }
}
@media (min-width: 768px) {
  #reportCenter .title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  #reportCenter .title {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  #reportCenter .title {
    font-size: 24px;
  }
}
#reportCenter .highlight a > p {
  font-family: "SkattaSans-Regular";
  font-size: 18px;
  color: #00205b;
}
#reportCenter .highlight a .k-medium {
  text-transform: uppercase;
  padding: 0 15px;
  float: left;
  max-width: 190px;
}
#reportCenter .highlight a .k-thin {
  padding: 0 15px 0 0;
  float: right;
}
#reportCenter #eventsYearFilter {
  margin: 30px 0 30px 0;
}
#reportCenter #filesYearFilter {
  margin: 0 15px 30px 0;
}
#reportCenter #categoryFilters {
  text-align: center;
  margin: 30px auto;
}
#reportCenter #categoryFilters button {
  text-align: center;
  background-color: #CACED0;
  background-image: none;
  border: none;
  float: none;
  border-radius: 3px;
  margin: 5px;
}
#reportCenter #categoryFilters button:hover {
  background-color: #cb4700;
}
#reportCenter #categoryFilters button.active {
  background-color: #cb4700;
}

@media screen and (max-width: 992px) {
  #reportCenter #eventsYearFilter {
    margin: 50px auto 30px;
    text-align: center;
  }
  #reportCenter #eventsYearFilter button {
    float: none;
  }
  #reportCenter #eventsYearFilter .dropdown-menu {
    float: none;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #reportCenter #filesYearFilter {
    margin: 0 auto 30px 0;
    text-align: center;
  }
  #reportCenter #filesYearFilter button {
    float: none;
  }
  #reportCenter #filesYearFilter .dropdown-menu {
    float: none;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
/* Tabs */
.tabs a {
  font-family: "SkattaSans-Regular";
}

.nav-tabs {
  border-bottom: 1px solid #53585f;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border-color: #53585f #53585f transparent;
  outline: none;
  color: #53585F;
  border-bottom-color: #fff;
}

.nav-tabs > li > a:hover {
  background: none;
  color: #405884;
  border: none;
  border: 1px solid transparent;
}

@media screen and (max-width: 992px) {
  #contentPageTabs .nav-tabs {
    border: none;
  }
  #contentPageTabs .nav-tabs > li {
    width: 100%;
  }
  #contentPageTabs .nav-tabs > li a {
    border: none;
    border-radius: 3px;
    background-color: #caced0;
    color: #fff;
  }
  #contentPageTabs .nav-tabs > li.active > a, #contentPageTabs .nav-tabs > li:hover > a {
    background-color: #cb4700;
  }
}
/*History Page*/
.content-wrapper.nopadding {
  padding-bottom: 0px;
}

.padding80 {
  padding-bottom: 80px;
  background-color: #fff;
}

.backgroundforhistory .row {
  background-color: #fff;
}

#historypage {
  background: url("/staticcontent/img/historybg_desktop.png") repeat-y scroll center top transparent;
}
#historypage .titlewrapper {
  position: relative;
}
#historypage .event-description .kuvateksti {
  font-size: 14px;
  font-family: "SkattaSans-Regular";
}
#historypage .historyingress {
  margin: 30px 0 20px;
}
#historypage h2 {
  font-family: "SkattaSans-Black";
  color: #00205b !important;
  position: relative;
  z-index: 2;
  font-size: 44px;
}
#historypage .head2, #historypage h2.hl-text, #historypage a.arrow-link-lg, #historypage a.arrow-link-lg-center, #historypage p.arrow-link-lg, #historypage p.arrow-link-lg-center, #historypage .head2-caps, #historypage .linkrow-lg {
  color: #00205b !important;
  margin-top: 0px;
  position: relative;
  z-index: 2;
}
#historypage .showmore {
  font-family: "SkattaSans-Regular";
  font-size: 22px;
  color: #cb4700;
  cursor: pointer;
  padding-left: 30px;
  background: url("/staticcontent/img/icon_big_arrow_down_blue.png") no-repeat center left transparent;
}
#historypage .showless {
  font-family: "SkattaSans-Regular";
  font-size: 22px;
  color: #cb4700;
  cursor: pointer;
  padding-left: 30px;
  background: url("/staticcontent/img/icon_big_arrow_up_blue.png") no-repeat center left transparent;
}
#historypage .historyingress *, #historypage .event-description * {
  font-family: "SkattaSans-Regular";
}
#historypage .col-md-6 {
  padding: 0;
}
#historypage .emptyPlaceholder {
  height: 200px;
  background-color: #fff;
  z-index: 0;
}
#historypage .documentBlock {
  clear: both;
  float: left;
  margin-top: 0;
  width: 100%;
}
#historypage .historyposts.documentBlock {
  clear: none;
  float: none;
}
#historypage .post-content {
  margin-top: -18px;
  margin-bottom: 70px;
  background-color: #fff;
  margin-left: 40px;
  padding-bottom: 20px;
  padding-left: 25px;
  position: relative;
}
#historypage .historyposts {
  margin-top: -20px;
}
#historypage .post {
  color: #00205b !important;
  position: relative;
}
#historypage .post:first-child .span6 + .span6 {
  margin-bottom: -1px;
  margin-top: -2px;
}
#historypage .post.historyfade .post-content {
  opacity: 0.6;
}
#historypage .post .col-md-6 {
  min-height: 1px;
  width: 540px;
}
#historypage .post .col-md-6 + .col-md-6 {
  margin-left: 34px;
  width: 624px;
  margin-top: -1px;
}
#historypage .post.floatLeft * {
  text-align: right !important;
}
#historypage .post.floatLeft .titlewrapper img {
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: 1;
}
#historypage .post.floatLeft .post-content {
  margin-left: 0;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 25px;
}
#historypage .post.floatLeft .iconStem {
  background: url("/staticcontent/img/spriteHistory.png") repeat scroll -50px 0 rgba(0, 0, 0, 0);
  right: 0;
}
#historypage .post.floatLeft .col-md-6 {
  margin-left: 0;
  position: relative;
}
#historypage .post.floatLeft .col-md-6.hidetablet {
  display: none;
}
#historypage .post.floatLeft .stem-mask {
  right: 0;
}
#historypage .post.floatRight {
  text-align: left;
}
#historypage .post.floatRight .titlewrapper img {
  position: absolute;
  bottom: -10px;
  left: -10px;
}
#historypage .post.floatRight .iconStem {
  background: url("/staticcontent/img/spriteHistory.png") repeat scroll -50px 0 rgba(0, 0, 0, 0);
}
#historypage .post .stem-mask {
  background: url("/staticcontent/img/spriteHistory.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  bottom: 0;
  position: absolute;
  top: 50px;
  width: 50px;
}
#historypage .post .iconStem {
  height: 50px;
  position: absolute;
  width: 50px;
}
#historypage #stem-holder {
  height: 0;
  position: relative;
  visibility: hidden;
  z-index: -1;
}
#historypage #stem-holder .stem {
  position: fixed;
  width: 40px;
  height: 50%;
  top: 0;
  background: #00205b;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#historypage #stem-holder .stem-background {
  background: #7f8fad;
  height: 110%;
  position: fixed;
  top: 0;
  width: 40px;
  z-index: 0;
}
#historypage #stem-holder .col-md-6 {
  width: 578px;
}

.backgroundwhite {
  background-color: #fff;
}

@media screen and (max-width: 1200px) {
  #historypage {
    background: none;
  }
  #historypage .backgroundforhistory .row {
    padding: 0 20px;
  }
  #historypage .post.floatLeft .post-content {
    background-color: #fff;
    padding-left: 60px;
    top: 0;
  }
  #historypage .historyposts .post:first-child .iconStem {
    top: 17px !important;
  }
  #historypage .post .stem-mask {
    top: 49px;
  }
  #historypage .hidetablet {
    display: none;
  }
  #historypage .post.floatLeft .iconStem {
    background-position: -200px 0;
    left: 0;
  }
  #historypage .post {
    padding-bottom: 0;
    margin-bottom: 0px;
  }
  #historypage .post.floatLeft {
    margin-bottom: -18px;
  }
  #historypage .post-content p {
    padding-bottom: 0px;
  }
  #historypage .post-description {
    padding-bottom: 70px;
  }
  #historypage .post-content .video-placeholder {
    margin-top: -70px;
    margin-bottom: 100px;
  }
  #historypage .post h1, #historypage .post .head1-left, #historypage .post .bottom-area h2, .bottom-area #historypage .post h2 {
    padding-top: 5px;
  }
  #historypage .post-content img.post-image {
    right: 0px;
    max-width: 120px;
  }
  #historypage .floatRight .post-content img.post-image {
    right: 0px;
  }
  #historypage .post.floatRight .iconStem {
    top: 17px;
  }
  #historypage .historyposts .post:first-child .iconStem {
    top: 28px;
  }
  #historypage .post.floatLeft * {
    text-align: left !important;
  }
  #historypage .post.floatLeft .post-content {
    margin-right: 0;
    padding-right: 0px;
    padding-left: 60px;
    margin-left: 40px;
    margin-right: 0;
  }
  #historypage .post .col-md-6 {
    float: none;
    width: 100%;
    margin-left: 0;
    min-height: 0;
  }
  #historypage .post .col-md-6 + .col-md-6 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: -20px;
  }
  #historypage .post.floatLeft .col-md-6 {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  #historypage .post.floatLeft .titlewrapper img {
    left: -10px;
    right: auto;
  }
  #historypage .post-content {
    padding-left: 60px;
    top: 0px;
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: 220px;
  }
  #historypage .post-content h1, #historypage .post-content .head1-left, #historypage .post-content .bottom-area h2, .bottom-area #historypage .post-content h2 {
    padding-top: 0px;
  }
  #historypage .post.floatRight .stem-mask {
    top: 56px;
  }
  #historypage .post.floatLeft .stem-mask {
    left: 0;
    top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .container.backgroundforhistory {
    background-color: #fff;
  }
  #historypage .post-content {
    padding-left: 0 !important;
    margin-left: 0 !important;
    padding-bottom: 200px;
  }
  #historypage .iconStem {
    visibility: hidden;
  }
  #historypage .stem-mask {
    visibility: hidden;
  }
  #historypage .titlewrapper img {
    max-width: 100%;
    left: 0 !important;
  }
  #historypage .post.floatLeft *, #historypage .post.floatRight * {
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  .container.backgroundforhistory {
    background-color: #fff;
  }
  #historypage .post-content {
    padding-left: 0 !important;
    margin-left: 0 !important;
    padding-bottom: 200px;
  }
  #historypage .iconStem {
    visibility: hidden;
  }
  #historypage .stem-mask {
    visibility: hidden;
  }
  #historypage .titlewrapper img {
    max-width: 100%;
    left: 0 !important;
  }
  #historypage .post.floatLeft *, #historypage .post.floatRight * {
    text-align: center !important;
  }
}
#figures {
  background-color: #383839;
  padding: 40px 0;
}
#figures img {
  max-width: 100%;
}
#figures .col-md-4 {
  text-align: center;
}
#figures #pie_alt, #figures #title_height {
  display: none;
}
#figures #tablechart {
  color: #383839;
  display: none;
  visibility: hidden;
}
@media (min-width: 992px) {
  #figures .energySafing, #figures .persons {
    margin-top: 40px;
  }
}
#figures .energySafing {
  color: #7f8fad;
}
#figures .energySafing p {
  text-align: center;
  font-family: "SkattaSans-Regular";
  font-size: 18px;
}
@media (min-width: 768px) {
  #figures .energySafing p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  #figures .energySafing p {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  #figures .energySafing p {
    font-size: 20px;
  }
}
#figures .energySafing .house {
  display: inline-block;
  font-size: 26px !important;
  background: url("/staticcontent/img/house.png") no-repeat left center transparent;
  padding-left: 90px;
  min-height: 65px;
}
#figures .energySafing .house p {
  text-align: left;
  margin-bottom: 0;
}
#figures .energySafing .f40 {
  font-size: 18px;
  text-align: center;
  font-family: "SkattaSans-Regular";
}
@media (min-width: 768px) {
  #figures .energySafing .f40 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  #figures .energySafing .f40 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  #figures .energySafing .f40 {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  #figures .energySafing .f40 {
    text-align: center;
  }
}
@media (min-width: 992px) {
  #figures .energySafing .f40 {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  #figures .energySafing .f40 {
    text-align: left;
  }
}
#figures .energySafing .f70 {
  font-size: 54px;
  font-family: "SkattaSans-Regular";
}
@media (min-width: 768px) {
  #figures .energySafing .f70 {
    font-size: 54px;
  }
}
@media (min-width: 992px) {
  #figures .energySafing .f70 {
    font-size: 56px;
  }
}
@media (min-width: 1200px) {
  #figures .energySafing .f70 {
    font-size: 62px;
  }
}
#figures .energySafing .f90 {
  font-size: 74px;
}
@media (min-width: 768px) {
  #figures .energySafing .f90 {
    font-size: 76px;
  }
}
@media (min-width: 992px) {
  #figures .energySafing .f90 {
    font-size: 78px;
  }
}
@media (min-width: 1200px) {
  #figures .energySafing .f90 {
    font-size: 80px;
  }
}
#figures .energySafing .number65 {
  min-width: 100px;
  display: inline-block;
  text-align: right;
}
#figures .energySafing .number300 {
  min-width: 30px;
  display: inline-block;
  text-align: right;
}
#figures .persons {
  color: #9b2242;
}
#figures .persons p {
  text-align: center;
}
@media (min-width: 768px) {
  #figures .persons p {
    text-align: center;
  }
}
@media (min-width: 992px) {
  #figures .persons p {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  #figures .persons p {
    text-align: left;
  }
}
#figures .persons .f42 {
  font-size: 18px;
  font-family: "SkattaSans-Regular";
}
@media (min-width: 768px) {
  #figures .persons .f42 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  #figures .persons .f42 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  #figures .persons .f42 {
    font-size: 36px;
  }
}
#figures .persons .symbols {
  margin: 10px 0 20px 0;
  min-height: 120px;
}
#figures .persons p.clearfix {
  line-height: 40px;
  font-family: "SkattaSans-Regular";
  font-size: 18px;
}
@media (min-width: 768px) {
  #figures .persons p.clearfix {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  #figures .persons p.clearfix {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  #figures .persons p.clearfix {
    font-size: 20px;
  }
}
#figures .persons .pinkperson {
  display: none;
  float: left;
  height: 40px;
  width: 20px;
  background: url("/staticcontent/img/person_pink.png") no-repeat center transparent;
}
#figures .persons .purpleperson {
  display: none;
  float: left;
  height: 40px;
  width: 20px;
  background: url("/staticcontent/img/person_purple.png") no-repeat center transparent;
}
#figures .persons #purpleAmount {
  line-height: 40px;
  display: inline-block;
  padding-left: 30px;
  background: url("/staticcontent/img/person_purple.png") no-repeat center left transparent;
  min-width: 48px;
  text-align: right;
}
#figures .persons #pinkAmount {
  line-height: 40px;
  display: inline-block;
  padding-left: 30px;
  background: url("/staticcontent/img/person_pink.png") no-repeat center left transparent;
  min-width: 48px;
  text-align: right;
}

@media screen and (max-width: 992px) {
  #figures .col-md-4 {
    padding: 15px 0px 15px 0px;
  }
  #figures .persons, #figures .energySafing {
    margin: 0 auto;
    max-width: 400px;
  }
}
.w50 {
  width: 50%;
  float: left;
  margin-bottom: 5px;
}

.subSite {
  background-color: #fff !important;
}

.bg-blue header .navbar.kesko_main_navbar {
  background: rgba(0, 32, 91, 0.7);
}

.bg-blue footer, .bg-blue .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover, .bg-blue .subsiteContentBlock #accordion .accordionPanel a {
  background-color: rgb(0, 32, 91);
}

.bg-lightblue header .navbar.kesko_main_navbar {
  background: rgba(64, 88, 132, 0.7);
}

.bg-lightblue footer, .bg-lightblue .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover, .bg-lightblue .subsiteContentBlock #accordion .accordionPanel a {
  background-color: rgb(64, 88, 132);
}

.bg-babyblue header .navbar.kesko_main_navbar {
  background: rgba(127, 143, 173, 0.7);
}

.bg-babyblue footer, .bg-babyblue .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover, .bg-babyblue .subsiteContentBlock #accordion .accordionPanel a {
  background-color: rgb(127, 143, 173);
}

.bg-blue25 header .navbar.kesko_main_navbar {
  background: rgba(191, 199, 214, 0.7);
}

.bg-blue25 footer, .bg-blue25 .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover, .bg-blue25 .subsiteContentBlock #accordion .accordionPanel a {
  background-color: rgb(191, 199, 214);
}

.bg-yellow header .navbar.kesko_main_navbar {
  background: rgba(255, 143, 64, 0.7);
}

.bg-yellow footer, .bg-yellow .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover, .bg-yellow .subsiteContentBlock #accordion .accordionPanel a {
  background-color: rgb(255, 143, 64);
}

.bg-turquoise header .navbar.kesko_main_navbar {
  background: rgba(196, 136, 152, 0.7);
}

.bg-turquoise footer, .bg-turquoise .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover, .bg-turquoise .subsiteContentBlock #accordion .accordionPanel a {
  background-color: rgb(196, 136, 152);
}

.bg-violet header .navbar.kesko_main_navbar {
  background: rgb(203, 71, 0);
}

.bg-violet footer, .bg-violet .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover, .bg-violet .subsiteContentBlock #accordion .accordionPanel a {
  background-color: rgb(203, 71, 0);
}

.bg-darkblue header .navbar.kesko_main_navbar {
  background: rgba(0, 32, 91, 0.7);
}

.bg-darkblue footer, .bg-darkblue .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover, .bg-darkblue .subsiteContentBlock #accordion .accordionPanel a {
  background-color: rgb(0, 32, 91);
}

.bg-aniline header .navbar.kesko_main_navbar {
  background: rgba(155, 34, 66, 0.7);
}

.bg-aniline footer, .bg-aniline .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover, .bg-aniline .subsiteContentBlock #accordion .accordionPanel a {
  background-color: rgb(155, 34, 66);
}

.bg-grey header .navbar.kesko_main_navbar {
  background: rgba(255, 143, 64, 0.7);
}

.bg-grey footer, .bg-grey .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover, .bg-grey .subsiteContentBlock #accordion .accordionPanel a {
  background-color: rgb(255, 143, 64);
}

.bg-lightgrey header .navbar.kesko_main_navbar {
  background: rgba(64, 88, 132, 0.7);
}

.bg-lightgrey footer,
.bg-lightgrey .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover,
.bg-lightgrey .subsiteContentBlock #accordion .accordionPanel a {
  background-color: rgb(64, 88, 132);
}

.bg-orange header .navbar.kesko_main_navbar {
  background: rgb(203, 71, 0);
}

.bg-orange footer,
.bg-orange .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover,
.bg-orange .subsiteContentBlock #accordion .accordionPanel a {
  background-color: rgb(203, 71, 0);
}

.bg-orange75 header .navbar.kesko_main_navbar {
  background: rgb(203, 71, 0);
}

.bg-orange75 footer,
.bg-orange75 .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover,
.bg-orange75 .subsiteContentBlock #accordion .accordionPanel a {
  background-color: rgb(203, 71, 0);
}

.bg-orange50 header .navbar.kesko_main_navbar {
  background: rgb(203, 71, 0);
}

.bg-orange50 footer,
.bg-orange50 .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover,
.bg-orange50 .subsiteContentBlock #accordion .accordionPanel a {
  background-color: rgb(203, 71, 0);
}

.bg-warmgrey header .navbar.kesko_main_navbar {
  background: #d1bda9;
}

.bg-warmgrey footer,
.bg-warmgrey .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover,
.bg-warmgrey .subsiteContentBlock #accordion .accordionPanel a {
  background-color: #d1bda9;
}

.bg-warmgrey25 header .navbar.kesko_main_navbar {
  background-color: #d1bda9;
}

.bg-warmgrey25 footer,
.bg-warmgrey25 .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover,
.bg-warmgrey25 .subsiteContentBlock #accordion .accordionPanel a {
  background-color: #d1bda9;
}

.bg-warmgrey50 header .navbar.kesko_main_navbar {
  background-color: #d1bda9;
}

.bg-warmgrey50 footer,
.bg-warmgrey50 .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover,
.bg-warmgrey50 .subsiteContentBlock #accordion .accordionPanel a {
  background-color: #d1bda9;
}

.bg-warmgrey75 header .navbar.kesko_main_navbar {
  background-color: #d1bda9;
}

.bg-warmgrey75 footer,
.bg-warmgrey75 .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover,
.bg-warmgrey75 .subsiteContentBlock #accordion .accordionPanel a {
  background-color: #d1bda9;
}

.bg-lightgrey header .navbar.kesko_main_navbar {
  background: #898d8d;
}

.bg-lightgrey footer,
.bg-lightgrey .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover,
.bg-lightgrey .subsiteContentBlock #accordion .accordionPanel a {
  background-color: #898d8d;
}

.bg-mediumgrey header .navbar.kesko_main_navbar {
  background: #707372;
}

.bg-mediumgrey footer,
.bg-mediumgrey .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover,
.bg-mediumgrey .subsiteContentBlock #accordion .accordionPanel a {
  background-color: #707372;
}

.bg-darkgrey header .navbar.kesko_main_navbar {
  background: #54585a;
}

.bg-darkgrey footer,
.bg-darkgrey .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover,
.bg-darkgrey .subsiteContentBlock #accordion .accordionPanel a {
  background-color: #54585a;
}

.bg-darkred header .navbar.kesko_main_navbar {
  background: rgba(155, 34, 66, 0.7);
}

.bg-darkred footer,
.bg-darkred .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover,
.bg-darkred .subsiteContentBlock #accordion .accordionPanel a {
  background-color: rgb(155, 34, 66);
}

.bg-red header .navbar.kesko_main_navbar {
  background: rgba(155, 34, 66, 0.7);
}

.bg-red footer,
.bg-red .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover,
.bg-red .subsiteContentBlock #accordion .accordionPanel a {
  background-color: rgb(155, 34, 66);
}

.bg-lightred header .navbar.kesko_main_navbar {
  background: rgba(196, 136, 152, 0.7);
}

.bg-lightred footer,
.bg-lightred .subsiteContentBlock #accordion .accordionPanel a.collapsed:hover,
.bg-lightred .subsiteContentBlock #accordion .accordionPanel a {
  background-color: rgb(196, 136, 152);
}

.skattasans-black {
  font-family: "SkattaSans-Black" !important;
  color: #333 !important;
}

.subsiteHeaderSpacing {
  padding-top: 55px;
  background-color: #fff;
}

.subSiteMainPage h1, .subSiteMainPage .head1-left, .subSiteMainPage .bottom-area h2, .bottom-area .subSiteMainPage h2, .subSiteMainPage .campaignPageH1, .subsiteHeaderSpacing h1, .subsiteHeaderSpacing .head1-left, .subsiteHeaderSpacing .bottom-area h2, .bottom-area .subsiteHeaderSpacing h2, .subsiteHeaderSpacing .campaignPageH1 {
  text-align: left;
  font-family: "SkattaSans-Regular";
  font-size: 90px;
  margin-bottom: 50px;
}

.subSiteMainPage h2, .subSiteMainPage .campaignPageH2, .subsiteHeaderSpacing h2, .subsiteHeaderSpacing .campaignPageH2 {
  text-align: center;
  font-family: "SkattaSans-Regular";
  font-size: 65px;
  margin-bottom: 20px;
}

.subSiteMainPage h3, .subSiteMainPage .campaignPageH3, .subsiteHeaderSpacing h3, .subsiteHeaderSpacing .campaignPageH3 {
  text-align: center;
  font-family: "SkattaSans-Regular";
  font-size: 32px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.subSite .hero-wrapper .campaignPageH2 {
  text-align: center;
  font-family: "SkattaSans-Regular";
  font-size: 65px;
}

.subSiteMainPage p, .subsiteHeaderSpacing p {
  font-family: "SkattaSans-Regular";
  font-size: 19px;
}

.subSiteMainPage .hero-wrapper h2, .subsiteHeaderSpacing .hero-wrapper h2 {
  font-family: "$font-skattasans";
  text-align: left;
  margin-top: 0;
}

.subSiteMainPage .hero-wrapper p, .subsiteHeaderSpacing .hero-wrapper p {
  font-family: "$font-skattasans-bold";
  font-size: 20px;
  text-align: left;
}

.subSiteMainPage .readMoreButton, .subsiteHeaderSpacing .readMoreButton {
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-family: "SkattaSans-Bold";
  font-size: 16px;
  margin-bottom: 20px;
  padding: 10px 50px;
}

.subSiteMainPage .videoCaption, .subsiteHeaderSpacing .videoCaption {
  font-family: "SkattaSans-Regular";
  font-size: 18px;
  background-color: #CCCCCC;
  padding: 10px;
}

.subSite .hero-wrapper > .row {
  position: relative;
  top: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.subSite .hero-wrapper > .row > .col-xs-12 > .campaignPageH2 {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 39px;
}

.subSiteMainPage > .hero-wrapper > .hero-content > .container, .subSiteOnePager > .hero-wrapper > .hero-content > .container {
  height: 427px;
}

.subSiteMainPage {
  background-color: #fff !important;
}

.subSiteMainPage h1, .subSiteMainPage .head1-left, .subSiteMainPage .bottom-area h2, .bottom-area .subSiteMainPage h2, .subSiteMainPage .campaignPageH1, .subSiteOnePager h1, .subSiteOnePager .head1-left, .subSiteOnePager .bottom-area h2, .bottom-area .subSiteOnePager h2, .subSiteOnePager .campaignPageH1 {
  margin-top: 50px;
}

.subSiteMainPage .content-wrapper {
  padding-bottom: 0;
}

.subSiteMainPage .ingress, .subpage .ingress, .subpage .ingress p {
  font-size: 26px;
  padding: 30px 0px;
  font-family: "SkattaSans-Regular";
  max-width: 970px;
  text-align: center;
}

.subSiteMainPage .campaignPageH1.black {
  color: #000 !important;
}

.subSiteMainPage .campaignPageH1.white {
  color: #fff !important;
}

#subsiteHeader {
  background-color: transparent;
}

#subsiteHeader > .container {
  width: 100%;
  padding: 0 !important;
}

#subsiteHeader .navbar.kesko_main_navbar {
  margin: 0px;
  max-width: 100%;
  max-height: none;
}

#subsiteHeader.fixed_top {
  top: 0 !important;
  background-color: rgb(203, 71, 0);
}

#subsiteHeader .navbar-header {
  position: absolute;
}

#subsiteHeader .main_nav_menu {
  margin-top: 0;
  padding: 0px 130px;
  width: 100%;
}

#subsiteHeader .main_nav_menu > ul {
  max-width: 100%;
}

#subsiteHeader .main_nav_menu > ul > li > a {
  color: #fff;
  padding: 16px;
  background: transparent;
  font-family: "SkattaSans-Regular";
  font-size: 16px;
  text-transform: uppercase;
}

#subsiteHeader .navbar-toggle span.icon-bar, #subsiteHeader .side_sublevel_nav a.navbar-toggle.side_nav span.icon-bar {
  background-color: #fff;
}

#subsiteHeader .navbar-toggle, #subsiteHeader .side_sublevel_nav a.navbar-toggle.side_nav {
  margin-left: 15px;
}

#subsiteHeader .home_icon {
  padding: 15px 30px 12px 0px !important;
}

#subsiteHeader .navbar_logo {
  background-position: 0 10px;
  margin-left: 0;
  width: 32px;
  height: 43px;
}

#subsiteHeader .sub-site-top-bar {
  color: white;
  background-color: #00205b;
  top: 0;
  width: 100%;
}
#subsiteHeader .sub-site-top-bar a {
  color: white;
  font-family: "SkattaSans-Regular";
  line-height: 1.5em;
  padding: 0 5px;
}

/*.subSiteMainPage #subsiteHeader .sub-site-top-bar {
    position:fixed;
}
.below_fixed_navbar #subsiteHeader .sub-site-top-bar, .subSiteMainPage .below_fixed_navbar #subsiteHeader .sub-site-top-bar {
    position:relative;
}*/
#holder {
  top: 0;
  position: relative;
  left: 0;
  width: 100%;
}
#holder .cookie-notification {
  position: relative;
}
#holder .sub-site-top-bar {
  position: relative;
}

.subSiteMainPage #holder {
  position: fixed;
}

.below_fixed_navbar #holder {
  position: relative;
}

.subpage, .subSiteOnePager {
  background-color: #fff !important;
}

.subSiteSectionPage > .hero-wrapper, .subSiteOnePager > .hero-wrapper {
  height: 450px;
}

.subsiteContentBlock {
  background-position: center center;
  background-size: cover;
  padding-bottom: 60px;
  margin-bottom: 15px;
}

.subsiteContentBlock .article_content {
  padding-bottom: 0px;
  padding-top: 60px;
}

.subsiteContentBlock.black * {
  color: #000 !important;
}

.subsiteContentBlock.white * {
  color: #fff !important;
}

.subsiteContentBlock .readMoreButton {
  float: none;
}

.subsiteContentBlock.black .readMoreButton {
  border: 1px solid #000;
}

.k-regular > p > img {
  max-width: 100%;
  height: auto;
}

.subsiteContentBlock .image_wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

.subsiteContentBlock .article_image {
  float: left;
  padding-top: 60px;
}

.subsiteContentBlock .article_image img {
  display: block;
}

.subsiteContentBlock #accordion .accordionPanel a.collapsed {
  background-color: rgba(192, 192, 192, 0.05);
  color: inherit;
}

.subsiteContentBlock #accordion .accordionPanel a.collapsed:hover, .subsiteContentBlock #accordion .accordionPanel a {
  background-color: #00205b;
  color: #fff;
}

.subsiteContentBlock #accordion .accordionPanel a {
  display: block;
  text-decoration: none;
  padding: 10px;
}

.subsiteContentBlock #accordion .h3 {
  margin-top: 0;
}

.subsiteContentBlock #accordion .accordionContent {
  padding: 10px;
}

.subsiteContentBlock .videoArea {
  max-width: 760px;
}

.subSite #accordion .accordionPanel a::before {
  content: url("/staticcontent/img/icon_big_arrow_up_white.png");
  float: right;
}

.subSite #accordion .accordionPanel a.collapsed::before {
  content: url("/staticcontent/img/icon_big_arrow_down_blue.png");
  float: right;
}

.subSite #accordion .accordionPanel a.collapsed:hover::before {
  content: url("/staticcontent/img/icon_big_arrow_down_white.png");
  float: right;
}

.subSiteSectionPage .FormSubmitButton {
  color: #FFF;
  background-color: #00205b;
  padding: 5px 15px;
  border: none !important;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: "SkattaSans-Regular";
  font-size: 16px;
}

.subSiteSectionPage .FormSubmitButton:hover {
  background: #3479C5;
}

.carouselBackground {
  background-color: #7f8fad;
  padding-bottom: 50px;
}

.carouselBackground .ingress {
  padding: 50px 0;
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto;
}

#carousel-questionnaire {
  background: #fff;
  padding: 50px;
  font-family: "SkattaSans-Bold";
  position: relative;
}

#carousel-questionnaire .question-index {
  text-align: center;
  color: #405884;
  font-size: 32px;
  margin-bottom: 50px;
}

#carousel-questionnaire .answers {
  padding: 30px;
}

#carousel-questionnaire .answers input {
  margin-right: 20px;
}

#carousel-questionnaire .item.active {
  border-top: 40px solid #00205b;
  border-bottom: 40px solid #00205b;
  padding: 50px 80px;
}

#carousel-questionnaire .question p {
  color: #00205b;
  font-family: "SkattaSans-Black";
}

#carousel-questionnaire .answers label {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}

#carousel-questionnaire .answers input {
  left: 0;
  margin-top: 0;
  position: absolute;
  z-index: 1;
}

#carousel-questionnaire .answers span {
  margin-left: 25px;
  display: block;
}

#carousel-questionnaire .carousel-control {
  opacity: 1;
  background: none;
  width: 30px;
}

#carousel-questionnaire .carousel-control .glyphicon-chevron-left, #carousel-questionnaire .carousel-control .glyphicon-chevron-right, #carousel-questionnaire .carousel-control .icon-prev, #carousel-questionnaire .carousel-control .icon-next {
  color: #00205b;
  font-size: 60px;
  height: 60px;
  margin-left: 0px;
  z-index: 1;
}

#carousel-questionnaire .carousel-control.right {
  right: 60px;
}

#carousel-questionnaire .carousel-control.left {
  left: 30px;
}

#carousel-questionnaire .submit-answers {
  background-color: #00205b;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
}

#carousel-questionnaire .result-summary {
  color: #00205b;
  text-align: center;
  margin-bottom: 20px;
}

#carousel-questionnaire .result-correct p, #carousel-questionnaire .result-wrong p {
  text-align: center;
}

#carousel-questionnaire .disabled-link {
  pointer-events: none;
  cursor: default;
  opacity: 0.25;
}

#carousel-questionnaire .disabled-link {
  pointer-events: none;
  cursor: default;
  opacity: 0.25;
}

.value-chain {
  margin-bottom: 40px;
}

.value-chain .bg-image {
  display: none;
}

.value-chain .chain-content .items .chain-item .img-content {
  margin: 0 auto;
  text-align: center;
  margin-top: 35px;
}

.value-chain .chain-content .items .chain-item .img-content img, .img-content .svg, .img-content svg {
  width: 90px;
}

.img-content svg path {
  fill: #cb4700 !important;
}

.value-chain .chain-item-content p {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
}

.value-chain h3 {
  color: #cb4700;
  text-align: center;
  font-size: 18px;
  margin-top: 8px;
}

.article .article_header > .value-chain {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .value-chain .chain-content {
    position: relative;
    width: 700px;
    height: 700px;
    margin: auto;
  }
  .value-chain .chain-content .items {
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .value-chain .chain-content .items .chain-item {
    width: 90px;
    text-align: center;
    cursor: pointer;
  }
  .value-chain .chain-content .items .chain-item .img-content {
    position: relative;
    margin-top: 0;
  }
  .value-chain .chain-content .items .chain-item .img-content img, .img-content svg {
    width: 90px;
    height: 90px;
  }
  .img-content svg path {
    fill: #bac3d3 !important;
    transition: fill 0.3s;
    -webkit-transition: fill 0.3s;
    -moz-transition: fill 0.3s;
  }
  .img-content svg:hover path {
    fill: #00205b !important;
  }
  .active .img-content svg path {
    fill: #cb4700 !important;
    transition: 0s;
    -webkit-transition: 0s;
    -moz-transition: 0s;
  }
  .value-chain .chain-content .items .chain-item.chain-item-1 div:first-child {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -45px;
  }
  .value-chain .chain-content .items .chain-item.chain-item-2 div:first-child {
    position: absolute;
    left: 76%;
    bottom: 80%;
    margin-left: -45px;
  }
  .value-chain .chain-content .items .chain-item.chain-item-3 div:first-child {
    position: absolute;
    right: 0;
    bottom: 57%;
  }
  .value-chain .chain-content .items .chain-item.chain-item-4 div:first-child {
    position: absolute;
    right: 0;
    bottom: 30%;
  }
  .value-chain .chain-content .items .chain-item.chain-item-5 div:first-child {
    position: absolute;
    left: 76%;
    bottom: 8%;
    margin-left: -45px;
  }
  .value-chain .chain-content .items .chain-item.chain-item-6 div:first-child {
    position: absolute;
    left: 50%;
    bottom: 0%;
    margin-left: -45px;
  }
  .value-chain .chain-content .items .chain-item.chain-item-7 div:first-child {
    position: absolute;
    left: 25%;
    bottom: 8%;
    margin-left: -45px;
  }
  .value-chain .chain-content .items .chain-item.chain-item-8 div:first-child {
    position: absolute;
    left: 0;
    bottom: 30%;
  }
  .value-chain .chain-content .items .chain-item.chain-item-9 div:first-child {
    position: absolute;
    left: 0;
    bottom: 57%;
  }
  .value-chain .chain-content .items .chain-item.chain-item-10 div:first-child {
    position: absolute;
    left: 24%;
    bottom: 80%;
    margin-left: -45px;
  }
  .value-chain .chain-item-content {
    display: none;
    position: absolute;
    top: 30%;
    text-align: center;
    width: 59%;
    left: 20%;
  }
  .active .chain-item-content {
    display: block;
  }
  .value-chain .chain-item-content p {
    font-size: 1.4em;
    color: #cb4700;
    max-height: 305px;
    overflow: hidden;
  }
  .value-chain .chain-item-content {
    cursor: text;
  }
  .value-chain .chain-item-content a {
    text-decoration: underline;
    cursor: pointer;
  }
  .value-chain h3 {
    font-size: 1.4em;
  }
  .value-chain .bg-image {
    display: block;
    position: absolute;
    width: 90%;
    height: 90%;
    bottom: 0;
    left: 5%;
    top: 5%;
    width: 90%;
    z-index: 0;
    height: 90%;
    background: url("/staticcontent/img/iconbg.svg") no-repeat top left;
    background-size: cover;
  }
}
.province-map {
  margin: 40px 0;
}

.province-map .caret {
  position: relative;
  right: -10px;
  top: -2px;
}

.province-map .container {
  padding: 0 !important;
  width: auto;
}

.province-map h1, .province-map .head1-left, .province-map .bottom-area h2, .bottom-area .province-map h2 {
  margin-bottom: 20px;
  border-top: 1px solid #d6d8d9;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d6d8d9;
}

/*.province-map h1 span{display:inline-block;max-width:600px}*/
.province-map .province-name {
  text-align: left;
}

.province-map .dropdown {
  margin-bottom: 20px;
}

.province-map .province-images {
  min-height: 580px;
  position: relative;
  margin-top: 20px;
  padding-right: 40px;
}

.province-map .province-images .province-img {
  max-height: 700px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  display: none;
}

.province-map .province-images .province-img.active {
  display: inline;
}

.province-map .province-items {
  position: relative;
}

.province-map .province-items .item {
  display: none;
}

.province-map .province-items .item.active {
  display: block;
}

.province-map .province-items .item p {
  font-size: 1em;
  line-height: 1.5;
}

.province-map .province-items .item table {
  font-size: 1em;
  width: 100% !important;
  margin-bottom: 10px;
}

.province-map .province-items .item table td {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.4em;
}

.province-map .province-items .item table td p {
  font-size: 1em;
}

.province-map .province-items .item table td .large-bold {
  color: #00205b;
}

.province-map .province-items .item table td.n-arbordergray {
  border-bottom: 1px solid #b7bcbc;
  padding-bottom: 40px;
}

.province-map .province-items .item table td:last-child {
  width: 145px;
}

.province-map .province-items .item table tr:last-child td {
  padding-bottom: 30px;
  padding-top: 30px;
}

.province-map .dropdown .dropdown-menu {
  width: 100%;
  max-width: 216px;
  padding-top: 0;
  position: absolute !important;
}

.province-map .dropdown .dropdown-menu li {
  padding-left: 0;
}

.province-map .dropdown .dropdown-menu li.active, .province-map .dropdown .dropdown-menu li.active:hover {
  background-color: #337ab7;
}

.province-map .dropdown .dropdown-menu li:hover {
  background-color: #f5f5f5;
}

.province-map .dropdown .dropdown-menu li:before {
  display: none;
}

@media (max-width: 768px) {
  .province-map .province-images { /*display:none*/
    margin-top: 0;
    min-height: 450px;
  }
  .province-map .province-images .province-img {
    right: 0;
  }
  .province-map h1, .province-map .head1-left, .province-map .bottom-area h2, .bottom-area .province-map h2 {
    margin-bottom: 0;
  }
  .province-map {
    margin: 0;
  }
  .province-map .province-items .item table td {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1em;
  }
  .province-map .province-items .item table td:last-child {
    width: 70px;
  }
  .province-map .dropdown {
    margin-bottom: 0px;
  }
  .province-map .province-images {
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .province-map .province-images {
    min-height: 700px;
  }
}
.province-map .btn-default {
  color: #000;
  font-size: 0.9em;
  background-color: #cb4700;
  color: #fff;
  border-color: #cb4700;
  background-image: none;
  text-transform: uppercase;
  padding: 8px 20px;
  font-weight: normal;
  text-shadow: none;
  margin-top: 5px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-image: none;
  background-color: #00205b;
  color: #fff;
}

.subSite .list-block {
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.subSite .list-block .spacing-bottom:last-child, .subSite .list-block .spacing:last-child {
  margin-bottom: 0px;
}
.subSite .list-block .list-block-inner {
  max-width: 770px;
  margin: 0 auto;
}
.subSite .list-block .block-with-img-50:last-child, .subSite .list-block .block-with-img-50-last:last-child {
  margin-bottom: 0px;
}
@media screen and (min-width: 533px) {
  .subSite .list-block .block-with-img-50:last-child, .subSite .list-block .block-with-img-50-last:last-child {
    padding-bottom: 25px;
    height: 172.6489px;
  }
}
@media screen and (min-width: 600px) {
  .subSite .list-block .block-with-img-50:last-child, .subSite .list-block .block-with-img-50-last:last-child {
    height: 194.98px;
  }
}
@media screen and (min-width: 648px) {
  .subSite .list-block .block-with-img-50:last-child, .subSite .list-block .block-with-img-50-last:last-child {
    height: 210.9784px;
  }
}
@media screen and (min-width: 768px) {
  .subSite .list-block .block-with-img-50:last-child, .subSite .list-block .block-with-img-50-last:last-child {
    height: 129.16667px;
  }
}
@media screen and (min-width: 992px) {
  .subSite .list-block .block-with-img-50:last-child, .subSite .list-block .block-with-img-50-last:last-child {
    height: 166.66667px;
  }
}
@media screen and (min-width: 1200px) {
  .subSite .list-block .block-with-img-50:last-child, .subSite .list-block .block-with-img-50-last:last-child {
    height: 200px;
  }
}
.subSite .subsite-latest-news {
  max-width: 1170px;
  margin: 0 auto;
  padding: 25px 0;
}
.subSite .subsite-latest-news h2.head1, .subSite .subsite-latest-news h2.hero-header, .subSite .subsite-latest-news h2.head1-lg {
  font-family: "SkattaSans-Bold";
  font-size: 48px;
}
@media screen and (max-width: 1200px) {
  .subSite .subsite-latest-news {
    padding: 25px 20px;
  }
  .subSite .subsite-latest-news .active.item {
    max-height: 470px;
  }
}
@media screen and (max-width: 768px) {
  .subSite .subsite-latest-news {
    max-width: 570px;
  }
}
.subSite .subSiteReleaseListPage .hero-wrapper, .subSite .subSiteNewsPage .hero-wrapper {
  margin-bottom: 30px;
}
.subSite .subSiteReleaseListPage .article_header h1, .subSite .subSiteReleaseListPage .article_header .head1-left, .subSite .subSiteReleaseListPage .article_header .bottom-area h2, .bottom-area .subSite .subSiteReleaseListPage .article_header h2, .subSite .subSiteNewsPage .article_header h1, .subSite .subSiteNewsPage .article_header .head1-left, .subSite .subSiteNewsPage .article_header .bottom-area h2, .bottom-area .subSite .subSiteNewsPage .article_header h2 {
  text-align: center;
  font-family: "SkattaSans-Regular";
  font-size: 72px;
  padding: 39px;
}
@media screen and (max-width: 768px) {
  .subSite .subSiteReleaseListPage .article_header h1, .subSite .subSiteReleaseListPage .article_header .head1-left, .subSite .subSiteReleaseListPage .article_header .bottom-area h2, .bottom-area .subSite .subSiteReleaseListPage .article_header h2, .subSite .subSiteNewsPage .article_header h1, .subSite .subSiteNewsPage .article_header .head1-left, .subSite .subSiteNewsPage .article_header .bottom-area h2, .bottom-area .subSite .subSiteNewsPage .article_header h2 {
    margin-top: 70px;
    font-size: 30px;
  }
}
.subSite .subSiteNewsPage .article_header h1, .subSite .subSiteNewsPage .article_header .head1-left, .subSite .subSiteNewsPage .article_header .bottom-area h2, .bottom-area .subSite .subSiteNewsPage .article_header h2 {
  padding-bottom: 20px;
}
.subSite .subSiteNewsPage .moreNews {
  margin-top: 50px;
  font-family: "SkattaSans-Regular";
  border: 0;
}

@media screen and (max-width: 1200px) {
  .subSiteMainPage > .hero-wrapper > .hero-content > .container, .subSiteOnePager > .hero-wrapper > .hero-content > .container {
    height: 331px;
  }
  .subSiteSectionPage > .hero-wrapper, .subSiteOnePager > .hero-wrapper {
    height: 330px;
  }
  .subSiteMainPage h1, .subSiteMainPage .head1-left, .subSiteMainPage .bottom-area h2, .bottom-area .subSiteMainPage h2, .subSiteMainPage .campaignPageH1, .subsiteHeaderSpacing h1, .subsiteHeaderSpacing .head1-left, .subsiteHeaderSpacing .bottom-area h2, .bottom-area .subsiteHeaderSpacing h2, .subsiteHeaderSpacing .campaignPageH1 {
    font-size: 65px;
  }
  .subSiteMainPage h2, .subSiteMainPage .campaignPageH2, .subsiteHeaderSpacing h2, .subsiteHeaderSpacing .campaignPageH2, .subSite .hero-wrapper .campaignPageH2 {
    font-size: 55px;
  }
  .subSiteMainPage h3, .subSiteMainPage .campaignPageH3, .subsiteHeaderSpacing h3, .subsiteHeaderSpacing .campaignPageH3 {
    font-size: 32px;
  }
  .subSite .hero-wrapper > .row > .col-xs-12 > .campaignPageH2 {
    padding: 35px;
  }
  .subSiteMainPage .ingress, .subpage .ingress, .subpage .ingress p {
    font-size: 24px;
    padding: 24px 0px;
  }
}
@media screen and (max-width: 992px) {
  .subSiteMainPage > .hero-wrapper > .hero-content > .container, .subSiteOnePager > .hero-wrapper > .hero-content > .container {
    height: 254px;
  }
  .subSiteMainPage h1, .subSiteMainPage .head1-left, .subSiteMainPage .bottom-area h2, .bottom-area .subSiteMainPage h2, .subSiteMainPage .campaignPageH1, .subsiteHeaderSpacing h1, .subsiteHeaderSpacing .head1-left, .subsiteHeaderSpacing .bottom-area h2, .bottom-area .subsiteHeaderSpacing h2, .subsiteHeaderSpacing .campaignPageH1 {
    font-size: 50px;
  }
  .subSiteMainPage h2, .subSiteMainPage .campaignPageH2, .subsiteHeaderSpacing h2, .subsiteHeaderSpacing .campaignPageH2, .subSite .hero-wrapper .campaignPageH2 {
    font-size: 38px;
  }
  .subSiteMainPage h3, .subSiteMainPage .campaignPageH3, .subsiteHeaderSpacing h3, .subsiteHeaderSpacing .campaignPageH3 {
    font-size: 26px;
  }
  .subSiteSectionPage > .hero-wrapper, .subSiteOnePager > .hero-wrapper {
    height: 252px;
  }
  .subSite .hero-wrapper > .row > .col-xs-12 > .campaignPageH2 {
    padding: 32px;
  }
  .subsiteContentBlock .article_image {
    float: none;
  }
  .subsiteContentBlock .article_image img {
    display: block;
    margin: 0 auto;
  }
  .subSiteMainPage .ingress, .subpage .ingress, .subpage .ingress p {
    font-size: 22px;
    padding: 10px 0px;
  }
}
@media screen and (max-width: 768px) {
  .row.clearfix.videoLeftPosChange {
    margin-left: 10px;
    margin-right: 10px;
  }
  .row.clearfix {
    margin-left: 10px;
    margin-right: 10px;
  }
  .subSiteMainPage .ingress {
    font-size: 20px;
  }
  .subsiteContentBlock {
    padding: 0 20px;
  }
  .subSiteMainPage h1, .subSiteMainPage .head1-left, .subSiteMainPage .bottom-area h2, .bottom-area .subSiteMainPage h2, .subSiteMainPage .campaignPageH1 {
    margin-top: 20px;
  }
  .subSite .hero-wrapper > .row > .col-xs-12 > .campaignPageH2 {
    padding: 20px;
  }
  #subsiteHeader .main_nav_menu {
    margin-top: 0;
    padding: 0;
    width: 280px;
    margin-left: 0 !important;
  }
  #subsiteHeader .main_nav_menu > ul > li > a {
    text-align: left;
    width: 220px;
  }
  #subsiteHeader .main_nav_menu a.arrow {
    background: #00205c url("/staticcontent/img/icon_nav_arrow_down_white.png") no-repeat scroll center center !important;
  }
  #subsiteHeader .main_nav_menu > ul > li.active > a.arrow {
    background: #00205b url("/staticcontent/img/icon_nav_arrow_up.png") no-repeat scroll center center !important;
  }
  #subsiteHeader .main_nav_menu > ul > li .main_nav_sub .main_nav_sub_inner > div h4.active a.arrow {
    background: #405884 url("/staticcontent/img/icon_nav_arrow_up.png") no-repeat scroll center center !important;
  }
  #subsiteHeader .main_nav_menu > ul > li .main_nav_sub .main_nav_sub_inner > div h4 a.arrow {
    background-color: #405884 !important;
  }
  #subsiteHeader .home_icon {
    display: none;
  }
  .subsiteHeaderSpacing {
    padding-top: 65px;
    background-color: #fff;
  }
  #subsiteHeader.fixed_top {
    top: 0 !important;
  }
  #subsiteHeader {
    position: absolute;
    top: 0;
    bottom: auto;
    width: 100%;
    z-index: 5;
  }
  #subsiteHeader.slide-active {
    position: absolute;
  }
  #subsiteHeader .one_pager > .arrow, #subsiteHeader .one_pager > .main_nav_sub, #subsiteHeader ul.one_pager {
    display: none;
    visibility: hidden;
  }
  .subSiteMainPage #subsiteHeader {
    top: -61px;
  }
  .subSiteMainPage h1, .subSiteMainPage .head1-left, .subSiteMainPage .bottom-area h2, .bottom-area .subSiteMainPage h2, .subSiteMainPage .campaignPageH1, .subsiteHeaderSpacing h1, .subsiteHeaderSpacing .head1-left, .subsiteHeaderSpacing .bottom-area h2, .bottom-area .subsiteHeaderSpacing h2, .subsiteHeaderSpacing .campaignPageH1 {
    font-size: 50px;
  }
  .subSiteMainPage h2, .subSiteMainPage .campaignPageH2, .subsiteHeaderSpacing h2, .subsiteHeaderSpacing .campaignPageH2, .subSite .hero-wrapper .campaignPageH2 {
    font-size: 30px;
  }
  .subSiteMainPage h3, .subSiteMainPage .campaignPageH3, .subsiteHeaderSpacing h3, .subsiteHeaderSpacing .campaignPageH3 {
    font-size: 25px;
  }
  .subSiteMainPage p, .subsiteHeaderSpacing p {
    font-size: 16px;
  }
  .subSiteMainPage .videoCaption, .subsiteHeaderSpacing .videoCaption {
    font-size: 14px;
  }
  .subSiteMainPage .hero-wrapper, .subsiteHeaderSpacing .hero-wrapper {
    margin-top: 61px;
  }
  .subSiteMainPage .hero-wrapper p, .subsiteHeaderSpacing .hero-wrapper p {
    font-size: 20px;
    text-align: center;
  }
  .subSiteMainPage .hero-wrapper h2, .subsiteHeaderSpacing .hero-wrapper h2 {
    text-align: center;
  }
  .subSiteMainPage .readMoreButton, .subsiteHeaderSpacing .readMoreButton .readMoreButton {
    float: none;
  }
  #subsiteHeader .language a {
    color: #fff;
    display: inline-block;
    padding: 15px;
    font-size: 22px;
    width: 100%;
    font-family: "SkattaSans-Regular";
  }
  #subsiteHeader .language {
    background: rgba(89, 199, 229, 0.2) none repeat scroll 0 0;
    border-bottom: 1.5px solid #7faad8;
  }
  #subsiteHeader .home_icon_mobile {
    display: inline-block;
    width: 80px;
    background-position: 0 15px;
    background-repeat: no-repeat;
    padding: 20px 0;
  }
  #subsiteHeader .navbar_logo {
    background-position: 0 13px;
    float: right;
    width: 30px;
    margin-right: 15px;
  }
  .subSiteMainPage .hero-wrapper .main_nav_menu * {
    text-align: left;
  }
  .bg-orange.subSite .grecaptcha-badge {
    bottom: 100px !important;
  }
  .subSiteSectionPage > .hero-wrapper, .subSiteOnePager > .hero-wrapper {
    margin-top: 61px;
  }
  #subsiteHeader .main_nav_menu > ul > li > a {
    color: #fff;
    padding: 16px 5px 16px 16px;
    background: transparent;
    font-family: "SkattaSans-Regular";
    font-size: 19px;
    text-transform: uppercase;
  }
  #carousel-questionnaire {
    padding: 20px;
  }
  .subSiteMainPage .ingress, .subpage .ingress, .subpage .ingress p {
    font-size: 20px;
    padding: 4px 0px;
  }
}
@media screen and (max-width: 479px) {
  .subSiteMainPage h1, .subSiteMainPage .head1-left, .subSiteMainPage .bottom-area h2, .bottom-area .subSiteMainPage h2, .subSiteMainPage .campaignPageH1, .subsiteHeaderSpacing h1, .subsiteHeaderSpacing .head1-left, .subsiteHeaderSpacing .bottom-area h2, .bottom-area .subsiteHeaderSpacing h2, .subsiteHeaderSpacing .campaignPageH1 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .subSiteMainPage h2, .subSiteMainPage .campaignPageH2, .subsiteHeaderSpacing h2, .subsiteHeaderSpacing .campaignPageH2 {
    font-size: 28px;
  }
  .subSiteMainPage h3, .subSiteMainPage .campaignPageH3, .subsiteHeaderSpacing h3, .subsiteHeaderSpacing .campaignPageH3 {
    font-size: 20px;
  }
  .subSiteMainPage .hero-wrapper p, .subsiteHeaderSpacing .hero-wrapper p {
    font-size: 16px;
  }
  #carousel-questionnaire {
    padding: 0px;
  }
  #carousel-questionnaire .item.active {
    padding: 30px;
  }
  #carousel-questionnaire .carousel-control.left {
    left: -18px;
  }
  #carousel-questionnaire .carousel-control.right {
    right: -15px;
  }
  #carousel-questionnaire .carousel-control .glyphicon-chevron-left, #carousel-questionnaire .carousel-control .glyphicon-chevron-right, #carousel-questionnaire .carousel-control .icon-prev, #carousel-questionnaire .carousel-control .icon-next {
    font-size: 35px;
  }
  #carousel-questionnaire .question-index {
    margin-bottom: 20px;
  }
  #carousel-questionnaire .answers {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  #subsiteHeader .main_nav_menu > ul {
    max-width: none;
    text-align: center;
  }
  #subsiteHeader .kesko_main_navbar {
    position: static;
  }
  #subsiteHeader .main_nav_menu {
    padding: 0;
    line-height: 1.3;
  }
  #subsiteHeader .main_nav_menu .main_nav_sub_inner > div {
    float: none;
    margin: 0px;
    padding-left: 0px;
    width: auto;
  }
  #subsiteHeader .main_nav_menu .main_nav_sub_inner > div h4:hover, #subsiteHeader .main_nav_menu .main_nav_sub_inner > div h4.selected {
    background-color: transparent;
    color: #fff;
    margin-left: 0px;
    padding-left: 0px;
  }
  #subsiteHeader .main_nav_menu .main_nav_sub_inner > div ul li:hover, #subsiteHeader .main_nav_menu .main_nav_sub_inner > div ul li.selected {
    background-color: transparent;
    color: #fff;
    margin-left: 0px;
  }
  #subsiteHeader .main_nav_menu .main_nav_sub_inner > div h4.selected a span, #subsiteHeader .main_nav_menu .main_nav_sub_inner > div ul li.selected a span,
#subsiteHeader .main_nav_menu .main_nav_sub_inner > div ul li a.active span, #subsiteHeader .main_nav_menu .main_nav_sub_inner > div h4 a.active span {
    background-color: rgba(255, 255, 255, 0.2);
  }
  #subsiteHeader .main_nav_menu .main_nav_sub_inner > div h4:hover a span, #subsiteHeader .main_nav_menu .main_nav_sub_inner > div ul li:hover a span {
    background-color: rgba(255, 255, 255, 0.4);
  }
  #subsiteHeader .main_nav_menu .main_nav_sub_inner > div ul li span {
    margin-left: 0px;
    padding: 5px 10px;
  }
  #subsiteHeader .main_nav_menu > ul {
    margin: 0 auto;
  }
  #subsiteHeader .main_nav_menu > ul > li > ul {
    display: none;
  }
  #subsiteHeader .main_nav_menu > ul > li > .main_nav_sub {
    display: block;
    -webkit-box-shadow: 2px 2px 5px #000000;
            box-shadow: 2px 2px 5px #000000;
    left: 0;
    position: absolute;
    width: auto;
    white-space: nowrap;
    padding: 15px;
    z-index: 1000;
  }
  #subsiteHeader .main_nav_menu > ul li {
    text-align: left;
    position: relative;
  }
  #subsiteHeader .main_nav_menu > ul li a {
    text-align: left;
  }
  #subsiteHeader .main_nav_menu div.language {
    position: absolute;
    top: 0;
    right: 50px;
  }
  #subsiteHeader .main_nav_menu div.language a {
    color: #fff;
    margin-left: 5px;
    padding: 10px 5px;
    display: inline-block;
    font-family: "SkattaSans-Regular";
    font-size: 15px;
  }
  #subsiteHeader .main_nav_menu .main_nav_sub_inner h4 a span {
    color: #fff;
    padding: 5px 10px;
    width: 100%;
    display: inline-block;
    font-family: "SkattaSans-Bold";
  }
  #subsiteHeader .main_nav_menu .main_nav_sub_inner h4 a span:hover, #subsiteHeader .main_nav_menu .main_nav_sub_inner ul li a span:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
  #subsiteHeader .main_nav_menu .main_nav_sub_inner ul li {
    padding-left: 20px;
    font-weight: normal;
    font-family: "SkattaSans-Regular";
  }
  body.subSite.below_fixed_navbar {
    margin-top: 56px;
  }
  body.subSite.subSiteMainPage.below_fixed_navbar {
    margin-top: 3px;
  }
  .bg-blue .main_nav_menu > ul > li.selected, .bg-blue .main_nav_menu > ul > li.selected_child, .bg-blue .main_nav_menu > ul > li.main_nav_open > a:hover {
    background: rgb(0, 32, 91) none repeat scroll 0 0;
  }
  .bg-blue #subsiteHeader .main_nav_menu li > .main_nav_sub, .bg-blue div.language a {
    background-color: rgb(0, 32, 91);
  }
  .bg-blue .main_nav_menu > ul > li:hover, .bg-blue div.language a:hover {
    background-color: rgba(0, 32, 91, 0.5);
  }
  .bg-lightblue .main_nav_menu > ul > li.selected, .bg-lightblue .main_nav_menu > ul > li.selected_child, .bg-lightblue .main_nav_menu > ul > li > a:hover, .bg-lightblue .main_nav_menu > ul > li.main_nav_open > a, .bg-lightblue .main_nav_menu > ul > li.main_nav_open > a:hover {
    background: rgb(64, 88, 132) none repeat scroll 0 0;
  }
  .bg-lightblue #subsiteHeader .main_nav_menu li > .main_nav_sub, .bg-lightblue div.language a {
    background-color: rgb(64, 88, 132);
  }
  .bg-lightblue .main_nav_menu > ul > li:hover, .bg-lightblue div.language a:hover {
    background-color: rgba(64, 88, 132, 0.5);
  }
  .bg-yellow .main_nav_menu > ul > li.selected, .bg-yellow .main_nav_menu > ul > li.selected_child, .bg-yellow .main_nav_menu > ul > li > a:hover, .bg-yellow .main_nav_menu > ul > li.main_nav_open > a, .bg-yellow .main_nav_menu > ul > li.main_nav_open > a:hover {
    background: rgb(255, 195, 0) none repeat scroll 0 0;
  }
  .bg-yellow #subsiteHeader .main_nav_menu li > .main_nav_sub, .bg-yellow div.language a {
    background-color: rgb(255, 143, 64);
  }
  .bg-yellow .main_nav_menu > ul > li:hover, .bg-yellow div.language a:hover {
    background-color: rgba(255, 143, 64, 0.5);
  }
  .bg-turquoise .main_nav_menu > ul > li.selected, .bg-turquoise .main_nav_menu > ul > li.selected_child, .bg-turquoise .main_nav_menu > ul > li > a:hover, .bg-turquoise .main_nav_menu > ul > li.main_nav_open > a, .bg-turquoise .main_nav_menu > ul > li.main_nav_open > a:hover {
    background: rgb(196, 136, 152) none repeat scroll 0 0;
  }
  .bg-turquoise #subsiteHeader .main_nav_menu li > .main_nav_sub, .bg-turquoise div.language a {
    background-color: rgb(196, 136, 152);
  }
  .bg-turquoise .main_nav_menu > ul > li:hover, .bg-turquoise div.language a:hover {
    background-color: rgba(196, 136, 152, 0.5);
  }
  .bg-violet .main_nav_menu > ul > li.selected, .bg-violet .main_nav_menu > ul > li.selected_child, .bg-violet .main_nav_menu > ul > li > a:hover, .bg-violet .main_nav_menu > ul > li.main_nav_open > a, .bg-violet .main_nav_menu > ul > li.main_nav_open > a:hover {
    background: rgb(203, 71, 0) none repeat scroll 0 0;
  }
  .bg-violet #subsiteHeader .main_nav_menu li > .main_nav_sub, .bg-violet div.language a {
    background-color: rgb(203, 71, 0);
  }
  .bg-violet .main_nav_menu > ul > li:hover, .bg-violet div.language a:hover {
    background-color: rgba(203, 71, 0, 0.5);
  }
  .bg-darkblue .main_nav_menu > ul > li.selected, .bg-darkblue .main_nav_menu > ul > li.selected_child, .bg-darkblue .main_nav_menu > ul > li > a:hover, .bg-darkblue .main_nav_menu > ul > li.main_nav_open > a, .bg-darkblue .main_nav_menu > ul > li.main_nav_open > a:hover {
    background: rgb(0, 32, 91) none repeat scroll 0 0;
  }
  .bg-darkblue #subsiteHeader .main_nav_menu li > .main_nav_sub, .bg-darkblue div.language a {
    background-color: rgb(0, 32, 91);
  }
  .bg-darkblue .main_nav_menu > ul > li:hover, .bg-darkblue div.language a:hover {
    background-color: rgba(0, 32, 91, 0.5);
  }
  .bg-aniline .main_nav_menu > ul > li.selected, .bg-aniline .main_nav_menu > ul > li.selected_child, .bg-aniline .main_nav_menu > ul > li > a:hover, .bg-aniline .main_nav_menu > ul > li.main_nav_open > a, .bg-aniline .main_nav_menu > ul > li.main_nav_open > a:hover {
    background: rgb(155, 34, 66) none repeat scroll 0 0;
  }
  .bg-aniline #subsiteHeader .main_nav_menu li > .main_nav_sub, .bg-aniline div.language a {
    background-color: rgb(155, 34, 66);
  }
  .bg-aniline .main_nav_menu > ul > li:hover, .bg-aniline div.language a:hover {
    background-color: rgba(155, 34, 66, 0.5);
  }
  .bg-grey .main_nav_menu > ul > li.selected, .bg-grey .main_nav_menu > ul > li.selected_child, .bg-grey .main_nav_menu > ul > li > a:hover, .bg-grey .main_nav_menu > ul > li.main_nav_open > a, .bg-grey .main_nav_menu > ul > li.main_nav_open > a:hover {
    background: rgb(255, 143, 64) none repeat scroll 0 0;
  }
  .bg-grey #subsiteHeader .main_nav_menu li > .main_nav_sub, .bg-grey div.language a {
    background-color: rgb(255, 143, 64);
  }
  .bg-grey .main_nav_menu > ul > li:hover, .bg-grey div.language a:hover {
    background-color: rgba(255, 143, 64, 0.5);
  }
  .bg-darkred .main_nav_menu > ul > li.selected, .bg-darkred .main_nav_menu > ul > li.selected_child, .bg-darkred .main_nav_menu > ul > li > a:hover, .bg-darkred .main_nav_menu > ul > li.main_nav_open > a, .bg-darkred .main_nav_menu > ul > li.main_nav_open > a:hover {
    background: rgb(155, 34, 66) none repeat scroll 0 0;
  }
  .bg-darkred #subsiteHeader .main_nav_menu li > .main_nav_sub, .bg-darkred div.language a {
    background-color: rgb(155, 34, 66);
  }
  .bg-darkred .main_nav_menu > ul > li:hover, .bg-darkred div.language a:hover {
    background-color: rgba(155, 34, 66, 0.5);
  }
  .bg-red .main_nav_menu > ul > li.selected, .bg-red .main_nav_menu > ul > li.selected_child, .bg-red .main_nav_menu > ul > li > a:hover, .bg-red .main_nav_menu > ul > li.main_nav_open > a, .bg-red .main_nav_menu > ul > li.main_nav_open > a:hover {
    background: rgb(155, 34, 66) none repeat scroll 0 0;
  }
  .bg-red #subsiteHeader .main_nav_menu li > .main_nav_sub, .bg-red div.language a {
    background-color: rgb(155, 34, 66);
  }
  .bg-red .main_nav_menu > ul > li:hover, .bg-red div.language a:hover {
    background-color: rgba(155, 34, 66, 0.5);
  }
  .bg-orange .main_nav_menu > ul > li.selected, .bg-orange .main_nav_menu > ul > li.selected_child, .bg-orange .main_nav_menu > ul > li > a:hover, .bg-orange .main_nav_menu > ul > li.main_nav_open > a, .bg-orange .main_nav_menu > ul > li.main_nav_open > a:hover {
    background: rgb(203, 71, 0) none repeat scroll 0 0;
  }
  .bg-orange #subsiteHeader .main_nav_menu li > .main_nav_sub, .bg-orange div.language a {
    background-color: rgb(203, 71, 0);
  }
  .bg-orange .main_nav_menu > ul > li:hover, .bg-orange div.language a:hover {
    background-color: rgb(203, 71, 0);
  }
  .bg-lightgrey .main_nav_menu > ul > li.selected, .bg-lightgrey .main_nav_menu > ul > li.selected_child, .bg-lightgrey .main_nav_menu > ul > li > a:hover, .bg-lightgrey .main_nav_menu > ul > li.main_nav_open > a, .bg-lightgrey .main_nav_menu > ul > li.main_nav_open > a:hover {
    background: rgb(112, 114, 115) none repeat scroll 0 0;
  }
  .bg-lightgrey #subsiteHeader .main_nav_menu li > .main_nav_sub, .bg-lightgrey div.language a {
    background-color: rgb(112, 114, 115);
  }
  .bg-lightgrey .main_nav_menu > ul > li:hover, .bg-lightgrey div.language a:hover {
    background-color: rgba(112, 114, 115, 0.5);
  }
  .bg-lightred .main_nav_menu > ul > li.selected, .bg-lightred .main_nav_menu > ul > li.selected_child, .bg-lightred .main_nav_menu > ul > li > a:hover, .bg-lightred .main_nav_menu > ul > li.main_nav_open > a, .bg-lightred .main_nav_menu > ul > li.main_nav_open > a:hover {
    background: rgb(196, 136, 152) none repeat scroll 0 0;
  }
  .bg-lightred #subsiteHeader .main_nav_menu li > .main_nav_sub, .bg-lightred div.language a {
    background-color: rgb(196, 136, 152);
  }
  .bg-lightred .main_nav_menu > ul > li:hover, .bg-lightred div.language a:hover {
    background-color: rgba(196, 136, 152, 0.5);
  }
  .subSite .main_nav_menu > ul > li.home-li:hover {
    background-color: transparent;
  }
  .subSite .main_nav_menu div.language a:hover {
    text-decoration: none;
  }
}
.thanks {
  text-align: center;
  min-height: 600px;
}
.thanks h1, .thanks .head1-left, .thanks .bottom-area h2, .bottom-area .thanks h2, .thanks p {
  text-align: center;
}
.thanks p {
  margin-bottom: 60px;
}
.thanks a {
  display: inline-block;
  margin: 0px 20px 20px;
}
.thanks a:hover {
  text-decoration: none;
}

.pull-right-sm {
  float: left;
}
@media (min-width: 768px) {
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 992px) {
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 1200px) {
  .pull-right-sm {
    float: right;
  }
}

.logos {
  text-align: center;
  margin-top: 40px;
}
.logos a:hover, .logos a:focus {
  text-decoration: none;
}
.logos .logo-row {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .logos .logo-row {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .logos .logo-row {
    margin-bottom: 27px;
  }
}
@media (min-width: 1200px) {
  .logos .logo-row {
    margin-bottom: 30px;
  }
}
.logos img {
  max-width: 90px;
  height: auto;
}
@media (min-width: 768px) {
  .logos img {
    max-width: 100px;
  }
}
@media (min-width: 992px) {
  .logos img {
    max-width: 120px;
  }
}
@media (min-width: 1200px) {
  .logos img {
    max-width: 150px;
  }
}

.maintenance h1, .maintenance .head1-left, .maintenance .bottom-area h2, .bottom-area .maintenance h2 {
  color: #cb4700;
}
.maintenance p {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.maintenance .social-icons {
  text-align: center;
}
.maintenance .social-icons img {
  margin: 0 5px;
}

.error-page h1, .error-page .head1-left, .error-page .bottom-area h2, .bottom-area .error-page h2 {
  margin-bottom: 20px;
}
.error-page .info-txt {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .error-page .info-txt {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .error-page .info-txt {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .error-page .info-txt {
    width: 70%;
  }
}
.error-page ul {
  margin: 20px 0;
}
.error-page ul li {
  line-height: 1.3;
  list-style-type: none;
  text-indent: -5px;
}
.error-page ul li:before {
  content: "-";
  position: relative;
  left: -15px;
}

.custom-heading {
  font-family: "SkattaSans-headline" !important;
  color: #cb4700 !important;
}

#twitter-widget-0, #twitter-widget-1, #twitter-widget-2, #twitter-widget-3 {
  width: 100% !important;
  margin-bottom: 10px;
}

img.content-area-image {
  width: 100%;
}

.VerkkolaskuosoiteRow .ui-selectmenu-text {
  width: 170px;
}

@media print {
  .print-logo, .company, .footer-address {
    text-align: center;
  }
  * {
    overflow: visible !important;
  }
}
#epi-quickNavigator {
  left: 80px;
  width: 91px;
}

/* Components and sub-pages */
/** 
 * Higlight box that have height and can contain an box-content (overlay). 
 */
/**
 * Highlight box. You can set it a bg-image, put overlay-50, overlay-100 in it etc.
 */
.box-flex {
  color: white;
  position: relative;
  margin-bottom: 20px;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 768px) {
  .box-flex {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .box-flex {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .box-flex {
    margin-bottom: 30px;
  }
}

.box-150 {
  height: 290px;
  color: white;
  position: relative;
  margin-bottom: 20px;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 320px) {
  .box-150 {
    height: 290px;
  }
}
@media (min-width: 360px) {
  .box-150 {
    height: 330px;
  }
}
@media (min-width: 375px) {
  .box-150 {
    height: 345px;
  }
}
@media (min-width: 414px) {
  .box-150 {
    height: 384px;
  }
}
@media (min-width: 480px) {
  .box-150 {
    height: 450px;
  }
}
@media (min-width: 533px) {
  .box-150 {
    height: 503px;
  }
}
@media (min-width: 600px) {
  .box-150 {
    height: 570px;
  }
}
@media (min-width: 648px) {
  .box-150 {
    height: 618px;
  }
}
@media (min-width: 768px) {
  .box-150 {
    height: 362.5px;
  }
}
@media (min-width: 992px) {
  .box-150 {
    height: 470px;
  }
}
@media (min-width: 1200px) {
  .box-150 {
    height: 570px;
  }
}
@media (min-width: 768px) {
  .box-150 {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .box-150 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .box-150 {
    margin-bottom: 30px;
  }
}

.box, .box-bg-50-then-100 {
  height: 183.344px;
  color: white;
  position: relative;
  margin-bottom: 20px;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 320px) {
  .box, .box-bg-50-then-100 {
    height: 183.344px;
  }
}
@media (min-width: 360px) {
  .box, .box-bg-50-then-100 {
    height: 210.012px;
  }
}
@media (min-width: 375px) {
  .box, .box-bg-50-then-100 {
    height: 220.0125px;
  }
}
@media (min-width: 414px) {
  .box, .box-bg-50-then-100 {
    height: 246.0138px;
  }
}
@media (min-width: 480px) {
  .box, .box-bg-50-then-100 {
    height: 290.016px;
  }
}
@media (min-width: 533px) {
  .box, .box-bg-50-then-100 {
    height: 325.3511px;
  }
}
@media (min-width: 600px) {
  .box, .box-bg-50-then-100 {
    height: 370.02px;
  }
}
@media (min-width: 648px) {
  .box, .box-bg-50-then-100 {
    height: 402.0216px;
  }
}
@media (min-width: 768px) {
  .box, .box-bg-50-then-100 {
    height: 241.6666666667px;
  }
}
@media (min-width: 992px) {
  .box, .box-bg-50-then-100 {
    height: 313.3333333333px;
  }
}
@media (min-width: 1200px) {
  .box, .box-bg-50-then-100 {
    height: 380px;
  }
}
@media (min-width: 768px) {
  .box, .box-bg-50-then-100 {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .box, .box-bg-50-then-100 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .box, .box-bg-50-then-100 {
    margin-bottom: 30px;
  }
}

.box-50 {
  height: 129.984px;
  color: white;
  position: relative;
  margin-bottom: 20px;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 533px) {
  .box-50 {
    height: 147.6489px;
  }
}
@media (min-width: 600px) {
  .box-50 {
    height: 169.98px;
  }
}
@media (min-width: 648px) {
  .box-50 {
    height: 185.9784px;
  }
}
@media (min-width: 768px) {
  .box-50 {
    height: 104.1666666667px;
  }
}
@media (min-width: 992px) {
  .box-50 {
    height: 136.6666666667px;
  }
}
@media (min-width: 1200px) {
  .box-50 {
    height: 170px;
  }
}
@media (min-width: 768px) {
  .box-50 {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .box-50 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .box-50 {
    margin-bottom: 30px;
  }
}

.box-25 {
  height: 95px;
  color: white;
  position: relative;
  margin-bottom: 20px;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 768px) {
  .box-25 {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .box-25 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .box-25 {
    margin-bottom: 30px;
  }
}

.box-bg-50-then-100 {
  background: no-repeat left center;
  background-size: 100%;
}
@media (min-width: 768px) {
  .box-bg-50-then-100 {
    background-size: 51%;
  }
}
@media (min-width: 992px) {
  .box-bg-50-then-100 {
    background-size: 51%;
  }
}
@media (min-width: 1200px) {
  .box-bg-50-then-100 {
    background-size: 51%;
  }
}

.block-with-img-50-pad {
  height: 100%;
  /*@include small  { height: px($h50-sm - $padding-sm * 2); }
  @include medium { height: px($h50-md - $padding-md * 2); }
  @include large  { height: px($h50-lg - $padding-lg * 2); }*/
  width: 100%;
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 768px) {
  .block-with-img-50-pad {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .block-with-img-50-pad {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .block-with-img-50-pad {
    margin-bottom: 30px;
  }
}
.block-with-img-50-pad .img-container {
  margin-right: 15px;
  width: 30%;
  height: 100%;
  float: left;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center center;
  background-size: cover;
  display: none;
}
@media (min-width: 992px) {
  .block-with-img-50-pad .img-container {
    display: inline;
  }
}
.block-with-img-50-pad .no-bg a .head3-thin, .block-with-img-50-pad .no-bg a .head3-thin-sm, .block-with-img-50-pad .no-bg a .head3-thin-caps-center, .block-with-img-50-pad.no-bg a .head3-thin, .block-with-img-50-pad.no-bg a .head3-thin-sm, .block-with-img-50-pad.no-bg a .head3-thin-caps-center {
  color: #00205b;
  color: #00205b !important;
}
.block-with-img-50-pad .no-bg a .head3-thin:hover, .block-with-img-50-pad .no-bg a .head3-thin-sm:hover, .block-with-img-50-pad .no-bg a .head3-thin-caps-center:hover, .block-with-img-50-pad .no-bg a .head3-thin:hover *, .block-with-img-50-pad .no-bg a .head3-thin-sm:hover *, .block-with-img-50-pad .no-bg a .head3-thin-caps-center:hover *, .block-with-img-50-pad.no-bg a .head3-thin:hover, .block-with-img-50-pad.no-bg a .head3-thin-sm:hover, .block-with-img-50-pad.no-bg a .head3-thin-caps-center:hover, .block-with-img-50-pad.no-bg a .head3-thin:hover *, .block-with-img-50-pad.no-bg a .head3-thin-sm:hover *, .block-with-img-50-pad.no-bg a .head3-thin-caps-center:hover * {
  text-decoration: none !important;
  color: #00328e !important;
}
@media (max-width: 767px) {
  .block-with-img-50-pad .no-bg, .block-with-img-50-pad.no-bg {
    height: auto;
  }
}

.block-with-img {
  height: 125px;
  width: 100%;
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 768px) {
  .block-with-img {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .block-with-img {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .block-with-img {
    margin-bottom: 30px;
  }
}
.block-with-img .img-container {
  margin-right: 15px;
  width: 30%;
  height: 100%;
  float: left;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center center;
  background-size: cover;
  display: none;
}
@media (min-width: 992px) {
  .block-with-img .img-container {
    display: inline;
  }
}
.block-with-img .no-bg a .head3-thin, .block-with-img .no-bg a .head3-thin-sm, .block-with-img .no-bg a .head3-thin-caps-center, .block-with-img.no-bg a .head3-thin, .block-with-img.no-bg a .head3-thin-sm, .block-with-img.no-bg a .head3-thin-caps-center {
  color: #00205b;
  color: #00205b !important;
}
.block-with-img .no-bg a .head3-thin:hover, .block-with-img .no-bg a .head3-thin-sm:hover, .block-with-img .no-bg a .head3-thin-caps-center:hover, .block-with-img .no-bg a .head3-thin:hover *, .block-with-img .no-bg a .head3-thin-sm:hover *, .block-with-img .no-bg a .head3-thin-caps-center:hover *, .block-with-img.no-bg a .head3-thin:hover, .block-with-img.no-bg a .head3-thin-sm:hover, .block-with-img.no-bg a .head3-thin-caps-center:hover, .block-with-img.no-bg a .head3-thin:hover *, .block-with-img.no-bg a .head3-thin-sm:hover *, .block-with-img.no-bg a .head3-thin-caps-center:hover * {
  text-decoration: none !important;
  color: #00328e !important;
}
@media (max-width: 767px) {
  .block-with-img .no-bg, .block-with-img.no-bg {
    height: auto;
  }
}
.block-with-img .img-container {
  display: inline;
}

.block-with-img-50, .block-with-img-50-last {
  height: 129.984px;
  width: 100%;
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 533px) {
  .block-with-img-50, .block-with-img-50-last {
    height: 147.6489px;
  }
}
@media (min-width: 600px) {
  .block-with-img-50, .block-with-img-50-last {
    height: 169.98px;
  }
}
@media (min-width: 648px) {
  .block-with-img-50, .block-with-img-50-last {
    height: 185.9784px;
  }
}
@media (min-width: 768px) {
  .block-with-img-50, .block-with-img-50-last {
    height: 104.1666666667px;
  }
}
@media (min-width: 992px) {
  .block-with-img-50, .block-with-img-50-last {
    height: 136.6666666667px;
  }
}
@media (min-width: 1200px) {
  .block-with-img-50, .block-with-img-50-last {
    height: 170px;
  }
}
@media (min-width: 768px) {
  .block-with-img-50, .block-with-img-50-last {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .block-with-img-50, .block-with-img-50-last {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .block-with-img-50, .block-with-img-50-last {
    margin-bottom: 30px;
  }
}
.block-with-img-50 .img-container, .block-with-img-50-last .img-container {
  margin-right: 15px;
  width: 30%;
  height: 100%;
  float: left;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center center;
  background-size: cover;
  display: none;
}
@media (min-width: 992px) {
  .block-with-img-50 .img-container, .block-with-img-50-last .img-container {
    display: inline;
  }
}
.block-with-img-50 .no-bg a .head3-thin, .block-with-img-50 .no-bg a .head3-thin-sm, .block-with-img-50 .no-bg a .head3-thin-caps-center, .block-with-img-50-last .no-bg a .head3-thin, .block-with-img-50-last .no-bg a .head3-thin-sm, .block-with-img-50-last .no-bg a .head3-thin-caps-center, .block-with-img-50.no-bg a .head3-thin, .block-with-img-50.no-bg a .head3-thin-sm, .block-with-img-50.no-bg a .head3-thin-caps-center, .no-bg.block-with-img-50-last a .head3-thin, .no-bg.block-with-img-50-last a .head3-thin-sm, .no-bg.block-with-img-50-last a .head3-thin-caps-center {
  color: #00205b;
  color: #00205b !important;
}
.block-with-img-50 .no-bg a .head3-thin:hover, .block-with-img-50 .no-bg a .head3-thin-sm:hover, .block-with-img-50 .no-bg a .head3-thin-caps-center:hover, .block-with-img-50-last .no-bg a .head3-thin:hover, .block-with-img-50-last .no-bg a .head3-thin-sm:hover, .block-with-img-50-last .no-bg a .head3-thin-caps-center:hover, .block-with-img-50 .no-bg a .head3-thin:hover *, .block-with-img-50 .no-bg a .head3-thin-sm:hover *, .block-with-img-50 .no-bg a .head3-thin-caps-center:hover *, .block-with-img-50-last .no-bg a .head3-thin:hover *, .block-with-img-50-last .no-bg a .head3-thin-sm:hover *, .block-with-img-50-last .no-bg a .head3-thin-caps-center:hover *, .block-with-img-50.no-bg a .head3-thin:hover, .block-with-img-50.no-bg a .head3-thin-sm:hover, .block-with-img-50.no-bg a .head3-thin-caps-center:hover, .no-bg.block-with-img-50-last a .head3-thin:hover, .no-bg.block-with-img-50-last a .head3-thin-sm:hover, .no-bg.block-with-img-50-last a .head3-thin-caps-center:hover, .block-with-img-50.no-bg a .head3-thin:hover *, .block-with-img-50.no-bg a .head3-thin-sm:hover *, .block-with-img-50.no-bg a .head3-thin-caps-center:hover *, .no-bg.block-with-img-50-last a .head3-thin:hover *, .no-bg.block-with-img-50-last a .head3-thin-sm:hover *, .no-bg.block-with-img-50-last a .head3-thin-caps-center:hover * {
  text-decoration: none !important;
  color: #00328e !important;
}
@media (max-width: 767px) {
  .block-with-img-50 .no-bg, .block-with-img-50-last .no-bg, .block-with-img-50.no-bg, .no-bg.block-with-img-50-last {
    height: auto;
  }
}

.block-with-img-50-last {
  margin-bottom: 0px;
}

.no-picture {
  height: auto !important;
}

/**
 * Highlight box content (overlay).
 */
.box-no-bg {
  margin-top: 30px;
  padding: 10px;
  text-decoration: none;
}
.box-no-bg a:hover, .box-no-bg a *:hover {
  text-decoration: none;
  color: #f45500;
}
@media (min-width: 768px) {
  .box-no-bg {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-no-bg {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-no-bg {
    padding: 25px;
  }
}
.box-no-bg, .box-no-bg h1, .box-no-bg .head1-left, .box-no-bg h2, .box-no-bg h3, .box-no-bg h4, .box-no-bg p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}

.box-content {
  height: 100%;
  width: 100%;
  left: 0px;
  bottom: 0px;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
}
.box-content h1, .box-content .head1-left, .box-content h2, .box-content h3, .box-content p {
  margin-top: 0px;
  color: white;
}
.box-content:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content {
    padding: 25px;
  }
}
.box-content, .box-content h1, .box-content .head1-left, .box-content h2, .box-content h3, .box-content h4, .box-content p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}

/*.box-content-h50        { height: 50%; width: 100%; left: 0px; top: 0px; @include overlay; }*/
.box-content-h50-bottom {
  width: 100%;
  left: 0px;
  bottom: 0px;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
  height: 100%;
}
.box-content-h50-bottom h1, .box-content-h50-bottom .head1-left, .box-content-h50-bottom h2, .box-content-h50-bottom h3, .box-content-h50-bottom p {
  margin-top: 0px;
  color: white;
}
.box-content-h50-bottom:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content-h50-bottom {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content-h50-bottom {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content-h50-bottom {
    padding: 25px;
  }
}
.box-content-h50-bottom, .box-content-h50-bottom h1, .box-content-h50-bottom .head1-left, .box-content-h50-bottom h2, .box-content-h50-bottom h3, .box-content-h50-bottom h4, .box-content-h50-bottom p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}
@media (min-width: 768px) {
  .box-content-h50-bottom {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .box-content-h50-bottom {
    height: 50%;
  }
}
@media (min-width: 1200px) {
  .box-content-h50-bottom {
    height: 50%;
  }
}

.box-content-w50 {
  left: 0px;
  bottom: 0px;
  width: 50%;
  height: 100%;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
}
.box-content-w50 h1, .box-content-w50 .head1-left, .box-content-w50 h2, .box-content-w50 h3, .box-content-w50 p {
  margin-top: 0px;
  color: white;
}
.box-content-w50:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content-w50 {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content-w50 {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content-w50 {
    padding: 25px;
  }
}
.box-content-w50, .box-content-w50 h1, .box-content-w50 .head1-left, .box-content-w50 h2, .box-content-w50 h3, .box-content-w50 h4, .box-content-w50 p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}

.box-content-w50-down {
  left: 0px;
  bottom: 0px;
  height: 58%;
  width: 100%;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .box-content-w50-down {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .box-content-w50-down {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-down {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .box-content-w50-down {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .box-content-w50-down {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-down {
    width: 50%;
  }
}
.box-content-w50-down h1, .box-content-w50-down .head1-left, .box-content-w50-down h2, .box-content-w50-down h3, .box-content-w50-down p {
  margin-top: 0px;
  color: white;
}
.box-content-w50-down:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content-w50-down {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content-w50-down {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-down {
    padding: 25px;
  }
}
.box-content-w50-down, .box-content-w50-down h1, .box-content-w50-down .head1-left, .box-content-w50-down h2, .box-content-w50-down h3, .box-content-w50-down h4, .box-content-w50-down p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}

.box-content-w50-right {
  right: 0px;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
}
.box-content-w50-right h1, .box-content-w50-right .head1-left, .box-content-w50-right h2, .box-content-w50-right h3, .box-content-w50-right p {
  margin-top: 0px;
  color: white;
}
.box-content-w50-right:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content-w50-right {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right {
    padding: 25px;
  }
}
.box-content-w50-right, .box-content-w50-right h1, .box-content-w50-right .head1-left, .box-content-w50-right h2, .box-content-w50-right h3, .box-content-w50-right h4, .box-content-w50-right p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}

.box-content-w50-right-up {
  right: 0px;
  top: 0;
  height: 58%;
  width: 100%;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .box-content-w50-right-up {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right-up {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right-up {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .box-content-w50-right-up {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right-up {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right-up {
    width: 50%;
  }
}
.box-content-w50-right-up h1, .box-content-w50-right-up .head1-left, .box-content-w50-right-up h2, .box-content-w50-right-up h3, .box-content-w50-right-up p {
  margin-top: 0px;
  color: white;
}
.box-content-w50-right-up:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content-w50-right-up {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right-up {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right-up {
    padding: 25px;
  }
}
.box-content-w50-right-up, .box-content-w50-right-up h1, .box-content-w50-right-up .head1-left, .box-content-w50-right-up h2, .box-content-w50-right-up h3, .box-content-w50-right-up h4, .box-content-w50-right-up p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}

.box-content-w50-right-bottom, .box-content-w50-right-bottom2 {
  right: 0px;
  bottom: 0;
  height: 58%;
  width: 100%;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .box-content-w50-right-bottom, .box-content-w50-right-bottom2 {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right-bottom, .box-content-w50-right-bottom2 {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right-bottom, .box-content-w50-right-bottom2 {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .box-content-w50-right-bottom, .box-content-w50-right-bottom2 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right-bottom, .box-content-w50-right-bottom2 {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right-bottom, .box-content-w50-right-bottom2 {
    width: 50%;
  }
}
.box-content-w50-right-bottom h1, .box-content-w50-right-bottom .head1-left, .box-content-w50-right-bottom2 h1, .box-content-w50-right-bottom2 .head1-left, .box-content-w50-right-bottom h2, .box-content-w50-right-bottom2 h2, .box-content-w50-right-bottom h3, .box-content-w50-right-bottom2 h3, .box-content-w50-right-bottom p, .box-content-w50-right-bottom2 p {
  margin-top: 0px;
  color: white;
}
.box-content-w50-right-bottom:hover, .box-content-w50-right-bottom2:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content-w50-right-bottom, .box-content-w50-right-bottom2 {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right-bottom, .box-content-w50-right-bottom2 {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right-bottom, .box-content-w50-right-bottom2 {
    padding: 25px;
  }
}
.box-content-w50-right-bottom, .box-content-w50-right-bottom2, .box-content-w50-right-bottom h1, .box-content-w50-right-bottom .head1-left, .box-content-w50-right-bottom2 h1, .box-content-w50-right-bottom2 .head1-left, .box-content-w50-right-bottom h2, .box-content-w50-right-bottom2 h2, .box-content-w50-right-bottom h3, .box-content-w50-right-bottom2 h3, .box-content-w50-right-bottom h4, .box-content-w50-right-bottom2 h4, .box-content-w50-right-bottom p, .box-content-w50-right-bottom2 p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}

.box-content-w50-right-bottom2 {
  width: 100%;
}
@media (min-width: 768px) {
  .box-content-w50-right-bottom2 {
    width: 52%;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right-bottom2 {
    width: 51.5%;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right-bottom2 {
    width: 51.3%;
  }
}

.box-content-w50-right-full {
  right: 0px;
  bottom: 0;
  height: 58%;
  width: 100%;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .box-content-w50-right-full {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right-full {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right-full {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .box-content-w50-right-full {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right-full {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right-full {
    width: 50%;
  }
}
.box-content-w50-right-full h1, .box-content-w50-right-full .head1-left, .box-content-w50-right-full h2, .box-content-w50-right-full h3, .box-content-w50-right-full p {
  margin-top: 0px;
  color: white;
}
.box-content-w50-right-full:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content-w50-right-full {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right-full {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right-full {
    padding: 25px;
  }
}
.box-content-w50-right-full, .box-content-w50-right-full h1, .box-content-w50-right-full .head1-left, .box-content-w50-right-full h2, .box-content-w50-right-full h3, .box-content-w50-right-full h4, .box-content-w50-right-full p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}

.box-content-h50-w50 {
  left: 0px;
  top: 0;
  width: 50%;
  height: 50%;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
}
.box-content-h50-w50 h1, .box-content-h50-w50 .head1-left, .box-content-h50-w50 h2, .box-content-h50-w50 h3, .box-content-h50-w50 p {
  margin-top: 0px;
  color: white;
}
.box-content-h50-w50:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content-h50-w50 {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content-h50-w50 {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content-h50-w50 {
    padding: 25px;
  }
}
.box-content-h50-w50, .box-content-h50-w50 h1, .box-content-h50-w50 .head1-left, .box-content-h50-w50 h2, .box-content-h50-w50 h3, .box-content-h50-w50 h4, .box-content-h50-w50 p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}

.box-content-h50-w50-bottom {
  left: 0px;
  bottom: 0;
  width: 50%;
  height: 50%;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
}
.box-content-h50-w50-bottom h1, .box-content-h50-w50-bottom .head1-left, .box-content-h50-w50-bottom h2, .box-content-h50-w50-bottom h3, .box-content-h50-w50-bottom p {
  margin-top: 0px;
  color: white;
}
.box-content-h50-w50-bottom:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content-h50-w50-bottom {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content-h50-w50-bottom {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content-h50-w50-bottom {
    padding: 25px;
  }
}
.box-content-h50-w50-bottom, .box-content-h50-w50-bottom h1, .box-content-h50-w50-bottom .head1-left, .box-content-h50-w50-bottom h2, .box-content-h50-w50-bottom h3, .box-content-h50-w50-bottom h4, .box-content-h50-w50-bottom p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}

.box-content-h50-w50-right {
  right: 0px;
  top: 0;
  width: 50%;
  height: 50%;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
}
.box-content-h50-w50-right h1, .box-content-h50-w50-right .head1-left, .box-content-h50-w50-right h2, .box-content-h50-w50-right h3, .box-content-h50-w50-right p {
  margin-top: 0px;
  color: white;
}
.box-content-h50-w50-right:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content-h50-w50-right {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content-h50-w50-right {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content-h50-w50-right {
    padding: 25px;
  }
}
.box-content-h50-w50-right, .box-content-h50-w50-right h1, .box-content-h50-w50-right .head1-left, .box-content-h50-w50-right h2, .box-content-h50-w50-right h3, .box-content-h50-w50-right h4, .box-content-h50-w50-right p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}

.box-content-h50-w50-bottom-right {
  right: 0px;
  bottom: 0;
  width: 50%;
  height: 50%;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
}
.box-content-h50-w50-bottom-right h1, .box-content-h50-w50-bottom-right .head1-left, .box-content-h50-w50-bottom-right h2, .box-content-h50-w50-bottom-right h3, .box-content-h50-w50-bottom-right p {
  margin-top: 0px;
  color: white;
}
.box-content-h50-w50-bottom-right:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content-h50-w50-bottom-right {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content-h50-w50-bottom-right {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content-h50-w50-bottom-right {
    padding: 25px;
  }
}
.box-content-h50-w50-bottom-right, .box-content-h50-w50-bottom-right h1, .box-content-h50-w50-bottom-right .head1-left, .box-content-h50-w50-bottom-right h2, .box-content-h50-w50-bottom-right h3, .box-content-h50-w50-bottom-right h4, .box-content-h50-w50-bottom-right p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}

.box-content-h33-bottom {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 33.33%;
  min-height: 33.33%;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
}
.box-content-h33-bottom h1, .box-content-h33-bottom .head1-left, .box-content-h33-bottom h2, .box-content-h33-bottom h3, .box-content-h33-bottom p {
  margin-top: 0px;
  color: white;
}
.box-content-h33-bottom:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content-h33-bottom {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content-h33-bottom {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content-h33-bottom {
    padding: 25px;
  }
}
.box-content-h33-bottom, .box-content-h33-bottom h1, .box-content-h33-bottom .head1-left, .box-content-h33-bottom h2, .box-content-h33-bottom h3, .box-content-h33-bottom h4, .box-content-h33-bottom p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}
@media (max-width: 767px) {
  .box-content-h33-bottom {
    height: auto;
  }
}

.box-content-w50-right-full {
  right: 0px;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0.85;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .box-content-w50-right-full {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right-full {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right-full {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .box-content-w50-right-full {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right-full {
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right-full {
    opacity: 1;
  }
}
.box-content-w50-right-full h1, .box-content-w50-right-full .head1-left, .box-content-w50-right-full h2, .box-content-w50-right-full h3, .box-content-w50-right-full p {
  margin-top: 0px;
  color: white;
}
.box-content-w50-right-full:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content-w50-right-full {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right-full {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right-full {
    padding: 25px;
  }
}
.box-content-w50-right-full, .box-content-w50-right-full h1, .box-content-w50-right-full .head1-left, .box-content-w50-right-full h2, .box-content-w50-right-full h3, .box-content-w50-right-full h4, .box-content-w50-right-full p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}

.color-box {
  color: white;
  height: 100%;
  padding: 10px;
}
@media (min-width: 768px) {
  .color-box {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .color-box {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .color-box {
    padding: 25px;
  }
}

#newsCarousel {
  margin-bottom: 25px;
}

.carousel-inner {
  height: auto;
}
.carousel-inner img {
  position: relative;
  height: auto;
  width: 100%;
  max-width: 570px !important;
}
.carousel-inner .box-content-h33-bottom {
  max-width: 570px !important;
}

.carousel-indicators {
  bottom: 10px;
  right: 20px;
  margin-bottom: 0;
  left: auto;
  text-align: right;
}
@media (min-width: 768px) {
  .carousel-indicators {
    bottom: 30px;
  }
}
@media (min-width: 992px) {
  .carousel-indicators {
    bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .carousel-indicators {
    bottom: 30px;
  }
}
@media (min-width: 570px) {
  .carousel-indicators {
    right: 30px;
  }
}
@media (min-width: 610px) {
  .carousel-indicators {
    right: 50px;
  }
}
@media (min-width: 650px) {
  .carousel-indicators {
    right: 90px;
  }
}
@media (min-width: 690px) {
  .carousel-indicators {
    right: 130px;
  }
}
@media (min-width: 720px) {
  .carousel-indicators {
    right: 170px;
  }
}
@media (min-width: 768px) {
  .carousel-indicators {
    right: 20px;
  }
}

/** Rectangle is like box but with images as tags, not in the background. */
.rect, .rect-xs100-sm50 {
  margin-bottom: 30px;
  overflow: hidden;
}
.rect *, .rect-xs100-sm50 * {
  color: white;
}

.rect-xs100-sm50 {
  margin-left: -15px;
  margin-right: -15px;
}
.rect-xs100-sm50 .img-wrapper {
  width: 100%;
  float: none;
  clear: both;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .rect-xs100-sm50 .img-wrapper {
    width: 50%;
    float: left;
    clear: none;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.rect-xs100-sm50 .img-wrapper img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .rect-xs100-sm50 .img-wrapper img {
    width: 110%;
  }
}
@media (min-width: 992px) {
  .rect-xs100-sm50 .img-wrapper img {
    width: 110%;
  }
}
@media (min-width: 1200px) {
  .rect-xs100-sm50 .img-wrapper img {
    width: 110%;
  }
}
.rect-xs100-sm50 .txt-wrapper {
  width: 100%;
  float: none;
  clear: both;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .rect-xs100-sm50 .txt-wrapper {
    width: 50%;
    float: left;
    clear: none;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.rect-xs100-sm50 .txt-wrapper .rect-txt {
  padding: 20px;
}
.rect-xs100-sm50 .txt-wrapper .rect-txt h1, .rect-xs100-sm50 .txt-wrapper .rect-txt .head1-left, .rect-xs100-sm50 .txt-wrapper .rect-txt .bottom-area h2, .bottom-area .rect-xs100-sm50 .txt-wrapper .rect-txt h2 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .rect-xs100-sm50 .txt-wrapper .rect-txt {
    padding-bottom: 500px;
    margin-bottom: -500px;
    max-height: 500px;
    text-overflow: ellipsis;
  }
  .rect-xs100-sm50 .txt-wrapper .rect-txt .head1-left, .rect-xs100-sm50 .txt-wrapper .rect-txt .bottom-area h2, .bottom-area .rect-xs100-sm50 .txt-wrapper .rect-txt h2 {
    font-family: "SkattaSans-Regular";
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .rect-xs100-sm50 .txt-wrapper .rect-txt .head1-left, .rect-xs100-sm50 .txt-wrapper .rect-txt .bottom-area h2, .bottom-area .rect-xs100-sm50 .txt-wrapper .rect-txt h2 {
    padding: 0px 8px 0 10px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .rect-xs100-sm50 .txt-wrapper .rect-txt .head1-left, .rect-xs100-sm50 .txt-wrapper .rect-txt .bottom-area h2, .bottom-area .rect-xs100-sm50 .txt-wrapper .rect-txt h2 {
    padding: 10px 10px 0 20px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .rect-xs100-sm50 .txt-wrapper .rect-txt .head1-left, .rect-xs100-sm50 .txt-wrapper .rect-txt .bottom-area h2, .bottom-area .rect-xs100-sm50 .txt-wrapper .rect-txt h2 {
    padding: 15px 10px 0 25px;
  }
}
@media (min-width: 768px) {
  .rect-xs100-sm50 .txt-wrapper .rect-txt .k-thin p {
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .rect-xs100-sm50 .txt-wrapper .rect-txt .k-thin {
    padding: 5px 8px 0 10px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .rect-xs100-sm50 .txt-wrapper .rect-txt .k-thin {
    padding: 8px 8px 0 20px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .rect-xs100-sm50 .txt-wrapper .rect-txt .k-thin {
    padding: 10px 10px 0 25px;
  }
}

.box-padding {
  padding: 10px;
}
@media (min-width: 768px) {
  .box-padding {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-padding {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-padding {
    padding: 25px;
  }
}

/* Frontpage */
.frontpage {
  /* Parallax imgs */
}
.frontpage #corporate-figures {
  background-color: #54585a;
}
.frontpage #corporate-figures .number {
  font-family: "SkattaSans-Black";
}
.frontpage #corporate-figures .turnover {
  color: #cb4700;
  font-size: 52.488px;
}
@media (min-width: 768px) {
  .frontpage #corporate-figures .turnover {
    font-size: 58.32px;
  }
}
@media (min-width: 992px) {
  .frontpage #corporate-figures .turnover {
    font-size: 64.8px;
  }
}
@media (min-width: 1200px) {
  .frontpage #corporate-figures .turnover {
    font-size: 72px;
  }
}
.frontpage #corporate-figures .turnover .turnover-partials {
  font-size: 17.496px;
}
@media (min-width: 768px) {
  .frontpage #corporate-figures .turnover .turnover-partials {
    font-size: 19.44px;
  }
}
@media (min-width: 992px) {
  .frontpage #corporate-figures .turnover .turnover-partials {
    font-size: 21.6px;
  }
}
@media (min-width: 1200px) {
  .frontpage #corporate-figures .turnover .turnover-partials {
    font-size: 24px;
  }
}
.frontpage #corporate-figures .turnover .turnover-partials .retail {
  color: #9b2242;
}
.frontpage #corporate-figures .turnover .turnover-partials .home-goods {
  color: #00205b;
}
.frontpage #corporate-figures .turnover .turnover-partials .hw-store {
  color: #cb4700;
}
.frontpage #corporate-figures .turnover .turnover-partials .cars {
  color: #cd90a0;
}
.frontpage #corporate-figures .turnover .turnover-partials ul {
  padding-left: 0;
  list-style-type: none;
}
.frontpage #corporate-figures .turnover .turnover-partials li {
  display: inline;
  float: left;
  margin-right: 20px;
}
.frontpage #corporate-figures .turnover .turnover-partials li p {
  font-size: 10.206px;
}
@media (min-width: 768px) {
  .frontpage #corporate-figures .turnover .turnover-partials li p {
    font-size: 11.34px;
  }
}
@media (min-width: 992px) {
  .frontpage #corporate-figures .turnover .turnover-partials li p {
    font-size: 12.6px;
  }
}
@media (min-width: 1200px) {
  .frontpage #corporate-figures .turnover .turnover-partials li p {
    font-size: 14px;
  }
}
.frontpage #corporate-figures .energy {
  color: #cd90a0;
}
.frontpage #corporate-figures .employees {
  color: #9b2242;
}
.frontpage .stock-prices {
  font-family: "Arial";
  color: #646469;
  text-transform: uppercase;
  font-size: 26.244px;
  padding-bottom: 25px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .frontpage .stock-prices {
    font-size: 29.16px;
  }
}
@media (min-width: 992px) {
  .frontpage .stock-prices {
    font-size: 32.4px;
  }
}
@media (min-width: 1200px) {
  .frontpage .stock-prices {
    font-size: 36px;
  }
}
.frontpage .stock-prices .stock {
  margin-top: 30px;
}
.frontpage .stock-prices .stock-name {
  color: #00205b;
}
.frontpage .stock-prices .icon {
  font-size: 29.16px;
  position: relative;
}
@media (min-width: 768px) {
  .frontpage .stock-prices .icon {
    font-size: 32.4px;
  }
}
@media (min-width: 992px) {
  .frontpage .stock-prices .icon {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .frontpage .stock-prices .icon {
    font-size: 40px;
  }
}
.frontpage .stock-prices .icon-arrow-up, .frontpage .stock-prices .icon-arrow-up2, .frontpage .stock-prices .icon-arrow-up3 {
  color: #bfc7d6;
  position: absolute;
  top: -2px;
  right: 30px;
}
.frontpage .stock-prices .icon-arrow-down, .frontpage .stock-prices .icon-arrow-down2, .frontpage .stock-prices .icon-arrow-down3 {
  color: #9b2242;
  position: absolute;
  top: -2px;
  right: 30px;
}

.giftcard-page {
  /*h1, .h1 { color: $kesko-blue; text-align: left; font-weight: bold; }*/
}
.giftcard-page body a:link:after, .giftcard-page body a:visited:after {
  content: "";
}
.giftcard-page h2, .giftcard-page .h2 {
  color: #00205b;
  font-weight: lighter;
}
.giftcard-page h3, .giftcard-page .h3 {
  color: #00205b;
}
.giftcard-page p {
  font-family: "SkattaSans-Regular";
}
.giftcard-page .gc-images img {
  padding: 3px;
  width: 100px;
  height: auto;
  float: left;
}
@media (min-width: 768px) {
  .giftcard-page .gc-images img {
    width: 125px;
  }
}
@media (min-width: 992px) {
  .giftcard-page .gc-images img {
    width: 11%;
  }
}
@media (min-width: 1200px) {
  .giftcard-page .gc-images img {
    width: 11%;
  }
}
.giftcard-page #side-img {
  padding-top: 70px;
}
.giftcard-page #side-img img {
  float: left;
  width: 49%;
  height: auto;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .giftcard-page #side-img img {
    width: 100% !important;
  }
}
.giftcard-page #side-img p {
  clear: both;
}
@media (max-width: 768px) {
  .giftcard-page #side-img {
    padding: 105px 0 0 0 !important;
  }
}
.giftcard-page #top-img p {
  clear: both;
}
.giftcard-page .attention {
  font-family: "SkattaSans-Black";
}
.giftcard-page #btn-close-modal {
  padding: 20px;
}
.giftcard-page .print-btn {
  margin-left: 20px;
}

/** 
 * Higlight box that have height and can contain an box-content (overlay). 
 */
/**
 * Highlight box. You can set it a bg-image, put overlay-50, overlay-100 in it etc.
 */
.box-flex {
  color: white;
  position: relative;
  margin-bottom: 20px;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 768px) {
  .box-flex {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .box-flex {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .box-flex {
    margin-bottom: 30px;
  }
}

.box-150 {
  height: 290px;
  color: white;
  position: relative;
  margin-bottom: 20px;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 320px) {
  .box-150 {
    height: 290px;
  }
}
@media (min-width: 360px) {
  .box-150 {
    height: 330px;
  }
}
@media (min-width: 375px) {
  .box-150 {
    height: 345px;
  }
}
@media (min-width: 414px) {
  .box-150 {
    height: 384px;
  }
}
@media (min-width: 480px) {
  .box-150 {
    height: 450px;
  }
}
@media (min-width: 533px) {
  .box-150 {
    height: 503px;
  }
}
@media (min-width: 600px) {
  .box-150 {
    height: 570px;
  }
}
@media (min-width: 648px) {
  .box-150 {
    height: 618px;
  }
}
@media (min-width: 768px) {
  .box-150 {
    height: 362.5px;
  }
}
@media (min-width: 992px) {
  .box-150 {
    height: 470px;
  }
}
@media (min-width: 1200px) {
  .box-150 {
    height: 570px;
  }
}
@media (min-width: 768px) {
  .box-150 {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .box-150 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .box-150 {
    margin-bottom: 30px;
  }
}

.box, .box-bg-50-then-100 {
  height: 183.344px;
  color: white;
  position: relative;
  margin-bottom: 20px;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 320px) {
  .box, .box-bg-50-then-100 {
    height: 183.344px;
  }
}
@media (min-width: 360px) {
  .box, .box-bg-50-then-100 {
    height: 210.012px;
  }
}
@media (min-width: 375px) {
  .box, .box-bg-50-then-100 {
    height: 220.0125px;
  }
}
@media (min-width: 414px) {
  .box, .box-bg-50-then-100 {
    height: 246.0138px;
  }
}
@media (min-width: 480px) {
  .box, .box-bg-50-then-100 {
    height: 290.016px;
  }
}
@media (min-width: 533px) {
  .box, .box-bg-50-then-100 {
    height: 325.3511px;
  }
}
@media (min-width: 600px) {
  .box, .box-bg-50-then-100 {
    height: 370.02px;
  }
}
@media (min-width: 648px) {
  .box, .box-bg-50-then-100 {
    height: 402.0216px;
  }
}
@media (min-width: 768px) {
  .box, .box-bg-50-then-100 {
    height: 241.6666666667px;
  }
}
@media (min-width: 992px) {
  .box, .box-bg-50-then-100 {
    height: 313.3333333333px;
  }
}
@media (min-width: 1200px) {
  .box, .box-bg-50-then-100 {
    height: 380px;
  }
}
@media (min-width: 768px) {
  .box, .box-bg-50-then-100 {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .box, .box-bg-50-then-100 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .box, .box-bg-50-then-100 {
    margin-bottom: 30px;
  }
}

.box-50 {
  height: 129.984px;
  color: white;
  position: relative;
  margin-bottom: 20px;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 533px) {
  .box-50 {
    height: 147.6489px;
  }
}
@media (min-width: 600px) {
  .box-50 {
    height: 169.98px;
  }
}
@media (min-width: 648px) {
  .box-50 {
    height: 185.9784px;
  }
}
@media (min-width: 768px) {
  .box-50 {
    height: 104.1666666667px;
  }
}
@media (min-width: 992px) {
  .box-50 {
    height: 136.6666666667px;
  }
}
@media (min-width: 1200px) {
  .box-50 {
    height: 170px;
  }
}
@media (min-width: 768px) {
  .box-50 {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .box-50 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .box-50 {
    margin-bottom: 30px;
  }
}

.box-25 {
  height: 95px;
  color: white;
  position: relative;
  margin-bottom: 20px;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 768px) {
  .box-25 {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .box-25 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .box-25 {
    margin-bottom: 30px;
  }
}

.box-bg-50-then-100 {
  background: no-repeat left center;
  background-size: 100%;
}
@media (min-width: 768px) {
  .box-bg-50-then-100 {
    background-size: 51%;
  }
}
@media (min-width: 992px) {
  .box-bg-50-then-100 {
    background-size: 51%;
  }
}
@media (min-width: 1200px) {
  .box-bg-50-then-100 {
    background-size: 51%;
  }
}

.block-with-img-50-pad {
  height: 100%;
  /*@include small  { height: px($h50-sm - $padding-sm * 2); }
  @include medium { height: px($h50-md - $padding-md * 2); }
  @include large  { height: px($h50-lg - $padding-lg * 2); }*/
  width: 100%;
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 768px) {
  .block-with-img-50-pad {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .block-with-img-50-pad {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .block-with-img-50-pad {
    margin-bottom: 30px;
  }
}
.block-with-img-50-pad .img-container {
  margin-right: 15px;
  width: 30%;
  height: 100%;
  float: left;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center center;
  background-size: cover;
  display: none;
}
@media (min-width: 992px) {
  .block-with-img-50-pad .img-container {
    display: inline;
  }
}
.block-with-img-50-pad .no-bg a .head3-thin, .block-with-img-50-pad .no-bg a .head3-thin-sm, .block-with-img-50-pad .no-bg a .head3-thin-caps-center, .block-with-img-50-pad.no-bg a .head3-thin, .block-with-img-50-pad.no-bg a .head3-thin-sm, .block-with-img-50-pad.no-bg a .head3-thin-caps-center {
  color: #00205b;
  color: #00205b !important;
}
.block-with-img-50-pad .no-bg a .head3-thin:hover, .block-with-img-50-pad .no-bg a .head3-thin-sm:hover, .block-with-img-50-pad .no-bg a .head3-thin-caps-center:hover, .block-with-img-50-pad .no-bg a .head3-thin:hover *, .block-with-img-50-pad .no-bg a .head3-thin-sm:hover *, .block-with-img-50-pad .no-bg a .head3-thin-caps-center:hover *, .block-with-img-50-pad.no-bg a .head3-thin:hover, .block-with-img-50-pad.no-bg a .head3-thin-sm:hover, .block-with-img-50-pad.no-bg a .head3-thin-caps-center:hover, .block-with-img-50-pad.no-bg a .head3-thin:hover *, .block-with-img-50-pad.no-bg a .head3-thin-sm:hover *, .block-with-img-50-pad.no-bg a .head3-thin-caps-center:hover * {
  text-decoration: none !important;
  color: #00328e !important;
}
@media (max-width: 767px) {
  .block-with-img-50-pad .no-bg, .block-with-img-50-pad.no-bg {
    height: auto;
  }
}

.block-with-img {
  height: 125px;
  width: 100%;
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 768px) {
  .block-with-img {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .block-with-img {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .block-with-img {
    margin-bottom: 30px;
  }
}
.block-with-img .img-container {
  margin-right: 15px;
  width: 30%;
  height: 100%;
  float: left;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center center;
  background-size: cover;
  display: none;
}
@media (min-width: 992px) {
  .block-with-img .img-container {
    display: inline;
  }
}
.block-with-img .no-bg a .head3-thin, .block-with-img .no-bg a .head3-thin-sm, .block-with-img .no-bg a .head3-thin-caps-center, .block-with-img.no-bg a .head3-thin, .block-with-img.no-bg a .head3-thin-sm, .block-with-img.no-bg a .head3-thin-caps-center {
  color: #00205b;
  color: #00205b !important;
}
.block-with-img .no-bg a .head3-thin:hover, .block-with-img .no-bg a .head3-thin-sm:hover, .block-with-img .no-bg a .head3-thin-caps-center:hover, .block-with-img .no-bg a .head3-thin:hover *, .block-with-img .no-bg a .head3-thin-sm:hover *, .block-with-img .no-bg a .head3-thin-caps-center:hover *, .block-with-img.no-bg a .head3-thin:hover, .block-with-img.no-bg a .head3-thin-sm:hover, .block-with-img.no-bg a .head3-thin-caps-center:hover, .block-with-img.no-bg a .head3-thin:hover *, .block-with-img.no-bg a .head3-thin-sm:hover *, .block-with-img.no-bg a .head3-thin-caps-center:hover * {
  text-decoration: none !important;
  color: #00328e !important;
}
@media (max-width: 767px) {
  .block-with-img .no-bg, .block-with-img.no-bg {
    height: auto;
  }
}
.block-with-img .img-container {
  display: inline;
}

.block-with-img-50, .block-with-img-50-last {
  height: 129.984px;
  width: 100%;
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 533px) {
  .block-with-img-50, .block-with-img-50-last {
    height: 147.6489px;
  }
}
@media (min-width: 600px) {
  .block-with-img-50, .block-with-img-50-last {
    height: 169.98px;
  }
}
@media (min-width: 648px) {
  .block-with-img-50, .block-with-img-50-last {
    height: 185.9784px;
  }
}
@media (min-width: 768px) {
  .block-with-img-50, .block-with-img-50-last {
    height: 104.1666666667px;
  }
}
@media (min-width: 992px) {
  .block-with-img-50, .block-with-img-50-last {
    height: 136.6666666667px;
  }
}
@media (min-width: 1200px) {
  .block-with-img-50, .block-with-img-50-last {
    height: 170px;
  }
}
@media (min-width: 768px) {
  .block-with-img-50, .block-with-img-50-last {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .block-with-img-50, .block-with-img-50-last {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .block-with-img-50, .block-with-img-50-last {
    margin-bottom: 30px;
  }
}
.block-with-img-50 .img-container, .block-with-img-50-last .img-container {
  margin-right: 15px;
  width: 30%;
  height: 100%;
  float: left;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center center;
  background-size: cover;
  display: none;
}
@media (min-width: 992px) {
  .block-with-img-50 .img-container, .block-with-img-50-last .img-container {
    display: inline;
  }
}
.block-with-img-50 .no-bg a .head3-thin, .block-with-img-50 .no-bg a .head3-thin-sm, .block-with-img-50 .no-bg a .head3-thin-caps-center, .block-with-img-50-last .no-bg a .head3-thin, .block-with-img-50-last .no-bg a .head3-thin-sm, .block-with-img-50-last .no-bg a .head3-thin-caps-center, .block-with-img-50.no-bg a .head3-thin, .block-with-img-50.no-bg a .head3-thin-sm, .block-with-img-50.no-bg a .head3-thin-caps-center, .no-bg.block-with-img-50-last a .head3-thin, .no-bg.block-with-img-50-last a .head3-thin-sm, .no-bg.block-with-img-50-last a .head3-thin-caps-center {
  color: #00205b;
  color: #00205b !important;
}
.block-with-img-50 .no-bg a .head3-thin:hover, .block-with-img-50 .no-bg a .head3-thin-sm:hover, .block-with-img-50 .no-bg a .head3-thin-caps-center:hover, .block-with-img-50-last .no-bg a .head3-thin:hover, .block-with-img-50-last .no-bg a .head3-thin-sm:hover, .block-with-img-50-last .no-bg a .head3-thin-caps-center:hover, .block-with-img-50 .no-bg a .head3-thin:hover *, .block-with-img-50 .no-bg a .head3-thin-sm:hover *, .block-with-img-50 .no-bg a .head3-thin-caps-center:hover *, .block-with-img-50-last .no-bg a .head3-thin:hover *, .block-with-img-50-last .no-bg a .head3-thin-sm:hover *, .block-with-img-50-last .no-bg a .head3-thin-caps-center:hover *, .block-with-img-50.no-bg a .head3-thin:hover, .block-with-img-50.no-bg a .head3-thin-sm:hover, .block-with-img-50.no-bg a .head3-thin-caps-center:hover, .no-bg.block-with-img-50-last a .head3-thin:hover, .no-bg.block-with-img-50-last a .head3-thin-sm:hover, .no-bg.block-with-img-50-last a .head3-thin-caps-center:hover, .block-with-img-50.no-bg a .head3-thin:hover *, .block-with-img-50.no-bg a .head3-thin-sm:hover *, .block-with-img-50.no-bg a .head3-thin-caps-center:hover *, .no-bg.block-with-img-50-last a .head3-thin:hover *, .no-bg.block-with-img-50-last a .head3-thin-sm:hover *, .no-bg.block-with-img-50-last a .head3-thin-caps-center:hover * {
  text-decoration: none !important;
  color: #00328e !important;
}
@media (max-width: 767px) {
  .block-with-img-50 .no-bg, .block-with-img-50-last .no-bg, .block-with-img-50.no-bg, .no-bg.block-with-img-50-last {
    height: auto;
  }
}

.block-with-img-50-last {
  margin-bottom: 0px;
}

.no-picture {
  height: auto !important;
}

/**
 * Highlight box content (overlay).
 */
.box-no-bg {
  margin-top: 30px;
  padding: 10px;
  text-decoration: none;
}
.box-no-bg a:hover, .box-no-bg a *:hover {
  text-decoration: none;
  color: #f45500;
}
@media (min-width: 768px) {
  .box-no-bg {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-no-bg {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-no-bg {
    padding: 25px;
  }
}
.box-no-bg, .box-no-bg h1, .box-no-bg .head1-left, .box-no-bg h2, .box-no-bg h3, .box-no-bg h4, .box-no-bg p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}

.box-content {
  height: 100%;
  width: 100%;
  left: 0px;
  bottom: 0px;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
}
.box-content h1, .box-content .head1-left, .box-content h2, .box-content h3, .box-content p {
  margin-top: 0px;
  color: white;
}
.box-content:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content {
    padding: 25px;
  }
}
.box-content, .box-content h1, .box-content .head1-left, .box-content h2, .box-content h3, .box-content h4, .box-content p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}

/*.box-content-h50        { height: 50%; width: 100%; left: 0px; top: 0px; @include overlay; }*/
.box-content-h50-bottom {
  width: 100%;
  left: 0px;
  bottom: 0px;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
  height: 100%;
}
.box-content-h50-bottom h1, .box-content-h50-bottom .head1-left, .box-content-h50-bottom h2, .box-content-h50-bottom h3, .box-content-h50-bottom p {
  margin-top: 0px;
  color: white;
}
.box-content-h50-bottom:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content-h50-bottom {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content-h50-bottom {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content-h50-bottom {
    padding: 25px;
  }
}
.box-content-h50-bottom, .box-content-h50-bottom h1, .box-content-h50-bottom .head1-left, .box-content-h50-bottom h2, .box-content-h50-bottom h3, .box-content-h50-bottom h4, .box-content-h50-bottom p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}
@media (min-width: 768px) {
  .box-content-h50-bottom {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .box-content-h50-bottom {
    height: 50%;
  }
}
@media (min-width: 1200px) {
  .box-content-h50-bottom {
    height: 50%;
  }
}

.box-content-w50 {
  left: 0px;
  bottom: 0px;
  width: 50%;
  height: 100%;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
}
.box-content-w50 h1, .box-content-w50 .head1-left, .box-content-w50 h2, .box-content-w50 h3, .box-content-w50 p {
  margin-top: 0px;
  color: white;
}
.box-content-w50:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content-w50 {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content-w50 {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content-w50 {
    padding: 25px;
  }
}
.box-content-w50, .box-content-w50 h1, .box-content-w50 .head1-left, .box-content-w50 h2, .box-content-w50 h3, .box-content-w50 h4, .box-content-w50 p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}

.box-content-w50-down {
  left: 0px;
  bottom: 0px;
  height: 58%;
  width: 100%;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .box-content-w50-down {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .box-content-w50-down {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-down {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .box-content-w50-down {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .box-content-w50-down {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-down {
    width: 50%;
  }
}
.box-content-w50-down h1, .box-content-w50-down .head1-left, .box-content-w50-down h2, .box-content-w50-down h3, .box-content-w50-down p {
  margin-top: 0px;
  color: white;
}
.box-content-w50-down:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content-w50-down {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content-w50-down {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-down {
    padding: 25px;
  }
}
.box-content-w50-down, .box-content-w50-down h1, .box-content-w50-down .head1-left, .box-content-w50-down h2, .box-content-w50-down h3, .box-content-w50-down h4, .box-content-w50-down p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}

.box-content-w50-right {
  right: 0px;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
}
.box-content-w50-right h1, .box-content-w50-right .head1-left, .box-content-w50-right h2, .box-content-w50-right h3, .box-content-w50-right p {
  margin-top: 0px;
  color: white;
}
.box-content-w50-right:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content-w50-right {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right {
    padding: 25px;
  }
}
.box-content-w50-right, .box-content-w50-right h1, .box-content-w50-right .head1-left, .box-content-w50-right h2, .box-content-w50-right h3, .box-content-w50-right h4, .box-content-w50-right p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}

.box-content-w50-right-up {
  right: 0px;
  top: 0;
  height: 58%;
  width: 100%;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .box-content-w50-right-up {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right-up {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right-up {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .box-content-w50-right-up {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right-up {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right-up {
    width: 50%;
  }
}
.box-content-w50-right-up h1, .box-content-w50-right-up .head1-left, .box-content-w50-right-up h2, .box-content-w50-right-up h3, .box-content-w50-right-up p {
  margin-top: 0px;
  color: white;
}
.box-content-w50-right-up:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content-w50-right-up {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right-up {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right-up {
    padding: 25px;
  }
}
.box-content-w50-right-up, .box-content-w50-right-up h1, .box-content-w50-right-up .head1-left, .box-content-w50-right-up h2, .box-content-w50-right-up h3, .box-content-w50-right-up h4, .box-content-w50-right-up p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}

.box-content-w50-right-bottom, .box-content-w50-right-bottom2 {
  right: 0px;
  bottom: 0;
  height: 58%;
  width: 100%;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .box-content-w50-right-bottom, .box-content-w50-right-bottom2 {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right-bottom, .box-content-w50-right-bottom2 {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right-bottom, .box-content-w50-right-bottom2 {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .box-content-w50-right-bottom, .box-content-w50-right-bottom2 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right-bottom, .box-content-w50-right-bottom2 {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right-bottom, .box-content-w50-right-bottom2 {
    width: 50%;
  }
}
.box-content-w50-right-bottom h1, .box-content-w50-right-bottom .head1-left, .box-content-w50-right-bottom2 h1, .box-content-w50-right-bottom2 .head1-left, .box-content-w50-right-bottom h2, .box-content-w50-right-bottom2 h2, .box-content-w50-right-bottom h3, .box-content-w50-right-bottom2 h3, .box-content-w50-right-bottom p, .box-content-w50-right-bottom2 p {
  margin-top: 0px;
  color: white;
}
.box-content-w50-right-bottom:hover, .box-content-w50-right-bottom2:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content-w50-right-bottom, .box-content-w50-right-bottom2 {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right-bottom, .box-content-w50-right-bottom2 {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right-bottom, .box-content-w50-right-bottom2 {
    padding: 25px;
  }
}
.box-content-w50-right-bottom, .box-content-w50-right-bottom2, .box-content-w50-right-bottom h1, .box-content-w50-right-bottom .head1-left, .box-content-w50-right-bottom2 h1, .box-content-w50-right-bottom2 .head1-left, .box-content-w50-right-bottom h2, .box-content-w50-right-bottom2 h2, .box-content-w50-right-bottom h3, .box-content-w50-right-bottom2 h3, .box-content-w50-right-bottom h4, .box-content-w50-right-bottom2 h4, .box-content-w50-right-bottom p, .box-content-w50-right-bottom2 p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}

.box-content-w50-right-bottom2 {
  width: 100%;
}
@media (min-width: 768px) {
  .box-content-w50-right-bottom2 {
    width: 52%;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right-bottom2 {
    width: 51.5%;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right-bottom2 {
    width: 51.3%;
  }
}

.box-content-w50-right-full {
  right: 0px;
  bottom: 0;
  height: 58%;
  width: 100%;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .box-content-w50-right-full {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right-full {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right-full {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .box-content-w50-right-full {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right-full {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right-full {
    width: 50%;
  }
}
.box-content-w50-right-full h1, .box-content-w50-right-full .head1-left, .box-content-w50-right-full h2, .box-content-w50-right-full h3, .box-content-w50-right-full p {
  margin-top: 0px;
  color: white;
}
.box-content-w50-right-full:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content-w50-right-full {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right-full {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right-full {
    padding: 25px;
  }
}
.box-content-w50-right-full, .box-content-w50-right-full h1, .box-content-w50-right-full .head1-left, .box-content-w50-right-full h2, .box-content-w50-right-full h3, .box-content-w50-right-full h4, .box-content-w50-right-full p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}

.box-content-h50-w50 {
  left: 0px;
  top: 0;
  width: 50%;
  height: 50%;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
}
.box-content-h50-w50 h1, .box-content-h50-w50 .head1-left, .box-content-h50-w50 h2, .box-content-h50-w50 h3, .box-content-h50-w50 p {
  margin-top: 0px;
  color: white;
}
.box-content-h50-w50:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content-h50-w50 {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content-h50-w50 {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content-h50-w50 {
    padding: 25px;
  }
}
.box-content-h50-w50, .box-content-h50-w50 h1, .box-content-h50-w50 .head1-left, .box-content-h50-w50 h2, .box-content-h50-w50 h3, .box-content-h50-w50 h4, .box-content-h50-w50 p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}

.box-content-h50-w50-bottom {
  left: 0px;
  bottom: 0;
  width: 50%;
  height: 50%;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
}
.box-content-h50-w50-bottom h1, .box-content-h50-w50-bottom .head1-left, .box-content-h50-w50-bottom h2, .box-content-h50-w50-bottom h3, .box-content-h50-w50-bottom p {
  margin-top: 0px;
  color: white;
}
.box-content-h50-w50-bottom:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content-h50-w50-bottom {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content-h50-w50-bottom {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content-h50-w50-bottom {
    padding: 25px;
  }
}
.box-content-h50-w50-bottom, .box-content-h50-w50-bottom h1, .box-content-h50-w50-bottom .head1-left, .box-content-h50-w50-bottom h2, .box-content-h50-w50-bottom h3, .box-content-h50-w50-bottom h4, .box-content-h50-w50-bottom p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}

.box-content-h50-w50-right {
  right: 0px;
  top: 0;
  width: 50%;
  height: 50%;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
}
.box-content-h50-w50-right h1, .box-content-h50-w50-right .head1-left, .box-content-h50-w50-right h2, .box-content-h50-w50-right h3, .box-content-h50-w50-right p {
  margin-top: 0px;
  color: white;
}
.box-content-h50-w50-right:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content-h50-w50-right {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content-h50-w50-right {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content-h50-w50-right {
    padding: 25px;
  }
}
.box-content-h50-w50-right, .box-content-h50-w50-right h1, .box-content-h50-w50-right .head1-left, .box-content-h50-w50-right h2, .box-content-h50-w50-right h3, .box-content-h50-w50-right h4, .box-content-h50-w50-right p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}

.box-content-h50-w50-bottom-right {
  right: 0px;
  bottom: 0;
  width: 50%;
  height: 50%;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
}
.box-content-h50-w50-bottom-right h1, .box-content-h50-w50-bottom-right .head1-left, .box-content-h50-w50-bottom-right h2, .box-content-h50-w50-bottom-right h3, .box-content-h50-w50-bottom-right p {
  margin-top: 0px;
  color: white;
}
.box-content-h50-w50-bottom-right:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content-h50-w50-bottom-right {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content-h50-w50-bottom-right {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content-h50-w50-bottom-right {
    padding: 25px;
  }
}
.box-content-h50-w50-bottom-right, .box-content-h50-w50-bottom-right h1, .box-content-h50-w50-bottom-right .head1-left, .box-content-h50-w50-bottom-right h2, .box-content-h50-w50-bottom-right h3, .box-content-h50-w50-bottom-right h4, .box-content-h50-w50-bottom-right p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}

.box-content-h33-bottom {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 33.33%;
  min-height: 33.33%;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
}
.box-content-h33-bottom h1, .box-content-h33-bottom .head1-left, .box-content-h33-bottom h2, .box-content-h33-bottom h3, .box-content-h33-bottom p {
  margin-top: 0px;
  color: white;
}
.box-content-h33-bottom:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content-h33-bottom {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content-h33-bottom {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content-h33-bottom {
    padding: 25px;
  }
}
.box-content-h33-bottom, .box-content-h33-bottom h1, .box-content-h33-bottom .head1-left, .box-content-h33-bottom h2, .box-content-h33-bottom h3, .box-content-h33-bottom h4, .box-content-h33-bottom p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}
@media (max-width: 767px) {
  .box-content-h33-bottom {
    height: auto;
  }
}

.box-content-w50-right-full {
  right: 0px;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0.85;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .box-content-w50-right-full {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right-full {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right-full {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .box-content-w50-right-full {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right-full {
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right-full {
    opacity: 1;
  }
}
.box-content-w50-right-full h1, .box-content-w50-right-full .head1-left, .box-content-w50-right-full h2, .box-content-w50-right-full h3, .box-content-w50-right-full p {
  margin-top: 0px;
  color: white;
}
.box-content-w50-right-full:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content-w50-right-full {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content-w50-right-full {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content-w50-right-full {
    padding: 25px;
  }
}
.box-content-w50-right-full, .box-content-w50-right-full h1, .box-content-w50-right-full .head1-left, .box-content-w50-right-full h2, .box-content-w50-right-full h3, .box-content-w50-right-full h4, .box-content-w50-right-full p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}

.color-box {
  color: white;
  height: 100%;
  padding: 10px;
}
@media (min-width: 768px) {
  .color-box {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .color-box {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .color-box {
    padding: 25px;
  }
}

#newsCarousel {
  margin-bottom: 25px;
}

.carousel-inner {
  height: auto;
}
.carousel-inner img {
  position: relative;
  height: auto;
  width: 100%;
  max-width: 570px !important;
}
.carousel-inner .box-content-h33-bottom {
  max-width: 570px !important;
}

.carousel-indicators {
  bottom: 10px;
  right: 20px;
  margin-bottom: 0;
  left: auto;
  text-align: right;
}
@media (min-width: 768px) {
  .carousel-indicators {
    bottom: 30px;
  }
}
@media (min-width: 992px) {
  .carousel-indicators {
    bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .carousel-indicators {
    bottom: 30px;
  }
}
@media (min-width: 570px) {
  .carousel-indicators {
    right: 30px;
  }
}
@media (min-width: 610px) {
  .carousel-indicators {
    right: 50px;
  }
}
@media (min-width: 650px) {
  .carousel-indicators {
    right: 90px;
  }
}
@media (min-width: 690px) {
  .carousel-indicators {
    right: 130px;
  }
}
@media (min-width: 720px) {
  .carousel-indicators {
    right: 170px;
  }
}
@media (min-width: 768px) {
  .carousel-indicators {
    right: 20px;
  }
}

/** Rectangle is like box but with images as tags, not in the background. */
.rect, .rect-xs100-sm50 {
  margin-bottom: 30px;
  overflow: hidden;
}
.rect *, .rect-xs100-sm50 * {
  color: white;
}

.rect-xs100-sm50 {
  margin-left: -15px;
  margin-right: -15px;
}
.rect-xs100-sm50 .img-wrapper {
  width: 100%;
  float: none;
  clear: both;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .rect-xs100-sm50 .img-wrapper {
    width: 50%;
    float: left;
    clear: none;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.rect-xs100-sm50 .img-wrapper img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .rect-xs100-sm50 .img-wrapper img {
    width: 110%;
  }
}
@media (min-width: 992px) {
  .rect-xs100-sm50 .img-wrapper img {
    width: 110%;
  }
}
@media (min-width: 1200px) {
  .rect-xs100-sm50 .img-wrapper img {
    width: 110%;
  }
}
.rect-xs100-sm50 .txt-wrapper {
  width: 100%;
  float: none;
  clear: both;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .rect-xs100-sm50 .txt-wrapper {
    width: 50%;
    float: left;
    clear: none;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.rect-xs100-sm50 .txt-wrapper .rect-txt {
  padding: 20px;
}
.rect-xs100-sm50 .txt-wrapper .rect-txt h1, .rect-xs100-sm50 .txt-wrapper .rect-txt .head1-left, .rect-xs100-sm50 .txt-wrapper .rect-txt .bottom-area h2, .bottom-area .rect-xs100-sm50 .txt-wrapper .rect-txt h2 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .rect-xs100-sm50 .txt-wrapper .rect-txt {
    padding-bottom: 500px;
    margin-bottom: -500px;
    max-height: 500px;
    text-overflow: ellipsis;
  }
  .rect-xs100-sm50 .txt-wrapper .rect-txt .head1-left, .rect-xs100-sm50 .txt-wrapper .rect-txt .bottom-area h2, .bottom-area .rect-xs100-sm50 .txt-wrapper .rect-txt h2 {
    font-family: "SkattaSans-Regular";
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .rect-xs100-sm50 .txt-wrapper .rect-txt .head1-left, .rect-xs100-sm50 .txt-wrapper .rect-txt .bottom-area h2, .bottom-area .rect-xs100-sm50 .txt-wrapper .rect-txt h2 {
    padding: 0px 8px 0 10px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .rect-xs100-sm50 .txt-wrapper .rect-txt .head1-left, .rect-xs100-sm50 .txt-wrapper .rect-txt .bottom-area h2, .bottom-area .rect-xs100-sm50 .txt-wrapper .rect-txt h2 {
    padding: 10px 10px 0 20px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .rect-xs100-sm50 .txt-wrapper .rect-txt .head1-left, .rect-xs100-sm50 .txt-wrapper .rect-txt .bottom-area h2, .bottom-area .rect-xs100-sm50 .txt-wrapper .rect-txt h2 {
    padding: 15px 10px 0 25px;
  }
}
@media (min-width: 768px) {
  .rect-xs100-sm50 .txt-wrapper .rect-txt .k-thin p {
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .rect-xs100-sm50 .txt-wrapper .rect-txt .k-thin {
    padding: 5px 8px 0 10px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .rect-xs100-sm50 .txt-wrapper .rect-txt .k-thin {
    padding: 8px 8px 0 20px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .rect-xs100-sm50 .txt-wrapper .rect-txt .k-thin {
    padding: 10px 10px 0 25px;
  }
}

.box-padding {
  padding: 10px;
}
@media (min-width: 768px) {
  .box-padding {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-padding {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-padding {
    padding: 25px;
  }
}

/**
 * xs - Extra small: Phones (0      - 767px)
 * sm - Small: Tablets      (768px  - 991px)
 * md - Medium: Desktops    (992px  - 1199px)
 * lg - Large: Desktops     (1200px - )
 */
/** 
 * Media queries. Usage eg. @include small { width: 70px; } 
 */
/** 
 * Set values for an attribute for each media. 
 * 
 * Usage eg.: @include medias(width, 5px, 10px, 20px, 30px); 
 */
/**
 * Set media values for an attribute that is defined in pixels. Factor 
 * parameter defines, how many percent the value is decreased in 
 * smaller medias. 
 */
/** Decrease attribute px value by 20 % on each media. */
/** 
 * Set font size on large screen (lg) and decrease on every media by the 
 * factor received as parameter. Provide lg size without "px".
 * 
 * Usage eg.: @include font-medias(40, 0.9); 
 */
/** 
 * Set lg font and decrease it 10% per media.
 *
 * Usage eg. @include medias(21); 
 */
/** Provide font sizes as numbers (without "px") */
/**
 * Set margin-top or margin-bottom, padding-bottom or padding-top as !important.
 */
/**
 * Override the bootstrap grid spacing.
 */
/* IE media fix */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* -- Colors -- */
/*new color codes 12.8.2016*/
/*color codes*/
/* Fonts */
/** Color variables in _common.scss  */
.link-black, .heading-area a, .heading-area-sm a, .heading-area a *, .heading-area-sm a *, .link-black a {
  color: #00205b !important;
}
.link-black:hover, .heading-area a:hover, .heading-area-sm a:hover, .heading-area a :hover, .heading-area-sm a :hover, .link-black:hover *, .heading-area a:hover *, .heading-area-sm a:hover *, .heading-area a :hover *, .heading-area-sm a :hover *, .link-black a:hover, .link-black a:hover * {
  text-decoration: none !important;
  color: #00328e !important;
}

.link-white {
  color: white !important;
}
.link-white:hover, .link-white:hover * {
  text-decoration: none !important;
  color: #DDDEDF !important;
}

.link-orange, .link-blue, a.arrow-link-md, p.arrow-link-md, a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
  color: #cb4700 !important;
}
.link-orange:hover, .link-orange:hover *, .link-blue:hover, a.arrow-link-md:hover, p.arrow-link-md:hover, a.arrow-link-lg:hover, a.arrow-link-lg-center:hover, p.arrow-link-lg:hover, p.arrow-link-lg-center:hover, .link-blue:hover *, a.arrow-link-md:hover *, p.arrow-link-md:hover *, a.arrow-link-lg:hover *, a.arrow-link-lg-center:hover *, p.arrow-link-lg:hover *, p.arrow-link-lg-center:hover * {
  text-decoration: none !important;
  color: #fe5900 !important;
}

.link-blue-no-hover {
  color: #cb4700 !important;
}
.link-blue-no-hover:hover, .link-blue-no-hover:hover * {
  text-decoration: none !important;
  color: #cb4700 !important;
}

.txt-white h1, .txt-white .head1-left, .txt-white .bottom-area h2, .bottom-area .txt-white h2, .txt-white h2, .txt-white h3, .txt-white h4, .txt-white p, .txt-white .timestamp, .txt-white .timestamp-white, .txt-white .timestamp_slashed, .txt-white a {
  color: white !important;
  border-color: white;
}
.txt-white p.arrow-link-md {
  color: white !important;
  background: transparent url(/staticcontent/img/icon_big_arrow_right_white.png) left center no-repeat;
  background-size: 6px;
  font-size: 17px !important;
  padding-left: 15px;
  padding-right: 14px;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
  font-family: "SkattaSans-Regular";
}
@media (min-width: 768px) {
  .txt-white p.arrow-link-md {
    background-size: 7px;
  }
}
@media (min-width: 992px) {
  .txt-white p.arrow-link-md {
    background-size: 7px;
  }
}
@media (min-width: 1200px) {
  .txt-white p.arrow-link-md {
    background-size: 8px;
  }
}
@media (min-width: 768px) {
  .txt-white p.arrow-link-md {
    font-size: 18px !important;
  }
}
@media (min-width: 992px) {
  .txt-white p.arrow-link-md {
    font-size: 20px !important;
  }
}
@media (min-width: 1200px) {
  .txt-white p.arrow-link-md {
    font-size: 22px !important;
  }
}
@media (min-width: 768px) {
  .txt-white p.arrow-link-md {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .txt-white p.arrow-link-md {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .txt-white p.arrow-link-md {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .txt-white p.arrow-link-md {
    padding-right: 16px;
  }
}
@media (min-width: 992px) {
  .txt-white p.arrow-link-md {
    padding-right: 18px;
  }
}
@media (min-width: 1200px) {
  .txt-white p.arrow-link-md {
    padding-right: 18px;
  }
}
@media (min-width: 768px) {
  .txt-white p.arrow-link-md {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .txt-white p.arrow-link-md {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .txt-white p.arrow-link-md {
    margin-bottom: 10px;
  }
}
.txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
  color: white !important;
  background: transparent url(/staticcontent/img/icon_big_arrow_right_white.png) left center no-repeat;
  background-size: 7px;
  font-size: 21px !important;
  padding-left: 20px;
  padding-right: 15px;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
  font-family: "SkattaSans-Regular";
}
@media (min-width: 768px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    background-size: 8px;
  }
}
@media (min-width: 992px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    background-size: 9px;
  }
}
@media (min-width: 1200px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    background-size: 10px;
  }
}
@media (min-width: 768px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    font-size: 25px !important;
  }
}
@media (min-width: 992px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    font-size: 30px !important;
  }
}
@media (min-width: 1200px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    font-size: 36px !important;
  }
}
@media (min-width: 768px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    padding-left: 25px;
  }
}
@media (min-width: 1200px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    margin-bottom: 20px;
  }
}
.txt-white a {
  font-family: "SkattaSans-Regular";
}
.txt-white a:hover {
  color: white !important;
  text-decoration: underline;
}

.bg-blue, .bg-darkblue {
  background-color: #00205b;
}

.bg-lightblue {
  background-color: #405884;
}

.bg-babyblue {
  background-color: #7f8fad;
}

.bg-yellow, .bg-grey {
  background-color: #ff8f40;
}

.bg-lightgrey, .bg-turquoise {
  background-color: #bfc7d6;
}

.bg-orange, .bg-violet {
  background-color: #cb4700;
}

.bg-red, .bg-aniline {
  background-color: #9b2242;
}

.bg-lightred {
  background-color: #cd90a0;
}

.bg-orange75 {
  background-color: #cb4700;
}

.bg-orange50 {
  background-color: #cb4700;
}

.bg-blue25 {
  background-color: #bfc7d6;
}

.bg-warmgrey {
  background-color: #d1bda9;
}

.bg-warmgrey25 {
  background-color: #f4eee9;
}

.bg-warmgrey50 {
  background-color: #e8ded4;
}

.bg-warmgrey75 {
  background-color: #dccdbe;
}

.bg-lightgrey {
  background-color: #DDDEDF;
}

.bg-mediumgrey {
  background-color: #707372;
}

.bg-darkgrey {
  background-color: #54585a;
}

.bg-blue-transparent, .bg-darkblue-transparent {
  background-color: rgba(0, 32, 91, 0.85);
}

.bg-lightblue-transparent {
  background-color: rgba(64, 88, 132, 0.85);
}

.bg-babyblue-transparent {
  background-color: rgba(127, 143, 173, 0.85);
}

.bg-yellow-transparent {
  background-color: rgba(255, 143, 64, 0.85);
}

.bg-turquoise-transparent {
  background-color: rgba(205, 144, 160, 0.85);
}

.bg-violet-transparent {
  background-color: rgba(203, 71, 0, 0.85);
}

.bg-aniline-transparent {
  background-color: rgba(155, 34, 66, 0.85);
}

.bg-grey-transparent {
  background-color: rgba(255, 143, 64, 0.85);
}

.bg-lightgrey-transparent {
  background-color: rgba(191, 199, 214, 0.85);
}

.bg-red-transparent {
  background-color: rgba(155, 34, 66, 0.85);
}

.bg-lightred-transparent {
  background-color: rgba(205, 144, 160, 0.85);
}

.bg-orange-transparent {
  background-color: rgba(203, 71, 0, 0.85);
}

.bg-orange75-transparent {
  background-color: rgba(203, 71, 0, 0.85);
}

.bg-orange50-transparent {
  background-color: rgba(203, 71, 0, 0.85);
}

.bg-blue25-transparent {
  background-color: rgba(191, 199, 214, 0.85);
}

.bg-warmgrey-transparent {
  background-color: rgba(209, 189, 169, 0.85);
}

.bg-warmgrey-transparent25 {
  background-color: rgba(244, 238, 233, 0.85);
}

.bg-warmgrey-transparent50 {
  background-color: rgba(232, 222, 212, 0.85);
}

.bg-warmgrey-transparent75 {
  background-color: rgba(220, 205, 190, 0.85);
}

.bg-lightgrey-transparent {
  background-color: rgba(221, 222, 223, 0.85);
}

.bg-mediumgrey-transparent {
  background-color: rgba(112, 115, 114, 0.85);
}

.bg-darkgrey-transparent {
  background-color: rgba(84, 88, 90, 0.85);
}

.bg-blue-transparent-25, .bg-darkblue-transparent-25 {
  background-color: rgba(0, 32, 91, 0.25);
}

.bg-lightblue-transparent-25 {
  background-color: rgba(64, 88, 132, 0.25);
}

.bg-babyblue-transparent-25 {
  background-color: rgba(127, 143, 173, 0.25);
}

.bg-yellow-transparent-25 {
  background-color: rgba(255, 143, 64, 0.25);
}

.bg-turquoise-transparent-25 {
  background-color: rgba(205, 144, 160, 0.25);
}

.bg-violet-transparent-25 {
  background-color: rgba(203, 71, 0, 0.25);
}

.bg-aniline-transparent-25 {
  background-color: rgba(155, 34, 66, 0.25);
}

.bg-grey-transparent-25 {
  background-color: rgba(203, 71, 0, 0.25);
}

.bg-lightgrey-transparent-25 {
  background-color: rgba(191, 199, 214, 0.25);
}

.bg-red-transparent-25 {
  background-color: rgba(155, 34, 66, 0.25);
}

.bg-lightred-transparent-25 {
  background-color: rgba(205, 144, 160, 0.25);
}

.bg-orange-transparent-25 {
  background-color: rgba(203, 71, 0, 0.25);
}

.bg-orange75-transparent-25 {
  background-color: rgba(203, 71, 0, 0.25);
}

.bg-orange50-transparent-25 {
  background-color: rgba(203, 71, 0, 0.25);
}

.bg-blue25-transparent-25 {
  background-color: rgba(191, 199, 214, 0.25);
}

.bg-warmgrey-transparent {
  background-color: rgba(209, 189, 169, 0.85);
}

.bg-warmgrey-transparent25 {
  background-color: rgba(244, 238, 233, 0.85);
}

.bg-warmgrey-transparent50 {
  background-color: rgba(232, 222, 212, 0.85);
}

.bg-warmgrey-transparent75 {
  background-color: rgba(220, 205, 190, 0.85);
}

.bg-lightgrey-transparent {
  background-color: rgba(221, 222, 223, 0.85);
}

.bg-mediumgrey-transparent {
  background-color: rgba(112, 115, 114, 0.85);
}

.bg-darkgrey-transparent {
  background-color: rgba(84, 88, 90, 0.85);
}

.bg-yellow-transparent-50 {
  background-color: rgba(255, 143, 64, 0.5);
}

.bg-blue-transparent-50, .bg-darkblue-transparent-50 {
  background-color: rgba(0, 32, 91, 0.5);
}

.bg-lightblue-transparent-50 {
  background-color: rgba(64, 88, 132, 0.5);
}

.bg-babyblue-transparent-50 {
  background-color: rgba(127, 143, 173, 0.5);
}

.bg-turquoise-transparent-50 {
  background-color: rgba(205, 144, 160, 0.5);
}

.bg-violet-transparent-50 {
  background-color: rgba(203, 71, 0, 0.5);
}

.bg-aniline-transparent-50 {
  background-color: rgba(155, 34, 66, 0.5);
}

.bg-grey-transparent-50 {
  background-color: rgba(203, 71, 0, 0.5);
}

.bg-lightgrey-transparent-50 {
  background-color: rgba(191, 199, 214, 0.5);
}

.bg-red-transparent-50 {
  background-color: rgba(155, 34, 66, 0.5);
}

.bg-lightred-transparent-50 {
  background-color: rgba(205, 144, 160, 0.5);
}

.bg-orange-transparent-50 {
  background-color: rgba(203, 71, 0, 0.5);
}

.bg-orange75-transparent-50 {
  background-color: rgba(203, 71, 0, 0.5);
}

.bg-orange50-transparent-50 {
  background-color: rgba(203, 71, 0, 0.5);
}

.bg-blue25-transparent-50 {
  background-color: rgba(191, 199, 214, 0.5);
}

.bg-warmgrey-transparent {
  background-color: rgba(209, 189, 169, 0.85);
}

.bg-warmgrey-transparent25 {
  background-color: rgba(244, 238, 233, 0.85);
}

.bg-warmgrey-transparent50 {
  background-color: rgba(232, 222, 212, 0.85);
}

.bg-warmgrey-transparent75 {
  background-color: rgba(220, 205, 190, 0.85);
}

.bg-lightgrey-transparent {
  background-color: rgba(221, 222, 223, 0.85);
}

.bg-mediumgrey-transparent {
  background-color: rgba(112, 115, 114, 0.85);
}

.bg-darkgrey-transparent {
  background-color: rgba(84, 88, 90, 0.85);
}

.bg-blue-transparent-85, .bg-darkblue-transparent-85 {
  background-color: rgba(0, 32, 91, 0.85);
}

.bg-lightblue-transparent-85 {
  background-color: rgba(64, 88, 132, 0.85);
}

.bg-babyblue-transparent-85 {
  background-color: rgba(127, 143, 173, 0.85);
}

.bg-yellow-transparent-85 {
  background-color: rgba(255, 143, 64, 0.85);
}

.bg-turquoise-transparent-85 {
  background-color: rgba(205, 144, 160, 0.85);
}

.bg-violet-transparent-85 {
  background-color: rgba(203, 71, 0, 0.85);
}

.bg-aniline-transparent-85 {
  background-color: rgba(155, 34, 66, 0.85);
}

.bg-grey-transparent-85 {
  background-color: rgba(203, 71, 0, 0.85);
}

.bg-lightgrey-transparent-85 {
  background-color: rgba(191, 199, 214, 0.85);
}

.bg-red-transparent-85 {
  background-color: rgba(155, 34, 66, 0.85);
}

.bg-lightred-transparent-85 {
  background-color: rgba(205, 144, 160, 0.85);
}

.bg-orange-transparent-85 {
  background-color: rgba(203, 71, 0, 0.85);
}

.bg-orange75-transparent-85 {
  background-color: rgba(203, 71, 0, 0.85);
}

.bg-orange50-transparent-85 {
  background-color: rgba(203, 71, 0, 0.85);
}

.bg-blue25-transparent-85 {
  background-color: rgba(191, 199, 214, 0.85);
}

.bg-warmgrey-transparent {
  background-color: rgba(209, 189, 169, 0.85);
}

.bg-warmgrey-transparent25 {
  background-color: rgba(244, 238, 233, 0.85);
}

.bg-warmgrey-transparent50 {
  background-color: rgba(232, 222, 212, 0.85);
}

.bg-warmgrey-transparent75 {
  background-color: rgba(220, 205, 190, 0.85);
}

.bg-lightgrey-transparent {
  background-color: rgba(221, 222, 223, 0.85);
}

.bg-mediumgrey-transparent {
  background-color: rgba(112, 115, 114, 0.85);
}

.bg-darkgrey-transparent {
  background-color: rgba(84, 88, 90, 0.85);
}

a.bg-yellow, div.bg-yellow {
  background-color: #ff8f40;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-yellow:hover, a:hover a.bg-yellow, div.bg-yellow:hover, a:hover div.bg-yellow {
  background-color: #ffa769;
}
a.bg-yellow:hover, div.bg-yellow:hover {
  text-decoration: none !important;
}

a.bg-turquoise, div.bg-turquoise {
  background-color: #cd90a0;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-turquoise:hover, a:hover a.bg-turquoise, div.bg-turquoise:hover, a:hover div.bg-turquoise {
  background-color: #daacb8;
}
a.bg-turquoise:hover, div.bg-turquoise:hover {
  text-decoration: none !important;
}

a.bg-violet, div.bg-violet {
  background-color: #cb4700;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-violet:hover, a:hover a.bg-violet, div.bg-violet:hover, a:hover div.bg-violet {
  background-color: #f45500;
}
a.bg-violet:hover, div.bg-violet:hover {
  text-decoration: none !important;
}

a.bg-blue, div.bg-blue {
  background-color: #00205b;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-blue:hover, a:hover a.bg-blue, div.bg-blue:hover, a:hover div.bg-blue {
  background-color: #002e84;
}
a.bg-blue:hover, div.bg-blue:hover {
  text-decoration: none !important;
}

a.bg-lightblue, div.bg-lightblue {
  background-color: #405884;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-lightblue:hover, a:hover a.bg-lightblue, div.bg-lightblue:hover, a:hover div.bg-lightblue {
  background-color: #4d6a9f;
}
a.bg-lightblue:hover, div.bg-lightblue:hover {
  text-decoration: none !important;
}

a.bg-babyblue, div.bg-babyblue {
  background-color: #7f8fad;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-babyblue:hover, a:hover a.bg-babyblue, div.bg-babyblue:hover, a:hover div.bg-babyblue {
  background-color: #98a5bd;
}
a.bg-babyblue:hover, div.bg-babyblue:hover {
  text-decoration: none !important;
}

a.bg-darkblue, div.bg-darkblue {
  background-color: #00205b;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-darkblue:hover, a:hover a.bg-darkblue, div.bg-darkblue:hover, a:hover div.bg-darkblue {
  background-color: #002e84;
}
a.bg-darkblue:hover, div.bg-darkblue:hover {
  text-decoration: none !important;
}

a.bg-aniline, div.bg-aniline {
  background-color: #9b2242;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-aniline:hover, a:hover a.bg-aniline, div.bg-aniline:hover, a:hover div.bg-aniline {
  background-color: #d12e59;
}
a.bg-aniline:hover, div.bg-aniline:hover {
  text-decoration: none !important;
}

a.bg-grey, div.bg-grey {
  background-color: #cb4700;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-grey:hover, a:hover a.bg-grey, div.bg-grey:hover, a:hover div.bg-grey {
  background-color: #f45500;
}
a.bg-grey:hover, div.bg-grey:hover {
  text-decoration: none !important;
}

a.bg-orange, div.bg-orange {
  background-color: #cb4700;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-orange:hover, a:hover a.bg-orange, div.bg-orange:hover, a:hover div.bg-orange {
  background-color: #f45500;
}
a.bg-orange:hover, div.bg-orange:hover {
  text-decoration: none !important;
}

a.bg-red, div.bg-red {
  background-color: #9b2242;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-red:hover, a:hover a.bg-red, div.bg-red:hover, a:hover div.bg-red {
  background-color: #bc2950;
}
a.bg-red:hover, div.bg-red:hover {
  text-decoration: none !important;
}

a.bg-lightred, div.bg-lightred {
  background-color: #cd90a0;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-lightred:hover, a:hover a.bg-lightred, div.bg-lightred:hover, a:hover div.bg-lightred {
  background-color: #daacb8;
}
a.bg-lightred:hover, div.bg-lightred:hover {
  text-decoration: none !important;
}

a.bg-lightgrey, div.bg-lightgrey {
  background-color: #bfc7d6;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-lightgrey:hover, a:hover a.bg-lightgrey, div.bg-lightgrey:hover, a:hover div.bg-lightgrey {
  background-color: #d8dde6;
}
a.bg-lightgrey:hover, div.bg-lightgrey:hover {
  text-decoration: none !important;
}

a.bg-orange75, div.bg-orange75 {
  background-color: #cb4700;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-orange75:hover, a:hover a.bg-orange75, div.bg-orange75:hover, a:hover div.bg-orange75 {
  background-color: #f45500;
}
a.bg-orange75:hover, div.bg-orange75:hover {
  text-decoration: none !important;
}

a.bg-orange50, div.bg-orange50 {
  background-color: #cb4700;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-orange50:hover, a:hover a.bg-orange50, div.bg-orange50:hover, a:hover div.bg-orange50 {
  background-color: #f45500;
}
a.bg-orange50:hover, div.bg-orange50:hover {
  text-decoration: none !important;
}

a.bg-blue25, div.bg-blue25 {
  background-color: #bfc7d6;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-blue25:hover, a:hover a.bg-blue25, div.bg-blue25:hover, a:hover div.bg-blue25 {
  background-color: #d8dde6;
}
a.bg-blue25:hover, div.bg-blue25:hover {
  text-decoration: none !important;
}

.bg-warmgrey-transparent, div.bg-warmgrey {
  background-color: rgba(209, 189, 169, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.bg-warmgrey-transparent:hover, div.bg-warmgrey:hover {
  text-decoration: none !important;
}

.bg-warmgrey-transparent25, div.bg-warmgrey25 {
  background-color: rgba(244, 238, 233, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.bg-warmgrey-transparent25:hover, div.bg-warmgrey25:hover {
  text-decoration: none !important;
}

.bg-warmgrey-transparent50, div.bg-warmgrey50 {
  background-color: rgba(232, 222, 212, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.bg-warmgrey-transparent50:hover, div.bg-warmgrey50:hover {
  text-decoration: none !important;
}

.bg-warmgrey-transparent75, div.bg-warmgrey75 {
  background-color: rgba(220, 205, 190, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.bg-warmgrey-transparent75:hover, div.bg-warmgrey75:hover {
  text-decoration: none !important;
}

.bg-lightgrey-transparent, div.bg-lightgrey {
  background-color: rgba(221, 222, 223, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.bg-lightgrey-transparent:hover, div.bg-lightgrey:hover {
  text-decoration: none !important;
}

.bg-mediumgrey-transparent, div.bg-mediumgrey {
  background-color: rgba(112, 115, 114, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.bg-mediumgrey-transparent:hover, div.bg-mediumgrey:hover {
  text-decoration: none !important;
}

.bg-darkgrey-transparent, div.bg-darkgrey {
  background-color: rgba(84, 88, 90, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.bg-darkgrey-transparent:hover, div.bg-darkgrey:hover {
  text-decoration: none !important;
}

a.bg-yellow-transparent, div.bg-yellow-transparent {
  background-color: rgba(255, 143, 64, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-yellow-transparent:hover, a:hover a.bg-yellow-transparent, div.bg-yellow-transparent:hover, a:hover div.bg-yellow-transparent {
  background-color: rgba(255, 167, 105, 0.85);
}
a.bg-yellow-transparent:hover, div.bg-yellow-transparent:hover {
  text-decoration: none !important;
}

a.bg-turquoise-transparent, div.bg-turquoise-transparent {
  background-color: rgba(205, 144, 160, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-turquoise-transparent:hover, a:hover a.bg-turquoise-transparent, div.bg-turquoise-transparent:hover, a:hover div.bg-turquoise-transparent {
  background-color: rgba(218, 172, 184, 0.85);
}
a.bg-turquoise-transparent:hover, div.bg-turquoise-transparent:hover {
  text-decoration: none !important;
}

a.bg-violet-transparent, div.bg-violet-transparent {
  background-color: rgba(203, 71, 0, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-violet-transparent:hover, a:hover a.bg-violet-transparent, div.bg-violet-transparent:hover, a:hover div.bg-violet-transparent {
  background-color: rgba(244, 85, 0, 0.85);
}
a.bg-violet-transparent:hover, div.bg-violet-transparent:hover {
  text-decoration: none !important;
}

a.bg-blue-transparent, div.bg-blue-transparent {
  background-color: rgba(0, 32, 91, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-blue-transparent:hover, a:hover a.bg-blue-transparent, div.bg-blue-transparent:hover, a:hover div.bg-blue-transparent {
  background-color: rgba(0, 46, 132, 0.85);
}
a.bg-blue-transparent:hover, div.bg-blue-transparent:hover {
  text-decoration: none !important;
}

a.bg-lightblue-transparent, div.bg-lightblue-transparent {
  background-color: rgba(64, 88, 132, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-lightblue-transparent:hover, a:hover a.bg-lightblue-transparent, div.bg-lightblue-transparent:hover, a:hover div.bg-lightblue-transparent {
  background-color: rgba(77, 106, 159, 0.85);
}
a.bg-lightblue-transparent:hover, div.bg-lightblue-transparent:hover {
  text-decoration: none !important;
}

a.bg-babyblue-transparent, div.bg-babyblue-transparent {
  background-color: rgba(127, 143, 173, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-babyblue-transparent:hover, a:hover a.bg-babyblue-transparent, div.bg-babyblue-transparent:hover, a:hover div.bg-babyblue-transparent {
  background-color: rgba(152, 165, 189, 0.85);
}
a.bg-babyblue-transparent:hover, div.bg-babyblue-transparent:hover {
  text-decoration: none !important;
}

a.bg-darkblue-transparent, div.bg-darkblue-transparent {
  background-color: rgba(0, 32, 91, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-darkblue-transparent:hover, a:hover a.bg-darkblue-transparent, div.bg-darkblue-transparent:hover, a:hover div.bg-darkblue-transparent {
  background-color: rgba(0, 46, 132, 0.85);
}
a.bg-darkblue-transparent:hover, div.bg-darkblue-transparent:hover {
  text-decoration: none !important;
}

a.bg-aniline-transparent, div.bg-aniline-transparent {
  background-color: rgba(155, 34, 66, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-aniline-transparent:hover, a:hover a.bg-aniline-transparent, div.bg-aniline-transparent:hover, a:hover div.bg-aniline-transparent {
  background-color: rgba(209, 46, 89, 0.85);
}
a.bg-aniline-transparent:hover, div.bg-aniline-transparent:hover {
  text-decoration: none !important;
}

a.bg-grey-transparent, div.bg-grey-transparent {
  background-color: rgba(203, 71, 0, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-grey-transparent:hover, a:hover a.bg-grey-transparent, div.bg-grey-transparent:hover, a:hover div.bg-grey-transparent {
  background-color: rgba(244, 85, 0, 0.85);
}
a.bg-grey-transparent:hover, div.bg-grey-transparent:hover {
  text-decoration: none !important;
}

a.bg-lightgrey-transparent, div.bg-lightgrey-transparent {
  background-color: rgba(191, 199, 214, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-lightgrey-transparent:hover, a:hover a.bg-lightgrey-transparent, div.bg-lightgrey-transparent:hover, a:hover div.bg-lightgrey-transparent {
  background-color: rgba(216, 221, 230, 0.85);
}
a.bg-lightgrey-transparent:hover, div.bg-lightgrey-transparent:hover {
  text-decoration: none !important;
}

a.bg-orange-transparent, div.bg-orange-transparent {
  background-color: rgba(203, 71, 0, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-orange-transparent:hover, a:hover a.bg-orange-transparent, div.bg-orange-transparent:hover, a:hover div.bg-orange-transparent {
  background-color: rgba(244, 85, 0, 0.85);
}
a.bg-orange-transparent:hover, div.bg-orange-transparent:hover {
  text-decoration: none !important;
}

a.bg-red-transparent, div.bg-red-transparent {
  background-color: rgba(155, 34, 66, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-red-transparent:hover, a:hover a.bg-red-transparent, div.bg-red-transparent:hover, a:hover div.bg-red-transparent {
  background-color: rgba(188, 41, 80, 0.85);
}
a.bg-red-transparent:hover, div.bg-red-transparent:hover {
  text-decoration: none !important;
}

a.bg-lightred-transparent, div.bg-lightred-transparent {
  background-color: rgba(205, 144, 160, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-lightred-transparent:hover, a:hover a.bg-lightred-transparent, div.bg-lightred-transparent:hover, a:hover div.bg-lightred-transparent {
  background-color: rgba(218, 172, 184, 0.85);
}
a.bg-lightred-transparent:hover, div.bg-lightred-transparent:hover {
  text-decoration: none !important;
}

a.bg-orange75-transparent, div.bg-orange75-transparent {
  background-color: rgba(203, 71, 0, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-orange75-transparent:hover, a:hover a.bg-orange75-transparent, div.bg-orange75-transparent:hover, a:hover div.bg-orange75-transparent {
  background-color: rgba(244, 85, 0, 0.85);
}
a.bg-orange75-transparent:hover, div.bg-orange75-transparent:hover {
  text-decoration: none !important;
}

a.bg-orange50-transparent, div.bg-orange50-transparent {
  background-color: rgba(203, 71, 0, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-orange50-transparent:hover, a:hover a.bg-orange50-transparent, div.bg-orange50-transparent:hover, a:hover div.bg-orange50-transparent {
  background-color: rgba(244, 85, 0, 0.85);
}
a.bg-orange50-transparent:hover, div.bg-orange50-transparent:hover {
  text-decoration: none !important;
}

a.bg-blue25-transparent, div.bg-blue25-transparent {
  background-color: rgba(191, 199, 214, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-blue25-transparent:hover, a:hover a.bg-blue25-transparent, div.bg-blue25-transparent:hover, a:hover div.bg-blue25-transparent {
  background-color: rgba(216, 221, 230, 0.85);
}
a.bg-blue25-transparent:hover, div.bg-blue25-transparent:hover {
  text-decoration: none !important;
}

a.bg-warmgrey-transparent, div.bg-warmgrey-transparent {
  background-color: rgba(209, 189, 169, 0.85);
}
a.bg-warmgrey-transparent:hover, a:hover a.bg-warmgrey-transparent, div.bg-warmgrey-transparent:hover, a:hover div.bg-warmgrey-transparent {
  background-color: rgba(223, 209, 196, 0.85);
}

a.bg-warmgrey25-transparent, div.bg-warmgrey25-transparent {
  background-color: rgba(244, 238, 233, 0.85);
}
a.bg-warmgrey25-transparent:hover, a:hover a.bg-warmgrey25-transparent, div.bg-warmgrey25-transparent:hover, a:hover div.bg-warmgrey25-transparent {
  background-color: rgba(255, 255, 255, 0.85);
}

a.bg-warmgrey50-transparent, div.bg-warmgrey50-transparent {
  background-color: rgba(232, 222, 212, 0.85);
}
a.bg-warmgrey50-transparent:hover, a:hover a.bg-warmgrey50-transparent, div.bg-warmgrey50-transparent:hover, a:hover div.bg-warmgrey50-transparent {
  background-color: rgba(246, 242, 239, 0.85);
}

a.bg-warmgrey75-transparent, div.bg-warmgrey75-transparent {
  background-color: rgba(220, 205, 190, 0.85);
}
a.bg-warmgrey75-transparent:hover, a:hover a.bg-warmgrey75-transparent, div.bg-warmgrey75-transparent:hover, a:hover div.bg-warmgrey75-transparent {
  background-color: rgba(234, 225, 217, 0.85);
}

a.bg-lightgrey-transparent, div.bg-lightgrey-transparent {
  background-color: rgba(221, 222, 223, 0.85);
}
a.bg-lightgrey-transparent:hover, a:hover a.bg-lightgrey-transparent, div.bg-lightgrey-transparent:hover, a:hover div.bg-lightgrey-transparent {
  background-color: rgba(242, 242, 243, 0.85);
}

a.bg-mediumgrey-transparent, div.bg-mediumgrey-transparent {
  background-color: rgba(112, 115, 114, 0.85);
}
a.bg-mediumgrey-transparent:hover, a:hover a.bg-mediumgrey-transparent, div.bg-mediumgrey-transparent:hover, a:hover div.bg-mediumgrey-transparent {
  background-color: rgba(132, 136, 134, 0.85);
}

a.bg-darkgrey-transparent, div.bg-darkgrey-transparent {
  background-color: rgba(84, 88, 90, 0.85);
}
a.bg-darkgrey-transparent:hover, a:hover a.bg-darkgrey-transparent, div.bg-darkgrey-transparent:hover, a:hover div.bg-darkgrey-transparent {
  background-color: rgba(104, 109, 111, 0.85);
}

.grey {
  color: #54585a;
}

/** 
 * General text styling for headers etc. 
 */
.center-x, .center-xy, .hero-wrapper .hero-text {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .center-x, .center-xy, .hero-wrapper .hero-text {
    width: 65%;
  }
}
@media (min-width: 992px) {
  .center-x, .center-xy, .hero-wrapper .hero-text {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .center-x, .center-xy, .hero-wrapper .hero-text {
    width: 65%;
  }
}

.center-y, .center-xy, .hero-wrapper .hero-text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.center-y:first-child, .center-xy:first-child, .hero-wrapper .hero-text:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .center-xy h1, .hero-wrapper .hero-text h1, .center-xy .head1-left, .center-xy .bottom-area h2, .bottom-area .center-xy h2, .hero-wrapper .hero-text .head1-left, .hero-wrapper .hero-text .bottom-area h2, .bottom-area .hero-wrapper .hero-text h2 {
    text-align: center !important;
  }
}
.center-y-container, .hero-wrapper .hero-content {
  height: 100%;
  position: relative;
}

.center-x-content {
  text-align: center;
}

h1, .head1-left, .bottom-area h2, h2, h3, h4, h5, h6 {
  color: #00205b;
}

body {
  font-size: 16px;
  font-family: "SkattaSans-Regular";
  color: #00205b;
  line-height: 1;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 17px;
  }
}

h1, .head1-left, .bottom-area h2, .head1, .hero-header, .head1-lg {
  text-align: center;
  text-transform: uppercase;
  font-family: "SkattaSans-Black";
  line-height: 1.1;
  font-size: 26px;
}
@media (min-width: 768px) {
  h1, .head1-left, .bottom-area h2, .head1, .hero-header, .head1-lg {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  h1, .head1-left, .bottom-area h2, .head1, .hero-header, .head1-lg {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  h1, .head1-left, .bottom-area h2, .head1, .hero-header, .head1-lg {
    font-size: 42px;
  }
}

.head1-left, .bottom-area h2 {
  text-align: left;
}

.head1-lg {
  text-transform: none;
  font-family: "SkattaSans-Bold";
  font-size: 26px;
}
@media (min-width: 768px) {
  .head1-lg {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .head1-lg {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .head1-lg {
    font-size: 56px;
  }
}

.heading-thin {
  font-family: "SkattaSans-Regular";
  text-align: center;
  font-size: 24.786px;
}
@media (min-width: 768px) {
  .heading-thin {
    font-size: 27.54px;
  }
}
@media (min-width: 992px) {
  .heading-thin {
    font-size: 30.6px;
  }
}
@media (min-width: 1200px) {
  .heading-thin {
    font-size: 34px;
  }
}

h2, h2 a, .head2, h2.hl-text, a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center, .head2-caps, .linkrow-lg, .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center, .head2 a, h2.hl-text a, a.arrow-link-lg a, a.arrow-link-lg-center a, p.arrow-link-lg a, p.arrow-link-lg-center a, .head2-caps a, .linkrow-lg a, .txt-white p.arrow-link-lg a, .txt-white p.arrow-link-lg-center a {
  text-align: left;
  font-family: "SkattaSans-Regular";
  line-height: 1;
  font-size: 21px;
}
@media (min-width: 768px) {
  h2, h2 a, .head2, h2.hl-text, a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center, .head2-caps, .linkrow-lg, .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center, .head2 a, h2.hl-text a, a.arrow-link-lg a, a.arrow-link-lg-center a, p.arrow-link-lg a, p.arrow-link-lg-center a, .head2-caps a, .linkrow-lg a, .txt-white p.arrow-link-lg a, .txt-white p.arrow-link-lg-center a {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  h2, h2 a, .head2, h2.hl-text, a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center, .head2-caps, .linkrow-lg, .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center, .head2 a, h2.hl-text a, a.arrow-link-lg a, a.arrow-link-lg-center a, p.arrow-link-lg a, p.arrow-link-lg-center a, .head2-caps a, .linkrow-lg a, .txt-white p.arrow-link-lg a, .txt-white p.arrow-link-lg-center a {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  h2, h2 a, .head2, h2.hl-text, a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center, .head2-caps, .linkrow-lg, .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center, .head2 a, h2.hl-text a, a.arrow-link-lg a, a.arrow-link-lg-center a, p.arrow-link-lg a, p.arrow-link-lg-center a, .head2-caps a, .linkrow-lg a, .txt-white p.arrow-link-lg a, .txt-white p.arrow-link-lg-center a {
    font-size: 36px;
  }
}

.head2-caps {
  text-transform: uppercase;
}

h3, h3 a, .head3, p.highlight, .head3-medium, .head3-regular, .head3-thin, .head3-thin-sm, .head3-thin-caps-center, .head3 a, p.highlight a, .head3-medium a, .head3-regular a, .head3-thin a, .head3-thin-sm a, .head3-thin-caps-center a {
  text-align: left;
  font-family: "SkattaSans-Bold";
  line-height: 1;
  font-size: 20px;
}
@media (min-width: 768px) {
  h3, h3 a, .head3, p.highlight, .head3-medium, .head3-regular, .head3-thin, .head3-thin-sm, .head3-thin-caps-center, .head3 a, p.highlight a, .head3-medium a, .head3-regular a, .head3-thin a, .head3-thin-sm a, .head3-thin-caps-center a {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  h3, h3 a, .head3, p.highlight, .head3-medium, .head3-regular, .head3-thin, .head3-thin-sm, .head3-thin-caps-center, .head3 a, p.highlight a, .head3-medium a, .head3-regular a, .head3-thin a, .head3-thin-sm a, .head3-thin-caps-center a {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  h3, h3 a, .head3, p.highlight, .head3-medium, .head3-regular, .head3-thin, .head3-thin-sm, .head3-thin-caps-center, .head3 a, p.highlight a, .head3-medium a, .head3-regular a, .head3-thin a, .head3-thin-sm a, .head3-thin-caps-center a {
    font-size: 22px;
  }
}

.head3-thin, .head3-thin-sm, .head3-thin-caps-center {
  font-family: "SkattaSans-Regular";
}

.head3-regular {
  font-family: "SkattaSans-Regular";
}

.head3-medium {
  font-family: "SkattaSans-Bold";
}

.head3-thin-caps-center {
  text-transform: uppercase;
  text-align: center;
}

.head3-thin-sm {
  font-size: 18px;
}
@media (min-width: 768px) {
  .head3-thin-sm {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .head3-thin-sm {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .head3-thin-sm {
    font-size: 22px;
  }
}

.k-thin, .k-thin p, .k-thin a, .k-thin h2, .k-thin h3, .k-thin h4, .k-thin span {
  font-family: "SkattaSans-Regular";
}

.k-regular, .k-regular p, .k-regular a, .k-regular h2, .k-regular h3, .k-regular h4, .k-regular span {
  font-family: "SkattaSans-Regular";
}
.k-regular .arrow-link-lg a, .k-regular a.arrow-link-lg-center a, .k-regular p.arrow-link-lg-center a, .k-regular .arrow-link-md a, .k-regular h2, .k-regular h2 a {
  font-family: "SkattaSans-Regular";
}

.k-medium, .k-medium p, .k-medium a, .k-medium h2, .k-medium h3, .k-medium h4, .k-medium span {
  font-family: "SkattaSans-Bold";
}

.k-bold, .k-bold p, .k-bold a, .k-bold h2, .k-bold h3, .k-bold h4, .k-bold span {
  font-family: "SkattaSans-Black";
}

h4, .head4, .head4-thin {
  text-align: left;
  font-size: 16px;
  font-family: "SkattaSans-Bold";
  line-height: 1;
}
@media (min-width: 768px) {
  h4, .head4, .head4-thin {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  h4, .head4, .head4-thin {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  h4, .head4, .head4-thin {
    font-size: 19px;
  }
}

.head4-thin {
  font-family: "SkattaSans-Regular";
}

.head1, .hero-header, .head1-lg, .head2, h2.hl-text, a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center, .linkrow-lg, .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center, .head2-caps, .head3, p.highlight, .head3-thin, .head3-regular, .head3-medium, .head3-thin-caps-center, .head3-thin-sm, .head4, .head4-thin {
  margin-bottom: 5px;
  margin-top: 0;
}

.heading-area, .heading-area-sm {
  clear: both;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .heading-area, .heading-area-sm {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .heading-area, .heading-area-sm {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .heading-area, .heading-area-sm {
    margin-bottom: 20px;
  }
}
.heading-area h1, .heading-area-sm h1, .heading-area .head1-left, .heading-area-sm .head1-left, .heading-area h2, .heading-area-sm h2, .heading-area .head1, .heading-area .hero-header, .heading-area-sm .head1, .heading-area-sm .hero-header, .heading-area .head1-lg, .heading-area-sm .head1-lg, .heading-area .head2, .heading-area a.arrow-link-lg, .heading-area a.arrow-link-lg-center, .heading-area p.arrow-link-lg, .heading-area p.arrow-link-lg-center, .heading-area-sm .head2, .heading-area-sm a.arrow-link-lg, .heading-area-sm a.arrow-link-lg-center, .heading-area-sm p.arrow-link-lg, .heading-area-sm p.arrow-link-lg-center, .heading-area .linkrow-lg, .heading-area-sm .linkrow-lg, .heading-area .head2-caps, .heading-area-sm .head2-caps {
  text-align: left;
  display: table;
}
.heading-area-sm {
  margin-bottom: 10px;
}

/* Hero unit */
.hero-wrapper {
  height: 245.76px;
  position: relative;
  z-index: 2;
  margin-top: -1px;
  text-align: center;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 768px) {
  .hero-wrapper {
    height: 307.2px;
  }
}
@media (min-width: 992px) {
  .hero-wrapper {
    height: 384px;
  }
}
@media (min-width: 1200px) {
  .hero-wrapper {
    height: 480px;
  }
}
.hero-wrapper h1, .hero-wrapper .head1-left, .hero-wrapper .bottom-area h2, .bottom-area .hero-wrapper h2, .hero-wrapper h2, .hero-wrapper h3, .hero-wrapper h4, .hero-wrapper p, .hero-wrapper .head1, .hero-wrapper .hero-header, .hero-wrapper .head1-lg, .hero-wrapper .head2, .hero-wrapper h2.hl-text, .hero-wrapper a.arrow-link-lg, .hero-wrapper a.arrow-link-lg-center, .hero-wrapper p.arrow-link-lg, .hero-wrapper p.arrow-link-lg-center, .hero-wrapper .linkrow-lg, .hero-wrapper .head2-caps, .hero-wrapper .head3, .hero-wrapper p.highlight, .hero-wrapper .head3-thin, .hero-wrapper .head3-regular, .hero-wrapper .head3-medium, .hero-wrapper .head3-thin-caps-center, .hero-wrapper .head3-thin-sm, .hero-wrapper .head4, .hero-wrapper .head4-thin {
  color: white;
  text-align: center;
}
.hero-wrapper h2 {
  font-family: "SkattaSans-Regular";
}
.hero-wrapper a:hover {
  text-decoration: none;
  color: white;
}
.hero-wrapper .hero-content {
  z-index: 5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: bottom;
  background-position-x: right;
}
.hero-wrapper .hero-link {
  margin-top: 40px;
}
.hero-wrapper .hero-overlay-100 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}

.hero-header {
  color: white;
  text-align: center;
  color: #fff;
  padding: 20px;
  font-size: 30.375px;
}
@media (min-width: 768px) {
  .hero-header {
    font-size: 40.5px;
  }
}
@media (min-width: 992px) {
  .hero-header {
    font-size: 54px;
  }
}
@media (min-width: 1200px) {
  .hero-header {
    font-size: 72px;
  }
}
.hero-header h1, .hero-header .head1-left, .hero-header .bottom-area h2, .bottom-area .hero-header h2 {
  font-family: "SkattaSans-Black";
  margin-bottom: 25px;
}
.hero-header p {
  font-family: "SkattaSans-Regular";
  padding-top: 25px;
  text-transform: none;
}
.hero-header h1, .hero-header .head1-left, .hero-header .bottom-area h2, .bottom-area .hero-header h2, .hero-header p {
  color: white;
  text-align: center;
  color: #fff;
  font-size: 34.992px;
}
@media (min-width: 768px) {
  .hero-header h1, .hero-header .head1-left, .hero-header .bottom-area h2, .bottom-area .hero-header h2, .hero-header p {
    font-size: 38.88px;
  }
}
@media (min-width: 992px) {
  .hero-header h1, .hero-header .head1-left, .hero-header .bottom-area h2, .bottom-area .hero-header h2, .hero-header p {
    font-size: 43.2px;
  }
}
@media (min-width: 1200px) {
  .hero-header h1, .hero-header .head1-left, .hero-header .bottom-area h2, .bottom-area .hero-header h2, .hero-header p {
    font-size: 48px;
  }
}

.bottom-area {
  margin-bottom: 80px;
}
p {
  text-align: left;
  font-family: "SkattaSans-Regular";
  line-height: 1.1;
  font-size: 16px;
}
@media (min-width: 768px) {
  p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  p {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  p {
    font-size: 19px;
  }
}

/* Links */
a {
  color: #cb4700;
  font-size: inherit;
  font-family: "SkattaSans-Regular";
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
  background: transparent url(/staticcontent/img/icon_big_arrow_right_blue.png) left center no-repeat;
  background-size: 7px;
  font-size: 21px !important;
  padding-left: 20px;
  padding-right: 15px;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
  font-family: "SkattaSans-Regular";
}
@media (min-width: 768px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    background-size: 8px;
  }
}
@media (min-width: 992px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    background-size: 9px;
  }
}
@media (min-width: 1200px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    background-size: 10px;
  }
}
@media (min-width: 768px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    font-size: 25px !important;
  }
}
@media (min-width: 992px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    font-size: 30px !important;
  }
}
@media (min-width: 1200px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    font-size: 36px !important;
  }
}
@media (min-width: 768px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    padding-left: 25px;
  }
}
@media (min-width: 1200px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    margin-bottom: 20px;
  }
}

a.arrow-link-md, p.arrow-link-md {
  background: transparent url(/staticcontent/img/icon_big_arrow_right_blue.png) left center no-repeat;
  background-size: 6px;
  font-size: 17px !important;
  padding-left: 15px;
  padding-right: 14px;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
  font-family: "SkattaSans-Regular";
}
@media (min-width: 768px) {
  a.arrow-link-md, p.arrow-link-md {
    background-size: 7px;
  }
}
@media (min-width: 992px) {
  a.arrow-link-md, p.arrow-link-md {
    background-size: 7px;
  }
}
@media (min-width: 1200px) {
  a.arrow-link-md, p.arrow-link-md {
    background-size: 8px;
  }
}
@media (min-width: 768px) {
  a.arrow-link-md, p.arrow-link-md {
    font-size: 18px !important;
  }
}
@media (min-width: 992px) {
  a.arrow-link-md, p.arrow-link-md {
    font-size: 20px !important;
  }
}
@media (min-width: 1200px) {
  a.arrow-link-md, p.arrow-link-md {
    font-size: 22px !important;
  }
}
@media (min-width: 768px) {
  a.arrow-link-md, p.arrow-link-md {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  a.arrow-link-md, p.arrow-link-md {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  a.arrow-link-md, p.arrow-link-md {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  a.arrow-link-md, p.arrow-link-md {
    padding-right: 16px;
  }
}
@media (min-width: 992px) {
  a.arrow-link-md, p.arrow-link-md {
    padding-right: 18px;
  }
}
@media (min-width: 1200px) {
  a.arrow-link-md, p.arrow-link-md {
    padding-right: 18px;
  }
}
@media (min-width: 768px) {
  a.arrow-link-md, p.arrow-link-md {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  a.arrow-link-md, p.arrow-link-md {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  a.arrow-link-md, p.arrow-link-md {
    margin-bottom: 10px;
  }
}

a.arrow-link-lg-center, p.arrow-link-lg-center {
  text-align: left;
}
@media (min-width: 768px) {
  a.arrow-link-lg-center, p.arrow-link-lg-center {
    text-align: center;
  }
}
@media (min-width: 992px) {
  a.arrow-link-lg-center, p.arrow-link-lg-center {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  a.arrow-link-lg-center, p.arrow-link-lg-center {
    text-align: center;
  }
}

a.arrow-link-blue, a.arrow-link-lightblue, a.arrow-link-yellow, a.arrow-link-turquoise, a.arrow-link-violet, a.arrow-link-darkblue, a.arrow-link-aniline, a.arrow-link-grey {
  color: white !important;
  text-decoration: none;
  display: block;
  font-family: "SkattaSans-Regular";
  background: transparent url(/staticcontent/img/icon_big_arrow_right_white.png) no-repeat;
  background-size: 8px;
  background-position: 14px 12px;
  font-size: 20px;
  padding: 5px 15px 5px 35px;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
@media (min-width: 768px) {
  a.arrow-link-blue, a.arrow-link-lightblue, a.arrow-link-yellow, a.arrow-link-turquoise, a.arrow-link-violet, a.arrow-link-darkblue, a.arrow-link-aniline, a.arrow-link-grey {
    padding: 6px 20px 6px 40px;
    background-size: 9px;
    background-position: 16px 14px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  a.arrow-link-blue, a.arrow-link-lightblue, a.arrow-link-yellow, a.arrow-link-turquoise, a.arrow-link-violet, a.arrow-link-darkblue, a.arrow-link-aniline, a.arrow-link-grey {
    padding: 7px 20px 7px 45px;
    background-size: 11px;
    background-position: 18px 17px;
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  a.arrow-link-blue, a.arrow-link-lightblue, a.arrow-link-yellow, a.arrow-link-turquoise, a.arrow-link-violet, a.arrow-link-darkblue, a.arrow-link-aniline, a.arrow-link-grey {
    padding: 8px 20px 8px 50px;
    background-size: 13px;
    background-position: 20px 22px;
    font-size: 38px;
  }
}

a.arrow-link-blue, a.arrow-link-darkblue {
  background-color: #00205b;
}

a.arrow-link-lightblue {
  background-color: #405884;
}

a.arrow-link-lightred, a.arrow-link-turquoise {
  background-color: #cd90a0;
}

a.arrow-link-orange, a.arrow-link-violet {
  background-color: #cb4700;
}

a.arrow-link-red, a.arrow-link-aniline {
  background-color: #9b2242;
}

a.arrow-link-grey, a.arrow-link-yellow {
  background-color: #54585a;
}

a.arrow-link-lightgrey {
  background-color: #707372;
}

a.arrow-link-blue:hover, a.arrow-link-darkblue:hover {
  background-color: rgba(0, 32, 91, 0.5);
}

a.arrow-link-lightblue:hover {
  background-color: rgba(64, 88, 132, 0.5);
}

a.arrow-link-lightred:hover, a.arrow-link-turquoise:hover {
  background-color: rgba(196, 136, 152, 0.5);
}

a.arrow-link-orange:hover, a.arrow-link-violet:hover {
  background-color: rgb(203, 71, 0);
}

a.arrow-link-red:hover, a.arrow-link-aniline:hover {
  background-color: rgba(155, 34, 66, 0.5);
}

a.arrow-link-grey:hover, a.arrow-link-yellow:hover {
  background-color: rgba(255, 143, 64, 0.5);
}

a.arrow-link-lightgrey:hover {
  background-color: rgba(112, 114, 115, 0.5);
}

/* Timestamp */
.timestamp, .timestamp-white, .timestamp_slashed {
  font-family: "SkattaSans-Regular";
  font-size: 10.206px;
  color: #707372;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .timestamp, .timestamp-white, .timestamp_slashed {
    font-size: 11.34px;
  }
}
@media (min-width: 992px) {
  .timestamp, .timestamp-white, .timestamp_slashed {
    font-size: 12.6px;
  }
}
@media (min-width: 1200px) {
  .timestamp, .timestamp-white, .timestamp_slashed {
    font-size: 14px;
  }
}

.timestamp_slashed {
  padding-left: 10px;
}
.timestamp_slashed::before {
  content: " / ";
  padding-right: 10px;
}

.timestamp-white {
  color: white;
}

.timestamp-black-nocaps {
  font-family: "SkattaSans-Regular";
  font-size: 10.206px;
  color: #707372;
  color: #00205b;
}
@media (min-width: 768px) {
  .timestamp-black-nocaps {
    font-size: 11.34px;
  }
}
@media (min-width: 992px) {
  .timestamp-black-nocaps {
    font-size: 12.6px;
  }
}
@media (min-width: 1200px) {
  .timestamp-black-nocaps {
    font-size: 14px;
  }
}

/* Small label text, like Vastuullisuus, Uutiset etc. */
.small-label, .small-label-leftspaced a, .small-label-leftspaced {
  font-family: "SkattaSans-Regular";
  text-transform: uppercase;
  font-size: 13px;
  color: #707372;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .small-label, .small-label-leftspaced a, .small-label-leftspaced {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .small-label, .small-label-leftspaced a, .small-label-leftspaced {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .small-label, .small-label-leftspaced a, .small-label-leftspaced {
    font-size: 14px;
  }
}

.small-label-white {
  font-family: "SkattaSans-Regular";
  text-transform: uppercase;
  font-size: 13px;
  color: white;
}
@media (min-width: 768px) {
  .small-label-white {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .small-label-white {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .small-label-white {
    font-size: 14px;
  }
}

.small-label-leftspaced {
  padding-left: 4px;
}

ul.arrow_bullets {
  list-style-type: none;
  margin-left: -20px;
  margin-bottom: 0px;
}
ul.arrow_bullets li {
  padding-left: 20px;
  background: url("/staticcontent/img/icon_nav_arrow_right_blue.png") left center no-repeat;
}
ul.arrow_bullets li a {
  line-height: 1 !important;
  font-family: "SkattaSans-Regular";
  color: #cb4700;
  font-size: 20px;
  cursor: pointer;
}
@media (min-width: 768px) {
  ul.arrow_bullets li a {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  ul.arrow_bullets li a {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  ul.arrow_bullets li a {
    font-size: 28px;
  }
}

ul.shifted_left {
  margin-left: -38px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  ul.shifted_left {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  ul.shifted_left {
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  ul.shifted_left {
    margin-bottom: 0px;
  }
}

ul.no_bullets li {
  list-style: none;
}

ul.years li a {
  font-family: "SkattaSans-Bold";
  font-size: 20px;
  color: #cb4700;
}

h2.hl-text {
  font-family: "SkattaSans-Black";
  border-bottom: 3px solid white;
  line-height: 1.2;
  display: table;
  margin: 0 auto 15px auto;
}

.xtra-pad {
  padding: 30px !important;
}

.article_ingress, .article_ingress p {
  text-align: center;
  font-family: "SkattaSans-Regular";
  font-size: 23.328px;
  line-height: 1.1;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .article_ingress, .article_ingress p {
    font-size: 25.92px;
  }
}
@media (min-width: 992px) {
  .article_ingress, .article_ingress p {
    font-size: 28.8px;
  }
}
@media (min-width: 1200px) {
  .article_ingress, .article_ingress p {
    font-size: 32px;
  }
}

.spacing-top, .spacing, a.spacing, a.spacing-top {
  display: block;
  margin-top: 20px;
}

.spacing-bottom, .spacing, a.spacing, a.spacing-bottom {
  display: block;
  margin-bottom: 20px;
}

.spacing-bottom-xs {
  margin-bottom: 3px !important;
}
@media (min-width: 768px) {
  .spacing-bottom-xs {
    margin-bottom: 5px !important;
  }
}
@media (min-width: 992px) {
  .spacing-bottom-xs {
    margin-bottom: 5px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-bottom-xs {
    margin-bottom: 5px !important;
  }
}

.spacing-bottom-sm {
  margin-bottom: 5px !important;
}
@media (min-width: 768px) {
  .spacing-bottom-sm {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 992px) {
  .spacing-bottom-sm {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-bottom-sm {
    margin-bottom: 10px !important;
  }
}

.spacing-bottom-md {
  margin-bottom: 15px !important;
}
@media (min-width: 768px) {
  .spacing-bottom-md {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 992px) {
  .spacing-bottom-md {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-bottom-md {
    margin-bottom: 30px !important;
  }
}

.spacing-bottom-lg {
  margin-bottom: 20px !important;
}
@media (min-width: 768px) {
  .spacing-bottom-lg {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 992px) {
  .spacing-bottom-lg {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-bottom-lg {
    margin-bottom: 40px !important;
  }
}

.spacing-bottom-xl {
  margin-bottom: 30px !important;
}
@media (min-width: 768px) {
  .spacing-bottom-xl {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 992px) {
  .spacing-bottom-xl {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-bottom-xl {
    margin-bottom: 50px !important;
  }
}

.spacing-bottom-xxl {
  margin-bottom: 40px !important;
}
@media (min-width: 768px) {
  .spacing-bottom-xxl {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 992px) {
  .spacing-bottom-xxl {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-bottom-xxl {
    margin-bottom: 60px !important;
  }
}

.spacing-xs {
  margin-bottom: 3px !important;
  margin-top: 3px !important;
}
@media (min-width: 768px) {
  .spacing-xs {
    margin-bottom: 5px !important;
  }
}
@media (min-width: 992px) {
  .spacing-xs {
    margin-bottom: 5px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-xs {
    margin-bottom: 5px !important;
  }
}
@media (min-width: 768px) {
  .spacing-xs {
    margin-top: 5px !important;
  }
}
@media (min-width: 992px) {
  .spacing-xs {
    margin-top: 5px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-xs {
    margin-top: 5px !important;
  }
}

.spacing-lg {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}
@media (min-width: 768px) {
  .spacing-lg {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 992px) {
  .spacing-lg {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-lg {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 768px) {
  .spacing-lg {
    margin-top: 30px !important;
  }
}
@media (min-width: 992px) {
  .spacing-lg {
    margin-top: 30px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-lg {
    margin-top: 40px !important;
  }
}

.spacing-xl {
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}
@media (min-width: 768px) {
  .spacing-xl {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 992px) {
  .spacing-xl {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-xl {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 768px) {
  .spacing-xl {
    margin-top: 40px !important;
  }
}
@media (min-width: 992px) {
  .spacing-xl {
    margin-top: 40px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-xl {
    margin-top: 50px !important;
  }
}

.spacing-xxl {
  margin-bottom: 40px !important;
  margin-top: 40px !important;
}
@media (min-width: 768px) {
  .spacing-xxl {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 992px) {
  .spacing-xxl {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-xxl {
    margin-bottom: 60px !important;
  }
}
@media (min-width: 768px) {
  .spacing-xxl {
    margin-top: 50px !important;
  }
}
@media (min-width: 992px) {
  .spacing-xxl {
    margin-top: 50px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-xxl {
    margin-top: 60px !important;
  }
}

.spacing-top-xs {
  margin-top: 3px !important;
}
@media (min-width: 768px) {
  .spacing-top-xs {
    margin-top: 5px !important;
  }
}
@media (min-width: 992px) {
  .spacing-top-xs {
    margin-top: 5px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-top-xs {
    margin-top: 5px !important;
  }
}

.spacing-top-sm {
  margin-top: 5px !important;
}
@media (min-width: 768px) {
  .spacing-top-sm {
    margin-top: 10px !important;
  }
}
@media (min-width: 992px) {
  .spacing-top-sm {
    margin-top: 10px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-top-sm {
    margin-top: 10px !important;
  }
}

.spacing-top-lg {
  margin-top: 20px !important;
}
@media (min-width: 768px) {
  .spacing-top-lg {
    margin-top: 30px !important;
  }
}
@media (min-width: 992px) {
  .spacing-top-lg {
    margin-top: 30px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-top-lg {
    margin-top: 40px !important;
  }
}

.spacing-top-xl {
  margin-top: 30px !important;
}
@media (min-width: 768px) {
  .spacing-top-xl {
    margin-top: 40px !important;
  }
}
@media (min-width: 992px) {
  .spacing-top-xl {
    margin-top: 40px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-top-xl {
    margin-top: 50px !important;
  }
}

.spacing-top-xxl {
  margin-top: 40px !important;
}
@media (min-width: 768px) {
  .spacing-top-xxl {
    margin-top: 50px !important;
  }
}
@media (min-width: 992px) {
  .spacing-top-xxl {
    margin-top: 50px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-top-xxl {
    margin-top: 60px !important;
  }
}

.spacing-top-xxxl {
  margin-top: 60px !important;
}
@media (min-width: 768px) {
  .spacing-top-xxxl {
    margin-top: 70px !important;
  }
}
@media (min-width: 992px) {
  .spacing-top-xxxl {
    margin-top: 70px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-top-xxxl {
    margin-top: 80px !important;
  }
}

.pad30 {
  padding: 10px;
}
@media (min-width: 768px) {
  .pad30 {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .pad30 {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .pad30 {
    padding: 25px;
  }
}

.white {
  color: white !important;
}

.hr-grey {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid white;
}
@media (min-width: 768px) {
  .hr-grey {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .hr-grey {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .hr-grey {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hr-grey {
    border-width: 0;
  }
}

.hr-black {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #00205b;
}
@media (min-width: 768px) {
  .hr-black {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .hr-black {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .hr-black {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hr-black {
    border-width: 0;
  }
}

.hr-white {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid white;
}
@media (min-width: 768px) {
  .hr-white {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .hr-white {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .hr-white {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hr-white {
    border-width: 0;
  }
}

.sitemap ul {
  list-style: none;
  padding-left: 20px;
}
.sitemap ul li a {
  line-height: 1.4;
  font-family: "SkattaSans-Regular";
  color: #00205b;
  font-size: 14px;
}
@media (min-width: 768px) {
  .sitemap ul li a {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .sitemap ul li a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .sitemap ul li a {
    font-size: 16px;
  }
}
.sitemap .row:not(:first-child) {
  border-top: 1px solid #DDDEDF;
}
.sitemap .row {
  padding-bottom: 10px;
}
.sitemap .row .row_title a:hover {
  text-decoration: none;
}
.sitemap .row .row_title h2 {
  font-family: "SkattaSans-Regular";
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .sitemap .row {
    padding-bottom: 20px;
  }
}
.sitemap .row > div {
  padding-left: 1.2em;
}
.sitemap .row > div > ul {
  padding-left: 0px !important;
}
.sitemap .row > div > ul > li {
  margin: 5px 0;
}
.sitemap .row > div > ul > li:not(:first-child) {
  padding-top: 0.5em;
}
.sitemap .row > div > ul > li > a {
  font-family: "SkattaSans-Bold";
  text-transform: uppercase;
  background: transparent url(/staticcontent/img/icon_big_arrow_right_blue.png) left center no-repeat;
  background-size: 5px;
  background-position: 0 6px;
  font-size: 14px !important;
  padding-left: 15px;
  display: block;
}
@media (min-width: 768px) {
  .sitemap .row > div > ul > li > a {
    background-size: 6px;
  }
}
@media (min-width: 992px) {
  .sitemap .row > div > ul > li > a {
    background-size: 6px;
  }
}
@media (min-width: 1200px) {
  .sitemap .row > div > ul > li > a {
    background-size: 6px;
  }
}
@media (min-width: 768px) {
  .sitemap .row > div > ul > li > a {
    background-position: 0 6px;
  }
}
@media (min-width: 992px) {
  .sitemap .row > div > ul > li > a {
    background-position: 0 6px;
  }
}
@media (min-width: 1200px) {
  .sitemap .row > div > ul > li > a {
    background-position: 0 7px;
  }
}
@media (min-width: 768px) {
  .sitemap .row > div > ul > li > a {
    font-size: 15px !important;
  }
}
@media (min-width: 992px) {
  .sitemap .row > div > ul > li > a {
    font-size: 16px !important;
  }
}
@media (min-width: 1200px) {
  .sitemap .row > div > ul > li > a {
    font-size: 16px !important;
  }
}
@media (min-width: 768px) {
  .sitemap .row > div > ul > li > a {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .sitemap .row > div > ul > li > a {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .sitemap .row > div > ul > li > a {
    padding-left: 20px;
  }
}
.sitemap .row > div > ul > li > ul > li {
  padding-top: 0.4em;
  padding-bottom: 0.3em;
}
.sitemap .row > div > ul > li > ul > li a {
  line-height: 1.2;
  font-family: "SkattaSans-Regular";
  font-size: 14px;
}
@media (min-width: 768px) {
  .sitemap .row > div > ul > li > ul > li a {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .sitemap .row > div > ul > li > ul > li a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .sitemap .row > div > ul > li > ul > li a {
    font-size: 16px;
  }
}
.sitemap .row > div > ul li ul li ul li {
  padding-top: 0.5em;
}
.sitemap .row > div > ul li ul li ul li a {
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .sitemap .row > div:nth-child(n+3) {
    border-left: 1px solid #DADCDE;
  }
}

/**
 * xs - Extra small: Phones (0      - 767px)
 * sm - Small: Tablets      (768px  - 991px)
 * md - Medium: Desktops    (992px  - 1199px)
 * lg - Large: Desktops     (1200px - )
 */
/** 
 * Media queries. Usage eg. @include small { width: 70px; } 
 */
/** 
 * Set values for an attribute for each media. 
 * 
 * Usage eg.: @include medias(width, 5px, 10px, 20px, 30px); 
 */
/**
 * Set media values for an attribute that is defined in pixels. Factor 
 * parameter defines, how many percent the value is decreased in 
 * smaller medias. 
 */
/** Decrease attribute px value by 20 % on each media. */
/** 
 * Set font size on large screen (lg) and decrease on every media by the 
 * factor received as parameter. Provide lg size without "px".
 * 
 * Usage eg.: @include font-medias(40, 0.9); 
 */
/** 
 * Set lg font and decrease it 10% per media.
 *
 * Usage eg. @include medias(21); 
 */
/** Provide font sizes as numbers (without "px") */
/**
 * Set margin-top or margin-bottom, padding-bottom or padding-top as !important.
 */
/**
 * Override the bootstrap grid spacing.
 */
/* IE media fix */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* -- Colors -- */
/*new color codes 12.8.2016*/
/*color codes*/
/* Fonts */
/** Color variables in _common.scss  */
.link-black, .heading-area a, .heading-area a *, .heading-area-sm a, .heading-area-sm a *, .link-black a {
  color: #00205b !important;
}
.link-black:hover, .heading-area a:hover, .heading-area a :hover, .heading-area-sm a:hover, .heading-area-sm a :hover, .link-black:hover *, .heading-area a:hover *, .heading-area a :hover *, .heading-area-sm a:hover *, .heading-area-sm a :hover *, .link-black a:hover, .link-black a:hover * {
  text-decoration: none !important;
  color: #00328e !important;
}

.link-white {
  color: white !important;
}
.link-white:hover, .link-white:hover * {
  text-decoration: none !important;
  color: #DDDEDF !important;
}

.link-orange, .link-blue, a.arrow-link-lg, p.arrow-link-lg, a.arrow-link-md, p.arrow-link-md, a.arrow-link-lg-center, p.arrow-link-lg-center {
  color: #cb4700 !important;
}
.link-orange:hover, .link-orange:hover *, .link-blue:hover, a.arrow-link-lg:hover, p.arrow-link-lg:hover, a.arrow-link-md:hover, p.arrow-link-md:hover, a.arrow-link-lg-center:hover, p.arrow-link-lg-center:hover, .link-blue:hover *, a.arrow-link-lg:hover *, p.arrow-link-lg:hover *, a.arrow-link-md:hover *, p.arrow-link-md:hover *, a.arrow-link-lg-center:hover *, p.arrow-link-lg-center:hover * {
  text-decoration: none !important;
  color: #fe5900 !important;
}

.link-blue-no-hover {
  color: #cb4700 !important;
}
.link-blue-no-hover:hover, .link-blue-no-hover:hover * {
  text-decoration: none !important;
  color: #cb4700 !important;
}

.txt-white h1, .txt-white .head1-left, .txt-white h2, .txt-white h3, .txt-white h4, .txt-white p, .txt-white .timestamp, .txt-white .timestamp_slashed, .txt-white .timestamp-white, .txt-white a {
  color: white !important;
  border-color: white;
}
.txt-white p.arrow-link-md {
  color: white !important;
  background: transparent url(/staticcontent/img/icon_big_arrow_right_white.png) left center no-repeat;
  background-size: 6px;
  font-size: 17px !important;
  padding-left: 15px;
  padding-right: 14px;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
  font-family: "SkattaSans-Regular";
}
@media (min-width: 768px) {
  .txt-white p.arrow-link-md {
    background-size: 7px;
  }
}
@media (min-width: 992px) {
  .txt-white p.arrow-link-md {
    background-size: 7px;
  }
}
@media (min-width: 1200px) {
  .txt-white p.arrow-link-md {
    background-size: 8px;
  }
}
@media (min-width: 768px) {
  .txt-white p.arrow-link-md {
    font-size: 18px !important;
  }
}
@media (min-width: 992px) {
  .txt-white p.arrow-link-md {
    font-size: 20px !important;
  }
}
@media (min-width: 1200px) {
  .txt-white p.arrow-link-md {
    font-size: 22px !important;
  }
}
@media (min-width: 768px) {
  .txt-white p.arrow-link-md {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .txt-white p.arrow-link-md {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .txt-white p.arrow-link-md {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .txt-white p.arrow-link-md {
    padding-right: 16px;
  }
}
@media (min-width: 992px) {
  .txt-white p.arrow-link-md {
    padding-right: 18px;
  }
}
@media (min-width: 1200px) {
  .txt-white p.arrow-link-md {
    padding-right: 18px;
  }
}
@media (min-width: 768px) {
  .txt-white p.arrow-link-md {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .txt-white p.arrow-link-md {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .txt-white p.arrow-link-md {
    margin-bottom: 10px;
  }
}
.txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
  color: white !important;
  background: transparent url(/staticcontent/img/icon_big_arrow_right_white.png) left center no-repeat;
  background-size: 7px;
  font-size: 21px !important;
  padding-left: 20px;
  padding-right: 15px;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
  font-family: "SkattaSans-Regular";
}
@media (min-width: 768px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    background-size: 8px;
  }
}
@media (min-width: 992px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    background-size: 9px;
  }
}
@media (min-width: 1200px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    background-size: 10px;
  }
}
@media (min-width: 768px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    font-size: 25px !important;
  }
}
@media (min-width: 992px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    font-size: 30px !important;
  }
}
@media (min-width: 1200px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    font-size: 36px !important;
  }
}
@media (min-width: 768px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    padding-left: 25px;
  }
}
@media (min-width: 1200px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    margin-bottom: 20px;
  }
}
.txt-white a {
  font-family: "SkattaSans-Regular";
}
.txt-white a:hover {
  color: white !important;
  text-decoration: underline;
}

.bg-blue, .bg-darkblue {
  background-color: #00205b;
}

.bg-lightblue {
  background-color: #405884;
}

.bg-babyblue {
  background-color: #7f8fad;
}

.bg-yellow, .bg-grey {
  background-color: #ff8f40;
}

.bg-lightgrey, .bg-turquoise {
  background-color: #bfc7d6;
}

.bg-orange, .bg-violet {
  background-color: #cb4700;
}

.bg-red, .bg-aniline {
  background-color: #9b2242;
}

.bg-lightred {
  background-color: #cd90a0;
}

.bg-orange75 {
  background-color: #cb4700;
}

.bg-orange50 {
  background-color: #cb4700;
}

.bg-blue25 {
  background-color: #bfc7d6;
}

.bg-warmgrey {
  background-color: #d1bda9;
}

.bg-warmgrey25 {
  background-color: #f4eee9;
}

.bg-warmgrey50 {
  background-color: #e8ded4;
}

.bg-warmgrey75 {
  background-color: #dccdbe;
}

.bg-lightgrey {
  background-color: #DDDEDF;
}

.bg-mediumgrey {
  background-color: #707372;
}

.bg-darkgrey {
  background-color: #54585a;
}

.bg-blue-transparent, .bg-darkblue-transparent {
  background-color: rgba(0, 32, 91, 0.85);
}

.bg-lightblue-transparent {
  background-color: rgba(64, 88, 132, 0.85);
}

.bg-babyblue-transparent {
  background-color: rgba(127, 143, 173, 0.85);
}

.bg-yellow-transparent {
  background-color: rgba(255, 143, 64, 0.85);
}

.bg-turquoise-transparent {
  background-color: rgba(205, 144, 160, 0.85);
}

.bg-violet-transparent {
  background-color: rgba(203, 71, 0, 0.85);
}

.bg-aniline-transparent {
  background-color: rgba(155, 34, 66, 0.85);
}

.bg-grey-transparent {
  background-color: rgba(255, 143, 64, 0.85);
}

.bg-lightgrey-transparent {
  background-color: rgba(191, 199, 214, 0.85);
}

.bg-red-transparent {
  background-color: rgba(155, 34, 66, 0.85);
}

.bg-lightred-transparent {
  background-color: rgba(205, 144, 160, 0.85);
}

.bg-orange-transparent {
  background-color: rgba(203, 71, 0, 0.85);
}

.bg-orange75-transparent {
  background-color: rgba(203, 71, 0, 0.85);
}

.bg-orange50-transparent {
  background-color: rgba(203, 71, 0, 0.85);
}

.bg-blue25-transparent {
  background-color: rgba(191, 199, 214, 0.85);
}

.bg-warmgrey-transparent {
  background-color: rgba(209, 189, 169, 0.85);
}

.bg-warmgrey-transparent25 {
  background-color: rgba(244, 238, 233, 0.85);
}

.bg-warmgrey-transparent50 {
  background-color: rgba(232, 222, 212, 0.85);
}

.bg-warmgrey-transparent75 {
  background-color: rgba(220, 205, 190, 0.85);
}

.bg-lightgrey-transparent {
  background-color: rgba(221, 222, 223, 0.85);
}

.bg-mediumgrey-transparent {
  background-color: rgba(112, 115, 114, 0.85);
}

.bg-darkgrey-transparent {
  background-color: rgba(84, 88, 90, 0.85);
}

.bg-blue-transparent-25, .bg-darkblue-transparent-25 {
  background-color: rgba(0, 32, 91, 0.25);
}

.bg-lightblue-transparent-25 {
  background-color: rgba(64, 88, 132, 0.25);
}

.bg-babyblue-transparent-25 {
  background-color: rgba(127, 143, 173, 0.25);
}

.bg-yellow-transparent-25 {
  background-color: rgba(255, 143, 64, 0.25);
}

.bg-turquoise-transparent-25 {
  background-color: rgba(205, 144, 160, 0.25);
}

.bg-violet-transparent-25 {
  background-color: rgba(203, 71, 0, 0.25);
}

.bg-aniline-transparent-25 {
  background-color: rgba(155, 34, 66, 0.25);
}

.bg-grey-transparent-25 {
  background-color: rgba(203, 71, 0, 0.25);
}

.bg-lightgrey-transparent-25 {
  background-color: rgba(191, 199, 214, 0.25);
}

.bg-red-transparent-25 {
  background-color: rgba(155, 34, 66, 0.25);
}

.bg-lightred-transparent-25 {
  background-color: rgba(205, 144, 160, 0.25);
}

.bg-orange-transparent-25 {
  background-color: rgba(203, 71, 0, 0.25);
}

.bg-orange75-transparent-25 {
  background-color: rgba(203, 71, 0, 0.25);
}

.bg-orange50-transparent-25 {
  background-color: rgba(203, 71, 0, 0.25);
}

.bg-blue25-transparent-25 {
  background-color: rgba(191, 199, 214, 0.25);
}

.bg-warmgrey-transparent {
  background-color: rgba(209, 189, 169, 0.85);
}

.bg-warmgrey-transparent25 {
  background-color: rgba(244, 238, 233, 0.85);
}

.bg-warmgrey-transparent50 {
  background-color: rgba(232, 222, 212, 0.85);
}

.bg-warmgrey-transparent75 {
  background-color: rgba(220, 205, 190, 0.85);
}

.bg-lightgrey-transparent {
  background-color: rgba(221, 222, 223, 0.85);
}

.bg-mediumgrey-transparent {
  background-color: rgba(112, 115, 114, 0.85);
}

.bg-darkgrey-transparent {
  background-color: rgba(84, 88, 90, 0.85);
}

.bg-yellow-transparent-50 {
  background-color: rgba(255, 143, 64, 0.5);
}

.bg-blue-transparent-50, .bg-darkblue-transparent-50 {
  background-color: rgba(0, 32, 91, 0.5);
}

.bg-lightblue-transparent-50 {
  background-color: rgba(64, 88, 132, 0.5);
}

.bg-babyblue-transparent-50 {
  background-color: rgba(127, 143, 173, 0.5);
}

.bg-turquoise-transparent-50 {
  background-color: rgba(205, 144, 160, 0.5);
}

.bg-violet-transparent-50 {
  background-color: rgba(203, 71, 0, 0.5);
}

.bg-aniline-transparent-50 {
  background-color: rgba(155, 34, 66, 0.5);
}

.bg-grey-transparent-50 {
  background-color: rgba(203, 71, 0, 0.5);
}

.bg-lightgrey-transparent-50 {
  background-color: rgba(191, 199, 214, 0.5);
}

.bg-red-transparent-50 {
  background-color: rgba(155, 34, 66, 0.5);
}

.bg-lightred-transparent-50 {
  background-color: rgba(205, 144, 160, 0.5);
}

.bg-orange-transparent-50 {
  background-color: rgba(203, 71, 0, 0.5);
}

.bg-orange75-transparent-50 {
  background-color: rgba(203, 71, 0, 0.5);
}

.bg-orange50-transparent-50 {
  background-color: rgba(203, 71, 0, 0.5);
}

.bg-blue25-transparent-50 {
  background-color: rgba(191, 199, 214, 0.5);
}

.bg-warmgrey-transparent {
  background-color: rgba(209, 189, 169, 0.85);
}

.bg-warmgrey-transparent25 {
  background-color: rgba(244, 238, 233, 0.85);
}

.bg-warmgrey-transparent50 {
  background-color: rgba(232, 222, 212, 0.85);
}

.bg-warmgrey-transparent75 {
  background-color: rgba(220, 205, 190, 0.85);
}

.bg-lightgrey-transparent {
  background-color: rgba(221, 222, 223, 0.85);
}

.bg-mediumgrey-transparent {
  background-color: rgba(112, 115, 114, 0.85);
}

.bg-darkgrey-transparent {
  background-color: rgba(84, 88, 90, 0.85);
}

.bg-blue-transparent-85, .bg-darkblue-transparent-85 {
  background-color: rgba(0, 32, 91, 0.85);
}

.bg-lightblue-transparent-85 {
  background-color: rgba(64, 88, 132, 0.85);
}

.bg-babyblue-transparent-85 {
  background-color: rgba(127, 143, 173, 0.85);
}

.bg-yellow-transparent-85 {
  background-color: rgba(255, 143, 64, 0.85);
}

.bg-turquoise-transparent-85 {
  background-color: rgba(205, 144, 160, 0.85);
}

.bg-violet-transparent-85 {
  background-color: rgba(203, 71, 0, 0.85);
}

.bg-aniline-transparent-85 {
  background-color: rgba(155, 34, 66, 0.85);
}

.bg-grey-transparent-85 {
  background-color: rgba(203, 71, 0, 0.85);
}

.bg-lightgrey-transparent-85 {
  background-color: rgba(191, 199, 214, 0.85);
}

.bg-red-transparent-85 {
  background-color: rgba(155, 34, 66, 0.85);
}

.bg-lightred-transparent-85 {
  background-color: rgba(205, 144, 160, 0.85);
}

.bg-orange-transparent-85 {
  background-color: rgba(203, 71, 0, 0.85);
}

.bg-orange75-transparent-85 {
  background-color: rgba(203, 71, 0, 0.85);
}

.bg-orange50-transparent-85 {
  background-color: rgba(203, 71, 0, 0.85);
}

.bg-blue25-transparent-85 {
  background-color: rgba(191, 199, 214, 0.85);
}

.bg-warmgrey-transparent {
  background-color: rgba(209, 189, 169, 0.85);
}

.bg-warmgrey-transparent25 {
  background-color: rgba(244, 238, 233, 0.85);
}

.bg-warmgrey-transparent50 {
  background-color: rgba(232, 222, 212, 0.85);
}

.bg-warmgrey-transparent75 {
  background-color: rgba(220, 205, 190, 0.85);
}

.bg-lightgrey-transparent {
  background-color: rgba(221, 222, 223, 0.85);
}

.bg-mediumgrey-transparent {
  background-color: rgba(112, 115, 114, 0.85);
}

.bg-darkgrey-transparent {
  background-color: rgba(84, 88, 90, 0.85);
}

a.bg-yellow, div.bg-yellow {
  background-color: #ff8f40;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-yellow:hover, a:hover a.bg-yellow, div.bg-yellow:hover, a:hover div.bg-yellow {
  background-color: #ffa769;
}
a.bg-yellow:hover, div.bg-yellow:hover {
  text-decoration: none !important;
}

a.bg-turquoise, div.bg-turquoise {
  background-color: #cd90a0;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-turquoise:hover, a:hover a.bg-turquoise, div.bg-turquoise:hover, a:hover div.bg-turquoise {
  background-color: #daacb8;
}
a.bg-turquoise:hover, div.bg-turquoise:hover {
  text-decoration: none !important;
}

a.bg-violet, div.bg-violet {
  background-color: #cb4700;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-violet:hover, a:hover a.bg-violet, div.bg-violet:hover, a:hover div.bg-violet {
  background-color: #f45500;
}
a.bg-violet:hover, div.bg-violet:hover {
  text-decoration: none !important;
}

a.bg-blue, div.bg-blue {
  background-color: #00205b;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-blue:hover, a:hover a.bg-blue, div.bg-blue:hover, a:hover div.bg-blue {
  background-color: #002e84;
}
a.bg-blue:hover, div.bg-blue:hover {
  text-decoration: none !important;
}

a.bg-lightblue, div.bg-lightblue {
  background-color: #405884;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-lightblue:hover, a:hover a.bg-lightblue, div.bg-lightblue:hover, a:hover div.bg-lightblue {
  background-color: #4d6a9f;
}
a.bg-lightblue:hover, div.bg-lightblue:hover {
  text-decoration: none !important;
}

a.bg-babyblue, div.bg-babyblue {
  background-color: #7f8fad;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-babyblue:hover, a:hover a.bg-babyblue, div.bg-babyblue:hover, a:hover div.bg-babyblue {
  background-color: #98a5bd;
}
a.bg-babyblue:hover, div.bg-babyblue:hover {
  text-decoration: none !important;
}

a.bg-darkblue, div.bg-darkblue {
  background-color: #00205b;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-darkblue:hover, a:hover a.bg-darkblue, div.bg-darkblue:hover, a:hover div.bg-darkblue {
  background-color: #002e84;
}
a.bg-darkblue:hover, div.bg-darkblue:hover {
  text-decoration: none !important;
}

a.bg-aniline, div.bg-aniline {
  background-color: #9b2242;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-aniline:hover, a:hover a.bg-aniline, div.bg-aniline:hover, a:hover div.bg-aniline {
  background-color: #d12e59;
}
a.bg-aniline:hover, div.bg-aniline:hover {
  text-decoration: none !important;
}

a.bg-grey, div.bg-grey {
  background-color: #cb4700;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-grey:hover, a:hover a.bg-grey, div.bg-grey:hover, a:hover div.bg-grey {
  background-color: #f45500;
}
a.bg-grey:hover, div.bg-grey:hover {
  text-decoration: none !important;
}

a.bg-orange, div.bg-orange {
  background-color: #cb4700;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-orange:hover, a:hover a.bg-orange, div.bg-orange:hover, a:hover div.bg-orange {
  background-color: #f45500;
}
a.bg-orange:hover, div.bg-orange:hover {
  text-decoration: none !important;
}

a.bg-red, div.bg-red {
  background-color: #9b2242;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-red:hover, a:hover a.bg-red, div.bg-red:hover, a:hover div.bg-red {
  background-color: #bc2950;
}
a.bg-red:hover, div.bg-red:hover {
  text-decoration: none !important;
}

a.bg-lightred, div.bg-lightred {
  background-color: #cd90a0;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-lightred:hover, a:hover a.bg-lightred, div.bg-lightred:hover, a:hover div.bg-lightred {
  background-color: #daacb8;
}
a.bg-lightred:hover, div.bg-lightred:hover {
  text-decoration: none !important;
}

a.bg-lightgrey, div.bg-lightgrey {
  background-color: #bfc7d6;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-lightgrey:hover, a:hover a.bg-lightgrey, div.bg-lightgrey:hover, a:hover div.bg-lightgrey {
  background-color: #d8dde6;
}
a.bg-lightgrey:hover, div.bg-lightgrey:hover {
  text-decoration: none !important;
}

a.bg-orange75, div.bg-orange75 {
  background-color: #cb4700;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-orange75:hover, a:hover a.bg-orange75, div.bg-orange75:hover, a:hover div.bg-orange75 {
  background-color: #f45500;
}
a.bg-orange75:hover, div.bg-orange75:hover {
  text-decoration: none !important;
}

a.bg-orange50, div.bg-orange50 {
  background-color: #cb4700;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-orange50:hover, a:hover a.bg-orange50, div.bg-orange50:hover, a:hover div.bg-orange50 {
  background-color: #f45500;
}
a.bg-orange50:hover, div.bg-orange50:hover {
  text-decoration: none !important;
}

a.bg-blue25, div.bg-blue25 {
  background-color: #bfc7d6;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-blue25:hover, a:hover a.bg-blue25, div.bg-blue25:hover, a:hover div.bg-blue25 {
  background-color: #d8dde6;
}
a.bg-blue25:hover, div.bg-blue25:hover {
  text-decoration: none !important;
}

.bg-warmgrey-transparent, div.bg-warmgrey {
  background-color: rgba(209, 189, 169, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.bg-warmgrey-transparent:hover, div.bg-warmgrey:hover {
  text-decoration: none !important;
}

.bg-warmgrey-transparent25, div.bg-warmgrey25 {
  background-color: rgba(244, 238, 233, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.bg-warmgrey-transparent25:hover, div.bg-warmgrey25:hover {
  text-decoration: none !important;
}

.bg-warmgrey-transparent50, div.bg-warmgrey50 {
  background-color: rgba(232, 222, 212, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.bg-warmgrey-transparent50:hover, div.bg-warmgrey50:hover {
  text-decoration: none !important;
}

.bg-warmgrey-transparent75, div.bg-warmgrey75 {
  background-color: rgba(220, 205, 190, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.bg-warmgrey-transparent75:hover, div.bg-warmgrey75:hover {
  text-decoration: none !important;
}

.bg-lightgrey-transparent, div.bg-lightgrey {
  background-color: rgba(221, 222, 223, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.bg-lightgrey-transparent:hover, div.bg-lightgrey:hover {
  text-decoration: none !important;
}

.bg-mediumgrey-transparent, div.bg-mediumgrey {
  background-color: rgba(112, 115, 114, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.bg-mediumgrey-transparent:hover, div.bg-mediumgrey:hover {
  text-decoration: none !important;
}

.bg-darkgrey-transparent, div.bg-darkgrey {
  background-color: rgba(84, 88, 90, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.bg-darkgrey-transparent:hover, div.bg-darkgrey:hover {
  text-decoration: none !important;
}

a.bg-yellow-transparent, div.bg-yellow-transparent {
  background-color: rgba(255, 143, 64, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-yellow-transparent:hover, a:hover a.bg-yellow-transparent, div.bg-yellow-transparent:hover, a:hover div.bg-yellow-transparent {
  background-color: rgba(255, 167, 105, 0.85);
}
a.bg-yellow-transparent:hover, div.bg-yellow-transparent:hover {
  text-decoration: none !important;
}

a.bg-turquoise-transparent, div.bg-turquoise-transparent {
  background-color: rgba(205, 144, 160, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-turquoise-transparent:hover, a:hover a.bg-turquoise-transparent, div.bg-turquoise-transparent:hover, a:hover div.bg-turquoise-transparent {
  background-color: rgba(218, 172, 184, 0.85);
}
a.bg-turquoise-transparent:hover, div.bg-turquoise-transparent:hover {
  text-decoration: none !important;
}

a.bg-violet-transparent, div.bg-violet-transparent {
  background-color: rgba(203, 71, 0, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-violet-transparent:hover, a:hover a.bg-violet-transparent, div.bg-violet-transparent:hover, a:hover div.bg-violet-transparent {
  background-color: rgba(244, 85, 0, 0.85);
}
a.bg-violet-transparent:hover, div.bg-violet-transparent:hover {
  text-decoration: none !important;
}

a.bg-blue-transparent, div.bg-blue-transparent {
  background-color: rgba(0, 32, 91, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-blue-transparent:hover, a:hover a.bg-blue-transparent, div.bg-blue-transparent:hover, a:hover div.bg-blue-transparent {
  background-color: rgba(0, 46, 132, 0.85);
}
a.bg-blue-transparent:hover, div.bg-blue-transparent:hover {
  text-decoration: none !important;
}

a.bg-lightblue-transparent, div.bg-lightblue-transparent {
  background-color: rgba(64, 88, 132, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-lightblue-transparent:hover, a:hover a.bg-lightblue-transparent, div.bg-lightblue-transparent:hover, a:hover div.bg-lightblue-transparent {
  background-color: rgba(77, 106, 159, 0.85);
}
a.bg-lightblue-transparent:hover, div.bg-lightblue-transparent:hover {
  text-decoration: none !important;
}

a.bg-babyblue-transparent, div.bg-babyblue-transparent {
  background-color: rgba(127, 143, 173, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-babyblue-transparent:hover, a:hover a.bg-babyblue-transparent, div.bg-babyblue-transparent:hover, a:hover div.bg-babyblue-transparent {
  background-color: rgba(152, 165, 189, 0.85);
}
a.bg-babyblue-transparent:hover, div.bg-babyblue-transparent:hover {
  text-decoration: none !important;
}

a.bg-darkblue-transparent, div.bg-darkblue-transparent {
  background-color: rgba(0, 32, 91, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-darkblue-transparent:hover, a:hover a.bg-darkblue-transparent, div.bg-darkblue-transparent:hover, a:hover div.bg-darkblue-transparent {
  background-color: rgba(0, 46, 132, 0.85);
}
a.bg-darkblue-transparent:hover, div.bg-darkblue-transparent:hover {
  text-decoration: none !important;
}

a.bg-aniline-transparent, div.bg-aniline-transparent {
  background-color: rgba(155, 34, 66, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-aniline-transparent:hover, a:hover a.bg-aniline-transparent, div.bg-aniline-transparent:hover, a:hover div.bg-aniline-transparent {
  background-color: rgba(209, 46, 89, 0.85);
}
a.bg-aniline-transparent:hover, div.bg-aniline-transparent:hover {
  text-decoration: none !important;
}

a.bg-grey-transparent, div.bg-grey-transparent {
  background-color: rgba(203, 71, 0, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-grey-transparent:hover, a:hover a.bg-grey-transparent, div.bg-grey-transparent:hover, a:hover div.bg-grey-transparent {
  background-color: rgba(244, 85, 0, 0.85);
}
a.bg-grey-transparent:hover, div.bg-grey-transparent:hover {
  text-decoration: none !important;
}

a.bg-lightgrey-transparent, div.bg-lightgrey-transparent {
  background-color: rgba(191, 199, 214, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-lightgrey-transparent:hover, a:hover a.bg-lightgrey-transparent, div.bg-lightgrey-transparent:hover, a:hover div.bg-lightgrey-transparent {
  background-color: rgba(216, 221, 230, 0.85);
}
a.bg-lightgrey-transparent:hover, div.bg-lightgrey-transparent:hover {
  text-decoration: none !important;
}

a.bg-orange-transparent, div.bg-orange-transparent {
  background-color: rgba(203, 71, 0, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-orange-transparent:hover, a:hover a.bg-orange-transparent, div.bg-orange-transparent:hover, a:hover div.bg-orange-transparent {
  background-color: rgba(244, 85, 0, 0.85);
}
a.bg-orange-transparent:hover, div.bg-orange-transparent:hover {
  text-decoration: none !important;
}

a.bg-red-transparent, div.bg-red-transparent {
  background-color: rgba(155, 34, 66, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-red-transparent:hover, a:hover a.bg-red-transparent, div.bg-red-transparent:hover, a:hover div.bg-red-transparent {
  background-color: rgba(188, 41, 80, 0.85);
}
a.bg-red-transparent:hover, div.bg-red-transparent:hover {
  text-decoration: none !important;
}

a.bg-lightred-transparent, div.bg-lightred-transparent {
  background-color: rgba(205, 144, 160, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-lightred-transparent:hover, a:hover a.bg-lightred-transparent, div.bg-lightred-transparent:hover, a:hover div.bg-lightred-transparent {
  background-color: rgba(218, 172, 184, 0.85);
}
a.bg-lightred-transparent:hover, div.bg-lightred-transparent:hover {
  text-decoration: none !important;
}

a.bg-orange75-transparent, div.bg-orange75-transparent {
  background-color: rgba(203, 71, 0, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-orange75-transparent:hover, a:hover a.bg-orange75-transparent, div.bg-orange75-transparent:hover, a:hover div.bg-orange75-transparent {
  background-color: rgba(244, 85, 0, 0.85);
}
a.bg-orange75-transparent:hover, div.bg-orange75-transparent:hover {
  text-decoration: none !important;
}

a.bg-orange50-transparent, div.bg-orange50-transparent {
  background-color: rgba(203, 71, 0, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-orange50-transparent:hover, a:hover a.bg-orange50-transparent, div.bg-orange50-transparent:hover, a:hover div.bg-orange50-transparent {
  background-color: rgba(244, 85, 0, 0.85);
}
a.bg-orange50-transparent:hover, div.bg-orange50-transparent:hover {
  text-decoration: none !important;
}

a.bg-blue25-transparent, div.bg-blue25-transparent {
  background-color: rgba(191, 199, 214, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-blue25-transparent:hover, a:hover a.bg-blue25-transparent, div.bg-blue25-transparent:hover, a:hover div.bg-blue25-transparent {
  background-color: rgba(216, 221, 230, 0.85);
}
a.bg-blue25-transparent:hover, div.bg-blue25-transparent:hover {
  text-decoration: none !important;
}

a.bg-warmgrey-transparent, div.bg-warmgrey-transparent {
  background-color: rgba(209, 189, 169, 0.85);
}
a.bg-warmgrey-transparent:hover, a:hover a.bg-warmgrey-transparent, div.bg-warmgrey-transparent:hover, a:hover div.bg-warmgrey-transparent {
  background-color: rgba(223, 209, 196, 0.85);
}

a.bg-warmgrey25-transparent, div.bg-warmgrey25-transparent {
  background-color: rgba(244, 238, 233, 0.85);
}
a.bg-warmgrey25-transparent:hover, a:hover a.bg-warmgrey25-transparent, div.bg-warmgrey25-transparent:hover, a:hover div.bg-warmgrey25-transparent {
  background-color: rgba(255, 255, 255, 0.85);
}

a.bg-warmgrey50-transparent, div.bg-warmgrey50-transparent {
  background-color: rgba(232, 222, 212, 0.85);
}
a.bg-warmgrey50-transparent:hover, a:hover a.bg-warmgrey50-transparent, div.bg-warmgrey50-transparent:hover, a:hover div.bg-warmgrey50-transparent {
  background-color: rgba(246, 242, 239, 0.85);
}

a.bg-warmgrey75-transparent, div.bg-warmgrey75-transparent {
  background-color: rgba(220, 205, 190, 0.85);
}
a.bg-warmgrey75-transparent:hover, a:hover a.bg-warmgrey75-transparent, div.bg-warmgrey75-transparent:hover, a:hover div.bg-warmgrey75-transparent {
  background-color: rgba(234, 225, 217, 0.85);
}

a.bg-lightgrey-transparent, div.bg-lightgrey-transparent {
  background-color: rgba(221, 222, 223, 0.85);
}
a.bg-lightgrey-transparent:hover, a:hover a.bg-lightgrey-transparent, div.bg-lightgrey-transparent:hover, a:hover div.bg-lightgrey-transparent {
  background-color: rgba(242, 242, 243, 0.85);
}

a.bg-mediumgrey-transparent, div.bg-mediumgrey-transparent {
  background-color: rgba(112, 115, 114, 0.85);
}
a.bg-mediumgrey-transparent:hover, a:hover a.bg-mediumgrey-transparent, div.bg-mediumgrey-transparent:hover, a:hover div.bg-mediumgrey-transparent {
  background-color: rgba(132, 136, 134, 0.85);
}

a.bg-darkgrey-transparent, div.bg-darkgrey-transparent {
  background-color: rgba(84, 88, 90, 0.85);
}
a.bg-darkgrey-transparent:hover, a:hover a.bg-darkgrey-transparent, div.bg-darkgrey-transparent:hover, a:hover div.bg-darkgrey-transparent {
  background-color: rgba(104, 109, 111, 0.85);
}

.grey {
  color: #54585a;
}

/**
 * xs - Extra small: Phones (0      - 767px)
 * sm - Small: Tablets      (768px  - 991px)
 * md - Medium: Desktops    (992px  - 1199px)
 * lg - Large: Desktops     (1200px - )
 */
/** 
 * Media queries. Usage eg. @include small { width: 70px; } 
 */
/** 
 * Set values for an attribute for each media. 
 * 
 * Usage eg.: @include medias(width, 5px, 10px, 20px, 30px); 
 */
/**
 * Set media values for an attribute that is defined in pixels. Factor 
 * parameter defines, how many percent the value is decreased in 
 * smaller medias. 
 */
/** Decrease attribute px value by 20 % on each media. */
/** 
 * Set font size on large screen (lg) and decrease on every media by the 
 * factor received as parameter. Provide lg size without "px".
 * 
 * Usage eg.: @include font-medias(40, 0.9); 
 */
/** 
 * Set lg font and decrease it 10% per media.
 *
 * Usage eg. @include medias(21); 
 */
/** Provide font sizes as numbers (without "px") */
/**
 * Set margin-top or margin-bottom, padding-bottom or padding-top as !important.
 */
/**
 * Override the bootstrap grid spacing.
 */
/* IE media fix */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* -- Colors -- */
/*new color codes 12.8.2016*/
/*color codes*/
/* Fonts */
@font-face {
  font-family: "SkattaSans-Regular";
  src: url("/staticcontent/fonts/skattasans/SkattaSansRegular.eot");
  src: url("/staticcontent/fonts/skattasans/SkattaSansRegular.eot?") format("embedded-opentype"), url("/staticcontent/fonts/skattasans/SkattaSansRegular.woff") format("woff"), url("/staticcontent/fonts/skattasans/SkattaSansRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SkattaSans-Medium";
  src: url("/staticcontent/fonts/skattasans/SkattaSansMedium.eot");
  src: url("/staticcontent/fonts/skattasans/SkattaSansMedium.eot?") format("embedded-opentype"), url("/staticcontent/fonts/skattasans/SkattaSansMedium.woff") format("woff"), url("/staticcontent/fonts/skattasans/SkattaSansMedium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SkattaSans-Bold";
  src: url("/staticcontent/fonts/skattasans/SkattaSansBold.eot");
  src: url("/staticcontent/fonts/skattasans/SkattaSansBold.eot?") format("embedded-opentype"), url("/staticcontent/fonts/skattasans/SkattaSansBold.woff") format("woff"), url("/staticcontent/fonts/skattasans/SkattaSansBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SkattaSans-Black";
  src: url("/staticcontent/fonts/skattasans/SkattaSansBlack.eot");
  src: url("/staticcontent/fonts/skattasans/SkattaSansBlack.eot?") format("embedded-opentype"), url("/staticcontent/fonts/skattasans/SkattaSansBlack.woff") format("woff"), url("/staticcontent/fonts/skattasans/SkattaSansBlack.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SkattaSans-headline";
  src: url("/staticcontent/fonts/skattasans/SkattaSansHeadlineBlack.otf");
  src: url("/staticcontent/fonts/skattasans/SkattaSansHeadlineBlack.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("/staticcontent/fonts/Icomoon/icomoon.eot?bka28y");
  src: url("/staticcontent/fonts/Icomoon/icomoon.eot?#iefixbka28y") format("embedded-opentype"), url("/staticcontent/fonts/Icomoon/icomoon.woff?bka28y") format("woff"), url("/staticcontent/fonts/Icomoon/icomoon.ttf?bka28y") format("truetype"), url("/staticcontent/fonts/Icomoon/icomoon.svg?bka28y#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
  content: "\e600";
}

.icon-arrow-down:before {
  content: "\e601";
}

.icon-arrow-up:before {
  content: "\e602";
}

.icon-arrow-right:before {
  content: "\e603";
}

.icon-arrow-left2:before {
  content: "\e604";
}

.icon-arrow-down2:before {
  content: "\e605";
}

.icon-arrow-up2:before {
  content: "\e606";
}

.icon-arrow-right2:before {
  content: "\e607";
}

.icon-arrow-left3:before {
  content: "\e608";
}

.icon-arrow-down3:before {
  content: "\e609";
}

.icon-arrow-up3:before {
  content: "\e60a";
}

.icon-uniE60B:before {
  content: "\e60b";
}

.icon-file-pdf:before {
  content: "\e900";
}

h1.blockHeading1, .blockHeading1.head1-left, .bottom-area h2.blockHeading1 {
  font-family: "SkattaSans-Bold" !important;
  font-size: 32px;
  color: #00205b !important;
  text-transform: none !important;
}
@media (min-width: 768px) {
  h1.blockHeading1, .blockHeading1.head1-left, .bottom-area h2.blockHeading1 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  h1.blockHeading1, .blockHeading1.head1-left, .bottom-area h2.blockHeading1 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  h1.blockHeading1, .blockHeading1.head1-left, .bottom-area h2.blockHeading1 {
    font-size: 32px;
  }
}

h1.blockHeading1White, .blockHeading1White.head1-left, .bottom-area h2.blockHeading1White {
  font-family: "SkattaSans-Bold" !important;
  font-size: 32px;
  color: #ffffff !important;
  text-transform: none !important;
}
@media (min-width: 768px) {
  h1.blockHeading1White, .blockHeading1White.head1-left, .bottom-area h2.blockHeading1White {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  h1.blockHeading1White, .blockHeading1White.head1-left, .bottom-area h2.blockHeading1White {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  h1.blockHeading1White, .blockHeading1White.head1-left, .bottom-area h2.blockHeading1White {
    font-size: 32px;
  }
}

h2.blockHeading2 {
  font-family: "SkattaSans-Bold" !important;
  font-size: 28px;
  color: #00205b !important;
  text-transform: none !important;
}
@media (min-width: 768px) {
  h2.blockHeading2 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  h2.blockHeading2 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  h2.blockHeading2 {
    font-size: 28px;
  }
}

h3.blockHeading3 {
  font-family: "SkattaSans-Bold" !important;
  font-size: 18px;
  color: #cb4700 !important;
  text-transform: none !important;
}
@media (min-width: 768px) {
  h3.blockHeading3 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  h3.blockHeading3 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  h3.blockHeading3 {
    font-size: 24px;
  }
}

h4.blockHeading4 {
  font-family: "SkattaSans-Black" !important;
  font-size: 16px;
  color: #cb4700 !important;
  text-transform: none !important;
}
@media (min-width: 768px) {
  h4.blockHeading4 {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  h4.blockHeading4 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  h4.blockHeading4 {
    font-size: 18px;
  }
}

h5.blockHeading5 {
  font-family: "SkattaSans-Bold" !important;
  font-size: 16px;
  color: #cb4700 !important;
  text-transform: none !important;
}
@media (min-width: 768px) {
  h5.blockHeading5 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  h5.blockHeading5 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  h5.blockHeading5 {
    font-size: 20px;
  }
}

p.paragraphBlock1 {
  font-family: "SkattaSans-Regular" !important;
  font-size: 17px;
  color: #00205b !important;
  text-transform: none !important;
}
@media (min-width: 768px) {
  p.paragraphBlock1 {
    font-size: 19px;
  }
}
@media (min-width: 992px) {
  p.paragraphBlock1 {
    font-size: 21px;
  }
}
@media (min-width: 1200px) {
  p.paragraphBlock1 {
    font-size: 23px;
  }
}

p.paragraphBlock1White {
  font-family: "SkattaSans-Regular" !important;
  font-size: 17px;
  color: #ffffff !important;
  text-transform: none !important;
}
@media (min-width: 768px) {
  p.paragraphBlock1White {
    font-size: 19px;
  }
}
@media (min-width: 992px) {
  p.paragraphBlock1White {
    font-size: 21px;
  }
}
@media (min-width: 1200px) {
  p.paragraphBlock1White {
    font-size: 23px;
  }
}

p.paragraphBlock2AllCaps {
  font-family: "SkattaSans-Regular" !important;
  font-size: 13px;
  color: #00205b !important;
  text-transform: uppercase !important;
}
@media (min-width: 768px) {
  p.paragraphBlock2AllCaps {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  p.paragraphBlock2AllCaps {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  p.paragraphBlock2AllCaps {
    font-size: 19px;
  }
}

.play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  margin-left: -34px;
  margin-top: -24px;
  z-index: 63;
  outline: 0;
  border: none;
  background-color: transparent;
  padding: 0;
  color: inherit;
  text-align: inherit;
  font-size: 80%;
  font-family: inherit;
  cursor: pointer;
  line-height: inherit;
}
@media (max-width: 767px) {
  .play-button {
    width: 48px;
    left: 15%;
    top: 25%;
  }
}

.youtube-wrapper {
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-position-x: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.youtube-overlay-wrapper {
  position: relative;
}

.k-head3 {
  font-family: "SkattaSans-Bold" !important;
  font-size: 18px;
  color: #cb4700 !important;
  text-transform: none !important;
  text-align: center;
}
@media (min-width: 768px) {
  .k-head3 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .k-head3 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .k-head3 {
    font-size: 24px;
  }
}

.hero-wrapper-repeat {
  height: 261.5625px;
}
@media (min-width: 768px) {
  .hero-wrapper-repeat {
    height: 348.75px;
  }
}
@media (min-width: 992px) {
  .hero-wrapper-repeat {
    height: 465px;
  }
}
@media (min-width: 1200px) {
  .hero-wrapper-repeat {
    height: 620px;
  }
}

.hero-wrapper-repeat {
  background-size: contain;
  background-repeat: repeat-x;
}

@media screen and (max-width: 768px) {
  .hero-wrapper-repeat {
    background-size: cover;
    background-repeat: repeat-x;
  }
}
.box-content-h25-bottom {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 25%;
  min-height: 25%;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
  height: 100%;
}
.box-content-h25-bottom h1, .box-content-h25-bottom .head1-left, .box-content-h25-bottom h2, .box-content-h25-bottom h3, .box-content-h25-bottom p {
  margin-top: 0px;
  color: white;
}
.box-content-h25-bottom:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content-h25-bottom {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content-h25-bottom {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content-h25-bottom {
    padding: 25px;
  }
}
.box-content-h25-bottom, .box-content-h25-bottom h1, .box-content-h25-bottom .head1-left, .box-content-h25-bottom h2, .box-content-h25-bottom h3, .box-content-h25-bottom h4, .box-content-h25-bottom p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}
@media (min-width: 768px) {
  .box-content-h25-bottom {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .box-content-h25-bottom {
    height: 25%;
  }
}
@media (min-width: 1200px) {
  .box-content-h25-bottom {
    height: 25%;
  }
}

.box-content-h20-bottom {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
  min-height: 20%;
  position: absolute;
  color: white;
  padding: 10px;
  text-decoration: none;
  height: 100%;
}
.box-content-h20-bottom h1, .box-content-h20-bottom .head1-left, .box-content-h20-bottom h2, .box-content-h20-bottom h3, .box-content-h20-bottom p {
  margin-top: 0px;
  color: white;
}
.box-content-h20-bottom:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .box-content-h20-bottom {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .box-content-h20-bottom {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .box-content-h20-bottom {
    padding: 25px;
  }
}
.box-content-h20-bottom, .box-content-h20-bottom h1, .box-content-h20-bottom .head1-left, .box-content-h20-bottom h2, .box-content-h20-bottom h3, .box-content-h20-bottom h4, .box-content-h20-bottom p {
  font-family: "SkattaSans-Regular";
  margin-top: 0px;
}
@media (min-width: 768px) {
  .box-content-h20-bottom {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .box-content-h20-bottom {
    height: 20%;
  }
}
@media (min-width: 1200px) {
  .box-content-h20-bottom {
    height: 20%;
  }
}

@media screen and (max-width: 768px) {
  .hero-wrapper-repeat {
    background-size: cover;
    background-repeat: repeat-x;
  }
}
.blue-button {
  margin: 5px auto;
  padding: 10px 30px 10px 20px;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  background: #00205B url(/staticcontent/img/icon_link_arrow_right_blue.png) right 10px center no-repeat;
}

.animated-image-box {
  height: 163.84px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .animated-image-box {
    height: 204.8px;
  }
}
@media (min-width: 992px) {
  .animated-image-box {
    height: 256px;
  }
}
@media (min-width: 1200px) {
  .animated-image-box {
    height: 320px;
  }
}

@media screen and (min-width: 768px) {
  .col-sm-3 .animated-image-box, col-md-3 .animated-image-box {
    height: 81.92px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .col-sm-3 .animated-image-box, col-md-3 .animated-image-box {
    height: 102.4px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .col-sm-3 .animated-image-box, col-md-3 .animated-image-box {
    height: 128px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .col-sm-3 .animated-image-box, col-md-3 .animated-image-box {
    height: 160px;
  }
}
@media screen and (min-width: 768px) {
  .col-sm-4 .animated-image-box, col-md-4 .animated-image-box {
    height: 104.448px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .col-sm-4 .animated-image-box, col-md-4 .animated-image-box {
    height: 130.56px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .col-sm-4 .animated-image-box, col-md-4 .animated-image-box {
    height: 163.2px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .col-sm-4 .animated-image-box, col-md-4 .animated-image-box {
    height: 204px;
  }
}
.box-10 {
  height: 38px;
  color: white;
  position: relative;
  margin-bottom: 20px;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center center;
  background-size: cover;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .box-10 {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .box-10 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .box-10 {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .box-10 {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .box-10 {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .box-10 {
    margin-bottom: 10px;
  }
}

.box-15 {
  height: 57px;
  color: white;
  position: relative;
  margin-bottom: 20px;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center center;
  background-size: cover;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .box-15 {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .box-15 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .box-15 {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .box-15 {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .box-15 {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .box-15 {
    margin-bottom: 10px;
  }
}

.box-20 {
  height: 76px;
  color: white;
  position: relative;
  margin-bottom: 20px;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center center;
  background-size: cover;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .box-20 {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .box-20 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .box-20 {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .box-20 {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .box-20 {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .box-20 {
    margin-bottom: 10px;
  }
}

.text-align-center h1, .text-align-center .head1-left, .text-align-center h2, .text-align-center h3, .text-align-center h4, .text-align-center h5, .text-align-center p {
  text-align: center !important;
  text-transform: none !important;
}

.k-content-overlay-block h1, .k-content-overlay-block .head1-left, .k-content-overlay-block h2, .k-content-overlay-block h3, .k-content-overlay-block h4, .k-content-overlay-block h5, .k-content-overlay-block p {
  text-align: center !important;
  margin-top: 0px;
}

.k-content-block {
  text-align: center !important;
  height: 100px;
}
.k-content-block h1, .k-content-block .head1-left, .k-content-block h2, .k-content-block h3, .k-content-block h4, .k-content-block h5, .k-content-block p {
  text-align: center !important;
}
.cision-list-item input {
  width: 8%;
  float: left;
}
.cision-list-item label {
  width: 90%;
}

@media only screen and (max-width: 350px) {
  .cision-list-item input {
    width: 6%;
    float: left;
  }
  .cision-list-item label {
    width: 94%;
  }
}
@media only screen and (min-width: 351px) and (max-width: 410px) {
  .cision-list-item input {
    width: 5%;
    float: left;
  }
  .cision-list-item label {
    width: 95%;
  }
}
@media only screen and (min-width: 411px) and (max-width: 600px) {
  .cision-list-item input {
    width: 4%;
    float: left;
  }
  .cision-list-item label {
    width: 96%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 800px) {
  .cision-list-item input {
    width: 2%;
    float: left;
  }
  .cision-list-item label {
    width: 98%;
  }
}
@media all and (-ms-high-contrast: none) {
  .cision-list-item label {
    margin-top: 2px;
  }
}
@media (-ms-high-contrast: active) {
  .cision-list-item label {
    margin-top: 2px;
  }
}
/*kalapolut GDPR styles*/
.button-position {
  position: relative;
  top: 10px;
  left: -20%;
}

.btn-edit a {
  color: white;
}
.btn-edit a:hover {
  text-decoration: none;
}

.form-container {
  font-size: 17px !important;
  padding-bottom: 0px;
}
.form-container .EPiServerForms .Form__Status .Form__Success__Message {
  margin: 0;
  padding: 1px;
}
.form-container .EPiServerForms .Form__Status .Form__Success__Message p {
  font-size: 17px !important;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*Accordion*/
#accordionBlock .accSectionDiv {
  padding: 0;
}
#accordionBlock .accordion-header-group {
  background-color: #fc9665;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
#accordionBlock .accordion-header-group:hover {
  text-decoration: none;
}
#accordionBlock .accordion-header-group.collapsed {
  background-color: #cb4700 !important;
}
#accordionBlock .accordion-header {
  padding: 0 15px;
}
#accordionBlock .accordion-header h4 {
  color: white;
}
#accordionBlock .glyphicon-chevron-right::before {
  margin-right: 15px;
}
#accordionBlock .glyphicon-chevron-down::before {
  margin-right: 15px;
}

.wide_article_content {
  max-width: 970px !important;
}

/*Kesko SSC form*/
.ui-widget-header .ui-icon {
  background-image: url(/staticcontent/img/ui-icons_222222_256x240.png);
}

.ui-datepicker .ui-datepicker-header {
  color: #00205b !important;
  font-weight: normal !important;
}

div[class$=instruction-container] {
  margin-bottom: 1em;
}

.control-instruction {
  color: #cb4700;
}

.article_social a.linkedin {
  width: 22px;
  height: 22px;
  background: url("/staticcontent/img/icon_linkedin.png") right bottom no-repeat;
}
.article_social a.addthis_button_linkedin {
  float: none;
}

/*ArticleSome css for add-this icons*/
.article-social {
  max-width: 580px;
  border-top: solid 1px #DDDEDF;
  border-bottom: solid 1px #DDDEDF;
  text-align: center;
  padding: 15px 0 10px 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flow-root;
  font-family: "SkattaSans-Regular";
  font-size: 14px;
  color: #00205b;
  text-decoration: none;
}
.article-social a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  font-family: "SkattaSans-Regular";
  font-size: 14px;
  color: #00205b;
  text-decoration: none;
}
.article-social a:nth-child(2) {
  margin-left: 5px;
}
.article-social a.print {
  width: 75px;
  height: 22px;
  text-align: left;
  font-size: 14px !important;
  background: url("/staticcontent/img/icon_print.png") right bottom no-repeat;
  vertical-align: bottom;
}
.article-social a.pdf {
  width: 95px;
  height: 22px;
  margin-left: 20px;
  text-align: left;
  font-size: 14px !important;
  position: relative;
  top: -2px;
}
.article-social a.facebook {
  width: 22px;
  height: 22px;
  background: url("/staticcontent/img/icon_facebook.png") right bottom no-repeat;
}
.article-social a.twitter {
  width: 22px;
  height: 22px;
  background: url("/staticcontent/img/icon_twitter.png") right bottom no-repeat;
}
.article-social a.more {
  width: 22px;
  height: 22px;
  background: url("/staticcontent/img/icon_more.png") right bottom no-repeat;
}
.article-social a.facebook_button {
  float: none;
  margin-right: 3px;
}
.article-social a.twitter_button {
  float: none;
  margin-right: 3px;
}
.article-social a.linkedin_button {
  float: none;
  margin-right: 3px;
}
.article-social .print {
  margin-bottom: 5px;
  height: 33px;
  text-align: right;
}
.article-social .print:nth-child(2) {
  text-align: left;
}
.article-social .print a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
}
.article-social .print a span {
  margin-right: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  place-self: center;
}
.article-social .print a img {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
.article-social .print a i.icon-file-pdf {
  font-size: 32px;
  color: #0c5ebb;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.article-social .share-container {
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}
.article-social .share-container .share_text {
  display: inline-block;
  width: 2.6em;
  text-align: left;
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0;
}

.button-disable {
  background-color: #dbdddf !important;
}

/*KESKOFI-372*/
.themelink-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.themelink-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  grid-gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.themelink-grid .themelink-text {
  padding: 5px;
}

footer .footer-links ul li {
  padding: 0px 11px !important;
}

/*Blog Card Block css*/
.blogcard-container {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2em 0;
}

a.blogcard-container:hover {
  text-decoration: none;
}

.blogcardimg img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

a[class^=bg-] .blogcardtext {
  color: #fff;
}

.blogcardtext {
  margin: 2em;
  color: #00205b;
}

/*Blog Card Block css - End*/
/* hack for older version (v2) recaptcha*/
.grecaptcha-badge iframe {
  margin-left: 0;
}

iframe[title~=recaptcha] {
  margin-left: 0;
}

/*gift-card form elements alignment*/
.form-element-align table td {
  padding: 5px;
  vertical-align: top;
}

/*Inderes investor sentiment tool*/
.InderesSentimentApp .QuestionnaireComponent {
  margin-bottom: 3rem;
}
.InderesSentimentApp .QuestionnaireComponent h3 {
  font-size: 40px;
  margin-bottom: 5rem;
}
.InderesSentimentApp .MuiSvgIcon-fontSizeSmall {
  font-size: 2.25rem;
}
.InderesSentimentApp .SliderQuestion__container__element h4 {
  margin-bottom: 2.75rem;
}

.MuiTooltip-tooltip {
  font-size: 10px !important;
}

/*Inderes investor sentiment tool - End*/
@media (max-width: 768px) {
  .article-social .share-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 8px;
  }
}
@media (max-width: 375px) and (min-width: 321px) {
  .themelink-grid {
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  }
}
@media (max-width: 426px) and (min-width: 376px) {
  .themelink-grid {
    grid-template-columns: repeat(auto-fill, minmax(390px, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .blogcard-container {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .blogcardtext {
    max-width: 600px;
  }
  .article-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .blogcard-container {
    max-width: 1200px;
  }
}
.block-bg-grey {
  background-color: #d3d3d3;
  color: #00205b;
}

::-webkit-input-placeholder {
  color: white;
  opacity: 0.8;
}

::-moz-placeholder {
  color: white;
  opacity: 0.8;
}

:-ms-input-placeholder {
  color: white;
  opacity: 0.8;
}

::-ms-input-placeholder {
  color: white;
  opacity: 0.8;
}

::placeholder {
  color: white;
  opacity: 0.8;
}

/* For Edge */
::-ms-input-placeholder {
  color: white;
  opacity: 0.8;
}
/*hide default checkbox overall*/
input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
}
input[type=checkbox] ~ {
  /*positioning the parent element*/
}
input[type=checkbox] ~ label {
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
input[type=checkbox] ~ label:before {
  /*for checkbox before effects overall*/
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #ccc;
}
input[type=checkbox]:checked ~ {
  /*RuokakauppiasAppFormBlock section*/
}
input[type=checkbox]:checked ~ label:after {
  /*for checkbox after effects overall*/
  content: "";
  position: absolute;
  left: 5px;
  top: 12px;
  background: white;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
          box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
input[type=checkbox]:checked ~ label:before {
  /*for checkbox hover and checked effects overall*/
  background: #cb4700;
}
input[type=checkbox]:checked ~ label.tnc-description:after {
  top: 9px;
}
input[type=checkbox]:hover ~ label:before {
  background: #cb4700;
}

/* Episerver forms */
.EPiServerForms label {
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.EPiServerForms label > input[type=checkbox] {
  position: relative;
  margin: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  outline: none;
}
.EPiServerForms label > input[type=checkbox]:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #ccc;
}
.EPiServerForms label > input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 12px;
  background: white;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
          box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 9px;
}
.EPiServerForms label > input[type=checkbox]:checked::before {
  background: #cb4700;
}
.EPiServerForms label:hover > input[type=checkbox]:before {
  background: #cb4700;
}
.EPiServerForms > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  margin: 0 10px 0 0;
}
.EPiServerForms input[type=checkbox] ~ label:before {
  display: none;
}
.EPiServerForms input[type=checkbox]:checked ~ label:after {
  display: none;
}

/* xform */
.xform label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  margin: 0 10px 0 0;
}
.xform label > input[type=checkbox] {
  position: relative;
  margin: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  outline: none;
}
.xform label > input[type=checkbox]:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #ccc;
}
.xform label > input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 12px;
  background: white;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
          box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 9px;
}
.xform label > input[type=checkbox]:checked::before {
  background: #cb4700;
}
.xform label:hover > input[type=checkbox]:before {
  background: #cb4700;
}
.xform input.Phone[type=text] {
  padding-left: 35px !important;
  background-image: url(/staticcontent/img/comm_icon-phone.svg);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: 10px 0.9rem;
}

/* Cision Works #CisionForm*/
#CisionForm input[type=checkbox]:checked ~ label::after {
  top: 10px;
}

/*Phone svg icon for all forms including xforms and episerver forms*/
input#Phone {
  padding-left: 35px !important;
  background-image: url(/staticcontent/img/comm_icon-phone.svg);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: 10px 0.9rem;
}

input.Phone {
  padding-left: 35px !important;
  background-image: url(/staticcontent/img/comm_icon-phone.svg);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: 10px 0.9rem;
}

/*Add Dropdown selected tick icon*/
.dropdown-selected-tick {
  position: absolute;
  right: 1%;
  width: 1em;
  height: 1em;
  background-image: url(/staticcontent/img/misc_icon-tick.svg) !important;
  background-size: 1em 1em !important;
}

/*Search page Dropdown*/
.align-srch-drpdwn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  line-height: 0;
}
.align-srch-drpdwn input {
  margin-right: 4px;
}

.srch-drpdwn {
  width: 150px !important;
  margin-right: 4px;
}
.srch-drpdwn .ui-selectmenu-button {
  margin: 0 !important;
  height: 34px !important;
}
.srch-drpdwn #publishYear {
  display: none !important;
}

/*Add attention icon when requried*/
.field-validation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin: 10px 0;
}

.field-validation-error {
  color: red;
  font-size: 17px;
  display: inline-block;
  padding: 0;
  margin: 10px 0;
}
.field-validation-error .show-attention-icon {
  position: absolute;
  right: 1.5em;
  top: 2.4em;
  width: 1em;
  height: 1em;
  background-image: url(/staticcontent/img/attention_icon-warning.svg);
  background-size: 1em 1em !important;
}

input[type=text].error {
  padding-right: 36px !important;
  border-color: red !important;
  background-color: rgba(255, 0, 0, 0.05);
}

/* Mobile Styles */
@media only screen and (max-width: 426px) {
  input[type=checkbox]:checked ~ label:after {
    top: 9px;
  }
  #CisionForm input[type=checkbox]:checked ~ label::after {
    top: 9px;
  }
}
.leftside {
  margin-top: 50px;
  margin-bottom: 100px;
}

.labelexpanded {
  font-size: 12px;
  position: relative;
}
.labelexpanded > input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  left: 0;
  top: 0;
}
.labelexpanded input:checked + .radio-btns {
  background-color: #253c6a;
  color: #fff;
}

.radio-btns {
  width: 177px;
  height: 355px;
  border-radius: 15px;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 0 1px #c3c3c3;
          box-shadow: 0 1px #c3c3c3;
  cursor: pointer;
  background-color: #FBFBFC;
  float: left;
  border-width: 1px;
  border-style: solid;
  border-color: #253c6a;
  margin-right: 5px;
}

.radio-imgs {
  position: relative;
  text-align: center;
  padding: 15px 20px !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.role-desc {
  font-size: 15px !important;
  text-align: center !important;
}
.role-desc p {
  font-size: 15px !important;
  text-align: center !important;
}

.role-title {
  text-align: center;
}

.image-part {
  height: 165px;
}
#popUpBlock .modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  padding: 1.5em;
}
#popUpBlock .modal-header-close .close {
  font-size: 30px;
}
#popUpBlock .modal-body-content-img {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#popUpBlock .modal-body-content-img .body-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
#popUpBlock .modal-body-content-img .body-content p {
  margin: 0;
}
#popUpBlock .modal-body-content-img .body-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#popUpBlock .modal-body-content-img .body-image img {
  width: 100%;
  height: 100%;
  padding: 0;
}
#popUpBlock .modal-footer-link {
  padding: 12px 0;
}
#popUpBlock .modal-footer-link a.button {
  background-color: #cb4700;
  color: #fff;
  border: 1px solid #cb4700;
  border-radius: 5px;
  padding: 1rem;
  text-decoration: none;
}
@media (max-width: 425px) {
  #popUpBlock .modal-body-content-img {
    grid-template-columns: auto;
  }
}
