@charset "UTF-8";
/*! Handmade by http://esmes.fi */
/*=== RESET */
*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
textarea {
  border: 0;
  border-radius: 0;
  font: inherit;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* HTML5 for old-ie */
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

template {
  display: none;
}

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

a img {
  border-style: none;
}

/* Responsive SVG */
img[src*=".svg"] {
  width: 100%;
  height: auto;
}

/*!
 * FlexMasonry
 * Version: 0.2.3
 * Author: Gilbert Pellegrom <gilbert@pellegrom.me>
 * License: MIT
 */
.flexmasonry {
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
}

.flexmasonry-item {
  width: 100%;
}

.flexmasonry-cols-2 .flexmasonry-item {
  width: 50%;
}

.flexmasonry-cols-3 .flexmasonry-item {
  width: 33.333%;
}

.flexmasonry-cols-4 .flexmasonry-item {
  width: 25%;
}

.flexmasonry-cols-5 .flexmasonry-item {
  width: 20%;
}

.flexmasonry-cols-6 .flexmasonry-item {
  width: 16.666%;
}

.flexmasonry-cols-7 .flexmasonry-item {
  width: 14.285%;
}

.flexmasonry-cols-8 .flexmasonry-item {
  width: 12.5%;
}

.flexmasonry-cols-2 .flexmasonry-item:nth-child(2n+1) {
  order: 1;
}

.flexmasonry-cols-2 .flexmasonry-item:nth-child(2n) {
  order: 2;
}

.flexmasonry-cols-3 .flexmasonry-item:nth-child(3n+1) {
  order: 1;
}

.flexmasonry-cols-3 .flexmasonry-item:nth-child(3n+2) {
  order: 2;
}

.flexmasonry-cols-3 .flexmasonry-item:nth-child(3n) {
  order: 3;
}

.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n+1) {
  order: 1;
}

.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n+2) {
  order: 2;
}

.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n+3) {
  order: 3;
}

.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n) {
  order: 4;
}

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+1) {
  order: 1;
}

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+2) {
  order: 2;
}

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+3) {
  order: 3;
}

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+4) {
  order: 4;
}

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n) {
  order: 5;
}

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+1) {
  order: 1;
}

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+2) {
  order: 2;
}

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+3) {
  order: 3;
}

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+4) {
  order: 4;
}

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+5) {
  order: 5;
}

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n) {
  order: 6;
}

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+1) {
  order: 1;
}

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+2) {
  order: 2;
}

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+3) {
  order: 3;
}

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+4) {
  order: 4;
}

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+5) {
  order: 5;
}

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+6) {
  order: 6;
}

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n) {
  order: 7;
}

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+1) {
  order: 1;
}

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+2) {
  order: 2;
}

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+3) {
  order: 3;
}

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+4) {
  order: 4;
}

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+5) {
  order: 5;
}

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+6) {
  order: 6;
}

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+7) {
  order: 7;
}

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n) {
  order: 8;
}

.flexmasonry-break {
  content: "";
  flex-basis: 100%;
  width: 0 !important;
  margin: 0;
}

.flexmasonry-break-1 {
  order: 1;
}

.flexmasonry-break-2 {
  order: 2;
}

.flexmasonry-break-3 {
  order: 3;
}

.flexmasonry-break-4 {
  order: 4;
}

.flexmasonry-break-5 {
  order: 5;
}

.flexmasonry-break-6 {
  order: 6;
}

.flexmasonry-break-7 {
  order: 7;
}

/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
html {
  font-size: 0.8333333333vw;
  margin-right: 0 !important;
}

body {
  font-family: "studiofeixensanslahti", sans-serif, arial;
  background: #fff;
  overflow-x: hidden;
}
body > svg {
  position: absolute;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.root {
  overflow: hidden;
}

/* generic */
.countdown-shortcode .wrapper {
  position: relative;
  margin: 0 -0.625rem;
  font-size: 0;
}
.countdown-shortcode .wrapper > div {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 0.625rem;
}
.countdown-shortcode .wrapper > div > .value {
  font-size: 5rem;
}
.countdown-shortcode .wrapper > div > span {
  font-size: 1.25rem;
}

.share a {
  display: inline-block;
}
.share .fa-twitter {
  color: #1da1f2;
}
.share .fa-facebook-official {
  color: #405898;
}

.button, button {
  display: inline-block;
  background: transparent;
  padding: 0 3.125rem;
  margin-bottom: 1rem;
  color: #000;
  border: 1px solid #097B76;
  border-radius: 1.25rem;
  cursor: pointer;
  font-weight: 700;
  line-height: 2.5rem;
  font-size: 1.125rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.3s, color 0.3s;
}
.button:hover, button:hover {
  background: #fff;
  color: #097B76 !important;
}

.modules {
  position: relative;
}

body.home .modules::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 1.25rem;
  bottom: 0;
  border-left: 1px solid #097B76;
  transform: translateX(-0.0625rem);
}

.module.intro {
  padding: 1.25rem;
  color: #fff;
  position: relative;
  z-index: 1;
}
.module.intro .button, .module.intro button {
  color: #fff;
  border: 1px solid #fff;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.module.intro .button:hover, .module.intro button:hover {
  background: #fff;
  color: #097B76 !important;
}
.module.intro > .wrapper {
  padding: 3.75rem;
  padding-bottom: 0.625rem;
  background: #097B76;
  font-size: 0;
  text-align: center;
}
.module.intro > .wrapper > .content {
  font-size: 1.25rem;
}
.module.intro > .wrapper > .content h2 {
  font-weight: 900;
  font-size: 5.9375rem;
  line-height: 7.125rem;
  margin-bottom: 3.125rem;
}
.module.intro > .wrapper > .content p {
  line-height: 1.75rem;
  margin-bottom: 2.5rem;
}
.module.intro > .wrapper > .content p + table {
  position: relative;
  top: -2.1875rem;
}
.module.intro > .wrapper > .content table {
  width: 100% !important;
  height: auto !important;
}
.module.intro > .wrapper > .content table tr {
  height: auto !important;
}
.module.intro > .wrapper > .content table tr td {
  padding: 0.3125rem 0;
  height: auto !important;
}
.module.intro > .wrapper > .content table strong {
  display: inline-block;
  margin-right: 0.3125rem;
}
.module.intro > .wrapper > .content blockquote {
  padding-top: 3.125rem;
  padding-right: 1.25rem;
}
.module.intro > .wrapper > .content blockquote p {
  font-size: 1.875rem;
  line-height: 2.625rem;
  font-weight: 700;
  font-style: italic;
}
.module.intro > .wrapper > .content .button {
  margin-top: 1.25rem;
}
.module.intro.has-image .button, .module.intro.has-image button {
  margin-left: 0;
  margin-right: 0;
}
.module.intro.has-image > .wrapper {
  padding: 3.75rem;
  text-align: left;
}
.module.intro.has-image > .wrapper > .image {
  display: inline-block;
  width: 50%;
  text-align: center;
}
.module.intro.has-image > .wrapper > .image img {
  height: auto;
  max-width: 20.9375rem;
}
.module.intro.has-image > .wrapper > .content {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  max-width: 47.5rem;
  padding-top: 0;
}
.module.intro.has-image > .wrapper > .content h2 {
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 1.5625rem;
}

body:not(.home) .module.intro:first-child {
  padding-top: 10.625rem;
}

@media screen and (min-width: 601px) {
  body.page-uutiset .module.intro, body.page-news .module.intro, body.page-ajankohtaista .module.intro, body.page-recent .module.intro {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5rem;
  }
  body.page-uutiset .module.intro > .wrapper > .content, body.page-news .module.intro > .wrapper > .content, body.page-ajankohtaista .module.intro > .wrapper > .content, body.page-recent .module.intro > .wrapper > .content {
    font-size: 1.75rem;
  }
  body.page-uutiset .module.intro > .wrapper > .content p, body.page-news .module.intro > .wrapper > .content p, body.page-ajankohtaista .module.intro > .wrapper > .content p, body.page-recent .module.intro > .wrapper > .content p {
    line-height: 2.9375rem;
  }
}
.module.deedmakers {
  padding: 0.625rem 0.625rem;
  padding-top: 0;
  position: relative;
  margin-top: -0.625rem;
}
.module.deedmakers > .wrapper {
  font-size: 0;
}
.module.deedmakers > .wrapper .images {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.module.deedmakers > .wrapper .images .image {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
}
.module.deedmakers > .wrapper .images .image .container {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.module.deedmakers > .wrapper .images .image .container img {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  width: calc(100% - 1.25rem);
  height: calc(100% - 1.25rem);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
}
.module.deedmakers > .wrapper .images .image .container::after {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  width: calc(100% - 1.25rem);
  height: calc(100% - 1.25rem);
  background: #f0f0f0;
  content: "";
  z-index: -1;
}
.module.deedmakers > .wrapper .images .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 66.6%;
}
.module.deedmakers > .wrapper .images .content .container {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.module.deedmakers > .wrapper .images .content .container::after {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  width: calc(100% - 1.25rem);
  height: calc(100% - 1.25rem);
  background: #f0f0f0;
  content: "";
  z-index: -1;
}
.module.deedmakers > .wrapper .images .content .container > .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.25rem 5rem;
  padding-top: 3.75rem;
  font-size: 1.25rem;
}
.module.deedmakers > .wrapper .images .content .container > .wrapper h2 {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 1.875rem;
}
.module.deedmakers > .wrapper .images .content .container > .wrapper p {
  line-height: 1.75rem;
  margin-bottom: 1.875rem;
}
.module.deedmakers > .wrapper .images .content .container > .wrapper .button {
  margin-top: 1.25rem;
  margin-right: 2.375rem;
  padding: 0 1.5625rem;
}

.module.lifts > .wrapper {
  padding: 0 0.625rem;
  padding-bottom: 5.625rem;
}
.module.lifts > .wrapper .lifts {
  font-size: 0;
}
.module.lifts > .wrapper .lifts .lift {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0.625rem;
}
.module.lifts > .wrapper .lifts.icons {
  padding-top: 18.125rem;
}
.module.lifts > .wrapper .lifts.icons .lift {
  padding-top: 4.0625rem;
  padding-bottom: 2.5rem;
  position: relative;
}
.module.lifts > .wrapper .lifts.icons .lift::before {
  content: "";
  position: absolute;
  top: 7.8125rem;
  border-top: 1px solid #097B76;
  width: 15.625rem;
}
.module.lifts > .wrapper .lifts.icons .lift::after {
  content: "";
  position: absolute;
  top: 7.8125rem;
  width: 0.875rem;
  height: 0.875rem;
  background: #fff;
  border: 1px solid #097B76;
  border-radius: 50% 50%;
}
.module.lifts > .wrapper .lifts.icons .lift > .wrapper {
  max-width: 48.75rem;
  text-align: center;
  font-size: 1.25rem;
}
.module.lifts > .wrapper .lifts.icons .lift > .wrapper .image {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 12.5rem;
  height: 7.5rem;
  margin-bottom: 3.125rem;
}
.module.lifts > .wrapper .lifts.icons .lift > .wrapper .image > img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: contain; object-position: 50% 50%";
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.module.lifts > .wrapper .lifts.icons .lift > .wrapper .content {
  max-width: 28.375rem;
  margin: 0 auto;
}
.module.lifts > .wrapper .lifts.icons .lift > .wrapper h2 {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 900;
  margin-bottom: 1.5625rem;
}
.module.lifts > .wrapper .lifts.icons .lift > .wrapper p {
  line-height: 1.75rem;
}
.module.lifts > .wrapper .lifts.icons .lift > .wrapper .button {
  margin: 0;
  margin-top: 2.8125rem;
}
.module.lifts > .wrapper .lifts.icons .lift.even {
  transform: translateY(-18.125rem);
}
.module.lifts > .wrapper .lifts.icons .lift.even::before {
  right: 0;
}
.module.lifts > .wrapper .lifts.icons .lift.even::after {
  right: 15.625rem;
  transform: translate(50%, -50%);
}
.module.lifts > .wrapper .lifts.icons .lift.even > .wrapper {
  margin-left: auto;
}
.module.lifts > .wrapper .lifts.icons .lift.odd::before {
  left: 0;
}
.module.lifts > .wrapper .lifts.icons .lift.odd::after {
  left: 15.625rem;
  transform: translate(-50%, -50%);
}
.module.lifts > .wrapper .lifts.icons .lift.odd > .wrapper {
  margin-right: auto;
}
.module.lifts > .wrapper .lifts.boxes {
  color: #fff;
}
.module.lifts > .wrapper .lifts.boxes .lift > .wrapper {
  font-size: 1.25rem;
  position: relative;
  padding-top: 65%;
}
.module.lifts > .wrapper .lifts.boxes .lift > .wrapper .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #097B76;
}
.module.lifts > .wrapper .lifts.boxes .lift > .wrapper .image > img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.module.lifts > .wrapper .lifts.boxes .lift > .wrapper .content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding-left: 13.75rem;
  padding-right: 13.125rem;
}
.module.lifts > .wrapper .lifts.boxes .lift > .wrapper h2 {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 900;
  margin-bottom: 1.5625rem;
}
.module.lifts > .wrapper .lifts.boxes .lift > .wrapper p {
  line-height: 1.75rem;
}
.module.lifts > .wrapper .lifts.boxes .lift > .wrapper .button {
  margin: 0;
  position: absolute;
  right: 3.125rem;
  bottom: 2.5rem;
  color: #fff;
  border: 1px solid #fff;
}
.module.lifts > .wrapper .lifts.boxes .lift > .wrapper .button:hover {
  background: #fff;
  color: #097B76 !important;
}

.module.video {
  padding: 0 1.25rem;
  padding-bottom: 0rem;
  color: #fff;
}
.module.video > .wrapper {
  padding-top: 41.65%;
  position: relative;
  z-index: 1;
  background: #000;
}
.module.video > .wrapper .poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  max-height: 100%;
  overflow: hidden;
  transition: opacity 0.4s, max-height 0s 0.4s;
  cursor: pointer;
}
.module.video > .wrapper .poster > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
}
.module.video > .wrapper .poster > .play {
  font-size: 0;
  line-height: 7.5rem;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  background: url("../img/play.png") no-repeat 50% 50%;
  background-size: auto 100%;
  z-index: 3;
  text-align: center;
}
.module.video > .wrapper .poster > .play span {
  display: inline-block;
  width: 50%;
  text-align: left;
  font-weight: 900;
  font-size: 4.625rem;
  line-height: 7.5rem;
  vertical-align: middle;
  padding: 0 5rem;
}
.module.video > .wrapper .poster > .play span:first-child {
  text-align: right;
}
.module.video > .wrapper .player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.module.video > .wrapper .player > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.module.video.loaded > .wrapper .poster {
  opacity: 0;
  max-height: 0;
}

.module.events-twitter {
  padding-top: 5rem;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-bottom: 4.375rem;
}
.module.events-twitter > .wrapper {
  font-size: 0;
}
.module.events-twitter > .wrapper > .events {
  color: #fff;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 0.625rem;
  text-align: center;
  padding-bottom: 2.5rem;
}
.module.events-twitter > .wrapper > .events .container {
  text-align: left;
}
.module.events-twitter > .wrapper > .events .container .event {
  position: relative;
  display: inline-block;
  width: 25%;
  vertical-align: top;
  padding: 0.625rem;
}
.module.events-twitter > .wrapper > .events .container .event > .wrapper {
  display: block;
  color: inherit;
  text-decoration: none;
  position: relative;
  padding-top: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.module.events-twitter > .wrapper > .events .container .event > .wrapper .date {
  position: absolute;
  top: 0;
  left: 0;
  background: #097B76;
  line-height: 4.0625rem;
  padding: 0 1.875rem;
  font-weight: 900;
  font-size: 1.25rem;
}
.module.events-twitter > .wrapper > .events .container .event > .wrapper .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  z-index: 1;
  background: inherit;
  overflow: hidden;
}
.module.events-twitter > .wrapper > .events .container .event > .wrapper .title::before {
  visibility: visible;
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px;
  background: inherit;
  filter: url("#blur");
}
.module.events-twitter > .wrapper > .events .container .event > .wrapper .title > span {
  min-height: 7.8125rem;
  position: relative;
  display: block;
  visibility: visible;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 1.875rem;
  padding-right: 10rem;
  background: rgba(0, 0, 0, 0.4) url("../img/arrow.png") no-repeat;
  background-size: auto 3.5rem;
  background-position: right 1.875rem bottom 2.1875rem;
}
.module.events-twitter > .wrapper > .events .button {
  margin-top: 4.0625rem;
}
.module.events-twitter > .wrapper > .items {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 0.625rem;
}
.module.events-twitter > .wrapper > .items h2 {
  padding-top: 0.625rem;
  font-size: 2.5rem;
  line-height: 1.875rem;
  font-weight: 900;
  color: #097B76;
  margin-left: 0.625rem;
  display: block;
  height: 4.375rem;
}
.module.events-twitter > .wrapper > .items h2 a {
  color: inherit;
  text-decoration: none;
}
.module.events-twitter > .wrapper > .items h2 a:hover {
  text-decoration: underline;
}
.module.events-twitter > .wrapper > .items .container.legacyfix {
  font-size: 0;
}
.module.events-twitter > .wrapper > .items .container.legacyfix .item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
.module.events-twitter > .wrapper > .items .container.loading {
  opacity: 0;
  max-height: 200px;
  overflow: hidden;
}
.module.events-twitter > .wrapper > .items .container .item {
  padding: 0.625rem;
}
.module.events-twitter > .wrapper > .items .container .item > .wrapper {
  display: block;
  color: inherit;
  text-decoration: none;
  background: #f7f7f7;
}
.module.events-twitter > .wrapper > .items .container .item > .wrapper .image {
  position: relative;
  padding-top: 100%;
}
.module.events-twitter > .wrapper > .items .container .item > .wrapper .image > img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.module.events-twitter > .wrapper > .items .container .item > .wrapper .content {
  background: url("../img/twitter.png") no-repeat 50% 2.625rem;
  background-size: auto 1.8125rem;
  font-size: 0.9375rem;
  padding: 2.1875rem 1.5625rem;
  padding-top: 6.25rem;
}
.module.events-twitter > .wrapper > .items .container .item > .wrapper .content p {
  margin-bottom: 1.2em;
}
.module.events-twitter > .wrapper > .items .container .item > .wrapper .content strong {
  color: #097B76;
}
.module.events-twitter > .wrapper > .items .container .item.tweet > .wrapper .content {
  background: url("../img/twitter.png") no-repeat 50% 2.625rem;
  background-size: auto 1.8125rem;
}
.module.events-twitter > .wrapper > .items .container .item.instagram > .wrapper .content {
  background: url("../img/instagram.png") no-repeat 50% 2.625rem;
  background-size: auto 1.8125rem;
}
.module.events-twitter > .wrapper > .items.twitter h2 {
  background: url("../img/twitter.png") no-repeat 0 0.75rem;
  background-size: 2.1875rem auto;
  height: 4.375rem;
  padding-left: 3.125rem;
}
.module.events-twitter > .wrapper > .items.instagram {
  margin-bottom: 2.5rem;
}
.module.events-twitter > .wrapper > .items.instagram h2 {
  background: url("../img/instagram.png") no-repeat 0 0.75rem;
  background-size: 2.1875rem auto;
  height: 4.375rem;
  padding-left: 3.125rem;
}
.module.events-twitter > .wrapper > .items.instagram .container .item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
}

.module.hero > .wrapper {
  position: relative;
  padding-top: 50%;
}
.module.hero > .wrapper > .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.module.hero > .wrapper > .background img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.module.hero > .wrapper > .background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 11.875rem;
  opacity: 0.8;
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
}
.module.hero > .wrapper > .content {
  max-width: 88.75rem;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  z-index: 100;
  color: #fff;
}
.module.hero > .wrapper > .content a {
  color: inherit;
}
.module.hero > .wrapper > .content h1 {
  font-weight: 900;
  font-size: 5.9375rem;
  line-height: 7.125rem;
  text-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
.module.hero > .wrapper > .content h2 {
  font-weight: 900;
  font-size: 5.9375rem;
  line-height: 7.125rem;
  text-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
.module.hero > .wrapper > .content p {
  margin-bottom: 1.5625rem;
  font-size: 1rem;
  line-height: 1.375rem;
}
.module.hero > .wrapper > .content .button {
  padding: 0 1.25rem;
}
.module.hero.split {
  margin-bottom: 1.25rem;
}
.module.hero.split > .wrapper > .background {
  width: 62%;
  left: auto;
  right: 0;
}
.module.hero.split > .wrapper > .content {
  background: #097B76;
  width: 48%;
  transform: none;
  left: 0;
  height: calc(100% - 2.5rem);
  top: 0;
  padding: 0 10.625rem;
  padding-left: 11.25rem;
  padding-top: 15.625rem;
  text-align: left;
}
.module.hero.split > .wrapper > .content .button {
  color: #fff;
  border: 1px solid #fff;
  margin-right: 1.25rem;
}
.module.hero.split > .wrapper > .content p .button:first-child {
  margin-top: 1em;
}
.module.hero.split > .wrapper > .content h1 {
  font-size: 3.125rem;
  line-height: 3.75rem;
  text-shadow: none;
  margin-bottom: 1.875rem;
}
.module.hero.split > .wrapper > .content h2 {
  font-size: 3.125rem;
  line-height: 3.75rem;
  text-shadow: none;
  margin-bottom: 1.875rem;
}
.module.hero.split > .wrapper > .content p {
  margin-bottom: 1.5625rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.module.youtube-hero {
  padding: 0 !important;
}
.module.youtube-hero .play {
  text-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.4);
}

body.page-kulkukauppa .module.hero.split > .wrapper > .content, body.page-citicap .module.hero.split > .wrapper > .content {
  padding-top: 11.25rem;
}

.module.content {
  padding: 0 11.25rem;
  padding-bottom: 5rem;
}
.module.content:first-child {
  padding-top: 16rem;
}
.module.content > .wrapper {
  font-size: 1.875rem;
}
.module.content > .wrapper a {
  color: #097B76;
}
.module.content > .wrapper h1 {
  display: block;
  text-align: center;
  color: #097B76;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 5.9375rem;
  line-height: 7.125rem;
  margin-bottom: 6.875rem;
}
.module.content > .wrapper h2 {
  color: #097B76;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 2.5rem;
}
.module.content > .wrapper h3 {
  font-weight: 700;
  font-size: 1.875rem;
  margin-bottom: 1.875rem;
}
.module.content > .wrapper em {
  font-style: normal;
  color: #097B76;
  font-weight: normal;
}
.module.content > .wrapper strong {
  font-weight: 700;
}
.module.content > .wrapper p {
  margin-bottom: 1.2em;
  line-height: 2.5rem;
  font-weight: 300;
}
.module.content > .wrapper p.small {
  font-size: 0.667em;
}
.module.content > .wrapper > .content img, .module.content > .wrapper > .content > p img {
  max-width: 100%;
  height: auto !important;
}
.module.content > .wrapper ol, .module.content > .wrapper ul {
  position: relative;
  top: -1em;
}
.module.content > .wrapper ol li, .module.content > .wrapper ul li {
  display: block;
  padding: 0.3125rem 0;
  padding-left: 1.5625rem;
  margin-left: 2.5rem;
  position: relative;
}
.module.content > .wrapper ol li::before, .module.content > .wrapper ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(0.5em + 0.3125rem);
  width: 0;
  height: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50% 50%;
  background-color: #097B76;
}
.module.content > .wrapper blockquote {
  font-size: 1.2em;
  font-style: italic;
}
.module.content > .wrapper img.alignright {
  float: right;
  margin-left: 1.25rem;
  margin-bottom: 1.875rem;
}
.module.content > .wrapper img.alignleft {
  float: left;
  margin-right: 1.25rem;
  margin-bottom: 1.875rem;
}
.module.content > .wrapper .persons {
  position: relative;
  margin: 0 auto;
  max-width: 65.625rem;
  font-size: 0;
}
.module.content > .wrapper .persons .person {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  padding: 1.25rem;
}
.module.content > .wrapper .persons .person > .wrapper {
  padding: 2.5rem;
  position: relative;
  font-size: 0;
  background-color: #097B76;
}
.module.content > .wrapper .persons .person > .wrapper .picture {
  width: 10rem;
  height: 10rem;
  display: inline-block;
  vertical-align: top;
  border-radius: 50% 50%;
  overflow: hidden;
  position: relative;
}
.module.content > .wrapper .persons .person > .wrapper .picture img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
  font-family: "object-fit: cover; object-position: 50% 0%";
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.module.content > .wrapper .persons .person > .wrapper .description {
  padding-top: 0.625rem;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 10rem);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1.25rem;
}
.module.content > .wrapper .persons .person > .wrapper .description .title {
  font-weight: bold;
  margin-bottom: 1.5em;
}
.module.content > .wrapper .gallery {
  position: relative;
  margin: 0 -0.625rem;
  margin: 3.75rem 0;
}
.module.content > .wrapper .gallery .item {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  position: relative;
  padding: 0 0.625rem;
}
.module.content > .wrapper .gallery .item .image {
  position: relative;
  padding-top: 65%;
  margin-bottom: 1.25rem;
}
.module.content > .wrapper .gallery .item .image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.module.content > .wrapper .gallery.count-1 .item {
  width: 50%;
}
.module.content > .wrapper .gallery.count-2 .item {
  width: 50%;
}

.module.single-article > .wrapper, .module.single-stories > .wrapper {
  font-size: 1.875rem;
  display: flex;
}
.module.single-article > .wrapper .content, .module.single-stories > .wrapper .content {
  width: 60%;
}
.module.single-article > .wrapper .content blockquote, .module.single-stories > .wrapper .content blockquote {
  font-style: normal;
}
.module.single-article > .wrapper .content pre, .module.single-stories > .wrapper .content pre {
  white-space: normal;
  margin: 5rem 0;
  color: #097B76;
  font-weight: bold;
  font-style: italic;
  max-width: 50rem;
  line-height: 1.4em;
}
.module.single-article > .wrapper .content pre::before, .module.single-article > .wrapper .content pre::after, .module.single-stories > .wrapper .content pre::before, .module.single-stories > .wrapper .content pre::after {
  content: "”";
}
.module.single-article > .wrapper .sidebar, .module.single-stories > .wrapper .sidebar {
  width: 40%;
  padding-left: 6.25rem;
  color: #097B76;
  padding-top: 22.5rem;
}
.module.single-article > .wrapper .sidebar .title, .module.single-stories > .wrapper .sidebar .title {
  font-size: 0.7em;
  margin-bottom: 1em;
}
.module.single-article > .wrapper .sidebar .links, .module.single-stories > .wrapper .sidebar .links {
  font-size: 0.7em;
  border-top: 2px solid #097B76;
  margin-bottom: 1em;
}
.module.single-article > .wrapper .sidebar .links a, .module.single-stories > .wrapper .sidebar .links a {
  padding: 0.8em 0;
  display: block;
  border-bottom: 2px solid #097B76;
  color: #000;
  text-decoration: none;
}
.module.single-article > .wrapper .sidebar .links a b, .module.single-stories > .wrapper .sidebar .links a b {
  text-transform: uppercase;
}
.module.single-article > .wrapper .sidebar .links a:hover b, .module.single-stories > .wrapper .sidebar .links a:hover b {
  text-decoration: underline;
}
.module.single-article > .wrapper .share, .module.single-stories > .wrapper .share {
  margin-top: 2.5rem;
  color: #097B76;
  padding-bottom: 1.875rem;
  font-size: 1.5625rem;
}
.module.single-article > .wrapper .share span, .module.single-stories > .wrapper .share span {
  font-weight: 700;
  margin-right: 1.25rem;
}
.module.single-article > .wrapper .share a, .module.single-stories > .wrapper .share a {
  font-size: 1.875rem;
  margin-right: 0.625rem;
}
.module.single-article > .wrapper .share a i, .module.single-stories > .wrapper .share a i {
  color: #097B76 !important;
}
.module.single-article > .wrapper h1, .module.single-stories > .wrapper h1 {
  font-size: 3.125rem;
  line-height: 3.75rem;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
  text-align: left;
}
.module.single-article .related .subject, .module.single-stories .related .subject {
  padding: 1.25rem 0;
  color: #097B76;
  text-transform: uppercase;
  font-size: 1.875rem;
}
.module.single-article .related .subject > span, .module.single-stories .related .subject > span {
  font-size: 1.375rem;
  display: inline-block;
  margin: 0 0.625rem;
  vertical-align: middle;
  border: 1px solid #097B76;
  background-color: #097B76;
  color: #fff;
  border-radius: 1.4375rem;
  line-height: 2.875rem;
  padding: 0 1.4375rem;
  padding-left: 3.75rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-size: auto 1.875rem;
  background-repeat: no-repeat;
  background-position: 1.125rem 50%;
}
.module.single-article .related .subject > span.all, .module.single-stories .related .subject > span.all {
  color: #000;
  padding: 0 1.4375rem;
  font-weight: bold;
}
.module.single-article .related .subject > span.cat-2, .module.single-stories .related .subject > span.cat-2 {
  padding-left: 4.6875rem;
}
.module.single-article .related .subject > span.cat-3, .module.single-stories .related .subject > span.cat-3 {
  padding-left: 4.0625rem;
}
.module.single-article .related .subject > span.cat-1, .module.single-stories .related .subject > span.cat-1 {
  background-image: url("../img/white-big-icon1.png");
}
.module.single-article .related .subject > span.cat-2, .module.single-stories .related .subject > span.cat-2 {
  background-image: url("../img/white-big-icon2.png");
}
.module.single-article .related .subject > span.cat-3, .module.single-stories .related .subject > span.cat-3 {
  background-image: url("../img/white-big-icon3.png");
}
.module.single-article .related .subject > span.cat-4, .module.single-stories .related .subject > span.cat-4 {
  background-image: url("../img/white-big-icon4.png");
}

.module.content_with_heading_picture {
  padding: 0;
}
.module.content_with_heading_picture * {
  color: inherit !important;
}
.module.content_with_heading_picture > img {
  width: 100%;
  height: auto;
}
.module.content_with_heading_picture > .wrapper {
  padding: 0 1.25rem;
  padding-bottom: 5rem;
}
.module.content_with_heading_picture > .wrapper > .content {
  max-width: 68.75rem;
  margin: 0 auto;
  text-align: center;
}
.module.content_with_heading_picture > .wrapper > .content h2 {
  font-size: 3.125rem;
}
.module.content_with_heading_picture > .wrapper > .content .button {
  border-color: #fff;
}
.module.content_with_heading_picture > .wrapper > .content .button:hover {
  color: #000 !important;
}

body.single-post .module.content > .wrapper, body.single-blog .module.content > .wrapper {
  max-width: 65.625rem;
  margin: 0 auto;
}
body.single-post .module.content > .wrapper h1, body.single-blog .module.content > .wrapper h1 {
  text-align: left;
  font-size: 3.125rem;
  line-height: 3.75rem;
  margin-bottom: 3.125rem;
}
body.single-post .module.content > .wrapper h2, body.single-blog .module.content > .wrapper h2 {
  color: inherit;
  font-weight: bold;
  font-size: 1em;
  line-height: 0.075emrem;
  margin-bottom: 0.3em;
}
body.single-post .module.content > .wrapper blockquote, body.single-blog .module.content > .wrapper blockquote {
  font-style: normal;
}
body.single-post .module.content > .wrapper pre, body.single-blog .module.content > .wrapper pre {
  white-space: normal;
  margin: 5rem 0;
  color: #097B76;
  font-weight: bold;
  font-style: italic;
  max-width: 50rem;
  line-height: 1.4em;
}
body.single-post .module.content > .wrapper pre::before, body.single-post .module.content > .wrapper pre::after, body.single-blog .module.content > .wrapper pre::before, body.single-blog .module.content > .wrapper pre::after {
  content: "”";
}
body.single-post .module.content > .wrapper .share, body.single-blog .module.content > .wrapper .share {
  margin-top: 2.5rem;
  color: #097B76;
  padding-bottom: 1.875rem;
  font-size: 1.5625rem;
}
body.single-post .module.content > .wrapper .share span, body.single-blog .module.content > .wrapper .share span {
  font-weight: 700;
  margin-right: 1.25rem;
}
body.single-post .module.content > .wrapper .share a, body.single-blog .module.content > .wrapper .share a {
  font-size: 1.875rem;
  margin-right: 0.625rem;
}
body.single-post .module.content > .wrapper .share a i, body.single-blog .module.content > .wrapper .share a i {
  color: #097B76 !important;
}
body.single-post .module.content > .wrapper .author, body.single-blog .module.content > .wrapper .author {
  background-color: #097B76;
  color: #fff;
  padding: 2.5rem;
  margin: 1.25rem 0;
}
body.single-post .module.content > .wrapper .author > .wrapper, body.single-blog .module.content > .wrapper .author > .wrapper {
  position: relative;
  font-size: 0;
}
body.single-post .module.content > .wrapper .author > .wrapper .picture, body.single-blog .module.content > .wrapper .author > .wrapper .picture {
  width: 10rem;
  height: 10rem;
  display: inline-block;
  vertical-align: top;
  border-radius: 50% 50%;
  overflow: hidden;
  position: relative;
}
body.single-post .module.content > .wrapper .author > .wrapper .picture img, body.single-blog .module.content > .wrapper .author > .wrapper .picture img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
  font-family: "object-fit: cover; object-position: 50% 0%";
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
body.single-post .module.content > .wrapper .author > .wrapper .description, body.single-blog .module.content > .wrapper .author > .wrapper .description {
  padding-top: 0.625rem;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 10rem);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1.25rem;
}
body.single-post .module.content > .wrapper .author > .wrapper .description .title, body.single-blog .module.content > .wrapper .author > .wrapper .description .title {
  font-weight: bold;
  margin-bottom: 1.5em;
}

@media screen and (min-width: 601px) {
  #event-form {
    max-width: 65.625rem;
    margin: 0 auto;
    font-size: 1.4375rem;
  }
  #event-form p {
    font-size: 1.4375rem;
    line-height: 1.9375rem;
  }
  #event-form h2 {
    font-size: 1.875rem;
    line-height: 2.3125rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 601px) {
  body.single-post .module.content > .wrapper p, body.single-blog .module.content > .wrapper p, body.single-article .module.content > .wrapper p, body.single-stories .module.content > .wrapper p {
    font-size: 1.4375rem;
    line-height: 1.9375rem;
    margin-bottom: 1.1em;
  }
  body.single-post .module.content > .wrapper blockquote p, body.single-blog .module.content > .wrapper blockquote p, body.single-article .module.content > .wrapper blockquote p, body.single-stories .module.content > .wrapper blockquote p {
    font-size: 1.875rem;
    line-height: 2.3125rem;
    margin-bottom: 5rem;
  }
  body.single-post .module.content > .wrapper > .content img, body.single-blog .module.content > .wrapper > .content img, body.single-article .module.content > .wrapper > .content img, body.single-stories .module.content > .wrapper > .content img {
    margin-bottom: 2.5rem;
  }
}
.module.picture-blocks .blocks {
  margin-bottom: 5rem;
}
.module.picture-blocks .blocks .block {
  position: relative;
}
.module.picture-blocks .blocks .block > .picture {
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  transform: translateY(-3.75rem);
}
.module.picture-blocks .blocks .block > .picture .image {
  position: absolute;
  left: 1.25rem;
  top: 1.25rem;
  right: 0.625rem;
  bottom: 1.25rem;
  z-index: 3;
}
.module.picture-blocks .blocks .block > .picture .image::before {
  position: absolute;
  background-color: #fff;
  content: "";
  top: -1.25rem;
  left: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
}
.module.picture-blocks .blocks .block > .picture .image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.module.picture-blocks .blocks .block > .picture .image > .content {
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 1.875rem;
  line-height: 2.3125rem;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding-left: 3.125rem;
  padding-bottom: 2.5rem;
  padding-top: 6.5625rem;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
}
.module.picture-blocks .blocks .block > .picture .image > .content h2 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 2.3125rem;
}
.module.picture-blocks .blocks .block > .picture .image > .content a {
  color: inherit;
}
.module.picture-blocks .blocks .block > .content {
  position: relative;
  margin-left: calc(50% + 0.625rem);
  margin-right: 1.25rem;
  background: #097B76;
  padding: 7.5rem 8.75rem;
  padding-right: 16.25rem;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.8125rem;
  min-height: 48.75rem;
}
.module.picture-blocks .blocks .block > .content h2 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 2.3125rem;
  margin-bottom: 2.5rem;
}
.module.picture-blocks .blocks .block > .content p {
  margin-bottom: 1.5em;
}
.module.picture-blocks .blocks .block > .content a {
  color: inherit;
}
.module.picture-blocks .blocks .block > .content .meta {
  margin-top: 2.5rem;
  position: relative;
}
.module.picture-blocks .blocks .block > .content .meta .logo {
  width: 17.5rem;
  display: inline-block;
  vertical-align: bottom;
}
.module.picture-blocks .blocks .block > .content .meta .logo img {
  max-width: 100%;
  height: auto;
}
.module.picture-blocks .blocks .block > .content .meta a {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  border-color: #fff;
  color: #fff;
}
.module.picture-blocks .blocks .block:nth-child(even) > .picture {
  left: auto;
  right: 0;
  transform: none;
}
.module.picture-blocks .blocks .block:nth-child(even) > .picture .image {
  left: 0.625rem;
  right: 1.25rem;
}
.module.picture-blocks .blocks .block:nth-child(even) > .content {
  transform: translateY(-3.75rem);
  margin-left: 1.25rem;
  margin-right: calc(50% + 0.625rem);
}

.module.slider {
  height: 100vh;
  position: relative;
}
.module.slider .arrows {
  position: absolute;
  right: 1.5625rem;
  bottom: 1.5625rem;
  width: 4.125rem;
  height: 5.5625rem;
  background: url("../img/kb_black.png");
  background-size: 12.375rem 5.5625rem;
  background-position: 50% 0;
  z-index: 15;
}
.module.slider .arrows > div {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background-repeat: no-repeat;
  background-size: 0.9375rem;
  background-position: 50% 50%;
}
.module.slider .arrows > div.up {
  top: 0;
  background-image: url("../img/arrow_black_up.png");
}
.module.slider .arrows > div.down {
  top: 50%;
  background-image: url("../img/arrow_black_down.png");
}
.module.slider .sidebar {
  position: absolute;
  left: 3rem;
  top: 9.0625rem;
  color: #fff;
  z-index: 15;
}
.module.slider .sidebar span {
  padding-top: 0.625rem;
  display: block;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 2.8125rem;
}
.module.slider .sidebar i {
  display: block;
  width: 1.375rem;
  height: 1.375rem;
}
.module.slider .sidebar i::before {
  content: "";
  position: absolute;
  left: -0.3125rem;
  display: block;
  background: #fff;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50% 50%;
  transition: transform 0.8s, background-color 0.8s;
  transform: scale(0.42);
  cursor: pointer;
}
.module.slider .sidebar i.past::before {
  background-color: #097B76;
}
.module.slider .sidebar i.active::before {
  transform: scale(1);
}
.module.slider .slides .slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 5;
  opacity: 0;
  transition: opacity 0s 0.8s;
}
.module.slider .slides .slide.active {
  opacity: 1;
  transition: opacity 0.8s 0s;
  z-index: 10;
}
.module.slider .slides .slide .background {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 1.25rem);
  bottom: 0;
}
.module.slider .slides .slide .background img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.module.slider .slides .slide .content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(50% + 1.25rem);
  z-index: 2;
}
.module.slider .slides .slide .content .container {
  position: absolute;
  top: 50%;
  left: 10.9375rem;
  transform: translateY(-50%);
  max-width: 38.25rem;
}
.module.slider .slides .slide .content h1 {
  font-weight: 900;
  font-size: 6.25rem;
  line-height: 8.75rem;
  color: #097B76;
}
.module.slider .slides .slide .content h2 {
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 2.5rem;
}
.module.slider .slides .slide .content p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 1.25rem;
}
.module.slider .slides .slide.intro {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.module.slider .slides .slide.intro .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.module.slider .slides .slide.intro .background img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.module.slider .slides .slide.intro .background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 11.875rem;
  opacity: 0.8;
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.module.slider .slides .slide.intro .background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.module.slider .slides .slide.intro .content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  color: #fff;
}
.module.slider .slides .slide.intro .content .container {
  position: static;
  top: auto;
  left: auto;
  transform: none;
  max-width: 100%;
}
.module.slider .slides .slide.intro .content h1 {
  color: #fff;
  font-weight: 900;
  font-size: 5.9375rem;
  line-height: 7.125rem;
  margin-bottom: 3.75rem;
}
.module.slider .slides .slide.intro .content h2 {
  color: #fff;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 3rem;
}

body.page-template-page-story-php .root {
  overflow: hidden;
}

.module.slider[data-active-slide="1"] .arrows {
  background-image: url("../img/kb_white.png");
}
.module.slider[data-active-slide="1"] .arrows > div.up {
  background-image: url("../img/arrow_white_up.png");
}
.module.slider[data-active-slide="1"] .arrows > div.down {
  background-image: url("../img/arrow_white_down.png");
}

.module.slider .arrows.has-prev > div.up {
  cursor: pointer;
  background-image: url("../img/arrow_green_up.png") !important;
}
.module.slider .arrows.has-next > div.down {
  cursor: pointer;
  background-image: url("../img/arrow_green_down.png") !important;
}

.module.staggered-lift {
  padding: 1.25rem;
  position: relative;
}
.module.staggered-lift::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 9.6875rem;
  border: 1px solid #097B76;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50% 50%;
  background: #fff url("../img/bigger_arrow_down.png") no-repeat 50% 50%;
  background-size: auto 2rem;
  transform: translate(-50%, -50%);
}
.module.staggered-lift::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 9.6875rem;
  bottom: 0;
  border-left: 1px solid #097B76;
  transform: translateX(-0.0625rem);
}
.module.staggered-lift .intro {
  position: relative;
  font-size: 0;
  margin-bottom: 1.875rem;
  padding-top: 3.4375rem;
}
.module.staggered-lift .intro h2 {
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 3rem;
  color: #097B76;
  padding-left: 9.8125rem;
  margin-bottom: 1.25rem;
  max-width: calc(50% - 1.25rem);
}
.module.staggered-lift .intro .content {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 1.25rem;
  padding: 0 9.8125rem;
}
.module.staggered-lift .intro .content.right {
  padding-right: 12.3125rem;
}
.module.staggered-lift .intro .content a {
  color: #097B76;
}
.module.staggered-lift .intro .content p {
  line-height: 1.75rem;
}
.module.staggered-lift .intro .content h3 {
  display: block;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.625rem;
  margin-bottom: 2.8125rem;
}
.module.staggered-lift .intro .content ul {
  margin-bottom: 1.2em;
}
.module.staggered-lift .intro .content ul li {
  display: inline-block;
  padding: 0.3125rem 0;
  padding-left: 1.25rem;
  position: relative;
}
.module.staggered-lift .intro .content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3125rem 0 0.3125rem 0.625rem;
  border-color: transparent transparent transparent #097B76;
}
.module.staggered-lift .lifts {
  padding-bottom: 11.5625rem;
}
.module.staggered-lift .lifts .lift {
  position: relative;
  padding-top: 5.625rem;
}
.module.staggered-lift .lifts .lift::before {
  content: "";
  position: absolute;
  top: 11.25rem;
  width: 19.0625rem;
  border-top: 1px solid #097B76;
}
.module.staggered-lift .lifts .lift > .background {
  position: absolute;
  top: 11.25rem;
  bottom: 0;
}
.module.staggered-lift .lifts .lift > .background img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.module.staggered-lift .lifts .lift > .content {
  width: 50%;
  font-size: 1.25rem;
}
.module.staggered-lift .lifts .lift > .content .icon {
  width: 12.5rem;
  height: 10rem;
  margin: 0 auto;
  position: relative;
  margin-bottom: 2.5rem;
}
.module.staggered-lift .lifts .lift > .content .icon img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: contain; object-position: 50% 50%";
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.module.staggered-lift .lifts .lift > .content h2 {
  display: block;
  text-align: center;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 2.5rem;
}
.module.staggered-lift .lifts .lift > .content h3 {
  display: block;
  font-weight: 0;
  font-size: 1.875rem;
  line-height: 2.625rem;
  text-align: center;
  margin-bottom: 2.8125rem;
}
.module.staggered-lift .lifts .lift > .content p {
  line-height: 1.75rem;
  margin-bottom: 1.2em;
}
.module.staggered-lift .lifts .lift > .content a.video {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #F4F4F4;
  position: relative;
  min-height: 10rem;
  padding: 1.5625rem 1.25rem;
  padding-right: 9.0625rem;
  margin-top: 4.375rem;
}
.module.staggered-lift .lifts .lift > .content a.video strong {
  font-weight: 700;
}
.module.staggered-lift .lifts .lift > .content a.video p {
  margin-bottom: 0;
  font-size: 1.25rem;
}
.module.staggered-lift .lifts .lift > .content a.video .watch {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 8.125rem;
  background: #097B76 url("../img/play_small.png") no-repeat 50% 2.3125rem;
  background-size: 3.125rem auto;
  padding: 0 1.875rem;
  padding-top: 6.25rem;
  font-weight: 700;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1rem;
  text-transform: uppercase;
  text-align: center;
}
.module.staggered-lift .lifts .lift:nth-child(odd)::before {
  left: 50%;
}
.module.staggered-lift .lifts .lift:nth-child(odd) > .background {
  left: 10rem;
  right: calc(50% + 0.625rem);
}
.module.staggered-lift .lifts .lift:nth-child(odd) > .content {
  padding-left: 11.25rem;
  padding-right: 10rem;
  margin-left: auto;
}
.module.staggered-lift .lifts .lift:nth-child(even)::before {
  right: 50%;
}
.module.staggered-lift .lifts .lift:nth-child(even) > .background {
  right: 10rem;
  left: calc(50% + 0.625rem);
}
.module.staggered-lift .lifts .lift:nth-child(even) > .content {
  padding-left: 10rem;
  padding-right: 11.25rem;
  margin-right: auto;
}

.module.staggered-lifts {
  padding: 0 11.25rem;
  position: relative;
}
.module.staggered-lifts::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 11.25rem;
  bottom: 7.5rem;
  border-left: 1px solid #7DC9DE;
  transform: translateX(-0.0625rem);
}
.module.staggered-lifts .wrapper {
  position: relative;
  font-size: 0;
  margin-bottom: 1.875rem;
}
.module.staggered-lifts .wrapper h2 {
  text-align: center;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 3rem;
  color: #097B76;
  margin-bottom: 1.25rem;
}
.module.staggered-lifts .wrapper .lifts {
  padding-top: 3.125rem;
  padding-bottom: 11.5625rem;
  margin: 0 auto;
  max-width: 75rem;
}
.module.staggered-lifts .wrapper .lifts .lift {
  position: relative;
  display: flex;
  margin-bottom: 6.25rem;
}
.module.staggered-lifts .wrapper .lifts .lift > .content {
  width: 50%;
  font-size: 1.25rem;
  padding: 0 3.125rem;
}
.module.staggered-lifts .wrapper .lifts .lift > .content.left {
  text-align: right;
}
.module.staggered-lifts .wrapper .lifts .lift > .content.right {
  text-align: left;
  position: relative;
  top: 9em;
}
.module.staggered-lifts .wrapper .lifts .lift > .content h2 {
  display: block;
  text-align: center;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 2.5rem;
}
.module.staggered-lifts .wrapper .lifts .lift > .content h3 {
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.625rem;
  margin-bottom: 2.8125rem;
}
.module.staggered-lifts .wrapper .lifts .lift > .content h3 img {
  margin-bottom: 0.5em;
  max-width: 5em;
}
.module.staggered-lifts .wrapper .lifts .lift > .content p {
  line-height: 1.75rem;
  margin-bottom: 1.2em;
}

.module.content_with_partners_and_qa {
  color: #000;
  font-size: 1.5625rem;
}
.module.content_with_partners_and_qa .intro {
  background: #021d14 url("../img/ice-bg-small.jpg") no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  padding-top: 10.625rem;
  padding-bottom: 12.5rem;
}
.module.content_with_partners_and_qa .intro > .wrapper {
  padding: 0 5.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.module.content_with_partners_and_qa .intro > .wrapper > .picture {
  width: 50%;
  padding: 0 7.1875rem;
}
.module.content_with_partners_and_qa .intro > .wrapper > .picture > img {
  width: 100% !important;
  height: auto !important;
}
.module.content_with_partners_and_qa .intro > .wrapper > .text {
  width: 50%;
  text-align: center;
  padding: 0 5rem;
  position: relative;
  transform: translateX(-1.75rem);
}
.module.content_with_partners_and_qa .intro > .wrapper > .text a {
  color: inherit;
}
.module.content_with_partners_and_qa .intro > .wrapper > .text p {
  margin: 1em 0;
}
.module.content_with_partners_and_qa h2 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2.625rem;
  line-height: 2.75rem;
}
.module.content_with_partners_and_qa h3 {
  font-size: 1.6875rem;
  line-height: 2.0625rem;
  font-weight: bold;
}
.module.content_with_partners_and_qa p {
  line-height: 2.125rem;
  margin-bottom: 1em;
}
.module.content_with_partners_and_qa a {
  color: inherit;
}
.module.content_with_partners_and_qa > .content {
  padding: 0 5.625rem;
}
.module.content_with_partners_and_qa > .content > .wrapper {
  text-align: center;
  max-width: 62.625rem;
  margin: 0 auto;
  padding-top: 5.3125rem;
  padding-bottom: 7.1875rem;
}
.module.content_with_partners_and_qa > .content > .wrapper h2 {
  margin-bottom: 6.875rem;
}
.module.content_with_partners_and_qa > .content img {
  max-width: 100%;
  height: auto !important;
}
.module.content_with_partners_and_qa > .partners {
  padding: 0 5.625rem;
}
.module.content_with_partners_and_qa > .partners > .wrapper h2 {
  margin-bottom: 4.375rem;
}
.module.content_with_partners_and_qa > .partners > .wrapper > .partners .partner {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.module.content_with_partners_and_qa > .partners > .wrapper > .partners .partner .picture {
  width: 50%;
  padding-right: 2.1875rem;
}
.module.content_with_partners_and_qa > .partners > .wrapper > .partners .partner .picture img {
  width: 100%;
  height: auto;
  display: block;
}
.module.content_with_partners_and_qa > .partners > .wrapper > .partners .partner .content {
  width: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.module.content_with_partners_and_qa > .partners > .wrapper > .partners .partner .content .text {
  padding: 3.125rem 12.5rem;
}
.module.content_with_partners_and_qa > .partners > .wrapper > .partners .partner:nth-child(even) .picture {
  order: 1;
  padding-right: 0;
  padding-left: 2.1875rem;
}
.module.content_with_partners_and_qa > .qa {
  padding: 0 5.625rem;
  padding-top: 3.75rem;
}
.module.content_with_partners_and_qa > .qa > .wrapper h2 {
  margin-bottom: 7.1875rem;
}
.module.content_with_partners_and_qa > .qa > .wrapper > .qas {
  position: relative;
  margin: 0 -1.5625rem;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.module.content_with_partners_and_qa > .qa > .wrapper > .qas .qa {
  padding: 0 3.4375rem;
  width: 50%;
  margin-bottom: 5.625rem;
}
.module.content_with_partners_and_qa > .qa > .wrapper > .qas .qa h3 {
  margin: 0 auto;
  margin-bottom: 3.75rem;
  max-width: 25rem;
}

@media screen and (max-width: 600px) {
  .module.content_with_partners_and_qa {
    font-size: 1.25rem;
  }
  .module.content_with_partners_and_qa .intro {
    color: #fff;
    padding-top: 3.75rem;
    padding-bottom: 2.5rem;
  }
  .module.content_with_partners_and_qa .intro > .wrapper {
    padding: 0 1.25rem;
    display: block;
  }
  .module.content_with_partners_and_qa .intro > .wrapper > .picture {
    width: 100%;
    padding: 0 1.25rem;
  }
  .module.content_with_partners_and_qa .intro > .wrapper > .text {
    width: 100%;
    padding: 0;
    padding-top: 1.875rem;
    transform: none;
  }
  .module.content_with_partners_and_qa h2 {
    font-size: 1.5625rem;
    line-height: 2rem;
  }
  .module.content_with_partners_and_qa h3 {
    font-size: 1.375rem;
    line-height: 1.2em;
  }
  .module.content_with_partners_and_qa p {
    line-height: 1.75rem;
  }
  .module.content_with_partners_and_qa > .content {
    padding: 0 1.25rem;
  }
  .module.content_with_partners_and_qa > .content > .wrapper {
    text-align: center;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .module.content_with_partners_and_qa > .content > .wrapper h2 {
    margin-bottom: 2.5rem;
  }
  .module.content_with_partners_and_qa > .partners {
    padding: 0 1.25rem;
  }
  .module.content_with_partners_and_qa > .partners > .wrapper h2 {
    margin-bottom: 2.5rem;
  }
  .module.content_with_partners_and_qa > .partners > .wrapper > .partners .partner {
    display: block;
    margin-bottom: 2.5rem;
  }
  .module.content_with_partners_and_qa > .partners > .wrapper > .partners .partner .picture {
    width: 100%;
    padding-right: 0;
  }
  .module.content_with_partners_and_qa > .partners > .wrapper > .partners .partner .content {
    display: block;
    width: 100%;
  }
  .module.content_with_partners_and_qa > .partners > .wrapper > .partners .partner .content .text {
    padding: 1.875rem 1.25rem;
  }
  .module.content_with_partners_and_qa > .partners > .wrapper > .partners .partner:nth-child(even) .picture {
    padding-left: 0;
  }
  .module.content_with_partners_and_qa > .qa {
    padding: 0 1.25rem;
    padding-top: 2.5rem;
  }
  .module.content_with_partners_and_qa > .qa > .wrapper h2 {
    margin-bottom: 2.5rem;
  }
  .module.content_with_partners_and_qa > .qa > .wrapper > .qas {
    margin: 0;
    display: block;
    text-align: center;
  }
  .module.content_with_partners_and_qa > .qa > .wrapper > .qas .qa {
    padding: 0 1.25rem;
    width: 100%;
    margin-bottom: 5.625rem;
  }
  .module.content_with_partners_and_qa > .qa > .wrapper > .qas .qa h3 {
    margin: 0 auto;
    margin-bottom: 1.875rem;
    max-width: 100%;
  }
}
.news {
  position: relative;
  padding-bottom: 3.125rem;
  margin: 0 -0.625rem;
}
.news .post.hidden {
  display: none !important;
}
.news .more {
  padding-top: 1.25rem;
  text-align: center;
}

@media screen and (min-width: 601px) {
  .news {
    padding-bottom: 5rem;
  }
  .news .post:not(.large) {
    color: inherit !important;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 0.625rem;
  }
  .news .post:not(.large) > .wrapper {
    margin-bottom: 1.25rem;
    position: relative;
    background: #f7f7f7;
  }
  .news .post:not(.large) > .wrapper .picture {
    background: #f7f7f7;
    position: relative;
    padding-top: 56%;
    overflow: hidden;
  }
  .news .post:not(.large) > .wrapper .picture img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%";
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .news .post:not(.large) > .wrapper .meta {
    position: absolute;
    top: 0;
    left: 0;
    height: 6.25rem;
    background: #097B76;
    color: #fff;
    font-size: 0;
  }
  .news .post:not(.large) > .wrapper .meta .icon {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    border-right: 1px solid #fff;
    background-position: 50% 50%;
    background-size: 3.4375rem auto;
    background-repeat: no-repeat;
  }
  .news .post:not(.large) > .wrapper .meta .icon.cat-1 {
    background-image: url("../img/white-big-icon1.png");
  }
  .news .post:not(.large) > .wrapper .meta .icon.cat-2 {
    background-image: url("../img/white-big-icon2.png");
  }
  .news .post:not(.large) > .wrapper .meta .icon.cat-3 {
    background-image: url("../img/white-big-icon3.png");
  }
  .news .post:not(.large) > .wrapper .meta .icon.cat-4 {
    background-image: url("../img/white-big-icon4.png");
  }
  .news .post:not(.large) > .wrapper .meta .date {
    display: inline-block;
    line-height: 6.25rem;
    vertical-align: top;
    text-align: center;
    padding: 0 0.9375rem;
    min-width: 15.625rem;
    font-size: 2.5rem;
  }
  .news .post:not(.large) > .wrapper .meta .date .year {
    font-weight: 700;
  }
  .news .post:not(.large) > .wrapper .content {
    padding: 1.5625rem 4.375rem;
    min-height: 12.5rem;
  }
  .news .post:not(.large) > .wrapper .content h2 {
    color: #000;
    font-weight: 900;
    font-size: 1.875rem;
    line-height: 2.3125rem;
    margin-bottom: 2.5rem;
    margin-bottom: 0 !important;
  }
  .news .post:not(.large) > .wrapper .content p {
    font-size: 1.8125rem;
    line-height: 2.25rem;
  }
  .news .post.large {
    color: inherit !important;
    padding: 0 0.625rem;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .news .post.large > .wrapper {
    position: relative;
    min-height: 40.0625rem;
  }
  .news .post.large > .wrapper .picture-container {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: calc(100% - 32.5rem);
  }
  .news .post.large > .wrapper .picture-container .picture {
    background: #f7f7f7;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
  .news .post.large > .wrapper .picture-container .picture img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%";
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .news .post.large > .wrapper .content {
    position: relative;
    margin-left: calc(100% - 32.5rem);
    width: 29.6875rem;
    padding-left: 3.75rem;
    padding-top: 14.0625rem;
  }
  .news .post.large > .wrapper .content h2 {
    color: #000;
    font-size: 1.75rem;
    line-height: 2.125rem;
    margin-bottom: 1.25rem !important;
  }
  .news .post.large > .wrapper .content p {
    font-size: 1.1875rem;
    line-height: 1.625rem;
    margin-bottom: 1.375rem;
  }
  .news .post.large > .wrapper .content .meta {
    position: absolute;
    top: 0;
    left: 0;
    height: 9.875rem;
    background: #097B76;
    color: #fff;
    font-size: 0;
  }
  .news .post.large > .wrapper .content .meta .icon {
    display: inline-block;
    width: 9.875rem;
    height: 9.875rem;
    border-right: 1px solid #fff;
    background-position: 50% 50%;
    background-size: 4.375rem auto;
    background-repeat: no-repeat;
  }
  .news .post.large > .wrapper .content .meta .icon.cat-1 {
    background-image: url("../img/white-big-icon1.png");
  }
  .news .post.large > .wrapper .content .meta .icon.cat-2 {
    background-image: url("../img/white-big-icon2.png");
  }
  .news .post.large > .wrapper .content .meta .icon.cat-3 {
    background-image: url("../img/white-big-icon3.png");
  }
  .news .post.large > .wrapper .content .meta .icon.cat-4 {
    background-image: url("../img/white-big-icon4.png");
  }
  .news .post.large > .wrapper .content .meta .date {
    display: inline-block;
    height: 9.875rem;
    vertical-align: top;
    text-align: center;
    padding: 0 0.9375rem;
    padding-top: 2.5rem;
    min-width: 9.875rem;
    font-size: 2.1875rem;
    line-height: 1.1em;
  }
  .news .post.large > .wrapper .content .meta .date .year {
    display: block;
    font-weight: 700;
  }
}
@media screen and (max-width: 600px) {
  .news .post {
    color: inherit !important;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    padding: 0 0.625rem;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .news .post > .wrapper {
    margin-bottom: 1.25rem;
    position: relative;
    background: #f7f7f7;
  }
  .news .post > .wrapper .picture {
    position: relative;
    padding-top: 100%;
  }
  .news .post > .wrapper .picture img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%";
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .news .post > .wrapper .meta {
    position: absolute;
    top: 0;
    left: 0;
    background: #097B76;
    color: #fff;
    font-size: 0;
    height: 4.375rem;
  }
  .news .post > .wrapper .meta .icon {
    display: inline-block;
    border-right: 1px solid #fff;
    background-repeat: no-repeat;
    width: 4.375rem;
    height: 4.375rem;
    background-position: 50% 50%;
    background-size: 1.875rem auto;
  }
  .news .post > .wrapper .meta .icon.cat-1 {
    background-image: url("../img/white-big-icon1.png");
  }
  .news .post > .wrapper .meta .icon.cat-2 {
    background-image: url("../img/white-big-icon2.png");
  }
  .news .post > .wrapper .meta .icon.cat-3 {
    background-image: url("../img/white-big-icon3.png");
  }
  .news .post > .wrapper .meta .icon.cat-4 {
    background-image: url("../img/white-big-icon4.png");
  }
  .news .post > .wrapper .meta .date {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 4.375rem;
    padding: 0 0.9375rem;
    min-width: 10rem;
    font-size: 1.25rem;
  }
  .news .post > .wrapper .meta .date .year {
    font-weight: 700;
    display: inline;
  }
  .news .post > .wrapper .content {
    padding: 1.25rem;
    min-height: 0;
  }
  .news .post > .wrapper .content h2 {
    color: #000;
    font-weight: 900;
    margin-bottom: 0;
  }
  .news .post > .wrapper .content p {
    display: none !important;
  }
  .news .post > .wrapper .content .button {
    display: none !important;
  }
}
.blog {
  position: relative;
  padding-bottom: 3.125rem;
  margin: 0 -0.625rem;
}
.blog .post.hidden {
  display: none !important;
}
.blog .more {
  padding-top: 1.25rem;
  text-align: center;
}

@media screen and (min-width: 601px) {
  .blog {
    padding-bottom: 5rem;
  }
  .blog .post {
    color: inherit !important;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 0.625rem;
  }
  .blog .post > .wrapper {
    margin-bottom: 1.25rem;
    position: relative;
    background: #f7f7f7;
  }
  .blog .post > .wrapper .picture {
    background: #f7f7f7;
    position: relative;
    padding-top: 66%;
    overflow: hidden;
  }
  .blog .post > .wrapper .picture img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%";
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .blog .post > .wrapper .meta {
    position: absolute;
    top: 0;
    right: 0;
    height: 4.375rem;
    background: #097B76;
    color: #fff;
    font-size: 0;
  }
  .blog .post > .wrapper .meta .icon {
    display: inline-block;
    width: 4.375rem;
    height: 4.375rem;
    background-position: 50% 50%;
    background-size: 2.1875rem auto;
    background-repeat: no-repeat;
  }
  .blog .post > .wrapper .meta .icon.cat-1 {
    background-image: url("../img/white-big-icon1.png");
  }
  .blog .post > .wrapper .meta .icon.cat-2 {
    background-image: url("../img/white-big-icon2.png");
  }
  .blog .post > .wrapper .meta .icon.cat-3 {
    background-image: url("../img/white-big-icon3.png");
  }
  .blog .post > .wrapper .meta .icon.cat-4 {
    background-image: url("../img/white-big-icon4.png");
  }
  .blog .post > .wrapper .content {
    padding: 1.875rem 1.875rem;
    min-height: 12.5rem;
    font-size: 1.25rem;
  }
  .blog .post > .wrapper .content strong {
    display: inline-block;
    margin-bottom: 1.25rem;
  }
  .blog .post > .wrapper .content p {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
@media screen and (max-width: 600px) {
  .blog .post {
    color: inherit !important;
    text-decoration: none;
    padding: 0 0.625rem;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .blog .post > .wrapper {
    margin-bottom: 1.25rem;
    position: relative;
    background: #f7f7f7;
  }
  .blog .post > .wrapper .picture {
    position: relative;
    padding-top: 66%;
  }
  .blog .post > .wrapper .picture img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%";
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .blog .post > .wrapper .meta {
    position: absolute;
    top: 0;
    right: 0;
    background: #097B76;
    color: #fff;
    font-size: 0;
    height: 4.375rem;
  }
  .blog .post > .wrapper .meta .icon {
    display: inline-block;
    background-repeat: no-repeat;
    width: 4.375rem;
    height: 4.375rem;
    background-position: 50% 50%;
    background-size: 1.875rem auto;
  }
  .blog .post > .wrapper .meta .icon.cat-1 {
    background-image: url("../img/white-big-icon1.png");
  }
  .blog .post > .wrapper .meta .icon.cat-2 {
    background-image: url("../img/white-big-icon2.png");
  }
  .blog .post > .wrapper .meta .icon.cat-3 {
    background-image: url("../img/white-big-icon3.png");
  }
  .blog .post > .wrapper .meta .icon.cat-4 {
    background-image: url("../img/white-big-icon4.png");
  }
  .blog .post > .wrapper .meta .date {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 4.375rem;
    padding: 0 0.9375rem;
    min-width: 10rem;
    font-size: 1.25rem;
  }
  .blog .post > .wrapper .meta .date .year {
    font-weight: 700;
    display: inline;
  }
  .blog .post > .wrapper .content {
    padding: 1.25rem;
    min-height: 0;
  }
  .blog .post > .wrapper .content strong {
    display: inline-block;
    margin-bottom: 1.25rem;
  }
  .blog .post > .wrapper .content .button {
    display: none !important;
  }
}
.events {
  position: relative;
  padding-bottom: 6.25rem;
}
.events .large-features {
  margin-bottom: 1.25rem;
}
.events .large-features .feature > .wrapper {
  position: relative;
  min-height: 40.0625rem;
}
.events .large-features .feature > .wrapper .picture-container {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: calc(100% - 29.6875rem);
}
.events .large-features .feature > .wrapper .picture-container .picture {
  background: #f7f7f7;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.events .large-features .feature > .wrapper .picture-container .picture img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.events .large-features .feature > .wrapper .content {
  position: relative;
  margin-left: calc(100% - 29.6875rem);
  width: 29.6875rem;
  padding-left: 1.25rem;
  padding-top: 14.6875rem;
}
.events .large-features .feature > .wrapper .content h2 {
  color: #000;
  font-size: normal;
  margin-bottom: 2.5rem;
}
.events .large-features .feature > .wrapper .content p {
  font-size: 1.8125rem;
  line-height: 2.25rem;
  margin-bottom: 3.75rem;
}
.events .large-features .feature > .wrapper .content .meta {
  position: absolute;
  top: 0;
  left: 0;
  height: 9.875rem;
  background: #097B76;
  color: #fff;
  font-size: 0;
}
.events .large-features .feature > .wrapper .content .meta .icon {
  display: inline-block;
  width: 9.875rem;
  height: 9.875rem;
  border-right: 1px solid #fff;
  background-position: 50% 50%;
  background-size: 4.375rem auto;
  background-repeat: no-repeat;
}
.events .large-features .feature > .wrapper .content .meta .icon.cat-1 {
  background-image: url("../img/white-big-icon1.png");
}
.events .large-features .feature > .wrapper .content .meta .icon.cat-2 {
  background-image: url("../img/white-big-icon2.png");
}
.events .large-features .feature > .wrapper .content .meta .icon.cat-3 {
  background-image: url("../img/white-big-icon3.png");
}
.events .large-features .feature > .wrapper .content .meta .icon.cat-4 {
  background-image: url("../img/white-big-icon4.png");
}
.events .large-features .feature > .wrapper .content .meta .date {
  display: inline-block;
  height: 9.875rem;
  vertical-align: top;
  text-align: center;
  padding: 0 0.9375rem;
  padding-top: 2.5rem;
  min-width: 9.875rem;
  font-size: 2.1875rem;
}
.events .large-features .feature > .wrapper .content .meta .date .year {
  display: block;
  font-weight: 700;
}
.events .small-features {
  position: relative;
  margin: 0 -0.625rem;
}
.events .small-features .feature {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 0.625rem;
}
.events .small-features .feature > .wrapper {
  margin-bottom: 1.25rem;
  position: relative;
  background: #f7f7f7;
}
.events .small-features .feature > .wrapper .picture {
  position: relative;
  padding-top: 56%;
}
.events .small-features .feature > .wrapper .picture img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.events .small-features .feature > .wrapper .meta {
  position: absolute;
  top: 0;
  left: 0;
  height: 6.25rem;
  background: #097B76;
  color: #fff;
  font-size: 0;
}
.events .small-features .feature > .wrapper .meta .icon {
  display: inline-block;
  width: 6.25rem;
  height: 6.25rem;
  border-right: 1px solid #fff;
  background-position: 50% 50%;
  background-size: 3.4375rem auto;
  background-repeat: no-repeat;
}
.events .small-features .feature > .wrapper .meta .icon.cat-1 {
  background-image: url("../img/white-big-icon1.png");
}
.events .small-features .feature > .wrapper .meta .icon.cat-2 {
  background-image: url("../img/white-big-icon2.png");
}
.events .small-features .feature > .wrapper .meta .icon.cat-3 {
  background-image: url("../img/white-big-icon3.png");
}
.events .small-features .feature > .wrapper .meta .icon.cat-4 {
  background-image: url("../img/white-big-icon4.png");
}
.events .small-features .feature > .wrapper .meta .date {
  display: inline-block;
  line-height: 6.25rem;
  vertical-align: top;
  text-align: center;
  padding: 0 0.9375rem;
  min-width: 15.625rem;
  font-size: 2.5rem;
}
.events .small-features .feature > .wrapper .meta .date .year {
  font-weight: 700;
}
.events .small-features .feature > .wrapper .content {
  padding: 2.8125rem 4.375rem;
  padding-bottom: 6.25rem;
  min-height: 25.3125rem;
}
.events .small-features .feature > .wrapper .content a {
  color: #097B76;
}
.events .small-features .feature > .wrapper .content h2 {
  color: #000;
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 2.3125rem;
  margin-bottom: 2.5rem;
}
.events .small-features .feature > .wrapper .content p {
  font-size: 1.8125rem;
  line-height: 2.25rem;
}
.events .small-features .feature > .wrapper .content .button {
  position: absolute;
  right: 2.5rem;
  bottom: 2.5rem;
  margin-bottom: 0;
  color: #000;
}
.events .small-features .feature > .wrapper .content .button:hover {
  color: #097B76;
}
.events .events-browser {
  padding-top: 5rem;
}
.events .events-browser .controllers {
  font-size: 0;
}
.events .events-browser .controllers .controller {
  display: inline-block;
  vertical-align: top;
  width: 66.6%;
  text-align: right;
}
.events .events-browser .controllers .controller.year {
  width: 33.3%;
  text-align: left;
}
.events .events-browser .controllers .controller label {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 3.1875rem;
  min-width: 6.25rem;
  padding: 0 1.25rem;
  text-align: center;
}
.events .events-browser .controllers .controller select {
  font-size: 1.25rem;
  width: 160px;
  text-align: left;
}
.events .events-browser .controllers .controller .yearcontroller {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  background: #626262;
  margin: 0 0.625rem;
  color: #fff;
  line-height: 3.1875rem;
  padding: 0 2.75rem;
  font-weight: 900;
  font-size: 1.375rem;
  cursor: pointer;
}
.events .events-browser .controllers .controller .yearcontroller.active {
  cursor: default;
  background: #097B76;
}
.events .event-content {
  padding-top: 1.875rem;
}
.events .event-content .no-events {
  padding: 3.125rem 2.5rem;
}
.events .event-content .more-events {
  text-align: center;
  padding-top: 1.875rem;
}
.events .event-content .event {
  position: relative;
  border-bottom: 1px solid #D6D6D6;
  margin-top: 2.1875rem;
  padding-bottom: 1.875rem;
  font-size: 0;
}
.events .event-content .event .date {
  color: #fff;
  background: #097B76;
  display: inline-block;
  height: 8.5rem;
  vertical-align: top;
  text-align: center;
  padding: 0 0.9375rem;
  padding-top: 2.8125rem;
  min-width: 8.5rem;
  font-size: 1.375rem;
}
.events .event-content .event .date .year {
  display: block;
  font-weight: 700;
}
.events .event-content .event .icon {
  display: inline-block;
  height: 8.5rem;
  vertical-align: top;
  width: 8.5rem;
  background-position: 50% 50%;
  background-size: 3.125rem auto;
  background-repeat: no-repeat;
  margin-left: 1.25rem;
}
.events .event-content .event .icon.cat-1 {
  background-image: url("../img/big-icon1.png");
}
.events .event-content .event .icon.cat-2 {
  background-image: url("../img/big-icon2.png");
}
.events .event-content .event .icon.cat-3 {
  background-image: url("../img/big-icon3.png");
}
.events .event-content .event .icon.cat-4 {
  background-image: url("../img/big-icon4.png");
}
.events .event-content .event .title {
  padding: 1.25rem;
  padding-right: 0.625rem;
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 18.25rem);
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 2.3125rem;
}
.events .event-content .event .description {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  padding: 1.25rem;
  padding-left: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding-right: 20.625rem;
}
.events .event-content .event .button {
  position: absolute;
  top: 1.4375rem;
  right: 0;
}

@media screen and (max-width: 1500px) {
  .events .events-browser .controllers .controller select {
    width: 120px;
  }
}
@media screen and (max-width: 1100px) {
  .events .events-browser .controllers .controller select {
    width: 100px;
  }
}
@media screen and (max-width: 920px) {
  .events .events-browser .controllers .controller select {
    width: 80px;
  }
}
@media screen and (max-width: 730px) {
  .events .events-browser .controllers .controller select {
    width: 60px;
  }
}
.events .pagination {
  margin-top: 2em;
  text-align: center;
}
.events .pagination span, .events .pagination a {
  display: inline-block;
  padding: 0 0.3125rem;
}
.events .pagination h2 {
  display: none;
}

.archive {
  max-width: 65.625rem;
  margin: 0 auto;
}
.archive .pagination {
  margin-top: 2em;
  text-align: center;
}
.archive .pagination span, .archive .pagination a {
  display: inline-block;
  padding: 0 0.3125rem;
}
.archive .pagination h2 {
  display: none;
}
.archive article {
  display: block;
  margin-bottom: 2em;
  font-size: 1.4375rem;
  line-height: 1.9375rem;
}
.archive article a {
  display: block;
  color: inherit !important;
  text-decoration: none;
}
.archive article .title {
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 2.3125rem;
}
.archive article .description {
  margin: 0.3125rem 0;
}
.archive article:hover .title {
  text-decoration: underline;
}

body.page-tekijat .module.content, body.page-makers .module.content {
  padding: 0;
}

body.page-1o5-astetta .module.content, body.page-1o5-degrees .module.content {
  padding: 0;
}

section.heading {
  background: #1e2020;
}
section.heading > .wrapper {
  height: 80vh;
  min-height: 37.5rem;
  position: relative;
}
section.heading > .wrapper > .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.heading > .wrapper > .background img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
section.heading > .wrapper > .content {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 50rem;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) translate3d(0, 0, 0);
  z-index: 100;
  color: #fff;
}
section.heading > .wrapper > .content h1 {
  font-weight: 900;
  font-size: 3.25rem;
  line-height: 3.75rem;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
section.heading > .wrapper > .content p {
  margin-bottom: 1.5625rem;
  font-size: 1rem;
  line-height: 1.375rem;
}

footer {
  background: #097B76;
}
footer .button, footer button {
  color: #fff;
  border: 1px solid #fff;
}
footer .button:hover, footer button:hover {
  background: #fff;
  color: #097B76 !important;
}
footer > .wrapper {
  padding: 2.5rem;
  padding-top: 5rem;
}
footer > .wrapper .content {
  max-width: 77.8125rem;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
}
footer > .wrapper .content a {
  color: #fff;
}
footer > .wrapper .content h2 {
  font-weight: 900;
  font-size: 2.125rem;
  vertical-align: top;
  margin-bottom: 1rem;
}
footer > .wrapper .content .newsletter {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 25rem);
}
footer > .wrapper .content .newsletter p {
  font-size: 1rem;
  line-height: 1.375rem;
}
footer > .wrapper .content .newsletter form {
  margin-top: 2.1875rem;
  max-width: 39.375rem;
  position: relative;
  margin: 0 -0.625rem;
  margin-top: 1.25rem;
  font-size: 0;
}
footer > .wrapper .content .newsletter form fieldset {
  padding: 0 0.625rem;
  outline: none;
  border: none;
  display: inline-block;
  width: 100%;
  font-size: 1rem;
}
footer > .wrapper .content .newsletter form fieldset.submit {
  padding-top: 0.9375rem;
}
footer > .wrapper .content .newsletter form fieldset.half {
  width: 50%;
}
footer > .wrapper .content .newsletter form fieldset.gdpr {
  margin-bottom: 1.25rem;
}
footer > .wrapper .content .newsletter form fieldset > label {
  display: block;
  padding-bottom: 0.3125rem;
}
footer > .wrapper .content .newsletter form fieldset input[type=text], footer > .wrapper .content .newsletter form fieldset input[type=email] {
  font-size: 1.25rem;
  padding: 0.9375rem;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 1.25rem;
}
footer > .wrapper .content .newsletter form fieldset .checkbox {
  position: relative;
}
footer > .wrapper .content .newsletter form fieldset .checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
footer > .wrapper .content .newsletter form fieldset .checkbox label {
  margin: 0;
  display: inline-block;
  line-height: 2.8125rem;
  padding-left: 3.125rem;
  position: relative;
  font-weight: normal;
  z-index: 10;
  cursor: pointer;
}
footer > .wrapper .content .newsletter form fieldset .checkbox label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.625rem;
  width: 1.5625rem;
  height: 1.5625rem;
  border: 1px solid #fff;
}
footer > .wrapper .content .newsletter form fieldset .checkbox input:checked + label::before {
  background-color: #fff;
}
footer > .wrapper .content .links {
  padding-top: 0.625rem;
  text-align: right;
  display: inline-block;
  vertical-align: top;
  width: 23.75rem;
}
footer > .wrapper .content .links .button {
  min-width: 13.75rem;
  padding: 0 1.25rem;
}
footer > .wrapper .content .links .social .button {
  min-width: 0;
  border: none;
  width: auto;
  vertical-align: middle;
  line-height: 1em;
  font-size: 1.875rem;
  padding: 0 0.3125rem;
}
footer > .wrapper .content .links .social .button:hover {
  color: #fff !important;
  background-color: transparent;
}
footer > .wrapper .content .logos {
  position: relative;
  margin: 0 -2.5rem;
  padding: 0.625rem 0;
  padding-bottom: 5rem;
  font-size: 0;
  padding-left: 6.25rem;
}
footer > .wrapper .content .logos img {
  width: 100% !important;
  height: auto;
  margin: 1.25rem 5rem;
  max-width: 12.5rem;
  display: inline-block;
  vertical-align: middle;
}
footer > .wrapper .content .logos img:nth-child(1) {
  max-width: 12.5rem;
}
footer > .wrapper .content .logos img:nth-child(2) {
  max-width: 11.25rem;
}
footer > .wrapper .content .logos img:nth-child(3) {
  max-width: 18.75rem;
}
footer > .wrapper .content .logos br {
  display: none;
}

#popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  z-index: 9200;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.4s 0s, max-height 0s 0.4s;
}
#popup.open {
  opacity: 1;
  max-height: 100%;
  transition: opacity 0.4s 0s, max-height 0s 0s;
}
#popup > .wrapper {
  position: absolute;
  left: 8.75rem;
  right: 8.75rem;
  top: 50%;
  transform: translateY(-50%);
  background: #097B76;
}
#popup > .wrapper .close {
  cursor: pointer;
  position: absolute;
  top: 1.875rem;
  right: 2.1875rem;
  width: 1.875rem;
  height: 1.875rem;
  background: url("../img/close.png") no-repeat 50% 50%;
  background-size: 100% auto;
  z-index: 10;
}
#popup > .wrapper .image-container {
  margin-right: 25rem;
  max-height: 90vh;
  overflow: hidden;
}
#popup > .wrapper .image-container .image {
  position: relative;
  padding-top: 67%;
  background: #000;
}
#popup > .wrapper .image-container .image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 10%;
  object-position: 50% 10%;
  font-family: "object-fit: cover; object-position: 50% 10%";
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
#popup > .wrapper .content {
  width: 25rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 0 2.1875rem;
  color: #fff;
}
#popup > .wrapper .content > .wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
#popup > .wrapper .content > .wrapper p {
  margin-bottom: 0.7em;
}
#popup > .wrapper .content > .wrapper .name {
  padding-top: 0.7em;
  font-style: normal;
}

#event-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  z-index: 9200;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.4s 0s, max-height 0s 0.4s;
}
#event-popup.open {
  opacity: 1;
  max-height: 100%;
  transition: opacity 0.4s 0s, max-height 0s 0s;
}
#event-popup > .wrapper {
  position: absolute;
  left: 8.75rem;
  right: 8.75rem;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}
#event-popup > .wrapper .close {
  cursor: pointer;
  position: absolute;
  top: 1.875rem;
  right: 2.1875rem;
  width: 1.875rem;
  height: 1.875rem;
  background: url("../img/close-green.png") no-repeat 50% 50%;
  background-size: 100% auto;
  z-index: 10;
}
#event-popup > .wrapper .image-container {
  margin-right: 50%;
  max-height: 90vh;
  overflow: hidden;
}
#event-popup > .wrapper .image-container .date {
  background: #097B76;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 9.875rem;
  color: #fff;
  vertical-align: top;
  text-align: center;
  padding: 0 0.9375rem;
  padding-top: 2.5rem;
  min-width: 9.875rem;
  font-size: 2.1875rem;
  z-index: 2;
}
#event-popup > .wrapper .image-container .date .year {
  display: block;
  font-weight: 700;
}
#event-popup > .wrapper .image-container .image {
  position: relative;
  padding-top: 110%;
  background: #000;
  z-index: 1;
}
#event-popup > .wrapper .image-container .image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 10%;
  object-position: 50% 10%;
  font-family: "object-fit: cover; object-position: 50% 10%";
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
#event-popup > .wrapper .content {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 0 9.375rem;
  color: #000;
  font-size: 1.25rem;
  padding-top: 3.75rem;
}
#event-popup > .wrapper .content .title {
  position: relative;
  padding-left: 6.5625rem;
  min-height: 5rem;
  margin-bottom: 1.5625rem;
}
#event-popup > .wrapper .content .title h2 {
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 3rem;
  position: relative;
  top: -0.625rem;
}
#event-popup > .wrapper .content .title .icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 5rem;
  width: 5rem;
  background: #097B76;
  background-position: 50% 50%;
  background-size: 2.5rem auto;
  background-repeat: no-repeat;
}
#event-popup > .wrapper .content .title .icon.cat-1 {
  background-image: url("../img/white-big-icon1.png");
}
#event-popup > .wrapper .content .title .icon.cat-2 {
  background-image: url("../img/white-big-icon2.png");
}
#event-popup > .wrapper .content .title .icon.cat-3 {
  background-image: url("../img/white-big-icon3.png");
}
#event-popup > .wrapper .content .title .icon.cat-4 {
  background-image: url("../img/white-big-icon4.png");
}
#event-popup > .wrapper .content .meta {
  line-height: 3.125rem;
  margin-bottom: 1.5625rem;
}
#event-popup > .wrapper .content .meta > div {
  display: inline-block;
  margin-right: 2.5rem;
}
#event-popup > .wrapper .content .meta > div.place {
  background: url("../img/place.png") no-repeat 0 50%;
  background-size: 1.875rem auto;
  padding-left: 2.8125rem;
  color: #097B76;
  font-weight: 900;
}
#event-popup > .wrapper .content .meta > div.place a {
  color: inherit;
}
#event-popup > .wrapper .content .meta > div.time {
  background: url("../img/time.png") no-repeat 0 50%;
  background-size: 1.75rem auto;
  padding-left: 2.5rem;
}
#event-popup > .wrapper .content .meta > div.paid {
  color: #097B76;
  font-weight: 700;
  font-size: 1.2em;
}
#event-popup > .wrapper .content .organizer {
  margin-bottom: 2.1875rem;
}
#event-popup > .wrapper .content .organizer span {
  font-weight: 900;
  color: #097B76;
}
#event-popup > .wrapper .content .links {
  position: relative;
  margin-right: -7.5rem;
  margin-left: -0.625rem;
  margin-bottom: 3.75rem;
}
#event-popup > .wrapper .content .links .button {
  margin: 0 0.625rem;
  padding: 0 1.25rem;
}
#event-popup > .wrapper .content p {
  margin-bottom: 1.2em;
  line-height: 1.75rem;
}
#event-popup > .wrapper .content .share {
  color: #097B76;
  padding-bottom: 1.875rem;
}
#event-popup > .wrapper .content .share span {
  font-weight: 900;
  margin-right: 1.25rem;
}
#event-popup > .wrapper .content .share a {
  font-size: 1.875rem;
  margin: 0 0.9375rem;
}
#event-popup > .wrapper .content .share a i {
  color: #097B76 !important;
}

#site-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  z-index: 9200;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.4s 0s, max-height 0s 0.4s;
}
#site-popup.open {
  opacity: 1;
  max-height: 100%;
  transition: opacity 0.4s 0s, max-height 0s 0s;
}
#site-popup > .wrapper {
  position: absolute;
  left: 8.75rem;
  right: 8.75rem;
  top: 50%;
  transform: translateY(-50%);
  background: #097B76;
}
#site-popup > .wrapper .close {
  cursor: pointer;
  position: absolute;
  top: 1.875rem;
  right: 2.1875rem;
  width: 1.875rem;
  height: 1.875rem;
  background: url("../img/close.png") no-repeat 50% 50%;
  background-size: 100% auto;
  z-index: 10;
}
#site-popup > .wrapper .image-container {
  margin-right: 25rem;
  max-height: 90vh;
  overflow: hidden;
}
#site-popup > .wrapper .image-container .image {
  position: relative;
  padding-top: 67%;
  background: #000;
}
#site-popup > .wrapper .image-container .image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 10%;
  object-position: 50% 10%;
  font-family: "object-fit: cover; object-position: 50% 10%";
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
#site-popup > .wrapper .image-container .meta {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#site-popup > .wrapper .image-container .meta .icon {
  background-color: #097B76;
  display: inline-block;
  width: 9.875rem;
  height: 9.875rem;
  background-position: 50% 50%;
  background-size: 4.375rem auto;
  background-repeat: no-repeat;
}
#site-popup > .wrapper .image-container .meta .icon.cat-1 {
  background-image: url("../img/white-big-icon1.png");
}
#site-popup > .wrapper .image-container .meta .icon.cat-2 {
  background-image: url("../img/white-big-icon2.png");
}
#site-popup > .wrapper .image-container .meta .icon.cat-3 {
  background-image: url("../img/white-big-icon3.png");
}
#site-popup > .wrapper .image-container .meta .icon.cat-4 {
  background-image: url("../img/white-big-icon4.png");
}
#site-popup > .wrapper .content {
  width: 25rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 0 2.1875rem;
  color: #fff;
}
#site-popup > .wrapper .content > .wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  line-height: 1.75rem;
}
#site-popup > .wrapper .content > .wrapper h2 {
  font-weight: 900;
  font-style: normal;
  margin-bottom: 1em;
  line-height: 1.2em;
}
#site-popup > .wrapper .content > .wrapper p {
  margin-bottom: 0.7em;
}
#site-popup > .wrapper .content > .wrapper .name {
  padding-top: 0.7em;
  font-style: normal;
}
#site-popup > .wrapper .content > .wrapper a {
  color: inherit;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  z-index: 9200;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.4s 0s, max-height 0s 0.4s;
}
.popup.open {
  opacity: 1;
  max-height: 100%;
  transition: opacity 0.4s 0s, max-height 0s 0s;
}
.popup > .wrapper {
  position: absolute;
  left: 8.75rem;
  right: 8.75rem;
  top: 50%;
  transform: translateY(-50%);
  background: #097B76;
}
.popup > .wrapper .close {
  cursor: pointer;
  position: absolute;
  top: 1.875rem;
  right: 2.1875rem;
  width: 1.875rem;
  height: 1.875rem;
  background: url("../img/close.png") no-repeat 50% 50%;
  background-size: 100% auto;
  z-index: 10;
}
.popup > .wrapper .image-container {
  margin-right: 25rem;
  max-height: 90vh;
  overflow: hidden;
}
.popup > .wrapper .image-container .image {
  position: relative;
  padding-top: 67%;
  background: #000;
}
.popup > .wrapper .image-container .image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 10%;
  object-position: 50% 10%;
  font-family: "object-fit: cover; object-position: 50% 10%";
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.popup > .wrapper .content {
  width: 25rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 0 2.1875rem;
  color: #fff;
}
.popup > .wrapper .content > .wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.popup > .wrapper .content > .wrapper h1 {
  font-size: 1.5em;
  margin-bottom: 0.8em;
  font-weight: 900;
  font-style: normal;
}
.popup > .wrapper .content > .wrapper p {
  margin-bottom: 0.7em;
}
.popup > .wrapper .content > .wrapper .button {
  font-style: normal;
  border-color: #fff;
  color: #fff;
}

.filebank {
  padding-top: 4.375rem;
  font-size: 1.25rem;
}
.filebank h2 {
  color: #097B76;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 3.125rem;
}
.filebank > .wrapper {
  position: relative;
}
.filebank.pictures > .wrapper {
  margin: 0 -3.125rem;
  font-size: 0;
}
.filebank.pictures > .wrapper .picture {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 0 3.125rem;
  margin-bottom: 1.25rem;
}
.filebank.pictures > .wrapper .picture > .wrapper {
  position: relative;
  padding-top: 78%;
}
.filebank.pictures > .wrapper .picture > .wrapper > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1e2020;
}
.filebank.pictures > .wrapper .picture > .wrapper > a img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.filebank.pictures > .wrapper .picture > .wrapper > a::after {
  content: "";
  background: #097B76 url("../img/download.png") no-repeat 50% 50%;
  background-size: 2.5rem auto;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4.3125rem;
  height: 4.3125rem;
}
.filebank.files > .wrapper .file > a {
  display: inline-block;
  width: 100%;
  line-height: 4.375rem;
  text-decoration: none;
  color: inherit;
  padding-left: 4.75rem;
  position: relative;
}
.filebank.files > .wrapper .file > a::before {
  position: absolute;
  content: "";
  width: 2.0625rem;
  height: 2.0625rem;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  left: 1.25rem;
}
.filebank.files > .wrapper .file > a .download {
  text-transform: uppercase;
  padding-right: 6.875rem;
  font-weight: 700;
  color: #097B76;
  position: absolute;
  top: 0;
  right: 1.125rem;
  line-height: 4.375rem;
  background: url("../img/download-green.png") no-repeat 100% 50%;
  background-size: 2.0625rem auto;
}
.filebank.files > .wrapper .file > a:hover .download {
  text-decoration: underline;
}
.filebank.files > .wrapper .file:nth-child(even) {
  background: #F7F7F7;
}
.filebank.files > .wrapper .file.icon-pdf > a::before {
  background-image: url("../img/icon-pdf.png");
}

.people > .wrapper {
  font-size: 0;
  position: relative;
  margin: 0 -0.625rem;
  padding-bottom: 0;
  text-align: left;
}
.people > .wrapper > .person {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding: 0 0.625rem;
  margin-bottom: 5rem;
  font-size: 1.25rem;
  text-align: left;
}
.people > .wrapper > .person > .wrapper .image {
  background: #f2f2f2;
  position: relative;
  padding-top: 100%;
  margin-bottom: 2.5rem;
}
.people > .wrapper > .person > .wrapper .image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.people > .wrapper > .person > .wrapper h2 {
  margin: 0;
  color: #097B76;
  font-size: 1.875rem;
  line-height: 2.625rem;
  font-weight: 900;
}
.people > .wrapper > .person > .wrapper .title {
  padding-top: 0.3125rem;
  font-weight: 700;
  line-height: 1.75rem;
  min-height: 4rem;
}
.people > .wrapper > .person > .wrapper .meta {
  padding-top: 0.9375rem;
  line-height: 1.75rem;
}

form#contact {
  font-size: 0;
  position: relative;
  margin: 0 -0.625rem;
  margin-top: 2.5rem;
  padding-bottom: 9.375rem;
}
form#contact > .wrapper {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 1.25rem;
  padding: 0 0.625rem;
}
form#contact > .wrapper:first-child fieldset {
  padding-right: 10rem;
}
form#contact > .wrapper fieldset {
  display: block;
  outline: none;
  border: none;
  margin-bottom: 2.5rem;
}
form#contact > .wrapper fieldset.error label {
  color: #c70000;
}
form#contact > .wrapper fieldset.gdpr {
  margin-bottom: 0;
}
form#contact > .wrapper button {
  margin-top: 0.625rem;
  margin-bottom: 0;
}
form#contact > .wrapper label {
  font-weight: 700;
  margin-bottom: 0.9375rem;
  display: block;
}
form#contact > .wrapper input[type=text], form#contact > .wrapper input[type=email], form#contact > .wrapper textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #097B76;
  font-size: 1.25rem;
  padding: 1.5625rem 0.9375rem;
}
form#contact > .wrapper textarea {
  resize: none;
  height: 39.375rem;
}
form#contact > .wrapper .checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
form#contact > .wrapper .checkbox label {
  margin: 0;
  display: inline-block;
  line-height: 3.5625rem;
  padding-left: 3.5rem;
  position: relative;
  font-weight: normal;
  cursor: pointer;
}
form#contact > .wrapper .checkbox label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.8125rem;
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid #097B76;
}
form#contact > .wrapper .checkbox input:checked + label::before {
  background-color: #097B76;
}

.deedmaker-gallery {
  position: relative;
  padding-top: 0.625rem;
  padding-bottom: 6.875rem;
}
.deedmaker-gallery::before {
  content: "";
  position: absolute;
  top: -3.125rem;
  left: 0;
  width: calc(50% + 0.625rem);
  height: 3.75rem;
  background: #fff;
}
.deedmaker-gallery .row {
  position: relative;
  padding: 0 0.625rem;
}
.deedmaker-gallery .row .deedmaker {
  display: inline-block;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  color: #fff;
  cursor: pointer;
}
.deedmaker-gallery .row .deedmaker > .wrapper {
  padding-top: 100%;
  position: relative;
}
.deedmaker-gallery .row .deedmaker > .wrapper > .background {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  right: 0.625rem;
  bottom: 0.625rem;
  background: #1e2020;
}
.deedmaker-gallery .row .deedmaker > .wrapper > .background img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.deedmaker-gallery .row .deedmaker > .wrapper > .background::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 38.75rem;
  opacity: 0.8;
  background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0) 100%);
}
.deedmaker-gallery .row .deedmaker > .wrapper > .container > .meta {
  position: absolute;
  left: 1.875rem;
  bottom: 1.875rem;
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 2.6875rem;
}
.deedmaker-gallery .row .deedmaker > .wrapper > .container > .meta .name {
  font-weight: 900;
  line-height: 2.3125rem;
}
.deedmaker-gallery .row .deedmaker > .wrapper > .container > .button {
  position: absolute;
  right: 1.875rem;
  bottom: 1.875rem;
  margin-bottom: 0;
  color: #fff;
  padding: 0 2.125rem;
}
.deedmaker-gallery .row .deedmaker > .wrapper > .container > .content {
  position: absolute;
  left: 1.875rem;
  bottom: 13.125rem;
  width: 45.625rem;
  z-index: 10;
  font-style: italic;
  font-size: 2.5rem;
  line-height: 3.5rem;
}
.deedmaker-gallery .row .deedmaker:first-child {
  transform: translateY(-3.125rem);
}

.stories-gallery {
  border-top: 0.1875rem solid #fff;
  background-color: #097B76;
  padding: 4.375rem;
  padding-bottom: 0;
  overflow: hidden;
  position: relative;
}
.stories-gallery .story {
  margin-bottom: 4.375rem;
  padding: 2.1875rem;
  background-color: #fff;
  display: flex;
  position: relative;
}
.stories-gallery .story > .picture {
  width: 100%;
  min-width: 48%;
  position: relative;
}
.stories-gallery .story > .picture img {
  display: block;
}
.stories-gallery .story > .content {
  position: relative;
  width: 100%;
  min-width: 52%;
  padding-left: 4.375rem;
  padding-top: 5rem;
  padding-right: 12.8125rem;
  font-size: 1.25rem;
  padding-bottom: 4.375rem;
}
.stories-gallery .story > .content h3 {
  font-weight: 900;
  color: #097B76;
  font-size: 2.625rem;
  line-height: 2.75rem;
  margin-bottom: 3.125rem;
}
.stories-gallery .story > .content .extra {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 2.5rem;
}
.stories-gallery .story > .content .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.stories-gallery .story > .content .link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2.1875rem;
  right: 5.5rem;
  height: 0.125rem;
  background-color: #097B76;
}
.stories-gallery .story > .content .link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0.3125rem;
  right: 5.5rem;
  width: 0.125rem;
  background-color: #097B76;
}
.stories-gallery .story > .content .link a {
  margin: 0 !important;
  border: 0.125rem solid #097B76;
  width: 11rem;
  padding: 0;
  display: inline-block;
  background-color: #fff;
  z-index: 2;
}
.stories-gallery .story:nth-child(even) > .content {
  padding-left: 12.5rem;
  padding-right: 5rem;
  order: -1;
}
.stories-gallery .story:nth-child(even) > .content .link {
  justify-content: flex-start;
}
.stories-gallery .story:nth-child(even) > .content .link::before {
  left: 5.5rem;
  right: 2.1875rem;
}
.stories-gallery .story:nth-child(even) > .content .link::after {
  right: auto;
  left: 5.5rem;
}

.deeds {
  padding: 3.125rem 0;
  margin: 0 auto;
  text-align: center;
}
.deeds .deeds-controllers {
  text-align: left;
  font-size: 1.375rem;
  text-transform: uppercase;
  padding: 0 0.9375rem;
  padding-bottom: 2.1875rem;
}
.deeds .deeds-controllers .deeds-categoryselectors .deeds-categoryselector {
  cursor: pointer;
  line-height: 1.375rem;
  margin-left: 1.875rem;
}
.deeds .deeds-controllers .deeds-categoryselectors .deeds-categoryselector:first-child {
  margin-left: 0;
}
.deeds .deeds-controllers .deeds-categoryselectors .deeds-categoryselector:hover {
  position: relative;
}
.deeds .deeds-controllers .deeds-categoryselectors .deeds-categoryselector:hover::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #097B76;
  left: 0;
  right: 0;
  bottom: -0.1875rem;
}
.deeds .deeds-controllers .deeds-sortselectors {
  float: right;
}
.deeds .deeds-controllers .deeds-sortselectors .deeds-sortselector {
  cursor: pointer;
  margin-left: 1.875rem;
  line-height: 1.375rem;
}
.deeds .deeds-controllers .deeds-sortselectors .deeds-sortselector:first-child {
  margin-left: 0;
}
.deeds .deeds-controllers .deeds-sortselectors .deeds-sortselector:hover {
  position: relative;
}
.deeds .deeds-controllers .deeds-sortselectors .deeds-sortselector:hover::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #097B76;
  left: 0;
  right: 0;
  bottom: -0.1875rem;
}
.deeds .deeds-controllers .active {
  cursor: default;
  font-size: 1.375rem;
  position: relative;
}
.deeds .deeds-controllers .active::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #097B76;
  left: 0;
  right: 0;
  bottom: -0.375rem;
}
.deeds .deeds-controllers div {
  display: inline-block;
}
.deeds .deeds-container {
  text-align: left;
  font-size: 0;
  position: relative;
  margin: 0 -0.625rem;
  padding-bottom: 2.5rem;
}
.deeds .deeds-container .deed {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin-bottom: 1.25rem;
}
.deeds .deeds-container .deed.hidden {
  display: none;
}
.deeds .deeds-container .deed > .wrapper {
  position: relative;
  margin: 0 0.625rem;
  background: #f7f7f7;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.deeds .deeds-container .deed > .wrapper .popup {
  text-align: center;
  display: none;
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  background: rgba(255, 255, 255, 0.95);
  color: #000;
  padding: 1.25rem;
  border-radius: 0.3125rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.deeds .deeds-container .deed > .wrapper .popup:after {
  top: 100%;
  right: 1.25rem;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: rgba(255, 255, 255, 0.95);
  border-width: 8px;
  margin-left: -8px;
}
.deeds .deeds-container .deed > .wrapper .popup h1 {
  font-size: 1.375rem;
  line-height: 1.1875rem;
  text-transform: uppercase;
  margin-bottom: 0.6em;
}
.deeds .deeds-container .deed > .wrapper .popup > .share {
  text-align: center;
  margin-top: 0.9375rem;
  font-size: 1.875rem;
}
.deeds .deeds-container .deed > .wrapper .popup > .share .fa-facebook-official {
  margin-left: 1.25rem;
}
.deeds .deeds-container .deed > .wrapper .popup .buttons {
  text-align: center;
  margin-top: 1.25rem;
  text-transform: uppercase;
}
.deeds .deeds-container .deed > .wrapper .popup .buttons span {
  text-decoration: underline;
  cursor: pointer;
}
.deeds .deeds-container .deed > .wrapper .popup .buttons .button {
  color: #000;
  text-decoration: none;
  margin-right: 0;
}
.deeds .deeds-container .deed > .wrapper .picture {
  position: relative;
  padding-top: 84%;
}
.deeds .deeds-container .deed > .wrapper .picture img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.deeds .deeds-container .deed > .wrapper .content {
  min-height: 15rem;
  padding: 0.9375rem 1.25rem;
  color: #000;
  padding-bottom: 5rem;
  font-size: 1.25rem;
  line-height: 1.625rem;
  position: relative;
}
.deeds .deeds-container .deed > .wrapper .content p {
  line-height: 1.75rem;
}
.deeds .deeds-container .deed > .wrapper .content .action {
  position: absolute;
  top: -1.5rem;
  right: 1.375rem;
  width: 3.125rem;
  height: 3.125rem;
  background: #0dbab2 url("../img/plus_big.png") no-repeat 50% 50%;
  background-size: auto 1.125rem;
  border-radius: 50% 50%;
  transition: background-color 0.3s;
  cursor: pointer;
}
.deeds .deeds-container .deed > .wrapper .content .meta {
  margin-bottom: 1.25rem;
}
.deeds .deeds-container .deed > .wrapper .content .meta .bar {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #fff;
  background: #097B76;
  display: inline-block;
  margin-right: 0.375rem;
  text-transform: uppercase;
  padding: 0 0.9375rem;
  border-radius: 0.25rem;
}
.deeds .deeds-container .deed > .wrapper .content .meta .bar.participants {
  padding-left: 1.625rem;
  background-image: url("../img/heart.png");
  background-repeat: no-repeat;
  background-position: 0.5625rem 55%;
  background-size: auto 0.625rem;
}
.deeds .deeds-container .deed > .wrapper .content h1 {
  color: #000;
  text-align: left;
  font-size: 1.375rem;
  line-height: 1.75rem;
  text-transform: none;
  margin-bottom: 0.6em;
}
.deeds .deeds-container .deed > .wrapper .content > .share {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0 1.25rem;
}
.deeds .deeds-container .deed > .wrapper .content > .share a {
  font-size: 1.5rem;
  margin-top: 0.625rem;
  margin-bottom: 0.25rem;
  margin-right: 0.625rem;
}
.deeds .deeds-container .deed:hover > .wrapper {
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.3);
}
.deeds .deeds-container .deed:hover > .wrapper .content .action {
  background-color: #09807a;
}
.deeds .deeds-container .deed.popup-open > .wrapper .popup {
  display: block;
}
.deeds .deeds-container .deed.voted > .wrapper .content .action {
  background: #fb4b62 url("../img/heart_big.png") no-repeat 50% 55%;
  background-size: auto 0.875rem;
}
.deeds .deeds-container .deed.voted > .wrapper .content .meta .bar.participants {
  background-color: #fb4b62;
}
.deeds .button {
  color: #000;
}

a.arrow {
  font-size: 0.7em;
  text-decoration: none;
}
a.arrow.back::before {
  content: "← ";
}
a.arrow.forward::after {
  content: " →";
}

.articles {
  padding: 3.125rem 0;
  padding-top: 0;
  margin: 0 auto;
  text-align: center;
}
.articles .categoryselectors {
  padding: 1.25rem;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 1.25rem;
}
.articles .categoryselectors label {
  display: inline-block;
  margin: 0 0.625rem;
  margin-bottom: 1.25rem;
  vertical-align: middle;
  font-weight: bold;
}
.articles .categoryselectors .categoryselector {
  display: inline-block;
  margin: 0 0.625rem;
  margin-bottom: 1.25rem;
  vertical-align: middle;
  border: 1px solid #097B76;
  color: #097B76;
  border-radius: 1.4375rem;
  line-height: 2.875rem;
  padding: 0 1.4375rem;
  padding-left: 3.75rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-size: auto 1.875rem;
  background-repeat: no-repeat;
  background-position: 1.125rem 50%;
}
.articles .categoryselectors .categoryselector.all {
  color: #000;
  padding: 0 1.4375rem;
  font-weight: bold;
}
.articles .categoryselectors .categoryselector.cat-2 {
  padding-left: 4.6875rem;
}
.articles .categoryselectors .categoryselector.cat-3 {
  padding-left: 4.0625rem;
}
.articles .categoryselectors .categoryselector.cat-1 {
  background-image: url("../img/big-icon1.png");
}
.articles .categoryselectors .categoryselector.cat-2 {
  background-image: url("../img/big-icon2.png");
}
.articles .categoryselectors .categoryselector.cat-3 {
  background-image: url("../img/big-icon3.png");
}
.articles .categoryselectors .categoryselector.cat-4 {
  background-image: url("../img/big-icon4.png");
}
.articles .categoryselectors .categoryselector.active {
  background-color: #097B76;
  color: #fff;
}
.articles .categoryselectors .categoryselector.active.cat-1 {
  background-image: url("../img/white-big-icon1.png");
}
.articles .categoryselectors .categoryselector.active.cat-2 {
  background-image: url("../img/white-big-icon2.png");
}
.articles .categoryselectors .categoryselector.active.cat-3 {
  background-image: url("../img/white-big-icon3.png");
}
.articles .categoryselectors .categoryselector.active.cat-4 {
  background-image: url("../img/white-big-icon4.png");
}
.articles .articles-container {
  text-align: left;
  font-size: 0;
  position: relative;
  margin: 0 -0.625rem;
  padding-bottom: 2.5rem;
}
.articles .articles-container .article {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin-bottom: 1.25rem;
}
.articles .articles-container .article.hidden {
  display: none;
}
.articles .articles-container .article > .wrapper {
  position: relative;
  margin: 0 0.625rem;
  background: #f7f7f7;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.articles .articles-container .article > .wrapper .picture {
  position: relative;
  padding-top: 84%;
  background-color: #eaeaea;
}
.articles .articles-container .article > .wrapper .picture img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.articles .articles-container .article > .wrapper .picture .icon {
  position: absolute;
  right: 0;
  top: 0;
  margin-left: 0;
  width: 4.375rem;
  height: 4.375rem;
  background: #097B76;
  background-position: 50% 50%;
  background-size: 1.875rem auto;
  background-repeat: no-repeat;
  z-index: 2;
}
.articles .articles-container .article > .wrapper .picture .icon.cat-1 {
  background-image: url("../img/white-big-icon1.png");
}
.articles .articles-container .article > .wrapper .picture .icon.cat-2 {
  background-image: url("../img/white-big-icon2.png");
}
.articles .articles-container .article > .wrapper .picture .icon.cat-3 {
  background-image: url("../img/white-big-icon3.png");
}
.articles .articles-container .article > .wrapper .picture .icon.cat-4 {
  background-image: url("../img/white-big-icon4.png");
}
.articles .articles-container .article > .wrapper .content {
  min-height: 15rem;
  padding: 0.9375rem 1.25rem;
  color: #000;
  padding-bottom: 5rem;
  font-size: 1.25rem;
  line-height: 1.625rem;
  position: relative;
}
.articles .articles-container .article > .wrapper .content p {
  line-height: 1.75rem;
}
.articles .articles-container .article > .wrapper .content h1 {
  color: #000;
  text-align: left;
  font-size: 1.375rem;
  line-height: 1.75rem;
  text-transform: none;
  margin-bottom: 0.6em;
}
.articles .articles-container .article > .wrapper .content > .share {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0 1.25rem;
}
.articles .articles-container .article > .wrapper .content > .share a {
  font-size: 1.5rem;
  margin-top: 0.625rem;
  margin-bottom: 0.25rem;
  margin-right: 0.625rem;
}
.articles .articles-container .article > .wrapper .content > .button {
  position: absolute;
  right: 1.25rem;
  bottom: 0;
  border-color: #097B76;
  color: #097B76;
}
.articles .button {
  color: #000;
}

.programme {
  padding: 3.125rem 0;
  padding-top: 0;
  margin: 0 auto;
  text-align: center;
}
.programme .programme-container {
  text-align: left;
  font-size: 0;
  position: relative;
  margin: 0 -0.625rem;
  padding-bottom: 2.5rem;
}
.programme .programme-container .prog {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin-bottom: 1.25rem;
}
.programme .programme-container .prog.hidden {
  display: none;
}
.programme .programme-container .prog > .wrapper {
  position: relative;
  margin: 0 0.625rem;
  background: #f7f7f7;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.programme .programme-container .prog > .wrapper .picture {
  position: relative;
  padding-top: 84%;
  background-color: #eaeaea;
}
.programme .programme-container .prog > .wrapper .picture img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.programme .programme-container .prog > .wrapper .picture .icon {
  position: absolute;
  right: 0;
  top: 0;
  margin-left: 0;
  width: 4.375rem;
  height: 4.375rem;
  background: #097B76;
  background-position: 50% 50%;
  background-size: 1.875rem auto;
  background-repeat: no-repeat;
  z-index: 2;
}
.programme .programme-container .prog > .wrapper .picture .icon.cat-1 {
  background-image: url("../img/white-big-icon1.png");
}
.programme .programme-container .prog > .wrapper .picture .icon.cat-2 {
  background-image: url("../img/white-big-icon2.png");
}
.programme .programme-container .prog > .wrapper .picture .icon.cat-3 {
  background-image: url("../img/white-big-icon3.png");
}
.programme .programme-container .prog > .wrapper .picture .icon.cat-4 {
  background-image: url("../img/white-big-icon4.png");
}
.programme .programme-container .prog > .wrapper .content {
  min-height: 15rem;
  padding: 0.9375rem 1.25rem;
  color: #000;
  padding-bottom: 5rem;
  font-size: 1.25rem;
  line-height: 1.625rem;
  position: relative;
}
.programme .programme-container .prog > .wrapper .content p {
  line-height: 1.75rem;
}
.programme .programme-container .prog > .wrapper .content .action {
  position: absolute;
  top: -1.5rem;
  right: 1.375rem;
  width: 3.125rem;
  height: 3.125rem;
  background: #0dbab2 url("../img/plus_big.png") no-repeat 50% 50%;
  background-size: auto 1.125rem;
  border-radius: 50% 50%;
  transition: background-color 0.3s;
  cursor: pointer;
}
.programme .programme-container .prog > .wrapper .content .meta {
  margin-bottom: 1.25rem;
}
.programme .programme-container .prog > .wrapper .content .meta .bar {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #fff;
  background: #097B76;
  display: inline-block;
  margin-right: 0.375rem;
  text-transform: uppercase;
  padding: 0 0.9375rem;
  border-radius: 0.25rem;
}
.programme .programme-container .prog > .wrapper .content .meta .bar.participants {
  padding-left: 1.625rem;
  background-image: url("../img/heart.png");
  background-repeat: no-repeat;
  background-position: 0.5625rem 55%;
  background-size: auto 0.625rem;
}
.programme .programme-container .prog > .wrapper .content h1 {
  color: #000;
  text-align: left;
  font-size: 1.375rem;
  line-height: 1.75rem;
  text-transform: none;
  margin-bottom: 0.6em;
}
.programme .programme-container .prog > .wrapper .content > .share {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0 1.25rem;
}
.programme .programme-container .prog > .wrapper .content > .share a {
  font-size: 1.5rem;
  margin-top: 0.625rem;
  margin-bottom: 0.25rem;
  margin-right: 0.625rem;
}
.programme .programme-container .prog > .wrapper .content > .button {
  position: absolute;
  right: 1.25rem;
  bottom: 0;
}
.programme .button {
  color: #000;
}

.jobs {
  padding: 3.125rem 0;
  padding-top: 0;
  margin: 0 auto;
  text-align: center;
}
.jobs .jobs-container {
  text-align: left;
  font-size: 0;
  position: relative;
  margin: 0 -0.625rem;
  padding-bottom: 2.5rem;
}
.jobs .jobs-container .job {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  margin-bottom: 1.25rem;
}
.jobs .jobs-container .job.hidden {
  display: none;
}
.jobs .jobs-container .job > .wrapper {
  position: relative;
  margin: 0 0.625rem;
  background: #f7f7f7;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.jobs .jobs-container .job > .wrapper .picture {
  position: relative;
  padding-top: 84%;
  background-color: #eaeaea;
}
.jobs .jobs-container .job > .wrapper .picture img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.jobs .jobs-container .job > .wrapper .content {
  min-height: 15rem;
  padding: 0.9375rem 1.25rem;
  color: #000;
  padding-bottom: 5rem;
  font-size: 1.25rem;
  line-height: 1.625rem;
  position: relative;
}
.jobs .jobs-container .job > .wrapper .content p {
  line-height: 1.75rem;
}
.jobs .jobs-container .job > .wrapper .content .action {
  position: absolute;
  top: -1.5rem;
  right: 1.375rem;
  width: 3.125rem;
  height: 3.125rem;
  background: #0dbab2 url("../img/plus_big.png") no-repeat 50% 50%;
  background-size: auto 1.125rem;
  border-radius: 50% 50%;
  transition: background-color 0.3s;
  cursor: pointer;
}
.jobs .jobs-container .job > .wrapper .content .meta {
  margin-bottom: 1.25rem;
}
.jobs .jobs-container .job > .wrapper .content .meta .bar {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #fff;
  background: #097B76;
  display: inline-block;
  margin-right: 0.375rem;
  text-transform: uppercase;
  padding: 0 0.9375rem;
  border-radius: 0.25rem;
}
.jobs .jobs-container .job > .wrapper .content .meta .bar.participants {
  padding-left: 1.625rem;
  background-image: url("../img/heart.png");
  background-repeat: no-repeat;
  background-position: 0.5625rem 55%;
  background-size: auto 0.625rem;
}
.jobs .jobs-container .job > .wrapper .content h1 {
  color: #000;
  text-align: left;
  font-size: 1.375rem;
  line-height: 1.75rem;
  text-transform: none;
  margin-bottom: 0.6em;
}
.jobs .jobs-container .job > .wrapper .content > .share {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0 1.25rem;
}
.jobs .jobs-container .job > .wrapper .content > .share a {
  font-size: 1.5rem;
  margin-top: 0.625rem;
  margin-bottom: 0.25rem;
  margin-right: 0.625rem;
}
.jobs .jobs-container .job > .wrapper .content > .button {
  position: absolute;
  right: 1.25rem;
  bottom: 0;
}
.jobs .button {
  color: #000;
}

[data-id=event-form] input[type=file] {
  margin: 0.75rem 0;
}
[data-id=event-form] input[type=text], [data-id=event-form] input[type=date], [data-id=event-form] input[type=email], [data-id=event-form] input[type=url], [data-id=event-form] textarea {
  border: 1px solid #097B76;
  margin-top: 1.25rem;
  width: 100%;
  max-width: 700px;
  padding: 0.1875rem 0.4375rem;
}
[data-id=event-form] input[type=text].error, [data-id=event-form] input[type=date].error, [data-id=event-form] input[type=email].error, [data-id=event-form] input[type=url].error, [data-id=event-form] textarea.error {
  border: 1px solid #f00;
}
[data-id=event-form] textarea {
  height: 12.5rem;
  resize: none;
}
[data-id=event-form] .custom-radio, [data-id=event-form] .custom-checkbox {
  position: relative;
  display: inline-block;
  top: 0.25rem;
}
[data-id=event-form] .custom-radio input, [data-id=event-form] .custom-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  border: 0px;
  width: 100%;
  height: 1em;
  cursor: pointer;
}
[data-id=event-form] .custom-radio label, [data-id=event-form] .custom-checkbox label {
  display: inline-block;
  width: 1.625rem;
  height: 1.625rem;
  border: 1px solid #097B76;
  margin-right: 0.625rem;
}
[data-id=event-form] .custom-radio input:checked + label, [data-id=event-form] .custom-checkbox input:checked + label {
  background-color: #097B76;
}
[data-id=event-form] .custom-radio input.error + label, [data-id=event-form] .custom-checkbox input.error + label {
  border: 1px solid #f00;
}
[data-id=event-form] .check-row {
  margin-bottom: -0.9375rem;
  margin-left: 1.25rem;
  padding-left: 2.375rem;
  position: relative;
}
[data-id=event-form] .check-row.inline {
  display: inline-block;
}
[data-id=event-form] .check-row .custom-radio, [data-id=event-form] .check-row .custom-checkbox {
  position: absolute;
  left: 0;
  top: 0.0625rem;
}
[data-id=event-form] .filecontainer {
  display: inline-block;
  width: 45%;
  margin-bottom: 1.875rem;
  padding-right: 1%;
}
[data-id=event-form] .filecontainer img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1.25rem;
}

.module.picture-lifts {
  padding: 0 11.25rem;
  padding-bottom: 5rem;
}
.module.picture-lifts h2 {
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 3rem;
  color: #097B76;
  margin-bottom: 1.875rem;
}
.module.picture-lifts .lifts {
  position: relative;
  margin: 0 -0.625rem;
  font-size: 0;
}
.module.picture-lifts .lifts .lift {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.module.picture-lifts .lifts .lift > .wrapper {
  margin: 0 0.625rem;
  margin-bottom: 1.25rem;
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-top: 107.5%;
}
.module.picture-lifts .lifts .lift > .wrapper > .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.module.picture-lifts .lifts .lift > .wrapper > .background img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.module.picture-lifts .lifts .lift > .wrapper > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 2.5rem 1.5625rem;
}
.module.picture-lifts .lifts .lift > .wrapper > .content a {
  color: #097B76;
}
.module.picture-lifts .lifts .lift > .wrapper > .content h2 {
  color: #000;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.625rem;
  margin-bottom: 0;
}
.module.picture-lifts .lifts .lift > .wrapper > .content p {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.module.picture-lifts .lifts .lift > .wrapper > .content ul {
  margin-top: 0.3125rem;
  margin-left: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.module.picture-lifts .lifts .lift > .wrapper > .content ul li {
  padding-left: 0.625rem;
}

.module.site-lifts {
  padding: 0 11.25rem;
  padding-bottom: 5rem;
}
.module.site-lifts > .wrapper > .content {
  margin: 0 auto;
  max-width: 58.125rem;
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 5.625rem;
}
.module.site-lifts > .wrapper > .content a {
  color: #097B76;
}
.module.site-lifts > .wrapper > .content h1 {
  display: block;
  color: #097B76;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 5.9375rem;
  line-height: 7.125rem;
  margin-bottom: 6.875rem;
}
.module.site-lifts > .wrapper > .content h2 {
  position: relative;
  margin: 0 -3.125rem;
  display: block;
  color: #097B76;
  font-weight: 900;
  font-size: 3.75rem;
  line-height: 4.5rem;
  margin-bottom: 3.125rem;
}
.module.site-lifts > .wrapper > .content strong {
  font-weight: 700;
}
.module.site-lifts > .wrapper > .content p {
  margin-bottom: 1.2em;
  line-height: 1.75rem;
  font-weight: 300;
}
.module.site-lifts > .wrapper > .content .button {
  margin-top: 1.2em;
}
.module.site-lifts .lifts {
  position: relative;
  margin: 0 -0.625rem;
  font-size: 0;
}
.module.site-lifts .lifts .lift {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.module.site-lifts .lifts .lift > .wrapper {
  margin: 0 0.625rem;
  margin-bottom: 1.25rem;
  background: #F7F7F7;
}
.module.site-lifts .lifts .lift > .wrapper > .picture {
  position: relative;
  padding-top: 57%;
}
.module.site-lifts .lifts .lift > .wrapper > .picture img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.module.site-lifts .lifts .lift > .wrapper > .content {
  padding: 2.8125rem 4.375rem;
  padding-bottom: 6.25rem;
  min-height: 25.3125rem;
}
.module.site-lifts .lifts .lift > .wrapper > .content a {
  color: #097B76;
}
.module.site-lifts .lifts .lift > .wrapper > .content h2 {
  color: #000;
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 2.3125rem;
  margin-bottom: 2.5rem;
}
.module.site-lifts .lifts .lift > .wrapper > .content p {
  font-size: 1.8125rem;
  line-height: 2.25rem;
}
.module.site-lifts .lifts .lift > .wrapper > .content .button {
  position: absolute;
  right: 2.5rem;
  bottom: 2.5rem;
  margin-bottom: 0;
  color: #000;
}
.module.site-lifts .lifts .lift > .wrapper > .content .button:hover {
  color: #097B76;
}

.module.intro-content {
  padding: 0 11.25rem;
  padding-bottom: 2.5rem;
}
.module.intro-content > .wrapper > .content {
  margin: 0 auto;
  max-width: 58.125rem;
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 5.625rem;
}
.module.intro-content > .wrapper > .content a {
  color: #097B76;
}
.module.intro-content > .wrapper > .content h1 {
  display: block;
  color: #097B76;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 5.9375rem;
  line-height: 7.125rem;
  margin-bottom: 6.875rem;
}
.module.intro-content > .wrapper > .content h2 {
  position: relative;
  margin: 0 -3.125rem;
  display: block;
  color: #097B76;
  font-weight: 900;
  font-size: 3.75rem;
  line-height: 4.5rem;
  margin-bottom: 3.125rem;
}
.module.intro-content > .wrapper > .content strong {
  font-weight: 700;
}
.module.intro-content > .wrapper > .content p {
  margin-bottom: 1.2em;
  line-height: 1.75rem;
  font-weight: 300;
}
.module.intro-content > .wrapper > .content .button {
  margin-top: 1.2em;
}

.events-section {
  margin-top: 1.875rem;
  padding: 0 2.5rem;
  padding-bottom: 2.5rem;
}
.events-section > .wrapper {
  max-width: 65rem;
  margin: 0 auto;
}
.events-section > .wrapper h1 {
  font-weight: 900;
  font-size: 2.3125rem;
  color: #097B76;
  margin-bottom: 1.875rem;
  text-transform: uppercase;
}
.events-section .events {
  position: relative;
  margin: 0 -0.5rem;
  font-size: 0;
}
.events-section .events .event {
  position: relative;
}
.events-section .events .event.in-past {
  opacity: 0.3;
}
.events-section .events .event > .wrapper {
  margin-bottom: 1.875rem;
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-top: 36%;
}
.events-section .events .event > .wrapper > .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
}
.events-section .events .event > .wrapper > .background img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.events-section .events .event > .wrapper > .content {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 0 3.4375rem;
  color: #000;
  font-size: 0.75rem;
}
.events-section .events .event > .wrapper > .content a {
  color: #000;
}
.events-section .events .event > .wrapper > .content h1 {
  color: #000;
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 0.2em;
}
.events-section .events .event > .wrapper > .content h2 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1.8em;
}
.events-section .events .event > .wrapper > .content p {
  margin-bottom: 1.2em;
}
.events-section .events .event > .wrapper > .content .button {
  margin-top: 1em;
  font-size: 0.8125rem;
  padding: 0.625rem 0.875rem;
  padding-bottom: 0.625rem;
}

.facts-section {
  margin-top: 5rem;
  padding-bottom: 2.5rem;
}
.facts-section > .wrapper {
  max-width: 65rem;
  margin: 0 auto;
}
.facts-section > .wrapper h1 {
  font-size: 2.0625rem;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}
.facts-section > .wrapper .facts {
  position: relative;
  margin: 0 -0.5rem;
  font-size: 0;
}
.facts-section > .wrapper .facts .fact {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.facts-section > .wrapper .facts .fact:first-child {
  color: #fff;
}
.facts-section > .wrapper .facts .fact > .wrapper {
  margin: 0 0.5rem;
  margin-bottom: 1rem;
  position: relative;
}
.facts-section > .wrapper .facts .fact > .wrapper h1 {
  color: #000;
  font-weight: 900;
  font-size: 2.0625rem;
}
.facts-section > .wrapper .facts .fact > .wrapper > .container {
  position: relative;
  overflow: hidden;
  padding-top: 163%;
  background: #fff;
}
.facts-section > .wrapper .facts .fact > .wrapper > .container > .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.facts-section > .wrapper .facts .fact > .wrapper > .container > .background img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
  font-family: "object-fit: cover; object-position: 50% 100%";
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.facts-section > .wrapper .facts .fact > .wrapper > .container > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 2.5rem 1.5625rem;
}
.facts-section > .wrapper .facts .fact > .wrapper > .container > .content .row {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.facts-section > .wrapper .facts .fact > .wrapper > .container > .content .row .title {
  position: relative;
  padding-right: 3.125rem;
  font-size: 1rem;
}
.facts-section > .wrapper .facts .fact > .wrapper > .container > .content .row .title .number {
  width: 2.5rem;
  position: absolute;
  left: calc( 100% - 2.8125rem );
  top: 0;
}
.facts-section > .wrapper .facts .fact > .wrapper > .container > .content .row .subtitle {
  margin-top: 0.3125rem;
  font-size: 0.6875rem;
}
.facts-section > .wrapper .facts .fact > .wrapper > .container > .content .row.highlight .title .number {
  color: #097B76;
  text-decoration: underline;
}

.infographics {
  padding-top: 1.875rem;
  margin: 0 auto;
  max-width: 65rem;
  text-align: center;
}
.infographics img {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 2.5rem;
  max-width: 1600px;
}

.columns {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 3.75rem;
       column-gap: 3.75rem;
}
.columns .no-break {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.columns img {
  width: 100% !important;
  height: auto !important;
  max-width: 20rem !important;
}

body.page-template-page-news .content-section.content {
  margin: 0;
  margin-top: 1.875rem;
  background: #fff;
  padding: 1.25rem;
}
body.page-template-page-news .content-section.content > .wrapper {
  max-width: 65rem;
  margin: 0 auto;
  padding: 3.125rem 0;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
}
body.page-template-page-news .content-section.content > .wrapper p:empty {
  display: none;
}
body.page-template-page-news .content-section.content > .wrapper h1 {
  font-weight: 900;
  color: #097B76;
  text-transform: uppercase;
  font-size: 2.3125rem;
  line-height: 2.5625rem;
  margin-bottom: 1.875rem;
}
body.page-template-page-news .content-section.content > .wrapper h2 {
  font-size: 1.1875rem;
  line-height: 1.5rem;
  margin-bottom: 1.875rem;
}
body.page-template-page-news .content-section.content > .wrapper .button {
  color: #000;
  font-size: 0.8125rem;
  padding: 0.625rem 0.875rem;
  padding-bottom: 0.625rem;
}
body.page-template-page-news .content-section.content > .wrapper p {
  margin-bottom: 1.5em;
}
body.page-template-page-news .content-section.content > .wrapper .no-break.height {
  min-height: 23.75rem;
}
body.page-template-page-news .content-section.content > .wrapper ul {
  padding-bottom: 2.5rem;
}
body.page-template-page-news .content-section.content > .wrapper ul li {
  padding-left: 2.5rem;
  padding-bottom: 1.25rem;
  background: url("../img/check.png") no-repeat 0.125rem 0;
  background-size: 1.125rem auto;
  display: block;
}

body.page-teemavuosi .content-section.content, body.page-bold-green-city-2020 .content-section.content {
  margin: 0;
  margin-top: 1.875rem;
  background: #fff;
  padding: 1.25rem;
}
body.page-teemavuosi .content-section.content > .wrapper, body.page-bold-green-city-2020 .content-section.content > .wrapper {
  max-width: 65rem;
  margin: 0 auto;
  padding: 3.125rem 0;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
}
body.page-teemavuosi .content-section.content > .wrapper p:empty, body.page-bold-green-city-2020 .content-section.content > .wrapper p:empty {
  display: none;
}
body.page-teemavuosi .content-section.content > .wrapper h1, body.page-bold-green-city-2020 .content-section.content > .wrapper h1 {
  font-weight: 900;
  color: #097B76;
  text-transform: uppercase;
  font-size: 2.3125rem;
  line-height: 2.5625rem;
  margin-bottom: 1.875rem;
}
body.page-teemavuosi .content-section.content > .wrapper h2, body.page-bold-green-city-2020 .content-section.content > .wrapper h2 {
  font-size: 1.1875rem;
  line-height: 1.5rem;
  margin-bottom: 1.875rem;
}
body.page-teemavuosi .content-section.content > .wrapper .button, body.page-bold-green-city-2020 .content-section.content > .wrapper .button {
  color: #000;
  font-size: 0.8125rem;
  padding: 0.625rem 0.875rem;
  padding-bottom: 0.625rem;
}
body.page-teemavuosi .content-section.content > .wrapper p, body.page-bold-green-city-2020 .content-section.content > .wrapper p {
  margin-bottom: 1.5em;
}
body.page-teemavuosi .content-section.content > .wrapper .no-break.height, body.page-bold-green-city-2020 .content-section.content > .wrapper .no-break.height {
  min-height: 23.75rem;
}
body.page-teemavuosi .content-section.content > .wrapper ul, body.page-bold-green-city-2020 .content-section.content > .wrapper ul {
  padding-bottom: 2.5rem;
}
body.page-teemavuosi .content-section.content > .wrapper ul li, body.page-bold-green-city-2020 .content-section.content > .wrapper ul li {
  padding-left: 2.5rem;
  padding-bottom: 1.25rem;
  background: url("../img/check.png") no-repeat 0.125rem 0;
  background-size: 1.125rem auto;
  display: block;
}

body.page-template-page-simple .heading {
  margin-bottom: 1.875rem;
}
body.page-template-page-simple .content-section.content {
  padding: 0 1.25rem;
}
body.page-template-page-simple .content-section.content {
  margin: 0 0.5rem;
  margin-bottom: 1.875rem;
  background: #fff;
  padding: 1.25rem;
}
body.page-template-page-simple .content-section.content > .wrapper {
  max-width: 65rem;
  margin: 0 auto;
  padding: 5.625rem 0;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
}
body.page-template-page-simple .content-section.content > .wrapper p:empty {
  display: none;
}
body.page-template-page-simple .content-section.content > .wrapper h1 {
  font-weight: 900;
  color: #097B76;
  text-transform: uppercase;
  font-size: 2.3125rem;
  line-height: 2.5625rem;
  margin-bottom: 1.875rem;
  max-width: 50rem;
}
body.page-template-page-simple .content-section.content > .wrapper h2 {
  font-size: 1.1875rem;
  line-height: 1.5rem;
  margin-bottom: 1.875rem;
}
body.page-template-page-simple .content-section.content > .wrapper .button {
  color: #000;
  font-size: 0.8125rem;
  padding: 0.625rem 0.875rem;
  padding-bottom: 0.625rem;
}
body.page-template-page-simple .content-section.content > .wrapper p {
  margin-bottom: 1.5em;
}
body.page-template-page-simple .content-section.content > .wrapper ul, body.page-template-page-simple .content-section.content > .wrapper ol {
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
body.page-template-page-simple .content-section.content.today {
  margin: 0 0.5rem;
  margin-bottom: 1.875rem;
  background: #fff;
  padding: 0;
}
body.page-template-page-simple .content-section.content.today > .wrapper {
  max-width: 65rem;
  margin: 0 auto;
  padding: 5.625rem 1.25rem;
  padding-top: 6.875rem;
}

/* menu */
#menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  font-size: 0;
  height: 6.125rem;
  transition: background-color 0.4s, box-shadow 0.4s;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0);
}
#menu > .wrapper {
  padding: 0 1.5rem;
  padding-top: 1.75rem;
}
#menu > .wrapper h1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 0.625rem;
  margin-left: 1.5rem;
  width: 10.3125rem;
  height: 5.625rem;
  font-size: 0;
  color: transparent;
  -webkit-mask: url("../img/lahti.svg") no-repeat 0 0;
          mask: url("../img/lahti.svg") no-repeat 0 0;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #ffffff;
  transition: transform 0.4s, background-color 0.4s;
  transform-origin: 0 0;
}
#menu > .wrapper h1 a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#menu > .wrapper .menu--toggler {
  display: none;
}
#menu > .wrapper .floater {
  float: right;
}
#menu > .wrapper .floater .menu--container {
  display: inline-block;
  vertical-align: top;
}
#menu > .wrapper .floater .menu--container ul {
  display: inline-block;
}
#menu > .wrapper .floater .menu--container ul li {
  display: inline-block;
  position: relative;
}
#menu > .wrapper .floater .menu--container ul li a {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  padding: 0.625rem 1.5625rem;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 0.025em;
  transition: color 0.4s, border 0.4s;
}
#menu > .wrapper .floater .menu--container ul li.current-menu-item::after, #menu > .wrapper .floater .menu--container ul li:hover::after {
  content: "";
  position: absolute;
  bottom: 0.125rem;
  left: 50%;
  width: 1.875rem;
  transform: translateX(-50%);
  background: #097B76;
  height: 0.1875rem;
}
#menu > .wrapper .floater .language-selector {
  display: inline-block;
  vertical-align: top;
  padding-left: 1.25rem;
}
#menu > .wrapper .floater .language-selector .button {
  padding-left: 2rem;
  padding-right: 2rem;
  text-transform: none;
  font-weight: 300;
  font-size: 1.125rem;
  border-color: #fff;
  color: #fff;
}

body.dark-menu #menu > .wrapper .floater .menu--container ul li a {
  color: #000;
}
body.dark-menu #menu > .wrapper .floater .language-selector .button {
  color: #000;
  border-color: #097B76;
}

@media (min-width: 601px) {
  body.page-scrolled-down #menu, body.slide-active #menu, body.force-white-menu #menu {
    background-color: #fff;
    box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  }
  body.page-scrolled-down #menu > .wrapper h1, body.slide-active #menu > .wrapper h1, body.force-white-menu #menu > .wrapper h1 {
    transform: translateY(-0.875rem) scale(0.8);
    background-color: #097B76;
  }
  body.page-scrolled-down #menu > .wrapper .floater .menu--container ul li a, body.slide-active #menu > .wrapper .floater .menu--container ul li a, body.force-white-menu #menu > .wrapper .floater .menu--container ul li a {
    color: #000;
  }
  body.page-scrolled-down #menu > .wrapper .floater .language-selector .button, body.slide-active #menu > .wrapper .floater .language-selector .button, body.force-white-menu #menu > .wrapper .floater .language-selector .button {
    color: #000;
    border-color: #097B76;
  }
}
body.force-white-menu .root {
  padding-top: 6.125rem;
}

@media (min-width: 601px) {
  body.page-template-page-story footer {
    display: none !important;
  }
}
/* frontpage */
body.home section.heading > .wrapper {
  height: auto;
  min-height: 0;
  padding-top: 56.25%;
}
body.home section.heading > .wrapper > .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
body.home section.heading > .wrapper > .background .poster {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  transition: opacity 0.4s;
}
body.home section.heading > .wrapper > .background img, body.home section.heading > .wrapper > .background video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
body.home section.heading > .wrapper > .background.playing .poster {
  opacity: 0;
}
body.home section.heading > .wrapper > .background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 11.875rem;
  opacity: 0.8;
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 15;
}
body.home section.heading > .wrapper > .content {
  max-width: 88.75rem;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  z-index: 15;
}
body.home section.heading > .wrapper > .content h2 {
  font-weight: 900;
  font-size: 5.9375rem;
  line-height: 7.125rem;
}
body.home section.heading > .wrapper > .content img {
  max-width: 37.8125rem;
  width: auto !important;
  height: auto !important;
  margin-bottom: 1.875rem;
}

@media (max-width: 600px) {
  html {
    font-size: 4vw;
  }

  body.page-1o5-astetta .module.content, body.page-1o5-degrees .module.content {
    padding: 0;
  }

  .countdown-shortcode .wrapper {
    position: relative;
    margin: 0 -0.625rem;
    font-size: 0;
  }
  .countdown-shortcode .wrapper > div {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 0.625rem;
  }
  .countdown-shortcode .wrapper > div > .value {
    font-size: 3.125rem;
  }
  .countdown-shortcode .wrapper > div > span {
    font-size: 1rem;
  }

  .archive article {
    display: block;
    margin-bottom: 2em;
    font-size: 1.1875rem;
    line-height: 1.5625rem;
  }
  .archive article .title {
    font-size: 1.5625rem;
    line-height: 1.9375rem;
  }

  footer > .wrapper {
    padding: 2.5rem 1.25rem;
    padding-top: 3.75rem;
  }
  footer > .wrapper .content .newsletter {
    display: block;
    width: 100%;
    margin-bottom: 0.625rem;
  }
  footer > .wrapper .content .newsletter form fieldset input {
    margin-bottom: 1.25rem;
    padding: 0.9375rem 1.25rem;
  }
  footer > .wrapper .content .newsletter form fieldset button {
    margin-bottom: 0;
  }
  footer > .wrapper .content .newsletter form fieldset .checkbox label {
    line-height: 1.5625rem;
    padding-top: 0.625rem;
  }
  footer > .wrapper .content .links {
    padding: 0;
    padding-top: 2.5rem;
    width: 100%;
    display: block;
    text-align: center;
  }
  footer > .wrapper .content .links .button {
    min-width: 0;
    padding: 0 1.1rem;
    margin: 0 0.625rem;
    margin-bottom: 0.625rem;
  }
  footer > .wrapper .content .links .social {
    padding-top: 1.25rem;
  }
  footer > .wrapper .content .links .social .button {
    margin: 0 0.3125rem;
  }
  footer > .wrapper .content .logos {
    margin: 0;
    padding: 2.5rem 0;
  }
  footer > .wrapper .content .logos img {
    max-width: 40% !important;
  }
  footer > .wrapper .content .logos img:nth-child(3) {
    max-width: 60% !important;
  }

  body.home .modules::after {
    display: none;
  }

  .module.intro > .wrapper {
    padding: 2.5rem 1.25rem;
    padding-bottom: 1.25rem;
  }
  .module.intro > .wrapper > .content {
    text-align: center;
  }
  .module.intro > .wrapper > .content h2 {
    font-size: 2.1875rem;
    line-height: 2.5rem;
    margin-bottom: 1.875rem;
  }
  .module.intro > .wrapper > .content blockquote {
    padding: 0;
  }
  .module.intro > .wrapper > .content blockquote p {
    font-size: 1.5625rem;
    line-height: 2rem;
  }
  .module.intro > .wrapper > .content p {
    margin-bottom: 1.875rem;
  }
  .module.intro > .wrapper > .content p br {
    display: none;
  }
  .module.intro > .wrapper > .content .button {
    margin: 0 0.625rem;
    padding: 0 1rem;
    margin-bottom: 0.625rem;
  }
  .module.intro.has-image > .wrapper {
    padding: 2.5rem 1.25rem;
    padding-bottom: 1.875rem;
  }
  .module.intro.has-image > .wrapper > .image {
    display: block;
    width: 100%;
    padding-bottom: 2.5rem;
  }
  .module.intro.has-image > .wrapper > .image img {
    width: 50%;
  }
  .module.intro.has-image > .wrapper > .content {
    width: 100%;
  }
  .module.intro.has-image > .wrapper > .content h2 {
    font-size: 1.5625rem;
    line-height: 2rem;
  }
  .module.intro.has-image > .wrapper > .content p + table {
    top: -1.5625rem;
  }
  .module.intro.has-image > .wrapper > .content table {
    position: relative;
    margin: 0 -0.3125rem;
    font-size: 1.125rem;
  }
  .module.intro.has-image > .wrapper > .content table td {
    padding: 0 0.3125rem;
    padding-bottom: 0.625rem;
  }
  .module.intro.has-image > .wrapper > .content table strong {
    display: block;
  }

  body:not(.home) .module.intro:first-child {
    padding-top: 5.625rem;
  }

  .module.staggered-lift {
    padding: 1.25rem;
  }
  .module.staggered-lift::before, .module.staggered-lift::after {
    display: none;
  }
  .module.staggered-lift .intro {
    margin-bottom: 1.875rem;
    padding-top: 2.5rem;
  }
  .module.staggered-lift .intro h2 {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
    padding-left: 0;
    margin-bottom: 1.25rem;
    max-width: 100%;
  }
  .module.staggered-lift .intro .content {
    width: 100%;
    font-size: 1.25rem;
    padding: 0;
    padding-bottom: 1.25rem;
  }
  .module.staggered-lift .intro .content.right {
    padding: 0;
  }
  .module.staggered-lift .intro .content p {
    line-height: 1.75rem;
  }
  .module.staggered-lift .lifts {
    padding-bottom: 0;
  }
  .module.staggered-lift .lifts .lift {
    position: relative;
    padding-top: 0;
    margin-bottom: 5rem;
  }
  .module.staggered-lift .lifts .lift::before {
    display: none;
  }
  .module.staggered-lift .lifts .lift > .background {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 80%;
    margin-bottom: 2.5rem;
  }
  .module.staggered-lift .lifts .lift > .content {
    width: 100%;
    font-size: 1.25rem;
  }
  .module.staggered-lift .lifts .lift > .content .icon {
    width: 10rem;
    height: 7.5rem;
    margin: 0 auto;
    position: relative;
    margin-bottom: 2.5rem;
  }
  .module.staggered-lift .lifts .lift > .content .icon img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: contain; object-position: 50% 50%";
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .module.staggered-lift .lifts .lift > .content h2 {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
  .module.staggered-lift .lifts .lift > .content a.video {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #F4F4F4;
    position: relative;
    min-height: 10rem;
    padding: 1.5625rem 1.25rem;
    padding-right: 6.875rem;
    margin-top: 4.375rem;
  }
  .module.staggered-lift .lifts .lift > .content a.video strong {
    font-weight: 700;
  }
  .module.staggered-lift .lifts .lift > .content a.video p {
    margin-bottom: 0;
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
  .module.staggered-lift .lifts .lift > .content a.video .watch {
    width: 5.625rem;
    background-size: 2.1875rem auto;
    padding: 0 1.25rem;
    padding-top: 5.625rem;
    font-size: 1rem;
    line-height: 1rem;
  }
  .module.staggered-lift .lifts .lift:nth-child(odd)::before {
    left: 0;
  }
  .module.staggered-lift .lifts .lift:nth-child(odd) > .background {
    left: 0;
    right: 0;
  }
  .module.staggered-lift .lifts .lift:nth-child(odd) > .content {
    padding-left: 0;
    padding-right: 0;
  }
  .module.staggered-lift .lifts .lift:nth-child(even)::before {
    right: auto;
    left: 0;
  }
  .module.staggered-lift .lifts .lift:nth-child(even) > .background {
    left: 0;
    right: 0;
  }
  .module.staggered-lift .lifts .lift:nth-child(even) > .content {
    padding-left: 0;
    padding-right: 0;
  }

  .module.staggered-lifts {
    padding: 0 1.25rem;
  }
  .module.staggered-lifts::before {
    display: none;
  }
  .module.staggered-lifts .wrapper {
    text-align: center;
    margin-bottom: 1.875rem;
  }
  .module.staggered-lifts .wrapper h2 {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
  .module.staggered-lifts .wrapper .lifts {
    padding-top: 1.25rem;
    padding-bottom: 0.625rem;
  }
  .module.staggered-lifts .wrapper .lifts .lift {
    display: block;
    margin-bottom: 0;
  }
  .module.staggered-lifts .wrapper .lifts .lift > .content {
    width: 100%;
    font-size: 0.9375rem;
    padding: 0;
    margin-bottom: 6.25rem;
  }
  .module.staggered-lifts .wrapper .lifts .lift > .content.left {
    text-align: center;
  }
  .module.staggered-lifts .wrapper .lifts .lift > .content.right {
    top: 0;
    text-align: center;
  }
  .module.staggered-lifts .wrapper .lifts .lift > .content h3 {
    margin-bottom: 0.5em;
  }
  .module.staggered-lifts .wrapper .lifts .lift > .content h3 img {
    margin-bottom: 0.5em;
    max-width: 4em;
  }
  .module.staggered-lifts .wrapper .lifts .lift > .content p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .module.deedmakers > .wrapper .images.left {
    width: 100%;
  }
  .module.deedmakers > .wrapper .images.left .image {
    display: none;
  }
  .module.deedmakers > .wrapper .images.left .image:nth-child(1), .module.deedmakers > .wrapper .images.left .image:nth-child(2), .module.deedmakers > .wrapper .images.left .image:nth-child(3) {
    display: inline-block;
  }
  .module.deedmakers > .wrapper .images.right {
    width: 100%;
  }
  .module.deedmakers > .wrapper .images.right .image {
    display: none;
  }
  .module.deedmakers > .wrapper .images.right .image:nth-child(7), .module.deedmakers > .wrapper .images.right .image:nth-child(8), .module.deedmakers > .wrapper .images.right .image:nth-child(9) {
    display: inline-block;
  }
  .module.deedmakers > .wrapper .images.right .content {
    position: relative;
    width: 100%;
  }
  .module.deedmakers > .wrapper .images.right .content .container {
    position: static;
    padding-top: 0;
  }
  .module.deedmakers > .wrapper .images.right .content .container::after {
    z-index: 10;
  }
  .module.deedmakers > .wrapper .images.right .content .container .wrapper {
    padding: 1.875rem;
    padding-bottom: 0.625rem;
    position: relative;
    z-index: 11;
  }
  .module.deedmakers > .wrapper .images.right .content .container .wrapper h2 {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
  .module.deedmakers > .wrapper .images.right .content .container .wrapper .button {
    width: 0;
    margin: 1.25rem auto;
    min-width: 14.375rem;
    display: block;
  }

  .module.lifts > .wrapper {
    padding-bottom: 5rem;
  }
  .module.lifts > .wrapper .lifts .lift {
    width: 100%;
  }
  .module.lifts > .wrapper .lifts.icons {
    padding: 0.625rem;
    padding-bottom: 2.5rem;
  }
  .module.lifts > .wrapper .lifts.icons .lift {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .module.lifts > .wrapper .lifts.icons .lift::before, .module.lifts > .wrapper .lifts.icons .lift::after {
    display: none;
  }
  .module.lifts > .wrapper .lifts.icons .lift.even {
    transform: none;
  }
  .module.lifts > .wrapper .lifts.icons .lift > .wrapper h2 {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
  .module.lifts > .wrapper .lifts.boxes .lift > .wrapper {
    padding: 0;
  }
  .module.lifts > .wrapper .lifts.boxes .lift > .wrapper .content {
    position: relative;
    padding: 0;
    transform: none;
    padding: 1.25rem;
    padding-bottom: 6.875rem;
  }
  .module.lifts > .wrapper .lifts.boxes .lift > .wrapper h2 {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
  .module.lifts > .wrapper .lifts.boxes .lift > .wrapper .button {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2.1875rem;
    padding: 0 1.1rem;
  }

  .module.video {
    padding-bottom: 3.125rem;
  }
  .module.video > .wrapper .poster > .play {
    line-height: 2.5rem;
  }
  .module.video > .wrapper .poster > .play span {
    font-size: 1.875rem;
    line-height: 2.5rem;
    padding: 0 2.1875rem;
  }

  .module.events-twitter {
    padding-bottom: 5rem;
  }
  .module.events-twitter > .wrapper > .events {
    width: 100%;
    padding: 0 0.625rem;
    padding-bottom: 2.5rem;
  }
  .module.events-twitter > .wrapper > .events .container {
    text-align: left;
  }
  .module.events-twitter > .wrapper > .events .container .event {
    width: 100%;
    display: none;
  }
  .module.events-twitter > .wrapper > .events .container .event:nth-child(1), .module.events-twitter > .wrapper > .events .container .event:nth-child(2), .module.events-twitter > .wrapper > .events .container .event:nth-child(3) {
    display: inline-block;
  }
  .module.events-twitter > .wrapper > .events .container .event > .wrapper .title > span {
    padding-right: 8.75rem;
    background-size: auto 2.25rem;
  }
  .module.events-twitter > .wrapper > .events .button {
    margin-top: 1.875rem;
  }
  .module.events-twitter > .wrapper > .items {
    width: 100%;
    padding: 0 0.625rem;
  }
  .module.events-twitter > .wrapper > .items h2 {
    font-size: 2.1875rem;
  }
  .module.events-twitter > .wrapper > .items .container .item {
    display: none !important;
    width: 100%;
  }
  .module.events-twitter > .wrapper > .items .container .item:nth-child(1), .module.events-twitter > .wrapper > .items .container .item:nth-child(2), .module.events-twitter > .wrapper > .items .container .item:nth-child(3) {
    display: inline-block !important;
  }
  .module.events-twitter > .wrapper > .items.instagram .container .item {
    width: 100%;
  }

  .module.hero > .wrapper {
    padding-top: 120%;
  }
  .module.hero > .wrapper > .content {
    font-size: 0.875rem;
  }
  .module.hero > .wrapper > .content h2 {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
  .module.hero > .wrapper > .content p {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .module.hero.split {
    margin-bottom: 1.25rem;
  }
  .module.hero.split > .wrapper {
    padding-top: 200%;
  }
  .module.hero.split > .wrapper > .background {
    width: 90%;
  }
  .module.hero.split > .wrapper > .content {
    width: 84%;
    padding: 0 1.25rem;
    padding-top: 5rem !important;
  }
  .module.hero.split > .wrapper > .content h1 {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
    margin-bottom: 0.9375rem;
  }
  .module.hero.split > .wrapper > .content h2 {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
    margin-bottom: 0.9375rem;
  }
  .module.hero.split > .wrapper > .content p {
    margin-bottom: 1.5625rem;
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .module.hero.split > .wrapper > .content .button {
    padding: 0 1.25rem;
    display: block;
    margin-right: 0;
  }

  .module.picture-lifts {
    padding: 0 1.25rem;
    padding-bottom: 5rem;
  }
  .module.picture-lifts h2 {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
  .module.picture-lifts .lifts .lift {
    width: 100%;
  }
  .module.picture-lifts .lifts .lift > .wrapper {
    padding-top: 107.5%;
  }
  .module.picture-lifts .lifts .lift > .wrapper > .content {
    padding: 1.875rem 1.25rem;
  }
  .module.picture-lifts .lifts .lift > .wrapper > .content h2 {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
  .module.picture-lifts .lifts .lift > .wrapper > .content p {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .module.site-lifts {
    padding: 0 1.25rem;
    padding-bottom: 5rem;
  }
  .module.site-lifts > .wrapper > .content {
    margin-bottom: 5rem;
  }
  .module.site-lifts > .wrapper > .content a {
    color: #097B76;
  }
  .module.site-lifts > .wrapper > .content h1 {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
  .module.site-lifts > .wrapper > .content h2 {
    margin-left: 0;
    margin-right: 0;
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
  .module.site-lifts > .wrapper > .content strong {
    font-weight: 700;
  }
  .module.site-lifts > .wrapper > .content p {
    margin-bottom: 1.2em;
    line-height: 1.75rem;
    font-weight: 300;
  }
  .module.site-lifts .lifts {
    position: relative;
    margin: 0 -0.625rem;
    font-size: 0;
  }
  .module.site-lifts .lifts .lift {
    width: 100%;
  }
  .module.site-lifts .lifts .lift > .wrapper > .picture {
    padding-top: 100%;
  }
  .module.site-lifts .lifts .lift > .wrapper > .content {
    padding: 1.25rem;
  }
  .module.site-lifts .lifts .lift > .wrapper > .content h2 {
    font-size: 1.5625rem;
    line-height: 1.875rem;
  }
  .module.site-lifts .lifts .lift > .wrapper > .content p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 2.5rem;
  }
  .module.site-lifts .lifts .lift > .wrapper > .content .button {
    position: static;
  }

  .module.intro-content {
    padding: 0 1.25rem;
    padding-bottom: 5rem;
  }
  .module.intro-content > .wrapper > .content {
    margin-bottom: 5rem;
  }
  .module.intro-content > .wrapper > .content a {
    color: #097B76;
  }
  .module.intro-content > .wrapper > .content h1 {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
  .module.intro-content > .wrapper > .content h2 {
    margin-left: 0;
    margin-right: 0;
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
  .module.intro-content > .wrapper > .content strong {
    font-weight: 700;
  }
  .module.intro-content > .wrapper > .content p {
    margin-bottom: 1.2em;
    line-height: 1.75rem;
    font-weight: 300;
  }

  .events {
    padding-bottom: 1.25rem;
  }
  .events .large-features {
    margin-bottom: 1.25rem;
  }
  .events .large-features .feature > .wrapper {
    min-height: 0;
    position: relative;
    background: #f7f7f7;
  }
  .events .large-features .feature > .wrapper .picture-container {
    position: relative;
    width: 100%;
    padding-top: 100%;
  }
  .events .large-features .feature > .wrapper .content {
    position: static;
    margin: 0;
    width: 100%;
    padding: 1.25rem;
  }
  .events .large-features .feature > .wrapper .content h2 {
    font-size: 1.5625rem;
    line-height: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .events .large-features .feature > .wrapper .content p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 2.5rem;
  }
  .events .large-features .feature > .wrapper .content .meta {
    height: 4.375rem;
  }
  .events .large-features .feature > .wrapper .content .meta .icon {
    width: 4.375rem;
    height: 4.375rem;
    background-position: 50% 50%;
    background-size: 1.875rem auto;
  }
  .events .large-features .feature > .wrapper .content .meta .date {
    line-height: 4.375rem;
    padding: 0 0.9375rem;
    min-width: 10rem;
    font-size: 1.25rem;
  }
  .events .large-features .feature > .wrapper .content .meta .date .year {
    font-weight: 700;
    display: inline;
  }
  .events .small-features {
    position: relative;
    margin: 0 -0.625rem;
  }
  .events .small-features .feature {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 0.625rem;
  }
  .events .small-features .feature > .wrapper {
    margin-bottom: 1.25rem;
    position: relative;
    background: #f7f7f7;
  }
  .events .small-features .feature > .wrapper .picture {
    padding-top: 100%;
  }
  .events .small-features .feature > .wrapper .meta {
    height: 4.375rem;
  }
  .events .small-features .feature > .wrapper .meta .icon {
    width: 4.375rem;
    height: 4.375rem;
    background-position: 50% 50%;
    background-size: 1.875rem auto;
  }
  .events .small-features .feature > .wrapper .meta .date {
    line-height: 4.375rem;
    padding: 0 0.9375rem;
    min-width: 10rem;
    font-size: 1.25rem;
  }
  .events .small-features .feature > .wrapper .meta .date .year {
    font-weight: 700;
    display: inline;
  }
  .events .small-features .feature > .wrapper .content {
    padding: 1.25rem;
    min-height: 0;
  }
  .events .small-features .feature > .wrapper .content a {
    color: #097B76;
  }
  .events .small-features .feature > .wrapper .content h2 {
    font-size: 1.5625rem;
    line-height: 1.875rem;
  }
  .events .small-features .feature > .wrapper .content p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 2.5rem;
  }
  .events .small-features .feature > .wrapper .content .button {
    position: static;
  }
  .events .events-browser {
    padding-top: 3.75rem;
  }
  .events .events-browser .controllers .controller {
    width: 70%;
  }
  .events .events-browser .controllers .controller.year {
    width: 30%;
    text-align: left;
    font-size: 0;
  }
  .events .events-browser .controllers .controller label {
    display: none;
  }
  .events .events-browser .controllers .controller select {
    font-size: 1.375rem;
    width: 15rem;
    text-align: left;
  }
  .events .events-browser .controllers .controller .select2 {
    margin-bottom: 0.25rem;
  }
  .events .events-browser .controllers .controller .yearcontroller {
    padding: 0 1.25rem;
    margin: 0;
    margin-bottom: 0.125rem;
    line-height: 3.125rem;
  }
  .events .event-content {
    padding-top: 1.875rem;
  }
  .events .event-content .no-events {
    text-align: center;
    font-size: 1.5625rem;
  }
  .events .event-content .event {
    margin-top: 2.1875rem;
    padding-bottom: 0.625rem;
  }
  .events .event-content .event .date {
    padding: 0 0.3125rem;
    padding-top: 1.0625rem;
    min-width: 0;
    font-size: 0.9375rem;
    min-width: 4.375rem;
    height: 4.375rem;
  }
  .events .event-content .event .date .year {
    display: block;
    font-weight: 700;
  }
  .events .event-content .event .icon {
    position: absolute;
    left: 0;
    top: 4.375rem;
    margin-left: 0;
    width: 4.375rem;
    height: 4.375rem;
    background-position: 50% 50%;
    background-size: 1.875rem auto;
  }
  .events .event-content .event .icon.cat-1 {
    background-image: url("../img/big-icon1.png");
  }
  .events .event-content .event .icon.cat-2 {
    background-image: url("../img/big-icon2.png");
  }
  .events .event-content .event .icon.cat-3 {
    background-image: url("../img/big-icon3.png");
  }
  .events .event-content .event .icon.cat-4 {
    background-image: url("../img/big-icon4.png");
  }
  .events .event-content .event .title {
    padding: 0;
    padding-left: 1.25rem;
    padding-right: 0.625rem;
    width: calc(100% - 5.625rem);
    font-size: 1.5625rem;
    line-height: 1.875rem;
  }
  .events .event-content .event .description {
    width: 100%;
    padding: 0;
    padding-left: 0.625rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    padding-top: 1.25rem;
    padding-left: 5.625rem;
  }
  .events .event-content .event .button {
    position: static;
    display: block;
    width: 18.75rem;
    margin: 1.25rem auto;
  }

  .deedmaker-gallery {
    position: relative;
    padding-top: 0.625rem;
    padding-bottom: 6.875rem;
  }
  .deedmaker-gallery::before {
    display: none;
  }
  .deedmaker-gallery .row .deedmaker {
    width: 100%;
  }
  .deedmaker-gallery .row .deedmaker > .wrapper > .background::after {
    height: 70%;
  }
  .deedmaker-gallery .row .deedmaker > .wrapper > .container > .meta {
    font-size: 1rem;
    line-height: 1.5rem;
    max-width: 55%;
  }
  .deedmaker-gallery .row .deedmaker > .wrapper > .container > .meta .name {
    line-height: 1.875rem;
  }
  .deedmaker-gallery .row .deedmaker > .wrapper > .container > .button {
    padding: 0 0.9375rem;
  }
  .deedmaker-gallery .row .deedmaker > .wrapper > .container > .content {
    width: auto;
    right: 1.875rem;
    bottom: 8.75rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .deedmaker-gallery .row .deedmaker:first-child {
    transform: none;
  }

  .stories-gallery {
    padding: 1.25rem;
    padding-bottom: 0;
  }
  .stories-gallery .story {
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    display: block;
  }
  .stories-gallery .story > .picture {
    min-width: 100%;
  }
  .stories-gallery .story > .content {
    min-width: 100%;
    padding-left: 0.625rem;
    padding-top: 1.875rem;
    padding-right: 0.625rem;
  }
  .stories-gallery .story > .content h3 {
    font-size: 1.5625rem !important;
    line-height: 1.875rem !important;
    margin-bottom: 1.25rem !important;
  }
  .stories-gallery .story > .content .extra {
    padding-left: 0;
    margin-bottom: 1.25rem;
  }
  .stories-gallery .story > .content .excerpt {
    padding-left: 0;
  }
  .stories-gallery .story > .content .link {
    justify-content: center;
  }
  .stories-gallery .story > .content .link::before, .stories-gallery .story > .content .link::after {
    display: none;
  }
  .stories-gallery .story > .content .link::after {
    right: 1.25rem;
  }
  .stories-gallery .story > .content .link a {
    width: 9.375rem;
  }
  .stories-gallery .story:nth-child(even) > .content {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    order: -1;
  }
  .stories-gallery .story:nth-child(even) > .content .link {
    justify-content: center;
  }

  form#contact {
    padding-bottom: 5rem;
  }
  form#contact > .wrapper {
    width: 100%;
    font-size: 1.25rem;
  }
  form#contact > .wrapper:first-child fieldset {
    padding-right: 0;
  }
  form#contact > .wrapper fieldset {
    margin-bottom: 1.875rem;
  }
  form#contact > .wrapper textarea {
    resize: none;
    height: 12.5rem;
  }

  .filebank {
    padding-top: 2.5rem;
    font-size: 1.25rem;
  }
  .filebank h2 {
    color: #097B76;
    font-weight: 900;
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 3.125rem;
  }
  .filebank > .wrapper {
    position: relative;
  }
  .filebank.pictures > .wrapper {
    margin: 0 -0.625rem;
  }
  .filebank.pictures > .wrapper .picture {
    width: 50%;
    padding: 0 0.625rem;
  }
  .filebank.pictures > .wrapper .picture > .wrapper {
    padding-top: 100%;
  }
  .filebank.pictures > .wrapper .picture > .wrapper > a::after {
    content: "";
    background-size: 1.25rem auto;
    width: 2.5rem;
    height: 2.5rem;
  }
  .filebank.files > .wrapper .file > a {
    line-height: 3.75rem;
    padding-left: 3.125rem;
  }
  .filebank.files > .wrapper .file > a::before {
    position: absolute;
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    left: 0.9375rem;
  }
  .filebank.files > .wrapper .file > a .download {
    padding-right: 2.5rem;
    line-height: 3.75rem;
    background-size: 1.5625rem auto;
  }

  .people > .wrapper > .person {
    width: 100%;
  }
  .people > .wrapper > .person > .wrapper .image {
    margin-bottom: 1.25rem;
  }
  .people > .wrapper > .person > .wrapper h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  body.page-template-page-story-php .root {
    overflow: auto;
  }

  .module.slider {
    height: auto;
  }
  .module.slider .arrows {
    display: none;
  }
  .module.slider .sidebar {
    display: none;
  }
  .module.slider .slides .slide {
    opacity: 1;
    position: static;
  }
  .module.slider .slides .slide .background {
    position: relative;
    right: 0;
    height: 40vh;
    width: 100%;
  }
  .module.slider .slides .slide .content {
    position: static;
    width: 100%;
  }
  .module.slider .slides .slide .content .container {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding: 1.25rem;
  }
  .module.slider .slides .slide .content h1 {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
  .module.slider .slides .slide .content h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 1.25rem;
  }
  .module.slider .slides .slide .content p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1.25rem;
  }
  .module.slider .slides .slide.intro {
    position: relative;
    height: 80vh;
  }
  .module.slider .slides .slide.intro .background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
  }
  .module.slider .slides .slide.intro .background img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%";
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .module.slider .slides .slide.intro .content {
    position: absolute;
    top: 55%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
  }
  .module.slider .slides .slide.intro .content .container {
    padding: 0;
    position: static;
    top: auto;
    left: auto;
    transform: none;
    max-width: 100%;
  }
  .module.slider .slides .slide.intro .content h1 {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
    margin-bottom: 1.875rem;
  }
  .module.slider .slides .slide.intro .content h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .module.content {
    padding: 0 1.25rem;
    padding-bottom: 5rem;
  }
  .module.content:first-child {
    padding-top: 7.5rem;
  }
  .module.content > .wrapper {
    font-size: 1.25rem;
  }
  .module.content > .wrapper h1 {
    margin-bottom: 2.8125rem;
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
  .module.content > .wrapper h2 {
    font-size: 1.5625rem;
    line-height: 2rem;
    margin-bottom: 1.875rem;
  }
  .module.content > .wrapper h3 {
    font-size: 1.25rem;
    margin-bottom: 1.875rem;
  }
  .module.content > .wrapper p {
    line-height: 1.75rem;
  }
  .module.content > .wrapper .persons .person {
    width: 100%;
  }
  .module.content > .wrapper .persons .person > .wrapper .picture {
    width: 10rem;
    display: block;
    margin: 0 auto;
    margin-bottom: 1.875rem;
  }
  .module.content > .wrapper .persons .person > .wrapper .description {
    padding-top: 0.625rem;
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1.25rem;
  }
  .module.content > .wrapper .persons .person > .wrapper .description .title {
    font-weight: bold;
    margin-bottom: 1.5em;
  }
  .module.content > .wrapper .gallery .item {
    width: 100% !important;
  }

  a.arrow {
    font-size: 1em;
  }

  .module.single-article {
    padding-bottom: 1.25rem;
  }
  .module.single-article > .wrapper {
    display: block;
  }
  .module.single-article > .wrapper .content {
    width: 100%;
  }
  .module.single-article > .wrapper .sidebar {
    width: 100%;
    padding-left: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .module.single-article > .wrapper .sidebar .title {
    font-size: 1em;
  }
  .module.single-article > .wrapper .sidebar .links {
    font-size: 1em;
  }
  .module.single-article > .wrapper h1 {
    font-size: 3.125rem;
    line-height: 3.75rem;
    margin-top: 1.25rem;
    margin-bottom: 2.5rem;
    text-align: left;
  }
  .module.single-article .related .subject {
    text-align: center;
    font-size: 1.5625rem;
  }
  .module.single-article .related .subject > span {
    margin-top: 0.5em;
  }
  .module.single-article .related .article {
    display: none;
  }
  .module.single-article .related .article:nth-child(1), .module.single-article .related .article:nth-child(2) {
    display: block;
  }

  .module.content_with_heading_picture {
    padding: 0;
  }
  .module.content_with_heading_picture > .wrapper {
    padding: 0 1.875rem;
    padding-bottom: 5rem;
  }
  .module.content_with_heading_picture > .wrapper > .content {
    max-width: 68.75rem;
    margin: 0 auto;
    text-align: center;
  }
  .module.content_with_heading_picture > .wrapper > .content h2 {
    font-size: 1.875rem;
  }
  .module.content_with_heading_picture > .wrapper > .content .button {
    border-color: #fff;
  }
  .module.content_with_heading_picture > .wrapper > .content .button:hover {
    color: #000 !important;
  }

  body.single-post .module.content > .wrapper h1, body.single-blog .module.content > .wrapper h1, body.single-article .module.content > .wrapper h1, body.single-stories .module.content > .wrapper h1 {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
    margin-bottom: 1.875rem;
  }
  body.single-post .module.content > .wrapper .author, body.single-blog .module.content > .wrapper .author, body.single-article .module.content > .wrapper .author, body.single-stories .module.content > .wrapper .author {
    padding: 2.5rem 1.25rem;
    margin: 1.25rem 0;
  }
  body.single-post .module.content > .wrapper .author > .wrapper .picture, body.single-blog .module.content > .wrapper .author > .wrapper .picture, body.single-article .module.content > .wrapper .author > .wrapper .picture, body.single-stories .module.content > .wrapper .author > .wrapper .picture {
    width: 10rem;
    display: block;
    margin: 0 auto;
    margin-bottom: 1.875rem;
  }
  body.single-post .module.content > .wrapper .author > .wrapper .description, body.single-blog .module.content > .wrapper .author > .wrapper .description, body.single-article .module.content > .wrapper .author > .wrapper .description, body.single-stories .module.content > .wrapper .author > .wrapper .description {
    padding-top: 0.625rem;
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1.25rem;
  }
  body.single-post .module.content > .wrapper .author > .wrapper .description .title, body.single-blog .module.content > .wrapper .author > .wrapper .description .title, body.single-article .module.content > .wrapper .author > .wrapper .description .title, body.single-stories .module.content > .wrapper .author > .wrapper .description .title {
    font-weight: bold;
    margin-bottom: 1.5em;
  }

  #popup > .wrapper {
    position: absolute;
    left: 1.25rem;
    right: 1.25rem;
    top: 5.625rem;
    transform: none;
    max-height: calc(80vh - 6.875rem);
    overflow: hidden;
    overflow-y: auto;
  }
  #popup > .wrapper .close {
    cursor: pointer;
    position: absolute;
    top: 1.875rem;
    right: 2.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    background: url("../img/close.png") no-repeat 50% 50%;
    background-size: 100% auto;
    z-index: 10;
  }
  #popup > .wrapper .image-container {
    margin-right: 0;
    max-height: 90vh;
  }
  #popup > .wrapper .image-container .image {
    padding-top: 60%;
  }
  #popup > .wrapper .content {
    width: auto;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    overflow-y: auto;
    padding: 1.25rem;
    color: #fff;
  }
  #popup > .wrapper .content > .wrapper {
    position: static;
    top: auto;
    transform: none;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  #popup > .wrapper .content > .wrapper p {
    margin-bottom: 0.6em;
  }
  #popup > .wrapper .content > .wrapper .name {
    padding-top: 0.6em;
  }

  #event-popup > .wrapper {
    position: absolute;
    left: 1.25rem;
    right: 1.25rem;
    top: 5.625rem;
    transform: none;
    max-height: calc(80vh - 6.875rem);
    overflow: hidden;
    overflow-y: auto;
  }
  #event-popup > .wrapper .close {
    cursor: pointer;
    position: absolute;
    top: 1.875rem;
    right: 2.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    background: url("../img/close.png") no-repeat 50% 50%;
    background-size: 100% auto;
    z-index: 10;
  }
  #event-popup > .wrapper .image-container {
    margin-right: 0;
    max-height: 90vh;
  }
  #event-popup > .wrapper .image-container .image {
    padding-top: 60%;
  }
  #event-popup > .wrapper .image-container .date {
    padding: 0 0.3125rem;
    padding-top: 1.0625rem;
    min-width: 0;
    font-size: 0.9375rem;
    min-width: 4.375rem;
    height: 4.375rem;
  }
  #event-popup > .wrapper .image-container .date .year {
    display: block;
    font-weight: 700;
  }
  #event-popup > .wrapper .content {
    width: auto;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    overflow-y: auto;
    padding: 1.25rem;
  }
  #event-popup > .wrapper .content .title {
    padding-left: 5.625rem;
  }
  #event-popup > .wrapper .content .title h2 {
    top: -0.25rem;
    font-size: 1.5625rem;
    line-height: 1.875rem;
  }
  #event-popup > .wrapper .content .title .icon {
    width: 4.375rem;
    height: 4.375rem;
    background-size: 1.875rem auto;
  }
  #event-popup > .wrapper .content .links {
    margin-right: 0;
    margin-bottom: 1.875rem;
  }
  #event-popup > .wrapper .content .links .button {
    margin-bottom: 0.9375rem;
  }
  #event-popup > .wrapper .content .share {
    text-align: center;
  }

  #site-popup > .wrapper {
    position: absolute;
    left: 1.25rem;
    right: 1.25rem;
    top: 5.625rem;
    transform: none;
    max-height: calc(80vh - 6.875rem);
    overflow: hidden;
    overflow-y: auto;
  }
  #site-popup > .wrapper .close {
    cursor: pointer;
    position: absolute;
    top: 1.875rem;
    right: 2.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    background: url("../img/close.png") no-repeat 50% 50%;
    background-size: 100% auto;
    z-index: 10;
  }
  #site-popup > .wrapper .image-container {
    margin-right: 0;
    max-height: 90vh;
  }
  #site-popup > .wrapper .image-container .image {
    padding-top: 60%;
  }
  #site-popup > .wrapper .image-container .meta .icon {
    width: 4.375rem;
    height: 4.375rem;
    background-size: 1.875rem auto;
  }
  #site-popup > .wrapper .content {
    width: auto;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    overflow-y: auto;
    padding: 1.25rem;
    color: #fff;
  }
  #site-popup > .wrapper .content > .wrapper {
    position: static;
    top: auto;
    transform: none;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  #site-popup > .wrapper .content > .wrapper h2 {
    font-size: 1.5625rem;
  }
  #site-popup > .wrapper .content > .wrapper p {
    margin-bottom: 0.6em;
  }

  .popup > .wrapper {
    position: absolute;
    left: 1.25rem;
    right: 1.25rem;
    top: 5.625rem;
    transform: none;
    max-height: calc(80vh - 6.875rem);
    overflow: hidden;
    overflow-y: auto;
  }
  .popup > .wrapper .close {
    cursor: pointer;
    position: absolute;
    top: 1.875rem;
    right: 2.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    background: url("../img/close.png") no-repeat 50% 50%;
    background-size: 100% auto;
    z-index: 10;
  }
  .popup > .wrapper .image-container {
    margin-right: 0;
    max-height: 90vh;
  }
  .popup > .wrapper .image-container .image {
    padding-top: 60%;
  }
  .popup > .wrapper .content {
    width: auto;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    overflow-y: auto;
    padding: 1.25rem;
    color: #fff;
  }
  .popup > .wrapper .content > .wrapper {
    position: static;
    top: auto;
    transform: none;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .popup > .wrapper .content > .wrapper p {
    margin-bottom: 0.6em;
  }
  .popup > .wrapper .content > .wrapper .name {
    padding-top: 0.6em;
  }

  .deedmaker {
    width: 100%;
  }
  .deedmaker > .wrapper > .meta {
    left: 1.25rem;
    bottom: 1.25rem;
    line-height: 0.875rem;
  }
  .deedmaker > .wrapper > .meta .name {
    font-size: 0.6875rem;
    line-height: 0.875rem;
  }
  .deedmaker > .wrapper > .meta .title {
    font-size: 0.6875rem;
  }
  .deedmaker > .wrapper > .meta .subtitle {
    font-size: 0.6875rem;
  }
  .deedmaker > .wrapper > .open-video {
    position: absolute;
    left: auto;
    right: 0.9375rem;
    top: auto;
    bottom: 1.25rem;
    line-height: 1.125rem;
    background: url("../img/play.png") no-repeat 50% 50%;
    background-size: auto 100%;
    font-size: 0.6875rem;
  }
  .deedmaker > .wrapper > .open-video span {
    line-height: 1.125rem;
    padding: 0 1.125rem;
  }
  .deedmaker > .wrapper > .content {
    position: absolute;
    right: auto;
    left: 1.25rem;
    bottom: 5rem;
    width: 11.875rem;
    font-size: 0.8125rem;
    line-height: 0.9375rem;
  }
  .deedmaker > .wrapper:hover > .open-video {
    transform: scale(1.1);
  }

  .deedmakers-browser .deedmakers-browser-controllers {
    top: 1.25rem;
    right: 1.25rem;
  }
  .deedmakers-browser .deedmakers-browser-controllers .deedmakers-browser-controller {
    width: 1.875rem;
    height: 1.875rem;
  }
  .deedmakers-browser .deedmakers-browser-controllers .deedmakers-browser-controller.left {
    background-image: url("../img/left.png");
  }
  .deedmakers-browser .deedmakers-browser-controllers .deedmakers-browser-controller.left:hover {
    background-image: url("../img/left.png");
  }
  .deedmakers-browser .deedmakers-browser-controllers .deedmakers-browser-controller.right {
    background-image: url("../img/right.png");
  }
  .deedmakers-browser .deedmakers-browser-controllers .deedmakers-browser-controller.right:hover {
    background-image: url("../img/right.png");
  }
  .deedmakers-browser .deedmakers-browser-controllers .deedmakers-browser-controller:hover {
    background-color: transparent;
  }
  .deedmakers-browser .deedmaker {
    display: none;
  }
  .deedmakers-browser .deedmaker.active {
    display: inline-block;
  }

  .deedmakers {
    padding-top: 0;
  }
  .deedmakers .row {
    margin-bottom: 0;
  }
  .deedmakers .row .deedmaker {
    padding-top: 94%;
  }
  .deedmakers .row .deedmaker > .wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .deedmakers .row .deedmaker:first-child {
    transform: translateY(0);
  }

  .deeds {
    padding: 1.875rem 0;
  }
  .deeds .deeds-controllers {
    padding: 0;
    padding-bottom: 0.9375rem;
    font-size: 1rem;
  }
  .deeds .deeds-controllers .deeds-categoryselectors .deeds-categoryselector {
    cursor: pointer;
    margin-left: 0;
    margin-bottom: 0.625rem;
    margin-right: 1.25rem;
  }
  .deeds .deeds-controllers .deeds-sortselectors {
    float: right;
  }
  .deeds .deeds-controllers .deeds-sortselectors .deeds-sortselector {
    cursor: pointer;
    margin-left: 1.875rem;
    line-height: 1.375rem;
  }
  .deeds .deeds-controllers .deeds-sortselectors .deeds-sortselector:first-child {
    margin-left: 0;
  }
  .deeds .deeds-controllers .deeds-sortselectors .deeds-sortselector:hover::after {
    display: none;
  }
  .deeds .deeds-controllers .active {
    font-size: 1rem;
  }
  .deeds .deeds-controllers .active::after {
    bottom: -0.125rem;
  }
  .deeds .deeds-container {
    margin: 0 -0.625rem;
  }
  .deeds .deeds-container .deed {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .deeds .deeds-container .deed:hover > .wrapper {
    box-shadow: none;
  }

  .articles {
    padding: 1.875rem 0;
  }
  .articles .articles-container {
    margin: 0 -0.625rem;
  }
  .articles .articles-container .article {
    width: 100%;
    margin-bottom: 1.25rem;
  }

  .programme {
    padding: 1.875rem 0;
  }
  .programme .programme-container {
    margin: 0 -0.625rem;
  }
  .programme .programme-container .prog {
    width: 100%;
    margin-bottom: 1.25rem;
  }

  .jobs {
    padding: 1.875rem 0;
  }
  .jobs .jobs-container {
    margin: 0 -0.625rem;
  }
  .jobs .jobs-container .job {
    width: 100%;
    margin-bottom: 1.25rem;
  }

  .columns {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .columns .no-break {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  .columns img {
    width: 100% !important;
    height: auto !important;
    max-width: 20rem !important;
  }

  #menu {
    height: 4.375rem;
  }
  #menu > .wrapper {
    padding: 0 1.25rem;
    padding-top: 1.25rem;
  }
  #menu > .wrapper h1 {
    width: 4.375rem;
    height: 2.5rem;
    background-size: 100% auto;
    z-index: 1005;
    margin: 0;
  }
  #menu > .wrapper .menu--toggler {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    width: 2.8125rem;
    height: 3.125rem;
    z-index: 1005;
  }
  #menu > .wrapper .menu--toggler::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../img/menu.png") no-repeat 50% 50%;
    background-size: 1.125rem auto;
    opacity: 1;
    transition: opacity 0.4s;
  }
  #menu > .wrapper .menu--toggler::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../img/menu-black.png") no-repeat 50% 50%;
    background-size: 1.125rem auto;
    opacity: 0;
    transition: opacity 0.4s;
  }
  #menu > .wrapper .floater {
    background: #fff;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 4.375rem;
    transform: translateY(-110%);
  }
  #menu > .wrapper .floater .menu--container {
    display: block;
    vertical-align: top;
    text-align: center;
  }
  #menu > .wrapper .floater .menu--container ul {
    display: block;
    padding: 0.625rem 0;
  }
  #menu > .wrapper .floater .menu--container ul li {
    margin-top: 0.625rem;
    display: block;
    position: relative;
  }
  #menu > .wrapper .floater .menu--container ul li a {
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 1.25rem;
    padding: 0.375rem 1.25rem;
    cursor: pointer;
  }
  #menu > .wrapper .floater .language-selector {
    display: block;
    text-align: center;
    vertical-align: top;
    padding: 1.25rem;
  }
  #menu > .wrapper .floater .language-selector .button {
    padding-left: 2rem;
    padding-right: 2rem;
    text-transform: none;
    font-weight: 300;
    font-size: 1.125rem;
    border-color: #097B76;
    color: #000;
  }
  #menu.animate .floater {
    transition: transform 0.3s;
  }
  #menu.open .floater {
    transform: translateY(0);
  }

  body.page-scrolled-down #menu, body.slide-active #menu, body.dark-menu #menu, body.force-white-menu #menu {
    background-color: #fff;
    box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  }
  body.page-scrolled-down #menu > .wrapper h1, body.slide-active #menu > .wrapper h1, body.dark-menu #menu > .wrapper h1, body.force-white-menu #menu > .wrapper h1 {
    background-color: #097B76;
  }
  body.page-scrolled-down #menu > .wrapper .menu--toggler::before, body.slide-active #menu > .wrapper .menu--toggler::before, body.dark-menu #menu > .wrapper .menu--toggler::before, body.force-white-menu #menu > .wrapper .menu--toggler::before {
    opacity: 0;
  }
  body.page-scrolled-down #menu > .wrapper .menu--toggler::after, body.slide-active #menu > .wrapper .menu--toggler::after, body.dark-menu #menu > .wrapper .menu--toggler::after, body.force-white-menu #menu > .wrapper .menu--toggler::after {
    opacity: 1;
  }

  body.force-white-menu .root {
    padding-top: 4.375rem;
  }

  #menu.open {
    background-color: #fff;
    box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  }
  #menu.open > .wrapper .menu--toggler::before {
    opacity: 0;
  }
  #menu.open > .wrapper .menu--toggler::after {
    opacity: 1;
  }

  body.home section.heading > .wrapper {
    padding-top: 120%;
  }
  body.home section.heading > .wrapper > .content {
    max-width: 17.5rem;
    font-size: 0.875rem;
    line-height: 1.125rem;
    top: 55%;
  }
  body.home section.heading > .wrapper > .content p {
    margin-bottom: 1.25rem;
  }
  body.home section.heading > .wrapper > .content img {
    max-width: 12.5rem;
    margin-bottom: 0.625rem;
  }
  body.home section.heading > .wrapper > .content h2 {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }

  [data-id=event-form] .check-row {
    margin-left: 0;
  }
  [data-id=event-form] .check-row {
    padding-left: 2rem;
  }
  [data-id=event-form] .check-row .custom-radio, [data-id=event-form] .check-row .custom-checkbox {
    top: 0.125rem;
  }
  [data-id=event-form] .custom-radio, [data-id=event-form] .custom-checkbox {
    top: 0.1875rem;
  }
  [data-id=event-form] .custom-radio label, [data-id=event-form] .custom-checkbox label {
    width: 1.25rem;
    height: 1.25rem;
  }
  [data-id=event-form] .filecontainer {
    width: 100%;
  }

  .module.picture-blocks .blocks {
    padding: 0 1.25rem;
  }
  .module.picture-blocks .blocks .block {
    margin-bottom: 2.5rem;
  }
  .module.picture-blocks .blocks .block > .picture {
    position: relative;
    width: 100%;
    transform: none !important;
    padding-top: 100%;
  }
  .module.picture-blocks .blocks .block > .picture .image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .module.picture-blocks .blocks .block > .picture .image::before {
    bottom: 0;
  }
  .module.picture-blocks .blocks .block > .picture .image > .content {
    font-size: 1.125rem;
    line-height: 1.3875rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
    padding-top: 5rem;
  }
  .module.picture-blocks .blocks .block > .picture .image > .content h2 {
    font-size: 1.125rem;
    line-height: 1.3875rem;
  }
  .module.picture-blocks .blocks .block > .content {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 2.5rem 1.25rem;
    font-size: 0.75rem;
    line-height: 1.0875rem;
    min-height: 0;
  }
  .module.picture-blocks .blocks .block > .content h2 {
    font-size: 1.5rem;
    line-height: 1.85rem;
    margin-bottom: 1.25rem;
  }
  .module.picture-blocks .blocks .block > .content .meta {
    margin-top: 1.875rem;
  }
  .module.picture-blocks .blocks .block > .content .meta .logo {
    width: 12.5rem;
    margin: 0 auto;
    display: block;
  }
  .module.picture-blocks .blocks .block > .content .meta .logo img {
    max-width: 100%;
    height: auto;
  }
  .module.picture-blocks .blocks .block > .content .meta a {
    margin-top: 1.875rem;
    position: static;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .module.picture-blocks .blocks .block:nth-child(even) > .picture .image {
    left: 0;
    right: 0;
  }
  .module.picture-blocks .blocks .block:nth-child(even) > .content {
    transform: none;
  }
}
.enrollment {
  border: 1px solid #097B76;
  padding: 30px;
  margin-bottom: 30px;
  line-height: 1.4em;
}
.enrollment p {
  margin-bottom: 0.3em;
}
.enrollment .images {
  padding: 20px 0;
  padding-right: 20px;
  font-size: 0;
}
.enrollment .image {
  display: inline-block;
  width: 25%;
  padding-left: 20px;
}
.enrollment .image img {
  width: 100%;
  height: auto;
}

@media print {
  body.page-template-template-form-php .module.content {
    padding: 2rem !important;
  }
  body.page-template-template-form-php #menu {
    display: none;
  }
  body.page-template-template-form-php .module.content > .wrapper h1 {
    font-size: 5rem;
    line-height: 6rem;
  }
  body.page-template-template-form-php input, body.page-template-template-form-php textarea {
    border: none !important;
    border-bottom: 1px solid #a0a0a0 !important;
  }
  body.page-template-template-form-php input[type=file], body.page-template-template-form-php button {
    display: none;
  }
  body.page-template-template-form-php .filecontainer {
    font-size: 0;
  }
  body.page-template-template-form-php textarea {
    display: inline;
    height: auto;
  }
  body.page-template-template-form-php footer {
    display: none !important;
  }

  [data-id=event-form] .custom-radio label, [data-id=event-form] .custom-checkbox label {
    display: inline-block;
    width: auto;
    height: auto;
    border: none;
    margin-right: 0.625rem;
    text-align: center;
    border: none;
  }
  [data-id=event-form] .custom-radio label::after, [data-id=event-form] .custom-checkbox label::after {
    content: "";
    font-size: 0.6em;
    vertical-align: top;
    border: 2px solid #000;
    text-align: center;
    width: 2rem;
    height: 2rem;
    display: inline-block;
  }
  [data-id=event-form] .custom-radio input:checked + label, [data-id=event-form] .custom-checkbox input:checked + label {
    background-color: transparent;
  }
  [data-id=event-form] .custom-radio input:checked + label::after, [data-id=event-form] .custom-checkbox input:checked + label::after {
    content: "X";
  }
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 3.0625rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 1.25rem;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 3.0625rem;
}

.select2 {
  text-align: left;
}

.select2, .select2 * {
  font-size: 1.375rem;
  border-radius: 0;
  outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #097B76 transparent transparent transparent;
}

.select2-container .select2-selection--single {
  height: 3.0625rem;
}

.select2-dropdown {
  font-size: 1.375rem;
  border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #097B76;
}

.qs-datepicker-container {
  font-size: 1.5rem;
}

.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
  background: #097B76;
  color: #fff;
}

/* === HELPER IMPORTS */
/** clearfix helper class **/
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.double-youtube {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5em;
  position: relative;
  margin: 0 -0.625rem;
}
.double-youtube .embed-wrap {
  position: relative;
  margin: 0.625rem;
  width: 50%;
  padding: 0;
}
.double-youtube .embed-wrap::before {
  content: "";
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  display: block;
}
.double-youtube p:empty {
  display: none !important;
}

@media screen and (max-width: 600px) {
  .double-youtube {
    flex-wrap: wrap;
  }
  .double-youtube .embed-wrap {
    width: 100%;
  }
}
/*# sourceMappingURL=main.css.map */
