@import url(https://fonts.googleapis.com/css?family=Rajdhani:400,500,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans&display=swap);
/*!
Theme Name: technodive2019
Author: Appex Web
Author URI: http://appex.no/
Version: 0.1.2
*/
/* Colors */
/* Font families */
/* Font sizes */
/* Breakpoints */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

img {
  max-width: 100%; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.html-overflow {
  height: 100vh;
  overflow: hidden; }

body {
  display: grid;
  grid-template-columns: [page-start] 1fr [content] repeat(12, [col-start] 1fr [col-end]) [content-end] 1fr [page-end];
  background-color: #0b232b;
  overflow-x: hidden;
  width: 100vw; }

.active-menu {
  position: fixed;
  overflow: hidden; }

body {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 56.25em) {
    body {
      font-size: 18px; } }

.orange {
  color: #fdaf1a !important; }

.orange-link {
  font-weight: 700;
  display: flex;
  align-items: center; }
  .orange-link p {
    margin-right: 16px; }

.paragraph {
  line-height: 1.6;
  margin-bottom: 24px;
  font-family: 'Open Sans', sans-serif;
  color: #f9f9f9; }
  .paragraph--big {
    font-size: 24px; }
    @media (max-width: 56.25em) {
      .paragraph--big {
        font-size: 18px; } }
  .paragraph--dark {
    color: #0b232b; }

.subheading {
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 1;
  margin-bottom: 24px; }

.h1, .h2, .h3, .h4, .h5 {
  line-height: 120%;
  color: #fff; }

.h1 {
  font-size: 72px; }
  @media (max-width: 75em) {
    .h1 {
      font-size: 56px; } }
  @media (max-width: 56.25em) {
    .h1 {
      font-size: 40px; } }
  @media (max-width: 37.5em) {
    .h1 {
      font-size: 32px; } }

.h2 {
  font-size: 56px;
  margin-bottom: 32px; }
  .h2--dark {
    color: #0b232b; }
  @media (max-width: 75em) {
    .h2 {
      font-size: 40px; } }
  @media (max-width: 56.25em) {
    .h2 {
      font-size: 32px; } }

.h3 {
  font-size: 40px; }
  @media (max-width: 75em) {
    .h3 {
      font-size: 32px; } }
  @media (max-width: 56.25em) {
    .h3 {
      font-size: 24px; } }
  @media (max-width: 37.5em) {
    .h3 {
      font-size: 18px; } }

.h4 {
  font-size: 32px; }
  @media (max-width: 75em) {
    .h4 {
      font-size: 24px; } }

.h5 {
  font-size: 24px;
  font-weight: 700; }

html {
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-size: 62.5%;
  line-height: 1.6;
  box-sizing: border-box;
  color: #f9f9f9; }

html.menu-open {
  overflow: hidden; }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  color: #fdaf1a; }

a {
  color: inherit;
  text-decoration: none; }

input[type='submit'],
button {
  cursor: pointer; }

::-moz-placeholder {
  color: #ccc; }

:-ms-input-placeholder {
  color: #ccc; }

::placeholder {
  color: #ccc; }

::-moz-selection {
  color: #0b232b;
  background: #fdaf1a; }

::selection {
  color: #0b232b;
  background: #fdaf1a; }

.navigation ul ul {
  display: none; }

.main-nav li {
  position: relative; }

.main-nav ul li:hover > ul {
  display: block; }

.main-nav ul ul {
  display: none;
  flex-direction: column;
  position: absolute;
  transform: translateX(-20px);
  z-index: 99999;
  width: 220px;
  background: #fff;
  list-style: none;
  padding: 0px;
  border-radius: 10px; }
  .main-nav ul ul li {
    position: relative;
    width: 100%;
    color: black; }
    .main-nav ul ul li:hover {
      background-color: rgba(0, 0, 0, 0.1); }

.menu {
  display: flex; }
  .menu ul {
    list-style: none; }
  @media (max-width: 75em) {
    .menu {
      flex-direction: column; } }
  .menu .sub-menu li {
    margin-right: 0; }
  .menu li:not(:last-child) {
    margin-right: 64px; }

.current_page_item {
  color: #1e7982 !important; }

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: 0; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: #fff;
  cursor: pointer; }

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #feae1b;
  border-radius: 50%;
  opacity: 0.4;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/* ====================== */
/* = Attachments/Images = */
/* ====================== */
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px; }

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px; }

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.alignleft, img.alignright, img.aligncenter {
  margin-bottom: 12px; }

.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 4px;
  text-align: center; }
  .wp-caption img {
    margin: 5px 5px 0; }
  .wp-caption p.wp-caption-text {
    color: #888;
    font-size: 12px;
    margin: 5px; }

.wp-smiley {
  margin: 0; }

.gallery {
  margin: 1em -10px;
  display: flex;
  flex-wrap: wrap; }

.gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px; }

.gallery-item {
  margin: 0;
  padding: 10px; }
  .gallery-columns-1 .gallery-item {
    width: 100%; }
  .gallery-columns-2 .gallery-item {
    width: 50%; }
  .gallery-columns-3 .gallery-item {
    width: calc(100% / 3); }
  .gallery-columns-4 .gallery-item {
    width: 25%; }
  .gallery-columns-5 .gallery-item {
    width: 20%; }
  .gallery-columns-6 .gallery-item {
    width: calc(100% / 6); }
  .gallery-columns-7 .gallery-item {
    width: calc(100% / 7); }
  .gallery-columns-8 .gallery-item {
    width: calc(100% / 8); }
  .gallery-columns-9 .gallery-item {
    width: calc(100% / 9); }
  @media (max-width: 1023px) {
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
      width: calc(100% / 3); } }
  @media (max-width: 767px) and (min-width: 414px) {
    .gallery-item {
      width: 50% !important; } }
  @media (max-width: 413px) {
    .gallery-item {
      width: 100% !important; } }

.gallery-icon {
  overflow: hidden;
  position: relative;
  padding-top: 65%;
  background-color: #eee; }
  .gallery-icon img {
    bottom: -1000000%;
    left: -1000000%;
    margin: auto;
    position: absolute;
    right: -1000000%;
    top: -1000000%;
    width: 100%; }

.attachment img {
  /* single attachment images should be centered */
  display: block;
  margin: 0 auto; }

.image-block {
  grid-column: page-start / page-end;
  display: flex;
  padding: 160px 0; }
  @media (max-width: 75em) {
    .image-block {
      flex-direction: column-reverse;
      padding: 112px 0; } }
  @media (max-width: 37.5em) {
    .image-block {
      grid-column: page-start / page-end;
      padding: 64px 0; } }
  .image-block + .image-block {
    margin-top: -320px; }
    @media (max-width: 75em) {
      .image-block + .image-block {
        margin-top: -160px; } }
  .image-block:nth-child(odd) {
    flex-direction: row-reverse; }
    @media (max-width: 75em) {
      .image-block:nth-child(odd) {
        flex-direction: column-reverse; } }
  .image-block:nth-child(odd) .image-block__right__content {
    margin-right: 64px; }
    @media (max-width: 75em) {
      .image-block:nth-child(odd) .image-block__right__content {
        margin: 0; } }
  .image-block__left {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px;
    width: 50%; }
    @media (max-width: 75em) {
      .image-block__left {
        position: relative;
        width: 100%;
        margin-bottom: 64px;
        padding: 0; } }
    @media (max-width: 37.5em) {
      .image-block__left :not(:last-of-type) {
        margin-bottom: 160px; } }
  .image-block__right {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 75em) {
      .image-block__right {
        width: 100%;
        padding: 0 20px; } }
    .image-block__right__content {
      max-width: 600px;
      margin-left: 64px;
      padding-bottom: 64px; }
      @media (max-width: 75em) {
        .image-block__right__content {
          padding-bottom: 32px;
          padding-top: 64px;
          margin: 0;
          max-width: 90%; } }
    @media (max-width: 37.5em) {
      .image-block__right {
        padding: 0 20px; } }

.hero {
  grid-column: page-start / page-end;
  display: grid;
  align-items: center;
  grid-template-columns: [page-start] 1fr [content] repeat(12, [col-start] 1fr [col-end]) [content-end] 1fr [page-end];
  background-size: cover;
  background-position: center;
  min-height: 95vh;
  background-repeat: no-repeat;
  padding-top: 150px;
  position: relative; }
  @media (max-width: 1200px) {
    .hero {
      padding-bottom: 120px; } }
  .hero__cta {
    position: absolute;
    right: 240px;
    background-color: #fdaf1a;
    color: #1e7982;
    padding: 32px;
    text-align: center;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 1500px) {
      .hero__cta {
        right: 100px; } }
    @media (max-width: 1200px) {
      .hero__cta {
        left: 0px;
        width: 100%;
        right: initial;
        padding: 32px;
        text-align: left;
        position: inherit;
        margin-top: 40px;
        top: 0;
        transform: translateY(0); } }
    .hero__cta h2 {
      color: #1e7982;
      font-size: 24px; }
    .hero__cta a {
      font-size: 40px;
      font-weight: 600; }
      @media (max-width: 56.25em) {
        .hero__cta a {
          font-size: 32px; } }
      @media (max-width: 37.5em) {
        .hero__cta a {
          font-size: 24px; } }
  .hero__content {
    grid-column: col-start 2 / col-end 7;
    background: rgba(30, 121, 130, 0.7);
    padding: 50px; }
    @media (max-width: 1200px) {
      .hero__content {
        position: relative; } }
    @media (max-width: 56.25em) {
      .hero__content {
        grid-column: col-start 2 / col-end 10; } }
    @media (max-width: 37.5em) {
      .hero__content {
        grid-column: col-start 1 / col-end 12; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .hero__content {
        position: absolute;
        top: 50%;
        left: 20%;
        transform: translateY(-50%);
        max-width: 40vw; } }

.bgvideo {
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100%; }

.video-overlay {
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100vw;
  background: linear-gradient(180deg, #0b232b 0%, rgba(11, 35, 43, 0) 25%, rgba(11, 35, 43, 0) 80%, #0b232b 95%); }

.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  opacity: 0.5; }
  .video-wrapper video {
    min-height: 100%;
    min-width: 100%; }

.frontpage-hero {
  position: relative;
  grid-column: page-start / page-end;
  min-height: 100vh; }
  @media (max-width: 75em) {
    .frontpage-hero {
      display: flex;
      justify-content: center;
      align-items: center; } }
  .frontpage-hero__content {
    position: absolute;
    top: 40%;
    left: 20%;
    transform: translateY(-50%) translateX(-30%);
    max-width: 730px;
    z-index: 2; }
    @media (max-width: 75em) {
      .frontpage-hero__content {
        position: relative;
        top: 0;
        left: 0;
        transform: translateY(-50%) translateX(0%);
        padding: 1rem 2rem; } }
    @media (max-height: 500px) and (min-width: 1201px) {
      .frontpage-hero__content {
        top: 200px;
        transform: translateY(0); } }
    @media (max-height: 500px) and (max-width: 1200px) {
      .frontpage-hero__content {
        top: 100px;
        transform: translateY(-50%); } }
    .frontpage-hero__content__heading {
      color: #f9f9f9;
      font-weight: 400;
      z-index: 2;
      position: relative; }
      @media (max-width: 56.25em) {
        .frontpage-hero__content__heading {
          text-align: center;
          font-size: 3rem;
          max-width: 70%;
          margin: 0 auto; } }
      @media (max-width: 37.5em) {
        .frontpage-hero__content__heading {
          text-align: center;
          font-size: 2.5rem;
          max-width: 90%;
          padding-left: 5%;
          padding-right: 5%; } }
      @media (max-height: 600px) and (min-width: 960px) {
        .frontpage-hero__content__heading {
          font-size: 32px; } }
    .frontpage-hero__content__span {
      color: #fdaf1a;
      font-weight: 700; }
    .frontpage-hero__content__scroll {
      position: absolute;
      bottom: 20%;
      left: 55%; }
      @media (max-width: 56.25em) {
        .frontpage-hero__content__scroll {
          left: 50%;
          bottom: 30%;
          transform: translateX(-50%); } }
      @media (max-width: 75em) {
        .frontpage-hero__content__scroll {
          display: none; } }

.scroll-meter {
  position: absolute;
  bottom: 5%;
  right: 50%;
  transform: translateX(50%) scale(0.8);
  z-index: 1; }
  .scroll-meter--small {
    display: block;
    bottom: 5%; }
    @media (max-height: 900px) {
      .scroll-meter--small {
        bottom: 0%; } }
    @media (max-height: 750px) {
      .scroll-meter--small {
        display: none; } }
    @media (max-width: 37.5em) {
      .scroll-meter--small {
        transform: translateX(50%) scale(0.6); } }
  .scroll-meter--big {
    display: none; }

.progressbar {
  z-index: 3;
  position: fixed;
  right: 10px;
  bottom: 0px;
  color: #fdaf1a; }
  @media (max-width: 37.5em) {
    .progressbar {
      display: none; } }
  .progressbar__heading {
    font-size: 20px;
    margin: 0; }
    @media (max-width: 37.5em) {
      .progressbar__heading {
        display: none; } }
  @media only screen and (max-height: 500px) {
    .progressbar {
      display: none; } }

.progresstext {
  z-index: 3;
  color: #fdaf1a;
  font-size: 40px;
  margin-top: 5px; }
  @media (max-width: 56.25em) {
    .progresstext {
      font-size: 20px; } }
  @media (max-width: 37.5em) {
    .progresstext {
      display: none; } }
  @media only screen and (max-height: 500px) {
    .progresstext {
      display: none; } }

@-webkit-keyframes fadeupProgressNumbers {
  0% {
    opacity: 0;
    transform: translateY(60%); }
  100% {
    opacity: 1;
    transform: translateY(50%); } }

@keyframes fadeupProgressNumbers {
  0% {
    opacity: 0;
    transform: translateY(60%); }
  100% {
    opacity: 1;
    transform: translateY(50%); } }

.progressnumbers {
  z-index: 3;
  position: fixed;
  right: 20px;
  bottom: 50%;
  transform: translateY(50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff; }
  .progressnumbers span:not(:last-child) {
    margin-bottom: 40px; }
  .progressnumbers span:not(.orange-color) {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
  @media (max-width: 37.5em) {
    .progressnumbers {
      display: none; } }
  @media only screen and (max-height: 500px) {
    .progressnumbers {
      display: none; } }

.orange-color {
  color: #fdaf1a;
  transition: 0.5s ease color; }

/* width */
::-webkit-scrollbar {
  width: 5px; }

/* Track */
::-webkit-scrollbar-track {
  background: transparent; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #fdaf1a; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0b232b; }

.animatedsvg {
  max-width: 200px;
  margin: 0 auto; }

.diving-svg {
  height: 100px;
  width: 220px; }
  .diving-svg path {
    stroke: #8dc0c4;
    stroke-width: 10px;
    stroke-linecap: round;
    fill: none; }

.slideshow__section {
  padding: 10vw;
  grid-column: 1 / -1;
  background-color: #0b232b; }
  @media (max-width: 56.25em) {
    .slideshow__section {
      padding: 5vw; } }

.slideshow__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; }

.slideshow__content {
  text-align: center;
  max-width: 30vw;
  margin: 80px 0; }
  @media (max-width: 56.25em) {
    .slideshow__content {
      max-width: 80%; } }
  .slideshow__content h2 {
    margin-bottom: 32px; }
  .slideshow__content p {
    margin-bottom: 32px; }
  .slideshow__content img {
    width: calc(60px + 8vw);
    -o-object-fit: contain;
       object-fit: contain; }

.menu {
  list-style: none;
  padding: 0; }
  @media (max-width: 56.25em) {
    .menu {
      flex-direction: column; } }

.menu li a {
  color: white; }
  .menu li a:hover {
    color: #fdaf1a; }

.mobile-menu {
  position: fixed;
  z-index: 9;
  transform: translateY(-100%);
  top: 0;
  left: 0;
  opacity: 1;
  overflow-y: auto;
  transition: transform 0.5s ease-in-out;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 5%;
  height: 100vh;
  width: 100vw;
  overflow: auto;
  background-color: #145259; }
  .mobile-menu ul {
    list-style: none; }
  html.menu-open .mobile-menu {
    transform: translateY(0); }
  @media only screen and (min-width: 1400px) {
    .mobile-menu {
      display: none; } }
  .mobile-menu__wrapper {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding-top: 150px; }
    @media (max-width: 37.5em) {
      .mobile-menu__wrapper {
        padding-top: 100px; } }
    .mobile-menu__wrapper ul li {
      margin-bottom: 8px; }
  .mobile-menu__nav {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    color: #f9f9f9; }
    .mobile-menu__nav a:not(:last-child) {
      margin-bottom: 20px; }
  .mobile-menu__logo {
    width: 150px;
    height: auto;
    margin-bottom: 40px; }
  .mobile-menu__wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .mobile-menu .sub-menu {
    padding: 0; }
    .mobile-menu .sub-menu li a {
      color: white;
      font-size: 24px;
      padding: 0;
      margin-left: 16px; }
    .mobile-menu .sub-menu li {
      font-size: 18px; }
      @media (max-width: 75em) {
        .mobile-menu .sub-menu li {
          font-size: 30px; } }

.toggle-nav {
  position: fixed;
  top: 40px;
  right: 40px;
  display: flex;
  flex-direction: column;
  z-index: 999;
  padding: 10px;
  cursor: pointer; }
  .toggle-nav:hover .line2 {
    width: 30px; }
  .toggle-nav > * {
    margin-bottom: 10px; }
  @media only screen and (min-width: 1400px) {
    .toggle-nav {
      display: none; } }
  @media (max-width: 56.25em) {
    .toggle-nav {
      top: 20px;
      right: 20px; } }

.menu-open .header {
  background-color: #145259;
  height: 80px !important; }

.menu-open .menu-item-818 {
  padding-bottom: 60px; }

.hamburger-span {
  display: inline-block;
  background-color: #fdaf1a;
  height: 2px;
  width: 30px;
  transition: 0.3s ease transform; }

.lineone {
  transform: rotate(-45deg) translate(-9px, 6px); }

.line2 {
  width: 15px;
  transition: 0.3s ease width; }

.linetwo {
  opacity: 0; }

.linethree {
  transform: rotate(45deg) translate(-11px, -8px); }

.btn,
.gform_button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: 160px;
  border: none;
  color: #0b232b;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  transition: .3s ease background-color, .3s ease color; }
  .btn--orange,
  .gform_button--orange {
    background-color: #fdaf1a; }
    .btn--orange:hover,
    .gform_button--orange:hover {
      background-color: #f9f9f9;
      color: #0b232b; }
  .btn:after,
  .gform_button:after {
    content: '\0279E';
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 8px;
    color: #0b232b;
    opacity: 0;
    font-size: 30px;
    transition: .3s ease-in-out opacity, .3s ease right; }
  .btn:hover:after,
  .gform_button:hover:after {
    opacity: .7;
    right: 12px; }

.gform_button {
  display: block !important;
  width: 100% !important;
  background-color: #fdaf1a !important; }
  .gform_button:hover {
    background-color: #f9f9f9 !important;
    color: #0b232b !important; }

.gform_wrapper .large {
  width: 100% !important;
  padding: 10px !important; }

.gfield {
  padding-right: 0 !important; }

.gfield_select {
  width: 100% !important; }

.fullwidth-image {
  grid-column: page-start / page-end;
  height: 80vh;
  width: 100%; }
  .fullwidth-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  @media (max-width: 37.5em) {
    .fullwidth-image {
      height: 50vh; } }

#mapbox {
  grid-column: page-start / page-end;
  height: 100%;
  outline: none; }
  @media (max-width: 56.25em) {
    #mapbox {
      height: 50vh; } }

.small_hero {
  position: relative;
  grid-column: page-start / page-end;
  height: 70vh;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 56.25em) {
    .small_hero {
      height: 50vh; } }
  .small_hero__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 70%;
    text-align: center; }
    @media (max-width: 37.5em) {
      .small_hero__content {
        max-width: 80%; } }
    .small_hero__content h1 {
      margin-bottom: 32px; }
      @media (max-width: 37.5em) {
        .small_hero__content h1 {
          font-size: 32px;
          padding-top: 100px; } }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .small_hero__content h1 {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); } }

.about {
  display: flex; }

.about__left {
  width: 50%; }

.about__right {
  width: 50%; }

.section__video {
  grid-column: page-start / page-end;
  padding: 10vw 0;
  background-color: #fff; }
  @media (max-width: 37.5em) {
    .section__video {
      grid-column: page-start / page-end; } }
  .section__video__wrapper {
    max-width: 60%;
    margin: 0 auto; }
    @media (max-width: 37.5em) {
      .section__video__wrapper {
        max-width: 100%; } }

.front-page-video {
  max-width: 100%; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

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

.modal-section {
  display: grid;
  grid-template-columns: [page-start] 1fr [content] repeat(12, [col-start] 1fr [col-end]) [content-end] 1fr [page-end];
  grid-column: page-start / page-end;
  padding: 160px 0;
  background-color: #0b232b; }
  .modal-section-heading {
    grid-column: content;
    margin: 0 auto;
    color: #fff !important; }
  .modal-section .animatedsvg {
    grid-column: content; }
  @media (max-width: 75em) {
    .modal-section {
      padding: 112px 0; } }

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 999;
  width: 70%;
  max-width: 80%;
  color: #0b232b;
  transition: 0.3s ease-in-out; }
  @media (max-width: 37.5em) {
    .modal {
      width: 100%;
      max-width: none; } }
  .modal .close-modal {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    outline: none;
    background-color: #fdaf1a;
    padding: 15px; }
  .modal-box {
    margin: 0 0 64px 0;
    position: relative;
    max-width: 500px; }
    .modal-box .open-button-modal {
      margin-top: 16px;
      border: none;
      outline: none;
      background-color: #fdaf1a;
      padding: 15px; }
      .modal-box .open-button-modal:hover {
        background-color: #fdb429; }
    .modal-box h4 {
      color: #fff !important;
      margin-top: 16px; }
  .modal__body {
    display: flex;
    background-color: #fff; }
    @media (max-width: 75em) {
      .modal__body {
        flex-direction: column; } }
    .modal__body div {
      margin-top: 64px;
      padding: 5%;
      width: 50%; }
      @media (max-width: 75em) {
        .modal__body div {
          width: 100%; } }
    .modal__body h3 {
      color: #0b232b !important;
      margin-bottom: 32px; }
    .modal__body img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      width: 50%; }
      @media (max-width: 75em) {
        .modal__body img {
          width: 100%;
          height: 40vw; } }
      @media (max-width: 37.5em) {
        .modal__body img {
          height: 60vw; } }
  .modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px; }
  .modal-container {
    grid-column: content / content-end;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-column-gap: 32px; }
  .modal-image {
    height: 350px; }
    .modal-image img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .modal.active {
    transform: translate(-50%, -50%) scale(1); }

#modal__overlay {
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  transition: 0.3s ease-in-out; }
  #modal__overlay.active {
    pointer-events: all;
    opacity: 1; }

.departments {
  grid-column: page-start / page-end;
  background-color: white;
  padding: 0 10%; }
  .departments__title {
    margin-bottom: 64px;
    color: #0b232b; }
  .departments__department {
    padding: 120px 0; }
    .departments__department:not(:last-child) {
      border-bottom: solid 2px #fdaf1a; }
  .departments__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 64px; }
  .departments__compact {
    margin-top: 80px;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
    .departments__compact .departments__person svg {
      width: 150px;
      height: 150px; }
    @media (max-width: 56.25em) {
      .departments__compact {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
        .departments__compact svg {
          width: 200px;
          height: 200px; } }
  .departments__person {
    min-height: 300px;
    text-align: center; }
    .departments__person h3,
    .departments__person p {
      color: #1e7982; }
    .departments__person button {
      border: none;
      background-color: #f6f6f6;
      padding: 10px 20px;
      margin-top: 16px;
      cursor: pointer; }
    .departments__person img {
      margin-top: 16px;
      width: 200px;
      height: 200px;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 500px; }
    .departments__person svg {
      margin-top: 16px;
      width: 200px;
      height: 200px; }
  .departments__employee-contact {
    color: black !important;
    font-size: 18px; }

.detail {
  position: fixed;
  top: 0;
  left: 0%;
  width: 100vw;
  height: 100vh;
  cursor: pointer;
  display: flex;
  visibility: hidden;
  z-index: 100;
  overflow: auto; }
  @media (max-width: 56.25em) {
    .detail {
      flex-direction: column; } }
  .detail__close {
    position: absolute;
    top: 32px;
    left: 32px;
    background: transparent;
    border: none;
    color: white;
    font-size: 40px;
    transform: rotate(180deg);
    outline: none; }
  .detail__image-wrapper {
    position: relative;
    width: 50%;
    z-index: 1;
    background: #1e7982; }
    @media (max-width: 56.25em) {
      .detail__image-wrapper {
        width: 100%;
        min-height: 400px; } }
  .detail__image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-object-fit: contain;
       object-fit: contain;
    height: 60%;
    width: 40%;
    margin-bottom: 60px; }
    @media (max-width: 56.25em) {
      .detail__image {
        width: 100%;
        height: 100%;
        padding: 32px; } }
  .detail__content {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1e7982;
    padding: 64px 32px;
    box-sizing: border-box;
    flex-grow: 1; }
    @media (max-width: 37.5em) {
      .detail__content {
        justify-content: flex-start;
        padding: 120px 32px; } }
    .detail__content > div {
      max-width: 550px; }

.lang-switcher {
  position: absolute;
  top: 13px;
  right: 250px;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none; }
  @media (max-width: 75em) {
    .lang-switcher {
      top: 50px;
      right: 50%;
      transform: translateX(50%);
      padding: 0; } }
  @media (max-width: 56.25em) {
    .lang-switcher {
      top: 30px; } }
  .lang-switcher li {
    font-weight: bold; }
    .lang-switcher li:not(:first-of-type) {
      margin-right: 16px; }

.lang-item {
  opacity: 0.5; }
  .lang-item:first-of-type {
    border-right: solid 2px #fff;
    padding-right: 10px;
    margin-right: 6px; }

.current-lang {
  opacity: 1; }

.footer__section {
  grid-column: page-start / page-end;
  padding: 200px 0 200px 0;
  position: relative;
  background-color: #1e7982;
  color: #1e7982; }
  .footer__section .paragraph {
    color: white; }
  @media (max-width: 37.5em) {
    .footer__section {
      padding: 100px 0 200px 0; } }

.footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 56.25em) {
    .footer {
      flex-direction: column; } }
  .footer__logo {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    @media (max-width: 56.25em) {
      .footer__logo {
        margin-bottom: 20px; } }
    .footer__logo img {
      width: 150px;
      height: auto;
      margin-bottom: 32px; }
  .footer__info {
    flex: 1.5;
    text-align: center; }
    @media (max-width: 56.25em) {
      .footer__info {
        margin-bottom: 40px; } }
    .footer__info__contact-info {
      margin-bottom: 32px; }
      .footer__info__contact-info > *:not(:first-child) {
        font-size: 18px; }
      .footer__info__contact-info p {
        font-weight: bold;
        color: #fdaf1a; }
      .footer__info__contact-info a {
        display: block; }
    .footer__info__copyright {
      position: absolute;
      bottom: 50px;
      left: 50%;
      transform: translateX(-50%);
      text-align: center;
      font-size: 14px; }
      @media (max-width: 37.5em) {
        .footer__info__copyright {
          width: 100%; } }
  .footer__certification {
    flex: 1;
    display: flex;
    justify-content: center; }
  .footer__cookies {
    position: absolute;
    bottom: 2%;
    left: 2%;
    color: inherit; }
    @media (max-width: 37.5em) {
      .footer__cookies {
        width: 100%;
        text-align: center; } }

.certificates-grid {
  grid-column: 1 / -1;
  background-color: #f6f6f6;
  padding: 10vw 0; }
  .certificates-grid__title {
    text-align: center;
    margin-bottom: 32px;
    color: rgba(0, 0, 0, 0.9); }
  .certificates-grid__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    place-items: center; }
    .certificates-grid__grid img {
      padding: 32px; }
  .certificates-grid__text {
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
    margin-top: 32px; }
  .certificates-grid .container--small {
    max-width: 980px; }

.more-news {
  grid-column: page-start / page-end;
  padding: 100px 0px; }
  .more-news h2 {
    text-align: center;
    margin: 20px auto; }
  .more-news img {
    margin: 0 auto; }

.section__columns {
  grid-column: page-start / page-end;
  padding: 112px 0;
  background-color: #fff; }
  .section__columns__grid {
    max-width: 80%;
    margin: 0 auto; }
  .section__columns__title {
    color: #0b232b; }
  @media (max-width: 37.5em) {
    .section__columns {
      grid-column: col-start 1 / col-end 12;
      padding: 64px 0; } }

.box-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-column-gap: 32px; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .box-columns {
      display: flex;
      flex-wrap: wrap; } }
  @media (max-width: 37.5em) {
    .box-columns {
      grid-template-columns: repeat(auto-fit, minmax(100%, 1fr)); } }
  .box-columns__column {
    margin: 0 0 64px 0; }
    .box-columns__column span,
    .box-columns__column h4 {
      color: rgba(0, 0, 0, 0.7); }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .box-columns__column {
        margin: 32px; } }
    .box-columns__column .image-wrapper {
      position: relative;
      overflow: hidden;
      height: 300px;
      margin-bottom: 24px; }
      .box-columns__column .image-wrapper:after {
        content: '\2192';
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fdaf1a;
        font-size: 60px;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #000;
        opacity: 0;
        transition: 0.3s ease opacity; }
      .box-columns__column .image-wrapper:hover:after {
        opacity: 0.5; }
      .box-columns__column .image-wrapper:hover img {
        transform: scale(1.1); }
    .box-columns__column img {
      position: relative;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      transition: 0.3s ease transform; }

.image-rows {
  grid-column: page-start / page-end;
  padding: 160px 40px;
  background-color: #fff;
  text-align: center;
  width: 100%; }
  .image-rows__image-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 20px;
    justify-items: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto; }
    .image-rows__image-row img {
      max-width: 250px; }
      @media (max-width: 37.5em) {
        .image-rows__image-row img {
          max-width: 200px;
          margin: 32px; } }
  @media (max-width: 37.5em) {
    .image-rows {
      padding: 80px 20px; } }

.image-rows-hms img {
  max-width: 100px; }

.three-column {
  display: flex; }
  @media (max-width: 56.25em) {
    .three-column {
      flex-direction: column; } }
  .three-column__post {
    flex: 1;
    padding: 20px;
    margin-bottom: 50px; }
    @media (max-width: 37.5em) {
      .three-column__post {
        padding: 0px; } }
    .three-column__post h3 {
      font-size: 3rem; }
    .three-column__post p {
      font-size: 20px;
      max-width: 100%; }
    .three-column__post a {
      font-size: 20px;
      color: #fdaf1a;
      transition: .5s ease all; }
      .three-column__post a:hover {
        border-bottom: 1px solid #fdaf1a; }
    .three-column__post__thumbnail {
      position: relative;
      width: 100%;
      height: 300px;
      overflow: hidden;
      margin-bottom: 20px; }
      .three-column__post__thumbnail:hover:after {
        opacity: 1; }
      .three-column__post__thumbnail:after {
        content: "\2192 ";
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 80px;
        color: #fdaf1a;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        opacity: 0;
        pointer-events: none;
        transition: .3s ease opacity; }
  .three-column__post img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: .3s ease transform;
    transform: scale(1.1); }
    .three-column__post img:hover {
      transform: scale(1); }

.text-block {
  grid-column: page-start / page-end;
  padding: 160px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  color: #0b232b; }
  .text-block p {
    max-width: 900px;
    margin: 1em auto; }
  @media (max-width: 37.5em) {
    .text-block {
      padding: 80px 20px; } }
  .text-block--personvern {
    display: block;
    text-align: left;
    color: red;
    padding-left: 10%;
    padding-right: 10%; }
    .text-block--personvern p {
      max-width: 960px;
      margin: 0; }
    .text-block--personvern h2 {
      margin-top: 64px; }
    .text-block--personvern h3 {
      margin-top: 32px; }
    .text-block--personvern .animatedsvg {
      margin: 0; }

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px; }
  .container--small {
    max-width: 800px; }

.section__services {
  padding: 10vw 0;
  grid-column: page-start / page-end;
  width: 100%;
  background-color: #fff; }
  @media (max-width: 37.5em) {
    .section__services {
      padding: 0px;
      margin-top: 64px; } }

.services-icons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  place-items: center; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .services-icons {
      display: flex;
      flex-wrap: wrap; } }
  @media (max-width: 37.5em) {
    .services-icons {
      grid-template-columns: 1fr;
      margin-top: 32px; } }
  .services-icons__circle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 300px;
    height: 300px;
    border: solid 2px #0b232b;
    background-color: #0b232b;
    border-radius: 50%;
    margin-bottom: 50px;
    color: #fdaf1a;
    transition: 0.3s ease background-color, 0.3s ease transform; }
    .services-icons__circle:hover:not(:first-child) {
      background-color: #10343f; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .services-icons__circle {
        margin: 32px; } }
    @media (max-width: 37.5em) {
      .services-icons__circle {
        height: 200px;
        width: 200px; } }
    .services-icons__circle:nth-child(3) img {
      margin-left: 10px; }
    .services-icons__circle:nth-child(3) img {
      height: 55px; }
    .services-icons__circle:nth-child(6) img {
      height: 55px; }
    .services-icons__circle img {
      -o-object-fit: contain;
         object-fit: contain;
      height: 70px;
      width: auto;
      margin-bottom: 10px; }
      @media (max-width: 37.5em) {
        .services-icons__circle img {
          height: 70px;
          width: auto; } }
    .services-icons__circle h2 {
      color: inherit; }
      @media (max-width: 37.5em) {
        .services-icons__circle h2 {
          font-size: 3rem; } }
    .services-icons__circle h3 {
      color: inherit;
      font-size: 3rem;
      font-weight: 400;
      max-width: 80%;
      line-height: 1.2; }
      @media (max-width: 56.25em) {
        .services-icons__circle h3 {
          font-size: 2.5rem; } }

@-moz-document url-prefix() {
  .services-icons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    align-items: center; }
    @media (max-width: 75em) {
      .services-icons {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 56.25em) {
      .services-icons {
        grid-template-columns: repeat(1, 1fr); } } }

.services {
  grid-column: page-start / page-end; }
  .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }

.single-services-menu {
  grid-column: content/ content-end; }
  .single-services-menu ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 32px 32px;
    list-style: none; }

.columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  max-width: 1200px;
  margin: 0 auto;
  padding: 112px 0; }
  .columns__column {
    padding: 5%; }
    .columns__column a {
      color: #fdaf1a;
      font-size: 1.8rem; }
    .columns__column h4 {
      color: #fff;
      font-size: 2rem;
      font-weight: 400; }

.certificates {
  padding: 112px 0; }
  .certificates h1 {
    text-align: center; }

.news-article {
  grid-column: page-start / page-end; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #0b232b;
  height: 130px;
  padding: 0 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  transition: 0.3s ease transform, 0.3s ease background-color, 0.3s ease height; }
  .header--personvern {
    background-color: #0b232b;
    height: 100px; }
  @media (max-width: 75em) {
    .header {
      height: 90px; } }
  .header a {
    color: #f9f9f9;
    transition: 0.2s ease color; }
    .header a:hover {
      color: #fdaf1a; }
  .header__logo img {
    max-height: 50px;
    width: auto; }
    @media (max-width: 75em) {
      .header__logo img {
        max-height: 40px;
        position: fixed;
        top: 40px;
        left: 40px; } }
    @media (max-width: 56.25em) {
      .header__logo img {
        top: 20px;
        left: 20px;
        max-height: 35px; } }
  .header__since1976 {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
    padding: 10px;
    background-color: #fdaf1a;
    font-weight: 700;
    color: #0b232b;
    transition: 0.3s ease opacity; }
    @media (max-width: 75em) {
      .header__since1976 {
        display: none; } }

.social-icons {
  position: absolute;
  top: 13px;
  right: 110px;
  z-index: 9999;
  display: flex; }
  @media (max-width: 75em) {
    .social-icons {
      display: none; } }
  .social-icons a {
    display: block;
    position: relative;
    height: 40px;
    width: 40px;
    overflow: hidden; }
  .social-icons span {
    position: absolute;
    top: -1000px; }
  .social-icons svg {
    width: auto;
    height: 30px; }
    .social-icons svg path {
      fill: #fff; }

.header--front {
  background: transparent; }

.navigation {
  margin-top: 20px; }
  @media (max-width: 1400px) {
    .navigation {
      display: none; } }

.sub-menu {
  padding-left: 20px;
  font-size: 18px; }
  .sub-menu a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 16px; }
  .sub-menu li a {
    color: black;
    font-weight: 500; }
    .sub-menu li a:hover {
      color: black; }

.menu-item {
  list-style: none; }

.current-menu-item a {
  color: #fdaf1a !important; }

.home .frontpage-hero {
  position: relative; }

.contact {
  grid-column: page-start/ page-end;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 64px 10%; }
  @media (max-width: 56.25em) {
    .contact {
      flex-direction: column;
      padding: 80px 10%; } }
  @media (max-width: 37.5em) {
    .contact {
      grid-column: col-start 1 / col-end 12;
      padding: 80px 0px; } }
  .contact__hero {
    position: relative;
    grid-column: page-start / page-end;
    height: 600px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: grid;
    align-items: center;
    justify-items: center; }
    @media (max-width: 56.25em) {
      .contact__hero {
        height: 50vh; } }
    .contact__hero h1 {
      background: rgba(30, 121, 130, 0.7);
      padding: 50px; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .contact__hero h1 {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); } }
  .contact__wrapper {
    width: 100%;
    grid-column: content / content-end; }
  .contact__left {
    width: 50%;
    padding-right: 5%; }
    @media (max-width: 56.25em) {
      .contact__left {
        width: 100%;
        padding: 0 0 32px 0; } }
  .contact__right {
    width: 50%; }
    @media (max-width: 56.25em) {
      .contact__right {
        width: 100%; } }

#input_1_11,
#input_1_4 {
  width: 100%; }

.contact__form {
  grid-column: page-start / page-end;
  padding: 100px 10%;
  grid-column: page-start / page-end;
  display: flex;
  flex-wrap: wrap; }
  .contact__form form {
    max-width: 800px;
    margin: 0 0; }
  .contact__form__title {
    text-align: center;
    display: inline-block;
    position: absolute; }
  .contact__form .gform_wrapper {
    margin-top: 120px; }
  .contact__form__input-field {
    margin-bottom: 24px;
    height: 60px;
    padding: 10px;
    border-radius: 5px;
    border: none; }
  .contact__form__text-area {
    margin-bottom: 24px;
    height: 120px;
    padding: 10px;
    border-radius: 5px;
    border: none; }
  .contact__form__button {
    display: flex; }
    .contact__form__button div {
      flex: 1;
      padding-right: 15px; }
      @media (max-width: 37.5em) {
        .contact__form__button div {
          flex: 0;
          padding-right: 0; } }
    .contact__form__button button {
      flex: 2; }
  .contact__form__name, .contact__form__email, .contact__form__message {
    display: flex; }
    @media (max-width: 37.5em) {
      .contact__form__name, .contact__form__email, .contact__form__message {
        flex-direction: column; } }
    .contact__form__name label, .contact__form__email label, .contact__form__message label {
      flex: 1;
      padding-right: 15px; }
    .contact__form__name input,
    .contact__form__name textarea, .contact__form__email input,
    .contact__form__email textarea, .contact__form__message input,
    .contact__form__message textarea {
      flex: 2; }
  @media (max-width: 37.5em) {
    .contact__form button {
      width: 100%; } }

.contact__persons__area-title {
  font-size: 32px;
  margin-bottom: 16px;
  text-decoration: underline; }

.contact__persons__grid {
  display: block;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }

.contact__person {
  margin-bottom: 40px; }
  .contact__person__name {
    font-weight: bold;
    font-size: 24px !important; }
  .contact__person .orange {
    display: block; }

.gform_footer {
  margin-left: 0 !important;
  width: auto !important; }

.gfield {
  display: flex !important;
  flex-direction: column !important; }
  .gfield label {
    float: none !important;
    width: auto !important; }
  .gfield div {
    width: auto !important;
    margin-left: 0 !important; }

.single-services {
  background-color: #fff; }
  .single-services h2 {
    color: rgba(0, 0, 0, 0.9); }
  .single-services .box-columns__column span {
    color: rgba(0, 0, 0, 0.7) !important; }


/*# sourceMappingURL=style.css.map*/