@import url(https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,400;0,500;0,700;1,400&family=Work+Sans:ital,wght@0,400;0,500;0,600;1,400&display=swap);.tns-outer {
  padding: 0 !important; }
  .tns-outer [hidden] {
    display: none !important; }
  .tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer; }

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s; }
  .tns-slider > .tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }
  .tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }
  .tns-gallery > .tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s; }
  .tns-gallery > .tns-slide-active {
    position: relative;
    left: auto !important; }
  .tns-gallery > .tns-moving {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }
  .tns-lazy-img.tns-complete {
    opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-vpfix {
  white-space: nowrap; }
  .tns-vpfix > div, .tns-vpfix > li {
    display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.33333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }
  .tns-t-ct:after {
    content: '';
    display: table;
    clear: both; }
  .tns-t-ct > div {
    width: 1.42857%;
    width: -webkit-calc(100% / 70);
    width: -moz-calc(100% / 70);
    width: calc(100% / 70);
    height: 10px;
    float: left; }

#controls {
  position: relative;
  z-index: 2; }

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 2;
  display: block;
  height: 80px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  background: transparent;
  color: transparent;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent; }

.slick-prev:hover::before, .slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before {
  opacity: 1;
  outline: none; }

.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
  opacity: 0.25;
  outline: none; }

.slick-prev::before,
.slick-next::before {
  font-family: arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -10px;
  top: 45px; }

.slick-prev::before {
  content: "\2039"; }

#tns1 {
  width: calc(550%) !important;
  transition-duration: 0.3s; }

.slick-next {
  right: -50px;
  top: 35px; }

.slick-next::before {
  content: "\203A"; }

/* all */
#controls button, #controls [type="button"], #controls [type="reset"], #controls [type="submit"],
.tns-nav button {
  -webkit-appearance: none; }

#controls button:focus, #controls input:focus, #controls button:active:focus,
.tns-nav button {
  outline: none; }

@media (min-width: 768px) {
  .tns-horizontal.tns-subpixel > .tns-item {
    padding-left: 8px;
    padding-right: 4px; } }

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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  font-family: 'Work Sans', sans-serif;
  position: relative;
  display: block; }

.block-grid {
  grid-template-columns: 50% 50%;
  display: grid;
  height: 464px; }

.container {
  z-index: 9999;
  position: relative;
  margin-bottom: 100px; }

.default-container {
  min-height: 800px;
  /*margin-left: 210px;*/
  margin-left: auto;
  margin-right: auto;
  margin-top: 110px;
  max-width: 800px; }

.base-container {
  position: relative;
  background: white;
  min-height: 100vh; }
  @media (max-width: 768px) {
    .base-container {
      margin: 0px;
      min-height: 100vh;
      height: auto; } }

#app {
  z-index: 8;
  position: relative; }

#main-container {
  /* fix safari z-index */
  z-index: 4; }

.mobile-menu-container {
  display: none; }
  @media (max-width: 768px) {
    .mobile-menu-container {
      display: block;
      margin: 0px;
      min-height: 100vh;
      height: auto;
      position: relative;
      margin: 16px;
      background: white;
      min-height: 100vh;
      /*height: 8000px; /* DEBUGGGGGG POISTA */ } }

@media (max-width: 768px) {
  .default-container {
    margin-left: auto;
    margin-top: 40px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .default-container {
    margin-left: auto;
    margin-top: 80px; } }

/*

font-family: 'Work Sans', sans-serif; // H1-H4
font-family: 'Roboto Mono', monospace; // H5, TEXT - CONTENT, NAVIGATION, FOOTER

*/
h1,
h2,
h3,
h4 {
  font-family: 'Work Sans', sans-serif; }

h1 {
  font-size: 48px;
  line-height: 48px;
  color: #1F232D;
  color: #17274A;
  font-weight: 800;
  letter-spacing: 0.2px;
  text-align: left;
  margin-top: 0; }

h2 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.17px;
  font-weight: 700;
  color: #17274A; }

h3 {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.17;
  color: #17274A; }

h4 {
  color: #002663;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.17;
  line-height: 28px; }

h5 {
  color: #002663;
  letter-spacing: 0.8;
  font-size: 20px;
  font-weight: 700; }

body {
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  color: #2a2a2a;
  letter-spacing: 0px; }

.container h1, .container h2, .container h3, .container h4, .container h5, .container h6 {
  margin-top: 0.6em;
  margin-bottom: 0.28em; }

.container p {
  margin-top: 8px;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 18px;
  color: #002663;
  letter-spacing: 0.1px;
  text-align: left;
  line-height: 28px; }

.container a {
  text-decoration-line: none;
  color: #002663;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.44px; }

.container caption {
  font-size: 14px; }

.container .article-content li:not(.tns-item), .container .page-content li {
  margin-left: 20px; }

.page-content {
  /*
  //effect disabled
  & > p a::before, .wp-block-group__inner-container p a::before {
      content: "";
      background: #E0E7FC;
      width: 100%;
      height: 20%;
      margin-bottom: 4px;
      bottom: 0;
      position: absolute;
      z-index: -1;
      -webkit-transition: height 0.2s ease;
      transition: height 0.2s ease;
  }
  & > p a:hover::before, .wp-block-group__inner-container p a:hover::before {
      height: 80%;
  }
  */ }
  .page-content > p a, .page-content .wp-block-group__inner-container p a {
    display: inline-block;
    position: relative;
    text-decoration: underline; }

/* an arrow after every link that opens in a new window */
a.new-window:after, a.new:after, .page-content p > a[target="_blank"]:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='14px' height='14px' viewBox='0 0 14 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EShape%3C/title%3E%3Cg id='Front-Page' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Desktop-HD-Copy-2' transform='translate(-1265.000000, -4472.000000)' fill='%232D5FEB' fill-rule='nonzero'%3E%3Cpath d='M1263.93182,4479.90573 L1277.82576,4479.90573 L1274.18939,4483.45471 C1273.82576,4483.80961 1273.82576,4484.37893 1274.18939,4484.73383 C1274.37121,4484.91128 1274.60606,4485 1274.84848,4485 C1275.09091,4485 1275.32576,4484.91128 1275.50758,4484.73383 L1280.72727,4479.63956 C1281.09091,4479.28466 1281.09091,4478.71534 1280.72727,4478.36044 L1275.50758,4473.26617 C1275.14394,4472.91128 1274.56061,4472.91128 1274.19697,4473.26617 C1273.83333,4473.62107 1273.83333,4474.19039 1274.19697,4474.54529 L1277.83333,4478.09427 L1263.93182,4478.09427 C1263.41667,4478.09427 1263,4478.50092 1263,4479.0037 C1263,4479.50647 1263.41667,4479.90573 1263.93182,4479.90573 Z' id='Shape' transform='translate(1272.000000, 4479.000000) rotate(-45.000000) translate(-1272.000000, -4479.000000) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-size: 80%;
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  content: " ";
  margin-left: 6px;
  color: transparent;
  background-repeat: no-repeat; }

/*RESPONSIVE CONTENT CLASSES */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%; }

@media (max-width: 576px) {
  .container.article {
    max-width: 100%; }
  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto; } }

@media (max-width: 768px) {
  .article-body.container {
    width: 100%; }
  .article-logo-inner {
    margin-bottom: 42px;
    margin-left: -11px; }
  h1 {
    font-size: 32px;
    line-height: 40px; }
  h2 {
    font-size: 28px;
    line-height: 36px; }
  h3 {
    font-size: 18px; }
  h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700; }
  h5 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700; }
  p {
    font-size: 14px;
    line-height: 24px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; }
  .container.article {
    max-width: 800px;
    /* ?? */ }
  .container .page-800, .storytypes.page-800, #app .page-800 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; } }

.container.article {
  max-width: 917px; }

.container .page-800, .storytypes.page-800, #app .page-800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1200px; }
  .container.article {
    max-width: 800px;
    /* ?? */ }
  .container .page-800, .storytypes.page-800, #app .page-800 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 1024px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1200px; } }

.content-grid-home-page {
  display: grid;
  grid-template-columns: 400px auto;
  justify-items: start; }
  .content-grid-home-page .content-grid--columns-3 .associations-introduction {
    margin-top: 90px; }
    .content-grid-home-page .content-grid--columns-3 .associations-introduction p {
      font-weight: 500;
      line-height: 32px;
      font-size: 20px;
      letter-spacing: 0.15px;
      color: #002663;
      text-align: left;
      margin-top: 20px; }
  .content-grid-home-page .content-grid--columns-3 .association-citation {
    margin-top: 100px;
    width: 720px; }
  @media (min-width: 786px) {
    .content-grid-home-page .content-grid--columns-3 .div-vertical-line {
      position: absolute;
      width: 40px;
      height: 180px;
      z-index: 1;
      border-right: 3px solid #A5C9E7;
      margin-top: 10px;
      background-color: white; } }
  .content-grid-home-page .content-grid--columns-3 .citation-content {
    margin-left: 53px;
    margin-right: 20px; }
    .content-grid-home-page .content-grid--columns-3 .citation-content li {
      text-decoration: line-through; }
    .content-grid-home-page .content-grid--columns-3 .citation-content h3 {
      font-weight: 500;
      letter-spacing: 0.17;
      color: #17274A;
      font-size: 24px; }
    .content-grid-home-page .content-grid--columns-3 .citation-content p {
      font-weight: 400;
      line-height: 24px;
      font-size: 18px;
      letter-spacing: 0.1px;
      color: #002663;
      text-align: left;
      margin-top: 30px; }

@media (max-width: 650px) {
  .content-grid-home-page .content-grid--columns-3 .association-citation {
    margin-top: 100px;
    max-width: 450px; } }

@media (max-width: 768px) {
  .content-grid-home-page {
    display: block; }
  .content-grid-home-page .content-grid--columns-3 .associations-introduction {
    margin-top: 40px; }
    .content-grid-home-page .content-grid--columns-3 .associations-introduction p {
      font-size: 18px;
      line-height: 30px;
      letter-spacing: 0.20px; }
  .content-grid-home-page .content-grid--columns-3 .association-citation {
    max-width: 590px; }
  #controls img {
    width: auto;
    height: auto; }
  .citation-content {
    max-width: 500px; }
    .citation-content h3 {
      font-size: 24px; }
  .div-vertical-line {
    position: absolute;
    width: 30px;
    height: 175px;
    z-index: 1;
    background-color: white; }
    .div-vertical-line .vertical-line {
      border-left: 3px solid #A5C9E7;
      height: 175px;
      margin-left: 26px;
      margin-top: 15px; } }

@media (max-width: 450px) {
  .content-grid-home-page .content-grid--columns-3 .association-citation {
    margin-top: 100px;
    max-width: 400px; } }

@media (min-width: 900px) and (max-width: 1023px) {
  .content-grid-home-page {
    display: block; }
  .content-grid-home-page .content-grid--columns-3 .associations-introduction {
    margin-top: 40px; }
    .content-grid-home-page .content-grid--columns-3 .associations-introduction p {
      font-size: 18px;
      line-height: 30px;
      letter-spacing: 0.20px; }
  .content-grid-home-page .content-grid--columns-3 .association-citation {
    margin-top: 100px;
    max-width: 814px; } }

@media (min-width: 768px) and (max-width: 899px) {
  .content-grid-home-page {
    display: block; }
  .content-grid-home-page .content-grid--columns-3 .association-citation {
    max-width: 600px; }
  .content-grid-home-page .content-grid--columns-3 .association-citation .citation-content {
    max-width: 550px; }
  h3 {
    font-size: 28px; } }

@media (max-width: 684px) {
  .content-grid-home-page {
    display: block; }
  .content-grid-home-page .content-grid--columns-3 .association-citation {
    max-width: 400px; }
  .content-grid-home-page .content-grid--columns-3 .association-citation .citation-content {
    max-width: 350px; } }

@media (max-width: 384px) {
  .content-grid-home-page .content-grid--columns-3 .association-citation {
    max-width: 88vw; }
  .content-grid-home-page .content-grid--columns-3 .association-citation .citation-content {
    max-width: 88vw; }
  .tns-nav {
    display: none; } }

@media (min-width: 1024px) and (max-width: 1100px) {
  .content-grid-home-page {
    grid-template-columns: 350px auto; }
  .content-grid-home-page .content-grid--columns-3 .association-citation {
    margin-top: 100px;
    width: 570px; }
  .content-grid-home-page .content-grid--columns-3 .association-citation .citation-content {
    width: 520px; }
  #controls img {
    width: auto;
    height: auto; }
  .content-grid-home-page .content-grid--columns-3 {
    max-width: 600px; } }

@media (min-width: 1151px) and (max-width: 1192px) {
  .content-grid-home-page .content-grid--columns-3 {
    max-width: 700px; }
  .banner-grid--headline-en h1 {
    font-size: 42px; }
  .banner-grid--headline-fi h1 {
    font-size: 42px; }
  .content-grid-home-page .content-grid--columns-3 .associations-introduction {
    margin-top: 110px;
    margin-left: -15px; }
  .content-grid-home-page .content-grid--columns-3 .association-citation {
    margin-top: 100px; }
  #controls img {
    width: auto;
    height: auto; } }

@media (min-width: 1101px) and (max-width: 1150px) {
  .content-grid-home-page .content-grid--columns-3 {
    width: 600px; }
  .banner-grid--headline-en h1 {
    font-size: 42px; }
  .banner-grid--headline-fi h1 {
    font-size: 42px; } }

@media (min-width: 1024px) and (max-width: 1100px) {
  .content-grid-home-page .content-grid--columns-3 {
    width: 600px; }
  .banner-grid--headline-en h1 {
    font-size: 42px; }
  .banner-grid--headline-fi h1 {
    font-size: 42px; } }

.header-grid {
  margin-bottom: 30px;
  max-height: 91px; }
  @media (max-width: 768px) {
    .header-grid {
      margin-top: 10px;
      margin-bottom: 10px; } }
  .header-grid .header-row--first {
    grid-template-columns: auto min-content;
    display: grid;
    /* MOBILE NAV */ }
    @media (max-width: 768px) {
      .header-grid .header-row--first #association-logo {
        display: block;
        grid-template-rows: unset; } }
    .header-grid .header-row--first #association-logo img {
      width: 230px;
      cursor: pointer; }
    .header-grid .header-row--first #finncham-logo img {
      width: 142px;
      height: 48px; }
      @media (max-width: 768px) {
        .header-grid .header-row--first #finncham-logo img {
          display: none; } }
    .header-grid .header-row--first .mobile-nav-open-wrapper {
      display: none; }
    @media (max-width: 768px) {
      .header-grid .header-row--first {
        padding-top: 0px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        flex-direction: row; }
        .header-grid .header-row--first .mobile-nav-open-wrapper {
          display: block; } }
  .header-grid .header-row--last {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    /* MOBILE NAV */ }
    @media (max-width: 768px) {
      .header-grid .header-row--last {
        display: none;
        /*mobile nav shows*/ } }
    .header-grid .header-row--last .header-buttons {
      margin-bottom: 12px;
      text-align: right; }
    .header-grid .header-row--last .member-button-fi {
      width: 173px;
      height: 48px;
      border: none;
      text-decoration: none;
      color: #002663;
      line-height: 24px;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      background-color: #D4E5F4;
      letter-spacing: 0.44px;
      margin-right: 14px;
      cursor: pointer; }
    .header-grid .header-row--last .member-button-fi:hover {
      background-color: #BCD4E8; }
    .header-grid .header-row--last .member-button-en {
      width: 183px;
      height: 48px;
      border: none;
      text-decoration: none;
      color: #002663;
      line-height: 24px;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      background-color: #D4E5F4;
      cursor: pointer; }
    .header-grid .header-row--last .member-button-en:hover {
      background-color: #BCD4E8; }
  .header-grid #nav-main ul {
    list-style: none;
    position: relative; }
    .header-grid #nav-main ul li {
      display: inline-block;
      position: relative;
      margin-left: 0px; }
      .header-grid #nav-main ul li a {
        color: #17274A;
        text-decoration: none;
        margin-right: 20px;
        line-height: 24px;
        font-weight: 500;
        font-size: 18px;
        letter-spacing: 0.56px; }
    .header-grid #nav-main ul .arrow-down {
      margin-right: 20px;
      margin-left: -18px; }
    .header-grid #nav-main ul .dropdown-content {
      display: none;
      position: absolute;
      overflow: hidden;
      -moz-box-shadow: 0 0 5px 0 #666;
      -webkit-box-shadow: 0 0 5px 0 #666;
      box-shadow: 0 0 5px 0 #666;
      padding-top: 5px;
      z-index: 100;
      background: #FFF; }
      .header-grid #nav-main ul .dropdown-content ul {
        padding-left: 5px;
        line-height: 28px;
        font-weight: 700;
        font-size: 18px;
        color: #002663;
        letter-spacing: 0.19px;
        background-color: #fff;
        width: 350px; }
      .header-grid #nav-main ul .dropdown-content li {
        margin-bottom: 15px;
        margin-left: 0;
        display: block; }
        .header-grid #nav-main ul .dropdown-content li a {
          text-decoration-line: underline;
          color: #002663;
          line-height: 24px;
          font-weight: 500;
          font-size: 14px;
          letter-spacing: 0.44px; }
    .header-grid #nav-main ul .dropdown:hover .dropdown-content {
      display: block; }

/* menu hover */
#nav-main .current_page_item a:after {
  content: "";
  position: absolute;
  background: #A5C9E7;
  width: 84%;
  left: 0;
  height: 3px;
  bottom: -5px; }

.menu-item:hover:after {
  width: 84%;
  left: 0; }

.menu-item:after {
  content: "";
  position: absolute;
  background: #A5C9E7;
  width: 0;
  height: 3px;
  bottom: -5px; }

@media (min-width: 768px) and (max-width: 1023px) {
  .header-grid .header-row--last {
    display: block; }
  .header-grid #nav-main {
    position: absolute;
    margin-top: 50px; }
  .header-buttons {
    display: grid;
    grid-template-rows: 50% 50%; }
  .header-grid .header-row--last .member-button-fi {
    width: 128px;
    height: 34px;
    font-size: 10px;
    letter-spacing: 0.31px;
    margin-right: auto;
    margin-bottom: 15px; }
  .header-grid .header-row--last .member-button-en {
    width: 128px;
    height: 34px;
    font-size: 10px; }
  .header-grid {
    max-height: 110px; } }

@media (min-width: 1024px) {
  .mobile-banner {
    display: none; }
  .banner-grid {
    position: relative;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 446px;
    background-position: center center;
    background-size: cover;
    justify-content: center;
    align-content: center; }
    .banner-grid h1 {
      color: #FFFFFF;
      text-align: center; }
  .opcity-col {
    display: none; }
  .opacity-col-fi {
    opacity: 0.53;
    height: 446px;
    width: 50%;
    position: absolute;
    background: #002663; }
  .opacity-col-en {
    opacity: 0.44;
    height: 446px;
    margin-left: 50%;
    width: 50%;
    position: absolute;
    background: #2B4FBA; }
  .banner-col-fi {
    position: relative; }
  .banner-col-en {
    position: relative; }
  .banner-grid--headline-fi {
    margin-top: 100px; }
  .banner-separation-line {
    display: none; } }

.banner-grid--pretext-fi p {
  font-weight: 500;
  line-height: 32.6px;
  font-size: 20px;
  letter-spacing: 0.15px;
  color: #FFFFFF;
  text-align: center;
  margin: 30px 39px 30px 44px; }

.banner-grid--button {
  margin-top: 18px;
  text-align: center; }

.banner-grid--button-fi {
  width: 299px;
  height: 52px;
  border: none;
  background-color: #FFFFFF;
  cursor: pointer; }
  .banner-grid--button-fi a {
    color: #002663;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 50px;
    display: block;
    height: 50px; }
  .banner-grid--button-fi img {
    margin-left: 18px; }

.banner-grid--headline-en {
  margin-top: 100px; }

.banner-grid--pretext-en p {
  font-weight: 500;
  line-height: 32.6px;
  font-size: 20px;
  letter-spacing: 0.15px;
  color: #FFFFFF;
  text-align: center;
  margin: 30px 44px 30px 44px; }

.banner-grid--button-en {
  width: 256px;
  height: 52px;
  border: none;
  background-color: #FFFFFF;
  cursor: pointer; }
  .banner-grid--button-en a {
    color: #002663;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 50px;
    display: block;
    height: 50px; }
  .banner-grid--button-en img {
    margin-left: 18px; }

@media (min-width: 1024px) and (max-width: 1150px) {
  .banner-grid--pretext-en {
    font-size: 18px; }
  .banner-grid--pretext-fi {
    font-size: 18px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .desktop-banner {
    display: none; }
  .banner-grid {
    display: grid;
    margin-top: 40px;
    grid-template-columns: 100%;
    position: relative;
    height: 800px;
    grid-template-rows: 50% 50%;
    background-position: center center;
    background-size: cover;
    justify-content: center;
    align-content: center; }
    .banner-grid h1 {
      color: #FFFFFF;
      text-align: center; }
  #opacity-col {
    height: 100%;
    width: 100%;
    position: absolute;
    background: #2B4FBA;
    opacity: 0.53; }
  .banner-col {
    margin-top: 70px;
    text-align: center;
    position: relative;
    text-align: center;
    position: relative;
    display: grid;
    grid-template-rows: 50% 50%;
    height: 800px; }
  .banner-col-fi {
    margin-top: 20px; }
  .banner-col-en {
    margin-top: 20px; }
  .banner-grid--headline-fi {
    margin: auto; }
  .banner-grid--button {
    margin-top: 18px;
    margin-left: auto; }
  .banner-separation-line {
    border-top: 3px solid #ffffff;
    margin-bottom: 20px; }
  .banner-grid--pretext-fi {
    margin: auto; }
  .banner-grid--pretext-en {
    margin: auto; }
  .banner-grid--button-en {
    width: 299px;
    height: 52px;
    margin: auto; }
  .banner-grid--headline-en {
    margin: auto; } }

.banner-grid--button-en:hover {
  background-color: #D4E5F4; }

.banner-grid--button-fi:hover {
  background-color: #D4E5F4; }

@media (max-width: 768px) {
  .container #main-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px; }
  .banner-grid {
    display: grid;
    grid-template-columns: 100%;
    position: relative;
    height: 800px;
    background-position: center center;
    background-size: cover;
    justify-content: center;
    align-content: center; }
    .banner-grid h1 {
      color: #FFFFFF;
      text-align: center; }
  .desktop-banner {
    display: none; }
  #opacity-col {
    height: 100%;
    width: 100%;
    position: absolute;
    background: #2B4FBA;
    opacity: 0.53;
    visibility: visible;
    /* ios safari bugfix maybe */ }
  .banner-col {
    text-align: center;
    position: relative;
    display: grid;
    grid-template-rows: 50% 50%; }
  .banner-col-fi {
    margin-top: 34px; }
  .banner-grid--button {
    margin-top: 18px;
    margin-left: auto; }
  .banner-grid--button-fi {
    width: 299px;
    height: 52px; }
  .banner-separation-line {
    border-top: 3px solid #ffffff;
    margin-bottom: 20px; }
  .banner-separation-line {
    border-top: 2px solid #ffffff; }
  .banner-grid--headline-en {
    margin-top: 40px; }
  .banner-grid--pretext-en p {
    margin: 20px 44px 20px 44px; } }

.content-grid-sub-page {
  display: grid;
  grid-template-columns: 400px auto; }

.banner-grid-event {
  position: relative;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 350px;
  background-position: center center;
  background-size: cover;
  justify-content: center;
  align-content: center; }
  .banner-grid-event h3 {
    color: #FFFFFF;
    letter-spacing: 0.17px;
    text-align: center; }
  .banner-grid-event h4 {
    color: #FFFFFF;
    letter-spacing: 0.19px;
    text-align: center; }

.banner--titles {
  position: relative;
  align-self: center; }

#association-banner-opacity {
  background: #2C2C2C;
  position: absolute;
  width: 100%;
  height: 350px;
  opacity: 0.20;
  visibility: visible;
  /* ios safari bugfix maybe */ }

.path-link, .path-link a::after {
  margin-top: 12px;
  margin-bottom: 25px;
  color: #2B4FBA;
  line-height: 20px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.20px;
  text-decoration-line: none !important; }

.single-event--content h2 {
  color: #17274A;
  letter-spacing: 0.17px;
  line-height: 48px;
  margin-bottom: 10px; }

.single-event--content .single-event--date--cat {
  font-weight: 500;
  font-size: 14px;
  color: #2D2D2D;
  letter-spacing: 0.2px;
  line-height: 20px;
  margin-top: 10px; }

.association--content {
  margin-top: 20px; }

.news-div {
  margin-top: 80px; }

.events-div {
  margin-top: 80px; }

.event-content-grid--columns-3 {
  margin-top: -10px; }

.article-body {
  color: #002663; }
  .article-body p {
    margin-top: 25px;
    margin-bottom: 25px; }

.link-all-events {
  margin-top: 60px;
  margin-bottom: 60px; }
  .link-all-events a {
    margin-right: 20px;
    color: #002663;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px; }
  .link-all-events img {
    margin-right: 10px;
    padding-left: 2px;
    width: 6px; }

@media (min-width: 768px) and (max-width: 1023px) {
  .content-grid-sub-page {
    display: grid;
    grid-template-columns: 310px auto;
    grid-gap: 10px; } }

@media (max-width: 768px) {
  .content-grid-sub-page {
    display: block; }
  .event-content-grid--columns-2 {
    display: none; }
  .banner-grid-event h3 {
    font-size: 30px;
    letter-spacing: 0.1px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px; }
  .banner-grid-event h4 {
    font-size: 20px;
    letter-spacing: 0.14px;
    font-weight: 600;
    line-height: 24px; }
  .single-event--content h3 {
    font-size: 32px;
    letter-spacing: 0.13px;
    line-height: 40px;
    font-weight: 800;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 15px; }
  .single-event--content h4 {
    font-size: 28px;
    letter-spacing: 0.2px;
    line-height: 36px;
    font-weight: 700;
    color: #17274A; }
  .single-event--content h2 {
    line-height: 32px; } }

.sidebar-grid {
  display: flex;
  /* or inline-flex */
  flex-direction: row;
  flex-wrap: nowrap; }

.sidebar--links {
  max-width: 350px; }
  .sidebar--links li {
    display: inline-block;
    margin-left: 0px; }
  .sidebar--links ul ul {
    margin-left: 20px; }
    .sidebar--links ul ul li a {
      font-size: 0.9em; }
  .sidebar--links ul li ul li {
    display: block; }
  .sidebar--links a {
    text-decoration: none;
    color: #17274A;
    line-height: 24px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.1px;
    text-transform: uppercase; }
  .sidebar--links a:hover {
    border-bottom: 3px solid #A5C9E7; }
  .sidebar--links .active {
    border-bottom: 3px solid #A5C9E7; }

.item-grid {
  flex-grow: 1; }

.event-content-grid--columns-2 {
  border-left: 2px solid #A5C9E7;
  max-height: 800px;
  margin-left: 20px; }

hr.link-separation-line {
  border-top: 1px solid #E8E8E8;
  margin-bottom: 15px;
  margin-top: 15px;
  max-width: 340px; }

.membership-button {
  display: none; }

.sidebar-details {
  max-width: 350px;
  margin-top: 50px;
  color: #002663; }
  .sidebar-details img {
    max-width: 80%;
    max-height: 300px;
    margin-top: 48px; }
  .sidebar-details--maintitle {
    font-weight: 800 !important; }
  .sidebar-details--subtitle {
    font-weight: 500 !important; }

/* menu hover */
.sidebar--links .current_page_item a:after {
  content: "";
  position: absolute;
  background: #A5C9E7;
  width: 84%;
  left: 0;
  height: 3px;
  bottom: -5px; }

.item:hover:after {
  width: 80%;
  left: 0; }

.item:after {
  content: "";
  position: absolute;
  background: #A5C9E7;
  width: 0;
  height: 3px;
  bottom: -5px;
  -webkit-transition: width .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.membership-button {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  width: 205px;
  height: 52px;
  color: #002663;
  line-height: 24px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #FFF;
  cursor: pointer;
  border-color: #002663;
  margin-top: 30px;
  margin-bottom: 30px; }
  .membership-button a {
    text-decoration-line: none; }
  .membership-button img {
    margin-left: 14px; }

@media (min-width: 768px) and (max-width: 1023px) {
  .sidebar--links {
    max-width: 310px; }
  hr.link-separation-line {
    max-width: 290px; }
  .membership-button {
    display: block; } }

@media (max-width: 768px) {
  .sidebar--links {
    max-width: 100%; }
  hr.link-separation-line {
    max-width: 100%; } }

.association-grid {
  display: flex;
  /* or inline-flex */
  flex-direction: row;
  flex-wrap: nowrap; }
  .association-grid .associations {
    display: block; }
    .association-grid .associations .associations--headline h1 {
      font-weight: 700;
      font-size: 32px;
      color: #002663;
      letter-spacing: 0.17px;
      margin-top: 70px; }
    .association-grid .associations .associations--links ul {
      line-height: 38px;
      font-weight: 700;
      font-size: 18px;
      color: #002663;
      letter-spacing: 0.19px;
      margin-top: 15px; }
    .association-grid .associations .associations--links li {
      display: block;
      margin-bottom: 15px;
      margin-left: 0; }
      .association-grid .associations .associations--links li a {
        text-decoration-line: underline;
        color: #002663;
        line-height: 24px;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 0.44px;
        display: block; }
      .association-grid .associations .associations--links li a:hover {
        color: #2B4FBA; }
  .association-grid .item-grid {
    flex-grow: 1; }
  .association-grid .content-grid--columns-2 {
    border-left: 2px solid #A5C9E7;
    margin-right: 40px;
    margin-top: 90px;
    height: 1448px; }

.mobile {
  display: none; }

@media (max-width: 768px) {
  .mobile {
    display: block; }
  .association-grid {
    display: none; }
  .association-dropdown-row {
    display: grid;
    grid-template-columns: auto 50px;
    align-items: center;
    text-align: right;
    margin-bottom: 20px;
    margin-top: 20px; }
  .associations--headline-col1 h1 {
    font-size: 30px;
    color: #002663;
    letter-spacing: 0.1px;
    line-height: 30px;
    font-weight: 700; }
  .mobile-dropdown-association {
    display: none;
    position: absolute;
    -moz-box-shadow: 0 0 5px 0 #666;
    -webkit-box-shadow: 0 0 5px 0 #666;
    box-shadow: 0 0 5px 0 #666;
    margin: 10px 10px 1px 10px;
    left: 0; }
    .mobile-dropdown-association ul {
      padding-left: 0.5em;
      padding-top: 5px;
      text-align: left;
      line-height: 28px;
      font-weight: 700;
      font-size: 16px;
      color: #002663;
      letter-spacing: 0.19px;
      background-color: #fff; }
    .mobile-dropdown-association li {
      display: block;
      padding-bottom: 0.5em;
      margin-left: 0; }
      .mobile-dropdown-association li a {
        text-decoration-line: underline;
        color: #002663;
        line-height: 24px;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 0.44px; }
  .dropbtn {
    right: 180px;
    width: 27px;
    height: 23px;
    background-color: #D4E5F4;
    padding: 5px;
    border: none;
    cursor: pointer; }
  .dropbtn:hover, .dropbtn:focus {
    background-color: #D4E5F4;
    border: none;
    text-decoration: none; }
  .dropdown {
    position: relative;
    display: inline-block; }
  .mobile a:hover {
    background-color: #ddd; }
  .show {
    display: block; }
  hr.mobile-separation-line {
    border-top: 3px solid #A5C9E7;
    margin-top: -10px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .mobile {
    display: block; }
  .association-grid {
    display: none; }
  .association-dropdown-row {
    display: grid;
    grid-template-columns: auto 50px;
    align-items: center;
    text-align: right;
    margin-bottom: 10px;
    margin-top: 10px; }
  .associations--headline-col1 {
    margin-top: 20px; }
    .associations--headline-col1 h1 {
      font-size: 30px;
      color: #002663;
      letter-spacing: 0.1px;
      line-height: 30px;
      font-weight: 700; }
  .mobile-dropdown-col2 .mobile-dropdown-association {
    display: none;
    position: absolute;
    -moz-box-shadow: 0 0 5px 0 #666;
    -webkit-box-shadow: 0 0 5px 0 #666;
    box-shadow: 0 0 5px 0 #666;
    margin: 10px 10px 1px 10px;
    left: 0; }
    .mobile-dropdown-col2 .mobile-dropdown-association ul {
      padding-left: 0.5em;
      padding-top: 5px;
      text-align: left;
      line-height: 28px;
      font-weight: 700;
      font-size: 16px;
      color: #002663;
      letter-spacing: 0.19px;
      background-color: #fff; }
    .mobile-dropdown-col2 .mobile-dropdown-association li {
      display: block;
      padding-bottom: 0.5em;
      margin-left: 0; }
      .mobile-dropdown-col2 .mobile-dropdown-association li a {
        text-decoration-line: underline;
        color: #002663;
        line-height: 24px;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 0.44px; }
  .mobile-dropdown-col2 .dropbtn {
    right: 180px;
    width: 27px;
    height: 23px;
    background-color: #D4E5F4;
    padding: 5px;
    border: none;
    cursor: pointer; }
  .mobile-dropdown-col2 .dropbtn:hover, .mobile-dropdown-col2 .dropbtn:focus {
    background-color: #D4E5F4;
    border: none;
    text-decoration: none; }
  .mobile-dropdown-col2 .dropdown {
    position: relative;
    display: inline-block; }
  .mobile-dropdown-col2 .mobile a:hover {
    background-color: #ddd; }
  .mobile-dropdown-col2 .show {
    display: block; }
  hr.mobile-separation-line {
    border-top: 3px solid #A5C9E7;
    margin-bottom: 20px; } }

.association-news .association--news--content {
  margin-top: 30px; }
  .association-news .association--news--content .event-date {
    font-weight: 500;
    font-size: 14px;
    color: #2D2D2D;
    letter-spacing: 0.2px;
    line-height: 20px;
    margin-bottom: 20px; }
  .association-news .association--news--content a {
    letter-spacing: 0.17px;
    padding-top: 10px;
    text-decoration: none;
    color: #002663;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px; }
  .association-news .association--news--content a:hover {
    text-decoration: underline; }
  .association-news .association--news--content .categorie-button {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    height: 32px;
    border: none;
    text-decoration: none;
    color: #AE182C;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    background-color: #FAE2E5;
    letter-spacing: 0.20px; }

.association-news hr.separation-line {
  border-top: 1px solid #FAE2E5;
  margin-bottom: 20px; }

.all-news {
  margin-top: 45px;
  margin-bottom: 60px; }
  .all-news button {
    margin-right: 20px;
    color: #002663;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    border: none;
    background-color: #ffffff;
    cursor: pointer; }
  .all-news img {
    padding-left: 10px;
    width: 6px; }

.association-news--headline h1 {
  letter-spacing: 0.20px;
  margin-top: 50px; }

.show-more-news {
  display: none;
  cursor: pointer; }

.association-events .association--events--content {
  margin-top: 30px; }
  @media (min-width: 1024px) {
    .association-events .association--events--content:first-child {
      margin-bottom: 68px; } }
  .association-events .association--events--content .event-list .event-date {
    font-weight: 500;
    font-size: 14px;
    color: #2D2D2D;
    letter-spacing: 0.2px;
    line-height: 20px;
    margin-bottom: 20px; }
  .association-events .association--events--content .event-list a {
    letter-spacing: 0.17px;
    padding-top: 10px;
    text-decoration: none;
    color: #002663;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px; }
  .association-events .association--events--content .event-list a:hover {
    text-decoration: underline; }
  .association-events .association--events--content .event-list .categorie-button {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    height: 32px;
    border: none;
    text-decoration: none;
    color: #1A387F;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    background-color: #D4E5F4;
    letter-spacing: 0.20px; }

.association-events hr.separation-line {
  border-top: 1px solid #A5C9E7;
  margin-bottom: 20px; }

.all-events {
  margin-top: 45px;
  margin-bottom: 60px; }
  .all-events button {
    margin-right: 20px;
    color: #002663;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    border: none;
    background-color: #ffffff;
    cursor: pointer; }
  .all-events img {
    padding-left: 10px;
    width: 6px; }

.association-events--headline h1 {
  letter-spacing: 0.2px;
  margin-top: 40px; }

.show-more {
  display: none;
  cursor: pointer; }

.single-news--content {
  margin-top: 30px; }

/* MOBILE NAV */
@media (min-width: 768px) {
  #overlay, #overlay-input {
    display: none; } }

@media (max-width: 768px) {
  #overlay-button {
    position: absolute;
    right: 0.5em;
    top: 0.75em;
    padding: 26px 11px;
    z-index: 5;
    cursor: pointer;
    user-select: none; }
    #overlay-button span {
      height: 4px;
      width: 35px;
      border-radius: 2px;
      background-color: #002663;
      position: relative;
      display: block;
      transition: all .2s ease-in-out; }
      #overlay-button span:before {
        top: -10px;
        visibility: visible; }
      #overlay-button span:after {
        top: 10px; }
      #overlay-button span:before, #overlay-button span:after {
        height: 4px;
        width: 35px;
        border-radius: 2px;
        background-color: #002663;
        position: absolute;
        content: "";
        transition: all .2s ease-in-out; }
    #overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
      background: #333332; }
  input[type=checkbox] {
    display: none; }
  input[type=checkbox]:checked ~ #overlay {
    visibility: visible; }
  input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
    background: transparent; }
  input[type=checkbox]:checked ~ #overlay-button span:before {
    transform: rotate(45deg) translate(7px, 7px);
    opacity: 1; }
  input[type=checkbox]:checked ~ #overlay-button span:after {
    transform: rotate(-45deg) translate(7px, -7px); }
  #overlay {
    height: 100vh;
    width: 100vw;
    background: #FFFFFF;
    z-index: 2;
    visibility: hidden;
    position: fixed;
    overflow-y: scroll; }
    #overlay.active {
      visibility: visible; }
    #overlay ul {
      justify-content: center;
      align-items: center;
      flex-direction: column;
      text-align: center;
      padding-left: 0;
      list-style-type: none; }
      #overlay ul li {
        padding: 1em; }
        #overlay ul li a {
          color: #002663;
          text-decoration: none;
          line-height: 32px;
          font-weight: 500;
          font-size: 24px; }
          #overlay ul li a:hover {
            color: #333332; }
    #overlay .home-page-link {
      margin-top: 50px; }
    #overlay #association-logo img {
      width: 230px;
      cursor: pointer;
      margin: 21px 14px 35px 24px; }
    #overlay .mobile-header-buttons {
      margin-top: 30px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      display: flex; }
      #overlay .mobile-header-buttons .mobile-member-button-fi {
        width: 183px;
        height: 48px;
        border: none;
        text-decoration: none;
        color: #002663;
        line-height: 24px;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        background-color: #D4E5F4;
        letter-spacing: 0.44px;
        cursor: pointer;
        margin-top: 20px; }
      #overlay .mobile-header-buttons .mobile-member-button-fi:hover {
        background-color: #BCD4E8; }
      #overlay .mobile-header-buttons .mobile-member-button-en {
        width: 183px;
        height: 48px;
        border: none;
        text-decoration: none;
        color: #002663;
        line-height: 24px;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        background-color: #D4E5F4;
        letter-spacing: 0.44px;
        cursor: pointer;
        margin-top: 20px; }
      #overlay .mobile-header-buttons .mobile-member-button-en:hover {
        background-color: #BCD4E8; }
      #overlay .mobile-header-buttons .mobile-finncham-logo {
        margin-top: 40px;
        width: 142px;
        height: 48px; }
    #overlay .mobile-dropdown-content {
      display: none;
      position: relative;
      -moz-box-shadow: 0 0 5px 0 #666;
      -webkit-box-shadow: 0 0 5px 0 #666;
      box-shadow: 0 0 5px 0 #666;
      max-width: 90vw;
      margin: 10px auto 1px auto;
      /* left: 0; */ }
      #overlay .mobile-dropdown-content ul {
        text-align: left;
        line-height: 28px;
        font-weight: 700;
        font-size: 16px;
        color: #002663;
        letter-spacing: 0.19px;
        background-color: #fff;
        padding-left: 10px;
        padding-top: 10px; }
      #overlay .mobile-dropdown-content li {
        display: block;
        padding-bottom: 10px;
        margin-left: -17px;
        padding-top: 0; }
        #overlay .mobile-dropdown-content li a {
          text-decoration-line: underline;
          color: #002663;
          line-height: 24px;
          font-weight: 500;
          font-size: 14px;
          letter-spacing: 0.44px; }
    #overlay .dropbtn {
      position: relative;
      top: -2em;
      right: -139px;
      width: 27px;
      height: 23px;
      background-color: #D4E5F4;
      padding: 5px;
      border: none;
      cursor: pointer; }
    #overlay .dropbtn:hover, #overlay .dropbtn:focus {
      background-color: #D4E5F4;
      border: none;
      text-decoration: none; }
    #overlay .dropdown {
      position: relative;
      display: inline-block; }
    #overlay .mobile-dropdown {
      height: 0px; }
    #overlay .mobile-dropdown a:hover {
      background-color: #ddd; }
    #overlay .show {
      display: block; } }

/* helper */
/*

REMEMBER TO ADD INTO FUNCTIONS PHP:

add_filter('wpcf7_autop_or_not', '__return_false');
define('WPCF7_AUTOP', false );


*/
.membership-container {
  min-height: 800px; }

.application-container {
  width: 482px;
  margin-left: 9px; }

/* hidden-start added with js at init state */
form .hidden, form .hidden-start {
  display: none !important; }

.wpcf7-form {
  margin-left: -8px;
  /* move form to the left */
  /*must reset p here! */ }
  .wpcf7-form p {
    margin: 0px;
    padding: 0px;
    color: #2D2D2D;
    margin-block-start: 4px;
    margin-block-end: 8px;
    margin-inline-start: 0px;
    margin-inline-end: 0px; }
  .wpcf7-form label {
    margin-top: 28px;
    color: #002663;
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 32px;
    margin-bottom: 10px;
    font-weight: 500; }
  .wpcf7-form input[type=text], .wpcf7-form select, .wpcf7-form textarea {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 48px;
    background-color: #F7F7F8;
    border: none;
    outline: none;
    max-height: 120px;
    margin-bottom: 24px;
    padding-left: 8px; }
  .wpcf7-form input[type=text], .wpcf7-form select {
    padding-left: 8px;
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;
    width: 100%; }
  .wpcf7-form input[type=radio], .wpcf7-form .wpcf7-radio span label {
    cursor: pointer;
    color: #2D2D2D; }
  .wpcf7-form input[type="radio"]:checked + span {
    font-weight: 700; }
  .wpcf7-form .wpcf7-radio > .wpcf7-list-item {
    display: block;
    width: 100%;
    clear: both; }
  .wpcf7-form span.wpcf7-list-item {
    margin-left: 0px; }
  .wpcf7-form .wpcf7-not-valid-tip {
    display: block;
    margin-top: -25px;
    margin-bottom: 12px; }
  .wpcf7-form input[type=submit] {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin-top: 38px;
    margin-bottom: 68px;
    display: block;
    max-width: 100%;
    width: 175px;
    height: 48px;
    background-color: #fff;
    text-transform: uppercase;
    color: #002663;
    border: 1px solid #002663; }
  .wpcf7-form h4 {
    margin-top: 10px; }

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #a5c9e7 !important; }

@media (max-width: 768px) {
  .application-container {
    width: calc(100% - 18px);
    margin-left: 9px; }
  .wpcf7 input[type=checkbox] {
    display: inline-block; }
  .wpcf7 input[type=submit] {
    margin-bottom: 18px; }
  .wpcf7 {
    padding-bottom: 68px; }
  .membership-container {
    min-height: 400px; }
  .wpcf7 form.sent .wpcf7-response-output {
    margin-bottom: 80px; }
  .tradeassociation select, .wpcf7-form .tradeassociation select {
    overflow-x: hidden;
    max-width: 90vw; } }

@media (max-width: 382px) {
  .tradeassociation select, .wpcf7-form .tradeassociation select {
    overflow-x: hidden;
    max-width: 90vw;
    width: 90vw; } }

@media (min-width: 1400px) {
  .parallax__items {
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 1; }
  .parallax_item {
    width: 92%;
    height: 800px;
    text-align: center;
    overflow: hidden;
    background: transparent;
    position: absolute;
    display: block;
    background-repeat: no-repeat; }
  .parallax_item:nth-child(1) {
    background-position: top left;
    top: 294px;
    left: 259px; }
  .parallax_item:nth-child(2) {
    background-position: top right;
    right: 99px;
    top: 661px; }
  .parallax_item:nth-child(3) {
    background-position: top left;
    top: 1810px;
    left: 83px; }
  .parallax_item:nth-child(4) {
    background-position: top left;
    top: 2220px;
    left: 98px; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .parallax__items {
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 1; }
  .parallax_item {
    width: 92%;
    height: 800px;
    text-align: center;
    overflow: hidden;
    background: transparent;
    position: absolute;
    display: block;
    background-repeat: no-repeat; }
  .parallax_item:nth-child(1) {
    background-position: top left;
    top: 268px;
    left: -55px; }
  .parallax_item:nth-child(2) {
    background-position: top right;
    right: -80px;
    top: 682px; }
  .parallax_item:nth-child(3) {
    background-position: top left;
    top: 1696px;
    left: -255px; }
  .parallax_item:nth-child(4) {
    background-position: top left;
    top: 2110px;
    left: -128px; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  .parallax__items {
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 1; }
  .parallax_item {
    width: 92%;
    height: 800px;
    text-align: center;
    overflow: hidden;
    background: transparent;
    position: absolute;
    display: block;
    background-repeat: no-repeat; }
  .parallax_item:nth-child(1) {
    background-position: top left;
    top: 275px;
    left: -137px; }
  .parallax_item:nth-child(2) {
    background-position: top right;
    right: -69px;
    top: 651px; }
  .parallax_item:nth-child(3) {
    background-position: top left;
    top: 1731px;
    left: -206px; }
  .parallax_item:nth-child(4) {
    background-position: top left;
    top: 2110px;
    left: -135px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .parallax__items {
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 1; }
  .parallax_item {
    width: 92%;
    height: 800px;
    text-align: center;
    overflow: hidden;
    background: transparent;
    position: absolute;
    display: block;
    background-repeat: no-repeat; }
  .parallax_item:nth-child(1) {
    background-position: top left;
    top: 650px;
    left: -146px; }
  .parallax_item:nth-child(2) {
    background-position: top right;
    right: -123px;
    top: 1202px; }
  .parallax_item:nth-child(3) {
    background-position: top left;
    top: 1835px;
    left: -247px; }
  .parallax_item:nth-child(4) {
    background-position: top left;
    top: 2277px;
    left: -133px; } }

@media (max-width: 768px) {
  .parallax__items {
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 1; }
  .parallax_item {
    width: 92%;
    height: 800px;
    text-align: center;
    overflow: hidden;
    background: transparent;
    position: absolute;
    display: block;
    background-repeat: no-repeat; }
  .parallax_item:nth-child(1) {
    background-position: top left;
    top: 118px;
    left: 480px; }
  .parallax_item:nth-child(2) {
    background-position: top right;
    right: -84px;
    top: 708px; }
  .parallax_item:nth-child(3) {
    display: none;
    background-position: top left;
    top: 1777px;
    left: -231px; }
  .parallax_item:nth-child(4) {
    display: none;
    background-position: top left;
    top: 2147px;
    left: -165px; } }

body.page-id-6143 .parallax_item, body.page-id-64 .parallax_item {
  opacity: 0; }

footer {
  position: relative; }
  footer .footer-content-row {
    background-color: #1A387F; }
    footer .footer-content-row .footer-row--1 {
      display: grid;
      position: relative;
      margin: auto;
      max-width: 1400px;
      grid-template-columns: 673px auto 221px; }
      footer .footer-content-row .footer-row--1 .footer-column--1 {
        margin-bottom: 2rem;
        margin-left: 10px;
        margin-top: 43px; }
        footer .footer-content-row .footer-row--1 .footer-column--1 .footer-logo {
          width: 355px; }
        footer .footer-content-row .footer-row--1 .footer-column--1 .footer-address {
          width: 235px;
          margin-left: 5px;
          margin-top: 33px; }
          footer .footer-content-row .footer-row--1 .footer-column--1 .footer-address p {
            font-weight: 500;
            line-height: 24px;
            font-size: 18px;
            letter-spacing: 0.5px;
            color: #FFFFFF; }
        footer .footer-content-row .footer-row--1 .footer-column--1 .footer-privacy-link {
          margin-left: 5px;
          margin-top: 25px; }
          footer .footer-content-row .footer-row--1 .footer-column--1 .footer-privacy-link a {
            text-decoration: none;
            color: #FFFFFF;
            font-size: 16px;
            line-height: 24px;
            font-weight: 500;
            letter-spacing: 0.5px; }
          footer .footer-content-row .footer-row--1 .footer-column--1 .footer-privacy-link img {
            width: 10px;
            height: 10px;
            margin-left: 10px; }
        footer .footer-content-row .footer-row--1 .footer-column--1 .footer-contact-link {
          margin-left: 5px;
          margin-top: 10px; }
          footer .footer-content-row .footer-row--1 .footer-column--1 .footer-contact-link a {
            text-decoration: none;
            color: #FFFFFF;
            font-size: 16px;
            line-height: 24px;
            font-weight: 700;
            letter-spacing: 0.5px; }
          footer .footer-content-row .footer-row--1 .footer-column--1 .footer-contact-link img {
            margin-left: 10px;
            width: 10px;
            height: 10px; }
        footer .footer-content-row .footer-row--1 .footer-column--1 .social-media-links {
          margin-left: 5px;
          margin-top: 30px; }
          footer .footer-content-row .footer-row--1 .footer-column--1 .social-media-links .social-media--some-text span {
            color: #FFFFFF;
            font-size: 16px;
            line-height: 24px;
            font-weight: 700;
            letter-spacing: 0.5px; }
          footer .footer-content-row .footer-row--1 .footer-column--1 .social-media-links .social-media--some-icons {
            margin-top: 10px; }
            footer .footer-content-row .footer-row--1 .footer-column--1 .social-media-links .social-media--some-icons img {
              margin-right: 24px; }
      footer .footer-content-row .footer-row--1 .footer-column--2 .footer-first-text {
        height: 72px;
        margin-top: 121px;
        max-width: 500px; }
        footer .footer-content-row .footer-row--1 .footer-column--2 .footer-first-text p {
          font-weight: 600;
          line-height: 24px;
          font-size: 18px;
          letter-spacing: 0.56px;
          color: #FFFFFF;
          text-align: left; }
      footer .footer-content-row .footer-row--1 .footer-column--2 .footer-second-text {
        height: 98px;
        width: 449px;
        margin-top: 24px; }
        footer .footer-content-row .footer-row--1 .footer-column--2 .footer-second-text p {
          font-weight: 600;
          line-height: 24px;
          font-size: 18px;
          letter-spacing: 0.56px;
          color: #FFFFFF;
          text-align: left; }
      footer .footer-content-row .footer-row--1 .footer-image {
        top: -38px;
        position: absolute; }
  footer .footer-row-image {
    height: 101px; }

@media (min-width: 1300px) and (max-width: 1400px) {
  footer .footer-content-row .footer-row--1 {
    grid-template-columns: 600px auto 300px; } }

@media (min-width: 1200px) and (max-width: 1299px) {
  footer .footer-content-row .footer-row--1 {
    grid-template-columns: 500px auto 400px; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  footer .footer-content-row .footer-row--1 {
    grid-template-columns: 400px auto 500px; } }

@media screen and (max-width: 768px) {
  .footer-logo img {
    width: 255px; }
  footer .footer-content-row .footer-row--1 {
    display: block;
    grid-template-columns: auto;
    grid-template-rows: auto; }
  footer .footer-content-row .footer-row--1 .footer-column--1 {
    padding-top: 30px; }
  footer .footer-content-row .footer-row--1 .footer-image {
    top: -68px;
    right: -50px;
    width: 140px;
    height: auto; }
  footer .footer-content-row .footer-row--1 .footer-column--1 .footer-address {
    width: 235px;
    margin-left: 5px;
    margin-top: 33px;
    width: 90%; }
  footer .footer-content-row .footer-row--1 .footer-column--2 .footer-first-text {
    margin-top: 40px;
    margin-left: 20px;
    width: 90%; }
  footer .footer-content-row .footer-row--1 .footer-column--2 .footer-second-text {
    margin-top: 30px;
    margin-left: 20px;
    width: 90%; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .footer-logo img {
    width: 255px; }
  footer .footer-content-row .footer-row--1 {
    display: block;
    width: 703px; }
  footer .footer-content-row .footer-row--1 .footer-column--1 {
    padding-top: 70px; }
  footer .footer-content-row .footer-row--1 .footer-image {
    top: -38px;
    right: -70px; }
  footer .footer-content-row .footer-row--1 .footer-column--1 .footer-address {
    width: 235px;
    margin-left: 5px;
    margin-top: 33px; }
  footer .footer-content-row .footer-row--1 .footer-column--2 .footer-first-text {
    margin-top: 40px;
    margin-left: 20px; }
  footer .footer-content-row .footer-row--1 .footer-column--2 .footer-second-text {
    margin-top: 30px;
    margin-left: 20px; } }

@media (min-width: 768px) and (max-width: 863px) {
  footer .footer-content-row .footer-row--1 .footer-image {
    top: -38px;
    right: -40px; } }

@media (min-width: 1560px) {
  footer .footer-content-row .footer-row--1 {
    grid-template-columns: 673px auto 100px; } }

.single-news--content {
  margin-top: 30px; }

.policy-title {
  font-size: 6rem;
  padding: 4rem 0;
  text-align: center; }

.policy-subtitle {
  font-size: 2rem;
  padding-bottom: 1.5rem; }

.policy-content {
  padding-bottom: 2rem; }
  .policy-content p {
    font-size: 1.8rem; }

/*
css for fixing wordpress standard gutenberg blocks

*/
.is-style-blockquote-noname {
  width: 80%;
  margin-left: 10%;
  color: #2A2A2A;
  font-family: 'Work Sans', sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 0.1;
  margin-bottom: 30px;
  margin-top: 30px; }
  .is-style-blockquote-noname > p {
    display: inline;
    padding: 0;
    padding-left: 0;
    padding-right: 0;
    /*background: #E5EEFE; */
    background: #e5eefe;
    background: linear-gradient(0deg, #e5eefe 0%, #e5eefe 79%, rgba(255, 255, 255, 0) 79%);
    /*box-shadow: 10px 10px 0 #E5EEFE, -10px 10px 0 #E5EEFE;*/ }
  .is-style-blockquote-noname > cite {
    font-family: 'Roboto Mono', monospace;
    font-size: 14px;
    text-align: right;
    font-style: italic;
    font-weight: 400;
    display: block; }
  @media (min-width: 768px) {
    .is-style-blockquote-noname {
      width: 533px;
      margin-left: 100px; } }

.container figure.wp-block-image {
  margin: 40px 0px 40px 0px; }
  .container figure.wp-block-image img {
    height: auto;
    max-width: auto; }

.container figure {
  margin: 40px 0px 40px 0px; }
  .container figure img {
    height: auto;
    max-width: auto; }

.container .page-content ul {
  margin-left: 20px;
  margin-top: 22px;
  margin-bottom: 32px; }
  .container .page-content ul li {
    line-height: 24px;
    color: #002663;
    padding-left: 12px; }

/*# sourceMappingURL=app.41a28209e14d0cadc25e.css.map*/