@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons+Sharp);
/*

github.com style (c) Vasily Polovnyov <vast@whiteants.net>

*/

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #333;
  background: #f8f8f8;
}

.hljs-comment,
.hljs-quote {
  color: #998;
  font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
  color: #333;
  font-weight: bold;
}

.hljs-number,
.hljs-literal,
.hljs-variable,
.hljs-template-variable,
.hljs-tag .hljs-attr {
  color: #008080;
}

.hljs-string,
.hljs-doctag {
  color: #d14;
}

.hljs-title,
.hljs-section,
.hljs-selector-id {
  color: #900;
  font-weight: bold;
}

.hljs-subst {
  font-weight: normal;
}

.hljs-type,
.hljs-class .hljs-title {
  color: #458;
  font-weight: bold;
}

.hljs-tag,
.hljs-name,
.hljs-attribute {
  color: #000080;
  font-weight: normal;
}

.hljs-regexp,
.hljs-link {
  color: #009926;
}

.hljs-symbol,
.hljs-bullet {
  color: #990073;
}

.hljs-built_in,
.hljs-builtin-name {
  color: #0086b3;
}

.hljs-meta {
  color: #999;
  font-weight: bold;
}

.hljs-deletion {
  background: #fdd;
}

.hljs-addition {
  background: #dfd;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

/* juxtapose - v1.1.6 - 2015-09-09
 * Copyright (c) 2015 Alex Duner and Northwestern University Knight Lab 
 */
div.juxtapose {
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
}

div.jx-slider {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

div.jx-handle {
	position: absolute;
	height: 100%;
	width: 40px;
	cursor: col-resize;
	z-index: 15;
	margin-left: -20px;
}


.vertical div.jx-handle {
	height: 40px;
	width: 100%;
	cursor: row-resize;
	margin-top: -20px;
	margin-left: 0;
}

div.jx-control {
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	width: 3px;
	background-color: white;
}

.vertical div.jx-control {
	height: 3px;
	width: 100%;
	background-color: white;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

div.jx-controller {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	height: 60px;
	width: 9px;
	margin-left: -3px;
	background-color: white;
}

.vertical div.jx-controller {
	height: 9px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	top: -3px;
	position: relative;
}

div.jx-arrow {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0; 
	width: 0;
	height: 0;
	transition: all .2s ease;
}

.vertical div.jx-arrow {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0; 
	width: 0;
	height: 0;
	transition: all .2s ease;
}


div.jx-arrow.jx-left {
	left: 2px;
	border-style: solid;
	border-width: 8px 8px 8px 0;
	border-color: transparent #FFF transparent transparent;
}

div.jx-arrow.jx-right {
	right: 2px;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent #FFF;
}

.vertical div.jx-arrow.jx-left {
	left: 0px;
	top: 2px;
	border-style: solid;
	border-width: 0px 8px 8px 8px;
	border-color: transparent transparent #FFF transparent;
}

.vertical div.jx-arrow.jx-right {
	right: 0px;
	top: initial;
	bottom: 2px;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #FFF transparent transparent transparent;
}

div.jx-handle:hover div.jx-arrow.jx-left,
div.jx-handle:active div.jx-arrow.jx-left {
	left: -1px;
}

div.jx-handle:hover div.jx-arrow.jx-right, 
div.jx-handle:active div.jx-arrow.jx-right {
	right: -1px;
}

.vertical div.jx-handle:hover div.jx-arrow.jx-left,
.vertical div.jx-handle:active div.jx-arrow.jx-left {
	left: 0px;
	top: 0px;
}

.vertical div.jx-handle:hover div.jx-arrow.jx-right, 
.vertical div.jx-handle:active div.jx-arrow.jx-right {
	right: 0px;
	bottom: 0px;
}


div.jx-image {
	position: absolute;
	height: 100%;
	display: inline-block;
	top: 0;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

.vertical div.jx-image {
	width: 100%;
	left: 0;
	top: initial;
}

div.jx-image img {
	height: 100%;
	z-index: 5;
	position: absolute;

	max-height: none;
	max-width: none;
	max-height: initial;
	max-width: initial;
}

.vertical div.jx-image img {
	height: initial;
	width: 100%;
}

div.jx-image.jx-left {
	left: 0;
	background-position: left;
}

div.jx-image.jx-left img {
	left: 0;
}

div.jx-image.jx-right {
	right: 0;
	background-position: right;
}

div.jx-image.jx-right img {
	right: 0;
	bottom: 0;
}


.veritcal div.jx-image.jx-left {
	top: 0;
	background-position: top;
}

.veritcal div.jx-image.jx-left img {
	top: 0;
}

.vertical div.jx-image.jx-right {
	bottom: 0;
	background-position: bottom;
}

.veritcal div.jx-image.jx-right img {
	bottom: 0;
}


div.jx-image div.jx-label {
	font-size: 1em;
	padding: .25em .75em;
	position: relative;
	display: inline-block;
	top: 0;
	background-color: #000; /* IE 8 */
	background-color: rgba(0,0,0,.7);
	color: white;
	z-index: 10;
	white-space: nowrap;
	line-height: 18px;
	vertical-align: middle;
}

div.jx-image.jx-left div.jx-label {
	float: left;
	left: 0;
}

div.jx-image.jx-right div.jx-label {
	float: right;
	right: 0;
}

.vertical div.jx-image div.jx-label {
	display: table;
	position: absolute;
}

.vertical div.jx-image.jx-right div.jx-label {
	left: 0;
	bottom: 0;
	top: initial;
}

div.jx-credit {
	line-height: 1.1;
	font-size: 0.75em;
}

div.jx-credit em {
	font-weight: bold;
	font-style: normal;
}


/* Animation */

div.jx-image.transition {
	transition: width .5s ease;
}

div.jx-handle.transition {
	transition: left .5s ease;
}

.vertical div.jx-image.transition {
	transition: height .5s ease;
}

.vertical div.jx-handle.transition {
	transition: top .5s ease;
}

/* Knight Lab Credit */
a.jx-knightlab {
	background-color: #000; /* IE 8 */
	background-color: rgba(0,0,0,.25);
	bottom: 0;
	display: table;
	height: 14px;
	line-height: 14px;
	padding: 1px 4px 1px 5px;
	position: absolute;
	right: 0;
	text-decoration: none;
	z-index: 10;
}

a.jx-knightlab div.knightlab-logo {
	display: inline-block;
	vertical-align: middle;
	height: 8px;
	width: 8px;
	background-color: #c34528;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: -1.25px;
	position: relative;
	cursor: pointer;
}

a.jx-knightlab:hover {
	background-color: #000; /* IE 8 */
	background-color: rgba(0,0,0,.35);
}
a.jx-knightlab:hover div.knightlab-logo {
	background-color: #ce4d28;
}

a.jx-knightlab span.juxtapose-name {
	display: table-cell;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: white;
	font-size: 10px;
	padding-left: 0.375em;
  	vertical-align: middle;
  	line-height: normal;
}

/* keyboard accessibility */
div.jx-controller:focus,
div.jx-image.jx-left div.jx-label:focus,
div.jx-image.jx-right div.jx-label:focus,
a.jx-knightlab:focus {
	background: #eae34a;
	color: #000;
}
a.jx-knightlab:focus span.juxtapose-name{
	color: #000;
	border: none;
}

@font-face{font-family:GT Sectra;font-weight:400;src:url(/content/themes/nb.no/dist/054d5ace9f84b7a6d799658670627cbf.woff) format("woff")}@font-face{font-family:GT Sectra;font-weight:600;src:url(/content/themes/nb.no/dist/4b96c742d9c350165787703b8099d4ec.woff) format("woff")}@font-face{font-family:ClearfaceStd;font-weight:400;src:url(/content/themes/nb.no/dist/b72984a58b6d3c294a05556ea37e34c7.woff2) format("woff2"),url(/content/themes/nb.no/dist/a7d421cb042db5915b48115847612692.woff) format("woff")}:root{--nb-color-primary-500:#00579e;--nb-color-secondary-100:#f0f2f5;--nb-color-secondary-600:#657683;--nb-color-black-100:#1a1a1a;--nb-color-black-50:#3d3f41;--nb-color-white:#fff}.has-primary-500-color,.has-primary-500-color:focus,.has-primary-500-color:hover{color:var(--nb-color-primary-500)}.has-secondary-100-color,.has-secondary-100-color:focus,.has-secondary-100-color:hover{color:var(--nb-color-secondary-100)}.has-secondary-600-color,.has-secondary-600-color:focus,.has-secondary-600-color:hover{color:var(--nb-color-secondary-600)}.has-black-100-color,.has-black-100-color:focus,.has-black-100-color:hover{color:var(--nb-color-black-100)}.has-black-50-color,.has-black-50-color:focus,.has-black-50-color:hover{color:var(--nb-color-black-50)}.has-white-color,.has-white-color:focus,.has-white-color:hover{color:var(--nb-color-white)}.has-primary-500-background-color{background-color:var(--nb-color-primary-500)}.has-secondary-100-background-color{background-color:var(--nb-color-secondary-100)}.has-black-100-background-color{background-color:var(--nb-color-black-100)}.has-black-50-background-color{background-color:var(--nb-color-black-50)}.has-white-background-color{background-color:var(--nb-color-white)}.gutenberg-content>*,[class$=__inner-container]>*{margin-left:auto;margin-right:auto}.gutenberg-content>*+*,[class$=__inner-container]>*+*{margin-top:3rem}.gutenberg-content>h1+p,.gutenberg-content>h2+p,.gutenberg-content>h3+p,.gutenberg-content>h4+p,.gutenberg-content>h5+p,.gutenberg-content>h6+p,.gutenberg-content>p+p,[class$=__inner-container]>h1+p,[class$=__inner-container]>h2+p,[class$=__inner-container]>h3+p,[class$=__inner-container]>h4+p,[class$=__inner-container]>h5+p,[class$=__inner-container]>h6+p,[class$=__inner-container]>p+p{margin-top:1rem}.gutenberg-content>:last-child{margin-bottom:3rem}.gutenberg-content>:not(.alignfull):not(.alignwide):not([class$=__inner-container]):not(img),[class$=__inner-container]>:not(.alignfull):not(.alignwide):not([class$=__inner-container]):not(img){max-width:42.5rem;width:calc(100vw - 2rem)}.gutenberg-content>.alignwide{max-width:75rem;width:calc(100vw - 2rem)}.grid-container{max-width:75rem}.grid-container,.grid-container.fluid{margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.grid-container.fluid{max-width:100%}.grid-container.full{margin-left:auto;margin-right:auto;max-width:100%;padding-left:0;padding-right:0}.grid-x{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.cell{-ms-flex:0 0 auto;flex:0 0 auto;min-height:0;min-width:0;width:100%}.cell.auto{-ms-flex:1 1 0px;flex:1 1 0px}.cell.shrink{-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.auto,.grid-x>.shrink{width:auto}.grid-x>.small-1,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12,.grid-x>.small-full,.grid-x>.small-shrink{-ms-flex-preferred-size:auto;flex-basis:auto}@media print,screen and (min-width:40em){.grid-x>.medium-1,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12,.grid-x>.medium-full,.grid-x>.medium-shrink{-ms-flex-preferred-size:auto;flex-basis:auto}}@media print,screen and (min-width:64em){.grid-x>.large-1,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12,.grid-x>.large-full,.grid-x>.large-shrink{-ms-flex-preferred-size:auto;flex-basis:auto}}.grid-x>.small-1,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12{-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.small-1{width:8.33333%}.grid-x>.small-2{width:16.66667%}.grid-x>.small-3{width:25%}.grid-x>.small-4{width:33.33333%}.grid-x>.small-5{width:41.66667%}.grid-x>.small-6{width:50%}.grid-x>.small-7{width:58.33333%}.grid-x>.small-8{width:66.66667%}.grid-x>.small-9{width:75%}.grid-x>.small-10{width:83.33333%}.grid-x>.small-11{width:91.66667%}.grid-x>.small-12{width:100%}@media print,screen and (min-width:40em){.grid-x>.medium-auto{-ms-flex:1 1 0px;flex:1 1 0px;width:auto}.grid-x>.medium-1,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12,.grid-x>.medium-shrink{-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.medium-shrink{width:auto}.grid-x>.medium-1{width:8.33333%}.grid-x>.medium-2{width:16.66667%}.grid-x>.medium-3{width:25%}.grid-x>.medium-4{width:33.33333%}.grid-x>.medium-5{width:41.66667%}.grid-x>.medium-6{width:50%}.grid-x>.medium-7{width:58.33333%}.grid-x>.medium-8{width:66.66667%}.grid-x>.medium-9{width:75%}.grid-x>.medium-10{width:83.33333%}.grid-x>.medium-11{width:91.66667%}.grid-x>.medium-12{width:100%}}@media print,screen and (min-width:64em){.grid-x>.large-auto{-ms-flex:1 1 0px;flex:1 1 0px;width:auto}.grid-x>.large-1,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12,.grid-x>.large-shrink{-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.large-shrink{width:auto}.grid-x>.large-1{width:8.33333%}.grid-x>.large-2{width:16.66667%}.grid-x>.large-3{width:25%}.grid-x>.large-4{width:33.33333%}.grid-x>.large-5{width:41.66667%}.grid-x>.large-6{width:50%}.grid-x>.large-7{width:58.33333%}.grid-x>.large-8{width:66.66667%}.grid-x>.large-9{width:75%}.grid-x>.large-10{width:83.33333%}.grid-x>.large-11{width:91.66667%}.grid-x>.large-12{width:100%}}.grid-margin-x:not(.grid-x)>.cell{width:auto}.grid-margin-y:not(.grid-y)>.cell{height:auto}.grid-margin-x{margin-left:-1rem;margin-right:-1rem}.grid-margin-x>.cell{margin-left:1rem;margin-right:1rem;width:calc(100% - 2rem)}.grid-margin-x>.auto,.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.33333% - 2rem)}.grid-margin-x>.small-2{width:calc(16.66667% - 2rem)}.grid-margin-x>.small-3{width:calc(25% - 2rem)}.grid-margin-x>.small-4{width:calc(33.33333% - 2rem)}.grid-margin-x>.small-5{width:calc(41.66667% - 2rem)}.grid-margin-x>.small-6{width:calc(50% - 2rem)}.grid-margin-x>.small-7{width:calc(58.33333% - 2rem)}.grid-margin-x>.small-8{width:calc(66.66667% - 2rem)}.grid-margin-x>.small-9{width:calc(75% - 2rem)}.grid-margin-x>.small-10{width:calc(83.33333% - 2rem)}.grid-margin-x>.small-11{width:calc(91.66667% - 2rem)}.grid-margin-x>.small-12{width:calc(100% - 2rem)}@media print,screen and (min-width:40em){.grid-margin-x>.medium-auto,.grid-margin-x>.medium-shrink{width:auto}.grid-margin-x>.medium-1{width:calc(8.33333% - 2rem)}.grid-margin-x>.medium-2{width:calc(16.66667% - 2rem)}.grid-margin-x>.medium-3{width:calc(25% - 2rem)}.grid-margin-x>.medium-4{width:calc(33.33333% - 2rem)}.grid-margin-x>.medium-5{width:calc(41.66667% - 2rem)}.grid-margin-x>.medium-6{width:calc(50% - 2rem)}.grid-margin-x>.medium-7{width:calc(58.33333% - 2rem)}.grid-margin-x>.medium-8{width:calc(66.66667% - 2rem)}.grid-margin-x>.medium-9{width:calc(75% - 2rem)}.grid-margin-x>.medium-10{width:calc(83.33333% - 2rem)}.grid-margin-x>.medium-11{width:calc(91.66667% - 2rem)}.grid-margin-x>.medium-12{width:calc(100% - 2rem)}}@media print,screen and (min-width:64em){.grid-margin-x>.large-auto,.grid-margin-x>.large-shrink{width:auto}.grid-margin-x>.large-1{width:calc(8.33333% - 2rem)}.grid-margin-x>.large-2{width:calc(16.66667% - 2rem)}.grid-margin-x>.large-3{width:calc(25% - 2rem)}.grid-margin-x>.large-4{width:calc(33.33333% - 2rem)}.grid-margin-x>.large-5{width:calc(41.66667% - 2rem)}.grid-margin-x>.large-6{width:calc(50% - 2rem)}.grid-margin-x>.large-7{width:calc(58.33333% - 2rem)}.grid-margin-x>.large-8{width:calc(66.66667% - 2rem)}.grid-margin-x>.large-9{width:calc(75% - 2rem)}.grid-margin-x>.large-10{width:calc(83.33333% - 2rem)}.grid-margin-x>.large-11{width:calc(91.66667% - 2rem)}.grid-margin-x>.large-12{width:calc(100% - 2rem)}}.grid-container:not(.full)>.grid-padding-x,.grid-padding-x .grid-padding-x{margin-left:-1rem;margin-right:-1rem}.grid-padding-x>.cell{padding-left:1rem;padding-right:1rem}.small-up-1>.cell{width:100%}.small-up-2>.cell{width:50%}.small-up-3>.cell{width:33.33333%}.small-up-4>.cell{width:25%}.small-up-5>.cell{width:20%}.small-up-6>.cell{width:16.66667%}.small-up-7>.cell{width:14.28571%}.small-up-8>.cell{width:12.5%}@media print,screen and (min-width:40em){.medium-up-1>.cell{width:100%}.medium-up-2>.cell{width:50%}.medium-up-3>.cell{width:33.33333%}.medium-up-4>.cell{width:25%}.medium-up-5>.cell{width:20%}.medium-up-6>.cell{width:16.66667%}.medium-up-7>.cell{width:14.28571%}.medium-up-8>.cell{width:12.5%}}@media print,screen and (min-width:64em){.large-up-1>.cell{width:100%}.large-up-2>.cell{width:50%}.large-up-3>.cell{width:33.33333%}.large-up-4>.cell{width:25%}.large-up-5>.cell{width:20%}.large-up-6>.cell{width:16.66667%}.large-up-7>.cell{width:14.28571%}.large-up-8>.cell{width:12.5%}}.grid-margin-x.small-up-1>.cell{width:calc(100% - 2rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 2rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.33333% - 2rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 2rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 2rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.66667% - 2rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.28571% - 2rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 2rem)}@media print,screen and (min-width:40em){.grid-margin-x.medium-up-1>.cell{width:calc(100% - 2rem)}.grid-margin-x.medium-up-2>.cell{width:calc(50% - 2rem)}.grid-margin-x.medium-up-3>.cell{width:calc(33.33333% - 2rem)}.grid-margin-x.medium-up-4>.cell{width:calc(25% - 2rem)}.grid-margin-x.medium-up-5>.cell{width:calc(20% - 2rem)}.grid-margin-x.medium-up-6>.cell{width:calc(16.66667% - 2rem)}.grid-margin-x.medium-up-7>.cell{width:calc(14.28571% - 2rem)}.grid-margin-x.medium-up-8>.cell{width:calc(12.5% - 2rem)}}@media print,screen and (min-width:64em){.grid-margin-x.large-up-1>.cell{width:calc(100% - 2rem)}.grid-margin-x.large-up-2>.cell{width:calc(50% - 2rem)}.grid-margin-x.large-up-3>.cell{width:calc(33.33333% - 2rem)}.grid-margin-x.large-up-4>.cell{width:calc(25% - 2rem)}.grid-margin-x.large-up-5>.cell{width:calc(20% - 2rem)}.grid-margin-x.large-up-6>.cell{width:calc(16.66667% - 2rem)}.grid-margin-x.large-up-7>.cell{width:calc(14.28571% - 2rem)}.grid-margin-x.large-up-8>.cell{width:calc(12.5% - 2rem)}}.small-margin-collapse,.small-margin-collapse>.cell{margin-left:0;margin-right:0}.small-margin-collapse>.small-1{width:8.33333%}.small-margin-collapse>.small-2{width:16.66667%}.small-margin-collapse>.small-3{width:25%}.small-margin-collapse>.small-4{width:33.33333%}.small-margin-collapse>.small-5{width:41.66667%}.small-margin-collapse>.small-6{width:50%}.small-margin-collapse>.small-7{width:58.33333%}.small-margin-collapse>.small-8{width:66.66667%}.small-margin-collapse>.small-9{width:75%}.small-margin-collapse>.small-10{width:83.33333%}.small-margin-collapse>.small-11{width:91.66667%}.small-margin-collapse>.small-12{width:100%}@media print,screen and (min-width:40em){.small-margin-collapse>.medium-1{width:8.33333%}.small-margin-collapse>.medium-2{width:16.66667%}.small-margin-collapse>.medium-3{width:25%}.small-margin-collapse>.medium-4{width:33.33333%}.small-margin-collapse>.medium-5{width:41.66667%}.small-margin-collapse>.medium-6{width:50%}.small-margin-collapse>.medium-7{width:58.33333%}.small-margin-collapse>.medium-8{width:66.66667%}.small-margin-collapse>.medium-9{width:75%}.small-margin-collapse>.medium-10{width:83.33333%}.small-margin-collapse>.medium-11{width:91.66667%}.small-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:64em){.small-margin-collapse>.large-1{width:8.33333%}.small-margin-collapse>.large-2{width:16.66667%}.small-margin-collapse>.large-3{width:25%}.small-margin-collapse>.large-4{width:33.33333%}.small-margin-collapse>.large-5{width:41.66667%}.small-margin-collapse>.large-6{width:50%}.small-margin-collapse>.large-7{width:58.33333%}.small-margin-collapse>.large-8{width:66.66667%}.small-margin-collapse>.large-9{width:75%}.small-margin-collapse>.large-10{width:83.33333%}.small-margin-collapse>.large-11{width:91.66667%}.small-margin-collapse>.large-12{width:100%}}.small-padding-collapse{margin-left:0;margin-right:0}.small-padding-collapse>.cell{padding-left:0;padding-right:0}@media print,screen and (min-width:40em){.medium-margin-collapse,.medium-margin-collapse>.cell{margin-left:0;margin-right:0}.medium-margin-collapse>.small-1{width:8.33333%}.medium-margin-collapse>.small-2{width:16.66667%}.medium-margin-collapse>.small-3{width:25%}.medium-margin-collapse>.small-4{width:33.33333%}.medium-margin-collapse>.small-5{width:41.66667%}.medium-margin-collapse>.small-6{width:50%}.medium-margin-collapse>.small-7{width:58.33333%}.medium-margin-collapse>.small-8{width:66.66667%}.medium-margin-collapse>.small-9{width:75%}.medium-margin-collapse>.small-10{width:83.33333%}.medium-margin-collapse>.small-11{width:91.66667%}.medium-margin-collapse>.small-12{width:100%}.medium-margin-collapse>.medium-1{width:8.33333%}.medium-margin-collapse>.medium-2{width:16.66667%}.medium-margin-collapse>.medium-3{width:25%}.medium-margin-collapse>.medium-4{width:33.33333%}.medium-margin-collapse>.medium-5{width:41.66667%}.medium-margin-collapse>.medium-6{width:50%}.medium-margin-collapse>.medium-7{width:58.33333%}.medium-margin-collapse>.medium-8{width:66.66667%}.medium-margin-collapse>.medium-9{width:75%}.medium-margin-collapse>.medium-10{width:83.33333%}.medium-margin-collapse>.medium-11{width:91.66667%}.medium-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:64em){.medium-margin-collapse>.large-1{width:8.33333%}.medium-margin-collapse>.large-2{width:16.66667%}.medium-margin-collapse>.large-3{width:25%}.medium-margin-collapse>.large-4{width:33.33333%}.medium-margin-collapse>.large-5{width:41.66667%}.medium-margin-collapse>.large-6{width:50%}.medium-margin-collapse>.large-7{width:58.33333%}.medium-margin-collapse>.large-8{width:66.66667%}.medium-margin-collapse>.large-9{width:75%}.medium-margin-collapse>.large-10{width:83.33333%}.medium-margin-collapse>.large-11{width:91.66667%}.medium-margin-collapse>.large-12{width:100%}}@media print,screen and (min-width:40em){.medium-padding-collapse{margin-left:0;margin-right:0}.medium-padding-collapse>.cell{padding-left:0;padding-right:0}}@media print,screen and (min-width:64em){.large-margin-collapse,.large-margin-collapse>.cell{margin-left:0;margin-right:0}.large-margin-collapse>.small-1{width:8.33333%}.large-margin-collapse>.small-2{width:16.66667%}.large-margin-collapse>.small-3{width:25%}.large-margin-collapse>.small-4{width:33.33333%}.large-margin-collapse>.small-5{width:41.66667%}.large-margin-collapse>.small-6{width:50%}.large-margin-collapse>.small-7{width:58.33333%}.large-margin-collapse>.small-8{width:66.66667%}.large-margin-collapse>.small-9{width:75%}.large-margin-collapse>.small-10{width:83.33333%}.large-margin-collapse>.small-11{width:91.66667%}.large-margin-collapse>.small-12{width:100%}.large-margin-collapse>.medium-1{width:8.33333%}.large-margin-collapse>.medium-2{width:16.66667%}.large-margin-collapse>.medium-3{width:25%}.large-margin-collapse>.medium-4{width:33.33333%}.large-margin-collapse>.medium-5{width:41.66667%}.large-margin-collapse>.medium-6{width:50%}.large-margin-collapse>.medium-7{width:58.33333%}.large-margin-collapse>.medium-8{width:66.66667%}.large-margin-collapse>.medium-9{width:75%}.large-margin-collapse>.medium-10{width:83.33333%}.large-margin-collapse>.medium-11{width:91.66667%}.large-margin-collapse>.medium-12{width:100%}.large-margin-collapse>.large-1{width:8.33333%}.large-margin-collapse>.large-2{width:16.66667%}.large-margin-collapse>.large-3{width:25%}.large-margin-collapse>.large-4{width:33.33333%}.large-margin-collapse>.large-5{width:41.66667%}.large-margin-collapse>.large-6{width:50%}.large-margin-collapse>.large-7{width:58.33333%}.large-margin-collapse>.large-8{width:66.66667%}.large-margin-collapse>.large-9{width:75%}.large-margin-collapse>.large-10{width:83.33333%}.large-margin-collapse>.large-11{width:91.66667%}.large-margin-collapse>.large-12{width:100%}.large-padding-collapse{margin-left:0;margin-right:0}.large-padding-collapse>.cell{padding-left:0;padding-right:0}}.small-offset-0{margin-left:0}.grid-margin-x>.small-offset-0{margin-left:1rem}.small-offset-1{margin-left:8.33333%}.grid-margin-x>.small-offset-1{margin-left:calc(8.33333% + 1rem)}.small-offset-2{margin-left:16.66667%}.grid-margin-x>.small-offset-2{margin-left:calc(16.66667% + 1rem)}.small-offset-3{margin-left:25%}.grid-margin-x>.small-offset-3{margin-left:calc(25% + 1rem)}.small-offset-4{margin-left:33.33333%}.grid-margin-x>.small-offset-4{margin-left:calc(33.33333% + 1rem)}.small-offset-5{margin-left:41.66667%}.grid-margin-x>.small-offset-5{margin-left:calc(41.66667% + 1rem)}.small-offset-6{margin-left:50%}.grid-margin-x>.small-offset-6{margin-left:calc(50% + 1rem)}.small-offset-7{margin-left:58.33333%}.grid-margin-x>.small-offset-7{margin-left:calc(58.33333% + 1rem)}.small-offset-8{margin-left:66.66667%}.grid-margin-x>.small-offset-8{margin-left:calc(66.66667% + 1rem)}.small-offset-9{margin-left:75%}.grid-margin-x>.small-offset-9{margin-left:calc(75% + 1rem)}.small-offset-10{margin-left:83.33333%}.grid-margin-x>.small-offset-10{margin-left:calc(83.33333% + 1rem)}.small-offset-11{margin-left:91.66667%}.grid-margin-x>.small-offset-11{margin-left:calc(91.66667% + 1rem)}@media print,screen and (min-width:40em){.medium-offset-0{margin-left:0}.grid-margin-x>.medium-offset-0{margin-left:1rem}.medium-offset-1{margin-left:8.33333%}.grid-margin-x>.medium-offset-1{margin-left:calc(8.33333% + 1rem)}.medium-offset-2{margin-left:16.66667%}.grid-margin-x>.medium-offset-2{margin-left:calc(16.66667% + 1rem)}.medium-offset-3{margin-left:25%}.grid-margin-x>.medium-offset-3{margin-left:calc(25% + 1rem)}.medium-offset-4{margin-left:33.33333%}.grid-margin-x>.medium-offset-4{margin-left:calc(33.33333% + 1rem)}.medium-offset-5{margin-left:41.66667%}.grid-margin-x>.medium-offset-5{margin-left:calc(41.66667% + 1rem)}.medium-offset-6{margin-left:50%}.grid-margin-x>.medium-offset-6{margin-left:calc(50% + 1rem)}.medium-offset-7{margin-left:58.33333%}.grid-margin-x>.medium-offset-7{margin-left:calc(58.33333% + 1rem)}.medium-offset-8{margin-left:66.66667%}.grid-margin-x>.medium-offset-8{margin-left:calc(66.66667% + 1rem)}.medium-offset-9{margin-left:75%}.grid-margin-x>.medium-offset-9{margin-left:calc(75% + 1rem)}.medium-offset-10{margin-left:83.33333%}.grid-margin-x>.medium-offset-10{margin-left:calc(83.33333% + 1rem)}.medium-offset-11{margin-left:91.66667%}.grid-margin-x>.medium-offset-11{margin-left:calc(91.66667% + 1rem)}}@media print,screen and (min-width:64em){.large-offset-0{margin-left:0}.grid-margin-x>.large-offset-0{margin-left:1rem}.large-offset-1{margin-left:8.33333%}.grid-margin-x>.large-offset-1{margin-left:calc(8.33333% + 1rem)}.large-offset-2{margin-left:16.66667%}.grid-margin-x>.large-offset-2{margin-left:calc(16.66667% + 1rem)}.large-offset-3{margin-left:25%}.grid-margin-x>.large-offset-3{margin-left:calc(25% + 1rem)}.large-offset-4{margin-left:33.33333%}.grid-margin-x>.large-offset-4{margin-left:calc(33.33333% + 1rem)}.large-offset-5{margin-left:41.66667%}.grid-margin-x>.large-offset-5{margin-left:calc(41.66667% + 1rem)}.large-offset-6{margin-left:50%}.grid-margin-x>.large-offset-6{margin-left:calc(50% + 1rem)}.large-offset-7{margin-left:58.33333%}.grid-margin-x>.large-offset-7{margin-left:calc(58.33333% + 1rem)}.large-offset-8{margin-left:66.66667%}.grid-margin-x>.large-offset-8{margin-left:calc(66.66667% + 1rem)}.large-offset-9{margin-left:75%}.grid-margin-x>.large-offset-9{margin-left:calc(75% + 1rem)}.large-offset-10{margin-left:83.33333%}.grid-margin-x>.large-offset-10{margin-left:calc(83.33333% + 1rem)}.large-offset-11{margin-left:91.66667%}.grid-margin-x>.large-offset-11{margin-left:calc(91.66667% + 1rem)}}.grid-y{display:-ms-flexbox;display:flex;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.grid-y>.cell{height:auto;max-height:none}.grid-y>.auto,.grid-y>.shrink{height:auto}.grid-y>.small-1,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12,.grid-y>.small-full,.grid-y>.small-shrink{-ms-flex-preferred-size:auto;flex-basis:auto}@media print,screen and (min-width:40em){.grid-y>.medium-1,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12,.grid-y>.medium-full,.grid-y>.medium-shrink{-ms-flex-preferred-size:auto;flex-basis:auto}}@media print,screen and (min-width:64em){.grid-y>.large-1,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12,.grid-y>.large-full,.grid-y>.large-shrink{-ms-flex-preferred-size:auto;flex-basis:auto}}.grid-y>.small-1,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12{-ms-flex:0 0 auto;flex:0 0 auto}.grid-y>.small-1{height:8.33333%}.grid-y>.small-2{height:16.66667%}.grid-y>.small-3{height:25%}.grid-y>.small-4{height:33.33333%}.grid-y>.small-5{height:41.66667%}.grid-y>.small-6{height:50%}.grid-y>.small-7{height:58.33333%}.grid-y>.small-8{height:66.66667%}.grid-y>.small-9{height:75%}.grid-y>.small-10{height:83.33333%}.grid-y>.small-11{height:91.66667%}.grid-y>.small-12{height:100%}@media print,screen and (min-width:40em){.grid-y>.medium-auto{-ms-flex:1 1 0px;flex:1 1 0px;height:auto}.grid-y>.medium-1,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12,.grid-y>.medium-shrink{-ms-flex:0 0 auto;flex:0 0 auto}.grid-y>.medium-shrink{height:auto}.grid-y>.medium-1{height:8.33333%}.grid-y>.medium-2{height:16.66667%}.grid-y>.medium-3{height:25%}.grid-y>.medium-4{height:33.33333%}.grid-y>.medium-5{height:41.66667%}.grid-y>.medium-6{height:50%}.grid-y>.medium-7{height:58.33333%}.grid-y>.medium-8{height:66.66667%}.grid-y>.medium-9{height:75%}.grid-y>.medium-10{height:83.33333%}.grid-y>.medium-11{height:91.66667%}.grid-y>.medium-12{height:100%}}@media print,screen and (min-width:64em){.grid-y>.large-auto{-ms-flex:1 1 0px;flex:1 1 0px;height:auto}.grid-y>.large-1,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12,.grid-y>.large-shrink{-ms-flex:0 0 auto;flex:0 0 auto}.grid-y>.large-shrink{height:auto}.grid-y>.large-1{height:8.33333%}.grid-y>.large-2{height:16.66667%}.grid-y>.large-3{height:25%}.grid-y>.large-4{height:33.33333%}.grid-y>.large-5{height:41.66667%}.grid-y>.large-6{height:50%}.grid-y>.large-7{height:58.33333%}.grid-y>.large-8{height:66.66667%}.grid-y>.large-9{height:75%}.grid-y>.large-10{height:83.33333%}.grid-y>.large-11{height:91.66667%}.grid-y>.large-12{height:100%}}.grid-padding-y .grid-padding-y{margin-bottom:-1rem;margin-top:-1rem}.grid-padding-y>.cell{padding-bottom:1rem;padding-top:1rem}.grid-frame{-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell .grid-frame{width:100%}.cell-block{max-width:100%;overflow-x:auto}.cell-block,.cell-block-y{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.cell-block-y{max-height:100%;min-height:100%;overflow-y:auto}.cell-block-container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-height:100%}.cell-block-container>.grid-x{-ms-flex-wrap:nowrap;flex-wrap:nowrap;max-height:100%}@media print,screen and (min-width:40em){.medium-grid-frame{-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell .medium-grid-frame{width:100%}.medium-cell-block{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-width:100%;overflow-x:auto}.medium-cell-block-container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-height:100%}.medium-cell-block-container>.grid-x{-ms-flex-wrap:nowrap;flex-wrap:nowrap;max-height:100%}.medium-cell-block-y{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-height:100%;min-height:100%;overflow-y:auto}}@media print,screen and (min-width:64em){.large-grid-frame{-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell .large-grid-frame{width:100%}.large-cell-block{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-width:100%;overflow-x:auto}.large-cell-block-container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-height:100%}.large-cell-block-container>.grid-x{-ms-flex-wrap:nowrap;flex-wrap:nowrap;max-height:100%}.large-cell-block-y{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-height:100%;min-height:100%;overflow-y:auto}}.grid-y.grid-frame{-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}@media print,screen and (min-width:40em){.grid-y.medium-grid-frame{-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}@media print,screen and (min-width:64em){.grid-y.large-grid-frame{-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}.cell .grid-y.grid-frame{height:100%}@media print,screen and (min-width:40em){.cell .grid-y.medium-grid-frame{height:100%}}@media print,screen and (min-width:64em){.cell .grid-y.large-grid-frame{height:100%}}.grid-margin-y{margin-bottom:-1rem;margin-top:-1rem}.grid-margin-y>.cell{height:calc(100% - 2rem);margin-bottom:1rem;margin-top:1rem}.grid-margin-y>.auto,.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 2rem)}.grid-margin-y>.small-2{height:calc(16.66667% - 2rem)}.grid-margin-y>.small-3{height:calc(25% - 2rem)}.grid-margin-y>.small-4{height:calc(33.33333% - 2rem)}.grid-margin-y>.small-5{height:calc(41.66667% - 2rem)}.grid-margin-y>.small-6{height:calc(50% - 2rem)}.grid-margin-y>.small-7{height:calc(58.33333% - 2rem)}.grid-margin-y>.small-8{height:calc(66.66667% - 2rem)}.grid-margin-y>.small-9{height:calc(75% - 2rem)}.grid-margin-y>.small-10{height:calc(83.33333% - 2rem)}.grid-margin-y>.small-11{height:calc(91.66667% - 2rem)}.grid-margin-y>.small-12{height:calc(100% - 2rem)}@media print,screen and (min-width:40em){.grid-margin-y>.medium-auto,.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.33333% - 2rem)}.grid-margin-y>.medium-2{height:calc(16.66667% - 2rem)}.grid-margin-y>.medium-3{height:calc(25% - 2rem)}.grid-margin-y>.medium-4{height:calc(33.33333% - 2rem)}.grid-margin-y>.medium-5{height:calc(41.66667% - 2rem)}.grid-margin-y>.medium-6{height:calc(50% - 2rem)}.grid-margin-y>.medium-7{height:calc(58.33333% - 2rem)}.grid-margin-y>.medium-8{height:calc(66.66667% - 2rem)}.grid-margin-y>.medium-9{height:calc(75% - 2rem)}.grid-margin-y>.medium-10{height:calc(83.33333% - 2rem)}.grid-margin-y>.medium-11{height:calc(91.66667% - 2rem)}.grid-margin-y>.medium-12{height:calc(100% - 2rem)}}@media print,screen and (min-width:64em){.grid-margin-y>.large-auto,.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(8.33333% - 2rem)}.grid-margin-y>.large-2{height:calc(16.66667% - 2rem)}.grid-margin-y>.large-3{height:calc(25% - 2rem)}.grid-margin-y>.large-4{height:calc(33.33333% - 2rem)}.grid-margin-y>.large-5{height:calc(41.66667% - 2rem)}.grid-margin-y>.large-6{height:calc(50% - 2rem)}.grid-margin-y>.large-7{height:calc(58.33333% - 2rem)}.grid-margin-y>.large-8{height:calc(66.66667% - 2rem)}.grid-margin-y>.large-9{height:calc(75% - 2rem)}.grid-margin-y>.large-10{height:calc(83.33333% - 2rem)}.grid-margin-y>.large-11{height:calc(91.66667% - 2rem)}.grid-margin-y>.large-12{height:calc(100% - 2rem)}}.grid-frame.grid-margin-y{height:calc(100vh + 2rem)}@media print,screen and (min-width:40em){.grid-margin-y.medium-grid-frame{height:calc(100vh + 2rem)}}@media print,screen and (min-width:64em){.grid-margin-y.large-grid-frame{height:calc(100vh + 2rem)}}.is-off-canvas-open{overflow:hidden}.js-off-canvas-overlay{background:hsla(0,0%,99.6%,.25);height:100%;left:0;opacity:0;overflow:hidden;position:absolute;top:0;transition:opacity .5s ease,visibility .5s ease;visibility:hidden;width:100%;z-index:11}.js-off-canvas-overlay.is-visible{opacity:1;visibility:visible}.js-off-canvas-overlay.is-closable{cursor:pointer}.js-off-canvas-overlay.is-overlay-absolute{position:absolute}.js-off-canvas-overlay.is-overlay-fixed{position:fixed}.off-canvas-wrapper{overflow:hidden;position:relative}.off-canvas{-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#e6e6e6;position:fixed;transition:transform .5s ease;z-index:12}[data-whatinput=mouse] .off-canvas{outline:0}.off-canvas.is-transition-push{z-index:12}.off-canvas.is-closed{visibility:hidden}.off-canvas.is-transition-overlap{z-index:13}.off-canvas.is-transition-overlap.is-open{box-shadow:0 0 10px rgba(10,10,10,.7)}.off-canvas.is-open{transform:translate(0)}.off-canvas-absolute{-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#e6e6e6;position:absolute;transition:transform .5s ease;z-index:12}[data-whatinput=mouse] .off-canvas-absolute{outline:0}.off-canvas-absolute.is-transition-push{z-index:12}.off-canvas-absolute.is-closed{visibility:hidden}.off-canvas-absolute.is-transition-overlap{z-index:13}.off-canvas-absolute.is-transition-overlap.is-open{box-shadow:0 0 10px rgba(10,10,10,.7)}.off-canvas-absolute.is-open{transform:translate(0)}.position-left{height:100%;left:0;overflow-y:auto;top:0;width:250px}.off-canvas-content .off-canvas.position-left,.position-left{transform:translateX(-250px)}.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open{transform:translate(0)}.off-canvas-content.is-open-left.has-transition-push{transform:translateX(250px)}.position-left.is-transition-push{box-shadow:inset -13px 0 20px -13px rgba(10,10,10,.25)}.position-right{height:100%;overflow-y:auto;right:0;top:0;width:250px}.off-canvas-content .off-canvas.position-right,.position-right{transform:translateX(250px)}.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open{transform:translate(0)}.off-canvas-content.is-open-right.has-transition-push{transform:translateX(-250px)}.position-right.is-transition-push{box-shadow:inset 13px 0 20px -13px rgba(10,10,10,.25)}.position-top{height:250px;left:0;overflow-x:auto;top:0;width:100%}.off-canvas-content .off-canvas.position-top,.position-top{transform:translateY(-250px)}.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open{transform:translate(0)}.off-canvas-content.is-open-top.has-transition-push{transform:translateY(250px)}.position-top.is-transition-push{box-shadow:inset 0 -13px 20px -13px rgba(10,10,10,.25)}.position-bottom{bottom:0;height:250px;left:0;overflow-x:auto;width:100%}.off-canvas-content .off-canvas.position-bottom,.position-bottom{transform:translateY(250px)}.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open{transform:translate(0)}.off-canvas-content.is-open-bottom.has-transition-push{transform:translateY(-250px)}.position-bottom.is-transition-push{box-shadow:inset 0 13px 20px -13px rgba(10,10,10,.25)}.off-canvas-content{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:none}.off-canvas-content.has-transition-overlap,.off-canvas-content.has-transition-push{transition:transform .5s ease}.off-canvas-content.has-transition-push,.off-canvas-content .off-canvas.is-open{transform:translate(0)}@media print,screen and (min-width:40em){.position-left.reveal-for-medium{transform:none;transition:none;visibility:visible;z-index:12}.position-left.reveal-for-medium .close-button{display:none}.off-canvas-content .position-left.reveal-for-medium{transform:none}.off-canvas-content.has-reveal-left,.position-left.reveal-for-medium~.off-canvas-content{margin-left:250px}.position-right.reveal-for-medium{transform:none;transition:none;visibility:visible;z-index:12}.position-right.reveal-for-medium .close-button{display:none}.off-canvas-content .position-right.reveal-for-medium{transform:none}.off-canvas-content.has-reveal-right,.position-right.reveal-for-medium~.off-canvas-content{margin-right:250px}.position-top.reveal-for-medium{transform:none;transition:none;visibility:visible;z-index:12}.position-top.reveal-for-medium .close-button{display:none}.off-canvas-content .position-top.reveal-for-medium{transform:none}.off-canvas-content.has-reveal-top,.position-top.reveal-for-medium~.off-canvas-content{margin-top:250px}.position-bottom.reveal-for-medium{transform:none;transition:none;visibility:visible;z-index:12}.position-bottom.reveal-for-medium .close-button{display:none}.off-canvas-content .position-bottom.reveal-for-medium{transform:none}.off-canvas-content.has-reveal-bottom,.position-bottom.reveal-for-medium~.off-canvas-content{margin-bottom:250px}}@media print,screen and (min-width:64em){.position-left.reveal-for-large{transform:none;transition:none;visibility:visible;z-index:12}.position-left.reveal-for-large .close-button{display:none}.off-canvas-content .position-left.reveal-for-large{transform:none}.off-canvas-content.has-reveal-left,.position-left.reveal-for-large~.off-canvas-content{margin-left:250px}.position-right.reveal-for-large{transform:none;transition:none;visibility:visible;z-index:12}.position-right.reveal-for-large .close-button{display:none}.off-canvas-content .position-right.reveal-for-large{transform:none}.off-canvas-content.has-reveal-right,.position-right.reveal-for-large~.off-canvas-content{margin-right:250px}.position-top.reveal-for-large{transform:none;transition:none;visibility:visible;z-index:12}.position-top.reveal-for-large .close-button{display:none}.off-canvas-content .position-top.reveal-for-large{transform:none}.off-canvas-content.has-reveal-top,.position-top.reveal-for-large~.off-canvas-content{margin-top:250px}.position-bottom.reveal-for-large{transform:none;transition:none;visibility:visible;z-index:12}.position-bottom.reveal-for-large .close-button{display:none}.off-canvas-content .position-bottom.reveal-for-large{transform:none}.off-canvas-content.has-reveal-bottom,.position-bottom.reveal-for-large~.off-canvas-content{margin-bottom:250px}}@media print,screen and (min-width:40em){.off-canvas.in-canvas-for-medium{background:none;height:auto;overflow:visible;position:static;transition:none;visibility:visible;width:auto}.off-canvas.in-canvas-for-medium.position-bottom,.off-canvas.in-canvas-for-medium.position-left,.off-canvas.in-canvas-for-medium.position-right,.off-canvas.in-canvas-for-medium.position-top{box-shadow:none;transform:none}.off-canvas.in-canvas-for-medium .close-button{display:none}}@media print,screen and (min-width:64em){.off-canvas.in-canvas-for-large{background:none;height:auto;overflow:visible;position:static;transition:none;visibility:visible;width:auto}.off-canvas.in-canvas-for-large.position-bottom,.off-canvas.in-canvas-for-large.position-left,.off-canvas.in-canvas-for-large.position-right,.off-canvas.in-canvas-for-large.position-top{box-shadow:none;transform:none}.off-canvas.in-canvas-for-large .close-button{display:none}}.hide{display:none!important}.invisible{visibility:hidden}@media print,screen and (max-width:39.99875em){.hide-for-small-only{display:none!important}}@media screen and (max-width:0em),screen and (min-width:40em){.show-for-small-only{display:none!important}}@media print,screen and (min-width:40em){.hide-for-medium{display:none!important}}@media screen and (max-width:39.99875em){.show-for-medium{display:none!important}}@media print,screen and (min-width:40em) and (max-width:63.99875em){.hide-for-medium-only{display:none!important}}@media screen and (max-width:39.99875em),screen and (min-width:64em){.show-for-medium-only{display:none!important}}@media print,screen and (min-width:64em){.hide-for-large{display:none!important}}@media screen and (max-width:63.99875em){.show-for-large{display:none!important}}@media print,screen and (min-width:64em) and (max-width:74.99875em){.hide-for-large-only{display:none!important}}@media screen and (max-width:63.99875em),screen and (min-width:75em){.show-for-large-only{display:none!important}}.show-for-sr,.show-on-focus{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.show-on-focus:active,.show-on-focus:focus{clip:auto!important;height:auto!important;overflow:visible!important;position:static!important;white-space:normal!important;width:auto!important}.hide-for-portrait,.show-for-landscape{display:block!important}@media screen and (orientation:landscape){.hide-for-portrait,.show-for-landscape{display:block!important}}@media screen and (orientation:portrait){.hide-for-portrait,.show-for-landscape{display:none!important}}.hide-for-landscape,.show-for-portrait{display:none!important}@media screen and (orientation:landscape){.hide-for-landscape,.show-for-portrait{display:none!important}}@media screen and (orientation:portrait){.hide-for-landscape,.show-for-portrait{display:block!important}}.position-left{transform:translateX(-100%)}.js-off-canvas-overlay{background:none}.grid-container-margined{margin-bottom:2rem;margin-top:2rem}@media print,screen and (min-width:40em){.grid-container-margined{margin-bottom:4rem;margin-top:4rem}}.grid-centered-content{-ms-flex-pack:center;justify-content:center}.no-margin-first-and-last>:first-child{margin-top:0}.grid-margin-y.no-margin-first-and-last,.no-margin-first-and-last>:last-child{margin-bottom:0}.hogan-module figure{margin:1.5em 0;position:relative}.hogan-module-text img{height:auto;margin-bottom:1.5em;margin-top:1.5em;max-width:100vh}.hogan-module-text figure,.hogan-module-text figure>a,.hogan-module-text img{display:block}.hogan-module-text figure>a>img,.hogan-module-text figure>img{width:100%}.hogan-module-text figure>img{margin-bottom:0;margin-top:0}.hogan-module-text figure.wp-caption>a{border:unset;display:block}.hogan-module-text figure.wp-caption>a img{display:block;margin:0}.hogan-module-text img.size-full,.hogan-module-text img.size-large{max-width:75rem}.hogan-module-text img.size-column-width,.hogan-module-text img:not(.size-column-width).aligncenter{max-width:100%}.hogan-module-text figure.wp-caption.alignleft,.hogan-module-text figure.wp-caption.alignright,.hogan-module-text img.alignleft,.hogan-module-text img.alignright{display:block;max-width:75%}.hogan-module-text figure.wp-caption.alignleft,.hogan-module-text img.alignleft{float:left;margin:1.5rem 1rem 1.5rem 0}.hogan-module-text figure.wp-caption.alignleft .wp-caption-text,.hogan-module-text img.alignleft .wp-caption-text{float:right}@media print,screen and (max-width:39.99875em){.hogan-module-text figure.wp-caption.alignleft,.hogan-module-text img.alignleft{max-width:50%!important}}@media print,screen and (min-width:40em){.hogan-module-text figure.wp-caption.alignleft,.hogan-module-text img.alignleft{margin-left:-10%;margin-right:1.5rem}}@media print,screen and (min-width:64em){.hogan-module-text figure.wp-caption.alignleft,.hogan-module-text img.alignleft{margin-left:-20%}}.hogan-module-text figure.wp-caption.alignright,.hogan-module-text img.alignright{float:right;margin:1.5rem 0 1.5rem 1rem}@media print,screen and (max-width:39.99875em){.hogan-module-text figure.wp-caption.alignright,.hogan-module-text img.alignright{max-width:50%!important}}@media print,screen and (min-width:40em){.hogan-module-text figure.wp-caption.alignright,.hogan-module-text img.alignright{margin-left:1.5rem;margin-right:-10%}}@media print,screen and (min-width:64em){.hogan-module-text figure.wp-caption.alignright,.hogan-module-text img.alignright{margin-right:-20%}}.hogan-module-text figure.wp-caption.aligncenter img{margin:0 auto}.hogan-module-text figure.wp-caption.aligncenter>img.size-full,.hogan-module-text figure.wp-caption.aligncenter>img.size-large,.hogan-module-text img.aligncenter.size-full,.hogan-module-text img.aligncenter.size-large{max-width:100%}@media print,screen and (min-width:64em){.hogan-module-text figure.wp-caption.aligncenter>img.size-full,.hogan-module-text figure.wp-caption.aligncenter>img.size-large,.hogan-module-text img.aligncenter.size-full,.hogan-module-text img.aligncenter.size-large{max-width:75rem}.hogan-module-text figure.alignnone{margin:1.5rem 0}.hogan-module-text figure.wp-caption.aligncenter.room-for-caption .wp-caption-text,.hogan-module-text figure.wp-caption.alignnone.room-for-caption .wp-caption-text{left:100%!important;margin:0 0 1rem 1rem!important;position:absolute;top:0;width:12.5rem}}.hogan-module-gallery.hogan-gallery-layout-slider{max-width:none}.hogan-module-gallery.hogan-gallery-layout-slider .hogan-heading{margin-left:auto;margin-right:auto;max-width:75rem;padding:0 1rem}.hogan-module-gallery.hogan-gallery-layout-slider .hogan-gallery-cell{margin-right:.5rem}@media print,screen and (min-width:64em){.hogan-module-gallery.hogan-gallery-layout-slider .hogan-gallery-cell{margin-right:1rem}}.hogan-module-gallery.hogan-gallery-layout-slider .hogan-gallery-item-link{background:#fff url(/content/themes/nb.no/dist/ee25af1221e499e39e5dfc5d776b8ed9.svg) no-repeat 50%;background-size:1rem;height:2rem;right:.5rem;top:.5rem;width:2rem}.hogan-module-gallery.hogan-gallery-layout-slider .hogan-gallery-item-link>svg{display:none}.hogan-module-gallery.hogan-gallery-layout-grid .hogan-gallery-item-link{display:block}.hogan-module-gallery.hogan-gallery-layout-grid .hogan-gallery-grid{-ms-flex-pack:center;justify-content:center;margin:-8px}.hogan-module-gallery.hogan-gallery-layout-grid .hogan-gallery-cell{-ms-flex-preferred-size:calc(25% - 16px);flex-basis:calc(25% - 16px);margin:8px;width:25%}.hogan-module-gallery .hogan-gallery-cell.is-selected a{background-color:#fff}.hogan-module-gallery .hogan-gallery-cell.is-selected a:hover{background-color:#f0f2f5}.hogan-module-gallery .hogan-gallery-grid img{display:block;height:auto}.hogan-module-gallery .hogan-gallery-caption{max-width:unset;text-align:left;width:100%}.pswp{font-family:Roboto,arial,sans-serif;font-style:normal;font-weight:400}.pswp[aria-hidden=true]{display:none}@-moz-document url-prefix(){.hogan-gallery-carousel .hogan-gallery-cell{width:0}.hogan-gallery-carousel .hogan-gallery-cell figcaption{display:block}}.hogan-module-linklist ul,.hogan-module-links ul{line-height:1.5em;list-style-type:none;margin-top:.5rem;padding:0}.hogan-module-linklist ul .hogan-linklist-item-external a,.hogan-module-links ul .hogan-linklist-item-external a{background-image:url(/content/themes/nb.no/dist/347928a7ec8c3244aa72a8f36e6cb90e.svg)}.hogan-module-linklist ul a,.hogan-module-links ul a{background-image:url(/content/themes/nb.no/dist/258846bea2bbf22d6c1668c368d0db6f.svg);background-position:100% 1.75em;background-repeat:no-repeat;background-size:16px 16px;border-bottom:1px solid #c0c6cc;border-top:1px solid #c0c6cc;display:block;overflow:hidden;padding:1.5rem 2rem 1.5rem 0;word-break:break-word}.hogan-module-linklist ul a:focus,.hogan-module-linklist ul a:hover,.hogan-module-links ul a:focus,.hogan-module-links ul a:hover{background-color:#f0f2f5;background-position:calc(100% - 16px) 1.75em;border-bottom:1px solid #f0f2f5;border-top:1px solid #f0f2f5;margin:0 -1rem;padding-left:1rem;padding-right:3rem;position:relative}.hogan-module-linklist ul a:active,.hogan-module-links ul a:active,body.home .hogan-module-linklist ul a:focus,body.home .hogan-module-linklist ul a:hover,body.home .hogan-module-links ul a:focus,body.home .hogan-module-links ul a:hover{background-color:#c0c6cc}@media print,screen and (max-width:39.99875em){.hogan-linklist-container>li:not(:last-child){margin-bottom:2rem}}@media print,screen and (min-width:40em) and (max-width:63.99875em){.hogan-linklist-inner.medium-6:nth-child(n+3){margin-top:2rem}}@media print,screen and (min-width:64em){.hogan-linklist-inner.large-4:nth-child(n+4){margin-top:2rem}}.hogan-module-linklist ul.hogan-linklist-container,.hogan-module-links ul.hogan-links{margin-left:-1rem;margin-right:-1rem}.hogan-linklist-container ul li:not(:first-child){margin-top:-1px}@media print,screen and (min-width:40em){.hogan-module-links ul a{height:8rem}}.hogan-module-links ul .hogan-link-description{color:#657683;display:block;line-height:1rem;margin-top:.5rem}@media print,screen and (max-width:39.99875em){.hogan-module-links ul li:not(:first-child){margin-top:-1px}}@media print,screen and (min-width:40em) and (max-width:63.99875em){.hogan-module-links ul.medium-up-2 li:not(:first-child):not(:nth-child(2)),.hogan-module-links ul:not(.medium-up-2) li:not(:first-child){margin-top:-1px}}@media print,screen and (min-width:64em){.hogan-module-links ul.large-up-3 li:not(:first-child):not(:nth-child(2)):not(:nth-child(3)),.hogan-module-links ul:not(.large-up-3) li:not(:first-child){margin-top:-1px}}.hogan-module-embed iframe{max-width:100%;width:100%}.twitter-tweet{margin-right:0}.EmbeddedTweet,.SandboxRoot,.twitter-tweet{max-width:none;width:100%}.hogan-module-expandable_list .hogan-expandable-list-item:not(:first-child){margin-top:-1px}.hogan-module-expandable_list .hogan-expandable-list-item>.anchor{top:-4em}.hogan-module-expandable_list .hogan-expandable-list-item>a{border-bottom:1px solid #c0c6cc;border-top:1px solid #c0c6cc;color:#1a1a1a;line-height:1.5rem;padding:1.5rem 2rem 1.5rem 0;position:relative}.hogan-module-expandable_list .hogan-expandable-list-item>a span{background:url(/content/themes/nb.no/dist/5ca3aa1418b44d8254326d26bca625a9.svg) no-repeat 50%!important;border:0!important;border-radius:0!important;height:1rem!important;margin:0!important;top:1.5rem!important;transform:rotate(90deg)!important;transition-duration:.3s!important;width:1rem!important}.hogan-module-expandable_list .hogan-expandable-list-item>a span:after,.hogan-module-expandable_list .hogan-expandable-list-item>a span:before{display:none!important}.hogan-module-expandable_list .hogan-expandable-list-item>a.active,.hogan-module-expandable_list .hogan-expandable-list-item>a:hover{background-color:#f0f2f5;background-position:calc(100% - 1rem);border-bottom:1px solid #f0f2f5;border-top:1px solid #f0f2f5;margin:0 -1rem;padding-left:1rem;padding-right:3rem;position:relative;z-index:100}.hogan-module-expandable_list .hogan-expandable-list-item>a.active span,.hogan-module-expandable_list .hogan-expandable-list-item>a:hover span{right:1rem}.hogan-module-expandable_list .hogan-expandable-list-item>a.active{font-weight:500;margin-bottom:.5rem}.hogan-module-expandable_list .hogan-expandable-list-item>a.active span{transform:rotate(-90deg)!important}.hogan-module-expandable_list .hogan-expandable-list-item>div{max-height:none!important;overflow:visible;transition:.3s}.hogan-module-expandable_list .hogan-expandable-list-item>div p:first-child{margin-top:0}.hogan-module-expandable_list .hogan-expandable-list-item>div[aria-expanded=false]{height:0;opacity:0;transition:visibility 0s,opacity .5s linear;visibility:hidden}.hogan-module-expandable_list .hogan-expandable-list-item>div[aria-expanded=false]>:first-child{margin-top:0}.hogan-module-expandable_list .hogan-expandable-list-item>div[aria-expanded=false]>:last-child{margin-bottom:0}.hogan-module-expandable_list .hogan-expandable-list-item>div[aria-expanded=true]{height:auto;margin:1rem 0 2rem;opacity:1;visibility:visible}.hogan-link-heading a{border:0;color:#00579e}.hogan-link-heading a:hover{color:#1a1a1a}.hogan-link-heading a:after{background-image:url(/content/themes/nb.no/dist/258846bea2bbf22d6c1668c368d0db6f.svg);background-position:100%;background-repeat:no-repeat;background-size:.75em;content:"";display:inline-block;height:.55em;margin-left:.3em;width:.75em}.hogan-link-heading a:hover:after{background-image:url(/content/themes/nb.no/dist/cf3b57bc25065a1258654dbf79095e89.svg)}.hogan-grid-item{-ms-flex-align:center;align-items:center;background-color:#fff;border:1px solid #c0c6cc;display:-ms-flexbox;display:flex;font-size:1rem;height:23rem;position:relative;text-align:left;transition:transform .3s ease-in-out}@media print,screen and (min-width:40em) and (max-width:63.99875em){.hogan-grid-item{font-size:.875rem}}@media print,screen and (min-width:40em){.hogan-grid-item{height:31.25rem}}.hogan-grid-item:hover{box-shadow:0 3px 6px rgba(0,0,0,.04);transform:translateY(-1px)}.hogan-grid-item:hover .savage-card-heading{color:#00579e}.hogan-grid-item:not(.savage-has-image) .savage-card-image{-ms-flex-align:center;align-items:center;background-color:#f0f2f5;display:-ms-flexbox;display:flex}.hogan-grid-item:not(.savage-has-image) .savage-card-image-inner{color:#c0c6cc;font-family:ClearfaceStd,Georgia,serif;font-size:12em;height:auto;text-align:center}@media print,screen and (min-width:40em) and (max-width:63.99875em){.hogan-grid-item:not(.savage-has-image).hogan-grid-item-size-small .savage-card-image-inner{font-size:9em}}@media print,screen and (min-width:40em){.hogan-grid-item:not(.savage-has-image).hogan-grid-item-size-large .savage-card-image,.hogan-grid-item:not(.savage-has-image).hogan-grid-item-size-medium .savage-card-image{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.hogan-grid-item:not(.savage-has-image).hogan-grid-item-size-large .savage-card-image-inner,.hogan-grid-item:not(.savage-has-image).hogan-grid-item-size-medium .savage-card-image-inner{font-size:20em}}.hogan-grid-item.savage-bg-link-color{background-color:#00579e}.hogan-grid-item.savage-bg-link-color .savage-card-image{background:none}.hogan-grid-item.savage-bg-link-color,.hogan-grid-item.savage-bg-link-color .savage-card-label,.hogan-grid-item.savage-bg-link-color .savage-card-teaser,.hogan-grid-item.savage-bg-link-color:hover .savage-card-heading{color:#fff}.hogan-grid-item.savage-bg-link-color .savage-card-teaser:after{background-image:url(/content/themes/nb.no/dist/f6a9a9f71ba6cfe51b87120c6440e3bb.svg)}.hogan-grid-item.savage-bg-link-color:after{color:#033f70}.hogan-grid-item-inner{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;width:100%;z-index:1}.savage-card-image-image,.savage-card-image-inner{background-position:50%;background-size:cover;display:block;height:100%;width:100%}.savage-card-body{padding:2em 1.5em 0;width:100%}.savage-card-body-inner{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative;width:100%}@media print,screen and (min-width:40em){.hogan-grid-item-size-large .hogan-grid-item-inner,.hogan-grid-item-size-medium .hogan-grid-item-inner{-ms-flex-pack:justify;-ms-flex-direction:row;flex-direction:row;justify-content:space-between}.hogan-grid-item-size-large .savage-card-body,.hogan-grid-item-size-large .savage-card-image,.hogan-grid-item-size-medium .savage-card-body,.hogan-grid-item-size-medium .savage-card-image{width:50%}.hogan-grid-item-size-large .savage-card-body,.hogan-grid-item-size-medium .savage-card-body{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;padding:0 1em}.hogan-grid-item-size-large .event-date-tag,.hogan-grid-item-size-medium .event-date-tag{-ms-flex-order:-1;bottom:auto;margin-bottom:1em;order:-1;position:static}}@media print,screen and (min-width:64em){.hogan-grid-item-size-medium .savage-card-image{width:52%}.hogan-grid-item-size-medium .savage-card-body{padding:0 2em;width:48%}.hogan-grid-item-size-large .savage-card-image{width:68%}.hogan-grid-item-size-large .savage-card-body{padding:0 2em;width:32%}}.event-date-tag{bottom:calc(100% + .75rem)}.savage-card-link{height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.savage-card-label-holder{color:#657683;font-family:Roboto,arial,sans-serif;font-size:.75em;font-style:normal;font-weight:400;letter-spacing:.02em;line-height:1.35em;margin:.65em 0 0;text-transform:uppercase}.savage-card-label-holder .savage-card-label{margin:0}.savage-card-heading{font-family:ClearfaceStd,Georgia,serif;font-size:1.5em;font-weight:400;line-height:1.3em;margin:.3em 0;overflow:hidden}.savage-card-excerpt{display:none}.savage-card-footer,.savage-card-teaser{color:#657683;font-size:.8125em;line-height:1.5em;margin:0}.savage-card-footer .savage-card-live,.savage-card-teaser .savage-card-live{color:#c20000}.savage-card-footer .savage-card-live:before,.savage-card-footer .savage-card-tickets:before,.savage-card-teaser .savage-card-live:before,.savage-card-teaser .savage-card-tickets:before{content:" \25CF";margin-right:3px}.savage-card-teaser{color:#00579e}.savage-card-entrance{margin-left:.5em}.ninja_table_wrapper{font-family:Roboto,arial,sans-serif;font-size:.875em;font-style:normal;font-weight:400}@media print,screen and (min-width:64em){.ninja_table_wrapper{font-size:1rem}}.ninja_table_wrapper .btn{min-width:auto;width:auto}.foo-table .form-group.footable-filtering-search .input-group-btn>button.btn-primary{padding:0 2em!important}.footable-filtering-search button>span{display:none!important}.footable-filtering-search .btn-primary,.footable-filtering-search .dropdown-toggle{background-color:#00579e!important;background-position:50%!important;background-repeat:no-repeat;background-size:1.25rem!important;min-height:2.5rem}.footable-filtering-search .btn-primary{background-image:url(/content/themes/nb.no/dist/6e8d3051c25f16157b6218825215446e.svg)!important}.footable-filtering-search .dropdown-toggle{background-image:url(/content/themes/nb.no/dist/390b68d8213543924357f81424188632.svg)!important}.nb-block-readmore{border:thin solid #c0c6cc;color:unset;display:-ms-flexbox;display:flex;text-decoration:none}.nb-block-readmore:hover .readmore-title{text-decoration:underline}.nb-block-readmore img{display:block;-o-object-fit:cover;object-fit:cover;width:33%}.nb-block-readmore .readmore-content{-ms-flex-pack:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center;margin:1em}.nb-block-readmore .readmore-caption{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-size:13px;margin-bottom:.5em}.nb-block-readmore .readmore-caption svg{fill:#00579e;margin-right:.5em}.nb-block-readmore .readmore-title{font-family:ClearfaceStd,Georgia,serif;font-size:20px;line-height:1.35}@media print,screen and (min-width:40em){.nb-block-readmore .readmore-title{font-size:24px}}#tribe-events-pg-template{padding:0}.events-archive header.entry-header,.single-tribe_events header.entry-header{display:block}.single-tribe_events .tribe-event-details{list-style-type:none;margin:0 0 2rem;padding:0}.single-tribe_events .tribe-event-details li{background-position:0;background-repeat:no-repeat;background-size:1.5rem;margin-bottom:2.5rem;padding-left:3rem}.single-tribe_events .tribe-event-details li.icon-time{background-image:url(/content/themes/nb.no/dist/530d3b2d3a3c68564c5a1e7819713958.svg);position:relative}.single-tribe_events .tribe-event-details li.icon-location{background-image:url(/content/themes/nb.no/dist/8e2562329e42f1fd34448f95036c3d19.svg)}.single-tribe_events .tribe-event-details li.icon-organizer{background-image:url(/content/themes/nb.no/dist/e29f4e8c1648bce689f624b478837395.svg)}.single-tribe_events .tribe-event-details li.icon-cost{background-image:url(/content/themes/nb.no/dist/771fab5fff8a353db0599ab8663cb2ec.svg)}.single-tribe_events .tribe-event-details li.icon-cost .cost-text{-ms-flex-item-align:center;align-self:center}.single-tribe_events .tribe-event-details li.icon-cost .signup button{line-height:3;margin-top:.5em}.single-tribe_events .tribe-event-details li.icon-cost .signup table.tribe-events-tickets-rsvp{background:#fff;border:1px solid #c0c6cc;box-shadow:0 1px 1px rgba(0,0,0,.1);display:none;margin:1rem;padding:1rem;position:absolute;width:20rem}.single-tribe_events .tribe-event-details li.icon-cost .signup table.tribe-events-tickets-rsvp>tbody,.single-tribe_events .tribe-event-details li.icon-cost .signup table.tribe-events-tickets-rsvp>tbody>tr,.single-tribe_events .tribe-event-details li.icon-cost .signup table.tribe-events-tickets-rsvp>tbody>tr>td{display:block;width:100%}.single-tribe_events .tribe-event-details li.icon-cost .signup table.tribe-events-tickets-rsvp.rsvp-visible{display:block;z-index:100}.single-tribe_events .tribe-event-details li.icon-cost .signup table.tribe-events-tickets-rsvp tr{border:0;display:table-row}.single-tribe_events .tribe-event-details li.icon-cost .signup table.tribe-events-tickets-rsvp td{-ms-flex-order:unset;border:0;display:table-cell;max-width:none;order:unset;padding:0;width:auto}.single-tribe_events .tribe-event-details li.icon-cost .signup table.tribe-events-tickets-rsvp label{color:#657683}.single-tribe_events .tribe-event-details li.icon-cost .signup table.tribe-events-tickets-rsvp input{background:#f0f2f5;height:56px;margin:0;padding:0}.single-tribe_events .tribe-event-details li.icon-cost .signup table.tribe-events-tickets-rsvp button[type=submit]{margin-top:24px;width:50%}.single-tribe_events .tribe-event-details li.icon-cost .signup table.tribe-events-tickets-rsvp .tribe-ticket-quantity-row{display:-ms-flexbox;display:flex}.single-tribe_events .tribe-event-details li.icon-cost .signup table.tribe-events-tickets-rsvp .tribe-ticket-quantity-row .quantity-label{-ms-flex-item-align:center;align-self:center;color:#657683;font-size:16px;margin-left:1rem;padding-top:24px}.single-tribe_events .tribe-event-details li.icon-cost .signup table.tribe-events-tickets-rsvp .tribe-tickets-meta-row .tribe-tickets-table{border:0;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;margin-top:24px;width:100%}.single-tribe_events .tribe-event-details li.icon-cost .signup table.tribe-events-tickets-rsvp .tribe-tickets-meta-row .tribe-tickets-table .tribe-tickets-email-row td,.single-tribe_events .tribe-event-details li.icon-cost .signup table.tribe-events-tickets-rsvp .tribe-tickets-meta-row .tribe-tickets-table .tribe-tickets-full-name-row td{padding-bottom:.5em}.single-tribe_events .tribe-event-details li.icon-cost .signup table.tribe-events-tickets-rsvp .tribe-tickets-meta-row .tribe-tickets-table input[name="attendee[email]"],.single-tribe_events .tribe-event-details li.icon-cost .signup table.tribe-events-tickets-rsvp .tribe-tickets-meta-row .tribe-tickets-table input[name="attendee[full_name]"],.single-tribe_events .tribe-event-details li.icon-cost .signup table.tribe-events-tickets-rsvp .tribe-tickets-meta-row .tribe-tickets-table input[name="attendee[phone]"]{width:100%}.single-tribe_events .tribe-event-details li.icon-cost .signup table.tribe-events-tickets-rsvp .tribe-tickets-order_status-row{display:none}@media print,screen and (max-width:39.99875em){.single-tribe_events .tribe-event-details li.icon-cost .tribe-rsvp-message-success-wrapper{font-size:14px;line-height:normal;padding-left:1rem}.single-tribe_events .tribe-event-details li.icon-cost .cost-text{margin-right:1rem}.single-tribe_events .tribe-event-details li.icon-cost .signup table.tribe-events-tickets-rsvp{left:25px;margin-left:0;margin-top:20px}}.single-tribe_events .tribe-event-details li.icon-broadcast{background-image:url(/content/themes/nb.no/dist/34be27d024c9346e6c12f095afbb2054.svg)}.single-tribe_events .tribe-event-details .organizer-title{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.single-tribe_events .tribe-event-details .organizer-link{background-image:url(/content/themes/nb.no/dist/347928a7ec8c3244aa72a8f36e6cb90e.svg);background-size:cover;display:block;height:.875em;margin-left:.5em;width:.875em}.single-tribe_events .tribe-event-details .organizer-link span{left:-9999px;position:absolute;text-indent:-9999px}.single-tribe_events .tribe-rsvp-message{background-color:#fff;border:0;color:#c20000;font-size:13px}.single-tribe_events .tribe-rsvp-message.tribe-rsvp-message-success{-ms-flex-pack:center;background-color:#00579e;border:0;color:#fff;display:-ms-flexbox;display:flex;font-size:16px;height:60px;justify-content:center;left:0;position:absolute;top:4.5rem;width:100%}.single-tribe_events .tribe-rsvp-message.tribe-rsvp-message-success .tribe-rsvp-message-success-wrapper{-ms-flex-item-align:center;align-self:center}.single-tribe_events .tribe-rsvp-message.tribe-rsvp-message-success button{background-color:transparent;border:0;margin:.8rem}.single-tribe_events .tribe-rsvp-message.tribe-rsvp-message-success .icon-close line{fill:none;stroke:#fff;stroke-width:1.5px}.single-tribe_events .tribe-rsvp-message.tribe-rsvp-message-success .icon-close circle{opacity:.45}.single-tribe_events .tribe-rsvp-message.tribe-rsvp-message-success .icon-close circle:hover{opacity:.75}@media print,screen and (min-width:40em){.single-tribe_events.admin-bar .tribe-rsvp-message.tribe-rsvp-message-success{top:6.5rem}}.single-tribe_events .tribe-events-cal-links{border-bottom:1px solid #f0f2f5;border-top:1px solid #f0f2f5;display:-ms-flexbox!important;display:flex!important;-ms-flex-direction:column;flex-direction:column;margin:2rem 0;padding:2rem 0}@media print,screen and (min-width:40em){.single-tribe_events .tribe-events-cal-links{-ms-flex-pack:justify;-ms-flex-direction:row;flex-direction:row;justify-content:space-between}}.single-tribe_events .tribe-event-description{max-height:53rem;transition:max-height .5s}.single-tribe_events .tribe-event-description+.show-more{border:0;border-top:1px solid #f0f2f5;color:#1a1a1a;cursor:pointer;display:none;line-height:3rem;text-align:center;width:100%}.single-tribe_events .tribe-event-description+.show-more span:after{background:url(/content/themes/nb.no/dist/cf3b57bc25065a1258654dbf79095e89.svg) no-repeat 50%;background-size:.75rem;color:#00579e;content:"";display:inline-block;height:.75rem;margin-left:.5rem;transform:rotate(90deg);width:.75rem}.single-tribe_events .tribe-event-description+.show-more:focus,.single-tribe_events .tribe-event-description+.show-more:hover{background-color:#f0f2f5}.single-tribe_events .tribe-event-description.show-more-visible+.show-more{display:block}.single-tribe_events .tribe-event-description.open{max-height:10000px}.tour-title{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;justify-content:space-between}.tour-title .roboto-label{display:unset;line-height:unset;margin:0}.tribe-tickets-rsvp__hogan_tours_mode .async-feedback{background-color:#f0f2f5;border-left:thick solid green;display:none;margin:1rem 0;padding:.5rem 0;text-indent:1rem}.tribe-tickets-rsvp__hogan_tours_mode.async-feedback-success .async-feedback{display:block}.tribe-tickets-rsvp__hogan_tours_mode.async-feedback-error .async-feedback{border-left-color:#c20000;display:block}.hogan-module-tours .tribe-events-tickets{color:#657683;font-family:Roboto,arial,sans-serif;font-style:normal;font-weight:400;margin-top:1rem}.hogan-module-tours .tribe-events-tickets td,.hogan-module-tours .tribe-events-tickets tr{margin:0;padding:0}.hogan-module-tours .tribe-events-tickets>tbody{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex}.hogan-module-tours .tribe-events-tickets>tbody>tr{display:block;margin:0 .75rem 0 0}.hogan-module-tours .tribe-events-tickets>tbody>tr:last-child{-ms-flex-item-align:end;align-self:flex-end}.hogan-module-tours .tribe-events-tickets label{display:block;font-family:Roboto,arial,sans-serif;font-size:.8125rem;font-style:normal;font-weight:400;margin:0 0 .5rem}.hogan-module-tours .tribe-events-tickets .tribe-tickets-table{margin-bottom:-2px;width:200px}.tribe-tickets-rsvp__school-mode .tribe-ticket-quantity-row{display:none!important}.tribe-events-tickets-school-info{margin:1em 0;width:100%}.tribe-events-tickets-school-info label{display:block;font-family:Roboto,arial,sans-serif;font-size:.8125rem;font-style:normal;font-weight:400;margin:0 0 .5rem}.hogan-module-school_tours_module .item-content[aria-expanded=false],.hogan-module-tours .item-content[aria-expanded=false]{margin:0}.hogan-module-school_tours_module .item-content>*,.hogan-module-school_tours_module .item-content[aria-expanded=true],.hogan-module-tours .item-content>*,.hogan-module-tours .item-content[aria-expanded=true]{margin:1rem 0}.schooltour-form-container{grid-row-gap:2em;display:grid}.schooltour-form-contact,.schooltour-form-datetime,.schooltour-form-school{grid-gap:1em;display:grid}.schooltour-form-datetime{grid-template-columns:1.5fr 1fr}.schooltour-form-contact,.schooltour-form-school{grid-template-columns:1.5fr 1fr 1fr}@media print,screen and (min-width:40em){.schooltour-form-contact,.schooltour-form-school{grid-template-columns:2fr 1fr 1fr}}.schooltour-form-controls{display:-ms-flexbox;display:flex;line-height:2.5em}.schooltour-form-controls input[type=submit]{margin-right:1em;width:auto}.page-template-search-form-generator .preview{background-color:#f8f8f8;border:unset}
