/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

/* PrismJS 1.19.0
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript+csharp */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */
code[class*="language-"],
pre[class*="language-"] {
  color: black;
  background: none;
  text-shadow: 0 1px white;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}

pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
  text-shadow: none;
  background: #b3d4fc;
}

@media print {
  code[class*="language-"],
  pre[class*="language-"] {
    text-shadow: none;
  }
}

/* Code blocks */
pre[class*="language-"] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #f5f2f0;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}

.token.punctuation {
  color: #999;
}

.token.namespace {
  opacity: .7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #9a6e3a;
  background: rgba(255, 255, 255, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}

.token.function,
.token.class-name {
  color: #DD4A68;
}

.token.regex,
.token.important,
.token.variable {
  color: #e90;
}

.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  color: #001F31;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  line-height: 150%;
  background: #F8FFF5;
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

main {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

main::before, main::after {
  content: '';
  display: block;
  height: 80px;
}

h1, h2, h3, h4, h5, h6 {
  color: #001F31;
  text-transform: uppercase;
  text-decoration: none;
}

a {
  color: #0A3738;
  text-decoration: none;
  font-weight: 700;
}

a, a:active, a:visited {
  text-decoration: none;
  color: #0A3738;
}

a:hover {
  text-decoration: none;
  color: #ACD18D;
}

abbrv {
  font-style: italic;
}

body > header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  z-index: 99;
}

#logo {
  background: #0A3738;
  display: inline-block;
  position: absolute;
}

@media only screen and (min-width: 1391px) {
  #logo {
    top: 0;
    left: 0;
    width: 600px;
    height: 80px;
  }
}

@media only screen and (max-width: 1390px) {
  #logo {
    top: 0;
    left: 0;
    width: 320px;
    height: 80px;
  }
}

#logo .background {
  position: absolute;
  z-index: 98;
}

@media only screen and (min-width: 1391px) {
  #logo .background {
    top: 5px;
    left: 0;
    width: 600px;
    height: auto;
  }
}

@media only screen and (min-width: 469px) and (max-width: 1390px) {
  #logo .background {
    top: 30px;
    left: 0;
    width: 400px;
    height: auto;
  }
}

@media only screen and (max-width: 468px) {
  #logo .background {
    top: 30px;
    left: -80px;
    width: 400px;
    height: auto;
  }
}

#logo .foreground {
  position: absolute;
  z-index: 99;
}

@media only screen and (min-width: 1391px) {
  #logo .foreground {
    top: 0;
    left: 147px;
    width: 320px;
    height: auto;
  }
}

@media only screen and (min-width: 469px) and (max-width: 1390px) {
  #logo .foreground {
    top: 15px;
    left: 94px;
    width: 225px;
    height: auto;
  }
}

@media only screen and (max-width: 468px) {
  #logo .foreground {
    top: 15px;
    left: 15px;
    width: 225px;
    height: auto;
  }
}

#logo map {
  display: inline;
}

#navigation-toggle {
  position: absolute;
  top: 16px;
  right: 10px;
  padding: 8px;
  width: 45px;
  height: 45px;
}

@media only screen and (min-width: 1391px) {
  #navigation-toggle {
    display: none;
  }
}

@media only screen and (max-width: 1390px) {
  #navigation-toggle {
    display: block;
  }
}

#navigation-toggle, #navigation-toggle:active {
  color: #D1E4C2;
  border: 2px solid transparent;
}

#navigation-toggle.on {
  border: 2px solid #D1E4C2;
}

#navigation-toggle:hover {
  border: 2px solid #D1E4C2;
}

header nav {
  background: #0A3738;
  display: inline-block;
  position: absolute;
}

@media only screen and (min-width: 1391px) {
  header nav {
    top: 0;
    left: 570px;
    right: 0;
    margin: 0 auto;
    width: auto;
    height: 80px;
  }
}

@media only screen and (max-width: 1390px) {
  header nav {
    left: 320px;
    right: 0;
    width: auto;
    height: 80px;
  }
}

.base-navigation-link {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #D1E4C2;
}

@media only screen and (max-width: 1390px) {
  .base-navigation-link {
    white-space: nowrap;
  }
}

.base-navigation-link:active, .base-navigation-link:visited {
  color: #D1E4C2;
}

.base-navigation-link:hover {
  color: #ECF4E5;
}

@media only screen and (min-width: 1391px) {
  .base-navigation-menu {
    background: transparent;
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
  }
}

@media only screen and (max-width: 1390px) {
  .base-navigation-menu {
    display: none;
    background: #0A3738;
    padding: 8px;
    position: absolute;
    top: 100%;
    right: 0;
  }
}

.base-navigation-menu.visible {
  display: block;
}

@media only screen and (min-width: 1391px) {
  .base-navigation-element {
    display: inline-block;
    padding: 0 12px;
  }
}

@media only screen and (max-width: 1390px) {
  .base-navigation-element {
    display: block;
    padding: 8px 8px;
  }
}

.hover-menu {
  display: none;
}

#consent-banner {
  display: none;
  background: #0D5151;
  font-weight: 600;
  font-size: 12px;
  text-transform: none;
  text-align: center;
  height: 60px;
  margin-top: 80px;
  width: 100%;
  height: auto;
}

#consent-banner.visible {
  display: block;
  visibility: visible !important;
}

#consent-banner > div {
  margin: 0 auto;
  padding: 1rem;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (min-width: 1391px) {
  #consent-banner > div {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
}

@media only screen and (max-width: 1390px) {
  #consent-banner > div {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-top: 3rem;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
}

#consent-banner .text-container {
  display: inline-block;
  padding-right: 0;
  color: #FFFFFF;
}

#consent-banner a, #consent-banner a:active, #consent-banner a:visited {
  text-decoration: none;
  color: #D1E4C2;
}

#consent-banner a:hover {
  text-decoration: none;
  color: #ECF4E5;
}

#consent-banner .buttons-container {
  display: inline-block;
  padding: 4px;
  font-size: 80%;
  margin: 0;
  line-height: inherit;
}

#consent-banner .button {
  display: inline-block;
  padding: 8px 8px;
}

body > footer {
  color: #ffffff;
  background: #1E4747;
  font-size: 14px;
  margin-top: -80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  z-index: 99;
}

@media only screen and (min-width: 1391px) {
  .mobile {
    display: none;
  }
}

@media only screen and (max-width: 1390px) {
  .desktop {
    display: none;
  }
}

.section.dark {
  background: #EEF5EB;
  padding: 80px 0;
}

.section.dark::after {
  background: url("../img/bg/section-light.png") bottom left repeat-x;
  position: relative;
  z-index: 1;
  display: block;
  content: '';
  margin-top: 16px;
  height: 90px;
  margin-bottom: -120px;
}

.section.dark.first {
  background: #EEF5EB;
  padding-bottom: 80px;
}

.section.dark.last {
  background: #EEF5EB;
  padding: 80px 0;
}

.section.dark.last::after {
  background: initial;
  position: initial;
  z-index: initial;
  display: initial;
  content: initial;
  margin-top: initial;
  height: initial;
  margin-bottom: initial;
}

.section.light {
  background: #F8FFF5;
  padding: 80px 0;
}

.section.light::after {
  background: url("../img/bg/section-lighter.png") bottom left repeat-x;
  position: relative;
  z-index: 1;
  display: block;
  content: '';
  margin-top: 16px;
  height: 90px;
  margin-bottom: -120px;
}

.section.light.first {
  background: #F8FFF5;
  padding-bottom: 80px;
}

.section.light.last {
  background: #F8FFF5;
  padding: 80px 0;
}

.section.light.last::after {
  background: initial;
  position: initial;
  z-index: initial;
  display: initial;
  content: initial;
  margin-top: initial;
  height: initial;
  margin-bottom: initial;
}

#spotlight {
  display: block;
  width: 100%;
}

#spotlight > img {
  display: block;
  position: absolute;
  width: 100%;
  height: 256px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

#spotlight > div {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  height: 256px;
}

@media only screen and (min-width: 469px) and (max-width: 1024px) {
  #spotlight > div {
    max-width: 90%;
    padding: 0 5%;
  }
}

@media only screen and (max-width: 468px) {
  #spotlight > div {
    max-width: 90%;
    padding: 0 5%;
  }
}

#spotlight > div .textarea {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 32px;
  padding: 16px;
}

#spotlight > div .textarea h1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 130%;
  color: #ffffff;
}

#spotlight > div .textarea p {
  font-size: 22px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}

#spotlight > div .textarea a {
  font-size: 22px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0;
}

#spotlight > div .textarea a:active, #spotlight > div .textarea a:visited {
  color: #ffffff;
}

#spotlight > div .textarea a:hover {
  color: #aeaeae;
}

.avatar {
  width: 170px;
  height: auto;
}

.avatar div {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 170px;
  height: 170px;
  border-radius: 50%;
}

.avatar div img {
  position: absolute;
  top: 50%;
  right: 0;
  width: 70%;
  -webkit-transform: translate(0%, -42%);
          transform: translate(0%, -42%);
}

.avatar figcaption {
  text-align: center;
}

.avatar.dark div {
  background: #1B665D;
}

.avatar.light div {
  background: #F8FFF5;
}

.avatar.lamp div img {
  width: 70%;
  -webkit-transform: translate(0%, -42%);
          transform: translate(0%, -42%);
}

.avatar.chart div img {
  width: 80%;
  -webkit-transform: translate(0%, -42%);
          transform: translate(0%, -42%);
}

.avatar.brand div img {
  width: 85%;
  -webkit-transform: translate(4%, -34%);
          transform: translate(4%, -34%);
}

.avatar.shield div img {
  width: 80%;
  -webkit-transform: translate(0%, -42%);
          transform: translate(0%, -42%);
}

.avatar.hand div img {
  width: 85%;
  -webkit-transform: translate(2%, -40%);
          transform: translate(2%, -40%);
}

.avatar.workshop div img {
  width: 100%;
  -webkit-transform: translate(0%, -48%);
          transform: translate(0%, -48%);
}

.avatar.customization div img {
  width: 100%;
  -webkit-transform: translate(0%, -48%);
          transform: translate(0%, -48%);
}

.avatar.iterative div img {
  width: 100%;
  -webkit-transform: translate(0%, -48%);
          transform: translate(0%, -48%);
}

.avatar.interdisciplinary div img {
  width: 100%;
  -webkit-transform: translate(0%, -48%);
          transform: translate(0%, -48%);
}

.avatar.binan div img {
  width: 100%;
  -webkit-transform: translate(0%, -48%);
          transform: translate(0%, -48%);
}

.avatar.florian div img {
  width: 100%;
  -webkit-transform: translate(0%, -48%);
          transform: translate(0%, -48%);
}

.avatar.jasmin div img {
  width: 100%;
  -webkit-transform: translate(0%, -48%);
          transform: translate(0%, -48%);
}

.avatar.ralf div img {
  width: 100%;
  -webkit-transform: translate(0%, -48%);
          transform: translate(0%, -48%);
}

.avatar.yasemin div img {
  width: 100%;
  -webkit-transform: translate(0%, -48%);
          transform: translate(0%, -48%);
}

.avatar.julian div img {
  width: 100%;
  -webkit-transform: translate(0%, -48%);
          transform: translate(0%, -48%);
}

.avatar.eleanor div img {
  width: 100%;
  -webkit-transform: translate(0%, -48%);
          transform: translate(0%, -48%);
}

.avatar.marc div img {
  width: 100%;
  -webkit-transform: translate(0%, -48%);
          transform: translate(0%, -48%);
}

.bubbles {
  padding-top: 32px;
}

@media only screen and (min-width: 1025px) {
  .bubbles {
    display: -ms-grid;
    display: grid;
    /* For MS IE, use: https://codepen.io/rachelandrew/pen/jVwPdO/ */
    /* or: https://css-tricks.com/css-grid-in-ie-faking-an-auto-placement-grid-with-gaps/ */
    grid-gap: 10px;
    -ms-grid-columns: (auto)[6];
        grid-template-columns: repeat(6, auto);
    grid-template-rows: auto auto;
    justify-items: center;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
    -ms-grid-rows: auto auto;
  }
}

.bubble {
  text-align: center;
  padding: 16px;
  max-width: 300px;
}

@media only screen and (min-width: 1025px) {
  .bubble.five.first {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 1;
    grid-row: 1;
    justify-self: center;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 3;
    -ms-grid-column-align: center;
  }
  .bubble.five.second {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3 / 5;
    -ms-grid-row: 1;
    grid-row: 1;
    justify-self: center;
    -ms-grid-column: 5;
    -ms-grid-row: 1;
    -ms-grid-column-span: 3;
    -ms-grid-column-align: center;
  }
  .bubble.five.third {
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5 / 7;
    -ms-grid-row: 1;
    grid-row: 1;
    justify-self: center;
    -ms-grid-column: 9;
    -ms-grid-row: 1;
    -ms-grid-column-span: 3;
    -ms-grid-column-align: center;
  }
  .bubble.five.fourth {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column-align: right;
        justify-self: right;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-column-span: 5;
    -ms-grid-column-align: end;
  }
  .bubble.five.fifth {
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 4 / 7;
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column-align: left;
        justify-self: left;
    -ms-grid-column: 7;
    -ms-grid-row: 2;
    -ms-grid-column-span: 5;
    -ms-grid-column-align: start;
  }
  .bubble.seven.first {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column-align: right;
        justify-self: right;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 5;
    -ms-grid-column-align: end;
  }
  .bubble.seven.second {
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 4 / 7;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column-align: left;
        justify-self: left;
    -ms-grid-column: 7;
    -ms-grid-row: 1;
    -ms-grid-column-span: 5;
    -ms-grid-column-align: start;
  }
  .bubble.seven.third {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 2;
    grid-row: 2;
    justify-self: center;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-column-span: 3;
    -ms-grid-column-align: center;
  }
  .bubble.seven.fourth {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3 / 5;
    -ms-grid-row: 2;
    grid-row: 2;
    justify-self: center;
    -ms-grid-column: 5;
    -ms-grid-row: 2;
    -ms-grid-column-span: 3;
    -ms-grid-column-align: center;
  }
  .bubble.seven.fifth {
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5 / 7;
    -ms-grid-row: 2;
    grid-row: 2;
    justify-self: center;
    -ms-grid-column: 9;
    -ms-grid-row: 2;
    -ms-grid-column-span: 3;
    -ms-grid-column-align: center;
  }
  .bubble.seven.sixth {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column-align: right;
        justify-self: right;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
    -ms-grid-column-span: 5;
    -ms-grid-column-align: end;
  }
  .bubble.seven.seventh {
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 4 / 7;
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column-align: left;
        justify-self: left;
    -ms-grid-column: 7;
    -ms-grid-row: 3;
    -ms-grid-column-span: 5;
    -ms-grid-column-align: start;
  }
  .bubble.seven.eighth {
    visibility: hidden;
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 4 / 7;
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column-align: left;
        justify-self: left;
    -ms-grid-column: 7;
    -ms-grid-row: 3;
    -ms-grid-column-span: 5;
    -ms-grid-column-align: start;
  }
}

@media only screen and (max-width: 1024px) {
  .bubble {
    margin: 0 auto;
  }
}

.bubble > div {
  margin-top: 16px;
}

.bubble > div h2 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
}

.bubble > div .subtitle {
  font-size: 14px;
  text-transform: uppercase;
  margin: 8px 0;
}

.bubble > div p {
  font-size: 14px;
}

.process {
  display: block;
  width: 600px;
  margin: 0 auto;
}

@media only screen and (min-width: 469px) and (max-width: 1024px) {
  .process {
    width: 80%;
    max-width: 600px;
  }
}

@media only screen and (max-width: 468px) {
  .process {
    width: 80%;
  }
}

.process > div {
  display: block;
  width: auto;
  height: 250px;
}

@media only screen and (max-width: 468px) {
  .process > div {
    height: auto;
  }
}

.process > div .figure-container {
  display: inline-block;
  position: absolute;
}

@media only screen and (max-width: 468px) {
  .process > div .figure-container {
    display: none;
  }
}

.process > div .figure-container .figure {
  display: block;
  overflow: hidden;
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  z-index: 20;
}

.process > div .figure-container .figure.dark {
  background: #1B665D;
}

.process > div .figure-container .figure.light {
  background: #F8FFF5;
}

.process > div .figure-container .arrow {
  position: absolute;
  overflow: hidden;
  text-align: center;
  width: 170px;
  z-index: 19;
  top: 165px;
}

.process > div .figure-container .arrow img {
  width: 120px;
  height: auto;
}

.process > div .textarea {
  display: inline-block;
  margin-left: 200px;
}

@media only screen and (max-width: 468px) {
  .process > div .textarea {
    margin: 0 auto;
  }
}

.process > div .textarea h2 {
  display: block;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  margin-bottom: 8px;
}

@media only screen and (max-width: 468px) {
  .process > div .textarea h2 {
    text-align: center;
  }
}

.process > div .textarea .subtitle {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  text-align: justify;
  margin: 8px 0;
}

@media only screen and (max-width: 468px) {
  .process > div .textarea .subtitle {
    text-align: center;
  }
}

.process > div .textarea p {
  font-size: 14px;
  text-align: left;
}

@media only screen and (max-width: 468px) {
  .process > div .textarea p {
    text-align: center;
  }
}

.blog.frontpage > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
  background-image: url("/img/blog/f8fff5.png");
  background-repeat: no-repeat;
  background-position-x: 200px;
  background-position-y: 50%;
}

@media only screen and (max-width: 1280px) {
  .blog.frontpage > div {
    width: 100%;
    margin: 0 auto 32px;
    background-position-x: 13em;
  }
}

@media only screen and (max-width: 1024px) {
  .blog.frontpage > div {
    background-image: initial;
    background-repeat: initial;
    background-position-x: initial;
    background-position-y: initial;
  }
}

.blog.frontpage > div > figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .blog.frontpage > div > figure {
    display: none;
  }
}

.blog.frontpage > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  background-color: #F8FFF5;
  padding: 32px;
  margin-left: 32px;
}

@media only screen and (max-width: 1024px) {
  .blog.frontpage > div > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    padding: 32px;
    width: 100%;
  }
}

.blog.frontpage > div > div > article {
  width: 80%;
  margin-right: 16px;
}

@media only screen and (max-width: 1024px) {
  .blog.frontpage > div > div > article {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 32px 0 auto;
    width: 100%;
  }
}

.blog.frontpage > div > div > article h2 {
  margin-top: 0;
}

.blog.frontpage > div > div > article p:last-child {
  margin-bottom: 0;
}

.blog.frontpage > div > div > figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  width: 170px;
  height: 170px;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .blog.frontpage > div > div > figure {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.blog.frontpage > div > div > figure img {
  width: 100%;
}

.blog.frontpage > footer {
  text-align: center;
}

.projects {
  display: block;
}

@media only screen and (min-width: 469px) and (max-width: 1024px) {
  .projects {
    display: block;
    margin: 5px auto;
  }
}

@media only screen and (max-width: 468px) {
  .projects {
    display: block;
    margin: 5px auto;
  }
}

@media only screen and (min-width: 469px) {
  .projects {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    -ms-grid-rows: auto auto;
  }
}

.projects .project {
  display: inline-block;
}

@media only screen and (min-width: 469px) {
  .projects .project:nth-child(3n+1) {
    -ms-grid-column: 1;
  }
  .projects .project:nth-child(3n+2) {
    -ms-grid-column: 3;
  }
  .projects .project:nth-child(3n+3) {
    -ms-grid-column: 5;
  }
}

.projects .project img {
  width: 100%;
  height: auto;
}

.partners {
  display: block;
}

@media only screen and (min-width: 469px) {
  .partners {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    place-items: center;
    place-content: center;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
    -ms-grid-rows: auto auto;
  }
}

.partners .partner {
  display: inline-block;
  background: #F8FFF5;
  width: 100%;
  height: 100%;
  text-align: center;
}

@media only screen and (min-width: 469px) {
  .partners .partner:nth-child(3n+1) {
    -ms-grid-column: 1;
  }
  .partners .partner:nth-child(3n+2) {
    -ms-grid-column: 3;
  }
  .partners .partner:nth-child(3n+3) {
    -ms-grid-column: 5;
  }
}

@media only screen and (max-width: 468px) {
  .partners .partner {
    margin: 5px auto;
  }
}

.partners .partner img {
  max-width: 100%;
  max-height: 200px;
  width: auto;
  height: auto;
}

.awards {
  display: block;
}

@media only screen and (min-width: 1281px) {
  .awards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    place-items: center;
    place-content: center;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    -ms-grid-rows: auto auto;
  }
}

@media only screen and (min-width: 851px) and (max-width: 1280px) {
  .awards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    place-items: center;
    place-content: center;
    -ms-grid-columns: 1fr 10px 1fr;
    -ms-grid-rows: auto auto;
    width: 850px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 850px) {
  .awards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    place-items: center;
    place-content: center;
    -ms-grid-columns: 1fr;
    -ms-grid-rows: auto auto;
  }
}

.awards .award {
  display: inline-block;
  background: #F8FFF5;
  height: 100%;
  text-align: center;
  min-width: 320px;
  max-width: 420px;
  width: 420px;
  margin: 5px auto;
}

.awards .award img {
  max-width: 100%;
  max-height: 200px;
  width: auto;
  height: auto;
  margin-top: 20px;
}

.testimonials {
  display: inline-block;
  background: #0000;
  margin: 5px auto;
  text-align: center;
  min-width: 320px;
  max-width: 420px;
}

.testimonials div {
  background: #0000;
  background-image: url("/img/testimonials/speechbubble.png");
  background-size: 100% 100%;
  min-height: 230px;
  max-height: 230px;
  padding: 10px 30px 30px 30px;
  text-align: center;
  min-width: 320px;
  max-width: 420px;
}

@media only screen and (max-width: 421px) {
  .testimonials div {
    max-width: 320px;
  }
}

.testimonials div div {
  background: none;
  padding: 0px;
  position: relative;
  height: 160px;
  margin: 0px;
  display: table-cell;
  vertical-align: middle;
  max-height: 160	px;
  min-height: 160px;
  min-width: 260px;
  top: 15px;
}

@media only screen and (max-width: 421px) {
  .testimonials div div p {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.testimonials img {
  max-width: 100%;
  max-height: 200px;
  width: auto;
  height: auto;
}

.fragment-correction {
  position: relative;
  height: 0;
  width: 100%;
  top: -100px;
  z-index: 99;
}

main > div .spacer {
  padding-top: 32px;
}

main > div > section {
  max-width: 1280px;
  margin: 0 auto;
  width: auto;
  height: auto;
}

@media only screen and (max-width: 1024px) {
  main > div > section {
    max-width: 100%;
    padding: 0;
  }
}

main > div > section .overview {
  margin: 0 auto;
}

main > div > section .description {
  width: 600px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}

@media only screen and (min-width: 469px) and (max-width: 1024px) {
  main > div > section .description {
    width: 80%;
    max-width: 600px;
  }
}

@media only screen and (max-width: 468px) {
  main > div > section .description {
    width: 80%;
  }
}

main > div > section h1 {
  font-size: 26px;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  margin-bottom: 32px;
}

#directions {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
}

#directions iframe {
  display: block;
  width: 98%;
  height: 350px;
  margin: 0 auto;
}

#socialmedia img {
  width: 25px;
  height: 25px;
}
/*# sourceMappingURL=index.css.map */