/* Phones and Tablets */
/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html,
button,
input,
select,
textarea {
  color: #222222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #cccccc;
  color: #000000;
  padding: 0.2em 0;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}
.ir::before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden:not(.shown) {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}

@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  .ir a::after,
  a[href^="javascript:"]::after,
  a[href^="#"]::after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  display: inline;
  zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  background: #ffffff;
  color: #000000;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:active,
a:hover,
a:focus {
  outline: 0;
}

body.keyboard-navigation :not(.skipLink):not(.primaryMenuItem):not(.factbox-toggler):focus,
.no-js body :not(.skipLink):not(.primaryMenuItem):not(.factbox-toggler):focus {
  z-index: 100;
  outline: 2px solid #ffa500 !important;
  outline-offset: 2px;
}
body.keyboard-navigation .dep-title:focus,
body.keyboard-navigation .dep-minister:focus,
body.keyboard-navigation select:focus,
body.keyboard-navigation .carousel-prev,
body.keyboard-navigation .carousel-next,
.no-js body .dep-title:focus,
.no-js body .dep-minister:focus,
.no-js body select:focus,
.no-js body .carousel-prev,
.no-js body .carousel-next {
  outline-offset: -2px !important;
}
body.keyboard-navigation .btn-cta:focus,
.no-js body .btn-cta:focus {
  outline: none !important;
}
body.keyboard-navigation .focus,
body.keyboard-navigation .timeline-wrapper .timeline-event.is-focused,
body.keyboard-navigation .factbox.is-focused,
body.keyboard-navigation .custom-checkbox input[type=checkbox]:focus + label,
body.keyboard-navigation .custom-radio input[type=radio]:focus + label,
body.keyboard-navigation .page-survey .option input[type=radio]:focus + label,
body.keyboard-navigation .form-area-radio input[type=radio]:focus + label,
body.keyboard-navigation .form-area-checkbox input[type=checkbox]:focus + input + label,
.no-js body .focus,
.no-js body .timeline-wrapper .timeline-event.is-focused,
.no-js body .factbox.is-focused,
.no-js body .custom-checkbox input[type=checkbox]:focus + label,
.no-js body .custom-radio input[type=radio]:focus + label,
.no-js body .page-survey .option input[type=radio]:focus + label,
.no-js body .form-area-radio input[type=radio]:focus + label,
.no-js body .form-area-checkbox input[type=checkbox]:focus + input + label {
  outline: 2px solid #ffa500 !important;
}
body.keyboard-navigation .logo a:focus,
.no-js body .logo a:focus {
  outline-offset: 5px !important;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ffff00;
  color: #000000;
}

p,
pre {
  margin: 1em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q::before,
q::after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0 0 0 20px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible;
}
.no-js button,
.no-js html input[type=button],
.no-js input[type=reset],
.no-js input[type=submit] {
  cursor: default;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  height: 13px;
  width: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "regjeringen-icons";
  src: url("/dist-web/fonts/regjeringen-icons.eot?v=6025");
  src: url("/dist-web/fonts/regjeringen-icons.eot?#iefix&v=6025") format("embedded-opentype"), url("/dist-web/fonts/regjeringen-icons.ttf?v=6025") format("truetype"), url("/dist-web/fonts/regjeringen-icons.woff?v=6025") format("woff"), url("/dist-web/fonts/regjeringen-icons.svg?v=6025#regjeringen-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  font-family: "small";
}

body:after {
  display: none;
  content: "small";
}

@media screen and (min-width: 500px) {
  html {
    font-family: "medium";
  }
  body:after {
    content: "medium";
  }
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  html {
    font-family: "medium mobile";
  }
  body:after {
    content: "medium mobile";
  }
}
@media screen and (min-width: 500px) and (min-width: 769px) {
  html {
    font-family: "medium desktop";
  }
  body:after {
    content: "medium desktop";
  }
}
@media screen and (min-width: 900px) {
  html {
    font-family: "large";
  }
  body:after {
    content: "large";
  }
}
* {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

::-webkit-input-placeholder {
  font-weight: 400;
  color: #666666;
}

:-moz-placeholder {
  font-weight: 400;
  color: #666666;
}

::-moz-placeholder {
  font-weight: 400;
  color: #666666;
}

:-ms-input-placeholder {
  font-weight: 400;
  color: #666666;
}

body {
  font-family: "Open Sans", sans-serif;
}

.mainContentArea {
  color: #333333;
}
.mainContentArea h1,
.mainContentArea h2,
.mainContentArea h3,
.mainContentArea .content-owner-dep {
  word-break: break-word;
}
.mainContentArea h1,
.mainContentArea h2,
.mainContentArea h3,
.mainContentArea h4,
.mainContentArea h5,
.mainContentArea h6 {
  margin: 0;
  padding: 0;
}
.mainContentArea h1 a,
.mainContentArea h2 a,
.mainContentArea h3 a,
.mainContentArea h4 a,
.mainContentArea h5 a,
.mainContentArea h6 a {
  text-decoration: none;
}
.mainContentArea h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
}
@media screen and (max-width: 768px) {
  .mainContentArea h1 {
    font-size: 36px;
    line-height: 46px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 499px) {
  .mainContentArea h1 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 24px;
  }
}
@media screen and (min-width: 500px) {
  .mainContentArea h1 {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
  }
}
.mainContentArea h1 .minister-title,
.mainContentArea h1 .baseperson-title {
  display: block;
}
.mainContentArea h2,
.mainContentArea h3 {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
}
.mainContentArea h2,
.mainContentArea .h2,
.mainContentArea .content-section h3,
.content-section .mainContentArea h3 {
  margin-top: 2.5rem;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}
.mainContentArea h2 + p,
.mainContentArea .h2 + p,
.mainContentArea .content-section h3 + p,
.content-section .mainContentArea h3 + p {
  margin-top: 0.75rem;
  padding-top: 0;
}
.mainContentArea h2 a:hover,
.mainContentArea .h2 a:hover,
.mainContentArea .content-section h3 a:hover,
.content-section .mainContentArea h3 a:hover {
  text-decoration: underline;
}
.mainContentArea h3,
.mainContentArea .h3 {
  margin-top: 2.5rem;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
}
.mainContentArea h2 + h3 {
  margin-top: 0.75rem;
}
.mainContentArea .h3 + p {
  margin-top: 0.75rem;
  padding-top: 0;
}
.mainContentArea h4 {
  margin-top: 2.5rem;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}
.mainContentArea h5 {
  margin-top: 2.5rem;
  font-size: 15px;
  font-weight: 600;
}
.mainContentArea h6 {
  margin-top: 2.5rem;
  font-size: 14px;
  font-weight: 700;
}
.mainContentArea h3 a:hover,
.mainContentArea .h3 a:hover,
.mainContentArea h4 a:hover,
.mainContentArea h5 a:hover {
  text-decoration: underline;
}
.mainContentArea .content-section-title {
  margin-bottom: 8px;
  font-size: 16px;
}
.mainContentArea p.content-section-title {
  padding-top: 0;
  font-weight: 700;
}
.mainContentArea [class*=content-col-] h2:first-child,
.mainContentArea [class*=content-col-] h3:first-child,
.mainContentArea [class*=content-col-] h4:first-child,
.mainContentArea [class*=content-col-] h5:first-child,
.mainContentArea [class*=content-col-] h6:first-child {
  margin-top: 0;
}
.mainContentArea [class*=content-col-] .subtitle + h2,
.mainContentArea [class*=content-col-] .subtitle + h3 {
  margin-top: 0;
}
.mainContentArea p,
.mainContentArea ul,
.mainContentArea ol,
.mainContentArea dd,
.mainContentArea table {
  font-weight: 400;
}
.mainContentArea p {
  margin: 0;
  padding: 1.25rem 0 0;
  font-size: 16px;
  line-height: 24px;
}
.mainContentArea p a:not(.btn):not(.btn-show-more):not(.btn-small):not(.btn-wide):not(.btn-find-document):not(.btn-cta):not(.btn-tab):not(.btn-lightgray):not(.btn-gray):not(.btn-warning) {
  font-weight: 400;
}
.mainContentArea p.read-more {
  padding-top: 0;
  margin-top: 1.25rem;
}
.mainContentArea p.read-more a {
  font-weight: 600;
}
.mainContentArea li {
  margin-bottom: 0.25rem;
}
.mainContentArea dl {
  font-size: 16px;
}
.mainContentArea dl.def-list-cols {
  overflow: auto;
}
.mainContentArea dl.def-list-cols:after {
  content: "";
  display: table;
  clear: both;
}
.mainContentArea dl.def-list-cols dt {
  font-weight: 600;
}
.mainContentArea dl.def-list-cols dd {
  margin-left: 0;
}
@media screen and (max-width: 499px) {
  .mainContentArea dl.def-list-cols dd + dt {
    margin-top: 1em;
  }
}
@media screen and (min-width: 500px) {
  .mainContentArea dl.def-list-cols dt,
  .mainContentArea dl.def-list-cols dd {
    float: left;
  }
  .mainContentArea dl.def-list-cols dt {
    clear: left;
    width: 44%;
    margin-right: 2%;
    margin-bottom: 5px;
  }
  .mainContentArea dl.def-list-cols dd {
    width: 54%;
    margin-bottom: 0;
  }
}
.mainContentArea dl.def-list-inline:after {
  content: "";
  display: table;
  clear: both;
}
.mainContentArea dl.def-list-inline dt,
.mainContentArea dl.def-list-inline dd {
  display: inline;
}
.mainContentArea dl.def-list-inline dt {
  font-weight: 600;
}
@media screen and (max-width: 499px) {
  .mainContentArea dl.def-list-inline dt {
    display: block;
  }
}
.mainContentArea dl.def-list-inline dd {
  margin-left: 0;
}
.mainContentArea dl.def-list-inline dd:not(:last-child)::after {
  content: "";
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 499px) {
  .mainContentArea dl.def-list-inline dd + dt {
    margin-top: 1em;
  }
}
.mainContentArea .article-info:first-child {
  padding-top: 0;
}
.mainContentArea .header .content-owner-dep + h1 {
  margin-top: 0;
}

h1 + .subheader {
  padding-top: 0.75rem;
  font-size: 18px;
  font-weight: 700;
}

.listItemSubHeader {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.nav-title {
  position: absolute;
  left: -999em;
}

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

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

h3.edition {
  margin-top: 2rem !important;
  font-size: 16px;
}

#ch1_p3 {
  margin-bottom: 0.25rem;
}

table {
  min-width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
  border: none;
}
table caption,
table th {
  text-align: left;
}
table caption {
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
}
table th,
table td {
  padding: 0.25rem 8px 0.25rem 15px;
  font-size: 14px;
  vertical-align: top;
  border: none;
  border-bottom: 1px solid #ededed;
}
table th:first-child,
table td:first-child {
  padding-left: 0;
}
table th.right, table th[align=right],
table td.right,
table td[align=right] {
  text-align: right;
}
table th[align=center],
table td[align=center] {
  text-align: center;
}
table th.bottom, table th[valign=bottom],
table td.bottom,
table td[valign=bottom] {
  vertical-align: bottom;
}
table th.sum,
table td.sum {
  font-weight: bold;
}
table th p,
table td p {
  font-size: inherit !important;
  line-height: inherit !important;
}
table th p:first-child,
table td p:first-child {
  padding-top: 0;
}
table th img,
table td img {
  max-width: none;
}
table th .footnote,
table td .footnote {
  position: relative;
  top: -5px;
  font-size: 75%;
}
table tr[align=right] th,
table tr[align=right] td {
  text-align: right;
}
table tr[align=center] th,
table tr[align=center] td {
  text-align: center;
}
table tr.sum th,
table tr.sum td {
  font-weight: bold;
}
table th {
  font-weight: normal;
  border-bottom: 2px solid #ededed;
}
table tr:first-child th {
  font-weight: bold;
}
table tr:first-child th p {
  font-weight: bold;
}
@media screen and (max-width: 499px) {
  table td {
    font-weight: 400;
  }
}
table.table-sortable {
  border-bottom: 2px solid #ededed;
}
table.table-sortable th {
  text-align: left;
}
table.table-sortable td {
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
}
table.table-grid th:first-child,
table.table-grid td:first-child, table.table-zebra th:first-child,
table.table-zebra td:first-child {
  border-left: none;
}
table.table-grid th.sum,
table.table-grid td.sum, table.table-zebra th.sum,
table.table-zebra td.sum {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
table.table-grid tr.sum th,
table.table-grid tr.sum td, table.table-zebra tr.sum th,
table.table-zebra tr.sum td {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
table.table-grid th, table.table-zebra th {
  border-left: 1px solid #ffffff;
}
table.table-grid td, table.table-zebra td {
  border-left: 1px solid #ededed;
}
table.table-grid {
  border-bottom: 0.25rem solid #ededed;
}
table.table-grid th.sum,
table.table-grid td.sum {
  border-bottom: 0.25rem solid #ededed;
}
table.table-grid tr:first-child th {
  font-weight: bold;
  border-bottom: 0.25rem solid #ededed;
}
table.table-grid tr:first-child td {
  border-top: 0.25rem solid #ededed;
}
table.table-grid tr.sum th,
table.table-grid tr.sum td {
  border-bottom: 0.25rem solid #ededed;
}
table.table-grid thead + tbody tr:first-child td {
  border-top: none;
}
table.table-zebra {
  border-bottom: 0.25rem solid #ededed;
}
table.table-zebra tr:first-child {
  border-top: 0.25rem solid #ededed;
}
table.table-zebra tr:nth-child(even) td {
  background-color: #ededed;
}
table.table-zebra th,
table.table-zebra td {
  border-bottom: none;
}
table.table-zebra th:first-child,
table.table-zebra td:first-child {
  padding-left: 15px;
}

a,
a:link {
  color: #3867c8;
}

a:hover,
a:focus {
  color: #bc3345;
}

a:focus {
  text-decoration: underline;
}

main:focus {
  outline: none;
}

.content-grid-row {
  margin-bottom: 1.25rem;
}
.content-grid-row .content-grid-row {
  margin-bottom: 0;
}
@media screen and (max-width: 699px) {
  .content-grid-row [class*=content-col-] + [class*=content-col-] {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 700px) {
  .content-grid-row {
    display: flex;
    flex-direction: row;
    flex: 0 1 auto;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-right: -1.554%;
    margin-left: -1.554%;
  }
  .content-grid-row [class*=content-col-] {
    margin-bottom: 1.75rem;
    margin-right: 1.554%;
    margin-left: 1.554%;
  }
  .content-grid-row img,
  .content-grid-row iframe {
    outline: 1px solid #ededed;
  }
  .content-grid-row .content-col-1 {
    flex: 0 0 30.225%;
  }
  .content-grid-row .content-col-2 {
    flex: 0 0 63.558%;
  }
  .content-grid-row .content-col-2 .content-col-1 {
    flex: 0 0 46.892%;
  }
  .content-grid-row .content-col-2 .content-col-2 {
    flex: 0 0 100%;
  }
  .content-grid-row .content-col-3 {
    flex: 0 0 96.892%;
  }
  .content-grid-row .content-col-50 {
    flex: 0 0 46.892%;
  }
}
@media screen and (min-width: 900px) {
  .content-grid-row.space-below {
    margin-bottom: 2.5rem;
  }
}
.content-grid-row img {
  width: 100%;
  max-width: 100%;
}

.content-row {
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  clear: both;
}
.content-row:after {
  content: "";
  display: table;
  clear: both;
}
.content-row:after {
  content: "";
  display: table;
  clear: both;
}
.content-row.fullwidth {
  max-width: 100%;
}
.content-row.space-above {
  margin-top: 2.5rem;
}
@media screen and (min-width: 700px) {
  .content-row .content-boxes {
    display: flex;
    flex-flow: row wrap;
  }
  .content-row .content-boxes .content-box:nth-child(n+4) {
    margin-top: 2.85714%;
  }
  .content-row .content-boxes .content-box:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 900px) {
  .content-row {
    margin-bottom: 3rem;
  }
}
.content-row .content-row {
  margin-bottom: 0;
}
.content-row > h2,
.content-row > h3,
.content-row > h4,
.content-row > h5 {
  margin-bottom: 1.25rem;
}
.content-row > h2:first-child {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 16px;
}
.content-row.border-top {
  position: relative;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
}
.content-row.border-top::before {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #c8c8c8;
  top: 0;
  right: 0;
  left: 0;
}
@media screen and (min-width: 1100px) {
  .content-row.border-top::before {
    right: -45px;
    left: -45px;
  }
}
.content-row.border-top.no-margin-top {
  margin-top: 0;
}
.content-row.header-row {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .content-row.header-row {
    margin-top: 50px;
  }
}
.page-departementlist .content-row.header-row {
  margin-bottom: 20px;
}
.content-row.ingress-row {
  margin-bottom: 2.5rem;
}
.content-row .content-col-last {
  position: absolute;
  left: -999em;
  width: 1px;
}
@media screen and (max-width: 699px) {
  .content-row .content-section {
    margin-top: 0;
  }
  .content-row .content-section.content-useful-links {
    margin-top: 0;
  }
  .content-row .content-section.content-current:first-child {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 700px) {
  .content-row .content-section:first-child {
    margin-top: 0;
  }
  .content-row [class*=push-],
  .content-row [class*=pull-] {
    position: relative;
  }
  .content-row [class^=content-col-] {
    min-height: 1px;
  }
  .content-row .content-col-1 {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 31.4285714286%;
  }
  .content-row .content-col-1:last-child {
    margin-right: 0;
  }
  .content-row .content-col-1.push-1 {
    left: 34.28571%;
  }
  .content-row .content-col-1.pull-1 {
    left: -34.28571%;
  }
  .content-row .content-col-1.push-2 {
    left: 68.57143%;
  }
  .content-row .content-col-1.pull-2 {
    left: -68.57143%;
  }
  .content-row .content-col-2 {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 65.7142857143%;
  }
  .content-row .content-col-2:last-child {
    margin-right: 0;
  }
  .content-row .content-col-2.push-1 {
    left: 34.28571%;
  }
  .content-row .content-col-2.pull-1 {
    left: -34.28571%;
  }
  .content-row .content-col-2 .content-col-1 {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 47.8260869565%;
  }
  .content-row .content-col-2 .content-col-1:last-child {
    margin-right: 0;
  }
  .content-row .content-col-2.article > * {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 86.9565217391%;
  }
  .content-row .content-col-2.article > *:last-child {
    margin-right: 0;
  }
  .content-row .content-col-3 {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 100%;
  }
  .content-row .content-col-3:last-child {
    margin-right: 0;
  }
  .content-row .frontpage-col-1 {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 22.8571428571%;
  }
  .content-row .frontpage-col-1:last-child {
    margin-right: 0;
  }
  .content-row .frontpage-col-2 {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 74.2857142857%;
  }
  .content-row .frontpage-col-2:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 699px) {
  .content-row [class*=content-col-] + [class*=content-col-] {
    margin-top: 2.5rem;
  }
  .content-row [class*=content-col-] + [class*=content-col-].content-useful-links {
    margin-top: 0;
  }
  .content-row [class*=content-col-] + [class*=content-col-].content-box {
    margin-top: 20px;
  }
  .content-row .regjeringen-find-btns[class*=content-col-] + [class*=content-col-] {
    margin-top: 0.75rem;
  }
}
.content-row:first-child > [class*=content-col-], .content-row:first-child > [class*=frontpage-col-] {
  margin-top: 0;
}
.content-row img {
  max-width: 100%;
  outline: 1px solid #ededed;
}
.content-row .spacingXXSmall {
  margin-bottom: 0.25rem;
}
.content-row .spacingXSmall {
  margin-bottom: 0.75rem;
}
.content-row .spacingSmall {
  margin-bottom: 1.25rem;
}
.content-row .spacingMedium {
  margin-bottom: 2.5rem;
}
.content-row .spacingLarge {
  margin-bottom: 3.75rem;
}
.content-row .spacingXLarge {
  margin-bottom: 5rem;
}
.content-row .spacingXXLarge {
  margin-bottom: 6.25rem;
}
.content-row .topspacingXXSmall {
  margin-top: 0.25rem;
}
.content-row .topspacingXSmall {
  margin-top: 0.75rem;
}
.content-row .topspacingSmall {
  margin-top: 1.25rem;
}
.content-row .topspacingMedium {
  margin-top: 2.5rem;
}
.content-row .topspacingLarge {
  margin-top: 3.75rem;
}
.content-row .topspacingXLarge {
  margin-top: 5rem;
}
.content-row .topspacingXXLarge {
  margin-top: 6.25rem;
}

@media screen and (min-width: 700px) {
  .page-frontpage-fullwidth .mainContentArea > .content-row:not(.fullwidth) {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.page-frontpage-fullwidth .mainContentArea > .content-row.fullwidth {
  max-width: 100%;
}

.topspacingXXSmall {
  margin-top: 0.25rem;
}

.mainContentArea {
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.mainContentArea:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 499px) {
  .mainContentArea {
    margin-top: 0;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .mainContentArea {
    padding-top: 2rem;
  }
}
.mainContentArea.fullwidth, .page-frontpage-fullwidth .mainContentArea {
  max-width: 100%;
}
.mainContentArea:focus {
  outline: none;
}
.mainContentArea .contentArea {
  float: left;
  display: block;
  margin-right: 2.8571428571%;
  width: 65.7142857143%;
  margin-bottom: 20px;
  padding: 0;
}
.mainContentArea .contentArea:last-child {
  margin-right: 0;
}
@media screen and (max-width: 899px) {
  .mainContentArea .contentArea {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 100%;
  }
  .mainContentArea .contentArea:last-child {
    margin-right: 0;
  }
}
.mainContentArea .sideBar {
  float: left;
  display: block;
  margin-right: 2.8571428571%;
  width: 31.4285714286%;
  margin-bottom: 20px;
}
.mainContentArea .sideBar:last-child {
  margin-right: 0;
}
@media screen and (max-width: 899px) {
  .mainContentArea .sideBar {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 100%;
  }
  .mainContentArea .sideBar:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 699px) {
  .mainContentArea .hide-for-tablet-and-up {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .hide-for-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 499px) {
  .hide-for-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .hide-sub-for-mobile {
    display: none !important;
  }
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.mainContentArea p strong a {
  font-weight: 700 !important;
}

ol li:has(strong) {
  font-weight: 700 !important;
}

ol li:has(em) {
  font-style: italic !important;
}

.content-row.ministry-row {
  margin-bottom: 20px;
}
@media screen and (min-width: 700px) {
  .content-row.ministry-row {
    margin-bottom: 40px;
  }
}

.ministry-box {
  padding: 20px;
  background-color: #ededed;
}
@media screen and (min-width: 769px) {
  .ministry-box {
    padding: 40px;
  }
}
.ministry-box .department-header {
  margin-left: 0;
  width: auto;
}
.ministry-box .department-header img {
  outline: none;
}
.ministry-box .content-ministry-social .socialmedia_linklist-label {
  padding: 0;
  display: block;
  font-size: 16px;
  margin-top: 17px;
  margin-right: 10px;
}
@media screen and (min-width: 700px) {
  .ministry-box .content-ministry-social .socialmedia_linklist-label {
    float: left;
    margin-top: 7px;
  }
}
.ministry-box .content-ministry-social .socialmedia_linklist {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 700px) {
  .ministry-box .content-ministry-social .socialmedia_linklist {
    margin-top: 20px;
  }
}

.content-header .content-header-subtitle {
  margin-top: 0;
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #333333;
}
.content-header .content-header-subtitle a:not(:last-child)::after {
  display: inline-block;
  position: relative;
  top: -2px;
  content: "\e91f";
  margin-right: 3px;
  padding-left: 6px;
  font-family: "regjeringen-icons";
  font-size: 7px;
  line-height: 18px;
  color: #666666;
}

.content-published {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin: 0.75rem 0;
  line-height: 24px;
}

.content-owner-dep {
  margin-bottom: 1.25rem;
  border-left: 1px solid #666666;
  padding: 0 0 20px 24px;
}
@media screen and (max-width: 699px) {
  .content-owner-dep {
    display: none;
  }
}
.content-owner-dep a {
  text-decoration: none;
  color: #666666;
  font-size: 19px;
}
.content-owner-dep div {
  padding-top: 20px;
}

.content-intro {
  padding-top: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (min-width: 900px) {
  .content-intro {
    margin-top: 0 !important;
  }
}
.content-intro p {
  padding-top: 0;
  font-size: 18px;
  font-weight: 400;
}

@media screen and (min-width: 700px) {
  .department-header .content-intro {
    width: 70%;
    float: left;
  }
}

.content-intro-topics h3,
.content-intro-current h3 {
  margin-bottom: 0;
  font-size: 16px;
}
.content-intro-topics h3 + ul,
.content-intro-current h3 + ul {
  margin-top: 5px;
}

@media screen and (min-width: 900px) {
  .content-intro-topics {
    margin-top: 0 !important;
  }
}
.content-intro-topics h2 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  margin-left: 0;
  font-size: 16px;
}
.content-intro-topics ul,
.content-intro-topics ul.topiclist {
  padding-left: 0;
}
.content-intro-topics ul li,
.content-intro-topics ul.topiclist li {
  margin-top: 5px;
}
.content-intro-topics .link-list__item--active::before {
  color: #000000;
}
.content-intro-topics .link-list__item--active a {
  color: #000000;
}

@media screen and (max-width: 1044px) {
  .content-intro-topics.no-margins {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.content-ministry-contact {
  padding-top: 20px;
  float: left;
}
.content-ministry-contact .pointer-link {
  padding: 0;
}
.content-ministry-contact .pointer-link a {
  display: inline-block;
  padding-left: 1.3em;
  font-size: 14px;
  text-indent: -1.3em;
  text-decoration: none;
  font-weight: 600;
}
.content-ministry-contact .pointer-link a::before {
  position: relative;
  top: 1px;
  left: -3px;
  content: "\e904";
  font-family: "regjeringen-icons";
  font-size: 16px;
  line-height: 16px;
}

.content-ministry {
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #666666;
  padding-bottom: 20px;
}
.content-ministry:after {
  content: "";
  display: table;
  clear: both;
}
.content-ministry .content-ministry-about {
  float: left;
  display: block;
  margin-right: 4.347826087%;
  width: 47.8260869565%;
}
.content-ministry .content-ministry-about:last-child {
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .content-ministry {
    border-bottom: none;
  }
}

.content-baseperson-persons {
  margin-top: 1.25rem;
  clear: both;
}
@media screen and (min-width: 700px) {
  .content-baseperson-persons {
    display: flex;
    align-items: flex-start;
  }
}
.page-departement .content-baseperson-persons {
  overflow: hidden;
}
.page-section .content-baseperson-persons {
  margin-bottom: 1.25rem;
}
.content-baseperson-persons .minister,
.content-baseperson-persons .baseperson {
  display: inline-flex;
  margin-top: 1.25rem;
}
.content-baseperson-persons .minister:after,
.content-baseperson-persons .baseperson:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 700px) {
  .content-baseperson-persons .minister,
  .content-baseperson-persons .baseperson {
    max-width: 50%;
    margin-right: 30px;
  }
  .content-baseperson-persons .minister:last-child,
  .content-baseperson-persons .baseperson:last-child {
    margin-right: 0;
  }
  .content-baseperson-persons .minister.minister-wide, .content-baseperson-persons .minister.baseperson-wide,
  .content-baseperson-persons .baseperson.minister-wide,
  .content-baseperson-persons .baseperson.baseperson-wide {
    max-width: 100%;
  }
}
.content-baseperson-persons .minister.minister-wide .minister-portrait, .content-baseperson-persons .minister.baseperson-wide .baseperson-portrait,
.content-baseperson-persons .baseperson.minister-wide .minister-portrait,
.content-baseperson-persons .baseperson.baseperson-wide .baseperson-portrait {
  min-width: 100px;
}
@media screen and (min-width: 700px) {
  .content-baseperson-persons .minister.minister-wide .minister-portrait, .content-baseperson-persons .minister.baseperson-wide .baseperson-portrait,
  .content-baseperson-persons .baseperson.minister-wide .minister-portrait,
  .content-baseperson-persons .baseperson.baseperson-wide .baseperson-portrait {
    min-width: 165px;
  }
}
.content-baseperson-persons .minister .minister-text,
.content-baseperson-persons .minister .baseperson-text,
.content-baseperson-persons .baseperson .minister-text,
.content-baseperson-persons .baseperson .baseperson-text {
  display: flex;
  flex-direction: column;
  align-content: stretch;
  max-width: 470px;
}
.content-baseperson-persons .minister .minister-text .minister-text-title,
.content-baseperson-persons .minister .minister-text .baseperson-text-title,
.content-baseperson-persons .minister .baseperson-text .minister-text-title,
.content-baseperson-persons .minister .baseperson-text .baseperson-text-title,
.content-baseperson-persons .baseperson .minister-text .minister-text-title,
.content-baseperson-persons .baseperson .minister-text .baseperson-text-title,
.content-baseperson-persons .baseperson .baseperson-text .minister-text-title,
.content-baseperson-persons .baseperson .baseperson-text .baseperson-text-title {
  margin-top: 0;
}
.content-baseperson-persons .minister .minister-text .minister-text-title a,
.content-baseperson-persons .minister .minister-text .baseperson-text-title a,
.content-baseperson-persons .minister .baseperson-text .minister-text-title a,
.content-baseperson-persons .minister .baseperson-text .baseperson-text-title a,
.content-baseperson-persons .baseperson .minister-text .minister-text-title a,
.content-baseperson-persons .baseperson .minister-text .baseperson-text-title a,
.content-baseperson-persons .baseperson .baseperson-text .minister-text-title a,
.content-baseperson-persons .baseperson .baseperson-text .baseperson-text-title a {
  display: block;
}
.content-baseperson-persons .minister .minister-text .minister-text-upper,
.content-baseperson-persons .minister .minister-text .baseperson-text-upper,
.content-baseperson-persons .minister .baseperson-text .minister-text-upper,
.content-baseperson-persons .minister .baseperson-text .baseperson-text-upper,
.content-baseperson-persons .baseperson .minister-text .minister-text-upper,
.content-baseperson-persons .baseperson .minister-text .baseperson-text-upper,
.content-baseperson-persons .baseperson .baseperson-text .minister-text-upper,
.content-baseperson-persons .baseperson .baseperson-text .baseperson-text-upper {
  flex-grow: 3;
  align-items: flex-start;
}
.content-baseperson-persons .minister .minister-text .minister-text-upper > *:first-child,
.content-baseperson-persons .minister .minister-text .baseperson-text-upper > *:first-child,
.content-baseperson-persons .minister .baseperson-text .minister-text-upper > *:first-child,
.content-baseperson-persons .minister .baseperson-text .baseperson-text-upper > *:first-child,
.content-baseperson-persons .baseperson .minister-text .minister-text-upper > *:first-child,
.content-baseperson-persons .baseperson .minister-text .baseperson-text-upper > *:first-child,
.content-baseperson-persons .baseperson .baseperson-text .minister-text-upper > *:first-child,
.content-baseperson-persons .baseperson .baseperson-text .baseperson-text-upper > *:first-child {
  padding-top: 0;
}
.content-baseperson-persons .minister .minister-text .minister-text-lower,
.content-baseperson-persons .minister .minister-text .baseperson-text-lower,
.content-baseperson-persons .minister .baseperson-text .minister-text-lower,
.content-baseperson-persons .minister .baseperson-text .baseperson-text-lower,
.content-baseperson-persons .baseperson .minister-text .minister-text-lower,
.content-baseperson-persons .baseperson .minister-text .baseperson-text-lower,
.content-baseperson-persons .baseperson .baseperson-text .minister-text-lower,
.content-baseperson-persons .baseperson .baseperson-text .baseperson-text-lower {
  flex-grow: 1;
  align-items: flex-end;
}
.content-baseperson-persons .minister-portrait,
.content-baseperson-persons .baseperson-portrait {
  float: left;
  max-width: 100px;
  margin: 0 20px 0 0;
}
.content-baseperson-persons .minister-portrait .read-more + .read-more,
.content-baseperson-persons .baseperson-portrait .read-more + .read-more {
  margin-top: 0;
}
.content-baseperson-persons .read-more {
  text-align: left;
  text-indent: -18px;
  padding-left: 10px;
}
.content-baseperson-persons .read-more + .read-more {
  margin-top: 0.25rem !important;
  line-height: 1rem;
}
.content-baseperson-persons .read-more a::before {
  position: relative;
  content: "\e904";
  font-family: "regjeringen-icons";
  font-size: 12px;
  padding-right: 2px;
}
.content-baseperson-persons .read-more a::after {
  display: none;
}
.content-baseperson-persons .other-political {
  font-size: 14px;
  font-weight: 600;
  line-height: inherit;
}
.content-baseperson-persons .other-political a {
  text-decoration: none;
}
.content-baseperson-persons .title-ministry {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #333333;
}
.content-baseperson-persons .title-minister {
  display: block;
}
@media screen and (max-width: 499px) {
  .content-baseperson-persons .title-minister {
    font-size: 18px;
  }
}

.mainContentArea .job-position {
  font-size: 14px;
  font-weight: 400;
  color: #767676;
}
.mainContentArea .job-name {
  padding-top: 0;
}
.mainContentArea .job-name:first-child {
  padding-top: 1.25rem;
}

.mainContentArea .content-header .job-position {
  padding-top: 0.75rem;
  font-size: 16px;
  font-weight: 600;
  color: #767676;
}

@media screen and (min-width: 900px) {
  .page-departement .minister-portrait-wrap {
    float: left;
  }
}
@media screen and (min-width: 700px) {
  .page-management .minister-portrait-wrap, .page-section .minister-portrait-wrap {
    float: left;
  }
}
.minister-portrait-wrap .minister-portrait {
  margin-top: 1.25rem;
}

.minister-portrait {
  margin-bottom: 10px;
  font-size: 14px;
}
.department-header .minister-portrait {
  margin-bottom: 0;
}
@media screen and (min-width: 900px) {
  .page-departement .minister-portrait {
    clear: left;
    float: left;
  }
}
@media screen and (min-width: 700px) {
  .page-management .minister-portrait, .page-section .minister-portrait {
    clear: left;
    float: left;
  }
}
.department-info-box-intro .minister-portrait.right {
  float: right;
}

.content-news {
  position: relative;
  font-size: 14px;
}
.content-news .date {
  color: #545454;
}
.content-news .link-list .date {
  display: block;
  padding-left: 1.3em;
}
.content-news .link-list .type-date {
  display: block;
  padding-left: 1.3em;
  text-indent: -1.3em;
  color: #767676;
}
.content-news .link-list .type-date span + span::before {
  content: "";
  margin-right: 5px;
  margin-left: 2px;
  font-size: 12px;
  border-left: 2px solid #ababab;
}
.content-news .link-list li {
  padding-left: 0;
  margin-bottom: 1rem;
}
.content-news .link-list li::before {
  display: none !important;
}
.content-news .link-list li a::before {
  display: none !important;
}
.content-news .department-type-date {
  margin-bottom: 0;
  color: #757575;
}
.content-news .department-type-date span:not(:first-child) {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #757575;
}
.content-news h2 {
  margin-top: 0;
}
.content-news a + h2,
.content-news a + .title,
.content-news a + .subtitle,
.content-news div.webBroadcastBlock + h2,
.content-news div.webBroadcastBlock + .title,
.content-news div.webBroadcastBlock + .subtitle {
  margin-top: 10px;
}

.department-regelverk,
.department-ressurser,
.department-contact {
  margin-bottom: 10px;
}
.department-regelverk p,
.department-ressurser p,
.department-contact p {
  font-size: 14px;
}

.department-contact.float-right {
  float: right;
}

.related > div {
  margin-bottom: 3.75rem;
}
.related .title {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 28px;
}
.related .title + * {
  margin-top: 0;
  padding-top: 0;
}

.content-media {
  margin: 20px 0 0 -10px;
  padding-left: 0;
  list-style: none;
}
.page-department .content-media {
  right: 0;
  left: auto;
}
.content-media li {
  display: inline-block;
  float: left;
  border-top: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
  font-size: 14px;
}
.page-department .content-media li {
  border-right: none;
  border-left: 5px solid #ffffff;
}
.content-media li a {
  display: block;
  padding: 3px 6px;
  text-decoration: none;
  background-color: #f1f1f1;
}

.content-graph {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.content-current ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.content-current p {
  font-weight: 400;
  margin-top: 5px;
}
.content-current p.subtitle {
  margin-top: 0;
  padding-top: 10px;
}
.content-current h2 {
  margin: 0;
}
.content-current img + h2 {
  margin-top: 10px;
}
@media screen and (max-width: 699px) {
  .content-current li:first-child {
    margin-top: 0;
  }
}

.content-useful-links .find-document-linklist {
  margin-top: 0;
  margin-bottom: 0;
}

.content-section > :first-child:not(.btn):not(.btn-show-more):not(.btn-small):not(.btn-wide):not(.btn-find-document):not(.btn-cta):not(.btn-tab):not(.btn-lightgray):not(.btn-gray):not(.btn-warning) {
  margin-top: 0;
  padding-top: 0;
}
.content-section a + .title,
.content-section .webBroadcastBlock + .title,
.content-section .embed-anything-video + .title {
  margin-top: 10px;
}
.content-section > h2:first-child + .content-row {
  margin-top: 0.75rem;
}
.content-section .title a {
  text-decoration: none;
}
.content-section .title a:hover, .content-section .title a:focus {
  text-decoration: underline;
}
.content-section .title.title-small {
  font-size: 18px;
}
.content-section .subtitle {
  margin-top: 0.75rem;
}
.content-section .subtitle + .title,
.content-section .subtitle + a .title {
  margin-top: 0 !important;
}
.content-section > a {
  display: block;
  text-decoration: none;
}
.content-section > a .title {
  margin-top: 0.75rem !important;
}
.content-section > a .subtitle {
  margin-top: 0.75rem !important;
  color: #333333;
}
.content-section > a .subtitle + .title {
  margin-top: 0 !important;
}
.content-section > a:hover .title, .content-section > a:focus .title {
  text-decoration: underline;
}
.content-section > a + p {
  padding-top: 0.75rem;
}
.content-section p {
  line-height: 1.5;
}
.content-section p.subtitle {
  padding-top: 0;
}
.content-section.content-box {
  background-color: #ededed;
  padding: 10px 13px;
}
.content-section.content-box .topic-section-header {
  border: none;
  text-align: left;
  padding: 0;
}
.content-section.content-box .topic-section-header h2 {
  background-color: transparent;
  text-transform: none;
  padding: 0;
}
.content-section.content-box h3 {
  font-size: 14px;
}
.content-section.content-col-half {
  display: flex;
  flex: 0 0 43.558%;
}

.content-contextual {
  margin-top: 20px;
}
.content-contextual .contextual-trigger {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 15px;
  text-align: left;
  color: #ffffff;
  background-color: #444444;
  border: none;
}
.content-contextual .contextual-trigger:focus {
  outline: none;
}
.content-contextual .contextual-trigger::after {
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 15px;
  font-family: "regjeringen-icons";
  font-size: 24px;
  content: "\e902";
}
.content-contextual .contextual-trigger.active::after {
  content: "\e905";
}
.content-contextual .contextual-menu {
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background-color: #444444;
  font-size: 14px;
}
.content-contextual .contextual-menu:after {
  content: "";
  display: table;
  clear: both;
}
.js .content-contextual .contextual-menu {
  display: none;
}
.content-contextual .contextual-menu [class*=content-col-] {
  margin-top: 0;
  padding: 0 15px 10px;
}
.content-contextual .contextual-menu .title {
  margin-top: 30px;
}
.content-contextual .contextual-menu .title:first-child {
  margin-top: 10px;
}
.content-contextual .contextual-menu a {
  color: #ffffff;
}

.content-curriculum-vitae ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.content-curriculum-vitae ul li {
  margin-bottom: 0.75rem;
}

.email-wrapper {
  word-wrap: break-word;
  white-space: pre;
}

.content-info {
  font-size: 14px;
  font-weight: 400;
  color: #767676;
  margin: 20px 0 40px;
  line-height: 24px;
}
.content-info p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.content-info p + p {
  margin-top: 1.25rem;
}
.content-info .owner a {
  text-decoration: none;
  color: #666666;
}
@media screen and (min-width: 700px) {
  .content-info .owner {
    display: none;
  }
}
.content-info .invalid {
  font-weight: 700;
  text-transform: uppercase;
  color: #cd4658;
}

.content-grid-row .webBroadcastBlock.smallview a img {
  margin-bottom: 0.75rem !important;
}
.content-grid-row a .webBroadcastBlock + .title {
  margin-top: 0 !important;
}
.content-grid-row a .webBroadcastBlock.smallview {
  margin-bottom: 0.75rem !important;
}
.content-grid-row .content-section .intro {
  padding-top: 0.75rem;
}
.content-grid-row .content-section .meta-info > .date:not(:first-child) {
  margin-left: 0.5rem;
  padding-left: 0.75rem;
  border-left: 1px solid #c8c8c8;
}
.content-grid-row .content-section .meta-info > span {
  color: #666666;
  font-weight: 600;
  font-size: 14px;
}

.content-row .main-case .meta-info > .date:not(:first-child) {
  margin-left: 0.5rem;
  padding-left: 0.75rem;
  border-left: 1px solid #c8c8c8;
}
.content-row .main-case .meta-info > span {
  color: #666666;
  font-weight: 600;
  font-size: 14px;
}

.mainContentArea .main-case .MainCaseContent .webBroadcastBlock {
  width: auto;
}
.mainContentArea .main-case .MainCaseContent .webBroadcastBlock p {
  padding: 16px 50px 16px 20px;
  width: auto;
}

.MainCaseContent .bg-gray .wrapper {
  padding-bottom: 40px;
}
.MainCaseContent .bg-gray .wrapper .title {
  padding-top: 0;
}
.MainCaseContent .bg-gray .wrapper .subtitle {
  padding-bottom: 0;
  padding-top: 0;
}

.MainCaseContent .webBroadcastBlock span p {
  display: none;
}

.MainCaseContent .videoBlockEmbed {
  width: 660px;
  display: block;
  float: left;
  max-height: 360px;
  overflow: hidden;
  max-width: 100%;
}

.bg-gray {
  background: #ededed;
  height: 360px;
  width: 340px;
  display: inline-flex;
  max-height: 360px;
  overflow: hidden;
  justify-content: center;
  flex-direction: column;
}

.bg-gray .wrapper .meta-info,
.bg-gray .wrapper .intro {
  width: 344px;
  display: inline-block;
  color: #000000;
}

@media only screen and (max-width: 739px) {
  .bg-gray {
    width: 100%;
    height: auto;
    display: inline-block;
  }
  .bg-gray .wrapper .link-list {
    padding-right: 1.75rem;
  }
  .MainCaseContent .bg-gray .wrapper {
    padding-bottom: 1rem;
    padding-top: 0.75rem;
  }
  .bg-gray .wrapper .meta-info,
  .bg-gray .wrapper .intro p,
  .bg-gray .wrapper .intro,
  .bg-gray .wrapper .link-list,
  .bg-gray .wrapper h2.title {
    width: 100% !important;
  }
}
@media only screen and (min-width: 740px) and (max-width: 1088px) {
  .bg-gray {
    width: 660px;
    min-height: auto;
    padding-bottom: 0;
    height: auto;
    display: inline-block;
  }
  .MainCaseContent .bg-gray .wrapper {
    padding-bottom: 1rem;
    padding-top: 0.75rem;
  }
  .bg-gray .wrapper .link-list {
    padding-right: 1.75rem;
  }
  .bg-gray .wrapper h2.title {
    width: 100%;
  }
  .bg-gray .wrapper .meta-info {
    display: inline-block;
    width: 100%;
  }
  .bg-gray .wrapper .intro,
  .bg-gray .wrapper .link-list,
  .bg-gray .wrapper .intro p {
    width: 100% !important;
  }
}
.main-case:hover .bg-gray h2 {
  text-decoration: underline !important;
  color: #bc3345;
}

.sub-area {
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 699px) {
  .sub-area {
    display: inline;
    margin-top: 2rem;
  }
  button.btn.btn-no-icon.subscribe, .page-survey .submit > button.subscribe, button.btn-no-icon.subscribe.btn-show-more, button.btn-no-icon.subscribe.btn-small, button.btn-no-icon.subscribe.btn-wide, button.btn-no-icon.subscribe.btn-find-document, button.btn-no-icon.subscribe.btn-cta, button.btn-no-icon.subscribe.btn-tab, button.btn-no-icon.subscribe.btn-lightgray, button.btn-no-icon.subscribe.btn-gray, button.btn-no-icon.subscribe.btn-warning {
    width: 100%;
  }
}
.reg-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-align: center;
  text-indent: 0;
  color: #ffffff;
  background-color: #767676;
}

.reg-icon--circle {
  border-radius: 50%;
}

.pageHeader {
  position: relative;
  z-index: 999;
}
.pageHeader:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 499px) {
  .pageHeader {
    min-height: 65px;
  }
}
@media screen and (max-width: 768px) {
  .pageHeader {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 769px) {
  .pageHeader {
    min-height: 66px;
    margin-bottom: 1.25rem;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 900px) {
  .pageHeader {
    margin-bottom: 0;
  }
}
.pageHeader .hygieneMenuWrapper {
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1044px;
  margin-right: auto;
  margin-left: auto;
}
.pageHeader .hygieneMenuWrapper:after {
  content: "";
  display: table;
  clear: both;
}
.pageHeader .pageHeaderUpper {
  color: #ffffff;
  background-color: #002e5e;
}
.pageHeader .mobileMenuWrapper {
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .pageHeader .mobileMenuWrapper {
    background-color: #ededed;
  }
  .pageHeader .mobileMenuWrapper .mobileMenuWrapperInner {
    position: relative;
    max-width: 1044px;
    margin-right: auto;
    margin-left: auto;
  }
}
.pageHeader > .wrapper {
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}
.pageHeader > .wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.pageHeader .logoWrapper {
  position: relative;
  max-width: 1044px;
  margin-right: auto;
  margin-left: auto;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .pageHeader .logoWrapper {
    min-height: 65px;
    padding: 0;
    background-position: 160px 0;
    background-size: 80px;
  }
}
@media screen and (min-width: 769px) {
  .pageHeader .logoWrapper {
    padding: 10px 20px 5px;
  }
}

.page-footer {
  margin-top: 20px;
}
.page-footer:after {
  content: "";
  display: table;
  clear: both;
}
.page-footer > .wrapper {
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}
.page-footer > .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.spinner {
  width: 32px;
  height: 32px;
  animation: spinner 2s infinite linear;
}
.spinner svg {
  width: 32px;
  height: 32px;
  animation: spinner 2s infinite linear;
}

.alphabet-nav__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.alphabet-nav__list-item:not(:last-child) {
  margin-right: 1.25rem;
}

.alphabet-nav__link {
  font-size: 22px;
  font-weight: 600;
}

.alphabet-nav--has-accordions {
  padding: 0 1rem;
}

.related-keywords .related-keywords__heading {
  font-size: 1rem;
  margin: 0 0 0.75rem 0;
}
.related-keywords .related-keywords-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.related-keywords .related-keywords-list__item {
  margin-right: 1rem;
}
.related-keywords .related-keywords-list__item a {
  border-bottom: 0 !important;
}

.article-info .related-languages {
  margin: 0;
  padding: 0;
}
.article-info .related-languages ul {
  margin: 0;
  padding: 0;
}
.article-info .related-languages ul li {
  display: inline-block;
  padding-left: 1.3em;
  text-indent: -1.3em;
  color: #767676;
}
.article-info .related-languages ul .separator {
  color: #666666;
}
.article-info .related-languages + p {
  margin-top: 1.25rem !important;
}

.keyword-accordion {
  padding: 0;
  margin: 0;
}

.keyword-accordion__item {
  list-style: none;
}

.keyword-accordion__header {
  transition: background-color 0.3s ease-out;
}
.keyword-accordion__header.keyword-accordion__header {
  margin: 0;
}

.keyword-accordion__toggler {
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #3867c8;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5em;
  position: relative;
  padding: 0.125rem 0.125rem 0.125rem 3rem;
}
.keyword-accordion__toggler::before {
  display: inline-block;
  position: absolute;
  top: 0.125rem;
  left: 1rem;
  font-size: 1em;
  font-family: "regjeringen-icons";
  content: "\e902";
  font-weight: normal;
}
@media screen and (max-width: 499px) {
  .keyword-accordion__toggler {
    padding: 0.125rem 0.125rem 0.125rem 2rem;
  }
  .keyword-accordion__toggler::before {
    display: inline-block;
    position: absolute;
    top: 0.125rem;
    left: 0.5rem;
    font-size: 1em;
    font-family: "regjeringen-icons";
    content: "\e902";
    font-weight: normal;
  }
}

.keyword-accordion__content {
  display: none;
  transition: background-color 0.3s ease-out;
  padding: 1.25rem 1.25rem 1.25rem 3rem;
}
@media screen and (max-width: 499px) {
  .keyword-accordion__content {
    padding: 0.75rem 0.75rem 0.75rem 2rem;
  }
}
.keyword-accordion__content .keyword-accordion__content__html ul {
  list-style: disc;
}
.keyword-accordion__content .keyword-accordion__content__html ul ul {
  list-style: circle;
}
.keyword-accordion__content .keyword-accordion__content__html p:first-child {
  padding-top: 0;
}
.keyword-accordion__content .keyword-accordion__content__html .link-list {
  list-style: none;
}
.keyword-accordion__content .related-keywords {
  margin-top: 2.5rem;
  padding-top: 0.75rem;
  border-top: 1px solid #333333;
}
@media screen and (max-width: 499px) {
  .keyword-accordion__content .related-keywords {
    margin-top: 1.25rem;
  }
}

.keyword-accordion__item--open {
  margin-bottom: 1.25rem;
}
.keyword-accordion__item--open .keyword-accordion__header {
  background-color: #ededed;
}
.keyword-accordion__item--open .keyword-accordion__content {
  background-color: rgba(237, 237, 237, 0.6);
}
.keyword-accordion__item--open .keyword-accordion__toggler {
  display: block;
  width: 100%;
}
.keyword-accordion__item--open .keyword-accordion__toggler::before {
  content: "\e905";
  color: #3867c8;
}
.keyword-accordion__item--open .keyword-accordion__toggler__text {
  font-weight: 600;
  color: #333333;
  text-decoration: underline;
}

.article-body > :first-child {
  padding-top: 0;
}
.article-body .webBroadcastBlock {
  margin-top: 2.5rem;
}
.article-body > div:not(.carousel-wrapper):not(.featurebox):not(.datawrapper-block) {
  padding-top: 0 !important;
}
.article-body > div:not(.carousel-wrapper):not(.featurebox):not(.datawrapper-block):not(.tableauPlaceholder) {
  margin-top: 1.25rem;
}
.article-body h2 + p,
.article-body h2 + ul,
.article-body h2 + ol,
.article-body h2 + table,
.article-body h3 + p,
.article-body h3 + ul,
.article-body h3 + ol,
.article-body h3 + table,
.article-body h4 + p,
.article-body h4 + ul,
.article-body h4 + ol,
.article-body h4 + table,
.article-body h5 + p,
.article-body h5 + ul,
.article-body h5 + ol,
.article-body h5 + table {
  margin-top: 0.75rem;
  padding-top: 0;
}
.article-body ul,
.article-body ol {
  padding: 0.75rem 0 0 20px;
  margin: 0;
  line-height: 26px;
  /*
      Link list override styles when used inside article body
  */
}
.article-body ul ul,
.article-body ul ol,
.article-body ol ul,
.article-body ol ol {
  padding: 0 0 0 20px;
}
.article-body ul li,
.article-body ol li {
  margin-top: 10px;
  margin-bottom: 0;
}
.article-body ul li p:first-child,
.article-body ol li p:first-child {
  margin: 0;
  padding: 0;
}
.article-body ul li p + p,
.article-body ol li p + p {
  margin-top: 1.25rem;
}
.article-body ul li p img,
.article-body ol li p img {
  margin-bottom: 1.25rem;
}
.article-body ul li img,
.article-body ol li img {
  margin-top: 0;
}
.article-body ul.link-list,
.article-body ol.link-list {
  padding-left: 0;
  line-height: 1.4;
}
.article-body ul.link-list ul,
.article-body ol.link-list ul {
  padding-left: 0;
  line-height: 1.4;
}
.article-body ul.link-list li,
.article-body ol.link-list li {
  margin-top: 0;
  margin-bottom: 0.25rem;
}
.article-body ol {
  padding-left: 25px;
}
.article-body p {
  line-height: 26px;
}
.article-body p:empty {
  display: none;
}
@media screen and (max-width: 499px) {
  .article-body p {
    padding-top: 1.25rem;
  }
}
.article-body img {
  height: auto;
  outline: none;
}
.article-body * + img,
.article-body * + figure img {
  margin-top: 40px;
}
.article-body figure .btn-zoom + img {
  margin-top: 0.75rem;
}
.article-body figcaption,
.article-body .figcaption {
  margin-top: 0.75rem;
  padding-top: 0;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  line-height: 22px;
}
.article-body figure + .download-high-res-image {
  margin-top: 0.25rem !important;
}
.article-body .download-high-res-image {
  font-size: 14px;
  line-height: 22px;
}
.article-body .container {
  margin-top: 0 !important;
}
.article-body .list-wrapper {
  margin-top: 0 !important;
}
.article-body .list-wrapper .list-header {
  padding-top: 0.5rem;
}
.article-body .list-wrapper .link-list.tight {
  padding-top: 0.25rem;
}
.article-body .list-wrapper:last-of-type {
  margin-bottom: 1.25rem;
}
.article-body p.tight-fit {
  padding-top: 2px !important;
}

.article-info + .article-body > :first-child {
  padding-top: 0;
}

h4.list-header.pad-top {
  padding-top: 16px !important;
}

.twitter-typeahead {
  display: block !important;
}

.tt-query,
.tt-hint {
  font-size: 14px;
  line-height: 1;
  margin: 0;
  outline: none;
}

.tt-hint {
  color: #cccccc;
}

.tt-dropdown-menu {
  left: 0;
  right: 5px;
  position: absolute;
  background-color: #ffffff;
  font-size: 12px;
  border: 1px solid #dddddd;
  width: 100%;
}

.tt-suggestion {
  padding: 8px 15px;
  line-height: 1.5;
  background-color: #ffffff;
  cursor: pointer;
  border: 1px solid #666666;
  border-top: none;
}
.tt-suggestion:not(:last-child) {
  border-bottom-color: #ededed;
}
.tt-suggestion.tt-cursor {
  text-decoration: none;
  outline: 0;
  background-color: #ededed;
  color: #262626;
}
.tt-suggestion p {
  margin: 0;
}

.page-frontpage .breadcrumbsWrapper {
  display: none;
}
@media screen and (max-width: 768px) {
  .breadcrumbsWrapper {
    background-color: #ededed;
  }
}
@media screen and (min-width: 769px) {
  .breadcrumbsWrapper {
    max-width: 1044px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 1044px;
    margin: 15px auto 0;
    padding-right: 10px;
    padding-left: 10px;
  }
  .breadcrumbsWrapper:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbsWrapper .parent-crumb {
    position: absolute;
    margin: 20px 20px 0px 20px;
  }
}
@media screen and (max-width: 499px) {
  .breadcrumbsWrapper .parent-crumb {
    position: absolute;
    margin: 20px 20px 0px 9px;
  }
}
.breadcrumbsWrapper .back-link.shown {
  display: none;
}
.breadcrumbsWrapper .back-link .crmbIndent {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (min-width: 769px) {
  .last-crumb {
    cursor: pointer;
  }
  .last-crumb::after {
    font-family: "regjeringen-icons";
    content: "\e902";
  }
}
.breadcrumbs {
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  padding-left: 11px;
  padding-right: 20px;
}
.breadcrumbs:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 769px) {
  .breadcrumbs {
    margin-right: 270px;
  }
}
.breadcrumbs p,
.breadcrumbs .breadcrumbs-label {
  display: inline;
  margin-right: 6px;
  font-size: 14px;
  font-weight: 400;
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs > ul {
  display: inline;
  padding: 0;
  font-size: 14px;
}
.breadcrumbs > ul > .breadcrumb-item {
  position: relative;
}
.breadcrumbs > ul > .breadcrumb-item .breadcrumb-item__sub-menu {
  display: none;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .breadcrumbs > ul > .breadcrumb-item {
    display: inline-block;
    padding: 0.25rem 0;
    margin-right: 1.5rem;
  }
  .breadcrumbs > ul > .breadcrumb-item:first-child::before {
    display: none;
  }
  .breadcrumbs > ul > .breadcrumb-item::after {
    position: absolute;
    top: 5px;
    right: -16px;
    content: "\e91f";
    font-family: "regjeringen-icons";
    font-size: 7px;
    line-height: 18px;
    color: #666666;
  }
  .breadcrumbs > ul > .breadcrumb-item:nth-last-child(2)::after {
    content: "";
  }
  .breadcrumbs > ul > .breadcrumb-item:last-child::after {
    content: "";
  }
  .breadcrumbs > ul > .breadcrumb-item.breadcrumb-item--has-sub-menu .breadcrumb-item__button {
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-right: 1rem;
  }
  .breadcrumbs > ul > .breadcrumb-item.breadcrumb-item--has-sub-menu .breadcrumb-item__button.active + ul {
    display: block;
    position: absolute;
    top: 0.75rem;
    left: -6px;
    z-index: 3;
    min-width: 212px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background-color: #ededed;
    box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.2);
  }
  .breadcrumbs > ul > .breadcrumb-item.breadcrumb-item--has-sub-menu .breadcrumb-item__button.active + ul:focus {
    outline: thin dotted;
  }
  .no-touch .breadcrumbs > ul > .breadcrumb-item.breadcrumb-item--has-sub-menu .breadcrumb-item__button.active + ul > li:hover {
    background-color: #ffffff;
  }
  .breadcrumbs > ul > .breadcrumb-item.breadcrumb-item--has-sub-menu .breadcrumb-item__button.active + ul > li a {
    display: block;
    padding: 0.25rem 1rem;
  }
  .breadcrumbs > ul > .breadcrumb-item.breadcrumb-item--has-sub-menu .breadcrumb-item__button.active + ul > li.linkRepeater {
    font-style: italic;
  }
  .breadcrumbs > ul > .breadcrumb-item.breadcrumb-item--has-sub-menu .breadcrumb-item__button.active::after {
    content: "\e905";
  }
  .breadcrumbs > ul > .breadcrumb-item.breadcrumb-item--has-sub-menu .breadcrumb-item__button::after {
    content: "\e902";
    font-family: "regjeringen-icons";
    position: absolute;
    display: inline-block;
    font-weight: normal;
    margin-left: 0.125rem;
    top: 4px;
    right: 0;
    font-size: 10px;
  }
  .breadcrumbs > ul > .breadcrumb-item .breadcrumb-item__sub-menu.shown {
    display: block;
    position: absolute;
    top: 10px;
    left: -6px;
    z-index: 3;
    min-width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ededed;
    border: 5px solid #ffffff;
  }
  .breadcrumbs > ul > .breadcrumb-item .breadcrumb-item__sub-menu.shown:focus {
    outline: thin dotted;
  }
  .breadcrumbs > ul > .breadcrumb-item .breadcrumb-item__sub-menu.shown > li {
    padding: 5px 25px;
  }
  .no-touch .breadcrumbs > ul > .breadcrumb-item .breadcrumb-item__sub-menu.shown > li:hover {
    background-color: #ffffff;
  }
  .breadcrumbs > ul > .breadcrumb-item .breadcrumb-item__sub-menu.shown > li a {
    display: block;
  }
  .breadcrumbs > ul > .breadcrumb-item .breadcrumb-item__sub-menu.shown > li.linkRepeater {
    font-style: italic;
  }
  .no-js .breadcrumbs > ul > .breadcrumb-item:hover ul {
    background-color: #f5f5f5;
    display: block;
    position: absolute;
    top: 10px;
    left: -6px;
    z-index: 3;
    width: 200px;
    padding-bottom: 5px;
  }
  .no-js .breadcrumbs > ul > .breadcrumb-item:hover ul > li {
    padding: 5px 10px;
  }
  .no-js .breadcrumbs > ul > .breadcrumb-item:hover ul > li:hover {
    background-color: #eeeeee;
  }
  .no-js .breadcrumbs > ul > .breadcrumb-item:hover ul > li a {
    display: block;
  }
  .no-js .breadcrumbs > ul > .breadcrumb-item:hover ul > li.linkRepeater {
    display: none;
  }
  .touch .breadcrumbs > ul > .breadcrumb-item a.active + ul.shown {
    display: block;
    position: absolute;
    top: 10px;
    left: -6px;
    z-index: 3;
    width: 200px;
    padding-bottom: 5px;
    background-color: #f5f5f5;
  }
  .touch .breadcrumbs > ul > .breadcrumb-item a.active + ul.shown > li {
    padding: 5px 10px;
  }
  .touch .breadcrumbs > ul > .breadcrumb-item a.active + ul.shown > li:hover {
    background-color: #eeeeee;
  }
  .touch .breadcrumbs > ul > .breadcrumb-item a.active + ul.shown > li a {
    display: block;
  }
  .touch .breadcrumbs > ul > .breadcrumb-item a.active + ul.shown > li.linkRepeater {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    padding: 10px 15px 7px 20px;
    border-top: 1px solid #dddddd;
  }
  .breadcrumbs p,
  .breadcrumbs .breadcrumbs-label {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .breadcrumbs > ul {
    display: inline;
    font-size: 14px;
  }
  .breadcrumbs > ul > li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 14px;
  }
  .breadcrumbs > ul > li > a {
    display: block;
    text-decoration: none;
    color: #144696;
  }
  .breadcrumbs > ul > li > a::after {
    position: relative;
    top: 0;
    right: -12px;
    margin-right: 6px;
    content: "\e91f";
    font-family: "regjeringen-icons";
    font-size: 8px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbs.no-nav-mob {
    display: none !important;
  }
}

.breadcrumb-item--last.breadcrumb-item--has-sub-menu .breadcrumb-item__button:focus {
  outline: 0;
}
@media screen and (min-width: 769px) {
  .breadcrumb-item--last.breadcrumb-item--has-sub-menu .breadcrumb-item__button {
    color: #3867c8;
  }
  .breadcrumb-item--last.breadcrumb-item--has-sub-menu .breadcrumb-item__button:hover {
    color: #cd4658;
  }
}

.breadcrumb-item__sub-menu-item--first {
  margin-bottom: 0.5rem;
}
.breadcrumb-item__sub-menu-item--first .breadcrumb-item__text {
  font-weight: 600;
  position: relative;
  padding-right: 6px;
}
.breadcrumb-item__sub-menu-item--first .breadcrumb-item__text::after {
  content: "\e904";
  position: relative;
  padding-left: 0.35rem;
  font-family: "regjeringen-icons";
  font-size: 10px;
}

.page-frontpage .parent-crumb ::before,
.page-topic .parent-crumb ::before,
.page-departement .parent-crumb ::before,
.page-landingsside .parent-crumb ::before,
.page-horing .parent-crumb ::before,
.page-departementlist .parent-crumb ::before,
.page-article .parent-crumb ::before,
.page-search .parent-crumb ::before,
.page-aktueltlanding .parent-crumb ::before {
  top: -1px;
  left: 3px;
  content: "\e903";
  font-family: "regjeringen-icons";
  font-size: 10px;
  line-height: 16px;
  padding-right: 3px;
  position: relative;
}
.page-frontpage .parent-crumb,
.page-topic .parent-crumb,
.page-departement .parent-crumb,
.page-landingsside .parent-crumb,
.page-horing .parent-crumb,
.page-departementlist .parent-crumb,
.page-article .parent-crumb,
.page-search .parent-crumb,
.page-aktueltlanding .parent-crumb {
  font-weight: 400;
  font-size: 16px;
  color: #3867c8;
  margin-bottom: 0.75rem;
  display: inline-block;
  text-decoration: none;
}

.browsehappy {
  margin: 0;
  padding: 5px;
  text-align: center;
  line-height: 1.4;
  color: #545454 !important;
  background-color: #ededed;
  border: none;
}

.btn, .page-survey .submit > button, .btn-show-more, .btn-small, .btn-wide, .btn-find-document, .btn-cta, .btn-tab, .btn-lightgray, .btn-gray, .btn-warning {
  transition: background-color 0.2s ease-in-out;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: inline-block;
  padding: 15px 60px 15px 20px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
  background-color: #3867c8;
  border: none;
  border-radius: 2px;
}
.btn.btn-icon-left, .page-survey .submit > button.btn-icon-left, .btn-icon-left.btn-show-more, .btn-icon-left.btn-small, .btn-icon-left.btn-wide, .btn-icon-left.btn-find-document, .btn-icon-left.btn-cta, .btn-icon-left.btn-tab, .btn-icon-left.btn-lightgray, .btn-icon-left.btn-gray, .btn-icon-left.btn-warning {
  padding: 15px;
}
.btn.btn-icon-left::before, .page-survey .submit > button.btn-icon-left::before, .btn-icon-left.btn-show-more::before, .btn-icon-left.btn-small::before, .btn-icon-left.btn-wide::before, .btn-icon-left.btn-find-document::before, .btn-icon-left.btn-cta::before, .btn-icon-left.btn-tab::before, .btn-icon-left.btn-lightgray::before, .btn-icon-left.btn-gray::before, .btn-icon-left.btn-warning::before {
  content: "\e904";
  position: relative;
  left: -5px;
  font-family: "regjeringen-icons";
  font-weight: normal;
  font-size: 14px;
}
.btn.btn-icon-left.rss-icon::before, .page-survey .submit > button.btn-icon-left.rss-icon::before, .btn-icon-left.rss-icon.btn-show-more::before, .btn-icon-left.rss-icon.btn-small::before, .btn-icon-left.rss-icon.btn-wide::before, .btn-icon-left.rss-icon.btn-find-document::before, .btn-icon-left.rss-icon.btn-cta::before, .btn-icon-left.rss-icon.btn-tab::before, .btn-icon-left.rss-icon.btn-lightgray::before, .btn-icon-left.rss-icon.btn-gray::before, .btn-icon-left.rss-icon.btn-warning::before {
  content: "\e918";
  padding-left: 8px;
  margin-right: 2px;
}
.btn.btn-icon-left.expand-icon, .page-survey .submit > button.btn-icon-left.expand-icon, .btn-icon-left.expand-icon.btn-show-more, .btn-icon-left.expand-icon.btn-small, .btn-icon-left.expand-icon.btn-wide, .btn-icon-left.expand-icon.btn-find-document, .btn-icon-left.expand-icon.btn-cta, .btn-icon-left.expand-icon.btn-tab, .btn-icon-left.expand-icon.btn-lightgray, .btn-icon-left.expand-icon.btn-gray, .btn-icon-left.expand-icon.btn-warning {
  padding: 4px 12px 4px 12px;
}
.btn.btn-icon-left.expand-icon::before, .page-survey .submit > button.btn-icon-left.expand-icon::before, .btn-icon-left.expand-icon.btn-show-more::before, .btn-icon-left.expand-icon.btn-small::before, .btn-icon-left.expand-icon.btn-wide::before, .btn-icon-left.expand-icon.btn-find-document::before, .btn-icon-left.expand-icon.btn-cta::before, .btn-icon-left.expand-icon.btn-tab::before, .btn-icon-left.expand-icon.btn-lightgray::before, .btn-icon-left.expand-icon.btn-gray::before, .btn-icon-left.expand-icon.btn-warning::before {
  content: "\e902";
}
.btn.btn-icon-left.expand-icon.active::before, .page-survey .submit > button.btn-icon-left.expand-icon.active::before, .btn-icon-left.expand-icon.active.btn-show-more::before, .btn-icon-left.expand-icon.active.btn-small::before, .btn-icon-left.expand-icon.active.btn-wide::before, .btn-icon-left.expand-icon.active.btn-find-document::before, .btn-icon-left.expand-icon.active.btn-cta::before, .btn-icon-left.expand-icon.active.btn-tab::before, .btn-icon-left.expand-icon.active.btn-lightgray::before, .btn-icon-left.expand-icon.active.btn-gray::before, .btn-icon-left.expand-icon.active.btn-warning::before {
  content: "\e905";
}
.btn:disabled, .page-survey .submit > button:disabled, .btn-show-more:disabled, .btn-small:disabled, .btn-wide:disabled, .btn-find-document:disabled, .btn-cta:disabled, .btn-tab:disabled, .btn-lightgray:disabled, .btn-gray:disabled, .btn-warning:disabled {
  background-color: #ababab;
}
.btn:not(.btn-icon-left)::after, .page-survey .submit > button:not(.btn-icon-left)::after, .btn-show-more:not(.btn-icon-left)::after, .btn-small:not(.btn-icon-left)::after, .btn-wide:not(.btn-icon-left)::after, .btn-find-document:not(.btn-icon-left)::after, .btn-cta:not(.btn-icon-left)::after, .btn-tab:not(.btn-icon-left)::after, .btn-lightgray:not(.btn-icon-left)::after, .btn-gray:not(.btn-icon-left)::after, .btn-warning:not(.btn-icon-left)::after {
  position: absolute;
  top: 50%;
  right: 15px;
  height: 30px;
  width: 30px;
  margin-top: -15px;
  background-color: #ffffff;
  border-radius: 15px;
  font-family: "regjeringen-icons";
  content: "\e904";
  text-align: center;
  color: #000000;
  line-height: 30px;
  font-size: 12px;
}
.btn.btn-no-icon, .page-survey .submit > button, .btn-no-icon.btn-show-more, .btn-no-icon.btn-small, .btn-no-icon.btn-wide, .btn-no-icon.btn-find-document, .btn-no-icon.btn-cta, .btn-no-icon.btn-tab, .btn-no-icon.btn-lightgray, .btn-no-icon.btn-gray, .btn-no-icon.btn-warning {
  padding: 15px 20px;
}
.btn.btn-no-icon::after, .page-survey .submit > button::after, .btn-no-icon.btn-show-more::after, .btn-no-icon.btn-small::after, .btn-no-icon.btn-wide::after, .btn-no-icon.btn-find-document::after, .btn-no-icon.btn-cta::after, .btn-no-icon.btn-tab::after, .btn-no-icon.btn-lightgray::after, .btn-no-icon.btn-gray::after, .btn-no-icon.btn-warning::after {
  display: none;
}
.btn:link, .page-survey .submit > button:link, .btn-show-more:link, .btn-small:link, .btn-wide:link, .btn-find-document:link, .btn-cta:link, .btn-tab:link, .btn-lightgray:link, .btn-gray:link, .btn-warning:link {
  color: #ffffff;
}
.no-touch .btn:not(:disabled):hover, .no-touch .page-survey .submit > button:not(:disabled):hover, .page-survey .no-touch .submit > button:not(:disabled):hover, .no-touch .btn-show-more:not(:disabled):hover, .no-touch .btn-small:not(:disabled):hover, .no-touch .btn-wide:not(:disabled):hover, .no-touch .btn-find-document:not(:disabled):hover, .no-touch .btn-cta:not(:disabled):hover, .no-touch .btn-tab:not(:disabled):hover, .no-touch .btn-lightgray:not(:disabled):hover, .no-touch .btn-gray:not(:disabled):hover, .no-touch .btn-warning:not(:disabled):hover, .btn:not(:disabled):focus, .page-survey .submit > button:not(:disabled):focus, .btn-show-more:not(:disabled):focus, .btn-small:not(:disabled):focus, .btn-wide:not(:disabled):focus, .btn-find-document:not(:disabled):focus, .btn-cta:not(:disabled):focus, .btn-tab:not(:disabled):focus, .btn-lightgray:not(:disabled):focus, .btn-gray:not(:disabled):focus, .btn-warning:not(:disabled):focus {
  color: #ffffff;
  background-color: #cd4658;
}
.btn:focus, .page-survey .submit > button:focus, .btn-show-more:focus, .btn-small:focus, .btn-wide:focus, .btn-find-document:focus, .btn-cta:focus, .btn-tab:focus, .btn-lightgray:focus, .btn-gray:focus, .btn-warning:focus {
  text-decoration: underline;
}
.btn.underline, .page-survey .submit > button.underline, .underline.btn-show-more, .underline.btn-small, .underline.btn-wide, .underline.btn-find-document, .underline.btn-cta, .underline.btn-tab, .underline.btn-lightgray, .underline.btn-gray, .underline.btn-warning {
  text-decoration: underline;
}

.btn-warning {
  background-color: #cd4658;
}
.no-touch .btn-warning:hover, .btn-warning:focus {
  color: #ffffff;
  background-color: #bc3345;
}

.btn-submit.notification {
  background-color: #cd4658;
}
.btn-submit:disabled {
  display: none;
}

.btn-cancel {
  color: #3867c8;
  background-color: transparent;
}
.no-touch .btn-cancel:hover, .btn-cancel:focus {
  color: #cd4658 !important;
  background-color: transparent !important;
}

.btn-gray {
  background-color: #666666;
}
.no-touch .btn-gray:not(:disabled):hover, .btn-gray:not(:disabled):focus {
  background-color: #333333;
}

.btn-lightgray {
  transition: color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  color: #3867c8 !important;
  background-color: #ededed;
}
.btn-lightgray::after {
  color: #3867c8 !important;
}
.no-touch .btn-lightgray:hover, .btn-lightgray:focus {
  color: #ffffff !important;
  background-color: #cd4658 !important;
}

.btn-tab {
  transition: color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  color: #3867c8 !important;
  background-color: #ededed;
}
.btn-tab:hover, .btn-tab:focus {
  color: #ffffff !important;
  background-color: #cd4658 !important;
}
.btn-tab.active {
  color: #ffffff !important;
  background-color: #3867c8 !important;
}
.btn-tab.active:hover, .btn-tab.active:focus {
  background-color: #3867c8 !important;
}
.btn-tab.btn-tab-small {
  padding: 10px 14px;
}

.btn-cta {
  background-color: #13856c;
  display: inline-block;
}
.btn-cta::after {
  color: #13856c;
}
.no-touch .btn-cta:hover, .btn-cta:focus {
  color: #ffffff;
  background-color: #0f6653;
}
.no-touch .btn-cta:hover::after, .btn-cta:focus::after {
  color: #0f6653;
}

.btn-wide, .btn-find-document {
  display: block;
}

.btn-small {
  padding: 7px 12px;
}

.btn-find-document::after {
  color: #3867c8;
}
.no-touch .btn-find-document:hover::after, .btn-find-document:focus::after {
  color: #cd4658;
}

.btn-help {
  transition: background-color 0.2s ease-in-out;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 0;
  font-family: inherit;
  font-size: 16px;
  text-decoration: none;
  background-color: transparent;
  border: none;
}
.btn-help::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #ffffff;
  background-color: #3867c8;
  border-radius: 15px;
  font-family: "regjeringen-icons";
  font-size: 22px;
  content: "\e91a";
  text-align: center;
  line-height: 30px;
}
.no-touch .btn-help:hover::after, .btn-help:focus::after {
  background-color: #cd4658;
}
.btn-help:focus {
  outline: none;
}
.btn-help.active::after {
  content: "\e906";
}

.btn-show-more {
  background-color: #ededed;
  color: #3867c8;
}
.btn-show-more::after {
  content: "\e902" !important;
}
.no-touch .btn-show-more:hover, .btn-show-more:focus {
  background-color: #eeeeee;
  color: #cd4658;
}
.no-touch .btn-show-more:hover::after, .btn-show-more:focus::after {
  background-color: #cd4658;
  color: #ffffff;
}
.btn-show-more:link {
  color: #3867c8;
}

.btn-link {
  margin-left: 10px;
  padding: 0;
  font-family: inherit;
  text-decoration: underline;
  color: #3867c8;
  background-color: transparent;
  border: none;
}
.btn-link:not(:disabled):hover, .btn-link:not(:disabled):focus {
  color: #cd4658;
}
.btn-link:disabled {
  font-weight: 700;
  text-decoration: none;
  color: #000000;
}

.btn-sort {
  margin-left: 10px;
  padding: 0 !important;
  font-weight: 600;
  text-decoration: underline;
  color: #144696;
  background-color: transparent;
}
.btn-sort:hover, .btn-sort:focus {
  color: #bc3345 !important;
  background-color: transparent !important;
}
.btn-sort::after {
  display: none;
}
.btn-sort.active {
  font-weight: 700;
  text-decoration: none;
  color: #333333;
}
.btn-sort.active:hover, .btn-sort.active:focus {
  color: #333333 !important;
  cursor: default;
}

.btn-download {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: none;
  text-align: left;
  color: #3867c8;
  background-color: transparent;
  border: none;
  outline: none;
}
.btn-download:hover, .btn-download:focus {
  color: #cd4658;
  background-color: transparent;
}
.btn-download::after {
  display: inline-block;
  position: absolute;
  top: 3px;
  right: -2px;
  font-family: "regjeringen-icons";
  content: " \e908";
}
.btn-download.active::after {
  content: " \e905";
}

.btn-download--inline {
  display: inline-block;
  width: auto;
}
.btn-download--inline::after {
  position: relative;
  right: 0;
  top: 0;
  margin-left: 0.25rem;
  vertical-align: middle;
  font-size: 0.9em;
}

.click-process {
  margin-top: 20px !important;
}
.click-process .btn, .click-process .page-survey .submit > button, .page-survey .click-process .submit > button, .click-process .btn-warning, .click-process .btn-gray, .click-process .btn-lightgray, .click-process .btn-tab, .click-process .btn-cta, .click-process .btn-wide, .click-process .btn-small, .click-process .btn-find-document, .click-process .btn-show-more {
  margin-right: 5px;
  margin-bottom: 15px;
  margin-left: 5px;
}
.click-process .btn:first-child, .click-process .page-survey .submit > button:first-child, .page-survey .click-process .submit > button:first-child, .click-process .btn-warning:first-child, .click-process .btn-gray:first-child, .click-process .btn-lightgray:first-child, .click-process .btn-tab:first-child, .click-process .btn-cta:first-child, .click-process .btn-wide:first-child, .click-process .btn-small:first-child, .click-process .btn-find-document:first-child, .click-process .btn-show-more:first-child {
  margin-left: 0;
}
.click-process .space {
  margin-right: 10px;
  margin-left: 10px;
}

.datepicker {
  display: none;
  position: absolute;
  margin-top: -1px;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 2px;
  direction: ltr;
  z-index: 999;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker::before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #000000;
  border-top: 0;
  border-bottom-color: #000000;
  position: absolute;
}
.datepicker::after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker.datepicker-orient-left::before {
  left: 6px;
}
.datepicker.datepicker-orient-left::after {
  left: 7px;
}
.datepicker.datepicker-orient-right::before {
  right: 6px;
}
.datepicker.datepicker-orient-right::after {
  right: 7px;
}
.datepicker.datepicker-orient-top::before {
  top: -7px;
}
.datepicker.datepicker-orient-top::after {
  top: -6px;
}
.datepicker.datepicker-orient-bottom::before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999999;
}
.datepicker.datepicker-orient-bottom::after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  padding-right: 6px;
  padding-left: 6px;
  border-radius: 2px;
  border: none;
}
.datepicker table tr td.day:hover {
  background: #ededed;
  cursor: pointer;
}
.datepicker table tr td.day.today {
  position: relative;
  font-weight: 700;
}
.datepicker table tr td.day.today::after {
  position: absolute;
  right: 6px;
  bottom: 5px;
  left: 6px;
  content: "";
  border-bottom: 1px solid #000000;
}
.datepicker table tr td.day.active {
  font-weight: 400;
  color: #ffffff;
  background-color: #3867c8;
}
.datepicker table tr td.day.active::after {
  border-bottom: none;
  border-bottom-color: #ffffff;
}
.datepicker table tr td.day.active:hover {
  background-color: #1a5ebd;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #767676;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 2px;
}
.datepicker table tr td span:hover {
  background: #ededed;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #ededed;
}
.datepicker .cw {
  width: 12px;
  padding: 0 5px;
  font-size: 10px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.input-daterange input {
  text-align: center;
}

.input-daterange input:first-child {
  border-radius: 2px 0 0 2px;
}

.input-daterange input:last-child {
  border-radius: 0 2px 2px 0;
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #ededed;
  border: 1px solid #000000;
  margin-left: -5px;
  margin-right: -5px;
}

.carousel-title {
  margin-top: 0 !important;
  margin-bottom: 50px !important;
  font-weight: 400 !important;
  font-size: 40px !important;
}
@media screen and (max-width: 768px) {
  .carousel-title {
    margin-bottom: 1.25rem;
    font-size: 30px !important;
  }
}

.carousel-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  background-color: #ededed;
}
.js .carousel-wrapper {
  visibility: hidden;
}
@media screen and (max-width: 699px) {
  .carousel-wrapper {
    padding-top: 20px;
  }
  .carousel-wrapper.carousel-image-archive {
    padding-top: 0 !important;
  }
  .article-body .carousel-wrapper {
    margin-top: 20px;
  }
}
@media screen and (min-width: 700px) {
  .carousel-wrapper {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .carousel-wrapper.carousel-image-archive {
    padding-top: 0 !important;
  }
  .article-body .carousel-wrapper {
    margin-top: 40px;
  }
}

.no-touch .carousel {
  margin-right: 50px;
  margin-left: 50px;
}
@media screen and (max-width: 699px) {
  .no-touch .carousel.no-carousel {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 699px) {
  .no-touch .carousel-image-archive .carousel {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.carousel ul {
  position: relative;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 699px) {
  .carousel ul {
    margin-left: -145px;
  }
  .no-js .carousel ul {
    margin-left: 0;
  }
  [data-carousel-wrapper=portrait] .carousel ul {
    margin-left: -97px;
  }
  .no-js [data-carousel-wrapper=portrait] .carousel ul {
    margin-left: 0;
  }
}
.carousel-image-archive .carousel ul {
  margin-left: 0;
  text-align: center;
}
@media screen and (min-width: 700px) {
  .touch .carousel {
    margin-right: 50px;
    margin-left: 50px;
  }
  .carousel ul {
    margin-left: -46px;
  }
  .no-js .carousel ul {
    margin-left: 0;
  }
  [data-carousel-wrapper=portrait] .carousel ul {
    margin-left: 10px;
  }
  .carousel-image-archive .carousel ul {
    width: auto !important;
    left: auto !important;
  }
}
.carousel li {
  position: relative;
  float: left;
  width: 189px;
  height: 106px;
  margin: 0 16px 0 0;
  list-style: none;
  text-align: center;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}
[data-carousel-wrapper=portrait] .carousel li {
  width: 120px;
  height: 160px;
}
.carousel-image-archive .carousel li {
  display: inline-block;
  float: none;
  width: auto;
  margin-right: 6px;
}
.carousel li img {
  position: relative;
  z-index: 1;
  width: 189px;
  max-width: 1000px;
  height: 106px;
  cursor: pointer;
  transition: margin 0.5s ease-in-out, width 0.5s ease-in-out, height 0.5s ease-in-out;
  outline: none;
}
[data-carousel-wrapper=portrait] .carousel li img {
  width: 120px;
  height: 160px;
}
.carousel-image-archive .carousel li img {
  width: auto;
}
.no-js .carousel li {
  float: none;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-right: 20px;
  margin-left: 20px;
  padding: 5px;
  background-color: #fff;
}
.no-js .carousel li img {
  width: 100%;
  height: auto;
  cursor: default;
}
@media screen and (min-width: 700px) {
  .carousel li.initiator + li img, .carousel li.current img {
    width: 316px;
    height: 177px;
    z-index: 2;
    margin-top: -20px;
    margin-left: -64px;
    box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.1);
    cursor: default;
  }
  [data-carousel-wrapper=portrait] .carousel li.initiator + li img, [data-carousel-wrapper=portrait] .carousel li.current img {
    width: 165px;
    height: 220px;
    margin-left: -24px;
  }
  .carousel-image-archive .carousel li.initiator + li img, .carousel-image-archive .carousel li.current img {
    width: auto;
    height: 106px;
    margin-top: 0;
    margin-left: 0;
  }
}
.carousel-image-archive .carousel li.initiator img {
  outline: 2px solid #3867c8;
}
.carousel-image-archive .carousel li img:focus {
  outline: 2px solid #cd4658;
}
.no-js .carousel li {
  margin-bottom: 16px;
}
.js .carousel .info {
  display: none;
}
.no-js .carousel .info {
  padding: 2px 5px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.9);
}
.no-js .carousel .info .name {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}
.no-js .carousel .info .position {
  padding-top: 3px;
  font-size: 12px;
  line-height: 14px;
}
.no-js .carousel .info .description,
.no-js .carousel .info .quote {
  display: none;
}

.carousel-prev,
.carousel-next {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 60px;
  height: 197px;
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #3867c8;
  background-color: #ededed;
  border: none;
  cursor: pointer;
  outline: none;
}
[data-carousel-wrapper=portrait] .carousel-prev,
[data-carousel-wrapper=portrait] .carousel-next {
  height: 244px;
}
@media screen and (max-width: 699px) {
  .carousel-prev,
  .carousel-next {
    height: 126px;
  }
  [data-carousel-wrapper=portrait] .carousel-prev,
  [data-carousel-wrapper=portrait] .carousel-next {
    height: 180px;
  }
  .touch .carousel-prev,
  .touch .carousel-next {
    display: none;
  }
}
.carousel-image-archive .carousel-prev,
.carousel-image-archive .carousel-next {
  width: 40px;
  height: 100%;
}
.no-touch .carousel-prev:hover, .carousel-prev:focus,
.no-touch .carousel-next:hover,
.carousel-next:focus {
  color: #bc3345;
}
.carousel-prev:after,
.carousel-next:after {
  position: relative;
  top: 5px;
  font-family: "regjeringen-icons";
  font-size: 25px;
}
.carousel-prev[disabled],
.carousel-next[disabled] {
  z-index: 0;
}
.carousel-prev[disabled]:after,
.carousel-next[disabled]:after {
  display: none;
}
.no-js .carousel-prev,
.no-js .carousel-next {
  display: none;
}

.carousel-prev {
  left: 0;
}
.carousel-prev:after {
  left: 1px;
  content: "\e903";
}

.carousel-next {
  right: 0;
}
.carousel-next:after {
  left: -1px;
  content: "\e904";
}

.carousel-image-preview {
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}
@media screen and (max-width: 699px) {
  .carousel-image-preview {
    margin-top: 20px;
  }
}
@media screen and (min-width: 700px) {
  .carousel-image-preview {
    margin-top: 40px;
  }
}
.carousel-image-preview img {
  width: auto;
  height: auto;
  max-height: 320px;
  margin-top: 0;
}
@media only screen and (min-width: 810px) {
  .content-col-3.article-content .carousel-image-preview img {
    max-height: 460px;
  }
}

.carousel-downloads-list {
  display: none;
}
.carousel-downloads-list.shown {
  display: block;
}
.carousel-downloads-list ul {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.carousel-downloads-list li {
  margin-top: 5px !important;
}
.carousel-downloads-list li:first-child {
  margin-top: 0;
}
.carousel-downloads-list a {
  display: block;
  position: relative;
  margin-right: -10px;
  margin-left: -10px;
  padding: 5px 35px 5px 5px;
  text-decoration: none;
  background-color: #fff;
}
.carousel-downloads-list a:after {
  display: inline-block;
  position: absolute;
  top: 9px;
  right: 9px;
  font-family: "regjeringen-icons";
  font-size: 12px;
  content: " \e908";
}

.carousel-info {
  position: relative;
  min-height: 160px;
  margin: 0 30px 15px;
  padding: 20px 30px;
  font-size: 16px;
  background-color: #fff;
}
@media screen and (max-width: 699px) {
  .carousel-info {
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 700px) {
  .carousel-info {
    margin-top: 51px;
  }
  [data-carousel-wrapper=portrait] .carousel-info {
    margin-top: 44px;
  }
}
.carousel-image-archive .carousel-info {
  min-height: 0;
  margin-top: 0;
}
.carousel-info .name {
  margin-top: 0;
  margin-bottom: 2px;
}
.carousel-info .name a {
  text-decoration: underline;
}
.carousel-info .position {
  padding-top: 0;
  font-size: 14px;
  line-height: 20px;
}
.carousel-info .description {
  padding-top: 10px;
}
@media screen and (max-width: 699px) {
  .carousel-info .description {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 700px) {
  .carousel-info .description {
    float: left;
    width: 60%;
  }
}
.carousel-info .quote {
  margin: 0;
  padding-left: 30px;
  font-weight: 400;
  font-style: italic;
  line-height: 24px;
  background: transparent url("../img/carousel-quote.png") 0 0 no-repeat;
  background-size: 25px 15px;
}
@media screen and (min-width: 700px) {
  .carousel-info .quote {
    float: right;
    width: 35%;
  }
}
.no-svg .carousel-info .quote {
  background-image: url("../img/carousel-quote.png");
}
@media screen and (max-width: 699px) {
  .carousel-info .info-credits {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 700px) {
  .carousel-info .info-credits {
    float: left;
    width: calc(100% - 300px);
  }
  .content-col-2 .carousel-info .info-credits {
    float: none;
    width: 100%;
  }
}
.carousel-info .info-credits p {
  padding-top: 0;
}
.carousel-info .info-credits p + p {
  padding-top: 20px;
}
.carousel-info .download {
  margin-top: 20px;
  padding: 10px 15px;
  background-color: #ededed;
}
@media screen and (min-width: 700px) {
  .carousel-info .download {
    float: right;
    width: 280px;
    margin-top: 0;
  }
  .content-col-2 .carousel-info .download {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}
.carousel-info .download p {
  padding-top: 0;
}
.carousel-info .download-high-res-image {
  margin-top: 1rem;
}
.carousel-info .carousel-info-pointer {
  position: absolute;
  top: -15px;
  left: 244px;
  z-index: 5;
  display: inline-block;
  width: 60px;
  height: 31px;
  background: transparent url("../img/carousel-info-pointer.svg") 0 0 no-repeat;
  transition: left 0.3s linear 0s;
}
[data-carousel-wrapper=portrait] .carousel-info .carousel-info-pointer {
  left: 194px;
}
@media screen and (max-width: 699px) {
  .carousel-info .carousel-info-pointer {
    left: 156px;
  }
  .touch .carousel-info .carousel-info-pointer {
    left: 106px;
  }
  [data-carousel-wrapper=portrait] .carousel-info .carousel-info-pointer {
    left: 104px;
  }
  .touch [data-carousel-wrapper=portrait] .carousel-info .carousel-info-pointer {
    left: 54px;
  }
}
.carousel-image-archive .carousel-info .carousel-info-pointer {
  left: 50%;
  margin-left: -30px;
}
.no-svg .carousel-info .carousel-info-pointer {
  background-image: url("../img/carousel-info-pointer.png");
}
.no-js .carousel-info {
  display: none;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  background-color: #ededed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate(0, 0);
}
.slick-slider.slick-dotted {
  margin-bottom: 30px;
}

.slick-slide:not(.slick-current) {
  pointer-events: none;
}

.slick-list {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 70px 0 60px !important;
}
@media screen and (max-width: 699px) {
  .slick-list {
    padding: 40px 0 30px !important;
  }
}
@media screen and (max-width: 499px) {
  .slick-list {
    padding: 30px 0 20px !important;
  }
}
@media screen and (min-width: 700px) {
  .slick-list {
    min-height: 650px;
    padding: 70px 0 60px !important;
  }
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track::before, .slick-track::after {
  display: table;
  content: "";
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  position: relative;
  top: 0;
  margin: 0;
  transform: scale(1);
  height: 100%;
  min-height: 1px;
  opacity: 0.5;
}
.slick-slide > div {
  margin-top: 0;
  margin-left: 0;
  background-color: #ffffff;
  border: 10px solid #ededed;
  transition: all ease-in-out 0.3s;
}
@media screen and (max-width: 699px) {
  .slick-slide > div {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 499px) {
  .slick-slide > div {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 700px) {
  .slick-slide > div {
    width: 120%;
    min-height: 350px;
  }
}
.slick-slide img,
.slick-slide iframe {
  display: block;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider {
  width: 100%;
  margin: 0;
  padding: 40px 0;
}

.slick-slider > .slide:not(:first-child) {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media screen and (min-width: 700px) {
  .mainContentArea .slick-slide > div {
    height: 480px;
    overflow: hidden;
    position: relative;
  }
  .mainContentArea .slick-slide > div::after {
    background: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
    border-bottom: 6px solid #ffffff;
    bottom: 0;
    content: " ";
    display: block;
    height: 50px;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
  }
}
.mainContentArea .slick-link {
  display: block;
  text-decoration: none;
}
.mainContentArea .slick-center {
  z-index: 2;
  opacity: 1;
}
@media screen and (min-width: 700px) {
  .mainContentArea .slick-center > div {
    height: 540px !important;
    margin-top: -10%;
    margin-left: -40%;
    width: 180%;
  }
}
.mainContentArea .carousel-current-pretitle,
.mainContentArea .carousel-current-title,
.mainContentArea .carousel-current-intro {
  margin: 0;
  padding: 20px 40px 6px;
}
.mainContentArea .carousel-current-pretitle {
  padding-bottom: 0;
  color: #333333;
  font-size: 1em;
}
.mainContentArea .carousel-current-pretitle:hover {
  color: #333333;
}
.mainContentArea .carousel-current-pretitle + .carousel-current-title {
  padding-top: 0;
}
.mainContentArea .carousel-current-title {
  font-size: 18px;
  line-height: inherit;
}
@media screen and (min-width: 500px) {
  .mainContentArea .carousel-current-title {
    font-size: 22px;
  }
}
.mainContentArea .carousel-current-intro {
  padding-top: 0;
}
.mainContentArea .carousel-current-intro * {
  margin-top: 0;
  padding-top: 0;
  font-size: 1em;
  line-height: 1.5;
}

.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  width: 201px;
  height: 100%;
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 699px) {
  .slick-prev,
  .slick-next {
    width: 50px;
  }
}
@media screen and (max-width: 499px) {
  .slick-prev,
  .slick-next {
    width: 30px;
  }
}
.slick-prev:hover span::before,
.slick-next:hover span::before {
  color: #bc3345;
}
.slick-prev span,
.slick-next span {
  width: 50%;
  height: 100%;
  position: absolute;
  background: #ededed;
  top: 0;
}
.slick-prev span::before,
.slick-next span::before {
  font-family: "regjeringen-icons";
  font-size: 36px;
  line-height: 1;
  color: #1a5ebd;
  content: "";
  position: relative;
  top: calc(50% - 18px);
}
@media screen and (max-width: 699px) {
  .slick-prev span,
  .slick-next span {
    width: 100%;
  }
}

.slick-prev {
  left: 0;
}
.slick-prev span {
  left: 0;
}
.slick-prev span::before {
  content: "\e903";
}

.slick-next {
  right: 0;
}
.slick-next span {
  right: 0;
}
.slick-next span::before {
  content: "\e904";
}

.slick-dots {
  display: block;
  position: relative;
  z-index: 3;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 699px) {
  .slick-dots {
    bottom: 27px;
  }
}
@media screen and (max-width: 499px) {
  .slick-dots {
    bottom: 21px;
  }
}
@media screen and (min-width: 700px) {
  .slick-dots {
    bottom: 50px;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 20px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 50%;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover::before, .slick-dots li button:focus::before {
  opacity: 1;
}
.slick-dots li.slick-active button {
  color: #ffffff;
  background-color: #000000;
}

.closeButton {
  display: block;
  z-index: 1000;
  position: absolute;
  top: 15px;
  right: 10px;
  padding: 0;
  font-size: 10px;
  line-height: 28px;
  color: #144696;
  background-color: transparent;
  border: none;
}
@media screen and (max-width: 899px) {
  .closeButton {
    display: none;
  }
}
.no-js .closeButton {
  display: none;
}
.closeButton:after {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 20px;
  content: " \e906";
  font-family: "regjeringen-icons";
  font-size: 12px;
  color: #fff;
  background-color: #144696;
}
.no-touch .closeButton:hover, .closeButton:focus {
  color: #bc3345;
}
.no-touch .closeButton:hover:after, .closeButton:focus:after {
  background-color: #bc3345;
}

.content-current a {
  text-decoration: none;
}
.content-current a .subtitle {
  color: #333333;
}
.content-current a + p {
  margin-top: 0.75rem;
  padding-top: 0 !important;
}

.content-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
@media screen and (min-width: 500px) {
  .content-list {
    margin-bottom: 5rem;
  }
}
.content-list > li {
  margin-bottom: 2.5rem;
  position: relative;
}
.content-list > li .h3 {
  margin-top: 0;
}
.content-list .title a {
  color: #3867c8;
}
.content-list .title a:hover, .content-list .title a:focus {
  color: #cd4658;
}
.content-list p,
.content-list .job-name {
  padding-top: 0.75rem;
}
@media screen and (max-width: 499px) {
  .content-list.has-logos .logo {
    display: inline-block;
    float: right;
    max-width: 100px;
    margin-left: 1.25rem;
    margin-bottom: 0.75rem;
  }
  .content-list.has-logos .logo img {
    max-width: 100%;
  }
}
@media screen and (min-width: 500px) {
  .content-list.has-logos {
    position: relative;
    margin-left: 120px;
  }
  .content-list.has-logos .logo {
    position: absolute;
    top: 0.25rem;
    left: -120px;
    width: 100px;
    text-align: center;
  }
}

.custom-checkbox {
  position: relative;
  margin-bottom: 5px;
}
.custom-checkbox label {
  margin-top: 0.2em;
}
.custom-checkbox.horizontal {
  display: inline-block;
}
.custom-checkbox.horizontal input[type=checkbox] + label {
  margin-right: 20px;
}
.custom-checkbox input[type=checkbox] {
  position: absolute;
  left: -999em;
}
.custom-checkbox input[type=checkbox] + label {
  display: inline-block;
  padding-right: 10px;
  padding-left: 30px;
  text-indent: -20px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  transition: background-color 0.15s linear 0s;
}
.custom-checkbox input[type=checkbox] + label::before {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 21px;
  height: 21px;
  left: -10px;
  font-family: "regjeringen-icons";
  font-size: 15px;
  text-align: center;
  text-indent: 0;
  line-height: 19px;
  content: "\e901";
  color: #ffffff;
  background-color: #ffffff;
  border: 1px solid #000000;
  transition: color 0.15s linear 0s, background-color 0.15s linear 0s;
}
.custom-checkbox input[type=checkbox]:not(:disabled) + label {
  cursor: pointer;
}
.no-touch .custom-checkbox input[type=checkbox]:not(:disabled) + label:hover {
  margin-left: -2px;
  padding-left: 32px;
  background-color: #ededed;
}
.no-touch .custom-checkbox input[type=checkbox]:not(:disabled) + label:hover::before {
  color: #c8c8c8;
  background-color: #c8c8c8;
}
.custom-checkbox input[type=checkbox]:focus + label {
  margin-left: -2px;
  padding-left: 32px;
  background-color: #ededed;
}
.custom-checkbox input[type=checkbox]:focus + label::before {
  color: #c8c8c8;
  background-color: #c8c8c8;
}
.custom-checkbox input[type=checkbox]:checked:not(:disabled) + label::before {
  color: #ffffff;
  background-color: #3867c8;
  border-color: #3867c8;
}
.no-touch .custom-checkbox input[type=checkbox]:checked:not(:disabled) + label:hover::before {
  background-color: #3867c8;
}
.custom-checkbox input[type=checkbox]:checked:not(:disabled):focus + label::before {
  background-color: #3867c8;
}
.custom-checkbox input[type=checkbox]:disabled + label::before {
  background-color: #666666;
}

.custom-radio {
  margin-bottom: 5px;
  margin-left: -3px;
}
.custom-radio label {
  margin-top: 0.2em;
}
.custom-radio input[type=radio] {
  position: absolute;
  left: -999em;
}
.custom-radio input[type=radio] + label {
  position: relative;
  display: inline-block;
  padding: 3px 10px 4px 30px;
  border-radius: 15px;
  transition: background-color 0.15s linear 0s;
}
.custom-radio input[type=radio] + label::before {
  display: inline-block;
  position: absolute;
  top: 0.2em;
  width: 20px;
  height: 20px;
  left: 3px;
  content: "";
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 10px;
  transition: background-color 0.15s linear 0s;
}
.custom-radio input[type=radio]:hover + label::before,
.custom-radio input[type=radio]:focus + label::before {
  background-color: #c8c8c8;
}
.custom-radio input[type=radio]:checked + label::before,
.custom-radio input[type=radio]:checked:hover + label::before,
.custom-radio input[type=radio]:checked:focus + label::before {
  background-color: #3867c8;
  border-color: #3867c8;
}
.custom-radio input[type=radio]:hover + label,
.custom-radio input[type=radio]:focus + label {
  background-color: #ededed;
}

.custom-selector label,
.custom-selector .label {
  display: block;
  margin-top: 0;
  margin-bottom: 0.25rem;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
}
.custom-selector select {
  width: 100%;
  min-height: 46px;
}
.js .custom-selector select {
  visibility: hidden;
}
.custom-selector ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.custom-selector.department #labelDepartement {
  margin-bottom: 0.75rem;
  font-size: 18px;
}
.custom-selector .custom-selector-trigger,
.custom-selector .custom-selector-reset {
  display: block;
  position: relative;
  width: 100%;
  min-height: 46px;
  font-family: inherit;
  font-size: 15px;
  text-align: left;
  background-color: #ededed;
  cursor: pointer;
  outline: 0;
}
@media screen and (max-width: 768px) {
  .custom-selector .custom-selector-trigger,
  .custom-selector .custom-selector-reset {
    padding-right: 10px;
    padding-left: 10px;
    color: #144696;
  }
}
.custom-selector .custom-selector-trigger:hover, .custom-selector .custom-selector-trigger:focus,
.custom-selector .custom-selector-reset:hover,
.custom-selector .custom-selector-reset:focus {
  color: #bc3345;
}
.custom-selector .custom-selector-trigger:hover::after, .custom-selector .custom-selector-trigger:focus::after,
.custom-selector .custom-selector-reset:hover::after,
.custom-selector .custom-selector-reset:focus::after {
  background-color: #bc3345;
}
.custom-selector .custom-selector-trigger::after,
.custom-selector .custom-selector-reset::after {
  display: inline-block;
  position: absolute;
  top: 22px;
  right: 10px;
  height: 25px;
  width: 25px;
  margin-top: -12px;
  margin-left: 10px;
  font-family: "regjeringen-icons";
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  line-height: 26px;
  color: #ffffff;
  background-color: #3867c8;
  border-radius: 15px;
}
.custom-selector .custom-selector-trigger.active::after,
.custom-selector .custom-selector-reset.active::after {
  line-height: 24px;
}
.custom-selector .custom-selector-trigger {
  padding: 9px 39px 9px 9px;
  border: 1px solid #ededed;
  transition: all 0.3s ease-in-out;
}
.custom-selector .custom-selector-trigger::after {
  content: "\e902";
}
.custom-selector .custom-selector-trigger:focus, .custom-selector .custom-selector-trigger.active {
  border-color: #999999;
}
.custom-selector .custom-selector-trigger.active::after {
  content: "\e905";
}
.custom-selector .custom-selector-reset {
  padding: 12px 39px 9px 9px;
  font-weight: 400;
  border: 1px solid #ededed;
  transition: all 0.3s ease-in-out;
}
.custom-selector .custom-selector-reset:focus {
  border-color: #999999;
}
.custom-selector .custom-selector-reset::after {
  content: "\e906";
}
.custom-selector .custom-selector-wrapper {
  position: relative;
}
.custom-selector .custom-selector-dropdown {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  display: none;
  position: relative;
  top: -1px;
  border: 1px solid #ededed;
  border-top: 0;
  transition: all 0.3s ease-in-out;
}
.custom-selector .custom-selector-dropdown.open, .custom-selector .custom-selector-dropdown.shown {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1000;
  max-height: 400px;
  background-color: #ededed;
  border: 1px solid #999999;
  border-top: 0;
}
@media screen and (max-width: 768px) {
  .custom-selector .custom-selector-dropdown.open, .custom-selector .custom-selector-dropdown.shown {
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .custom-selector .custom-selector-dropdown.open, .custom-selector .custom-selector-dropdown.shown {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 15px;
  }
}
.custom-selector .custom-selector-dropdown.open li, .custom-selector .custom-selector-dropdown.shown li {
  margin-top: 0;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .custom-selector .custom-selector-dropdown.open li:first-child, .custom-selector .custom-selector-dropdown.shown li:first-child {
    padding-top: 10px;
  }
}
.custom-selector .custom-selector-dropdown.open li.first-in-group, .custom-selector .custom-selector-dropdown.shown li.first-in-group {
  margin-top: 6px;
  padding-top: 6px;
}
.custom-selector .custom-selector-dropdown.open li.first-in-group.border, .custom-selector .custom-selector-dropdown.shown li.first-in-group.border {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #666666;
}
.custom-selector .custom-selector-dropdown.open li a, .custom-selector .custom-selector-dropdown.shown li a {
  display: block;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  color: #144696;
  box-sizing: border-box;
  outline: 0;
}
@media screen and (max-width: 768px) {
  .custom-selector .custom-selector-dropdown.open li a, .custom-selector .custom-selector-dropdown.shown li a {
    padding: 8px 10px;
  }
}
@media screen and (min-width: 769px) {
  .custom-selector .custom-selector-dropdown.open li a, .custom-selector .custom-selector-dropdown.shown li a {
    padding: 6px 10px;
  }
}
.custom-selector .custom-selector-dropdown.open li.selected a, .custom-selector .custom-selector-dropdown.shown li.selected a {
  background-color: #e0e0e0;
}
.custom-selector .custom-selector-dropdown.open li.group-header a, .custom-selector .custom-selector-dropdown.shown li.group-header a {
  font-weight: 700;
}
.custom-selector .custom-selector-dropdown.open li.active a, .custom-selector .custom-selector-dropdown.shown li.active a {
  color: #ffffff;
  background-color: #144696;
}
.custom-selector .custom-selector-dropdown.open li button, .custom-selector .custom-selector-dropdown.shown li button {
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  text-align: left;
  color: #144696;
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  outline: 0;
}
@media screen and (max-width: 768px) {
  .custom-selector .custom-selector-dropdown.open li button, .custom-selector .custom-selector-dropdown.shown li button {
    padding: 8px 10px;
  }
}
@media screen and (min-width: 769px) {
  .custom-selector .custom-selector-dropdown.open li button, .custom-selector .custom-selector-dropdown.shown li button {
    padding: 6px 10px;
  }
}
.custom-selector .custom-selector-dropdown.open li.selected button, .custom-selector .custom-selector-dropdown.shown li.selected button {
  background-color: #e0e0e0;
}
.custom-selector .custom-selector-dropdown.open li.group-header button, .custom-selector .custom-selector-dropdown.shown li.group-header button {
  font-weight: 700;
}
.custom-selector .custom-selector-dropdown.open li.active button, .custom-selector .custom-selector-dropdown.shown li.active button {
  color: #ffffff;
  background-color: #144696;
}
@media screen and (max-width: 768px) {
  .custom-selector .custom-selector-dropdown.open .flag.norwegian, .custom-selector .custom-selector-dropdown.shown .flag.norwegian {
    background-position: 28px 10px;
  }
  .custom-selector .custom-selector-dropdown.open .flag.sami, .custom-selector .custom-selector-dropdown.shown .flag.sami {
    background-position: 28px -40px;
  }
  .custom-selector .custom-selector-dropdown.open .flag.english, .custom-selector .custom-selector-dropdown.shown .flag.english {
    background-position: 28px -90px;
  }
}
@media screen and (min-width: 769px) {
  .custom-selector .custom-selector-dropdown.open .flag.norwegian, .custom-selector .custom-selector-dropdown.shown .flag.norwegian {
    background-position: 4px 5px;
  }
  .custom-selector .custom-selector-dropdown.open .flag.sami, .custom-selector .custom-selector-dropdown.shown .flag.sami {
    background-position: 4px -45px;
  }
  .custom-selector .custom-selector-dropdown.open .flag.english, .custom-selector .custom-selector-dropdown.shown .flag.english {
    background-position: 4px -95px;
  }
}
@media screen and (max-width: 499px) {
  .custom-selector.date-picker {
    width: calc(100% - 105px);
  }
}
.custom-selector.date-picker .datepicker-empty {
  display: inline-block;
  position: absolute;
  right: -3px;
}
.custom-selector.date-picker .datepicker-empty .btn-datepicker-empty {
  position: absolute !important;
  padding: 12px 20px;
  white-space: nowrap;
}
@media screen and (max-width: 499px) {
  .custom-selector.date-picker .datepicker-empty .btn-datepicker-empty {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.custom-textinput, .EPiServerForms textarea,
.base-form textarea, .EPiServerForms input[type=text],
.EPiServerForms input[type=tel],
.EPiServerForms input[type=email],
.EPiServerForms input[type=password],
.EPiServerForms input[type=url],
.EPiServerForms input[type=search],
.EPiServerForms input[type=number],
.base-form input[type=text],
.base-form input[type=tel],
.base-form input[type=email],
.base-form input[type=password],
.base-form input[type=url],
.base-form input[type=search],
.base-form input[type=number] {
  min-height: 46px;
  font-family: inherit;
  font-weight: 500;
  background-color: #ffffff;
  border: 1px solid #ababab;
  border-radius: 2px;
  box-sizing: inherit;
  width: 100%;
  transition: all 0.3s ease-in-out;
  padding: 8px 8px 8px 15px;
  -webkit-appearance: none;
}
.custom-textinput:focus, .EPiServerForms textarea:focus,
.base-form textarea:focus, .EPiServerForms input[type=text]:focus,
.EPiServerForms input[type=tel]:focus,
.EPiServerForms input[type=email]:focus,
.EPiServerForms input[type=password]:focus,
.EPiServerForms input[type=url]:focus,
.EPiServerForms input[type=search]:focus,
.EPiServerForms input[type=number]:focus,
.base-form input[type=text]:focus,
.base-form input[type=tel]:focus,
.base-form input[type=email]:focus,
.base-form input[type=password]:focus,
.base-form input[type=url]:focus,
.base-form input[type=search]:focus,
.base-form input[type=number]:focus {
  border-color: #000000;
  outline: none;
}

ul.data-listing {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
ul.data-listing > li {
  margin: 0 -12px;
  padding: 12px;
  border-top: 1px solid #c8c8c8;
}
ul.data-listing > li:first-child {
  border-top: none;
}
.active-only ul.data-listing li[data-inactive] {
  display: none;
}
ul.data-listing ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
ul.data-listing ul > li {
  margin-top: 0;
  line-height: 18px;
}
ul.data-listing ul > li + li {
  margin-top: 20px;
}
ul.data-listing .title {
  display: block;
  padding-top: 0;
}
ul.data-listing .date {
  display: block;
  margin-top: 2px;
  padding-top: 0;
  font-size: 14px;
  color: #666666;
}
ul.data-listing .date + .title {
  margin-top: 20px;
}

.page-data-regjeringen .featurebox {
  margin-top: 10px;
}
.page-data-regjeringen .featurebox p {
  margin-top: 10px;
  padding-top: 0;
}
.page-data-regjeringen .featurebox p.date {
  margin-top: 2px;
  padding-top: 0;
  font-size: 14px;
  color: #666666;
}

.enable-js {
  margin: 0;
  padding: 5px;
  text-align: center;
  line-height: 1.4;
  color: #545454 !important;
  background-color: #ededed;
  border: none;
}

.eos-facts {
  margin-top: 1.25rem;
  padding: 1.25rem;
  background-color: #ededed;
}
.eos-facts p {
  margin: 0;
  padding: 0 0 0.25rem 0;
}

.eos-sakstrinn {
  padding: 2.5rem 0;
}
.eos-sakstrinn:after {
  content: "";
  display: table;
  clear: both;
}
.eos-sakstrinn h2 {
  margin-bottom: 1.25rem;
}
.eos-sakstrinn ol {
  counter-reset: li;
  margin-left: 0;
  padding-left: 0;
}
.eos-sakstrinn ol li {
  position: relative;
  margin: 5px 0 5px 10px; /* Give each list item a left margin to make room for the numbers */
  padding: 4px 20px 8px 40px; /* Add some spacing around the content */
  list-style: none; /* Disable the normal item numbering */
  display: inline-block;
  clear: both;
  float: left;
  color: #666666;
}
.eos-sakstrinn ol li::before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 0;
  left: -10px;
  width: 2em;
  margin-right: 8px;
  padding: 4px;
  text-align: center;
  border-radius: 20px;
  background-color: #002e5e;
  color: #ffffff;
  font-weight: 600;
}
.eos-sakstrinn ol li.selected {
  background-color: #ededed;
  font-size: 18px;
  left: -4px;
  font-weight: 600;
  padding: 8px 20px 8px 35px;
  margin-left: 20px;
  color: #000000;
}
.eos-sakstrinn ol li.selected::before {
  background-color: #cd4658;
  height: 40px;
  width: 40px;
  line-height: 30px;
  font-size: 25px;
  left: -19px;
}
.eos-sakstrinn p {
  clear: both;
  padding-top: 1.25rem;
}

.eos-table {
  width: 100%;
}

.event-list {
  border-left: 2px solid #002e5e;
  margin-left: 15px;
  list-style: none;
  padding: 0;
}
.event-list:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 699px) {
  .event-list {
    margin-left: 25px;
  }
}
.event-list li {
  margin-left: 15px;
  padding: 0;
}
.event-list li.event {
  padding-bottom: 30px;
  position: relative;
}
.event-list li.event::before {
  border-radius: 10px;
  width: 10px;
  height: 10px;
  background-color: #002e5e;
  content: " ";
  position: absolute;
  top: 10px;
  left: -21px;
}
.event-list .showafter ~ * {
  display: none;
}
.event-list .showafter.show ~ * {
  display: block;
}
.event-list .event-time {
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding-top: 4px;
}
.event-list .event-time + .event-name {
  padding-top: 10px;
}
.event-list .event-name {
  font-size: 22px;
  font-weight: 700;
  margin-top: 0;
}
.event-list .event-owner {
  margin: 0;
  color: #666666;
  font-size: 14px;
}
.event-list .event-share {
  list-style: none;
  padding: 0;
}
.event-list .event-share li {
  display: inline;
  padding: 0 15px 0 0;
  margin: 0;
}
.event-list .event-time-extended,
.event-list .event-location,
.event-list .event-available-for {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.event-list .event-time-extended p,
.event-list .event-location p,
.event-list .event-available-for p {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.event-list .event-time-extended {
  margin-top: 10px;
  display: block;
}
.event-list .event-location p {
  padding: 0;
}
.event-list .event-location div {
  margin: 0;
  padding: 0;
}
.event-list .event-description {
  height: auto;
  position: relative;
}
.event-list .event-description.expanded {
  height: auto;
}
.event-list .event-description.expanded .readmore::before {
  content: "\e914";
}
.event-list .event-description.expanded::after {
  height: 30px;
  position: relative;
  clear: both;
}
.event-list .event-description::after {
  display: none;
  content: "";
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
}
.event-list .event-description .readmore {
  text-decoration: none;
  font-weight: 500;
  display: block;
  margin-top: 10px;
  position: absolute;
  bottom: 0;
  z-index: 1000;
}
.event-list .event-description .readmore::before {
  display: block;
  text-align: center;
  float: left;
  height: 20px;
  width: 20px;
  font-family: "regjeringen-icons";
  background-color: #3867c8;
  color: #ffffff;
  border-radius: 10px;
  content: "\e916";
  margin-right: 5px;
  line-height: 20px;
}
.no-touch .event-list .event-description .readmore:hover::before, .event-list .event-description .readmore:focus::before {
  background-color: #cd4658;
}
.event-list .event-show-hide {
  padding-top: 1.25rem;
}
.event-list .event-show-hide button {
  display: none;
  height: 30px;
  -webkit-appearance: none;
  background: none;
  border: 1px solid transparent;
  position: relative;
  padding: 0 0 0 35px;
}
.event-list .event-show-hide button::before {
  background-color: #3867c8;
  content: "\e916";
  color: #ffffff;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  font-family: "regjeringen-icons";
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  line-height: 25px;
  border-radius: 15px;
}
.event-list .event-show-hide button.expanded::before {
  content: "\e914";
}

.event-info {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 14px;
  font-weight: 700;
}
.event-info p {
  padding-top: 0;
  font-size: 14px;
  font-weight: 700;
}

.event-share-inline {
  display: inline;
  list-style: none;
  padding-left: 0;
}
.event-share-inline li {
  display: inline-block;
}
.event-share-inline li + li {
  margin-left: 15px;
}

.event-calendar-link {
  margin-top: 2.5rem;
}

.expand-list {
  padding: 0 !important;
}
.expand-list > li {
  margin: 0 0 0.75rem 0;
  list-style: none;
}
.expand-list > li > h2,
.expand-list > li > h3,
.expand-list > li > h4 {
  position: relative;
  background-color: #ededed;
  padding: 0.75rem 50px 0.75rem 0.75rem;
  cursor: pointer;
  outline: none;
}
.expand-list > li > h2::after,
.expand-list > li > h3::after,
.expand-list > li > h4::after {
  position: absolute;
  height: 24px;
  width: 24px;
  top: 50%;
  right: 14px;
  margin-top: -12px;
  border-radius: 15px;
  font-family: "regjeringen-icons";
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
  text-align: center;
  background-color: #3867c8;
  content: "\e916";
}
.expand-list > li > h2.active::after,
.expand-list > li > h3.active::after,
.expand-list > li > h4.active::after {
  content: "\e914";
}
.no-touch .expand-list > li > h2:hover::after, .expand-list > li > h2:focus::after,
.no-touch .expand-list > li > h3:hover::after,
.expand-list > li > h3:focus::after,
.no-touch .expand-list > li > h4:hover::after,
.expand-list > li > h4:focus::after {
  background-color: #bc3345;
}
.expand-list > li > div {
  padding: 0.75rem;
  background-color: #ededed;
  overflow: hidden;
}
.expand-list > li > div > ul:not(.link-list) {
  list-style-type: disc;
}
.expand-list > li > div.hidden {
  display: none;
}

.fb-page-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.fb-page-wrapper .fb-page {
  width: 100%;
}
@media screen and (min-width: 700px) {
  .fb-page-wrapper .fb-page {
    float: left;
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
  .fb-page-wrapper .fb-page:nth-child(odd) {
    clear: left;
  }
  .fb-page-wrapper .fb-page:nth-child(even) {
    margin-left: 30px;
  }
}

.js .fb-page blockquote {
  display: none;
}
.no-js .fb-page blockquote {
  margin: 0;
  padding: 1em 40px;
  background-color: #ededed;
}

.factbox {
  clear: both;
}
.factbox:not(.visuallyhidden) {
  position: relative;
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem;
  background-color: #ededed;
  border: 2px solid #ededed;
}
.tab-frame .factbox {
  margin-right: -10px;
  margin-left: -10px;
  border: none;
}
.factbox.space-above {
  margin-top: 1.25rem !important;
}
.factbox .factbox-static {
  padding: 10px 50px 10px 10px;
}
.factbox .factbox-toggler {
  position: relative;
  width: 100%;
  padding: 10px;
  font-family: inherit;
  text-align: left;
  background-color: transparent;
  border: none;
  outline: none;
}
.js .factbox .factbox-toggler {
  padding-right: 50px;
}
.js .factbox .factbox-toggler::after {
  position: absolute;
  height: 24px;
  width: 24px;
  top: 50%;
  right: 14px;
  margin-top: -12px;
  border-radius: 15px;
  font-family: "regjeringen-icons";
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  background-color: #3867c8;
  content: "\e916";
}
.js .factbox .factbox-toggler.active::after {
  content: "\e914";
}
.no-touch .js .factbox .factbox-toggler:hover .factbox-title, .js .factbox .factbox-toggler:focus .factbox-title {
  border-bottom-color: #333333;
}
.no-touch .js .factbox .factbox-toggler:hover .factbox-title-text {
  border-bottom-color: #333333;
}
.factbox .factbox-toggler:hover::after {
  background-color: #bc3345;
}
.factbox .factbox-title {
  margin-top: 0;
}
.factbox .factbox-pre-title {
  display: block;
  padding-top: 0;
  font-size: 14px;
  text-transform: uppercase;
}
.factbox .factbox-title-text {
  display: inline-block;
  font-weight: 600;
  border-bottom: 1px solid #ededed;
  transition: border-bottom 0.3s linear 0s;
  color: #333333;
}
.factbox .factbox-content {
  padding: 10px;
}
.js .factbox .factbox-content {
  display: none;
}
[data-live-filter-target] .factbox .factbox-content {
  padding-top: 0;
  padding-bottom: 0;
}
.factbox .factbox-content > *:first-child {
  padding-top: 0;
}
.factbox .factbox-content h3 {
  font-size: 18px;
}
.factbox .factbox-static + .factbox-content, .factbox.factbox-open .factbox-content {
  display: block;
}
.factbox.collapsed .factbox-content {
  display: none;
}
.factbox a:hover, .factbox a:focus {
  color: #bc3345;
}
.factbox table.table-zebra,
.factbox table.color {
  border-bottom: 2px solid #767676;
  border-top: 2px solid #767676;
}
.factbox table.table-zebra tr:first-child,
.factbox table.color tr:first-child {
  border-top: none;
}
.factbox table.table-zebra td,
.factbox table.color td {
  border-color: #767676;
}
.factbox table.table-zebra th,
.factbox table.color th {
  border-left-color: #767676;
}
.factbox table.table-zebra tr:nth-child(even) td,
.factbox table.color tr:nth-child(even) td {
  background-color: #ffffff;
}

.factbox-group .relation-list-header {
  margin-bottom: 1.5rem;
}

.feedback-banner {
  position: relative;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding: 1.25rem 60px 1.25rem 20px;
  color: #ffffff;
  background-color: #13856c;
}
.feedback-banner *:first-child {
  padding-top: 0;
}
.feedback-banner .feedback-banner-close {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 3px;
  right: 10px;
  background-color: transparent;
  border: none;
}
.feedback-banner .feedback-banner-close::after {
  font-family: "regjeringen-icons";
  content: "\e906";
  font-weight: normal;
  font-size: 20px;
  color: #ffffff;
  top: 16px;
  position: absolute;
  right: 10px;
}

div.col.current-event div.webBroadcastBlock.smallview {
  float: left;
}

[data-lightbox-flexible] .lightbox-media {
  padding-bottom: 20px;
}

.embed-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embeddedMediaBlock.videoBlockEmbed + h2.title {
  margin-top: 10px !important;
}
.embeddedMediaBlock.videoBlockEmbed .embed-video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.article-body .embed-video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.flexible-lightbox-block {
  margin-top: 2.5rem;
  position: relative;
  background-color: #ededed;
}
.flexible-lightbox-block:first-child {
  margin-top: 0;
}
.flexible-lightbox-block h2,
.flexible-lightbox-block h3 {
  padding: 25px 20px 20px;
  font-size: 26px;
  font-weight: 200;
  pointer-events: none;
}
.page-frontpage .flexible-lightbox-block h2, .page-departement .flexible-lightbox-block h2, .page-topic .flexible-lightbox-block h2,
.page-frontpage .flexible-lightbox-block h3,
.page-departement .flexible-lightbox-block h3,
.page-topic .flexible-lightbox-block h3 {
  text-indent: -9999px;
  height: 0;
  padding: 0;
}
.current-event-main .flexible-lightbox-block {
  margin-top: 0;
}
.current-event-main .flexible-lightbox-block h2 {
  margin-top: 0;
}
.current-event .flexible-lightbox-block {
  float: left;
  margin-top: 0;
}
.flexible-lightbox-block .media-banner {
  text-indent: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  margin: 0;
}
.flexible-lightbox-block .media-banner [class^=media-banner-] {
  position: relative;
  float: left;
  display: inline-block;
  padding: 14px 20px 4px;
  font-size: 15px;
  font-weight: 400;
  height: 60px;
}
@media screen and (max-width: 399px) {
  .flexible-lightbox-block .media-banner [class^=media-banner-]:first-child:nth-last-child(2), .flexible-lightbox-block .media-banner [class^=media-banner-]:first-child:nth-last-child(2) ~ [class^=media-banner-] {
    display: block;
    float: none;
    height: 30px;
    padding: 0 10px;
  }
}
.flexible-lightbox-block .media-banner .media-banner-live {
  padding-left: 38px;
  background-color: #bc3345;
  width: 45px;
  position: relative;
  text-indent: -99999px;
  color: transparent;
}
.flexible-lightbox-block .media-banner .media-banner-live::before {
  width: 24px;
  height: 24px;
}
.flexible-lightbox-block .media-banner .media-banner-live::after {
  width: 12px;
  height: 12px;
}
.flexible-lightbox-block .lightbox .media-banner {
  position: relative;
}
.flexible-lightbox-block.smallview {
  margin-top: 0;
  position: relative;
}
.content-section .flexible-lightbox-block.smallview {
  width: 100%;
}
.flexible-lightbox-block.smallview h2 {
  margin-top: 0;
  text-indent: -9999px;
  height: 0;
  padding: 0;
}
.flexible-lightbox-block.smallview .media-banner {
  height: 30px;
}
.flexible-lightbox-block.smallview .media-banner [class^=media-banner-] {
  padding: 0 15px;
  height: 30px;
  text-align: center;
}
.topic-list .flexible-lightbox-block.smallview .media-banner [class^=media-banner-] {
  padding-top: 3px;
}
.flexible-lightbox-block.smallview .media-banner .media-banner-flexible {
  background-color: rgba(0, 46, 94, 0.8);
}
.flexible-lightbox-block.smallview img {
  margin-bottom: 0 !important;
}
.flexible-lightbox-block a {
  text-decoration: none;
}
.flexible-lightbox-block a img {
  transition: all 0.2s ease-in-out;
  width: 100%;
  margin: 0;
}
.flexible-lightbox-block a p {
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  height: 60px;
  padding: 20px 50px 20px 20px;
  font-weight: 400;
  text-align: right;
  background-color: rgba(0, 0, 0, 0.8);
  color: #13856c;
}
.flexible-lightbox-block a p::after {
  transition: background-color 0.2s ease-in-out;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  height: 30px;
  width: 30px;
  margin-top: -15px;
  margin-left: 10px;
  padding-left: 2px;
  content: "\e915";
  font-family: "regjeringen-icons";
  font-size: 18px;
  line-height: 30px;
  background-color: #13856c;
  border-radius: 30px;
  text-align: center;
  color: #ffffff;
}
.no-touch .flexible-lightbox-block a:hover p, .flexible-lightbox-block a:focus p {
  color: #cd4658;
}
.no-touch .flexible-lightbox-block a:hover p::after, .flexible-lightbox-block a:focus p::after {
  background-color: #cd4658;
}

.fn-image {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 400px) {
  .fn-image {
    width: auto;
    float: right;
    max-width: 30%;
    margin-left: 30px;
  }
}
.fn-image img {
  margin-top: 0.25rem;
}

.reg-graphic-list {
  margin: 0;
  padding-left: 0;
}
.reg-graphic-list:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 699px) {
  .reg-graphic-list {
    margin-top: 40px;
  }
}
.reg-graphic-list .reg-graphic-list__item {
  position: relative;
  display: block;
  float: left;
  width: 48%;
  height: 0;
  margin-right: 4%;
  margin-bottom: 4%;
  padding-bottom: 48%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media screen and (max-width: 499px) {
  .reg-graphic-list .reg-graphic-list__item:nth-child(even) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 500px) and (max-width: 649px) {
  .reg-graphic-list .reg-graphic-list__item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding-bottom: 32%;
  }
  .reg-graphic-list .reg-graphic-list__item:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 650px) and (max-width: 899px) {
  .reg-graphic-list .reg-graphic-list__item {
    width: 23%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding-bottom: 23%;
  }
  .reg-graphic-list .reg-graphic-list__item:nth-child(4n+4) {
    margin-right: 0;
  }
}
@media screen and (min-width: 900px) {
  .reg-graphic-list .reg-graphic-list__item {
    width: 15%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding-bottom: 15%;
  }
  .reg-graphic-list .reg-graphic-list__item:nth-child(6n+6) {
    margin-right: 0;
  }
}
.reg-graphic-list .reg-graphic-list__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.reg-graphic-list .reg-graphic-list__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: background-color 0.15s ease-in-out;
}
.reg-graphic-list .reg-graphic-list__link:hover::after, .reg-graphic-list .reg-graphic-list__link:focus::after {
  background-color: rgba(0, 0, 0, 0.3);
}
.reg-graphic-list .reg-graphic-list__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.EPiServerForms .form-row,
.base-form .form-row {
  margin-bottom: 1.25rem;
}
.EPiServerForms label,
.base-form label {
  display: block;
}
.EPiServerForms input[type=text],
.EPiServerForms input[type=tel],
.EPiServerForms input[type=email],
.EPiServerForms input[type=password],
.EPiServerForms input[type=url],
.EPiServerForms input[type=search],
.EPiServerForms input[type=number],
.base-form input[type=text],
.base-form input[type=tel],
.base-form input[type=email],
.base-form input[type=password],
.base-form input[type=url],
.base-form input[type=search],
.base-form input[type=number] {
  padding: 15px;
  width: 100%;
  margin-bottom: 1.25rem;
}
.EPiServerForms input[type=text]:disabled,
.EPiServerForms input[type=tel]:disabled,
.EPiServerForms input[type=email]:disabled,
.EPiServerForms input[type=password]:disabled,
.EPiServerForms input[type=url]:disabled,
.EPiServerForms input[type=search]:disabled,
.EPiServerForms input[type=number]:disabled,
.base-form input[type=text]:disabled,
.base-form input[type=tel]:disabled,
.base-form input[type=email]:disabled,
.base-form input[type=password]:disabled,
.base-form input[type=url]:disabled,
.base-form input[type=search]:disabled,
.base-form input[type=number]:disabled {
  background-color: #ededed;
  border-color: #c8c8c8;
}
.EPiServerForms .mini-input,
.EPiServerForms input[type=number],
.base-form .mini-input,
.base-form input[type=number] {
  max-width: 110px;
}
.EPiServerForms textarea,
.base-form textarea {
  width: 100%;
  padding: 15px;
}
.EPiServerForms textarea:disabled,
.base-form textarea:disabled {
  background-color: #ededed;
  border-color: #c8c8c8;
}
.EPiServerForms .styled-dropdown,
.base-form .styled-dropdown {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-top: 3px;
  vertical-align: middle;
  box-sizing: border-box;
}
.EPiServerForms .styled-dropdown::after,
.base-form .styled-dropdown::after {
  position: absolute;
  top: 7px;
  right: 10px;
  font-family: "regjeringen-icons";
  content: "\e902";
  background-color: transparent;
  pointer-events: none;
}
.EPiServerForms .styled-dropdown select,
.base-form .styled-dropdown select {
  width: 100%;
  min-width: 100px;
  margin: 0;
  padding: 5px 26px 5px 10px;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.4;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #ababab;
  border-radius: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.EPiServerForms .styled-dropdown select:hover, .EPiServerForms .styled-dropdown select:focus,
.base-form .styled-dropdown select:hover,
.base-form .styled-dropdown select:focus {
  border-color: #666666;
}
.EPiServerForms .styled-dropdown select:hover::-ms-value, .EPiServerForms .styled-dropdown select:focus::-ms-value,
.base-form .styled-dropdown select:hover::-ms-value,
.base-form .styled-dropdown select:focus::-ms-value {
  color: inherit;
  background-color: inherit;
}
.EPiServerForms .styled-dropdown select:focus,
.base-form .styled-dropdown select:focus {
  outline: none;
  border-color: #333333;
}
.EPiServerForms .styled-dropdown select[disabled],
.base-form .styled-dropdown select[disabled] {
  color: rgba(0, 0, 0, 0.3);
}
.EPiServerForms .styled-dropdown select option,
.base-form .styled-dropdown select option {
  background-color: #ffffff;
  padding: 5px 0;
}
.EPiServerForms .styled-dropdown select::-ms-expand,
.base-form .styled-dropdown select::-ms-expand {
  display: none;
}
.ie9 .EPiServerForms .styled-dropdown::after,
.ie9 .base-form .styled-dropdown::after {
  display: none !important;
}
.ie9 .EPiServerForms .styled-dropdown select,
.ie9 .base-form .styled-dropdown select {
  width: 100%;
  padding-right: 15px;
}
.ie9 .EPiServerForms .styled-dropdown select.custom-dropdown-grey select,
.ie9 .base-form .styled-dropdown select.custom-dropdown-grey select {
  background-color: #eeeeee;
}

@media screen and (min-width: 769px) {
  .department-header {
    margin-bottom: 10px;
  }
}
.department-header h1 {
  font-size: 24px;
  font-weight: 600;
  color: #666666;
}
@media screen and (min-width: 769px) {
  .department-header {
    border-left: 1px solid #666666;
    padding-left: 30px;
    margin-left: 70px;
    width: 80%;
  }
  .department-header h1 {
    font-size: 26px;
    line-height: 35px;
  }
  .department-header .content-intro > p {
    max-width: 660px;
    font-size: 20px;
    line-height: 30px;
  }
}

.date-picker {
  position: relative;
}
.date-picker .custom-textinput, .date-picker .EPiServerForms input[type=text], .EPiServerForms .date-picker input[type=text],
.date-picker .EPiServerForms input[type=tel],
.EPiServerForms .date-picker input[type=tel],
.date-picker .EPiServerForms input[type=email],
.EPiServerForms .date-picker input[type=email],
.date-picker .EPiServerForms input[type=password],
.EPiServerForms .date-picker input[type=password],
.date-picker .EPiServerForms input[type=url],
.EPiServerForms .date-picker input[type=url],
.date-picker .EPiServerForms input[type=search],
.EPiServerForms .date-picker input[type=search],
.date-picker .EPiServerForms input[type=number],
.EPiServerForms .date-picker input[type=number],
.date-picker .base-form input[type=text],
.base-form .date-picker input[type=text],
.date-picker .base-form input[type=tel],
.base-form .date-picker input[type=tel],
.date-picker .base-form input[type=email],
.base-form .date-picker input[type=email],
.date-picker .base-form input[type=password],
.base-form .date-picker input[type=password],
.date-picker .base-form input[type=url],
.base-form .date-picker input[type=url],
.date-picker .base-form input[type=search],
.base-form .date-picker input[type=search],
.date-picker .base-form input[type=number],
.base-form .date-picker input[type=number], .date-picker .EPiServerForms textarea, .EPiServerForms .date-picker textarea,
.date-picker .base-form textarea,
.base-form .date-picker textarea {
  position: relative;
  z-index: 2;
  background-color: transparent;
}
.date-picker::after {
  position: absolute;
  z-index: 1;
  bottom: 8px;
  right: 10px;
  content: "\e900";
  font-family: "regjeringen-icons";
  font-size: 24px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased !important;
}

.heading-side-lines {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 700px) {
  .heading-side-lines {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 499px) {
  .heading-side-lines {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.heading-side-lines::before {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #c8c8c8;
  right: 0;
  left: 0;
  bottom: 0.8em;
  top: 25px;
}
@media screen and (min-width: 700px) {
  .heading-side-lines::before {
    bottom: 1em;
  }
  .heading-side-lines::before .content-grid-row {
    right: 1.554%;
    left: 1.554%;
  }
}
@media screen and (min-width: 1100px) {
  .heading-side-lines::before {
    right: -30px;
    left: -30px;
  }
  .content-row .heading-side-lines::before {
    right: -45px;
    left: -45px;
  }
}
.heading-side-lines .heading {
  position: relative;
  display: inline-block;
  margin-top: 0;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #ffffff;
  line-height: 1.3;
  max-width: 85%;
}
@media screen and (min-width: 700px) {
  .heading-side-lines .heading {
    font-size: 36px;
    font-weight: 400;
  }
}
@media screen and (max-width: 699px) {
  .heading-side-lines .heading {
    font-size: 24px;
    font-weight: 600;
  }
}
@media screen and (max-width: 499px) {
  .heading-side-lines .heading {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1099px) {
  .heading-side-lines .heading {
    max-width: 80%;
  }
}
@media only screen and (max-width: 699px) {
  .heading-side-lines::before {
    top: 17px;
  }
  .heading-side-lines .heading {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media only screen and (max-width: 499px) {
  .heading-side-lines::before {
    top: 12px;
  }
  .heading-side-lines .heading {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.mainContentArea .hearing-reference {
  padding-top: 0.75rem;
  font-size: 16px;
  font-weight: 600;
  color: #767676;
}
.mainContentArea .article-ingress + .hearing-details {
  margin-top: 0.75rem;
}

.hearing-answer {
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #000000;
}
.hearing-answer .hearing-answer-timestamp {
  padding-top: 0;
  margin-bottom: 20px;
}
.hearing-answer .hearing-details p {
  padding-top: 0;
}
.hearing-answer .toggle-hearing-answered {
  margin-top: 10px;
  margin-bottom: 20px;
}
.hearing-answer ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.hearing-answer .hearing-question-group {
  padding: 20px 10px 10px !important;
  background-color: #ededed;
}
.hearing-answer .hearing-question-group + .hearing-question-group {
  margin-top: 20px;
}
.hearing-answer .hearing-question-group-title {
  margin-bottom: 20px;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 600;
}
.hearing-answer .hearing-question {
  margin: 10px 0 0;
  padding: 20px 15px;
  background-color: #fafafa;
}
.hearing-answer .hearing-question * {
  padding-top: 0;
}
.hearing-answer .hearing-question-title,
.hearing-answer .hearing-question-subtitle {
  margin-bottom: 7px;
  font-weight: 600;
}
.hearing-answer .hearing-question-subtitle {
  margin-top: 20px !important;
  font-size: inherit;
  font-weight: 400;
}
.hearing-answer .hearing-question-response {
  margin-left: 15px;
}
.hearing-answer .hearing-question-comment * {
  padding-top: 0;
}
.hearing-answer * + .hearing-question-comment {
  margin-top: 20px;
}
.hearing-answer * + .hearing-question-comment p {
  margin-top: 7px;
}
.hearing-answer .not-answered {
  display: none;
}
.hearing-answer .not-answered .hearing-question-response,
.hearing-answer .not-answered .hearing-question-comment {
  font-style: italic;
  color: #666666;
}
.hearing-answer .not-answered .hearing-question-group-title {
  font-style: normal;
}
.hearing-answer .not-answered.shown {
  display: block;
}

.hearing-summary {
  margin-top: 10px;
}
.hearing-summary dl {
  margin-top: 0;
  margin-bottom: 0;
}
.hearing-summary dd {
  margin-left: 0;
}
.hearing-summary .hearing-summary-header {
  padding: 30px 30px 0;
  background-color: #ededed;
}
.hearing-summary .hearing-summary-header .date {
  margin-bottom: 10px;
}
.hearing-summary .hearing-summary-list {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
.section-receipt .hearing-summary .hearing-summary-list {
  margin-top: 0;
}
.hearing-summary .hearing-summary-list * + * {
  margin-top: 1rem;
}
.hearing-summary .hearing-summary-list + h2 {
  margin-top: 30px;
}
.hearing-summary .hearing-summary-list + h3 {
  margin-top: 30px;
}
.hearing-summary .hearing-summary-list .hearing-summary-title {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 600;
  background-color: #ededed;
}
.section-receipt .hearing-summary .hearing-summary-list .hearing-summary-title {
  margin-top: 0;
}
.hearing-summary .hearing-summary-list .hearing-summary-subtitle {
  font-weight: 600;
}
.hearing-summary .hearing-summary-list + .hearing-summary-list {
  margin-top: 40px;
}
.hearing-summary .hearing-summary-list .hearing-summary-section {
  margin-top: 0;
  padding: 10px;
  background-color: #ededed;
}
.hearing-summary .hearing-summary-list .hearing-summary-section + .hearing-summary-section {
  margin-top: 10px;
}
.hearing-summary .hearing-summary-list .hearing-summary-detail {
  padding: 15px 20px;
  background-color: #fafafa;
}
.hearing-summary .hearing-summary-q,
.hearing-summary .hearing-summary-c {
  font-weight: 600;
}
.hearing-summary .hearing-summary-a,
.hearing-summary .hearing-summary-na {
  margin-top: 0;
  font-weight: 400;
  padding-left: 20px;
}
.hearing-summary .hearing-summary-a + .hearing-summary-c,
.hearing-summary .hearing-summary-na + .hearing-summary-c {
  margin-top: 20px;
}
.hearing-summary .hearing-summary-na {
  font-style: italic;
  color: #737373;
}

@media screen and (max-width: 768px) {
  .hygieneMenu .language-selector-trigger.flag.nor,
  .hygieneMenu .language-selector-trigger.flag.sme,
  .hygieneMenu .language-selector-trigger.flag.eng {
    margin: 0 auto !important;
    margin-right: 0 !important;
  }
  .hygieneMenu .language-selector-trigger.flag.nor.active,
  .hygieneMenu .language-selector-trigger.flag.sme.active,
  .hygieneMenu .language-selector-trigger.flag.eng.active {
    background-color: #ededed;
  }
  .hygieneMenu li.language.open {
    background-color: #ededed;
  }
}
.hygieneMenu ul {
  position: relative;
  margin: 0;
  padding: 10px 0;
}
.hygieneMenu ul:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 768px) {
  .hygieneMenu ul {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .hygieneMenu ul {
    float: right;
  }
}
.hygieneMenu ul.custom-language-selector.open {
  background: #ededed;
}
.hygieneMenu li {
  display: block;
  list-style: none;
  font-size: 14px;
  padding-top: 1px;
  padding-bottom: 1px;
}
@media screen and (min-width: 769px) {
  .hygieneMenu li {
    float: left;
    margin-top: 6px;
    padding-left: 13px;
  }
}
@media screen and (max-width: 768px) {
  .hygieneMenu li.rssLink {
    float: none;
    border-bottom: 1px solid #dddddd;
    padding: 15px 20px;
  }
  .hygieneMenu li.rssLink a {
    text-decoration: none;
    color: #144696;
  }
}
.hygieneMenu li.language {
  position: relative;
}
@media screen and (max-width: 768px) {
  .hygieneMenu li.language {
    float: right;
    width: 100%;
  }
}
.hygieneMenu li.language ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.hygieneMenu li.language li {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.hygieneMenu li.language li a {
  width: 100%;
  text-decoration: none;
  color: #0253bd;
}
.hygieneMenu li.language li.selected a {
  color: #000000;
}
@media screen and (min-width: 769px) {
  .hygieneMenu li.language li.active a {
    color: #ffffff;
  }
}
.hygieneMenu li.language .flag {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("../img/flag-sprite.png");
}
.svg .hygieneMenu li.language .flag {
  background-image: url("../img/flag-sprite.svg");
}
@media screen and (max-width: 768px) {
  .hygieneMenu li.language .flag {
    padding: 8px 8px 8px 30px;
  }
  .hygieneMenu li.language .flag.nor {
    background-position: 18px 12px;
    position: relative;
    width: 112px !important;
  }
  .hygieneMenu li.language .flag.nno {
    background-position: 18px 12px;
    position: relative;
    width: 120px !important;
  }
  .hygieneMenu li.language .flag.sme {
    background-position: 18px -38px;
    position: relative;
    width: 140px !important;
  }
  .hygieneMenu li.language .flag.eng {
    background-position: 18px -88px;
    position: relative;
    width: 117px !important;
  }
}
@media screen and (min-width: 769px) {
  .hygieneMenu li.language .flag {
    padding: 4px 0px 4px 25px;
  }
  .hygieneMenu li.language .flag.nor {
    background-position: 2px 2px;
  }
  .hygieneMenu li.language .flag.nno {
    background-position: 2px 2px;
  }
  .hygieneMenu li.language .flag.sme {
    background-position: 2px -48px;
  }
  .hygieneMenu li.language .flag.eng {
    background-position: 2px -98px;
  }
}
.hygieneMenu li.language .language-selector-trigger {
  display: block;
  position: relative;
  font-family: inherit;
  font-size: inherit;
  border: none;
  cursor: pointer;
  outline: 0;
}
.no-js .hygieneMenu li.language .language-selector-trigger {
  display: none;
}
@media screen and (max-width: 768px) {
  .hygieneMenu li.language .language-selector-trigger {
    width: 100%;
    padding: 11px 20px 11px 44px;
    text-align: left;
    color: #144696;
    background-color: transparent;
  }
}
@media screen and (min-width: 769px) {
  .hygieneMenu li.language .language-selector-trigger {
    position: relative;
    z-index: 1001;
    padding: 0 12px 0 28px;
    color: #3867c8;
    background-color: transparent;
  }
  .hygieneMenu li.language .language-selector-trigger:focus {
    z-index: 1001 !important;
  }
  .hygieneMenu li.language .language-selector-trigger > span {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .hygieneMenu li.language .language-selector-trigger.flag.sme::after {
    position: absolute;
    top: 16px;
    left: 119px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .hygieneMenu li.language .language-selector-trigger.flag.nor::after {
    position: absolute;
    top: 16px;
    left: 91px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .hygieneMenu li.language .language-selector-trigger.flag.eng::after {
    position: absolute;
    top: 16px;
    left: 96px;
    font-size: 12px;
  }
}
.no-touch .hygieneMenu li.language .language-selector-trigger:hover, .hygieneMenu li.language .language-selector-trigger:focus {
  color: #cd4658;
}
.no-touch .hygieneMenu li.language .language-selector-trigger:hover::after, .hygieneMenu li.language .language-selector-trigger:focus::after {
  color: #cd4658;
}
.hygieneMenu li.language .language-selector-trigger:focus {
  outline: thin dotted;
}
.hygieneMenu li.language .language-selector-trigger::after {
  display: inline-block;
  position: relative;
  margin-left: 1px;
  content: "\e902";
  font-family: "regjeringen-icons";
  font-weight: normal;
  text-decoration: none;
  font-size: 10px;
}
.hygieneMenu li.language .language-selector-trigger.active::after {
  content: "\e905";
}
.hygieneMenu li.language .custom-language-selector {
  outline: none;
  display: none;
}
.no-js .hygieneMenu li.language .custom-language-selector li {
  display: inline;
}
.hygieneMenu li.language .custom-language-selector.open {
  display: block;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .hygieneMenu li.language .custom-language-selector.open {
    position: relative;
    margin: 0 0 5px;
  }
}
@media screen and (min-width: 769px) {
  .hygieneMenu li.language .custom-language-selector.open {
    position: absolute;
    top: -8px;
    right: -2px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px 12px 12px;
    background-color: #ededed;
    box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.2);
  }
}
.hygieneMenu li.language .custom-language-selector.open li {
  margin-top: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .hygieneMenu li.language .custom-language-selector.open li.selected {
    font-weight: 700;
  }
}
.hygieneMenu li.language .custom-language-selector.open li.disabled a:hover,
.hygieneMenu li.language .custom-language-selector.open li.disabled span:hover {
  text-decoration: none;
  color: #000000;
}
.hygieneMenu li.language .custom-language-selector.open li.first-in-group {
  border-top: 1px solid #c8c8c8;
  margin-top: 6px;
  padding-top: 8px;
}
.hygieneMenu li.language .custom-language-selector.open li.first-in-group:first-child {
  margin-top: 0px;
}
.hygieneMenu li.language .custom-language-selector.open li.last-in-group {
  padding-bottom: 0px;
}
.hygieneMenu li.language .custom-language-selector.open li.last-in-group + li {
  padding-top: 4px;
}
.hygieneMenu li.language .custom-language-selector.open li a,
.hygieneMenu li.language .custom-language-selector.open li span {
  display: block;
  box-sizing: border-box;
  outline: 0;
  white-space: nowrap;
}
.hygieneMenu li.language .custom-language-selector.open li a:hover,
.hygieneMenu li.language .custom-language-selector.open li span:hover {
  color: #bc3345;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .hygieneMenu li.language .custom-language-selector.open li a,
  .hygieneMenu li.language .custom-language-selector.open li span {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 44px;
  }
}
.hygieneMenu li.language .custom-language-selector.open li.selected a {
  background-color: #ffffff;
}
.hygieneMenu li.language .custom-language-selector.open li.active a {
  color: #ffffff;
  background-color: #144696;
}
@media screen and (max-width: 768px) {
  .hygieneMenu li.language .custom-language-selector.open .flag.nor {
    background-position: 18px 11px;
  }
  .hygieneMenu li.language .custom-language-selector.open .flag.nno {
    background-position: 18px 11px;
  }
  .hygieneMenu li.language .custom-language-selector.open .flag.sme {
    background-position: 18px -39px;
  }
  .hygieneMenu li.language .custom-language-selector.open .flag.eng {
    background-position: 18px -89px;
  }
}
@media screen and (min-width: 769px) {
  .hygieneMenu li.language .custom-language-selector.open .flag.nor {
    background-position: 0px 5px;
  }
  .hygieneMenu li.language .custom-language-selector.open .flag.nno {
    background-position: 0px 5px;
  }
  .hygieneMenu li.language .custom-language-selector.open .flag.sme {
    background-position: 0px -45px;
  }
  .hygieneMenu li.language .custom-language-selector.open .flag.eng {
    background-position: 0px -95px;
  }
}
@media screen and (max-width: 768px) {
  .hygieneMenu li.fontsize {
    display: none;
  }
}
.hygieneMenu li.fontsize button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  line-height: inherit;
  color: #0d3880;
  background-color: transparent;
  border: none;
  text-decoration: underline;
  color: #3867c8;
}
.no-touch .hygieneMenu li.fontsize button:hover, .hygieneMenu li.fontsize button:focus {
  color: #cd4658;
}
.hygieneMenu li.fontsize button:hover + div {
  display: block;
}
.hygieneMenu li.fontsize button:focus {
  outline: thin dotted;
}
.no-js .hygieneMenu li.fontsize button:focus + div {
  display: block;
}
.hygieneMenu li.fontsize > div {
  display: none;
  position: absolute;
  z-index: 99999;
  right: 0;
  width: 620px;
  margin-top: 10px;
  padding: 20px 30px;
  background-color: #ffffff;
  border: 3px solid #dddddd;
}
.hygieneMenu li.fontsize > div:focus, .hygieneMenu li.fontsize > div.open {
  display: block;
}
.hygieneMenu li.fontsize > div:focus {
  outline: thin dotted;
}
.hygieneMenu li.fontsize > div p {
  margin: 0;
  font-size: 25px;
}

.ingress {
  padding-top: 20px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #333333;
}
@media screen and (max-width: 499px) {
  .ingress {
    font-size: 18px;
    line-height: 27px;
  }
}
@media screen and (max-width: 699px) {
  .ingress {
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 700px) {
  .ingress {
    padding-bottom: 3.75rem;
  }
  .page-data-regjeringen .ingress {
    padding-bottom: 0;
  }
}
.ingress p {
  margin: 0;
  padding-top: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #333333;
}
@media screen and (max-width: 499px) {
  .ingress p {
    font-size: 18px;
    line-height: 27px;
  }
}

.content-header + .ingress {
  float: left;
  display: block;
  margin-right: 2.8571428571%;
  width: 100%;
  padding-bottom: 0;
}
.content-header + .ingress:last-child {
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .content-header + .ingress {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 65.7142857143%;
  }
  .content-header + .ingress:last-child {
    margin-right: 0;
  }
  .content-col-2 .content-header + .ingress {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 100%;
  }
  .content-col-2 .content-header + .ingress:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .content-header + .ingress {
    float: none;
  }
}

a.dictionary-word {
  text-decoration: none !important;
  color: #333333;
}
a.dictionary-word:focus {
  color: #333333;
  border-bottom-color: #cd4658;
}

.inserted-dictionary-word {
  position: absolute;
  background: #ffffff;
  padding: 20px;
  right: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0 0 180px rgba(0, 0, 0, 0.5);
  outline: none;
}
.inserted-dictionary-word .closeButton {
  display: block !important;
}
.inserted-dictionary-word p:first-of-type {
  padding-top: 0;
}
.inserted-dictionary-word p a {
  position: static;
  top: 0;
  font-size: 16px;
}

.featurebox {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding: 20px;
  background-color: #ededed;
}
.featurebox a:hover, .featurebox a:focus {
  color: #bc3345;
}

.find-document-group {
  margin-top: 1.25rem;
}

@media screen and (min-width: 700px) {
  .find-document-groups {
    max-width: 1044px;
    margin-left: auto;
    margin-right: auto;
  }
  .find-document-groups:after {
    content: "";
    display: table;
    clear: both;
  }
  .find-document-group {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 31.4285714286%;
  }
  .find-document-group:last-child {
    margin-right: 0;
  }
  .find-document-group:nth-child(3n) {
    margin-right: 0;
  }
  .find-document-group:nth-child(3n+1) {
    clear: left;
  }
}
.find-document-linklist {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.find-document-linklist li {
  margin-bottom: 14px;
}
@media screen and (min-width: 700px) {
  .find-document-linklist li {
    margin-bottom: 6%;
  }
}
.find-document-linklist a,
.find-document-linklist b,
.find-document-linklist small {
  display: block;
}
.find-document-linklist a {
  margin-bottom: 10px;
  padding: 15px 10px;
  font-weight: 600;
  text-decoration: none;
  background-color: #ededed;
  border-radius: 2px;
}
.find-document-linklist a .text {
  position: relative;
  display: block;
  padding-right: 40px;
}
.find-document-linklist a .text::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 28px;
  height: 30px;
  margin-top: -15px;
  padding-left: 2px;
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  font-family: "regjeringen-icons";
  content: "\e904";
  color: #3867c8;
  background-color: #ffffff;
  border-radius: 15px;
}
.find-document-linklist a .text small {
  color: #000000;
}
.no-touch .find-document-linklist a:hover {
  background-color: #ededed;
}
.no-touch .find-document-linklist a:hover .text::after {
  color: #ffffff;
  background-color: #cd4658;
}
@media screen and (min-width: 900px) {
  .find-document-linklist.grid {
    max-width: 1044px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .find-document-linklist.grid:after {
    content: "";
    display: table;
    clear: both;
  }
  .find-document-linklist.grid li a {
    position: relative;
    display: table;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .find-document-linklist.grid li .text {
    display: table-cell;
    height: 60px;
  }
  .find-document-linklist.grid li .text::after {
    margin-top: -16px;
  }
}

.page-footer {
  margin-top: 0;
  color: #ffffff;
  background-color: #333333;
}
.page-footer .wrapper {
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  padding-bottom: 1.25rem;
  font-size: 14px;
}
.page-footer .wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.page-footer .logo {
  padding: 0;
  margin: 0;
  margin-top: -12px;
}
@media screen and (min-width: 700px) {
  .page-footer .logo {
    margin-top: 13px;
  }
}
@media screen and (min-width: 769px) {
  .page-footer .logo {
    margin-top: 9px;
  }
}
.page-footer .logo a {
  color: #ffffff;
  font-weight: 100;
  font-size: 22px;
}
.page-footer .logo a:hover {
  color: #ffffff !important;
}
.page-footer .col {
  margin-bottom: 1.25rem;
}
.page-footer .col:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 700px) {
  .page-footer .col {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 31.4285714286%;
  }
  .page-footer .col:last-child {
    margin-right: 0;
  }
}
.page-footer .col .title {
  margin-bottom: 0.75rem;
  margin-top: 0;
  font-size: 18px;
}
.page-footer .col .title.fw-500 {
  font-weight: 500;
}
.page-footer .col > p:first-child {
  margin-top: 0;
}
.page-footer .col ul {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.page-footer .col ul ul {
  margin-top: -10px;
}
.page-footer .col ul ul li {
  margin-bottom: 0;
}
.page-footer a {
  color: #6eaaf0;
}
.page-footer a:hover, .page-footer a:focus {
  color: #ff6875;
}
.page-footer h2 a,
.page-footer h3 a,
.page-footer h4 a,
.page-footer h5 a {
  text-decoration: none;
}

.lightbox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  color: #ffffff;
}
.lightbox::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  content: " ";
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.7);
}
.lightbox:focus {
  outline: none;
}
.lightbox .lightbox-blackbox {
  position: absolute;
  z-index: 1000;
  width: 100%;
  top: 173px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .lightbox .lightbox-blackbox {
    top: 65px;
  }
}
.lightbox .lightbox-inner {
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  max-width: 1105px;
}
.lightbox .lightbox-inner:after {
  content: "";
  display: table;
  clear: both;
}
.lightbox .media-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
}
@media screen and (min-width: 500px) {
  .lightbox .media-title {
    margin-right: 20%;
    font-size: 30px;
  }
}
.lightbox .media-title + .lightbox-media {
  padding-top: 20px;
}
.lightbox .lightbox-bottom-info {
  padding-bottom: 40px;
  text-align: left;
}
.lightbox .lightbox-media + .lightbox-bottom-info {
  margin-top: -20px;
}
.lightbox .closeButton:not(:hover):not(:focus)::after {
  background-color: #666666;
}
@media screen and (max-width: 899px) {
  .lightbox .closeButton {
    display: inline-block;
  }
}
.lightbox .media-banner {
  position: relative;
  top: 0;
}
.lightbox .media-banner [class^=media-banner-] {
  padding: 5px 24px 7px;
  font-size: 16px;
}
@media screen and (min-width: 700px) {
  .lightbox .media-banner [class^=media-banner-] {
    padding-top: 8px;
    padding-bottom: 10px;
    font-size: 24px;
  }
}
.lightbox .media-banner .media-banner-nett-tv span {
  font-size: 18px;
}
.lightbox .media-banner .media-banner-live {
  width: 35px;
  padding-right: 0;
}
@media screen and (min-width: 700px) {
  .lightbox .media-banner .media-banner-live {
    width: 55px;
  }
  .lightbox .media-banner .media-banner-live::before {
    width: 24px;
    height: 24px;
  }
  .lightbox .media-banner .media-banner-live::after {
    width: 12px;
    height: 12px;
  }
}

.tablewrapper {
  position: relative;
  height: auto;
  overflow: hidden;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
@media screen and (max-width: 499px) {
  .tablewrapper {
    overflow-x: scroll;
    height: auto;
    padding-bottom: 40px;
  }
}
.tablewrapper .tablewrapper-fader {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  width: 50px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=1);
}

@media screen and (max-width: 499px) {
  .tablewrapper .tablewrapper-fader {
    display: none;
  }
  .tablewrapper {
    display: block;
    width: 100%;
    overflow: auto;
    height: auto;
  }
  .tablewrapper::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #767676;
    border-radius: 2px;
  }
  .tablewrapper::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 2px;
  }
}
body.lightbox-open {
  overflow: hidden;
}

.btn-zoom {
  margin: 0;
  padding: 0;
  font-family: inherit;
  line-height: inherit;
  color: #0d3880;
  background-color: transparent;
  border: none;
  position: relative;
  padding: 4px 8px 4px 28px !important;
  font-size: 14px;
  color: #3867c8;
  background-color: #ededed;
  outline: none;
  cursor: pointer;
  top: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.btn-zoom::before {
  position: absolute;
  top: 4px;
  left: 5px;
  margin-left: 2px;
  font-family: "regjeringen-icons";
  font-size: 14px;
  content: "\e91a";
}
.no-touch .btn-zoom:hover, .btn-zoom:focus {
  color: #cd4658;
}
.btn-zoom + img,
.btn-zoom + a > img {
  margin-top: 10px;
}
.btn-zoom + .tablewrapper {
  margin-top: 0 !important;
}
.btn-zoom + .tablewrapper table {
  margin-top: 20px;
}

.btn-zoom.chart-btn {
  text-decoration: none;
}
.btn-zoom.chart-btn::before {
  position: absolute;
  width: 16px;
  height: 16px;
  background: transparent url("../icons/icon-analytics.svg") no-repeat;
  font-size: 0;
  top: 6px;
}
.btn-zoom.chart-btn:hover::before {
  background: transparent url("../icons/icon-analytics-red.svg") no-repeat;
}
.btn-zoom.chart-btn:focus-within::before {
  background: transparent url("../icons/icon-analytics-red.svg") no-repeat;
}

.btn-zoom.csv-btn::before {
  font-size: 0;
  display: none;
}

.btn-zoom.csv-btn {
  position: relative;
  padding: 4px 0 4px 10px !important;
  min-width: 125px;
  max-width: 135px;
  width: 100%;
  text-decoration: none;
}
@media screen and (max-width: 1025px) {
  .btn-zoom.csv-btn {
    display: none !important;
  }
}
.btn-zoom.csv-btn::after {
  text-decoration: none;
  position: absolute;
  width: 16px;
  height: 16px;
  background: transparent url("../icons/download-dash-arrow.svg") no-repeat;
  font-size: 0;
  content: " ";
  right: 10px;
  top: 7px;
}
.btn-zoom.csv-btn:hover::after {
  background: transparent url("../icons/download-dash-arrow-red.svg") no-repeat;
}
.btn-zoom.csv-btn:focus-within::after {
  background: transparent url("../icons/download-dash-arrow-red.svg") no-repeat;
}

.btn-zoom.tbl-btn {
  text-decoration: none;
}
.btn-zoom.tbl-btn::before {
  position: absolute;
  width: 16px;
  height: 16px;
  background: transparent url("../icons/icon-table.svg") no-repeat;
  font-size: 0;
  top: 6px;
}
.btn-zoom.tbl-btn:hover::before {
  background: transparent url("../icons/icon-table-red.svg") no-repeat;
}
.btn-zoom.tbl-btn:focus-within::before {
  background: transparent url("../icons/icon-table-red.svg") no-repeat;
}

.article-body img + .btn-zoom {
  margin-top: 10px;
}

.longdoc-content .btn-zoom + img {
  margin-top: 10px;
}

.zoom-lightbox-wrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.2);
}
.zoom-lightbox-wrapper .zoom-lightbox {
  position: absolute;
  top: 60px;
  right: 20px;
  left: 20px;
  overflow: auto;
  padding: 20px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 0 200px #333333;
  box-shadow: 0 0 200px rgba(0, 0, 0, 0.7);
  max-height: 90%;
}
@media screen and (max-width: 320px) {
  .zoom-lightbox-wrapper .zoom-lightbox {
    overflow-x: scroll;
    height: 500px;
  }
}
@media screen and (max-width: 399px) {
  .zoom-lightbox-wrapper .zoom-lightbox {
    overflow-x: scroll;
    height: auto;
  }
}
@media screen and (min-height: 568) and (max-height: 811px) {
  .zoom-lightbox-wrapper .zoom-lightbox {
    height: auto;
  }
}
@media screen and (min-height: 812px) and (max-height: 1023px) {
  .zoom-lightbox-wrapper .zoom-lightbox {
    height: auto;
  }
}
@media screen and (min-height: 1024px) and (max-height: 1365px) {
  .zoom-lightbox-wrapper .zoom-lightbox {
    height: auto;
  }
}
@media screen and (min-height: 1366px) {
  .zoom-lightbox-wrapper .zoom-lightbox {
    height: auto;
  }
}
.zoom-lightbox-wrapper .zoom-lightbox:focus {
  outline: none;
}
.zoom-lightbox-wrapper .zoom-lightbox.zoom-lightbox-graph .zoom-lightbox-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  z-index: -9999;
}
.zoom-lightbox-wrapper .zoom-lightbox.zoom-lightbox-datawrapper {
  bottom: 60px !important;
}
.zoom-lightbox-wrapper .zoom-lightbox.zoom-lightbox-datawrapper .zoom-lightbox-inner {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  max-width: 100%;
}
.zoom-lightbox-wrapper .zoom-lightbox.zoom-lightbox-datawrapper iframe {
  height: 100% !important;
}
.zoom-lightbox-wrapper .zoom-lightbox .zoom-lightbox-inner {
  position: relative;
  max-width: 100%;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
}
.longdoc .zoom-lightbox-wrapper .zoom-lightbox .zoom-lightbox-inner {
  max-width: 10000px;
}
.zoom-lightbox-wrapper .zoom-lightbox .zoom-lightbox-inner:focus {
  outline: none;
}
.zoom-lightbox-wrapper .zoom-lightbox .zoom-lightbox-inner img {
  max-width: 100%;
}
.longdoc .zoom-lightbox-wrapper .zoom-lightbox .zoom-lightbox-inner img {
  max-width: 10000px;
}
.zoom-lightbox-wrapper .zoom-lightbox .zoom-lightbox-inner img:focus {
  outline: none;
}
.zoom-lightbox-wrapper .zoom-lightbox .zoom-lightbox-inner table {
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.zoom-lightbox-wrapper .zoom-lightbox .zoom-metadata {
  text-align: left;
  margin-top: 40px;
}
.zoom-lightbox-wrapper .zoom-lightbox .zoom-metadata hr {
  width: 95%;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #c8c8c8;
}
.zoom-lightbox-wrapper .zoom-lightbox .zoom-metadata.tbl_meta {
  text-align: left;
}
.zoom-lightbox-wrapper .zoom-lightbox .fig_head_chart {
  text-align: left;
  margin-left: 40px;
  margin-right: 40px;
}
.zoom-lightbox-wrapper .zoom-lightbox .fig_head_chart .K-TIT-FIGGRP {
  font-weight: 600;
}
@media screen and (max-width: 399px) {
  .zoom-lightbox-wrapper .zoom-lightbox .fig_head_chart {
    margin-left: 0;
  }
}
.zoom-lightbox-wrapper .zoom-lightbox .fig_head_tbl {
  text-align: left;
}
.zoom-lightbox-wrapper .zoom-lightbox .fig_head_tbl .K-TIT-FIGGRP {
  font-weight: 600;
}
@media screen and (max-width: 399px) {
  .zoom-lightbox-wrapper .zoom-lightbox .fig_head_tbl {
    margin-left: 0;
  }
}
.zoom-lightbox-wrapper .zoom-lightbox .longdoc-content {
  margin: 0 auto;
}
.zoom-lightbox-wrapper .closeButton {
  display: block !important;
  position: fixed;
  top: 45px;
  left: 4px;
  width: 31px;
  height: 31px;
}
.zoom-lightbox-wrapper .closeButton::after {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  content: "\e906";
  font-size: 14px;
  line-height: 30px;
}
.zoom-lightbox-wrapper .closeButton:not(:hover):not(:focus)::after {
  background-color: #333333;
}
.zoom-lightbox-wrapper .K-TABLE.ld-tbl thead th.BOTTOM {
  border: none;
}
.zoom-lightbox-wrapper .K-TABLE.ld-tbl thead tr {
  border-bottom: solid 1px #000000;
}
.zoom-lightbox-wrapper table.K-TABLE.ld-tbl tr td:first-child {
  font-weight: bold;
}
.zoom-lightbox-wrapper table.K-TABLE {
  border-collapse: separate;
}
.zoom-lightbox-wrapper table.K-TABLE thead {
  position: sticky !important;
  top: -20px !important;
  background: #ffffff !important;
}
.zoom-lightbox-wrapper ul.krnl_list_line,
.zoom-lightbox-wrapper ol.krnl_list_line {
  counter-reset: item;
  list-style-type: none;
}
.zoom-lightbox-wrapper ul.krnl_list_line > li::before,
.zoom-lightbox-wrapper ol.krnl_list_line > li::before {
  content: "- ";
  display: inline;
  float: left;
  margin-right: 0.5em;
  position: relative;
  margin-left: -14px;
}
.zoom-lightbox-wrapper ul.krnl_list_lower-alpha-parenthesis,
.zoom-lightbox-wrapper ol.krnl_list_lower-alpha-parenthesis {
  counter-reset: item;
  list-style-type: none;
}
.zoom-lightbox-wrapper ul.krnl_list_lower-alpha-parenthesis > li::before,
.zoom-lightbox-wrapper ol.krnl_list_lower-alpha-parenthesis > li::before {
  content: counter(item, lower-alpha) ") ";
  counter-increment: item;
  display: inline;
  float: left;
  margin-right: 0.5em;
  position: relative;
  margin-left: -25px;
}
.zoom-lightbox-wrapper ul.krnl_list_disc,
.zoom-lightbox-wrapper ol.krnl_list_disc {
  list-style-type: disc;
}
.zoom-lightbox-wrapper ul.krnl_list_circle,
.zoom-lightbox-wrapper ol.krnl_list_circle {
  list-style-type: circle;
}
.zoom-lightbox-wrapper ul.krnl_list_decimal,
.zoom-lightbox-wrapper ol.krnl_list_decimal {
  list-style-type: decimal;
}
.zoom-lightbox-wrapper ul.krnl_list_decimal-leading-zero,
.zoom-lightbox-wrapper ol.krnl_list_decimal-leading-zero {
  list-style-type: decimal-leading-zero;
}
.zoom-lightbox-wrapper ul.krnl_list_lower-alpha,
.zoom-lightbox-wrapper ol.krnl_list_lower-alpha {
  list-style-type: lower-alpha;
}
.zoom-lightbox-wrapper ul.krnl_list_lower-latin,
.zoom-lightbox-wrapper ol.krnl_list_lower-latin {
  list-style-type: lower-latin;
}
.zoom-lightbox-wrapper ul.krnl_list_lower-roman,
.zoom-lightbox-wrapper ol.krnl_list_lower-roman {
  list-style-type: lower-roman;
}
.zoom-lightbox-wrapper ul.krnl_list_upper-alpha,
.zoom-lightbox-wrapper ol.krnl_list_upper-alpha {
  list-style-type: upper-alpha;
}
.zoom-lightbox-wrapper ul.krnl_list_upper-latin,
.zoom-lightbox-wrapper ol.krnl_list_upper-latin {
  list-style-type: upper-latin;
}
.zoom-lightbox-wrapper ul.krnl_list_upper-roman,
.zoom-lightbox-wrapper ol.krnl_list_upper-roman {
  list-style-type: upper-roman;
}
.zoom-lightbox-wrapper ul.krnl_list_none,
.zoom-lightbox-wrapper ol.krnl_list_none {
  list-style-type: none;
}
.zoom-lightbox-wrapper ul.krnl_list_square,
.zoom-lightbox-wrapper ol.krnl_list_square {
  list-style-type: square;
}
.zoom-lightbox-wrapper .K-TABLE tbody tr td p.RIGHT {
  text-align: right;
}
.zoom-lightbox-wrapper .K-TABLE tbody tr td p.LEFT {
  text-align: left;
}
.zoom-lightbox-wrapper .K-TABLE tbody tr td p.CENTER {
  text-align: center;
}
.zoom-lightbox-wrapper .K-TABLE tbody tr td.RIGHT {
  text-align: right;
  white-space: nowrap;
}
.zoom-lightbox-wrapper .K-TABLE tbody tr td.LEFT {
  text-align: left;
}
.zoom-lightbox-wrapper .K-TABLE tbody tr td.CENTER {
  text-align: center;
}
.zoom-lightbox-wrapper .K-TABLE tbody tr th.RIGHT {
  text-align: right;
  white-space: nowrap;
}
.zoom-lightbox-wrapper .K-TABLE tbody tr th.LEFT {
  text-align: left;
}
.zoom-lightbox-wrapper .K-TABLE tbody tr th.CENTER {
  text-align: center;
}
.zoom-lightbox-wrapper .RIGHT {
  text-align: right;
}
.zoom-lightbox-wrapper .LEFT {
  text-align: left;
}
.zoom-lightbox-wrapper .CENTER {
  text-align: center;
}
.zoom-lightbox-wrapper p.RIGHT {
  text-align: right;
}
.zoom-lightbox-wrapper p.LEFT {
  text-align: left;
}
.zoom-lightbox-wrapper p.CENTER {
  text-align: center;
}
.zoom-lightbox-wrapper .TOP {
  vertical-align: top;
}
.zoom-lightbox-wrapper .MIDDLE {
  vertical-align: middle;
}
.zoom-lightbox-wrapper .BOTTOM {
  vertical-align: bottom;
}
.zoom-lightbox-wrapper .NOWRAP {
  white-space: nowrap;
}

.link-list, ul[style*="list-style-type: link-list"] {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  padding-left: 0;
  list-style: none !important;
  font-size: 14px;
}
.link-list + .link-list, ul[style*="list-style-type: link-list"] + .link-list {
  margin-top: 1.25rem;
}
.link-list ul, .link-list ul[style*="list-style-type: link-list"], ul[style*="list-style-type: link-list"] ul, ul[style*="list-style-type: link-list"] ul[style*="list-style-type: link-list"] {
  list-style: none !important;
  padding-left: 0;
  margin: 5px 0 0 0;
}
.link-list li, ul[style*="list-style-type: link-list"] li {
  position: relative;
  margin-bottom: 0.25rem;
  padding-left: 1.3em;
}
.article-body .link-list li, .article-body ul[style*="list-style-type: link-list"] li {
  margin-top: 0;
}
.link-list li::before, ul[style*="list-style-type: link-list"] li::before {
  position: absolute;
  top: 2px;
  left: 0px;
  content: "\e904";
  font-family: "regjeringen-icons";
  font-size: 12px;
  color: #767676;
}
.link-list li a, ul[style*="list-style-type: link-list"] li a {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
}
.link-list li a::before, ul[style*="list-style-type: link-list"] li a::before {
  position: absolute;
  top: 2px;
  left: 0px;
  content: "\e904";
  font-family: "regjeringen-icons";
  font-size: 12px;
}

.link-list-item__meta {
  color: #767676;
  font-weight: 600;
}

.list-pick {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.factbox .list-pick {
  margin-top: 0;
  margin-bottom: 0;
}
.list-pick ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
}
.list-pick li {
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.list-pick li:last-child {
  margin-bottom: 10px;
}
.list-pick li li:last-child {
  margin-bottom: 0;
}
.list-pick li:nth-child(odd) .custom-checkbox {
  background-color: #ffffff;
}
.list-pick li:nth-child(odd) li:nth-child(odd) .custom-checkbox {
  background-color: transparent;
}
.list-pick li:nth-child(odd) li:nth-child(even) .custom-checkbox {
  background-color: #ffffff;
}
.list-pick li:nth-child(even) li:nth-child(odd) .custom-checkbox {
  background-color: #ffffff;
}
.list-pick li:nth-child(even) li:nth-child(even) .custom-checkbox {
  background-color: transparent;
}
.list-pick li .custom-checkbox {
  margin-bottom: 0;
  padding-bottom: 4px;
  padding-left: 4px;
}

.search {
  position: relative;
  margin-top: 2.5rem;
}
@media screen and (max-width: 499px) {
  .search {
    margin-top: 1.25rem;
  }
}
.page-frontpage .search {
  margin-top: 0;
}
@media screen and (min-width: 700px) {
  .page-frontpage .search::before {
    content: "";
    position: absolute;
    right: -40px;
    left: -40px;
    bottom: 1.5em;
    height: 2px;
    background-color: rgb(200, 200, 200);
  }
}
@media screen and (min-width: 900px) {
  .page-frontpage .search::before {
    bottom: 1.7em;
  }
}
.search .searchWrap {
  position: relative;
  display: table;
  width: 100%;
}
@media screen and (min-width: 700px) {
  .page-frontpage .search .searchWrap {
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 45px;
    padding-left: 45px;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 900px) {
  .page-frontpage .search .searchWrap {
    max-width: 690px;
  }
}
.search .searchWrap .searchSubmit {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 700px) {
  .page-frontpage .search .searchWrap .searchSubmit {
    right: 45px;
  }
}
.search .searchWord {
  position: relative;
  display: block;
  width: 100%;
}
.search .searchWord input[type=search],
.search .searchWord input[type=text] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  padding: 8px 20% 8px 15px;
  font-family: inherit;
  font-weight: 400;
  line-height: 30px;
  height: 48px;
  background-color: #ffffff;
  border: 1px solid #ababab;
  border-radius: 2px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 900px) {
  .search .searchWord input[type=search],
  .search .searchWord input[type=text] {
    padding-right: 100px;
    font-size: 22px;
    line-height: 40px;
    height: 58px;
  }
}
.topicSearch .search .searchWord input[type=search],
.topicSearch .search .searchWord input[type=text] {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.search .searchWord input[type=search]:focus,
.search .searchWord input[type=text]:focus {
  border-color: #000000;
  outline: none;
}
.search .searchWord input[type=search]::-webkit-search-results-button, .search .searchWord input[type=search]::-webkit-search-results-decoration,
.search .searchWord input[type=text]::-webkit-search-results-button,
.search .searchWord input[type=text]::-webkit-search-results-decoration {
  display: none;
}
.search .searchWord input[type=search]::-ms-clear,
.search .searchWord input[type=text]::-ms-clear {
  display: none;
}
.search .searchWord .reset {
  margin: 0;
  padding: 0;
  font-family: inherit;
  line-height: inherit;
  color: #0d3880;
  background-color: transparent;
  border: none;
  overflow: hidden;
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  width: 36px;
}
.search .searchWord .reset:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.page-data-regjeringen .search .searchWord .reset, .page-search .search .searchWord .reset, .page-notatbasen .search .searchWord .reset {
  right: 130px;
}
@media screen and (min-width: 900px) {
  .search .searchWord .reset {
    top: 10px;
    bottom: 10px;
  }
}
.search .searchWord .reset::before {
  position: relative;
  top: 5px;
  left: 3px;
  font-family: "regjeringen-icons";
  font-size: 20px;
  content: "\e906";
  color: #666666;
}
.search .searchWord .reset:focus::before {
  color: #000000;
}
.search .searchWord .reset:hover::before {
  color: #000000;
}
.search .searchWord .reset.hug-right {
  right: 10px !important;
}
.topicSearch .search .searchSubmit {
  display: none;
}
.search .searchSubmit input,
.search .searchSubmit button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  line-height: inherit;
  color: #0d3880;
  background-color: transparent;
  border: none;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: auto;
  height: 48px;
  padding: 5px 30px;
  font-size: 16px;
  font-family: inherit;
  font-weight: 700;
  color: #ffffff;
  background-color: #3867c8;
  border-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.page-frontpage .search .searchSubmit input,
.page-frontpage .search .searchSubmit button {
  padding-right: 20px;
  padding-left: 20px;
}
.search .searchSubmit input:active, .no-touch .search .searchSubmit input:hover, .search .searchSubmit input:focus,
.search .searchSubmit button:active,
.no-touch .search .searchSubmit button:hover,
.search .searchSubmit button:focus {
  background-color: #bc3345;
  outline: none;
}
@media screen and (min-width: 900px) {
  .search .searchSubmit input,
  .search .searchSubmit button {
    height: 58px;
    font-size: 20px;
  }
}
.search .reset-search {
  float: right;
  position: relative;
  top: -25px;
  right: 0;
}
.search .reset-search a {
  text-decoration: none;
}
.search .reset-search a::after {
  display: inline-block;
  content: "\e906";
  font-family: "regjeringen-icons";
  color: #ffffff;
  height: 25px;
  width: 25px;
  border-radius: 20px;
  text-align: center;
  background-color: #3867c8;
  margin-left: 5px;
  line-height: 25px;
}
.no-touch .search .reset-search a:hover::after {
  background-color: #bc3345;
}
.search .limit {
  margin-top: 1.25rem;
}
.no-js .search .limit {
  visibility: hidden;
}
.page-find-document .search .limit {
  display: none;
}
.search .limit button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  line-height: inherit;
  color: #3867c8;
  background-color: transparent;
  border: none;
  padding-right: 25px;
  outline: none;
}
.no-touch .search .limit button:hover, .search .limit button:focus {
  color: #cd4658;
}
.search .limit button:focus {
  text-decoration: underline;
}
.search .limit button::after {
  position: absolute;
  margin-top: 4px;
  margin-left: 5px;
  font-family: "regjeringen-icons";
  font-size: 12px;
  content: "\e902";
}
.search .limit button.active::after {
  content: "\e905";
}

li.current_1,
li.current_2,
li.current_3 {
  display: none !important;
}

.search .searchWrap .searchSubmit button {
  width: 130px;
}

.searchRss {
  margin-top: 20px;
}
.searchRss .limit-rss {
  font-weight: bold;
  margin-top: 20px;
}

.documentSearch,
.topicSearch,
.searchPage {
  margin-bottom: 40px;
}

@media screen and (min-width: 500px) {
  .searchAndFilters {
    max-width: 1044px;
    margin-left: auto;
    margin-right: auto;
  }
  .searchAndFilters:after {
    content: "";
    display: table;
    clear: both;
  }
  .searchAndFilters .search {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 65.7142857143%;
  }
  .searchAndFilters .search:last-child {
    margin-right: 0;
  }
  .searchAndFilters .filters {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 31.4285714286%;
    margin-right: 0;
  }
  .searchAndFilters .filters:last-child {
    margin-right: 0;
  }
  .searchAndFilters .filters .term {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 100%;
  }
  .searchAndFilters .filters .term:last-child {
    margin-right: 0;
  }
}
.filters {
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
  /*..yeah */
}
.filters:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 499px) {
  .filters {
    display: none;
    visibility: hidden;
  }
}
.filters.filters--shown {
  display: block !important;
  visibility: visible !important;
}
.filters.filters--hidden {
  display: none !important;
  visibility: hidden !important;
}
.filters:focus {
  outline: none;
}
.page-find-document .filters.hidden {
  display: block !important;
  visibility: visible !important;
}
@media screen and (max-width: 499px) {
  .searchAndFilters .filters {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 900px) {
  .searchAndFilters .filters {
    padding-left: 20px;
  }
}
@media screen and (min-width: 500px) {
  .searchAndFilters .filters {
    margin-top: 5px;
    padding-left: 10px;
  }
}
.no-js .filters.hidden {
  display: block !important;
  visibility: visible;
}
.filters ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.filters .term {
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 1.25rem;
}
.filters .term:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 499px) {
  .filters .term {
    padding-top: 0.75rem;
    padding-bottom: 5px;
  }
  .documentSearch .filters .term, .searchPage .filters .term {
    padding-right: 0;
  }
}
@media screen and (min-width: 900px) {
  .filters .term {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 22.8571428571%;
  }
  .filters .term:last-child {
    margin-right: 0;
  }
  .content-col-2 .filters .term {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 48.5714285714%;
  }
  .content-col-2 .filters .term:last-child {
    margin-right: 0;
  }
  .content-col-1 .filters .term {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 100%;
  }
  .content-col-1 .filters .term:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 500px) and (max-width: 899px) {
  .filters .term {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 48.5714285714%;
  }
  .filters .term:last-child {
    margin-right: 0;
  }
  .content-col-2 .filters .term, .content-col-1 .filters .term {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 100%;
  }
  .content-col-2 .filters .term:last-child, .content-col-1 .filters .term:last-child {
    margin-right: 0;
  }
  .filters .term:nth-child(2n) {
    margin-right: 0;
  }
  .filters .term:nth-child(2n+1) {
    clear: left;
  }
}
.filters .term:first-child {
  margin-left: 0;
}
.filters .term.noheader {
  padding-top: 50px;
}
.filters.filters--shown.hidden {
  display: none !important;
  visibility: hidden !important;
}

/*END FILTERS*/
@media screen and (min-width: 900px) {
  .documentSearch .results, .searchPage .results {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 95.7142857143%;
  }
  .documentSearch .results:last-child, .searchPage .results:last-child {
    margin-right: 0;
  }
  .searchPage.hasDocInfoBox .results {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 65.7142857143%;
  }
  .searchPage.hasDocInfoBox .results:last-child {
    margin-right: 0;
  }
}
.results .filterCount {
  display: none;
  margin-top: 0.75rem;
  margin-right: 0.75rem;
}
.results .filterCount.shown {
  display: block;
}
.results.space-above {
  margin-top: 1.25rem;
}
@media screen and (min-width: 900px) {
  .results:not(.filtered) .filter-listing-col {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 22.8571428571%;
  }
  .results:not(.filtered) .filter-listing-col:last-child {
    margin-right: 0;
  }
}
.results [data-keywords] {
  position: absolute;
  left: -999em;
}
.results .listing {
  position: relative;
  padding-left: 0;
  list-style: none;
}
@media screen and (max-width: 899px) {
  .results .listing {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 500px) {
  .results .listing {
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 500px) {
  .documentSearch .results .listing, .searchPage .results .listing {
    margin-right: 20px;
  }
}
@media screen and (min-width: 900px) {
  .documentSearch .results .listing, .searchPage .results .listing {
    margin-right: 0;
  }
}
.documentSearch .results .listing .listItem, .searchPage .results .listing .listItem {
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
}
.documentSearch .results .listing .listItem:after, .searchPage .results .listing .listItem:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 699px) {
  .documentSearch .results .listing .listItem, .searchPage .results .listing .listItem {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 700px) {
  .documentSearch .results .listing .listItem, .searchPage .results .listing .listItem {
    margin-bottom: 2.5rem;
  }
}
.results .listing.listing-lines {
  margin-top: 0;
  margin-bottom: 2.5rem;
}
.results .listing.listing-lines .listItem:not(:first-child) {
  border-top: 2px solid #ededed;
}
@media screen and (max-width: 699px) {
  .results .listing.listing-lines .listItem {
    padding-top: 0.25rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 700px) {
  .results .listing.listing-lines .listItem {
    padding-top: 0.75rem;
    margin-bottom: 0;
  }
}
.results .listing .listItem:first-child > .title {
  margin-top: 0;
}
.results .listing .title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: 22px;
  line-height: 28px;
}
@media screen and (min-width: 900px) {
  .results .listing .title {
    max-width: 625px;
  }
  .topicSearch .results .listing .title {
    max-width: 999em;
  }
}
.results .listing .name {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: 18px;
  line-height: 24px;
}
.results .listing .two-levels .title {
  font-size: 18px;
  line-height: 22px;
}
.results .listing .sub-title {
  font-size: 16px;
  line-height: 21px;
  margin-top: 0;
  margin-bottom: 0.75rem;
  max-width: 625px;
}
.results .listing .excerpts {
  padding-top: 0;
}
@media screen and (min-width: 900px) {
  .results .listing .excerpts {
    max-width: 625px;
  }
}
.results .listing .excerpts .highlight {
  font-weight: 600;
}
.results .listing .event-details {
  padding-top: 0;
  font-size: 14px;
}
.results .listing .event-details .event-details-open {
  margin-left: 8px;
  padding-left: 12px;
  border-left: 1px solid #999999;
}
.results .listing .info {
  margin-bottom: 0.75rem;
  padding: 0;
  max-width: 625px;
}
.results .listing .info > span {
  color: #666666;
  font-weight: 400;
  font-size: 14px;
}
.results .listing .info > span:not(:first-child) {
  margin-left: 8px;
  padding-left: 12px;
  border-left: 1px solid #999999;
}
.results .listing .profile img {
  float: left;
  margin-top: 5px;
}
.results .listing .profile .profile-info {
  margin-left: 100px;
}
.results .listing .profile .profile-info p {
  margin-top: 0.75rem;
  margin-bottom: 0;
  padding-top: 0;
}
.results .listing .video img {
  margin-top: 5px;
}
@media screen and (min-width: 500px) {
  .results .listing .video img {
    float: left;
  }
}
@media screen and (min-width: 500px) {
  .results .listing .video .video-info {
    margin-left: 175px;
  }
}
.results .listing .video .video-info p {
  margin-top: 0.75rem;
  margin-bottom: 0;
  padding-top: 0;
}
.results .listing.no-results {
  margin-top: -0.25rem;
  margin-bottom: 2.5rem;
}
.results .listing.no-results .title {
  margin-bottom: 0.75rem;
}
.results .listing.no-results .subtitle {
  margin-top: 2.5rem;
}
.results .listing.no-results .suggestion-text {
  margin-top: 1.25rem;
  font-size: 1.2rem;
}
.results .listing .listItem p {
  max-width: 625px;
}
.results.filtered .listing .title {
  margin-bottom: 0;
}
.results.filtered .listing .title > * {
  margin-top: 0;
}
.results.filtered .listing .result-list {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1044px) {
  .results.filtered .listing .result-list {
    font-size: 16px;
  }
}
.results.filtered .listing a {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}

.noneFound {
  display: none;
}
.noneFound.shown, .noneFound.shown span {
  display: block !important;
}

.highlight {
  background-color: #fce782;
}

.listing--has-accordions .title {
  margin-left: 1.25rem;
}
@media screen and (max-width: 499px) {
  .listing--has-accordions .title {
    margin-left: 0.625rem;
  }
}

.topicSearch .search {
  margin-top: 1.5rem;
}
.topicSearch .result-list {
  margin-top: 0.75rem;
  margin-bottom: 2.5rem;
  padding-left: 0;
  list-style: none;
}
@media screen and (max-width: 1044px) {
  .topicSearch .result-list {
    font-size: 1rem;
  }
}
.topicSearch .result-list__item {
  margin-bottom: 0.5rem;
}
.topicSearch .result-list__item > a {
  display: inline-block;
  text-decoration: none;
}
.topicSearch .results {
  margin-top: 2rem;
  border-top: 1px solid #ededed;
}
.topicSearch .results .alphabet-nav {
  margin: 1.25rem 0;
}
.topicSearch .results .listing .title {
  font-size: 1.125rem;
}
.topicSearch .results.filtered .listing {
  margin-top: 1.25rem;
}
.topicSearch .results.filtered .listing .result-list {
  margin-top: 0;
  margin-bottom: 0;
}
.topicSearch .results.filtered .listing .result-list__item {
  width: 100%;
  margin-bottom: 0;
  padding-right: 0;
}
.topicSearch .results.filtered .listing a {
  position: relative;
}
.topicSearch .results.filtered .listing a::before {
  content: "";
}
.topicSearch .results.filtered .listing .title {
  font-size: 1rem;
}
.topicSearch .results.filtered .listing a,
.topicSearch .results.filtered .listing .noneFound span {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  text-indent: 0;
  border-bottom: 1px solid #cccccc;
}
.topicSearch .results.filtered .listing.listing--has-accordions .result-list__item {
  margin-bottom: 0.5rem;
}

.listing.isImport table.O-TABLE {
  width: auto !important;
  overflow-wrap: anywhere;
}

.statusLine {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.75rem;
}
@media screen and (max-width: 899px) {
  .statusLine {
    flex-direction: column;
  }
  .statusLine .count {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 499px) {
  .statusLine {
    padding-top: 1.25rem;
  }
}
@media screen and (min-width: 500px) {
  .statusLine {
    padding-top: 2.5rem;
  }
}
.statusLine .status {
  padding-top: 0;
  padding-bottom: 0.75rem;
  font-weight: 400;
}
.results .statusLine {
  padding-top: 0;
  border-bottom: 2px solid #ededed;
}
@media screen and (min-width: 500px) {
  .statusLine .count {
    padding-top: 0;
  }
}
@media screen and (min-width: 500px) {
  .statusLine .sort {
    padding-top: 0;
  }
}
.statusLine .sort a,
.statusLine .sort span {
  margin-left: 20px;
}
.statusLine .sort a.selected,
.statusLine .sort span.selected {
  font-weight: 600 !important;
  text-decoration: none;
  color: #333333;
  pointer-events: none;
}
.statusLine .sort a.selected::after,
.statusLine .sort span.selected::after {
  display: inline-block;
  position: relative;
  top: 1px;
  width: 22px;
  height: 22px;
  left: 4px;
  font-family: "regjeringen-icons";
  font-size: 14px;
  text-align: center;
  text-indent: 0;
  content: "\e901";
  color: #333333;
  transition: color 0.15s linear 0s, background-color 0.15s linear 0s;
}
.statusLine .sort .sbest.emptySearch {
  margin-left: 20px;
  cursor: context-menu;
  text-decoration: none;
  color: #666666;
}
.statusLine .sort .sbest.emptySearch::after {
  display: inline-block;
  position: relative;
  top: 4px;
  width: 22px;
  height: 22px;
  left: 4px;
  font-family: "regjeringen-icons";
  font-size: 20px;
  text-align: center;
  text-indent: 0;
  content: "\e90d";
  color: #3867c8;
  transition: color 0.15s linear 0s, background-color 0.15s linear 0s;
  opacity: 1 !important;
}
.statusLine .sort .sbest.emptySearch:hover {
  color: #bc3345;
}
.statusLine .sort .sbest.emptySearch:hover .tooltiptext {
  visibility: visible !important;
  color: #666666;
  transition: all 0.5s ease-in-out;
}
.statusLine .sort .sbest.emptySearch:hover::after {
  color: #bc3345;
}
.statusLine .sort .tooltiptext {
  visibility: hidden;
  width: 370px;
  background-color: #ededed;
  padding: 10px 10px;
  position: absolute;
  margin-top: -8px;
  color: #333333;
  margin-left: 40px;
  text-align: center;
}
.statusLine .sort .tooltiptext.tabShow {
  visibility: visible;
}
.statusLine .sort .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #ededed transparent transparent;
}
@media (min-width: 900px) {
  .statusLine .sort .tooltiptext {
    visibility: hidden;
    width: 370px;
    background-color: #ededed;
    padding: 10px 10px;
    position: absolute;
    margin-top: 35px;
    color: #333333;
    margin-left: -344px;
  }
  .statusLine .sort .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 97%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    top: unset;
    border-color: transparent transparent #ededed transparent;
  }
}
@media (min-width: 200px) and (max-width: 899px) {
  .statusLine .sort .tooltiptext {
    visibility: hidden;
    width: 100%;
    background-color: #ededed;
    padding: 10px 10px;
    position: absolute;
    margin-top: 35px;
    color: #333333;
    right: 0px;
    z-index: 1;
    padding-left: 10px;
  }
}

.docInfoBox {
  margin-top: -10px;
  margin-bottom: 2.5rem;
  padding: 20px;
  background-color: #ededed;
}
@media screen and (min-width: 900px) {
  .docInfoBox {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 31.4285714286%;
    margin-right: 0;
    float: right;
  }
  .docInfoBox:last-child {
    margin-right: 0;
  }
}
.docInfoBox > :first-child {
  margin-top: 0;
}
.docInfoBox p {
  padding-top: 5px;
  padding-bottom: 5px;
}

.logo {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 300;
}
@media screen and (min-width: 769px) {
  .logo {
    height: 46px;
    line-height: 42px;
    margin-top: 7px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .logo {
    position: relative;
    float: left;
    height: 36px;
    font-size: 24px;
    line-height: 36px;
    margin-top: 15px;
    margin-left: 10px;
  }
  .touch .logo {
    line-height: 35px;
  }
}
@media screen and (max-width: 499px) {
  .logo {
    margin-bottom: 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 399px) {
  .logo {
    font-size: 16px;
    font-weight: 400;
  }
}
.logo a {
  display: inline-block;
  height: 60px;
  margin: 0;
  padding: 0 0 0 40px;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  color: #ffffff;
  background: transparent url("/dist-web/img/love.svg") no-repeat 0 0;
  background-size: auto 100%;
  -webkit-font-smoothing: antialiased !important;
}
.logo a:after {
  content: "";
  display: table;
  clear: both;
}
.no-svg .logo a {
  background-image: url("/dist-web/img/love_hvit.png");
}
@media screen and (min-width: 769px) {
  .logo a {
    position: relative;
    height: 46px;
    padding-left: 98px;
  }
  .logo a span {
    display: inline-block;
    position: absolute;
    top: -7px;
    left: 68px;
    height: 58px;
    border-left: 1px solid #ffffff;
  }
}
@media screen and (max-width: 768px) {
  .logo a {
    position: relative;
    height: 36px;
    padding-left: 54px;
  }
  .logo a span {
    display: inline-block;
    position: absolute;
    top: -7px;
    left: 42px;
    height: 48px;
    border-left: 1px solid #ffffff;
  }
}
.logo a .logo-text {
  position: absolute;
  left: -999em;
}

.logo_blackEdt {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
}
@media screen and (min-width: 769px) {
  .logo_blackEdt {
    height: 46px;
    line-height: 50px;
    margin-top: 40px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .logo_blackEdt {
    position: relative;
    float: left;
    height: 36px;
    font-size: 24px;
    line-height: 36px;
    margin-top: 15px;
    margin-left: 10px;
  }
  .touch .logo_blackEdt {
    line-height: 35px;
  }
}
@media screen and (max-width: 499px) {
  .logo_blackEdt {
    margin-bottom: 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 399px) {
  .logo_blackEdt {
    font-size: 16px;
    font-weight: 400;
  }
}
.logo_blackEdt a {
  display: inline-block;
  height: 60px;
  margin: 0;
  padding: 0 0 0 40px;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  color: #000000;
  background: transparent url("/dist-web/img/love_black.svg") no-repeat 0 0;
  background-size: auto 100%;
  -webkit-font-smoothing: antialiased !important;
}
.logo_blackEdt a:after {
  content: "";
  display: table;
  clear: both;
}
.no-svg .logo_blackEdt a {
  background-image: url("/dist-web/img/love_hvit.png");
}
@media screen and (min-width: 769px) {
  .logo_blackEdt a {
    position: relative;
    height: 46px;
    padding-left: 70px;
  }
  .logo_blackEdt a span {
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 55px;
    height: 40px;
    border-left: 1px solid #000000;
  }
}
@media screen and (max-width: 768px) {
  .logo_blackEdt a {
    position: relative;
    height: 36px;
    padding-left: 54px;
  }
  .logo_blackEdt a span {
    display: inline-block;
    position: absolute;
    top: -7px;
    left: 42px;
    height: 48px;
    border-left: 1px solid #000000;
  }
}
.logo_blackEdt a .logo-text {
  position: absolute;
  left: -999em;
}

@media screen and (max-width: 699px) {
  .map-actions .btn-zoom {
    display: none;
  }
}
.map-world-wrapper {
  height: 0;
  margin-top: 0.75rem;
  padding-bottom: 56.25%;
  position: relative;
}
.zoom-lightbox .map-world-wrapper {
  margin-top: 0;
}
.map-world {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.map-world img.leaflet-tile {
  margin: 0;
}

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  box-sizing: border-box;
  z-index: 800;
}

.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: grabbing;
}

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted;
  pointer-events: auto;
}

.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078a8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(../img/leaflet/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(../img/leaflet/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

.leaflet-default-icon-path {
  background-image: url(../img/leaflet/marker-icon.png);
}

.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
  border-radius: 0;
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 14px 28px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

#popup-marker-title {
  font-size: 16px;
}

.popup-form {
  margin: 8px;
}

.video-container {
  margin-top: 10px;
  margin-bottom: 10px;
}

.article-content .overlay img {
  margin-top: 20px;
}

[data-lightbox-opener],
[data-lightbox-flexible-opener] {
  display: block;
}
[data-lightbox-opener] img,
[data-lightbox-flexible-opener] img {
  display: block;
}
.no-touch [data-lightbox-opener]:hover img, [data-lightbox-opener]:focus img,
.no-touch [data-lightbox-flexible-opener]:hover img,
[data-lightbox-flexible-opener]:focus img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.media-banner {
  display: block;
  z-index: 10;
  margin-bottom: 3px;
}
.media-banner:after {
  content: "";
  display: table;
  clear: both;
}
.media-banner [class^=media-banner-] {
  position: relative;
  display: block;
  float: left;
  display: inline-block;
  padding: 2px 15px 4px;
  font-size: 15px;
  font-weight: 400;
}
.media-banner .media-banner-nett-tv,
.media-banner .media-banner-flexible {
  color: #ffffff;
  background-color: #002e5e;
}
.media-banner .media-banner-nett-tv span,
.media-banner .media-banner-flexible span {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
}
.media-banner .media-banner-live {
  background-color: #bc3345;
  text-indent: -99999px;
  color: transparent;
  width: 35px;
}
.media-banner .media-banner-live::before {
  content: "";
  opacity: 0.4;
  line-height: 1;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.media-banner .media-banner-live::after {
  content: "";
  line-height: 1;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.media-banner .media-banner-upcoming {
  color: #ffffff;
  background-color: #0f6653;
}
@media screen and (max-width: 499px) {
  .media-banner .media-banner-upcoming {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}

.toSection {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .toSection {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .toSection {
    font-size: 20px;
  }
}
.toSection a {
  text-decoration: none;
  color: #144696;
}
.no-touch .toSection a:hover, .toSection a:focus {
  color: #bc3345;
}
.toSection a::after {
  display: inline-block;
  position: relative;
  top: 0px;
  margin-left: 5px;
  font-family: "regjeringen-icons";
  content: " \e904";
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .toSection {
    margin-top: 0;
    margin-bottom: 0;
  }
  .toSection a {
    display: block;
    padding: 7px 20px;
  }
}

.megaMenu {
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
}
.megaMenu:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 768px) {
  .megaMenu {
    position: relative;
  }
  .megaMenu.shown {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  .megaMenu {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.megaMenu > ul {
  margin: 0;
  padding: 0;
}
.megaMenu > ul > li {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .megaMenu > ul > li {
    display: block;
    float: left;
  }
}
@media (min-width: 800px) {
  .megaMenu > ul > li {
    margin-right: 10px;
  }
}
@media (min-width: 850px) {
  .megaMenu > ul > li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .megaMenu > ul > li {
    float: none;
    text-align: left;
  }
}
.megaMenu > ul > li .primaryMenuItem {
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  color: #144696;
}
.megaMenu > ul > li .primaryMenuItem.hasDropdown::after {
  display: inline-block;
  position: relative;
  top: 0px;
  margin-left: 2px;
  font-family: "regjeringen-icons";
  content: "\e902";
  font-weight: normal;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .megaMenu > ul > li .primaryMenuItem.hasDropdown.active, .megaMenu > ul > li .primaryMenuItem.hasDropdown:focus, .no-touch .megaMenu > ul > li .primaryMenuItem.hasDropdown:hover {
    color: #ffffff;
    background-color: #bc3345;
  }
}
@media screen and (max-width: 768px) {
  .megaMenu > ul > li .primaryMenuItem.hasDropdown {
    border-top: 1px solid #ffffff;
  }
  .no-touch .megaMenu > ul > li .primaryMenuItem.hasDropdown:hover, .megaMenu > ul > li .primaryMenuItem.hasDropdown:focus {
    color: #bc3345;
    outline: 0;
  }
  .no-touch .megaMenu > ul > li .primaryMenuItem.hasDropdown:hover::after, .megaMenu > ul > li .primaryMenuItem.hasDropdown:focus::after {
    color: #bc3345;
  }
  .megaMenu > ul > li .primaryMenuItem.hasDropdown.active {
    background-color: #ededed;
    border-top-color: #c8c8c8;
  }
}
.megaMenu > ul > li .primaryMenuItem.hasDropdown.active::after {
  content: "\e905";
}
@media screen and (max-width: 768px) {
  .megaMenu > ul > li .primaryMenuItem {
    padding: 10px 20px;
    font-size: 16px;
  }
  .megaMenu > ul > li .primaryMenuItem.active {
    color: #bc3345;
  }
  .megaMenu > ul > li .primaryMenuItem.active + div {
    display: block;
    background-color: #ededed;
  }
}
@media screen and (min-width: 769px) {
  .megaMenu > ul > li .primaryMenuItem {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 10px 2px 12px;
    font-size: 18px;
    border-radius: 15px;
  }
  .no-touch .megaMenu > ul > li .primaryMenuItem:hover, .megaMenu > ul > li .primaryMenuItem:focus {
    color: #bc3345;
  }
  .megaMenu > ul > li .primaryMenuItem.active + div {
    display: block;
    width: 100%;
    padding-top: 20px;
    outline: 0;
  }
}
@media screen and (min-width: 769px) {
  .no-js .megaMenu > ul > li:hover > a {
    color: #ffffff;
    border-color: #3867c8;
    background-color: #3867c8;
  }
  .no-js .megaMenu > ul > li:hover > div {
    display: block;
  }
}
.megaMenu > ul > li > div {
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  margin: 0;
  padding: 0;
  text-align: left;
  outline: thin medium;
}
.megaMenu > ul > li > div:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 768px) {
  .megaMenu > ul > li > div {
    border-bottom: 1px solid #c8c8c8;
  }
  .megaMenu > ul > li > div .megamenuInner {
    max-width: 1044px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 30px;
  }
  .megaMenu > ul > li > div .megamenuInner:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen and (min-width: 769px) {
  .megaMenu > ul > li > div {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 999;
    max-width: 100%;
    background-color: #ededed;
    box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.2);
  }
  .megaMenu > ul > li > div .megamenuInner {
    max-width: 1044px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
  }
  .megaMenu > ul > li > div .megamenuInner:after {
    content: "";
    display: table;
    clear: both;
  }
  .megaMenu > ul > li > div .megamenuInner .border-frame {
    max-width: 1044px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #144696;
    border-bottom: 1px solid #144696;
  }
  .megaMenu > ul > li > div .megamenuInner .border-frame:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen and (max-width: 499px) {
  .megaMenu > ul > li > div {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .megaMenu > ul > li .megamenu-extra-links {
    position: relative;
  }
  .megaMenu > ul > li .megamenu-extra-links::before {
    position: absolute;
    top: 5px;
    right: 20px;
    left: 20px;
    height: 1px;
    content: "";
    background-color: #c8c8c8;
  }
}
.megaMenu > ul > li .megamenu-extra-links a {
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
  color: #144696;
}
@media screen and (max-width: 768px) {
  .megaMenu > ul > li .megamenu-extra-links a {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.megaMenu > ul > li .megamenu-extra-links a::after {
  position: relative;
  top: 0px;
  right: -7px;
  font-family: "regjeringen-icons";
  content: "\e904";
  font-size: 10px;
}
.no-touch .megaMenu > ul > li .megamenu-extra-links a:hover, .megaMenu > ul > li .megamenu-extra-links a:focus {
  color: #bc3345;
}
@media screen and (max-width: 768px) {
  .megaMenu {
    margin-top: 0;
  }
  .megaMenu > ul > li {
    display: block;
    margin-right: 0;
  }
  .megaMenu > ul > li .primaryMenuItem {
    position: relative;
    display: block;
  }
  .megaMenu > ul > li .primaryMenuItem.hasDropdown::after {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 21px;
    height: 21px;
    text-align: center;
    border-radius: 50%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .megaMenu > ul > li:first-child .primaryMenuItem {
    border-top: none;
  }
}

.megamenupanel_listing {
  padding-bottom: 15px;
}
.megamenupanel_listing .section {
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
}
.megamenupanel_listing .section:after {
  content: "";
  display: table;
  clear: both;
}
.megamenupanel_listing .section > ul {
  margin-top: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .megamenupanel_listing .section > ul {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .megamenupanel_listing .section > ul.columnize {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 30px;
         column-gap: 30px;
    -moz-column-width: 320px;
         column-width: 320px;
  }
  .megamenupanel_listing .section > ul.columnize > li {
    padding-top: 1px;
    padding-left: 1px;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .megamenupanel_listing .section > ul:not(.columnize) {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 31.4285714286%;
  }
  .megamenupanel_listing .section > ul:not(.columnize):last-child {
    margin-right: 0;
  }
}
.megamenupanel_listing .section > ul > li {
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .megamenupanel_listing .section > ul > li {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .megamenupanel_listing .section > ul > li {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .megamenupanel_listing .section > ul > li > a {
    padding: 10px 20px;
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .megamenupanel_listing .section > ul > li > a {
    padding: 5px 0;
    font-size: 15px;
    font-weight: 600;
  }
}
.megamenupanel_listing .section > ul > li > ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .megamenupanel_listing .section > ul > li > ul > li > a {
    padding: 11px 20px 11px 25px;
  }
}
@media screen and (min-width: 769px) {
  .megamenupanel_listing .section > ul > li > ul > li > a {
    padding: 5px 0 5px 16px;
    text-indent: -11px;
  }
}
.megamenupanel_listing .section > ul > li > ul > li > a::before {
  content: "- ";
}
.megamenupanel_listing .section a {
  display: block;
  text-decoration: none;
  color: #144696;
}
.no-touch .megamenupanel_listing .section a:hover, .megamenupanel_listing .section a:focus {
  color: #bc3345;
}

.megamenupanel_departementene {
  padding-bottom: 15px;
}
.megamenupanel_departementene .section {
  padding: 0;
}
.megamenupanel_departementene .section a {
  text-decoration: none;
  color: #144696;
}
.no-touch .megamenupanel_departementene .section a:hover, .megamenupanel_departementene .section a:focus {
  color: #bc3345;
}
.megamenupanel_departementene .section > ul {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .megamenupanel_departementene .section > ul {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 31.4285714286%;
  }
  .megamenupanel_departementene .section > ul:last-child {
    margin-right: 0;
  }
  .megamenupanel_departementene .section > ul:first-child {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 100%;
    margin-top: 5px;
  }
  .megamenupanel_departementene .section > ul:first-child:last-child {
    margin-right: 0;
  }
}
.megamenupanel_departementene .section > ul > li {
  position: relative;
  margin-bottom: 20px;
  padding: 0 20px 0 0;
  line-height: 1.3;
  overflow: hidden;
}
.megamenupanel_departementene .section > ul > li > a {
  margin: 0;
  font-weight: 400;
}
.megamenupanel_departementene .section > ul > li > a.dep-title {
  display: block;
  font-weight: 600;
}
.megamenupanel_departementene .section > ul > li > a.dep-minister {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .megamenupanel_departementene .section > ul > li {
    margin-bottom: 0;
    padding-right: 0;
  }
  .megamenupanel_departementene .section > ul > li > a {
    display: block;
    padding: 5px 20px 10px;
  }
  .megamenupanel_departementene .section > ul > li > a.dep-title {
    padding-top: 10px;
    padding-bottom: 5px;
  }
}

.megamenupanel_regjeringen {
  padding-bottom: 15px;
}
.megamenupanel_regjeringen .section {
  float: left;
  display: block;
  margin-right: 2.8571428571%;
  width: 31.4285714286%;
  margin-top: 2px;
}
.megamenupanel_regjeringen .section:last-child {
  margin-right: 0;
}
@media screen and (max-width: 899px) {
  .megamenupanel_regjeringen .section {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 100%;
  }
  .megamenupanel_regjeringen .section:last-child {
    margin-right: 0;
  }
}
.megamenupanel_regjeringen .section a {
  text-decoration: none;
  color: #144696;
}
.no-touch .megamenupanel_regjeringen .section a:hover, .megamenupanel_regjeringen .section a:focus {
  color: #bc3345;
}
.megamenupanel_regjeringen .section > a {
  display: block;
  margin-top: 0;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .megamenupanel_regjeringen .section > a {
    margin-top: 10px;
    padding: 5px 20px;
  }
}
.megamenupanel_regjeringen .section p {
  font-size: 13px;
}
@media screen and (max-width: 499px) {
  .megamenupanel_regjeringen .section p {
    display: none;
  }
}
.megamenupanel_regjeringen .section ul {
  margin-top: 10px;
  padding: 0;
}
.megamenupanel_regjeringen .section ul li {
  margin-bottom: 10px;
}
.megamenupanel_regjeringen .section ul li a {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .megamenupanel_regjeringen .section h2,
  .megamenupanel_regjeringen .section ul,
  .megamenupanel_regjeringen .section ul li {
    margin-top: 0;
    margin-bottom: 0;
  }
  .megamenupanel_regjeringen .section h2 > a,
  .megamenupanel_regjeringen .section ul > a,
  .megamenupanel_regjeringen .section ul li > a {
    display: block;
    padding: 8px 20px;
  }
}

.megaMenuOverlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 102;
  min-height: 200px;
  background-color: rgba(50, 50, 50, 0.2);
}
.megaMenuOverlay.shown {
  display: block;
}

/* minister carousel */
.content-row > h2.minister-carousel-title {
  margin-top: 0;
  margin-bottom: 50px;
  font-weight: 400;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .content-row > h2.minister-carousel-title {
    margin-bottom: 1.25rem;
    font-size: 30px;
  }
}

.minister-carousel-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  background-color: #ededed;
}
@media screen and (max-width: 699px) {
  .minister-carousel-wrapper {
    padding-top: 20px;
  }
}
@media screen and (min-width: 700px) {
  .minister-carousel-wrapper {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

.minister-carousel {
  margin-right: 50px;
  margin-left: 50px;
}
.minister-carousel ul {
  position: relative;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 699px) {
  .minister-carousel ul {
    margin-left: -97px;
  }
}
@media screen and (min-width: 700px) {
  .minister-carousel ul {
    margin-left: 10px;
  }
}
.minister-carousel li {
  position: relative;
  float: left;
  width: 120px;
  height: 160px;
  margin: 0 16px 0 0;
  list-style: none;
  text-align: center;
}
.minister-carousel li img {
  position: relative;
  width: 120px;
  max-width: 1000px;
  height: 160px;
  cursor: pointer;
  transition: margin 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out;
  outline: none;
}
.no-js .minister-carousel li {
  width: 160px;
  height: auto;
  min-height: 265px;
  padding: 5px;
  background-color: #ffffff;
  margin-bottom: 16px;
}
.no-js .minister-carousel li img {
  width: 100%;
  height: auto;
  cursor: default;
}
@media screen and (min-width: 700px) {
  .minister-carousel li.current + li img {
    width: 164px;
    height: 224px;
    z-index: 1;
    margin-top: -20px;
    margin-left: -24px;
    box-shadow: 0 0 20px -3px rgba(0, 0, 0, 0.1);
    cursor: default;
  }
}
.js .minister-carousel .info {
  display: none;
}
.no-js .minister-carousel .info {
  padding: 2px 5px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.9);
}
.no-js .minister-carousel .info .name {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}
.no-js .minister-carousel .info .position {
  padding-top: 3px;
  font-size: 12px;
  line-height: 14px;
}
.no-js .minister-carousel .info .description,
.no-js .minister-carousel .info .quote {
  display: none;
}

.minister-carousel-prev,
.minister-carousel-next {
  position: absolute;
  top: 0;
  width: 60px;
  height: 250px;
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #3867c8;
  background-color: #ededed;
  border: none;
  cursor: pointer;
  outline: none;
}
@media screen and (max-width: 699px) {
  .minister-carousel-prev,
  .minister-carousel-next {
    height: 200px;
  }
  .touch .minister-carousel-prev,
  .touch .minister-carousel-next {
    display: none;
  }
}
.no-touch .minister-carousel-prev:hover, .minister-carousel-prev:focus,
.no-touch .minister-carousel-next:hover,
.minister-carousel-next:focus {
  color: #cd4658;
}
.minister-carousel-prev::after,
.minister-carousel-next::after {
  position: relative;
  font-family: "regjeringen-icons";
  font-size: 36px;
}
.no-js .minister-carousel-prev,
.no-js .minister-carousel-next {
  display: none;
}

.minister-carousel-prev {
  left: 0;
}
.minister-carousel-prev::after {
  left: 1px;
  content: "\e903";
}

.minister-carousel-next {
  right: 0;
}
.minister-carousel-next::after {
  left: -1px;
  content: "\e904";
}

.minister-carousel-info {
  position: relative;
  min-height: 160px;
  margin: 0 30px 15px;
  padding: 20px 30px;
  font-size: 16px;
  background-color: #ffffff;
}
@media screen and (max-width: 699px) {
  .minister-carousel-info {
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 700px) {
  .minister-carousel-info {
    margin-top: 44px;
  }
}
.minister-carousel-info .name {
  margin-top: 0;
  margin-bottom: 2px;
}
.minister-carousel-info .name a {
  text-decoration: none;
}
.minister-carousel-info .position {
  padding-top: 0;
  font-size: 14px;
  line-height: 20px;
}
.minister-carousel-info .description {
  padding-top: 10px;
}
@media screen and (max-width: 699px) {
  .minister-carousel-info .description {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 700px) {
  .minister-carousel-info .description {
    float: left;
    width: 60%;
  }
}
.minister-carousel-info .quote {
  margin: 0;
  padding-left: 30px;
  font-weight: 400;
  font-style: italic;
  line-height: 24px;
  background: transparent url("../img/carousel-quote.png") 0 0 no-repeat;
  background-size: 25px 15px;
}
@media screen and (min-width: 700px) {
  .minister-carousel-info .quote {
    float: right;
    width: 35%;
    margin-top: -40px;
  }
}
.no-svg .minister-carousel-info .quote {
  background-image: url("../img/carousel-quote.png");
}
.minister-carousel-info .carousel-info-pointer {
  position: absolute;
  top: -15px;
  z-index: 5;
  display: inline-block;
  width: 60px;
  height: 31px;
  background: transparent url("../img/carousel-info-pointer.svg") 0 0 no-repeat;
}
@media screen and (max-width: 699px) {
  .minister-carousel-info .carousel-info-pointer {
    left: 104px;
  }
}
@media screen and (min-width: 700px) {
  .minister-carousel-info .carousel-info-pointer {
    left: 194px;
  }
}
.no-svg .minister-carousel-info .carousel-info-pointer {
  background-image: url("../img/carousel-info-pointer.png");
}
.no-js .minister-carousel-info {
  display: none;
}

.regjeringen-find-btns {
  margin-top: 2.5rem;
}

.content-col-1 .newsletter-subscribe button {
  width: 100%;
}
.newsletter-subscribe .newsletter-subscribe-title {
  margin-top: 0;
  font-size: 18px;
}
.newsletter-subscribe .newsletter-subscribe-action {
  margin-top: 0.25rem;
}
.newsletter-subscribe .newsletter-subscribe-action.width-half {
  max-width: 485px;
}
.newsletter-subscribe .newsletter-subscribe-label {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 16px;
}
.newsletter-subscribe .newsletter-subscribe-input {
  max-width: 300px;
}
@media screen and (max-width: 499px) {
  .newsletter-subscribe .newsletter-subscribe-input {
    max-width: 100%;
  }
}
.newsletter-subscribe .newsletter-subscribe-error {
  margin-top: -1.2em;
  margin-bottom: 1em;
  padding-top: 0;
  font-size: 14px;
  color: #bc3345;
}
.newsletter-subscribe .newsletter-subscribe-feedback {
  position: relative;
  padding: 20px;
  background-color: #ededed;
  margin-top: 1rem;
}
.newsletter-subscribe .newsletter-subscribe-feedback .btn-ok {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 21px;
  height: 21px;
  padding: 0;
  background-color: transparent;
  border: none;
}
.newsletter-subscribe .newsletter-subscribe-feedback .btn-ok::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  font-family: "regjeringen-icons";
  font-size: 16px;
  content: "\e906";
  color: #666666;
}
.newsletter-subscribe .newsletter-subscribe-feedback .btn-ok:hover::before {
  background-color: #ededed !important;
  color: #000000 !important;
}
.newsletter-subscribe .newsletter-subscribe-feedback .btn-ok:focus::before {
  background-color: #ededed !important;
  color: #000000 !important;
}
.newsletter-subscribe .newsletter-subscribe-feedback .btn-ok:not(:disabled):hover {
  background-color: #ededed !important;
  color: #000000 !important;
}
.newsletter-subscribe .newsletter-subscribe-feedback .btn-ok:not(:disabled):focus {
  background-color: #ededed !important;
  color: #000000 !important;
}
.newsletter-subscribe .newsletter-subscribe-feedback .btn-ok::before:disabled:hover {
  background-color: #ededed !important;
  color: #000000 !important;
}
.newsletter-subscribe .newsletter-subscribe-feedback .btn-ok::before:disabled:focus {
  background-color: #ededed !important;
  color: #000000 !important;
}
.newsletter-subscribe .newsletter-subscribe-feedback.width-half {
  max-width: 485px;
}
.newsletter-subscribe .newsletter-subscribe-feedback h3 {
  font-size: 18px;
}
.newsletter-subscribe .email_lbl {
  font-size: 16px;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.content-row > .newsletter-subscribe {
  position: relative;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
}
.content-row > .newsletter-subscribe::before {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #c8c8c8;
  top: 0;
  right: 0;
  left: 0;
}
@media screen and (min-width: 1100px) {
  .content-row > .newsletter-subscribe::before {
    right: -45px;
    left: -45px;
  }
}
.content-row > .newsletter-subscribe .newsletter-subscribe-field,
.content-row > .newsletter-subscribe .newsletter-subscribe-buttons {
  float: left;
}
.content-row > .newsletter-subscribe .newsletter-subscribe-field {
  margin-right: 10px;
}

.content-section > .newsletter-subscribe {
  margin-top: 1.25rem;
}

button.btn.btn-no-icon.subscribe, .page-survey .submit > button.subscribe, button.btn-no-icon.subscribe.btn-warning, button.btn-no-icon.subscribe.btn-gray, button.btn-no-icon.subscribe.btn-lightgray, button.btn-no-icon.subscribe.btn-tab, button.btn-no-icon.subscribe.btn-cta, button.btn-no-icon.subscribe.btn-wide, button.btn-no-icon.subscribe.btn-small, button.btn-no-icon.subscribe.btn-find-document, button.btn-no-icon.subscribe.btn-show-more {
  background-color: #13856c;
}
button.btn.btn-no-icon.subscribe::before, .page-survey .submit > button.subscribe::before, button.btn-no-icon.subscribe.btn-warning::before, button.btn-no-icon.subscribe.btn-gray::before, button.btn-no-icon.subscribe.btn-lightgray::before, button.btn-no-icon.subscribe.btn-tab::before, button.btn-no-icon.subscribe.btn-cta::before, button.btn-no-icon.subscribe.btn-wide::before, button.btn-no-icon.subscribe.btn-small::before, button.btn-no-icon.subscribe.btn-find-document::before, button.btn-no-icon.subscribe.btn-show-more::before {
  font-family: "regjeringen-icons";
  content: " \e912";
  margin-right: 8px;
  font-size: 17px;
  top: 1px;
  position: relative;
}

@media screen and (max-width: 499px) {
  .newsletter-subscribe-buttons button.btn.btn-no-icon.btn-cta.grow, .newsletter-subscribe-buttons button.btn-no-icon.btn-cta.grow, .newsletter-subscribe-buttons .page-survey .submit > button.btn-cta.grow, .page-survey .newsletter-subscribe-buttons .submit > button.btn-cta.grow,
  .newsletter-subscribe-buttons button.btn.btn-no-icon.btn-cancel.underline.grow,
  .newsletter-subscribe-buttons .page-survey .submit > button.btn-cancel.underline.grow,
  .page-survey .newsletter-subscribe-buttons .submit > button.btn-cancel.underline.grow,
  .newsletter-subscribe-buttons button.btn-no-icon.btn-cancel.underline.grow.btn-warning,
  .newsletter-subscribe-buttons button.btn-no-icon.btn-cancel.underline.grow.btn-gray,
  .newsletter-subscribe-buttons button.btn-no-icon.btn-cancel.underline.grow.btn-lightgray,
  .newsletter-subscribe-buttons button.btn-no-icon.btn-cancel.underline.grow.btn-tab,
  .newsletter-subscribe-buttons button.btn-no-icon.btn-cancel.underline.grow.btn-wide,
  .newsletter-subscribe-buttons button.btn-no-icon.btn-cancel.underline.grow.btn-small,
  .newsletter-subscribe-buttons button.btn-no-icon.btn-cancel.underline.grow.btn-find-document,
  .newsletter-subscribe-buttons button.btn-no-icon.btn-cancel.underline.grow.btn-show-more {
    width: 100%;
  }
}

.newsletterSubscribeBlock h2 {
  padding-bottom: 1.25rem;
}

.org-chart {
  margin: 0;
  padding: 0;
}
.org-chart .political-adm,
.org-chart .administration {
  margin-bottom: 20px;
}
.org-chart .political-adm > ul > li,
.org-chart .administration > ul > li {
  float: left;
  width: 100%;
}
@media screen and (min-width: 899px) {
  .org-chart .political-adm > ul > li,
  .org-chart .administration > ul > li {
    width: 50%;
  }
  .org-chart .political-adm > ul > li:first-child,
  .org-chart .administration > ul > li:first-child {
    border-right: 10px solid #ffffff;
  }
}
.org-chart .title {
  display: block;
  color: #666666;
}
.org-chart .subtitle {
  color: #666666;
  padding: 0;
}
.org-chart .person {
  background-color: #ededed;
}
.org-chart .person:after {
  content: "";
  display: table;
  clear: both;
}
.org-chart .person > a {
  display: block;
  padding: 10px;
}
.org-chart .person > a:after {
  content: "";
  display: table;
  clear: both;
}
.org-chart .person h3 {
  margin-top: 0;
  padding-top: 1.25rem;
}
.org-chart .person img {
  float: left;
  height: auto;
  width: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.org-chart ul.substructure {
  border-left: 3px solid #ededed;
  padding-top: 10px;
  margin-left: 60px;
  margin-bottom: 15px;
}
.org-chart ul.substructure li {
  padding: 5px 0;
  margin: 0;
  position: relative;
}
.org-chart ul.substructure li.space {
  padding-bottom: 20px;
}
.org-chart ul.substructure li a {
  background-color: #ededed;
  padding: 10px 15px;
  margin: 0 0 0 40px;
  display: block;
  position: relative;
}
.org-chart ul.substructure li a::before {
  content: " ";
  height: 2px;
  display: block;
  border-top: 3px solid #ededed;
  width: 40px;
  position: absolute;
  top: 50%;
  left: -40px;
}
.org-chart ul.substructure li ul {
  margin-left: 30px;
}
.org-chart ul.substructure li ul li a {
  border: 2px solid #ededed;
  background-color: #ffffff;
}
.org-chart ul.substructure li ul li a::before {
  display: none;
}
.org-chart a {
  text-decoration: none;
}
.org-chart h2 {
  background-color: #ededed;
  padding: 10px;
  margin: 0 0 1.25rem 0;
}
.org-chart ul {
  margin: 0;
  padding: 0;
}
.org-chart ul:after {
  content: "";
  display: table;
  clear: both;
}
.org-chart li {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 0;
}

.page-survey-container {
  background-color: #ededed;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 700px) {
  .page-survey-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.page-historic .page-survey-container {
  background-color: #ffffff;
}

.page-survey {
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: auto;
  opacity: 1;
  transition: opacity 0.8s;
}
.page-survey:after {
  content: "";
  display: table;
  clear: both;
}
.page-survey h2 {
  margin-top: 0;
  padding: 0 1.25rem;
  font-size: 16px;
}
.page-survey p {
  padding: 1.25rem;
  padding-bottom: 0;
  margin-top: 0;
}
.page-survey.notshown {
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.page-survey .options {
  margin: 0 0 10px 0;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.page-survey .options:after {
  content: "";
  display: table;
  clear: both;
}
.page-survey .options > .option {
  float: left;
  margin-right: 0.75rem;
  margin-bottom: 10px;
}
.page-survey .options > .option:last-child {
  margin-right: 0;
}
.page-survey .options p {
  padding: 0 0 0.75rem 0 !important;
}
.page-survey .options input[type=radio] {
  position: absolute;
  left: -999em;
}
.page-survey .options input[type=radio] + label {
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
  background-color: #474747;
  color: #ffffff;
  padding: 15px 20px;
  text-align: center;
  min-width: 70px;
}
@media screen and (min-width: 700px) {
  .page-survey .options input[type=radio] + label {
    display: block;
    min-width: 100px;
  }
}
.page-survey .options input[type=radio] + label:last-child {
  margin-right: 0;
}
.no-touch .page-survey .options input[type=radio]:hover:not(:checked) + label, .page-survey .options input[type=radio]:focus:not(:checked) + label {
  background-color: #000000;
}
.page-survey .options input[type=radio]:checked + label {
  background-color: #bc3345;
}
.no-touch .page-survey .options input[type=radio]:checked:hover + label::before, .page-survey .options input[type=radio]:checked:focus + label::before {
  background-color: #cd4658;
  border-color: #cd4658;
}
.page-survey .comments {
  display: none;
  clear: both;
  margin-bottom: 20px;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media screen and (min-width: 700px) {
  .page-survey .comments {
    width: 100%;
    padding-right: 110px;
  }
}
.page-survey .comments.shown {
  display: block;
}
.page-survey .comments label {
  display: block;
  clear: both;
  margin-bottom: 3px;
}
.page-survey .comments textarea {
  margin-top: 0.75rem;
  display: block;
  width: 100%;
  min-height: 140px;
  padding: 4px 6px;
  font-family: inherit;
  background-color: #ffffff;
  border: none;
}
.page-historic .page-survey .comments textarea {
  background-color: #ededed;
}
@media screen and (min-width: 700px) {
  .page-survey .comments textarea {
    min-height: 100px;
  }
}
.page-survey .comments textarea::-webkit-input-placeholder {
  font-style: italic;
}
.page-survey .comments textarea:-moz-placeholder {
  font-style: italic;
}
.page-survey .comments textarea::-moz-placeholder {
  font-style: italic;
}
.page-survey .comments textarea:-ms-input-placeholder {
  font-style: italic;
}
.page-survey .submit {
  display: none;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.page-survey .submit.shown {
  display: block;
}
.page-survey .thankyounote,
.page-survey .failednote {
  background-color: #ededed;
  display: none;
  flex-direction: column;
  justify-content: center;
}
.page-survey .thankyounote.shown,
.page-survey .failednote.shown {
  display: flex;
  opacity: 1;
}
.page-survey .thankyounote h2,
.page-survey .failednote h2 {
  margin: 0;
}
.page-survey .thankyounote p,
.page-survey .failednote p {
  clear: left;
  padding: 0 20px;
  margin-bottom: 0;
}
.page-survey .thankyounote h2 + p,
.page-survey .failednote h2 + p {
  margin-top: 0.5rem;
}

.pagination {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  position: relative;
  margin-top: 64px;
  margin-bottom: 64px;
}
@media screen and (max-width: 699px) {
  .pagination {
    margin-top: 100px;
    text-align: center;
    margin-top: 48px !important;
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 500px) {
  .documentSearch .pagination, .searchPage .pagination {
    margin-right: 20px;
  }
}
@media screen and (min-width: 900px) {
  .documentSearch .pagination, .searchPage .pagination {
    margin-right: 0;
  }
}
.pagination li {
  display: inline-block;
}
@media screen and (max-width: 699px) {
  .pagination li {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }
}
.pagination li.current {
  font-weight: bold;
}
.pagination li.current a,
.pagination li.current button {
  position: relative;
  top: 5px;
}
.pagination li a,
.pagination li button {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  position: relative;
  font-family: inherit;
  font-weight: 400;
  text-decoration: none;
  color: #3867c8;
  background-color: transparent;
  border: none;
}
.pagination li a:focus {
  text-decoration: underline;
}
.pagination li button:focus {
  outline: none;
}
.no-touch .pagination li:not(.current) a:hover, .pagination li:not(.current) a:focus,
.no-touch .pagination li:not(.current) button:hover,
.pagination li:not(.current) button:focus {
  background-color: #ededed;
}
.pagination li:not(.prev):not(.next):not(.firstlink):not(.lastlink) a,
.pagination li:not(.prev):not(.next):not(.firstlink):not(.lastlink) button {
  position: relative;
  min-width: 32px;
  padding: 5px 10px;
  text-align: center;
  border-radius: 20px;
}
.pagination li a::before, .pagination li a::after,
.pagination li button::before,
.pagination li button::after {
  position: relative;
  font-family: "regjeringen-icons";
  font-size: 13px;
}
.pagination li.prev {
  margin-right: 32px;
}
@media screen and (max-width: 699px) {
  .pagination li.prev {
    top: -60px;
    left: 0;
    right: 60%;
    margin-right: 16px;
    margin-left: 16px;
  }
  .pagination li.prev a {
    height: 40px !important;
    width: 40px !important;
  }
  .pagination li.prev a::before {
    top: 0px !important;
    font-size: 16px !important;
  }
  .pagination li.prev a,
  .pagination li.prev button {
    width: 100%;
  }
  .pagination li.prev a::before,
  .pagination li.prev button::before {
    left: 0px !important;
  }
}
.pagination li.prev a:focus,
.pagination li.prev button:focus {
  background-color: #cd4658;
}
.pagination li.prev a::before,
.pagination li.prev button::before {
  left: 5px;
  content: "\e903";
  top: 3px;
  font-size: 18px;
}
.pagination li.next {
  margin-left: 32px;
}
@media screen and (max-width: 699px) {
  .pagination li.next {
    top: -60px;
    right: 0;
    margin-right: 0;
    margin-left: 16px;
    left: 60%;
  }
  .pagination li.next a {
    height: 40px !important;
    width: 40px !important;
  }
  .pagination li.next a::after {
    top: 0px !important;
    font-size: 16px !important;
  }
  .pagination li.next a,
  .pagination li.next button {
    width: 100%;
  }
  .pagination li.next a::after,
  .pagination li.next button::after {
    right: 0px !important;
  }
}
.pagination li.next a:focus,
.pagination li.next button:focus {
  background-color: #cd4658;
}
.pagination li.next a::after,
.pagination li.next button::after {
  content: "\e904";
  right: -8px;
  top: 3px;
  font-size: 18px;
}
.pagination li.firstlink {
  margin-right: 16px;
}
@media screen and (max-width: 699px) {
  .pagination li.firstlink {
    top: -60px;
    right: 0;
    margin-right: 0;
    right: 89%;
  }
  .pagination li.firstlink a {
    height: 40px !important;
    width: 40px !important;
  }
  .pagination li.firstlink a::before {
    top: 0px !important;
    font-size: 16px !important;
  }
  .pagination li.firstlink a,
  .pagination li.firstlink button {
    width: 100%;
  }
  .pagination li.firstlink a::before,
  .pagination li.firstlink button::before {
    left: 0px !important;
  }
}
.pagination li.firstlink a:focus,
.pagination li.firstlink button:focus {
  background-color: #cd4658;
}
.pagination li.firstlink a::before,
.pagination li.firstlink button::before {
  content: "\e920";
  left: 4px;
  top: 3px;
  font-size: 18px;
}
.pagination li.lastlink {
  margin-left: 16px;
}
@media screen and (max-width: 699px) {
  .pagination li.lastlink {
    top: -60px;
    right: 0;
    margin-right: 0;
    left: 90%;
  }
  .pagination li.lastlink a {
    height: 40px !important;
    width: 40px !important;
  }
  .pagination li.lastlink a::after {
    top: 0px !important;
    font-size: 16px !important;
  }
  .pagination li.lastlink a,
  .pagination li.lastlink button {
    width: 100%;
  }
  .pagination li.lastlink a::after,
  .pagination li.lastlink button::after {
    left: 0px !important;
  }
}
.pagination li.lastlink a:focus,
.pagination li.lastlink button:focus {
  background-color: #cd4658;
}
.pagination li.lastlink a::after,
.pagination li.lastlink button::after {
  content: "\e921";
  top: 3px;
  font-size: 18px;
  left: 6px;
}
.pagination li.last a::after,
.pagination li.last button::after {
  right: -14px;
  content: "\e904";
}
.pagination li.prev a,
.pagination li.prev button, .pagination li.next a,
.pagination li.next button, .pagination li.firstlink a,
.pagination li.firstlink button, .pagination li.lastlink a,
.pagination li.lastlink button {
  padding: 10px;
  background-color: #ededed;
  border-radius: 25px;
  height: 50px;
  width: 50px;
  text-decoration: none;
}
.no-touch .pagination li.prev a:not(:disabled):hover, .pagination li.prev a:not(:disabled):focus,
.no-touch .pagination li.prev button:not(:disabled):hover,
.pagination li.prev button:not(:disabled):focus, .no-touch .pagination li.next a:not(:disabled):hover, .pagination li.next a:not(:disabled):focus,
.no-touch .pagination li.next button:not(:disabled):hover,
.pagination li.next button:not(:disabled):focus, .no-touch .pagination li.firstlink a:not(:disabled):hover, .pagination li.firstlink a:not(:disabled):focus,
.no-touch .pagination li.firstlink button:not(:disabled):hover,
.pagination li.firstlink button:not(:disabled):focus, .no-touch .pagination li.lastlink a:not(:disabled):hover, .pagination li.lastlink a:not(:disabled):focus,
.no-touch .pagination li.lastlink button:not(:disabled):hover,
.pagination li.lastlink button:not(:disabled):focus {
  color: #ffffff;
  background-color: #cd4658;
}
.pagination li.prev button:disabled, .pagination li.prev button:disabled:hover, .pagination li.next button:disabled, .pagination li.next button:disabled:hover, .pagination li.firstlink button:disabled, .pagination li.firstlink button:disabled:hover, .pagination li.lastlink button:disabled, .pagination li.lastlink button:disabled:hover {
  color: #666666;
  background-color: #ededed;
}
.pagination li.concatenated {
  padding-right: 5px;
  padding-left: 5px;
}
.pagination.jsBuild li.next a::after,
.pagination.jsBuild li.next button::after {
  right: -2px;
}
.pagination.jsBuild li.prev a::before,
.pagination.jsBuild li.prev button::before {
  left: -2px;
}
.pagination.jsBuild li.current button {
  top: 0px;
}
.pagination.jsBuild li.lastlink a::after,
.pagination.jsBuild li.lastlink button::after {
  left: 2px;
}
.pagination.jsBuild li.firstlink a::before,
.pagination.jsBuild li.firstlink button::before {
  left: -2px;
}

li.next.disabled,
li.lastlink.disabled,
li.firstlink.disabled,
li.prev.disabled {
  opacity: 0.5;
  pointer-events: none;
}

li.current_0 span,
li.current_1 span,
li span.count {
  color: #000000;
  pointer-events: none;
}
li.current_0 span:focus, li.current_0 span:hover,
li.current_1 span:focus,
li.current_1 span:hover,
li span.count:focus,
li span.count:hover {
  background-color: #ffffff !important;
}

@media screen and (max-width: 699px) {
  .pagination {
    display: flex;
  }
  li.current_0 span,
  li.current_1 span,
  li span.count {
    position: relative;
    top: 10px;
  }
}
@media screen and (max-width: 320px) {
  .pagination {
    flex-wrap: nowrap;
  }
  .pagination span {
    font-size: 14px;
  }
  .pagination li.prev,
  .pagination li.next {
    margin-right: 5px;
    margin-left: 5px;
  }
  .pagination li.lastlink {
    margin-left: 0px;
  }
}
.person-event-list {
  padding-left: 0;
  list-style: none;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.person-event-list .date {
  font-size: 14px !important;
  line-height: 1.4 !important;
  color: #333333;
}
.person-event-list dl {
  margin-left: 10px;
  color: #666666;
  border-left: 1px solid #1a5ebd;
  margin-top: 0.75rem;
  margin-bottom: 1.75rem;
}
.person-event-list dl dt,
.person-event-list dl dd {
  padding-left: 20px;
  font-weight: 600;
}
.person-event-list dl dt {
  position: relative;
  top: -2px;
  margin-top: 1.25rem;
  font-size: 12px;
}
.person-event-list dl dt::before {
  position: absolute;
  top: -6px;
  left: -10px;
  font-family: "regjeringen-icons";
  font-size: 19px;
  content: " \e91f";
  color: #1a5ebd;
}
.person-event-list dl dt:first-child {
  margin-top: 0;
}
.person-event-list dl dd {
  margin-left: 0;
  font-size: 14px;
}
.person-event-list dl a {
  text-decoration: none;
}

.read-more {
  margin-top: 1.25rem;
  text-align: right;
  padding: 10px;
  font-size: 14px;
  line-height: 1.8;
  clear: both;
}
.read-more.right {
  text-align: right;
}
.read-more.left {
  text-align: left;
}
.touch .read-more {
  text-align: left !important;
}
.read-more a {
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.read-more a::after {
  position: relative;
  content: "\e904";
  font-family: "regjeringen-icons";
  font-size: 12px;
  left: 3px;
}
.read-more.all-topics {
  width: 100%;
  margin-bottom: 1.25rem;
  text-align: left;
}
@media screen and (min-width: 500px) {
  .read-more.all-topics a {
    font-size: 20px;
  }
}
@media screen and (min-width: 700px) {
  .read-more.all-topics {
    text-align: right;
  }
}
.read-more.all-topics.space-above {
  padding-top: 1rem !important;
}
.read-more.all-topics.no-margin-bottom {
  margin-bottom: 0;
}
.read-more.all-themes {
  width: 100%;
  margin-bottom: 1.25rem;
  text-align: left;
}
@media screen and (min-width: 500px) {
  .read-more.all-themes a {
    font-size: 20px;
  }
}
@media screen and (min-width: 700px) {
  .read-more.all-themes {
    text-align: right;
  }
}
.read-more.all-themes.space-above {
  padding-top: 1rem !important;
}

.content-grid-row .read-more {
  margin-top: 30px !important;
}
.content-grid-row .read-more.no-margin-top {
  margin-top: 0 !important;
}
.content-grid-row .content-section > .read-more:first-child {
  margin-top: 0 !important;
}
.content-grid-row .content-section.no-margin-bottom {
  margin-bottom: 0;
}

@media only screen and (max-width: 699px) {
  .read-more.all-themes.no-margin-top {
    margin-top: 1.25rem !important;
  }
}
.search-suggest {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 100;
  padding: 10px 10px 0;
  color: #333333;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .search-suggest {
    right: -10px;
    left: -10px;
    margin-top: 10px;
  }
  .content-search .search-suggest {
    right: 0;
    left: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 499px) {
  .search-suggest {
    padding-right: 0;
    padding-left: 0;
  }
}
.search-suggest .legend {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 12px;
  text-transform: uppercase;
  color: #666666;
}
.search-suggest .search-suggest-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.search-suggest .search-suggest-item a {
  display: block;
  padding: 10px;
  text-decoration: none;
}
.search-suggest .search-suggest-item a .title {
  display: block;
  color: #333333;
}
.search-suggest .search-suggest-item a .title .highlight {
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0);
}
.search-suggest .search-suggest-item a .meta {
  display: block;
  font-size: 14px;
  color: #666666;
}
.search-suggest .search-suggest-item a .meta .highlight {
  background-color: rgba(0, 0, 0, 0);
}

.sharePrint {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-frontpage .sharePrint {
  display: none;
}
@media screen and (max-width: 768px) {
  .sharePrint {
    display: none;
  }
  .sharePrint.shown {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .sharePrint {
    position: absolute;
    top: 0;
    right: 10px;
    margin-right: 10px;
    font-size: 14px;
    text-align: right;
  }
  .sharePrint > li {
    display: inline-block;
    margin-left: 20px;
    text-align: left;
  }
}
.sharePrint .rss .rss-icon {
  text-decoration: none;
}
.sharePrint .rss .rss-icon::before {
  position: relative;
  top: 1px;
  left: -5px;
  content: "\e918";
  font-family: "regjeringen-icons";
}
@media screen and (max-width: 768px) {
  .sharePrint .rss {
    float: left;
    width: 33.33333%;
    border-top: 1px solid #dddddd;
  }
  .sharePrint .rss .rss-icon {
    display: block;
    width: 100%;
    margin-top: 3px;
    padding: 10px 25px;
    text-align: left;
  }
}
.sharePrint .rss .rss-note {
  display: none;
}
@media screen and (min-width: 769px) {
  .sharePrint .rss .rss-note {
    position: absolute;
    right: -18px;
    width: 300px;
    z-index: 3;
    min-width: 200px;
    padding: 10px;
    background-color: #ededed;
    border: 5px solid #ffffff;
  }
  .sharePrint .rss .rss-note.shown {
    display: block;
  }
}
.sharePrint .sharing .sharing-toggle {
  margin: 0;
  padding: 0;
  font-family: inherit;
  line-height: inherit;
  color: #0d3880;
  background-color: transparent;
  border: none;
  margin-top: 3px;
  padding-left: 8px;
  color: #3867c8;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .sharePrint .sharing .sharing-toggle {
    display: block;
    width: 100%;
    padding: 10px 25px;
    text-align: left;
  }
}
.no-touch .sharePrint .sharing .sharing-toggle:hover, .sharePrint .sharing .sharing-toggle:focus, .sharePrint .sharing .sharing-toggle.focus {
  color: #bc3345;
}
.sharePrint .sharing .sharing-toggle:focus, .sharePrint .sharing .sharing-toggle.focus {
  outline: thin dotted;
}
.sharePrint .sharing .sharing-toggle::before {
  position: relative;
  top: 1px;
  left: -5px;
  content: "\e91b";
  font-family: "regjeringen-icons";
}
.sharePrint .sharing .sharing-panel {
  display: none;
  padding: 10px 20px;
  background-color: #ededed;
}
@media screen and (min-width: 769px) {
  .sharePrint .sharing .sharing-panel {
    position: absolute;
    top: -2px;
    right: -2px;
    z-index: 10;
  }
  .no-js .sharePrint .sharing .sharing-panel {
    top: 28px;
  }
}
.sharePrint .sharing .sharing-panel.shown {
  display: block;
}
.sharePrint .sharing .sharing-panel .sharing-title {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}
.sharePrint .sharing .sharing-panel .sharing-title:first-child {
  margin-top: 5px;
}
.sharePrint .sharing .sharing-panel label,
.sharePrint .sharing .sharing-panel input[type=text],
.sharePrint .sharing .sharing-panel textarea {
  display: block;
}
.sharePrint .sharing .sharing-panel label {
  margin-top: 15px;
  margin-bottom: 5px;
}
.sharePrint .sharing .sharing-panel label:first-child {
  margin-top: 0;
}
.sharePrint .sharing .sharing-panel input[type=text],
.sharePrint .sharing .sharing-panel textarea {
  width: 260px;
  padding: 5px;
  font-size: 16px;
  border: none;
}
.sharePrint .sharing .sharing-panel textarea {
  min-height: 64px;
}
.sharePrint .sharing .sharing-panel .sharing-submit-line {
  margin-top: 20px;
  text-align: right;
}
.sharePrint .sharing .sharing-panel .sharing-submit {
  padding: 5px 10px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  background-color: #13856c;
  border: none;
}
.no-touch .sharePrint .sharing .sharing-panel .sharing-submit:hover, .sharePrint .sharing .sharing-panel .sharing-submit:focus {
  background-color: #0f6653;
}
.sharePrint .sharing .sharing-panel .socialmedia_linklist li {
  line-height: 24px;
  font-weight: 400;
}
.sharePrint .sharing .sharing-panel .closeButton {
  top: 10px;
}
.sharePrint .print .print-page {
  margin: 0;
  padding: 0;
  font-family: inherit;
  line-height: inherit;
  color: #0d3880;
  background-color: transparent;
  border: none;
  margin-top: 3px;
  padding-left: 8px;
  color: #3867c8;
}
@media screen and (max-width: 768px) {
  .sharePrint .print .print-page {
    width: 100%;
    padding: 10px 25px;
    text-align: left;
  }
}
.no-touch .sharePrint .print .print-page:hover, .sharePrint .print .print-page:focus {
  color: #bc3345;
}
.sharePrint .print .print-page:focus {
  outline: thin dotted;
}
.sharePrint .print .print-page::before {
  position: relative;
  top: 1px;
  left: -5px;
  content: "\e917";
  font-family: "regjeringen-icons";
}
.no-js .sharePrint .print {
  display: none;
}
@media screen and (max-width: 768px) {
  .sharePrint .rss + .sharing,
  .sharePrint .rss + .sharing + .print {
    width: 33.33333%;
  }
}

.rss-green {
  background-color: #13856c;
}

.socialmedia_linklist {
  padding: 0;
}
.socialmedia_linklist li {
  display: block;
  margin-right: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 700px) {
  .socialmedia_linklist li {
    display: inline-block;
  }
}
.socialmedia_linklist li a {
  font-size: 14px;
  text-decoration: none;
}
.socialmedia_linklist li a::before {
  display: inline-block;
  position: relative;
  font-family: "regjeringen-icons";
  color: #3867c8;
  font-size: 17px;
  padding-right: 10px;
  margin-top: 5px;
}
.socialmedia_linklist li a.Facebook::before {
  content: "\e90a";
}
.socialmedia_linklist li a.X::before {
  content: "\e922";
  right: 3px;
  padding-right: 5px;
  top: 1px;
}
.socialmedia_linklist li a.Instagram::before {
  content: "\e90e";
}
.socialmedia_linklist li a.Linkedin::before {
  content: "\e910";
}
.socialmedia_linklist li a.email::before {
  content: "\e912";
  top: 2px;
}
.socialmedia_linklist li a.Youtube::before {
  background: transparent url("../img/social/youtube.svg") no-repeat;
  background-size: auto 80%;
  background-position: 2px 3px;
}
.socialmedia_linklist li a:hover::before, .socialmedia_linklist li a:focus::before {
  color: #bc3345;
}

.social-link-list {
  padding: 0;
  margin: 30px 0 0 0;
}
.social-link-list li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}
.social-link-list li a::before {
  display: inline-block;
  position: relative;
  font-family: "regjeringen-icons";
  color: #333333;
  font-size: 20px;
  border-radius: 25px;
  border: solid 1.5px #333333;
  padding: 6px 6px 6px 9px;
  height: 40px;
  width: 40px;
  margin-top: 10px;
}
.social-link-list li a.facebook::before {
  content: "\e909";
}
.social-link-list li a.instagram::before {
  content: "\e90e";
}
.social-link-list li a.twitter::before {
  content: "\e922";
  padding: 6px 6px 6px 5px;
}
.social-link-list li a.x::before {
  content: "\e922";
  padding: 6px 6px 6px 5px;
}
.social-link-list li a.linkedin::before {
  content: "\e910";
  padding: 5px 5px 5px 10px;
}
.social-link-list li a.flickr::before {
  content: "\e90b";
}
.social-link-list li a:hover::before, .social-link-list li a:focus::before {
  color: #bc3345;
  border: solid 1px #bc3345;
}

.sru-name-other {
  margin-top: 10px;
}
.sru-name-other p {
  padding-top: 10px;
}
.sru-name-other p + p {
  padding-top: 0;
}

.sru-info p + p,
.sru-contact p + p {
  padding-top: 0;
}

.mainContentArea .sru-section h3:first-child {
  margin-top: 40px;
}
.sru-section + .sru-section {
  margin-top: 2.5rem;
}

.sru-data-link {
  margin-top: 20px;
  font-style: italic;
}

.sru-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.article-body .sru-list {
  padding-left: 0;
}
.sru-list li:after {
  content: "";
  display: table;
  clear: both;
}
.sru-list .sru-name {
  float: left;
  width: 50%;
}

.sru-dataset-result {
  padding: 20px;
  background-color: #ededed;
}
.sru-dataset-result:after {
  content: "";
  display: table;
  clear: both;
}
.sru-dataset-result .sru-dataset-result-status {
  float: left;
}
.sru-dataset-result .sru-dataset-result-title {
  margin-bottom: 0;
}
.sru-dataset-result .sru-dataset-result-title + * {
  padding-top: 0;
}
.sru-dataset-result .sru-dataset-result-download {
  float: right;
  position: relative;
}
.sru-dataset-result .sru-dataset-result-download .btn-download {
  padding: 8px 48px 8px 16px;
  color: #ffffff;
  background-color: #3867c8;
}
.sru-dataset-result .sru-dataset-result-download .btn-download::after {
  top: 11px;
  right: 15px;
}
.no-touch .sru-dataset-result .sru-dataset-result-download .btn-download:hover, .sru-dataset-result .sru-dataset-result-download .btn-download:focus {
  color: #ffffff;
  background-color: #cd4658;
}
.sru-dataset-result .sru-dataset-result-download .btn-download:focus {
  text-decoration: underline;
}
.sru-dataset-result .sru-dataset-result-download .btn-download.active::after {
  right: 16px;
}
.sru-dataset-result .sru-dataset-result-download .sru-dataset-result-download-list {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 10;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.sru-dataset-result .sru-dataset-result-download .sru-dataset-result-download-list li {
  margin-bottom: 0;
  border-top: 1px solid #ffffff;
}
.sru-dataset-result .sru-dataset-result-download .sru-dataset-result-download-list.shown {
  display: block;
}

.sru-dataset {
  margin-top: 2.85714%;
}
.sru-dataset:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 699px) {
  .sru-dataset .sru-dataset-select {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 700px) {
  .sru-dataset.sru-dataset-flex {
    display: flex;
    flex-flow: row wrap;
  }
  .sru-dataset .sru-dataset-select {
    width: 31.42857%;
    margin-right: 2.85714%;
  }
  .sru-dataset .sru-dataset-select:nth-child(3n) {
    margin-right: 0;
  }
}
.sru-dataset .sru-dataset-select {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}
.sru-dataset .sru-dataset-select::after {
  position: absolute;
  top: 26px;
  right: 4px;
  padding: 7px;
  content: "\e902";
  font-family: "regjeringen-icons";
  background-color: transparent;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 99%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
  pointer-events: none;
}
.sru-dataset .sru-dataset-select select {
  width: 100%;
  margin: 2px 0;
  padding: 8px 10px;
  font-family: inherit;
  background-color: #fff;
  border: 1px solid #ababab;
  border-radius: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.4;
  font-size: 16px;
}
.sru-dataset .sru-dataset-select select:hover, .sru-dataset .sru-dataset-select select:focus {
  border-color: #333333;
}
.sru-dataset .sru-dataset-select select:hover::-ms-value, .sru-dataset .sru-dataset-select select:focus::-ms-value {
  color: inherit;
  background-color: inherit;
}
.sru-dataset .sru-dataset-select select:focus {
  outline: none;
}
.sru-dataset .sru-dataset-select select[disabled] {
  color: rgba(0, 0, 0, 0.3);
}
.sru-dataset .sru-dataset-select select option {
  background-color: #ffffff;
  padding: 5px 0;
}
.sru-dataset .sru-dataset-select select::-ms-expand {
  display: none;
}
.ie9 .sru-dataset .sru-dataset-select::after {
  display: none !important;
}
.ie9 .sru-dataset .sru-dataset-select select {
  width: 100%;
  padding-right: 15px;
}

.smcx-modal {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
}

.swipe-icon {
  display: none;
}
.touch .swipe-icon {
  position: absolute;
  z-index: 10;
  top: 45px;
  left: 50%;
  width: 62px;
  height: 60px;
  margin-left: -50px;
  background: transparent url("../icons/swipe-icon.png") no-repeat;
  background-size: contain;
  pointer-events: none;
}

.touch .carousel-image-archive .swipe-icon {
  top: 200px;
  margin-left: -31px;
}

.touch [data-carousel-wrapper=portrait] .swipe-icon {
  top: 70px;
}

.tblwrp-wrapper-trigger {
  margin: 0;
  padding: 0;
  font-family: inherit;
  line-height: inherit;
  color: #0d3880;
  background-color: transparent;
  border: none;
  margin-top: 30px;
  position: relative;
  padding: 4px 8px 4px 28px;
  font-size: 14px;
  color: #3867c8;
  background-color: #ededed;
  outline: none;
  cursor: pointer;
}
.tblwrp-wrapper-trigger::before {
  position: absolute;
  top: 1px;
  left: 5px;
  font-family: "regjeringen-icons";
  font-size: 20px;
  content: "\e91a";
}
.no-touch .tblwrp-wrapper-trigger:hover, .tblwrp-wrapper-trigger:focus {
  color: #cd4658;
}
.tblwrp-wrapper-trigger.below {
  float: right;
  margin-top: -50px;
}

.tblwrp-wrapper {
  position: relative;
  margin-bottom: 60px;
}
.tblwrp-wrapper:not(.tblwrp-minified) {
  z-index: 200;
}
.tblwrp-wrapper.tblwrp-minified .tblwrp-scrollarea {
  width: 100%;
  overflow-x: scroll;
  overflow-y: auto;
}
.tblwrp-wrapper.tblwrp-minified table {
  border-right: 50px solid transparent;
}
.tblwrp-wrapper.tblwrp-minified .tblwrp-fader {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  width: 50px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
}
.tblwrp-wrapper table {
  margin-top: 10px;
  background-color: #ffffff;
}

.tableau-wrapper {
  width: 100%;
  height: 0;
}

.tabs-title {
  margin-bottom: 10px !important;
}

.tabs:after {
  content: "";
  display: table;
  clear: both;
}
.tabs > span {
  display: block;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.tabs .tab {
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.tabs .tab:last-child {
  margin-right: 0;
}

.tab-target {
  display: none;
  margin-bottom: 1.25rem;
}
.js .tab-target.shown {
  display: block;
}
.js .tab-target.shown.tab-frame {
  padding: 20px;
  background-color: #ededed;
}
.no-js .tab-target {
  display: block;
  margin-top: 1.25rem;
  padding: 20px;
  background-color: #ededed;
}
.no-js .tab-target *:first-child {
  padding-top: 0;
}
.no-js .tab-target .tab-target {
  margin-top: 0;
  padding: 0;
}
.tab-target .btn-sort {
  font-size: 22px;
  margin-left: 0;
  color: #3867c8;
}
.tab-target .btn-sort.active {
  color: #000000;
}
.tab-target .description {
  padding-top: 14px;
  margin-top: 0;
}

.timeline-wrapper {
  margin-right: -20px;
  margin-left: -20px;
  padding: 20px 30px 0;
  background-color: #ededed;
}
@media only screen and (min-width: 650px) {
  .timeline-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.timeline-wrapper .timeline-inner-wrapper {
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
}
.timeline-wrapper .timeline-inner-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 650px) {
  .timeline-wrapper .timeline-inner-wrapper {
    padding-right: 20px;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 750px) {
  .timeline-wrapper .timeline-inner-wrapper {
    padding-right: 50px;
    padding-left: 40px;
  }
}
.no-js .timeline-wrapper .timeline-inner-wrapper > .btn, .no-js .timeline-wrapper .timeline-inner-wrapper > .btn-warning, .no-js .timeline-wrapper .timeline-inner-wrapper > .btn-gray, .no-js .timeline-wrapper .timeline-inner-wrapper > .btn-lightgray, .no-js .timeline-wrapper .timeline-inner-wrapper > .btn-tab, .no-js .timeline-wrapper .timeline-inner-wrapper > .btn-cta, .no-js .timeline-wrapper .timeline-inner-wrapper > .btn-wide, .no-js .timeline-wrapper .timeline-inner-wrapper > .btn-small, .no-js .timeline-wrapper .timeline-inner-wrapper > .btn-find-document, .no-js .timeline-wrapper .timeline-inner-wrapper > .btn-show-more, .no-js .timeline-wrapper .page-survey .submit.timeline-inner-wrapper > button, .page-survey .no-js .timeline-wrapper .submit.timeline-inner-wrapper > button {
  display: none;
}
.timeline-wrapper .timeline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 50px;
  padding-left: 0;
  list-style: none;
  border-left: 1px solid #002e5e;
}
@media only screen and (min-width: 650px) {
  .timeline-wrapper .timeline {
    margin-left: 107px;
  }
}
.timeline-wrapper .timeline > li > ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.timeline-wrapper .timeline > li > ul > li {
  position: relative;
  left: 14px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 650px) {
  .timeline-wrapper .timeline > li > ul > li {
    margin-bottom: 30px;
    left: 34px;
  }
}
.timeline-wrapper .timeline > li > ul > li > .timeline-content {
  display: none;
  padding: 0 10px;
  background-color: #ffffff;
}
.no-js .timeline-wrapper .timeline > li > ul > li > .timeline-content {
  display: block;
}
@media only screen and (min-width: 650px) {
  .timeline-wrapper .timeline > li > ul > li > .timeline-content {
    padding-right: 50px;
    padding-left: 30px;
  }
}
.timeline-wrapper .timeline > li > ul > li > .timeline-content .timeline-content-inner {
  position: relative;
  padding-bottom: 20px;
}
.timeline-wrapper .timeline > li > ul > li > .timeline-content .timeline-content-inner:after {
  content: "";
  display: table;
  clear: both;
}
.timeline-wrapper .timeline > li > ul > li > .timeline-content .timeline-content-inner .timeline-img img {
  max-width: 100%;
  margin-bottom: 10px;
  outline: none;
}
.timeline-wrapper .timeline > li > ul > li > .timeline-content .timeline-content-inner .timeline-img figcaption {
  margin-bottom: 20px;
  font-size: 14px;
  font-style: italic;
}
@media only screen and (min-width: 850px) {
  .timeline-wrapper .timeline > li > ul > li > .timeline-content .timeline-content-inner .timeline-img {
    float: right;
    width: 48%;
  }
  .timeline-wrapper .timeline > li > ul > li > .timeline-content .timeline-content-inner .timeline-img img {
    width: 100%;
  }
}
.timeline-wrapper .timeline > li > ul > li > .timeline-content .timeline-content-inner .timeline-text *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.timeline-wrapper .timeline > li > ul > li > .timeline-content .timeline-content-inner .timeline-text p,
.timeline-wrapper .timeline > li > ul > li > .timeline-content .timeline-content-inner .timeline-text ul,
.timeline-wrapper .timeline > li > ul > li > .timeline-content .timeline-content-inner .timeline-text ol {
  line-height: 26px;
}
@media only screen and (min-width: 850px) {
  .timeline-wrapper .timeline > li > ul > li > .timeline-content .timeline-content-inner .timeline-text {
    padding-right: 30px;
  }
  .js .timeline-wrapper .timeline > li > ul > li > .timeline-content .timeline-content-inner .timeline-asset + .timeline-text,
  .js .timeline-wrapper .timeline > li > ul > li > .timeline-content .timeline-content-inner .timeline-img + .timeline-text {
    float: left;
    width: 52%;
    padding-left: 0;
  }
}
.timeline-wrapper .btn, .timeline-wrapper .btn-warning, .timeline-wrapper .btn-gray, .timeline-wrapper .btn-lightgray, .timeline-wrapper .btn-tab, .timeline-wrapper .btn-cta, .timeline-wrapper .btn-wide, .timeline-wrapper .btn-small, .timeline-wrapper .btn-find-document, .timeline-wrapper .btn-show-more, .timeline-wrapper .page-survey .submit > button, .page-survey .timeline-wrapper .submit > button {
  margin: 0;
  padding: 5px 12px;
  text-align: left;
  outline: none;
}
.js .timeline-wrapper .btn:before, .js .timeline-wrapper .btn-warning:before, .js .timeline-wrapper .btn-gray:before, .js .timeline-wrapper .btn-lightgray:before, .js .timeline-wrapper .btn-tab:before, .js .timeline-wrapper .btn-cta:before, .js .timeline-wrapper .btn-wide:before, .js .timeline-wrapper .btn-small:before, .js .timeline-wrapper .btn-find-document:before, .js .timeline-wrapper .btn-show-more:before, .js .timeline-wrapper .page-survey .submit > button:before, .page-survey .js .timeline-wrapper .submit > button:before {
  position: relative;
  top: 1px;
  right: 5px;
  font-family: "regjeringen-icons";
  content: "\e902";
  color: #ffffff;
  font-size: 12px;
}
.timeline-wrapper .btn-timeline-reverse,
.timeline-wrapper .btn-timeline-expand-all {
  margin-top: 30px;
}
.timeline-wrapper .btn-timeline-reverse:focus,
.timeline-wrapper .btn-timeline-expand-all:focus {
  text-decoration: none;
}
.timeline-wrapper .btn-timeline-reverse:focus:not(:active),
.timeline-wrapper .btn-timeline-expand-all:focus:not(:active) {
  background-color: #bc3345;
}
.timeline-wrapper .btn-timeline-reverse:focus:not(:active) span,
.timeline-wrapper .btn-timeline-expand-all:focus:not(:active) span {
  border-bottom: 1px solid #ffffff;
}
.timeline-wrapper .btn-timeline-reverse.active::before, .timeline-wrapper .btn-timeline-reverse.reversed::before,
.timeline-wrapper .btn-timeline-expand-all.active::before,
.timeline-wrapper .btn-timeline-expand-all.reversed::before {
  content: "\e905";
}
.timeline-wrapper .btn-timeline-expand-all {
  float: right;
}
.timeline-wrapper .btn-timeline-reverse {
  margin-top: 30px;
  margin-left: -10px;
}
@media only screen and (min-width: 650px) {
  .timeline-wrapper .btn-timeline-reverse {
    margin-left: 30px;
  }
}
.timeline-wrapper .timeline-year {
  display: inline-block;
  margin-top: 11px !important;
  margin-bottom: 25px;
  margin-left: 14px;
  padding: 6px 12px;
  color: #ffffff;
  background-color: #333333;
}
@media only screen and (min-width: 650px) {
  .timeline-wrapper .timeline-year {
    position: absolute;
    margin-bottom: 0;
    margin-left: -107px;
  }
}
.timeline-wrapper .timeline-year .year,
.timeline-wrapper .timeline-year .text {
  display: inline-block;
}
.timeline-wrapper .timeline-year .year {
  font-size: 22px;
}
@media only screen and (min-width: 650px) {
  .timeline-wrapper .timeline-year .year {
    display: block;
  }
}
.timeline-wrapper .timeline-year .text {
  position: relative;
  top: -2px;
  margin-bottom: 3px;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #6eaaf0;
}
@media only screen and (min-width: 650px) {
  .timeline-wrapper .timeline-year .text {
    top: -1px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 649px) {
  .timeline-wrapper li + li .timeline-year {
    margin-top: 20px;
  }
}
.timeline-wrapper .timeline-event {
  outline: 2px solid #ededed;
}
.timeline-wrapper .timeline-event.is-focused {
  outline-color: #3867c8;
}
.timeline-wrapper .timeline-event.is-focused .btn-timeline-event .timeline-headline span {
  border-bottom-color: #3867c8;
}
.timeline-wrapper .timeline-event.is-focused .btn-timeline-event.active .timeline-headline span {
  border-bottom-color: #333333;
}
.timeline-wrapper .btn-timeline-event {
  position: relative;
  overflow: visible;
  width: 100%;
  padding: 15px 45px 15px 10px;
  font-size: 14px;
  font-weight: 600;
  background-color: #ffffff;
}
@media only screen and (min-width: 650px) {
  .timeline-wrapper .btn-timeline-event {
    padding-left: 30px;
  }
}
.js .timeline-wrapper .btn-timeline-event {
  color: #333333;
  cursor: pointer;
}
.js .timeline-wrapper .btn-timeline-event:hover, .js .timeline-wrapper .btn-timeline-event:focus {
  color: #333333 !important;
  background-color: #ffffff !important;
}
.js .timeline-wrapper .btn-timeline-event:hover .timeline-headline span, .js .timeline-wrapper .btn-timeline-event:focus .timeline-headline span {
  border-bottom: none !important;
}
.js .timeline-wrapper .btn-timeline-event:hover::after, .js .timeline-wrapper .btn-timeline-event:focus::after {
  background-color: #bc3345;
}
.js .timeline-wrapper .btn-timeline-event::before {
  position: absolute;
  top: 31px;
  left: -15px;
  width: 15px;
  content: "";
  border-bottom: 1px solid #002e5e;
}
@media only screen and (min-width: 650px) {
  .js .timeline-wrapper .btn-timeline-event::before {
    width: 25px;
    left: -47px;
  }
}
.js .timeline-wrapper .btn-timeline-event::after {
  top: 36px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  font-size: 14px;
  font-family: "regjeringen-icons";
  line-height: 24px;
  content: "\e916";
  color: #ffffff;
  background-color: #3867c8;
}
.no-js .timeline-wrapper .btn-timeline-event {
  color: #333333;
}
.no-js .timeline-wrapper .btn-timeline-event::after {
  display: none;
}
.timeline-wrapper .btn-timeline-event .timeline-date {
  color: #767676;
}
.timeline-wrapper .btn-timeline-event .timeline-headline {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.3;
  transition: all 0.3s linear 0s;
}
.js .timeline-wrapper .btn-timeline-event .timeline-headline span {
  border-bottom: 1px solid #ffffff;
}
.timeline-wrapper .btn-timeline-event.active::after {
  content: "\e914";
}
.timeline-wrapper .btn-timeline-event.active .timeline-headline {
  padding-top: 20px;
  padding-left: 0;
  font-size: 20px;
  color: #333333;
}
@media only screen and (min-width: 730px) {
  .timeline-wrapper .btn-timeline-event.active .timeline-headline {
    padding-top: 30px;
    font-size: 24px;
  }
}
.timeline-wrapper .btn-timeline-event.active:hover .timeline-headline span, .timeline-wrapper .btn-timeline-event.active:focus .timeline-headline span {
  border-bottom-color: #333333;
}

.to-top-of-page {
  margin-right: -20px;
  margin-left: -20px;
}
@media screen and (max-width: 499px) {
  .to-top-of-page {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (min-width: 700px) {
  .to-top-of-page {
    display: none;
  }
}
.to-top-of-page .btn-to-top-of-page {
  width: 100%;
  margin-bottom: 0.5rem !important;
  padding: 10px;
  text-align: center;
  color: #ffffff;
  background-color: #3867c8;
}
.to-top-of-page .btn-to-top-of-page::before {
  margin-right: 5px;
  font-family: "regjeringen-icons";
  content: "\e905";
}
.to-top-of-page .btn-to-top-of-page.hide {
  display: none !important;
}
.to-top-of-page.hide {
  display: none !important;
}

.toolbox-list {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
@media screen and (max-width: 499px) {
  .toolbox-list {
    margin-top: -1.25rem;
  }
}
.toolbox-list li {
  margin-bottom: 0.75rem;
}
.toolbox-list a {
  position: relative;
  display: block;
  padding: 10px 35px 10px 20px;
  font-weight: 600;
  text-decoration: none;
  color: #000000;
  background-color: #ededed;
}
.toolbox-list a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -0.65em;
  content: "\e904";
  font-family: "regjeringen-icons";
  font-size: 12px;
}
.toolbox-list a:hover, .toolbox-list a:focus {
  color: #ffffff;
  background-color: #bc3345;
}
.toolbox-list.doFlex {
  display: flex;
  flex-flow: wrap;
}
.toolbox-list.doFlex li {
  margin: 10px;
  width: 320px;
}

.tool-container {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 2.5rem !important;
}

@media only screen and (max-width: 699px) {
  .toolbox-list.doFlex li {
    width: 100%;
  }
}
@media only screen and (max-width: 899px) {
  .tool-container {
    margin-top: 1rem !important;
  }
}
.top-tasks {
  display: flex;
  align-items: top;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.top-tasks .top-tasks__button--shaded-out a {
  color: #666666;
  background-image: linear-gradient(45deg, #ffffff 25%, #ededed 25%, #ededed 50%, #ffffff 50%, #ffffff 75%, #ededed 75%, #ededed 100%);
  background-size: 19.8px 19.8px;
}
.top-tasks li {
  background-color: #ededed;
}
@media screen and (max-width: 699px) {
  .top-tasks li {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 700px) {
  .top-tasks li {
    flex: 0 0 31.42857%;
    margin-right: 2.85714%;
    margin-bottom: 0;
  }
  .top-tasks li:nth-child(3n) {
    margin-right: 0;
  }
  .top-tasks li:nth-child(3n+1) {
    clear: left;
  }
  .top-tasks li:nth-child(n+4) {
    margin-top: 2.85714%;
  }
}
.top-tasks a {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  transition: background-color 0.2s ease-in-out;
  padding: 10px 15px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #ededed;
  border-radius: 2px;
  height: 100%;
}
@media screen and (max-width: 699px) {
  .top-tasks a {
    display: block;
  }
}
@media screen and (min-width: 700px) {
  .top-tasks a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top-tasks a::before {
    content: "";
    position: relative;
    display: block;
    height: 50px;
    width: 0;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .top-tasks a span {
    display: block;
    max-width: 100%;
  }
}
.top-tasks a:hover, .top-tasks a:focus {
  color: #ffffff;
  background-color: #bc3345;
}

.top-image .top-image-inner {
  margin: 0 auto;
  max-width: 1440px;
}
.top-image .top-image-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 26.0416666667%;
  position: relative;
}
.top-image .top-image-container img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.top-image .top-image-container:focus-within {
  outline: 2px solid #ffa500 !important;
  outline-offset: 2px;
  z-index: 100;
  border-radius: 1px;
}
.top-image .top-image-container:hover {
  outline: 2px solid #ffffff !important;
  outline-offset: 2px;
  z-index: 100;
}
@media screen and (min-width: 500px) {
  .top-image {
    margin-right: -20px;
    margin-left: -20px;
    margin-top: -1.25rem;
  }
}
@media screen and (max-width: 499px) {
  .top-image {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: -1.25rem;
  }
}

.top-serious-incident {
  max-width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 899px) {
  .top-serious-incident {
    margin-top: -20px;
  }
}
.top-serious-incident .top-serious-incident-inner {
  margin: 0 auto;
  max-width: 1085px;
  padding: 30px;
  background-color: #ededed;
}
.top-serious-incident .top-serious-incident-container {
  max-width: 1084px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 700px) {
  .top-serious-incident .top-serious-incident-container {
    display: flex;
    justify-content: space-between;
  }
}
.top-serious-incident .top-serious-incident-container p {
  padding-right: 40px;
}
.top-serious-incident .top-serious-incident-subtitle {
  max-width: 1084px;
  margin: 0 auto 0.5em;
  padding-top: 0;
  font-size: 1.25em;
  color: #333333;
}
.top-serious-incident .top-serious-incident-title {
  color: #000000;
}
.top-serious-incident .top-serious-incident-title__link {
  text-decoration: underline;
}
.top-serious-incident .top-serious-incident-text {
  flex: 0 0 65.1%;
}
@media screen and (min-width: 1124px) {
  .top-serious-incident .top-serious-incident-text {
    flex-basis: 60.6%;
  }
}
.top-serious-incident .top-serious-incident-text.incImg {
  flex: 0 0 65.1%;
}
.top-serious-incident .top-serious-incident-image {
  max-width: 380px;
}
.top-serious-incident .top-serious-incident-image img {
  width: 100%;
}
.top-serious-incident .top-serious-incident-image__link {
  display: inline-block;
}

@media screen and (max-width: 699px) {
  [class*=content-col-] + [class*=content-col-].topic-insight {
    margin-top: 0;
  }
}
.topic-insight-heading {
  font-size: 18px !important;
  font-weight: 600 !important;
  text-decoration: underline;
  line-height: inherit !important;
}
@media screen and (min-width: 500px) {
  .topic-insight-heading {
    font-size: 22px !important;
  }
}
@media screen and (max-width: 699px) {
  .topic-insight-heading {
    margin-top: 20px !important;
  }
}
.topic-insight-heading a:hover, .topic-insight-heading a:focus {
  color: #000000;
}
.topic-insight ul {
  margin-top: 0.7em;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.topic-insight ul li {
  display: inline-block;
}
.topic-insight ul li a {
  position: relative;
  padding-right: 17px;
  text-decoration: none;
  color: #333333;
}
.topic-insight ul li a::after {
  position: absolute;
  bottom: 1px;
  right: 5px;
  font-family: "regjeringen-icons";
  font-size: 8px;
  line-height: 16px;
  content: "\e904";
}
.no-touch .topic-insight ul li a:hover, .topic-insight ul li a:focus {
  text-decoration: underline;
}

.topiclist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topiclist:after {
  content: "";
  display: table;
  clear: both;
}
.topiclist li {
  display: block;
  float: left;
  margin-right: 5px;
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 14px;
}
.topiclist li a {
  transition: background-color 0.2s ease-in-out;
  display: inline-block;
  margin: 0;
  padding: 5px 10px;
  text-decoration: none;
  background-color: #3867c8;
  color: #ffffff;
  border-radius: 2px;
  font-weight: 600;
}
.no-touch .topiclist li a:hover, .topiclist li a:focus {
  text-decoration: underline;
  background-color: #bc3345;
}
.topiclist li.find-more-topics a {
  position: relative;
  padding-right: 25px;
  color: #3867c8;
  background-color: #ededed;
}
.topiclist li.find-more-topics a::after {
  position: absolute;
  top: 6px;
  right: 5px;
  font-family: "regjeringen-icons";
  font-size: 18px;
  line-height: 16px;
  content: "\e904";
}
.no-touch .topiclist li.find-more-topics a:hover, .topiclist li.find-more-topics a:focus {
  color: #cd4658;
  background-color: #ededed;
}
.topiclist-insight li {
  margin-top: 0;
  margin-right: 14px;
  margin-bottom: 14px;
  font-size: 20px;
}
.topiclist-insight li a {
  padding: 2px 20px;
  color: #1a5ebd;
  background-color: #ffffff;
  border: 1px solid #c8c8c8;
  font-weight: 400;
}
.topiclist-insight li a:hover, .topiclist-insight li a:focus {
  transition: border-color 0.05s ease-in;
  color: #ffffff;
  background-color: #bc3345;
  border-color: #bc3345;
  text-decoration: none;
}

.skipLink {
  display: block;
  position: absolute;
  top: 0;
  left: -999em;
  z-index: 1000;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  line-height: 1.4;
  color: #ffffff !important;
  background-color: #3867c8;
  border: none;
}
.skipLink:focus {
  right: 0;
  left: 0;
  outline: none;
}
#mainContent .skipLink {
  display: inline-block;
  top: auto;
}
#mainContent .skipLink:focus {
  right: auto;
  left: auto;
  width: auto;
}

.menuToggler,
.searchToggler {
  display: none;
}

@media screen and (max-width: 768px) {
  .menuToggler,
  .searchToggler {
    display: inline-block;
    position: relative;
    float: right;
    height: 65px;
    margin: 0;
    padding: 0 32px 0 12px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: transparent;
    border: none;
    outline: none;
    -webkit-font-smoothing: antialiased !important;
    top: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 320px) {
  .menuToggler,
  .searchToggler {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .menuToggler::after,
  .searchToggler::after {
    position: absolute;
    top: 39%;
    right: 8px;
    font-family: "regjeringen-icons";
    font-size: 15px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 499px) {
  .menuToggler::after,
  .searchToggler::after {
    right: 6px;
  }
}
@media screen and (max-width: 768px) {
  .no-touch .menuToggler:hover:not(:focus):not(.active),
  .no-touch .searchToggler:hover:not(:focus):not(.active) {
    background-color: #cd4658;
  }
  .menuToggler:focus,
  .searchToggler:focus {
    background-color: #cd4658;
  }
  .menuToggler.active,
  .searchToggler.active {
    color: #000000;
    background-color: #ffffff;
  }
}
@media screen and (max-width: 768px) and (max-width: 399px) {
  .menuToggler,
  .searchToggler {
    padding-right: 28px;
    padding-left: 8px;
  }
}
@media screen and (max-width: 768px) {
  .menuToggler::after {
    content: "\e913";
  }
  .searchToggler::after {
    content: "\e91a";
  }
  .mobileMenuContainer {
    position: absolute;
    background-color: orange;
    right: 0;
    left: 0;
    z-index: 10;
  }
  .mobileMenuContainer.shown {
    background-color: #ededed;
    border-bottom: 1px solid #dddddd;
    box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.2);
  }
  .mobileMenuContainer .hygieneMenu,
  .mobileMenuContainer .topNavigationSearch,
  .mobileMenuContainer .megaMenu,
  .mobileMenuContainer .breadcrumbs {
    display: none;
  }
  .mobileMenuContainer .hygieneMenu.shown,
  .mobileMenuContainer .topNavigationSearch.shown,
  .mobileMenuContainer .megaMenu.shown,
  .mobileMenuContainer .breadcrumbs.shown {
    display: block;
  }
}
.topNavigationSearch {
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}
.topNavigationSearch:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 769px) {
  .topNavigationSearch {
    right: 20px;
    top: -54px;
    max-width: 1044px;
    width: 416px;
    z-index: 2;
  }
  .noMegaMenu .topNavigationSearch {
    top: -70px;
  }
}
@media screen and (min-width: 900px) {
  .topNavigationSearch {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .topNavigationSearch {
    right: 0;
    left: 0;
    padding: 10px;
    background-color: #ffffff;
    border-bottom: 1px solid #dddddd;
  }
}
.topNavigationSearch h2 {
  display: none;
  float: left;
  font-size: 14px;
  color: #ffffff;
  padding: 0;
  margin: 0;
  margin-top: 3px;
}
.topNavigationSearch .topNavigationSearchWrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .topNavigationSearch .topNavigationSearchWrap {
    width: 100%;
    padding-right: 60px;
  }
}
.topNavigationSearch .quickSearch {
  margin: 0;
  left: 0;
  padding: 0 0 0 10px;
  font-family: inherit;
  border: none;
  border-radius: 2px 0 0 2px;
  background-color: #ededed;
}
@media screen and (max-width: 768px) {
  .topNavigationSearch .quickSearch {
    right: 0;
    left: 0;
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    font-weight: 400;
  }
}
@media screen and (min-width: 769px) {
  .topNavigationSearch .quickSearch {
    width: calc(100% - 70px);
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
  }
}
.topNavigationSearch .quickSearch:focus {
  outline: none;
  background-color: #ffffff !important;
}
.topNavigationSearch .searchSubmit {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 70px;
  margin: 0;
  font-family: inherit;
  font-size: 18px;
  color: #ffffff;
  background-color: #3867c8;
  border: none;
  border-radius: 0 2px 2px 0;
}
.topNavigationSearch .searchSubmit:active, .no-touch .topNavigationSearch .searchSubmit:hover, .topNavigationSearch .searchSubmit:focus {
  background-color: #bc3345;
  outline: none;
}
@media screen and (max-width: 768px) {
  .topNavigationSearch .searchSubmit {
    top: 0;
    right: 0;
    height: 38px;
  }
}
@media screen and (min-width: 769px) {
  .topNavigationSearch .searchSubmit {
    height: 30px;
  }
}

.relation-list-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 499px) {
  .relation-list-header {
    display: block;
  }
  .relation-list-header .relation-list-header__button {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 500px) {
  .relation-list-header .relation-list-header__heading {
    padding-right: 0.5rem;
  }
}

.relation-list-header__button {
  margin-left: auto;
  flex: none;
}

.relation-list-header-edit {
  margin-top: 1.25rem;
}
.relation-list-header-edit .relation-list-header__heading {
  flex-grow: 1;
  margin-right: 1.5rem;
}

.useful-linklist {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
@media screen and (min-width: 900px) {
  .useful-linklist {
    margin-bottom: -1.25rem;
  }
}
.useful-linklist li {
  margin-bottom: 14px;
}
@media screen and (max-width: 899px) {
  .useful-linklist {
    margin-bottom: 0;
  }
  .useful-linklist li {
    margin-bottom: 0.75rem;
  }
}
.useful-linklist a,
.useful-linklist b,
.useful-linklist small {
  display: block;
}
.useful-linklist b,
.useful-linklist strong {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
}
.useful-linklist a {
  padding: 10px 15px;
  text-decoration: none;
  background-color: #ededed;
  border-radius: 2px;
  transition: background-color 0.2s ease-in-out;
}
@media screen and (min-width: 700px) {
  .useful-linklist a {
    margin-bottom: 10%;
  }
}
.useful-linklist .text {
  position: relative;
  display: block;
  padding-right: 45px;
  vertical-align: middle;
}
.useful-linklist .text::after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
  background-color: #ffffff;
  border-radius: 15px;
  text-align: center;
  height: 30px;
  width: 30px;
  content: "\e904";
  font-family: "regjeringen-icons";
  line-height: 1.9;
  transition: all 0.2s ease-in-out;
}
.useful-linklist .text small {
  color: #000000;
}
.no-touch .useful-linklist a:hover,
.useful-linklist a:focus {
  color: #bc3345;
  background-color: #ededed;
}
.no-touch .useful-linklist a:hover .text::after,
.useful-linklist a:focus .text::after {
  background-color: #bc3345;
  color: #ffffff;
}
@media screen and (min-width: 900px) {
  .useful-linklist.grid {
    max-width: 1044px;
    margin-left: auto;
    margin-right: auto;
  }
  .useful-linklist.grid:after {
    content: "";
    display: table;
    clear: both;
  }
  .useful-linklist.grid li a {
    position: relative;
    display: table;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .useful-linklist.grid li .text {
    display: table-cell;
    height: 50px;
  }
  .useful-linklist.grid li .text::after {
    top: 25px;
    margin-top: -16px;
  }
}

.useful-linklist-new {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.useful-linklist-new:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 899px) {
  .useful-linklist-new {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 500px) {
  .useful-linklist-new {
    margin-bottom: 0;
  }
}
.useful-linklist-new li:nth-child(3n) {
  margin-right: 0;
}
.useful-linklist-new li:nth-child(3n+1) {
  clear: left;
}
@media screen and (max-width: 699px) {
  .useful-linklist-new li {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 700px) {
  .useful-linklist-new li {
    width: 31.42857%;
    margin-right: 2.85714%;
    margin-bottom: 0;
    float: left;
  }
  .useful-linklist-new li:nth-child(n+4) {
    margin-top: 2.85714%;
  }
}
.useful-linklist-new a,
.useful-linklist-new b,
.useful-linklist-new small {
  display: block;
}
.useful-linklist-new b,
.useful-linklist-new strong {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
}
.useful-linklist-new a {
  padding: 10px 15px;
  text-decoration: none;
  background-color: #ededed;
  border-radius: 2px;
  transition: background-color 0.2s ease-in-out;
}
.useful-linklist-new .text {
  position: relative;
  display: block;
  padding-right: 35px;
  vertical-align: middle;
}
.useful-linklist-new .text::after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
  background-color: #ffffff;
  border-radius: 15px;
  text-align: center;
  height: 30px;
  width: 30px;
  content: "\e904";
  font-family: "regjeringen-icons";
  line-height: 1.9;
  transition: all 0.2s ease-in-out;
}
.useful-linklist-new .text small {
  color: #000000;
}
.useful-linklist-new a:hover,
.useful-linklist-new a:focus {
  color: #bc3345;
  background-color: #ededed;
}
.useful-linklist-new a:hover .text::after,
.useful-linklist-new a:focus .text::after {
  background-color: #bc3345;
  color: #ffffff;
}
@media screen and (min-width: 900px) {
  .useful-linklist-new.grid {
    max-width: 1044px;
    margin-left: auto;
    margin-right: auto;
  }
  .useful-linklist-new.grid:after {
    content: "";
    display: table;
    clear: both;
  }
  .useful-linklist-new.grid li a {
    position: relative;
    display: table;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .useful-linklist-new.grid li .text {
    display: table-cell;
    height: 50px;
  }
  .useful-linklist-new.grid li .text::after {
    top: 25px;
    margin-top: -16px;
  }
}

.vertical-timeline {
  border-left: 2px solid #002e5e;
  margin: 3.75rem 0 2.5rem 2.5rem;
  position: relative;
}
.vertical-timeline > h2 {
  padding-left: 3.75rem;
  color: #3867c8;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.vertical-timeline .wrap-circle {
  background-color: #002e5e;
  color: #ffffff;
  height: 80px;
  width: 80px;
  border-radius: 40px;
  position: absolute;
  top: 0;
  left: -40px;
  display: block;
  text-align: center;
  font-size: 16px;
  padding-top: 25px;
  line-height: 16px;
  padding-left: 10px;
  padding-right: 10px;
}
.vertical-timeline .wrap-circle > h2 {
  font-size: 16px;
  line-height: 16px;
}
.vertical-timeline p + p {
  padding-top: 0 !important;
}
.vertical-timeline p.item-info {
  margin-top: 0.75rem !important;
  color: #767676;
}
.vertical-timeline p.item-info + p {
  margin-top: 0.75rem !important;
}
.vertical-timeline ul {
  padding: 4.5rem 0 0 0 !important;
}
.vertical-timeline ul li {
  list-style: none;
  padding: 1.25rem 1.25rem 2.5rem;
  position: relative;
}
.vertical-timeline ul li + li {
  margin-top: 1.25rem;
}
.vertical-timeline ul li.current {
  background-color: #ededed;
}
.vertical-timeline ul li.current > div::before {
  background-color: #cd4658;
}
.vertical-timeline ul li.current + li {
  margin-top: 2.5rem;
}
.vertical-timeline ul li > div::before {
  content: " ";
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  display: inline-block;
  left: -6px;
  top: 25px;
  background-color: #002e5e;
}
.vertical-timeline ul li > div time {
  font-weight: 600;
}
.vertical-timeline ul li > h3,
.vertical-timeline ul li > h2 {
  margin-top: 0.75rem !important;
}

.timeSpanView {
  font-weight: 600;
}

div.col.current-event div.webBroadcastBlock.smallview {
  float: left;
}

a .webBroadcastBlock,
.webBroadcastBlock a {
  text-decoration: none;
}
.article-body a .webBroadcastBlock img,
.article-body .webBroadcastBlock a img {
  margin-top: 0;
}
a .webBroadcastBlock p,
.webBroadcastBlock a p {
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  height: 60px;
  padding: 16px 50px 16px 20px;
  font-weight: 400;
  text-align: right;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}
a .webBroadcastBlock p::after,
.webBroadcastBlock a p::after {
  transition: background-color 0.2s ease-in-out;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  height: 30px;
  width: 30px;
  margin-top: -15px;
  margin-left: 10px;
  padding-left: 2px;
  content: "\e915";
  font-family: "regjeringen-icons";
  font-size: 14px;
  line-height: 30px;
  background-color: #13856c;
  border-radius: 30px;
  text-align: center;
  color: #ffffff;
}
a .webBroadcastBlock p img,
.webBroadcastBlock a p img {
  transition: all 0.2s ease-in-out;
  width: 100%;
  margin: 0;
}
.no-touch a .webBroadcastBlock p:hover p, a .webBroadcastBlock p:focus p,
.no-touch .webBroadcastBlock a p:hover p,
.webBroadcastBlock a p:focus p {
  color: #cd4658;
}
.no-touch a .webBroadcastBlock p:hover p::after, a .webBroadcastBlock p:focus p::after,
.no-touch .webBroadcastBlock a p:hover p::after,
.webBroadcastBlock a p:focus p::after {
  background-color: #cd4658;
}

.webBroadcastBlock {
  margin-top: 2.5rem;
  position: relative;
  background-color: #ededed;
}
.webBroadcastBlock:first-child {
  margin-top: 0;
}
.webBroadcastBlock h2,
.webBroadcastBlock h3 {
  padding: 25px 20px 20px;
  font-size: 26px;
  font-weight: 200;
}
.page-frontpage .webBroadcastBlock h2, .page-topic .webBroadcastBlock h2,
.page-frontpage .webBroadcastBlock h3,
.page-topic .webBroadcastBlock h3 {
  text-indent: -9999px;
  height: 0;
  padding: 0;
  margin-top: 0;
}
.current-event-main .webBroadcastBlock {
  margin-top: 0;
}
.current-event-main .webBroadcastBlock h2 {
  margin-top: 0;
}
.current-event .webBroadcastBlock {
  float: left;
  margin-top: 0;
}
.webBroadcastBlock .media-banner {
  display: flex;
  text-indent: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  margin: 0;
}
.webBroadcastBlock .media-banner [class^=media-banner-] {
  position: relative;
  float: left;
  display: inline-block;
  padding: 14px 20px 4px;
  font-size: 15px;
  font-weight: 400;
  height: 60px;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 399px) {
  .webBroadcastBlock .media-banner [class^=media-banner-]:first-child:nth-last-child(2), .webBroadcastBlock .media-banner [class^=media-banner-]:first-child:nth-last-child(2) ~ [class^=media-banner-] {
    display: block;
    float: none;
    height: 30px;
    padding: 0 10px;
  }
}
.webBroadcastBlock .media-banner .media-banner-live {
  padding-left: 38px;
  background-color: #bc3345;
  width: 45px;
  position: relative;
  text-indent: -99999px;
  color: transparent;
}
.webBroadcastBlock .media-banner .media-banner-live::before {
  width: 24px;
  height: 24px;
}
.webBroadcastBlock .media-banner .media-banner-live::after {
  width: 12px;
  height: 12px;
}
.webBroadcastBlock.smallview {
  margin-top: 0;
  position: relative;
  line-height: 28px;
}
.content-section .webBroadcastBlock.smallview {
  width: 100%;
}
.webBroadcastBlock.smallview h2 {
  margin-top: 0;
  text-indent: -9999px;
  height: 0;
  padding: 0;
}
.webBroadcastBlock.smallview .media-banner {
  height: 30px;
}
.webBroadcastBlock.smallview .media-banner [class^=media-banner-] {
  padding: 0 15px;
  height: 30px;
  text-align: center;
}
.topic-list .webBroadcastBlock.smallview .media-banner [class^=media-banner-] {
  padding-top: 3px;
}
.webBroadcastBlock.smallview .media-banner .media-banner-nett-tv {
  background-color: rgba(0, 46, 94, 0.8);
}
.webBroadcastBlock.smallview .media-banner .media-banner-live {
  background-color: rgba(188, 51, 69, 0.8);
  width: 32px;
}
.webBroadcastBlock.smallview .media-banner .media-banner-live::before {
  width: 16px;
  height: 16px;
}
.webBroadcastBlock.smallview .media-banner .media-banner-live::after {
  width: 8px;
  height: 8px;
}
.webBroadcastBlock.smallview img {
  margin-bottom: 0 !important;
}

.WebParts {
  padding-top: 2.5rem;
}
.WebParts .WebPart.LinkListBlock {
  padding-bottom: 2.5rem;
}
.WebParts .WebPart.PageSummaryBlock {
  padding-bottom: 2.5rem;
}
.WebParts .WebPart.PageSummaryBlock .article-info {
  margin: 0;
  padding: 0;
}
.WebParts .WebPart.PageSummaryBlock p {
  padding-top: 0;
}
.WebParts .WebPart.EditorBlock {
  padding-bottom: 2.5rem;
}

[data-budget-questions] .factbox .btn-zoom {
  background-color: #ffffff;
}
[data-budget-questions] .factbox .factbox-toggler {
  padding: 0.75rem 50px 1.25rem 1.25rem;
}
[data-budget-questions] .factbox .factbox-toggler::after {
  top: 0.75rem;
  right: 0.75rem;
  margin-top: 0;
}
@media screen and (max-width: 499px) {
  [data-budget-questions] .factbox .factbox-toggler {
    padding: 0.5rem 50px 0.75rem 0.75rem;
  }
  [data-budget-questions] .factbox .factbox-toggler::after {
    top: 0.5rem;
    right: 0.5rem;
  }
}
[data-budget-questions] .factbox-title-text {
  display: block;
  font-size: 1.375rem;
}
@media screen and (max-width: 499px) {
  [data-budget-questions] .factbox-title-text {
    font-size: 1.125rem;
  }
}
[data-budget-questions] .factbox-title__published {
  display: block;
  color: #666666;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
[data-budget-questions] .factbox-title__question-about {
  display: block;
  margin-top: 1.25rem;
}
[data-budget-questions] .factbox-title__question-about .bold {
  font-weight: 700;
}
@media screen and (max-width: 499px) {
  [data-budget-questions] .factbox-title__question-about {
    font-size: 1rem;
  }
}
[data-budget-questions] .factbox-content {
  padding: 0 1.25rem 1.25rem 1.25rem;
}
@media screen and (max-width: 499px) {
  [data-budget-questions] .factbox-content {
    padding: 0 0.75rem 0.75rem 0.75rem;
    font-size: 0.875rem;
  }
  [data-budget-questions] .factbox-content p {
    font-size: 0.875rem;
  }
}
[data-budget-questions] .statusLine {
  border-bottom: 2px solid #ededed;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 899px) {
  [data-budget-questions] .statusLine {
    flex-direction: column;
  }
  [data-budget-questions] .statusLine .count {
    margin-bottom: 1rem;
  }
}
[data-budget-questions] .tablewrapper .tablewrapper-fader {
  background: linear-gradient(to right, rgba(244, 241, 240, 0) 0%, rgb(244, 241, 240) 100%);
}
[data-budget-questions] .spinner {
  margin: 1rem auto;
}

.factbox-content__answer img {
  max-width: 100%;
  height: auto;
}

.car-calculator__box {
  background-color: #ededed;
  padding: 1rem;
}

.car-calculator__tooltip {
  display: none;
  position: absolute;
  left: 50px;
  max-width: 300px;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  z-index: 9999;
  font-size: 11px;
  padding: 0.25rem;
  border-radius: 2px;
}

.car-calculator__results {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.car-calculator__results .car-calculator__box:first-child {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 900px) {
  .car-calculator__results {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
  .car-calculator__results .car-calculator__box {
    flex: 1;
    margin: 0 10px;
  }
  .car-calculator__results .car-calculator__box:first-child {
    margin-bottom: 0;
  }
}
.car-calculator__results .car-calculator__results-title {
  margin: 0 0 0.75rem 0;
}

.car-calculator__output {
  margin-top: 1.25rem;
  display: none;
}

.car-calculator__readonly {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #e0e0e0;
  padding: 0.5rem;
  max-width: 100%;
  flex: 0 1 50%;
}

.car-calculator__results__row {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 500px) {
  .car-calculator__results__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.car-calculator__select {
  min-height: 46px;
  font-family: inherit;
  font-weight: 500;
  background-color: #ffffff;
  border: 1px solid #ababab;
  border-radius: 2px;
  box-sizing: inherit;
  padding: 15px;
  margin-bottom: 20px;
}

.environment-notification {
  font-size: 14px;
  padding: 0.25rem;
  text-align: center;
  background-color: #fce782;
  color: #000000;
}

.datawrapper-block {
  border: 1px solid #ededed;
  padding: 0.5rem !important;
}

.datawrapper-block__button {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.fri-spinner {
  text-align: center;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.fri-spinner svg {
  margin-bottom: 0.75rem;
  width: 32px;
  height: 32px;
  animation: spinner 2s infinite linear;
}
.fri-spinner p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.fri-accordion + .fri-accordion {
  margin-top: 1.25rem;
}

.fri-accordion-item {
  transition: background-color 0.35s;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 1.25rem;
}
.fri-accordion-item + .fri-accordion-item {
  margin-top: 1.25rem;
}

.fri-accordion-item__heading {
  border: 0;
  outline: 0;
  background-color: transparent;
  width: 100%;
  position: relative;
  padding: 0 2rem 0 0;
  text-align: left;
}
.fri-accordion-item__heading dl {
  display: flex;
  justify-content: space-between;
  margin: 0;
  align-items: flex-end;
}
.fri-accordion-item__heading dl dt {
  margin: 0;
  color: #3867c8;
  padding-right: 0.5rem;
  font-weight: 600;
}
.fri-accordion-item__heading dl dd {
  margin: 0;
  white-space: nowrap;
  font-weight: 600;
}
@media screen and (max-width: 499px) {
  .fri-accordion-item__heading dl {
    font-size: 13px;
  }
}
.fri-accordion-item__heading:hover dl dt {
  text-decoration: none;
}

.fri-accordion-item__heading-icon {
  display: block;
  position: absolute;
  line-height: 0;
  right: 0.25rem;
  bottom: 0;
  transform-origin: center;
  transition: all 300ms ease;
}
.fri-accordion-item__heading-icon svg {
  width: 16px;
  height: 16px;
}
.fri-accordion-item__heading-icon svg path {
  fill: #3867c8;
}

.fri-accordion-item__heading-icon--expanded {
  transform: rotate(180deg);
}

.fri-accordion-item__content {
  padding: 2rem 0;
}

.fri-nav-item {
  text-decoration: none;
  background: transparent;
  padding: 0.25rem 0.5rem;
  border: 0;
  color: #3867c8;
}
.fri-nav-item:focus {
  outline: none;
}

.fri-nav-item--active {
  color: #ffffff !important;
  position: relative;
  background-color: #3867c8;
}
.fri-nav-item--active:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}

.fri-county-list__link {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  transition: background-color 0.2s ease-in-out;
  padding: 10px 15px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #ededed;
  border-radius: 2px;
  border: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  color: #3867c8;
}
@media screen and (max-width: 699px) {
  .fri-county-list__link {
    display: block;
  }
}
@media screen and (min-width: 700px) {
  .fri-county-list__link {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fri-county-list__link::before {
    content: "";
    position: relative;
    display: block;
    height: 50px;
    width: 0;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fri-county-list__link span {
    display: block;
    max-width: 100%;
  }
}
.fri-county-list__link:hover, .fri-county-list__link:focus {
  color: #ffffff;
  background-color: #bc3345;
}

.fri-county-list__link--active {
  background-color: #3867c8;
  color: #ffffff;
}
.fri-county-list__link--active:hover, .fri-county-list__link--active:focus {
  background-color: #3867c8;
  color: #ffffff;
}

.fri-municipalities {
  margin-bottom: 2.5rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.fri-municipalities .fri-municipalities__heading {
  margin-left: 0.5rem;
}

.fri-municipality-list {
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 700px) {
  .fri-municipality-list {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 2.85714%;
         column-gap: 2.85714%;
  }
}
@media screen and (min-width: 900px) {
  .fri-municipality-list {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 2.85714%;
         column-gap: 2.85714%;
  }
}

.fri-municipality {
  border-top: 1px solid #333333;
  padding-top: 2.5rem;
}

.fri-municipality__intro {
  margin-bottom: 2.5rem;
}

.fri-symbol {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 500px) {
  .fri-symbol {
    text-align: left;
    margin: 1rem 0 1rem 75%;
  }
}

.reg-frie-inntekter-app .fri-main-header {
  background-color: #ededed;
  padding: 1rem;
  margin: 0;
  text-align: center;
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  .reg-frie-inntekter-app .fri-main-header {
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding: 1.25rem 1rem;
    font-size: 24px;
  }
}
.reg-frie-inntekter-app .fri-main-header__value {
  display: block;
  color: #0f6653;
  white-space: nowrap;
  margin-left: 0.5rem;
  font-weight: 700;
}

.reg-frie-inntekter-app table.fri-calculation {
  text-align: center;
  border-collapse: collapse;
  min-width: auto;
  max-width: 500px;
  width: 100%;
}
.reg-frie-inntekter-app table.fri-calculation tr:first-child td,
.reg-frie-inntekter-app table.fri-calculation tr:first-child th {
  padding-top: 0;
  border-top: 0;
}
.reg-frie-inntekter-app table.fri-calculation td,
.reg-frie-inntekter-app table.fri-calculation th {
  padding-top: 20px;
  padding-bottom: 20px;
  border: none;
}
.reg-frie-inntekter-app table.fri-calculation .header {
  font-weight: 600;
  padding-bottom: 0.25rem;
}
.reg-frie-inntekter-app table.fri-calculation .content {
  width: 100%;
}
.reg-frie-inntekter-app table.fri-calculation .content .top,
.reg-frie-inntekter-app table.fri-calculation .content .bottom {
  display: flex;
  justify-content: space-between;
}
.reg-frie-inntekter-app table.fri-calculation .content .top {
  border-bottom: 1px solid;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
}
.reg-frie-inntekter-app table.fri-calculation .content__calc {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.reg-frie-inntekter-app table.fri-calculation .content__calc .part {
  flex: 2;
}
.reg-frie-inntekter-app table.fri-calculation .content__calc .operator {
  flex: 1;
  font-size: 22px;
}
.reg-frie-inntekter-app table.fri-calculation .description {
  display: block;
  line-height: 1.25;
  font-size: 75%;
}
.reg-frie-inntekter-app table.fri-calculation .number {
  font-weight: 600;
  font-size: 16px;
}
.reg-frie-inntekter-app table.fri-calculation .equals {
  vertical-align: middle;
  padding: 0.5rem;
  font-size: 22px;
}
.reg-frie-inntekter-app table.fri-calculation .sum {
  text-align: left;
  font-weight: 600;
  vertical-align: middle;
  font-size: 16px;
}

.fri-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.fri-table-wrapper table {
  background-color: #ffffff;
  margin-top: 0;
}
.fri-table-wrapper table td:first-child,
.fri-table-wrapper table th:first-child {
  padding-left: 0.5rem;
}
.fri-table-wrapper table tfoot {
  font-weight: 700;
}
.fri-table-wrapper table .fri-table__number-cell {
  text-align: right;
  white-space: nowrap;
}
.fri-table-wrapper table .fri-table__number-heading {
  text-align: right;
}

.fri-table-responsive {
  position: relative;
  margin-top: 1.75rem;
}

@media screen and (max-width: 899px) {
  .fri-table-responsive__shadows::after {
    content: ""/"";
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 10px 100%;
    z-index: 1;
  }
}

.fri-error-message {
  padding: 1.25rem 0;
}

.fri-info-list {
  border-top: 1px solid #ababab;
  padding-top: 2.5rem;
}

@media screen and (min-width: 700px) {
  .general-content-area .read-more {
    margin-top: 0 !important;
  }
}

.reg-disclaimer {
  background-color: #fdfdcb;
  font-size: 14px;
  line-height: 1.5;
  padding: 1rem 0.75rem;
}
.reg-disclaimer p {
  padding: 0 0 1.25rem 0 !important;
}

.chatbot__container * {
  box-sizing: border-box;
}

.chatbot__container {
  font-family: "Open Sans", sans-serif;
  width: 83%;
  position: fixed;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s ease;
  bottom: 2rem;
  right: 2rem;
  left: auto;
  z-index: 9000;
}

.chatbot__closebutton {
  position: absolute;
  top: -0.5rem;
  right: -1rem;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  background-color: #ededed;
  border: 2px solid #ffffff;
  border-radius: 50%;
  transition: all 0.15s ease;
  z-index: 2;
}

.chatbot__closebutton:focus {
  outline: none;
}

.chatbot__closebutton__innerelement {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 2px;
  background-color: #333333;
}

.chatbot__closebutton:hover .chatbot__closebutton__innerelement,
.chatbot__closebutton:focus .chatbot__closebutton__innerelement {
  background-color: #002e5e;
}

.chatbot__closebutton__innerelement--1 {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.chatbot__closebutton__innerelement--2 {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.chatbot__banner {
  font-family: HelveticaNeueCyr, Arial, sans-serif;
  text-align: left;
  padding-right: 1em;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #002e5e;
  font-size: 19px;
  border: 3px solid #ffffff;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0.25rem 1rem;
  border-radius: 1rem;
  cursor: pointer;
  z-index: 1;
}

.chatbot__banner:focus,
.chatbot__banner:hover {
  box-shadow: rgba(0, 0, 0, 0.8) 0 0.25rem 1rem;
  background-color: #cd4658;
  outline: none;
}

.chatbot__banner__text {
  display: inline-block;
  vertical-align: middle;
  width: 65%;
  font-weight: 500;
  line-height: 125%;
  font-size: 1.1rem;
  color: #ffffff;
}

.chatbot__banner__icon {
  display: inline-block;
  vertical-align: middle;
  width: 35%;
  padding: 0.5rem 1rem;
  height: auto;
}

@media (min-width: 576px) {
  .chatbot__container {
    width: 270px;
  }
}
.table-of-contents ul.table-of-contents__list {
  padding-left: 1rem;
}
.table-of-contents ul.table-of-contents__list li {
  margin-bottom: 0.75rem;
}
.table-of-contents ul.table-of-contents__list .link-list {
  margin-top: 0.75rem;
}

.oembed-player {
  padding-bottom: 62% !important;
}

.oembed-player-qbrick {
  padding-bottom: 56.25% !important;
}

.oembed-player-quickchannel {
  padding-bottom: 56.25% !important;
}

@media screen and (max-width: 768px) {
  .oembed-player {
    padding-bottom: 115% !important;
  }
}
.mainContentArea .reg-on-leave {
  font-size: 18px;
  line-height: 1.5;
  padding: 0;
}
@media screen and (min-width: 500px) {
  .mainContentArea .reg-on-leave {
    font-size: 22px;
  }
}

@media only screen and (min-width: 200px) and (max-width: 374px) {
  .btn-container #userSelectAll {
    width: 100%;
    margin-top: 10px;
  }
  .btn-container #userSelect {
    width: 100%;
  }
}
@media only screen and (height: 320px) {
  #std-elm {
    max-height: 305px !important;
  }
  #dec-elm {
    max-height: 305px !important;
  }
}
@media only screen and (min-width: 200px) and (max-width: 452px) {
  .btn-container-cookie {
    top: auto !important;
  }
  #std-elm {
    overflow-y: scroll;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 15px;
  }
  #dec-elm {
    overflow-y: scroll;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 15px;
  }
  .overlay p,
  .overlay label {
    font-size: 14px;
  }
  .overlay h2 {
    font-size: 18px;
  }
  .btn-container-cookie {
    position: fixed;
    background: #ffffff;
    bottom: 0;
    margin: 15px;
    width: 100%;
    margin: 0px;
  }
  .btn-container-cookie button.btn.btn-no-icon.btn-cta, .btn-container-cookie button.btn-no-icon.btn-cta, .btn-container-cookie .page-survey .submit > button.btn-cta, .page-survey .btn-container-cookie .submit > button.btn-cta {
    margin: auto;
    width: 100%;
    font-size: 14px;
  }
  .btn-container-cookie button.btn.btn-no-icon.btn-cta::before, .btn-container-cookie button.btn-no-icon.btn-cta::before, .btn-container-cookie .page-survey .submit > button.btn-cta::before, .page-survey .btn-container-cookie .submit > button.btn-cta::before {
    font-family: "regjeringen-icons";
    content: " \e903";
    color: #3867c8;
    font-size: 12px;
    margin-right: 5px;
  }
  .btn-container {
    padding: 26px 16px 26px 16px !important;
    position: relative;
  }
  .btn-container #userSelectAll {
    font-size: 14px;
    margin-right: 0;
    padding: 16px;
  }
  .btn-container #userSelectAll:hover {
    background-color: #bc3345;
  }
  .btn-container #userSelectAll:focus {
    background-color: #bc3345;
  }
  .btn-container #userSelect {
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 0;
    padding: 16px;
  }
  .btn-container #userSelect:hover {
    background-color: #bc3345;
  }
  .btn-container #userSelect:focus {
    background-color: #bc3345;
  }
  #desc p {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .accordion {
    padding: 15px 20px 15px 20px !important;
  }
  .pd-40 {
    padding: 0 20px 0 20px !important;
  }
  .logo_blackEdt {
    padding: 9px 20px 0 5px !important;
    width: 80%;
    margin-bottom: 5px;
  }
  .cookie_banner_wrapper p {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media only screen and (min-width: 200px) and (max-width: 630px) {
  .btn-container-cookie {
    left: 0;
    right: 0;
  }
  .btn-container-cookie button.btn.btn-no-icon.btn-cta.retbtn, .btn-container-cookie button.btn-no-icon.btn-cta.retbtn, .btn-container-cookie .page-survey .submit > button.btn-cta.retbtn, .page-survey .btn-container-cookie .submit > button.btn-cta.retbtn {
    width: 100%;
  }
  h2#cookieH2 {
    margin-top: 0;
    font-size: 18px !important;
  }
  .pad-40 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .pad-40 p.body p {
    padding: 0 !important;
  }
  .cookie_banner_wrapper p {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #dec-elm .btn-container-cookie {
    padding: 16px 10px 16px 16px;
  }
}
@media only screen and (min-width: 375px) and (max-width: 395px) {
  #std-elm {
    max-height: 655px !important;
    margin-top: 20% !important;
  }
}
@media only screen and (min-height: 415px) and (max-height: 625px) {
  #std-elm {
    max-height: 470px !important;
  }
  #dec-elm {
    max-height: 470px !important;
  }
}
@media only screen and (min-height: 360px) and (max-height: 414px) {
  #std-elm {
    max-height: 360px !important;
  }
  #dec-elm {
    max-height: 360px !important;
  }
}
@media only screen and (min-height: 320px) and (max-height: 359px) {
  #std-elm {
    max-height: 250px !important;
  }
  #dec-elm {
    max-height: 250px !important;
  }
}
@media only screen and (min-height: 150px) and (max-height: 319px) {
  #std-elm {
    max-height: 220px !important;
  }
  #dec-elm {
    max-height: 220px !important;
  }
}
@media only screen and (min-height: 100px) and (max-height: 149px) {
  #std-elm {
    max-height: 120px !important;
  }
  #dec-elm {
    max-height: 120px !important;
  }
}
@media only screen and (width: 414px) {
  #std-elm {
    max-height: 655px !important;
    margin-top: 10% !important;
  }
  #dec-elm {
    max-height: 655px !important;
    margin-top: 10% !important;
  }
}
@media only screen and (width: 375px) and (height: 667px) {
  #std-elm {
    margin-top: 3% !important;
  }
}
@media only screen and (min-width: 631px) {
  .btn-container-cookie {
    width: 39.5rem;
  }
}
@media only screen and (min-width: 632px) {
  .btn-container-cookie {
    width: 39.5rem;
  }
}
@media only screen and (width: 1366px) and (height: 1024px) {
  .btn-container-cookie {
    top: 661px !important;
  }
  #std-elm,
  #dec-elm {
    top: 5rem !important;
  }
}
@media only screen and (width: 1024px) and (height: 1366px) {
  .btn-container-cookie {
    top: 661px !important;
  }
  #std-elm,
  #dec-elm {
    top: 5rem !important;
  }
}
@media only screen and (width: 1024px) and (height: 768px) {
  .btn-container-cookie {
    top: 624px !important;
  }
}
@media only screen and (width: 768px) and (height: 1024px) {
  .btn-container-cookie {
    top: 661px !important;
  }
  #std-elm,
  #dec-elm {
    top: 5rem !important;
  }
  .logo_blackEdt {
    width: 90%;
  }
}
@media only screen and (min-width: 200px) and (max-width: 769px) {
  span.logotxt {
    font-size: 14px;
    margin-left: 10px;
    border: none !important;
    margin-top: 8px !important;
  }
}
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #fafafa;
}

::-webkit-scrollbar-thumb {
  background: #767676;
}

::-webkit-scrollbar-thumb:hover {
  background: #545454;
}

h2#cookieH2 {
  font-weight: 600;
  font-size: 22px;
  color: #333333;
}

#cookieDeclarationApiData {
  max-height: 682px;
}

#std-elm {
  width: auto;
  max-width: 632px;
  background: #ffffff;
  position: fixed;
  z-index: 99999999;
  border-radius: 2px;
  overflow-y: auto;
  max-height: 768px;
}
#std-elm .logo_blackEdt {
  margin-top: 20px;
}

.no-scroll {
  overflow: hidden;
}

#dec-elm {
  width: auto;
  max-width: 632px;
  background: #ffffff;
  position: fixed;
  z-index: 99999999;
  display: block;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-top: 3.1%;
}
#dec-elm p {
  color: #333333;
}
#dec-elm .logo_blackEdt {
  margin-top: 20px;
}

#desc p {
  padding-left: 40px;
  padding-right: 40px;
  color: #333333;
  margin-bottom: 24px;
}

.pad-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.brd-btm {
  border-bottom: solid 1px #ededed;
  padding-bottom: 20px;
}

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: #ffffff;
  overflow: hidden;
}

.panel p {
  padding-left: 21px;
  margin-top: 0;
  color: #333333;
}

input#consentCheckBox {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  position: relative;
  top: 4px;
  background: #545454;
  display: inline-block;
  font-family: "regjeringen-icons";
  content: "\e901";
  transition: color 0.15s linear 0s, background-color 0.15s linear 0s;
}

.pd-40 {
  padding: 0 40px 0 40px;
  display: inline-block;
  margin: 10px 0 10px 0;
}

.noInline {
  display: block;
}

.btn-container {
  border-top: solid 1px #ededed;
  padding: 24px 40px 24px 40px;
}
.btn-container #userSelectAll {
  background-color: #13856c;
}
.btn-container #userSelectAll:hover {
  background-color: #cd4658;
}
.btn-container #userSelect {
  background-color: #13856c;
  margin-right: 10px;
}
.btn-container #userSelect:hover {
  background-color: #cd4658;
}

.btn-container-cookie {
  position: sticky;
  bottom: -0.1%;
  border-top: solid 1px #ededed;
  padding: 16px 130px 16px 40px;
  background: #ffffff;
}
.btn-container-cookie button.btn.btn-no-icon.btn-cta, .btn-container-cookie button.btn-no-icon.btn-cta, .btn-container-cookie .page-survey .submit > button.btn-cta, .page-survey .btn-container-cookie .submit > button.btn-cta {
  margin-right: 15px;
}
.btn-container-cookie button.btn.btn-no-icon.btn-cta::before, .btn-container-cookie button.btn-no-icon.btn-cta::before, .btn-container-cookie .page-survey .submit > button.btn-cta::before, .page-survey .btn-container-cookie .submit > button.btn-cta::before {
  font-family: "regjeringen-icons";
  content: " \e903";
  color: #3867c8;
  font-size: 12px;
  margin-right: 5px;
}
.btn-container-cookie button.btn.btn-no-icon.btn-cta:hover, .btn-container-cookie button.btn-no-icon.btn-cta:hover, .btn-container-cookie .page-survey .submit > button.btn-cta:hover, .page-survey .btn-container-cookie .submit > button.btn-cta:hover {
  background-color: #cd4658;
}
.btn-container-cookie button.btn.btn-no-icon.btn-cta:hover::before, .btn-container-cookie button.btn-no-icon.btn-cta:hover::before, .btn-container-cookie .page-survey .submit > button.btn-cta:hover::before, .page-survey .btn-container-cookie .submit > button.btn-cta:hover::before {
  color: #ffffff;
}
.btn-container-cookie button.btn.btn-no-icon.btn-cta.retbtn:focus::before, .btn-container-cookie button.btn-no-icon.btn-cta.retbtn:focus::before, .btn-container-cookie .page-survey .submit > button.btn-cta.retbtn:focus::before, .page-survey .btn-container-cookie .submit > button.btn-cta.retbtn:focus::before {
  color: #ffffff !important;
}
.btn-container-cookie .btn-cta {
  background: #ededed;
  color: #3867c8;
}

.custom-checkbox input[type=checkbox]:checked:not(:disabled) + label::before {
  color: #ffffff;
  background-color: #3867c8;
  border-color: #3867c8;
}

.custom-checkbox > label {
  font-family: "Open Sans";
  color: #333333;
}

.accordion {
  color: #002e5e;
  cursor: pointer;
  padding: 15px 40px 15px 40px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  transition: 0.4s;
  border-top: 1px solid #ededed;
  background: #ffffff;
}
.accordion.active .custom-checkbox::after {
  content: " \e905";
  color: #333333;
  padding-top: 5px;
}
.accordion .custom-checkbox::after {
  content: " \e902";
  color: #333333;
  padding-top: 6px;
}
.accordion .custom-checkbox:hover::after {
  background: #ededed;
  border-radius: 20px;
  height: 35px;
  position: absolute;
  padding-left: 10px;
  padding-right: 10px;
  right: -7px;
}

.custom-checkbox {
  margin-bottom: 0;
}
.custom-checkbox::after {
  display: inline-block;
  position: absolute;
  top: -2px;
  right: 3px;
  font-family: "regjeringen-icons";
}
.custom-checkbox input[type=checkbox] + label::before {
  top: 0;
}

.bounce {
  animation-duration: 1s;
  animation-name: bounce;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-20px);
  }
}
.not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.logo_blackEdt {
  padding: 9px 40px 0 35px;
  height: 60px;
  width: 90%;
}

span.logotxt {
  font-size: 16px;
  margin-left: 15px;
  border: none !important;
  margin-top: -3px;
}

/* RegjeringenFormContainer */
.form-view .hidden {
  display: none;
}

.consent-view {
  background: #ededed;
  padding: 32px !important;
}
.consent-view .hidden {
  display: none;
}
.consent-view .btn-container-fb {
  margin-top: 20px;
}

h3.overlay_h3,
.consent-view .btn-container {
  padding-top: 32px;
  padding-left: 0;
}

/* RegjeringenFormContainer */
.mrgb-0 {
  padding-bottom: 0 !important;
}

.close_wrapper {
  position: absolute;
  margin: 24px 24px 0px 0px;
  right: 0px;
  z-index: 9999;
}
.close_wrapper #close_modal {
  border: none;
  background: #ffffff;
  padding-top: 4px;
}
.close_wrapper #close_modal:after {
  content: " \e906";
  font-family: "regjeringen-icons";
  font-size: 16px;
  color: #666666;
  border: none;
}
.close_wrapper #close_modal:hover:after {
  color: #000000;
}

.whole-thing .accordion:focus {
  outline: 4px !important;
  outline-offset: -4px !important;
}

.lang-toggle {
  padding-top: 3rem;
}
.lang-toggle .tabDesc-lbl {
  display: inline;
  float: left;
  padding: 5px 20px 0px 0px;
}
.lang-toggle .divider {
  margin-bottom: 16px;
  margin-top: 0px;
}
.lang-toggle .tabs.do-inline {
  display: inline;
}
.lang-toggle .tabs.do-inline .no-gap {
  margin-right: 0px !important;
  margin-bottom: 16px !important;
}
.lang-toggle a.btn-no-icon.lang-tgl {
  height: auto;
  min-width: 115px;
  background-color: #ffffff;
  border: solid 1px #c8c8c8;
  color: #144696;
  font-size: 14px;
  padding: 7px 10px 7px 30px;
  border-radius: 0;
  font-weight: 600;
}
.lang-toggle a.btn-no-icon.lang-tgl:hover {
  color: #bc3345;
  border-color: #bc3345;
  background-color: #ffffff;
}
.lang-toggle a.btn-no-icon.lang-tgl.active {
  border: solid 1px #000000;
  color: #000000;
}
.lang-toggle a.btn-no-icon.lang-tgl.active::after {
  display: inline-block;
  position: relative;
  top: 0px;
  width: 21px;
  height: 21px;
  left: 4px;
  font-family: "regjeringen-icons";
  font-size: 14px;
  text-align: center;
  text-indent: 0;
  content: "\e901";
  color: #333333;
  background-color: #ffffff;
  transition: color 0.15s linear 0s, background-color 0.15s linear 0s;
}
.lang-toggle a.btn-no-icon.lang-tgl.active:hover {
  color: #144696;
  border: solid 1px #000000;
  background-color: #ffffff;
}

.form-view.no-margin-top {
  margin-top: 0px !important;
}

@media screen and (max-width: 390px) {
  .lang-toggle .tabDesc-lbl {
    padding: 8px 10px 0px 0px;
  }
}
.hearing-search .results {
  margin-top: 1.25rem;
}
.hearing-search .search .limit {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.hearing-search .filters label {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 1.25rem;
}
.hearing-search .search .searchWord .reset {
  right: 130px;
}
@media only screen and (max-width: 699px) {
  .hearing-search .js .custom-selector select {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .hearing-search input {
    font-size: 80%;
  }
}
.hearing-search .btn-gray:not(:disabled):focus, .hearing-search .btn-gray:not(:disabled):hover {
  background-color: #ededed !important;
  color: #bc3345 !important;
}
.hearing-search .btn-gray {
  background-color: #ededed !important;
  color: #3867c8 !important;
  font-weight: 600;
}

.mySlides {
  display: none;
}

.slideshow-container {
  position: relative;
  margin: auto;
  background: #000000;
  overflow: hidden;
}
.slideshow-container .next {
  cursor: pointer;
  position: absolute;
  top: 43%;
  width: 50px;
  padding: 12px 0 0 20px;
  color: #fafafa;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  right: 8px;
  background: #333333;
  border-radius: 25px;
  opacity: 0.8;
  height: 50px;
}
.slideshow-container .next:focus {
  text-decoration: none;
}
.slideshow-container .next::before {
  content: "\e904";
  position: relative;
  left: -2px;
  font-family: "regjeringen-icons";
  font-weight: normal;
  font-size: 18px;
}
.slideshow-container .prev {
  cursor: pointer;
  position: absolute;
  top: 43%;
  padding: 12px 0 0 20px;
  color: #fafafa;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  left: 8px;
  background: #333333;
  border-radius: 25px;
  opacity: 0.8;
  height: 50px;
  width: 50px;
}
.slideshow-container .prev:focus {
  text-decoration: none;
}
.slideshow-container .prev::before {
  content: "\e903";
  position: relative;
  left: -5px;
  font-family: "regjeringen-icons";
  font-weight: normal;
  font-size: 18px;
}
.slideshow-container .prev:hover, .slideshow-container .next:hover {
  background-color: #cd4658;
  color: #fff;
}
.slideshow-container .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.slideshow-container .numbertext {
  color: #fafafa;
  font-size: 16px;
  padding: 8px 12px;
  position: absolute;
  top: 10px;
  background: #333333;
  opacity: 0.8;
  border-radius: 20px;
  left: 10px;
}
.slideshow-container .active {
  background-color: #717171;
}
.slideshow-container .fig-wrapper {
  margin-top: 0px !important;
}
.slideshow-container .mySlides img {
  margin-top: 0 !important;
  width: auto;
  height: 315px;
  object-fit: scale-down;
}
.slideshow-container .sr-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

#description-txt {
  margin-bottom: 1rem;
}

#dwnl-image-link {
  text-decoration: none;
  font-size: 14px;
  line-height: 22px;
}
#dwnl-image-link:after {
  content: "\e908";
  font-family: "regjeringen-icons";
  position: relative;
  top: 1px;
  font-size: 1em;
  padding-left: 5px;
}

@media only screen and (max-width: 300px) {
  .slideshow-container .prev, .slideshow-container .next, .slideshow-container .text {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1024px) {
  .slideshow-container .next {
    height: 38px;
    width: 38px;
  }
  .slideshow-container .next::before {
    left: -7px;
    font-size: 14px;
    top: -6px;
  }
  .slideshow-container .prev {
    height: 38px;
    width: 38px;
  }
  .slideshow-container .prev::before {
    left: -9px;
    font-size: 14px;
    top: -6px;
  }
  .slideshow-container .numbertext {
    font-size: 14px;
    padding: 4px 8px;
    top: 10px;
    left: 10px;
  }
  .imgSeries.swipe-icon {
    display: block;
    position: absolute;
    z-index: 10;
    top: 250px;
    left: 41%;
    width: 62px;
    height: 60px;
    background: transparent url(../icons/swipe-icon.png) no-repeat;
    background-size: contain;
    pointer-events: none;
    margin-left: 0;
  }
  .slideshow-container .prev:active,
  .slideshow-container .next:active {
    background-color: #cd4658 !important;
  }
  .slideshow-container .prev:hover,
  .slideshow-container .next:hover {
    background: #333333;
  }
}
.alternativ-text-first {
  position: fixed;
  left: 3000px;
}

@media only screen and (min-width: 415px) {
  .imgSeries.swipe-icon {
    display: none !important;
  }
}
.interest-calculator {
  width: 100%;
  height: auto;
  background-color: #ededed;
  margin: 0 auto;
  margin-bottom: 1.25rem;
  min-height: 200px;
}
.interest-calculator .intro {
  margin-bottom: 1.5rem;
}
.interest-calculator .react-datepicker-wrapper {
  display: block !important;
}
.interest-calculator .react-datepicker-wrapper input[type=text]:focus {
  outline: 2px solid #ffa500 !important;
  outline-offset: 2px;
}
.interest-calculator .inner-wrapper {
  padding: 20px;
}
.interest-calculator .tooltip {
  position: relative;
  display: inline-block;
}
.interest-calculator .tooltip .tooltiptext {
  visibility: hidden;
  width: 320px;
  background-color: #fff;
  color: #000;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 100%;
  margin-left: -20px;
  border: solid 1px #000;
  padding: 15px;
  margin-top: 5px;
}
.interest-calculator .tooltip:hover .tooltiptext {
  visibility: visible;
  cursor: pointer;
}
.interest-calculator h3, .interest-calculator .tooltip {
  display: inline;
}
.interest-calculator .input-amount,
.interest-calculator .input-date {
  width: 143px;
  height: 40px;
  margin-top: 6px;
}
.interest-calculator .input-amount:hover,
.interest-calculator .input-date:hover {
  cursor: pointer;
}
.interest-calculator .tooltip::after {
  display: inline-block;
  position: relative;
  top: 4px;
  width: 22px;
  height: 22px;
  font-family: "regjeringen-icons";
  font-size: 20px;
  content: "\e90d";
  color: #3867c8;
  transition: color 0.15s linear 0s, background-color 0.15s linear 0s;
  opacity: 1 !important;
  cursor: pointer;
}
.interest-calculator .tooltip:hover:after {
  color: #BC3345 !important;
}
.interest-calculator table td,
.interest-calculator table th {
  padding: 0.25rem 8px 0.25rem 15px;
  font-size: 14px;
  vertical-align: top;
  border: none;
  border-bottom: 1px solid #C8C8C8;
  font-size: 16px;
}
.interest-calculator table th {
  width: 25%;
}
.interest-calculator .right {
  text-align: right;
  padding-right: 0;
}
.interest-calculator .left {
  text-align: left;
  padding-left: 0;
}
.interest-calculator button.btn, .interest-calculator button.btn-warning, .interest-calculator button.btn-gray, .interest-calculator button.btn-lightgray, .interest-calculator button.btn-tab, .interest-calculator button.btn-cta, .interest-calculator button.btn-wide, .interest-calculator button.btn-small, .interest-calculator button.btn-find-document, .interest-calculator button.btn-show-more, .interest-calculator .page-survey .submit > button, .page-survey .interest-calculator .submit > button {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.interest-calculator button.btn.btn-no-icon, .interest-calculator button.btn-no-icon.btn-warning, .interest-calculator button.btn-no-icon.btn-gray, .interest-calculator button.btn-no-icon.btn-lightgray, .interest-calculator button.btn-no-icon.btn-tab, .interest-calculator button.btn-no-icon.btn-cta, .interest-calculator button.btn-no-icon.btn-wide, .interest-calculator button.btn-no-icon.btn-small, .interest-calculator button.btn-no-icon.btn-find-document, .interest-calculator button.btn-no-icon.btn-show-more, .interest-calculator .page-survey .submit > button, .page-survey .interest-calculator .submit > button {
  background: #13856c !important;
}
.interest-calculator button.btn.btn-no-icon:hover, .interest-calculator button.btn-no-icon.btn-warning:hover, .interest-calculator button.btn-no-icon.btn-gray:hover, .interest-calculator button.btn-no-icon.btn-lightgray:hover, .interest-calculator button.btn-no-icon.btn-tab:hover, .interest-calculator button.btn-no-icon.btn-cta:hover, .interest-calculator button.btn-no-icon.btn-wide:hover, .interest-calculator button.btn-no-icon.btn-small:hover, .interest-calculator button.btn-no-icon.btn-find-document:hover, .interest-calculator button.btn-no-icon.btn-show-more:hover, .interest-calculator .page-survey .submit > button:hover, .page-survey .interest-calculator .submit > button:hover {
  background: #CD4658 !important;
}
.interest-calculator .input-amount {
  margin-bottom: 20px;
  display: block;
  padding: 5px;
}
.interest-calculator .input-date {
  margin-bottom: 32px;
  display: inline-block;
  padding: 5px;
  margin-top: 12px;
}
.interest-calculator .interest-spinner {
  text-align: center;
  padding: 1.5rem;
  /*background: rgba(255, 255, 255, 0.8);*/
  border-radius: 2px;
  /*box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);*/
}
.interest-calculator .interest-spinner svg {
  margin-bottom: 0.75rem;
  width: 32px;
  height: 32px;
  animation: spinner 2s infinite linear;
}
.interest-calculator .interest-spinner p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.interest-calculator .container-wrapper {
  margin-bottom: 0rem;
}
.interest-calculator .resultat {
  border-top: solid 1px #C8C8C8;
}
.interest-calculator .resultat h3 {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  top: 20px;
  padding-bottom: 20px;
  display: block;
}
.interest-calculator .resultat .errorMessage {
  justify-content: left;
}
.interest-calculator .errorMessage {
  margin-top: 1.75rem;
  display: flex;
  justify-content: center;
}
.interest-calculator h2 {
  margin-top: 0.5rem !important;
}
.interest-calculator .tooltiptext.tabShow {
  visibility: visible;
}
.interest-calculator label.lbl-cal-date,
.interest-calculator label.lbl-cal-amount {
  margin-right: 5px;
  font-weight: 600;
}
.interest-calculator .calIcon {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 12px;
  left: 101px;
}
.interest-calculator .calIcon:hover {
  cursor: pointer;
}
.interest-calculator .react-datepicker-popper {
  padding-top: 0px !important;
}
.interest-calculator .react-datepicker {
  top: -30px;
}

.page-404 .error-img,
.page-500 .error-img {
  margin-bottom: 2.5rem;
}
.page-404 .error-img img,
.page-500 .error-img img {
  outline: none;
  border: none;
}
.page-404 .article-body > :first-child,
.page-500 .article-body > :first-child {
  padding-top: 1.25rem;
}
.page-404 .section-call-to-action,
.page-500 .section-call-to-action {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
.page-404 .section-call-to-action .btn, .page-404 .section-call-to-action .btn-warning, .page-404 .section-call-to-action .btn-gray, .page-404 .section-call-to-action .btn-lightgray, .page-404 .section-call-to-action .btn-tab, .page-404 .section-call-to-action .btn-cta, .page-404 .section-call-to-action .btn-wide, .page-404 .section-call-to-action .btn-small, .page-404 .section-call-to-action .btn-find-document, .page-404 .section-call-to-action .btn-show-more, .page-404 .section-call-to-action .page-survey .submit > button, .page-survey .page-404 .section-call-to-action .submit > button,
.page-500 .section-call-to-action .btn,
.page-500 .section-call-to-action .btn-warning,
.page-500 .section-call-to-action .btn-gray,
.page-500 .section-call-to-action .btn-lightgray,
.page-500 .section-call-to-action .btn-tab,
.page-500 .section-call-to-action .btn-cta,
.page-500 .section-call-to-action .btn-wide,
.page-500 .section-call-to-action .btn-small,
.page-500 .section-call-to-action .btn-find-document,
.page-500 .section-call-to-action .btn-show-more,
.page-500 .section-call-to-action .page-survey .submit > button,
.page-survey .page-500 .section-call-to-action .submit > button {
  margin-bottom: 0.25rem;
}

.page-500 .pageheader {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 699px) {
  .page-aktueltlanding .content-news {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .page-aktueltlanding .content-news:first-child {
    margin-top: 1.25rem;
  }
}
.page-aktueltlanding .mainContentArea [class*=content-col-] .topic-title {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding-bottom: 10px;
  border-bottom: 3px solid #ededed;
}
@media screen and (max-width: 699px) {
  .page-aktueltlanding .mainContentArea [class*=content-col-] .topic-title {
    margin-bottom: 1.25rem;
  }
}
.page-aktueltlanding .topic-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-aktueltlanding .topic-list + .topic-list {
  margin-top: 2.5rem;
}
.page-aktueltlanding .topic-list li {
  margin-top: 2.5rem;
  margin-bottom: 0;
}
.page-aktueltlanding .topic-list li a {
  color: #3867c8;
}
.page-aktueltlanding .topic-list li:first-child {
  margin-top: 0;
}
.page-aktueltlanding .topic-list li.has-banner {
  padding-top: 17px;
}
@media screen and (min-width: 700px) {
  .page-aktueltlanding .topic-list li.has-banner:first-child {
    padding-top: 0;
  }
}
.page-aktueltlanding .topic-list li.has-banner img {
  display: block;
}
.page-aktueltlanding .topic-list li iframe {
  width: 100%;
  height: auto;
}
.page-aktueltlanding .topic-list .title img {
  margin-bottom: 10px;
}
.page-aktueltlanding .topic-list .title + p {
  padding-top: 10px;
}
.page-aktueltlanding .topic-list .info {
  margin-top: -5px;
  color: #767676;
}
.page-aktueltlanding .topic-list .info span:not(:first-child) {
  margin-left: 8px;
  padding-left: 12px;
  border-left: 1px solid #999999;
}
.page-aktueltlanding .topic-list .info + p {
  padding-top: 5px;
}
.page-aktueltlanding .btn-topic-more {
  transition: background-color 0.2s ease-in-out;
  position: relative;
  display: block;
  margin-top: 2.5rem;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 600 !important;
  text-decoration: none;
  background-color: #ededed;
  border-radius: 2px;
}
@media screen and (max-width: 499px) {
  .page-aktueltlanding .btn-topic-more {
    margin-top: 1.25rem;
    margin-bottom: 3.75rem;
  }
}
.page-aktueltlanding .btn-topic-more::after {
  content: "\e904";
  position: absolute;
  top: 50%;
  right: 15px;
  height: 30px;
  width: 30px;
  margin-top: -15px;
  background-color: #ffffff;
  border-radius: 15px;
  font-family: "regjeringen-icons";
  text-align: center;
  line-height: 30px;
  font-size: 12px;
}
.no-touch .page-aktueltlanding .btn-topic-more:hover, .page-aktueltlanding .btn-topic-more:focus {
  transition: background-color 0.2s ease-in-out;
  color: #bc3345;
  background-color: #ededed;
}
.no-touch .page-aktueltlanding .btn-topic-more:hover::after, .page-aktueltlanding .btn-topic-more:focus::after {
  color: #ffffff;
  background-color: #bc3345;
}

.page-article .results, .page-horing .results {
  clear: both;
}
.page-article .article, .page-horing .article {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 700px) {
  .page-article .article, .page-horing .article {
    margin-top: 46px;
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 700px) {
  .page-article .article-content:not(.content-col-3), .page-horing .article-content:not(.content-col-3) {
    padding-right: 100px;
  }
}
.page-article .article-header, .page-horing .article-header {
  margin-top: 0;
}
.page-article .article-header .subheader.multiline, .page-horing .article-header .subheader.multiline {
  white-space: pre-wrap;
}
.page-article .reg-disclaimer, .page-horing .reg-disclaimer {
  margin-bottom: 2rem;
}
.page-article .article-ingress, .page-horing .article-ingress {
  margin-bottom: 1.25rem;
}
.page-article .article-ingress p, .page-horing .article-ingress p {
  margin: 0;
  padding-top: 0;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: #333333;
}
.page-article .article-ingress p:empty, .page-horing .article-ingress p:empty {
  display: none;
}
.page-article .article-ingress p strong, .page-horing .article-ingress p strong {
  font-weight: 400;
}
@media screen and (max-width: 499px) {
  .page-article .article-ingress p, .page-horing .article-ingress p {
    font-size: 18px;
    line-height: 27px;
  }
}
.page-article .article-header + .article-ingress, .page-horing .article-header + .article-ingress {
  margin-top: 2.5rem;
}
.page-article .article-info, .page-horing .article-info {
  font-size: 14px;
  font-weight: 400;
  color: #767676;
  margin: 1.25rem 0 2rem;
  line-height: 24px;
}
.page-article .article-info p, .page-horing .article-info p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.page-article .article-info p + p, .page-horing .article-info p + p {
  margin-top: 1.25rem;
}
.page-article .article-info ul, .page-horing .article-info ul {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.page-article .article-info ul li, .page-horing .article-info ul li {
  margin-bottom: 0;
}
.page-article .article-info .owner a, .page-horing .article-info .owner a {
  text-decoration: none;
  color: #666666;
}
@media screen and (min-width: 700px) {
  .page-article .article-info .owner, .page-horing .article-info .owner {
    display: none;
  }
}
.page-article .article-info .invalid, .page-horing .article-info .invalid {
  font-weight: 700;
  text-transform: uppercase;
  color: #bc3345;
}
.page-article .article-sidebar, .page-horing .article-sidebar {
  margin-top: 3.75rem;
}
@media screen and (max-width: 699px) {
  .page-article .article-sidebar, .page-horing .article-sidebar {
    margin-top: 2.5rem !important;
  }
}
.page-article .article-sidebar > div, .page-horing .article-sidebar > div {
  margin: 0 0 60px 0;
}
@media screen and (max-width: 699px) {
  .page-article .article-sidebar > div, .page-horing .article-sidebar > div {
    margin-bottom: 2.5rem;
  }
}
.page-article .article-sidebar .title, .page-horing .article-sidebar .title {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 20px;
}
.page-article .article-sidebar .title + p, .page-horing .article-sidebar .title + p,
.page-article .article-sidebar .title + ul,
.page-horing .article-sidebar .title + ul {
  margin-top: 0;
  padding-top: 0;
}
@media screen and (max-width: 699px) {
  .page-article button.btn-zoom, .page-horing button.btn-zoom {
    display: none;
  }
}
.page-article .to-top-of-page .btn-to-top-of-page, .page-horing .to-top-of-page .btn-to-top-of-page {
  opacity: 0;
  transition: opacity 0.2s linear;
  color: #ffffff;
  background-color: #3867c8;
}
.page-article .to-top-of-page.shown .btn-to-top-of-page, .page-horing .to-top-of-page.shown .btn-to-top-of-page {
  opacity: 1;
}
.page-article .to-top-of-page.fixed, .page-horing .to-top-of-page.fixed {
  position: fixed;
  z-index: 10;
  bottom: 0;
}
.page-article .to-top-of-page.fixed .btn-to-top-of-page, .page-horing .to-top-of-page.fixed .btn-to-top-of-page {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 700px) {
  .page-article .to-top-of-page, .page-horing .to-top-of-page {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .page-article .to-top-of-page, .page-horing .to-top-of-page {
    position: absolute;
    bottom: 0;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 900px) {
  .page-article .to-top-of-page, .page-horing .to-top-of-page {
    max-width: 64%;
  }
}
@media only screen and (min-width: 1044px) {
  .page-article .to-top-of-page, .page-horing .to-top-of-page {
    max-width: 660px;
  }
}
@media screen and (min-width: 769px) {
  .page-article .to-top-of-page, .page-horing .to-top-of-page,
  .page-article .to-top-of-page.shown.fixed,
  .page-article .to-top-of-page.shown {
    width: 63.4%;
    padding-right: 100px;
  }
}
@media screen and (max-width: 768px) {
  .page-article .to-top-of-page, .page-horing .to-top-of-page,
  .page-article .to-top-of-page.shown.fixed {
    width: 100%;
  }
  .page-article .to-top-of-page.shown, .page-horing .to-top-of-page.shown {
    width: 107%;
  }
}
.page-article .mainContentArea, .page-horing .mainContentArea {
  position: relative;
}

@media screen and (min-width: 700px) {
  .page-section .content-info {
    border: 1px solid red;
    display: none;
  }
  .page-section .content-row.ingress-row {
    margin-bottom: 0;
  }
}
.page-section .content-list .profile img {
  margin-bottom: 20px;
}
.page-section .department-contact {
  clear: both;
  margin-bottom: 0 !important;
}
.page-section .department-contact h2 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0;
}
.page-section .department-contact p {
  margin-top: 0;
}

.page-calendar .limit-departement h2,
.page-calendar .limit-person h2,
.page-calendar .limit-date h2 {
  margin-top: 1.25rem;
  margin-bottom: 0;
  font-size: 16px;
}
@media screen and (min-width: 500px) {
  .page-calendar .limit-departement h2,
  .page-calendar .limit-person h2,
  .page-calendar .limit-date h2 {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .page-calendar .limit-departement h2,
  .page-calendar .limit-person h2,
  .page-calendar .limit-date h2 {
    margin-top: 0;
    margin-bottom: 0.75rem;
  }
}
.page-calendar .limit-departement label.lbl-cal-person,
.page-calendar .limit-departement label.lbl-cal-date,
.page-calendar .limit-person label.lbl-cal-person,
.page-calendar .limit-person label.lbl-cal-date,
.page-calendar .limit-date label.lbl-cal-person,
.page-calendar .limit-date label.lbl-cal-date {
  margin-bottom: 0.75rem;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .page-calendar .limit-departement {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 27.1428571429%;
  }
  .page-calendar .limit-departement:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .page-calendar .limit-person {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 18.5714285714%;
  }
  .page-calendar .limit-person:last-child {
    margin-right: 0;
  }
}
.page-calendar .limit-date {
  position: relative;
}
@media screen and (min-width: 769px) {
  .page-calendar .limit-date {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 18.5714285714%;
  }
  .page-calendar .limit-date:last-child {
    margin-right: 0;
  }
}
.page-calendar .limit-date .custom-textinput, .page-calendar .limit-date .EPiServerForms input[type=text], .EPiServerForms .page-calendar .limit-date input[type=text],
.page-calendar .limit-date .EPiServerForms input[type=tel],
.EPiServerForms .page-calendar .limit-date input[type=tel],
.page-calendar .limit-date .EPiServerForms input[type=email],
.EPiServerForms .page-calendar .limit-date input[type=email],
.page-calendar .limit-date .EPiServerForms input[type=password],
.EPiServerForms .page-calendar .limit-date input[type=password],
.page-calendar .limit-date .EPiServerForms input[type=url],
.EPiServerForms .page-calendar .limit-date input[type=url],
.page-calendar .limit-date .EPiServerForms input[type=search],
.EPiServerForms .page-calendar .limit-date input[type=search],
.page-calendar .limit-date .EPiServerForms input[type=number],
.EPiServerForms .page-calendar .limit-date input[type=number],
.page-calendar .limit-date .base-form input[type=text],
.base-form .page-calendar .limit-date input[type=text],
.page-calendar .limit-date .base-form input[type=tel],
.base-form .page-calendar .limit-date input[type=tel],
.page-calendar .limit-date .base-form input[type=email],
.base-form .page-calendar .limit-date input[type=email],
.page-calendar .limit-date .base-form input[type=password],
.base-form .page-calendar .limit-date input[type=password],
.page-calendar .limit-date .base-form input[type=url],
.base-form .page-calendar .limit-date input[type=url],
.page-calendar .limit-date .base-form input[type=search],
.base-form .page-calendar .limit-date input[type=search],
.page-calendar .limit-date .base-form input[type=number],
.base-form .page-calendar .limit-date input[type=number], .page-calendar .limit-date .EPiServerForms textarea, .EPiServerForms .page-calendar .limit-date textarea,
.page-calendar .limit-date .base-form textarea,
.base-form .page-calendar .limit-date textarea {
  position: relative;
  z-index: 2;
  background-color: transparent;
}
.page-calendar .limit-date::after {
  position: absolute;
  z-index: 1;
  bottom: 8px;
  right: 10px;
  content: "\e900";
  font-family: "regjeringen-icons";
  font-size: 24px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased !important;
}
@media screen and (min-width: 769px) {
  .page-calendar .calendar-text {
    clear: both;
  }
}
.page-calendar .limit-calendar > h2 {
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 499px) {
  .page-calendar .limit-calendar > h2 {
    margin-top: 1.25rem;
    margin-bottom: 0.75rem;
  }
}
.page-calendar .content-row {
  position: relative;
}
@media screen and (min-width: 769px) {
  .page-calendar .calendar-listing {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 74.2857142857%;
  }
  .page-calendar .calendar-listing:last-child {
    margin-right: 0;
  }
}
.page-calendar .calendar-listing > h2 {
  clear: both;
}

.datepicker th.datepicker-switch {
  color: #3867c8;
  text-decoration: underline;
}
.datepicker th.datepicker-switch:hover {
  color: #cd4658;
}

.page-departement .minister-name a {
  text-decoration: underline;
}
.page-departement .minister-title,
.page-departement .baseperson-title {
  font-size: 18px;
  font-style: italic;
  color: #545454;
}
@media screen and (max-width: 499px) {
  .page-departement .minister + .minister {
    margin-top: 1.25rem;
  }
  .page-departement .minister-name {
    font-size: 18px;
  }
  .page-departement .minister-title,
  .page-departement .baseperson-title {
    margin-top: 0;
  }
}
@media screen and (min-width: 500px) {
  .page-departement .ministers:after {
    content: "";
    display: table;
    clear: both;
  }
  .page-departement .ministers .minister:not(:last-child),
  .page-departement .ministers .minister ~ .minister {
    float: left;
    width: calc(50% - 15px);
  }
  .page-departement .ministers .minister:not(:last-child) {
    margin-right: 30px;
  }
}

.page-departementlist .ministry {
  margin-bottom: 2.5rem;
  padding-top: 1.25rem;
}
.page-departementlist .ministry .title {
  margin: 0;
  font-size: 22px;
}
@media screen and (min-width: 900px) {
  .page-departementlist .ministry > p {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 65.7142857143%;
  }
  .page-departementlist .ministry > p:last-child {
    margin-right: 0;
  }
}
.page-departementlist .ministry .sub-title {
  margin-top: 12px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 24px;
}
.page-departementlist .ministry .sub-title + * {
  margin-top: 0;
  padding-top: 0;
}
.page-departementlist .ministry .ministers {
  clear: both;
  margin-top: 1.25rem;
}
@media screen and (min-width: 900px) {
  .page-departementlist .ministry .ministers {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 31.4285714286%;
  }
  .page-departementlist .ministry .ministers:last-child {
    margin-right: 0;
  }
}
.page-departementlist .ministry .ministers .minister {
  clear: both;
}
.page-departementlist .ministry .ministers .minister:after {
  content: "";
  display: table;
  clear: both;
}
.page-departementlist .ministry .ministers .minister img {
  float: left;
  margin: 7px 15px 0 0;
  height: auto;
}
.page-departementlist .ministry .ministers .minister .minister-info {
  margin-left: 90px;
}
@media screen and (max-width: 499px) {
  .page-departementlist .ministry .ministers .minister .minister-info {
    margin-left: 80px;
  }
}
.page-departementlist .ministry .ministers .minister .minister-info :first-child {
  padding-top: 3px;
}
.page-departementlist .ministry .ministers .minister .minister-info p {
  padding-top: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.page-departementlist .ministry .ministers .minister .minister-name {
  margin-top: 20px;
}
.page-departementlist .ministry .ministers .minister .minister-name a {
  text-decoration: underline;
}
.page-departementlist .ministry .ministers .minister:first-child .minister-name {
  margin-top: 7px;
}
.page-departementlist .ministry .ministers .minister .minister-current {
  clear: both;
}
.page-departementlist .ministry .ministry-topics {
  margin-top: 15px;
}
@media screen and (min-width: 900px) {
  .page-departementlist .ministry .ministry-topics {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 65.7142857143%;
  }
  .page-departementlist .ministry .ministry-topics:last-child {
    margin-right: 0;
  }
}
.page-departementlist .ministry .ministry-topics .sub-title {
  margin-top: 15px;
  margin-bottom: 10px;
}
@media screen and (min-width: 900px) {
  .page-departementlist .pm-office {
    margin-top: 2.5rem;
  }
}
.page-departementlist .pm-office .topiclist li a {
  color: #3867c8;
  background-color: #ededed;
}
.no-touch .page-departementlist .pm-office .topiclist li a:hover, .page-departementlist .pm-office .topiclist li a:focus {
  color: #cd4658;
}

.content-current-events .current-events-row:after {
  content: "";
  display: table;
  clear: both;
}
.content-current-events .current-events-row .current-event {
  margin-top: 1.25rem;
}
@media screen and (max-width: 499px) {
  .content-current-events .current-events-row .current-event {
    margin-top: 2.5rem;
  }
}
.content-current-events .current-events-row .current-event a {
  text-decoration: none;
}
.content-current-events .subtitle {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 28px;
}
@media screen and (max-width: 899px) {
  .content-current-events .current-event-main {
    margin-bottom: 3.75rem;
  }
  .content-current-events .current-event-main .link-list {
    margin-top: 1.25rem;
    margin-bottom: 30px;
  }
}
.content-current-events .current-event-main .intro,
.content-current-events .current-event-main .intro p {
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  .content-current-events .current-event-main .intro,
  .content-current-events .current-event-main .intro p {
    font-size: 20px;
    line-height: 30px;
  }
}
.content-current-events .current-event-main img.pointer {
  cursor: pointer;
}
@media screen and (max-width: 1044px) {
  .content-current-events .col:first-child {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 900px) {
  .content-current-events .col {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 48.5714285714%;
  }
  .content-current-events .col:last-child {
    margin-right: 0;
  }
  .content-current-events .current-event-main {
    max-width: 1044px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .content-current-events .current-event-main:after {
    content: "";
    display: table;
    clear: both;
  }
  .content-current-events .current-event-main .current-event-title {
    font-size: 36px;
    line-height: 40px;
  }
  .content-current-events .current-event-main .current-event-title a.hovered {
    color: #bc3345;
  }
}
@media screen and (min-width: 1100px) {
  .content-current-events .current-event-main {
    margin-top: 5rem;
  }
}
.content-current-events .link-list li a {
  font-weight: 600;
}
.content-current-events .current-event:after {
  content: "";
  display: table;
  clear: both;
}
.content-current-events .current-event .current-event-title {
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (max-width: 499px) {
  .content-current-events .current-event .webBroadcastBlock + .current-event-title {
    clear: both;
    padding-top: 8px;
  }
}
@media screen and (max-width: 899px) {
  .content-current-events .current-event img {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 500px) {
  .content-current-events .current-event img {
    float: left;
    max-width: 170px;
  }
  .content-current-events .current-event .current-event-title,
  .content-current-events .current-event .link-list {
    margin-left: 185px;
  }
}
@media screen and (max-width: 699px) {
  .content-current-events .current-event .webBroadcastBlock {
    max-width: 170px;
    width: 170px;
  }
}
@media screen and (max-width: 499px) {
  .content-current-events .current-event .webBroadcastBlock {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 700px) {
  .content-current-events .current-event img {
    max-width: 250px;
  }
  .content-current-events .current-event .webBroadcastBlock {
    max-width: 250px;
    width: 250px;
  }
  .content-current-events .current-event .current-event-title,
  .content-current-events .current-event .link-list {
    margin-left: 265px;
  }
  .content-current-events .current-event .current-event-title {
    font-size: 21px;
    line-height: 27px;
  }
}
@media screen and (min-width: 900px) {
  .content-current-events .current-event img {
    max-width: 170px;
  }
  .content-current-events .current-event .webBroadcastBlock {
    max-width: 170px;
    width: 170px;
  }
  .content-current-events .current-event .current-event-title,
  .content-current-events .current-event .link-list {
    margin-left: 185px;
  }
  .content-current-events .current-event .current-event-title {
    font-size: 18px;
    line-height: 24px;
  }
}

.page-frontpage .carousel-linklist {
  margin-top: 2.5rem;
  margin-bottom: 0;
}

@media screen and (min-width: 900px) {
  .page-frontpage .content-search {
    margin-top: 50px;
  }
  .page-frontpage .content-row:not(:first-child) > .content-search {
    margin-top: -15px;
  }
  .page-frontpage .fp-grid {
    max-width: 1044px;
    margin: 0 auto;
  }
}
.mainContentArea .main-case .webBroadcastBlock.smallview {
  float: left;
}
.mainContentArea .main-case h2.title {
  margin: 0;
  width: 344px;
  display: inline-block;
  padding: 28px 28px 0px 28px;
}
.mainContentArea .main-case p {
  width: 344px;
  display: inline-block;
  padding: 12px 28px 24px 28px;
}
.mainContentArea .main-case .meta-info {
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 12px;
}
.mainContentArea .main-case img {
  display: block;
  width: 660px;
  max-height: 360px;
  float: left;
}
.mainContentArea .main-case ul.link-list {
  display: inline-block;
  padding-left: 1.75rem;
  width: 344px;
}
.mainContentArea .main-case .webBroadcastBlock {
  width: 660px;
  display: block;
  float: left;
}
.mainContentArea .main-case .link-list {
  margin-top: 0;
}
.mainContentArea .main-case a p.subtitle {
  padding: 28px 28px 0 28px;
  color: #333333;
}
.mainContentArea .main-case a p.subtitle + h2.title {
  margin-top: 0;
  padding-top: 0;
}
.mainContentArea .main-case .subtitle.mc-title {
  padding: 28px 28px 0 28px;
  color: #333333;
}
.mainContentArea .main-case .subtitle.mc-title + h2.title {
  margin-top: 0;
  padding-top: 0;
}

@media screen and (max-width: 1083px) {
  .page-frontpage .main-case h2.title,
  .page-topic .main-case h2.title,
  .page-departement .main-case h2.title,
  .page-landingsside .main-case h2.title {
    width: 100%;
  }
  .page-frontpage .main-case p,
  .page-topic .main-case p,
  .page-departement .main-case p,
  .page-landingsside .main-case p {
    width: 100%;
  }
  .page-frontpage .main-case ul.link-list,
  .page-topic .main-case ul.link-list,
  .page-departement .main-case ul.link-list,
  .page-landingsside .main-case ul.link-list {
    width: 100%;
  }
  .page-frontpage .main-case .webBroadcastBlock,
  .page-topic .main-case .webBroadcastBlock,
  .page-departement .main-case .webBroadcastBlock,
  .page-landingsside .main-case .webBroadcastBlock {
    width: auto;
  }
}
.page-historic {
  background-color: #ededed;
}
.page-historic .historic-label {
  position: relative;
  z-index: 500;
  margin-bottom: 30px;
  background-color: #ffffff;
}
@media screen and (min-width: 500px) {
  .page-historic .historic-label {
    margin-bottom: 50px;
  }
}
.page-historic .historic-label > * {
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.page-historic .historic-label > *:after {
  content: "";
  display: table;
  clear: both;
}
.page-historic .historic-label > * span {
  position: relative;
  top: 5px;
  display: inline-block;
  margin-left: 20px;
  padding: 11px 17px 0;
  font-weight: 600;
  text-transform: uppercase;
  color: #666666;
  background-color: #ededed;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
@media screen and (max-width: 768px) {
  .page-historic .historic-label > * span {
    margin-top: 46px;
  }
}
@media screen and (max-width: 499px) {
  .page-historic .historic-label > * span {
    padding: 8px 15px 0;
  }
}
@media screen and (max-width: 1044px) {
  .page-historic .pageHeader {
    margin-bottom: 0;
    padding-bottom: 15px;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 900px) {
  .page-historic .pageHeader {
    padding-bottom: 25px;
  }
}
.page-historic .content-row.border-top {
  border-top-color: #e9e4df;
}
.page-historic .historic-info {
  position: relative;
  margin-bottom: 10px;
}
.page-historic .historic-info p {
  padding-top: 5px;
  font-size: 13px;
  line-height: 1.2;
}
.page-historic .mainContentArea .topiclist a:not(:hover):not(:focus) {
  color: #ffffff;
  background-color: #5a6e82;
}
.page-historic .mainContentArea a:not(:hover):not(:focus),
.page-historic .mainContentArea .search .limit button:not(:hover):not(:focus) {
  color: #44638d;
}
.page-historic .mainContentArea .btn:not(.btn-cta):not(:hover):not(:focus), .page-historic .mainContentArea .btn-warning:not(.btn-cta):not(:hover):not(:focus), .page-historic .mainContentArea .btn-gray:not(.btn-cta):not(:hover):not(:focus), .page-historic .mainContentArea .btn-lightgray:not(.btn-cta):not(:hover):not(:focus), .page-historic .mainContentArea .btn-tab:not(.btn-cta):not(:hover):not(:focus), .page-historic .mainContentArea .btn-cta:not(.btn-cta):not(:hover):not(:focus), .page-historic .mainContentArea .btn-wide:not(.btn-cta):not(:hover):not(:focus), .page-historic .mainContentArea .btn-small:not(.btn-cta):not(:hover):not(:focus), .page-historic .mainContentArea .btn-find-document:not(.btn-cta):not(:hover):not(:focus), .page-historic .mainContentArea .btn-show-more:not(.btn-cta):not(:hover):not(:focus), .page-historic .mainContentArea .page-survey .submit > button:not(.btn-cta):not(:hover):not(:focus), .page-survey .page-historic .mainContentArea .submit > button:not(.btn-cta):not(:hover):not(:focus),
.page-historic .mainContentArea .topiclist li a:not(:hover):not(:focus) {
  color: #ffffff;
  background-color: #5a6e82;
}
.page-historic .mainContentArea .btn-cta:not(:hover):not(:focus) {
  color: #ffffff;
}
.page-historic .mainContentArea .useful-linklist a,
.page-historic .mainContentArea .btn-topic-more,
.page-historic .mainContentArea .custom-textinput,
.page-historic .mainContentArea .EPiServerForms input[type=text],
.EPiServerForms .page-historic .mainContentArea input[type=text],
.page-historic .mainContentArea .EPiServerForms input[type=tel],
.EPiServerForms .page-historic .mainContentArea input[type=tel],
.page-historic .mainContentArea .EPiServerForms input[type=email],
.EPiServerForms .page-historic .mainContentArea input[type=email],
.page-historic .mainContentArea .EPiServerForms input[type=password],
.EPiServerForms .page-historic .mainContentArea input[type=password],
.page-historic .mainContentArea .EPiServerForms input[type=url],
.EPiServerForms .page-historic .mainContentArea input[type=url],
.page-historic .mainContentArea .EPiServerForms input[type=search],
.EPiServerForms .page-historic .mainContentArea input[type=search],
.page-historic .mainContentArea .EPiServerForms input[type=number],
.EPiServerForms .page-historic .mainContentArea input[type=number],
.page-historic .mainContentArea .base-form input[type=text],
.base-form .page-historic .mainContentArea input[type=text],
.page-historic .mainContentArea .base-form input[type=tel],
.base-form .page-historic .mainContentArea input[type=tel],
.page-historic .mainContentArea .base-form input[type=email],
.base-form .page-historic .mainContentArea input[type=email],
.page-historic .mainContentArea .base-form input[type=password],
.base-form .page-historic .mainContentArea input[type=password],
.page-historic .mainContentArea .base-form input[type=url],
.base-form .page-historic .mainContentArea input[type=url],
.page-historic .mainContentArea .base-form input[type=search],
.base-form .page-historic .mainContentArea input[type=search],
.page-historic .mainContentArea .base-form input[type=number],
.base-form .page-historic .mainContentArea input[type=number],
.page-historic .mainContentArea .EPiServerForms textarea,
.EPiServerForms .page-historic .mainContentArea textarea,
.page-historic .mainContentArea .base-form textarea,
.base-form .page-historic .mainContentArea textarea {
  background-color: #ffffff;
}
.page-historic .mainContentArea .useful-linklist a:hover, .page-historic .mainContentArea .useful-linklist a:focus,
.page-historic .mainContentArea .btn-topic-more:hover,
.page-historic .mainContentArea .btn-topic-more:focus,
.page-historic .mainContentArea .custom-textinput:hover,
.page-historic .mainContentArea .EPiServerForms input[type=text]:hover,
.EPiServerForms .page-historic .mainContentArea input[type=text]:hover,
.page-historic .mainContentArea .EPiServerForms input[type=tel]:hover,
.EPiServerForms .page-historic .mainContentArea input[type=tel]:hover,
.page-historic .mainContentArea .EPiServerForms input[type=email]:hover,
.EPiServerForms .page-historic .mainContentArea input[type=email]:hover,
.page-historic .mainContentArea .EPiServerForms input[type=password]:hover,
.EPiServerForms .page-historic .mainContentArea input[type=password]:hover,
.page-historic .mainContentArea .EPiServerForms input[type=url]:hover,
.EPiServerForms .page-historic .mainContentArea input[type=url]:hover,
.page-historic .mainContentArea .EPiServerForms input[type=search]:hover,
.EPiServerForms .page-historic .mainContentArea input[type=search]:hover,
.page-historic .mainContentArea .EPiServerForms input[type=number]:hover,
.EPiServerForms .page-historic .mainContentArea input[type=number]:hover,
.page-historic .mainContentArea .base-form input[type=text]:hover,
.base-form .page-historic .mainContentArea input[type=text]:hover,
.page-historic .mainContentArea .base-form input[type=tel]:hover,
.base-form .page-historic .mainContentArea input[type=tel]:hover,
.page-historic .mainContentArea .base-form input[type=email]:hover,
.base-form .page-historic .mainContentArea input[type=email]:hover,
.page-historic .mainContentArea .base-form input[type=password]:hover,
.base-form .page-historic .mainContentArea input[type=password]:hover,
.page-historic .mainContentArea .base-form input[type=url]:hover,
.base-form .page-historic .mainContentArea input[type=url]:hover,
.page-historic .mainContentArea .base-form input[type=search]:hover,
.base-form .page-historic .mainContentArea input[type=search]:hover,
.page-historic .mainContentArea .base-form input[type=number]:hover,
.base-form .page-historic .mainContentArea input[type=number]:hover,
.page-historic .mainContentArea .EPiServerForms textarea:hover,
.EPiServerForms .page-historic .mainContentArea textarea:hover,
.page-historic .mainContentArea .base-form textarea:hover,
.base-form .page-historic .mainContentArea textarea:hover,
.page-historic .mainContentArea .custom-textinput:focus,
.page-historic .mainContentArea .EPiServerForms input[type=text]:focus,
.EPiServerForms .page-historic .mainContentArea input[type=text]:focus,
.page-historic .mainContentArea .EPiServerForms input[type=tel]:focus,
.EPiServerForms .page-historic .mainContentArea input[type=tel]:focus,
.page-historic .mainContentArea .EPiServerForms input[type=email]:focus,
.EPiServerForms .page-historic .mainContentArea input[type=email]:focus,
.page-historic .mainContentArea .EPiServerForms input[type=password]:focus,
.EPiServerForms .page-historic .mainContentArea input[type=password]:focus,
.page-historic .mainContentArea .EPiServerForms input[type=url]:focus,
.EPiServerForms .page-historic .mainContentArea input[type=url]:focus,
.page-historic .mainContentArea .EPiServerForms input[type=search]:focus,
.EPiServerForms .page-historic .mainContentArea input[type=search]:focus,
.page-historic .mainContentArea .EPiServerForms input[type=number]:focus,
.EPiServerForms .page-historic .mainContentArea input[type=number]:focus,
.page-historic .mainContentArea .base-form input[type=text]:focus,
.base-form .page-historic .mainContentArea input[type=text]:focus,
.page-historic .mainContentArea .base-form input[type=tel]:focus,
.base-form .page-historic .mainContentArea input[type=tel]:focus,
.page-historic .mainContentArea .base-form input[type=email]:focus,
.base-form .page-historic .mainContentArea input[type=email]:focus,
.page-historic .mainContentArea .base-form input[type=password]:focus,
.base-form .page-historic .mainContentArea input[type=password]:focus,
.page-historic .mainContentArea .base-form input[type=url]:focus,
.base-form .page-historic .mainContentArea input[type=url]:focus,
.page-historic .mainContentArea .base-form input[type=search]:focus,
.base-form .page-historic .mainContentArea input[type=search]:focus,
.page-historic .mainContentArea .base-form input[type=number]:focus,
.base-form .page-historic .mainContentArea input[type=number]:focus,
.page-historic .mainContentArea .EPiServerForms textarea:focus,
.EPiServerForms .page-historic .mainContentArea textarea:focus,
.page-historic .mainContentArea .base-form textarea:focus,
.base-form .page-historic .mainContentArea textarea:focus {
  background-color: #ffffff;
}
.page-historic .mainContentArea .useful-linklist a :not(:hover):not(:focus)::after {
  background-color: #e9e4df;
}
.page-historic .mainContentArea .btn-topic-more:not(:hover):not(:focus)::after {
  background-color: #e9e4df;
}
.page-historic .mainContentArea .calendar thead tr th:not(.cw):not(.dow) {
  background-color: #ffffff;
}
.page-historic .mainContentArea .calendar tbody td.day:not(:hover):not(:focus), .page-historic .mainContentArea .calendar tbody td.day.today:hover, .page-historic .mainContentArea .calendar tbody td.day.today:focus {
  background-color: #ffffff;
  border-color: #ededed;
}
.page-historic .mainContentArea .calendar tbody td.day.today {
  border-radius: 0;
}
.page-historic .mainContentArea .calendar tbody td span {
  background-color: #ededed;
}
.page-historic .mainContentArea .event-list .event-description::after {
  background-color: #ededed;
}
.page-historic .mainContentArea .event-list {
  border-left-color: #5a6e82;
}
.page-historic .mainContentArea .event-list .event-time,
.page-historic .mainContentArea .event-list .event-description .readmore:not(:hover):not(:focus)::before {
  background-color: #5a6e82;
}
.page-historic .mainContentArea .pm-office .topiclist li a:not(:hover):not(:focus) {
  color: #44638d;
  background-color: #ffffff;
}
.page-historic .mainContentArea .pm-office .topiclist li a:hover, .page-historic .mainContentArea .pm-office .topiclist li a:focus {
  background-color: #ffffff;
}
.page-historic .mainContentArea .person-event-list dl {
  border-left-color: #5a6e82;
}
.page-historic .mainContentArea .person-event-list dl dt::before {
  color: #5a6e82;
}
.page-historic .mainContentArea .longdoc-nav {
  background-color: #ffffff;
}
.page-historic .mainContentArea .longdoc-nav .longdoc-case-procedures:not(:hover):not(:focus) {
  color: #ffffff;
}
.page-historic .mainContentArea .longdoc-nav.longdoc-nav-collapse .longdoc-toggler {
  color: #44638d;
}
.page-historic .mainContentArea .longdoc-nav.longdoc-nav-collapse .longdoc-toggler::after,
.page-historic .mainContentArea .longdoc-nav .longdoc-search .longdoc-search-submit,
.page-historic .mainContentArea .longdoc-nav .longdoc-item-toggler:not(.open)::after {
  color: #ffffff;
  background-color: #44638d;
}
.page-historic .mainContentArea .longdoc-nav .longdoc-search .longdoc-search-elements .longdoc-search-words {
  background-color: #ededed;
}
.page-historic .mainContentArea .longdoc-nav .longdoc-search .longdoc-search-elements .longdoc-search-words:not(:focus) {
  border-color: #ededed;
}
.page-historic .mainContentArea .expand-list li > h2,
.page-historic .mainContentArea .expand-list li > div {
  background-color: #ffffff;
}
.page-historic .mainContentArea .eos-sakstrinn ol li.selected,
.page-historic .mainContentArea .eos-facts {
  background-color: #ffffff;
}
.page-historic .mainContentArea .to-top-of-page a.btn.btn-no-icon.btn-to-top-of-page, .page-historic .mainContentArea .to-top-of-page a.btn-no-icon.btn-to-top-of-page.btn-warning, .page-historic .mainContentArea .to-top-of-page a.btn-no-icon.btn-to-top-of-page.btn-gray, .page-historic .mainContentArea .to-top-of-page a.btn-no-icon.btn-to-top-of-page.btn-lightgray, .page-historic .mainContentArea .to-top-of-page a.btn-no-icon.btn-to-top-of-page.btn-tab, .page-historic .mainContentArea .to-top-of-page a.btn-no-icon.btn-to-top-of-page.btn-cta, .page-historic .mainContentArea .to-top-of-page a.btn-no-icon.btn-to-top-of-page.btn-wide, .page-historic .mainContentArea .to-top-of-page a.btn-no-icon.btn-to-top-of-page.btn-small, .page-historic .mainContentArea .to-top-of-page a.btn-no-icon.btn-to-top-of-page.btn-find-document, .page-historic .mainContentArea .to-top-of-page a.btn-no-icon.btn-to-top-of-page.btn-show-more {
  background-color: #3867c8;
}
.page-historic .article-content .longdoc-download-area {
  background-color: #ffffff;
}
.page-historic .custom-selector-trigger,
.page-historic .custom-selector-reset,
.page-historic .custom-selector-dropdown.open,
.page-historic .search .searchWord input[type=search],
.page-historic .search .searchWord input[type=text] {
  background-color: #ffffff;
}
.page-historic .searchPage .search .searchSubmit input:not(:hover):not(:focus),
.page-historic .searchPage .search .searchSubmit button:not(:hover):not(:focus) {
  background-color: #5a6e82;
}
.page-historic .searchPage .statusLine .sort a.selected {
  cursor: default;
  color: #000000;
}
.page-historic .custom-selector .custom-selector-trigger:not(:hover):not(:focus)::after,
.page-historic .custom-selector .custom-selector-reset:not(:hover):not(:focus)::after {
  background-color: #5a6e82;
}
.page-historic .custom-selector .custom-selector-dropdown.open li.active a {
  background-color: #5a6e82;
}
.page-historic .custom-checkbox input[type=checkbox]:checked + label::before {
  background-color: #44638d;
  border-color: #44638d;
}
.page-historic .pagination li.current a:not(:hover):not(:focus) {
  color: #ffffff;
}
.page-historic .pagination li.current a {
  background-color: #5a6e82;
}
.page-historic .pagination li.prev a:not(:hover):not(:focus), .page-historic .pagination li.next a:not(:hover):not(:focus) {
  background-color: #e9e4df;
}
.page-historic .pagination li:not(.current):not(.prev):not(.next) a:hover, .page-historic .pagination li:not(.current):not(.prev):not(.next) a:focus {
  background-color: #e9e4df;
}
.page-historic .content-row:first-child > .article-sidebar {
  margin-top: 140px;
}

.article-content .longdoc-download-area {
  margin-top: 2.5rem;
  background-color: #ededed;
}
.article-content .longdoc-download-area .longdoc-download {
  margin-bottom: 0;
  padding: 10px 15px;
  outline: none;
}
.article-content .longdoc-download-area .longdoc-download::after {
  top: 15px;
  right: 17px;
}
.article-content .longdoc-download-area .longdoc-download-list {
  list-style: none;
  padding: 0 0 0.25rem;
}
.article-content .longdoc-download-area .longdoc-download-list.shown {
  display: block;
}
.article-content .longdoc-download-area .longdoc-download-list li {
  margin-top: 0;
  margin-bottom: 5px;
}
.article-content .longdoc-download-area .longdoc-download-list a {
  margin-right: 10px;
  margin-left: 10px;
  padding: 5px 35px 5px 5px;
  background-color: #ffffff;
}
.article-content .longdoc-download-area .longdoc-download-list a::after {
  right: 14px;
}

.longdoc-download-area .longdoc-download::after {
  display: inline-block;
  position: relative;
  top: 0px;
  margin-left: 2px;
  font-family: "regjeringen-icons" !important;
  content: "\e902" !important;
  font-weight: normal;
  font-size: 12px;
}
.longdoc-download-area .longdoc-download.active::after {
  display: inline-block;
  margin-left: 2px;
  font-family: "regjeringen-icons" !important;
  content: "\e905" !important;
  font-weight: normal;
  font-size: 12px;
  position: absolute;
}

.page-horing .article-header h2 {
  margin-top: 0;
}
.page-horing .horing-meta {
  margin-top: 1.25rem;
}
.page-horing .horing-meta p {
  padding: 0;
}
.page-horing .horingsnotat-container {
  padding: 2.5rem 0;
}
.page-horing .horing-cta {
  padding: 2.5rem 0;
}
.page-horing .horing-cta .btn-cta:hover::after {
  color: #000 !important;
}
.page-horing .horing-intro {
  padding-bottom: 1.25rem;
}
.page-horing .horing-ref {
  color: #767676;
  font-size: 14px;
  margin-top: 0.75rem;
}
.page-horing .filters .term {
  padding-top: 0;
}
.page-horing .table-sortable th {
  padding-bottom: 0.75rem;
}
.page-horing .table-sortable th.title {
  width: 52%;
}
.page-horing .table-sortable th.date {
  width: 12%;
}
.page-horing .table-sortable th.type {
  width: 20%;
}
.page-horing .table-sortable th.action {
  width: 16%;
}
.page-horing .table-sortable th a.sort {
  text-decoration: none;
  white-space: nowrap;
}
.page-horing .table-sortable th a.sort::after {
  position: relative;
  top: 1px;
  margin-left: 4px;
  font-family: "regjeringen-icons";
  font-size: 12px;
  content: "\e902";
}
.page-horing .table-sortable th a.sort.active {
  color: #666666;
}
.page-horing .table-sortable th a.sort.active.asc::after {
  content: "\e905";
}
.page-horing .table-sortable td.date {
  color: #666666;
}
.page-horing .table-sortable .hoering-title {
  margin-top: 0;
}
.page-horing .table-sortable .hoering-link {
  line-height: 20px;
  padding-top: 10px;
}
.page-horing .table-sortable .hoering-link a {
  display: inline-block;
  padding-left: 1.1em;
  text-indent: -1.1em;
  text-decoration: none;
  font-weight: 600;
}
.page-horing .table-sortable .hoering-link a::before {
  position: relative;
  top: 1px;
  left: -3px;
  content: "\e904";
  font-family: "regjeringen-icons";
  font-size: 16px;
  line-height: 16px;
}
.page-horing .table-sortable .hoering-contact {
  padding-top: 10px;
}
.page-horing .table-sortable button,
.page-horing .table-sortable a.publishBTN {
  margin: 0;
  padding: 0;
  font-family: inherit;
  line-height: inherit;
  color: #0d3880;
  background-color: transparent;
  border: none;
  transition: background-color 0.2s ease-in-out;
}
.page-horing .table-sortable button.publish, .page-horing .table-sortable button.do-not-publish,
.page-horing .table-sortable a.publishBTN.publish,
.page-horing .table-sortable a.publishBTN.do-not-publish {
  display: block;
  width: 100%;
  margin-top: 0.75rem;
  padding: 5px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  border: none;
}
.page-horing .table-sortable button.publish,
.page-horing .table-sortable a.publishBTN.publish {
  background-color: #13856c;
}
.no-touch .page-horing .table-sortable button.publish:hover, .page-horing .table-sortable button.publish:focus,
.no-touch .page-horing .table-sortable a.publishBTN.publish:hover,
.page-horing .table-sortable a.publishBTN.publish:focus {
  background-color: #0f6653;
}
.page-horing .table-sortable button.do-not-publish,
.page-horing .table-sortable a.publishBTN.do-not-publish {
  background-color: #545454;
}
.no-touch .page-horing .table-sortable button.do-not-publish:hover, .page-horing .table-sortable button.do-not-publish:focus,
.no-touch .page-horing .table-sortable a.publishBTN.do-not-publish:hover,
.page-horing .table-sortable a.publishBTN.do-not-publish:focus {
  background-color: #333333;
}
.page-horing .table-sortable button.aspNetDisabled,
.page-horing .table-sortable a.publishBTN.aspNetDisabled {
  background-color: #ededed;
  color: #767676;
}
.no-touch .page-horing .table-sortable button.aspNetDisabled:hover, .page-horing .table-sortable button.aspNetDisabled:focus,
.no-touch .page-horing .table-sortable a.publishBTN.aspNetDisabled:hover,
.page-horing .table-sortable a.publishBTN.aspNetDisabled:focus {
  background-color: #ededed;
}
.page-horing .pagination + .count {
  margin-top: -0.25rem;
  margin-bottom: 0.75rem;
  padding-top: 0;
}
.page-horing .h3-custom {
  font-size: 16px;
  padding-top: 32px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 4px;
}

.listpage .relation-list-header {
  margin-bottom: 24px;
}

.content-list.margin-bottom-1 {
  margin-bottom: 1rem;
}
.content-list .listItem {
  clear: both;
}
.content-list .listItem.profile-person {
  min-height: 160px;
  margin-bottom: 40px;
}
.content-list .listItem.profile-person .profile-img {
  margin-bottom: 0 !important;
}
.content-list .profile img {
  float: left;
  margin-right: 1.25rem;
  margin-top: 15px;
  margin-bottom: 3.75rem;
}
.content-list .profile .profile-info {
  margin-left: 90px;
}
.content-list .info {
  margin-bottom: 0.75rem;
  padding: 0;
}
.content-list .info > span {
  color: #666666;
  font-weight: 400;
  font-size: 14px;
}
.content-list .info > span:not(:first-child) {
  margin-left: 8px;
  padding-left: 12px;
  border-left: 1px solid #999999;
}

.page-management .content-curriculum-vitae > h2,
.page-management .content-curriculum-vitae > h3,
.page-management .content-curriculum-vitae > h4,
.page-management .content-curriculum-vitae > h5 {
  margin-bottom: 0;
}
.page-management .content-curriculum-vitae > h2 {
  font-size: 20px;
}
.page-management .content-curriculum-vitae > h2 + * {
  margin-top: 10px;
}

.page-management h1:first-of-type {
  display: none;
  visibility: hidden;
}

.page-newsletter [class^=area-] {
  min-height: 1px;
}
@media screen and (max-width: 1044px) {
  .page-newsletter [class^=area-] {
    margin-top: 1.25rem;
  }
}
.page-newsletter .newsletter-settings-container {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding: 1.25rem 20px 0;
  background-color: #ededed;
  outline: none;
}
@media screen and (max-width: 499px) {
  .page-newsletter .newsletter-settings-container .newsletter-subscribe-action > button.btn-cancel {
    padding-right: 10px !important;
  }
}
.page-newsletter .newsletter-subscribe-action {
  margin: 0 -20px;
  background-color: #ededed;
  transition: background-color 0.3s ease-in-out;
}
.page-newsletter .newsletter-subscribe-action .btn-cancel {
  transition: color 0.3s ease-in-out;
}
.page-newsletter .newsletter-subscribe-action .btn-submit,
.page-newsletter .newsletter-subscribe-action .btn-cancel {
  margin-top: 15px;
  margin-bottom: 15px;
}
.page-newsletter .newsletter-subscribe-action .btn-submit {
  margin-left: 20px;
}
.page-newsletter .newsletter-settings {
  margin-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 14px;
}
.page-newsletter .newsletter-settings:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 900px) {
  .page-newsletter .newsletter-settings [class^=area-] {
    float: left;
  }
  .page-newsletter .newsletter-settings .area-subscriptions {
    width: 35%;
    margin-bottom: 1.25rem;
  }
  .page-newsletter .newsletter-settings .area-email-and-language {
    width: 32%;
  }
  .page-newsletter .newsletter-settings .area-frequency,
  .page-newsletter .newsletter-settings .area-email-and-language {
    width: 32%;
    padding-left: 40px;
  }
}
.page-newsletter .newsletter-settings .area-subscriptions p {
  padding-left: 5px;
}
.page-newsletter .newsletter-settings .area-subscriptions p.no-subscriptions {
  padding-top: 0;
  padding-bottom: 0.75rem;
}
.page-newsletter .newsletter-settings .area-subscriptions p.unsubscribe-all {
  padding-top: 0.75rem;
}
.page-newsletter .newsletter-settings * {
  font-size: 14px;
}
.page-newsletter .newsletter-settings-heading {
  margin-top: 0;
}
.page-newsletter .subscriptions {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1044px) {
  .page-newsletter .subscriptions {
    display: inline-block;
  }
}
@media screen and (max-width: 499px) {
  .page-newsletter .subscriptions {
    display: block;
  }
}
.page-newsletter .subscriptions-item {
  display: flex;
  justify-content: space-between;
  margin-top: 1px;
  margin-bottom: 6px;
  padding: 2px 5px;
  border-radius: 12px;
}
.page-newsletter .subscriptions-item:focus {
  background-color: #ededed;
  outline: none;
}
.page-newsletter .subscriptions-item .item-name {
  display: inline-block;
  padding-right: 10px;
}
.page-newsletter .subscriptions-item .item-remove {
  display: inline-block;
  text-align: right;
}
.page-newsletter .frequency {
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}
.page-newsletter .email {
  position: relative;
  margin-top: 8px;
}
@media screen and (max-width: 1044px) {
  .page-newsletter .email {
    display: inline-block;
  }
}
@media screen and (max-width: 499px) {
  .page-newsletter .email {
    display: block;
  }
}
.page-newsletter .email-original {
  display: grid;
  grid-template-columns: 1fr 100px;
}
.page-newsletter .email-original .email-change {
  text-align: right;
}
.page-newsletter .email-new-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.page-newsletter .email-new {
  margin-bottom: 0 !important;
  padding: 14px 60px 14px 15px;
  font-size: 16px;
}
.page-newsletter .email-new-save {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 16px;
}
.page-newsletter .action {
  position: relative;
}
.page-newsletter .action .newsletter-subscribe-changes-note,
.page-newsletter .action .btn-to-top {
  display: none;
}
.page-newsletter .action.fixed {
  position: fixed;
  z-index: 4;
  top: 0;
}
.page-newsletter .action.fixed .newsletter-subscribe-action {
  box-shadow: 0 5px 7px -4px rgba(0, 0, 0, 0.2);
}
.page-newsletter .action.fixed .newsletter-subscribe-action.changed {
  background-color: #333333;
}
.page-newsletter .action.fixed .newsletter-subscribe-action.changed .btn-cancel {
  color: #ffffff;
}
@media screen and (max-width: 499px) {
  .page-newsletter .action.fixed .hide-on-small {
    display: none;
  }
  .page-newsletter .action.fixed .newsletter-subscribe-action {
    margin-right: -40px;
    margin-left: -40px;
  }
  .page-newsletter .action.fixed .newsletter-subscribe-action .btn-submit {
    margin-left: 40px;
  }
}
.page-newsletter .action.fixed .btn-to-top {
  display: block;
  position: absolute;
  top: 30px;
  right: -10px;
  text-decoration: none;
}
.page-newsletter .action.fixed .btn-to-top::after {
  content: "\e905";
  font-family: "regjeringen-icons";
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #3867c8;
}
@media only screen and (max-width: 360px) {
  .page-newsletter .action.fixed .btn-to-top {
    max-width: 55px;
  }
}
@media screen and (min-width: 700px) {
  .page-newsletter .action.fixed .btn-to-top {
    margin-right: 29.6%;
  }
}
.page-newsletter .btn-remove {
  padding: 0;
  font-weight: inherit;
  color: #3867c8;
  background-color: transparent;
  -webkit-font-smoothing: auto !important;
  text-decoration: underline;
}
.page-newsletter .btn-remove:hover, .page-newsletter .btn-remove:focus {
  color: #bc3345 !important;
  background-color: transparent !important;
}
.page-newsletter .btn-remove::after {
  display: none;
}
.page-newsletter .sort .tabs {
  margin-top: 1.25rem;
}
.js .page-newsletter .search .searchWrap .searchSubmit {
  display: none;
}
@media screen and (min-width: 900px) {
  .page-newsletter .search .searchWrap .searchWord input[type=search],
  .page-newsletter .search .searchWrap .searchWord input[type=text] {
    padding-right: 40px;
  }
}
@media screen and (max-width: 499px) {
  .page-newsletter .custom-checkbox .subscribe-instant-notification {
    display: none;
  }
}
@media screen and (min-width: 500px) {
  .page-newsletter .custom-checkbox .subscribe-instant-notification {
    position: absolute;
    z-index: 100;
    margin-top: 3px;
    margin-left: 3px;
    padding: 2px 5px;
    font-size: 14px;
    color: #ffffff;
    background-color: #666666;
    opacity: 0;
    transition: opacity 0.15s linear 0s;
  }
}
.page-newsletter .custom-checkbox .subscribe-instant-notification.shown {
  opacity: 1;
}
.page-newsletter .icon-circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-align: center;
  text-indent: 0;
  color: #ffffff;
  background-color: #333333;
  border-radius: 50%;
}
.page-newsletter .icon-circle:hover {
  cursor: pointer;
}
.page-newsletter .tooltip {
  position: relative;
  display: inline-block;
}
.page-newsletter .tooltip.left-pad {
  padding-left: 5px;
}
.page-newsletter .tooltip .tooltiptext_one {
  visibility: hidden;
  width: 300px;
  background-color: #fff;
  color: #000;
  border-radius: 6px;
  font-size: 16px;
  position: absolute;
  z-index: 1;
  border: solid 1px #000;
  top: 30px;
  padding: 10px;
  text-indent: 0;
  right: -106px;
}
.page-newsletter .tooltip .tooltiptext_two {
  visibility: hidden;
  width: -moz-max-content;
  width: max-content;
  max-width: 311px;
  background-color: #fff;
  color: #000;
  padding: 10px;
  border-radius: 6px;
  font-size: 16px;
  position: absolute;
  z-index: 1;
  border: solid 1px #000;
  top: 29px;
  padding-left: 8px;
  text-indent: 0;
  left: -210px;
}
.page-newsletter .tooltip .tooltiptext_two::after {
  content: " ";
  position: absolute;
  top: -9%;
  right: 27.5%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #545454 transparent transparent;
  transform: rotate(90deg);
}
.page-newsletter .tooltip .tooltiptext_one::after {
  content: " ";
  position: absolute;
  top: -7%;
  right: 36.5%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #545454 transparent transparent;
  transform: rotate(90deg);
}
.page-newsletter .icon-circle {
  display: block !important;
}
.page-newsletter .tooltip:hover .tooltiptext_one,
.page-newsletter .tooltip:hover .tooltiptext_two {
  visibility: visible;
}

.page-ordbok .letterlist {
  margin: 1.25rem 0;
}
.page-ordbok .letterlist ul {
  padding: 0;
}
.page-ordbok .letterlist ul li {
  list-style: none;
  display: inline;
}
.page-ordbok .letterlist ul li a,
.page-ordbok .letterlist ul li span {
  background-color: #ededed;
  display: inline-block;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  text-align: center;
  padding-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 24px;
  text-decoration: none;
}
@media screen and (max-width: 699px) {
  .page-ordbok .letterlist ul li a,
  .page-ordbok .letterlist ul li span {
    font-size: 16px;
    margin-right: 8px;
    margin-bottom: 8px;
    height: 40px;
    width: 40px;
    padding-top: 9px;
  }
}
.page-ordbok .letterlist ul li a:hover {
  color: #ffffff;
  background-color: #bc3345;
}
.page-ordbok .letterlist ul li span {
  border: none;
  background: none;
  color: #666666;
}
.page-ordbok .listing dl {
  padding: 0;
}
.page-ordbok .listing dl dt {
  font-weight: 800;
}
.page-ordbok .listing dl dd {
  margin: 0 0 1.25rem 0;
}
.page-ordbok .listing ul {
  padding: 0;
}
.page-ordbok .listing ul li {
  list-style: none;
}
.page-ordbok .listing .title-letter h2 a {
  border: 4px solid #ededed;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: inline-block;
  color: #666666;
  text-align: center;
  padding-top: 12px;
}
.page-ordbok .listing .title-letter h2 a:hover {
  color: inherit;
}
.page-ordbok .listing .word_wrapper .title {
  margin-bottom: -20px;
}

.dictionary-word {
  border-bottom: 2px dashed #3867c8;
}
.dictionary-word:hover {
  cursor: pointer;
  border-bottom: 2px dashed #cd4658;
}

.inserted-word {
  position: absolute;
  background: #ededed;
  padding: 25px 25px 25px 15px;
  right: 0;
  left: 0;
  z-index: 100000;
}
.inserted-word p,
.inserted-word li {
  font-style: initial;
  font-size: 16px !important;
  line-height: 26px;
}
.inserted-word p {
  padding-top: 20px !important;
}
.inserted-word .closeButton {
  display: block !important;
}

.ordbok-footnote {
  display: none;
}

@media screen and (max-width: 699px) {
  .page-orgchart .content-owner-dep {
    display: none !important;
    margin-top: 2.5rem;
  }
}

.page-search .ingress {
  padding-bottom: 1.25rem;
}

.page-subscribe .subscribe-wrap {
  position: relative;
  margin-top: 1.25rem;
  min-height: 48px;
}
.page-subscribe .subscribe-wrap input[type=email] {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  padding: 8px 15px;
  font-family: inherit;
  font-weight: 400;
  line-height: 30px;
  height: 48px;
  background-color: #ededed;
  border: 1px solid #ededed;
  border-radius: 2px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
.page-subscribe .subscribe-wrap input[type=email]:focus {
  outline: none;
  border: 1px solid #999999;
}
.page-subscribe .subscribe-wrap button {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 48px;
  margin: 0;
  padding: 5px 30px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: inherit;
  border: none;
  border-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  outline: none;
}
.page-subscribe .subscribe-group {
  padding: 15px;
  background-color: #ededed;
}
.page-subscribe .subscribe-group .subscribe-group-headers {
  position: relative;
  min-height: 10px;
}
.page-subscribe .subscribe-group .subscribe-group-headers > span {
  position: absolute;
}
.page-subscribe .subscribe-group .subscribe-group-headers .subscribe {
  right: 55px;
}
.page-subscribe .subscribe-group .subscribe-group-headers .rss {
  right: 5px;
}
.page-subscribe .subscribe-group label {
  display: block;
  max-width: 75%;
}
.page-subscribe .subscribe-group h2 {
  color: #3867c8;
  cursor: pointer;
  outline: none;
  position: relative;
  margin-bottom: 20px;
}
.page-subscribe .subscribe-group h2[aria-expanded=false] {
  margin-bottom: 0;
}
.page-subscribe .subscribe-group h2[aria-expanded=false] ~ .subscribe-group-headers {
  display: none;
}
.no-touch .page-subscribe .subscribe-group h2:hover, .page-subscribe .subscribe-group h2:focus {
  color: #cd4658;
}
.page-subscribe .subscribe-group h2::after {
  position: absolute;
  height: 24px;
  width: 24px;
  top: 50%;
  right: 0;
  margin-top: -12px;
  border-radius: 15px;
  font-family: "regjeringen-icons";
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  background-color: #3867c8;
  content: "\e916";
}
.page-subscribe .subscribe-group h2.active::after {
  content: "\e914";
}
.no-touch .page-subscribe .subscribe-group h2:hover::after, .page-subscribe .subscribe-group h2:focus::after {
  background-color: #cd4658;
}
.page-subscribe .subscribe-group ul {
  padding: 0;
  border-bottom: 1px solid #c8c8c8;
}
.page-subscribe .subscribe-group ul li {
  list-style: none;
  position: relative;
  border-top: 1px solid #c8c8c8;
  padding: 5px;
  margin: 0;
}
.page-subscribe .subscribe-group ul li:nth-child(2n+1) {
  background-color: #ffffff;
}
.page-subscribe .subscribe-group ul li input[type=checkbox] {
  position: absolute;
  top: 7px;
  right: 80px;
}
.page-subscribe .subscribe-group ul li .rssicon {
  position: absolute;
  right: 10px;
  top: 3px;
}
.page-subscribe .subscribe-group ul li .rssicon::before {
  display: inline-block;
  content: "\e918";
  width: 16px;
  height: 16px;
  color: #3867c8;
  margin-right: 5px;
  font-family: "regjeringen-icons";
  font-size: 14px;
  padding: 2px;
  text-align: center;
}

.parent-crumb {
  font-weight: 400;
  font-size: 16px;
  color: #3867c8;
  margin-bottom: 0.75rem;
  display: inline-block;
  text-decoration: none;
}
.parent-crumb ::before {
  top: -1px;
  left: 3px;
  content: "\e903";
  font-family: "regjeringen-icons";
  font-size: 10px;
  line-height: 16px;
  padding-right: 3px;
  position: relative;
}
.parent-crumb:hover, .parent-crumb:focus {
  color: #bc3345;
}

.budget-questions-page .custom-selector .label {
  font-size: 0.875rem;
}

.reg-frie-inntekter-app {
  margin-top: 2.5rem;
}
.reg-frie-inntekter-app .ReactCollapse--collapse {
  transition: height 350ms;
}
.reg-frie-inntekter-app .fri-spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.reg-frie-inntekter-app .fri-county-list__link--active {
  background-color: #3867c8;
  color: #ffffff;
}
.reg-frie-inntekter-app .fri-county-list__link--active:hover {
  background-color: #3867c8;
  color: #ffffff;
}
.reg-frie-inntekter-app .fri-totalt-rammetilskudd__content {
  margin-top: 1.25rem;
}
@media screen and (min-width: 500px) {
  .reg-frie-inntekter-app .fri-totalt-rammetilskudd__content {
    padding: 0 1rem;
  }
}
.reg-frie-inntekter-app .fri-totalt-rammetilskudd__item + .fri-totalt-rammetilskudd__item {
  margin-top: 2.5rem;
}
.reg-frie-inntekter-app .fri-sub-header {
  margin: 1rem 0;
  font-weight: 700;
}
.reg-frie-inntekter-app .fri-expense-equalization td,
.reg-frie-inntekter-app .fri-expense-equalization th {
  border: none;
  padding: 0;
}
.reg-frie-inntekter-app .fri-expense-equalization thead th {
  padding: 0.25rem 0.5rem;
  vertical-align: bottom;
}
@media screen and (max-width: 499px) {
  .reg-frie-inntekter-app .fri-expense-equalization thead th {
    font-size: 12px;
  }
}
.reg-frie-inntekter-app .fri-expense-equalization .fri-criteria__weight,
.reg-frie-inntekter-app .fri-expense-equalization .fri-criteria__text,
.reg-frie-inntekter-app .fri-expense-equalization .fri-criteria__index {
  padding: 0.75rem 0.5rem;
}
.reg-frie-inntekter-app .fri-expandable-table-item__heading {
  transition: background-color 0.35s;
}
.reg-frie-inntekter-app .fri-expandable-table-item__heading + .fri-accordion-item {
  margin-top: 0.75rem;
}
.reg-frie-inntekter-app .fri-expandable-table-item__heading button {
  color: #3867c8;
  padding: 0;
  text-align: left;
  text-decoration: underline;
  border: 0;
  background-color: transparent;
}
.reg-frie-inntekter-app .fri-expandable-table-item__heading button:hover, .reg-frie-inntekter-app .fri-expandable-table-item__heading button:focus {
  outline: none;
  text-decoration: none;
}
.reg-frie-inntekter-app .fri-expandable-table-item__heading th,
.reg-frie-inntekter-app .fri-expandable-table-item__heading td {
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
}
.reg-frie-inntekter-app .fri-expandable-table-item__heading th:first-child,
.reg-frie-inntekter-app .fri-expandable-table-item__heading td:first-child {
  border-left: 1px solid #c4c4c4;
}
.reg-frie-inntekter-app .fri-expandable-table-item__heading th:last-child,
.reg-frie-inntekter-app .fri-expandable-table-item__heading td:last-child {
  border-right: 1px solid #c4c4c4;
}
.reg-frie-inntekter-app .fri-expandable-table-item__heading--expanded {
  background-color: #ffffff;
  transition: background-color 0.35s;
}
.reg-frie-inntekter-app .fri-expandable-table-item__heading--expanded th,
.reg-frie-inntekter-app .fri-expandable-table-item__heading--expanded td {
  border-bottom-color: #ffffff;
}
.reg-frie-inntekter-app .fri-criteria__weight {
  text-align: center;
}
.reg-frie-inntekter-app .fri-criteria__index {
  position: relative;
  min-width: 120px;
  text-align: center;
}
@media screen and (min-width: 500px) {
  .reg-frie-inntekter-app .fri-criteria__index .line {
    display: block;
    height: 100%;
    width: 1px;
    background-color: #333333;
    position: absolute;
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 499px) {
  .reg-frie-inntekter-app .fri-hide-on-mobile {
    display: none;
  }
}
.reg-frie-inntekter-app .fri-expandable-table-item__row td {
  background-color: transparent;
  transition: background-color 0.35s;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.reg-frie-inntekter-app .fri-expandable-table-item__row--expanded td {
  background-color: #ffffff;
  border-color: #c4c4c4;
  transition: background-color 0.35s;
}
.reg-frie-inntekter-app .fri-spacer {
  height: 0.5rem;
}
.reg-frie-inntekter-app .fri-th-country-average,
.reg-frie-inntekter-app .fri-th-weight {
  text-align: center;
}
.reg-frie-inntekter-app .fri-expandable-table-item__content {
  padding: 0.5rem;
}
.reg-frie-inntekter-app .fri-expense-description {
  font-size: 14px;
}
.reg-frie-inntekter-app .fri-expense-description__item dd {
  font-weight: bold;
  margin: 0.5rem;
  margin-left: 1.5rem;
}
.reg-frie-inntekter-app .fri-expense-description__item + .fri-expense-description__item {
  margin-top: 1rem;
}
.reg-frie-inntekter-app .fri-box {
  background-color: #fafafa;
  padding: 0.5rem;
}
@media screen and (min-width: 500px) {
  .reg-frie-inntekter-app .fri-box {
    padding: 2rem;
  }
}
.reg-frie-inntekter-app .fri-box p:first-child {
  padding-top: 0;
}

.page-gallery .ingress {
  padding-bottom: 1.25rem;
}
.page-gallery .header-row {
  margin-bottom: 2.5rem;
}

.page-travel-info .factbox-group {
  margin-top: 3.75rem !important;
}

.ledigeStillingerFeed .content-row .content-section h2.space-below {
  margin-bottom: 0.75rem;
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.pageHeaderUpper.hendelse {
  background: #000000;
}

.pageHeaderUpper.happypride {
  background: #002e5e url("../img/pride.svg") top left;
}

.pageHeaderUpper.samisk {
  background: #002e5e url("../img/samiskeflagg.jpg") center center;
}

@media screen and (min-width: 900px) {
  .pageHeaderUpper.norsk {
    background-color: #3d4a74;
  }
  .pageHeaderUpper.norsk::before {
    content: "";
    width: 100%;
    height: 78px;
    position: absolute;
    z-index: 1;
    background-image: url("../img/norsk-small-test-8.png");
    background-position: center center;
    background-repeat: no-repeat;
  }
  .pageHeaderUpper.norsk::after {
    content: "";
    top: 47px;
    right: 0;
    position: absolute;
    width: 50%;
    background: #df1d40;
    z-index: 0;
    height: 78px;
  }
}

/* Phones and Tablets */
@font-face {
  font-family: "regjeringen-icons";
  src: url("/dist-web/fonts/regjeringen-icons.eot?v=10048");
  src: url("/dist-web/fonts/regjeringen-icons.eot?#iefix&v=10048") format("embedded-opentype"), url("/dist-web/fonts/regjeringen-icons.ttf?v=10048") format("truetype"), url("/dist-web/fonts/regjeringen-icons.woff?v=10048") format("woff"), url("/dist-web/fonts/regjeringen-icons.svg?v=10048#regjeringen-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.EPiServerForms .Form__Element {
  margin-bottom: 20px;
}
.EPiServerForms .Form__Element__Caption {
  display: block !important;
  margin: 0 0 5px 0 !important;
}
.EPiServerForms .Form__Title {
  margin: 40px 0 20px 0;
}
.EPiServerForms .Form__Description {
  margin: 0 0 20px 0;
}
.EPiServerForms input[type=text],
.EPiServerForms input[type=url],
.EPiServerForms textarea {
  padding: 15px;
  width: 100%;
  margin-bottom: 20px;
  min-height: 46px;
  font-family: inherit;
  font-weight: 500;
  background-color: #ffffff;
  border: 1px solid #ababab;
  border-radius: 2px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
}
.EPiServerForms .FormRange .FormRange__Input {
  display: block;
  width: 100%;
}
.EPiServerForms select {
  display: block;
  width: 100%;
}
.EPiServerForms .FormRange {
  padding-bottom: 20px;
}
.EPiServerForms .FormRange label {
  display: block;
}
.EPiServerForms .FormRange > span {
  position: relative;
  display: block;
}
.EPiServerForms .FormRange .FormRange__Min {
  position: absolute;
  top: 20px;
  left: 0;
}
.EPiServerForms .FormRange .FormRange__Max {
  position: absolute;
  top: 20px;
  right: 0;
}
.EPiServerForms .FormChoice--Image__Item {
  display: block;
  text-align: left;
  max-width: 100%;
  margin: 10px 0;
}
.EPiServerForms .FormChoice--Image__Item .FormChoice--Image__Item__Caption {
  min-width: 100px;
  display: inline-block;
  max-width: 50%;
}
.EPiServerForms .FormChoice--Image__Item img {
  margin: 0 0 0 10px;
}
.EPiServerForms .FormChoice label {
  display: block;
  margin: 0 0 5px 0;
}
.EPiServerForms .FormChoice__Input--Radio {
  margin-right: 5px;
}
.EPiServerForms .FormResetButton {
  padding: 15px 20px;
  position: relative;
  display: inline-block;
  padding: 15px 60px 15px 20px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
  background-color: #3867c8;
  border: none;
  border-radius: 2px;
}
.EPiServerForms .FormResetButton::after {
  display: none;
}
.EPiServerForms .FormSubmitButton {
  position: relative;
  display: inline-block;
  padding: 15px 20px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
  background-color: #3867c8;
  border: none;
  border-radius: 2px;
}
.EPiServerForms .FormSubmitButton::after {
  display: none;
}
.EPiServerForms .FormSubmitButton {
  position: relative;
  display: inline-block;
  padding: 15px 20px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
  background-color: #13856c;
  border: none;
  border-radius: 2px;
}
.EPiServerForms .FormSubmitButton::after {
  display: none;
}
.no-touch .EPiServerForms .FormSubmitButton:hover, .EPiServerForms .FormSubmitButton:focus {
  color: #ffffff;
  background-color: #0f6653;
}
.no-touch .EPiServerForms .FormSubmitButton:hover::after, .EPiServerForms .FormSubmitButton:focus::after {
  display: none;
}
.EPiServerForms .Form__NavigationBar {
  position: relative;
  height: 110px;
}
@media screen and (min-width: 900px) {
  .EPiServerForms .Form__NavigationBar {
    height: auto;
    text-align: center;
  }
}
.EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar {
  display: block;
  margin: 0 0 10px;
}
.EPiServerForms .Form__NavigationBar .btnPrev,
.EPiServerForms .Form__NavigationBar .btnNext {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  position: absolute;
  top: 50px;
  margin: 0 0 10px;
  padding: 10px;
  font-family: inherit;
  font-weight: 400;
  text-decoration: none;
  color: #3867c8;
  background-color: #ededed;
  border: none;
  border-radius: 2px;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: inherit;
}
@media screen and (min-width: 900px) {
  .EPiServerForms .Form__NavigationBar .btnPrev,
  .EPiServerForms .Form__NavigationBar .btnNext {
    top: 0px;
  }
}
.no-touch .EPiServerForms .Form__NavigationBar .btnPrev:not(:disabled):hover, .EPiServerForms .Form__NavigationBar .btnPrev:not(:disabled):focus,
.no-touch .EPiServerForms .Form__NavigationBar .btnNext:not(:disabled):hover,
.EPiServerForms .Form__NavigationBar .btnNext:not(:disabled):focus {
  color: white;
  background-color: #cd4658;
}
.EPiServerForms .Form__NavigationBar .btnPrev:disabled, .EPiServerForms .Form__NavigationBar .btnPrev:disabled:hover,
.EPiServerForms .Form__NavigationBar .btnNext:disabled,
.EPiServerForms .Form__NavigationBar .btnNext:disabled:hover {
  color: #666666;
  background-color: #ededed;
}
.EPiServerForms .Form__NavigationBar .btnPrev {
  left: 0;
}
.EPiServerForms .Form__NavigationBar .btnPrev:before {
  position: relative;
  font-family: "regjeringen-icons";
  font-size: 14px;
  content: "\e903";
}
.EPiServerForms .Form__NavigationBar .btnNext {
  right: 0;
}
.EPiServerForms .Form__NavigationBar .btnNext:after {
  position: relative;
  font-family: "regjeringen-icons";
  font-size: 14px;
  content: "\e904";
}
.EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar {
  position: relative;
  padding: 10px;
  text-align: center;
  background-color: #ededed;
}
@media screen and (min-width: 900px) {
  .EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar {
    display: inline-block;
    min-width: 40%;
    margin: 0;
  }
}
.EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar .Form__NavigationBar__ProgressBar--Progress {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #333333 !important;
  width: 0%;
  height: 0.5em;
}
.EPiServerForms .FormCaptcha {
  padding: 20px;
  background-color: #ededed;
}
.EPiServerForms .FormCaptcha .FormCaptcha__Refresh {
  display: block;
  background: none;
  border: none;
  padding: 5px 0;
  color: #3867c8;
}
.EPiServerForms .FormCaptcha .FormCaptcha__Refresh:hover {
  color: #cd4658;
  background: none;
}
.EPiServerForms .FormCaptcha img,
.EPiServerForms .FormCaptcha input {
  display: block;
}
.EPiServerForms .FormCaptcha img {
  margin: 0 0 10px 0;
}

@media print {
  @page {
    margin: 2cm;
  }
  .hygieneMenuWrapper,
  .mobileMenuContainer,
  .pagination,
  .limit-calendar,
  .read-more,
  .btn-find-document,
  .horing-cta,
  #epi-quickNavigator,
  #cookie-bar,
  .filters,
  .searchWrap,
  .limit,
  .reset-search,
  .longdoc-download-area,
  .page-horing .btn-cta {
    display: none !important;
  }
  .pageHeaderUpper {
    margin-bottom: 1cm;
  }
  main a {
    word-wrap: break-word;
    color: #3867c8 !important;
  }
  main a::after {
    color: #000000;
    text-decoration: none !important;
    content: " (" attr(href) ")";
    font-size: 12px;
  }
  main a h2::after,
  main a h3::after,
  main a h4::after,
  main a h5::after {
    display: block;
  }
  main a[href^="http://"]::after {
    content: " (" attr(href) ")";
    font-size: 12px;
  }
  main a[href^="/"]::after {
    content: " (http://www.regjeringen.no" attr(href) ")";
  }
  main a[href^="#"]::after {
    display: none;
  }
  main a[href^="http://"]::after, main a[href^="https://"]::after {
    content: " (" attr(href) ")";
  }
  main a[href^=""]:empty::after {
    display: none;
  }
  main table,
  main pre,
  main blockquote,
  main p {
    page-break-inside: avoid;
  }
  h1,
  h2,
  h3,
  h4,
  h5 {
    page-break-after: avoid;
  }
  h1 a::after,
  h2 a::after,
  h3 a::after,
  h4 a::after,
  h5 a::after {
    display: block;
  }
  p,
  h2,
  h3,
  h4,
  h5 {
    orphans: 3;
    widows: 3;
  }
  .logo {
    padding-left: 2.2cm;
    position: relative;
  }
  .logo::before {
    border-right: 1px solid #000000;
    content: "\e91e";
    display: block;
    font-family: "regjeringen-icons";
    font-size: 1.2cm;
    left: 0;
    padding-right: 0.5cm;
    padding-left: 0.3cm;
    position: absolute;
    top: 0;
  }
  .logo a {
    padding-left: 0.5cm;
    padding-top: 0;
    margin-top: 0.35cm;
    display: inline-block;
    color: #000000;
  }
  [class$=-owner-dep] {
    margin-top: 2.5rem;
  }
  [class$=-owner-dep] a {
    color: #000000 !important;
  }
  [class$=-owner-dep] a::after {
    display: none;
  }
  .historic-label p span {
    margin-left: 3px !important;
  }
  .page-survey {
    display: none !important;
  }
  .article-sidebar {
    padding-top: 1cm;
  }
  .article {
    margin-bottom: 0 !important;
  }
  .topiclist li a {
    border: 1px solid #000000;
    color: #000000 !important;
  }
  .topiclist li a::after {
    display: none;
  }
  .expand-list {
    padding: 0;
  }
  .expand-list h2,
  .expand-list h3 {
    padding: 0 !important;
  }
  .expand-list h2::after,
  .expand-list h3::after {
    display: none;
  }
  .vertical-timeline > h2 span {
    border: 1px solid;
    background-color: #ffffff !important;
  }
  .vertical-timeline .current {
    border: 1px solid;
  }
  .vertical-timeline li {
    padding: 0;
  }
  .vertical-timeline li > div::before {
    border: 1px solid #000000;
  }
  .btn, .btn-warning, .btn-gray, .btn-lightgray, .btn-tab, .btn-cta, .btn-wide, .btn-small, .btn-find-document, .btn-show-more, .page-survey .submit > button {
    border: 1px solid;
  }
  .eos-sakstrinn ol li::before {
    border: 1px solid #000000;
    color: #000000;
  }
  .eos-facts {
    border: 1px solid;
  }
  .content-news h2 img,
  .content-news h3 img {
    display: block;
  }
  .content-news h2 a::after,
  .content-news h3 a::after {
    display: block;
  }
  .content-news .btn-topic-more {
    display: none;
  }
  .media-banner .media-banner-nett-tv,
  .media-banner .media-banner-live,
  .media-banner .media-banner-upcoming {
    color: #000000;
    background-color: #ffffff !important;
    border: 1px solid #000000;
  }
  .content-row {
    margin: 0;
  }
  .content-row .content-col-1,
  .content-row .content-col-2,
  .content-row .content-col-3 {
    margin: 0;
    padding-bottom: 2.5rem;
  }
  .to-top-of-page {
    display: none;
  }
  .page-footer {
    border-top: 1px solid #000000;
    padding-top: 0.5cm;
  }
  .page-footer .wrapper {
    padding: 0 !important;
  }
  .page-footer .logo {
    padding-left: 2.2cm !important;
    position: relative;
  }
  .page-footer .logo::before {
    border-right: 1px solid #000000;
    content: "\e91e";
    display: block;
    font-family: "regjeringen-icons";
    font-size: 1.2cm;
    left: 0;
    padding-right: 0.5cm;
    padding-left: 0.3cm;
    position: absolute;
    top: 0;
  }
  .page-footer .logo a {
    padding-left: 0.5cm;
    padding-top: 0;
    margin-top: 0.55cm;
    display: inline-block;
    color: #000000;
  }
  .page-footer a {
    color: #000000;
  }
  .page-footer a::after {
    display: none;
  }
  .page-footer .col {
    padding-top: 0 !important;
    display: block;
    clear: both;
  }
  .page-footer .col:nth-child(2) {
    display: none;
  }
  .page-footer .col:nth-child(3) {
    padding-left: 0.5cm;
  }
  .content-useful-links {
    padding: 0 !important;
  }
  .content-useful-links .useful-linklist {
    margin: 0;
    padding: 0;
  }
  .content-useful-links .useful-linklist li {
    margin: 0 !important;
    padding: 0 !important;
  }
  .content-useful-links .useful-linklist a {
    margin: 0;
    padding: 0;
  }
  .content-useful-links .useful-linklist .text::after {
    display: none;
  }
  .content-useful-links:last-child {
    margin-bottom: 2.5rem;
  }
  .event-list {
    border-left: none;
  }
  .event-list .event-description {
    height: auto !important;
    overflow: visible;
  }
  .event-list .event-description::after {
    display: none;
  }
  .event-list .event-description .readmore {
    display: none;
  }
  .event-share {
    display: none;
  }
  .page-departement .content-ministry-contact,
  .page-departement .btn-find-document,
  .page-departement .read-more {
    display: none;
  }
  .page-departement .minister {
    float: left;
    clear: none;
    width: 50%;
    display: block;
  }
  .page-departement .minister img {
    float: left;
    clear: none;
    margin-right: 10px;
  }
  .page-departement .minister a::after {
    display: none;
  }
  .hearing-answer {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .hearing-answer .toggle-hearing-answered {
    display: none;
  }
  .hearing-answer ol {
    margin: 0;
    padding-left: 0;
    list-style: none;
  }
  .hearing-answer .hearing-question-group {
    padding: 0 !important;
  }
  .hearing-answer .hearing-question-group-title {
    padding-left: 0;
  }
  .hearing-answer .hearing-question {
    margin: 10px 0 0;
    padding: 0 0 0 20px;
  }
  .hearing-answer .hearing-question-title {
    font-weight: 600;
  }
  .hearing-answer .hearing-question-comment {
    margin-top: 20px;
  }
  .hearing-answer .hearing-question-comment * {
    padding-top: 0;
  }
  .hearing-answer .not-answered {
    display: block;
    font-style: italic;
  }
  .hearing-answer .not-answered .hearing-question-group-title {
    font-style: normal;
  }
}
/*# sourceMappingURL=main.css.map */
