@charset "UTF-8";
/*!
Theme Name: CIENS Theme
Theme URI: http://underscores.me/
Author: Studio Netting
Author URI: http://www.studionetting.no/
Description: Custom theme for CIENS
Version: 1.0
Text Domain: ciens
Tags: custom built gutenberg blocks, custom-logo, custom-menu, translation-ready

This theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 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: 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 */
}

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

/**
 * Boder-box on everything. Border-box includes padding and border in the element's total width and height.
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*********************
IMPORTING ABSTRACTS

TODO - må beskrives
*********************/
/******************************************************************
ACUMIN PRO FONT
******************************************************************/
@font-face {
  font-family: "Acumin-Pro";
  src: url("library/fonts/Acuminpro-Light.eot") format("eot"), url("library/fonts/Acuminpro-Light.eot?#iefix") format("embedded-opentype"), url("library/fonts/Acuminpro-Light.woff") format("woff"), url("library/fonts/Acuminpro-Light.woff2") format("woff2"), url("library/fonts/Acuminpro-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Acumin-Pro";
  src: url("library/fonts/Acuminpro-Regular.eot") format("eot"), url("library/fonts/Acuminpro-Regular.eot?#iefix") format("embedded-opentype"), url("library/fonts/Acuminpro-Regular.woff") format("woff"), url("library/fonts/Acuminpro-Regular.woff2") format("woff2"), url("library/fonts/Acuminpro-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Acumin-Pro";
  src: url("library/fonts/Acuminpro-Semibold.eot") format("eot"), url("library/fonts/Acuminpro-Semibold.eot?#iefix") format("embedded-opentype"), url("library/fonts/Acuminpro-Semibold.woff") format("woff"), url("library/fonts/Acuminpro-Semibold.woff2") format("woff2"), url("library/fonts/Acuminpro-Semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Acumin-Pro";
  src: url("library/fonts/Acuminpro-Bold.eot") format("eot"), url("library/fonts/Acuminpro-Bold.eot?#iefix") format("embedded-opentype"), url("library/fonts/Acuminpro-Bold.woff") format("woff"), url("library/fonts/Acuminpro-Bold.woff2") format("woff2"), url("library/fonts/Acuminpro-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}
/******************************************************************
ROBOTO MONO FONT
******************************************************************/
/******************************************************************
FONT VARIABLES
******************************************************************/
/* 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 {
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  display: block;
  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;
}

/******************************************************************
Stylesheet: Screen sizes Stylesheet
******************************************************************/
/******************************************************************
Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
.test-border {
  border: dotted red 1px;
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  max-width: 100%;
}

main {
  min-height: 71vh;
}

.wrap, .wp-block-image {
  padding-right: 4%;
  padding-left: 4%;
}
@media (min-width: 620px) {
  .wrap, .wp-block-image {
    max-width: 34em;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1020px) {
  .wrap, .wp-block-image {
    padding-right: 0;
    padding-left: 0;
  }
}

.page-wrap {
  max-width: 92%;
  min-width: 60%;
  width: unset;
  margin-left: 4%;
  margin-right: 4%;
}
@media (min-width: 620px) {
  .page-wrap {
    max-width: 60vw;
    min-width: 30vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1020px) {
  .page-wrap {
    max-width: 40vw;
    min-width: 30vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.inner-wrap {
  margin-right: 3%;
  margin-left: 3%;
}
@media screen and (min-width: 620px) {
  .inner-wrap {
    margin-right: 13%;
    margin-left: 13%;
  }
}

.wrap-full-width {
  padding-right: 2.8%;
  padding-left: 2.8%;
}

.cf::after {
  content: "";
  clear: both;
  display: table;
}

.flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}

.flex-container > * {
  flex-direction: column;
  align-self: stretch;
}

.last-col {
  float: right;
  padding-right: 0 !important;
}

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
.sm-all {
  float: left;
  width: 100%;
}

/* Big mobiles and smal tablets */
@media (min-width: 481px) {
  .m-all {
    float: left;
    width: 100%;
  }

  .m-1of2 {
    float: left;
    width: 50%;
  }
}
/* Portrait tablet to landscape */
@media (min-width: 620px) {
  .t-all {
    float: left;
    width: 100%;
  }

  .t-1of3 {
    float: left;
    width: 33.33%;
  }

  .t-1of2 {
    float: left;
    width: 50%;
  }
}
/* Tablet landscape to small desktop */
@media (min-width: 1020px) {
  .sd-1of3 {
    float: left;
    width: 33.33%;
  }
}
/* Large desktop */
@media (min-width: 1640px) {
  .ld-1of4 {
    float: left;
    width: 25%;
  }

  .ld-1of3 {
    float: left;
    width: 33.33%;
  }

  .ld-2of3 {
    float: left;
    width: 66%;
  }

  .ld-all {
    float: left;
    width: 100%;
  }
}
/*********************
IMPORTING ATOMS

TODO - må beskrives
*********************/
body {
  background-color: #fcfcfc;
  color: #314225;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button, .button {
  cursor: pointer;
}

figure, img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0em;
}
figure figcaption, img figcaption {
  text-align: center;
}

.wp-block-image {
  max-width: 38em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

a {
  color: #1a2413;
  text-decoration: none;
  display: inline;
  box-shadow: inset 0 -0.1em 0 #8CD719;
  -webkit-transition: box-shadow 800ms;
  -o-transition: box-shadow 800ms;
  transition: box-shadow 800ms;
}
a:hover {
  box-shadow: inset 0 -0.1em 0 #314225;
}

.arrow-link img {
  width: 1.15em;
  height: auto;
  vertical-align: middle;
  margin-left: 0.35em;
}
.arrow-link:hover img {
  margin-left: 0.65em;
  transition: ease-in-out 0.2s;
}

.signup-link {
  margin-bottom: 1.85em;
}
.signup-link a {
  box-shadow: inset 0 -0.15em 0 #8CD719;
}
.signup-link a:hover {
  box-shadow: inset 0 -0.15em 0 #314225;
}

.projects-link {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2em;
  display: block;
  width: 17.5em;
}

/******************************************************************
FONT SIZES
******************************************************************/
html {
  font-size: 100%;
}

body {
  font-size: 15px;
  line-height: 1.7;
  font-family: "Acumin-Pro", Arial, sans-serif;
}
@media (min-width: 620px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 1240px) {
  body {
    font-size: 18px;
  }
}
@media (min-width: 1640px) {
  body {
    font-size: 20px;
  }
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  color: #1a2413;
  margin-top: 0;
  font-family: "Acumin-Pro", Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1.5;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  color: #1a2413;
}

h1, .h1 {
  font-size: 2.2em;
  line-height: 1.3em;
  max-width: 17em;
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}
@media (min-width: 1020px) {
  h1, .h1 {
    margin-block-end: 0.3em;
    font-size: 3em;
  }
}

h2, .h2 {
  font-size: 2em;
  overflow-wrap: break-word;
  margin-bottom: 0.25em;
  max-width: calc(34em/2);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1020px) {
  h2, .h2 {
    font-size: 2.15em;
    overflow-wrap: none;
    max-width: calc(34em/2.15);
  }
}

h3, .h3 {
  font-size: 1.27em;
  max-width: calc(34em/1.27);
  margin-bottom: 0.5em;
  margin-top: 2.5em;
  margin-left: auto;
  margin-right: auto;
}

/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  max-width: 34em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.7em;
  margin-top: 0;
  font-family: "Acumin-Pro", Arial, sans-serif;
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
}

.monospace {
  font-size: 0.88em;
  font-family: "Roboto Mono", monospace;
  max-width: calc(34em/0.88);
}

/*********************
IMPORTING MOLECULES

TODO - må beskrives
*********************/
.background-color-soft-white {
  background-color: #fcfcfc;
}

.line, .page-header-light-mint, .page-header-soft-green, .page-header-mint {
  position: relative;
  z-index: 2;
  padding-bottom: 2em;
}
.line:after, .page-header-light-mint:after, .page-header-soft-green:after, .page-header-mint:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  background-color: inherit;
  transform-origin: left top;
  -ms-transform: skew(0deg, 3deg);
  -webkit-transform: skew(0deg, 3deg);
  transform: skew(0deg, 3deg);
}

.line-top, .frontpage-projects {
  position: relative;
  z-index: 2;
  padding-top: 2em;
}
.line-top:before, .frontpage-projects:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  background-color: inherit;
  transform-origin: left top;
  -ms-transform: skew(0deg, -3deg);
  -webkit-transform: skew(0deg, -3deg);
  transform: skew(0deg, -3deg);
}

.line-bottom-inverted, .frontpage-projects {
  position: relative;
  z-index: 2;
}
.line-bottom-inverted:after, .frontpage-projects:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  background-color: inherit;
  transform-origin: right top;
  -ms-transform: skew(0deg, -3deg);
  -webkit-transform: skew(0deg, -3deg);
  transform: skew(0deg, -3deg);
}

/************************
Default styling of lists	
************************/
.site ul, ol {
  padding-left: 3em;
  list-style-position: outside;
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  max-width: 34em;
  margin-left: auto;
  margin-right: auto;
}
.site ul li, ol li {
  margin: 0.3em 0;
}

.meta-info {
  font-family: "Roboto Mono", monospace;
  padding-left: 0;
  max-width: 100%;
}
.meta-info li {
  list-style: none;
  margin: 0.5em 0;
}
.meta-info li img {
  width: 1.2em;
  height: auto;
  display: inline-block;
  vertical-align: text-top;
}
.meta-info li span {
  vertical-align: top;
}

/************************
put your style for a responsive logo here
************************/
.logo {
  box-shadow: none !important;
  margin: 0;
  padding: 0;
  float: left;
}
.logo img {
  width: 7.35em;
}

/************************
general styles of a menu
************************/
.menu {
  list-style: none;
  padding-left: 0;
  font-family: "Roboto Mono", monospace;
  margin: 0;
}
.menu .menu-item {
  display: block;
  margin: 0;
}
.menu .menu-item a {
  box-shadow: none;
  color: #314225;
  text-decoration: none;
  transition: 300ms box-shadow;
}
.menu .menu-item a:hover {
  box-shadow: inset 0 -0.1em 0 #8CD719;
}
@media screen and (min-width: 620px) {
  .menu {
    font-size: 0.88em;
  }
  .menu .menu-item {
    display: inline-block;
    margin: 0 0.25em;
  }
}

.letterspacing-1 {
  letter-spacing: 1.1em;
}

/************************
Styling of event schedule
************************/
.program {
  padding-left: 0em;
  width: 100%;
}
.program tr {
  border-top: 1px solid #C6CAC2;
  display: block;
  padding: 0.45em 0;
}
.program tr:last-of-type {
  border-bottom: 1px solid #C6CAC2;
}
.program tr td {
  display: block;
}
@media (min-width: 1020px) {
  .program tr {
    padding: 1em 0;
  }
  .program tr td {
    display: inline-block;
    vertical-align: top;
    padding: 0 0.45em;
  }
  .program tr .time {
    width: 14.5%;
  }
  .program tr .title {
    width: 41.5%;
  }
  .program tr .contributors {
    width: 41.5%;
  }
}

/************************************
Styiling for mobile centering and gap in gutenberg
************************************/
.gap-3em {
  margin-top: 3em;
}

.gap-4em {
  margin-top: 4em;
}

.gap-6em {
  margin-top: 6em;
}

/*********************
IMPORTING ORGANISMS

Organisms are reusable blocks or elements we use throughout the project.

*********************/
.featured-event {
  margin-bottom: 5em;
  max-width: 34em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4%;
}
.featured-event .event-title {
  padding-left: 0;
}
.featured-event .category {
  margin: 0;
  padding-left: 0;
}
.featured-event .subtitle {
  margin: 1em 0;
  padding-left: 0;
}
.featured-event .meta-info {
  padding-left: 0;
  max-width: 100%;
}
@media screen and (min-width: 1020px) {
  .featured-event {
    padding: 0;
  }
}

.featured-project {
  display: block;
  margin: 4em auto;
  max-width: 34em;
  padding: 0 4%;
}
.featured-project .project-title {
  display: inline-block;
  padding: 0;
}
.featured-project .project-description {
  padding-left: 0;
  padding-right: 0;
  margin-top: 1em;
  margin-bottom: 0;
}
.featured-project h2 {
  margin-bottom: 0.5em;
}
.featured-project a {
  margin-right: 0.45em;
}
.featured-project a:hover {
  margin-right: 0.65em;
  transition: ease-in-out 0.2s;
}
.featured-project .arrow-image {
  width: 1.5em;
  height: auto;
  vertical-align: text-bottom;
}
@media (min-width: 1020px) {
  .featured-project {
    padding: 0;
  }
}

.frontpage-projects {
  position: relative;
  background-color: #314225;
  margin-bottom: 2em;
}
.frontpage-projects .projects-wrap {
  padding: 0 4%;
  margin: 2em 0;
}
.frontpage-projects .projects-wrap .projects-intro {
  color: #ffffff;
  margin: 0 0 0.45em 0;
  padding: 0;
  font-size: 1.5em;
}
@media screen and (min-width: 620px) {
  .frontpage-projects .projects-wrap {
    padding: 0;
    max-width: 85%;
    margin: 0 auto;
  }
  .frontpage-projects .projects-wrap .projects-intro {
    font-size: 2em;
  }
}
@media screen and (min-width: 1240px) {
  .frontpage-projects .projects-wrap {
    max-width: 52em;
  }
}
.frontpage-projects .featured-project {
  color: #ffffff;
  padding: 0;
  margin: 2em 0;
}
.frontpage-projects .featured-project .project-title {
  color: #ffffff;
  margin: 0 0.45em 0 0;
}
.frontpage-projects .featured-project .project-title:after {
  content: "";
  display: inline-block;
  margin-left: 0.45em;
  width: 1.2em;
  height: 1em;
  vertical-align: middle;
  background-image: url("library/images/arrow-white.svg");
  background-repeat: no-repeat;
  background-size: 1.2em 1em;
}
.frontpage-projects .featured-project a {
  color: #ffffff;
  box-shadow: none;
}
.frontpage-projects .featured-project a:hover .project-title:after {
  margin-left: 0.65em;
  transition: ease-in-out 0.2s;
}
@media screen and (min-width: 620px) {
  .frontpage-projects .featured-project {
    width: 45.5%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
}
@media screen and (min-width: 620px) {
  .frontpage-projects {
    margin-bottom: 4em;
  }
  .frontpage-projects .first {
    margin-right: 4%;
  }
  .frontpage-projects .second {
    margin-left: 4%;
  }
}

/************************
Frontpage top container	
************************/
.frontpage-top-container .inner-container {
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
  margin-bottom: 3em;
}
.frontpage-top-container .main-title {
  margin: 0 0 1em;
}
.frontpage-top-container .partners-link {
  margin: 0.7em 0;
}

@media (max-width: 620px) {
  .responsive-menu {
    background-color: #CEE5AA;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-y: scroll;
    text-align: right;
    display: none;
    padding: 6em 5% 0;
  }
}
.responsive-menu .menu {
  font-size: 1.55em;
  max-width: 100%;
  margin: 0;
  padding-left: 0;
}
@media screen and (min-width: 620px) {
  .responsive-menu .menu {
    font-size: 0.88em;
    display: inline-block;
  }
  .responsive-menu .menu .menu-item {
    vertical-align: top;
  }
}
.responsive-menu .social-links {
  display: inline-block;
  float: right;
  padding-left: 0;
  list-style: none;
  margin: 2em 0 0 1em;
}
.responsive-menu .social-links li {
  display: inline-block;
  margin: 0 0 0 0.5em;
}
.responsive-menu .social-links a {
  box-shadow: none;
}
.responsive-menu .social-links a img {
  max-width: 1.75em;
}
@media (min-width: 620px) {
  .responsive-menu .social-links {
    margin: 0 0 0 0.5em;
  }
  .responsive-menu .social-links a img {
    max-width: 1.35em;
  }
}
@media (min-width: 620px) {
  .responsive-menu {
    display: inline;
    padding: 0;
    position: relative;
    float: right;
    text-align: left;
    padding: 0;
  }
}

.menu-toggle {
  outline: none;
}
.menu-toggle rect {
  -ms-transform: translateY(0) rotate(0deg);
  transform: translateY(0) rotate(0deg);
  transition: transform 0.15s ease-in;
}
.menu-toggle:hover rect {
  fill: #1a2413;
}

.menu-toggle[aria-expanded=false] rect {
  transition: none;
}

.menu-toggle[aria-expanded=true] rect:nth-child(1) {
  -ms-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
  -ms-transform-origin: 12px 5px;
  transform-origin: 12px 5px;
}
.menu-toggle[aria-expanded=true] rect:nth-child(2) {
  fill: transparent;
}
.menu-toggle[aria-expanded=true] rect:nth-child(3) {
  -ms-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
  -ms-transform-origin: 12px 19px;
  transform-origin: 12px 19px;
}

.responsive-menu.open-menu {
  display: block;
}

.site-footer {
  background-color: #DCEFBF;
  padding-bottom: 1.5em;
  position: relative;
  padding-top: 4em;
}
.site-footer .left .footer-top {
  padding-top: 2em;
}
.site-footer .left .footer-bottom {
  margin-top: 2em;
}
.site-footer .right .menu {
  font-size: 0.88em;
  padding-left: 0;
  margin: 0;
  margin-top: 2em;
}
@media screen and (min-width: 1020px) {
  .site-footer .left {
    width: 50%;
    display: inline-block;
  }
  .site-footer .right {
    width: 50%;
    text-align: right;
  }
  .site-footer .right .footer-nav {
    position: absolute;
    bottom: 1.5em;
    right: 2.8%;
  }
}
.site-footer p {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.site-header {
  padding-top: 1.45em;
  padding-left: 4%;
  padding-right: 4%;
  display: block;
  position: absolute;
  width: 100%;
  z-index: 99;
}
.site-header .menu-toggle {
  float: right;
  z-index: 20;
  position: relative;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  border: 0;
}
@media (min-width: 620px) {
  .site-header .menu-toggle {
    display: none;
  }
}
.site-header .menu-toggle img {
  height: auto;
  width: 1.8em;
  margin: 0;
}
@media (min-width: 620px) {
  .site-header {
    padding-left: 2.8%;
    padding-right: 2.8%;
  }
}

/************************************
Styling of person
************************************/
.person-container {
  max-width: 34em;
  margin: 4em auto;
  padding: 0 4%;
}
.person-container .left {
  display: block;
}
.person-container .right h3 {
  margin-top: 0.25em;
  padding: 0;
}
.person-container .right p {
  font-family: "Roboto Mono", monospace;
  font-size: 0.77em;
  margin: 0;
  padding: 0;
}
.person-container:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 620px) {
  .person-container .left {
    display: inline-block;
    width: 42%;
    margin-right: 2.5%;
  }
  .person-container .right {
    display: inline-block;
    width: 46.5%;
    vertical-align: top;
  }
}
@media screen and (min-width: 1020px) {
  .person-container {
    padding: 0;
  }
}

.page-header, .page-header-light-mint, .page-header-soft-green, .page-header-mint {
  position: relative;
  padding: 6.5em 0 2em 0;
  margin-bottom: 6em;
}
.page-header .monospace, .page-header-light-mint .monospace, .page-header-soft-green .monospace, .page-header-mint .monospace {
  margin-bottom: 1em;
  padding: 0 4%;
}
.page-header h1, .page-header-light-mint h1, .page-header-soft-green h1, .page-header-mint h1 {
  padding: 0 4%;
}
.page-header .subtitle, .page-header-light-mint .subtitle, .page-header-soft-green .subtitle, .page-header-mint .subtitle {
  margin-bottom: 0;
  padding: 0 4%;
}
@media screen and (min-width: 1020px) {
  .page-header, .page-header-light-mint, .page-header-soft-green, .page-header-mint {
    padding: 7em 0 2em 0;
  }
  .page-header .monospace, .page-header-light-mint .monospace, .page-header-soft-green .monospace, .page-header-mint .monospace,
.page-header h1,
.page-header-light-mint h1,
.page-header-soft-green h1,
.page-header-mint h1,
.page-header .subtitle,
.page-header-light-mint .subtitle,
.page-header-soft-green .subtitle,
.page-header-mint .subtitle {
    padding: 0;
  }
}

.page-header-mint {
  background-color: #CDF3CB;
}
.page-header-mint h1 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(34em/2.2);
}
@media (min-width: 1020px) {
  .page-header-mint h1 {
    max-width: calc(34em/3);
  }
}

.page-header-soft-green {
  background-color: #CEE5AA;
}

.page-header-light-mint {
  background-color: #EFF8EF;
}
.page-header-light-mint h1 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(34em/2.2);
}
@media (min-width: 1020px) {
  .page-header-light-mint h1 {
    max-width: calc(34em/3);
  }
}

/************************************
Styling of partner
************************************/
.partner-container {
  margin-bottom: 6em;
}
.partner-container .institution-logo {
  max-width: 10em;
  width: 100%;
}
.partner-container .institution {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0.5em;
}
.partner-container .description p {
  padding-left: 0;
  padding-right: 0;
  font-style: normal;
  color: #314225;
}
.partner-container a {
  margin-top: 1em;
}

/*********************
IMPORTING TEMPLATES

TODO - må beskrives
*********************/
.archive main {
  background: #fcfcfc;
}

.standard-template main {
  background: #fcfcfc;
}
.standard-template p,
.standard-template h2,
.standard-template h3 {
  padding-left: 4%;
  padding-right: 4%;
}
@media (min-width: 1020px) {
  .standard-template p,
.standard-template h2,
.standard-template h3 {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-template-default main {
  background: #fcfcfc;
}

/************************************
Single event styles
************************************/
.single-event main {
  background-color: #fcfcfc;
}
.single-event .event-info {
  margin-bottom: 5.5em;
}
.single-event .event-info .meta-info {
  padding-left: 0;
  max-width: 100%;
}
.single-event .background {
  margin-bottom: 5.5em;
}
.single-event .program-section {
  max-width: 52em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}
.single-event .program-section h3 {
  margin: 0 0 0.5em;
}
@media (min-width: 1020px) {
  .single-event .program-section {
    padding: 0;
  }
}

.single-project main {
  background: #fcfcfc;
}
.single-project .meta-info {
  padding-left: 0;
  max-width: 100%;
  margin-bottom: 2em;
}
.single-project .project-about img {
  margin-bottom: 1em;
}
.single-project .contact-person {
  border-top: 1px solid #C6CAC2;
  margin-top: 4em;
}
