@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;600&display=swap);
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

* {
  box-sizing: border-box;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

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

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
  text-align: center;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@font-face {
  font-family: "ABCDiatypeGreek";
  src: url("../../fonts/ABCDiatypeGreek/ABCDiatypeGreekTrial-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ABCDiatypeGreek";
  src: url("../../fonts/ABCDiatypeGreek/ABCDiatypeGreekTrial-RegularItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "ABCDiatypeGreek";
  src: url("../../fonts/ABCDiatypeGreek/ABCDiatypeGreekTrial-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "ABCDiatypeGreek";
  src: url("../../fonts/ABCDiatypeGreek/ABCDiatypeGreekTrial-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "ABCDiatypeGreek", "Space Grotesk", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
}

h1 {
  font-size: 50px;
  line-height: 45px;
}

h2 {
  font-size: 38px;
  line-height: 45px;
  color: #000;
}

h3 {
  font-size: 26px;
  line-height: 30px;
  margin: 10px 0;
}

h4 {
  margin-top: 10px;
  font-size: 20px;
  line-height: 22px;
}

.small {
  font-size: 14px;
}

.tiny {
  font-size: 12px;
}

.grey {
  color: #5e5e5e;
}

.caps {
  text-transform: uppercase;
}

/* text */
.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

/* tags */
.label {
  font-size: 12px;
  display: inline-block;
  align-items: center;
  padding: 0px 20px 0px 20px;
  height: 25px;
  border-radius: 30px;
  border: 1px solid rgb(233.65, 233.65, 233.65);
}

.number {
  font-size: 12px;
  font-family: "ABCDiatypeGreek", "Space Grotesk", sans-serif;
  display: inline-block;
  align-items: center;
  padding: 0px 20px 0px 20px;
  height: 25px;
  border-radius: 0;
  border: 1px solid rgb(233.65, 233.65, 233.65);
}

.green {
  color: #2ab758;
}

.red {
  color: #ee3030;
}

.orange {
  color: #e9595b;
}

@media only screen and (max-width: 820px) {
  h1 {
    font-size: 38px;
    line-height: 38px;
  }
  h2 {
    font-size: 33px;
    line-height: 40px;
  }
  h3 {
    font-size: 21px;
    line-height: 25px;
  }
  .label {
    font-size: 14px;
    padding: 0px 10px 0px 10px;
  }
  .tiny-circle {
    margin-right: 4px;
  }
}
body, html {
  height: 100%;
}

/* BASIC STRUCTURE */
#container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin: 0 auto;
}

main.main {
  flex: 1 0 auto;
}

main.main-with-sidebar {
  padding-left: 100%;
}
main.main-with-sidebar .content {
  flex: 1 0 auto;
  max-width: none;
  margin-top: 25px;
  padding-top: 65px;
  margin-bottom: 50px;
}

.main-nav {
  width: 100%;
}

/* COMMON */
code {
  color: blue;
}

.extra-margin-top {
  margin-top: 70px;
}

.extra-margin-bottom {
  margin-bottom: 70px;
}

.extra-padding-top {
  padding-top: 70px;
}

.extra-padding-bottom {
  padding-bottom: 70px;
}

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

.box {
  background-color: #FFF;
  border-radius: 5px;
  padding: 10px 20px 20px 20px;
  border: 1px solid rgb(233.65, 233.65, 233.65);
}
.box .header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgb(233.65, 233.65, 233.65);
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
}
.box .header .buttons-header {
  margin-top: 5px;
  float: right;
}
.box .header h3, .box .header .small-subtitle {
  padding-top: 0;
}
.box .header h3 {
  margin-top: 10px;
}
.box .header .small-subtitle {
  padding-bottom: 10px;
}

.box, .grid {
  margin-bottom: 20px;
}

.block {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.block .grid,
.box .grid {
  padding: 0;
  width: 100%;
}

.box.note {
  background: #edeef3;
  border: 1px solid rgb(221.7, 223.55, 232.8);
}

.grid.grid-with-padding [class^=col-] {
  padding-top: 20px;
}

.box.border-inbetween {
  padding-top: 0;
  padding-bottom: 0;
}
.box.border-inbetween .grid {
  margin-bottom: 0;
}
.box.border-inbetween .grid [class^=col-] {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 820px) {
  .main-nav {
    width: 100%;
  }
  main.main-with-sidebar {
    padding-left: 0;
  }
}
header {
  position: relative;
  color: #fff;
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
}

.main-nav {
  position: relative;
  padding: 0;
}
.main-nav ul {
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  font-weight: 200;
  margin: 0px;
  padding: 5px 20px 10px;
  font-size: 30px;
  width: 100%;
}
.main-nav ul li {
  display: block;
  width: 100%;
  min-width: 0;
  font-size: 14px;
  font-weight: 300;
  list-style-type: none;
  color: #fff;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  box-shadow: 0 2px 0 transparent;
  padding: 0;
  margin-right: 10px;
}
.main-nav ul li.inactive,
.main-nav ul li.inactive a {
  cursor: default;
  color: #fff;
}
.main-nav ul li a {
  text-align: left;
  display: inline-block;
  padding: 12px 0px 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15px;
  width: 100%;
  cursor: pointer;
  color: #fff;
}
.main-nav ul li:hover {
  color: #FFF;
  box-shadow: 0 2px 0 #fff;
}
.main-nav ul li a:first-child {
  padding-left: 0;
}
.main-nav ul li a:last-child {
  padding-right: 0;
}
.main-nav ul li a.text-left {
  text-align: left;
}
.main-nav ul li a.text-right {
  text-align: right;
}
.main-nav {
  /* extra notification tag on the right */
}
.main-nav .label {
  float: right;
  font-size: 10px;
  padding: 0px 10px 0px 10px;
}
.main-nav {
  /* icons */
}
.main-nav .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/public/images/icons/dashboard.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  position: relative;
  top: 3px;
  margin-right: 10px;
}

/* LOGO -------------------------- */
.brand-logo-svg-container {
  float: left;
  display: inline-block;
}

.brand-logo-svg {
  color: #000;
  position: relative;
  padding: 0px 20px 0 15px;
  margin-bottom: 20px;
}
.brand-logo-svg a {
  color: #000;
}

/* ACCOUNT SWITCHER -------------------------- */
.switcher {
  padding: 0px 20px 0 15px;
}
.switcher .dropdown {
  width: 100%;
}
.switcher .dropdown-content {
  width: 100%;
}

/* USER EDIT / LOGOUT -------------------------- */
.m-menu {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.m-menu .mm {
  margin-top: 10px;
  margin-left: 15px;
  border: none;
  background: #FFF;
  cursor: pointer;
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  outline: none;
  border: 1px solid rgba(226, 226, 226, 0.9);
  padding: 0;
  z-index: 1001;
}
.m-menu .mm:before, .m-menu .mm:after {
  position: absolute;
  display: block;
  content: "";
  width: 24px;
  height: 2px;
  left: 8px;
  top: 15px;
  background-color: #fff;
  transition: all 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.m-menu .mm:after {
  top: 22px;
}

.m-menu-open .m-menu .mm:before {
  background-color: #5e5e5e;
  top: 18px;
  transform: rotate(-45deg);
}
.m-menu-open .m-menu .mm:after {
  background-color: #5e5e5e;
  top: 18px;
  transform: rotate(45deg);
}

@media only screen and (max-width: 820px) {
  .header {
    display: none;
  }
  .page-header {
    position: relative;
  }
  body.noscroll .header {
    display: block;
  }
  .m-menu {
    display: block;
    position: fixed;
    width: 60px;
    z-index: 9999;
  }
  html.noscroll {
    overflow: hidden;
  }
  body.noscroll {
    overflow: visible;
    height: 100%;
  }
  header {
    width: 100%;
  }
  main .content {
    padding-left: 0;
  }
  .m-menu-open .main-nav {
    display: block;
    width: 100%;
  }
  .m-menu-open .main-nav ul {
    flex-direction: column;
    width: 100%;
    margin: 20px auto;
  }
  .m-menu-open .main-nav ul a {
    display: block;
  }
  .switcher {
    text-align: center;
  }
  .switcher .dropdown {
    text-align: center;
  }
  .switcher .dropdown .button {
    text-align: center;
  }
  .switcher .dropdown .dropdown-content {
    max-width: 200px;
  }
  /* extra for anneleen */
  .header, .nav__container, .main-nav {
    height: 100%;
  }
  .main-nav {
    background: #000;
    height: 100%;
    margin: 0 !important;
  }
  .main-nav ul {
    margin: 0px !important;
  }
  .main-nav ul li.home {
    margin-top: 150px;
    text-align: center;
  }
  .main-nav ul li.home a {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    padding: 12px 35px 14px;
    border-bottom: 1px;
  }
  .main-nav ul li a, .main-nav ul li a:first-child, .main-nav ul li a:last-child {
    font-size: 22px;
    padding: 12px 35px 14px;
    color: #FFF;
  }
  .main-nav .nav {
    background: #000;
  }
}
.grid {
  box-sizing: border-box;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  max-width: 1300px;
  width: 87.6923076923%;
}
@media screen and (max-width: 1020px) {
  .grid {
    width: 88.2352941176%;
  }
}
@media screen and (max-width: 820px) {
  .grid {
    width: 95.1219512195%;
  }
  .grid.stackable [class^=col-] {
    width: 100%;
  }
}
.grid-0 {
  box-sizing: border-box;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  max-width: 1300px;
  width: 100%;
}

.block {
  box-sizing: border-box;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  max-width: 1300px;
  width: 87.6923076923%;
  display: block;
}
@media screen and (max-width: 1020px) {
  .block {
    width: 88.2352941176%;
  }
}
@media screen and (max-width: 820px) {
  .block {
    width: 95.1219512195%;
  }
  .block.stackable [class^=col-] {
    width: 100%;
  }
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-right: 1.7543859649%;
}
.col-desk-shift-0 {
  margin-left: 0%;
}
.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-right: 1.7543859649%;
}
.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}
.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-right: 1.7543859649%;
}
.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}
.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-right: 1.7543859649%;
}
.col-desk-shift-3 {
  margin-left: 25%;
}
.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-right: 1.7543859649%;
}
.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}
.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-right: 1.7543859649%;
}
.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}
.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-right: 1.7543859649%;
}
.col-desk-shift-6 {
  margin-left: 50%;
}
.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-right: 1.7543859649%;
}
.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}
.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-right: 1.7543859649%;
}
.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}
.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-right: 1.7543859649%;
}
.col-desk-shift-9 {
  margin-left: 75%;
}
.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-right: 1.7543859649%;
}
.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}
.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-right: 1.7543859649%;
}
.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}
.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-right: 1.7543859649%;
}
.col-desk-shift-12 {
  margin-left: 100%;
}
@media screen and (max-width: 1020px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-right: 1.6666666667%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-right: 1.6666666667%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-right: 1.6666666667%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-right: 1.6666666667%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-right: 1.6666666667%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-right: 1.6666666667%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-right: 1.6666666667%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-right: 1.6666666667%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-right: 1.6666666667%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}
@media screen and (max-width: 820px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-right: 0.9615384615%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-right: 0.9615384615%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-right: 0.9615384615%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-right: 0.9615384615%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-right: 0.9615384615%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.box.border-inbetween {
  padding-left: 0;
  padding-right: 0;
}
.box.border-inbetween > .grid [class^=col-] {
  border-right: 1px solid #e2e2e2;
  padding-left: 20px;
}
.box.border-inbetween > .grid [class^=col-]:last-child {
  border-right: 0;
}

.no-border-inbetween [class^=col-] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-right: 0 !important;
}

.block.block-wide {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.block.block-narrow {
  width: 70%;
  padding-left: 20px;
  padding-right: 20px;
}

.table.grid {
  display: block;
}
.table.grid .row {
  box-sizing: border-box;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  max-width: 1300px;
  width: 87.6923076923%;
  border-bottom: 1px solid #edeef3;
  padding: 10px 0;
}
@media screen and (max-width: 1020px) {
  .table.grid .row {
    width: 88.2352941176%;
  }
}
@media screen and (max-width: 820px) {
  .table.grid .row {
    width: 95.1219512195%;
  }
  .table.grid .row.stackable [class^=col-] {
    width: 100%;
  }
}
.table.grid .row-0 {
  box-sizing: border-box;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  max-width: 1300px;
  width: 100%;
}
.table.grid .row {
  width: 100% !important;
}
.table.grid .row:last-child {
  border: 0;
}
.table.grid .table-header {
  border-bottom: 1px solid rgb(233.65, 233.65, 233.65);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #2b6475;
}
.table.grid .table-header .row {
  font-weight: 200;
  font-size: 14px;
  border-bottom: 0;
}

.box .table.grid {
  margin-bottom: 0;
}
.box .table.grid .table-header {
  width: auto !important;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -10px;
  padding: 10px 8px 10px 0;
}
.box .table.grid .table-header .row {
  width: auto !important;
  margin-left: 20px;
  margin-right: 20px;
}

.center-the-column {
  margin: 0 auto;
  padding-right: 0;
}

/* MORE RESPONSIVE ------------------------------------ */
@media screen and (max-width: 1020px) {
  .block,
  .block.block-narrow,
  .block.block-wide {
    padding-left: 15px;
    padding-right: 15px;
  }
  .block.block-narrow {
    width: 100%;
  }
}
.page-header {
  padding: 20px 20px;
  display: block;
  border-bottom: 1px solid #e2e2e2;
  height: 65px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  left: 100%;
  right: 0px;
  background: #FFF;
  z-index: 999;
}
.page-header .title h2 {
  margin: 0;
}
.page-header .title h3 {
  margin: 0;
  font-size: 22px;
  line-height: 20px;
}
.page-header .extra {
  text-align: right;
}

/* Block below page header, eg filters */
.page-sub-header {
  margin-top: 65px;
  position: relative;
  z-index: 100;
  left: 0;
  background: rgba(233.65, 233.65, 233.65, 0.5);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 10px;
  justify-content: center;
}
.page-sub-header div {
  margin-right: 20px;
}
.page-sub-header .dropdown {
  top: 0;
}
.page-sub-header .text,
.page-sub-header .field label,
.page-sub-header .field input {
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  width: auto;
  vertical-align: middle;
}
.page-sub-header .field input {
  height: 28px;
}

.main-with-sidebar .content.content-after-sub-header {
  padding-top: 0px;
  margin-top: 35px;
}

/* SUB NAV */
.page-sub-nav {
  display: block;
  margin: 40px auto 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e2e2;
}
.page-sub-nav ul {
  list-style: none;
  display: inline-flex;
  font-weight: 400;
}
.page-sub-nav ul li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}
.page-sub-nav ul li a {
  position: relative;
  padding: 10px 25px;
  text-decoration: none;
}
.page-sub-nav ul li.active {
  font-weight: 800;
}
.page-sub-nav ul li a:hover {
  background: rgba(94, 94, 94, 0.05);
  border-radius: 5px;
}
.page-sub-nav ul li.active a:after {
  display: inline-block;
  position: absolute;
  top: 45px;
  left: 0;
  content: " ";
  width: 100%;
  height: 2px;
  background-color: rgb(216.75, 216.75, 216.75);
}
/* SUB NAV TAB STYLE */
.page-sub-nav.tabular-style {
  margin-bottom: 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #e2e2e2;
}
.page-sub-nav.tabular-style ul {
  list-style: none;
  display: inline-flex;
  font-weight: 400;
}
.page-sub-nav.tabular-style ul li a {
  position: relative;
  z-index: 101;
  background: #FFF;
  padding: 10px 45px;
  text-decoration: none;
  border: 1px solid #e2e2e2;
  border-bottom: 0;
  white-space: nowrap;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 41px;
}
.page-sub-nav.tabular-style ul li.active a {
  background: transparent;
  font-weight: 800;
  border-bottom: 1px solid #FFF;
}
.page-sub-nav.tabular-style ul li.active a:after {
  display: none;
}
.page-sub-nav.tabular-style ul li a:hover {
  background-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

@media only screen and (max-width: 820px) {
  .page-header {
    left: 0;
    right: 0;
  }
  .page-header .title {
    margin-left: 60px;
  }
  .page-sub-nav ul li a {
    padding: 10px 10px;
  }
  .page-sub-header {
    height: auto;
  }
  .page-sub-header div {
    display: block;
    width: 50%;
    padding-right: 5px;
    border: 1px dotted red;
    margin-bottom: 15px;
    margin-right: 0;
  }
}
/*  Reset form thingies */
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  letter-spacing: inherit;
  width: 100%;
  background: rgb(251.75, 251.75, 251.75);
  border: 1px solid rgb(226.25, 226.25, 226.25);
  border-radius: 5px;
  color: #fff;
  padding: 10px;
}

input[type=email],
input[type=text] {
  position: relative;
  top: 1px;
  height: 45px;
}

select {
  height: 44px;
}

lab label {
  font-size: 14px;
}

input {
  overflow: visible;
}

select {
  text-transform: none;
}

legend {
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
  resize: block;
}

[type=checkbox],
[type=radio] {
  padding: 0;
  width: auto;
}

.label-info {
  font-size: 10px;
  color: #5e5e5e;
  font-family: "ABCDiatypeGreek", "Space Grotesk", sans-serif;
}

/* The switch - the box around the slider */
.toggle-switch-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: 35px;
  height: 20px;
  background-color: #ccc;
  border-radius: 72px;
  margin: 0px;
  position: relative;
  transition: all 100ms ease-out 0s;
}
.toggle-switch:checked {
  background-color: rgba(42, 183, 88, 0.55);
}
.toggle-switch:before {
  position: absolute;
  content: "";
  inset: -6px;
}
.toggle-switch:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  background: rgb(255, 255, 255);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  transition: all 100ms ease-out 0s;
}
.toggle-switch:checked:after {
  left: 17px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

::-ms-expand {
  display: none;
}

[type=file],
[type=range] {
  padding: 0;
  border-width: 0;
}

/* Design form */
button,
.button {
  position: relative;
  top: -1px;
  display: inline-block;
  background: transparent;
  border-radius: 0;
  transition-property: border, background, color, box-shadow;
  transition-duration: 0.15s;
  padding: 20px 12px 20px 12px;
  line-height: 22px;
  cursor: pointer;
  border: 1px solid rgb(233.65, 233.65, 233.65);
  color: #fff;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
button:hover,
.button:hover {
  background: #FFF;
  color: #000;
  border: 1px solid rgb(200.5, 200.5, 200.5);
  box-shadow: rgba(0, 0, 0, 0.05) 1px 1px 3px;
}
button.big,
.button.big {
  height: 45px;
  padding: 12px 30px;
  line-height: 15px;
}

/* SPECIAL BUTTONS ------------------------------- */
.button.no-border {
  border: 0;
  box-shadow: none;
}
.button.no-border:hover {
  color: rgb(229.5, 229.5, 229.5);
}

.button:disabled,
.button:disabled:hover,
.button.disabled,
.button.disabled:hover {
  color: #5e5e5e;
  border: 1px solid rgb(191.25, 191.25, 191.25);
  background-color: #ccc;
  opacity: 0.5;
  cursor: default;
}
.button:disabled:hover,
.button:disabled:hover:hover,
.button.disabled:hover,
.button.disabled:hover:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 1px;
}

.button.primary {
  border-color: #2ab758;
  background: rgba(42, 183, 88, 0.5);
  color: rgb(32.48, 141.52, 68.0533333333);
  font-weight: 60000;
}
.button.primary:hover {
  border-color: #2ab758;
  background: rgba(42, 183, 88, 0.8);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
  color: #fff;
}

/* DROPDOWN BUTTON ------------------------------- */
.dropdown {
  display: inline-block;
  position: relative;
  top: 1px;
}
.dropdown .button {
  padding-right: 30px;
}
.dropdown .button:hover {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.dropdown .button:after {
  content: "";
  position: absolute;
  right: 8px;
  top: 10px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(255, 255, 255, 0.5);
  clear: both;
}
.dropdown .dropdown-content {
  display: none;
  position: absolute;
  left: -10px;
  background: #FFF;
  border: 1px solid rgb(233.65, 233.65, 233.65);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  font-size: 12px;
  padding: 2px;
  border-radius: 5px;
}
.dropdown .dropdown-content a {
  text-align: left;
  font-size: 12px;
  padding: 4px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #e2e2e2;
}
.dropdown .dropdown-content a:hover {
  border-radius: 5px;
  background: rgb(244.8, 244.8, 244.8);
}
.dropdown .dropdown-content a:last-child {
  border-bottom: 0;
}
.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown.dark-mode .button {
  text-align: left;
  width: 100%;
  border: 0;
  color: #FFF;
  background: rgb(57.4541284404, 26.0458715596, 26.0458715596);
}
.dropdown.dark-mode .button:after {
  border-top: 6px solid rgba(43, 100, 117, 0.5);
}
.dropdown.dark-mode .dropdown-content {
  max-height: 350px;
  overflow-y: scroll;
  left: 0;
  border: 1px solid rgb(57.4541284404, 26.0458715596, 26.0458715596);
  background: rgb(57.4541284404, 26.0458715596, 26.0458715596);
  color: #FFF;
}
.dropdown.dark-mode .dropdown-content a {
  color: #2b6475;
  border-bottom: rgb(36.146875, 84.0625, 98.353125);
}
.dropdown.dark-mode .dropdown-content a:hover {
  background: rgb(39.9082568807, 18.0917431193, 18.0917431193);
}
.dropdown.dark-mode .dropdown-content::-webkit-scrollbar {
  width: 12px; /* width of the entire scrollbar */
}
.dropdown.dark-mode .dropdown-content::-webkit-scrollbar-track {
  background: rgb(39.9082568807, 18.0917431193, 18.0917431193); /* color of the tracking area */
}
.dropdown.dark-mode .dropdown-content::-webkit-scrollbar-thumb {
  background-color: rgb(110.0917431193, 49.9082568807, 49.9082568807); /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  border: 3px solid #000; /* creates padding around scroll thumb */
}

.dropdown.open-on-top .dropdown-content {
  bottom: 20px;
}

.multi-steps li.is-active ~ li:before, .multi-steps li.is-active:before {
  content: counter(stepNum);
  font-family: inherit;
  font-weight: 700;
}
.multi-steps li.is-active ~ li:after, .multi-steps li.is-active:after {
  height: 0;
  background-color: #edeef3;
  border-top: 4px dashed #2b6475;
}

.multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0;
  margin: 40px 0 30px 0;
  width: 108%;
  margin-left: -4%;
}
.multi-steps li {
  counter-increment: stepNum;
  text-align: center;
  display: table-cell;
  position: relative;
  color: #000;
  font-size: 11px;
}
.multi-steps li a {
  text-decoration: none;
  padding-top: 45px;
}
.multi-steps li a:hover {
  color: #000;
}
.multi-steps li:before {
  content: "\f00c";
  content: "✓;";
  content: "𐀃";
  content: "𐀄";
  content: "✓";
  display: block;
  margin: 0 auto 4px;
  background-color: #fff;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-radius: 50%;
}
.multi-steps li:after {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 17px;
  left: 50%;
  z-index: -1;
}
.multi-steps li:last-child:after {
  display: none;
}
.multi-steps li.is-active {
  color: #fff;
}
.multi-steps li.is-active:before {
  background-color: #fff;
  border-color: #fff;
  color: #57515a;
}
.multi-steps li.is-active li {
  color: #808080;
}
.multi-steps li.is-active li:before {
  background-color: #edeef3;
  border-color: #edeef3;
}
.multi-steps li.is-active ~ li {
  color: #57515a;
}
.multi-steps li.is-active ~ li:before {
  background-color: #2b6475;
  border-color: #edeef3;
  color: #57515a;
}

/* tiny circles */
.tiny-circle {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #ccc;
  margin-right: 8px;
}
.tiny-circle.green {
  background-color: #2ab758;
}
.tiny-circle.red {
  background-color: #ee3030;
}
.tiny-circle.orange {
  background-color: #e9595b;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(255, 255, 255, 0.3);
  /* Modal Content/Box */
}
.modal .modal-header-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 0px;
  width: 80%;
  max-height: 100%;
  background: linear-gradient(136.61deg, rgb(255, 255, 255) 13.72%, rgb(255, 255, 255) 74.3%);
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 16px 70px;
  max-width: 700px;
  border-radius: 8px;
}
.modal .modal-header {
  border-bottom: 1px solid #e2e2e2;
  padding: 20px;
}
.modal .modal-header h4 {
  margin-bottom: 0;
}
.modal .modal-content {
  padding: 30px 20px 50px 20px;
}
.modal {
  /* The Close Button */
}
.modal .close {
  color: #fff;
  float: right;
  padding: 20px;
  width: 20px;
  cursor: pointer;
}
.modal .close:after {
  content: "×";
  height: 30px;
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: 200;
  width: 20px;
}
.modal .close:hover:after {
  color: rgb(216.75, 216.75, 216.75);
}

.headerpic {
  clear: both;
  background: transparent center center no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
  min-height: 450px;
  margin-bottom: 10px;
  z-index: 100;
}
.headerpic .network-name {
  display: inline-block;
  color: #FFF;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 2px 15px;
  font-size: 12px;
  margin-top: 5px;
  border-radius: 15px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
}
.headerpic .headerpic-text-block {
  position: absolute;
  text-align: center;
  font-size: 25px;
  height: 100px;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  vertical-align: bottom;
}
.headerpic .headerpic-text-block h2 {
  text-align: center;
  font-size: 50px;
  font-weight: 200;
  line-height: 50px;
  color: #fff;
  margin: 0;
  padding: 0px;
  text-shadow: 1px 2px 0px rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  width: 100%;
}
.headerpic .headerpic-text-block h4, .headerpic .headerpic-text-block .extra-info {
  color: #FFF;
  padding: 10px 0;
  margin: 0;
}
.headerpic .headerpic-text-block .extra-info {
  padding-top: 5px;
  font-size: 12px;
  text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.5);
}

.content {
  margin-top: 180px;
}

.two-columns {
  -moz-column-count: 2;
       column-count: 2;
}
.two-columns p {
  margin-top: 0;
}

.three-columns {
  -moz-column-count: 2;
       column-count: 2;
}
.three-columns p {
  margin-top: 0;
}

/* ----------- HOME PAGE TEASER----------------------- */
.homepage-full {
  position: relative;
  width: 100%;
  background-color: #2b6475;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.line {
  position: absolute;
  min-width: 600px;
  height: 5px;
  background: #fff;
  opacity: 0;
  transform: translateX(-200%) rotate(45deg);
  transition: transform 1.5s ease, opacity 1.5s ease;
}

.top-left-corner {
  position: absolute;
  top: 100px;
  left: 50px;
  font-size: 50px;
  line-height: 50px;
  text-align: left;
  color: #fff;
}

.bottom-right-corner {
  position: absolute;
  bottom: 50px;
  right: 50px;
  font-size: 110px;
  text-align: right;
  color: #fff;
  line-height: 100px;
}

.main-nav ul li a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

/* Header over a light-background section */
.header--on-light .main-nav ul li {
  color: #2b6475;
  border-bottom-color: #2b6475;
}
.header--on-light .main-nav ul li a,
.header--on-light .main-nav ul li.inactive a {
  color: #2b6475;
}
.header--on-light .main-nav ul li a:hover {
  color: rgb(22.440625, 52.1875, 61.059375);
}

/* ----------- number effect ----------------------- */
.the-number {
  background: #2b6475;
  display: flex;
  justify-content: center;
  padding: 0 0 20px 0;
}
.the-number .number-scene {
  position: relative;
  width: 80%;
}
.the-number .number-scene .number-images {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.the-number .number-scene .number-images img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transform: scale(1.2);
  transition: opacity 0.5s ease;
  will-change: transform, opacity;
}
.the-number .number-scene .number-stencil {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
}

/* ----------- ABOUT ----------------------- */
.about {
  background: #fff;
  padding: 150px 0;
}
.about h1, .about h2 {
  color: #fff;
  color: #2b6475;
  width: 80%;
  margin: 0 auto;
}
.about h1 {
  margin-bottom: 60px;
}

/* ----------- SCHEDULE ----------------------- */
.schedule {
  background: #2b6475;
  padding: 100px 0;
  color: #fff;
}
.schedule .organisation {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.schedule table {
  border-collapse: separate;
  border-spacing: 0px; /* horizontal and vertical */
  color: #fff;
  width: 80%;
  margin: 0 auto;
  cellpadding: 10px;
}
.schedule table td {
  text-align: left;
  color: #fff;
  border-bottom: 1px solid #484848;
  padding-top: 5px;
  padding-bottom: 5px;
}
.schedule .company {
  font-size: 14px;
  font-weight: 800;
}

/* ----------- LOCATION ----------------------- */
.location {
  background: #fff;
  color: #000;
  padding: 100px 0;
}
.location .address {
  margin-top: 50px;
}

#basicMap .olControlZoom {
  display: none;
}
#basicMap .olControlAttribution {
  font-size: 10px;
  opacity: 0.5;
}

/* ----------- TICKETS ----------------------- */
.tickets {
  position: relative;
  background: #2b6475;
  color: #fff;
  padding: 0 0 100px;
  overflow: hidden;
}
.tickets h2, .tickets h3 {
  color: #fff;
}
.tickets .ticket-info {
  margin-bottom: 30px;
}
.tickets .ticket-btn .button {
  font-size: 16px;
  padding: 15px 30px;
}

.tickets-blob-top {
  display: block;
  width: 160%;
  margin-left: -30%;
  position: relative;
  top: -4px;
  margin-bottom: -4px;
}

/* ----------- FOOTER ----------------------- */
.footer {
  position: relative;
  background: #2b6475;
  color: #fff;
  padding: 100px 0 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.footer a {
  color: #fff;
}

.footer-blob {
  display: block;
  width: 160%;
  margin-left: -30%;
  margin-top: 60px;
  position: relative;
  bottom: -4px;
  opacity: 0.1;
}

@media only screen and (max-width: 820px) {
  .about h1, .about h2 {
    width: 100%;
  }
  h2 {
    font-size: 28px;
    line-height: 33px;
  }
  .schedule .col-desk-3 {
    margin-bottom: 25px;
  }
  .liquid-images-container .image-liquid {
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    position: relative !important;
    transform: translateY(0%) !important;
  }
  .two-columns {
    -moz-column-count: 1;
         column-count: 1;
  }
  .content-mobile-margin-top {
    margin-top: 100px;
  }
  .subnav {
    position: relative !important;
    z-index: 1;
  }
  .content {
    margin-top: 0px;
  }
  .content-mobile-margin-top {
    margin-top: 100px;
  }
  .contact-title-col {
    text-align: left;
    margin: 20px 0;
  }
  .grid-masonry .grid-masonry-item,
  .grid-masonry .grid-masonry-sizer {
    width: 100%;
  }
}
/* SOME VERY BASICS */
body {
  background-color: #2b6475;
}

a {
  color: #fff;
}

ul,
li {
  margin: 0;
  padding: 0;
}

nav li {
  list-style: none;
}

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

.active, a:hover {
  color: rgb(216.75, 216.75, 216.75);
}

/* SHOW / HIDE */
.show-on-mobile-only {
  display: none;
}

.show-for-desktop-only {
  display: block;
}

@media only screen and (max-width: 820px) {
  .show-on-mobile-only {
    display: block !important;
  }
  .hide-on-mobile-only {
    display: none !important;
  }
  .show-for-desktop-only,
  .show-on-desktop-only {
    display: none !important;
  }
}
