@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=latin-ext);/**
 * Main entry for sass.
 * A single import per line.
 * Cascading applies
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/* Resets
============================================================================= */
/**
 * Reset the box-sizing.
 * ---
 * This applies a natural box layout model to all elements, but allows
 * components, plugins etc. to change box-sizing easier.
 *
 * See http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

button,
[role='button'] {
  cursor: pointer; }

p {
  margin-top: 0;
  margin-bottom: 1.5em; }

/**
 * 1. Remove vertical spacing below the image.
 * 2. Scale images proportionally with the `max-width` property.
 */
img {
  vertical-align: middle;
  /* 1 */
  max-width: 100%;
  /* 2 */
  height: auto;
  /* 2 */ }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/*
 * Generates classes for a grid of columns, prefixed by size.
 * The result will be .col-[size]-[col] E.g. .col-xs-6-12
 *
 * @param {string}	$size			The name of the size target (e.g. xs, sm, md, lg, xl, etc.)
 * @param {int}	    $gutter			The gutter
 * @param {int}		$grid-columns	Amount of columns
 */
.hyphenate {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }

/* Typography
============================================================================= */
strong,
b {
  font-weight: bold; }

i,
em {
  font-style: italic; }

.heading, h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto';
  color: #333333;
  font-weight: bold;
  margin-top: 0; }
  .heading--legal {
    color: #6F6F6F; }
  .heading--light {
    color: #ffffff; }
  .heading--accent {
    color: #0FCD89; }
  .heading > a, h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    color: inherit; }
  .heading--xlarge, h1 {
    font-size: 30px;
    line-height: 36px; }
    @media (min-width: 768px) {
      .heading--xlarge, h1 {
        font-size: 50px;
        line-height: 60px; } }
  .heading--large, h2 {
    font-size: 24px;
    line-height: 28px; }
    @media (min-width: 768px) {
      .heading--large, h2 {
        font-size: 36px;
        line-height: 40px; } }
  .heading--medium, h3 {
    font-size: 20px;
    line-height: 24px; }
    @media (min-width: 768px) {
      .heading--medium, h3 {
        font-size: 30px;
        line-height: 34px; } }
  .heading--small, h4 {
    font-size: 18px;
    line-height: 22px; }
    @media (min-width: 768px) {
      .heading--small, h4 {
        font-size: 24px;
        line-height: 28px; } }
  .heading--xsmall, h5 {
    font-size: 16px;
    line-height: 20px; }
    @media (min-width: 768px) {
      .heading--xsmall, h5 {
        font-size: 20px;
        line-height: 24px; } }
  .heading--xxsmall, h6 {
    font-size: 14px;
    line-height: 18px; }
    @media (min-width: 768px) {
      .heading--xxsmall, h6 {
        font-size: 16px;
        line-height: 18px; } }

.text, body {
  font-family: 'Roboto';
  color: #333333;
  font-weight: 300; }
  .text--legal {
    color: #6F6F6F; }
  .text--light {
    color: #ffffff; }
  .text--accent {
    color: #0FCD89; }
  .text--mega, .text--xxxlarge {
    font-size: 22px;
    line-height: 30px; }
    @media (min-width: 768px) {
      .text--mega, .text--xxxlarge {
        font-size: 24px;
        line-height: 32px; } }
  .text--xxlarge {
    font-size: 20px;
    line-height: 28px; }
    @media (min-width: 768px) {
      .text--xxlarge {
        font-size: 22px;
        line-height: 30px; } }
  .text--xlarge {
    font-size: 18px;
    line-height: 26px; }
    @media (min-width: 768px) {
      .text--xlarge {
        font-size: 20px;
        line-height: 28px; } }
  .text--large {
    font-size: 16px;
    line-height: 24px; }
    @media (min-width: 768px) {
      .text--large {
        font-size: 18px;
        line-height: 26px; } }
  .text--body, .text--medium, body {
    /* body */
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.29px; }
    @media (min-width: 768px) {
      .text--body, .text--medium, body {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 0.33px; } }
  .text--small {
    font-size: 14px;
    line-height: 18px; }
    @media (min-width: 768px) {
      .text--small {
        font-size: 16px;
        line-height: 20px; } }
  .text--xsmall {
    font-size: 12px;
    line-height: 16px; }
    @media (min-width: 768px) {
      .text--xsmall {
        font-size: 14px;
        line-height: 18px; } }
  .text--xxsmall {
    font-size: 10px;
    line-height: 14px; }
    @media (min-width: 768px) {
      .text--xxsmall {
        font-size: 12px;
        line-height: 16px; } }

.container {
  margin-right: auto;
  margin-left: auto;
  width: 1220px;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .container {
      padding-left: 10px;
      padding-right: 10px; } }
  .container--bg-white {
    background-color: #ffffff; }
  .container--full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.decontainer {
  margin-left: -20px;
  margin-right: -20px; }
  @media (min-width: 768px) {
    .decontainer {
      margin-left: -10px;
      margin-right: -10px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px; }
  @media (min-width: 768px) {
    .row {
      margin-left: -10px;
      margin-right: -10px; } }
  .row--left {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .row--center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .row--right {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .row--mobile-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    @media (min-width: 1024px) {
      .row--mobile-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .row--valign--top {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .row--valign--center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .row--valign--between {
    -webkit-box-align: space-between !important;
        -ms-flex-align: space-between !important;
            align-items: space-between !important; }
  .row--valign--bottom {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .row--halign--left {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .row--halign--center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .row--halign--between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .row--halign--right {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .row--no-grow {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
  .row--grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .row--grow--2 {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2; }
  .row--grow--3 {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3; }
  .row--grow--4 {
    -webkit-box-flex: 4;
        -ms-flex-positive: 4;
            flex-grow: 4; }
  .row--no-gutters {
    margin-right: 0;
    margin-left: 0; }
    .row--no-gutters > .col,
    .row--no-gutters > [class*="col-"] {
      padding-right: 0;
      padding-left: 0; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-xs-1 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
  width: 100%; }

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

.col-xs-2 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
  width: 100%; }

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

.col-xs-3 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  width: 100%; }

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

.col-xs-4 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
  width: 100%; }

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

.col-xs-5 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
  width: 100%; }

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

.col-xs-6 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  width: 100%; }

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

.col-xs-7 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
  width: 100%; }

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

.col-xs-8 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
  width: 100%; }

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

.col-xs-9 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
  width: 100%; }

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

.col-xs-10 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
  width: 100%; }

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

.col-xs-11 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
  width: 100%; }

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

.col-xs-12 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  width: 100%; }

.offset-xs-12 {
  margin-left: 100%; }

.col-xs-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none; }

@media (min-width: 624px) {
  .col-s-1 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%; }
  .offset-s-1 {
    margin-left: 8.33333%; }
  .col-s-2 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%; }
  .offset-s-2 {
    margin-left: 16.66667%; }
  .col-s-3 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    width: 100%; }
  .offset-s-3 {
    margin-left: 25%; }
  .col-s-4 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%; }
  .offset-s-4 {
    margin-left: 33.33333%; }
  .col-s-5 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%; }
  .offset-s-5 {
    margin-left: 41.66667%; }
  .col-s-6 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    width: 100%; }
  .offset-s-6 {
    margin-left: 50%; }
  .col-s-7 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%; }
  .offset-s-7 {
    margin-left: 58.33333%; }
  .col-s-8 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%; }
  .offset-s-8 {
    margin-left: 66.66667%; }
  .col-s-9 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    width: 100%; }
  .offset-s-9 {
    margin-left: 75%; }
  .col-s-10 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%; }
  .offset-s-10 {
    margin-left: 83.33333%; }
  .col-s-11 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%; }
  .offset-s-11 {
    margin-left: 91.66667%; }
  .col-s-12 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%; }
  .offset-s-12 {
    margin-left: 100%; }
  .col-s-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; } }

@media (min-width: 768px) {
  .col-sm-1 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .col-sm-2 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .col-sm-3 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    width: 100%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .col-sm-4 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .col-sm-5 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .col-sm-6 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    width: 100%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .col-sm-7 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .col-sm-8 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .col-sm-9 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    width: 100%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .col-sm-10 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .col-sm-11 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .col-sm-12 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%; }
  .offset-sm-12 {
    margin-left: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; } }

@media (min-width: 896px) {
  .col-m-1 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%; }
  .offset-m-1 {
    margin-left: 8.33333%; }
  .col-m-2 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%; }
  .offset-m-2 {
    margin-left: 16.66667%; }
  .col-m-3 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    width: 100%; }
  .offset-m-3 {
    margin-left: 25%; }
  .col-m-4 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%; }
  .offset-m-4 {
    margin-left: 33.33333%; }
  .col-m-5 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%; }
  .offset-m-5 {
    margin-left: 41.66667%; }
  .col-m-6 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    width: 100%; }
  .offset-m-6 {
    margin-left: 50%; }
  .col-m-7 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%; }
  .offset-m-7 {
    margin-left: 58.33333%; }
  .col-m-8 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%; }
  .offset-m-8 {
    margin-left: 66.66667%; }
  .col-m-9 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    width: 100%; }
  .offset-m-9 {
    margin-left: 75%; }
  .col-m-10 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%; }
  .offset-m-10 {
    margin-left: 83.33333%; }
  .col-m-11 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%; }
  .offset-m-11 {
    margin-left: 91.66667%; }
  .col-m-12 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%; }
  .offset-m-12 {
    margin-left: 100%; }
  .col-m-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; } }

@media (min-width: 1024px) {
  .col-md-1 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .col-md-2 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .col-md-3 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    width: 100%; }
  .offset-md-3 {
    margin-left: 25%; }
  .col-md-4 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .col-md-5 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .col-md-6 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    width: 100%; }
  .offset-md-6 {
    margin-left: 50%; }
  .col-md-7 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .col-md-8 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .col-md-9 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    width: 100%; }
  .offset-md-9 {
    margin-left: 75%; }
  .col-md-10 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .col-md-11 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .col-md-12 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%; }
  .offset-md-12 {
    margin-left: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; } }

@media (min-width: 1195px) {
  .col-l-1 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%; }
  .offset-l-1 {
    margin-left: 8.33333%; }
  .col-l-2 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%; }
  .offset-l-2 {
    margin-left: 16.66667%; }
  .col-l-3 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    width: 100%; }
  .offset-l-3 {
    margin-left: 25%; }
  .col-l-4 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%; }
  .offset-l-4 {
    margin-left: 33.33333%; }
  .col-l-5 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%; }
  .offset-l-5 {
    margin-left: 41.66667%; }
  .col-l-6 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    width: 100%; }
  .offset-l-6 {
    margin-left: 50%; }
  .col-l-7 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%; }
  .offset-l-7 {
    margin-left: 58.33333%; }
  .col-l-8 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%; }
  .offset-l-8 {
    margin-left: 66.66667%; }
  .col-l-9 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    width: 100%; }
  .offset-l-9 {
    margin-left: 75%; }
  .col-l-10 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%; }
  .offset-l-10 {
    margin-left: 83.33333%; }
  .col-l-11 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%; }
  .offset-l-11 {
    margin-left: 91.66667%; }
  .col-l-12 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%; }
  .offset-l-12 {
    margin-left: 100%; }
  .col-l-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; } }

@media (min-width: 1366px) {
  .col-lg-1 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .col-lg-2 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .col-lg-3 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    width: 100%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .col-lg-4 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .col-lg-5 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .col-lg-6 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    width: 100%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .col-lg-7 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .col-lg-8 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .col-lg-9 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    width: 100%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .col-lg-10 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .col-lg-11 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .col-lg-12 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%; }
  .offset-lg-12 {
    margin-left: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; } }

.w-100 {
  width: 100%; }

.h-100 {
  height: 100%; }

.valign--top {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.valign--center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.valign--bottom {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

/* General styles
============================================================================= */
/* Box sizing */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  /* Remove tap-highlight on IOS and Android */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html,
body {
  width: 100%;
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.clearfix:after {
  content: "";
  display: table;
  clear: both;
  width: 0; }

a {
  color: #0FCD89;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

/* !-------- WORDPRESS CLASSES ------------------- */
/*------------------------------------------------------------ *\
\*------------------------------------------------------------ */
/* !-- WP WYSIWYG Editor Styles -- */
.entry-content img {
  margin: 0 0 1.5em 0; }

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.alignnone, img.alignnone {
  /* not sure about this one */ }

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px; }

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0; }

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0; }

.wp-smiley {
  margin: 0 !important;
  max-height: 1em; }

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left; }

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right; }

/* !-- WP Widgets Default -- */
/* links widget */
/* meta widget */
/* pages widget */
/* recent-posts widget */
/* archives widget */
/* tag-cloud widget */
/* calendar widget */
/* category widget */
/* recent-comments widget */
/* search widget */
/* text widget */
/* !-- WP Comment Styles -- */
/* !-- WP Miscellaneous Styles == */
/* category links */
/* blogroll links */
/* read-more links */
/* !-- WP body_class() -- */
/* !-- WP post_class() -- */
/* !-- WP Page Listings -- */
/* outermost list item */
/* any page item */
/* current page */
/* parent of current page */
/* any ancestor of current page */
.header--mobile-menu, .header--search {
  position: fixed;
  height: 100vh;
  width: 100%;
  background: #ffffff;
  z-index: 10;
  top: 0; }
  .header--mobile-menu > .container, .header--search > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  border-bottom: 1px solid #F4F4F4; }
  @media (min-width: 768px) {
    .header__wrapper {
      height: 97px; } }
  .header__wrapper__logo {
    display: block;
    width: 123px;
    height: 25px;
    background-image: url("../../images/logos/black/K3-Logo.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center; }
    @media (min-width: 768px) {
      .header__wrapper__logo {
        width: 180px;
        height: 50px; } }

.footer {
  background-color: #ffffff; }
  .footer__main {
    border-bottom: 1px solid #F8F9F9; }
  @media (max-width: 768px) {
    .footer__sub {
      margin-bottom: 20px; } }
  .footer__wrapper {
    min-height: 55px;
    text-align: center; }
    @media (min-width: 768px) {
      .footer__wrapper {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 180px;
        min-height: 0px; } }
    .footer__wrapper__menu {
      display: inline-block;
      text-align: left;
      margin-bottom: 20px;
      padding: 0 40px; }
      @media (min-width: 768px) {
        .footer__wrapper__menu {
          padding: 0px;
          margin-bottom: 0px; } }
      .footer__wrapper__menu--light {
        padding: 0px;
        margin-bottom: 0px;
        color: #6F6F6F; }
      .footer__wrapper__menu__list {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        @media (min-width: 768px) {
          .footer__wrapper__menu__list {
            width: auto;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row; } }
        .footer__wrapper__menu__list .menu-item {
          display: inline-block;
          margin-left: 10px; }
          @media (max-width: 768px) {
            .footer__wrapper__menu__list .menu-item {
              margin: 10px 0 !important; } }
          .footer__wrapper__menu__list .menu-item > a {
            position: relative;
            display: block; }
            @media (max-width: 768px) {
              .footer__wrapper__menu__list .menu-item > a:after {
                content: ' ';
                display: block;
                position: absolute;
                top: 50%;
                right: 0;
                width: 10px;
                height: 10px;
                -webkit-transform: translate(0, -50%);
                    -ms-transform: translate(0, -50%);
                        transform: translate(0, -50%);
                background-image: url("../../images/icons/black/Chevron_Right.svg");
                background-size: contain;
                background-position: center center;
                background-repeat: no-repeat; } }
            .footer__wrapper__menu--light .footer__wrapper__menu__list .menu-item > a {
              color: #6F6F6F !important; }
              .footer__wrapper__menu--light .footer__wrapper__menu__list .menu-item > a:after {
                display: none; }
    .footer__wrapper__logo {
      display: inline-block;
      width: 100%;
      height: 112px;
      background-image: url("../../images/logos/black/K3-Logo.svg");
      background-size: 154px 38px;
      background-repeat: no-repeat;
      background-position: center center;
      margin-bottom: 20px;
      border-bottom: 1px solid #F8F9F9; }
      @media (min-width: 768px) {
        .footer__wrapper__logo {
          background-size: contain;
          width: 180px;
          height: 50px;
          margin: 0;
          border-bottom: 0px; } }
    .footer__wrapper__vinnova {
      display: inline-block;
      width: 95px;
      height: 11px;
      background-image: url("../../images/logos/vinnova-logo.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      overflow: hidden;
      text-indent: -999em; }

.button {
  display: inline-block;
  padding: 11px 36px;
  color: #333333;
  border: 1px solid #333333;
  border-radius: 25px;
  text-decoration: none;
  font-size: 16px;
  line-height: 18px;
  font-weight: 900; }
  @media (min-width: 768px) {
    .button {
      padding: 15px 52px; } }
  .button:hover {
    background: #0FCD89;
    border-color: #0FCD89;
    color: #F4F4F4; }
  .button--icon-only {
    padding: 0px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center; }
    .button--icon-only.button--large {
      padding: 0px;
      border-radius: 50%;
      width: 60px;
      height: 60px; }
  .button--dark {
    border-color: #333333;
    background: #333333;
    color: #ffffff; }
    .button--dark:hover {
      color: #333333;
      background: #F4F4F4;
      border-color: #F4F4F4; }
  .button--medium {
    border-color: #6F6F6F;
    background: #6F6F6F;
    color: #ffffff; }
    .button--medium:hover {
      color: #333333;
      background: #F4F4F4;
      border-color: #F4F4F4; }
  .button--light {
    border-color: #F4F4F4;
    background: #F4F4F4;
    color: #333333; }
    .button--light:hover {
      color: #EFF8F6;
      background: #333333;
      border-color: #333333; }
  .button--accent {
    border-color: #0EE598;
    background: #0EE598;
    color: #ffffff; }
    .button--accent:hover {
      color: #0FCD89;
      background: #EFF8F6;
      border-color: #EFF8F6; }
  .button__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .button__label {
    margin-right: 10px; }
    .button__label:only-child {
      margin-left: 0 !important;
      margin-right: 0 !important; }
  .button--icon-only .button__label {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0; }
  .button__icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }
    .button__icon--chevron-right {
      background-image: url("../../images/icons/white/Chevron_Right.svg"); }
      .button:hover .button__icon--chevron-right {
        background-image: url("../../images/icons/accent/Chevron_Right.svg"); }
    .button__icon--search {
      width: 12px;
      height: 12px;
      background-image: url("../../images/icons/white/Search.svg"); }
      .button--large .button__icon--search {
        width: 20px;
        height: 20px; }
      .button:hover .button__icon--search {
        background-image: url("../../images/icons/accent/Search.svg"); }
      .button--light .button__icon--search {
        background-image: url("../../images/icons/black/Search.svg"); }
      .button--light:hover .button__icon--search {
        background-image: url("../../images/icons/white/Search.svg"); }
    .button__icon--menu {
      width: 12px;
      height: 12px;
      background-image: url("../../images/icons/white/Menu.svg"); }
      .button--large .button__icon--menu {
        width: 20px;
        height: 20px; }
      .button:hover .button__icon--menu {
        background-image: url("../../images/icons/accent/Menu.svg"); }
      .button--light .button__icon--menu {
        background-image: url("../../images/icons/black/Menu.svg"); }
      .button--light:hover .button__icon--menu {
        background-image: url("../../images/icons/white/Menu.svg"); }

.select {
  position: relative; }
  .select:after {
    content: ' ';
    position: absolute;
    pointer-events: none;
    top: 50%;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background: #F8F9F9;
    background-size: 10px 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../../images/icons/accent/Chevron_Down.svg"); }
  .select:hover:after {
    background-image: url("../../images/icons/black/Chevron_Down.svg"); }
  .select__dropdown {
    display: inline-block;
    cursor: pointer;
    padding: 17px 40px;
    width: 100%;
    background: #ffffff;
    border-radius: 30px;
    border: 0px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; }

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .menu__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 896px) {
      .menu__list {
        display: block; } }
    .menu__list .menu-item {
      display: inline;
      margin-right: 15px; }
      .menu__list .menu-item:last-child {
        margin-right: 0; }
      .menu__list .menu-item > a {
        color: #333333;
        font-family: Roboto;
        font-size: 14px;
        line-height: 14px;
        font-weight: bold; }
        .menu__list .menu-item > a:hover {
          text-decoration: none;
          color: #2AA166; }
  .menu__search-button {
    display: none;
    margin-left: 20px; }
    @media (min-width: 896px) {
      .menu__search-button {
        display: block; } }
    .header--search .menu__search-button .button__icon {
      background-image: url("../../images/icons/white/Close.svg"); }
    .header--search .menu__search-button:hover .button__icon {
      background-image: url("../../images/icons/accent/Close.svg"); }
  .menu__search-mobile-button {
    display: block;
    border-radius: 0px;
    padding-right: 10px;
    border-color: transparent;
    border-right: 1px solid #F4F4F4;
    background: transparent;
    color: #000000; }
    @media (min-width: 896px) {
      .menu__search-mobile-button {
        display: none; } }
    .menu__search-mobile-button:hover {
      color: #000000;
      background: transparent;
      border-color: transparent;
      border-right: 1px solid #F4F4F4; }
      .menu__search-mobile-button:hover .button__icon {
        background-image: url("../../images/icons/black/Search.svg"); }
    .menu__search-mobile-button .button__icon {
      background-image: url("../../images/icons/black/Search.svg"); }
    .header--search .menu__search-mobile-button .button__icon {
      background-image: url("../../images/icons/black/Close.svg"); }
    .header--search .menu__search-mobile-button:hover .button__icon {
      background-image: url("../../images/icons/black/Close.svg"); }
  .menu__menu-mobile-button {
    display: block;
    border-radius: 0px;
    padding-left: 10px;
    border-color: transparent;
    background: transparent;
    color: #000000; }
    @media (min-width: 896px) {
      .menu__menu-mobile-button {
        display: none; } }
    .menu__menu-mobile-button:hover {
      color: #000000;
      background: transparent;
      border-color: transparent; }
      .menu__menu-mobile-button:hover .button__icon {
        background-image: url("../../images/icons/black/Menu.svg"); }
    .menu__menu-mobile-button .button__icon {
      background-image: url("../../images/icons/black/Menu.svg"); }
    .header--mobile-menu .menu__menu-mobile-button .button__icon {
      background-image: url("../../images/icons/black/Close.svg"); }
    .header--mobile-menu .menu__menu-mobile-button:hover .button__icon {
      background-image: url("../../images/icons/black/Close.svg"); }

.mobile-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .mobile-menu--fixed {
    display: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media (min-width: 896px) {
    .mobile-menu {
      display: none; } }
  .header--mobile-menu .mobile-menu--fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 896px) {
      .header--mobile-menu .mobile-menu--fixed {
        display: none; } }
  .mobile-menu__list {
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0; }
    .mobile-menu__list .menu-item {
      display: block;
      padding: 20px 40px; }
      .mobile-menu__list .menu-item > a {
        color: #333333;
        font-family: Roboto;
        font-size: 14px;
        line-height: 14px;
        font-weight: bold;
        display: block;
        position: relative; }
        .mobile-menu__list .menu-item > a:after {
          content: ' ';
          display: block;
          position: absolute;
          top: 50%;
          right: 0;
          width: 10px;
          height: 10px;
          -webkit-transform: translate(0, -50%);
              -ms-transform: translate(0, -50%);
                  transform: translate(0, -50%);
          background-image: url("../../images/icons/black/Chevron_Right.svg");
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat; }
        .mobile-menu__list .menu-item > a:hover {
          text-decoration: none;
          color: #2AA166; }

.post-list {
  background: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 0 6.67px 12.04px 0 rgba(0, 0, 0, 0.06), 0 13.33px 13.83px 0 rgba(0, 0, 0, 0.08), 0 20px 15px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 6.67px 12.04px 0 rgba(0, 0, 0, 0.06), 0 13.33px 13.83px 0 rgba(0, 0, 0, 0.08), 0 20px 15px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 30px; }
  .post-list--large {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .post-list__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 18px;
    border-bottom: 1px solid #F4F4F4; }
    @media (min-width: 768px) {
      .post-list__header {
        padding: 30px 30px 18px 30px; } }
    .post-list--large .post-list__header {
      padding: 30px 0px;
      border-bottom: 0px solid #F4F4F4; }
      @media (min-width: 768px) {
        .post-list--large .post-list__header {
          padding: 30px 0px 18px 0px; } }
    .post-list__header__title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 20px 0 0; }
      .post-list--icon .post-list__header__title:before {
        content: ' ';
        min-width: 21px;
        display: inline-block;
        width: 21px;
        height: 21px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-right: 10px; }
      .post-list--icon--calendar .post-list__header__title:before {
        background-image: url("../../images/icons/black/Calendar.svg"); }
      .post-list--icon--news .post-list__header__title:before {
        background-image: url("../../images/icons/black/News.svg"); }
    .post-list__header__more {
      color: #333333;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .post-list__header__more:after {
        content: '';
        display: block;
        background-image: url("../../images/icons/black/Chevron_Right.svg");
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        width: 10px;
        height: 10px;
        margin-left: 10px;
        min-width: 10px; }
  .post-list__content__no-results {
    padding: 20px;
    text-align: center; }
  .post-list__content__list {
    list-style-type: none;
    padding: 0; }
    .post-list:not(.post-list--large) .post-list__content__list {
      margin: 0; }
    .post-list__content__list__item {
      border-bottom: 1px solid #F4F4F4; }
      .post-list--large .post-list__content__list__item {
        border-bottom: 0px; }
      .post-list__content__list__item:last-child {
        border-bottom: 0px; }

.post-filter-list__wrapper__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media (min-width: 1024px) {
    .post-filter-list__wrapper__title {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .post-filter-list__wrapper__title--main {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .post-filter-list--icon .post-filter-list__wrapper__title--main:before {
      content: ' ';
      min-width: 21px;
      display: inline-block;
      width: 21px;
      height: 21px;
      background-repeat: no-repeat;
      background-size: contain;
      margin-right: 10px; }
    .post-filter-list--calendar .post-filter-list__wrapper__title--main:before {
      background-image: url("../../images/icons/black/Calendar.svg"); }
    .post-filter-list--news .post-filter-list__wrapper__title--main:before {
      background-image: url("../../images/icons/black/News.svg"); }

.post-filter-list__wrapper__filter__form {
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .post-filter-list__wrapper__filter__form {
      margin-bottom: 40px; } }
  .post-filter-list__wrapper__filter__form__select {
    margin-bottom: 20px; }
  .post-filter-list__wrapper__filter__form__checkbox {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .post-filter-list__wrapper__filter__form__checkbox:before {
      content: ' ';
      height: 20px;
      width: 20px;
      background: #ffffff;
      border: 1px solid #F8F9F9;
      display: inline-block;
      margin-right: 10px; }
    .post-filter-list__wrapper__filter__form__checkbox--checked:before {
      background-image: url("../../images/icons/accent/Check.svg");
      background-position: center center;
      background-size: 10px 10px;
      background-repeat: no-repeat; }
    .post-filter-list__wrapper__filter__form__checkbox__input {
      position: absolute;
      top: -100px;
      left: -100px; }

.post-filter-list__wrapper__articles {
  background-color: #ffffff;
  border-radius: 30px;
  list-style-type: none;
  margin: 0 0 40px 0;
  padding: 0; }
  .post-filter-list__wrapper__articles__article {
    border-bottom: 1px solid #F8F9F9; }
    .post-filter-list__wrapper__articles__article:last-child {
      border-bottom: 0px; }

.post-filter-list__wrapper__paginator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .post-filter-list__wrapper__paginator .page-numbers {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .post-filter-list__wrapper__paginator .page-numbers > li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 10px; }
    .post-filter-list__wrapper__paginator .page-numbers .next,
    .post-filter-list__wrapper__paginator .page-numbers .prev {
      text-indent: -999rem;
      display: inline-block;
      width: 20px;
      height: 20px;
      overflow: hidden;
      background-image: url("../../images/icons/accent/Chevron_Left.svg");
      background-position: center center;
      background-size: 10px 10px;
      background-repeat: no-repeat; }
    .post-filter-list__wrapper__paginator .page-numbers .next {
      background-image: url("../../images/icons/accent/Chevron_Right.svg"); }

.post-list-item--standalone {
  margin-bottom: 20px; }

.post-list-item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px;
  height: 100%; }
  .post-list-item--standalone .post-list-item__wrapper {
    background-color: #ffffff;
    border-radius: 30px; }
  @media (min-width: 768px) {
    .post-list-item__wrapper {
      padding: 30px 30px; } }

.post-list-item__image {
  border-radius: 50%;
  overflow: hidden;
  min-width: 60px;
  width: 60px;
  height: 60px; }
  @media (min-width: 768px) {
    .post-list-item__image {
      min-width: 85px;
      width: 85px;
      height: 85px; } }
  .post-list-item__image__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center; }

.post-list-item__date {
  color: #ffffff;
  background: #0FCD89;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px; }
  @media (min-width: 768px) {
    .post-list-item__date {
      min-width: 85px;
      width: 85px;
      height: 85px; } }
  .post-list-item__date__day {
    font-size: 22px;
    line-height: 22px;
    color: #ffffff; }
    @media (min-width: 768px) {
      .post-list-item__date__day {
        font-size: 30px;
        line-height: 30px; } }
  .post-list-item__date__month {
    font-size: 14px;
    line-height: 10px; }
    @media (min-width: 768px) {
      .post-list-item__date__month {
        font-size: 16px;
        line-height: 16px; } }

.post-list-item__content {
  padding: 0 0 0 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .post-list-item__content:only-child {
    padding: 0 0 0 0; }
  .post-list-item__content__meta {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .post-list-item__content__meta__item {
      display: block; }
      .post-list-item__content__meta__item__child:not(:last-child):after {
        content: ', ';
        display: inline; }
      .post-list-item__content__meta__item:not(:last-child):after {
        content: '|';
        margin-left: .5em;
        margin-right: .5em; }
  .post-list-item__content__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0px; }
    .post-list-item__content__title:after {
      content: '';
      display: block;
      background-image: url("../../images/icons/accent/Chevron_Right.svg");
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      width: 10px;
      height: 10px;
      margin-left: 10px;
      min-width: 10px; }
  .post-list-item__content__excerpt {
    margin: 0px; }

.page-sidebar__wrapper {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .page-sidebar__wrapper {
      margin-top: 80px;
      margin-bottom: 40px;
      padding-bottom: 40px; } }

.article-header {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F4F4F4; }
  @media (min-width: 768px) {
    .article-header {
      margin-top: 80px;
      margin-bottom: 40px;
      padding-bottom: 40px; } }
  .article-header__title {
    margin-bottom: 20px; }
  .article-header__meta {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .article-header__meta__item {
      display: inline; }
      .article-header__meta__item:not(:last-child):after {
        content: ', '; }

.article-body__content p {
  margin-bottom: 1.5em; }

.article-footer {
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  border-top: 1px solid #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 768px) {
    .article-footer {
      padding-top: 40px;
      margin-top: 40px;
      margin-bottom: 40px; } }
  .article-footer__title {
    font-weight: bold; }
  .article-footer__share-list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .article-footer__share-list__item {
      display: inline-block; }
      .article-footer__share-list__item__button {
        display: block;
        width: 20px;
        height: 20px;
        text-indent: -99rem;
        overflow: hidden;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        margin-left: 20px; }
        .article-footer__share-list__item__button--facebook {
          background-image: url("../../images/icons/black/Facebook.svg"); }
          .article-footer__share-list__item__button--facebook:hover {
            background-image: url("../../images/icons/accent/Facebook.svg"); }
        .article-footer__share-list__item__button--twitter {
          background-image: url("../../images/icons/black/Twitter.svg"); }
          .article-footer__share-list__item__button--twitter:hover {
            background-image: url("../../images/icons/accent/Twitter.svg"); }
        .article-footer__share-list__item__button--e-mail {
          background-image: url("../../images/icons/black/Mail.svg"); }
          .article-footer__share-list__item__button--e-mail:hover {
            background-image: url("../../images/icons/accent/Mail.svg"); }

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

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

.project-list-row {
  min-height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px;
  color: #333333;
  border-radius: 30px; }
  @media (min-width: 896px) {
    .project-list-row {
      min-height: 80px;
      padding: 30px 10px; } }
  .project-list-row:not(div):hover {
    color: #333333;
    text-decoration: none;
    background: #ffffff; }
    .project-list-row:not(div):hover .project-list-row__column__button {
      color: #0FCD89;
      background: #EFF8F6;
      border-color: #EFF8F6; }
      .project-list-row:not(div):hover .project-list-row__column__button .button__icon {
        background-image: url("../../images/icons/accent/Chevron_Right.svg"); }
  .project-list-row--header {
    min-height: 40px;
    padding: 10px 0; }
  .project-list-row__column--right-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .project-list-row__column--inessential {
    display: none; }
    @media (min-width: 768px) {
      .project-list-row__column--inessential {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .project-list-row__column__text--header {
    font-weight: bold; }
  .project-list-row__column__text--no-wrap {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }

.search-form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none; }
  @media (min-width: 896px) {
    .search-form {
      -ms-flex-line-pack: center;
          align-content: center; } }
  .header--search .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .search-form__form {
    width: 100%;
    position: relative; }
    .search-form__form__input {
      width: 100%;
      height: 40px;
      border: 0px;
      border-bottom: 1px solid #E7E8E7;
      padding-right: 80px;
      font-weight: 300;
      font-size: 16px;
      line-height: 24px; }
      .search-form__form__input::-webkit-input-placeholder {
        color: #888888; }
      .search-form__form__input::-ms-input-placeholder {
        color: #888888; }
      .search-form__form__input::placeholder {
        color: #888888; }
      @media (min-width: 896px) {
        .search-form__form__input {
          height: 95px;
          font-size: 50px;
          line-height: 64px; } }
    .search-form__form__button {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      opacity: 0.5;
      background: transparent;
      border: none; }
      .search-form__form__button:hover {
        background: transparent;
        opacity: 0.8; }
      .search-form__form__button:hover .button__icon {
        background-image: url("../../images/icons/black/Search.svg"); }
      .search-form__form__button .button__icon {
        width: 16px;
        height: 16px; }
        @media (min-width: 896px) {
          .search-form__form__button .button__icon {
            width: 40px;
            height: 40px; } }

.search-results-container {
  margin-top: 80px;
  margin-bottom: 80px; }
  .search-results-container__result {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #F4F4F4; }
  .search-results-container .row:last-child .search-results-container__result {
    margin-bottom: 0px;
    border-bottom: 0px solid #F4F4F4; }

.search-result__title {
  margin-bottom: 20px; }

.block-container--zero {
  padding-top: 0;
  padding-bottom: 0; }

.block-container--large {
  padding-top: 33vh;
  padding-bottom: 33vh; }

.block-container--medium {
  padding-top: 15vh;
  padding-bottom: 15vh; }

.block-container--small {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .block-container--small {
      padding-top: 80px;
      padding-bottom: 80px; } }

@media (max-width: 624px) {
  .block-container--mobile-top-image {
    padding-top: 0 !important;
    background-image: none !important; } }

.block-container__mobile-top {
  margin-bottom: 20px; }
  @media (min-width: 624px) {
    .block-container__mobile-top {
      display: none; } }
  .block-container__mobile-top__image {
    width: 100%; }

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

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

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

.block-quote__wrapper__quote {
  position: relative;
  font-family: Roboto;
  font-style: italic;
  font-weight: 300;
  font-size: 26px;
  line-height: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .block-quote__wrapper__quote {
      font-size: 24px;
      line-height: 50px; } }
  .block-quote__wrapper__quote__divider {
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 94px;
    height: 1px; }
    @media (min-width: 768px) {
      .block-quote__wrapper__quote__divider {
        width: 100px; } }

.block-quote__wrapper__source {
  font-family: Roboto;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px; }
  @media (min-width: 768px) {
    .block-quote__wrapper__source {
      font-size: 18px;
      line-height: 26px; } }

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

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

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

.block-teaser__wrapper {
  margin-bottom: 50px; }
  .block-teaser__wrapper__header {
    margin-bottom: 50px; }
    .block-teaser__wrapper__header__image {
      padding-bottom: 100%;
      /* 1:1 Ratio */ }
      .block-teaser__wrapper__header__image__img {
        display: block;
        position: absolute;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center center;
           object-position: center center;
        border-radius: 50%;
        width: 100%;
        height: 100%; }
  .block-teaser__wrapper__content {
    margin-bottom: 20px; }
    .block-teaser__wrapper__content__title {
      margin-bottom: 20px; }
    @media (min-width: 768px) {
      .block-teaser--text--center .block-teaser__wrapper__content__excerpt {
        padding: 0 20px; } }
  .block-teaser__wrapper__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .block-teaser--text--center .block-teaser__wrapper__footer {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .block-teaser--text--left .block-teaser__wrapper__footer {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .block-teaser--text--right .block-teaser__wrapper__footer {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }

.block-sub-menu {
  background-color: #F8F9F9;
  border-radius: 30px;
  margin-bottom: 40px; }
  .block-sub-menu__list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .block-sub-menu__list__item {
      border-bottom: 1px solid #F4F4F4; }
      .block-sub-menu__list__item--current .block-sub-menu__list__item__link {
        font-weight: bold; }
      .block-sub-menu__list__item:last-child {
        border-bottom: 0; }
      .block-sub-menu__list__item__link {
        display: block;
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        letter-spacing: 0.33px; }
        @media (min-width: 768px) {
          .block-sub-menu__list__item__link {
            padding: 27px; } }
        .block-sub-menu__list__item__link:after {
          content: ' ';
          width: 30px;
          height: 30px;
          border-radius: 50%;
          display: inline-block;
          margin-left: 10px;
          background-color: #0FCD89;
          background-image: url("../../images/icons/white/Chevron_Right.svg");
          background-size: 10px 10px;
          background-position: center center;
          background-repeat: no-repeat; }
        .block-sub-menu__list__item__link:hover {
          background-color: #ffffff;
          color: inherit;
          text-decoration: none; }
          .block-sub-menu__list__item__link:hover:after {
            background-color: #F4F4F4;
            background-image: url("../../images/icons/accent/Chevron_Right.svg"); }

.block-project-info__wrapper {
  background-color: #F4F4F4;
  border-radius: 30px;
  padding: 40px; }

.block-project-info__title {
  margin-bottom: 30px; }

.block-project-info__content__institute__title {
  margin-bottom: 0px; }

.block-project-info__content__website__title {
  margin-bottom: 0px; }

.block-project-info-person {
  margin-bottom: 30px; }
  .block-project-info-person__list {
    position: relative; }
    .block-project-info-person__list__label {
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      opacity: 0; }
    .block-project-info-person__list__value {
      margin: 0; }
      .block-project-info-person__list__value__heading {
        margin-bottom: 0; }

.wp-block-image {
  margin-bottom: 40px; }
  .wp-block-image img {
    max-width: 100%;
    border-radius: 30px; }

/*# sourceMappingURL=main.css.map*/