*,
:after,
:before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.about-lead article p,
.featured-single span,
.featured-single-content li,
body.single .single-header li,
h1,
h2,
h3,
h4,
h5 {
	font-weight: 400
}
article,
aside,
button,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
img,
main,
menu,
nav,
section,
summary {
	display: block
}
a {
	color: inherit;
	text-decoration: none
}
header nav a {
	background-image: none;
}
/* KJETIL GJORDE DETTE, 2020 */
.article-img img {
	object-fit: scale-down;
	width: 50%;
}

.articless-kmn iframe {
	border: 0 !important;
}

.vp-center {
	height: auto !important;
}

@media only screen and (max-width: 600px) {
.article-img img {
    object-fit: scale-down;
	width: 100%;
}
}

img {
	width: 100%
}
ul {
	list-style: none
}
pre {
	white-space: pre-wrap
}
button {
	font: inherit;
	text-align: inherit;
	border: none;
	cursor: pointer;
	background: 0 0
}
article blockquote,
article ol,
article ul {
	padding-left: 3em
}
article ul {
	list-style: inherit
}
article ul li>ul {
	list-style: circle
}
article blockquote,
article ol,
article p,
article ul {
	margin-bottom: 1em
}
article blockquote:last-child,
article ol:last-child,
article p:last-child,
article ul:last-child {
	margin-bottom: 0
}
.caption {
	font-size: .85em
}
.hidden {
	display: none
}
.button {
	border: solid .09em #000;
	padding: .3em 1em .2em;
	background: #00e081
}
.button:hover {
	background: #000;
	color: #00e081;
	background-position: left 0 bottom 0;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.09em, transparent), color-stop(.09em, transparent));
	background-image: linear-gradient(to top, transparent .09em, transparent .09em)
}
::-moz-selection {
	background: #000;
	color: #00e081
}
::selection {
	background: #000;
	color: #00e081
}
body {
	font-family: NeueHaasUnica, sans-serif;
	font-size: 23px;
	/* background: #00e081; */
	color: #000;
	line-height: 1.05;
	padding: 1em;
	padding-bottom: 1.35em
}

.show-narrow {
	display: block;
}
@media screen and (min-width: 1080px){
	.show-narrow {
		display: none;
	}
}

.show-wide {
	display: none;
}
@media screen and (min-width: 1080px){
	.show-wide {
		display: block;
	}
}

#intro-still,
.intro-still {
    margin-bottom: 2em;
	margin-left: -0.5em;
	/*
	width: calc(100% + 1em);
	*/
}

@media screen and (min-width: 771px){
	#intro-still,
	.intro-still {
        /*margin-left: -1em;
		width: calc(100% + 2em);*/
		margin-left: 0;
    }
}

@media screen and (max-width: 1445px) {
	body {
		font-size: 21px
	}
}
@media screen and (max-width: 1080px) {
	body {
		font-size: 30px
	}
}
@media screen and (max-width: 770px) {
	body {
		padding: .5em;
		font-size: 18px
	}
}
a {
	background-position: left 0 bottom 0;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.09em, #000), color-stop(.09em, transparent));
	background-image: linear-gradient(to top, #000 .09em, transparent .09em)
}
a:hover {
	background-position: left 0 bottom 0;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.09em, #fff), color-stop(.09em, transparent));
	background-image: linear-gradient(to top, #fff .09em, transparent .09em)
}
.about-lead article p,
.featured-single span,
.featured-single-content li,
body.single .single-header li,
h1 {
	font-size: 1.7em
}
@media screen and (max-width: 1080px) {
	.about-lead article p,
	.featured-single span,
	.featured-single-content li,
	body.single .single-header li,
	h1 {
		font-size: 1.3em
	}
}
header.row:not(:last-child),
section.row:not(:last-child) {
	margin-bottom: 2em
}
b,
strong {
	font-weight: 400
}
button:hover {
	background-position: left 0 bottom 0;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.09em, #000), color-stop(.09em, transparent));
	background-image: linear-gradient(to top, #000 .09em, transparent .09em)
}
#intro {
	position: relative;
	z-index: 10;
	pointer-events: none;
	left: -1em;
	width: calc(100% + 1em * 1.5);
	top: -5em;
	margin-bottom: -7em
}
@media screen and (min-width: 1080px) {
	#intro {
		width: calc(100% + 1em * 2);
		top: -4em;
		margin-bottom: -8em
	}
}
#featured {
	position: relative;
	margin-bottom: 1em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.featured-single {
	/* background: #00e081; */
	border: solid .09em #000;
	display: none
}
.featured-single.visible {
	display: block
}
.featured-single-content {
	padding: .6em .5em .5em;
	border-bottom: solid .09em #000;
	cursor: pointer
}
/* KJETIL GJORDE DETTE, 2020 */
.no-cursor {
	cursor: default;
}

.featured-single-content:hover:before {
	right: .5em
}
/*
.featured-single-content:before {
	position: absolute;
	top: .5em;
	right: .6em;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #000;
	border-width: .88em 0 .88em 1em
}*/

@media screen and (max-width: 1080px) {
	.featured-single-content:before {
		border-width: .8em 0 .8em .9em
	}
}
.featured-single-image {
	background-size: cover;
	background-position: center;
	/*background-blend-mode: multiply;*/
	/* background-color: #00e081; */
	height: 20em
}
#program {
	margin-bottom: 1em
}
.program-single {
	/* border: solid .09em #000; */
	margin-bottom: 1em;
	cursor: pointer
}
.program-single:hover .program-single-image {
	background-blend-mode: normal
}
.program-single[data-expanded=true] .program-single-names {
	margin-bottom: 1em
}
.program-single[data-expanded=true] .program-single-names:before {
	border-color: transparent transparent #000 transparent;
	border-width: 0 .4em .5em .4em
}
.program-single[data-expanded=true] .program-single-details {
	display: block
}
/* KJETIL GJORDE DETTE, 2020 */
.program-single[data-expanded=true] .program-single-content .article-single-content {
	padding-bottom: .3em
}
.program-single-image {
	position: relative;
	z-index: -1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
	/* background-color: #00e081; */
	background-size: cover;
	background-position: center;
	background-blend-mode: multiply;
	height: 10em
}
@media screen and (max-width: 1080px) {
	.program-single-image {
		height: 20em
	}
}
@media screen and (max-width: 770px) {
	.program-single-image {
		height: 15em
	}
}
@media screen and (max-width: 520px) {
	.program-single-image {
		height: 10em
	}
}
.program-single-content {
	/* border-top: solid .09em #000; */
	margin-top: -1px;
	padding: .3em .3em .2em
}
/* KJETIL GJORDE DETTE, 2020 */
.article-single-content {
	border-top: solid .09em #000;
	margin-top: -1px;
	padding: .3em .3em .2em
}
/* KJETIL GJORDE DETTE, 2020 */
.program-single-names, .article-single-names {
	position: relative;
	padding-right: 1.5em;
	cursor: pointer
}
.program-single-names:hover:before {
	top: .3em
}
.program-single-names:before {
	position: absolute;
	top: .2em;
	right: .2em;
	width: 0;
	height: 0;
	border-style: solid;
	/* border-color: #000 transparent transparent transparent; */
	border-width: .5em .4em 0 .4em
}
/* KJETIL GJORDE DETTE, 2020 */
.article-single-names:before {
	position: absolute;
	top: .2em;
	right: .2em;
	width: 0;
	height: 0;
	border-style: solid;
	/* border-color: #65E0CC transparent transparent transparent; */
	border-width: .5em .4em 0 .4em
}

.program-single-details {
	display: none
}
.program-editor {
	/* border: solid .09em #000 */
}
.program-editor a {
	/* background: #000;
	color: #00e081; */
	min-height: 12.6em;
	padding: .3em .3em .2em;
	display: block
}
/* .program-editor a:hover {
	background: #00e081;
	color: #000
} */
.schedule-day {
	border: solid .09em #000
}
.schedule-day:not(:last-child) {
	border-bottom: 0
}
.schedule-day[data-active=true] {
	position: relative;
	z-index: 1
}
.schedule-day[data-active=false] {
	border-color: #00a600;
	color: #00a600
}
.schedule-day[data-active=false] .schedule-table-header {
	background: #00a600;
	color: #00e081
}
.schedule-day[data-active=false] .schedule-table-row {
	border-color: #00a600
}
.schedule-day[data-active=false] a {
	background-position: left 0 bottom 0;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.09em, #00ce00), color-stop(.09em, transparent));
	background-image: linear-gradient(to top, #00ce00 .09em, transparent .09em)
}
.schedule-day[data-active=false] a:hover {
	background-position: left 0 bottom 0;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.09em, #00a600), color-stop(.09em, transparent));
	background-image: linear-gradient(to top, #00a600 .09em, transparent .09em)
}
.schedule-table-header {
	padding: .2em .3em .1em
}
.schedule-table-header {
	/* background: #000;
	color: #00e081; */
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-top: 0
}
@media screen and (max-width: 1080px) {
	.schedule-table-header-title {
		display: none
	}
}
.schedule-table-row {
	padding: .3em .3em .15em;
	clear: none
}
.schedule-table-row:not(:last-child) {
	border-bottom: solid .09em #000
}
#information {
	margin-bottom: 0
}
.about-lead article p {
	margin: 0
}
.about-lead article p:not(:first-of-type) {
	/*text-indent: 3em*/
}
.information-single {
	margin-bottom: 2em
}
@media screen and (min-width: 1080px) {
	.information-single:nth-last-child(1),
	.information-single:nth-last-child(2) {
		margin-bottom: 0
	}
}
@media screen and (max-width: 1080px) {
	.information-single:last-child {
		margin-bottom: 0
	}
}
.page-header {
	padding: 2em 0
}
/* KJETIL GJORDE DETTE, 2020 */
.articless-kmn .section-column p {
	/*margin-bottom: 1em !important;*/
	margin-top: 1em !important;
}

/* KJETIL GJORDE DETTE, 2023 */
/* .home section#program {
	display: none;
  } */

