/*! @version 1.7.4 */

.multi-list-item__icon {
	font-family: 'Font Awesome 5 Free';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

* {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

img {
	max-width: 85%;
	height: auto
}

.content-list-panel__tags {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	margin-left: -5px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.content-list-panel__tag {
	margin-left: 5px;
	margin-bottom: 5px;
	border-style: none;
	background-color: #f1f1f1;
	color: #3e3e3e;
	border-radius: 0;
	padding: 0.5em 1.4em 0.5em 22px;
	font-size: 0.8em;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
	outline: 0
}

.content-list-panel__tag:hover {
	background-color: #e4e4e4
}

.content-list-panel__tag:disabled {
	opacity: 0.3
}

.content-list-panel__tag-is-selected {
	background-color: #555;
	color: #fff
}

.content-list-panel__tag-is-selected:hover {
	background-color: #000
}

.content-list-panel__container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -20px;
	-webkit-box-pack: normal;
	-webkit-justify-content: normal;
	-ms-flex-pack: normal;
	justify-content: normal
}

.content-list-panel__container-card {
	width: calc(25% - 20px);
	margin-left: 20px;
	margin-bottom: 20px;
	font-size: 1rem;
	display: none
}

.content-list-panel__container-card--is-visible {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

@media only screen and (max-width: 900px) {
	.content-list-panel__container-card {
		width: calc(33.33333% - 20px);
		font-size: 0.9rem
	}
}

@media only screen and (max-width: 600px) {
	.content-list-panel__container-card {
		width: calc(50% - 20px);
		font-size: 0.9rem
	}
}

.content-list-panel__container-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%
}

.content-list-panel__container-link:hover {
	color: inherit;
	text-decoration: none
}

.content-list-panel__figure {
	position: relative;
	width: 100%;
	min-height: 1px
}

.content-list-panel__figure:before {
	content: ' ';
	display: block;
	padding-top: 100%
}

.content-list-panel__figure-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden
}

.content-list-panel__figure-content img {
	max-height: 85%;
	max-width: 85%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.content-list-panel__container-card--text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	text-align: center;
	padding: 0 1em 1em;
	margin-top: 1em;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.content-list-panel__header {
	line-height: 1.1em;
	font-size: 1em;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	margin-bottom: 1em;
	word-break: break-word;
	width: 100%;
   text-decoration: none
   
   
}

.content-list-panel__read-more {
	font-size: 0.7em;
	margin: 0;
	opacity: 0.5
}

.content-list-panel--has-image-orientation-landscape .content-list-panel__figure:before {
	display: none
}

.content-list-panel--has-image-orientation-landscape .content-list-panel__figure-content {
	position: static;
	top: auto;
	left: auto;
	bottom: auto;
	right: auto;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.mega-menu__tp {
	position: relative
}

#mega-menu__container {
	display: none;
	position: absolute;
	left: 0;
	background-color: white;
	border-top: 1.5px solid #c0c0c0;
	text-transform: uppercase;
	overflow: hidden;
	height: 445px;
	z-index: 10
}

#mega-menu__container ul {
	padding: 40px;
	margin: 0
}

#mega-menu__container li {
	display: none
}

#mega-menu__container .mega-menu--show {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

#mega-menu__container a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
	color: #999;
	height: 100%
}

#mega-menu__container a:hover {
	color: #808080
}

#mega-menu__container-left li {
	position: relative
}

#mega-menu__container-left li span {
	color: red;
	padding: 0 0 0 40px;
	position: absolute;
	right: 0
}

#mega-menu__container-left li span:hover {
	font-size: 120%;
	color: #cc0000;
	cursor: pointer
}

#mega-menu__container-left.mega-menu__lvl-2-active {
	border-right: 1.5px solid #c0c0c0
}

#mega-menu__container-left.mega-menu__lvl-2-active li[state='active'] a {
	color: red
}

#mega-menu__container-left.mega-menu__lvl-2-active li[state='active'] a:hover {
	color: #cc0000
}

#mega-menu__container-left.mega-menu__lvl-2-active+#mega-menu__container-mid ul {
	display: block
}

#mega-menu__container-left.mega-menu__lvl-2-active+#mega-menu__container-mid .mega-menu__image-mid {
	display: none
}

#mega-menu__container-left.mega-menu__lvl-2-active~#mega-menu__container-right div {
	height: 50%
}

#mega-menu__container-left.mega-menu__lvl-2-active~#mega-menu__container-right .mega-menu__image-right {
	display: block
}

#mega-menu__container-left.mega-menu__lvl-2-active~#mega-menu__container-right h3 {
	padding: 10px
}

#mega-menu__container-left.mega-menu__lvl-2-active~#mega-menu__container-right p {
	padding: 25px 15px 5px
}

#mega-menu__container-mid ul,
#mega-menu__container-mid [state='inactive'],
#mega-menu__container-mid [state='active']~div:last-child {
	display: none
}

#mega-menu__container-right {
	background-color: #f7f7f4;
	text-align: center
}

#mega-menu__container-right [state='inactive'],
#mega-menu__container-right [state='active']~a:last-child {
	display: none
}

#mega-menu__container-right .mega-menu__image-right {
	display: none;
	overflow: hidden
}

#mega-menu__container-right h3 {
	padding: 80px 0
}

#mega-menu__container-right p {
	padding: 40px 0 0;
	position: relative;
	color: red;
	text-transform: none
}

.mega-menu__container-lvl-1 {
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.mega-menu__container-lvl-1 [lvl-id] {
	position: relative;
	padding: 20px 0
}

.mega-menu__container-lvl-1 [lvl-id]:hover {
	background-color: #e7e7e7;
	cursor: pointer
}

.mega-menu__container-lvl-1 a {
	text-decoration: none
}

.mega-menu__lvl-1-active [lvl-id] {
	color: grey
}

.mega-menu__lvl-1-active [lvl-id][state='active'] {
	color: black
}


.mega-menu__lvl-1-active [lvl-id][state='active']:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	width: 50px;
	height: 3px;
	margin: 0 auto;
	background: red;
	z-index: 11
}

.mega-menu__lvl-1-active+#mega-menu__container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.mega-menu__container-width {
	width: 33.3333%
}

.mega-menu__container-width img {
	width: 85%;
	height: 85%
}

.toggle-mobile-menu__label {
	display: none
}

.toggle-mobile-menu__icon {
	width: 36px;
	height: 36px;
	cursor: pointer;
	position: relative;
	display: block;
	padding-top: 17px
}

.toggle-mobile-menu__icon span,
.toggle-mobile-menu__icon span:after,
.toggle-mobile-menu__icon span:before {
	cursor: pointer;
	border-radius: 1px;
	height: 3px;
	width: 36px;
	background: #000;
	position: absolute;
	display: block;
	content: ' ';
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	-webkit-transform-origin: 10% 50%;
	transform-origin: 10% 50%
}

.toggle-mobile-menu__icon span:before {
	top: -10px
}

.toggle-mobile-menu__icon span:after {
	bottom: -10px
}

.list-menu {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto
}

.has-visible-mobile-menu .list-menu {
	display: block
}

.has-visible-mobile-menu .toggle-mobile-menu__icon span {
	background-color: transparent
}

.has-visible-mobile-menu .toggle-mobile-menu__icon span:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.has-visible-mobile-menu .toggle-mobile-menu__icon span:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.list-menu__toggle-child {
	position: absolute;
	top: 0.2em;
	right: 0;
	width: 40px;
	height: 40px;
	font-size: 20px;
	cursor: pointer;
	-webkit-transition: 100ms ease-in-out transform;
	transition: 100ms ease-in-out transform;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.list-menu__toggle-child:before,
.list-menu__toggle-child:after {
	content: '';
	display: inline-block;
	height: 1px;
	width: 16px;
	background-color: #000;
	position: absolute;
	-webkit-transition: 300ms ease-in-out transform;
	transition: 300ms ease-in-out transform;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.list-menu__toggle-child:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	left: 12px;
	top: 50%
}

.list-menu__toggle-child:after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	left: 12px;
	top: 50%
}

.list-menu__item {
	position: relative;
	padding: 0
}

.list-menu__item>.list-menu {
	display: none
}

.list-menu__item--has-visible-children>.list-menu {
	display: block
}

.list-menu__item--has-visible-children>.list-menu__toggle-child {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.list-menu__link {
	display: block;
	padding: 0.6em 50px 0.6em 0.6em
}

.list-menu__link:hover {
	text-decoration: none
}

.list-menu__link--level-2 {
	font-size: 0.94em;
	padding-top: 0.73em;
	padding-bottom: 0.73em;
	padding-left: 30px
}

.list-menu__link--level-3 {
	font-size: 0.88em;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	padding-left: 40px
}

.list-menu__link--level-4 {
	font-size: 0.8em;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	padding-left: 50px
}

.list-menu--level-1 {
	background-color: #f3f1f1
}

.list-menu__item--level-1 {
	border-bottom: 1px solid #e0e0e0
}

.list-menu__item--level-2,
.list-menu__item--level-3,
.list-menu__item--level-4 {
	position: relative
}

.list-menu__item--level-2:after,
.list-menu__item--level-3:after,
.list-menu__item--level-4:after {
	content: ' ';
	border-bottom: 1px solid #e0e0e0;
	position: absolute;
	bottom: 0;
	left: 1.4em;
	right: 40px;
	display: block
}

.list-menu__item--level-3:after {
	left: 40px
}

.list-menu__item--level-4:after {
	left: 50px
}

.list-menu--level-2 .list-menu__item--level-2:last-child:after {
	display: none
}

.list-menu--level-3 .list-menu__item--level-3:last-child:after {
	display: none
}

.list-menu--level-4 .list-menu__item--level-4:last-child:after {
	display: none
}

html:not(.sv-edit-mode) .read-more-text-block .sv-text-portlet-content {
	max-height: 200px;
	min-height: 200px;
	overflow: hidden;
	position: relative
}

html:not(.sv-edit-mode) .read-more-text-block .sv-text-portlet-content:before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(70%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0) 100%)
}

html:not(.sv-edit-mode) .read-more-text-block .sv-text-portlet-content:after {
	content: 'Read more';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8em;
	margin-left: -4em;
	text-align: center;
	display: inline-block;
	padding: 0.5em 1em;
	background-color: #908f91;
	color: #fff;
	cursor: pointer
}

html:not(.sv-edit-mode) .read-more-text-block--is-visible .sv-text-portlet-content {
	max-height: none
}

html:not(.sv-edit-mode) .read-more-text-block--is-visible .sv-text-portlet-content:before,
html:not(.sv-edit-mode) .read-more-text-block--is-visible .sv-text-portlet-content:after {
	display: none
}

html:not(.sv-edit-mode):lang(sv) .read-more-text-block .sv-text-portlet-content:after {
	content: 'LÃƒÂ¤s mer'
}

.multi-list {
	margin-top: 20px;
	font-size: 1rem
}

.multi-list__tags {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	margin-left: -5px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.multi-list__tag {
	margin-left: 5px;
	margin-bottom: 5px;
	border-style: none;
	background-color: #f1f1f1;
	color: #3e3e3e;
	border-radius: 0;
	padding: 0.45em 1.4em 0.5em;
	font-size: 0.8em;
	position: relative;
	cursor: pointer;
	outline: 0
}

.multi-list__tag:hover {
	background-color: #e4e4e4
}

.multi-list__tag--is-selected {
	background-color: #555;
	color: #fff
}

.multi-list__tag--is-selected:hover {
	background-color: #000
}

.multi-list-items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -20px
}

.multi-list-item {
	margin-left: 20px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	border: 1px solid #efefef;
	-webkit-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.multi-list-item--is-visible {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.multi-list-item__figure {
	position: relative;
	width: 100%;
	min-height: 1px
}

.multi-list-item__figure:before {
	content: ' ';
	display: block;
	padding-top: 100%
}

.multi-list-item__figure-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden
}

.multi-list-item__figure-content img {
	max-height: 85%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.multi-list--has-image-orientation-landscape .multi-list-item__figure:before {
	display: none
}

.multi-list--has-image-orientation-landscape .multi-list-item__figure-content {
	position: static;
	top: auto;
	left: auto;
	bottom: auto;
	right: auto;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.multi-list-item__url a,
.multi-list-item__mail a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.multi-list-item__url a:hover,
.multi-list-item__mail a:hover {
	text-decoration: none
}

.multi-list-item__url .multi-list-item__icon,
.multi-list-item__mail .multi-list-item__icon {
	margin-right: 5px
}

.multi-list-item__url .multi-list-item__value,
.multi-list-item__mail .multi-list-item__value {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.multi-list-item__details {
	text-align: center;
	padding: 20px
}

.multi-list-item__header {
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 1em;
	word-break: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto
}

.multi-list-item__text {
	margin: 0 0 0.4em;
	font-size: 0.8em;
	line-height: 1.3em;
	opacity: 0.6;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.multi-list-item__secondary-content {
	padding: 20px;
	font-size: 0.8em
}

.multi-list-item__icon {
	font-weight: 400
}

.multi-list-item__icon-url:before {
	content: ' '
}

.multi-list-item__icon-tel:before {
	content: ' '
}

.multi-list-item__icon-mail:before {
	content: ' '
}

.multi-list--has-3-columns .multi-list-item {
	width: calc(33.33333% - 20px)
}

@media only screen and (max-width: 900px) {
	.multi-list--has-3-columns .multi-list-items {
		margin-left: -10px
	}
	.multi-list--has-3-columns .multi-list-item {
		width: calc(50% - 10px);
		margin-left: 10px;
		margin-bottom: 10px
	}
}

.multi-list--has-4-columns .multi-list-item {
	width: calc(25% - 20px)
}

@media only screen and (max-width: 900px) {
	.multi-list--has-4-columns .multi-list-items {
		margin-left: -10px
	}
	.multi-list--has-4-columns .multi-list-item {
		width: calc(50% - 10px);
		margin-left: 10px;
		margin-bottom: 10px
	}
}

.multi-list--has-6-columns .multi-list-item {
	width: calc(16.66667% - 20px)
}

@media only screen and (max-width: 1200px) {
	.multi-list--has-6-columns .multi-list-item {
		width: calc(25% - 20px)
	}
}

@media only screen and (max-width: 900px) {
	.multi-list--has-6-columns .multi-list-item {
		width: calc(33.33333% - 20px)
	}
}

@media only screen and (max-width: 600px) {
	.multi-list--has-6-columns .multi-list-items {
		margin-left: -10px
	}
	.multi-list--has-6-columns .multi-list-item {
		width: calc(50% - 10px);
		margin-left: 10px;
		margin-bottom: 10px
	}
}

.multi-list--has-8-columns .multi-list-item__details {
	padding: 10px
}

.multi-list--has-8-columns .multi-list-item {
	width: calc(12.5% - 20px)
}

@media only screen and (max-width: 1500px) {
	.multi-list--has-8-columns .multi-list-item {
		width: calc(16.66667% - 20px)
	}
}

@media only screen and (max-width: 1200px) {
	.multi-list--has-8-columns .multi-list-item {
		width: calc(25% - 20px)
	}
}

@media only screen and (max-width: 800px) {
	.multi-list--has-8-columns .multi-list-item {
		width: calc(33.33333% - 20px)
	}
}

@media only screen and (max-width: 600px) {
	.multi-list--has-8-columns .multi-list-items {
		margin-left: -10px
	}
	.multi-list--has-8-columns .multi-list-item {
		width: calc(50% - 10px);
		margin-left: 10px;
		margin-bottom: 10px
	}
}

@media only screen and (max-width: 600px) {
	.multi-list--has-3-columns .multi-list-item__details,
	.multi-list--has-4-columns .multi-list-item__details,
	.multi-list--has-6-columns .multi-list-item__details,
	.multi-list--has-8-columns .multi-list-item__details {
		padding: 10px
	}
}

.mega-dropdown {
	max-width: 1300px;
	margin: 0 auto
}

.mega-dropdown-menu {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0
}

.mega-dropdown-item__link--level-1:hover,
.mega-dropdown-item__link--level-2:hover,
.mega-dropdown-item__link--level-3:hover {
	text-decoration: none
}

.mega-dropdown-menu--level-1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin: 20px 40px
}

.mega-dropdown-item__link--level-1 {
	position: relative;
	padding: 6px 14px 6px 20px;
	display: block
}

.mega-dropdown-item__link--level-1:after {
	position: absolute;
	top: 11px;
	right: 0;
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #6b6b6b;
	border-right: 1px solid #6b6b6b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.mega-dropdown-item__link--level-1:only-child:after {
	display: none
}

.mega-dropdown-item--level-1 {
	padding-left: 10px
}

.mega-dropdown-item--level-1:first-child {
	padding-left: 0
}

.mega-dropdown-item--level-1:first-child .mega-dropdown-item__link--level-1 {
	padding-left: 0
}

.mega-dropdown-item--level-1:hover .mega-dropdown-item__link--level-1 {
	color: #bd1c1c
}

.mega-dropdown-item--level-1:hover .mega-dropdown-item__link--level-1:after {
	border-bottom-color: #bd1c1c;
	border-right-color: #bd1c1c
}

.mega-dropdown-item--level-1:hover .mega-dropdown-menu--level-2,
.mega-dropdown-item--level-1:hover .mega-dropdown__drop {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.mega-dropdown__drop {
	position: absolute;
	left: 0;
	right: 0;
	display: none;
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3)
}

.mega-dropdown__drop-figure {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	min-height: 400px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin-left: 20px;
	overflow: hidden;
	-webkit-transition: -webkit-filter 0.2s ease;
	transition: -webkit-filter 0.2s ease;
	transition: filter 0.2s ease;
	transition: filter 0.2s ease, -webkit-filter 0.2s ease
}

.mega-dropdown__figure-media {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.mega-dropdown__drop-figure--has-text:after {
	content: ' ';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4)
}

.mega-dropdown__drop-figure--has-text:hover {
	text-decoration: none
}

.mega-dropdown__drop-figure--has-text:hover .mega-dropdown__figure-media {
	-webkit-filter: blur(3px);
	filter: blur(3px)
}

.mega-dropdown__figure-header {
	text-transform: uppercase;
	color: #fff;
	position: relative;
	z-index: 10;
	display: block;
	font-size: 1.7em;
	letter-spacing: 0.06em
}

.mega-dropdown__figure-text {
	color: #fff;
	position: relative;
	z-index: 10;
	display: block;
	opacity: 0.8;
	margin-top: 0.3em
}

.mega-dropdown__drop-menu {
	width: calc(39% - 20px);
	padding: 22px 0 30px 30px
}

.mega-dropdown-menu--level-2 {
	display: none;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: -20px
}

.mega-dropdown-item--level-2 {
	margin-left: 20px;
	border-bottom: 1px solid #efefef;
	padding-top: 8px;
	padding-bottom: 8px
}

.mega-dropdown-item--level-2:first-child {
	margin-top: 0
}

.mega-dropdown-item--3-columns .mega-dropdown__drop-menu {
	padding-bottom: 5px;
	width: calc(61% - 20px)
}

.mega-dropdown-item--3-columns .mega-dropdown-menu--level-2 {
	max-height: 520px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start
}

.mega-dropdown-item--3-columns .mega-dropdown-item--level-2 {
	width: calc(50% - 20px);
	margin-top: 0;
	margin-bottom: 15px
}

.mega-dropdown-item__link--level-2 {
	text-transform: uppercase;
	letter-spacing: 0.01em;
	display: block;
	position: relative;
	font-size: 15px
}

.mega-dropdown-item--level-4 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.mega-dropdown-menu--level-3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 0.9em;
	margin-top: 8px
}

.mega-dropdown-item--has-children {
	margin-top: 16px;
	margin-bottom: 8px
}

.mega-dropdown-item--has-children+.mega-dropdown-item--level-2 {
	margin-top: 10px
}

.mega-dropdown-item__link--level-3 {
	display: block;
	line-height: 1.2em;
	padding: 4px 0 3px;
	font-size: 0.9em;
	position: relative;
	padding-left: 10px
}

.mega-dropdown-item__link--level-3:before {
	content: ' ';
	position: absolute;
	top: 10px;
	left: 0;
	display: inline-block;
	width: 4px;
	height: 4px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0.5
}

.mega-dropdown-menu--level-4 {
	margin: 5px 10px 10px
}

.mega-dropdown--3-columns-hover .mega-drop {
	position: relative
}

.mega-dropdown--3-columns-hover .mega-dropdown__drop-menu {
	width: calc(30% - 20px)
}

.mega-dropdown--3-columns-hover .mega-dropdown-item--level-2 {
	padding-top: 0;
	padding-bottom: 0
}

.mega-dropdown--3-columns-hover .mega-dropdown-item__link--level-2 {
	padding-top: 8px;
	padding-bottom: 8px
}

.mega-dropdown--3-columns-hover .mega-dropdown-menu--level-3 {
	display: none;
	position: absolute;
	top: -8px;
	left: 30%;
	right: 0;
	margin-left: -20px;
	z-index: 12;
	padding: 20px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-height: 100%
}

.mega-dropdown--3-columns-hover .mega-dropdown-item--has-children {
	margin-top: 0;
	margin-bottom: 0
}

.mega-dropdown--3-columns-hover .mega-dropdown-item--has-children:after {
	content: ' ';
	position: absolute;
	display: none;
	top: 0;
	left: 25%;
	height: 100%;
	right: 0;
	z-index: 10
}

.mega-dropdown--3-columns-hover .mega-dropdown-item--has-children:before {
	content: ' ';
	position: absolute;
	display: none;
	top: 0;
	left: 30%;
	height: 100%;
	right: 0;
	z-index: 11
}

.mega-dropdown--3-columns-hover .mega-dropdown-item--has-children:hover:before,
.mega-dropdown--3-columns-hover .mega-dropdown-item--has-children:hover:after {
	display: block
}

.mega-dropdown--3-columns-hover .mega-dropdown-item--has-children:hover .mega-dropdown-menu--level-3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.mega-dropdown--3-columns-hover .mega-dropdown-item--has-children .mega-dropdown-item__link--level-2 {
	position: relative
}

.mega-dropdown--3-columns-hover .mega-dropdown-item--has-children .mega-dropdown-item__link--level-2:after {
	content: ' ';
	position: absolute;
	display: block;
	margin-top: -3px;
	margin-right: 4px;
	top: 50%;
	right: 0;
	width: 8px;
	height: 8px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0.5
}

.mega-dropdown--3-columns-hover .mega-dropdown-item--level-3 {
	width: calc(50% - 20px);
	margin-bottom: 1px;
	margin-left: 20px
}

.mega-dropdown--3-columns-hover .mega-dropdown-item__link--level-3 {
	font-size: 1.1em;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.15)
}

.mega-dropdown--3-columns-hover .mega-dropdown-item__link--level-3:before {
	display: none
}

.mega-dropdown--3-columns-hover .mega-dropdown-item__link--level-3:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.25)
}

.mega-dropdown__drop--level-3-visible .mega-dropdown__figure-media {
	-webkit-filter: blur(3px);
	filter: blur(3px)
}

.mega-dropdown__drop--level-3-visible .mega-dropdown__figure-header,
.mega-dropdown__drop--level-3-visible .mega-dropdown__figure-text {
	display: none
}

.mega-dropdown__drop--level-3-visible .mega-dropdown-item--level-2:hover .mega-dropdown-item__link--level-2 {
	color: #bd1c1c
}

.mega-dropdown__drop--level-3-visible .mega-dropdown-item--level-2:hover .mega-dropdown-item__link--level-2:after {
	border-top-color: #bd1c1c;
	border-right-color: #bd1c1c;
	opacity: 1
}

.file-list {
	margin: 40px
}

.file-items {
	list-style: none;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-left: 22px
}

.file-items--level-1 {
	padding-left: 0
}

.file-item--folder-closed .file-items {
	display: none
}

.file-item {
	padding: 0.2em 0
}

.file-item__link {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.file-item__meta {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
	font-size: 0.8em;
	text-align: right;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.file-item__meta:before {
	content: ' ';
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	min-width: 20px
}

.file-item__file-info {
	opacity: 0.5
}

.file-item__folder {
	cursor: pointer
}

.file-item--type-file {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.file-item__folder-icon {
	display: inline-block;
	margin-right: 7px;
	position: relative;
	width: 0.5em
}

.file-item__folder-icon:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: -0.6em;
	width: 0.5em;
	height: 0.5em;
	border-top: 1px solid #bd1c1c;
	border-right: 1px solid #bd1c1c;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: -webkit-transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
	-webkit-transform-origin: 60% 40%;
	transform-origin: 60% 40%
}

.file-item--folder-open .file-item__folder-icon:before {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}

.file-item__file-icon {
	font-family: Arial, Tahoma, sans-serif;
	font-weight: 300;
	display: inline-block;
	width: 12px;
	height: 16px;
	background: #fff;
	position: relative;
	border-radius: 2px 7px 2px 2px;
	text-align: left;
	margin-right: 4px;
	background-color: #c8c3be;
	-webkit-font-smoothing: antialiased
}

.file-item__file-icon:before {
	display: block;
	content: ' ';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-bottom-left-radius: 2px;
	border-width: 3px;
	border-style: solid;
	border-color: #fff #fff rgba(255, 255, 255, 0.35) rgba(255, 255, 255, 0.35)
}

.file-item__action-delete {
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: relative;
	padding-top: 11px;
	padding-left: 10px;
	display: none
}

.file-item__action-delete:after,
.file-item__action-delete:before {
	cursor: pointer;
	border-radius: 1px;
	height: 1px;
	width: 12px;
	background-color: #000;
	position: absolute;
	display: block;
	content: ' ';
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.file-item__action-delete:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.file-item__action-delete:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.file-item__action-delete:hover:after,
.file-item__action-delete:hover:before {
	background-color: #bd1c1c
}

.file-list__add-files {
	display: none;
	margin-top: 10px
}

.file-list__add-files .file-field {
	margin-bottom: 10px
}

.file-items--edit>.file-item--type-file .file-item__action-delete {
	display: inline-block
}

.file-items--edit>.file-item--type-edit .file-list__add-files {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.hero-banner {
	min-height: calc(70vh);
	position: relative;
	overflow: hidden;
	padding: 20px 10px
}

.hero-banner-has-text:before {
	content: ' ';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 2
}

.hero-banner-text-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 3;
	text-align: center;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto
}

.hero-banner-text {
	margin: 20px 10px
}

.hero-banner-text h2,
.hero-banner-text p {
	color: #fff;
	margin: 0;
	line-height: 1.2
}

.hero-banner-text h2 {
	font-size: 3.2vw;
	margin-bottom: 0.3rem;
	letter-spacing: 0.1em
}

@media only screen and (max-width: 1000px) {
	.hero-banner-text h2 {
		font-size: 2em
	}
}

@media only screen and (max-width: 450px) {
	.hero-banner-text h2 {
		font-size: 1.6em
	}
}

.hero-banner-text p {
	font-size: 1.2em
}

@media only screen and (max-width: 1000px) {
	.hero-banner-text p {
		font-size: 1em
	}
}

@media only screen and (max-width: 450px) {
	.hero-banner-text p {
		font-size: 0.9em
	}
}

.hero-banner-cta-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -20px;
	width: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px
}

@media only screen and (max-width: 450px) {
	.hero-banner-cta-container {
		margin-left: -10px
	}
}

.hero-banner-cta {
	border-style: none;
	text-transform: uppercase;
	cursor: pointer;
	line-height: 1.2rem;
	-webkit-transition: background-color 250ms ease-in-out;
	transition: background-color 250ms ease-in-out;
	width: auto;
	display: inline-block;
	position: relative;
	margin-left: 20px;
	margin-bottom: 20px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

@media only screen and (max-width: 450px) {
	.hero-banner-cta {
		margin-left: 10px;
		margin-bottom: 10px;
		font-size: 0.7em
	}
}

.hero-banner-cta:after {
	position: absolute;
	top: 50%;
	margin-top: 8px;
	right: 40px;
	content: ' ';
	width: 12px;
	height: 12px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: rotateZ(135deg);
	transform: rotateZ(135deg);
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
	opacity: 0
}

.hero-banner-cta:hover {
	text-decoration: none
}

.hero-banner-cta:hover {
	text-decoration: none
}

.hero-banner-bg-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.hero-banner-bg-container img,
.hero-banner-bg-container video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: 100%;
	width: auto;
	height: auto;
	z-index: 1
}

.uikit-slideshow-image-container img {
	max-width: none;
	max-height: none;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block
}




.uk-link:hover, a:hover {

text-decoration: none !important;

}