@charset "UTF-8";
/* Dependencies usally don't write anything into the CSS file */
/*
https://github.com/pierreburel/sass-rem
*/
@font-face {
  font-family: "Akkurat";
  src: url("/templates/assets/webfonts/lineto-akkurat-light.eot");
  src: url("/templates/assets/webfonts/lineto-akkurat-light.eot?#iefix") format("embedded-opentype"), url("/templates/assets/webfonts/lineto-akkurat-light.woff") format("woff"), url("/templates/assets/webfonts/lineto-akkurat-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Akkurat";
  src: url("/templates/assets/webfonts/lineto-akkurat-regular.eot");
  src: url("/templates/assets/webfonts/lineto-akkurat-regular.eot?#iefix") format("embedded-opentype"), url("/templates/assets/webfonts/lineto-akkurat-regular.woff") format("woff"), url("/templates/assets/webfonts/lineto-akkurat-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Akkurat";
  src: url("/templates/assets/webfonts/lineto-akkurat-bold.eot");
  src: url("/templates/assets/webfonts/lineto-akkurat-bold.eot?#iefix") format("embedded-opentype"), url("/templates/assets/webfonts/lineto-akkurat-bold.woff") format("woff"), url("/templates/assets/webfonts/lineto-akkurat-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* often needs to be at the top of the CSS file */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

nav ul {
  padding: 0;
}

nav li {
  list-style-type: none;
}

span.unicorn:before {
  content: "@";
}

span.unicorn > span {
  /*
   * Hide only visually, but have it available for screen readers:
   * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
   *
   * Beachten: Diese Art des Ausblendens ermöglicht ein Copy & Paste von
   * E-Mailadressen. Bei anderen Varianten, etwa display: none, ist dies
   * nicht mehr möglich!
   */
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src$=".svg"] {
  width: 100%;
}

/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}
.js-breakpoint:after, .js-breakpoint {
  content: '{"mobile-portrait":"only screen and (max-width:400px)","mobile":"only screen and (max-width:740px)","not-mobile":"only screen and (min-width:741px)","only-mobile":"only screen and (max-width:740px)","tablet-portrait":"only screen and (max-width:850px)","tablet":"only screen and (max-width:1078px)","only-tablet":"only screen and (min-width:741px) and (max-width:1078px)","not-tablet":"only screen and (min-width:1079px)","laptop":"only screen and (max-width:1680px)","only-laptop":"only screen and (min-width:1079px) and (max-width:1680)","not-laptop":"only screen and (min-width:1681px)","desktop":"only screen and (min-width:1681px)","only-desktop":"only screen and (min-width:1681px)","retina":"only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5)","highres":"print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi)","print":"print"}';
  font-family: '{"mobile-portrait":"only screen and (max-width:400px)","mobile":"only screen and (max-width:740px)","not-mobile":"only screen and (min-width:741px)","only-mobile":"only screen and (max-width:740px)","tablet-portrait":"only screen and (max-width:850px)","tablet":"only screen and (max-width:1078px)","only-tablet":"only screen and (min-width:741px) and (max-width:1078px)","not-tablet":"only screen and (min-width:1079px)","laptop":"only screen and (max-width:1680px)","only-laptop":"only screen and (min-width:1079px) and (max-width:1680)","not-laptop":"only screen and (min-width:1681px)","desktop":"only screen and (min-width:1681px)","only-desktop":"only screen and (min-width:1681px)","retina":"only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5)","highres":"print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi)","print":"print"}';
}

.is-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.is-hidden {
  display: none !important;
  visibility: hidden;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes pulse {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.2;
  }
}
.list--reset, .navigation-main, .nav-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.l-horizontal-extremities:before, .l-horizontal-extremities:after,
.l-clearfix:before, .l-clearfix:after {
  content: " ";
  display: table;
}

.l-horizontal-extremities:after, .l-clearfix:after {
  clear: both;
}

.l-site-width, .l-site-width {
  position: relative;
  margin: 0 auto;
  max-width: 1240px;
}

.l-horizontal-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.l-horizontal-list > li {
  display: inline-block;
  vertical-align: top;
}

.l-horizontal {
  font-size: 0.1px;
}

.l-horizontal > * {
  font-size: 20px;
}

.l-horizontal > * {
  display: inline-block;
  vertical-align: top;
}

.l-horizontal-samewidth-list {
  display: table;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.l-horizontal-samewidth-list > li {
  height: 100%;
  display: table-cell;
}

.l-horizontal-equidistant {
  text-align: justify;
  font-size: 0.1px;
}

.l-horizontal-equidistant > * {
  display: inline-block;
  font-size: 20px;
}

.l-horizontal-equidistant:after {
  content: "";
  width: 100%;
  display: inline-block;
}

.l-table {
  display: table;
  width: 100%;
  box-sizing: border-box;
}

.l-table-row {
  display: table-row;
}

.l-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.l-table-cell--max {
  width: 100%;
}

.l-table-cell--min {
  width: 1%;
}

.l-horizontal-extremities > * {
  float: right;
}

.l-horizontal-extremities > * :first-child {
  float: left;
}

.gap {
  margin-bottom: 16px;
}

.gap--double {
  margin-bottom: 32px;
}

.gap--triple {
  margin-bottom: 48px;
}

.gap-above {
  margin-top: 16px;
}

.gap-above--double {
  margin-top: 32px;
}

.gap-above--triple {
  margin-top: 48px;
}

.no-gap {
  margin: 0;
}

.l-continent {
  padding: 24px;
}

.l-island {
  padding: 16px;
}

.l-islet {
  padding: 8px;
}

.l-fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-centered-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}

.l-centered-inner {
  display: table;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  width: 100%;
}

.l-centered-content {
  display: table-cell;
  vertical-align: middle;
}

.l-centered-body {
  position: relative;
  display: inline-block;
  max-width: 90%;
  text-align: left;
}

/*
 * 0. false will set the grid elements to inline-block if true flexbox (consider using autoprefixer for better bowser support)
 * 1. size of the gutter between the cols
 * 2. the gutter between the columns can be padding or margin
 * 3. the gutter can be on the right or the left side of every col
 * 4. Provides additional classes for the grid in order have different available gutter sizes
 * 5. Base font size used for the in-line-block gap fix: http://css-tricks.com/fighting-the-space-between-inline-block-elements/
 * 6. Slug used for the grid classes (l- for SMACSS layout), empty string for no slug
 * 7. If set to true, one push class per with will be available (margin-left)
 * 8. Generated col names & withs
 * 9. Breakpoints used in the grid (ideally reduced to a minimum)
 * 10. To avoid breaking the grid on Blackberry and some Firefox version you can set a rounding. 50% will be 50% - $rounding etc.. Set this to 0 if you don't need it.
 */
.l-grid {
  font-size: 0.1px;
  margin-left: -20px;
  margin-left: -21px;
}

.l-grid .l-grid-cell {
  padding-left: 20px;
  font-size: 16px;
}

.l-grid--no-gap {
  margin-left: 0px;
  margin-left: -1px;
}

.l-grid--no-gap .l-grid-cell {
  padding-left: 0px;
}

.l-grid--double {
  margin-left: -40px;
  margin-left: -41px;
}

.l-grid--double .l-grid-cell {
  padding-left: 40px;
}

.l-grid--triple {
  margin-left: -60px;
  margin-left: -61px;
}

.l-grid--triple .l-grid-cell {
  padding-left: 60px;
}

.l-grid--gapped > .l-grid-cell {
  padding-bottom: 20px;
}

.l-grid-cell {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}

.l-one-whole {
  width: 99.905%;
}

.l-one-half {
  width: 49.9525%;
}

.l-one-quarter {
  width: 24.97625%;
}

.l-three-quarters {
  width: 74.92875%;
}

.l-one-third {
  width: 33.30133%;
}

.l-two-thirds {
  width: 66.60267%;
}

.l-one-fifth {
  width: 19.981%;
}

.l-four-fifths {
  width: 79.924%;
}

.l-one-sixth {
  width: 16.65017%;
}

.l-five-sixths {
  width: 83.25383%;
}

@media only screen and (min-width: 1079px) {
  .l-not-tablet-one-whole {
    width: 99.905%;
  }
  .l-not-tablet-one-half {
    width: 49.9525%;
  }
  .l-not-tablet-one-quarter {
    width: 24.97625%;
  }
  .l-not-tablet-three-quarters {
    width: 74.92875%;
  }
  .l-not-tablet-one-third {
    width: 33.30133%;
  }
  .l-not-tablet-two-thirds {
    width: 66.60267%;
  }
  .l-not-tablet-one-fifth {
    width: 19.981%;
  }
  .l-not-tablet-four-fifths {
    width: 79.924%;
  }
  .l-not-tablet-one-sixth {
    width: 16.65017%;
  }
  .l-not-tablet-five-sixths {
    width: 83.25383%;
  }
}
@media only screen and (max-width: 1078px) {
  .l-tablet-one-whole {
    width: 99.905%;
  }
  .l-tablet-one-half {
    width: 49.9525%;
  }
  .l-tablet-one-quarter {
    width: 24.97625%;
  }
  .l-tablet-three-quarters {
    width: 74.92875%;
  }
  .l-tablet-one-third {
    width: 33.30133%;
  }
  .l-tablet-two-thirds {
    width: 66.60267%;
  }
  .l-tablet-one-fifth {
    width: 19.981%;
  }
  .l-tablet-four-fifths {
    width: 79.924%;
  }
  .l-tablet-one-sixth {
    width: 16.65017%;
  }
  .l-tablet-five-sixths {
    width: 83.25383%;
  }
}
@media only screen and (max-width: 850px) {
  .l-tablet-portrait-one-whole {
    width: 99.905%;
  }
  .l-tablet-portrait-one-half {
    width: 49.9525%;
  }
  .l-tablet-portrait-one-quarter {
    width: 24.97625%;
  }
  .l-tablet-portrait-three-quarters {
    width: 74.92875%;
  }
  .l-tablet-portrait-one-third {
    width: 33.30133%;
  }
  .l-tablet-portrait-two-thirds {
    width: 66.60267%;
  }
  .l-tablet-portrait-one-fifth {
    width: 19.981%;
  }
  .l-tablet-portrait-four-fifths {
    width: 79.924%;
  }
  .l-tablet-portrait-one-sixth {
    width: 16.65017%;
  }
  .l-tablet-portrait-five-sixths {
    width: 83.25383%;
  }
}
@media only screen and (min-width: 741px) {
  .l-not-mobile-one-whole {
    width: 99.905%;
  }
  .l-not-mobile-one-half {
    width: 49.9525%;
  }
  .l-not-mobile-one-quarter {
    width: 24.97625%;
  }
  .l-not-mobile-three-quarters {
    width: 74.92875%;
  }
  .l-not-mobile-one-third {
    width: 33.30133%;
  }
  .l-not-mobile-two-thirds {
    width: 66.60267%;
  }
  .l-not-mobile-one-fifth {
    width: 19.981%;
  }
  .l-not-mobile-four-fifths {
    width: 79.924%;
  }
  .l-not-mobile-one-sixth {
    width: 16.65017%;
  }
  .l-not-mobile-five-sixths {
    width: 83.25383%;
  }
}
@media only screen and (max-width: 740px) {
  .l-mobile-one-whole {
    width: 99.905%;
  }
  .l-mobile-one-half {
    width: 49.9525%;
  }
  .l-mobile-one-quarter {
    width: 24.97625%;
  }
  .l-mobile-three-quarters {
    width: 74.92875%;
  }
  .l-mobile-one-third {
    width: 33.30133%;
  }
  .l-mobile-two-thirds {
    width: 66.60267%;
  }
  .l-mobile-one-fifth {
    width: 19.981%;
  }
  .l-mobile-four-fifths {
    width: 79.924%;
  }
  .l-mobile-one-sixth {
    width: 16.65017%;
  }
  .l-mobile-five-sixths {
    width: 83.25383%;
  }
}
@media only screen and (max-width: 400px) {
  .l-mobile-portrait-one-whole {
    width: 99.905%;
  }
  .l-mobile-portrait-one-half {
    width: 49.9525%;
  }
  .l-mobile-portrait-one-quarter {
    width: 24.97625%;
  }
  .l-mobile-portrait-three-quarters {
    width: 74.92875%;
  }
  .l-mobile-portrait-one-third {
    width: 33.30133%;
  }
  .l-mobile-portrait-two-thirds {
    width: 66.60267%;
  }
  .l-mobile-portrait-one-fifth {
    width: 19.981%;
  }
  .l-mobile-portrait-four-fifths {
    width: 79.924%;
  }
  .l-mobile-portrait-one-sixth {
    width: 16.65017%;
  }
  .l-mobile-portrait-five-sixths {
    width: 83.25383%;
  }
}
@media print {
  .l-print-one-whole {
    width: 99.905%;
  }
  .l-print-one-half {
    width: 49.9525%;
  }
  .l-print-one-quarter {
    width: 24.97625%;
  }
  .l-print-three-quarters {
    width: 74.92875%;
  }
  .l-print-one-third {
    width: 33.30133%;
  }
  .l-print-two-thirds {
    width: 66.60267%;
  }
  .l-print-one-fifth {
    width: 19.981%;
  }
  .l-print-four-fifths {
    width: 79.924%;
  }
  .l-print-one-sixth {
    width: 16.65017%;
  }
  .l-print-five-sixths {
    width: 83.25383%;
  }
}
@media only screen and (max-width: 1078px) {
  .is-visible-tablet {
    display: block !important;
    visibility: visible;
  }
  .is-visible-tablet--inline {
    display: inline;
  }
  .is-visible-tablet--inline-block {
    display: inline-block;
  }
  .is-hidden-tablet {
    display: none !important;
    visibility: hidden;
  }
  .is-hidden-tablet--inline {
    display: none !important;
  }
  .is-hidden-tablet--inline-block {
    display: none !important;
  }
}
.l-image-width, .l-content-width, .l-column-width, .l-caption-width {
  margin: 0 auto;
}

.l-image-width {
  max-width: 1100px;
}

.l-content-width {
  max-width: 965px;
}

.l-column-width {
  max-width: 720px;
}

.l-caption-width {
  max-width: 540px;
}

.l-site-header {
  background-color: #fff;
}

.page--home .l-site-header {
  background-color: #E2E2E2;
}

.l-dib {
  display: inline-block;
}

.l-pr {
  position: relative;
}

.l-vertical-align-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-grid-wrap {
  overflow: hidden;
}

.l-spacing-t-xxsmall {
  margin-top: 16px;
  margin-top: 0.8rem;
}

.l-spacing-r-xxsmall {
  margin-right: 16px;
  margin-right: 0.8rem;
}

.l-spacing-b-xxsmall {
  margin-bottom: 16px;
  margin-bottom: 0.8rem;
}

.l-spacing-l-xxsmall {
  margin-left: 16px;
  margin-left: 0.8rem;
}

.l-spacing-v-xxsmall {
  margin-top: 16px;
  margin-top: 0.8rem;
  margin-bottom: 16px;
  margin-bottom: 0.8rem;
}

.l-spacing-h-xxsmall {
  margin-right: 16px;
  margin-right: 0.8rem;
  margin-left: 16px;
  margin-left: 0.8rem;
}

.l-spacing-t-xsmall {
  margin-top: 32px;
  margin-top: 1.6rem;
}

.l-spacing-r-xsmall {
  margin-right: 32px;
  margin-right: 1.6rem;
}

.l-spacing-b-xsmall {
  margin-bottom: 32px;
  margin-bottom: 1.6rem;
}

.l-spacing-l-xsmall {
  margin-left: 32px;
  margin-left: 1.6rem;
}

.l-spacing-v-xsmall {
  margin-top: 32px;
  margin-top: 1.6rem;
  margin-bottom: 32px;
  margin-bottom: 1.6rem;
}

.l-spacing-h-xsmall {
  margin-right: 32px;
  margin-right: 1.6rem;
  margin-left: 32px;
  margin-left: 1.6rem;
}

.l-spacing-t-small {
  margin-top: 48px;
  margin-top: 2.4rem;
}

.l-spacing-r-small {
  margin-right: 48px;
  margin-right: 2.4rem;
}

.l-spacing-b-small {
  margin-bottom: 48px;
  margin-bottom: 2.4rem;
}

.l-spacing-l-small {
  margin-left: 48px;
  margin-left: 2.4rem;
}

.l-spacing-v-small {
  margin-top: 48px;
  margin-top: 2.4rem;
  margin-bottom: 48px;
  margin-bottom: 2.4rem;
}

.l-spacing-h-small {
  margin-right: 48px;
  margin-right: 2.4rem;
  margin-left: 48px;
  margin-left: 2.4rem;
}

.l-spacing-t-medium {
  margin-top: 64px;
  margin-top: 3.2rem;
}

.l-spacing-r-medium {
  margin-right: 64px;
  margin-right: 3.2rem;
}

.l-spacing-b-medium {
  margin-bottom: 64px;
  margin-bottom: 3.2rem;
}

.l-spacing-l-medium {
  margin-left: 64px;
  margin-left: 3.2rem;
}

.l-spacing-v-medium {
  margin-top: 64px;
  margin-top: 3.2rem;
  margin-bottom: 64px;
  margin-bottom: 3.2rem;
}

.l-spacing-h-medium {
  margin-right: 64px;
  margin-right: 3.2rem;
  margin-left: 64px;
  margin-left: 3.2rem;
}

.l-spacing-t-large {
  margin-top: 80px;
  margin-top: 4rem;
}

.l-spacing-r-large {
  margin-right: 80px;
  margin-right: 4rem;
}

.l-spacing-b-large {
  margin-bottom: 80px;
  margin-bottom: 4rem;
}

.l-spacing-l-large {
  margin-left: 80px;
  margin-left: 4rem;
}

.l-spacing-v-large {
  margin-top: 80px;
  margin-top: 4rem;
  margin-bottom: 80px;
  margin-bottom: 4rem;
}

.l-spacing-h-large {
  margin-right: 80px;
  margin-right: 4rem;
  margin-left: 80px;
  margin-left: 4rem;
}

.l-n-spacing-t-large {
  margin-top: -80px;
  margin-top: -4rem;
}

.l-spacing-t-xlarge {
  margin-top: 96px;
  margin-top: 4.8rem;
}

.l-spacing-r-xlarge {
  margin-right: 96px;
  margin-right: 4.8rem;
}

.l-spacing-b-xlarge {
  margin-bottom: 96px;
  margin-bottom: 4.8rem;
}

.l-spacing-l-xlarge {
  margin-left: 96px;
  margin-left: 4.8rem;
}

.l-spacing-v-xlarge {
  margin-top: 96px;
  margin-top: 4.8rem;
  margin-bottom: 96px;
  margin-bottom: 4.8rem;
}

.l-spacing-h-xlarge {
  margin-right: 96px;
  margin-right: 4.8rem;
  margin-left: 96px;
  margin-left: 4.8rem;
}

.l-spacing-t-xxlarge {
  margin-top: 128px;
  margin-top: 6.4rem;
}

.l-spacing-r-xxlarge {
  margin-right: 128px;
  margin-right: 6.4rem;
}

.l-spacing-b-xxlarge {
  margin-bottom: 128px;
  margin-bottom: 6.4rem;
}

.l-spacing-l-xxlarge {
  margin-left: 128px;
  margin-left: 6.4rem;
}

.l-spacing-v-xxlarge {
  margin-top: 128px;
  margin-top: 6.4rem;
  margin-bottom: 128px;
  margin-bottom: 6.4rem;
}

.l-spacing-h-xxlarge {
  margin-right: 128px;
  margin-right: 6.4rem;
  margin-left: 128px;
  margin-left: 6.4rem;
}

.form-reset-button {
  border: none;
  padding: 0;
  cursor: pointer;
  overflow: visible;
}

.form-reset-button::-moz-focus-inner {
  border: none;
  padding: 0;
}

html {
  font: 300 1.25em/1.4 "Akkurat", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

@media only screen and (max-width: 1680px) {
  html {
    font: 300 1.25em/1.4 "Akkurat", sans-serif;
  }
}
@media only screen and (max-width: 1078px) {
  html {
    font: 300 1.125em/1.4 "Akkurat", sans-serif;
  }
}
@media only screen and (max-width: 740px) {
  html {
    font: 300 1em/1.4 "Akkurat", sans-serif;
  }
}
a {
  text-decoration: none;
}

.t-title {
  margin: 0;
  font-weight: 700;
  font-style: normal;
}

.t-title--xlarge {
  font-size: 50px;
  font-size: 2.5rem;
  line-height: 1.2;
}

.t-title--large {
  font-size: 36px;
  font-size: 1.8rem;
  line-height: 1.3;
}

.t-title--medium {
  font-size: 30px;
  font-size: 1.5rem;
  line-height: 1.3;
}

.t-label {
  margin: 0;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 1rem;
  color: #5B5B5B;
}

.t-label--small {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 0.8rem;
}

.t-label--xsmall {
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  font-size: 0.65rem;
}

.t-date {
  margin: 0;
  font-size: 55px;
  font-size: 2.75rem;
}

.t-list {
  margin: 0;
  font-size: 42px;
  font-size: 2.1rem;
}

.t-lead {
  margin: 0;
  font-size: 28px;
  font-size: 1.4rem;
}

.t-lead--small {
  margin: 0;
  font-size: 20px;
  font-size: 1rem;
  color: #5B5B5B;
  font-weight: 700;
  font-style: normal;
}

.t-paragraph {
  font-weight: 300;
  font-style: normal;
  margin: 0;
  color: #5B5B5B;
  line-height: 1.5;
}

p.caption,
.t-caption {
  margin: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-size: 0.7rem;
}

.t-caption--bold {
  font-weight: 700;
  font-style: normal;
}

.t-quote, .t-content blockquote p, .section-quote .quote {
  margin: 0;
  font-family: "Droid Serif", serif;
  font-weight: 400;
  font-style: italic;
}

.t-quote:before, .t-content blockquote p:before, .section-quote .quote:before,
.t-quote:after, .t-content blockquote p:after, .section-quote .quote:after {
  display: inline-block;
  font-family: Georgia, serif;
  font-style: normal;
  font-size: 3em;
  line-height: 0;
  vertical-align: text-bottom;
}

.t-quote:before, .t-content blockquote p:before, .section-quote .quote:before {
  content: "“";
  margin-right: 0.2rem;
}

.t-quote:after, .t-content blockquote p:after, .section-quote .quote:after {
  content: "”";
  margin-left: 0.2rem;
}

.t-quote--large, .section-quote .quote {
  font-size: 45px;
  font-size: 2.25rem;
  line-height: 1.3;
  color: #5B5B5B;
}

.t-quote--large:before, .section-quote .quote:before, .t-quote--large:after,
.section-quote .quote:after {
  margin-bottom: -0.5rem;
  color: #000;
}

.t-quote--medium, .t-content blockquote p {
  font-size: 28px;
  font-size: 1.4rem;
}

.t-quote--medium:before, .t-content blockquote p:before, .t-quote--medium:after,
.t-content blockquote p:after {
  margin-bottom: -0.35rem;
}

.t-link, .t-content a {
  font-weight: 400;
  font-style: normal;
  margin: 0;
  color: #5B5B5B;
  line-height: 1.5;
  text-decoration: none;
  color: inherit;
  opacity: 1;
  transition: opacity 200ms;
}

.t-link:hover, .t-content a:hover {
  opacity: 0.7;
}

.t-link:hover .list-entry--img, .t-content a:hover .list-entry--img {
  opacity: 0.7;
}

.t-uppercase {
  text-transform: uppercase;
}

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

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

.t-content h2, .t-content h3, .t-content h4, .t-content p, .t-content blockquote,
.t-content ul, .t-content ol {
  margin: 0;
}

.t-content * :first-child {
  margin-top: 0;
}

.t-content > :last-child {
  margin-bottom: 0;
}

.t-content h2 {
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  font-size: 2.5rem;
  line-height: 1.2;
  margin: 96px 0 48px;
  margin: 4.8rem 0 2.4rem;
  text-align: center;
}

.t-content h3 {
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 80px 0 48px;
  margin: 4rem 0 2.4rem;
  text-align: center;
}

.t-content h4 {
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  font-size: 1.5rem;
  line-height: 1.3;
  margin: 64px 0 48px;
  margin: 3.2rem 0 2.4rem;
}

.t-content h5 {
  margin: 0;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 1rem;
  color: #5B5B5B;
  margin-bottom: 8px;
  margin-bottom: 0.4rem;
}

.t-content p {
  font-weight: 300;
  font-style: normal;
  margin: 0;
  color: #5B5B5B;
  line-height: 1.5;
  margin-bottom: 32px;
  margin-bottom: 1.6rem;
}

.t-content p.t-caption {
  color: #979797;
}

.t-content blockquote {
  width: 134.02778%;
  margin: 80px -122.5px;
  margin: 4rem -6.125rem;
}

@media only screen and (max-width: 1078px) {
  .t-content blockquote {
    width: 100%;
    margin: 80px 0;
    margin: 4rem 0;
  }
}
.navigation-wrap {
  float: right;
  font-size: 0.0001px;
}

.menu {
  padding: 0;
}

.menu-item {
  display: inline-block;
  padding: 0 16px;
  padding: 0 0.8rem;
  line-height: 80px;
  line-height: 4rem;
}

.menu-item a {
  transition: 200ms color linear;
}

.menu-item a:hover {
  color: currentColor;
}

.navigation-main a {
  color: #000;
  display: inline-block;
}

.navigation-main {
  float: left;
  height: 80px;
  height: 4rem;
}

@media only screen and (max-width: 850px) {
  .navigation-main {
    display: none;
  }
}
.navigation-main .menu-item {
  border-left: 1px solid #E2E2E2;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 0.8rem;
}

.current_page_item a,
.current_page_parent a {
  color: #fff !important;
}

.current_page_item a:hover,
.current_page_parent a:hover {
  color: #fff;
}

.navigation-main-mobile-wrap {
  display: none;
  height: 0;
  overflow: hidden;
  transition: 500ms height cubic-bezier(0.165, 0.84, 0.45, 1.59);
  border-top: 1px solid #E2E2E2;
}

@media only screen and (max-width: 850px) {
  .navigation-main-mobile-wrap {
    display: block;
  }
}
.nav-icon {
  display: none;
  position: relative;
  float: right;
  width: 24px;
  height: 24px;
  color: #000;
  top: 40px;
  top: 2rem;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media only screen and (max-width: 850px) {
  .nav-icon {
    display: block;
  }
}
.nav-icon:after,
.nav-icon:before {
  content: "";
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: 100ms -webkit-transform 0ms ease-out;
  transition: 100ms transform 0ms ease-out;
}

.nav-icon:after,
.nav-icon:before,
.nav-icon span {
  position: absolute;
  height: 2px;
  width: 18px;
  background: currentColor;
  overflow: hidden;
  left: 3px;
}

.nav-icon:before {
  top: 3px;
}

.nav-icon.close:before {
  -webkit-transform: translate(0, 8px) rotate(45deg);
  -ms-transform: translate(0, 8px) rotate(45deg);
  transform: translate(0, 8px) rotate(45deg);
  transition: 200ms -webkit-transform 0ms ease-out;
  transition: 200ms transform 0ms ease-out;
}

.nav-icon span {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 200ms width 0ms ease-out;
}

.nav-icon.close span {
  width: 0;
  transition: 100ms width 0ms ease-out;
}

.nav-icon:after {
  bottom: 3px;
}

.nav-icon.close:after {
  -webkit-transform: translate(0, -8px) rotate(-45deg);
  -ms-transform: translate(0, -8px) rotate(-45deg);
  transform: translate(0, -8px) rotate(-45deg);
  transition: 200ms -webkit-transform 0ms ease-out;
  transition: 200ms transform 0ms ease-out;
}

.navigation-main-mobile .menu {
  margin: 0;
}

.navigation-main-mobile .menu-item,
.navigation-main-mobile a {
  display: block;
}

.navigation-main-mobile a {
  position: relative;
  z-index: 2;
  color: #666;
}

.navigation-main-mobile .menu-item {
  position: relative;
  opacity: 0;
  -webkit-transform: translate(0, -15%);
  -ms-transform: translate(0, -15%);
  transform: translate(0, -15%);
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1), 100ms opacity linear;
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 100ms opacity linear;
  border: none;
}

.navigation-main-mobile .menu-item:nth-of-type(1) {
  transition-delay: 300ms;
}

.navigation-main-mobile .menu-item:nth-of-type(2) {
  transition-delay: 450ms;
}

.navigation-main-mobile .menu-item:nth-of-type(3) {
  transition-delay: 600ms;
}

.navigation-main-mobile .menu-item:nth-of-type(4) {
  transition-delay: 750ms;
}

.navigation-main-mobile .menu-item.current-menu-item:before {
  z-index: 1;
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  transition: 300ms width 950ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.navigation-main-mobile .menu-item.current-menu-item a {
  overflow: hidden;
  color: #000;
  transition: 200ms color 900ms linear;
}

.is-open .menu-item {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.is-open .menu-item.current-menu-item:before {
  width: 0%;
}

.is-open .menu-item.current-menu-item a {
  color: #fff;
}

.navigation-language {
  position: relative;
  border-left: 1px solid #E2E2E2;
  z-index: 7000;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  font-size: 0.65rem;
}

@media only screen and (max-width: 850px) {
  .navigation-language {
    border: none;
  }
}
.lang-item a,
.lang-chooser {
  padding: 0 32px;
  padding: 0 1.6rem;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  font-size: 0.65rem;
  line-height: 80px;
  line-height: 4rem;
  color: #979797;
  transition: color 200ms;
}

.lang-item a:hover,
.lang-chooser:hover {
  color: #000;
}

.page--home .lang-item a:hover,
.page--home .lang-chooser:hover {
  color: #979797;
}

.page--home .lang-item a,
.page--home .lang-chooser {
  color: #000;
}

.lang-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.lang-chooser {
  cursor: pointer;
}

.lang-chooser:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #979797;
  display: inline-block;
  margin-left: 8px;
  transition: border-top 200ms;
}

.lang-chooser:hover:after {
  border-top: 5px solid #000;
}

.current-lang a {
  color: #E2E2E2;
  cursor: default;
  pointer-events: none;
}

.navigation-language-list {
  display: none;
  background-color: #fff;
}

.navigation-language.is-active .navigation-language-list {
  display: block;
  width: 100%;
  position: absolute;
  top: 100%;
  right: 0;
  float: none;
}

.navigation-secondary-wrap {
  padding: 16px 16px 0 16px;
  padding: 0.8rem 0.8rem 0 0.8rem;
  overflow: hidden;
}

.navigation-secondary--link {
  padding: 16px;
  padding: 0.8rem;
  position: relative;
  display: block;
  text-align: center;
  border: solid rgba(0, 0, 0, 0.4);
  border-width: 2px 2px 4px;
  margin-bottom: -2px;
  overflow: hidden;
  margin-bottom: 16px;
  margin-bottom: 0.8rem;
}

.navigation-secondary--link span {
  position: relative;
  z-index: 2;
  color: #fff;
  transition: 200ms color 100ms linear;
}

.navigation-secondary--link:hover span {
  color: currentColor;
}

.navigation-secondary--link-prev:hover:before,
.navigation-secondary--link-next:hover:before {
  width: 100%;
}

.navigation-secondary--link-prev:hover:after {
  left: -25px;
}

.navigation-secondary--link-next:hover:after {
  right: -25px;
}

.navigation-secondary--link-prev:after,
.navigation-secondary--link-next:after,
.navigation-secondary--link-prev:before,
.navigation-secondary--link-next:before {
  content: "";
  display: block;
  position: absolute;
}

.navigation-secondary--link-prev:before,
.navigation-secondary--link-next:before {
  z-index: 1;
  top: 0;
  bottom: 0;
  background: #fff;
  width: 0;
  transition: 200ms width 100ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.navigation-secondary--link-next:before {
  left: 0;
}

.navigation-secondary--link-prev:before {
  right: 0;
}

.navigation-secondary--link-prev:after,
.navigation-secondary--link-next:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navigation-secondary--link-prev:after {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EUntitled%3C%2Ftitle%3E%3Cpath%20d%3D%22M11.71%2025l2.026-2.027-8.247-8.25h19.38v-2.868H5.49l8.246-8.248L11.71%201.58%200%2013.29%2011.71%2025%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  width: 25px;
  height: 25px;
  left: 32px;
  transition: 200ms left cubic-bezier(0.165, 0.84, 0.44, 1);
}

.navigation-secondary--link-next:after {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EUntitled%3C%2Ftitle%3E%3Cpath%20d%3D%22M13.29%200l-2.026%202.027%208.247%208.25H.13v2.868h19.38l-8.246%208.248%202.026%202.026L25%2011.71%2013.29%200%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  width: 25px;
  height: 25px;
  right: 32px;
  transition: 200ms right cubic-bezier(0.165, 0.84, 0.44, 1);
}

.navigation-content {
  color: #000;
  text-align: center;
  padding: 0 16px;
  padding: 0 0.8rem;
}

.navigation-content--line {
  position: relative;
  height: 11.2px;
  border-bottom: 1px solid #000;
}

.navigation-content-list {
  padding: 32px 16px;
  padding: 1.6rem 0.8rem;
}

.navigation-content--label {
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 11.2px;
  padding: 0 0.56rem;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 0.8rem;
}

.navigation-content--link {
  display: block;
  color: #000;
  transition: color 200ms;
}

.navigation-content--link:hover {
  color: #fff;
}

@media only screen and (max-width: 740px) {
  .navigation-content--link {
    padding: 16px 0;
    padding: 0.8rem 0;
  }
}
.navigation-category {
  font-size: 0.0001px;
}

.navigation-category .menu {
  text-align: left;
  padding: 32px 0 22px;
  padding: 1.6rem 0 1.1rem;
}

.navigation-category .cat-item-all,
.navigation-category .cat-item {
  display: inline-block;
  line-height: 80px;
  line-height: 4rem;
  padding: 0 10px 10px 0;
  padding: 0 0.5rem 0.5rem 0;
}

@media only screen and (max-width: 740px) {
  .navigation-category .cat-item-all,
  .navigation-category .cat-item {
    display: block;
    padding: 10px 0;
    padding: 0.5rem 0;
  }
  .navigation-category .cat-item-all:last-child,
  .navigation-category .cat-item:last-child {
    padding: 10px 0 20px;
    padding: 0.5rem 0 1rem;
  }
}
.navigation-category .current-cat a {
  background-color: transparent;
  color: #000;
  cursor: default;
  pointer-events: none;
}

.navigation-category a {
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  line-height: 32px;
  padding: 0 10px;
  padding: 0 0.5rem;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  font-size: 0.65rem;
  text-transform: uppercase;
  color: #247F8F;
  transition: color 200ms;
}

.navigation-category a:hover {
  color: #fff;
  transition: color 200ms;
}

@media only screen and (max-width: 740px) {
  .navigation-category a {
    text-align: center;
  }
}
.page--entrepreneurship .current_page_item,
.page--entrepreneurship .current_page_parent,
.page--entrepreneurship .navigation-secondary-wrap,
.page--entrepreneurship .navigation-content,
.page--entrepreneurship .navigation-content--label {
  background-color: #30648C;
}

.page--entrepreneurship .nav-icon,
.page--entrepreneurship .navigation-secondary--link {
  color: #30648C;
}

.navigation-main .link--entrepreneurship {
  color: #30648C;
}

.page--philanthropy .current_page_item,
.page--philanthropy .current_page_parent,
.page--philanthropy .navigation-secondary-wrap {
  background-color: #F8AF0D;
}

.page--philanthropy .nav-icon,
.page--philanthropy .navigation-secondary--link {
  color: #F8AF0D;
}

.navigation-main .link--philanthropy {
  color: #F8AF0D;
}

.page--science .current_page_item,
.page--science .current_page_parent,
.page--science .navigation-secondary-wrap,
.page--science .navigation-content,
.page--science .navigation-content--label {
  background-color: #F46400;
}

.page--science .nav-icon,
.page--science .navigation-secondary--link {
  color: #F46400;
}

.navigation-main .link--science {
  color: #F46400;
}

.page--biography .current_page_item,
.page--biography .current_page_parent,
.page--biography .navigation-secondary-wrap,
.page--biography .navigation-content,
.page--biography .navigation-content--label {
  background-color: #247F8F;
}

.page--biography .nav-icon,
.page--biography .navigation-secondary--link {
  color: #247F8F;
}

.navigation-main .link--biography {
  color: #247F8F;
}

.page--home .navigation-language {
  border-left: none;
}

.page--home .lang-chooser:after {
  border-top: 5px solid #000;
  transition: border-top 200ms;
}

.page--home .lang-chooser:hover:after {
  border-top: 5px solid #979797;
  transition: border-top 200ms;
}

.page--home .navigation-language-list {
  background-color: #E2E2E2;
}

.page--home .current-lang a {
  color: #979797;
}

.attn {
  padding: 10px;
  color: #c00;
  background-color: #f7d9d9;
  border: 1px solid #c00;
  position: relative;
}

.attn p {
  margin-bottom: 0;
}

/* Attention messages for old / no-js browsers */
.imgholder--l,
.illustration-link {
  margin-left: -190px !important;
  margin-right: -190px !important;
  display: inline-block;
}

@media only screen and (max-width: 1100px) {
  .imgholder--l,
  .illustration-link {
    margin-left: calc(360px - 50vw) !important;
    margin-right: calc(360px - 50vw) !important;
    width: 100vw;
  }
}
@media only screen and (max-width: 720px) {
  .imgholder--l,
  .illustration-link {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
  }
}
.page--entrepreneurship .t-content a, .page--entrepreneurship .t-content blockquote p {
  color: #30648C;
}

.page--entrepreneurship .t-content a:after {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2%2022V2h5V0H0v24h24v-7h-2v5H2zm9-22v2h9.586L6.293%2016.293l1.414%201.414L22%203.414V13h2V0H11z%22%20fill%3D%22%2330648C%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  width: 24px;
  height: 24px;
}

.page--science .t-content a, .page--science .t-content blockquote p {
  color: #F46400;
}

.page--science .t-content a:after {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2%2022V2h5V0H0v24h24v-7h-2v5H2zm9-22v2h9.586L6.293%2016.293l1.414%201.414L22%203.414V13h2V0H11z%22%20fill%3D%22%23F46400%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  width: 24px;
  height: 24px;
}

.page--philanthropy .t-content a, .page--philanthropy .t-content blockquote p {
  color: #F8AF0D;
}

.page--philanthropy .t-content a:after {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2%2022V2h5V0H0v24h24v-7h-2v5H2zm9-22v2h9.586L6.293%2016.293l1.414%201.414L22%203.414V13h2V0H11z%22%20fill%3D%22%23F8AF0D%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  width: 24px;
  height: 24px;
}

.page--biography .t-content a, .page--biography .t-content blockquote p {
  color: #247F8F;
}

.page--biography .t-content a:after {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2%2022V2h5V0H0v24h24v-7h-2v5H2zm9-22v2h9.586L6.293%2016.293l1.414%201.414L22%203.414V13h2V0H11z%22%20fill%3D%22%23247F8F%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  width: 24px;
  height: 24px;
}

.c-white {
  color: #fff;
}

.c-green {
  color: #247F8F;
}

.logo-link {
  position: absolute;
  top: 50%;
  left: 16px;
  left: 0.8rem;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.page--home .logo {
  color: #000;
  transition: color 200ms;
}

.page--home .logo:hover {
  color: #979797;
}

.logo {
  color: #979797;
  opacity: 1;
  transition: opacity 200ms;
}

.logo:hover {
  opacity: 0.7;
}

.image, .section-quote .image-author {
  width: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
}

.image--large, .section-quote .image-author {
  height: 620px;
  height: 31rem;
}

.image--medium {
  height: 458px;
  height: 22.9rem;
}

.hidden-image {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.section-content img.image--s {
  /* Für Logos und Buchcover */
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.timeline-container {
  padding: 96px 16px;
  padding: 4.8rem 0.8rem;
}

.timeline {
  position: relative;
}

.timeline-entry--category {
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #247F8F;
  display: inline-block;
  margin-bottom: 8px;
  margin-bottom: 0.4rem;
}

.timeline-entry--title {
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  font-size: 1.5rem;
  line-height: 1.3;
  margin: 0 0 8px;
  margin: 0 0 0.4rem;
}

.timeline-entry--text h2, .timeline-entry--text h3, .timeline-entry--text h4,
.timeline-entry--text h5, .timeline-entry--text h6 {
  margin: 0;
  font-size: 20px;
  font-size: 1rem;
  color: #5B5B5B;
  font-weight: 700;
  font-style: normal;
}

.timeline-entry--text p {
  font-weight: 300;
  font-style: normal;
  margin: 0;
  color: #5B5B5B;
  line-height: 1.5;
  font-size: 1rem;
}

.timeline-left-side {
  display: inline-block;
  width: 171px;
}

@media only screen and (max-width: 1078px) {
  .timeline-left-side {
    width: 154px;
  }
}
@media only screen and (max-width: 740px) {
  .timeline-left-side {
    width: 137px;
  }
}
.timeline-right-side {
  display: inline-block;
  font-size: 0.01px;
  padding: 0 0 128px 48px;
  padding: 0 0 6.4rem 2.4rem;
  box-sizing: border-box;
  float: right;
  top: 0;
  width: calc(100% - 171px);
  border-left: 1px solid #247F8F;
  box-shadow: -1px 0px 0px 0px #247F8F;
}

@media only screen and (max-width: 1078px) {
  .timeline-right-side {
    width: calc(100% - 154px);
  }
}
@media only screen and (max-width: 740px) {
  .timeline-right-side {
    width: calc(100% - 137px);
  }
}
.timeline-right-side:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 161px;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  background-color: #fff;
  box-shadow: inset 0 0 0 2px #247F8F;
}

@media only screen and (max-width: 1078px) {
  .timeline-right-side:after {
    left: 144px;
  }
}
@media only screen and (max-width: 740px) {
  .timeline-right-side:after {
    left: 127px;
  }
}
.timeline:first-of-type .timeline-left-side:before {
  content: "";
  position: absolute;
  top: 0;
  left: 161px;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
}

@media only screen and (max-width: 1078px) {
  .timeline:first-of-type .timeline-left-side:before {
    left: 144px;
  }
}
@media only screen and (max-width: 740px) {
  .timeline:first-of-type .timeline-left-side:before {
    left: 127px;
  }
}
.timeline:last-of-type .timeline-right-side:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 161px;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #247F8F;
}

@media only screen and (max-width: 1078px) {
  .timeline:last-of-type .timeline-right-side:before {
    left: 144px;
  }
}
@media only screen and (max-width: 740px) {
  .timeline:last-of-type .timeline-right-side:before {
    left: 127px;
  }
}
.timeline-entry--category + .timeline-entry--category:before {
  content: ",  ";
  margin-right: 8px;
  margin-right: 0.4rem;
}

.nav-timeline .nav-previous, .nav-timeline .nav-next {
  display: none;
}

.section-content li, .l-content li {
  font-weight: 300;
  font-style: normal;
  margin: 0;
  color: #5B5B5B;
  line-height: 1.5;
  list-style: none;
  position: relative;
}

.section-content li:last-child, .section-content li > :last-child,
.l-content li:last-child, .l-content li > :last-child {
  margin: 0;
}

.section-content ul, .l-content ul {
  margin: 64px;
  margin: 3.2rem;
  padding: 0 0 0 32px;
  padding: 0 0 0 1.6rem;
}

.section-content ul li, .l-content ul li {
  margin: 0 0 32px;
  margin: 0 0 1.6rem;
}

.section-content ul li:before, .l-content ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  border: 2px solid #979797;
  position: absolute;
  left: -32px;
  top: 14px;
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

.section-content ol, .l-content ol {
  padding: 0 0 0 48px;
  padding: 0 0 0 2.4rem;
  margin-bottom: 64px;
  margin-bottom: 3.2rem;
  counter-reset: item;
}

.section-content ol li, .l-content ol li {
  counter-increment: item;
  margin: 0 0 48px;
  margin: 0 0 2.4rem;
}

.section-content ol li:before, .l-content ol li:before {
  content: counter(item) " ";
  position: absolute;
  left: -48px;
  left: -2.4rem;
  top: -16px;
  margin: 0;
  font-size: 42px;
  font-size: 2.1rem;
}

.section-content .list-entry--img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-height: 250px;
  padding-bottom: 48px;
  padding-bottom: 2.4rem;
}

.list-entry:last-child {
  margin-bottom: 0;
}

.list-entry .t-link:after, .list-entry .t-content a:after, .t-content .list-entry a:after {
  display: none;
}

.section-quote {
  background-color: #E2E2E2;
}

.section-quote .quote-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 16px;
  padding-right: 0.8rem;
}

@media only screen and (max-width: 740px) {
  .section-quote .quote-wrap {
    position: static;
    left: 0;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 64px 16px;
    padding: 3.2rem 0.8rem;
  }
}
.section-quote .quote {
  margin-bottom: 80px;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 1680px) {
  .section-quote .quote {
    font-size: 28px;
    font-size: 1.4rem;
  }
  .section-quote .quote:before, .section-quote .quote:after {
    margin-bottom: -0.35rem;
  }
}
@media only screen and (max-width: 740px) {
  .section-quote .quote {
    margin-bottom: 48px;
    margin-bottom: 2.4rem;
  }
}
.section-quote .quote-author {
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 0.8rem;
}

@media only screen and (max-width: 1680px) {
  .section-quote .image-author {
    height: 458px;
    height: 22.9rem;
    background-size: auto 100%;
    background-position: bottom;
  }
}
@media only screen and (max-width: 740px) {
  .section-quote .image-author {
    background-position: 20%;
  }
}
.section-lead {
  padding: 80px 16px;
  padding: 4rem 0.8rem;
  box-shadow: inset 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
}

.page--entrepreneurship .section-lead {
  background-color: #30648C;
}

.page--philanthropy .section-lead {
  background-color: #F8AF0D;
}

.page--science .section-lead {
  background-color: #F46400;
}

.page--biography .section-lead {
  background-color: #247F8F;
}

.page--entrepreneurship .content-highlighted,
.page--entrepreneurship .highlight {
  background-color: #eaf0f4;
}

.page--entrepreneurship .content-highlighted ol li:before {
  color: #30648C;
}

.page--philanthropy .content-highlighted,
.page--philanthropy .highlight {
  background-color: #fef7e7;
}

.page--philanthropy .content-highlighted ol li:before {
  color: #F8AF0D;
}

.page--science .content-highlighted,
.page--science .highlight {
  background-color: #fef0e6;
}

.page--science .content-highlighted ol li:before {
  color: #F46400;
}

.page--biography .content-highlighted,
.page--biography .highlight {
  background-color: #e9f2f4;
}

.page--biography .content-highlighted ol li:before {
  color: #247F8F;
}

.section-content {
  padding-top: 96px;
  padding-top: 4.8rem;
}

.section-content:last-child {
  margin: 0;
}

.section-content .content-part-1,
.section-content .content-part-2,
.section-content .list-entries-wrap {
  padding: 0 16px 96px;
  padding: 0 0.8rem 4.8rem;
}

.section-content img {
  width: 100%;
  height: auto;
}

.section-content img.image--s {
  /* Für Logos und Buchcover */
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.section-content .specialitem {
  margin-top: 4rem;
}

.section-content .specialitem h4 {
  margin: 0 0 1.2rem 0;
  text-align: center;
}

.section-content .specialitem p.center {
  text-align: center;
}

.content-part-1 > :last-child,
.content-part-2 > :last-child,
.content-part-1 > :last-child > :last-child,
.content-part-2 > :last-child > :last-child {
  margin-bottom: 0;
}

.section-home-nav {
  position: relative;
  height: 0;
  padding-top: 1100px;
  padding-top: 55rem;
}

@media only screen and (max-width: 1680px) {
  .section-home-nav {
    padding-top: 800px;
    padding-top: 40rem;
  }
}
@media only screen and (max-width: 1078px) {
  .section-home-nav {
    padding-top: 590px;
    padding-top: 29.5rem;
  }
}
@media only screen and (max-width: 740px) {
  .section-home-nav {
    padding: 0;
    height: auto;
  }
}
.nav-list--title {
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  font-size: 2.5rem;
  line-height: 1.2;
  margin: 0 0 48px;
  margin: 0 0 2.4rem;
}

@media only screen and (max-width: 1078px) {
  .nav-list--title {
    margin: 0;
  }
}
@media only screen and (max-width: 1078px) {
  .nav-list--title {
    font-size: 36px;
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
.nav-list--paragraph {
  font-weight: 300;
  font-style: normal;
  margin: 0;
  color: #5B5B5B;
  line-height: 1.5;
  color: inherit;
}

.no-cssclippathpolygon .nav-list--item {
  position: absolute;
  height: 50%;
  width: 50%;
  overflow: hidden;
}

@media only screen and (max-width: 740px) {
  .no-cssclippathpolygon .nav-list--item {
    position: relative;
    width: 100%;
    height: item-height--mobile;
  }
}
.no-cssclippathpolygon .nav-list--item-1 {
  top: 0;
  left: 0;
  background-color: #30648C;
}

.no-cssclippathpolygon .nav-list--item-2 {
  top: 0;
  right: 0;
  background-color: #F8AF0D;
}

.no-cssclippathpolygon .nav-list--item-3 {
  bottom: 0;
  left: 0;
  background-color: #F46400;
}

.no-cssclippathpolygon .nav-list--item-4 {
  bottom: 0;
  right: 0;
  background-color: #247F8F;
}

.no-cssclippathpolygon .nav-list--image-wrap-1, .no-cssclippathpolygon .nav-list--image-wrap-2,
.no-cssclippathpolygon .nav-list--image-wrap-3, .no-cssclippathpolygon .nav-list--image-wrap-4 {
  background-image: none;
}

.no-cssclippathpolygon .nav-list--image {
  position: absolute;
  height: 200%;
}

@media only screen and (max-width: 740px) {
  .no-cssclippathpolygon .nav-list--image {
    height: 300%;
  }
}
.no-cssclippathpolygon .nav-list--image-1 {
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.no-cssclippathpolygon .nav-list--image-2 {
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.no-cssclippathpolygon .nav-list--image-3 {
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.no-cssclippathpolygon .nav-list--image-4 {
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 740px) {
  .no-cssclippathpolygon .nav-list--image-1, .no-cssclippathpolygon .nav-list--image-2,
  .no-cssclippathpolygon .nav-list--image-3, .no-cssclippathpolygon .nav-list--image-4 {
    left: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(-50%, -5%);
    -ms-transform: translate(-50%, -5%);
    transform: translate(-50%, -5%);
  }
}
.no-cssclippathpolygon .nav-list--text {
  z-index: 10;
  position: absolute;
  max-width: 620px;
  padding: 80px;
  padding: 4rem;
  box-sizing: border-box;
  color: #fff;
}

@media only screen and (max-width: 1078px) {
  .no-cssclippathpolygon .nav-list--text {
    right: 0;
    left: 0;
    padding: 80px 0;
    padding: 4rem 0;
    text-align: center;
    height: 100%;
  }
}
@media only screen and (max-width: 740px) {
  .no-cssclippathpolygon .nav-list--text {
    position: relative;
    padding: 16px 32px 96px;
    padding: 0.8rem 1.6rem 4.8rem;
  }
}
.no-cssclippathpolygon .nav-list--text-1 {
  right: 0;
  top: 0;
}

.no-cssclippathpolygon .nav-list--text-2 {
  left: 0;
  top: 0;
}

.no-cssclippathpolygon .nav-list--text-3 {
  right: 0;
  bottom: 0;
}

.no-cssclippathpolygon .nav-list--text-4 {
  left: 0;
  bottom: 0;
}

.no-cssclippathpolygon .nav-list--link {
  text-decoration: none;
  color: inherit;
}

.no-cssclippathpolygon .nav-list--link:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: opacity 200ms;
}

.no-cssclippathpolygon .nav-list--link:hover:after {
  opacity: 1;
}

.cssclippathpolygon .nav-list--item {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: -webkit-clip-path 0.3s ease-out;
  -webkit-transition: -webkit-clip-path 0.3s ease-out;
}

.cssclippathpolygon .nav-list--item-1 {
  background-color: #30648C;
  clip-path: polygon(0 0, 50% 0, 50% 50%, 0 50%);
  -webkit-clip-path: polygon(0 0, 50% 0, 50% 50%, 0 50%);
}

.cssclippathpolygon .nav-list--item-2 {
  background-color: #F8AF0D;
  clip-path: polygon(50% 0, 100% 0, 100% 50%, 50% 50%);
  -webkit-clip-path: polygon(50% 0, 100% 0, 100% 50%, 50% 50%);
}

.cssclippathpolygon .nav-list--item-3 {
  background-color: #F46400;
  clip-path: polygon(0 50%, 50% 50%, 50% 100%, 0 100%);
  -webkit-clip-path: polygon(0 50%, 50% 50%, 50% 100%, 0 100%);
}

.cssclippathpolygon .nav-list--item-4 {
  background-color: #247F8F;
  clip-path: polygon(50% 50%, 100% 50%, 100% 100%, 50% 100%);
  -webkit-clip-path: polygon(50% 50%, 100% 50%, 100% 100%, 50% 100%);
}

@media only screen and (max-width: 740px) {
  .cssclippathpolygon .nav-list--item {
    position: relative;
    width: 100%;
    height: 130px;
  }
  .cssclippathpolygon .nav-list--item-1, .cssclippathpolygon .nav-list--item-2,
  .cssclippathpolygon .nav-list--item-3, .cssclippathpolygon .nav-list--item-4 {
    -webkit-clip-path: none;
    clip-path: none;
  }
  .cssclippathpolygon .nav-list--item-1:hover, .cssclippathpolygon .nav-list--item-2:hover,
  .cssclippathpolygon .nav-list--item-3:hover, .cssclippathpolygon .nav-list--item-4:hover {
    -webkit-clip-path: none;
    clip-path: none;
  }
}
@media only screen and (min-width: 741px) {
  .cssclippathpolygon .nav-list.top-left .nav-list--item-1 {
    clip-path: polygon(0 0, 54% 0, 54% 54%, 0 54%);
    -webkit-clip-path: polygon(0 0, 54% 0, 54% 54%, 0 54%);
  }
  .cssclippathpolygon .nav-list.top-left .nav-list--item-2 {
    clip-path: polygon(54% 0, 100% 0, 100% 54%, 54% 54%);
    -webkit-clip-path: polygon(54% 0, 100% 0, 100% 54%, 54% 54%);
  }
  .cssclippathpolygon .nav-list.top-left .nav-list--item-3 {
    clip-path: polygon(0 54%, 54% 54%, 54% 100%, 0 100%);
    -webkit-clip-path: polygon(0 54%, 54% 54%, 54% 100%, 0 100%);
  }
  .cssclippathpolygon .nav-list.top-left .nav-list--item-4 {
    clip-path: polygon(54% 54%, 100% 54%, 100% 100%, 54% 100%);
    -webkit-clip-path: polygon(54% 54%, 100% 54%, 100% 100%, 54% 100%);
  }
  .cssclippathpolygon .nav-list.top-left .nav-list--item-2 .nav-list--text,
  .cssclippathpolygon .nav-list.top-left .nav-list--item-3 .nav-list--text,
  .cssclippathpolygon .nav-list.top-left .nav-list--item-4 .nav-list--text {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.95rem;
    padding: 80px 128px;
    padding: 4rem 6.4rem;
  }
}
@media only screen and (min-width: 741px) and (max-width: 1078px) {
  .cssclippathpolygon .nav-list.top-left .nav-list--item-2 .nav-list--text,
  .cssclippathpolygon .nav-list.top-left .nav-list--item-3 .nav-list--text,
  .cssclippathpolygon .nav-list.top-left .nav-list--item-4 .nav-list--text {
    padding: 80px 0;
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 741px) {
  .cssclippathpolygon .nav-list.top-right .nav-list--item-1 {
    clip-path: polygon(0 0, 46% 0, 46% 54%, 0 54%);
    -webkit-clip-path: polygon(0 0, 46% 0, 46% 54%, 0 54%);
  }
  .cssclippathpolygon .nav-list.top-right .nav-list--item-2 {
    clip-path: polygon(46% 0, 100% 0, 100% 54%, 46% 54%);
    -webkit-clip-path: polygon(46% 0, 100% 0, 100% 54%, 46% 54%);
  }
  .cssclippathpolygon .nav-list.top-right .nav-list--item-3 {
    clip-path: polygon(0 54%, 46% 54%, 46% 100%, 0 100%);
    -webkit-clip-path: polygon(0 54%, 46% 54%, 46% 100%, 0 100%);
  }
  .cssclippathpolygon .nav-list.top-right .nav-list--item-4 {
    clip-path: polygon(46% 54%, 100% 54%, 100% 100%, 46% 100%);
    -webkit-clip-path: polygon(46% 54%, 100% 54%, 100% 100%, 46% 100%);
  }
  .cssclippathpolygon .nav-list.top-right .nav-list--item-1 .nav-list--text,
  .cssclippathpolygon .nav-list.top-right .nav-list--item-3 .nav-list--text,
  .cssclippathpolygon .nav-list.top-right .nav-list--item-4 .nav-list--text {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.95rem;
    padding: 80px 128px;
    padding: 4rem 6.4rem;
  }
}
@media only screen and (min-width: 741px) and (max-width: 1078px) {
  .cssclippathpolygon .nav-list.top-right .nav-list--item-1 .nav-list--text,
  .cssclippathpolygon .nav-list.top-right .nav-list--item-3 .nav-list--text,
  .cssclippathpolygon .nav-list.top-right .nav-list--item-4 .nav-list--text {
    padding: 80px 0;
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 741px) {
  .cssclippathpolygon .nav-list.bottom-left .nav-list--item-1 {
    clip-path: polygon(0 0, 54% 0, 54% 46%, 0 46%);
    -webkit-clip-path: polygon(0 0, 54% 0, 54% 46%, 0 46%);
  }
  .cssclippathpolygon .nav-list.bottom-left .nav-list--item-2 {
    clip-path: polygon(54% 0, 100% 0, 100% 46%, 54% 46%);
    -webkit-clip-path: polygon(54% 0, 100% 0, 100% 46%, 54% 46%);
  }
  .cssclippathpolygon .nav-list.bottom-left .nav-list--item-3 {
    clip-path: polygon(0 46%, 54% 46%, 54% 100%, 0 100%);
    -webkit-clip-path: polygon(0 46%, 54% 46%, 54% 100%, 0 100%);
  }
  .cssclippathpolygon .nav-list.bottom-left .nav-list--item-4 {
    clip-path: polygon(54% 46%, 100% 46%, 100% 100%, 54% 100%);
    -webkit-clip-path: polygon(54% 46%, 100% 46%, 100% 100%, 54% 100%);
  }
  .cssclippathpolygon .nav-list.bottom-left .nav-list--item-1 .nav-list--text,
  .cssclippathpolygon .nav-list.bottom-left .nav-list--item-2 .nav-list--text,
  .cssclippathpolygon .nav-list.bottom-left .nav-list--item-4 .nav-list--text {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.95rem;
    padding: 80px 128px;
    padding: 4rem 6.4rem;
  }
}
@media only screen and (min-width: 741px) and (max-width: 1078px) {
  .cssclippathpolygon .nav-list.bottom-left .nav-list--item-1 .nav-list--text,
  .cssclippathpolygon .nav-list.bottom-left .nav-list--item-2 .nav-list--text,
  .cssclippathpolygon .nav-list.bottom-left .nav-list--item-4 .nav-list--text {
    padding: 80px 0;
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 741px) {
  .cssclippathpolygon .nav-list.bottom-right .nav-list--item-1 {
    clip-path: polygon(0 0, 46% 0, 46% 46%, 0 46%);
    -webkit-clip-path: polygon(0 0, 46% 0, 46% 46%, 0 46%);
  }
  .cssclippathpolygon .nav-list.bottom-right .nav-list--item-2 {
    clip-path: polygon(46% 0, 100% 0, 100% 46%, 46% 46%);
    -webkit-clip-path: polygon(46% 0, 100% 0, 100% 46%, 46% 46%);
  }
  .cssclippathpolygon .nav-list.bottom-right .nav-list--item-3 {
    clip-path: polygon(0 46%, 46% 46%, 46% 100%, 0 100%);
    -webkit-clip-path: polygon(0 46%, 46% 46%, 46% 100%, 0 100%);
  }
  .cssclippathpolygon .nav-list.bottom-right .nav-list--item-4 {
    clip-path: polygon(46% 46%, 100% 46%, 100% 100%, 46% 100%);
    -webkit-clip-path: polygon(46% 46%, 100% 46%, 100% 100%, 46% 100%);
  }
  .cssclippathpolygon .nav-list.bottom-right .nav-list--item-1 .nav-list--text,
  .cssclippathpolygon .nav-list.bottom-right .nav-list--item-2 .nav-list--text,
  .cssclippathpolygon .nav-list.bottom-right .nav-list--item-3 .nav-list--text {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.95rem;
    padding: 80px 128px;
    padding: 4rem 6.4rem;
  }
}
@media only screen and (min-width: 741px) and (max-width: 1078px) {
  .cssclippathpolygon .nav-list.bottom-right .nav-list--item-1 .nav-list--text,
  .cssclippathpolygon .nav-list.bottom-right .nav-list--item-2 .nav-list--text,
  .cssclippathpolygon .nav-list.bottom-right .nav-list--item-3 .nav-list--text {
    padding: 80px 0;
    padding: 4rem 0;
  }
}
.cssclippathpolygon .nav-list--image-wrap {
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1078px) {
  .cssclippathpolygon .nav-list--image-wrap {
    background-size: 100%;
  }
}
.cssclippathpolygon .nav-list--image-wrap-1 {
  background-image: url("/media/home-01-watch.jpg");
}

.cssclippathpolygon .nav-list--image-wrap-2 {
  background-image: url("/media/home-02-globe.jpg");
}

.cssclippathpolygon .nav-list--image-wrap-3 {
  background-image: url("/media/home-03-magnify.jpg");
}

.cssclippathpolygon .nav-list--image-wrap-4 {
  background-image: url("/media/home-04-lens.jpg");
}

@media only screen and (max-width: 740px) {
  .cssclippathpolygon .nav-list--image-wrap-1, .cssclippathpolygon .nav-list--image-wrap-2,
  .cssclippathpolygon .nav-list--image-wrap-3, .cssclippathpolygon .nav-list--image-wrap-4 {
    background-image: none;
  }
}
.cssclippathpolygon .nav-list--image {
  position: absolute;
  left: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  height: 300%;
  -webkit-transform: translate(-50%, -5%);
  -ms-transform: translate(-50%, -5%);
  transform: translate(-50%, -5%);
}

@media only screen and (min-width: 741px) {
  .cssclippathpolygon .nav-list--image {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
.cssclippathpolygon .nav-list--link {
  text-decoration: none;
  color: inherit;
}

.cssclippathpolygon .nav-list--text {
  z-index: 20;
  position: absolute;
  max-width: 620px;
  padding: 80px;
  padding: 4rem;
  transition: color 200ms, font-size 0.3s ease-out, padding 0.3s;
}

@media only screen and (max-width: 1078px) {
  .cssclippathpolygon .nav-list--text {
    right: 0;
    left: 0;
    padding: 80px 0;
    padding: 4rem 0;
    text-align: center;
    height: auto;
  }
}
@media only screen and (max-width: 740px) {
  .cssclippathpolygon .nav-list--text {
    top: 0;
    padding: 16px 32px 96px;
    padding: 0.8rem 1.6rem 4.8rem;
  }
}
.cssclippathpolygon .nav-list--text-1 {
  right: 50%;
  top: 0;
}

.cssclippathpolygon .nav-list--text-2 {
  left: 50%;
  top: 0;
}

.cssclippathpolygon .nav-list--text-3 {
  right: 50%;
  bottom: 0;
}

.cssclippathpolygon .nav-list--text-4 {
  left: 50%;
  bottom: 0;
}

@media only screen and (max-width: 740px) {
  .cssclippathpolygon .nav-list--text-1, .cssclippathpolygon .nav-list--text-2,
  .cssclippathpolygon .nav-list--text-3, .cssclippathpolygon .nav-list--text-4 {
    left: 0;
    right: 0;
  }
}
.content-highlighted {
  padding: 80px 16px 96px;
  padding: 4rem 0.8rem 4.8rem;
  margin-bottom: 96px;
  margin-bottom: 4.8rem;
}

.content-highlighted > :last-child, .content-highlighted > :last-child > :last-child {
  margin-bottom: 0;
}

h2 + .collapsible {
  margin-top: 0.5em;
}

.collapsible__title {
  border-top: 1px solid #999;
  padding: 8px 40px 8px 0;
  position: relative;
}
.collapsible__title:after {
  content: "+";
  display: block;
  position: absolute;
  top: 6px;
  right: 0;
}
.collapsible__title:hover {
  color: #666;
  cursor: pointer;
}

.t-content h3.collapsible__title {
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 1.4;
  text-align: left;
  margin: 0;
}

.collapsible__content {
  display: none;
  padding: 0 40px 2em 0;
}

.collapsible.is-open .collapsible__content {
  display: block;
}

.collapsible.is-open .collapsible__title:after {
  content: "–";
}

@media (min-width: 600px) {
  .collapsible__title {
    font-size: 18px;
  }
  .collapsible__content p {
    font-size: 18px;
  }
}
.specialitem {
  border: 1px solid #e2e2e2;
  background: #f6f6f6;
  padding: 1em;
  border-radius: 1em;
}

.specialitem p:last-child {
  margin-bottom: 0;
}

.specialitem__bookcover {
  border: 1px solid #e2e2e2;
}

.page--science .subnav {
  background: rgba(244, 100, 0, 0.5);
}
.page--science .subnav .subnav__link:hover {
  background-color: #fef0e6;
}

.page--entrepreneurship .subnav {
  background: rgba(48, 100, 140, 0.5);
}
.page--entrepreneurship .subnav .subnav__link:hover {
  background-color: #eaf0f4;
}

.page--philanthropy .subnav {
  background: rgba(248, 175, 13, 0.5);
}
.page--philanthropy .subnav .subnav__link:hover {
  background-color: #fef7e7;
}

.page--biography .subnav {
  background: rgba(36, 127, 143, 0.5);
}
.page--biography .subnav .subnav__link:hover {
  background-color: #e9f2f4;
}

.subnav {
  margin-top: 0;
}

.subnav__list {
  margin-top: 0;
  border-top: 1px solid #FFF;
}

.subnav__item:not(:last-child) {
  border-bottom: 1px solid #FFF;
}

.subnav__link {
  color: #000;
  display: block;
  padding: 1em 0.8em;
}

@media (min-width: 756px) {
  .subnav {
    border-top: 1px solid #FFF;
  }
  .subnav__list {
    border-top: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .subnav__list--triple {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .subnav__item:not(:last-child),
  .subnav__item {
    border: none;
    border-right: 1px solid #FFF;
    text-align: center;
  }
}
.footer {
  background-color: #000;
  color: #fff;
  overflow: hidden;
  padding: 48px 16px;
  padding: 2.4rem 0.8rem;
}

.footer p,
.footer ul {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5em;
  margin: 0 0 1.5em 0;
  font-size: 16px;
  line-height: 1.5em;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer a {
  color: #FFF;
}
.footer a:hover {
  color: #ccc;
}

.footer h4 {
  border-bottom: 1px solid #666;
  margin-bottom: 0.5em;
}

.footer-bottom {
  margin-top: 32px;
  border-top: 1px solid #666;
  padding-top: 0.5em;
}
.footer-bottom p {
  font-size: 14px;
  margin: 0;
  color: #CCC;
}
.footer-bottom a {
  color: #ccc;
}
.footer-bottom a:hover {
  color: #666;
}

@media only screen and (max-width: 740px) {
  .footer-column {
    margin: 0 0 16px;
    margin: 0 0 0.8rem;
  }
  .footer-column:last-child {
    margin: 0;
  }
}
/* Navigation Menu - Background */
.ham-navigation {
  /* critical sizing and position styles */
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  padding-left: 0;
  margin-top: 0;
  /* non-critical appearance styles */
  list-style: none;
  background: #111;
}

/* Navigation Menu - List items */
.nav-item {
  /* non-critical appearance styles */
  width: 250px;
  border-top: 1px solid #111;
  border-bottom: 1px solid #000;
}

.nav-item a {
  /* non-critical appearance styles */
  display: block;
  padding: 1em;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  color: white;
  font-size: 1.2em;
  text-decoration: none;
  transition: color 0.2s, background 0.5s;
}

.nav-item a:hover {
  color: #c74438;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0) 0%, rgba(75, 20, 20, 0.65) 100%);
}

/* Site Wrapper - Everything that isn't navigation */
.site-wrap {
  /* Critical position and size styles */
  min-height: 100%;
  min-width: 100%;
  background-color: white; /* Needs a background or else the nav will show through */
  position: relative;
  top: 0;
  bottom: 100%;
  left: 0;
  z-index: 1;
  /* non-critical apperance styles */
  padding: 0;
  background-image: linear-gradient(135deg, rgb(254, 255, 255) 0%, rgb(221, 241, 249) 35%, rgb(160, 216, 239) 100%);
  background-size: 200%;
}

/* Nav Trigger */
.nav-trigger {
  /* critical styles - hide the checkbox input */
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

label[for=nav-trigger] {
  /* critical positioning styles */
  position: fixed;
  left: 15px;
  top: 15px;
  z-index: 2;
  /* non-critical apperance styles */
  height: 30px;
  width: 30px;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='30px' height='30px' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'><rect width='30' height='6'/><rect y='24' width='30' height='6'/><rect y='12' width='30' height='6'/></svg>");
  background-size: contain;
}

/* Make the Magic Happen */
.nav-trigger + label, .site-wrap {
  transition: left 0.2s;
}

.nav-trigger:checked + label {
  left: 265px;
}

.nav-trigger:checked ~ .site-wrap {
  left: 250px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
}

body {
  /* Without this, the body has excess horizontal scroll when the menu is open */
  overflow-x: hidden;
}

.home .l-site-header {
  padding-left: 50px;
}

@media print {
  *, * :before, * :after {
    background: transparent !important;
    color: #000 !important;
    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) ")";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
.section-content {
  padding-bottom: 4.8rem;
}

.l-column-width {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}

.highlight .l-spacing-b-small {
  margin-bottom: 0;
  padding-bottom: 2.4rem;
}

.highlight + .l-column-width,
.l-column-width + .highlight {
  padding-top: 2.4rem;
}

.h-colored-bar {
  height: 20px;
  box-shadow: inset 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
}

.page--entrepreneurship .h-colored-bar {
  background-color: #30648C;
}

.page--philanthropy .h-colored-bar {
  background-color: #F8AF0D;
}

.page--science .h-colored-bar {
  background-color: #F46400;
}

.page--biography .h-colored-bar {
  background-color: #247F8F;
}

@media (min-width: 851px) {
  .h-colored-bar {
    height: 30px;
  }
}
.section-intro {
  background: #FFF;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #000;
}
.section-intro h1 {
  margin-top: 0;
}
