@charset "UTF-8";
/*!
Theme Name: Arise project websites
Theme URI: https://arise.se
Author: hstd reklambyrå
Author URI: https://hstd.se
Description: Offical theme for Arise project websites 2025
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ariseproject
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* 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 {
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  width: 100%;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* 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 */
  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: 25%;
  font-size: 50%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -2.1em;
  top: -0.8em;
}

/* 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.6;
  /* 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;
}

button:-moz-focus-inner,
[type="button"]:-moz-focus-inner,
[type="reset"]:-moz-focus-inner,
[type="submit"]:-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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 */
}

/**
 * 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 */
}

[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;
}

/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2023 Schwartzco Inc.
        License 2311-SUPEFL      
*/
@font-face {
  font-family: 'Graphik Web';
  src: url("fonts/Graphik-Light-Web.woff2") format("woff2"), url("fonts/Graphik-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik Web';
  src: url("fonts/Graphik-LightItalic-Web.woff2") format("woff2"), url("fonts/Graphik-LightItalic-Web.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Graphik Web';
  src: url("fonts/Graphik-Regular-Web.woff2") format("woff2"), url("fonts/Graphik-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik Web';
  src: url("fonts/Graphik-RegularItalic-Web.woff2") format("woff2"), url("fonts/Graphik-RegularItalic-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Graphik Web';
  src: url("fonts/Graphik-Medium-Web.woff2") format("woff2"), url("fonts/Graphik-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik Web';
  src: url("fonts/Graphik-MediumItalic-Web.woff2") format("woff2"), url("fonts/Graphik-MediumItalic-Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Graphik Web';
  src: url("fonts/Graphik-Semibold-Web.woff2") format("woff2"), url("fonts/Graphik-Semibold-Web.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik Web';
  src: url("fonts/Graphik-SemiboldItalic-Web.woff2") format("woff2"), url("fonts/Graphik-SemiboldItalic-Web.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Graphik Web';
  src: url("fonts/Graphik-Bold-Web.woff2") format("woff2"), url("fonts/Graphik-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'arise-projektwebbar';
  src: url("fonts/arise-projektwebbar.eot?6sz9hw");
  src: url("fonts/arise-projektwebbar.eot?6sz9hw#iefix") format("embedded-opentype"), url("fonts/arise-projektwebbar.woff2?6sz9hw") format("woff2"), url("fonts/arise-projektwebbar.ttf?6sz9hw") format("truetype"), url("fonts/arise-projektwebbar.woff?6sz9hw") format("woff"), url("fonts/arise-projektwebbar.svg?6sz9hw#arise-projektwebbar") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'arise-projektwebbar' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-angle-down:before {
  content: "\e900";
}

.icon-angle-left:before {
  content: "\e901";
}

.icon-angle-right:before {
  content: "\e902";
}

.icon-angle-up:before {
  content: "\e903";
}

.icon-arrow-right:before {
  content: "\e904";
}

.icon-check:before {
  content: "\e905";
}

.icon-close:before {
  content: "\e906";
}

.icon-document:before {
  content: "\e907";
}

.icon-location:before {
  content: "\e908";
}

.icon-search:before {
  content: "\e909";
}

.icon-time:before {
  content: "\e90a";
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #061527;
  font-family: "Graphik Web", sans-serif;
  font-size: 16px;
}

p {
  margin: 0 0 20px 0;
  line-height: 1.4;
}

h1 {
  font-size: 64px;
  font-weight: 600;
  margin: 0 0 40px 0;
  color: #FFF;
  line-height: 1.1;
}

@media (max-width: 1024px) {
  h1 {
    font-size: 44px;
  }
}

h2 {
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 20px 0;
  line-height: 1.1;
}

@media (max-width: 1024px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 40px 0 20px 0;
  line-height: 1.1;
}

@media (max-width: 1024px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 12px 0;
}

h5 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 20px 0;
}

.preamble {
  font-weight: 500;
  font-size: 20px;
  /*p {
		margin-bottom: 0;
	}*/
}

.date, .star {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #68A2B9;
}

b, strong {
  font-weight: 500;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Markeringstext */
::selection {
  background: #68A2B9;
  color: #FFF;
}

::-moz-selection {
  background: #68A2B9;
  color: #FFF;
}

/* Placeholder i formulär */
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  /*color: ;
  background-color: ;*/
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  /*color: ;
  background-color: ;*/
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  /*color: ;
  background-color: ;*/
}

/* Färger för autofill formulär */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #061527;
  transition: background-color 5000s ease-in-out 0s;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #FFF;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
}

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  outline: none;
}

button:focus-visible,
input[type="button"]:focus-visible,
input[type="reset"]:focus-visible,
input[type="submit"]:focus-visible {
  outline: 2px solid #061527;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  display: block;
  background: #FFF;
  width: 100%;
  outline: none;
  border: solid 1px #3D5363;
  border-radius: 30px;
  padding: 10px 25px;
  margin-bottom: 12px;
  max-width: 525px;
}

select {
  /*border: ;*/
}

textarea {
  max-width: 525px;
  width: 100%;
  height: 260px;
  resize: none;
}

/* Error kontaktformulär */
.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  padding: 0;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #DE753F;
  border-radius: 30px;
  padding: 10px 25px;
}

.wpcf7 form .wpcf7-response-output {
  border-width: 1px;
  margin: 40px 0 0 0;
  max-width: 700px;
}

.wpcf7 form .textarea-header {
  margin-top: 20px;
  margin-bottom: 12px;
}

@media (max-width: 1024px) {
  .wpcf7 form .textarea-header {
    margin: 40px 0 20px 0;
  }
}

.wpcf7 form .one-row {
  max-width: 525px;
}

.wpcf7 form .one-row span:first-child {
  max-width: 190px;
  margin-right: 20px;
}

@media (max-width: 1024px) {
  .wpcf7 form .one-row span:first-child input[type="text"] {
    margin-bottom: 0;
  }
}

.wpcf7-not-valid-tip {
  display: none !important;
}

input[aria-invalid="true"] {
  border: solid 1px #DE753F;
}

.wpcf7-form .container-arrow {
  vertical-align: bottom;
}

.wpcf7-form .radio-container {
  margin-bottom: 12px;
}

.wpcf7-form .radio-container p {
  margin: 20px 0 12px 0;
}

@media (max-width: 1024px) {
  .wpcf7-form .radio-container p {
    margin-top: 40px;
  }
}

.wpcf7-form .radio-container .wpcf7-radio .wpcf7-list-item, .wpcf7-form .radio-container .wpcf7-checkbox .wpcf7-list-item {
  margin-right: 20px;
  margin-left: 0;
  margin-bottom: 10px;
  line-height: 1.5;
}

.wpcf7-form .radio-container .wpcf7-radio .wpcf7-list-item.first, .wpcf7-form .radio-container .wpcf7-checkbox .wpcf7-list-item.first {
  margin-left: 0;
}

.wpcf7-form .radio-container .wpcf7-radio .wpcf7-list-item label, .wpcf7-form .radio-container .wpcf7-checkbox .wpcf7-list-item label {
  position: relative;
  cursor: pointer;
}

.wpcf7-form .radio-container .wpcf7-radio .wpcf7-list-item label input[type=radio], .wpcf7-form .radio-container .wpcf7-checkbox .wpcf7-list-item label input[type=radio] {
  position: relative;
  visibility: hidden;
}

.wpcf7-form .radio-container .wpcf7-radio .wpcf7-list-item label input[type=radio] + span:before, .wpcf7-form .radio-container .wpcf7-checkbox .wpcf7-list-item label input[type=radio] + span:before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 0px;
  border: 1px solid #3D5363;
  background: #FFF;
}

.wpcf7-form .radio-container .wpcf7-radio .wpcf7-list-item label input[type=radio] + span:after, .wpcf7-form .radio-container .wpcf7-checkbox .wpcf7-list-item label input[type=radio] + span:after {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 12px;
  width: 12px;
  top: 4px;
  left: 4px;
  visibility: hidden;
}

.wpcf7-form .radio-container .wpcf7-radio .wpcf7-list-item label input[type=radio]:checked + span:after, .wpcf7-form .radio-container .wpcf7-checkbox .wpcf7-list-item label input[type=radio]:checked + span:after {
  background: #3D5363;
  visibility: visible;
}

.wpcf7-form .radio-container .wpcf7-radio .wpcf7-list-item label input[type=checkbox], .wpcf7-form .radio-container .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] {
  position: relative;
  visibility: hidden;
}

.wpcf7-form .radio-container .wpcf7-radio .wpcf7-list-item label input[type=checkbox] + span:before, .wpcf7-form .radio-container .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: '';
  height: 20px;
  width: 20px;
  top: 0px;
  border: 1px solid #3D5363;
  background: #FFF;
}

.wpcf7-form .radio-container .wpcf7-radio .wpcf7-list-item label input[type=checkbox] + span:after, .wpcf7-form .radio-container .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] + span:after {
  display: block;
  position: absolute;
  font-family: 'arise-projektwebbar';
  font-size: 10px;
  content: '\e905';
  color: #3D5363;
  top: 5px;
  left: 3px;
  visibility: hidden;
  line-height: 1;
}

.wpcf7-form .radio-container .wpcf7-radio .wpcf7-list-item label input[type=checkbox]:checked + span:after, .wpcf7-form .radio-container .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked + span:after {
  visibility: visible;
}

.wpcf7-form .radio-container .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label, .wpcf7-form .radio-container .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  margin-left: 15px;
}

@media (max-width: 800px) {
  .wpcf7-form .radio-container .wpcf7-checkbox .wpcf7-list-item {
    display: block;
  }
}

.form-info {
  border-top: solid 1px #3D5363;
  padding-top: 20px;
  margin-top: 40px;
}

.form-info p {
  font-size: 14px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  outline: none;
  color: #061527;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a:active {
  outline: none;
}

a:focus-visible {
  outline: 2px solid #061527;
}

a:hover {
  opacity: 0.7;
}

.btn, input[type="submit"] {
  display: inline-block;
  text-decoration: none;
}

.btn .container-arrow, input[type="submit"] .container-arrow {
  margin-right: 5px;
}

.btn span, input[type="submit"] span {
  font-weight: 500;
  font-size: 20px;
  color: #061527;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  vertical-align: top;
}

input[type="submit"] {
  position: relative;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0 0 0 35px;
  margin-top: 20px;
  margin-left: -30px;
  z-index: 9;
}

.container-arrow {
  display: inline-block;
  position: relative;
  background: #68A2B9;
  color: #FFF;
  width: 21px;
  height: 21px;
  border-radius: 50%;
}

.container-arrow i {
  display: block;
  position: absolute;
  font-size: 11px;
  left: 8px;
  top: 5px;
}

.container-arrow i.icon-angle-down, .container-arrow i.icon-angle-up {
  font-size: 7px;
  top: 8px;
  left: 4.5px;
}

.container-arrow i.icon-angle-left {
  left: 7px;
}

.container-document {
  display: inline-block;
  position: relative;
  background: #68A2B9;
  color: #FFF;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}

.container-document i {
  display: block;
  position: absolute;
  font-size: 23px;
  left: 15px;
  top: 10px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Header */
#masthead {
  position: fixed;
  left: 0;
  right: 0;
  height: 64px;
  background: #061527;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  z-index: 9999;
}

#masthead .header-content {
  max-width: 1320px;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

@media (max-width: 1024px) {
  #masthead .header-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

#masthead .header-content .site-branding {
  margin-top: 4px;
}

#masthead .header-content .site-branding img {
  width: 111px;
}

/* Meny */
.main-navigation {
  /* Mobil meny */
}

.main-navigation ul {
  display: none;
  margin: 0;
  padding: 0;
  line-height: 14px;
}

.main-navigation ul li {
  position: relative;
  font-size: 14px;
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 25px 8px;
}

@media (max-width: 1200px) {
  .main-navigation ul li {
    font-size: 14px;
  }
}

.main-navigation ul li:last-child {
  margin-right: 0;
}

.main-navigation ul li a {
  position: relative;
  color: #FFF;
  text-decoration: none;
}

.main-navigation ul ul {
  position: fixed;
  top: 64px;
  left: -999em;
  background: #E6ECF0;
  padding: 40px;
  opacity: 0;
  z-index: 999;
}

.main-navigation ul ul.sub-menu-open {
  width: 100%;
  left: 50%;
  -webkit-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  transform: translatex(-50%);
  opacity: 1;
}

.main-navigation ul ul .sub-menu-content {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
}

.main-navigation ul ul li {
  display: block;
  font-size: 16px;
  font-weight: 600;
  max-width: 380px;
  margin-left: 0;
  padding: 0;
  border-bottom: solid 1px rgba(6, 21, 39, 0.2);
}

.main-navigation ul ul li:first-child a {
  padding-top: 0;
}

.main-navigation ul ul li a {
  display: block;
  color: #061527;
  padding: 12px 0;
}

.main-navigation ul ul li a:hover {
  color: #68A2B9;
  opacity: 1;
}

.main-navigation ul ul ul {
  display: none;
}

@media (max-width: 1024px) {
  .main-navigation.toggled .icon-bar:first-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .main-navigation.toggled .icon-bar + .icon-bar {
    opacity: 0;
  }
  .main-navigation.toggled .icon-bar + .icon-bar + .icon-bar {
    opacity: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .main-navigation ul {
    position: fixed;
    background: #061527;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    overflow-y: auto;
    margin-top: 64px;
    padding: 0 12px 64px 12px;
  }
  .main-navigation ul.sub-menu {
    position: relative;
    height: auto;
    top: 0;
    left: 0;
    opacity: 1;
    background: #061527;
    padding: 0;
    margin: 0;
  }
  .main-navigation ul.sub-menu .sub-menu-content {
    padding: 0 32px;
  }
  .main-navigation ul.sub-menu .sub-menu-content li {
    font-weight: 400;
    padding: 0;
  }
  .main-navigation ul.sub-menu .sub-menu-content li a {
    color: #FFF;
  }
  .main-navigation ul.sub-menu .sub-menu-content li a:first-child {
    padding: 4px 0;
  }
  .main-navigation ul li {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-left: 0;
    padding: 8px 0;
    border-bottom: solid 1px #3D5363;
  }
  .main-navigation ul li.active:before {
    display: none;
  }
  .main-navigation ul li.current_page_item > a, .main-navigation ul li.current_page_ancestor > a {
    text-decoration: underline;
    font-weight: 600;
  }
  .main-navigation ul li a {
    display: block;
    padding: 4px 0;
  }
  .main-navigation ul li a:after {
    display: none;
  }
  .main-navigation .menu-toggle {
    background: none;
    position: absolute;
    right: 12px;
    top: 22px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    min-width: auto;
    z-index: 9999;
    box-shadow: none;
  }
  .main-navigation .menu-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 25px;
    background-color: #FFF;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
  }
  .main-navigation .menu-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
  }
}

.menu-toggle, .main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 1025px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: inline-block;
  }
}

.menu-space {
  height: 64px;
}

.search-web {
  display: inline-block;
}

.search-web.mobile {
  display: none;
  position: absolute;
  top: 9px;
  right: 46px;
  font-size: 20px;
}

@media (max-width: 1024px) {
  .search-web.mobile {
    display: block;
  }
}

.search-web .icon-search {
  display: block;
  cursor: pointer;
  color: #FFF;
  padding: 12px;
}

.search-web .search-dropdown {
  position: fixed;
  display: none;
  left: 0;
  right: 0;
  top: 64px;
  background: #E6ECF0;
  padding: 20px;
  text-align: center;
  cursor: default;
  z-index: 9999;
  -webkit-transition: top 0.3s ease-out;
  -o-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
}

.search-web .search-form {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1024px) {
  .search-web .search-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

.search-web .search-form label {
  background: #FFF;
  width: 100%;
  max-width: 1190px;
  margin: auto;
  padding: 8px 20px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1024px) {
  .search-web .search-form label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-width: 100%;
  }
}

.search-web .search-form label .search-field {
  max-width: 100%;
  background: none;
  color: #061527;
  line-height: 1;
  margin-bottom: 0;
  padding: 0;
  border: none;
  border-radius: 0;
}

.search-web .search-form label .search-submit {
  color: #061527;
  margin-left: 20px;
}

.search-web .search-form label .search-submit .icon-search {
  font-size: 18px;
  color: #061527;
  padding: 0;
}

.search-web .search-form label .icon-close {
  font-size: 15px;
  cursor: pointer;
  color: #061527;
  margin-left: 12px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.mobile {
  display: none;
}

@media (max-width: 1024px) {
  .mobile {
    display: block;
  }
}

.desktop {
  display: block;
}

@media (max-width: 1024px) {
  .desktop {
    display: none;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 1024px) {
  .flex {
    display: block;
  }
}

.anchor {
  position: absolute;
  margin-top: -110px;
}

@media (max-width: 1024px) {
  .anchor {
    margin-top: -80px;
  }
}

/* Header image */
.cover-header {
  height: 356px;
  width: 100%;
  position: relative;
}

@media (max-width: 1024px) {
  .cover-header {
    height: 40vh;
  }
}

.cover-header .cover-background {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: block;
}

.cover-header .cover-background img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.cover-header .cover-background video {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 550px) {
  .cover-header .cover-background video {
    height: 100%;
    width: auto;
  }
}

.cover-header .cover-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #061527;
  background: linear-gradient(180deg, #061527 10%, transparent 80%);
  background-blend-mode: multiply, normal;
}

.cover-header .cover-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
}

@media (max-width: 1200px) {
  .cover-header .cover-content {
    padding: 0 20px;
  }
}

.home .icon-layout {
  margin-top: 60px;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .home .icon-layout {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

/* Page content */
.content-width {
  max-width: 1320px;
  width: 100%;
  margin: 80px auto;
  padding: 0 12px;
}

@media (max-width: 1200px) {
  .content-width {
    padding: 0 20px;
  }
}

@media (max-width: 1024px) {
  .content-width {
    margin: 40px auto;
  }
}

.media-box {
  height: 0;
  overflow: hidden;
  position: relative;
  padding-top: 60%;
  display: block;
}

.media-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.media-box video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.media-box video:focus {
  outline: none;
}

.play-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #68A2B9;
  z-index: 1;
  cursor: pointer;
}

.play-overlay .cover-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}

@media (max-width: 1024px) {
  .play-overlay .cover-content {
    width: 100%;
    padding: 0 20px;
  }
}

.play-overlay .video-poster {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 8;
}

.play-overlay .icon-play .circle {
  position: relative;
  margin: auto;
  background: rgba(6, 21, 39, 0.8);
  border-radius: 50%;
  width: 140px;
  height: 140px;
}

@media (max-width: 1024px) {
  .play-overlay .icon-play .circle {
    width: 100px;
    height: 100px;
  }
}

.play-overlay .icon-play .circle .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 50px;
  border-color: transparent transparent transparent #E6ECF0;
  margin-left: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
  .play-overlay .icon-play .circle .triangle {
    border-width: 20px 0 20px 30px;
  }
}

.media-layout .media-content {
  position: relative;
}

.media-layout .media-content video.controls {
  visibility: hidden;
}

.intro-layout {
  margin-top: 40px;
}

@media (max-width: 1024px) {
  .intro-layout {
    margin-top: 20px;
  }
}

#breadcrumbs {
  font-size: 14px;
  border-bottom: solid 1px rgba(6, 21, 39, 0.2);
  padding-bottom: 20px;
  margin-bottom: 40px;
}

#breadcrumbs span {
  color: #68A2B9;
}

#breadcrumbs span a {
  text-decoration: none;
  color: #061527;
}

#breadcrumbs span span {
  margin: 0 12px;
  color: #061527;
}

#breadcrumbs span span:first-child {
  margin-left: 0;
}

.text-content {
  max-width: 1190px;
}

.text-content ul {
  margin: 0 0 20px 0;
  padding: 0;
}

.text-content ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 40px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.text-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 13px;
  height: 13px;
  background-color: #68A2B9;
  border-radius: 50%;
}

.text-content ul li:last-child {
  margin-bottom: 0;
}

.text-content ol {
  margin: 0 0 20px 0;
  padding: 0;
}

.text-content ol li {
  margin-left: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.text-content ol li::marker {
  color: #68A2B9;
}

.icon-layout .flex {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media (max-width: 1024px) {
  .icon-layout .flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 550px) {
  .icon-layout .flex {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}

.icon-layout .flex .column-icon {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: calc(100%/7 - 17px);
  -moz-flex-basis: calc(100%/7 - 17px);
  -ms-flex-basis: calc(100%/7 - 17px);
  flex-basis: calc(100%/7 - 17px);
  margin-right: 20px;
  text-align: center;
}

@media (max-width: 1024px) {
  .icon-layout .flex .column-icon {
    -webkit-flex-basis: calc(100%/4 - 15px);
    -moz-flex-basis: calc(100%/4 - 15px);
    -ms-flex-basis: calc(100%/4 - 15px);
    flex-basis: calc(100%/4 - 15px);
    margin-bottom: 20px;
  }
  .icon-layout .flex .column-icon:nth-child(4) {
    margin-right: 0;
  }
}

@media (max-width: 550px) {
  .icon-layout .flex .column-icon {
    -webkit-flex-basis: calc(100%/2);
    -moz-flex-basis: calc(100%/2);
    -ms-flex-basis: calc(100%/2);
    flex-basis: calc(100%/2);
    margin-right: 0;
  }
}

.icon-layout .flex .column-icon:last-child {
  margin-right: 0;
}

.icon-layout .flex .column-icon .image-icon {
  margin-bottom: 20px;
}

.icon-layout .flex .column-icon .image-icon img {
  max-height: 80px;
}

.icon-layout .flex .column-icon .text-icon {
  font-family: "Graphik Web", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #3D5363;
}

.icon-layout .flex .column-icon .text-icon span {
  display: inline-block;
  margin-bottom: 5px;
}

.icon-layout .more-text-icon {
  font-family: "Graphik Web", sans-serif;
  font-size: 14px;
  color: #3D5363;
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 1024px) {
  .icon-layout .more-text-icon {
    margin-top: 20px;
  }
}

.maps-layout {
  background: #E6ECF0;
  padding: 60px 0;
  text-align: center;
  position: relative;
}

@media (max-width: 1024px) {
  .maps-layout {
    padding: 40px 0;
  }
}

.maps-layout .content-width {
  margin: 0 auto;
}

.maps-layout .content-width .two-column .media-box {
  padding-top: 100%;
  cursor: url("../ariseproject/img/search-cursor.svg"), pointer;
  pointer-events: auto;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .maps-layout .content-width .two-column .media-box {
    cursor: default;
  }
}

.maps-layout .content-width .two-column .text-content {
  margin-top: 0;
  text-align: left;
}

.maps-layout .content-width .two-column .text-content.map-text {
  margin-top: 20px;
}

.maps-layout .content-width .two-column .text-content h3 {
  margin-top: 0;
}

.maps-layout .map-info p {
  margin-top: 40px;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .maps-layout .map-info p {
    margin-top: 20px;
  }
}

.maps-layout .map-info .click-info {
  margin-top: 40px;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .maps-layout .map-info .click-info {
    display: none;
  }
}

.maps-layout .map-info .btn {
  margin-top: 40px;
}

.two-column-image-layout {
  position: relative;
}

.two-column-image-layout .content-width {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

@media (max-width: 1024px) {
  .two-column-image-layout .content-width .two-column {
    margin-top: 40px;
  }
  .two-column-image-layout .content-width .two-column:first-child {
    margin-top: 0;
  }
}

.two-column-image-layout .content-width .two-column .media-content img {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.two-column-image-layout .content-width .two-column .media-content.cursor {
  cursor: url("../ariseproject/img/search-cursor.svg"), pointer;
  pointer-events: auto;
}

@media (max-width: 1024px) {
  .two-column-image-layout .content-width .two-column .media-content.cursor {
    cursor: default;
  }
}

/* Image popup */
.popup {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  display: none;
}

.popup .overlay {
  width: 100%;
  height: 100%;
  background: rgba(6, 21, 39, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
}

.popup .img-show img {
  max-width: 80%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1000;
}

.popup .img-show .popup-close {
  color: #FFF;
  position: fixed;
  top: calc(64px + 10px);
  right: 10px;
  z-index: 999;
  cursor: pointer;
  padding: 10px;
  background: #68A2B9;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

.popup .img-show .popup-close i {
  font-size: 12px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.two-column-layout {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.two-column {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: calc(100%/2 - 30px);
  -moz-flex-basis: calc(100%/2 - 30px);
  -ms-flex-basis: calc(100%/2 - 30px);
  flex-basis: calc(100%/2 - 30px);
  margin-right: 60px;
  margin-top: 60px;
  text-decoration: none;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .two-column {
    margin-right: 0;
    margin-top: 20px;
  }
}

.two-column:nth-child(1) {
  margin-top: 0;
}

.two-column:nth-child(2) {
  margin-top: 0;
}

@media (max-width: 1024px) {
  .two-column:nth-child(2) {
    margin-top: 20px;
  }
}

.two-column:nth-child(2n), .two-column:last-child {
  margin-right: 0;
}

.two-column .text-content {
  margin-top: 20px;
}

.two-column .text-content h4 {
  margin-bottom: 20px;
}

/* Three column */
.three-column {
  display: block;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: calc(100%/3 - 13px);
  -moz-flex-basis: calc(100%/3 - 13px);
  -ms-flex-basis: calc(100%/3 - 13px);
  flex-basis: calc(100%/3 - 13px);
  margin-right: 20px;
  text-decoration: none;
  overflow: hidden;
}

@media (max-width: 800px) {
  .three-column {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.three-column:nth-child(3n) {
  margin-right: 0;
}

.faq-layout .faq-content {
  margin-top: 40px;
}

.faq-layout .faq-content .faq-section {
  margin-bottom: 40px;
}

.accordion {
  border-bottom: solid 1px rgba(6, 21, 39, 0.2);
  padding-bottom: 20px;
  margin-top: 20px;
}

.accordion .accordion-title {
  cursor: pointer;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .accordion .accordion-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

.accordion .accordion-title.active .container-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion .accordion-title .accordion-title-text {
  margin-right: 20px;
}

.accordion .accordion-title .container-arrow {
  margin-left: auto;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}

.accordion .accordion-content {
  display: none;
  padding-top: 20px;
}

.accordion .accordion-content p {
  margin-bottom: 20px;
}

.accordion-section .accordion-title {
  cursor: pointer;
}

.accordion-section .accordion-title.active .close {
  display: inline-block;
}

.accordion-section .accordion-title.active .open {
  display: none;
}

.accordion-section .accordion-title.active .container-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion-section .accordion-title .close {
  display: none;
}

.accordion-section .accordion-content {
  display: none;
  margin-bottom: 0;
  padding-bottom: 80px;
}

@media (max-width: 1024px) {
  .accordion-section .accordion-content {
    padding-bottom: 40px;
  }
}

/* Banner layout */
.banner-layout .flex {
  min-height: 350px;
  background: #E6ECF0;
}

@media (max-width: 1024px) {
  .banner-layout .flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.banner-layout .flex h2 {
  margin-bottom: 40px;
}

.banner-layout .flex:nth-child(even) {
  background: #3D5363;
}

.banner-layout .flex:nth-child(even) h2, .banner-layout .flex:nth-child(even) a, .banner-layout .flex:nth-child(even) span {
  color: #FFF;
}

.banner-layout .flex:nth-child(even) .media-content {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

@media (max-width: 1024px) {
  .banner-layout .flex:nth-child(even) .media-content {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}

.banner-layout .flex:nth-child(even) .content {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.banner-layout .flex .media-content {
  -webkit-flex-basis: 60%;
  -moz-flex-basis: 60%;
  -ms-flex-basis: 60%;
  flex-basis: 60%;
}

@media (max-width: 1024px) {
  .banner-layout .flex .media-content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}

.banner-layout .flex .media-content .media-box {
  margin-bottom: 0;
  height: 100%;
  padding: 0;
}

@media (max-width: 1024px) {
  .banner-layout .flex .media-content .media-box {
    height: 0;
    padding-top: 60%;
  }
}

.banner-layout .flex .content {
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-basis: 40%;
  flex-basis: 40%;
  padding: 60px;
}

@media (max-width: 1024px) {
  .banner-layout .flex .content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    padding: 40px 20px;
  }
}

.banner-layout .flex .content .text-content {
  margin: 0;
}

/* Text banner layout */
.text-banner-layout .flex {
  background: #E6ECF0;
}

.text-banner-layout .flex:nth-child(even) {
  background: #C5DBE7;
}

.text-banner-layout .flex h3, .text-banner-layout .flex a {
  margin: 0;
}

.text-banner-layout .flex .left {
  -webkit-flex-basis: 60%;
  -moz-flex-basis: 60%;
  -ms-flex-basis: 60%;
  flex-basis: 60%;
  padding: 80px 0;
}

@media (max-width: 1024px) {
  .text-banner-layout .flex .left {
    padding: 40px 20px 40px 20px;
  }
}

.text-banner-layout .flex .left .text-content {
  position: absolute;
  margin: auto;
  padding-right: 400px;
  padding-left: 12px;
  max-width: 1320px;
  width: 100%;
  left: 0;
  right: 0;
}

@media (max-width: 1200px) {
  .text-banner-layout .flex .left .text-content {
    padding-left: 20px;
  }
}

@media (max-width: 1024px) {
  .text-banner-layout .flex .left .text-content {
    position: relative;
    padding: 0;
  }
}

.text-banner-layout .flex .right {
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-basis: 40%;
  flex-basis: 40%;
  padding: 80px 60px;
  z-index: 99;
}

@media (max-width: 1024px) {
  .text-banner-layout .flex .right {
    padding: 0 20px 40px 20px;
  }
}

.text-banner-layout .flex .text-content {
  margin: 0;
  display: block;
  text-decoration: none;
}

.document-layout {
  background: #C5DBE7;
}

.document-layout:nth-child(even) {
  background: #E6ECF0;
}

.document-layout .content-width {
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 12px;
}

@media (max-width: 1024px) {
  .document-layout .content-width {
    padding: 40px 20px;
  }
}

.document-layout .content-width .text-content h3 {
  margin: 0 0 40px 0;
}

@media (max-width: 1024px) {
  .document-layout .content-width .text-content h3 {
    margin-bottom: 20px;
  }
}

.document-layout .content-width .text-content .content {
  margin-bottom: 20px;
}

.document-layout .content-width .text-content .content:last-child {
  margin-bottom: 0;
}

.document-layout .content-width .text-content .content .container-document {
  vertical-align: middle;
  margin-right: 10px;
}

.document-layout .content-width .text-content .content a {
  font-size: 20px;
  text-decoration: none;
}

.news-layout .text-content {
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .news-layout .news-items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

@media (max-width: 800px) {
  .news-layout .news-items {
    display: block;
  }
}

.news-layout .news-items .three-column {
  color: #061527;
}

.news-layout .news-items .three-column:hover {
  opacity: 0.7;
}

.news-layout .news-items .three-column .text-content {
  margin-top: 20px;
  margin-bottom: 0;
}

.news-layout .news-items .three-column .text-content .date {
  display: block;
  font-size: 14px;
  margin-bottom: 12px;
}

.news-layout .news-items .three-column .text-content h4 {
  margin-bottom: 20px;
}

.news-layout .news-items .three-column .preamble {
  font-weight: 400;
  margin-bottom: 20px;
}

.news-page-layout .news-page-content {
  margin-top: 40px;
}

.news-page-layout .news-page-content .news-item {
  min-height: 260px;
  text-decoration: none;
  margin-bottom: 40px;
}

.news-page-layout .news-page-content .news-item:nth-child(even) {
  background: #E6ECF0;
}

.news-page-layout .news-page-content .news-item .content {
  padding: 40px;
}

@media (max-width: 1024px) {
  .news-page-layout .news-page-content .news-item .content {
    padding: 40px 20px;
  }
}

.news-page-layout .news-page-content .news-item .content .flex {
  min-height: auto;
  height: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news-page-layout .news-page-content .news-item .content h3 {
  margin-top: 0;
}

.news-page-layout .news-page-content .news-item .content h3, .news-page-layout .news-page-content .news-item .content .date, .news-page-layout .news-page-content .news-item .content a, .news-page-layout .news-page-content .news-item .content span {
  color: #061527;
}

.news-page-layout .news-page-content .news-item .content .date {
  display: block;
  margin-bottom: 20px;
}

.news-page-layout .news-page-content .news-item .content .btn {
  margin-top: auto;
}

.news-page-layout #ajax-load-more ul {
  margin: 0;
  padding: 0;
}

.news-page-layout #ajax-load-more .alm-btn-wrap {
  text-align: center;
  margin-top: 80px;
}

@media (max-width: 1200px) {
  .news-page-layout #ajax-load-more .alm-btn-wrap {
    margin-top: 20px;
  }
}

.news-page-layout #ajax-load-more .alm-btn-wrap .alm-load-more-btn {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.news-page-layout #ajax-load-more .alm-btn-wrap .alm-load-more-btn:before {
  display: inline-block;
  font-family: "arise-projektwebbar";
  font-size: 7px;
  content: "\e900";
  color: #FFF;
  background: #68A2B9;
  border-radius: 50%;
  padding: 5px 4px;
  margin-right: 10px;
  margin-bottom: 5px;
  vertical-align: middle;
}

.news-page-layout #ajax-load-more .alm-btn-wrap .alm-load-more-btn:hover {
  opacity: 0.7;
}

.news-page-layout #ajax-load-more .alm-btn-wrap .alm-load-more-btn:disabled {
  opacity: 0;
}

.timeline-layout .text-content {
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-basis: 40%;
  flex-basis: 40%;
  padding-right: 40px;
}

.timeline-layout .timeline-content {
  -webkit-flex-basis: 60%;
  -moz-flex-basis: 60%;
  -ms-flex-basis: 60%;
  flex-basis: 60%;
}

@media (max-width: 1024px) {
  .timeline-layout .timeline-content {
    padding-left: 20px;
    margin-top: 20px;
  }
}

.timeline-layout .timeline-content .event {
  position: relative;
  padding-left: 40px;
}

.timeline-layout .timeline-content .event:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: -50px;
  width: 1px;
  background: #3D5363;
}

.timeline-layout .timeline-content .event:last-child:before {
  display: none;
}

.timeline-layout .timeline-content .event .date {
  color: #061527;
}

.timeline-layout .timeline-content .event .date.first {
  position: relative;
}

.timeline-layout .timeline-content .event .date.first:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -52px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #3D5363;
}

.timeline-layout .timeline-content .event .date.first.active:before {
  background: #DE753F;
}

.timeline-layout .timeline-content .event p {
  margin-top: 5px;
  margin-bottom: 40px;
}

.timeline-layout .time-unknown {
  font-size: 14px;
  color: #68A2B9;
}

.timeline-layout .time-unknown p {
  margin-bottom: 0;
}

.meetings-layout .meetings-content {
  margin-top: 40px;
}

.meetings-layout .meetings-content .meeting {
  position: relative;
  background: #E6ECF0;
  padding: 40px;
}

@media (max-width: 1024px) {
  .meetings-layout .meetings-content .meeting {
    padding: 40px 20px;
  }
}

.meetings-layout .meetings-content .meeting:after {
  content: "";
  display: block;
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 0;
  height: 1px;
  background: #3D5363;
}

@media (max-width: 1024px) {
  .meetings-layout .meetings-content .meeting:after {
    left: 20px;
    right: 20px;
  }
}

.meetings-layout .meetings-content .meeting:last-child:after {
  display: none;
}

.meetings-layout .meetings-content .meeting div {
  -webkit-flex-basis: 20%;
  -moz-flex-basis: 20%;
  -ms-flex-basis: 20%;
  flex-basis: 20%;
}

.meetings-layout .meetings-content .meeting div.meeting-name {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}

.meetings-layout .meetings-content .meeting div.meeting-name h3 {
  margin-top: 0;
}

.meetings-layout .meetings-content .meeting div.meeting-icon {
  -webkit-flex-basis: 20px;
  -moz-flex-basis: 20px;
  -ms-flex-basis: 20px;
  flex-basis: 20px;
  margin-top: 2px;
  margin-right: 12px;
}

@media (max-width: 1024px) {
  .meetings-layout .meetings-content .meeting div.meeting-icon {
    margin-top: 20px;
    margin-bottom: 5px;
  }
}

.meetings-layout .meetings-content .meeting div.meeting-icon i {
  font-size: 20px;
}

.meetings-layout .meetings-content .meeting div .date {
  color: #061527;
}

.meetings-layout .meetings-content .meeting div .date.time {
  display: block;
  margin-top: 5px;
}

.meetings-layout .meetings-content .meeting .meeting-location span {
  display: block;
  margin-bottom: 4px;
}

.meetings-layout .meetings-content .meeting .meeting-location span:last-child {
  margin-bottom: 0;
}

.form-layout {
  background: #C5DBE7;
}

.form-layout:nth-child(even) {
  background: #E6ECF0;
}

.form-layout .flex {
  background: none;
}

.form-layout .accordion-content {
  margin-top: 0;
}

.form-layout .pdf-download {
  border-top: solid 1px #3D5363;
  padding-top: 40px;
  margin-top: 40px;
}

.form-layout .pdf-download a {
  font-size: 20px;
  text-decoration: none;
}

.single .news-menu:after {
  content: "";
  position: absolute;
  bottom: 15px;
  height: 1px;
  left: 0;
  right: 0;
  background: #68A2B9;
}

.single .single-top {
  margin-bottom: 60px;
}

@media (max-width: 1024px) {
  .single .single-top {
    margin-bottom: 40px;
  }
}

.single .single-top a {
  margin-right: 40px;
  vertical-align: middle;
}

.contact-person-layout .contact-information .flex {
  margin-top: 40px;
}

@media (max-width: 1024px) {
  .contact-person-layout .contact-information .flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

@media (max-width: 800px) {
  .contact-person-layout .contact-information .flex {
    display: block;
  }
}

.contact-person-layout .contact-information .media-content {
  max-width: 250px;
  width: 100%;
  margin-right: 40px;
}

@media (max-width: 800px) {
  .contact-person-layout .contact-information .media-content {
    max-width: 300px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.contact-person-layout .contact-information .media-content .media-box {
  padding-top: 100%;
}

.contact-person-layout .contact-information .text-content {
  font-size: 20px;
}

.contact-person-layout .contact-information .text-content h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.contact-person-layout .contact-information .text-content span {
  display: block;
  margin-bottom: 5px;
}

.contact-person-layout .contact-information .text-content div {
  margin-bottom: 20px;
}

.search-item {
  border-bottom: solid 1px rgba(6, 21, 39, 0.2);
}

.search-item h3 {
  margin: 0;
  padding: 40px 0;
}

@media (max-width: 1024px) {
  .search-item h3 {
    padding: 20px 0;
  }
}

.search-item h3 a {
  text-decoration: none;
}

.search-item h3 a i {
  font-size: 18px;
  color: #68A2B9;
  margin-left: 15px;
}

#newsletter.text-banner-layout {
  background: #C5DBE7;
}

#newsletter.text-banner-layout .flex {
  background: #C5DBE7;
}

#newsletter.text-banner-layout .accordion-content {
  margin-top: 0;
}

/* Footer */
footer {
  position: relative;
  font-size: 14px;
  background: #061527;
  background-image: url(./img/symbol.svg);
  background-repeat: no-repeat;
  background-position: left top;
  color: #FFF;
}

@media (max-width: 1024px) {
  footer .footer-content .footer-logo {
    display: none;
  }
}

footer .footer-content .footer-logo img {
  width: 111px;
}

footer .footer-content .flex {
  margin: 60px auto;
}

@media (max-width: 1024px) {
  footer .footer-content .flex {
    margin: 40px auto;
    padding: 0 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}

footer .footer-content .flex .wrapper {
  border-left: solid 1px rgba(255, 255, 255, 0.5);
  padding-left: 12px;
  padding-bottom: 12px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: calc(100%/4 - 60px);
  -moz-flex-basis: calc(100%/4 - 60px);
  -ms-flex-basis: calc(100%/4 - 60px);
  flex-basis: calc(100%/4 - 60px);
  margin-right: 60px;
}

@media (max-width: 1024px) {
  footer .footer-content .flex .wrapper {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    margin-right: 0;
    margin-bottom: 12px;
  }
}

footer .footer-content .flex .wrapper:first-child {
  border-left: 0;
  padding-left: 0;
}

@media (max-width: 1024px) {
  footer .footer-content .flex .wrapper:nth-child(2), footer .footer-content .flex .wrapper:nth-child(4) {
    border-left: 0;
    padding-left: 0;
  }
}

footer .footer-content .flex .wrapper:last-child {
  margin-bottom: 0;
}

footer .footer-content .flex .wrapper.footer-contact a:after, footer .footer-content .flex .wrapper.footer-logo a:after {
  display: none;
}

footer .footer-content .flex .wrapper a {
  text-decoration: none;
  color: #FFF;
}

footer .footer-content .flex .wrapper a:after {
  font-family: 'arise-projektwebbar';
  content: '\e902';
  font-size: 11px;
  color: #68A2B9;
  margin-left: 8px;
  vertical-align: bottom;
}

footer .footer-content .flex .wrapper p {
  margin-bottom: 12px;
}

footer .footer-bottom {
  background: #06080F;
}

footer .footer-bottom .flex {
  margin: 0 auto;
  padding: 40px 12px;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

@media (max-width: 1600px) {
  footer .footer-bottom .flex {
    padding-bottom: 60px;
  }
}

@media (max-width: 1024px) {
  footer .footer-bottom .flex {
    padding: 20px 12px 60px 12px;
  }
}

footer .footer-bottom .flex a {
  color: #FFF;
  text-decoration: none;
}

footer .footer-bottom .flex .line {
  padding: 0 12px;
}

@media (max-width: 1024px) {
  footer .footer-bottom .flex .copyright {
    margin-top: 12px;
  }
}

/* If using Google reCAPTCHA, hide the badge */
.grecaptcha-badge {
  display: none;
}

.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
