@charset "UTF-8";
/*
Theme Name: Lusto - Suomen Metsämuseo
Author: Mint Company Oy / Mikko Hopia Oy
Author URI: https://www.mintcompany.fi
Description: Lusto sivupohja
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800&display=swap");
/*! 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;
  margin: 0.67em 0; }

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

/* Hopia adds
   ========================================================================== */
div {
  box-sizing: border-box; }

body {
  background-color: #fff;
  color: #1f1f1f;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-feature-settings: "lnum";
  font-weight: 400; }

body.sticky-header {
  padding-top: 230px; }

iframe {
  width: 100%; }

.clear {
  clear: both;
  height: 0; }

@media only screen and (max-width: 1410px) {
  body {
    font-size: 16px;
    font-size: 1rem; } }

@media only screen and (max-width: 1040px) {
  body.sticky-header {
    padding-top: 80px; } }

@media only screen and (max-width: 600px) {
  body.navi-open main,
  body.navi-open footer {
    display: none; } }

div.header-top {
  background-color: #272626;
  color: #fff;
  height: 80px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  div.header-top a.site-map {
    border-left: 1px solid #deddda;
    color: #deddda;
    font-weight: 700;
    padding-left: 40px;
    position: absolute;
    right: 255px;
    text-decoration: none;
    top: 30px; }
  div.header-top form {
    position: absolute;
    right: 0;
    top: 19px; }
    div.header-top form label {
      display: none; }
    div.header-top form input[type=text] {
      background: #fff url(img/hakuikoni.svg);
      background-position: right 10px center;
      background-repeat: no-repeat;
      background-size: 26px;
      border: none;
      box-sizing: border-box;
      padding: 12px 40px 12px 10px;
      width: 210px; }
    div.header-top form input[type=submit] {
      display: none; }

header#top {
  height: 230px;
  position: relative;
  z-index: 2; }
  header#top.sticky {
    animation: sticky-header 0.3s normal forwards ease-in-out;
    animation-iteration-count: 1;
    background-color: #fff;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
    left: 0;
    position: fixed;
    top: -230px;
    width: 100%; }
  header#top > div.wrap {
    height: 150px; }
  header#top a {
    text-decoration: none !important; }

@keyframes sticky-header {
  from {
    top: -230px; }
  to {
    top: -80px; } }

p.site-title {
  margin: 0;
  padding: 0; }

p.site-title a {
  background: url("img/lusto-logo-300.png") center center no-repeat;
  background-size: contain;
  box-sizing: border-box;
  display: block;
  height: 75px;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  transition-duration: 0s;
  top: 37px;
  width: 150px; }

body.language-en p.site-title a {
  background: url(img/lusto-logo-600-en.png) center center no-repeat;
  background-size: contain; }

body.language-sv p.site-title a {
  background: url(img/lusto-logo-600-sv.png) center center no-repeat;
  background-size: contain; }

body.language-ru p.site-title a {
  background: url(img/lusto-logo-600-ru.png) center center no-repeat;
  background-size: contain; }

body.language-de p.site-title a {
  background: url(img/lusto-logo-600-de.png) center center no-repeat;
  background-size: contain; }

@media only screen and (max-width: 1040px) {
  div.header-top {
    display: none; }
  header#top.sticky {
    animation: sticky-header 0.3s normal forwards ease-in-out;
    background: #272626;
    top: -80px; }
  @keyframes sticky-header {
    from {
      top: -80px; }
    to {
      top: -0; } }
  header#top {
    background: #272626;
    color: #fff;
    height: 64px; }
    header#top div.wrap {
      max-width: 100%; }
  p.site-title a {
    background: url(img/Lusto-tag-white.png) center left no-repeat !important;
    background-size: contain !important;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 64px;
    left: 45px;
    line-height: 1.13;
    padding-left: 87px;
    padding-top: 14px;
    text-indent: 0;
    top: 0;
    width: 245px; } }

@media only screen and (max-width: 600px) {
  p.site-title a {
    left: 0;
    padding-left: 81px; } }

button.hamburger {
  display: none; }

nav.main-navi {
  position: absolute;
  right: 0;
  top: 92px; }
  nav.main-navi a {
    text-decoration: none; }
  nav.main-navi > ul {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    list-style: none;
    margin: 0;
    padding: 0; }
    nav.main-navi > ul > li {
      display: inline-block;
      padding: 0 10px;
      position: relative; }
      nav.main-navi > ul > li:last-child {
        padding-right: 0; }
      nav.main-navi > ul > li:hover:after {
        background: #d2091e;
        bottom: 30px;
        content: '';
        height: 4px;
        left: 10px;
        position: absolute;
        width: calc(100% - 17px); }
    nav.main-navi > ul > li:first-child:hover:after {
      width: calc(100% - 20px); }
    nav.main-navi > ul > li > a {
      display: block;
      font-weight: 600;
      padding-bottom: 38px;
      position: relative;
      text-decoration: none; }
    nav.main-navi > ul > li > a:hover {
      color: #d2091e; }
    nav.main-navi > ul > li.current-menu-item:after,
    nav.main-navi > ul > li.current-menu-parent:after,
    nav.main-navi > ul > li.current-menu-ancestor:after {
      background: #d2091e;
      bottom: 30px;
      content: '';
      height: 4px;
      left: 10px;
      position: absolute;
      width: calc(100% - 17px); }
    nav.main-navi > ul > li.current-menu-item > a,
    nav.main-navi > ul > li.current-menu-parent > a,
    nav.main-navi > ul > li.current-menu-ancestor > a {
      color: #d2091e; }
    nav.main-navi > ul > li.current-menu-item > ul li.current-menu-item > a,
    nav.main-navi > ul > li.current-menu-parent > ul li.current-menu-item > a,
    nav.main-navi > ul > li.current-menu-ancestor > ul li.current-menu-item > a {
      font-weight: 700; }
    nav.main-navi > ul > li:hover > ul {
      display: block; }
    nav.main-navi > ul > li.menu-item-has-children > a:after {
      content: "\203A";
      display: inline-block;
      margin-left: 10px;
      transform-origin: center;
      transform: rotate(90deg); }
    nav.main-navi > ul > li.menu-item-has-children:hover > a:after {
      transform: rotate(-90deg); }
    nav.main-navi > ul ul {
      background: #f0f0f0;
      border-top: 1px solid #cbc7bc;
      box-sizing: border-box;
      display: none;
      left: -10px;
      list-style: none;
      padding: 0;
      position: absolute;
      top: 58px;
      width: 225px; }
      nav.main-navi > ul ul > li {
        border-bottom: 1px solid #cbc7bc;
        padding: 0; }
        nav.main-navi > ul ul > li a {
          display: block;
          font-size: 18px;
          font-size: 1.125rem;
          font-weight: 500;
          padding: 17px 15px 17px 30px; }
          nav.main-navi > ul ul > li a:hover {
            font-weight: 600; }

nav.sub-navi.lang > ul > li {
  display: none; }
  nav.sub-navi.lang > ul > li.current-menu-parent, nav.sub-navi.lang > ul > li.current-page-ancestor {
    display: block; }
    nav.sub-navi.lang > ul > li.current-menu-parent > a, nav.sub-navi.lang > ul > li.current-page-ancestor > a {
      display: none; }

ul.lang-navi {
  font-weight: 500;
  position: absolute;
  margin: 0;
  padding: 0;
  right: 420px;
  top: 30px; }
  ul.lang-navi li {
    display: inline-block;
    padding: 0 20px; }
    ul.lang-navi li a {
      color: #fff;
      font-weight: 600;
      position: relative;
      text-decoration: none; }
      ul.lang-navi li a:hover:after {
        background: #cbc7bc;
        bottom: -8px;
        content: '';
        height: 4px;
        left: 0;
        position: absolute;
        width: 100%; }
    ul.lang-navi li:last-child {
      padding-right: 0; }
    ul.lang-navi li.selected a {
      font-weight: 800; }
      ul.lang-navi li.selected a:after {
        background: #cbc7bc;
        bottom: -8px;
        content: '';
        height: 4px;
        left: 0;
        position: absolute;
        width: 100%; }

@media only screen and (max-width: 1800px) {
  nav.main-navi > ul > li:last-child > ul {
    left: auto;
    right: 0; } }

@media only screen and (max-width: 1410px) {
  nav.main-navi > ul {
    font-size: 16px;
    font-size: 1rem; } }

@media only screen and (max-width: 1320px) {
  nav.main-navi > ul > li.menu-item-has-children > a:after {
    display: none; }
  nav.main-navi > ul > li.current-menu-item:after,
  nav.main-navi > ul > li.current-menu-parent:after,
  nav.main-navi > ul > li.current-menu-ancestor:after {
    left: 5px;
    width: calc(100% - 10px); } }

@media only screen and (max-width: 1210px) {
  nav.main-navi > ul > li {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 5px; } }

@media only screen and (max-width: 1040px) {
  nav.main-navi {
    background: #fff;
    border: 1px solid #8d8b83;
    border-bottom: none;
    box-sizing: border-box;
    display: none;
    max-width: 463px;
    top: 64px;
    width: 100%; }
    nav.main-navi > ul > li {
      border-bottom: 1px solid #8d8b83;
      display: block;
      font-size: 18px;
      font-size: 1.125rem;
      margin: 0;
      padding: 0; }
      nav.main-navi > ul > li a {
        font-weight: 500;
        margin: 0;
        padding: 20px 25px; }
      nav.main-navi > ul > li span.open-sub-navi {
        color: #808080;
        display: block;
        font-size: 40px;
        font-size: 2.5rem;
        font-weight: 400;
        line-height: 1;
        position: absolute;
        right: 20px;
        text-align: center;
        transform: rotate(90deg);
        top: 10px;
        width: 40px; }
      nav.main-navi > ul > li.open ul {
        display: block !important; }
      nav.main-navi > ul > li.open span.open-sub-navi {
        right: 27px;
        transform: rotate(-90deg); }
      nav.main-navi > ul > li:hover:after {
        display: none; }
      nav.main-navi > ul > li:hover > ul {
        display: none; }
    nav.main-navi > ul ul {
      left: auto;
      position: relative;
      top: auto;
      width: 100%; }
      nav.main-navi > ul ul li {
        padding-left: 25px; }
    nav.main-navi form.search {
      border-bottom: 1px solid #8d8b83;
      padding: 20px 25px; }
      nav.main-navi form.search input[type=text] {
        background: #fff url(img/hakuikoni.svg);
        background-position: right 10px center;
        background-repeat: no-repeat;
        background-size: 26px;
        border: 1px solid #8d8b83;
        box-sizing: border-box;
        padding: 12px 40px 12px 10px;
        width: 100%; }
      nav.main-navi form.search input[type=submit] {
        display: none; }
  nav.main-navi > ul > li.current-menu-item:after,
  nav.main-navi > ul > li.current-menu-parent:after,
  nav.main-navi > ul > li.current-menu-ancestor:after {
    display: none; }
  nav.main-navi > ul > li.current-menu-item > a,
  nav.main-navi > ul > li.current-menu-parent > a,
  nav.main-navi > ul > li.current-menu-ancestor > a {
    color: #1f1f1f;
    font-weight: 700; }
  button.hamburger {
    background: none;
    border: 0;
    cursor: pointer;
    display: block;
    height: 18px;
    margin: 0;
    outline: none;
    padding: 0;
    position: absolute;
    right: 40px;
    top: 23px;
    width: 25px;
    z-index: 5; }
  body.sticky-header button.hamburger {
    position: fixed; }
  #nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 25px;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    width: 100%; }
  #nav-icon span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }
  #nav-icon span:nth-child(2) {
    top: 7px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }
  #nav-icon span:nth-child(3) {
    top: 14px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }
  #nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transform: rotate(35deg);
    top: 0;
    left: 0;
    width: 25px; }
  #nav-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0; }
  #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    transform: rotate(-35deg);
    top: 14px;
    left: 0;
    width: 25px; } }

@media only screen and (max-width: 600px) {
  button.hamburger {
    right: 25px; } }

footer {
  background-image: linear-gradient(to bottom, #272626, #1b1a1a);
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  footer a {
    color: #fff;
    font-weight: normal;
    text-decoration: underline; }
    footer a[href^="tel:"] {
      text-decoration: none; }
  footer strong {
    font-size: 20px;
    font-size: 1.25rem; }
    footer strong a {
      font-weight: 800; }
  footer p,
  footer hr {
    line-height: 1.5;
    margin-bottom: 15px; }
  footer hr {
    background-color: #5d5d5d;
    border: none;
    height: 1px; }
  footer .col-5 {
    hyphens: none; }
  footer div.col-wrap:first-child {
    padding-bottom: 0;
    padding-top: 0;
    text-align: center; }
    footer div.col-wrap:first-child a {
      background: url(img/nuoli-ylos.svg) top 10px center no-repeat;
      background-size: 16px;
      display: block;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 600;
      padding-top: 30px;
      text-decoration: none; }
  footer div.col-wrap:nth-child(2) {
    padding-bottom: 0; }
    footer div.col-wrap:nth-child(2) div.col-2:first-child {
      padding-right: 0;
      width: 60%; }
      footer div.col-wrap:nth-child(2) div.col-2:first-child .col-5 {
        padding: 0 20px;
        width: 33.33%; }
        footer div.col-wrap:nth-child(2) div.col-2:first-child .col-5:first-child {
          padding-left: 0; }
    footer div.col-wrap:nth-child(2) div.col-2:last-child {
      padding-left: 0;
      width: 40%; }
      footer div.col-wrap:nth-child(2) div.col-2:last-child .col-5 {
        width: 50%; }
        footer div.col-wrap:nth-child(2) div.col-2:last-child .col-5:first-child {
          padding: 0 20px; }
        footer div.col-wrap:nth-child(2) div.col-2:last-child .col-5:last-child {
          padding-right: 0; }
    footer div.col-wrap:nth-child(2) img.logo {
      display: block;
      height: auto;
      margin-top: -20px;
      width: 211px; }
    footer div.col-wrap:nth-child(2) a.some {
      display: inline-block;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 30px;
      margin-bottom: 15px;
      padding-left: 50px; }
      footer div.col-wrap:nth-child(2) a.some.facebook {
        background: url(img/facebook.svg) left center no-repeat;
        background-size: 30px; }
      footer div.col-wrap:nth-child(2) a.some.instagram {
        background: url(img/instagram.svg) left center no-repeat;
        background-size: 30px; }
      footer div.col-wrap:nth-child(2) a.some.linkedin {
        background: url(img/linkedin.svg) left center no-repeat;
        background-size: 30px; }
      footer div.col-wrap:nth-child(2) a.some.twitter {
        background: url(img/twitter.svg) left center no-repeat;
        background-size: 30px; }
  footer div.col-wrap:last-child {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center; }
    footer div.col-wrap:last-child img {
      display: inline-block;
      height: 58px;
      margin: 0 12px;
      vertical-align: middle;
      width: auto; }
      footer div.col-wrap:last-child img.punkaharju {
        height: 38px;
        margin-left: 25px;
        padding: 10px; }

@media only screen and (max-width: 1410px) {
  footer strong {
    font-size: 18px;
    font-size: 1.125rem; }
  footer div.col-wrap:first-child a,
  footer div.col-wrap:last-child {
    font-size: 16px;
    font-size: 1rem; } }

@media only screen and (max-width: 1040px) {
  footer div.col-wrap:nth-child(2) div.col-2:first-child,
  footer div.col-wrap:nth-child(2) div.col-2:last-child {
    width: 50%; }
    footer div.col-wrap:nth-child(2) div.col-2:first-child .col-5,
    footer div.col-wrap:nth-child(2) div.col-2:last-child .col-5 {
      padding-left: 0;
      padding-right: 0;
      width: 100%; }
  footer div.col-wrap:nth-child(2) div.col-2:first-child {
    padding-right: 15px; }
    footer div.col-wrap:nth-child(2) div.col-2:first-child .col-5:nth-child(2), footer div.col-wrap:nth-child(2) div.col-2:first-child .col-5:last-child {
      padding-bottom: 15px; }
      footer div.col-wrap:nth-child(2) div.col-2:first-child .col-5:nth-child(2) p:last-child, footer div.col-wrap:nth-child(2) div.col-2:first-child .col-5:last-child p:last-child {
        border-bottom: 1px solid #5d5d5d;
        padding-bottom: 15px; }
  footer div.col-wrap:nth-child(2) div.col-2:last-child {
    padding-left: 15px; }
    footer div.col-wrap:nth-child(2) div.col-2:last-child .col-5:first-child {
      padding-bottom: 15px;
      padding-left: 0; }
      footer div.col-wrap:nth-child(2) div.col-2:last-child .col-5:first-child p:last-child {
        border-bottom: 1px solid #5d5d5d;
        padding-bottom: 15px; }
  footer div.col-wrap:nth-child(2) img.logo {
    margin-bottom: 10px;
    margin-left: -20px; } }

@media only screen and (max-width: 600px) {
  footer div.col-wrap:nth-child(2) div.col-2:first-child,
  footer div.col-wrap:nth-child(2) div.col-2:last-child {
    text-align: center;
    width: 100%; }
  footer div.col-wrap:nth-child(2) {
    padding-top: 30px; }
    footer div.col-wrap:nth-child(2) .col-2:first-child .col-5:nth-child(2) {
      border-top: 1px solid #5d5d5d;
      padding-top: 15px !important; }
  footer div.col-wrap:nth-child(2) div.col-2.col-2:last-child .col-5:last-child {
    text-align: left; }
  footer div.col-wrap:nth-child(2) div.col-2:first-child {
    padding-right: 0; }
  footer div.col-wrap:nth-child(2) div.col-2:last-child {
    padding-left: 0; }
  footer div.col-wrap:nth-child(2) div.col-2:last-child .col-5:first-child {
    padding-right: 0; }
  footer div.col-wrap:nth-child(3) p span {
    display: block;
    padding-bottom: 40px; }
  footer div.col-wrap:nth-child(2) img.logo {
    margin: 0 auto; }
  footer div.col-wrap:last-child img.punkaharju {
    margin-left: 12px; } }

div.bottom-bg-wrap {
  background: url(img/alakuva-ja-tummennus.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 500px; }

main {
  box-sizing: border-box;
  position: relative; }

div.bg-white {
  background: #fff; }

section.bg-white {
  background: #fff; }

section.bg-light-gray-wide,
section.three-columns.bg-light-gray,
section.four-columns.bg-light-gray,
section.five-columns.bg-light-gray {
  background: #f0f0f0; }

main > section.bg-light-gray:nth-child(3):before,
main > section.bg-light-gray-wide:nth-child(3):before,
main > section.kohderyhmavalikko:before {
  background: transparent url(img/kaarna.svg);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: contain;
  content: '';
  display: block;
  height: 143px;
  margin-bottom: 50px;
  transform: scaleY(-1);
  width: 100%; }

.wrap {
  clear: both;
  margin: 0 auto;
  max-width: 1410px;
  position: relative;
  z-index: 1; }
  .wrap .wrap {
    margin: 0;
    max-width: 930px; }

.col-wrap {
  clear: both;
  padding: 30px 0;
  position: relative;
  width: 100%; }
  .col-wrap.bg-red {
    background-color: #b00d1e;
    color: #fff;
    font-size: 24px;
    font-size: 1.5rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 500;
    margin-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px; }
  .col-wrap.bg-light-gray {
    background-color: #F0F0F0;
    font-size: 24px;
    font-size: 1.5rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 500;
    margin-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px; }
  .col-wrap.bg-yellow {
    background-color: #e4e519;
    font-size: 24px;
    font-size: 1.5rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 500;
    margin-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px; }
  .col-wrap.bg-blue {
    background-color: #16324c;
    color: #fff;
    font-size: 24px;
    font-size: 1.5rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 500;
    margin-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px; }
  .col-wrap.bg-green {
    background-color: #23541c;
    color: #fff;
    font-size: 24px;
    font-size: 1.5rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 500;
    margin-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px; }

body.home section.aukioloajat-nelja-palstaa-sininen + section.one-column div.col-wrap {
  padding: 60px 0; }

section.bot-border {
  border-bottom: 1px solid #808080;
  margin-bottom: 30px; }
  section.bot-border .col-wrap {
    padding: 30px 0; }
  section.bot-border.one-column, section.bot-border.two-columns, section.bot-border.five-columns {
    border-bottom: none; }
    section.bot-border.one-column div.col-wrap, section.bot-border.two-columns div.col-wrap, section.bot-border.five-columns div.col-wrap {
      border-bottom: 1px solid #808080; }

section.wrap.bot-border + section.wrap .col-wrap {
  padding-top: 0; }

.col-wrap:after,
.wrap:after {
  clear: both;
  content: "";
  display: table; }

.no-bot-pad {
  padding-bottom: 0; }

.no-top-pad {
  padding-top: 0; }

.col-1 {
  padding: 0; }

body.home .col-1,
body.home section.two-columns div.col-wrap,
body.page-perheet .col-1,
body.page-perheet section.two-columns div.col-wrap,
body.page-koululaiset-opiskelijat .col-1,
body.page-koululaiset-opiskelijat section.two-columns div.col-wrap,
body.page-ryhmat .col-1,
body.page-ryhmat section.two-columns div.col-wrap,
body.page-yritykset-yhteisot .col-1,
body.page-yritykset-yhteisot section.two-columns div.col-wrap {
  margin: 0 auto;
  max-width: 1170px; }

body.home .col-wrap.bg-red,
body.home .col-wrap.bg-light-gray,
body.home .col-wrap.bg-yellow,
body.home .col-wrap.bg-blue,
body.home .col-wrap.bg-green,
body.page-perheet .col-wrap.bg-red,
body.page-perheet .col-wrap.bg-light-gray,
body.page-perheet .col-wrap.bg-yellow,
body.page-perheet .col-wrap.bg-blue,
body.page-perheet .col-wrap.bg-green,
body.page-koululaiset-opiskelijat .col-wrap.bg-red,
body.page-koululaiset-opiskelijat .col-wrap.bg-light-gray,
body.page-koululaiset-opiskelijat .col-wrap.bg-yellow,
body.page-koululaiset-opiskelijat .col-wrap.bg-blue,
body.page-koululaiset-opiskelijat .col-wrap.bg-green,
body.page-ryhmat .col-wrap.bg-red,
body.page-ryhmat .col-wrap.bg-light-gray,
body.page-ryhmat .col-wrap.bg-yellow,
body.page-ryhmat .col-wrap.bg-blue,
body.page-ryhmat .col-wrap.bg-green,
body.page-yritykset-yhteisot .col-wrap.bg-red,
body.page-yritykset-yhteisot .col-wrap.bg-light-gray,
body.page-yritykset-yhteisot .col-wrap.bg-yellow,
body.page-yritykset-yhteisot .col-wrap.bg-blue,
body.page-yritykset-yhteisot .col-wrap.bg-green {
  margin-left: auto;
  margin-right: auto;
  max-width: 930px; }

body.home section.wrap.two-columns,
body.home section.wrap.one-column,
body.page-perheet section.wrap.two-columns,
body.page-perheet section.wrap.one-column,
body.page-koululaiset-opiskelijat section.wrap.two-columns,
body.page-koululaiset-opiskelijat section.wrap.one-column,
body.page-ryhmat section.wrap.two-columns,
body.page-ryhmat section.wrap.one-column,
body.page-yritykset-yhteisot section.wrap.two-columns,
body.page-yritykset-yhteisot section.wrap.one-column {
  max-width: 930px; }

body.home section.aukioloajat-nelja-palstaa-sininen + div > section.wrap.one-column,
body.page-perheet section.aukioloajat-nelja-palstaa-sininen + div > section.wrap.one-column,
body.page-koululaiset-opiskelijat section.aukioloajat-nelja-palstaa-sininen + div > section.wrap.one-column,
body.page-ryhmat section.aukioloajat-nelja-palstaa-sininen + div > section.wrap.one-column,
body.page-yritykset-yhteisot section.aukioloajat-nelja-palstaa-sininen + div > section.wrap.one-column {
  max-width: 1410px; }

.col-2 {
  float: left;
  position: relative;
  width: 50%; }

.flex .col-2 {
  float: none; }

.col-2-right .col-2:first-child {
  margin-left: auto;
  order: 2; }

.col-2-right {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.flex .col-2:last-child {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0; }

.col-2:first-child,
.col-2:nth-child(2n+1) {
  padding-right: 15px; }

.col-2:nth-child(2n) {
  padding-left: 15px; }

.col-2:nth-child(2n+1) {
  clear: both; }

.col-2-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px; }

.col-2-img img {
  display: none; }

.col-3 {
  float: left;
  padding: 0;
  position: relative;
  width: 33.33%; }

.col-3:first-child {
  padding-right: 15px;
  width: 32.78%; }

.col-3:nth-child(2) {
  padding: 0 15px;
  width: 34.43%; }

.col-3:last-child {
  padding-left: 15px;
  width: 32.78%; }

.col-3-2 {
  float: left;
  width: 66.66%; }

.col-3-1 {
  float: left;
  width: 33.33%; }

.col-2-2 {
  float: left;
  width: 60%; }

.col-2-1 {
  float: left;
  width: 40%; }

.col-2-2:first-child,
.col-2-1:first-child {
  padding-right: 20px; }

.col-2-1:last-child,
.col-2-2:last-child {
  padding-left: 20px; }

.col-4 {
  float: left;
  padding: 0;
  position: relative;
  width: 25%; }

.col-4:first-child {
  padding-right: 15px;
  width: 24.2%; }

.col-4:nth-child(2),
.col-4:nth-child(3) {
  padding: 0 15px;
  width: 25.8%; }

.col-4:last-child {
  padding-left: 15px;
  width: 24.2%; }

.col-5 {
  float: left;
  hyphens: auto;
  padding: 0 15px;
  position: relative;
  width: 20%; }

section.side-borders .col-wrap {
  display: flex; }

section.side-borders .col-5 {
  border-right: 1px solid #8d8b83; }
  section.side-borders .col-5:first-child {
    border-left: 1px solid #8d8b83; }

section.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 50px;
  padding: 50px 0; }

section.five-columns .wrap {
  max-width: 1170px; }

.flex {
  align-items: center;
  display: flex; }

@media only screen and (max-width: 1480px) {
  .wrap {
    max-width: calc(100% - 72px); } }

@media only screen and (max-width: 1040px) {
  .col-wrap.bg-red {
    font-size: 20px;
    font-size: 1.25rem; }
  main > section.bg-light-gray:nth-child(3):before,
  main > section.bg-light-gray-wide:nth-child(3):before,
  main > section.kohderyhmavalikko:before {
    margin-bottom: 0; }
  section.kohderyhmavalikko div.col-wrap:first-child,
  section.kohderyhmavalikko div.col-wrap:nth-child(3) {
    padding-top: 0; }
  body.page-perheet section.one-column:nth-child(3) div.col-wrap,
  body.page-koululaiset-opiskelijat section.one-column:nth-child(3) div.col-wrap,
  body.page-ryhmat section.one-column:nth-child(3) div.col-wrap,
  body.page-yritykset-yhteisot section.one-column:nth-child(3) div.col-wrap {
    padding-bottom: 0;
    padding-top: 0; }
  body.page-perheet section.one-column:nth-child(5) div.col-wrap,
  body.page-koululaiset-opiskelijat section.one-column:nth-child(5) div.col-wrap,
  body.page-ryhmat section.one-column:nth-child(5) div.col-wrap,
  body.page-yritykset-yhteisot section.one-column:nth-child(5) div.col-wrap {
    padding-bottom: 0; } }

@media only screen and (max-width: 600px) {
  .wrap,
  section.five-columns .wrap {
    max-width: calc(100% - 50px); }
  div.col-4,
  div.col-2,
  div.col-2-2,
  div.col-2-1,
  div.col-3,
  div.col-5 {
    float: none;
    padding: 0 0 30px 0 !important;
    width: 100% !important; }
  .col-wrap {
    padding: 20px 0; }
    .col-wrap.bg-red, .col-wrap.bg-light-gray, .col-wrap.bg-yellow, .col-wrap.bg-blue, .col-wrap.bg-green {
      font-size: 18px;
      font-size: 1.125rem;
      margin-bottom: 20px;
      padding-left: 20px;
      padding-right: 20px; }
  main > section.bg-light-gray:nth-child(3):before,
  main > section.bg-light-gray-wide:nth-child(3):before,
  main > section.kohderyhmavalikko:before {
    height: 70px; }
  section.side-borders .col-wrap {
    display: block; }
  section.side-borders .col-5 {
    border-bottom: 1px solid #8d8b83;
    border-right: none;
    margin-bottom: 40px; }
    section.side-borders .col-5:first-child {
      border-left: none; }
  div.bottom-bg-wrap {
    padding-bottom: 100px; }
  section.col-order-invert div.col-wrap {
    display: flex;
    flex-direction: column; }
  section.col-order-invert div.col-2:first-child {
    order: 2; }
  section.col-order-invert div.col-2:last-child {
    order: 1; } }

.col-wrap img {
  height: auto;
  max-width: 100%; }

.wp-caption {
  font-size: 14px;
  font-size: 0.875rem;
  max-width: 100%; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

div.col-2 img {
  display: block; }

div.some-icons {
  margin-bottom: 20px;
  text-align: center; }
  div.some-icons a {
    margin: 0 5px; }

div.gform_wrapper {
  max-width: 800px;
  position: relative; }
  div.gform_wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0 !important;
    position: relative; }
    div.gform_wrapper ul li {
      box-sizing: border-box;
      display: block;
      margin-bottom: 10px;
      width: 100%; }
      div.gform_wrapper ul li input, div.gform_wrapper ul li select, div.gform_wrapper ul li textarea {
        border: 1px solid #272626;
        box-sizing: border-box;
        font-size: 16px;
        font-size: 1rem;
        padding: 10px;
        width: 100%; }
      div.gform_wrapper ul li ul.gfield_checkbox li,
      div.gform_wrapper ul li ul.gfield_radio li {
        margin-bottom: 0; }
      div.gform_wrapper ul li ul.gfield_checkbox label,
      div.gform_wrapper ul li ul.gfield_radio label {
        font-weight: normal;
        padding-left: 10px;
        position: relative; }
      div.gform_wrapper ul li input[type=checkbox],
      div.gform_wrapper ul li input[type=radio] {
        padding: 0;
        width: auto; }
      div.gform_wrapper ul li input[type=file] {
        padding: 7px 10px; }
      div.gform_wrapper ul li textarea {
        height: 117px; }
      div.gform_wrapper ul li.gform_validation_container {
        display: none; }
      div.gform_wrapper ul li.show-label label {
        display: block; }
  div.gform_wrapper input[type=submit] {
    background-image: linear-gradient(to bottom, #184668, #0b233a);
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 10px 30px;
    width: auto; }
  div.gform_wrapper div.gform_footer {
    padding-top: 20px; }

ul.gfield_radio li {
  margin-bottom: 0; }

div.ginput_container_radio {
  margin-bottom: 11px; }

li.gfield_html {
  margin-bottom: 20px; }

li.gform_validation_container {
  display: none; }

img.gform_ajax_spinner {
  display: block;
  height: auto !important;
  width: 30px !important; }

div.validation_error {
  margin-bottom: 11px; }

div.validation_error,
div.validation_message,
li.gfield_error {
  color: #b00d1e;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold; }

li.gfield_error input[type=text],
li.gfield_error input[type=email],
li.gfield_error textarea {
  border: 1px solid #b00d1e; }

div.gform_confirmation_message {
  padding: 20px; }

.gform_ajax_spinner {
  animation: spinner 1.1s infinite linear;
  background: none;
  border: 2px solid #808080;
  border-left: 2px solid #fff;
  border-radius: 50%;
  bottom: 0;
  height: 20px;
  display: block;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 20px; }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

table {
  border-collapse: collapse;
  line-height: 1.45;
  margin-bottom: 30px;
  width: 100%; }

table th {
  text-align: left; }

table td {
  padding: 2px 0;
  vertical-align: top; }

a {
  color: #1f1f1f;
  font-weight: bold;
  transition-duration: 0.5s; }

.btn {
  background: #fff;
  border: 2px solid #16324c;
  color: #16324c;
  display: inline-block;
  padding: 10px 30px;
  text-decoration: none; }
  .btn.btn-forward:after {
    content: "\203A";
    display: inline-block;
    margin-left: 5px; }
  .btn.btn-back:before {
    content: "\203A";
    display: inline-block;
    margin-right: 5px;
    transform: rotate(180deg); }
  .btn.btn-gray {
    border-color: #443930;
    color: #443930; }
  .btn.btn-white {
    background: #fff;
    border-color: #fff;
    color: #16324c; }

.btn:hover {
  border-color: #3999c6;
  color: #3999c6; }

.btn.btn-gray:hover {
  border-color: #cbc7bc;
  color: #443930; }

.btn:active {
  background-image: linear-gradient(to bottom, #184668, #0b233a);
  border-color: #16324c;
  color: #fff;
  transition-duration: 0s; }

.btn.btn-gray:active {
  background-image: linear-gradient(to bottom, #8d8b83 -20%, #2f2722 118%);
  border-color: #443930;
  color: #fff;
  transition-duration: 0s; }

p,
.col-wrap ul,
.col-wrap ol,
blockquote {
  line-height: 1.78;
  margin: 0;
  margin-bottom: 30px;
  padding: 0; }

div.col-3 p,
div.col-4 p {
  margin-bottom: 20px; }

p.ingressi {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5; }

blockquote {
  margin-bottom: 20px;
  padding: 20px; }

.col-wrap ul,
.col-wrap ol {
  padding-left: 20px; }

.col-wrap p:last-child,
.col-wrap ul:last-child,
.col-wrap ol:last-child {
  margin-bottom: 0; }

strong {
  font-weight: 800; }

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0; }
  h1 a,
  h2 a,
  h3 a,
  h4 a {
    text-decoration: none; }

h1 {
  font-family: "Raleway", sans-serif;
  font-size: 64px;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 50px; }

h2 {
  font-family: "Raleway", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px; }

h3 {
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px; }

h4 {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 10px; }

.col-wrap p + h2 {
  padding-top: 50px; }

.col-wrap p + h3 {
  padding-top: 30px; }

.col-wrap div.col-2 p + h3,
.col-wrap div.col-3 p + h3 {
  padding-top: 10px; }

.center {
  text-align: center; }

span.tavuviiva {
  display: none; }

@media only screen and (max-width: 1040px) {
  h1 {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 30px; }
  h2 {
    font-size: 28px;
    font-size: 1.75rem; }
  h3 {
    font-size: 24px;
    font-size: 1.5rem; }
  p.ingressi {
    font-size: 20px;
    font-size: 1.25rem; }
  .col-wrap p + h2 {
    padding-top: 30px; }
  .col-wrap p + h3 {
    padding-top: 10px; } }

@media only screen and (max-width: 600px) {
  .btn {
    padding: 10px 20px; } }

@media only screen and (max-width: 400px) {
  h1 {
    hyphens: auto; } }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal; }

.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #000;
  display: block;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 20px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

.wrap-carousel {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
  position: relative;
  z-index: 1; }

.carousel-items {
  display: none; }

.current-item,
.next-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

.current-item {
  display: block;
  position: absolute;
  z-index: 2; }

.next-item {
  position: absolute;
  display: none;
  z-index: 1; }

.item-text {
  align-items: center;
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 3;
  width: 100%; }

.item-text > div {
  text-align: center;
  width: 100%; }
  .item-text > div p:last-child {
    margin-bottom: 0; }

.carousel-navi {
  bottom: 20px;
  display: none;
  left: 20px;
  position: absolute;
  text-align: center;
  z-index: 4; }

.carousel-navi a {
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  outline: none;
  overflow: hidden;
  text-indent: -9999px;
  width: 20px; }

.carousel-navi a:hover,
.carousel-navi a.current {
  background: #000; }

.next-item-link,
.prev-item-link {
  display: none;
  font-size: 40px;
  font-size: 2.5rem;
  overflow: hidden;
  position: absolute;
  right: 20px;
  text-decoration: none;
  top: 50%;
  z-index: 4; }

.prev-item-link {
  left: 20px;
  right: auto; }

.next-item-link:hover,
.prev-item-link:hover {
  opacity: 0.8; }

section.herokuva {
  align-items: center;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 690px;
  position: relative; }
  section.herokuva div.herokuva-txt {
    color: #e4e519;
    margin: 0 auto;
    max-width: 1200px;
    padding-bottom: 143px;
    width: 90%; }
    section.herokuva div.herokuva-txt h1 {
      font-size: 128px;
      font-size: 8rem;
      font-weight: 900;
      line-height: 1;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      text-transform: uppercase; }
  section.herokuva div.hero-bottom-img {
    background: url(img/kaarna.svg) center bottom repeat-x;
    background-size: contain;
    bottom: -2px;
    height: 143px;
    left: 0;
    position: absolute;
    width: 100%; }
    section.herokuva div.hero-bottom-img.bottom-img-hidden {
      display: none; }

body.home section.herokuva,
body.page-perheet section.herokuva,
body.page-koululaiset-opiskelijat section.herokuva,
body.page-ryhmat section.herokuva,
body.page-yritykset-yhteisot section.herokuva {
  height: 910px; }

@media only screen and (max-width: 1500px) {
  body.home section.herokuva,
  body.page-perheet section.herokuva,
  body.page-koululaiset-opiskelijat section.herokuva,
  body.page-ryhmat section.herokuva,
  body.page-yritykset-yhteisot section.herokuva {
    height: 810px; } }

@media only screen and (max-width: 1040px) {
  body.home section.herokuva,
  body.page-perheet section.herokuva,
  body.page-koululaiset-opiskelijat section.herokuva,
  body.page-ryhmat section.herokuva,
  body.page-yritykset-yhteisot section.herokuva {
    height: 640px; }
  section.herokuva {
    background-attachment: scroll; }
  section.herokuva div.herokuva-txt h1 {
    font-size: 80px;
    font-size: 5rem; } }

@media only screen and (max-width: 600px) {
  section.herokuva {
    height: 350px !important; }
  section.herokuva div.herokuva-txt h1 {
    font-size: 50px;
    font-size: 3.125rem; }
  section.herokuva div.herokuva-txt {
    padding-bottom: 70px; } }

aside {
  box-sizing: border-box;
  float: left;
  padding-right: 30px;
  position: sticky;
  top: 180px;
  width: 240px; }
  aside ul {
    border-top: 1px solid #808080;
    list-style: none;
    margin: 0;
    padding: 0; }
    aside ul > li {
      border-bottom: 1px solid #808080; }
      aside ul > li a {
        display: block;
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 800;
        padding: 15px 0;
        text-decoration: none; }
    aside ul li.current-menu-item > a {
      display: inline-block;
      position: relative; }
      aside ul li.current-menu-item > a:after {
        background: #d2091e;
        bottom: 6px;
        content: '';
        height: 5px;
        left: 0;
        position: absolute;
        width: 100%; }
    aside ul li.current-menu-item ul {
      border-top: none;
      padding-left: 10px; }
      aside ul li.current-menu-item ul li {
        border: none; }
        aside ul li.current-menu-item ul li a {
          font-weight: 500;
          padding: 10px 0; }
          aside ul li.current-menu-item ul li a:after {
            content: "\203A";
            display: inline-block;
            margin-left: 5px; }

main.aside-visible {
  float: left;
  width: calc(100% - 240px); }

@media only screen and (max-width: 1040px) {
  aside {
    display: none; }
  main.aside-visible {
    float: none;
    width: 100%; } }

body.home p.breadcrumb {
  display: none; }

p.breadcrumb {
  color: #505050;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase; }
  p.breadcrumb a {
    color: #505050;
    font-weight: 400; }
    p.breadcrumb a:hover {
      color: #1f1f1f; }

body.page-perheet p.breadcrumb,
body.page-koululaiset-opiskelijat p.breadcrumb,
body.page-ryhmat p.breadcrumb,
body.page-yritykset-yhteisot p.breadcrumb {
  margin: 0 auto;
  max-width: 1170px; }

section.avattava-osio {
  padding-bottom: 50px; }

div.accordion-item {
  border-bottom: 1px solid #808080;
  border-top: 1px solid #808080;
  margin-bottom: 32px; }

a.accordion-title {
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 800;
  padding: 14px 0;
  position: relative;
  text-decoration: none; }
  a.accordion-title img {
    position: absolute;
    right: 25px;
    top: 40px; }
  a.accordion-title span {
    background: url(img/nuoli-ylos.svg) center center no-repeat;
    background-size: contain;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 25px;
    transform: rotate(180deg);
    transition-duration: 0.5s;
    width: 16px; }
  a.accordion-title.open span {
    transform: rotate(0deg); }

div.accordion-content {
  display: none; }
  div.accordion-content div.col-wrap {
    padding: 10px 0 30px 0; }

@media only screen and (max-width: 1040px) {
  a.accordion-title {
    font-size: 24px;
    font-size: 1.5rem; } }

section.tayslevea-vaakakuva-kuvakaruselli div.col-1 {
  overflow-x: hidden;
  position: relative; }

section.tayslevea-vaakakuva-kuvakaruselli ul.images {
  clear: both;
  content: "";
  display: table;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  transform: translateX(0);
  transition: transform 0.5s ease-out;
  width: 99999px; }
  section.tayslevea-vaakakuva-kuvakaruselli ul.images li {
    float: left;
    height: 530px;
    width: 930px; }

section.tayslevea-vaakakuva-kuvakaruselli img {
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
  width: 100%; }

section.tayslevea-vaakakuva-kuvakaruselli ul.navi {
  bottom: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%; }
  section.tayslevea-vaakakuva-kuvakaruselli ul.navi li {
    display: inline-block;
    margin: 0 8px; }
    section.tayslevea-vaakakuva-kuvakaruselli ul.navi li a {
      border: 6px solid #fff;
      border-radius: 32px;
      display: block;
      height: 26px;
      text-indent: -9999px;
      width: 26px; }
      section.tayslevea-vaakakuva-kuvakaruselli ul.navi li a.selected {
        background: #fff; }

@media only screen and (max-width: 1040px) {
  section.tayslevea-vaakakuva-kuvakaruselli ul.images li {
    height: 63vw;
    width: calc(100vw - 70px); } }

@media only screen and (max-width: 600px) {
  section.tayslevea-vaakakuva-kuvakaruselli ul.images li {
    height: 63vw;
    width: calc(100vw - 50px); }
  section.tayslevea-vaakakuva-kuvakaruselli ul.navi {
    bottom: 0; }
  section.tayslevea-vaakakuva-kuvakaruselli ul.navi li {
    margin: 0 4px; }
  section.tayslevea-vaakakuva-kuvakaruselli ul.navi li a {
    border: 2px solid #fff;
    height: 10px;
    width: 10px; } }

section.tulevat-tapahtumat article {
  border-bottom: 1px solid #808080; }

section.tulevat-tapahtumat div.col-wrap {
  align-items: center;
  display: flex;
  padding: 25px 0; }

section.tulevat-tapahtumat div.col-2:first-child {
  color: #5d5d5d;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  width: 220px; }

section.tulevat-tapahtumat div.col-2:last-child {
  width: calc(100% - 220px); }

section.tulevat-tapahtumat div.event-wrap {
  border-top: 1px solid #808080;
  margin: 25px 0; }

section.tulevat-tapahtumat h4 a {
  font-weight: 800; }

@media only screen and (max-width: 600px) {
  section.tulevat-tapahtumat div.col-wrap {
    display: block; }
  section.tulevat-tapahtumat div.col-2:first-child {
    font-size: 28px;
    font-size: 1.75rem;
    padding-bottom: 20px !important;
    text-align: left; }
  section.tulevat-tapahtumat div.col-2:last-child {
    padding-bottom: 0 !important; } }

section.ajankohtaista-kaikki div.news-wrap {
  border-top: 1px solid #808080;
  margin: 25px 0; }

section.ajankohtaista-kaikki article {
  border-bottom: 1px solid #808080; }

section.ajankohtaista-kaikki div.col-wrap {
  padding: 25px 0; }

section.ajankohtaista-kaikki time {
  display: block;
  margin-bottom: 10px; }

section.ajankohtaista-kaikki p.categories {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 10px; }

section.ajankohtaista-kaikki p.categories + h3 {
  padding-top: 0; }

section.ajankohtaista-kaikki h3 {
  margin-bottom: 10px; }

section.ajankohtaista-kaikki .col-2-2 {
  width: 66.66%; }

section.ajankohtaista-kaikki .col-2-1 {
  width: 33.33%; }
  section.ajankohtaista-kaikki .col-2-1 img {
    width: 100%; }

section.ajankohtaista-kaikki ul.news-categories {
  list-style: none;
  margin: 0;
  padding: 0; }
  section.ajankohtaista-kaikki ul.news-categories > li {
    display: inline-block;
    margin: 0 10px 20px 0; }
    section.ajankohtaista-kaikki ul.news-categories > li .btn {
      border-color: #deddda;
      border-radius: 24px;
      color: #443930;
      font-weight: 500;
      padding: 10px 25px;
      transition-duration: 0s; }
      section.ajankohtaista-kaikki ul.news-categories > li .btn.selected, section.ajankohtaista-kaikki ul.news-categories > li .btn:hover {
        background-image: linear-gradient(to bottom, #8d8b83 -20%, #2f2722 118%);
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }

section.ajankohtaista-kaikki form.news-search input {
  border: 2px solid #deddda;
  box-sizing: border-box;
  max-width: 400px;
  padding: 10px;
  width: 100%; }

section.ajankohtaista-etusivu {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 50px;
  padding: 50px 0; }
  section.ajankohtaista-etusivu div.wrap {
    max-width: 930px; }
  section.ajankohtaista-etusivu div.wrap > div.col-wrap:first-child {
    padding-bottom: 0; }
  section.ajankohtaista-etusivu div.wrap > div.col-wrap:last-child {
    padding-top: 0; }
  section.ajankohtaista-etusivu a {
    color: #fff; }
  section.ajankohtaista-etusivu article {
    border-bottom: 1px solid #245c7a; }
    section.ajankohtaista-etusivu article:last-child {
      border-bottom: none; }
  section.ajankohtaista-etusivu time {
    color: #7fd8f6;
    display: block;
    margin-bottom: 10px; }
  section.ajankohtaista-etusivu p.categories {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 10px; }
  section.ajankohtaista-etusivu p.categories + h3 {
    padding-top: 0; }

@media only screen and (max-width: 1040px) {
  section.ajankohtaista-etusivu {
    padding: 0 35px; } }

@media only screen and (max-width: 600px) {
  section.ajankohtaista-etusivu {
    margin-bottom: 30px;
    padding: 0 25px; } }

section.wrap.card {
  border: 2px solid #16324c;
  box-sizing: border-box;
  margin-bottom: 35px; }
  section.wrap.card div.card-title {
    background-image: linear-gradient(to bottom, #184668, #0b233a);
    color: #fff;
    clear: both;
    content: "";
    display: table;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 20px 40px;
    width: 100%; }
    section.wrap.card div.card-title h4 {
      display: inline-block;
      float: left;
      margin-bottom: 0;
      max-width: 70%; }
    section.wrap.card div.card-title ul {
      color: #7fd8f6;
      display: inline-block;
      font-weight: 500;
      float: right;
      line-height: 1;
      list-style: none;
      margin: 0;
      padding: 0; }
      section.wrap.card div.card-title ul li {
        display: inline-block;
        margin-left: 30px; }
  section.wrap.card div.card-content {
    background: #fff;
    padding: 30px 40px; }
  section.wrap.card p:last-child {
    margin-bottom: 0; }
  section.wrap.card.card-light {
    border-color: #8d8b83; }
    section.wrap.card.card-light div.card-title {
      background-image: linear-gradient(to bottom, #f0f0f0, #deddda);
      color: #272626; }
      section.wrap.card.card-light div.card-title ul {
        color: #443930; }
  section.wrap.card div.col-wrap {
    display: flex;
    padding: 0; }
    section.wrap.card div.col-wrap div.col-2 {
      padding: 0 !important; }
    section.wrap.card div.col-wrap div.col-2:last-child img {
      display: block;
      height: 100%;
      object-fit: cover;
      width: 100%; }

section.aukioloajat-nelja-palstaa-sininen {
  background-image: linear-gradient(to bottom, #184668 -24%, #0b233a 76%);
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: -200px;
  text-align: center; }
  section.aukioloajat-nelja-palstaa-sininen div.col-wrap {
    display: flex;
    padding: 0; }
  section.aukioloajat-nelja-palstaa-sininen div.col-4 {
    border-right: 1px solid #7fd8f6;
    padding-bottom: 50px;
    padding-top: 50px; }
    section.aukioloajat-nelja-palstaa-sininen div.col-4:last-child {
      border-right: none; }
    section.aukioloajat-nelja-palstaa-sininen div.col-4 img {
      display: block;
      height: 48px;
      margin: 0 auto 30px auto;
      width: auto; }
    section.aukioloajat-nelja-palstaa-sininen div.col-4 h4 {
      font-size: 24px;
      font-size: 1.5rem;
      margin-bottom: 0; }
    section.aukioloajat-nelja-palstaa-sininen div.col-4 p {
      font-size: 24px;
      font-size: 1.5rem; }
    section.aukioloajat-nelja-palstaa-sininen div.col-4 a {
      color: #7fd8f6;
      font-size: 18px;
      font-size: 1.125rem;
      text-decoration: underline; }
  section.aukioloajat-nelja-palstaa-sininen + section.wrap {
    margin-top: 70px; }

@media only screen and (max-width: 1040px) {
  section.aukioloajat-nelja-palstaa-sininen div.col-4 h4 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 10px; }
  section.aukioloajat-nelja-palstaa-sininen div.col-4 p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4; }
  section.aukioloajat-nelja-palstaa-sininen div.col-4 {
    padding: 30px 10px !important; } }

@media only screen and (max-width: 600px) {
  section.aukioloajat-nelja-palstaa-sininen {
    margin-top: -100px; }
  section.aukioloajat-nelja-palstaa-sininen div.col-wrap {
    display: block; }
  section.aukioloajat-nelja-palstaa-sininen div.col-4 {
    border-bottom: 1px solid #7fd8f6;
    border-right: none;
    padding: 20px 10px !important; }
  section.aukioloajat-nelja-palstaa-sininen div.col-4 h4,
  section.aukioloajat-nelja-palstaa-sininen div.col-4 a {
    font-size: 16px;
    font-size: 1rem; } }

section.kohderyhmavalikko {
  background-image: linear-gradient(to bottom, #f0f0f0, #fff 20%); }
  section.kohderyhmavalikko div.col-wrap:first-child,
  section.kohderyhmavalikko div.col-wrap:nth-child(3) {
    padding-bottom: 0; }
  section.kohderyhmavalikko div.kohderyhmat,
  section.kohderyhmavalikko div.tarjonta {
    margin: 0 auto;
    max-width: 1170px; }
    section.kohderyhmavalikko div.kohderyhmat a,
    section.kohderyhmavalikko div.tarjonta a {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      display: inline-block;
      height: 583px;
      margin: 3px;
      text-align: center;
      text-decoration: none;
      width: calc(50% - 6px); }
      section.kohderyhmavalikko div.kohderyhmat a:hover div.text,
      section.kohderyhmavalikko div.tarjonta a:hover div.text {
        background: rgba(244, 246, 95, 0.9); }
      section.kohderyhmavalikko div.kohderyhmat a:hover p.tarkenne,
      section.kohderyhmavalikko div.tarjonta a:hover p.tarkenne {
        display: block; }
    section.kohderyhmavalikko div.kohderyhmat div.text,
    section.kohderyhmavalikko div.tarjonta div.text {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      height: 100%;
      justify-content: center;
      padding: 20px;
      position: relative;
      transition-duration: 0.5s;
      width: 100%; }
    section.kohderyhmavalikko div.kohderyhmat h3,
    section.kohderyhmavalikko div.tarjonta h3 {
      background: #e4e519;
      display: inline-block;
      font-size: 28px;
      font-size: 1.75rem;
      font-weight: 500;
      padding: 15px 30px;
      text-align: center;
      width: auto; }
    section.kohderyhmavalikko div.kohderyhmat p.tarkenne,
    section.kohderyhmavalikko div.tarjonta p.tarkenne {
      box-sizing: border-box;
      display: none;
      left: 0;
      padding: 0 20px;
      position: absolute;
      text-align: center;
      top: calc(50% + 40px);
      width: 100%; }
  section.kohderyhmavalikko div.tarjonta {
    clear: both;
    content: "";
    display: table;
    max-width: 100%; }
    section.kohderyhmavalikko div.tarjonta a {
      display: block;
      float: left;
      height: 690px;
      margin: 15px;
      text-align: center;
      vertical-align: top;
      width: calc(50% - 30px); }
      section.kohderyhmavalikko div.tarjonta a:nth-child(2) {
        height: 330px; }
      section.kohderyhmavalikko div.tarjonta a:nth-child(3), section.kohderyhmavalikko div.tarjonta a:nth-child(4) {
        height: 330px;
        width: calc(25% - 30px); }
      section.kohderyhmavalikko div.tarjonta a:hover div.text {
        background: rgba(0, 0, 0, 0.4); }
      section.kohderyhmavalikko div.tarjonta a:hover p.tarkenne {
        color: #fff;
        font-weight: 400; }
    section.kohderyhmavalikko div.tarjonta h3 {
      background: none;
      color: #fff;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: 800;
      padding: 0; }

@media only screen and (max-width: 1040px) {
  section.kohderyhmavalikko div.kohderyhmat a,
  section.kohderyhmavalikko div.tarjonta a {
    height: 40vw;
    vertical-align: top; }
  section.kohderyhmavalikko div.kohderyhmat h3,
  section.kohderyhmavalikko div.tarjonta h3 {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 10px; }
  section.kohderyhmavalikko div.kohderyhmat,
  section.kohderyhmavalikko div.tarjonta {
    padding-top: 0; }
  section.kohderyhmavalikko div.tarjonta a {
    height: 40vw !important;
    margin: 3px;
    width: calc(50% - 6px) !important; } }

@media only screen and (max-width: 600px) {
  main > section.bg-light-gray:nth-child(3):before,
  main > section.kohderyhmavalikko:before {
    height: 70px; }
  section.kohderyhmavalikko div.kohderyhmat a,
  section.kohderyhmavalikko div.tarjonta a {
    display: block;
    height: calc(100vw - 50px) !important;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important; }
  section.kohderyhmavalikko div.kohderyhmat h3,
  section.kohderyhmavalikko div.tarjonta h3 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 0; }
  section.kohderyhmavalikko div.kohderyhmat p.tarkenne,
  section.kohderyhmavalikko div.tarjonta p.tarkenne {
    line-height: 1.4;
    top: calc(50% + 20px); } }

section.kuvalliset-linkit-kahdessa-palstassa div.wrap {
  max-width: 1170px; }

section.kuvalliset-linkit-kahdessa-palstassa div.col-wrap:first-child {
  padding-bottom: 0; }
  section.kuvalliset-linkit-kahdessa-palstassa div.col-wrap:first-child h3 {
    margin-bottom: 0; }

section.kuvalliset-linkit-kahdessa-palstassa div.col-wrap:last-child {
  text-align: center; }

section.kuvalliset-linkit-kahdessa-palstassa a.bg-image-btn {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 450px;
  margin: 0 15px 30px 15px;
  position: relative;
  text-decoration: none;
  width: calc(50% - 15px); }
  section.kuvalliset-linkit-kahdessa-palstassa a.bg-image-btn div.bg-dark {
    background: #1f1f1f;
    height: 100%;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    z-index: 1; }
  section.kuvalliset-linkit-kahdessa-palstassa a.bg-image-btn:nth-child(2n + 1) {
    margin-left: 0; }
  section.kuvalliset-linkit-kahdessa-palstassa a.bg-image-btn:nth-child(2n) {
    margin-right: 0; }
  section.kuvalliset-linkit-kahdessa-palstassa a.bg-image-btn > div {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%;
    z-index: 2; }

@media only screen and (max-width: 1040px) {
  section.kuvalliset-linkit-kahdessa-palstassa {
    padding: 0 35px; }
  section.kuvalliset-linkit-kahdessa-palstassa a.bg-image-btn {
    height: 45vw; } }

@media only screen and (max-width: 600px) {
  section.kuvalliset-linkit-kahdessa-palstassa {
    padding: 0 25px; }
  section.kuvalliset-linkit-kahdessa-palstassa a.bg-image-btn {
    display: block;
    height: calc(100vw - 50px);
    margin: 0 0 20px 0;
    width: 100%; } }

section.lista dl {
  margin: 0 0 40px 0;
  padding: 0; }
  section.lista dl dt {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 800;
    padding: 14px 19px; }
  section.lista dl.bg-gray dt {
    background-color: #deddda; }
  section.lista dl.bg-black dt {
    background-color: #272626;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

section.lista dd {
  border-bottom: 1px solid #979797;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0;
  padding: 14px 0; }
  section.lista dd span.left {
    box-sizing: border-box;
    display: inline-block;
    padding-right: 10px;
    width: 75%; }
    section.lista dd span.left strong {
      display: block; }
  section.lista dd span.right {
    box-sizing: border-box;
    display: inline-block;
    font-weight: 800;
    padding-right: 19px;
    text-align: right;
    width: 25%; }

@media only screen and (max-width: 600px) {
  section.lista dl dt {
    font-size: 20px;
    font-size: 1.25rem; }
  section.lista dd {
    font-size: 16px;
    font-size: 1rem; } }

section.kuvagalleria ul.gallery {
  list-style: none;
  margin: 0;
  padding: 0; }
  section.kuvagalleria ul.gallery li {
    display: inline-block;
    height: 200px;
    line-height: 1;
    margin: 0 5px;
    padding: 0;
    width: calc(25% - 10px); }
    section.kuvagalleria ul.gallery li a {
      display: block;
      height: 100%;
      line-height: 1; }
    section.kuvagalleria ul.gallery li img {
      display: block;
      height: 100%;
      object-fit: cover;
      object-position: center center;
      width: 100%; }

@media only screen and (max-width: 1040px) {
  section.kuvagalleria ul.gallery li {
    height: 160px; } }

@media only screen and (max-width: 600px) {
  section.kuvagalleria ul.gallery li {
    display: block;
    height: calc(100vw - 50px);
    margin: 0 0 10px 0;
    width: 100%; } }

article.search-result {
  margin-bottom: 20px; }

.fts-mashup-description-wrap {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

@media only screen and (max-width: 600px) {
  .fts-mashup img {
    max-width: calc(100vw - 70px) !important; }
  .fts-mashup-post-wrap {
    display: block;
    margin: 10px 0 !important;
    max-width: calc(100vw - 70px) !important;
    padding-bottom: 20px !important; }
  .fts-mashup-description-wrap {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5; } }

section.wrap-404 {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 150px 0; }
  section.wrap-404 div.wrap {
    max-width: 690px; }
  section.wrap-404 h1 {
    color: #e4e519;
    font-size: 128px;
    font-size: 8rem;
    margin-bottom: 0; }
  section.wrap-404 h2 {
    line-height: 1.5; }

body.error404 {
  background: url(img/Lusto-404-tausta.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }
  body.error404 header {
    background: #fff; }

div.person {
  background: #fff;
  border: solid 2px rgba(141, 139, 131, 0.4);
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(141, 139, 131, 0.4);
  display: inline-block;
  margin: 0 20px 20px 0;
  max-width: 450px;
  padding: 35px;
  text-align: center;
  width: calc(50% - 20px); }
  div.person div.person-img {
    padding-bottom: 33px; }
    div.person div.person-img img {
      display: block;
      margin: 0 auto;
      max-width: 212px; }
  div.person h4 {
    line-height: 1.56;
    margin-bottom: 30px; }
    div.person h4 span {
      font-size: 18px;
      font-size: 1.125rem; }
  div.person p {
    line-height: 1.56; }
  div.person a.person-popup {
    font-weight: bold; }

div.popup-bg {
  background: transparent;
  height: 100vh;
  left: 0;
  opacity: 0.95;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10; }

div.popup {
  background: #fff;
  border: solid 2px rgba(141, 139, 131, 0.4);
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(141, 139, 131, 0.4);
  clear: both;
  content: "";
  display: table;
  left: calc(50% - 469px);
  max-width: 938px;
  min-height: 300px;
  padding: 58px;
  position: absolute;
  top: 0;
  width: 96%;
  z-index: 11; }
  div.popup div.popup-img {
    float: left;
    width: 400px; }
  div.popup div.popup-txt {
    float: left;
    width: calc(100% - 400px); }
    div.popup div.popup-txt h4 {
      line-height: 1.56;
      margin-bottom: 30px; }
      div.popup div.popup-txt h4 span {
        font-size: 18px;
        font-size: 1.125rem; }
    div.popup div.popup-txt p {
      line-height: 1.56; }
    div.popup div.popup-txt a {
      font-weight: normal; }
  div.popup a.close {
    background-image: url(img/close-icon-light.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 22px;
    overflow: hidden;
    position: absolute;
    right: 25px;
    text-indent: -9999px;
    top: 25px;
    width: 22px; }

@media only screen and (max-width: 1040px) {
  div.popup {
    left: 36px;
    width: calc(100% - 72px); }
    div.popup div.popup-img {
      width: 200px; }
      div.popup div.popup-img img {
        max-width: 100%; }
    div.popup div.popup-txt {
      padding-left: 40px;
      width: calc(100% - 200px); } }

@media only screen and (max-width: 600px) {
  div.person {
    display: block;
    width: 100%; }
  div.popup {
    left: 25px;
    padding: 20px;
    width: calc(100% - 50px); }
    div.popup div.popup-img {
      float: none;
      padding: 50px 0 20px 0;
      width: 100%; }
      div.popup div.popup-img img {
        display: block;
        margin: 0 auto; }
    div.popup div.popup-txt {
      padding-left: 0;
      width: 100%; } }

section.blogilistaus article {
  border-bottom: 1px solid #808080; }

section.blogilistaus div.col-wrap {
  align-items: center;
  display: flex;
  padding: 25px 0; }

section.blogilistaus div.col-2:first-child {
  color: #5d5d5d;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  width: 220px; }

section.blogilistaus div.col-2:last-child {
  width: calc(100% - 220px); }

section.blogilistaus div.event-wrap {
  border-top: 1px solid #808080;
  margin: 25px 0; }

section.blogilistaus h4 a {
  font-weight: 800; }

section.blogilistaus p.categories {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 10px; }

section.blogilistaus time {
  display: block;
  margin-bottom: 10px; }

section.blogilistaus p.categories + h3 {
  padding-top: 0; }

section.tilaa-uutiskirje-mailchimp label {
  display: block;
  padding-bottom: 5px; }

section.tilaa-uutiskirje-mailchimp input, section.tilaa-uutiskirje-mailchimp select, section.tilaa-uutiskirje-mailchimp textarea {
  border: 1px solid #272626;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 10px;
  max-width: 400px;
  padding: 10px;
  width: 100%; }

section.tilaa-uutiskirje-mailchimp input[type=submit] {
  background-image: linear-gradient(to bottom, #184668, #0b233a);
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 10px 30px;
  width: auto; }

.cookie-notice-container {
  padding: 19px 30px !important; }

div#cookie-notice {
  background: #d2091e !important; }
  div#cookie-notice .btn {
    background: #fff;
    color: #d2091e;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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