/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/*-----------------------------------------------------------------------------------*/
/*      0.0 Reset
/*-----------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

/*
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/*
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/*
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-----------------------------------------------------------------------------------*/
/*      1.0 Icomoon
/*-----------------------------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../icomoon/fonts/icomoon.eot?2pha8");
  src: url("../icomoon/fonts/icomoon.eot?2pha8#iefix") format("embedded-opentype"), url("../icomoon/fonts/icomoon.ttf?2pha8") format("truetype"), url("../icomoon/fonts/icomoon.woff?2pha8") format("woff"), url("../icomoon/fonts/icomoon.svg?2pha8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"], .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;
}

.icon-clear:before {
  content: "\e900";
}

.icon-close:before {
  content: "\e900";
}

.icon-twitter1:before {
  content: "\e910";
}

.icon-instagram:before {
  content: "\e901";
}

.icon-facebook-official:before {
  content: "\e902";
}

.icon-linkedin:before {
  content: "\e903";
}

.icon-x:before {
  content: "\e904";
}

.icon-twitter:before {
  content: "\e904";
}

.icon-arrow-left:before {
  content: "\e905";
}

.icon-arrow-right:before {
  content: "\e906";
}

.icon-cal:before {
  content: "\e907";
}

.icon-down:before {
  content: "\e908";
}

.icon-download:before {
  content: "\e909";
}

.icon-file:before {
  content: "\e90a";
}

.icon-flag:before {
  content: "\e90b";
}

.icon-img:before {
  content: "\e90c";
}

.icon-letter:before {
  content: "\e90d";
}

.icon-person:before {
  content: "\e90e";
}

.icon-search:before {
  content: "\e90f";
}

/*-----------------------------------------------------------------------------------*/
/*      2.0 Helper
/*-----------------------------------------------------------------------------------*/
/* 2.1 FLOATS */
.float--right {
  float: right !important;
}

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

/* 2.2 CONTENT/BG COVER */
.bg--image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img, .object-fit-con img, .block--header .object-fit-con, .block--consortia .object-fit-con, .block--consortia .overlay::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 2.3 VISIBILITY */
.hidden {
  display: none;
}

@media only screen and (max-width: 1400px) {
  .hidden--mobile {
    display: none;
  }
}

@media only screen and (min-width: 1401px) {
  .hidden--desktop {
    display: none;
  }
}

.sr-only,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* 2.4 CLEARFIX */
.container::after, .wpforms-field-container::after, .clearfix::after, .cf::after {
  content: "";
  display: table;
  clear: both;
}

/*-----------------------------------------------------------------------------------*/
/*      3.0 Media
/*-----------------------------------------------------------------------------------*/
img, media {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
  margin: auto;
  border: 0;
}

iframe {
  max-width: 100%;
  vertical-align: top;
  display: block;
  margin: auto;
  border: 0;
}

video {
  display: block;
  width: 100%;
}

.iframe-wrap,
.img-wrap-inner {
  position: relative;
  z-index: 0;
  padding-bottom: 56.25%;
}
.iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img {
  position: absolute;
}

/*-----------------------------------------------------------------------------------*/
/*  4.0 Grid System
/*-----------------------------------------------------------------------------------*/
/*  4.1 Width */
.one-whole {
  width: 100%;
}

.one-half {
  width: 50%;
}

.one-third {
  width: 33.333%;
}

.two-thirds {
  width: 66.666%;
}

.one-quarter {
  width: 25%;
}

.three-quarters {
  width: 75%;
}

.one-fifth {
  width: 20%;
}

.one-sixth {
  width: 16.666%;
}

.three-tenths {
  width: 30%;
}

@media only screen and (max-width: 1400px) {
  .xl-one-whole {
    width: 100%;
  }

  .xl-one-half {
    width: 50%;
  }

  .xl-one-third {
    width: 33.333%;
  }

  .xl-two-thirds {
    width: 66.666%;
  }

  .xl-one-quarter {
    width: 25%;
  }

  .xl-three-quarters {
    width: 75%;
  }

  .xl-one-fifth {
    width: 20%;
  }

  .xl-one-sixth {
    width: 16.666%;
  }

  .xl-three-tenths {
    width: 30%;
  }
}
@media only screen and (max-width: 1200px) {
  .content-one-whole {
    width: 100%;
  }

  .content-one-half {
    width: 50%;
  }

  .content-one-third {
    width: 33.333%;
  }

  .content-two-thirds {
    width: 66.666%;
  }

  .content-one-quarter {
    width: 25%;
  }

  .content-three-quarters {
    width: 75%;
  }

  .content-one-fifth {
    width: 20%;
  }

  .content-one-sixth {
    width: 16.666%;
  }

  .content-three-tenths {
    width: 30%;
  }
}
@media only screen and (max-width: 1020px) {
  .lg-one-whole {
    width: 100%;
  }

  .lg-one-half {
    width: 50%;
  }

  .lg-one-third {
    width: 33.333%;
  }

  .lg-two-thirds {
    width: 66.666%;
  }

  .lg-one-quarter {
    width: 25%;
  }

  .lg-three-quarters {
    width: 75%;
  }

  .lg-one-fifth {
    width: 20%;
  }

  .lg-one-sixth {
    width: 16.666%;
  }

  .lg-three-tenths {
    width: 30%;
  }
}
@media only screen and (max-width: 800px) {
  .md-one-whole {
    width: 100%;
  }

  .md-one-half {
    width: 50%;
  }

  .md-one-third {
    width: 33.333%;
  }

  .md-two-thirds {
    width: 66.666%;
  }

  .md-one-quarter {
    width: 25%;
  }

  .md-three-quarters {
    width: 75%;
  }

  .md-one-fifth {
    width: 20%;
  }

  .md-one-sixth {
    width: 16.666%;
  }

  .md-three-tenths {
    width: 30%;
  }
}
@media only screen and (max-width: 640px) {
  .sm-one-whole {
    width: 100%;
  }

  .sm-one-half {
    width: 50%;
  }

  .sm-one-third {
    width: 33.333%;
  }

  .sm-two-thirds {
    width: 66.666%;
  }

  .sm-one-quarter {
    width: 25%;
  }

  .sm-three-quarters {
    width: 75%;
  }

  .sm-one-fifth {
    width: 20%;
  }

  .sm-one-sixth {
    width: 16.666%;
  }

  .sm-three-tenths {
    width: 30%;
  }
}
@media only screen and (max-width: 480px) {
  .xs-one-whole {
    width: 100%;
  }

  .xs-one-half {
    width: 50%;
  }

  .xs-one-third {
    width: 33.333%;
  }

  .xs-two-thirds {
    width: 66.666%;
  }

  .xs-one-quarter {
    width: 25%;
  }

  .xs-three-quarters {
    width: 75%;
  }

  .xs-one-fifth {
    width: 20%;
  }

  .xs-one-sixth {
    width: 16.666%;
  }

  .xs-three-tenths {
    width: 30%;
  }
}
/*  4.2 Container */
.container {
  max-width: 84rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding-left: 5rem;
  padding-right: 5rem;
}

.container--full {
  max-width: 100%;
}

.container--small {
  max-width: 57rem;
}

.container--tiny {
  max-width: 376px;
}

.container.no-pad {
  padding-left: 0;
  padding-right: 0;
}

/*  4.4 Flexgrid */
.flexgrid, .flex {
  display: flex;
}

.flexgrid--gutter {
  margin-left: -2.5rem;
}
.flexgrid--gutter > .flex__item {
  padding-left: 2.5rem;
}

.flexgrid--narrow {
  margin-left: -1.25rem;
}
.flexgrid--narrow > .flex__item {
  padding-left: 1.25rem;
}

.flexgrid--wide {
  margin-left: -5rem;
}
.flexgrid--wide > .flex__item {
  padding-left: 5rem;
}

.flex--end {
  justify-content: flex-end;
}

.flex--middle {
  align-items: center;
}
.flex--middle p:last-child {
  margin-bottom: 0;
}

.flex--column {
  flex-direction: column;
}

.flex--center {
  justify-content: center;
}

.flex--bottom {
  align-items: flex-end;
}

.flex1 {
  flex: 1 0 auto;
}

.flex--wrap {
  flex-wrap: wrap;
}

/*-----------------------------------------------------------------------------------*/
/*  5.0 Typography
/*-----------------------------------------------------------------------------------*/
html {
  font-family: "open_sans", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.6875;
  color: #535353;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

*::selection {
  background: #99bf1c;
  color: white;
}

[data-target] {
  cursor: pointer;
}

/*  5.1 Links */
a {
  text-decoration: none;
  color: #99bf1c;
  transition: all 0.25s ease-out;
}
a:hover {
  color: #0f6a16;
}
a:focus, a:active {
  outline: none;
}

a, i {
  -webkit-tap-highlight-color: transparent;
}

h1, .alpha,
h2, .beta,
h3, .gamma,
h4, .delta,
h5, .epsilon,
h6, .zeta {
  font-family: "open_sans", "Arial", sans-serif;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1.25rem;
  color: #535353;
}

span.margin-bottom {
  display: inline-block;
  margin-bottom: 2.5rem;
}

img.alignleft {
  margin-left: 0;
}

img.alignright {
  margin-right: 0;
}

/*  5.2 Headlines */
h1 a, h1 a:visited, .alpha a, .alpha a:visited,
h2 a,
h2 a:visited, .beta a, .beta a:visited,
h3 a,
h3 a:visited, .gamma a, .gamma a:visited,
h4 a,
h4 a:visited, .delta a, .delta a:visited,
h5 a,
h5 a:visited, .epsilon a, .epsilon a:visited,
h6 a,
h6 a:visited, .zeta a, .zeta a:visited {
  text-decoration: none;
}

h1, .alpha {
  font-size: 3.5rem;
  line-height: 1.28571;
  font-weight: 600;
}

h2, .beta {
  font-size: 2.625rem;
  line-height: 1.2381;
  margin-bottom: 2.5rem;
}

h3, .gamma {
  font-size: 1.5rem;
  line-height: 1.33333;
}

h4, .delta {
  font-size: 1.25rem;
  line-height: 1.3;
}

h5, .epsilon {
  font-size: 1rem;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

h6, .zeta {
  font-size: 0.75rem;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
h6 i, .zeta i {
  font-size: 1rem;
  display: inline-block;
  margin-right: 0.25rem;
  vertical-align: -2px;
}

p, blockquote,
pre, dl {
  margin: 0 0 1.25rem;
}
p a, blockquote a,
pre a, dl a {
  text-decoration: underline;
  color: #535353;
}
p a:hover, blockquote a:hover,
pre a:hover, dl a:hover {
  color: #99bf1c;
}

.hyphens {
  hyphens: auto;
}

/*  5.3 Alignment */
.text--center,
.has-text-align-center {
  text-align: center;
}

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

.uppercase {
  text-transform: uppercase;
}

.alignleft img {
  margin-left: 0;
}

.alignright img {
  margin-right: 0;
}

/*  5.4 Quotes */
blockquote {
  font-size: 1rem;
  line-height: 1.6875;
  padding: 0 1.5em;
  font-style: italic;
}
blockquote cite {
  margin: 0;
  font-style: italic;
}

hr {
  border: none;
  border-top: 1px solid #a3a3a3;
  margin: 5rem 0;
}

q {
  font-style: italic;
}

pre {
  padding: 2.5rem;
  border-radius: 5px;
  border: 1px solid #999999;
}

ul {
  padding-left: 1rem;
}

@font-face {
  font-family: 'open_sans';
  src: url("../fonts/open-sans-v40-latin-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'open_sans';
  src: url("../fonts/open-sans-v40-latin-italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'open_sans';
  src: url("../fonts/open-sans-v40-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'open_sans';
  src: url("../fonts/open-sans-v40-latin-700.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'open_sans';
  src: url("../fonts/open-sans-v40-latin-700italic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
/*-----------------------------------------------------------------------------------*/
/*  6.0 Elements
/*-----------------------------------------------------------------------------------*/
/*  6.1 Buttons */
.btn, input[type="button"],
input[type="submit"] {
  font-size: 0.8125rem;
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  font-weight: 600;
  cursor: pointer;
  border: none;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.4;
  padding: 0.5rem 1rem;
  border-radius: 0 0 0 1rem;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  text-align: center;
  color: white;
  background: linear-gradient(to bottom, #99bf1c 50%, #0f6a16 50%) top;
  background-size: 100% 200%;
  -webkit-tap-highlight-color: transparent;
}
.btn:hover, input[type="button"]:hover,
input[type="submit"]:hover {
  color: white;
  background-position: bottom;
}
.btn:active, input[type="button"]:active,
input[type="submit"]:active, .btn:focus, input[type="button"]:focus,
input[type="submit"]:focus {
  outline: none;
}

.btn--download {
  border-radius: 0;
}
.btn--download i {
  display: inline-block;
  margin-right: 0.4rem;
}

.btn--link {
  font-size: .875rem;
  font-weight: bold;
  color: #535353;
  border-bottom: 1px solid #535353;
  line-height: 1.5rem;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: 0.4rem 0;
}

.btn--toggle {
  padding: 0.25rem 0 0 5rem;
  height: 4.2rem;
  width: 10rem;
  text-align: center;
  background: transparent;
  z-index: 999;
  position: relative;
  border-radius: 0%;
  border: 0;
  z-index: 10001;
  margin-left: auto;
  margin-right: 0;
  border-left: 1px solid #FFF;
}
.btn--toggle .text {
  color: #FFF;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: bold;
  float: left;
  margin-left: -2.5rem;
  line-height: 1.1;
}
.btn--toggle .icon-bar {
  display: block;
  background: #FFF;
  position: relative;
  width: 16px;
  height: 2px;
  margin: 3px auto;
  transition: transform 0.25s ease-out;
}
.btn--toggle:hover {
  background: #FFF;
}
.btn--toggle:hover .text {
  color: #0f6a16;
}
.btn--toggle:hover .icon-bar {
  background: #0f6a16;
}
.scrolled .btn--toggle, .single:not(.single-consortia) .btn--toggle, body.error404 .btn--toggle, body.search .btn--toggle {
  background: #FFF;
}
.scrolled .btn--toggle .text, .single:not(.single-consortia) .btn--toggle .text, body.error404 .btn--toggle .text, body.search .btn--toggle .text {
  color: #535353;
}
.scrolled .btn--toggle .icon-bar, .single:not(.single-consortia) .btn--toggle .icon-bar, body.error404 .btn--toggle .icon-bar, body.search .btn--toggle .icon-bar {
  background: #535353;
}
.nav-mobile-active .btn--toggle {
  background: #FFF;
}
.nav-mobile-active .btn--toggle .text {
  color: #0f6a16;
}
.nav-mobile-active .btn--toggle .icon-bar {
  background: #0f6a16;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 5px;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(3) {
  opacity: 0;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(4) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -5px;
}

/*  6.2 Forms */
select,
input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="number"],
textarea {
  font-size: .875rem;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #0f6a16;
  padding: 0.3rem 0 0.25rem;
  background: transparent;
  color: #0f6a16;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

textarea {
  resize: vertical;
  height: 160px !important;
}

input[type="text"]::-ms-clear {
  display: none;
}

label {
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-bottom: 0.75em;
}

.wpcf7-form-control-wrap {
  display: block;
}

span.wpcf7-list-item {
  margin-left: 0;
}

.wpforms-field-label-inline {
  font-size: 1rem;
  line-height: 1.125;
  position: relative;
  padding-left: 2.25rem;
  display: block;
}
.wpforms-field-label-inline::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 1.5rem;
  background: rgba(217, 220, 220, 0.4);
}
input[type="checkbox"]:checked + .wpforms-field-label-inline::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 1.5rem;
  background: #535353;
  height: 0.7rem;
  width: 0.7rem;
  left: 0.4rem;
}

.wpforms-field-select {
  position: relative;
}
.wpforms-field-select::before {
  content: "\e905";
  font-family: 'icomoon';
  font-size: 0.8rem;
  color: #99bf1c;
  position: absolute;
  right: 2.5rem;
  top: 54%;
  transform: translateY(-50%);
  pointer-events: none;
}
.wpforms-field-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select:invalid,
select.empty {
  color: rgba(153, 153, 153, 0.8);
}

@media only screen and (min-width: 801px) {
  .wpforms-field-container {
    display: flex;
    flex-wrap: wrap;
  }
  .wpforms-field-container > div:not(.wpforms-one-half) {
    width: 100%;
  }
  .wpforms-field-container .wpforms-one-half {
    padding-left: 0.4rem;
    width: 50%;
  }
  .wpforms-field-container .wpforms-one-half.wpforms-first {
    padding-right: 0.4rem;
    padding-left: 0;
    width: 50%;
  }
  .wpforms-field-container .wpforms-one-half.wpforms-first.wpforms-field-select::before {
    right: 1.4rem;
  }
}
.wpforms-container .wpforms-field {
  padding: 0.7rem 0;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
  opacity: 0.8;
}

::-moz-placeholder,
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
  opacity: 0.8;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
  opacity: 0.8;
}

/*  6.3 Nav */
.header-nav {
  position: relative;
  z-index: 9;
  border-bottom: 1px solid #FFF;
}
.header-nav ul {
  display: flex;
}
.header-nav .menu > li {
  border-right: 1px solid #FFF;
  height: 100%;
  flex: auto;
}
.header-nav .menu > li:last-child {
  border: 0;
}
.header-nav .menu > li:hover > a {
  background: #FFF;
  color: #99bf1c;
}
.header-nav a[href="#"] {
  cursor: auto;
}
.header-nav a {
  font-size: 0.875rem;
  color: #FFF;
  height: 100%;
  text-align: center;
  display: block;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 4.2rem;
  white-space: nowrap;
}
.scrolled .header-nav a, .single:not(.single-consortia) .header-nav a, body.error404 .header-nav a, body.search .header-nav a {
  color: #535353;
}
.header-nav a:hover,
.header-nav .current-menu-item > a,
.header-nav .current-parent-item > a {
  background: #FFF;
  color: #99bf1c !important;
}
.header-nav .current-menu-item > [href="/#kontakt"],
.header-nav .current-menu-item > [href="/en/#kontakt"],
.header-nav .current-menu-item > [href="/en/#contact"] {
  background: transparent !important;
  color: #FFF !important;
}
.scrolled .header-nav .current-menu-item > [href="/#kontakt"], .scrolled
.header-nav .current-menu-item > [href="/en/#kontakt"], .scrolled
.header-nav .current-menu-item > [href="/en/#contact"] {
  color: #535353 !important;
}
.header-nav li {
  display: block;
}
.header-nav .sub-menu a {
  font-size: 0.875rem;
  height: auto;
  color: #535353;
  line-height: 1.5;
  padding: 1.4rem 0.5rem 1.3rem;
  white-space: initial;
}
.header-nav .sub-menu a:hover,
.header-nav .sub-menu .current-menu-item > a,
.header-nav .sub-menu .current-parent-item > a {
  color: #99bf1c;
}

.nav--social a {
  font-size: 1.75rem;
  height: 4.25rem;
  color: #1f3f27;
  padding: 1rem;
}
.nav--social a:hover {
  color: #99bf1c;
}
.nav--social li:last-child a {
  padding-right: 0;
}

.icon-linkedin {
  font-size: 0.95em;
}

.nav--inline ul {
  display: flex;
}
.nav--inline li {
  margin-right: 1rem;
}
.nav--inline a {
  display: inline-block;
  padding: 0.25rem 0 0.2rem;
}
.nav--inline a:hover {
  color: #FFF;
  text-decoration: underline;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 1401px) {
  .menu > li {
    position: relative;
  }
  .menu > li:hover > ul, .menu > li:focus > ul, .menu > li:active > ul {
    opacity: 1;
    visibility: visible;
  }
  .menu > li > ul {
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
    transition-delay: 100ms;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 998;
    display: block;
    background: #FFF;
  }
}
/*  6.4 Mobile Nav */
.nav-mobile {
  position: absolute;
  z-index: 998;
  right: 0;
  top: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
}
@media only screen and (min-width: 641px) {
  .nav-mobile {
    overflow: auto;
    width: 25rem;
    top: calc(100% - 1px);
    right: 5rem;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    max-height: calc(100vh - 8.5rem);
  }
}

.nav-mobile__inner {
  background: #FFF;
  min-height: 100%;
  display: inline-block;
  width: 100%;
}

.nav-mobile-transiting .nav-mobile, .nav-mobile-active .nav-mobile {
  height: 100vh;
  -webkit-backface-visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 641px) {
  .nav-mobile-transiting .nav-mobile, .nav-mobile-active .nav-mobile {
    height: auto;
  }
}

.nav-mobile-active .nav-mobile {
  opacity: 1;
}

.nav-mobile__inner ul {
  list-style: none;
  padding: 2rem 2rem 1.5rem;
  margin: 0;
}
.nav-mobile__inner ul ul {
  padding: 0 0 0.5rem 1.5rem;
}
.nav-mobile__inner ul ul a {
  padding-top: 1rem;
  padding-bottom: 0.9rem;
}
.nav-mobile__inner ul a.js-open {
  padding-bottom: 0.6rem;
}
.nav-mobile__inner ul .sub-menu {
  display: none;
}
.nav-mobile__inner ul .js-open + .sub-menu + span i {
  transform: rotate(180deg);
}
.nav-mobile__inner ul .js-open + .sub-menu {
  display: block;
}
.nav-mobile__inner ul li {
  display: block;
}
.nav-mobile__inner ul li:not(:first-child) {
  border-top: 1px solid #a3a3a3;
}
.nav-mobile__inner ul li.menu-item-has-children {
  position: relative;
}
.nav-mobile__inner ul li.menu-item-has-children > a {
  width: calc(100% - 4rem);
}
.nav-mobile__inner ul li.menu-item-has-children span {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 3.8rem;
  line-height: 3.8rem;
  padding: 0.25rem;
  color: #535353;
  font-size: 0.6rem;
  text-align: center;
}
.nav-mobile__inner ul li.menu-item-has-children i {
  display: inline-block;
}
.nav-mobile__inner ul a {
  font-size: .875rem;
  color: #535353;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-top: 1.25rem;
  padding-bottom: 1.1rem;
  transition: color 0.25s ease-out;
}
.nav-mobile__inner ul a:hover {
  color: #99bf1c;
}
.nav-mobile__inner ul a:hover,
.nav-mobile__inner ul .current-menu-item > a,
.nav-mobile__inner ul .current-parent-item > a {
  color: #99bf1c;
}

/*

  Transitions

  Transitions and animations
  
*/
.js-fade-in,
.js-load {
  transition: all 0.75s ease-out;
  opacity: 0;
}
.js-fade-in.js-in,
.js-load.js-in {
  opacity: 1;
}

.js-fade-up {
  transition: all 0.75s ease-out;
  transform: translateY(2rem);
  opacity: 0;
}
.js-fade-up.js-in {
  transform: translateY(0);
  opacity: 1;
}

.js-fade-stacked > * {
  opacity: 0;
  transform: translateY(2rem);
  transition: transform 0.75s ease-out, opacity 0.75s ease-out;
}
.js-fade-stacked.js-in > * {
  opacity: 1;
  transform: translateY(0);
}
.js-fade-stacked > :nth-child(2) {
  transition-delay: 0.15s;
}
.js-fade-stacked > :nth-child(3) {
  transition-delay: 0.3s;
}
.js-fade-stacked > :nth-child(4) {
  transition-delay: 0.45s;
}
.js-fade-stacked > :nth-child(5) {
  transition-delay: 0.6s;
}
.js-fade-stacked > :nth-child(6) {
  transition-delay: 0.75s;
}
.js-fade-stacked > :nth-child(7) {
  transition-delay: 0.9s;
}
.js-fade-stacked > :nth-child(8) {
  transition-delay: 1.05s;
}
.js-fade-stacked > :nth-child(9) {
  transition-delay: 1.2s;
}
.js-fade-stacked > :nth-child(10) {
  transition-delay: 1.35s;
}
.js-fade-stacked > :nth-child(11) {
  transition-delay: 1.5s;
}
.js-fade-stacked > :nth-child(11) {
  transition-delay: 1.65s;
}

.js-fade-special .wrap {
  overflow: hidden;
}
.js-fade-special .wrap > * {
  opacity: 0;
  transform: translateY(4rem);
  transition: transform 0.75s ease-out, opacity 0.75s ease-out;
}
.js-fade-special.js-in .wrap > * {
  opacity: 1;
  transform: translateY(0);
}
.js-fade-special > :nth-child(2) > * {
  transition-delay: 0.15s;
}
.js-fade-special > :nth-child(3) > * {
  transition-delay: 0.3s;
}
.js-fade-special > :nth-child(4) > * {
  transition-delay: 0.45s;
}
.js-fade-special > :nth-child(5) > * {
  transition-delay: 0.6s;
}
.js-fade-special > :nth-child(6) > * {
  transition-delay: 0.75s;
}
.js-fade-special > :nth-child(7) > * {
  transition-delay: 0.9s;
}
.js-fade-special > :nth-child(8) > * {
  transition-delay: 1.05s;
}
.js-fade-special > :nth-child(9) > * {
  transition-delay: 1.2s;
}
.js-fade-special > :nth-child(10) > * {
  transition-delay: 1.35s;
}
.js-fade-special > :nth-child(11) > * {
  transition-delay: 1.5s;
}
.js-fade-special > :nth-child(11) > * {
  transition-delay: 1.65s;
}

.js-1 {
  transition-delay: 0.15s !important;
}

.js-2 {
  transition-delay: 0.3s !important;
}

.js-3 {
  transition-delay: 0.45s !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-wrap figcaption {
  display: none;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*# sourceMappingURL=magnific-popup.css.map */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-pagination-bullet {
  background: #535353;
  margin: 0 0.25rem;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #99bf1c;
}

.swiper-btn {
  color: #535353;
  font-size: 1.25rem;
}
.swiper-btn::hover {
  color: #99bf1c;
}

.swiper-prev {
  margin-right: 9rem;
}

.swiper-next {
  margin-left: 9rem;
}

.swiper-carousell .swiper-prev {
  margin-left: 0;
  margin-right: auto;
}
.swiper-carousell .swiper-next {
  margin-right: 0;
  margin-left: auto;
}

/*-----------------------------------------------------------------------------------*/
/*  7.0 Header
/*-----------------------------------------------------------------------------------*/
.site-header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s ease-out;
}
.scrolled .site-header {
  background: #FFF;
  border-bottom: 1px solid #a3a3a3;
}
@media only screen and (min-width: 801px) {
  .scrolled .site-header {
    transform: translateY(-50%);
  }
}
.single:not(.single-consortia) .site-header, body.error404 .site-header, body.search .site-header {
  background: #FFF;
  border-bottom: 1px solid #a3a3a3;
}

body {
  padding-top: 4.25rem;
}

.logos {
  background: #FFF;
  z-index: 999;
}
.logos a {
  display: block;
}
.logos img {
  width: auto;
  height: 8.5rem;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 801px) {
  .scrolled .logos .site-branding + a {
    opacity: 0;
    pointer-events: none;
  }
  .scrolled .logos .site-branding img {
    transform: scale(0.5) translateY(50%);
  }
}

.wpml,
.wpml-mobile {
  margin-right: 4rem;
  height: 100%;
}
.wpml a,
.wpml-mobile a {
  display: inline-block;
  font-size: .75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #535353;
  padding: 0.2rem 0 0.1rem;
  margin-right: 1.5rem;
}
.wpml a.active,
.wpml-mobile a.active {
  border-bottom: 1px solid currentColor;
}
.wpml a:hover,
.wpml-mobile a:hover {
  color: #99bf1c;
}

.wpml-mobile {
  margin: 0;
}
.wpml-mobile div {
  width: 50%;
  margin: 0 0 2rem;
  padding: 0 2rem;
}
.wpml-mobile div:last-child {
  text-align: right;
}
.wpml-mobile a {
  margin: 0;
}

.search-form {
  position: absolute;
  right: 7rem;
  background: #FFF;
  width: 22rem;
  height: 100%;
  padding: 0 2rem;
  display: none;
}
.js-search .search-form {
  display: flex;
}

.search-form-m {
  border-top: 1px solid #99bf1c;
  margin-bottom: 4rem;
}
.search-form-m input {
  margin: 0.25rem 2rem 0.4rem;
  width: calc(100% - 10rem);
}
.search-form-m .btn, .search-form-m input[type="button"],
.search-form-m input[type="submit"] {
  font-size: 1.5rem;
  line-height: 4rem;
  height: 4rem;
  padding: 0;
  border-radius: 0;
  width: 6rem;
}
.search-form-m .btn:hover, .search-form-m input[type="button"]:hover,
.search-form-m input[type="submit"]:hover {
  background: #99bf1c;
}

.nav--bar__top {
  background: #FFF;
  height: 4.25rem;
}

.nav--bar__bottom {
  height: 4.25rem;
  padding-right: 7rem;
}
.nav--bar__bottom .inner {
  height: 4.25rem;
}

.link--search {
  font-size: 1.75rem;
  width: 7rem;
  color: #1f3f27;
}
.link--search:hover {
  color: #99bf1c;
}
.js-search .link--search {
  background: #99bf1c;
  color: #FFF;
}
.js-search .link--search:hover {
  background: #0f6a16;
  color: #FFF;
}

.site-header__toggle {
  display: none;
}
@media only screen and (max-width: 1400px) {
  .site-header__toggle {
    display: inline-block;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  8.0 Sections
/*-----------------------------------------------------------------------------------*/
/* 8.1 Section Spacing */
html {
  scroll-behavior: smooth;
}

.margin-bottom {
  margin-bottom: 2.5rem;
}

.margin-top {
  margin-top: 2.5rem;
}

.margin-bottom--small {
  margin-bottom: 1.25rem;
}

.margin-bottom--big {
  margin-bottom: 5rem;
}

.margin-bottom--huge {
  margin-bottom: 7.5rem;
}

.spacing {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.spacing--big {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.relative {
  position: relative;
}

.padding {
  padding: 2.5rem;
}

.padding-top {
  padding-top: 2.5rem;
}

.padding-top--small {
  padding-top: 1.25rem;
}

.padding-top--tiny {
  padding-top: 0.75rem;
}

.padding-top--big {
  padding-top: 5rem;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.object-fit-con {
  position: relative;
}
.object-fit-con img {
  position: absolute;
  object-fit: cover;
}

.bg--light,
.page-template-page-grey {
  background: #F4F4F5;
}

.bg--dark {
  background: #535353;
}
.bg--dark * {
  color: #FFF;
}

.block--header {
  position: relative;
  overflow: hidden;
}
.block--header > .relative {
  padding-top: 4.25rem;
}
.block--header .object-fit-con {
  position: absolute;
  width: calc(100% - 7rem);
  border-radius: 0 0 4rem 0;
  overflow: hidden;
}
.block--header .object-fit-con img {
  left: -2px;
  width: calc(100% + 2px);
  max-width: calc(100% + 2px);
}
.block--header .offset {
  margin-right: 7rem;
}
.block--header .inner {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.block--header h1 {
  color: #FFF;
  margin-bottom: 0;
  padding-right: 2rem;
}
.block--header .inner p {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 1rem;
  color: #FFF;
}
.block--header .image-caption {
  right: auto;
  left: 0;
}

.block--header-complex .extend {
  width: calc(100% + 3rem + 1vw);
}
.block--header-complex .logo {
  position: absolute;
  width: 14rem;
  right: calc(100% + 1rem);
}
.block--header-complex .logo img {
  width: 100%;
}
.block--header-complex .bg--light {
  background: transparent;
  position: relative;
}
.block--header-complex .bg--light::before {
  content: '';
  position: absolute;
  background: #F4F4F5;
  top: 0;
  left: 0;
  width: calc(100% - 7rem);
  border-radius: 0 0 4rem 0;
  height: 100%;
}
.block--header-complex .object-fit-con {
  border-radius: 0;
}
.block--header-complex .three-tenths p, .block--header-complex .extend p {
  line-height: 1.5;
}

.image-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  white-space: nowrap;
  text-align: right;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.6);
  max-width: 100%;
}

.image-caption .copyright-icon {
  display: inline-block;
  padding-left: .625rem;
  padding-right: .625rem;
}

.image-caption p {
  text-transform: uppercase;
  color: #fff;
  font-size: .625rem;
  padding: .625rem;
  line-height: 1;
  margin-bottom: 0;
}

.image-caption .copyright-info {
  display: none;
}

.image-caption:hover .copyright-info {
  display: inline-block;
}
.image-caption:hover .copyright-icon {
  display: none;
}

.block--grid figure {
  display: block;
  width: 35rem;
  max-width: 100%;
  margin-left: 0;
}
@media only screen and (min-width: 801px) {
  .block--grid .links .flex__item.parent:first-child {
    order: 9;
  }
}
.block--grid .rechts figure {
  margin-left: auto;
  margin-right: 0;
}

figure img {
  width: 100%;
}

figcaption,
.figcaption {
  background-color: #f8f8f8;
  padding: 0.875rem 0.875rem 0.875rem 3rem;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  min-height: 4.75rem;
  position: relative;
}
figcaption svg,
.figcaption svg {
  position: absolute;
  left: 1.75rem;
  top: 50%;
  margin-top: -0.5rem;
  height: 1.1rem;
  width: 8px;
  display: block;
}
figcaption svg path,
.figcaption svg path {
  fill: #535353;
}

.figcaption-ontop {
  font-size: 0.75rem;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 0.4rem 0.6rem 0.35rem;
  line-height: 1.4;
  min-height: auto;
  color: #FFF;
}

.single {
  padding-top: 11rem;
}
.single .site-main .container {
  max-width: 57rem;
}

.page-template-page-no-header {
  padding-top: 11rem;
}

body.search,
body.error404 {
  padding-top: 4.25rem;
}

body.search article {
  border-bottom: 1px solid #a3a3a3;
}
body.search article h3 a {
  color: #535353;
}

body.home .block--header .container {
  max-width: 84rem;
}

.single-consortia {
  padding-top: 4.25rem;
}
.single-consortia .block--header .object-fit-con {
  background: #1f3f27;
}
.single-consortia .block--header .object-fit-con img {
  opacity: 0.75;
}

div.cats {
  padding-left: 0.5rem;
}
div.cats a, div.cats span {
  display: inline-block;
  margin-right: 0.5rem;
  color: #535353;
}
div.cats a:hover {
  color: #99bf1c;
}

.share .inner {
  border-top: 1px solid #a3a3a3;
}
.share .flex1 a {
  display: inline-block;
  font-size: 1.25rem;
  padding: 0.3rem;
  margin-right: 0.5rem;
  line-height: 1;
  color: #535353;
}
.share .flex1 a:hover {
  color: #99bf1c;
}
.share .flex1 span {
  display: inline-block;
  padding-bottom: 0.25rem;
  margin-right: 0.7rem;
}

.block--gallery {
  overflow: hidden;
}
.block--gallery .swiper {
  margin-left: -2rem;
  width: calc(100% + 4rem);
}
.block--gallery .swiper-slide .relative {
  padding-bottom: 60%;
}
.block--gallery .swiper-slide:not(.swiper-slide-active) figure {
  opacity: 0.3;
}
.block--gallery figure {
  transition: all 0.75s ease-out;
  display: block;
}
.block--gallery figcaption, .block--gallery .figcaption {
  background: #FFF;
}

.block--consortia .wrap .relative {
  height: 100%;
}
.block--consortia a {
  position: relative;
  display: block;
  height: 100%;
}
.block--consortia .object-fit-con {
  display: block;
  position: absolute;
  z-index: 1;
}
.block--consortia .overlay {
  position: relative;
  height: 100%;
  z-index: 3;
  padding: 1.75rem;
  min-height: 18rem;
  transition: all 0.25s ease-out;
}
.block--consortia .overlay::before {
  content: '';
  position: absolute;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.55));
  transition: all 0.25s ease-out;
}
.block--consortia .overlay > * {
  position: relative;
  z-index: 3;
}
.block--consortia .overlay * {
  color: #FFF;
}
.block--consortia .overlay .title {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
}
.block--consortia .overlay span {
  font-size: 0.875rem;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 0.25rem;
  letter-spacing: .1rem;
  border-bottom: 1px solid #FFF;
}
.block--consortia a:hover .overlay {
  background: rgba(15, 106, 22, 0.8);
}
.block--consortia a:hover .overlay::before {
  opacity: 0;
}

.block--slider-text figure {
  height: 20rem;
  width: auto;
}
.block--slider-text .object-fit-con {
  padding-bottom: 100%;
}
.block--slider-text .relative {
  height: 100%;
}
.block--slider-text img {
  width: 100%;
}

.link--dl {
  display: block;
  position: absolute;
  z-index: 5;
  left: 0.5rem;
  top: 0.5rem;
  width: 2.125rem;
  height: 2.125rem;
  background: #99bf1c;
  text-align: center;
  line-height: 2.2rem;
  font-size: 1.4rem;
  color: #FFF;
}
.link--dl + .link--dl {
  left: 3rem;
}
.link--dl:hover {
  color: #FFF;
  background: #0f6a16;
}

.member__image {
  background: #E2E8E1;
  height: 11.5rem;
  width: 11.5rem;
  margin-right: 1rem;
}

.member__text {
  width: calc(100% - 12.5rem);
}
.member__text .pos {
  font-weight: bold;
  color: #1f3f27;
  margin-bottom: 0.2rem;
}
.member__text .name {
  font-size: 1.5rem;
  color: #0f6a16;
  font-weight: bold;
  margin-bottom: 0.3rem;
  line-height: 1.2;
}
.member__text p {
  line-height: 1.4;
}

.accordion .pers-info {
  white-space: nowrap;
  font-weight: bold;
  font-size: .75rem;
  padding: 0.8rem 2rem 0.6rem 0;
  text-transform: uppercase;
}
.accordion .pers-info i {
  font-size: 0.8rem;
  font-weight: normal;
  display: inline-block;
  margin-right: 0.4rem;
}
.accordion .bottom {
  line-height: 1.4;
  padding-top: 0.6rem;
}

.accordion__top {
  display: block;
  position: relative;
  background: #FFF;
  padding: 1.5rem 1.5rem 0.75rem;
  color: #535353;
  margin-bottom: 0.25rem;
}
.accordion__top h3 {
  max-width: 43rem;
  line-height: 1.25;
}
.accordion__top .top {
  padding-right: 4rem;
  position: relative;
  border-bottom: 2px solid #F4F4F5;
}
.accordion__top .top * {
  color: #0f6a16;
}
.accordion__top .top i {
  position: absolute;
  top: 50%;
  right: 0.25rem;
  margin-top: -1rem;
  transition: all 0.25s ease-out;
}
.accordion__top.js-active .top i {
  transform: rotate(180deg);
}

.bullet-span {
  padding: 0.6rem;
}
.bullet-span span {
  display: inline-block;
  padding-left: 1.5rem;
  color: #707070;
  font-size: .9rem;
  position: relative;
}
.bullet-span span::before {
  content: "";
  display: list-item;
  padding-right: 0;
  position: absolute;
  top: -0.5px;
  left: 1.5rem;
}

.accordion__date {
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: bold;
  width: 10.5rem;
  background: #535353;
  margin-right: 0.25rem;
  height: 2.5rem;
  color: #FFF;
}
.accordion__date i {
  font-size: 0.75rem;
  display: inline-block;
  margin-right: 0.25rem;
}

.accordion__cat {
  background: #535353;
  height: 2.5rem;
  color: #FFF;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

.accordion__download {
  margin-left: 0.25rem;
  width: 10.5rem;
  height: 2.5rem;
}
.accordion__download .btn, .accordion__download input[type="button"],
.accordion__download input[type="submit"] {
  font-size: .75rem;
  border-radius: 0;
  width: 100%;
  height: 2.5rem;
  padding-top: 0.75rem;
}

.accordion__content .inner {
  background: #FFF;
  padding: 2rem 1.5rem 1.5rem;
  border-radius: 0 0 3rem 0;
}
.accordion__content figcaption {
  font-size: 0.9rem;
  line-height: 1.4;
  min-height: 3.5rem;
}
.accordion__content .bullet-span span:first-child {
  padding-left: 0.75rem;
}
.accordion__content .bullet-span span:first-child::before {
  display: none;
}
.accordion__content .bottom {
  padding-top: 1rem;
  margin-top: 1.5rem;
  border-top: 2px solid #F4F4F5;
}

.filter a {
  font-size: 1.25rem;
  line-height: 1.2;
  display: inline-block;
  padding: 0.25rem 0.75rem 0.25rem;
  color: #FFF;
  font-weight: 600;
  margin: 0 0.4rem 0.75rem;
  background: #99bf1c;
  border-radius: 5px;
  text-transform: uppercase;
}
.filter a:hover {
  background: #0f6a16;
}
.filter a.js-active {
  background: #0f6a16;
}

.article--listing {
  background: #F4F4F5;
  height: 100%;
}
.article--listing .object-fit-con {
  padding-bottom: 56.25%;
}
.article--listing .inner {
  padding: 1.5rem;
}
.article--listing h4, .article--listing .delta {
  padding-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.article--listing h4 a, .article--listing .delta a {
  color: #0f6a16;
}
.article--listing h4 a:hover, .article--listing .delta a:hover {
  color: #99bf1c;
}
.article--listing .categories a {
  font-size: .65rem;
  text-decoration: none;
  display: inline-block;
  line-height: 1rem;
  text-transform: uppercase;
  padding: .15rem .4rem;
  background-color: #99bf1c;
  margin-right: .5rem;
  border-radius: .25rem;
  margin-bottom: .5rem;
  color: #fff;
}
.article--listing .categories a:hover {
  background-color: #0f6a16;
}
.article--listing .btn--download {
  margin-left: 0.25rem;
}
.article--listing .meta {
  display: block;
}
.article--listing .meta * {
  display: inline;
}

.nav-links {
  display: flex;
  padding-top: 4rem;
}
.nav-links .nav-previous {
  flex: 1 0 auto;
}
.nav-links .nav-next {
  flex: 1 0 auto;
  text-align: right;
}

.mfp-img {
  min-width: 640px;
  background: #FFF;
}

/*-----------------------------------------------------------------------------------*/
/*  9.0 Footer
/*-----------------------------------------------------------------------------------*/
.site-footer {
  border-top: 1px solid #F4F4F5;
  overflow: hidden;
  background: #FFF;
}
.site-footer .bg--light {
  position: relative;
  padding: 5rem;
  height: 100%;
  width: 35rem;
}
.site-footer .bg--light::before {
  content: '';
  position: absolute;
  left: 99%;
  top: 0;
  width: 50vw;
  height: 100%;
  background: #F4F4F5;
}
.site-footer .bg--dark {
  font-size: 0.75rem;
  padding: 0.5rem 0;
}

.link--logo {
  display: block;
  margin-bottom: 0.5rem;
}
.link--logo img {
  width: 100%;
}

.footer-nav ul {
  display: block;
}
.footer-nav a {
  display: inline-block;
  text-transform: uppercase;
  line-height: 2rem;
  color: #535353;
  padding: 1px 0;
}
.footer-nav a:hover {
  color: #99bf1c;
}

.social-footer ul {
  margin: 0 0 1rem -0.25rem;
}
.social-footer li {
  margin-right: 1rem;
  padding-top: 0.25rem;
}
.social-footer a {
  display: inline-block;
  font-size: 1.25rem;
  padding: 0.25rem;
  color: #535353;
}
.social-footer a:hover {
  color: #99bf1c;
}

/*-----------------------------------------------------------------------------------*/
/*  10.0 Media Queries
/*-----------------------------------------------------------------------------------*/
@media only screen and (min-width: 1401px) {
  .container {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
@media only screen and (max-width: 1800px) {
  .block--consortia .overlay {
    min-height: 20vw;
  }
}
@media only screen and (max-width: 1600px) {
  .block--consortia .overlay {
    min-height: 22vw;
  }

  .header-nav .sub-menu a {
    letter-spacing: 0;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 1500px) {
  .block--consortia .overlay {
    padding: 1.5rem 1.5rem 2.25rem;
  }
}
@media only screen and (max-width: 1400px) {
  .block--header .object-fit-con,
  .block--header-complex .bg--light::before {
    width: calc(100% - 5rem);
  }

  .nav--bar__bottom {
    padding-right: 5rem;
  }

  .search-form {
    right: 5rem;
  }

  .block--header .no-pad {
    padding-right: 2rem;
  }

  .link--search {
    width: 5rem;
  }

  .block--header-complex .logo {
    width: 10rem;
  }

  .block--header-complex .extend {
    width: calc(100% + 2rem);
  }

  .block--consortia .overlay {
    min-height: 18rem;
  }

  .nav--bar__bottom .inner {
    border-bottom: 1px solid #FFF;
    text-align: right;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  .block--consortia .overlay {
    padding: 1.25rem 1.25rem 2.25rem;
  }
  .block--consortia .overlay p {
    font-size: 15px;
    line-height: 1.5;
  }
  .block--consortia .overlay .title {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 1200px) {
  h1, .alpha {
    font-size: 2.75rem;
  }

  h2, .beta {
    font-size: 2rem;
  }

  .block--header-complex .logo {
    width: 16rem;
    padding-left: 2.5rem;
    position: relative;
    right: auto;
    margin-bottom: 1rem;
  }

  .block--header-complex .extend {
    width: 100%;
  }

  .block--header-complex .one-half {
    width: calc(100% - 16rem);
    margin-bottom: 1rem;
  }
  .block--header-complex .bg--light .relative {
    padding-right: 2rem;
  }

  .block--gallery .swiper {
    margin-left: -5rem;
    width: calc(100% + 10rem);
  }

  .block--header .inner p {
    padding-right: 3rem;
  }

  .container {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .block--header .object-fit-con,
  .block--header-complex .bg--light::before {
    width: calc(100% - 4rem);
  }

  .nav--bar__bottom {
    padding-right: 4rem;
  }

  .search-form,
  .nav-mobile {
    right: 4rem;
  }

  .link--search {
    width: 4rem;
  }
}
@media only screen and (max-width: 1024px) {
  .image-caption .copyright-info {
    display: inline-block;
  }
  .image-caption .copyright-icon {
    display: none;
  }

  .block--header .inner p {
    padding-right: 0;
  }

  .block--header .object-fit-con,
  .block--header-complex .bg--light::before {
    width: 100%;
  }

  .nav--bar__bottom {
    padding-right: 0;
  }

  .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .site-header {
    background: #FFF;
  }

  .nav-mobile {
    right: 0;
  }

  .btn--toggle {
    background: #FFF;
  }
  .btn--toggle .text {
    color: #535353;
  }
  .btn--toggle .icon-bar {
    background: #535353;
  }

  .flexgrid--wide {
    margin-left: -3rem;
  }
  .flexgrid--wide > .flex__item {
    padding-left: 3rem;
  }

  .link--search,
  div.wpml {
    display: none !important;
  }

  .btn--toggle {
    width: 12rem;
  }

  .nav--social li:last-child a {
    padding-right: 1rem;
    margin-right: 2rem;
  }

  .nav-mobile__inner ul {
    padding-left: 2.5rem;
    padding-right: 2.75rem;
  }

  .wpml-mobile div {
    padding: 0 2.75rem 0 2.5rem;
  }

  .search-form-m input {
    margin: 0.25rem 2.5rem 0.4rem;
    width: calc(100% - 11rem);
  }
}
@media only screen and (max-width: 1020px) {
  .member__image {
    width: 10rem;
    height: 10rem;
  }

  .member__text {
    width: calc(100% - 10rem);
  }

  .site-footer .padding-top--big {
    padding-top: 3rem;
  }
  .site-footer .bg--light {
    padding: 3rem;
  }

  .block--header-complex .bg--light .relative {
    padding-right: 0;
  }
}
@media only screen and (max-width: 800px) {
  .md-margin-bottom {
    margin-bottom: 2.5rem;
  }

  .block--gallery .swiper {
    margin-left: 1.25rem;
    width: calc(100% - 2.5rem);
  }

  .block--grid figure {
    width: 100%;
  }
  .block--grid .padding-top {
    padding-top: 1.5rem;
    text-align: center !important;
  }

  .swiper-prev {
    margin-left: 0;
    margin-right: auto;
  }

  .swiper-next {
    margin-right: 0;
    margin-left: auto;
  }

  .block--consortia .overlay {
    min-height: 50vw;
  }

  .filter a {
    font-size: 1rem;
    margin: 0 0.25rem 0.6rem;
  }

  .article--listing .inner {
    padding: 1.25rem;
  }

  .site-footer .md-one-whole:first-child {
    order: 2;
  }
  .site-footer .bg--light {
    width: 100%;
  }
  .site-footer .bg--light > * {
    position: relative;
    z-index: 9;
  }
  .site-footer .bg--light::before {
    left: -50vw;
    width: 150vw;
  }
  .site-footer div.padding-top {
    padding-top: 1rem;
  }

  .site-header .nav--bar__top {
    display: none;
  }
  .site-header .logos {
    overflow: hidden;
    height: 5.5rem;
  }
  .site-header .logos img {
    height: 6rem;
    margin-top: -0.25rem;
  }

  body,
  .single-consortia,
  .page-template-page-no-header {
    padding-top: 5.5rem;
  }

  .btn--toggle {
    margin-top: 0.6rem;
  }

  .block--header > .relative {
    padding-top: 0;
  }

  .site-footer .bg--dark {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .site-footer .bg--dark .flex__item:first-child {
    order: 9;
  }
  .site-footer .bg--dark .flex__item:first-child p {
    text-align: center;
    border-top: 1px solid #F4F4F5;
    padding-top: 1rem;
  }
  .site-footer .bg--dark .nav--inline li {
    margin-left: 1rem;
    margin-bottom: 0.5rem;
  }
  .site-footer .bg--dark .nav--inline ul {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.25rem;
  }

  .block {
    overflow: hidden;
  }
}
@media only screen and (max-width: 640px) {
  h1, .alpha {
    font-size: 1.85rem;
  }

  h2, .beta,
  .block--consortia .overlay .title {
    font-size: 1.75rem;
  }

  h3, .gamma {
    font-size: 1.25rem;
  }

  .sm-margin-bottom {
    margin-bottom: 1.25rem;
  }

  .block--header > .relative {
    min-height: 100vw;
    display: flex;
    align-items: center;
  }

  .block--header .inner p {
    font-size: 1.15rem;
  }

  .block--consortia .overlay {
    padding: 1.75rem 2rem 2.5rem;
  }

  .member__image {
    width: 7rem;
    height: 7rem;
  }

  .member__text {
    width: calc(100% - 8rem);
  }

  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .accordion .bottom {
    flex-wrap: wrap;
  }

  .accordion .pers-info {
    padding-left: 0;
    width: 100%;
  }

  .bullet-span {
    padding-top: 0;
    padding-left: 0;
  }
  .bullet-span span {
    padding-left: 1rem;
    padding-right: 0.5rem;
  }
  .bullet-span span::before {
    left: 1rem;
  }

  .accordion__top .top {
    padding-right: 2.5rem;
  }
  .accordion__top .top i {
    right: 0;
    font-size: 0.8rem;
  }

  .accordion__content .bullet-span span:first-child {
    padding-left: 0;
  }

  .accordion__info {
    flex-wrap: wrap;
  }
  .accordion__info div {
    order: 2;
    width: calc(50% - 0.125rem);
  }
  .accordion__info .accordion__cat {
    order: 1;
    width: 100%;
    margin-bottom: 0.25rem;
  }
  .accordion__info .empty {
    display: none;
  }
  .accordion__info .accordion__date {
    margin-right: 0.125rem;
  }
  .accordion__info .accordion__download {
    margin-left: 0.125rem;
  }

  .btn--toggle {
    width: 10rem;
  }

  .nav-mobile__inner ul {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .search-form-m input {
    margin: 0.25rem 1.75rem 0.4rem;
    width: calc(100% - 9.5rem);
  }

  .wpml-mobile div {
    padding: 0 1.75rem 0 1.75rem;
  }

  .nav-mobile {
    width: 100%;
  }

  .nav-mobile__inner {
    padding-top: 5rem;
  }

  .search-form-m {
    border-bottom: 1px solid #99bf1c;
  }

  .block--header + .block--grid .spacing--big {
    padding-top: 0;
  }

  .single:not(.single-consortia),
  .page-template-page-no-header {
    padding-top: 8rem;
  }

  .block--header-complex .one-half {
    width: 100%;
  }

  .block--header-complex .logo {
    width: 100%;
  }
  .block--header-complex .logo img {
    width: 14rem;
  }

  figcaption,
  .figcaption {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  figcaption svg,
  .figcaption svg {
    left: 1.5rem;
  }

  .block--header h1 {
    padding-right: 0;
  }

  .mfp-img {
    min-width: 360px;
    background: #FFF;
  }
}
@media only screen and (max-width: 480px) {
  .accordion__top {
    padding: 1.5rem 1.25rem 0.75rem;
  }

  .accordion__content .inner {
    padding: 2rem 1.25rem 1.5rem;
  }

  .site-footer .xs-one-whole {
    text-align: center;
  }
  .site-footer .social-footer {
    justify-content: center;
  }
  .site-footer .social-footer li {
    margin-left: 1rem;
  }
  .site-footer .xs-flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .site-footer .xs-flex a {
    display: block;
    width: 48%;
  }
  .site-footer .xs-flex img {
    height: auto;
    width: 100%;
  }

  .site-footer .padding-top--big {
    padding-top: 2rem;
  }

  .site-footer .bg--light {
    padding: 2rem 1.25rem;
  }

  .btn--toggle {
    width: 6rem;
    padding: 0;
  }
  .btn--toggle .text {
    display: none;
  }

  .swiper-carousell .swiper-slide {
    aspect-ratio: unset !important;
    width: 100% !important;
  }
  .swiper-carousell .relative img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media only screen and (max-width: 400px) {
  .member__text .name {
    font-size: 1.4rem;
  }

  .member__text .pos {
    font-size: 0.9375rem;
  }
}


.iframe-wrap .brlbs-cmpnt-content-blocker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}