@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/**
 *
 * Vars
 *
 */
/**
 *
 * Foundation Sites Components
 *
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 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.
     */
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-.
     */
figcaption,
figure {
  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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

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

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

/* Text-level semantics
       ========================================================================== */
/**
     * 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 */
  -webkit-text-decoration: underline dotted;
          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; }

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

/**
     * Show the overflow in IE.
     */
button {
  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; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 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 and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [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 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 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 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Exo 2", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  -webkit-border-radius: 0;
          border-radius: 0; }

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-border-radius: 0;
          border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

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

.row {
  max-width: 71.25rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Baloo", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #cacaca; }

h1 {
  font-size: 1.75rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2 {
  font-size: 1.625rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.5rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 1.375rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 1.0625rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #1e81ff;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #006cf5; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 71.25rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cacaca; }

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-border-radius: 0;
          border-radius: 0; }

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .input-group > :first-child {
    -webkit-border-radius: 0 0 0 0;
            border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    -webkit-border-radius: 0 0 0 0;
            border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  height: auto;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  -webkit-background-origin: content-box;
          background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  -webkit-background-size: 9px 6px;
          background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::-moz-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.clearfix::after {
  clear: both; }

/**
 *
 * Custom Components
 *
 */
/**
 *
 * The Wall of Shame
 *
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  word-wrap: break-word;
  hypens: auto; }

[data-clickable] {
  cursor: pointer; }

body {
  min-width: 320px; }

/**
 *
 * Responsive Videos
 *
 */
.video-container {
  position: relative;
  padding-bottom: 53.2%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 0.625rem;
          border-radius: 0.625rem;
  margin: 0 0 1.875rem 0; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/**
 *
 * Add Some Padding to Slick Track bc. of Dropshadow
 *
 */
[data-slick-pagenav="mobile"] {
  position: relative;
  top: -15px; }
  [data-slick-pagenav="mobile"] .column, [data-slick-pagenav="mobile"] .columns {
    padding-top: 15px; }

/**
 *
 * Admin Bar CSS Fuckups
 *
 */
html[lang] {
  margin-top: 0 !important; }

body.admin-bar {
  margin-top: 0 !important; }

/**
 *
 * Plattforms
 *
 */
.plattforms {
  margin: 1.25rem 0 0 0;
  list-style-type: none;
  text-align: center; }
  .plattforms li {
    display: inline-block;
    padding: 0 0.625rem 0.625rem 0.625rem; }
    .plattforms li a,
    .plattforms li img {
      display: inline-block;
      width: 36px;
      height: 36px; }
      @media screen and (min-width: 40em) {
        .plattforms li a,
        .plattforms li img {
          width: 71px;
          height: 71px; } }

/**
 *
 * Bulletpoints
 *
 */
.bulletpoints {
  padding: 2.8125rem 0 0 0 !important; }

.bulletpoints__container {
  margin-top: -1.875rem;
  text-align: center; }

/**
 *
 * Widgets
 *
 */
.widget__item iframe {
  width: 100% !important; }

.widget__item + .widget__item {
  margin-top: 1.875rem; }

/**
 *
 * Testimonials
 *
 */
.testimonials__item {
  color: #d9ebff; }
  .testimonials__item blockquote {
    font-size: 1.125rem; }
    .testimonials__item blockquote p {
      color: #fefefe; }

.testimonials__item__container {
  background: #1b1d53;
  margin: 0 0 1.875rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 0.625rem;
          border-radius: 0.625rem;
  padding: 2.5rem;
  text-align: center; }

/**
 *
 * Anchor
 *
 */
.anchor {
  position: relative;
  top: -webkit-calc($navheight*-1);
  top: calc($navheight*-1); }

@font-face {
  font-family: 'icomoon';
  src: url("../icomoon/icomoon.eot?irbfh1");
  src: url("../icomoon/icomoon.eot?irbfh1#iefix") format("embedded-opentype"), url("../icomoon/icomoon.ttf?irbfh1") format("truetype"), url("../icomoon/icomoon.woff?irbfh1") format("woff"), url("../icomoon/icomoon.svg?irbfh1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

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

.ion-chevron-left:before {
  content: "\f124"; }

.ion-chevron-right:before {
  content: "\f125"; }

.ion-social-facebook:before {
  content: "\f231"; }

.ion-social-instagram-outline:before {
  content: "\f350"; }

.ion-social-twitter:before {
  content: "\f243"; }

.ion-social-youtube:before {
  content: "\f24d"; }

.app {
  display: inline-block;
  color: #fefefe; }
  .slick-slide .app {
    display: block; }
  .app.app--mobile {
    text-align: center; }
  .app.app--large {
    color: #1e81ff;
    font-size: 1.125rem; }
    .app.app--large:hover {
      color: #1e81ff; }

.no-touchevents .app--small:hover {
  color: #fefefe; }
  .no-touchevents .app--small:hover .app__icon {
    -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.3), 0 2px 1px 1px rgba(5, 6, 63, 0.15);
            box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.3), 0 2px 1px 1px rgba(5, 6, 63, 0.15);
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9); }

.app__icon {
  display: block;
  margin: 0 0 0.625rem 0;
  width: 100%;
  max-width: 12.5rem;
  height: auto;
  -webkit-border-radius: 0.8125rem;
          border-radius: 0.8125rem;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.3), 0 3px 10px 5px rgba(5, 6, 63, 0.15);
          box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.3), 0 3px 10px 5px rgba(5, 6, 63, 0.15);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .app--mobile .app__icon {
    margin: 0 auto 0.625rem auto; }
  .app--large .app__icon {
    margin: 0 auto 1.125rem auto; }
  .app__icon.app__icon--small {
    width: 68px;
    height: 68px; }
  .app__icon.app__icon--toggle {
    height: 70px;
    width: 70px;
    border: 2px solid #fefefe;
    font-size: 2.875rem;
    line-height: 40px;
    -webkit-box-shadow: none;
            box-shadow: none; }

.button {
  position: relative;
  display: inline-block;
  color: #fefefe;
  text-shadow: 0px 1px 1px rgba(5, 6, 63, 0.1);
  -webkit-border-radius: 1.5625rem;
          border-radius: 1.5625rem;
  border: 2px solid #afe02b;
  background: #9ece1e;
  background-color: #9ece1e;
  background: -webkit-gradient(linear, left top, left bottom, from(#cbe87c), to(#9ece1e));
  background: -webkit-linear-gradient(top, #cbe87c 0%, #9ece1e 100%);
  background: -o-linear-gradient(top, #cbe87c 0%, #9ece1e 100%);
  background: linear-gradient(to bottom, #cbe87c 0%, #9ece1e 100%);
  padding: 0.25rem 2.6875rem 0.375rem 2.6875rem;
  font-size: 1.0625rem;
  line-height: 1.6875rem; }
  .button:hover {
    color: #fefefe;
    background: #cbe87c;
    background-color: #cbe87c;
    background: -webkit-gradient(linear, left top, left bottom, from(#9ece1e), to(#cbe87c));
    background: -webkit-linear-gradient(top, #9ece1e 0%, #cbe87c 100%);
    background: -o-linear-gradient(top, #9ece1e 0%, #cbe87c 100%);
    background: linear-gradient(to bottom, #9ece1e 0%, #cbe87c 100%); }
  .button:focus {
    outline: none; }
  .button .icon {
    top: 10px;
    right: 22px;
    position: absolute;
    margin-left: 0.3125rem; }
  .button.button--bold {
    border: none;
    border-bottom: 3px solid #8bb90e;
    font-weight: 600;
    padding: 0.375rem 3rem 0.375rem 3rem; }
  @media screen and (min-width: 64em) {
    .button.button--supersize {
      font-size: 1.5rem;
      font-weight: 600;
      padding: 0 3rem;
      line-height: 52px;
      -webkit-border-radius: 52px;
              border-radius: 52px;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-bottom: 5px solid #8bb90e; } }

body {
  padding-top: 5.0625rem; }

.header {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%; }
  .header:before {
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    display: block;
    height: 5.0625rem;
    width: 100%;
    -webkit-border-radius: 40%;
            border-radius: 40%;
    -webkit-box-shadow: 0 30px 30px 0 rgba(5, 6, 63, 0.1);
            box-shadow: 0 30px 30px 0 rgba(5, 6, 63, 0.1);
    content: ''; }
  .header .row {
    position: relative; }

.nav__close {
  cursor: pointer;
  position: absolute;
  top: -1.875rem;
  right: 0.3125rem;
  width: 2.1875rem;
  height: 2.1875rem;
  z-index: 10; }
  .nav-max .nav__close {
    top: 0;
    right: -0.125rem; }
  @media screen and (max-width: 63.9375em) {
    .nav__close {
      display: none; } }

.nav-main {
  position: relative;
  z-index: 900;
  height: 5.0625rem;
  padding: 1.1875rem 0;
  background-color: #1e81ff;
  border-bottom: 1px solid rgba(254, 254, 254, 0.4); }

.nav-main__burger {
  position: relative;
  right: 0.4375rem;
  top: 0.625rem;
  display: inline-block;
  float: right;
  height: 1.25rem;
  width: 1.875rem;
  cursor: pointer; }
  .nav-main__burger > i {
    left: 0;
    position: absolute;
    display: block;
    height: 0.125rem;
    width: 100%;
    background: #fefefe;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease; }
  .nav-main__burger .nav-main__burger__top {
    top: 0; }
  .nav-main__burger .nav-main__burger__middle {
    top: 50%; }
  .nav-main__burger .nav-main__burger__bottom {
    top: 100%; }
  .nav-main__burger.is-active .nav-main__burger__top {
    top: 50%;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .nav-main__burger.is-active .nav-main__burger__middle {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0); }
  .nav-main__burger.is-active .nav-main__burger__bottom {
    top: 50%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

.nav-main__menu {
  list-style-type: none;
  margin: 0;
  position: relative; }
  .nav-main__menu > li > a {
    display: inline-block;
    -webkit-border-radius: 1.625rem;
            border-radius: 1.625rem;
    padding: 0.25rem 0.9375rem 0.375rem;
    color: #fefefe;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    text-align: center;
    font-weight: 300; }
  .nav-main__menu > li.active a:not([href$="/#contact"]) {
    background-color: rgba(254, 254, 254, 0.4); }
    .nav-main__menu > li.active a:not([href$="/#contact"]):not([href="#toggle-quick-nav"]) {
      font-weight: 600; }
  .nav-main__menu > li:not(.active) > a:hover, .nav-main__menu > li:not(.active) > a:focus {
    background-color: rgba(254, 254, 254, 0.15); }
  @media screen and (max-width: 63.9375em) {
    .nav-main__menu {
      position: fixed;
      top: 5.0625rem;
      left: 0;
      width: 100%;
      background-color: #0573ff;
      z-index: 900; }
      .nav-main__menu > li {
        margin: 1rem 0;
        padding: 0 1rem; }
        .nav-main__menu > li > a {
          display: block; } }
  @media screen and (min-width: 64em) {
    .nav-main__menu {
      float: right;
      top: 0.125rem; }
      .nav-main__menu > li {
        float: left; }
        .nav-main__menu > li:not(:first-child) {
          margin-left: 0.875rem; }
        .nav-main__menu > li > a {
          font-size: 1rem; }
      .nav-main__menu a[href='#toggle-quick-nav'] {
        position: relative; }
        .nav-main__menu a[href='#toggle-quick-nav']:before {
          bottom: -1.5rem;
          left: 50%;
          position: absolute;
          display: block;
          height: 0;
          width: 0;
          border-color: transparent transparent rgba(254, 254, 254, 0.4) transparent;
          border-style: solid;
          border-width: 0;
          content: '';
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          -webkit-transition: border-width 0.3s ease;
          -o-transition: border-width 0.3s ease;
          transition: border-width 0.3s ease; }
        .nav-main__menu a[href='#toggle-quick-nav']:after {
          bottom: -1.5625rem;
          left: 50%;
          position: absolute;
          display: block;
          height: 0;
          width: 0;
          border-color: transparent transparent #0573ff transparent;
          border-style: solid;
          border-width: 0;
          content: '';
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          -webkit-transition: border-width 0.3s ease;
          -o-transition: border-width 0.3s ease;
          transition: border-width 0.3s ease; }
        .nav-main__menu a[href='#toggle-quick-nav'].is-active:before, .nav-main__menu a[href='#toggle-quick-nav'].is-active:after {
          border-width: 0 16px 10px 16px; } }

.nav-main__social {
  position: relative;
  list-style-type: none;
  margin: 0; }
  .nav-main__social.nav-main__social--burger {
    display: block;
    text-align: center; }
    .nav-main__social.nav-main__social--burger > li {
      float: none;
      display: inline-block; }
  .nav-main__social > li {
    float: left; }
    .nav-main__social > li > a {
      color: #fefefe;
      display: inline-block;
      padding: 0 0.625rem;
      font-size: 1.625rem;
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      -o-transition: transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
      .nav-main__social > li > a:hover, .nav-main__social > li > a:focus, .nav-main__social > li > a:active {
        -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
                transform: scale(1.2);
        color: #FFF; }
      @media screen and (min-width: 75em) {
        .nav-main__social > li > a {
          padding: 0 1.25rem; } }

.nav-quick {
  position: absolute;
  top: 5.0625rem;
  z-index: 1000;
  display: none;
  padding: 1.875rem 0 0 0;
  width: 100%; }
  .nav-quick:after {
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    display: block;
    height: 100%;
    width: 100%;
    background-color: #0573ff;
    content: ''; }
  .nav-quick:before {
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    display: block;
    height: 5.0625rem;
    width: 100%;
    -webkit-border-radius: 40%;
            border-radius: 40%;
    -webkit-box-shadow: 0 30px 30px 0 rgba(5, 6, 63, 0.35);
            box-shadow: 0 30px 30px 0 rgba(5, 6, 63, 0.35);
    content: ''; }
  .nav-quick a:hover,
  .nav-quick a:focus,
  .nav-quick a:active {
    color: #FFF; }

.nav-max {
  position: relative;
  z-index: 1100;
  display: none;
  max-height: -webkit-calc(100vh - 5.0625rem);
  max-height: calc(100vh - 5.0625rem);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  background-color: #0573ff;
  color: #fefefe;
  padding-bottom: 0.625rem;
  /* ios overflow navbar shit */ }
  @media screen and (min-width: 64em) {
    .nav-max {
      max-height: -webkit-calc(94vh - 5.0625rem);
      max-height: calc(94vh - 5.0625rem); } }
  .nav-max a:hover,
  .nav-max a:focus,
  .nav-max a:active {
    color: #FFF; }

.nav-max__section {
  padding: 2.5rem 0 0.625rem 0; }
  .nav-max__section:not(:last-child) {
    border-bottom: 1px solid rgba(221, 229, 255, 0.32); }

.nav-max__headline {
  margin: 0 0 1.625rem 0;
  color: #fefefe;
  font-family: "Exo 2", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 200; }

.nav-max__close {
  float: right;
  display: block;
  height: 63px;
  width: 63px;
  border: none;
  border: 2px solid #fefefe;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: #fefefe;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .nav-max__close img {
    display: block;
    vertical-align: top; }
  .nav-max__close:hover {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9); }
  @media screen and (max-width: 39.9375em) {
    .nav-max__close {
      display: none; } }

.footer {
  color: #FFF;
  background: #05063f;
  border-top: 1px solid rgba(254, 254, 254, 0.2);
  padding: 0 0 2.5rem 0; }
  .footer a {
    color: #FFF; }
  @media screen and (max-width: 63.9375em) {
    .footer {
      text-align: center; } }
  .page-template-page-whoweare .footer {
    border-top: 90px solid #05063f; }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .footer {
      font-size: 0.7em; } }
  @media screen and (min-width: 75em) and (max-width: 89.9375em) {
    .footer {
      font-size: 0.7em; } }
  .footer__socialmedia {
    list-style-type: none;
    margin: 1.5rem 0; }
    @media screen and (min-width: 40em) {
      .footer__socialmedia {
        margin: 1.875rem 0 2.75rem 0; } }
    .footer__socialmedia > li {
      display: inline-block;
      padding: 0 1rem; }
      @media screen and (min-width: 40em) {
        .footer__socialmedia > li {
          padding: 0 2.25rem; } }
      .footer__socialmedia > li > a {
        font-size: 2.125rem; }
        .footer__socialmedia > li > a i:before {
          -webkit-transition: -webkit-transform 0.3s ease;
          transition: -webkit-transform 0.3s ease;
          -o-transition: transform 0.3s ease;
          transition: transform 0.3s ease;
          transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
        .footer__socialmedia > li > a:hover i:before {
          -webkit-transform: scale(1.3);
              -ms-transform: scale(1.3);
                  transform: scale(1.3); }
  .footer__nav {
    list-style-type: none;
    margin: 0; }
    @media screen and (max-width: 63.9375em) {
      .footer__nav {
        margin-top: 1.25rem; } }
    @media screen and (min-width: 40em) {
      .footer__nav {
        text-align: center; } }
    .footer__nav > li {
      display: inline-block;
      padding: 0 0.875rem; }
      @media screen and (min-width: 64em) {
        .footer__nav > li {
          padding: 0 1.75rem; } }
  .footer__friendventure {
    opacity: 0.8; }
    @media screen and (max-width: 63.9375em) {
      .footer__friendventure {
        margin-top: 1.875rem; } }
    @media screen and (min-width: 64em) {
      .footer__friendventure {
        text-align: right; } }
  .footer__cookie {
    text-align: center;
    padding-top: 2rem; }
    @media print, screen and (min-width: 64em) {
      .footer__cookie {
        padding-top: 3rem; } }
    .footer__cookie span {
      display: none !important;
      visibility: hidden;
      height: 0; }

.hero {
  position: relative;
  z-index: 50;
  overflow: hidden;
  -webkit-clip-path: url(#heroClip);
          clip-path: url(#heroClip);
  /* IE Hacks to fake the Rounded Header */ }
  .hero .slick-arrow {
    margin-top: -1vw; }
    .hero .slick-arrow:before {
      font-size: 2.25rem; }
  .hero + .section {
    padding-top: -webkit-calc( 2.25rem + 6vw);
    padding-top: calc( 2.25rem + 6vw);
    margin-top: -6vw; }
    @media screen and (min-width: 64em) {
      .hero + .section {
        margin-top: -4.375rem;
        padding-top: 10.625rem; } }
  .IE .hero {
    -webkit-border-bottom-left-radius: 50% 12%;
            border-bottom-left-radius: 50% 12%;
    -webkit-border-bottom-right-radius: 50% 12%;
            border-bottom-right-radius: 50% 12%; }
    .IE .hero + .section {
      padding-top: -webkit-calc( 2.25rem + 6vw);
      padding-top: calc( 2.25rem + 6vw); }
      @media screen and (min-width: 64em) {
        .IE .hero + .section {
          margin-top: -4.375rem;
          padding-top: 10.625rem; } }

.hero__clip {
  position: absolute; }

.hero__wrap {
  text-align: center;
  overflow: hidden;
  width: 100%; }
  .hero__wrap:not(:first-child):not(.slick-slide) {
    display: none; }
  .hero__wrap.hero__wrap--cover {
    background-position: center center;
    -webkit-background-size: cover;
            background-size: cover;
    text-align: center; }

.hero__wrap__fullwidth {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateZ(0);
          transform: translateX(-50%) translateZ(0);
  width: auto;
  max-width: none;
  height: 100%;
  display: none; }
  @media (min-width: 71.25rem) {
    .hero__wrap__fullwidth {
      display: block; } }

.hero__wrap__item {
  position: relative;
  display: block;
  max-width: 71.25rem;
  margin: 0 auto;
  /* fade gradients */ }
  .hero__wrap__item.hero__wrap__item--fullwidth {
    max-width: none; }
    .hero__wrap__item.hero__wrap__item--fullwidth:before, .hero__wrap__item.hero__wrap__item--fullwidth:after {
      display: none; }
  .hero__wrap__item:before, .hero__wrap__item:after {
    position: absolute;
    top: 0;
    content: '';
    display: block;
    width: 15%;
    height: 100%;
    left: -1px; }
  .hero__wrap__item:after {
    right: -1px;
    left: auto; }

.hero__wrap__item__spacer {
  display: block;
  padding-bottom: 56.25%; }
  .hero__wrap__item--fullwidth .hero__wrap__item__spacer {
    display: none; }
    @media (min-width: 71.25rem) {
      .hero__wrap__item--fullwidth .hero__wrap__item__spacer {
        display: block;
        padding-bottom: 30rem; } }
    @media (min-width: 84.375rem) {
      .hero__wrap__item--fullwidth .hero__wrap__item__spacer {
        display: block;
        padding-bottom: 35.5%; } }

.hero__wrap__item__hide {
  position: absolute;
  top: -50vh; }

.hero__wrap__item__img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: auto; }
  .hero__wrap__item--fullwidth .hero__wrap__item__img {
    /* hide image when post has fullwidth background on large */ }
    @media (min-width: 71.25rem) {
      .hero__wrap__item--fullwidth .hero__wrap__item__img {
        display: none; } }

.hero__wrap__item__content {
  width: 90vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  max-width: 48rem;
  color: #FFF; }
  .hero__wrap__item__content .hero__subline {
    font-size: 1.5rem;
    line-height: 1.2; }
  @media screen and (min-width: 64em) {
    .hero__wrap__item__content .hero__headline {
      font-size: 2.75rem;
      margin-bottom: 0.1875rem; } }
  .hero__wrap__item__content .button {
    margin-top: 2.5rem; }
  @media screen and (max-width: 39.9375em) {
    .hero__wrap__item__content {
      font-size: 0.875rem; }
      .hero__wrap__item__content .hero__headline {
        font-size: 1.125rem; }
      .hero__wrap__item__content .hero__subline {
        font-size: 0.75rem;
        line-height: 1.2; }
      .hero__wrap__item__content .button {
        display: none; } }

.hero__cta {
  position: absolute;
  left: 0;
  right: 0; }

@media screen and (max-width: 39.9375em) {
  .hero__cta__button {
    padding: 0.375rem 1.5rem 0.375rem 1.5rem !important;
    white-space: nowrap; } }

.tile {
  position: relative;
  display: block;
  padding-bottom: 56.25%;
  -webkit-background-size: auto 101%;
          background-size: auto 101%;
  background-position: center center;
  -webkit-border-radius: 1.25rem;
          border-radius: 1.25rem;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-box-shadow: 0px 5px 15px 0px rgba(5, 6, 63, 0.2);
          box-shadow: 0px 5px 15px 0px rgba(5, 6, 63, 0.2); }
  .tile:before {
    opacity: 0;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: inherit;
    -webkit-background-size: auto 101%;
            background-size: auto 101%;
    background-position: center center;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  .no-touchevents .tile:hover:not(.tile--small):before {
    opacity: 1; }
  .no-touchevents .tile:hover:not(.tile--small) .tile__wrapper {
    opacity: 1; }

.tile--small {
  text-indent: -100%;
  -webkit-border-radius: 0.625rem;
          border-radius: 0.625rem;
  -webkit-transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
  transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
  -o-transition: transform .3s ease, box-shadow .3s ease;
  transition: transform .3s ease, box-shadow .3s ease;
  transition: transform .3s ease, box-shadow .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease; }
  .no-touchevents .tile--small:hover {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(5, 6, 63, 0.2);
            box-shadow: 0px 2px 5px 0px rgba(5, 6, 63, 0.2); }

.tile__background {
  position: absolute;
  width: 100%;
  height: 100%; }

.tile__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0.9375rem 1.875rem;
  color: #fefefe;
  background: rgba(5, 6, 63, 0.84);
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  @media screen and (min-width: 64em) {
    .tile__wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .tile__wrapper:after {
    content: '';
    display: block;
    height: -webkit-calc( 2.8125rem);
    height: calc( 2.8125rem);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 6, 63, 0)), to(#05063f));
    background: -webkit-linear-gradient(top, rgba(5, 6, 63, 0) 0%, #05063f 100%);
    background: -o-linear-gradient(top, rgba(5, 6, 63, 0) 0%, #05063f 100%);
    background: linear-gradient(to bottom, rgba(5, 6, 63, 0) 0%, #05063f 100%); }

.tile__excerpt {
  font-size: 0.875rem; }

.tile__button {
  display: none; }
  @media screen and (min-width: 64em) {
    .tile__button {
      display: inline-block; } }

.section {
  position: relative;
  padding: 2.25rem 0; }
  @media screen and (min-width: 40em) {
    .section {
      padding: 4.5rem 0; } }
  @media screen and (min-width: 64em) {
    .section {
      padding: 6.25rem 0; } }
  .section.section--hero {
    background: url(../img/section-hero.png) center center;
    -webkit-background-size: 107px 62px;
            background-size: 107px 62px; }
    .section.section--hero.section--hero--fadeout .row {
      position: relative; }
    .section.section--hero.section--hero--fadeout:before {
      position: absolute;
      left: 0;
      bottom: 0;
      content: '';
      display: block;
      height: 50%;
      width: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 254, 254, 0)), to(#fefefe));
      background: -webkit-linear-gradient(top, rgba(254, 254, 254, 0) 0%, #fefefe 100%);
      background: -o-linear-gradient(top, rgba(254, 254, 254, 0) 0%, #fefefe 100%);
      background: linear-gradient(to bottom, rgba(254, 254, 254, 0) 0%, #fefefe 100%); }
    .section.section--hero.section--hero--small {
      padding-bottom: 1.5rem; }
      @media screen and (min-width: 40em) {
        .section.section--hero.section--hero--small {
          padding-bottom: 2.25rem; } }
      @media screen and (min-width: 64em) {
        .section.section--hero.section--hero--small {
          padding-bottom: 3.125rem; } }
  .section.section--waved {
    padding: 2.25rem 0;
    /**
         *
         * Following Section Paddings
         *
         */
    /**
         *
         * Wave Elements
         *
         */
    /**
         *
         * Colors
         *
         */ }
    @media screen and (min-width: 40em) {
      .section.section--waved {
        padding: 4.5rem 0; } }
    @media screen and (min-width: 64em) {
      .section.section--waved {
        padding: 5.625rem 0; } }
    .section.section--waved.section--waved--bottom + .footer > .row:first-child {
      margin-top: 1.5rem; }
      @media screen and (min-width: 40em) {
        .section.section--waved.section--waved--bottom + .footer > .row:first-child {
          margin-top: 2rem; } }
      @media screen and (min-width: 64em) {
        .section.section--waved.section--waved--bottom + .footer > .row:first-child {
          margin-top: 2.875rem; } }
    .section.section--waved.section--waved--top:before, .section.section--waved.section--waved--bottom:after {
      z-index: 10;
      position: absolute;
      left: 0;
      content: '';
      display: block;
      width: 100%;
      background-repeat: no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%;
      height: 1.5rem; }
      @media screen and (min-width: 40em) {
        .section.section--waved.section--waved--top:before, .section.section--waved.section--waved--bottom:after {
          height: 2.75rem; } }
      @media screen and (min-width: 64em) {
        .section.section--waved.section--waved--top:before, .section.section--waved.section--waved--bottom:after {
          height: 3.1875rem; } }
    .section.section--waved.section--waved--top:before {
      padding-top: 1.25rem;
      top: -1.4375rem;
      background-position: left bottom; }
      @media screen and (min-width: 40em) {
        .section.section--waved.section--waved--top:before {
          top: -2.6875rem; } }
      @media screen and (min-width: 64em) {
        .section.section--waved.section--waved--top:before {
          top: -3.125rem; } }
    .section.section--waved.section--waved--bottom:after {
      padding-top: 1.25rem;
      bottom: -1.4375rem;
      background-position: left top; }
      @media screen and (min-width: 40em) {
        .section.section--waved.section--waved--bottom:after {
          bottom: -2.6875rem; } }
      @media screen and (min-width: 64em) {
        .section.section--waved.section--waved--bottom:after {
          bottom: -3.125rem; } }
    .section.section--waved.section--waved--blue {
      color: #FFF;
      background-color: #1E81FF; }
      .section.section--waved.section--waved--blue:before {
        background-image: url(../img/section--waved-blue-top.svg); }
      .section.section--waved.section--waved--blue:after {
        background-image: url(../img/section--waved-blue-bottom.svg); }
      .section.section--waved.section--waved--blue .section__headline {
        color: #FFF; }
      .section.section--waved.section--waved--blue .section__subline {
        color: #FFF; }
    .section.section--waved.section--waved--lightblue {
      background-color: #d9ebff; }
      .section.section--waved.section--waved--lightblue:before {
        background-image: url(../img/section--waved-lightblue-top.svg); }
      .section.section--waved.section--waved--lightblue:after {
        background-image: url(../img/section--waved-lightblue-bottom.svg); }
  .section.section--aboutus {
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center center;
    color: #FFF; }
    .section.section--aboutus .section__headline {
      color: #FFF; }
  .section.section--dark {
    color: #FFF;
    background: #05063f url(../img/section--contact.png) center center;
    -webkit-background-size: 107px 62px;
            background-size: 107px 62px; }
    .section.section--dark:after {
      position: absolute;
      left: 0;
      bottom: 0;
      content: '';
      display: block;
      height: 6.25rem;
      width: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 6, 63, 0)), to(#05063f));
      background: -webkit-linear-gradient(top, rgba(5, 6, 63, 0) 0%, #05063f 100%);
      background: -o-linear-gradient(top, rgba(5, 6, 63, 0) 0%, #05063f 100%);
      background: linear-gradient(to bottom, rgba(5, 6, 63, 0) 0%, #05063f 100%); }
  .section.section--lightblue {
    background-color: #d9ebff; }

.section__headline {
  text-align: center;
  color: #1e81ff;
  margin: 0 0 1.125rem 0; }
  @media screen and (min-width: 40em) {
    .section__headline {
      margin: 0 0 1.5rem 0; } }
  @media screen and (min-width: 64em) {
    .section__headline {
      margin: 0 0 2.5rem 0; } }
  .section__headline.section__headline--sub {
    color: #7d8ea4 !important;
    font-family: 'Exo 2', sans-serif;
    font-weight: 800; }

.section__subline {
  text-align: center;
  line-height: 1.4;
  margin: 0 0 3.5rem 0;
  color: #7d8ea4; }
  .section--dark .section__subline {
    color: rgba(255, 255, 255, 0.8); }
  .section--aboutus .section__subline {
    color: #FFF; }
  .section__headline + .section__subline {
    margin-top: -0.875rem; }
    @media screen and (min-width: 40em) {
      .section__headline + .section__subline {
        margin-top: -1.5rem; } }
    @media screen and (min-width: 64em) {
      .section__headline + .section__subline {
        margin-top: -2.75rem; } }

.section__hr {
  position: relative;
  height: 9.3125rem;
  border: none;
  margin: 0 0 0.625rem 0; }
  .section__hr:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/section-hr.svg) center center no-repeat; }
  .section__hr:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    top: 50%;
    border-bottom: 1px solid #05063f; }

.pagenav {
  position: relative;
  z-index: 15;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  list-style-type: none;
  display: inline-block;
  text-align: center;
  margin: 1.25rem 0; }
  .pagenav > li {
    display: inline-block;
    float: left; }

.pagenav__btn {
  display: block;
  height: 2.5625rem;
  border: 2px solid #05063f;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 3.5625rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .pagenav__btn.pagenav__btn--prev {
    -webkit-border-top-left-radius: 1.25rem;
            border-top-left-radius: 1.25rem;
    -webkit-border-bottom-left-radius: 1.25rem;
            border-bottom-left-radius: 1.25rem; }
  .pagenav__btn.pagenav__btn--next {
    -webkit-border-top-right-radius: 1.25rem;
            border-top-right-radius: 1.25rem;
    -webkit-border-bottom-right-radius: 1.25rem;
            border-bottom-right-radius: 1.25rem; }
  .pagenav__btn:hover, .pagenav__btn:focus {
    background: #0a0a0a; }
    .pagenav__btn:hover .icon, .pagenav__btn:focus .icon {
      color: #fefefe; }

.pagenav__current {
  border-top: 2px solid #05063f;
  border-bottom: 2px solid #05063f;
  display: block;
  height: 2.5625rem;
  line-height: 2.25rem;
  width: 4.8125rem;
  font-size: 1.125rem; }

.bullet {
  margin: 0 0 1.25rem 0; }

a.bullet {
  position: relative;
  display: block;
  color: #FFF;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  a.bullet .bullet__description {
    text-decoration: underline; }
  a.bullet .bullet__icon {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
  .no-touchevents a.bullet:hover .bullet__icon {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2); }

.bullet__title {
  font-size: 2.5rem;
  font-family: 'Exo 2', sans-serif;
  font-weight: 500;
  margin: 0.875rem 0 0.625rem 0; }

.bullet__text {
  font-size: 1.125rem;
  line-height: 1.2; }

.bullet__term {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: 'Exo 2', sans-serif; }

.bullet__description {
  font-size: 1.5rem;
  font-family: 'Exo 2', sans-serif;
  font-weight: 600;
  line-height: 1.1; }

.bullet__icon {
  display: inline-block !important; }
  .bullet__icon.bullet__icon--small {
    width: 100px;
    height: 100px; }

@media screen and (max-width: 39.9375em) {
  .bulletpoints--mobile .bullet__term {
    font-size: 0.875rem; }
  .bulletpoints--mobile .bullet__description {
    font-size: 1.125rem; } }

.wysiwyg {
  color: #05063f; }
  @media screen and (min-width: 64em) {
    .wysiwyg ul {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      list-style-type: none;
      margin: 0 0 0 1.25rem;
      float: left; }
      .wysiwyg ul li {
        position: relative;
        padding-left: 1.25rem; }
        .wysiwyg ul li:nth-child(odd) {
          padding-right: 2.1875rem; }
        .wysiwyg ul li:before {
          position: absolute;
          content: '–';
          left: 0; } }

.gallery {
  padding-bottom: 3.75rem; }

.gallery--portrait .slick-slide {
  padding: 0 0.625rem; }
  .gallery--portrait .slick-slide img {
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    -o-transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
    opacity: 0.6; }
  .gallery--portrait .slick-slide.slick-center img {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }

.gallery__main img {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0.625rem;
          border-radius: 0.625rem;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  /* chrome bug */ }

.gallery__main .slick-dots {
  -webkit-transform: translateY(250%);
      -ms-transform: translateY(250%);
          transform: translateY(250%); }
  .gallery__main .slick-dots button {
    border-color: #1e81ff; }
  .gallery__main .slick-dots li.slick-active button {
    background-color: rgba(30, 129, 255, 0.5); }

@media screen and (min-width: 40em) {
  .gallery__sub {
    margin-bottom: 2.5rem; } }

.gallery__thumb {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-border-radius: 0.3125rem;
          border-radius: 0.3125rem; }
  .gallery__thumb:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(5, 6, 63, 0.5);
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    .slick-current .gallery__thumb:before {
      opacity: 0; }
  .gallery__thumb.gallery__thumb--vertical {
    margin-bottom: 0.9375rem; }

[data-slick-gallery-portrait] .slick-slide {
  cursor: pointer; }

.default {
  background: url(../img/section-hero.png) center center;
  -webkit-background-size: 107px 62px;
          background-size: 107px 62px;
  padding: 1.875rem 0;
  min-height: -webkit-calc(100vh - 275px);
  min-height: calc(100vh - 275px); }
  @media screen and (min-width: 40em) {
    .default {
      padding: 3.75rem 0; } }
  @media screen and (min-width: 64em) {
    .default {
      padding: 6.25rem 0; } }
  .default.default--seamless {
    padding: 0; }
  .default .column, .default .columns {
    position: relative; }

.default__headline {
  color: #1e81ff; }

.member {
  position: relative;
  text-align: center; }
  @media screen and (max-width: 63.9375em) {
    .member {
      margin-bottom: 3.75rem; } }

.member__head {
  position: relative;
  display: inline-block; }

.member__head__image {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 0 1.25rem 0; }

.member__head__bubble {
  position: absolute;
  background: url(../img/speechbubble.svg) center center no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  width: 9.375rem;
  height: 4.375rem;
  padding: 0.875rem 0.3125rem 0.3125rem 0.3125rem;
  line-height: 1;
  color: #FFF;
  font-family: "Baloo", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  right: -1.875rem;
  top: -1.25rem; }
  @media screen and (min-width: 64em) {
    .member__head__bubble {
      right: -3.75rem; } }

.member__name {
  font-family: "Exo 2", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
  color: #1e81ff;
  font-size: 1.125rem; }

.member__position {
  color: #05063f; }

.section--jobs {
  padding-left: 15px;
  padding-right: 15px; }
  .section--jobs h2 {
    color: #1e81ff;
    margin-bottom: 15px; }
  .section--jobs .card {
    -webkit-border-radius: 18px;
            border-radius: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .section--jobs .card.has-noJobs {
      background-color: #eff1f8;
      padding: 55px 0;
      text-align: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 70px; }
      .section--jobs .card.has-noJobs h3 {
        color: #b0bfd3; }
    .section--jobs .card.has-job {
      -webkit-border-radius: 30px;
              border-radius: 30px;
      background-color: #d9ebff;
      padding: 24px 30px;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-transition: background-color 100ms ease-in-out;
      -o-transition: background-color 100ms ease-in-out;
      transition: background-color 100ms ease-in-out; }
      .section--jobs .card.has-job:first-of-type {
        margin-top: 25px; }
      .section--jobs .card.has-job:not(:last-of-type) {
        margin-bottom: 25px; }
      .section--jobs .card.has-job h3 {
        font-size: 23px;
        color: #000000;
        margin: 0; }
      .section--jobs .card.has-job:hover, .section--jobs .card.has-job:focus {
        background-color: #c0deff;
        -webkit-transition: background-color 100ms ease-in-out;
        -o-transition: background-color 100ms ease-in-out;
        transition: background-color 100ms ease-in-out; }
  .section--jobs .about-fdg {
    margin-bottom: 30px; }
  .section--jobs .is-info {
    background-color: #ebf1f9;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 40em) {
      .section--jobs .is-info {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .section--jobs .is-info--left a {
      font-weight: bold; }
    .section--jobs .is-info--spacer {
      width: 100%;
      height: 1px;
      background-color: #dfe5ec;
      margin: 20px 0; }
      @media screen and (min-width: 40em) {
        .section--jobs .is-info--spacer {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 1px;
          height: auto;
          margin: 0 20px; } }
    .section--jobs .is-info--right {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .section--jobs .is-info--right small {
        color: #898ca0; }
      .section--jobs .is-info--right strong,
      .section--jobs .is-info--right p {
        color: #05063f; }
      .section--jobs .is-info--right img {
        -webkit-border-radius: 50%;
                border-radius: 50%;
        margin-right: 25px; }
  .section--jobs .back-toJobs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    margin-bottom: 15px; }
    .section--jobs .back-toJobs span {
      margin-right: 20px; }
      .section--jobs .back-toJobs span img {
        height: 18px; }
  .section--jobs .jobs-intro {
    font-size: 16px; }
    .section--jobs .jobs-intro strong {
      font-size: 18px; }
  .section--jobs .job-content {
    margin-top: 20px;
    margin-bottom: 25px; }

.BorlabsCookie .no-gutters > .col,
.BorlabsCookie .no-gutters > [class*="col-"] {
  padding-right: 15px !important; }

#BorlabsCookieBox ._brlbs-bar-advanced ul,
#BorlabsCookieBox ._brlbs-box-advanced ul {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

#BorlabsCookieBox ._brlbs-bar-advanced ul li,
#BorlabsCookieBox ._brlbs-box-advanced ul li {
  margin: 0 2em 0.875em 0 !important; }

/**
 *
 * Import Plugin Styles
 *
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/**
 *
 * Custom CSS
 *
 */
.slick-slider *:focus, .slick-slider *:active {
  outline: none; }

.slick-arrow {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  position: absolute;
  top: 50%;
  z-index: 20;
  display: block;
  height: 2.8125rem;
  width: 2.8125rem;
  background-color: transparent;
  color: transparent;
  cursor: pointer;
  line-height: 2.8125rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .slick-arrow:before {
    font-size: 1.5rem;
    color: #fefefe;
    display: block;
    font-family: "icomoon"; }
  .slick-arrow:hover:before {
    color: #006cf5; }

.slick-next {
  right: 0; }
  .slick-next:before {
    content: '\f125'; }
  [data-slick-testimonials] .slick-next {
    margin-right: -3.75rem; }

.slick-prev {
  left: 0; }
  .slick-prev:before {
    content: '\f124'; }
  [data-slick-testimonials] .slick-prev {
    margin-left: -3.75rem; }

.slick-dots {
  z-index: 20;
  list-style-type: none;
  margin: 0.75rem 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center; }
  .slick-dots > li {
    display: inline; }
    .slick-dots > li button {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      color: transparent;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      width: 0.875rem;
      height: 0.875rem;
      margin: 0 0.5625rem;
      cursor: pointer;
      border: 2px solid #fefefe; }
    .slick-dots > li.slick-active button {
      background: #fefefe; }

/**
 *
 * Contact Form 7 Styles
 *
 */
.wpcf7-form {
  position: relative; }
  .home .wpcf7-form {
    margin-top: -0.75rem; }
  .wpcf7-form input[type="text"],
  .wpcf7-form input[type="email"],
  .wpcf7-form textarea {
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-border-radius: 0.9375rem;
            border-radius: 0.9375rem;
    font-size: 1.125rem;
    padding: 0 1.25rem;
    margin: 0 0 1.25rem 0; }
  .wpcf7-form input[type="text"],
  .wpcf7-form input[type="email"] {
    height: 3.125rem;
    line-height: 3.125rem; }
  .wpcf7-form input[type="submit"] {
    display: block;
    margin: 0 auto;
    cursor: pointer; }
  .wpcf7-form textarea {
    padding: 0.75rem 1.25rem;
    height: 9.375rem; }
  .wpcf7-form .wpcf7-response-output {
    margin: 0;
    text-align: center;
    -webkit-border-radius: 0.8125rem;
            border-radius: 0.8125rem; }
  .wpcf7-form .wpcf7-not-valid-tip {
    position: relative;
    top: -1.25rem; }

.wpcf7 .ajax-loader {
  display: block !important;
  background: url(../img/ajax-loader.gif) center center no-repeat !important;
  width: auto !important;
  height: 24px !important;
  margin: 1.25rem !important; }
