@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css");
@font-face {
  font-family: "v-remixicon";
  src: url("https://cdn.jsdelivr.net/npm/remixicon@3.5.0/fonts/remixicon.eot?t=1590207869815");
  /* IE9*/
  src: url("https://cdn.jsdelivr.net/npm/remixicon@3.5.0/fonts/remixicon.eot?t=1590207869815#iefix") format("embedded-opentype"), url("https://cdn.jsdelivr.net/npm/remixicon@3.5.0/fonts/remixicon.woff2?t=1590207869815") format("woff2"), url("https://cdn.jsdelivr.net/npm/remixicon@3.5.0/fonts/remixicon.woff?t=1590207869815") format("woff"), url("https://cdn.jsdelivr.net/npm/remixicon@3.5.0/fonts/remixicon.ttf?t=1590207869815") format("truetype"), url("https://cdn.jsdelivr.net/npm/remixicon@3.5.0/fonts/remixicon.svg?t=1590207869815#remixicon") format("svg");
  /* iOS 4.1- */
  font-display: swap;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

* {
  overflow-wrap: break-word;
}

ul,
ol {
  padding-left: 1.25rem;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: sans-serif;
  font-size: 1rem;
  -webkit-text-size-adjust: none;
}

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

a {
  color: inherit;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

select,
textarea,
input[type=text],
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}

i,
em {
  font-style: italic;
}

strong,
b {
  font-weight: bold;
}

s {
  text-decoration: line-through;
}

*[id],
.anchor-target,
.js-anchor-target {
  scroll-margin-top: var(--v-default-scroll-margin);
}

.wp-social-media ul li.icon-linkedin a::before, .wp-social-media ul li.icon-twitter a::before, .wp-social-media ul li.icon-snapchat a::before, .wp-social-media ul li.icon-instagram a::before, .wp-social-media ul li.icon-youtube a::before, .wp-social-media ul li.icon-facebook a::before {
  font-family: "remixicon" !important;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: optimizeLegibility;
  content: "";
}

:root {
  --v-default-scroll-margin: 9.5rem;
}

/* Mixin for en responsiv font-størrelses-skala. 
 Denne kan brukes for å sette en font-størrelse én plass og sikre at font-størrelsen vil bli riktig på alle skjermflater basert på skaleringen som er satt opp her 
*/
body {
  --v-default-scroll-margin: 9.5rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  background-color: #fff;
  color: #1E2B3C;
  overflow-x: hidden;
  position: relative;
}
body .ac-content-page > .ac-content > header > .js-content-title,
body .ac-content-page > .ac-content > .js-content-title,
body .content--module.content--datasource .bc-content-header > .bc-content-title,
body .module-page--min-side--startpage .ac-content-page > .ac-content .js-content-title {
  display: none !important;
}

.page-form {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

:focus {
  outline: 2px dashed transparent;
}

.tabbing input:focus,
.tabbing button:focus,
.tabbing select:focus,
.tabbing textarea:focus,
.tabbing a:focus {
  outline: 3px solid #000;
  -webkit-box-shadow: 0 0 0 6px #fff !important;
          box-shadow: 0 0 0 6px #fff !important;
}

.designMode > *[class],
.designMode main > *[class] {
  position: relative;
}
.designMode > *[class]::before,
.designMode main > *[class]::before {
  position: absolute;
  content: attr(class);
  display: inline-block;
  top: 0;
  left: 0;
  padding: 0.25em;
  background-color: hotpink;
  font-size: 0.875rem;
  color: #000;
}
.designMode .zone {
  outline: 2px solid hotpink;
  outline-offset: 2px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.designMode .frontpage-banner-section--upper-right div {
  width: initial !important;
  height: initial !important;
}

.opacity-layer {
  display: none;
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 19, 19, 0.6);
}
.menu-open .opacity-layer, .search-open .opacity-layer {
  display: block;
}

.back-to-top-button {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0161AB;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  border: 2px solid #0161AB;
  border-radius: 0px;
}
.back-to-top-button > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-indent: -9999rem;
}
.back-to-top-button::after {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 2rem;
}
.back-to-top-button:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.35);
      -ms-transform: translate(-50%, -50%) scale(1.35);
          transform: translate(-50%, -50%) scale(1.35);
  background-color: #003D6C;
  border-color: #003D6C;
  color: #fff;
}

.breadcrumbs {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.breadcrumbs .breadcrumbs-inner {
  max-width: 1495px;
}

.breadcrumbs__label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.breadcrumbs__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.breadcrumbs__item {
  display: none;
}
.breadcrumbs__item:nth-last-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumbs__item a {
  display: inline-block;
  text-decoration: underline;
  font-weight: 400;
  color: #1E2B3C;
  background: transparent;
  padding: 0;
  border-radius: 0px;
  font-size: 1rem;
  text-decoration: none;
}
.breadcrumbs__item a::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}
.breadcrumbs__item a > span {
  text-decoration: underline;
}
.breadcrumbs__item a:hover {
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  .breadcrumbs__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .breadcrumbs__item a {
    color: #1E2B3C;
    background: transparent;
    padding: 0;
    border-radius: 0;
    font-size: 1.25rem;
    text-decoration: underline;
  }
  .breadcrumbs__item a::before {
    display: none;
  }
  .breadcrumbs__item::after {
    font-family: "v-remixicon";
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.25em;
    font-size: 2.25rem;
  }
  .breadcrumbs__item:first-child::before {
    font-family: "v-remixicon";
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.25em;
    font-size: 2rem;
    margin-right: 0.5rem;
  }
  .breadcrumbs__item:last-child a {
    font-weight: 700;
  }
  .breadcrumbs__item:last-child::after {
    display: none;
  }
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4rem;
  padding-top: 4.5rem;
  padding-bottom: 5rem;
  color: #1E2B3C;
  background-color: #D0E9F8;
  background-image: none;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 0 0;
  min-height: 250px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .footer {
    background-image: none;
    background-size: 70% auto;
    background-position: 0 100%;
  }
}
@media screen and (min-width: 1845px) {
  .footer {
    background-size: auto 344px;
  }
}

.footer-columns > * + * {
  margin-top: 3rem;
}
@supports (display: grid) {
  .footer-columns {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 3rem;
  }
  .footer-columns > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .footer-columns > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .footer-columns {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      row-gap: 2rem;
    }
    .footer-columns > * + * {
      margin-top: 0;
    }
  }
}
.footer-columns + .footer-sole {
  margin-top: 3rem;
}
@media screen and (min-width: 900px) {
  .footer-columns + .footer-sole {
    margin-top: 1rem;
  }
}

.footer-column {
  width: 100%;
}
.footer-column .webPart {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-column .webPart + .webPart {
  margin-top: 1.5rem;
}

.footer-sole .zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 900px) {
  .footer-sole .zone {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer-sole .zone .webPart + .webPart {
  margin-top: 1.5rem;
}
.footer-sole .zone .wp-footer-links ul {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 900px) {
  .footer-sole .zone .wp-footer-links ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

header.header {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 10;
  min-height: 74px;
}
@media screen and (min-width: 600px) {
  header.header {
    min-height: 130px;
  }
}
.mobile-search-open header.header {
  min-height: calc(74px + 5.5rem);
}
@media screen and (min-width: 600px) {
  .mobile-search-open header.header {
    min-height: calc(130px + 5.5rem);
  }
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
@media screen and (min-width: 600px) {
  .header-inner {
    min-height: 130px;
  }
}

/* .mobile-shield__container {
   display: inline-block;

   @include on-breakpoint(mobile-up) {
      display: none;
   }

   .mobile-shield {
      background-image: url($top-banner-shield-image);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      height: $top-banner-shield-image--height;
      margin: 0 auto;
      width: $top-banner-shield-image--width;
   }
} */
.header-logo a {
  display: block;
}
.header-logo img {
  max-height: 90px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 1rem;
}

.header-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-navigation-links {
  display: none;
}
@media screen and (min-width: 1400px) {
  .header-navigation-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-navigation-toggles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-menu-toggle,
.search-box-toggle {
  cursor: pointer;
  font-size: 1.125rem;
  border: 0;
  padding: 0;
  background-color: transparent;
  margin-left: 1.5rem;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.main-menu-toggle::before,
.search-box-toggle::before {
  font-size: 1.75rem;
}
@media screen and (min-width: 900px) {
  .main-menu-toggle,
.search-box-toggle {
    margin-left: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 2px solid #0161AB;
    height: 48px;
    padding: 0 1rem;
    border-radius: 0px;
    background-color: transparent;
    color: #1E2B3C;
  }
  .main-menu-toggle::before,
.search-box-toggle::before {
    margin-right: 0.375rem;
  }
  .main-menu-toggle:hover,
.search-box-toggle:hover {
    background-color: #0161AB;
    border-color: #0161AB;
    color: #fff;
  }
}
.main-menu-toggle > span,
.search-box-toggle > span {
  display: none;
}
@media screen and (min-width: 900px) {
  .main-menu-toggle > span,
.search-box-toggle > span {
    font-size: 1.125rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media screen and (min-width: 900px) and (min-width: 900px) {
  .main-menu-toggle > span,
.search-box-toggle > span {
    font-size: 1.25rem;
  }
}

.main-menu-toggle::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.main-menu-toggle-open::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 1.75rem;
  margin-top: 2px;
}

.search-box-toggle::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}
@media screen and (min-width: 900px) {
  .search-box-toggle {
    display: none;
  }
}

.main-menu {
  display: none;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  z-index: 100;
  background-color: #D0E9F8;
  color: #1E2B3C;
  overflow: auto;
}
@media screen and (min-width: 900px) {
  .main-menu {
    width: 70vw;
  }
}
@media screen and (min-width: 1400px) {
  .main-menu {
    width: 70vw;
    padding: 0 5rem 4rem;
  }
}
@media screen and (min-width: 900px) {
  .main-menu .main-menu-inner {
    width: calc(45vw + 20vw - 5rem);
    margin-left: auto;
    margin-right: 5vw;
  }
}
@media screen and (min-width: 1845px) {
  .main-menu .main-menu-inner {
    width: calc(820px + 20vw - 5rem);
    margin-right: auto;
    margin-left: 0;
  }
}
.main-menu .main-menu-inner .zone {
  padding-top: 4rem;
  padding-bottom: 4rem;
  max-width: 900px;
  margin-left: auto;
}
.main-menu .main-menu-inner .zone .webPart + .webPart {
  margin-top: 3rem;
}
@media screen and (min-width: 900px) {
  .main-menu .main-menu-inner .zone .webPart + .webPart {
    margin-top: 4rem;
  }
}
.main-menu .main-menu-toggle-open-wrapper {
  min-height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 600px) {
  .main-menu .main-menu-toggle-open-wrapper {
    min-height: 130px;
  }
}
.main-menu .main-menu-toggle-open {
  margin-left: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #0161AB;
  height: 48px;
  padding: 0 1rem;
  border-radius: 0px;
  background-color: transparent;
  color: #1E2B3C;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.main-menu .main-menu-toggle-open::before {
  font-size: 1.75rem;
}
.main-menu .main-menu-toggle-open:hover {
  background-color: #0161AB;
  border-color: #0161AB;
  color: #fff;
}
.main-menu .main-menu-toggle-open > span {
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  .main-menu .main-menu-toggle-open > span {
    font-size: 1.25rem;
  }
}
.main-menu.open, .designMode .main-menu {
  display: block;
}
.designMode .main-menu {
  min-height: 800px;
}

.search-box {
  display: none;
  padding: 0;
  z-index: 100;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .search-box {
    display: block;
    margin-right: 0.75rem;
    position: relative;
    left: initial;
    top: initial;
    width: auto;
  }
}
.search-box.open, .designMode .search-box {
  display: block;
}

ul.hidden {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.hidden a {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #000;
  color: #FFF;
  position: absolute;
  text-decoration: none;
  top: -100%;
  left: 0;
  z-index: 2000;
}
ul.hidden a:focus {
  top: 0;
}

.frontpage .frontpage-banner-section .frontpage-banner-section-inner.responsive-container {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .frontpage .frontpage-banner-section .frontpage-banner-section-inner.responsive-container {
    width: 90%;
  }
}
.frontpage .frontpage-banner-section .frontpage-banner-section--upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.frontpage .frontpage-banner-section .frontpage-banner-section--upper .frontpage-banner-section--upper-left {
  background-color: #D0E9F8;
  padding: 4rem 2rem 4rem;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .frontpage .frontpage-banner-section .frontpage-banner-section--upper .frontpage-banner-section--upper-left {
    text-align: left;
    min-height: 557px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2rem 3.5rem;
    width: 546px;
    border-bottom-left-radius: 0px;
  }
}
.frontpage .frontpage-banner-section .frontpage-banner-section--upper .frontpage-banner-section--upper-left h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 900px) {
  .frontpage .frontpage-banner-section .frontpage-banner-section--upper .frontpage-banner-section--upper-left h1 {
    font-size: 2.5rem;
  }
}
.frontpage .frontpage-banner-section .frontpage-banner-section--upper .frontpage-banner-section--upper-left h1 + .zone {
  margin-top: 1.5rem;
}
@media screen and (min-width: 1200px) {
  .frontpage .frontpage-banner-section .frontpage-banner-section--upper .frontpage-banner-section--upper-left h1 + .zone {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 900px) {
  .frontpage .frontpage-banner-section .frontpage-banner-section--upper .frontpage-banner-section--upper-left .zone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.frontpage .frontpage-banner-section .frontpage-banner-section--upper .frontpage-banner-section--upper-left div {
  width: 100%;
}
.frontpage .frontpage-banner-section .frontpage-banner-section--upper .frontpage-banner-section--upper-left .webPart + .webPart {
  margin-top: 1.5rem;
}
@media screen and (min-width: 1200px) {
  .frontpage .frontpage-banner-section .frontpage-banner-section--upper .frontpage-banner-section--upper-left .webPart + .webPart {
    margin-top: 2rem;
  }
}
.frontpage .frontpage-banner-section .frontpage-banner-section--upper .frontpage-banner-section--upper-right {
  display: none;
}
@media screen and (min-width: 1200px) {
  .frontpage .frontpage-banner-section .frontpage-banner-section--upper .frontpage-banner-section--upper-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 546px);
  }
}
.frontpage .frontpage-banner-section .frontpage-banner-section--upper .frontpage-banner-section--upper-right div {
  width: 100%;
  height: 100%;
}
.frontpage .frontpage-banner-section .frontpage-banner-section--lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.frontpage .frontpage-banner-section .frontpage-banner-section--lower .zone {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .frontpage .frontpage-banner-section .frontpage-banner-section--lower .zone {
    margin-left: 0;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .frontpage .frontpage-banner-section .frontpage-banner-section--lower .zone .webPart:first-child {
    margin-top: -8rem;
  }
}
.frontpage .frontpage-banner-section .frontpage-banner-section--lower .zone .wp-banner-focus-field-tab-text + .wp-banner-focus-field .ac-banner .ac-banner-content--inner .ac-banner-field--text {
  padding-top: 0.25rem;
  border-radius: 0 0 0px 0px;
}
@media screen and (min-width: 1200px) {
  .frontpage .frontpage-banner-section .frontpage-banner-section--lower .zone .wp-banner-focus-field-tab-text + .wp-banner-focus-field .ac-banner .ac-banner-content--inner .ac-banner-field--text {
    padding-top: 2.25rem;
    border-radius: 0px 0 0px 0px;
  }
}
.frontpage .frontpage-top-section {
  margin-top: 4rem;
}
.frontpage .frontpage-top-section .webPart + .webPart {
  margin-top: 4rem;
}
.frontpage .frontpage-top-section + .frontpage-middle-section {
  margin-top: 4rem;
}
.frontpage .frontpage-middle-section {
  background-color: #fff;
  padding: 0;
}
@media screen and (min-width: 900px) {
  .frontpage .frontpage-middle-section {
    padding: 0;
  }
}
.frontpage .frontpage-bottom-section {
  padding: 4rem 0;
}
.frontpage .frontpage-bottom-section .zone .webPart + .webPart {
  margin-top: 4rem;
}
.frontpage main {
  min-height: 800px;
}

.subpage .breadcrumbs + *, .subpage-full-width .breadcrumbs + * {
  margin-top: 4rem;
}
.subpage .breadcrumbs + .sub-navigation, .subpage-full-width .breadcrumbs + .sub-navigation {
  margin-top: 2rem;
}
.subpage .page-title + *, .subpage-full-width .page-title + * {
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .subpage .page-title + *, .subpage-full-width .page-title + * {
    margin-top: 4rem;
  }
}
.subpage .sub-navigation + *, .subpage-full-width .sub-navigation + * {
  margin-top: 4rem;
}
.subpage .focus-field-section, .subpage-full-width .focus-field-section {
  padding: 0;
}
.subpage .focus-field-section .zone .webPart + .webPart, .subpage-full-width .focus-field-section .zone .webPart + .webPart {
  margin-top: 2rem;
}
.subpage main + .global-bottom-container, .subpage-full-width main + .global-bottom-container {
  margin-top: 2rem;
}
.subpage * + .subpage-banner, .subpage-full-width * + .subpage-banner {
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .subpage * + .subpage-banner, .subpage-full-width * + .subpage-banner {
    margin-top: 2.5rem;
  }
}

.subpage .legacy-content-page--article,
.subpage .legacy-content-page--article-list > *:not(#regplan_list),
.subpage .legacy-content-page--article-list .ac-content-grid-list--article-list {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.subpage .main-area + .side-content {
  margin-top: 3rem;
}
.subpage .side-content .side-content-inner {
  max-width: 840px;
}
.subpage .global-bottom-container .global-bottom-container-inner {
  max-width: 840px;
}
.subpage .global-bottom-container .zone .webPart + .webPart {
  margin-top: 3rem;
}
.subpage.regplan-page .breadcrumbs + .subpage-banner {
  margin-top: 2rem;
}
.subpage.regplan-page .subnavigation-empty + .main-area {
  margin-top: 1rem;
}
.subpage.regplan-page .subpage-banner + .main-area {
  margin-top: 2rem;
}
.subpage.regplan-page .ArtikkelKategoriOverskrift {
  display: none;
}

.transportpage .breadcrumbs + * {
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .transportpage .breadcrumbs + * {
    margin-top: 3rem;
  }
}
.transportpage .breadcrumbs + .sub-navigation {
  margin-top: 2rem;
}
.transportpage .breadcrumbs + .subpage-banner,
.transportpage .breadcrumbs + .area-message-container {
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .transportpage .breadcrumbs + .subpage-banner,
.transportpage .breadcrumbs + .area-message-container {
    margin-top: 2.5rem;
  }
}
.transportpage .area-message-container + .subpage-banner {
  margin-top: 3rem;
}
.transportpage .page-title + * {
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .transportpage .page-title + * {
    margin-top: 4rem;
  }
}
.transportpage .subpage-banner .page-title + * {
  margin-top: 1rem;
}
.transportpage .focus-field-section .zone .webPart + .webPart {
  margin-top: 2rem;
}
.transportpage .focus-field-section + * {
  margin-top: 3rem;
}
@media screen and (min-width: 900px) {
  .transportpage .focus-field-section + * {
    margin-top: 4rem;
  }
}
.transportpage .sub-navigation + * {
  margin-top: 4rem;
}
.transportpage .subpage-banner .subpage-banner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 900px) {
  .transportpage .subpage-banner .subpage-banner-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.transportpage .subpage-banner .subpage-banner-left {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .transportpage .subpage-banner .subpage-banner-left {
    width: calc(53% - 6rem);
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (min-width: 900px) {
  .transportpage .subpage-banner .subpage-banner-left:only-child {
    width: 100%;
  }
  .transportpage .subpage-banner .subpage-banner-left:only-child .page-title {
    max-width: 1100px;
  }
  .transportpage .subpage-banner .subpage-banner-left:only-child .wp-subpage-banner-text {
    max-width: 700px;
  }
}
.transportpage .subpage-banner .subpage-banner-right {
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .transportpage .subpage-banner .subpage-banner-right {
    width: calc(47% - 6rem);
    -ms-flex-item-align: center;
        align-self: center;
    margin-bottom: 0;
  }
}
.transportpage .subpage-banner + * {
  margin-top: 4rem;
}
.transportpage main + .global-bottom-container {
  margin-top: 4rem;
}

body .legacy-content-block-wrapper {
  margin: 0;
}
body .legacy-content-block-wrapper .legacy-content-block {
  border-radius: 0px;
}
body .legacy-content-block-wrapper[data-style=primary] > .legacy-content-block {
  background-color: #DCEDD7;
}
body .legacy-content-block-wrapper[data-style=primary] > .legacy-content-block .legacy-content-block--image .artikkel-bilde-beskrivelse + .artikkel-bilde-copyright {
  background-color: #DCEDD7;
}
body .legacy-content-block-wrapper[data-style=secondary] > .legacy-content-block {
  border-color: #0161AB;
}
body .content-block-body-column > * + * {
  margin-top: 1.25em;
}
body .content-block-body-column > * + h1, body .content-block-body-column > * + h2, body .content-block-body-column > * + h3, body .content-block-body-column > * + h4, body .content-block-body-column > * + h5, body .content-block-body-column > * + h6 {
  margin-top: 1.5em;
}
body .content-block-body-column > h1 + *, body .content-block-body-column > h2 + *, body .content-block-body-column > h3 + * {
  margin-top: 0.75em;
}
body .content-block-body-column > h4 + *, body .content-block-body-column > h5 + *, body .content-block-body-column > h6 + * {
  margin-top: 0.375em;
}
body .content-block-body-column > ul li + li,
body .content-block-body-column > ul li > ul,
body .content-block-body-column > ul li > ol, body .content-block-body-column > ol li + li,
body .content-block-body-column > ol li > ul,
body .content-block-body-column > ol li > ol {
  margin-top: 0.5em;
}
body .content-block-body-column + .content-block-body-column {
  margin-top: 2rem;
}
@media only screen and (min-width: 36.0625em) {
  body .content-block-body-column + .content-block-body-column {
    margin-top: 0;
  }
}

blockquote {
  font-size: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  margin-left: 3rem;
  border-left: 3px solid #E7F4FB;
  font-weight: 400;
  color: #1E2B3C;
}
@media screen and (min-width: 900px) {
  blockquote {
    margin-left: 5rem;
  }
}

body .faqWrapper .divFaqOverskrift span:not(.skjulElement) {
  display: block;
  margin-bottom: 0.5rem;
}
body .faqWrapper .divFaqOverskrift + .faq {
  margin-top: 1.5rem;
}
body .faqWrapper .divFaqIngress span:not(.skjulElement) {
  display: block;
  margin-bottom: 1em;
}
body .faqWrapper .faq {
  border-left: 0 none;
  border-right: 0 none;
  border: 2px solid transparent;
  border-radius: 0px;
  overflow: hidden;
}
body .faqWrapper .faq + .faq {
  margin-top: 1rem;
}
body .faqWrapper .divFaqSporsmal {
  background-color: transparent;
  margin: 0;
  padding: 0;
  cursor: initial;
}
body .faqWrapper .divFaqSporsmal:after {
  display: none;
}
body .faqWrapper .divFaqSporsmal button {
  font-size: 1.125rem;
  padding: 0.75rem 3.75rem 0.75rem 1rem;
  border: 0;
  background-color: #0161AB;
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
@media screen and (min-width: 900px) {
  body .faqWrapper .divFaqSporsmal button {
    font-size: 1.25rem;
  }
}
body .faqWrapper .divFaqSporsmal button::after {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  color: #fff;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  top: 0.25rem;
  right: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
body .faqWrapper .divFaqSporsmal button:hover {
  background-color: #003D6C;
  border-color: transparent;
}
body .faqWrapper .divFaqSporsmal button:hover::after {
  color: #fff;
  background-color: transparent;
}
body .faqWrapper .divFaqSporsmal:hover + .divFaqSvar {
  border-color: transparent;
}
body .faqWrapper .divFaqSporsmal.open button {
  border-bottom: 0;
  background-color: #0161AB;
  color: #fff;
}
body .faqWrapper .divFaqSporsmal.open button::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  font-size: 2rem;
  color: #fff;
  background-color: transparent;
}
body .faqWrapper .divFaqSporsmal.open button:hover {
  background-color: #003D6C;
}
body .faqWrapper .divFaqSporsmal.open button:hover::after {
  color: #fff;
  background-color: transparent;
}
body .faqWrapper .divFaqSvar {
  background-color: #D0E9F8;
  color: #1E2B3C;
  padding: 1rem 3.75rem 1rem 1rem;
  border-top: 2px solid transparent;
}
body .faqWrapper .divFaqSvar > * + * {
  margin-top: 1.25em;
}
body .faqWrapper .divFaqSvar > * + h1, body .faqWrapper .divFaqSvar > * + h2, body .faqWrapper .divFaqSvar > * + h3, body .faqWrapper .divFaqSvar > * + h4, body .faqWrapper .divFaqSvar > * + h5, body .faqWrapper .divFaqSvar > * + h6 {
  margin-top: 1.5em;
}
body .faqWrapper .divFaqSvar > h1 + *, body .faqWrapper .divFaqSvar > h2 + *, body .faqWrapper .divFaqSvar > h3 + * {
  margin-top: 0.75em;
}
body .faqWrapper .divFaqSvar > h4 + *, body .faqWrapper .divFaqSvar > h5 + *, body .faqWrapper .divFaqSvar > h6 + * {
  margin-top: 0.375em;
}
body .faqWrapper .divFaqSvar > ul li + li,
body .faqWrapper .divFaqSvar > ul li > ul,
body .faqWrapper .divFaqSvar > ul li > ol, body .faqWrapper .divFaqSvar > ol li + li,
body .faqWrapper .divFaqSvar > ol li > ul,
body .faqWrapper .divFaqSvar > ol li > ol {
  margin-top: 0.5em;
}
body .faqWrapper .divFaqSvar:hover {
  border-color: transparent;
}
body .faqWrapper .divFaqSvar.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.filoversikttabell td img {
  display: inline-block;
}

h1.il-heading--h1, .client-content-widget--filtervisning .bc-content-header h1.bc-heading--h1,
h2.il-heading--h2,
body .faqWrapper h2.divFaqOverskrift,
h2.file-gallery-title,
h3.il-heading--h3,
.client-content-widget--filtervisning .filtervisning-result-column .filtervisning-item-list .filtervisning-item .bc-content-teaser-text h3.bc-content-teaser-title,
body .faqWrapper h3.divFaqOverskrift,
h4.il-heading--h4,
h5.il-heading--h5,
h6.il-heading--h6 {
  font-weight: 600;
}

.il-heading--h1, .client-content-widget--filtervisning .bc-content-header .bc-heading--h1 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 900px) {
  .il-heading--h1, .client-content-widget--filtervisning .bc-content-header .bc-heading--h1 {
    font-size: 3rem;
  }
}

.il-heading--h2, body .faqWrapper h2.divFaqOverskrift, .file-gallery-title, .filoversikttabell caption {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 900px) {
  .il-heading--h2, body .faqWrapper h2.divFaqOverskrift, .file-gallery-title, .filoversikttabell caption {
    font-size: 2rem;
  }
}

.il-heading--h3, .client-content-widget--filtervisning .filtervisning-result-column .filtervisning-item-list .filtervisning-item .bc-content-teaser-text .bc-content-teaser-title, body .faqWrapper h3.divFaqOverskrift {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 900px) {
  .il-heading--h3, .client-content-widget--filtervisning .filtervisning-result-column .filtervisning-item-list .filtervisning-item .bc-content-teaser-text .bc-content-teaser-title, body .faqWrapper h3.divFaqOverskrift {
    font-size: 1.5rem;
  }
}

.il-heading--h4 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 900px) {
  .il-heading--h4 {
    font-size: 1.25rem;
  }
}

.il-heading--h5 {
  line-height: 1.5;
  font-size: 0.875rem;
}
@media screen and (min-width: 900px) {
  .il-heading--h5 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .il-heading--h5 {
    font-size: 1.125rem;
  }
}

.il-heading--h6 {
  line-height: 1.5;
  font-size: 0.75rem;
}
@media screen and (min-width: 900px) {
  .il-heading--h6 {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .il-heading--h6 {
    font-size: 1rem;
  }
}

.bc-carousel .bc-carousel-container .bc-carousel-content .bc-carousel-caption {
  background-color: transparent;
  font-size: 0.875rem;
  color: #1E2B3C;
}
.bc-carousel .bc-carousel-container .bc-carousel-next button,
.bc-carousel .bc-carousel-container .bc-carousel-previous button {
  width: 48px;
  height: 48px;
  background-color: #1E2B3C;
  border-radius: 0px;
}
.bc-carousel .bc-carousel-container .bc-carousel-next button .bc-icon::before,
.bc-carousel .bc-carousel-container .bc-carousel-previous button .bc-icon::before {
  color: #fff;
}
.bc-carousel .bc-carousel-indicators .bc-carousel-indicator-item {
  background-color: transparent;
  border-color: #1E2B3C;
  border-width: 2px;
  width: 0.75rem;
  height: 0.75rem;
}
.bc-carousel .bc-carousel-indicators .bc-carousel-indicator-item.active {
  background-color: #1E2B3C;
}

.legacy-content-block--image {
  margin-bottom: 1rem;
}
.legacy-content-block--image img {
  border-radius: 0px;
}
.legacy-content-block--image .artikkel-bilde-beskrivelse,
.legacy-content-block--image .artikkel-bilde-copyright {
  font-size: 0.875rem;
  margin-top: 0.5rem;
  color: #1E2B3C;
}
@media screen and (min-width: 900px) {
  .legacy-content-block--image .artikkel-bilde-beskrivelse,
.legacy-content-block--image .artikkel-bilde-copyright {
    font-size: 0.875rem;
  }
}
.legacy-content-block--image .artikkel-bilde-copyright {
  padding-top: 1rem;
}
.legacy-content-block--image .artikkel-bilde-beskrivelse + .artikkel-bilde-copyright {
  margin-top: -0.75rem !important;
  padding-bottom: 0.75rem;
  padding-top: 0;
  background-color: #fff;
  border-bottom: 1px solid #000;
}
.legacy-content-block--image .artikkel-bilde-beskrivelse:empty + .artikkel-bilde-copyright {
  padding-top: 1rem;
}
.legacy-content-block--image .beskrivelse.BildeTekst {
  font-style: normal;
  padding-bottom: 0.75rem;
  padding-top: 0.5rem;
  border-bottom: 1px solid #000;
  line-height: 1.733;
}
.legacy-content-block--image .fotografText {
  background: none;
  text-indent: 0;
}
.legacy-content-block--image .fotografText:before {
  content: "Fotograf:";
  font-weight: 400;
  padding-right: 0.25rem;
}
.legacy-content-block--image.marginRight15 {
  margin-right: 1.5rem;
}
.legacy-content-block--image.marginLeft15 {
  margin-left: 1.5rem;
}

.InnholdLinkTekst:not(.link-render-as-button) {
  text-decoration: none;
  border-bottom: 2px solid currentColor;
  font-weight: 700;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  position: relative;
  color: #1E2B3C;
  background-color: transparent;
}
.InnholdLinkTekst:not(.link-render-as-button):hover {
  background-color: #D0E9F8;
  color: #1E2B3C;
}
.InnholdLinkTekst:not(.link-render-as-button).external[href^=http]::after {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.InnholdLinkTekst:not(.link-render-as-button).filetype-pdf::after {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
  font-size: 1.75rem;
}

body a[href].link-render-as-button.link-render-as-button,
.il-custom-button {
  border: 2px solid #0161AB;
  border-radius: 0px;
  display: inline-block;
  color: #fff;
  background-color: #0161AB;
  text-decoration: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  padding: 0.334em 0.75em;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
}
body a[href].link-render-as-button.link-render-as-button:hover,
.il-custom-button:hover {
  border-color: #003D6C;
  color: #fff;
  background-color: #003D6C;
}
body a[href].link-render-as-button.link-render-as-button.external[href^=http]:after,
.il-custom-button.external[href^=http]:after {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}

ul.il-ul,
ol.il-ol {
  display: flow-root;
}

.guidancewizard-widget {
  --bc-c-text-primary: #1E2B3C;
  --bc-c-action-primary: #1E2B3C;
  --bc-c-action-primary-hover: transparent;
  --bc-c-action-primary-border: #1E2B3C;
  --bc-c-action-primary-foreground: #fff;
  --bc-c-action-secondary: #1E2B3C;
  --bc-c-action-secondary-hover: transparent;
  --bc-c-action-secondary-border: #1E2B3C;
  --bc-c-action-secondary-foreground: #fff;
  --bc-c-border-input: #D0E9F8;
  --bc-background-color: #fff;
  --bc-input-height: 3.625rem;
}
.guidancewizard-widget .bc-guidancewizard-guidancewizard-step-content::before, .guidancewizard-widget .bc-guidancewizard-guidancewizard-step-content::after {
  border-color: var(--bc-c-action-primary-border) !important;
  background-color: var(--bc-background-color) !important;
}
.guidancewizard-widget .bc-guidancewizard-guidancewizard-step-content .bc-guidancewizard-step-choice-wrapper {
  border-color: var(--bc-c-action-primary-border);
}
.guidancewizard-widget .bc-guidancewizard-step-navigation::after,
.guidancewizard-widget .bc-guidancewizard-step-reset::after {
  border-color: var(--bc-c-action-primary-border);
}
.guidancewizard-widget .bc-guidancewizard-step-navigation .bc-content-button,
.guidancewizard-widget .bc-guidancewizard-step-reset .bc-content-button {
  border-radius: 0px;
  width: 100%;
  padding: 0.75rem 1.5rem;
}
.guidancewizard-widget .bc-guidancewizard-step-navigation .bc-content-button:hover,
.guidancewizard-widget .bc-guidancewizard-step-reset .bc-content-button:hover {
  border-color: var(--bc-c-action-primary-border);
  color: var(--bc-c-action-primary);
}
.guidancewizard-widget .bc-guidancewizard-step-title + .bc-guidancewizard-step-result {
  margin-top: 1.5rem;
}
.guidancewizard-widget .bc-guidancewizard-step-result {
  border-color: #D0E9F8;
  background-color: #D0E9F8;
  border-radius: 0px;
  padding: 2.5rem 1.5rem;
}
.guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > * + * {
  margin-top: 1.25em;
}
.guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > * + h1, .guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > * + h2, .guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > * + h3, .guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > * + h4, .guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > * + h5, .guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > * + h6 {
  margin-top: 1.5em;
}
.guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > h1 + *, .guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > h2 + *, .guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > h3 + * {
  margin-top: 0.75em;
}
.guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > h4 + *, .guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > h5 + *, .guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > h6 + * {
  margin-top: 0.375em;
}
.guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > ul li + li,
.guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > ul li > ul,
.guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > ul li > ol, .guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > ol li + li,
.guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > ol li > ul,
.guidancewizard-widget .bc-guidancewizard-step-result .bc-paragraph > p > ol li > ol {
  margin-top: 0.5em;
}

@media only screen and (max-width: 800px) {
  .liste.legacy-content-block--table table,
.liste.legacy-content-block--table thead,
.liste.legacy-content-block--table tbody,
.liste.legacy-content-block--table tr,
.liste.legacy-content-block--table th,
.liste.legacy-content-block--table td,
.il-table-wrapper table,
.il-table-wrapper thead,
.il-table-wrapper tbody,
.il-table-wrapper tr,
.il-table-wrapper th,
.il-table-wrapper td {
    display: block;
  }
  .liste.legacy-content-block--table table,
.il-table-wrapper table {
    min-width: 0;
  }
  .liste.legacy-content-block--table thead tr,
.il-table-wrapper thead tr {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .liste.legacy-content-block--table tr.il-table__body-row,
.il-table-wrapper tr.il-table__body-row {
    border-bottom: 0 !important;
  }
  .liste.legacy-content-block--table tr.il-table__body-row + tr,
.il-table-wrapper tr.il-table__body-row + tr {
    margin-top: 1rem;
  }
  .liste.legacy-content-block--table tr.il-table__body-row::after,
.il-table-wrapper tr.il-table__body-row::after {
    clear: both;
    content: "";
    display: table;
  }
  .liste.legacy-content-block--table td,
.il-table-wrapper td {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border: none;
    border-top: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    font-size: 0.9rem;
    padding: 0 !important;
    width: 100%;
  }
  .liste.legacy-content-block--table td::before,
.liste.legacy-content-block--table td span,
.il-table-wrapper td::before,
.il-table-wrapper td span {
    padding: 1em;
  }
  .liste.legacy-content-block--table td::before,
.il-table-wrapper td::before {
    content: attr(data-column-label);
    display: inline-block;
    font-weight: 700;
    padding-right: 0.5em;
    width: 50%;
    background-color: #0161AB;
    color: #fff;
  }
  .liste.legacy-content-block--table td span,
.il-table-wrapper td span {
    background-color: #E7F4FB;
    display: block;
    float: right;
    overflow-wrap: break-word;
    padding-left: 0.5em;
    width: 50%;
    word-wrap: break-word;
  }
}
@media only screen and (min-width: 801px) {
  .liste.legacy-content-block--table,
.il-table-wrapper {
    overflow-x: auto;
  }
  .liste.legacy-content-block--table table,
.il-table-wrapper table {
    margin-bottom: 0;
    border: 1px solid transparent;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 0px;
  }
  .liste.legacy-content-block--table table tr.il-table__body-row:nth-child(even),
.liste.legacy-content-block--table table tr:nth-child(even),
.il-table-wrapper table tr.il-table__body-row:nth-child(even),
.il-table-wrapper table tr:nth-child(even) {
    background-color: #E7F4FB;
  }
  .liste.legacy-content-block--table table td,
.liste.legacy-content-block--table table th,
.il-table-wrapper table td,
.il-table-wrapper table th {
    vertical-align: top;
    padding: 0.75em 0.75em;
  }
  .liste.legacy-content-block--table table td:first-child,
.liste.legacy-content-block--table table th:first-child,
.il-table-wrapper table td:first-child,
.il-table-wrapper table th:first-child {
    border-radius: 0px 0 0 0px;
  }
  .liste.legacy-content-block--table table td:last-child,
.liste.legacy-content-block--table table th:last-child,
.il-table-wrapper table td:last-child,
.il-table-wrapper table th:last-child {
    border-radius: 0 0px 0px 0;
  }
  .liste.legacy-content-block--table table td,
.il-table-wrapper table td {
    padding: 15px !important;
    background-color: transparent;
    color: #1E2B3C;
  }
  .liste.legacy-content-block--table table th,
.il-table-wrapper table th {
    font-size: 1.125rem;
    text-align: left;
    background-color: #0161AB;
    color: #fff;
    font-weight: 700;
    width: auto !important;
    padding-bottom: 15px !important;
  }
}
@media only screen and (min-width: 801px) and (min-width: 900px) {
  .liste.legacy-content-block--table table th,
.il-table-wrapper table th {
    font-size: 1.25rem;
  }
}

.liste.legacy-content-block.legacy-content-block--table > div {
  margin-bottom: 20px;
  line-height: 1.3;
}
.liste.legacy-content-block.legacy-content-block--table > div .li-table__heading {
  font-size: 1.375rem;
  font-weight: 600;
}
@media screen and (min-width: 900px) {
  .liste.legacy-content-block.legacy-content-block--table > div .li-table__heading {
    font-size: 1.625rem;
  }
}
.liste.legacy-content-block.legacy-content-block--table > div .li-table__description {
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .liste.legacy-content-block.legacy-content-block--table > div .li-table__description {
    font-size: 1.125rem;
  }
}

.milestone-block-content > * + * {
  margin-top: 1.25em;
}
.milestone-block-content > * + h1, .milestone-block-content > * + h2, .milestone-block-content > * + h3, .milestone-block-content > * + h4, .milestone-block-content > * + h5, .milestone-block-content > * + h6 {
  margin-top: 1.5em;
}
.milestone-block-content > h1 + *, .milestone-block-content > h2 + *, .milestone-block-content > h3 + * {
  margin-top: 0.75em;
}
.milestone-block-content > h4 + *, .milestone-block-content > h5 + *, .milestone-block-content > h6 + * {
  margin-top: 0.375em;
}
.milestone-block-content > ul li + li,
.milestone-block-content > ul li > ul,
.milestone-block-content > ul li > ol, .milestone-block-content > ol li + li,
.milestone-block-content > ol li > ul,
.milestone-block-content > ol li > ol {
  margin-top: 0.5em;
}

.webskjema {
  --bc-c-text-primary: #1E2B3C;
  --bc-c-action-primary: #000;
  --bc-c-action-primary-hover: #fff;
  --bc-c-action-primary-border: #000;
  --bc-c-action-primary-foreground: #fff;
  --bc-c-border-input: #000;
  --bc-background-color: #fff;
  --bc-input-border-width: 2px;
  --bc-input-height: 3.625rem;
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .webskjema {
    font-size: 1.125rem;
  }
}
.webskjema input,
.webskjema textarea {
  border-radius: 0px;
}
.webskjema .button-container button {
  border-radius: 0px;
  border-width: var(--bc-input-border-width);
  border-color: var(--bc-c-action-primary);
}
.webskjema .button-container button:focus {
  border-radius: 0px !important;
}
.webskjema .bc-content-checkbox .bc-content-form-checkbox-container {
  border-radius: 4px;
}
.webskjema .bc-content-button {
  border-radius: 0px;
  padding: 0.75rem 1.5rem;
  background-color: #1E2B3C !important;
  border-color: #1E2B3C !important;
  color: #fff !important;
}
.webskjema .bc-content-button:hover {
  color: #1E2B3C !important;
  background-color: #fff !important;
}

.wp-frontpage-focus-field .emnekart-client-content-widget .ac-banner-content--outer,
.wp-focus-field .emnekart-client-content-widget .ac-banner-content--outer {
  background-color: var(--focus-field-background);
}
.wp-frontpage-focus-field .emnekart-client-content-widget + .emnekart-client-content-widget,
.wp-focus-field .emnekart-client-content-widget + .emnekart-client-content-widget {
  margin-top: 2rem;
}

.ac-banner + .ac-banner {
  margin-top: 0;
}
@media screen and (min-width: 900px) {
  .ac-banner + .ac-banner {
    margin-top: 4rem;
  }
}
.ac-banner .ac-banner-content--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 900px) {
  .ac-banner .ac-banner-content--inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 90%;
    max-width: 1495px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 900px) {
  .ac-banner .ac-banner-content--inner .ac-banner-field {
    border-radius: 0px 0 0 0px;
  }
  .ac-banner .ac-banner-content--inner .ac-banner-field + .ac-banner-field {
    border-radius: 0 0px 0px 0;
  }
}
.ac-banner .ac-banner-content--inner .ac-banner-field--text {
  padding: 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--focus-field-text);
  background-color: var(--focus-field-background);
  width: 100%;
}
@media screen and (min-width: 900px) {
  .ac-banner .ac-banner-content--inner .ac-banner-field--text {
    padding: 4rem;
    width: 50%;
  }
}
.ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header {
  padding-bottom: 0.5rem;
  width: 90%;
  max-width: 1495px;
  margin-left: auto;
  margin-right: auto;
  color: var(--focus-field-text);
}
@media screen and (min-width: 900px) {
  .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header {
    width: 100%;
  }
}
.ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header h2 {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header h2 {
    font-size: 2rem;
  }
}
.ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header h3 {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header h3 {
    font-size: 2rem;
  }
}
.ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header + .ac-banner-field-body {
  margin-top: 1rem;
}
.ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body {
  width: 90%;
  max-width: 1495px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body {
    width: 100%;
    font-size: 1.25rem;
  }
}
.ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + * {
  margin-top: 1.25em;
}
.ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h1, .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h2, .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h3, .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h4, .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h5, .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h6 {
  margin-top: 1.5em;
}
.ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h1 + *, .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h2 + *, .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h3 + * {
  margin-top: 0.75em;
}
.ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h4 + *, .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h5 + *, .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h6 + * {
  margin-top: 0.375em;
}
.ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ul li + li,
.ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ul li > ul,
.ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ul li > ol, .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ol li + li,
.ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ol li > ul,
.ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ol li > ol {
  margin-top: 0.5em;
}
.ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body + .ac-banner-field-footer {
  margin-top: 1rem;
}
.ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer {
  width: 90%;
  max-width: 1495px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer {
    width: 100%;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 900px) {
  .ac-banner.ac-banner--field-order-1 .ac-banner-field--text {
    padding: 4rem 4rem 4rem 0;
  }
}
@media screen and (min-width: 900px) {
  .ac-banner.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--menu {
    padding: 4rem 0 4rem 4rem;
  }
}
@media screen and (min-width: 900px) {
  .ac-banner.ac-banner--field-order-2 .ac-banner-field--text {
    padding: 4rem 0 4rem 4rem;
  }
}
@media screen and (min-width: 900px) {
  .ac-banner.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--menu {
    padding: 4rem 4rem 4rem 0;
  }
}

@media screen and (min-width: 900px) {
  .ac-banner--text .ac-banner-content--inner .ac-banner-field--text {
    width: 100%;
    border-radius: 0px;
  }
}

@media screen and (min-width: 900px) {
  .ac-banner--text-image .ac-banner-content--inner .ac-banner-field--image {
    width: 50%;
    overflow: hidden;
  }
}
.ac-banner--text-image .ac-banner-content--inner .ac-banner-field--image div,
.ac-banner--text-image .ac-banner-content--inner .ac-banner-field--image picture {
  height: 100%;
}
.ac-banner--text-image .ac-banner-content--inner .ac-banner-field--image .ac-picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ac-banner--text-image .ac-banner-content--inner .ac-banner-field--image .ac-image {
  width: 100%;
  aspect-ratio: 1.36;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 600px) {
  .ac-banner--text-image .ac-banner-content--inner .ac-banner-field--image .ac-image {
    aspect-ratio: 1.92;
  }
}
.ac-banner--text-image.ac-banner--field-order-1 .ac-banner-content--inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 900px) {
  .ac-banner--text-image.ac-banner--field-order-1 .ac-banner-content--inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--text {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu {
  background-color: var(--focus-field-background);
  padding: 1rem 0 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 900px) {
  .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu {
    width: 50%;
    padding: 4rem;
  }
}
.ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-header {
  padding-bottom: 0.5rem;
  width: 90%;
  max-width: 1495px;
  margin-left: auto;
  margin-right: auto;
  color: var(--focus-field-text);
}
@media screen and (min-width: 900px) {
  .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-header {
    width: 100%;
  }
}
.ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-header h2 {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-header h2 {
    font-size: 2rem;
  }
}
.ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-header h3 {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-header h3 {
    font-size: 2rem;
  }
}
.ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-header + .ac-banner-field-body {
  margin-top: 1rem;
}
.ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body {
  width: 90%;
  max-width: 1495px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-banner-field-body {
    width: 100%;
  }
}
.ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 404px;
}
.ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-menu li a {
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 1.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  color: var(--focus-field--menu-link);
  border-bottom: 2px solid;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-menu li a {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 900px) {
  .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-menu li a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-menu li a::before, .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-menu li a::after {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--focus-field--menu-link-icon);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-menu li a::before {
  left: 0;
}
.ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-menu li a::after {
  left: 8px;
  opacity: 0;
}
.ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-menu li a:hover {
  padding-left: calc(1.75rem + 8px);
  color: var(--focus-field--menu-link--hover);
}
.ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-menu li a:hover::before, .ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-menu li a:hover::after {
  opacity: 1;
  color: var(--focus-field--menu-link-icon--hover);
}
.ac-banner--text-menu .ac-banner-content--inner .ac-banner-field--menu .ac-menu li + li {
  margin-top: 0.5rem;
}

.ac-banner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover {
  color: var(--focus-field--link--hover);
  background: var(--focus-field--link-background--hover);
}
.ac-banner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt a[href].link-render-as-button.link-render-as-button,
.ac-banner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .il-custom-button {
  border: 2px solid #D0E9F8;
  border-radius: 0px;
  display: inline-block;
  color: #1E2B3C;
  background-color: #D0E9F8;
  text-decoration: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  padding: 0.334em 0.75em;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  color: var(--focus-field--button-text);
  background-color: var(--focus-field--button-background);
  border-color: var(--focus-field--button-border);
}
.ac-banner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt a[href].link-render-as-button.link-render-as-button:hover,
.ac-banner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .il-custom-button:hover {
  border-color: #377435;
  color: #377435;
  background-color: transparent;
}
.ac-banner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt a[href].link-render-as-button.link-render-as-button.external[href^=http]::after,
.ac-banner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .il-custom-button.external[href^=http]::after {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.ac-banner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.ac-banner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .il-custom-button.filetype-pdf::after {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.ac-banner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt a[href].link-render-as-button.link-render-as-button:hover,
.ac-banner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .il-custom-button:hover {
  color: var(--focus-field--button-text--hover);
  background-color: var(--focus-field--button-background--hover);
  border-color: var(--focus-field--button-border--hover);
}
.ac-banner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button {
  border: 2px solid #0161AB;
  border-radius: 0px;
  display: inline-block;
  color: #fff;
  background-color: #0161AB;
  text-decoration: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  padding: 0.334em 0.75em;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  color: var(--focus-field--button-text);
  background-color: var(--focus-field--button-background);
  border-color: var(--focus-field--button-border);
}
.ac-banner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button:hover {
  border-color: #003D6C;
  color: #fff;
  background-color: #003D6C;
}
.ac-banner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button.external[href^=http]:after {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.ac-banner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button:hover {
  color: var(--focus-field--button-text--hover);
  background-color: var(--focus-field--button-background--hover);
  border-color: var(--focus-field--button-border--hover);
}
.ac-banner.dark-green {
  --focus-field-background: #377435;
  --focus-field-text: #DCEDD7;
  --focus-field--link--hover: #377435;
  --focus-field--link-background--hover: #DCEDD7;
  --focus-field--button-text: #1E2B3C;
  --focus-field--button-text--hover: #1E2B3C;
  --focus-field--button-background: #DCEDD7;
  --focus-field--button-background--hover: #ECF6EA;
  --focus-field--button-border: #DCEDD7;
  --focus-field--button-border--hover: #ECF6EA;
  --focus-field--menu-link: #DCEDD7;
  --focus-field--menu-link--hover: #DCEDD7;
  --focus-field--menu-link-icon: #DCEDD7;
  --focus-field--menu-link-icon--hover: #DCEDD7;
}
.ac-banner.light-green {
  --focus-field-background: #DCEDD7;
  --focus-field-text: #1E2B3C;
  --focus-field--link--hover: #DCEDD7;
  --focus-field--link-background--hover: #1E2B3C;
  --focus-field--button-text: #fff;
  --focus-field--button-text--hover: #fff;
  --focus-field--button-background: #377435;
  --focus-field--button-background--hover: #2D5E2B;
  --focus-field--button-border: #377435;
  --focus-field--button-border--hover: #2D5E2B;
  --focus-field--menu-link: #1E2B3C;
  --focus-field--menu-link--hover: #1E2B3C;
  --focus-field--menu-link-icon: #1E2B3C;
  --focus-field--menu-link-icon--hover: #1E2B3C;
}
.ac-banner.blue {
  --focus-field-background: #D0E9F8;
  --focus-field-text: #1E2B3C;
  --focus-field--link--hover: #D0E9F8;
  --focus-field--link-background--hover: #1E2B3C;
  --focus-field--button-text: #fff;
  --focus-field--button-text--hover: #fff;
  --focus-field--button-background: #0161AB;
  --focus-field--button-background--hover: #003D6C;
  --focus-field--button-border: #0161AB;
  --focus-field--button-border--hover: #003D6C;
  --focus-field--menu-link: #1E2B3C;
  --focus-field--menu-link--hover: #1E2B3C;
  --focus-field--menu-link-icon: #1E2B3C;
  --focus-field--menu-link-icon--hover: #1E2B3C;
}

@media screen and (min-width: 1200px) {
  .wp-banner-focus-field {
    max-width: 812px;
  }
}
@media screen and (min-width: 900px) {
  .wp-banner-focus-field .ac-banner .ac-banner-content--inner {
    width: 100%;
  }
}
.wp-banner-focus-field .ac-banner .ac-banner-content--inner .ac-banner-field--text {
  padding: 2rem 2.5rem 2rem;
  border-radius: 0px;
}
@media screen and (min-width: 1200px) {
  .wp-banner-focus-field .ac-banner .ac-banner-content--inner .ac-banner-field--text {
    padding: 2.25rem 2.5rem 2.25rem;
    border-radius: 0px 0 0px 0px;
  }
}
.wp-banner-focus-field .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header {
  width: 100%;
}
.wp-banner-focus-field .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header .ac-banner-field-title h2,
.wp-banner-focus-field .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header .ac-banner-field-title h3 {
  font-size: 1.25rem;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .wp-banner-focus-field .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header .ac-banner-field-title h2,
.wp-banner-focus-field .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header .ac-banner-field-title h3 {
    font-size: 1.5rem;
  }
}
.wp-banner-focus-field .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header + .ac-banner-field-body {
  margin-top: 0.5rem;
}
.wp-banner-focus-field .ac-banner .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body {
  width: 100%;
}

body .artikkel p {
  margin-bottom: 0;
}

.artikkel header h1 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 900px) {
  .artikkel header h1 {
    font-size: 2.5rem;
  }
}
.artikkel header + .ingress {
  margin-top: 0.75em;
}
.artikkel header + .tekst {
  margin-top: 1em;
}
.artikkel header + * {
  margin-top: 1.5em;
}
.artikkel .ingress > * + * {
  margin-top: 1.25em;
}
.artikkel .ingress > * + h1, .artikkel .ingress > * + h2, .artikkel .ingress > * + h3, .artikkel .ingress > * + h4, .artikkel .ingress > * + h5, .artikkel .ingress > * + h6 {
  margin-top: 1.5em;
}
.artikkel .ingress > h1 + *, .artikkel .ingress > h2 + *, .artikkel .ingress > h3 + * {
  margin-top: 0.75em;
}
.artikkel .ingress > h4 + *, .artikkel .ingress > h5 + *, .artikkel .ingress > h6 + * {
  margin-top: 0.375em;
}
.artikkel .ingress > ul li + li,
.artikkel .ingress > ul li > ul,
.artikkel .ingress > ul li > ol, .artikkel .ingress > ol li + li,
.artikkel .ingress > ol li > ul,
.artikkel .ingress > ol li > ol {
  margin-top: 0.5em;
}
.artikkel .ingress p {
  font-size: 1.5rem;
}
.artikkel .ingress + * {
  margin-top: 1.75em;
}
.artikkel .tekst {
  font-size: 1.25rem;
}
.artikkel .tekst > * + * {
  margin-top: 1.25em;
}
.artikkel .tekst > * + h1, .artikkel .tekst > * + h2, .artikkel .tekst > * + h3, .artikkel .tekst > * + h4, .artikkel .tekst > * + h5, .artikkel .tekst > * + h6 {
  margin-top: 1.5em;
}
.artikkel .tekst > h1 + *, .artikkel .tekst > h2 + *, .artikkel .tekst > h3 + * {
  margin-top: 0.75em;
}
.artikkel .tekst > h4 + *, .artikkel .tekst > h5 + *, .artikkel .tekst > h6 + * {
  margin-top: 0.375em;
}
.artikkel .tekst > ul li + li,
.artikkel .tekst > ul li > ul,
.artikkel .tekst > ul li > ol, .artikkel .tekst > ol li + li,
.artikkel .tekst > ol li > ul,
.artikkel .tekst > ol li > ol {
  margin-top: 0.5em;
}

.ac-content-page,
.client-content-widget--filtervisning {
  font-size: 1.25em;
}
.ac-content-page .ac-content-teaser--search .ac-content-teaser-meta,
.client-content-widget--filtervisning .ac-content-teaser--search .ac-content-teaser-meta {
  font-size: 1rem;
}

.ArtikkelKategoriOverskrift {
  font-weight: 600;
  line-height: 1.25;
  font-size: 1.75rem;
}
@media screen and (min-width: 900px) {
  .ArtikkelKategoriOverskrift {
    line-height: 1.125;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .ArtikkelKategoriOverskrift {
    font-size: 2.25rem;
  }
}
.ArtikkelKategoriOverskrift + * {
  margin-top: 2rem;
}

body .artikkeloversikt .artikkeloversiktrad {
  border-top: 3px solid #ccc;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
body .artikkeloversikt .artikkeloversiktrad:last-child {
  border-bottom: 3px solid #ccc;
}
body .artikkeloversikt .artikkeloversiktrad .artikkelteaser .tittel a.InnholdOverskrift {
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 1.375;
  -webkit-box-shadow: 0 1px 0 0 currentColor;
          box-shadow: 0 1px 0 0 currentColor;
}
body .artikkeloversikt .artikkeloversiktrad .artikkelteaser .InnholdTekst {
  margin-top: 0.75em;
  font-size: 1rem;
}
body .artikkeloversikt .artikkeloversiktrad .artikkelteaser .bilde_hoyre {
  display: none;
}

body .artikkel .InnholdForfatter {
  padding-top: 0;
}

.ingress .byline__container {
  margin-top: 0;
}

.tekst + .byline__container {
  margin-top: 3.5rem;
}

.byline {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  font-size: 0.875rem;
}
.byline .byline__published > * {
  display: inline-block;
  margin-right: 0.5rem;
}

.wp-area-message-global {
  padding: 1.5rem 0 3rem;
}
.wp-area-message-global .area-message-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wp-area-message-global .area-message-list .area-message-list-item {
  width: 100%;
  position: relative;
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .wp-area-message-global .area-message-list .area-message-list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.wp-area-message-global .area-message-list .area-message-list-item:before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 4rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-area-message-global .area-message-list .area-message-list-item:before {
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
}
.wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__title h3 {
  font-size: 1.25rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__title h3 {
    font-size: 1.5rem;
  }
}
.wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__title + .area-message-list-item__content {
  margin-top: 0.5rem;
}
.wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content {
  font-size: 1rem;
  font-weight: 400;
}
.wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content > * + * {
  margin-top: 1.25em;
}
.wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content > * + h1, .wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content > * + h2, .wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content > * + h3, .wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content > * + h4, .wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content > * + h5, .wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content > * + h6 {
  margin-top: 1.5em;
}
.wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content > h1 + *, .wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content > h2 + *, .wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content > h3 + * {
  margin-top: 0.75em;
}
.wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content > h4 + *, .wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content > h5 + *, .wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content > h6 + * {
  margin-top: 0.375em;
}
.wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content > ul li + li,
.wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content > ul li > ul,
.wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content > ul li > ol, .wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content > ol li + li,
.wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content > ol li > ul,
.wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content > ol li > ol {
  margin-top: 0.5em;
}
@media screen and (min-width: 900px) {
  .wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content {
    font-size: 1.125rem;
  }
}
.wp-area-message-global .area-message-list .area-message-list-item .area-message-list-item__text .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
  font-weight: 700;
}
.wp-area-message-global .area-message-list .area-message-list-item.area-message--emergency {
  background-color: #FBC061;
  border: 3px solid #FBC061;
}
.wp-area-message-global .area-message-list .area-message-list-item.area-message--emergency::before {
  color: #1E2B3C;
}
.wp-area-message-global .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__title {
  color: #1E2B3C;
}
.wp-area-message-global .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content {
  color: #1E2B3C;
}
.wp-area-message-global .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
  color: #1E2B3C;
}
.wp-area-message-global .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover {
  color: #FBC061;
  background-color: #1E2B3C;
}
.wp-area-message-global .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-global .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content .il-custom-button {
  border-color: red;
  background-color: #0161AB;
  color: #fff;
}
.wp-area-message-global .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-global .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content .il-custom-button:hover {
  background-color: #fff;
  color: #0161AB;
  border-color: #0161AB;
}
.wp-area-message-global .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content .legacy-content-block--image .artikkel-bilde-beskrivelse + .artikkel-bilde-copyright {
  background-color: #FBC061;
}
.wp-area-message-global .area-message-list .area-message-list-item.area-message--regular {
  background-color: #E6E7E9;
  border: 3px solid #E6E7E9;
}
.wp-area-message-global .area-message-list .area-message-list-item.area-message--regular::before {
  color: #1E2B3C;
}
.wp-area-message-global .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__title {
  color: #1E2B3C;
}
.wp-area-message-global .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content {
  color: #1E2B3C;
}
.wp-area-message-global .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
  color: #1E2B3C;
}
.wp-area-message-global .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover {
  color: #E6E7E9;
  background-color: #1E2B3C;
}
.wp-area-message-global .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-global .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content .il-custom-button {
  border-color: #0161AB;
  background-color: #0161AB;
  color: #fff;
}
.wp-area-message-global .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-global .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content .il-custom-button:hover {
  background-color: #fff;
  color: #0161AB;
  border-color: #0161AB;
}
.wp-area-message-global .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content .legacy-content-block--image .artikkel-bilde-beskrivelse + .artikkel-bilde-copyright {
  background-color: #E6E7E9;
}
.wp-area-message-global .area-message-list .area-message-list-item.hidden-icon::before {
  display: none;
}
.wp-area-message-global .area-message-list .area-message-list-item + .area-message-list-item {
  margin-top: 1.5rem;
}

.wp-area-message-local .emnekart-area-message-list .emnekart-area-message,
.wp-area-message-local .emnekart-area-message-list .area-message-list,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 900px) {
  .wp-area-message-local .emnekart-area-message-list .emnekart-area-message,
.wp-area-message-local .emnekart-area-message-list .area-message-list,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item {
  max-width: 1495px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  width: 90%;
  position: relative;
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item:before,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item:before,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item:before,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item:before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 4rem;
  color: #1E2B3C;
  margin-bottom: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item:before,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item:before,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item:before,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item:before {
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__title h3,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__title h3,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__title h3,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__title h3,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__title h3,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__title h3,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__title h3,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__title h3 {
  font-size: 1.25rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__title h3,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__title h3,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__title h3,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__title h3,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__title h3,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__title h3,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__title h3,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__title h3 {
    font-size: 1.5rem;
  }
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__title + .area-message__content,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__title + .area-message__content,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__title + .area-message__content,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__title + .area-message__content,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__title + .area-message__content,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__title + .area-message__content,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__title + .area-message__content,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__title + .area-message__content {
  margin-top: 0.5rem;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content {
  font-size: 1rem;
  font-weight: 400;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content > * + *,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > * + *,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content > * + *,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content > * + *,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content > * + *,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > * + *,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content > * + *,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content > * + * {
  margin-top: 1.25em;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content > * + h1, .wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content > * + h2, .wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content > * + h3, .wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content > * + h4, .wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content > * + h5, .wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content > * + h6,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > * + h1,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > * + h2,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > * + h3,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > * + h4,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > * + h5,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > * + h6,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content > * + h1,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content > * + h2,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content > * + h3,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content > * + h4,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content > * + h5,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content > * + h6,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content > * + h1,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content > * + h2,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content > * + h3,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content > * + h4,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content > * + h5,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content > * + h6,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content > * + h1,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content > * + h2,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content > * + h3,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content > * + h4,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content > * + h5,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content > * + h6,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > * + h1,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > * + h2,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > * + h3,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > * + h4,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > * + h5,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > * + h6,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content > * + h1,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content > * + h2,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content > * + h3,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content > * + h4,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content > * + h5,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content > * + h6,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content > * + h1,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content > * + h2,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content > * + h3,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content > * + h4,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content > * + h5,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content > * + h6 {
  margin-top: 1.5em;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content > h1 + *, .wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content > h2 + *, .wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content > h3 + *,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > h1 + *,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > h2 + *,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > h3 + *,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content > h1 + *,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content > h2 + *,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content > h3 + *,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content > h1 + *,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content > h2 + *,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content > h3 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content > h1 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content > h2 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content > h3 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > h1 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > h2 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > h3 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content > h1 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content > h2 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content > h3 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content > h1 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content > h2 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content > h3 + * {
  margin-top: 0.75em;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content > h4 + *, .wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content > h5 + *, .wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content > h6 + *,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > h4 + *,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > h5 + *,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > h6 + *,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content > h4 + *,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content > h5 + *,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content > h6 + *,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content > h4 + *,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content > h5 + *,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content > h6 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content > h4 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content > h5 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content > h6 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > h4 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > h5 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > h6 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content > h4 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content > h5 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content > h6 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content > h4 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content > h5 + *,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content > h6 + * {
  margin-top: 0.375em;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content > ul li + li,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content > ul li > ul,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content > ul li > ol, .wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content > ol li + li,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content > ol li > ul,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content > ol li > ol,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > ul li + li,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > ul li > ul,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > ul li > ol,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > ol li + li,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > ol li > ul,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > ol li > ol,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content > ul li + li,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content > ul li > ul,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content > ul li > ol,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content > ol li + li,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content > ol li > ul,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content > ol li > ol,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content > ul li + li,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content > ul li > ul,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content > ul li > ol,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content > ol li + li,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content > ol li > ul,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content > ol li > ol,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content > ul li + li,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content > ul li > ul,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content > ul li > ol,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content > ol li + li,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content > ol li > ul,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content > ol li > ol,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > ul li + li,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > ul li > ul,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > ul li > ol,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > ol li + li,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > ol li > ul,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > ol li > ol,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content > ul li + li,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content > ul li > ul,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content > ul li > ol,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content > ol li + li,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content > ol li > ul,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content > ol li > ol,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content > ul li + li,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content > ul li > ul,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content > ul li > ol,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content > ol li + li,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content > ol li > ul,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content > ol li > ol {
  margin-top: 0.5em;
}
@media screen and (min-width: 900px) {
  .wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content {
    font-size: 1.125rem;
  }
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
  font-weight: 700;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--emergency,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--emergency,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--emergency,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--emergency {
  background-color: #FBC061;
  border: 3px solid #FBC061;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--emergency::before,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--emergency::before,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--emergency::before,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--emergency::before {
  color: #1E2B3C;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message__title,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message-list-item__title,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--emergency .area-message__title,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__title,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message__title,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message-list-item__title,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--emergency .area-message__title,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__title {
  color: #1E2B3C;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message__content,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message-list-item__content,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--emergency .area-message__content,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message__content,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message-list-item__content,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--emergency .area-message__content,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content {
  color: #1E2B3C;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--emergency .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--emergency .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
  color: #1E2B3C;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--emergency .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--emergency .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover {
  color: #FBC061;
  background-color: #1E2B3C;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message__content .il-custom-button,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message-list-item__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message-list-item__content .il-custom-button,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--emergency .area-message__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--emergency .area-message__content .il-custom-button,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content .il-custom-button,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message__content .il-custom-button,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message-list-item__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message-list-item__content .il-custom-button,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--emergency .area-message__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--emergency .area-message__content .il-custom-button,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content .il-custom-button {
  border-color: red;
  background-color: #0161AB;
  color: #fff;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message__content .il-custom-button:hover,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message-list-item__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message-list-item__content .il-custom-button:hover,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--emergency .area-message__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--emergency .area-message__content .il-custom-button:hover,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content .il-custom-button:hover,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message__content .il-custom-button:hover,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message-list-item__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--emergency .area-message-list-item__content .il-custom-button:hover,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--emergency .area-message__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--emergency .area-message__content .il-custom-button:hover,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--emergency .area-message-list-item__content .il-custom-button:hover {
  background-color: #fff;
  color: #0161AB;
  border-color: #0161AB;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--regular,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--regular,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--regular,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--regular {
  background-color: #E6E7E9;
  border: 3px solid #E6E7E9;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--regular::before,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--regular::before,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--regular::before,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--regular::before {
  color: #1E2B3C;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message__title,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message-list-item__title,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--regular .area-message__title,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__title,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message__title,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message-list-item__title,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--regular .area-message__title,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__title {
  color: #1E2B3C;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message__content,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message-list-item__content,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--regular .area-message__content,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message__content,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message-list-item__content,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--regular .area-message__content,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content {
  color: #1E2B3C;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--regular .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--regular .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
  color: #1E2B3C;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--regular .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--regular .area-message__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover {
  color: #E6E7E9;
  background-color: #1E2B3C;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message__content .il-custom-button,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message-list-item__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message-list-item__content .il-custom-button,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--regular .area-message__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--regular .area-message__content .il-custom-button,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content .il-custom-button,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message__content .il-custom-button,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message-list-item__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message-list-item__content .il-custom-button,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--regular .area-message__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--regular .area-message__content .il-custom-button,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content .il-custom-button {
  border-color: #0161AB;
  background-color: #0161AB;
  color: #fff;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message__content .il-custom-button:hover,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message-list-item__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message-list-item__content .il-custom-button:hover,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--regular .area-message__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--regular .area-message__content .il-custom-button:hover,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content .il-custom-button:hover,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message__content .il-custom-button:hover,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message-list-item__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.area-message--regular .area-message-list-item__content .il-custom-button:hover,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--regular .area-message__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--regular .area-message__content .il-custom-button:hover,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.area-message--regular .area-message-list-item__content .il-custom-button:hover {
  background-color: #fff;
  color: #0161AB;
  border-color: #0161AB;
}
.wp-area-message-local .emnekart-area-message-list .emnekart-area-message .area-message-list-item.hidden-icon::before,
.wp-area-message-local .emnekart-area-message-list .area-message-list .area-message-list-item.hidden-icon::before,
.wp-area-message-local .emnekart-area-message-kategori-list .emnekart-area-message .area-message-list-item.hidden-icon::before,
.wp-area-message-local .emnekart-area-message-kategori-list .area-message-list .area-message-list-item.hidden-icon::before {
  display: none;
}

.wp-custom-box-footer {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .wp-custom-box-footer {
    text-align: left;
  }
}
.wp-custom-box-footer .webPartTittel {
  font-size: 1.5rem;
  font-weight: 700;
}
.wp-custom-box-footer .webPartTittel + .webPartInnhold {
  margin-top: 1.5rem;
}
.wp-custom-box-footer .webPartInnhold {
  font-size: 1.25rem;
}
.wp-custom-box-footer .webPartInnhold > * + * {
  margin-top: 1.25em;
}
.wp-custom-box-footer .webPartInnhold > * + h1, .wp-custom-box-footer .webPartInnhold > * + h2, .wp-custom-box-footer .webPartInnhold > * + h3, .wp-custom-box-footer .webPartInnhold > * + h4, .wp-custom-box-footer .webPartInnhold > * + h5, .wp-custom-box-footer .webPartInnhold > * + h6 {
  margin-top: 1.5em;
}
.wp-custom-box-footer .webPartInnhold > h1 + *, .wp-custom-box-footer .webPartInnhold > h2 + *, .wp-custom-box-footer .webPartInnhold > h3 + * {
  margin-top: 0.75em;
}
.wp-custom-box-footer .webPartInnhold > h4 + *, .wp-custom-box-footer .webPartInnhold > h5 + *, .wp-custom-box-footer .webPartInnhold > h6 + * {
  margin-top: 0.375em;
}
.wp-custom-box-footer .webPartInnhold > ul li + li,
.wp-custom-box-footer .webPartInnhold > ul li > ul,
.wp-custom-box-footer .webPartInnhold > ul li > ol, .wp-custom-box-footer .webPartInnhold > ol li + li,
.wp-custom-box-footer .webPartInnhold > ol li > ul,
.wp-custom-box-footer .webPartInnhold > ol li > ol {
  margin-top: 0.5em;
}
.wp-custom-box-footer .webPartInnhold h2 {
  font-size: 1.5rem;
  font-weight: 700;
}
.wp-custom-box-footer .webPartInnhold .InnholdLinkTekst:not(.link-render-as-button) {
  font-weight: 400;
}

.wp-feedback .tilbakemelding {
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 3rem;
}
.wp-feedback .tilbakemelding .fantDuLabel {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  float: none;
  display: block;
  margin-right: 0;
  margin-top: 0;
}
@media screen and (min-width: 900px) {
  .wp-feedback .tilbakemelding .fantDuLabel {
    font-size: 1.5rem;
  }
}
.wp-feedback .tilbakemelding .fantDuLabel + ul.fantDuDetDuLetteEtter {
  margin-top: 1rem;
}
.wp-feedback .tilbakemelding ul.fantDuDetDuLetteEtter {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.wp-feedback .tilbakemelding ul.fantDuDetDuLetteEtter li button {
  font-size: 1rem;
  font-weight: 400;
  border: 0;
  border-radius: 0px;
  height: auto;
  width: auto;
  margin-right: 0;
  margin-top: 0;
  padding: 1rem;
  line-height: 1;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
@media screen and (min-width: 900px) {
  .wp-feedback .tilbakemelding ul.fantDuDetDuLetteEtter li button {
    font-size: 1.125rem;
  }
}
.wp-feedback .tilbakemelding ul.fantDuDetDuLetteEtter li button.il-feedback-form-button--yes {
  background-color: #1E2B3C;
  color: #fff;
  border: 2px solid #1E2B3C;
}
.wp-feedback .tilbakemelding ul.fantDuDetDuLetteEtter li button.il-feedback-form-button--yes:hover {
  background-color: transparent;
  color: #1E2B3C;
  border: 2px solid #1E2B3C;
}
.wp-feedback .tilbakemelding ul.fantDuDetDuLetteEtter li button.il-feedback-form-button--no {
  background-color: #1E2B3C;
  color: #fff;
  border: 2px solid #1E2B3C;
}
.wp-feedback .tilbakemelding ul.fantDuDetDuLetteEtter li button.il-feedback-form-button--no:hover {
  background-color: transparent;
  color: #1E2B3C;
  border: 2px solid #1E2B3C;
}
.wp-feedback .tilbakemelding ul.fantDuDetDuLetteEtter li + li {
  margin-left: 1.25rem;
}

.wp-banner-image .banner-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (min-width: 1200px) {
  .wp-banner-image .banner-image {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}

.wp-article-image .banner-image {
  width: 90%;
  max-width: 840px;
  height: auto;
  aspect-ratio: 1.5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0px;
}

.wp-subpage-banner-image .banner-image {
  width: 100%;
  aspect-ratio: 1.91;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 0px;
}

.wp-latest-articles .webPartTittel {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartTittel {
    font-size: 2rem;
  }
}
.wp-latest-articles .webPartTittel + .webPartInnhold {
  margin-top: 2rem;
}
.wp-latest-articles .webPartInnhold ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-latest-articles .webPartInnhold ul > * + * {
  margin-top: 1.5rem;
}
@supports (display: grid) {
  .wp-latest-articles .webPartInnhold ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1.5rem;
  }
  .wp-latest-articles .webPartInnhold ul > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartInnhold ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-latest-articles .webPartInnhold ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-latest-articles .webPartInnhold ul > * + * {
      margin-top: 0;
    }
  }
}
@media screen and (min-width: 1400px) {
  .wp-latest-articles .webPartInnhold ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-latest-articles .webPartInnhold ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-latest-articles .webPartInnhold ul > * + * {
      margin-top: 0;
    }
  }
}
.wp-latest-articles .webPartInnhold ul li {
  position: relative;
}
.wp-latest-articles .webPartInnhold ul li .datoPublisert {
  position: absolute;
  bottom: 1.75rem;
  left: 1.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  z-index: 3;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartInnhold ul li .datoPublisert {
    bottom: 3rem;
    left: 3rem;
    font-size: 1rem;
  }
}
.wp-latest-articles .webPartInnhold ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
}
.wp-latest-articles .webPartInnhold ul li a .imgWrapper {
  width: 100%;
}
.wp-latest-articles .webPartInnhold ul li a .imgWrapper img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartInnhold ul li a .imgWrapper img {
    aspect-ratio: 0.66;
    opacity: 0.75;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
  }
}
.wp-latest-articles .webPartInnhold ul li a .tittel {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  width: calc(100% - 1rem);
  color: #1E2B3C;
  background-color: #D0E9F8;
  border-radius: 0px;
  padding: 1.25rem 1.25rem 3.25rem;
  font-size: 1.125rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wp-latest-articles .webPartInnhold ul li a .tittel::after {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 1.5rem;
  font-size: 2.5rem;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartInnhold ul li a .tittel {
    bottom: 1rem;
    left: 1rem;
    width: calc(100% - 2rem);
    padding: 2rem 2rem 4rem;
    font-size: 2rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartInnhold ul li.active a .imgWrapper img {
    opacity: 1;
  }
}
.wp-latest-articles .webPartInnhold ul li.active a .tittel {
  color: #1E2B3C;
  background-color: #E0F3E8;
}
.wp-latest-articles .webPartInnhold ul + .webPartBunnLink {
  margin-top: 2rem;
}
.wp-latest-articles .webPartInnhold .webPartBunnLink {
  text-align: center;
}
.wp-latest-articles .webPartInnhold .webPartBunnLink a {
  border: 2px solid #0161AB;
  border-radius: 0px;
  display: inline-block;
  color: #fff;
  background-color: #0161AB;
  text-decoration: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  padding: 0.334em 0.75em;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  font-size: 1.125rem;
}
.wp-latest-articles .webPartInnhold .webPartBunnLink a:hover {
  border-color: #003D6C;
  color: #fff;
  background-color: #003D6C;
}
.wp-latest-articles .webPartInnhold .webPartBunnLink a.external[href^=http]:after {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartInnhold .webPartBunnLink a {
    font-size: 1.25rem;
  }
}

.wp-latest-articles--v2 .webPartTittel {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles--v2 .webPartTittel {
    font-size: 2rem;
  }
}
.wp-latest-articles--v2 .webPartTittel + .webPartInnhold {
  margin-top: 2rem;
}
.wp-latest-articles--v2 .webPartInnhold ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-latest-articles--v2 .webPartInnhold ul > * + * {
  margin-top: 1.5rem;
}
@supports (display: grid) {
  .wp-latest-articles--v2 .webPartInnhold ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1.5rem;
  }
  .wp-latest-articles--v2 .webPartInnhold ul > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .wp-latest-articles--v2 .webPartInnhold ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-latest-articles--v2 .webPartInnhold ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-latest-articles--v2 .webPartInnhold ul > * + * {
      margin-top: 0;
    }
  }
}
@media screen and (min-width: 1400px) {
  .wp-latest-articles--v2 .webPartInnhold ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-latest-articles--v2 .webPartInnhold ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-latest-articles--v2 .webPartInnhold ul > * + * {
      margin-top: 0;
    }
  }
}
.wp-latest-articles--v2 .webPartInnhold ul li {
  position: relative;
}
.wp-latest-articles--v2 .webPartInnhold ul li .datoPublisert {
  position: absolute;
  bottom: 1.75rem;
  left: 1.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  z-index: 3;
  color: #1E2B3C;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles--v2 .webPartInnhold ul li .datoPublisert {
    bottom: 3rem;
    left: 3rem;
    font-size: 1rem;
  }
}
.wp-latest-articles--v2 .webPartInnhold ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
}
.wp-latest-articles--v2 .webPartInnhold ul li a .imgWrapper {
  width: 100%;
}
.wp-latest-articles--v2 .webPartInnhold ul li a .imgWrapper img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles--v2 .webPartInnhold ul li a .imgWrapper img {
    aspect-ratio: 0.66;
    opacity: 0.75;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
  }
}
.wp-latest-articles--v2 .webPartInnhold ul li a .tittel {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  width: calc(100% - 1rem);
  color: #1E2B3C;
  background-color: #D0E9F8;
  border-radius: 0px;
  padding: 1.25rem 2.75rem 3.25rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wp-latest-articles--v2 .webPartInnhold ul li a .tittel::after {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 1.5rem;
  font-size: 2.5rem;
  position: absolute;
  right: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles--v2 .webPartInnhold ul li a .tittel {
    bottom: 1rem;
    left: 1rem;
    width: calc(100% - 2rem);
    padding: 2rem 3.5rem 4rem 2rem;
    font-size: 1.75rem;
    min-height: 215px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .wp-latest-articles--v2 .webPartInnhold ul li a .tittel {
    min-height: 255px;
  }
}
@media screen and (min-width: 1400px) {
  .wp-latest-articles--v2 .webPartInnhold ul li a .tittel {
    min-height: 215px;
  }
}
.wp-latest-articles--v2 .webPartInnhold ul li.active .datoPublisert {
  color: #1E2B3C;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles--v2 .webPartInnhold ul li.active a .imgWrapper img {
    opacity: 1;
  }
}
.wp-latest-articles--v2 .webPartInnhold ul li.active a .tittel {
  color: #1E2B3C;
  background-color: #E0F3E8;
}
.wp-latest-articles--v2 .webPartInnhold ul + .webPartBunnLink {
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles--v2 .webPartInnhold ul + .webPartBunnLink {
    margin-top: 3.5rem;
  }
}
.wp-latest-articles--v2 .webPartInnhold .webPartBunnLink a {
  font-size: 1.1875rem;
  color: #1E2B3C;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles--v2 .webPartInnhold .webPartBunnLink a {
    font-size: 1.375rem;
  }
}
.wp-latest-articles--v2 .webPartInnhold .webPartBunnLink a:hover {
  color: #0161AB;
  font-weight: 700;
}

@media screen and (min-width: 1200px) {
  .wp-latest-articles.compressed .webPartInnhold ul > * + *,
.wp-latest-articles--v2.compressed .webPartInnhold ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-latest-articles.compressed .webPartInnhold ul,
.wp-latest-articles--v2.compressed .webPartInnhold ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-latest-articles.compressed .webPartInnhold ul > * + *,
.wp-latest-articles--v2.compressed .webPartInnhold ul > * + * {
      margin-top: 0;
    }
  }
}
.wp-latest-articles.no-images .webPartInnhold ul li a,
.wp-latest-articles--v2.no-images .webPartInnhold ul li a {
  min-height: 0;
  height: 100%;
}
.wp-latest-articles.no-images .webPartInnhold ul li a .tittel,
.wp-latest-articles--v2.no-images .webPartInnhold ul li a .tittel {
  position: relative;
}
.wp-latest-articles.no-images .webPartInnhold ul li a .imgWrapper,
.wp-latest-articles--v2.no-images .webPartInnhold ul li a .imgWrapper {
  display: none;
}

.wp-links-header .webPartInnhold ul.vListe {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wp-links-header .webPartInnhold ul.vListe li {
  margin-left: 0.625rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.wp-links-header .webPartInnhold ul.vListe li.icon-mypage a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}
.wp-links-header .webPartInnhold ul.vListe a {
  font-size: 1.125rem;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  padding: 0 1rem;
  border: 2px solid #0161AB;
  border-radius: 0px;
  background-color: transparent;
  color: #1E2B3C;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
@media screen and (min-width: 900px) {
  .wp-links-header .webPartInnhold ul.vListe a {
    font-size: 1.25rem;
  }
}
.wp-links-header .webPartInnhold ul.vListe a:hover {
  background-color: #0161AB;
  border-color: #0161AB;
  color: #fff;
}

.wp-links-header--mobile {
  margin-top: 0 !important;
}
@media screen and (min-width: 1400px) {
  .wp-links-header--mobile {
    display: none;
  }
}
.wp-links-header--mobile ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wp-links-header--mobile ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.wp-links-header--mobile ul li a {
  font-size: 1.125rem;
  text-decoration: none;
  color: #fff;
  border: 2px solid #0161AB;
  border-radius: 0px;
  background-color: #0161AB;
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: 0.625rem 1rem;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
@media screen and (min-width: 900px) {
  .wp-links-header--mobile ul li a {
    font-size: 1.25rem;
  }
}
.wp-links-header--mobile ul li a:hover {
  color: #fff;
  border-color: #003D6C;
  background-color: #003D6C;
}

.wp-shortcuts-menu .webPartTittel {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .wp-shortcuts-menu .webPartTittel {
    font-size: 2.5rem;
  }
}
.wp-shortcuts-menu .webPartTittel + .webPartInnhold {
  margin-top: 1.75rem;
}
.wp-shortcuts-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wp-shortcuts-menu ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.wp-shortcuts-menu ul li a {
  font-size: 1.125rem;
  text-decoration: none;
  color: #fff;
  border: 2px solid #0161AB;
  border-radius: 0px;
  background-color: #0161AB;
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: 0.625rem 1rem;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
@media screen and (min-width: 900px) {
  .wp-shortcuts-menu ul li a {
    font-size: 1.25rem;
  }
}
.wp-shortcuts-menu ul li a:hover {
  color: #fff;
  border-color: #003D6C;
  background-color: #003D6C;
}

.wp-main-menu .webPartTittel {
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .wp-main-menu .webPartTittel {
    font-size: 1.75rem;
  }
}
.wp-main-menu .webPartTittel + .webPartInnhold {
  margin-top: 1.5rem;
}
.wp-main-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-main-menu ul > * + * {
  margin-top: 1.75rem;
}
@supports (display: grid) {
  .wp-main-menu ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1.75rem;
  }
  .wp-main-menu ul > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .wp-main-menu ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-main-menu ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-main-menu ul > * + * {
      margin-top: 0;
    }
  }
}
.icon-open-arm-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-heart-pulse-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-4-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-football-fill a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-briefcase-2-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-auction-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-arrow-right-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-search-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-user-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-menu-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-close-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-thumb-up-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-thumb-down-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-alert-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-newspaper-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-line-chart-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-map-pin-user-fill a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-virus-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hand-heart-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-pencil-ruler-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-gear-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-briefcase-3-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-map-pin-user-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-contrast-drop-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-leaf-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-heart-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-smile-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-mail-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-bar-chart-2-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-calendar-2-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-customer-service-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-palette-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-battery-2-charge-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-gamepad-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-shopping-basket-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hearts-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-heart-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-first-aid-kit-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-mental-health-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-stethoscope-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-earth-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-walk-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-wheelchair-fill a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-game-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-music-2-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hammer-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-24-hours-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-bank-card-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-customer-service-2-fill a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-recycle-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-user-heart-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hand-coin-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-parking-box-fill a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.wp-main-menu ul li a {
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  .wp-main-menu ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 100%;
    min-height: 96px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #1E2B3C;
    border: 2px solid #1E2B3C;
    border-radius: 0px;
    background-color: transparent;
    position: relative;
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-main-menu ul li a > span {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
}
.wp-main-menu ul li a .text {
  font-size: 1.25rem;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .wp-main-menu ul li a .text {
    font-size: 1.5rem;
    font-weight: 400;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: left 0s, top 0s;
    -o-transition: left 0s, top 0s;
    transition: left 0s, top 0s;
  }
}
.wp-main-menu ul li a .text::before {
  font-size: 1.75rem;
  padding-right: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-main-menu ul li a .text::before {
    font-size: 2.5rem;
  }
}
.wp-main-menu ul li a .description {
  opacity: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-indent: -9999rem;
}
@media screen and (min-width: 900px) {
  .wp-main-menu ul li a .description {
    font-size: 1.125rem;
    text-indent: 0;
    padding-left: 2.5rem;
    padding-top: 1.75rem;
    -webkit-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    transition: opacity 0.1s;
  }
}
@media screen and (min-width: 900px) {
  .wp-main-menu ul li a:hover {
    color: #003D6C;
    background-color: transparent;
    border-color: #1E2B3C;
  }
}
@media screen and (min-width: 900px) {
  .wp-main-menu ul li a:hover .text {
    top: 0.25rem;
    left: 1rem;
    font-size: 1rem;
    font-weight: 700;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    min-width: initial;
    -webkit-transition: left 0.35s, top 0.35s, font-size 0.35s, font-weight 0.35s 0.15s, -webkit-transform 0s;
    transition: left 0.35s, top 0.35s, font-size 0.35s, font-weight 0.35s 0.15s, -webkit-transform 0s;
    -o-transition: left 0.35s, top 0.35s, font-size 0.35s, font-weight 0.35s 0.15s, transform 0s;
    transition: left 0.35s, top 0.35s, font-size 0.35s, font-weight 0.35s 0.15s, transform 0s;
    transition: left 0.35s, top 0.35s, font-size 0.35s, font-weight 0.35s 0.15s, transform 0s, -webkit-transform 0s;
  }
}
@media screen and (min-width: 900px) {
  .wp-main-menu ul li a:hover .text::before {
    font-size: 1rem;
    padding-right: 0.5rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-main-menu ul li a:hover .description {
    opacity: 1;
    -webkit-transition: opacity 0.75s;
    -o-transition: opacity 0.75s;
    transition: opacity 0.75s;
    -webkit-transition-delay: 0.25s;
         -o-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
}

.wp-main-menu--v2 .webPartTittel {
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .wp-main-menu--v2 .webPartTittel {
    font-size: 1.75rem;
  }
}
.wp-main-menu--v2 .webPartTittel + .webPartInnhold {
  margin-top: 1.5rem;
}
.wp-main-menu--v2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-main-menu--v2 ul > * + * {
  margin-top: 1.5rem;
}
@supports (display: grid) {
  .wp-main-menu--v2 ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1.5rem;
  }
  .wp-main-menu--v2 ul > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .wp-main-menu--v2 ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-main-menu--v2 ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -webkit-column-gap: 3rem;
         -moz-column-gap: 3rem;
              column-gap: 3rem;
      row-gap: 2rem;
    }
    .wp-main-menu--v2 ul > * + * {
      margin-top: 0;
    }
  }
}
.wp-main-menu--v2 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.icon-open-arm-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-heart-pulse-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-4-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-football-fill a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-briefcase-2-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-auction-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-arrow-right-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-search-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-user-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-menu-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-close-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-thumb-up-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-thumb-down-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-alert-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-newspaper-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-line-chart-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-map-pin-user-fill a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-virus-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hand-heart-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-pencil-ruler-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-gear-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-briefcase-3-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-map-pin-user-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-contrast-drop-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-leaf-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-heart-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-smile-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-mail-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-bar-chart-2-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-calendar-2-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-customer-service-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-palette-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-battery-2-charge-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-gamepad-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-shopping-basket-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hearts-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-heart-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-first-aid-kit-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-mental-health-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-stethoscope-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-earth-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-walk-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-wheelchair-fill a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-game-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-music-2-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hammer-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-24-hours-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-bank-card-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-customer-service-2-fill a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-recycle-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-user-heart-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hand-coin-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-parking-box-fill a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.wp-main-menu--v2 ul li a {
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  .wp-main-menu--v2 ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 100%;
    min-height: 96px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #1E2B3C;
    background-color: transparent;
    position: relative;
    padding-bottom: 0.5rem;
    border-radius: 0px;
  }
}
.wp-main-menu--v2 ul li a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 900px) {
  .wp-main-menu--v2 ul li a > span {
    width: 100%;
    height: 100%;
  }
}
.wp-main-menu--v2 ul li a .text {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .wp-main-menu--v2 ul li a .text {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-main-menu--v2 ul li a .text {
    margin-left: 3.25rem;
  }
}
.wp-main-menu--v2 ul li a .text::before {
  font-size: 1.75rem;
  padding-right: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-main-menu--v2 ul li a .text::before {
    font-size: 2.5rem;
    position: absolute;
    left: 0;
    top: 0.25rem;
  }
}
.wp-main-menu--v2 ul li a .text + .description {
  margin-top: 0.25rem;
}
@media screen and (min-width: 900px) {
  .wp-main-menu--v2 ul li a .text + .description {
    margin-top: 0;
  }
}
.wp-main-menu--v2 ul li a .description {
  font-size: 1.125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (min-width: 900px) {
  .wp-main-menu--v2 ul li a .description {
    font-size: 1.25rem;
    text-indent: 0;
    padding-left: 3.25rem;
    padding-top: 0.5rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-main-menu--v2 ul li a:hover {
    color: #003D6C;
    background-color: transparent;
    border-color: #1E2B3C;
  }
}
@media screen and (min-width: 900px) {
  .wp-main-menu--v2 ul li a:hover .text {
    text-decoration: underline;
  }
}

.wp-banner-menu .il-linkcategory-title {
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .wp-banner-menu .il-linkcategory-title {
    font-size: 2rem;
  }
}
.wp-banner-menu .il-linkcategory-title + ul {
  margin-top: 0.25rem;
}
.wp-banner-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-banner-menu ul li + li {
  margin-top: 0.375rem;
}
.wp-banner-menu ul li a {
  font-size: 1.125rem;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .wp-banner-menu ul li a {
    font-size: 1.25rem;
  }
}
.wp-banner-menu ul li a::after {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 1.5rem;
}
@media screen and (min-width: 900px) {
  .wp-banner-menu ul li a::after {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-banner-menu ul li a {
    padding-left: 1.25rem;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
  }
  .wp-banner-menu ul li a::before, .wp-banner-menu ul li a::after {
    font-family: "v-remixicon";
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.25em;
    position: absolute;
    font-size: 2rem;
    -webkit-transform: translate(-10px, 1px);
        -ms-transform: translate(-10px, 1px);
            transform: translate(-10px, 1px);
  }
  .wp-banner-menu ul li a::before {
    left: 0;
  }
  .wp-banner-menu ul li a::after {
    left: 0.675rem;
    opacity: 0;
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
  }
  .wp-banner-menu ul li a:hover {
    padding-left: calc(1.25rem + 0.675rem);
  }
  .wp-banner-menu ul li a:hover::after {
    opacity: 1;
  }
}

.wp-services-menu .webPartTittel {
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .wp-services-menu .webPartTittel {
    font-size: 1.75rem;
  }
}
.wp-services-menu .webPartTittel + .webPartInnhold {
  margin-top: 1.5rem;
}
.wp-services-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-services-menu ul > * + * {
  margin-top: 1.5rem;
}
@supports (display: grid) {
  .wp-services-menu ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1.5rem;
  }
  .wp-services-menu ul > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .wp-services-menu ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-services-menu ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-services-menu ul > * + * {
      margin-top: 0;
    }
  }
}
@media screen and (min-width: 1400px) {
  .wp-services-menu ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-services-menu ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-services-menu ul > * + * {
      margin-top: 0;
    }
  }
}
.wp-services-menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.icon-open-arm-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-heart-pulse-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-4-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-football-fill a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-briefcase-2-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-auction-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-arrow-right-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-search-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-user-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-menu-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-close-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-thumb-up-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-thumb-down-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-alert-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-newspaper-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-line-chart-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-map-pin-user-fill a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-virus-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hand-heart-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-pencil-ruler-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-gear-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-briefcase-3-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-map-pin-user-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-contrast-drop-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-leaf-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-heart-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-smile-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-mail-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-bar-chart-2-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-calendar-2-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-customer-service-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-palette-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-battery-2-charge-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-gamepad-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-shopping-basket-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hearts-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-heart-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-first-aid-kit-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-mental-health-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-stethoscope-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-earth-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-walk-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-wheelchair-fill a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-game-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-music-2-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hammer-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-24-hours-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-bank-card-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-customer-service-2-fill a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-recycle-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-user-heart-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hand-coin-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-parking-box-fill a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.wp-services-menu ul li a {
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  .wp-services-menu ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 100%;
    min-height: 96px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #1E2B3C;
    border: 2px solid #1E2B3C;
    border-radius: 0px;
    background-color: transparent;
    position: relative;
    padding-bottom: 0.5rem;
  }
}
.wp-services-menu ul li a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 900px) {
  .wp-services-menu ul li a > span {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
}
.wp-services-menu ul li a .text {
  font-size: 1.25rem;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .wp-services-menu ul li a .text {
    font-size: 1.5rem;
    font-weight: 400;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: left 0s, top 0s;
    -o-transition: left 0s, top 0s;
    transition: left 0s, top 0s;
  }
}
.wp-services-menu ul li a .text::before {
  font-size: 1.75rem;
  padding-right: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-services-menu ul li a .text::before {
    font-size: 2.5rem;
  }
}
.wp-services-menu ul li a .text + .description {
  margin-top: 0.25rem;
}
@media screen and (min-width: 900px) {
  .wp-services-menu ul li a .text + .description {
    margin-top: 0;
  }
}
.wp-services-menu ul li a .description {
  font-size: 1.125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (min-width: 900px) {
  .wp-services-menu ul li a .description {
    font-size: 1.125rem;
    text-indent: 0;
    padding-left: 2.5rem;
    padding-right: 1rem;
    padding-top: 1.75rem;
    opacity: 0;
    -webkit-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    transition: opacity 0.1s;
  }
}
@media screen and (min-width: 900px) {
  .wp-services-menu ul li a:hover {
    color: #003D6C;
    background-color: transparent;
    border-color: #003D6C;
  }
}
@media screen and (min-width: 900px) {
  .wp-services-menu ul li a:hover .text {
    top: 0.25rem;
    left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
    font-weight: 700;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    min-width: initial;
    -webkit-transition: left 0.35s, top 0.35s, font-size 0.35s, font-weight 0.35s 0.15s, -webkit-transform 0s;
    transition: left 0.35s, top 0.35s, font-size 0.35s, font-weight 0.35s 0.15s, -webkit-transform 0s;
    -o-transition: left 0.35s, top 0.35s, font-size 0.35s, font-weight 0.35s 0.15s, transform 0s;
    transition: left 0.35s, top 0.35s, font-size 0.35s, font-weight 0.35s 0.15s, transform 0s;
    transition: left 0.35s, top 0.35s, font-size 0.35s, font-weight 0.35s 0.15s, transform 0s, -webkit-transform 0s;
  }
}
@media screen and (min-width: 900px) {
  .wp-services-menu ul li a:hover .text::before {
    font-size: 1rem;
    padding-right: 0.5rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-services-menu ul li a:hover .description {
    opacity: 1;
    -webkit-transition: opacity 0.75s;
    -o-transition: opacity 0.75s;
    transition: opacity 0.75s;
    -webkit-transition-delay: 0.25s;
         -o-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
}

.wp-services-menu--v2 .webPartTittel {
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .wp-services-menu--v2 .webPartTittel {
    font-size: 1.75rem;
  }
}
.wp-services-menu--v2 .webPartTittel + .webPartInnhold {
  margin-top: 1.5rem;
}
.wp-services-menu--v2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-services-menu--v2 ul > * + * {
  margin-top: 1.5rem;
}
@supports (display: grid) {
  .wp-services-menu--v2 ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1.5rem;
  }
  .wp-services-menu--v2 ul > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .wp-services-menu--v2 ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-services-menu--v2 ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-services-menu--v2 ul > * + * {
      margin-top: 0;
    }
  }
}
@media screen and (min-width: 1400px) {
  .wp-services-menu--v2 ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-services-menu--v2 ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-services-menu--v2 ul > * + * {
      margin-top: 0;
    }
  }
}
.wp-services-menu--v2 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.icon-open-arm-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-heart-pulse-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-4-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-football-fill a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-briefcase-2-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-auction-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-arrow-right-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-search-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-user-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-menu-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-close-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-thumb-up-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-thumb-down-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-alert-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-newspaper-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-line-chart-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-map-pin-user-fill a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-virus-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hand-heart-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-pencil-ruler-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-gear-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-briefcase-3-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-map-pin-user-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-contrast-drop-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-leaf-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-heart-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-smile-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-mail-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-bar-chart-2-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-calendar-2-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-customer-service-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-palette-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-battery-2-charge-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-gamepad-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-shopping-basket-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hearts-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-heart-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-first-aid-kit-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-mental-health-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-stethoscope-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-earth-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-walk-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-wheelchair-fill a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-game-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-music-2-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hammer-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-24-hours-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-bank-card-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-customer-service-2-fill a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-recycle-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-user-heart-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hand-coin-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-parking-box-fill a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.wp-services-menu--v2 ul li a {
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  .wp-services-menu--v2 ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 100%;
    min-height: 96px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #1E2B3C;
    background-color: transparent;
    position: relative;
    padding-bottom: 0.5rem;
    border-radius: 0px;
  }
}
.wp-services-menu--v2 ul li a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 900px) {
  .wp-services-menu--v2 ul li a > span {
    width: 100%;
    height: 100%;
  }
}
.wp-services-menu--v2 ul li a .text {
  font-size: 1.25rem;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .wp-services-menu--v2 ul li a .text {
    font-size: 1.75rem;
    font-weight: 700;
    margin-left: 3.25rem;
  }
}
.wp-services-menu--v2 ul li a .text::before {
  font-size: 1.75rem;
  padding-right: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-services-menu--v2 ul li a .text::before {
    font-size: 2.75rem;
    position: absolute;
    left: 0;
    top: 0.25rem;
  }
}
.wp-services-menu--v2 ul li a .text + .description {
  margin-top: 0.25rem;
}
@media screen and (min-width: 900px) {
  .wp-services-menu--v2 ul li a .text + .description {
    margin-top: 0;
  }
}
.wp-services-menu--v2 ul li a .description {
  font-size: 1.125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (min-width: 900px) {
  .wp-services-menu--v2 ul li a .description {
    font-size: 1.25rem;
    text-indent: 0;
    padding-left: 3.25rem;
    padding-top: 0.5rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-services-menu--v2 ul li a:hover {
    color: #003D6C;
    background-color: transparent;
    border-color: #003D6C;
  }
}
@media screen and (min-width: 900px) {
  .wp-services-menu--v2 ul li a:hover .text {
    text-decoration: underline;
  }
}

.wp-services-menu--shortcuts {
  margin-left: -6%;
  margin-right: -6%;
}
@media screen and (min-width: 900px) {
  .wp-services-menu--shortcuts {
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-services-menu--shortcuts ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-services-menu--shortcuts ul > * + * {
  margin-top: 1rem;
}
@supports (display: grid) {
  .wp-services-menu--shortcuts ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1rem;
  }
  .wp-services-menu--shortcuts ul > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .wp-services-menu--shortcuts ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-services-menu--shortcuts ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-services-menu--shortcuts ul > * + * {
      margin-top: 0;
    }
  }
}
@media screen and (min-width: 1400px) {
  .wp-services-menu--shortcuts ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-services-menu--shortcuts ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-services-menu--shortcuts ul > * + * {
      margin-top: 0;
    }
  }
}
.wp-services-menu--shortcuts ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #FCD28E;
}
.icon-open-arm-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-heart-pulse-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-4-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-football-fill a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-briefcase-2-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-auction-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-arrow-right-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-search-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-user-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-menu-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-close-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-thumb-up-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-thumb-down-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-alert-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-newspaper-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-line-chart-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-map-pin-user-fill a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-virus-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hand-heart-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-pencil-ruler-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-gear-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-briefcase-3-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-map-pin-user-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-contrast-drop-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-leaf-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-heart-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-smile-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-mail-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-bar-chart-2-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-calendar-2-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-customer-service-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-palette-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-battery-2-charge-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-gamepad-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-shopping-basket-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hearts-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-heart-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-first-aid-kit-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-mental-health-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-stethoscope-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-earth-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-walk-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-wheelchair-fill a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-game-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-music-2-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hammer-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-24-hours-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-bank-card-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-customer-service-2-fill a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-recycle-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-user-heart-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hand-coin-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-parking-box-fill a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

@media screen and (min-width: 900px) {
  .wp-services-menu--shortcuts ul li {
    background-color: transparent;
  }
}
.wp-services-menu--shortcuts ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  width: 100%;
  padding: 1.75rem 0;
  color: #000;
  border: 2px solid #FCD28E;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
@media screen and (min-width: 900px) {
  .wp-services-menu--shortcuts ul li a {
    background-color: #FCD28E;
    width: 100%;
    padding: 1.5rem 2rem 2rem;
    border-radius: 0px;
  }
}
.wp-services-menu--shortcuts ul li a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.wp-services-menu--shortcuts ul li a .text {
  font-size: 1.5rem;
}
@media screen and (min-width: 900px) {
  .wp-services-menu--shortcuts ul li a .text {
    font-size: 2rem;
  }
}
.wp-services-menu--shortcuts ul li a .text + .description {
  border-top: 2px solid #000;
  margin-top: 0.5rem;
  padding-top: 0.75rem;
}
.wp-services-menu--shortcuts ul li a .description {
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  .wp-services-menu--shortcuts ul li a:hover {
    color: #000;
    background-color: #FCDCA6;
    border: 2px solid #000;
  }
  .wp-services-menu--shortcuts ul li a:hover .text + .description {
    border-color: #000;
  }
}

.wp-services-menu--shortcuts--v2 {
  margin-left: -6%;
  margin-right: -6%;
}
@media screen and (min-width: 900px) {
  .wp-services-menu--shortcuts--v2 {
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-services-menu--shortcuts--v2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-services-menu--shortcuts--v2 ul > * + * {
  margin-top: 1rem;
}
@supports (display: grid) {
  .wp-services-menu--shortcuts--v2 ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1rem;
  }
  .wp-services-menu--shortcuts--v2 ul > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .wp-services-menu--shortcuts--v2 ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-services-menu--shortcuts--v2 ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-services-menu--shortcuts--v2 ul > * + * {
      margin-top: 0;
    }
  }
}
@media screen and (min-width: 1400px) {
  .wp-services-menu--shortcuts--v2 ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-services-menu--shortcuts--v2 ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-services-menu--shortcuts--v2 ul > * + * {
      margin-top: 0;
    }
  }
}
.wp-services-menu--shortcuts--v2 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #FCD28E;
}
.icon-open-arm-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-heart-pulse-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-4-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-football-fill a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-briefcase-2-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-auction-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-arrow-right-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-search-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-user-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-menu-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-close-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-thumb-up-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-thumb-down-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-alert-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-newspaper-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-line-chart-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-map-pin-user-fill a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-virus-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hand-heart-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-pencil-ruler-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-gear-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-briefcase-3-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-map-pin-user-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-contrast-drop-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-leaf-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-heart-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-smile-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-mail-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-bar-chart-2-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-calendar-2-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-customer-service-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-palette-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-battery-2-charge-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-gamepad-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-shopping-basket-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hearts-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-heart-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-first-aid-kit-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-mental-health-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-stethoscope-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-earth-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-walk-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-wheelchair-fill a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-game-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-music-2-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hammer-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-24-hours-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-bank-card-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-customer-service-2-fill a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-recycle-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-user-heart-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hand-coin-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-parking-box-fill a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

@media screen and (min-width: 900px) {
  .wp-services-menu--shortcuts--v2 ul li {
    background-color: transparent;
  }
}
.wp-services-menu--shortcuts--v2 ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  width: 100%;
  padding: 1.75rem 0;
  color: #000;
  border: 2px solid #FCD28E;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
@media screen and (min-width: 900px) {
  .wp-services-menu--shortcuts--v2 ul li a {
    background-color: #FCD28E;
    width: 100%;
    padding: 1.5rem 2rem 2rem;
    border-radius: 0px;
  }
}
.wp-services-menu--shortcuts--v2 ul li a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.wp-services-menu--shortcuts--v2 ul li a .text {
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .wp-services-menu--shortcuts--v2 ul li a .text {
    font-size: 1.75rem;
  }
}
.wp-services-menu--shortcuts--v2 ul li a .text + .description {
  border-top: 2px solid #000;
  margin-top: 0.5rem;
  padding-top: 0.75rem;
}
.wp-services-menu--shortcuts--v2 ul li a .description {
  font-size: 1.25rem;
}
@media screen and (min-width: 900px) {
  .wp-services-menu--shortcuts--v2 ul li a:hover {
    color: #000;
    background-color: #FCDCA6;
    border: 2px solid #000;
  }
  .wp-services-menu--shortcuts--v2 ul li a:hover .text + .description {
    border-color: #000;
  }
}

@media screen and (min-width: 1200px) {
  .wp-services-menu.compressed ul > * + *,
.wp-services-menu--v2.compressed ul > * + *,
.wp-services-menu--shortcuts.compressed ul > * + *,
.wp-services-menu--shortcuts--v2.compressed ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-services-menu.compressed ul,
.wp-services-menu--v2.compressed ul,
.wp-services-menu--shortcuts.compressed ul,
.wp-services-menu--shortcuts--v2.compressed ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-services-menu.compressed ul > * + *,
.wp-services-menu--v2.compressed ul > * + *,
.wp-services-menu--shortcuts.compressed ul > * + *,
.wp-services-menu--shortcuts--v2.compressed ul > * + * {
      margin-top: 0;
    }
  }
}

.wp-social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 900px) {
  .wp-social-media {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.wp-social-media .webPartTittel {
  font-size: 1.5rem;
  font-weight: 700;
}
.wp-social-media .webPartTittel + .webPartInnhold {
  margin-top: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-social-media .webPartTittel + .webPartInnhold {
    margin-top: 0;
    margin-left: 2rem;
  }
}
.wp-social-media ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-social-media ul li {
  float: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.wp-social-media ul li a {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.wp-social-media ul li a .text,
.wp-social-media ul li a span {
  text-indent: -9999rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.wp-social-media ul li a:hover::before {
  color: #367033;
}
.wp-social-media ul li + li {
  margin-left: 1rem;
}
.wp-social-media ul li.icon-facebook a::before {
  content: "";
  font-size: 2.5rem;
}
.wp-social-media ul li.icon-facebook a:hover::before {
  color: #4267B2;
}
.wp-social-media ul li.icon-youtube a::before {
  content: "";
  font-size: 2.5rem;
}
.wp-social-media ul li.icon-youtube a:hover::before {
  color: #FF0000;
}
.wp-social-media ul li.icon-instagram a::before {
  content: "";
  font-size: 2.5rem;
}
.wp-social-media ul li.icon-instagram a:hover::before {
  color: #C13584;
}
.wp-social-media ul li.icon-snapchat a::before {
  content: "";
  font-size: 2.5rem;
}
.wp-social-media ul li.icon-snapchat a:hover::before {
  color: #000000;
}
.wp-social-media ul li.icon-twitter a::before {
  content: "";
  font-size: 2.5rem;
}
.wp-social-media ul li.icon-twitter a:hover::before {
  color: #1DA1F2;
}
.wp-social-media ul li.icon-linkedin a::before {
  content: "";
  font-size: 2.5rem;
}
.wp-social-media ul li.icon-linkedin a:hover::before {
  color: #0072b1;
}
.wp-social-media ul li.icon-flickr a::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 2.5rem;
}
.wp-social-media ul li.icon-flickr a:hover::before {
  color: #FF0084;
}

.wp-footer-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .wp-footer-links ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.wp-footer-links ul li a {
  text-decoration: underline;
}
.wp-footer-links ul li a:hover {
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  .wp-footer-links ul li + li::before {
    content: "|";
    padding: 0 0.5rem;
  }
}

.wp-footer-links--logos ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wp-footer-links--logos ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-footer-links--logos ul li a img {
  height: 60px;
  width: auto;
}
.wp-footer-links--logos ul li a .text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-indent: -9999rem;
}
.wp-footer-links--logos ul li:first-child {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 900px) {
  .wp-footer-links--logos ul li:first-child {
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
  }
}
.wp-footer-links--logos ul li:first-child a img {
  height: 92px;
}
.wp-footer-links--logos ul li + li {
  margin-left: 1rem;
}

.wp-page-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (min-width: 900px) {
  .wp-page-title {
    font-size: 3rem;
  }
}

.transportpage .wp-page-title {
  font-size: 2rem;
}
@media screen and (min-width: 900px) {
  .transportpage .wp-page-title {
    font-size: 2.5rem;
  }
}

.wp-contact-person .webPartTittel {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1E2B3C;
}
@media screen and (min-width: 900px) {
  .wp-contact-person .webPartTittel {
    font-size: 2rem;
  }
}
.wp-contact-person .webPartTittel + .webPartInnhold {
  margin-top: 0.75rem;
}
.wp-contact-person .webPartInnhold .emnekart-item {
  background-color: #0161AB;
  color: #fff;
  padding: 2rem;
  border-radius: 0px;
}
.wp-contact-person .webPartInnhold .emnekart-item + .emnekart-item {
  margin-top: 1.5rem;
}
.wp-contact-person .webPartInnhold .person-image > div {
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
}
.wp-contact-person .webPartInnhold .person-image + .person-text {
  margin-top: 0.625rem;
}
.wp-contact-person .webPartInnhold .person-text {
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-contact-person .webPartInnhold .person-text {
    font-size: 1.125rem;
  }
}
.wp-contact-person .webPartInnhold .person-text .person-name {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .wp-contact-person .webPartInnhold .person-text .person-name {
    font-size: 1.5rem;
  }
}
.wp-contact-person .webPartInnhold .person-text .person-name + .person-title, .wp-contact-person .webPartInnhold .person-text .person-name + .person-property, .wp-contact-person .webPartInnhold .person-text .person-name + .person-info {
  margin-top: 0.625rem;
}
@media screen and (min-width: 900px) {
  .wp-contact-person .webPartInnhold .person-text .person-name {
    float: left;
  }
  .wp-contact-person .webPartInnhold .person-text .person-name + .person-title:before {
    content: "|";
    margin-left: 0.5rem;
    margin-right: 0.25rem;
  }
}
.wp-contact-person .webPartInnhold .person-text .person-title {
  font-style: italic;
}
.wp-contact-person .webPartInnhold .person-text .person-title + .person-property {
  margin-top: 0.625rem;
}
@media screen and (min-width: 900px) {
  .wp-contact-person .webPartInnhold .person-text .person-title {
    font-size: 1.25rem;
    font-style: initial;
  }
}
@media screen and (min-width: 900px) and (min-width: 900px) {
  .wp-contact-person .webPartInnhold .person-text .person-title {
    font-size: 1.5rem;
  }
}
.wp-contact-person .webPartInnhold .person-text .person-property {
  clear: left;
}
.wp-contact-person .webPartInnhold .person-text .person-property .person-property-label:after {
  content: ":";
  margin-left: -2px;
  margin-right: 2px;
}
.wp-contact-person .webPartInnhold .person-text .person-property a {
  font-weight: 400;
}
.wp-contact-person .webPartInnhold .person-text .person-property a:hover {
  font-weight: 700;
}
.wp-contact-person .webPartInnhold .person-text .person-property + .person-info {
  margin-top: 0.625rem;
}
.wp-contact-person .webPartInnhold .person-text .person-property + .person-property {
  margin-top: 0.625rem;
}
.wp-contact-person .webPartInnhold .person-text .person-email .person-property-value a > span > span {
  display: none;
}
.wp-contact-person .webPartInnhold .person-text .person-info > * + * {
  margin-top: 1.25em;
}
.wp-contact-person .webPartInnhold .person-text .person-info > * + h1, .wp-contact-person .webPartInnhold .person-text .person-info > * + h2, .wp-contact-person .webPartInnhold .person-text .person-info > * + h3, .wp-contact-person .webPartInnhold .person-text .person-info > * + h4, .wp-contact-person .webPartInnhold .person-text .person-info > * + h5, .wp-contact-person .webPartInnhold .person-text .person-info > * + h6 {
  margin-top: 1.5em;
}
.wp-contact-person .webPartInnhold .person-text .person-info > h1 + *, .wp-contact-person .webPartInnhold .person-text .person-info > h2 + *, .wp-contact-person .webPartInnhold .person-text .person-info > h3 + * {
  margin-top: 0.75em;
}
.wp-contact-person .webPartInnhold .person-text .person-info > h4 + *, .wp-contact-person .webPartInnhold .person-text .person-info > h5 + *, .wp-contact-person .webPartInnhold .person-text .person-info > h6 + * {
  margin-top: 0.375em;
}
.wp-contact-person .webPartInnhold .person-text .person-info > ul li + li,
.wp-contact-person .webPartInnhold .person-text .person-info > ul li > ul,
.wp-contact-person .webPartInnhold .person-text .person-info > ul li > ol, .wp-contact-person .webPartInnhold .person-text .person-info > ol li + li,
.wp-contact-person .webPartInnhold .person-text .person-info > ol li > ul,
.wp-contact-person .webPartInnhold .person-text .person-info > ol li > ol {
  margin-top: 0.5em;
}
.wp-contact-person .webPartInnhold .person-text .person-info a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
  color: #fff;
}
.wp-contact-person .webPartInnhold .person-text .person-info a[href].InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover {
  background-color: #fff;
  color: #0161AB;
}

.wp-banner-text h1 {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .wp-banner-text h1 {
    font-size: 2.5rem;
  }
}

.wp-banner-focus-field-tab-text .text-box {
  color: #2D5E2B;
  background-color: #DCEDD7;
  padding: 2rem 2.5rem 0;
  border-radius: 0px 0px 0 0;
  font-size: 0.875rem;
}
@media screen and (min-width: 1200px) {
  .wp-banner-focus-field-tab-text .text-box {
    color: #1E2B3C;
    background-color: #ECF6EA;
    padding: 0.2875rem 2rem;
    border-radius: 0px 0 0 0;
    font-size: 1.5rem;
  }
}

.wp-subpage-banner-text .text-box {
  font-size: 1.25rem;
  line-height: 1.3;
}
@media screen and (min-width: 900px) {
  .wp-subpage-banner-text .text-box {
    font-size: 1.5rem;
  }
}

.wp-search {
  width: 100%;
}
.wp-search div > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.wp-search input[type=text] {
  font-size: 1rem;
  height: 48px;
  width: calc(100% + 48px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  background-color: transparent;
  color: #1E2B3C;
  border-width: 2px 0 2px 2px;
  border-style: solid;
  border-color: #367033;
  border-radius: 0px 0 0 0px;
  padding: 0 1rem;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
@media screen and (min-width: 900px) {
  .wp-search input[type=text] {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-search input[type=text] {
    min-width: 350px;
    width: auto;
  }
}
.wp-search input[type=text]::-webkit-input-placeholder {
  color: #1E2B3C;
}
.wp-search input[type=text]::-moz-placeholder {
  color: #1E2B3C;
}
.wp-search input[type=text]:-ms-input-placeholder {
  color: #1E2B3C;
}
.wp-search input[type=text]::-ms-input-placeholder {
  color: #1E2B3C;
}
.wp-search input[type=text]::placeholder {
  color: #1E2B3C;
}
.wp-search input[type=text]:hover {
  border-width: 3px;
}
.wp-search input[type=submit] {
  margin: 0;
  height: 48px;
  min-width: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-width: 2px 2px 2px 0;
  border-style: solid;
  border-color: #367033;
  border-radius: 0 0px 0px 0;
  background-color: transparent;
  color: #1E2B3C;
  text-indent: -9999rem;
  background-image: url(../images/icon-search.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
}
.wp-search input[type=submit]:hover {
  background-color: #1E2B3C;
  background-image: url(../images/icon-search--hover.svg);
}

.wp-search--banner {
  display: none;
  width: 100%;
  max-width: 500px;
}
@media screen and (min-width: 900px) {
  .wp-search--banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.wp-search--banner.mobile-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-search--banner div > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.wp-search--banner #ctl00_ctl00_ctl00_innhold_MidtSone_ctl00_WebpartId_75_WebpartId_75_pnlAutoSuggest,
.wp-search--banner #ctl00_ctl00_ctl00_innhold_MidtSone_ctl00_WebpartId_2073_WebpartId_2073_pnlAutoSuggest,
.wp-search--banner #ctl00_ctl00_ctl00_innhold_MidtSone_ctl00_WebpartId_2109_WebpartId_2109_pnlAutoSuggest,
.wp-search--banner #ctl00_ctl00_ctl00_innhold_MidtSone_ctl00_WebpartId_524_WebpartId_524_pnlAutoSuggest,
.wp-search--banner #ctl00_ctl00_ctl00_innhold_MidtSone_ctl00_WebpartId_574_WebpartId_574_pnlAutoSuggest,
.wp-search--banner #ctl00_ctl00_ctl00_innhold_MidtSone_ctl00_WebpartId_524_WebpartId_524_pnlAutoSuggest {
  display: none;
}
.wp-search--banner input[type=text] {
  font-size: 1rem;
  height: 56px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  background-color: #fff;
  color: #1E2B3C;
  border-width: 2px 0 2px 2px;
  border-style: solid;
  border-color: #1E2B3C;
  border-radius: 0px 0 0 0px;
  padding: 0 1rem;
}
@media screen and (min-width: 900px) {
  .wp-search--banner input[type=text] {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-search--banner input[type=text] {
    width: auto;
  }
}
.wp-search--banner input[type=text]::-webkit-input-placeholder {
  color: #1E2B3C;
}
.wp-search--banner input[type=text]::-moz-placeholder {
  color: #1E2B3C;
}
.wp-search--banner input[type=text]:-ms-input-placeholder {
  color: #1E2B3C;
}
.wp-search--banner input[type=text]::-ms-input-placeholder {
  color: #1E2B3C;
}
.wp-search--banner input[type=text]::placeholder {
  color: #1E2B3C;
}
.wp-search--banner input[type=submit] {
  margin: 0;
  height: 56px;
  min-width: 56px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-width: 2px 2px 2px 0;
  border-style: solid;
  border-color: #1E2B3C;
  border-radius: 0 0px 0px 0;
  background-color: #fff;
  color: #1E2B3C;
  text-indent: -9999rem;
  background-image: url(../images/icon-search.svg);
  background-size: 28px 28px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
}
.wp-search--banner input[type=submit]:hover {
  background-color: #1E2B3C;
  background-image: url(../images/icon-search--hover.svg);
}

.wp-sub-navigation .webPartTittel,
.sub-navigation .webPartTittel {
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation .webPartTittel,
.sub-navigation .webPartTittel {
    font-size: 1.75rem;
  }
}
.wp-sub-navigation .webPartTittel + .webPartInnhold,
.sub-navigation .webPartTittel + .webPartInnhold {
  margin-top: 1.5rem;
}
.wp-sub-navigation ul,
.sub-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-sub-navigation ul > * + *,
.sub-navigation ul > * + * {
  margin-top: 1.5rem;
}
@supports (display: grid) {
  .wp-sub-navigation ul,
.sub-navigation ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1.5rem;
  }
  .wp-sub-navigation ul > * + *,
.sub-navigation ul > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation ul > * + *,
.sub-navigation ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-sub-navigation ul,
.sub-navigation ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-sub-navigation ul > * + *,
.sub-navigation ul > * + * {
      margin-top: 0;
    }
  }
}
@media screen and (min-width: 1400px) {
  .wp-sub-navigation ul > * + *,
.sub-navigation ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-sub-navigation ul,
.sub-navigation ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-sub-navigation ul > * + *,
.sub-navigation ul > * + * {
      margin-top: 0;
    }
  }
}
.wp-sub-navigation ul li,
.sub-navigation ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.icon-open-arm-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-heart-pulse-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-4-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-football-fill a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-briefcase-2-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-auction-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-arrow-right-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-search-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-user-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-menu-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-close-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-thumb-up-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-thumb-down-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-alert-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-newspaper-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-line-chart-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-map-pin-user-fill a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-virus-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hand-heart-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-pencil-ruler-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-gear-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-briefcase-3-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-map-pin-user-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-contrast-drop-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-leaf-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-heart-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-smile-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-mail-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-bar-chart-2-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-calendar-2-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-customer-service-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-palette-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-battery-2-charge-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-gamepad-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-shopping-basket-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hearts-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-heart-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-first-aid-kit-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-mental-health-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-stethoscope-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-earth-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-walk-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-wheelchair-fill a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-game-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-music-2-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hammer-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-24-hours-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-bank-card-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-customer-service-2-fill a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-recycle-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-user-heart-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hand-coin-line a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-parking-box-fill a .text::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.wp-sub-navigation ul li a,
.sub-navigation ul li a {
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation ul li a,
.sub-navigation ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 100%;
    min-height: 96px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #1E2B3C;
    position: relative;
    padding-bottom: 0.5rem;
  }
}
.wp-sub-navigation ul li a > span,
.sub-navigation ul li a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation ul li a > span,
.sub-navigation ul li a > span {
    width: 100%;
    height: 100%;
  }
}
.wp-sub-navigation ul li a .text,
.sub-navigation ul li a .text {
  font-size: 1.375rem;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation ul li a .text,
.sub-navigation ul li a .text {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation ul li a .text,
.sub-navigation ul li a .text {
    min-width: 90%;
    text-decoration: none;
    border-bottom: 1.5px solid;
  }
}
.wp-sub-navigation ul li a .text::before,
.sub-navigation ul li a .text::before {
  font-size: 1.75rem;
  padding-right: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation ul li a .text::before,
.sub-navigation ul li a .text::before {
    font-size: 2.5rem;
  }
}
.wp-sub-navigation ul li a .text + .description,
.sub-navigation ul li a .text + .description {
  margin-top: 0.25rem;
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation ul li a .text + .description,
.sub-navigation ul li a .text + .description {
    margin-top: 0;
  }
}
.wp-sub-navigation ul li a .description,
.sub-navigation ul li a .description {
  font-size: 1.125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation ul li a .description,
.sub-navigation ul li a .description {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation ul li a .description,
.sub-navigation ul li a .description {
    text-indent: 0;
    padding-top: 0.25rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation ul li a:hover,
.sub-navigation ul li a:hover {
    color: #003D6C;
    background-color: transparent;
    border-color: #003D6C;
  }
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation ul li a:hover .text,
.sub-navigation ul li a:hover .text {
    -webkit-box-shadow: 0 1px 0 0 currentColor;
            box-shadow: 0 1px 0 0 currentColor;
  }
}
.wp-sub-navigation ul li a.external[href^=http] .text::after,
.sub-navigation ul li a.external[href^=http] .text::after {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
  font-size: 1.75rem;
}
.wp-upcoming-events .webPartTittel {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events .webPartTittel {
    font-size: 2rem;
  }
}
.wp-upcoming-events .webPartTittel + .webPartInnhold {
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events .webPartTittel + .webPartInnhold {
    margin-top: 3.5rem;
  }
}
.wp-upcoming-events .webPartInnhold ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-upcoming-events .webPartInnhold ul > * + * {
  margin-top: 1.5rem;
}
@supports (display: grid) {
  .wp-upcoming-events .webPartInnhold ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1.5rem;
  }
  .wp-upcoming-events .webPartInnhold ul > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events .webPartInnhold ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-upcoming-events .webPartInnhold ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-upcoming-events .webPartInnhold ul > * + * {
      margin-top: 0;
    }
  }
}
@media screen and (min-width: 1400px) {
  .wp-upcoming-events .webPartInnhold ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-upcoming-events .webPartInnhold ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-upcoming-events .webPartInnhold ul > * + * {
      margin-top: 0;
    }
  }
}
.wp-upcoming-events .webPartInnhold ul li a {
  text-decoration: none;
}
.wp-upcoming-events .webPartInnhold ul li a > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.wp-upcoming-events .webPartInnhold ul li a > div .event-date {
  background-color: #2D5E2B;
  color: #fff;
  width: 80px;
  min-height: 117px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.1;
  border-radius: 0px 0 0 0px;
  -webkit-transition: border-radius 1s;
  -o-transition: border-radius 1s;
  transition: border-radius 1s;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events .webPartInnhold ul li a > div .event-date {
    width: 117px;
    border-radius: 0px;
  }
}
.wp-upcoming-events .webPartInnhold ul li a > div .event-date .event-date-day {
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events .webPartInnhold ul li a > div .event-date .event-date-day {
    font-size: 2rem;
  }
}
.wp-upcoming-events .webPartInnhold ul li a > div .event-date .event-date-day + .event-date-month {
  margin-top: 0.25rem;
}
.wp-upcoming-events .webPartInnhold ul li a > div .event-date .event-date-month {
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events .webPartInnhold ul li a > div .event-date .event-date-month {
    font-size: 2rem;
  }
}
.wp-upcoming-events .webPartInnhold ul li a > div .event-text {
  padding: 0.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 90px);
  position: relative;
  color: #1E2B3C;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events .webPartInnhold ul li a > div .event-text {
    color: #1E2B3C;
  }
}
.wp-upcoming-events .webPartInnhold ul li a > div .event-text::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #2D5E2B;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: -1;
  border-radius: 0 0px 0px 0;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events .webPartInnhold ul li a > div .event-text::before {
    width: 0%;
  }
}
.wp-upcoming-events .webPartInnhold ul li a > div .event-text .event-title {
  font-size: 1.25rem;
  width: 100%;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events .webPartInnhold ul li a > div .event-text .event-title {
    font-size: 1.5rem;
    position: absolute;
    left: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.wp-upcoming-events .webPartInnhold ul li a > div .event-text .event-time,
.wp-upcoming-events .webPartInnhold ul li a > div .event-text .event-location {
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 400;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-upcoming-events .webPartInnhold ul li a > div .event-text .event-time::before,
.wp-upcoming-events .webPartInnhold ul li a > div .event-text .event-location::before {
  margin-right: 0.25rem;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events .webPartInnhold ul li a > div .event-text .event-time,
.wp-upcoming-events .webPartInnhold ul li a > div .event-text .event-location {
    opacity: 0;
  }
}
.wp-upcoming-events .webPartInnhold ul li a > div .event-text .event-time {
  margin-right: 1rem;
}
.wp-upcoming-events .webPartInnhold ul li a > div .event-text .event-time::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}
.wp-upcoming-events .webPartInnhold ul li a > div .event-text .event-location::before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}
.wp-upcoming-events .webPartInnhold ul li.active .event-date {
  border-radius: 0px 0 0 0px;
  -webkit-transition: border-radius 0s;
  -o-transition: border-radius 0s;
  transition: border-radius 0s;
  background-color: #2D5E2B;
  color: #fff;
}
.wp-upcoming-events .webPartInnhold ul li.active .event-text::before {
  width: 100%;
}
.wp-upcoming-events .webPartInnhold ul li.active .event-text .event-title {
  font-size: 1.25rem;
  color: #1E2B3C;
  position: relative;
  top: initial;
  left: initial;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.wp-upcoming-events .webPartInnhold ul li.active .event-text .event-time,
.wp-upcoming-events .webPartInnhold ul li.active .event-text .event-location {
  opacity: 1;
  color: #1E2B3C;
}
.wp-upcoming-events .webPartInnhold .calWPContent + .calWPFooter {
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events .webPartInnhold .calWPContent + .calWPFooter {
    margin-top: 3.5rem;
  }
}
.wp-upcoming-events .webPartInnhold .calWPFooter {
  text-align: center;
}
.wp-upcoming-events .webPartInnhold .calWPFooter a {
  border: 2px solid #0161AB;
  border-radius: 0px;
  display: inline-block;
  color: #fff;
  background-color: #0161AB;
  text-decoration: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  padding: 0.334em 0.75em;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  font-size: 1.125rem;
}
.wp-upcoming-events .webPartInnhold .calWPFooter a:hover {
  border-color: #003D6C;
  color: #fff;
  background-color: #003D6C;
}
.wp-upcoming-events .webPartInnhold .calWPFooter a.external[href^=http]:after {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events .webPartInnhold .calWPFooter a {
    font-size: 1.25rem;
  }
}

.wp-upcoming-events--v2 .webPartTittel {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events--v2 .webPartTittel {
    font-size: 2rem;
  }
}
.wp-upcoming-events--v2 .webPartTittel + .webPartInnhold {
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events--v2 .webPartTittel + .webPartInnhold {
    margin-top: 3.5rem;
  }
}
.wp-upcoming-events--v2 .webPartInnhold ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-upcoming-events--v2 .webPartInnhold ul > * + * {
  margin-top: 1.5rem;
}
@supports (display: grid) {
  .wp-upcoming-events--v2 .webPartInnhold ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1.5rem;
  }
  .wp-upcoming-events--v2 .webPartInnhold ul > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events--v2 .webPartInnhold ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-upcoming-events--v2 .webPartInnhold ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-upcoming-events--v2 .webPartInnhold ul > * + * {
      margin-top: 0;
    }
  }
}
@media screen and (min-width: 1400px) {
  .wp-upcoming-events--v2 .webPartInnhold ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-upcoming-events--v2 .webPartInnhold ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-upcoming-events--v2 .webPartInnhold ul > * + * {
      margin-top: 0;
    }
  }
}
.wp-upcoming-events--v2 .webPartInnhold ul li a {
  text-decoration: none;
}
.wp-upcoming-events--v2 .webPartInnhold ul li a > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 1px solid transparent;
}
.wp-upcoming-events--v2 .webPartInnhold ul li a > div .event-date {
  background-color: #2D5E2B;
  color: #fff;
  width: 80px;
  min-height: 117px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.1;
  border-radius: 0px 0 0 0px;
  -webkit-transition: border-radius 1s;
  -o-transition: border-radius 1s;
  transition: border-radius 1s;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events--v2 .webPartInnhold ul li a > div .event-date {
    width: 117px;
    border-radius: 0px;
  }
}
.wp-upcoming-events--v2 .webPartInnhold ul li a > div .event-date .event-date-day {
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events--v2 .webPartInnhold ul li a > div .event-date .event-date-day {
    font-size: 2rem;
  }
}
.wp-upcoming-events--v2 .webPartInnhold ul li a > div .event-date .event-date-day + .event-date-month {
  margin-top: 0.25rem;
}
.wp-upcoming-events--v2 .webPartInnhold ul li a > div .event-date .event-date-month {
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events--v2 .webPartInnhold ul li a > div .event-date .event-date-month {
    font-size: 2rem;
  }
}
.wp-upcoming-events--v2 .webPartInnhold ul li a > div .event-text {
  padding: 0.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 90px);
  position: relative;
  color: #1E2B3C;
  background: transparent;
}
.wp-upcoming-events--v2 .webPartInnhold ul li a > div .event-text .event-title {
  font-size: 1.25rem;
  width: 100%;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events--v2 .webPartInnhold ul li a > div .event-text .event-title {
    font-size: 1.5rem;
    position: absolute;
    left: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.wp-upcoming-events--v2 .webPartInnhold ul li a > div .event-text .event-time,
.wp-upcoming-events--v2 .webPartInnhold ul li a > div .event-text .event-location {
  display: none;
}
.wp-upcoming-events--v2 .webPartInnhold ul li.active a > div {
  border-color: transparent;
}
.wp-upcoming-events--v2 .webPartInnhold ul li.active .event-date {
  background-color: #2D5E2B;
  color: #fff;
}
.wp-upcoming-events--v2 .webPartInnhold ul li.active .event-text {
  background: #ECF6EA;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: transparent;
}
.wp-upcoming-events--v2 .webPartInnhold ul li.active .event-text .event-title {
  color: #1E2B3C;
}
.wp-upcoming-events--v2 .webPartInnhold .calWPContent + .calWPFooter {
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events--v2 .webPartInnhold .calWPContent + .calWPFooter {
    margin-top: 3.5rem;
  }
}
.wp-upcoming-events--v2 .webPartInnhold .calWPFooter a {
  font-size: 1.1875rem;
  color: #1E2B3C;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events--v2 .webPartInnhold .calWPFooter a {
    font-size: 1.375rem;
  }
}
.wp-upcoming-events--v2 .webPartInnhold .calWPFooter a:hover {
  color: #0161AB;
  font-weight: 700;
}

@media screen and (min-width: 1200px) {
  .wp-upcoming-events.compressed .webPartInnhold ul > * + *,
.wp-upcoming-events--v2.compressed .webPartInnhold ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-upcoming-events.compressed .webPartInnhold ul,
.wp-upcoming-events--v2.compressed .webPartInnhold ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-upcoming-events.compressed .webPartInnhold ul > * + *,
.wp-upcoming-events--v2.compressed .webPartInnhold ul > * + * {
      margin-top: 0;
    }
  }
}

.responsive-container {
  width: 90%;
  max-width: 1495px;
  margin-left: auto;
  margin-right: auto;
}
header .responsive-container, .frontpage-banner-section .responsive-container {
  max-width: 1495px;
}
.frontpage-top-section .responsive-container {
  max-width: 1495px;
}
.frontpage-bottom-section .responsive-container {
  max-width: 1495px;
}
footer .responsive-container, .global-top-container .responsive-container, .area-message-container .responsive-container {
  max-width: 1087px;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

/* Geodata */
#regplan_status h2 {
  margin-top: 1.5rem !important;
}

#regplan_doks {
  margin-top: 4rem;
}
#regplan_doks ul,
#regplan_doks li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
#regplan_doks li + li {
  margin-top: 0.25rem !important;
}
#regplan_doks h2,
#regplan_doks h3 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
#regplan_doks h2 {
  line-height: 0.7142857143 !important;
}
#regplan_doks h2 + ul {
  margin-top: 2rem !important;
}
#regplan_doks h3 + ul {
  margin-top: 0.5rem !important;
}
#regplan_doks a {
  text-decoration: none;
  border-bottom: 2px solid currentColor;
  font-weight: 700;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  position: relative;
  color: #1E2B3C;
  background-color: transparent;
}
#regplan_doks a:hover {
  background-color: #D0E9F8;
  color: #1E2B3C;
}
#regplan_doks a.external[href^=http]::after {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
#regplan_doks a.filetype-pdf::after {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
  font-size: 1.75rem;
}

.c-table, #regplan_list table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1em;
}
.c-table td, #regplan_list table td,
.c-table th,
#regplan_list table th {
  /*border-bottom: 1em solid #fff;*/
  padding: 1em;
}
.c-table th, #regplan_list table th {
  background-color: #0161AB;
  text-align: left;
  color: #fff;
}
.c-table td, #regplan_list table td {
  background-color: transparent;
  color: #1E2B3C;
}
.c-table td:after, #regplan_list table td:after {
  font-family: "agder";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.c-table tr:nth-child(even) td, #regplan_list table tr:nth-child(even) td {
  background-color: #E7F4FB;
}
.c-table caption, #regplan_list table caption {
  display: none;
}
.c-table.c-compact, #regplan_list table.c-compact {
  width: auto !important;
}
.c-table.c-nospace td, #regplan_list table.c-nospace td,
.c-table.c-nospace th,
#regplan_list table.c-nospace th {
  border-bottom: none;
}

.hide-tb .tilbakemelding {
  display: none !important;
}

#regplan_list table {
  margin-bottom: 2em;
}
#regplan_list table th {
  cursor: pointer;
  padding-right: 2em;
  white-space: nowrap;
}
#regplan_list table th.tablesorter-header {
  position: relative;
}
#regplan_list table .tablesorter-header-inner:before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  display: inline-block;
  font-size: 1.5em;
  padding-left: 1em;
  position: absolute;
  color: #fff;
  top: 50%;
  right: 1%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#regplan_list table .tablesorter-headerDesc .tablesorter-header-inner:before {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}
#regplan_list table .tablesorter-headerSortUp .tablesorter-header-inner:before {
  color: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 22%;
}
#regplan_list table .tablesorter-headerSortDown .tablesorter-header-inner:before {
  color: #fff;
}
#regplan_map {
  height: 400px;
  border: 1px solid #ddd;
}

.tekst #regplan_pos {
  height: 400px;
}

.c-left {
  float: left;
}

.c-right {
  float: right;
}

#c-menu .c-menu-wrapper {
  /*display: table;
  width: 100%;*/
}
#c-menu ul {
  /*list-style-type: none;
  display: table-row;
  table-layout: fixed;*/
  margin: 0;
  padding: 0;
}
#c-menu ul:after {
  content: "";
  display: block;
  clear: both;
  margin-bottom: 1em;
}
#c-menu ul li {
  margin: 0 0 3px 0;
  display: block;
  float: left;
  text-align: center;
  padding: 1em;
  border-bottom: 4px solid #dfe1e3;
}
#c-menu ul li:hover, #c-menu ul li.active {
  color: #0099d8;
  border-color: #0099d8;
}

.cal-tab {
  max-width: 500px;
}
.cal-tab > div > * + * {
  margin-top: 1rem !important;
}
.cal-tab > div > * + h2 {
  margin-top: 2rem !important;
}

.ac-content-page--search .ac-content-button--button {
  text-transform: unset;
}
.ac-content-page--search .ac-content-teaser--search .ac-content-teaser-excerpt {
  font-size: 1.25rem;
}

.client-content-widget--filtervisning .filtervisning-result-column .filtervisning-item-list .filtervisning-item .bc-content-teaser--filtervisning-item {
  border-bottom: 0.0625rem solid #ccc;
}
.client-content-widget--filtervisning .filtervisning-result-column .filtervisning-item-list .filtervisning-item .bc-content-teaser-text .bc-content-teaser-title .bc-content-teaser-title-text .bc-content-link {
  text-decoration: none;
  border-bottom: 2px solid currentColor;
  font-weight: 700;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  position: relative;
  color: #1E2B3C;
  background-color: transparent;
}
.client-content-widget--filtervisning .filtervisning-result-column .filtervisning-item-list .filtervisning-item .bc-content-teaser-text .bc-content-teaser-title .bc-content-teaser-title-text .bc-content-link:hover {
  background-color: #D0E9F8;
  color: #1E2B3C;
}
.client-content-widget--filtervisning .filtervisning-result-column .filtervisning-item-list .filtervisning-item .bc-content-teaser-text .bc-content-teaser-title .bc-content-teaser-title-text .bc-content-link.external[href^=http]::after {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.client-content-widget--filtervisning .filtervisning-result-column .filtervisning-item-list .filtervisning-item .bc-content-teaser-text .bc-content-teaser-title .bc-content-teaser-title-text .bc-content-link.filetype-pdf::after {
  font-family: "v-remixicon";
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
  font-size: 1.75rem;
}