/** Generated: Wednesday, 2nd of July 2025, 07:06:12 // Powered by AIOM+ (All In One Minify) created by FlipZoom Media Inc. - David Karich (flipzoom.de) **/
@charset "UTF-8";
/**
 * If you add new variables to this file, please add them to **_variables.scss.default** file also.
 *
 * Make a copy of this this file to **_variables.scss** and modify it.
 */
/* Responsive sizes */
/* When menu changes to mobile. Also in js */
/* Site specific */
/* Spacing */
/* DO NOT EDIT */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/site/templates/styles/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/huimalite/site/templates/node_modules/slick-carousel/slick/fonts/slick.eot");
  src: url("/huimalite/site/templates/node_modules/slick-carousel/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/huimalite/site/templates/node_modules/slick-carousel/slick/fonts/slick.woff") format("woff"), url("/huimalite/site/templates/node_modules/slick-carousel/slick/fonts/slick.ttf") format("truetype"), url("/huimalite/site/templates/node_modules/slick-carousel/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  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;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* RESET */
html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat";
  font-weight: 400;
  color: #343434;
  font-size: 16px;
  line-height: 1.5em;
  overflow-wrap: break-word;
}

a {
  text-decoration: none;
  color: #343434;
}

.content-block a,
.news-block .content a,
.lohko-sisalto a,
.cols-block a,
.text-block a,
.form-block a {
  color: #8E24AA;
  text-transform: none;
}

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

/* GLOBAL */
.container {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .container {
    width: 1158px;
  }
}

.btn.btn-solid,
button.btn-solid {
  color: #ffffff !important;
  background-color: #8E24AA !important;
  border-color: #8E24AA !important;
}

.btn.btn-solid:active,
button.btn-solid:active {
  color: #8E24AA !important;
  background-color: #ffffff !important;
}

.bg .form-block .InputfieldForm button,
.bg .btn,
.bg button {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background-color: #8E24AA !important;
}
.bg .form-block .InputfieldForm button:active,
.bg .btn:active,
.bg button:active {
  color: #8E24AA !important;
  background-color: #ffffff !important;
}
.bg .btn.btn-solid,
.bg button.btn-solid {
  color: #8E24AA !important;
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}
.bg .btn.btn-solid:active,
.bg button.btn-solid:active {
  color: #ffffff !important;
  background-color: #8E24AA !important;
}

.cols-2 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 762px) {
  .cols-2 {
    flex-direction: row;
  }
  .cols-2.reverse {
    flex-direction: row-reverse;
  }
  .cols-2 .col {
    width: calc(50% - 1rem);
  }
}

.cols-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 762px) {
  .cols-3 {
    flex-direction: row;
  }
  .cols-3 .col {
    width: calc(33% - 1rem);
  }
}

.cols-4 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 450px) {
  .cols-4 {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .cols-4 .col {
    width: calc(50% - 1rem);
  }
}
@media (min-width: 762px) {
  .cols-4 {
    flex-wrap: none;
  }
  .cols-4 .col {
    width: calc(50% - 1rem);
  }
}
@media (min-width: 900px) {
  .cols-4 {
    flex-wrap: none;
  }
  .cols-4 .col {
    width: calc(25% - 1rem);
  }
}

.col {
  box-sizing: border-box;
}
.col > :first-child {
  margin-top: 0;
}

h1 {
  font-family: "Montserrat";
  font-size: 2rem;
  color: #8E24AA;
  line-height: 1.111em;
  font-weight: 600;
}
@media (min-width: 762px) {
  h1 {
    font-size: 2.25rem;
    /* 36px */
  }
}

h2 {
  font-family: "Montserrat";
  font-size: 1.2rem;
  line-height: 1.2em;
  letter-spacing: -0.02em;
  /* 5 */
}
@media (min-width: 762px) {
  h2 {
    font-size: 1.333rem;
    /* 20px */
  }
}

em {
  text-transform: uppercase;
  font-size: 0.933rem;
  /* 14px */
}

p strong {
  font-family: "Montserrat";
  font-size: 1.1rem;
  /* 20px */
}
@media (min-width: 762px) {
  p strong {
    font-size: 1.25rem;
    /* 20px */
  }
}

h1.block-header {
  margin-top: 0;
  text-align: center;
}

h1.block-header.left {
  text-align: left;
}

h1.block-header.koko-1 {
  font-weight: 500;
  color: #8E24AA;
  font-family: "Montserrat";
  font-size: 1.5rem;
  /* 28px */
}
@media (min-width: 450px) {
  h1.block-header.koko-1 {
    font-size: 1.7rem;
    /* 32px */
  }
}
@media (min-width: 762px) {
  h1.block-header.koko-1 {
    font-size: 1.9rem;
    /* 34px */
  }
}
@media (min-width: 1200px) {
  h1.block-header.koko-1 {
    font-size: 2rem;
    /* 36px */
  }
}

h1.block-header.koko-2 {
  font-size: 2rem;
  font-weight: 600;
  color: #8E24AA;
  font-family: "Montserrat";
}
@media (min-width: 450px) {
  h1.block-header.koko-2 {
    font-size: 2rem;
    /* 30px */
  }
}
@media (min-width: 762px) {
  h1.block-header.koko-2 {
    font-size: 2.3333rem;
    /* 35px */
  }
}
@media (min-width: 1200px) {
  h1.block-header.koko-2 {
    font-size: 3rem;
    /* 45px */
  }
}

h1.block-header.koko-3 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #8E24AA;
  font-family: "Montserrat";
}
@media (min-width: 450px) {
  h1.block-header.koko-3 {
    font-size: 2.5rem;
    /* 40px */
  }
}
@media (min-width: 762px) {
  h1.block-header.koko-3 {
    font-size: 2.8125rem;
    /* 45px */
  }
}
@media (min-width: 1200px) {
  h1.block-header.koko-3 {
    font-size: 3.4375rem;
    /* 55px */
  }
}

h2.small-header {
  font-size: 0.933rem;
  /* 14px */
  line-height: 1.285em;
  text-transform: uppercase;
}

p.ingress {
  font-size: 1.15rem;
  letter-spacing: 0.01em;
  line-height: 1.363em;
}
@media (min-width: 762px) {
  p.ingress {
    font-size: 1.375rem;
    /* 22px */
  }
}

.col.bg {
  background-color: #1A237E;
  padding: 70px;
}

section.bg {
  background-color: #1A237E;
  color: #ffffff;
}
section.bg h1.block-header.koko-1 {
  color: #D500F9;
}
section.bg h1.block-header.koko-2 {
  color: #ffffff;
}
section.bg h1.block-header.koko-3 {
  color: #fff;
}

.center {
  text-align: center;
}

/* Header and footer */
.logo img {
  height: 48px;
  width: auto;
  display: block;
}

.logo p {
  color: #fff;
}

.navright {
  align-content: flex-end;
  display: flex;
}
@media (max-width: 1000px) {
  .navright {
    width: 100%;
  }
}

.slick-slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 2s ease;
  -webkit-transition: opacity 2s ease;
}
.slick-slider .slick-slide > div {
  height: 100%;
  width: 100%;
}
.slick-slider .slick-list {
  width: 100%;
  opacity: 0;
  position: absolute;
}
.slick-slider .slide {
  width: 100%;
  height: 100%;
  background-position: center center;
}
.slick-slider .slick-dots li {
  margin: 0;
}
.slick-slider .slick-dots li button {
  padding: 1px;
  width: 18px;
  height: 18px;
}
.slick-slider .slick-dots li button::before {
  color: white;
  opacity: 1;
  font-size: 6px;
}
.slick-slider .slick-dots li.slick-active button::before {
  color: white;
  font-size: 10px;
}

.slick-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
  transition: opacity 2s ease-in-out;
  -webkit-transition: opacity 2s ease-in-out;
}

.slick-slider.slick-initialized .slick-list {
  opacity: 1;
  visibility: visible;
  position: relative;
  transition: opacity 1s ease-in;
}

/* SECTIONS */
.logo-block {
  justify-content: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 1em 0 1em 0;
}
@media (min-width: 300px) {
  .logo-block {
    flex-wrap: wrap;
  }
}
@media (min-width: 450px) {
  .logo-block {
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .logo-block {
    flex-wrap: nowrap;
  }
}
.logo-block .img {
  margin: 0 auto;
}
.logo-block img {
  width: auto;
  height: 50px;
  margin: 0 0 1em 2em;
  display: flex;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 1000;
  /* TODO change to min-width */
}
header:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1A237E;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 10;
}
header.scrolled nav > ul > li:last-child a {
  padding-right: 0;
}
header.scrolled nav > ul > li.has-children > .linkspan:after, header.scrolled nav > ul > li.has-children > a:after {
  border-color: #ffffff;
}
header.scrolled nav > ul > li.active > .linkspan, header.scrolled nav > ul > li:hover > .linkspan, header.scrolled nav > ul > li.active > a, header.scrolled nav > ul > li:hover > a {
  color: #D500F9;
}
header.scrolled nav > ul > li.active > .linkspan:after, header.scrolled nav > ul > li.has-children:hover > .linkspan:after, header.scrolled nav > ul > li.active > a:after, header.scrolled nav > ul > li.has-children:hover > a:after {
  border-color: #D500F9;
}
header.scrolled nav > ul > li .linkspan,
header.scrolled nav > ul > li a {
  color: #ffffff;
}
header.scrolled nav > ul ul {
  background: #1A237E;
}
header.scrolled nav > ul ul li.a {
  background-color: #f3d3 !important;
}
header.scrolled nav > ul ul li.active > a, header.scrolled nav > ul ul li:hover > a {
  color: #D500F9;
}
header.scrolled nav > ul ul li a {
  color: #ffffff;
  font-family: "Montserrat";
}
header.scrolled nav > ul ul ul li.active > a, header.scrolled nav > ul ul ul li:hover > a {
  color: #D500F9;
}
header.scrolled nav > ul ul ul li a {
  color: #ffffff;
}
header.scrolled:after {
  background-color: #1A237E;
  opacity: 0.9;
}
header.scrolled hr {
  opacity: 0;
}
header .widecontainer {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 11;
  margin: 0 5%;
}
@media (min-width: 1000px) {
  header .widecontainer {
    padding-top: 0 4%;
  }
}
header .logo a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-height: 100%;
  z-index: 100;
  display: block;
}
header hr {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 1px;
  background: transparent;
  outline: none;
  border: none;
  opacity: 0.3;
  transition: opacity 0.5s ease-in-out;
  z-index: 7;
}
header nav {
  position: relative;
  z-index: 8;
}
header nav:after, header nav > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
header nav .head-mobile {
  display: none;
}
header nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
header nav > ul > li {
  position: relative;
}
header nav > ul > li:hover > ul {
  left: auto;
  right: 0;
  flex-direction: column;
}
header nav > ul > li:hover > ul > li {
  line-height: 2em;
  height: auto;
  position: relative;
}
header nav > ul > li:last-child a {
  padding-right: 0;
}
header nav > ul > li.has-children > .linkspan:after, header nav > ul > li.has-children > a:after {
  content: "";
  position: absolute;
  top: 52%;
  right: 3em;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: translateY(-100%) rotate(-45deg);
  transition: all 0.3s ease;
}
header nav > ul > li.active > .linkspan, header nav > ul > li:hover > .linkspan, header nav > ul > li.active > a, header nav > ul > li:hover > a {
  color: #D500F9;
}
header nav > ul > li.active > .linkspan:after, header nav > ul > li.has-children:hover > .linkspan:after, header nav > ul > li.active > a:after, header nav > ul > li.has-children:hover > a:after {
  border-color: #D500F9;
  transform: translateY(-100%) rotate(45deg);
}
header nav > ul > li .linkspan,
header nav > ul > li a {
  display: block;
  position: relative;
  font-family: "Montserrat";
  color: #ffffff;
  font-weight: 700;
  font-size: 0.933rem;
  /* 14px */
  line-height: 80px;
  text-transform: uppercase;
  padding: 0 4.7em 0 2em;
  transition: color 0.3s ease;
}
header nav > ul > li .linkspan:hover,
header nav > ul > li a:hover {
  transition: color 0.3s ease;
}
header nav > ul > li .linkspan img,
header nav > ul > li a img {
  vertical-align: text-bottom;
}
header nav > ul > li .linkspan {
  cursor: default;
}
header nav > ul ul {
  position: absolute;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 1.5em 0;
  left: -9999px;
  background: #1A237E;
}
header nav > ul ul:hover > ul {
  left: auto;
  flex-direction: column;
}
header nav > ul ul:hover > ul > li {
  line-height: 2em;
  height: auto;
}
header nav > ul ul li {
  height: 0;
  transition: all 0.25s ease;
}
header nav > ul ul li.active > a, header nav > ul ul li:hover > a {
  color: #D500F9;
}
header nav > ul ul li:first-child a {
  padding-top: 1em;
}
@media (min-width: 1000px) {
  header nav > ul ul li:first-child a {
    padding-top: 0;
  }
}
header nav > ul ul li:last-child a {
  padding-bottom: 1em;
}
@media (min-width: 1000px) {
  header nav > ul ul li:last-child a {
    padding-bottom: 0;
  }
}
header nav > ul ul li a {
  line-height: inherit;
  text-transform: none;
  width: auto;
  font-size: 1rem;
  line-height: 1.3em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  font-family: "Montserrat";
}
header nav > ul ul ul {
  position: relative;
  list-style: none;
  margin: 0;
  left: auto;
  margin-left: 1em;
  padding: 0 0 0 0;
  background: none;
  height: 0;
}
header nav > ul ul ul.open {
  margin-top: 0.5em;
}
@media (max-width: 1000px) {
  header nav > ul ul ul li:first-of-type {
    padding: 0.5em 0 0 1em;
  }
}
header nav > ul ul ul li {
  height: auto;
  transition: all 0.25s ease;
}
header nav > ul ul ul li.active > a, header nav > ul ul ul li:hover > a {
  color: #D500F9;
}
header nav > ul ul ul li a {
  line-height: 1.3em;
  text-transform: none;
  width: auto;
  padding-bottom: 0.5em;
  font-size: 1rem;
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  font-family: "Montserrat";
}
@media (min-width: 1000px) {
  header ul li span.submenu-button {
    display: none;
  }
  header ul li ul li span.submenu-button {
    display: block;
  }
}
@media (max-width: 1000px) {
  header ul li span.submenu-button {
    display: block;
  }
}
header .submenu-button {
  position: absolute;
  z-index: 99;
  right: 7px;
  border-left: none;
  height: 46px;
  width: 46px;
  cursor: pointer;
  top: -8px;
  display: block;
}
@media (max-width: 1000px) {
  header .submenu-button {
    top: 0;
  }
}
header .submenu-button.submenu-opened:before {
  display: none;
}
@media (max-width: 1000px) {
  header .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
}
header .submenu-button:before {
  content: "";
  position: absolute;
  top: 19px;
  right: 22px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ffffff;
}
@media (max-width: 1000px) {
  header .submenu-button:before {
    background: #ffffff;
  }
}
header .submenu-button:after {
  content: "";
  position: absolute;
  top: 22px;
  right: 19px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ffffff;
}
@media (max-width: 1000px) {
  header .submenu-button:after {
    background: #ffffff;
  }
}
@media (max-width: 1000px) {
  header {
    height: auto;
    min-height: 60px;
    max-height: 100vh;
  }
  header:after {
    opacity: 1;
    background-color: #1A237E;
  }
  header .container {
    display: block;
  }
  header .logo {
    position: absolute;
    top: 0;
    height: 60px;
    width: 50%;
    z-index: 99;
  }
  header .logo img {
    max-height: 46px;
  }
  header nav {
    width: 100%;
    padding-top: 60px;
  }
  header nav ul {
    width: 100%;
    display: none;
    /* Second level */
  }
  header nav ul li {
    width: 100%;
    border-top: none;
    position: relative;
    margin-left: -1.5em;
  }
  header nav ul li a {
    line-height: 48px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 0;
  }
  header nav ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    box-sizing: border-box;
    /* Third level */
  }
  header nav ul ul li {
    background: #1A237E !important;
    height: auto;
    line-height: 2em;
  }
  header nav ul ul li a {
    color: #ffffff;
    margin-left: 1em;
    background: none;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 0;
    background-color: #1A237E;
  }
  header nav ul ul li a:hover {
    color: #D500F9;
  }
  header nav ul ul li.active > a, header nav ul ul li:hover > a {
    color: #D500F9;
  }
  header nav ul ul ul {
    position: relative;
    width: 100%;
    margin: 0;
    text-align: left;
    box-sizing: border-box;
  }
  header nav ul ul ul li {
    background: #1A237E !important;
    height: auto;
    padding-left: 1em;
  }
  header nav ul ul ul li a {
    color: #ffffff;
    background: none;
  }
  header nav ul ul ul li a:hover {
    color: #D500F9;
  }
  header nav ul > li.has-sub > .linkspan:after,
header nav ul > li.has-sub > .linkspan:before,
header nav ul > li.has-sub > a:after,
header nav ul > li.has-sub > a:before,
header nav ul ul > li.has-sub > a:after,
header nav ul ul > li.has-sub > a:before {
    display: none;
    padding-left: 10px;
  }
  header nav #head-mobile {
    display: block;
    padding: 23px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700;
  }
  header nav ul ul .submenu-button {
    height: 2em;
    width: 2em;
    margin-right: 0.4em;
  }
  header nav ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  header nav ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  header hr {
    display: none !important;
  }
  header .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 12399994;
  }
}
@media (max-width: 1000px) and (max-width: 1000px) {
  header .button {
    top: 5px;
  }
}
@media (max-width: 1000px) {
  header .button:after {
    content: "";
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
}
@media (max-width: 1000px) {
  header .button:before {
    content: "";
    transition: all 0.3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #ffffff;
  }
}
@media (max-width: 1000px) {
  header .button.menu-opened:after {
    transition: all 0.3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #FFFFFF;
    transform: rotate(45deg);
  }
}
@media (max-width: 1000px) {
  header .button.menu-opened:before {
    top: 23px;
    background: #FFFFFF;
    width: 19px;
    transform: rotate(-45deg);
  }
}
@media (max-width: 1000px) {
  header .button > ul > li.has-sub > ul > li.active > a, header .button > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
}

/* Search */
#search-form {
  background: #1A237E;
  display: none;
  z-index: 9999;
  box-shadow: 0 4px 22px -8px #000;
}
@media (min-width: 1000px) {
  #search-form {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 1000px) {
  #search-form {
    position: relative;
    top: 0;
  }
}
#search-form .container {
  display: block;
  margin: 0 auto;
}
#search-form .searchform {
  font-family: "Montserrat";
  display: block;
  width: 100%;
  padding: 25px 0 25px 0;
  margin: 0 auto;
  outline: none;
  font-weight: 400;
  line-height: 1.5;
  color: #343434 !important;
  background-color: #1A237E;
  background-image: none;
  border: 1px solid #1A237E;
  transition: border-color ease-in-out 0.15s;
  font-size: 1.5rem;
}
@media (min-width: 1000px) {
  #search-form .searchform {
    font-size: 2rem;
  }
}
#search-form .autocomplete-suggestions {
  background: white;
  padding: 1em;
  overflow-y: auto;
  font-size: 18px;
  line-height: 1.4em;
  color: #343434;
  left: 0px;
  right: 0px;
  margin: auto;
}
#search-form .autocomplete-suggestion {
  cursor: pointer;
  margin-bottom: 0.7em;
}
#search-form .autocomplete-suggestion strong {
  font-weight: normal;
  color: #8E24AA;
}

.header-images {
  background: #1A237E;
  color: #ffffff;
  visibility: hidden;
  transition: opacity 2s ease;
  -webkit-transition: opacity 2s ease;
}
.header-images h1.block-header {
  margin-top: 0;
  color: #ffffff;
}
.header-images p {
  font-size: 1.2rem;
  /* 22px */
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 762px) {
  .header-images p {
    font-size: 1.375rem;
    /* 22px */
  }
}
.header-images div.carousel {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.header-images div.carousel div.slick-slide {
  min-height: 400px;
  position: relative;
  height: 100vh;
  transition: opacity 2s ease;
  -webkit-transition: opacity 2s ease;
}
@media (min-width: 450px) {
  .header-images div.carousel div.slick-slide {
    height: 100vh;
  }
}
.header-images div.carousel div.slick-slide .container {
  position: relative;
  z-index: 3;
  margin-top: 80px;
  margin-bottom: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 762px) {
  .header-images div.carousel div.slick-slide .container {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.header-images div.carousel div.slick-slide .slide.has-image {
  background-color: #fff;
}
.header-images div.carousel div.slick-slide .slide.has-image:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1A237E;
  opacity: 0.5;
  z-index: 2;
}
.header-images div.carousel div.slick-slide .bgimage {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center center;
  top: 0;
  left: 0;
}
.header-images div.carousel .slick-slider .slick-dots {
  bottom: 50px;
}
.header-images .oneimage .image {
  min-height: 400px;
  background-color: #fff;
  position: relative;
  visibility: visible;
}
.header-images .oneimage .image.bgcolour {
  background-color: #1A237E;
}
@media (min-width: 762px) {
  .header-images .oneimage .image {
    min-height: 600px;
  }
}
.header-images .oneimage .image .container {
  position: relative;
  z-index: 3;
  padding: 4.66rem 0;
}
@media (min-width: 762px) {
  .header-images .oneimage .image .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
  }
}

.content-block .col .reverse .imagecol .wraparound {
  float: left !important;
  display: block !important;
}

.content-block .col .imagecol .wraparound {
  float: right !important;
  display: block !important;
}

.content-block {
  padding: 2.33rem 0;
}
@media (min-width: 1200px) {
  .content-block {
    padding: 4.66rem 0;
  }
}
.content-block h2 {
  margin-bottom: 2em;
}
.content-block ul {
  margin-left: -1.5em;
}
.content-block a {
  font-weight: 700;
}
.content-block .col > img {
  display: block;
}

@media (max-width: 762px) {
  .videocol,
.imagecol {
    margin-top: 2.33rem;
  }
}
.lohko-sisalto ul li {
  margin: 0.5em 0;
}

.slick-track {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  align-content: stretch !important;
  justify-content: space-between;
}

.text-block .buttons {
  text-align: center;
}
.text-block .buttons a.btn {
  margin-top: 0;
}
.text-block .date {
  margin-bottom: 1rem;
  color: #8E24AA;
  font-weight: 700;
}

.background-block.bg {
  background-color: #1A237E;
  color: #ffffff;
}
.background-block.bg h1.koko-1 {
  color: #ffffff !important;
}
.background-block.bg h1.koko-2 {
  color: #D500F9 !important;
}
.background-block.bg h1.koko-3 {
  color: #D500F9 !important;
}
.background-block h1 {
  margin-top: 0.6em;
}
.background-block p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.background-block .buttons {
  margin: 70px 0 0 0;
  text-align: center;
}
.background-block .background {
  min-height: 150px;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.background-block .background.has-image {
  color: #ffffff;
}
.background-block .background.has-image h1 {
  color: #D500F9 !important;
}
.background-block .background.has-image:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1A237E;
  opacity: 0.8;
  z-index: 5;
}
.background-block .container {
  position: relative;
  padding: 2.33rem 0;
  z-index: 7;
}
@media (min-width: 1200px) {
  .background-block .container {
    padding: 4.66rem 0;
  }
}

.nopad {
  padding: 0 !important;
}

.nopad p:first-of-type {
  padding-top: 4.66rem;
}

.nopad p:last-of-type {
  padding-bottom: 4.66rem;
}

.column-content {
  padding: 2.33rem 0;
}
@media (min-width: 1200px) {
  .column-content {
    padding: 4.66rem 0;
  }
}
.column-content .col {
  margin-bottom: 2rem;
}
.column-content .col.bg {
  background-color: #E1E2E5;
  color: #343434;
  padding: 30px 20px;
}
@media (min-width: 762px) {
  .column-content .col.bg {
    padding: 70px;
  }
}
.column-content ul.box {
  width: 57%;
  margin: 2rem auto 0 auto;
  box-sizing: border-box;
  list-style: none;
  font-size: 1rem;
  line-height: 2em;
  text-align: center;
  padding: 1.533em 1em;
  border-top: solid 1px #1A237E;
  border-bottom: solid 1px #1A237E;
  font-weight: 700;
}
.column-content .btn:last-child {
  margin-top: 4rem;
}

.moreinfo {
  color: #8E24AA;
  font-weight: 700;
  margin-top: 1rem;
}

.newscarousel .bg .slick-slide,
.news-block .bg .slick-slide {
  background: #E1E2E5;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 14px;
}

.news-block .newscarousel.dropshadow .slick-slide {
  padding: 14px;
  box-shadow: 1px 1px 5px #666;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
  height: auto !important;
}

.news-block {
  padding: 4.66rem 0;
}
.news-block .newscarousel {
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: -1rem;
  margin-bottom: 2rem;
}
@media (min-width: 900px) {
  .news-block .newscarousel .col {
    width: calc(25% - 1rem);
  }
}
.news-block .newscarousel .date {
  font-family: "Montserrat";
  font-size: 0.8rem;
  /* 12px */
  /* letter-spacing: 50; */
  margin-top: 2em;
  line-height: 2em;
  font-weight: 600;
}
.news-block .newscarousel h1.block-header.koko-3 {
  margin-left: none;
  margin-right: none;
}
.news-block .newscarousel a {
  text-transform: uppercase;
  font-weight: 700;
}
.news-block .newscarousel a.link {
  font-weight: 400;
  text-transform: none;
  color: #343434;
}
.news-block .newscarousel h2 {
  margin-top: 0.5em;
}
.news-block .newscarousel img {
  width: 100%;
}
.news-block .newscarousel .slick-slide {
  margin: 0 1rem;
}
.news-block .newscarousel .slick-slide .slide > a {
  display: block;
}
.news-block .newscarousel .slick-dots {
  bottom: -2rem;
}
.news-block .newscarousel .slick-dots li button::before {
  color: #D1D1D1;
  opacity: 1;
  font-size: 6px;
}
.news-block .newscarousel .slick-dots li.slick-active button::before {
  color: #ababab;
  font-size: 10px;
}

.bullets-block {
  padding: 2.33rem 0;
}
@media (min-width: 1200px) {
  .bullets-block {
    padding: 4.66rem 0;
  }
}
.bullets-block h1 {
  margin-top: 0.7em;
}
.bullets-block p.ingress {
  width: 90%;
  margin: 0 auto 2.8em auto;
}
.bullets-block .cols-2 {
  margin: 0 auto;
}
@media (min-width: 762px) {
  .bullets-block .cols-2 .col:first-child .bullet {
    margin-left: 15%;
  }
}
@media (min-width: 762px) {
  .bullets-block .cols-2 .col:last-child .bullet {
    margin-right: 15%;
  }
}
.bullets-block .bullet {
  display: flex;
  margin-bottom: 1rem;
  min-height: 60px;
}
.bullets-block .bullet .bullet-icon {
  flex: 0 0 60px;
  margin-top: 0.5em;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #8E24AA;
  border-radius: 50%;
  text-align: center;
  font-size: 1.46rem;
  position: relative;
  margin-right: 1rem;
}
@media (min-width: 762px) {
  .bullets-block .bullet .bullet-icon {
    margin-right: 2.4rem;
  }
}
.bullets-block .bullet .bullet-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bullets-block .bullet .bullet-content {
  flex-grow: 1;
}
.bullets-block .bullet .bullet-content h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  overflow-wrap: anywhere;
}
@media (min-width: 762px) {
  .bullets-block .bullet .bullet-content h2 {
    font-size: 1.4rem;
  }
}
.bullets-block .bullet .bullet-content p {
  margin-top: 0;
}
.bullets-block .bullet.bgbox {
  margin-left: 0 !important;
  margin-right: 0 !important;
  background: #1A237E;
  padding: 3rem 2rem;
  color: #ffffff;
  text-align: center;
}
.bullets-block .bullet.bgbox .bullet-content h2 {
  text-transform: none;
}
.bullets-block .bullet.bgbox .bullet-content.left {
  text-align: left;
}

.cols-block {
  padding: 2.33rem 0;
}
@media (min-width: 1200px) {
  .cols-block {
    padding: 4.66rem 0;
  }
}
.cols-block img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.cols-block img.icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.cols-block em {
  display: block;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-style: normal;
}
.cols-block p {
  margin-top: 0.4em;
  font-size: 1rem;
  padding-right: 1em;
}
.cols-block ul {
  padding-left: 1em;
}
.cols-block a {
  text-transform: uppercase;
  font-weight: 700;
}
.cols-block .col {
  margin-bottom: 2em;
}
.cols-block .col h1 {
  margin-top: 0.35em;
  margin-bottom: 0.5em;
  font-weight: 500;
  color: #8E24AA;
  font-family: "Montserrat";
  font-size: 1.5rem;
  /* 28px */
}
@media (min-width: 450px) {
  .cols-block .col h1 {
    font-size: 1.7rem;
    /* 32px */
  }
}
@media (min-width: 762px) {
  .cols-block .col h1 {
    font-size: 1.9rem;
    /* 34px */
  }
}
@media (min-width: 1200px) {
  .cols-block .col h1 {
    font-size: 2rem;
    /* 36px */
  }
}
.cols-block.yhteyshenkilot .col {
  position: relative;
  margin-bottom: 2rem;
}
.cols-block.yhteyshenkilot .col:hover .altpic {
  opacity: 0;
}
.cols-block.yhteyshenkilot .col h1 {
  font-size: 1.25rem;
  color: #8E24AA;
  font-weight: 700;
}
.cols-block.yhteyshenkilot .col em {
  font-size: 1rem;
}
.cols-block.yhteyshenkilot .col p {
  font-weight: 400;
  letter-spacing: -0.6px;
}
.cols-block.yhteyshenkilot .col a.email,
.cols-block.yhteyshenkilot .col a.phone {
  text-transform: none;
  color: #343434;
}
.cols-block.yhteyshenkilot .altpic {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: opacity 0.7s;
}

.facebook-block {
  padding: 4.66rem 0;
}
.facebook-block img {
  display: block;
  width: 100%;
  height: auto;
}
.facebook-block em {
  display: block;
  margin-top: 0.9rem;
  margin-bottom: 0.75rem;
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-style: normal;
}
.facebook-block h1 {
  margin-top: 0.4rem;
  margin-bottom: 3rem;
}
.facebook-block p {
  margin-top: 0.4rem;
}
.facebook-block .commands {
  margin-top: 1em;
  text-align: center;
}

.masonrygrid .col, .masonrygrid .grid-sizer {
  width: 100%;
}
.masonrygrid .gutter-sizer {
  width: 0;
}
@media (min-width: 450px) {
  .masonrygrid .col, .masonrygrid .grid-sizer {
    width: 46%;
  }
  .masonrygrid .gutter-sizer {
    width: 4%;
  }
}
@media (min-width: 762px) {
  .masonrygrid .col, .masonrygrid .grid-sizer {
    width: 23%;
  }
  .masonrygrid .gutter-sizer {
    width: 2%;
  }
}

.gallery-block {
  padding-top: 2.33rem;
}
@media (min-width: 1200px) {
  .gallery-block {
    padding-top: 4.66rem;
  }
}
.gallery-block.noheader {
  padding-top: 0;
}
.gallery-block h1 {
  text-align: center;
}
.gallery-block .gallery-cols {
  padding-top: 2.33rem;
  overflow: hidden;
}
.gallery-block .gallery-cols.noheader {
  padding-top: 0;
}
.gallery-block .gallery-cols .gallerycarousel {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.gallery-block .gallery-cols .slide {
  width: 25%;
  flex-shrink: 0;
  border-left: solid 2px white;
  display: block !important;
}
.gallery-block .gallery-cols .slide a {
  display: block;
}
.gallery-block .gallery-cols .slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.maps-block .map {
  height: 565px;
  overflow: hidden;
}

.banner-block {
  padding: 3.1066666667rem 2em;
  background: #1A237E;
}
.banner-block .banner {
  max-width: 1160px;
  width: auto;
  position: relative;
  background-size: cover;
  background-position: cover cover;
  margin: 0 auto;
}
.banner-block .mainoscarousel {
  max-width: 1160px;
  overflow: hidden;
  width: auto;
  padding: 1em 0 1em 0;
  position: relative;
  background-size: cover;
  margin: 0 auto;
  visibility: hidden;
}
.banner-block .mainoscarousel .slick-slide {
  position: relative;
  background-size: cover;
  background-position: center center;
}
.banner-block .mainoscarousel .slick-slide .slick-dots {
  bottom: 50px;
}
.banner-block a {
  display: block;
}
.banner-block a img {
  margin: 0 auto;
  display: block;
}

/* FORMS */
.form-block {
  padding: 2.33rem 0;
}
@media (min-width: 1200px) {
  .form-block {
    padding: 4.66rem 0;
  }
}
.form-block .cols-2 {
  flex-direction: column-reverse;
}
@media (min-width: 762px) {
  .form-block .cols-2 {
    flex-direction: row;
  }
}
.form-block .formdescription {
  text-align: left;
}
.form-block .formdescription.center {
  text-align: center;
}
.form-block .form-control {
  margin-bottom: 2rem;
}
@media (min-width: 762px) {
  .form-block .form-control.checkbox {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.form-block p {
  margin: 0 auto;
  margin-bottom: 2.5em;
}
.form-block h1 {
  margin-left: 1rem;
  margin-bottom: 4.66rem;
}
.form-block button {
  margin-top: 0.6rem;
}

.InputfieldForm {
  margin-top: 0;
}

.InputfieldForm button,
.btn,
.content-block a .btn,
.bg .btn,
button {
  display: inline-block;
  background: #8E24AA !important;
  color: #ffffff !important;
  border-radius: 5px;
  border: solid 2px #ffffff !important;
  font-size: 0.866rem;
  /* 13 px */
  text-align: center;
  padding: 0.853em 2.461em 0.776em 2.461em;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-right: 1em;
  margin-bottom: 1em;
}

.InputfieldForm textarea,
.InputfieldForm input,
.Inputfieldform select {
  font-family: "Montserrat" !important;
}

.InputfieldForm button:active,
.btn:active,
button:active {
  color: #8E24AA !important;
  background-color: #ffffff !important;
}

.form-block input[type=text],
.form-block input[type=email],
.form-block textarea,
.form-block select,
input[type=text],
input[type=email],
textarea {
  border: solid 1px #E1E2E5;
  border-radius: 0;
  font-size: 0.933rem;
  /* 14px */
  padding: 0.742em 1.428em;
  box-sizing: border-box;
  width: 100%;
  background: white;
  font-family: "Montserrat";
  color: #343434;
}

.form-block select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1.142em 2.428em 1.142em 1.428em;
  background: url(/huimalite/site/templates/img/layout/arrow_bottom.svg) 94%/12px no-repeat;
}

.FormBuilder.FormBuilder-ota_yhteytta .Inputfield .InputfieldHeader {
  display: none;
}

@media only screen and (max-width: 650px) {
  .InputfieldFormWidths .Inputfield {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 1em !important;
  }

  .InputfieldContent {
    padding-left: 0 !important;
  }

  label.InputfieldHeader {
    padding-left: 0 !important;
  }
}
.col.left .InputfieldForm button {
  display: block;
  margin: 0 auto;
}

/* Customize the label (the container) */
label.checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 12px;
}

/* Hide the browser's default checkbox */
label.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
  border: solid 2px #CDCDCD;
  border-radius: 9px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
label.checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
label.checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #222222;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.InputfieldCheckbox .InputfieldContent label {
  font-size: 16px;
  position: relative;
}

/* https://codepen.io/danield770/pen/bgJOyV */
/* CAUTION: IE hackery ahead */
select::-ms-expand {
  display: none;
  /* remove default arrow on ie10 and ie11 */
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width: 0\0 ) {
  select {
    background: none\9 ;
    padding: 5px\9 ;
  }
}
ul.some-icons.header {
  list-style: none;
  display: flex;
  flex-direction: row;
  padding: 0.66rem;
  order: 3;
  top: 2px;
  position: relative;
}
ul.some-icons.header li {
  margin-left: 2rem;
}
@media (max-width: 1200px) {
  ul.some-icons.header {
    display: none;
  }
}
.keksikyselyModalElement .btn {background: transparent !important; }
.InputfieldCheckboxes .InputfieldHeader,
.InputfieldHeader.checkbox {
  display: none !important;
}

.form-block fieldset.InputfieldFieldset legend {
  display: block;
  font-family: "Montserrat";
  font-size: 20px;
  line-height: 1.4em;
  padding: 32px 0 0 0;
  margin: 0;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.4px;
}

.form-block .FormBuilder.InputfieldForm fieldset.InputfieldFieldset legend {
  font-size: 20px;
  font-weight: 600;
}

.form-block .FormBuilder,
.form-block .FormBuilder input,
.form-block .FormBuilder textarea,
.form-block .FormBuilder select,
.form-block .FormBuilder button,
.form-block .FormBuilder .ui-widget {
  font-family: "Montserrat";
}

.form-block .FormBuilder.InputfieldForm input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=range]),
.form-block .FormBuilder.InputfieldForm select:not([multiple]),
.form-block .FormBuilder.InputfieldForm textarea,
.form-block .FormBuilder.InputfieldForm .InputfieldFormBuilderFile {
  background: white;
}

.FormBuilder.InputfieldForm .Inputfield .InputfieldHeader {
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
}

.Inputfield textarea,
.Inputfield input,
.form-block input {
  outline: none;
  border: 1px solid #d2d2d2;
  background: #fff;
  width: 100%;
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 1em;
  padding: 12px 18px 10px 18px;
  margin: 0;
  color: #333;
  font-weight: 300;
  box-sizing: border-box;
}

.form-block p {
  display: block;
  font-family: "Montserrat";
  font-size: 16px;
  line-height: normal;
  padding: 0 0 32px 0;
  margin: 0;
  color: #333333;
  letter-spacing: 0.4px;
  font-weight: 400;
}

.form-block ul li.drop {
  margin: 32px 0 48px 0;
}

.form-block ul li.drop1 {
  margin: 32px 0 61px 0;
}

.form-block .FormBuilder.InputfieldForm fieldset.InputfieldFieldset > .InputfieldContent > .description {
  margin: 1em 0 2em 0;
}

.form-block .FormBuilder.InputfieldForm .notes,
.form-block .FormBuilder.InputfieldForm .description {
  opacity: 1;
  font-size: 14px;
  margin-top: 0.5em;
}

.form-block .InputfieldFormBuilderFileList,
.form-block .InputfieldRadiosStacked,
.form-block .InputfieldCheckboxesStacked {
  margin-left: 0;
}

.form-block .InputfieldCheckboxesStacked {
  margin-top: 10px;
}

.form-block .FormBuilder.InputfieldForm fieldset.InputfieldFieldset {
  border: none;
  padding: 0;
}

.form-block .formPrices label {
  display: block !important;
}

.Inputfield .notes,
.Inputfield .description {
  opacity: 1;
  padding-bottom: 0;
}

.InputfieldSubmit:last-child {
  padding-top: 2em !important;
}

#Inputfield_wrapper legend {
  display: none;
}

/* FOOTER */
footer {
  background-color: #1A237E;
  color: #ffffff;
  padding: 5.126rem 0 4.66rem 0;
}
footer:after {
  content: "";
  clear: both;
  display: block;
}
footer h2 {
  font-family: "Montserrat";
  font-size: 0.933rem;
  /* 14px */
  line-height: 1.714em;
  letter-spacing: 1px;
  font-weight: 800;
  color: #D500F9;
  text-transform: uppercase;
}
footer p {
  font-size: 0.9rem;
}
footer a {
  color: #ffffff;
  font-size: 0.9rem;
}
footer ul {
  list-style: none;
}
footer .footer-cols {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media (min-width: 762px) {
  footer .footer-cols {
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row;
  }
  footer .footer-cols .col {
    width: calc(24% - 1rem);
  }
}
@media (min-width: 1200px) {
  footer .footer-cols {
    flex-direction: row;
  }
}
footer .footer-cols > .col {
  text-align: center;
}
@media (min-width: 762px) {
  footer .footer-cols > .col {
    text-align: left;
  }
}
footer .footer-cols > .col:first-child {
  margin-bottom: 2rem;
}
@media (min-width: 762px) {
  footer .footer-cols > .col:first-child {
    margin-bottom: 0;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  footer .footer-cols > .col:first-child {
    width: calc(20% - 0.5rem);
  }
}
footer .footer-cols > .col:last-child {
  margin-top: 2rem;
}
@media (min-width: 762px) {
  footer .footer-cols > .col:last-child {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  footer .footer-cols > .col:last-child {
    text-align: right;
  }
  footer .footer-cols > .col:last-child p {
    display: flex;
    flex-direction: column;
    text-align: left;
  }
}
footer .footer-cols > .col ul {
  margin: 0 2em 0 0;
  padding: 0;
  font-weight: 500;
}
footer .footer-cols > .col p a {
  display: block;
}
@media (min-width: 1200px) {
  footer .footer-cols .center {
    display: flex;
    justify-content: flex-start;
    width: calc(75% - 0.5rem);
  }
}
footer .footer-cols .center .col {
  width: auto;
}
@media (min-width: 1200px) {
  footer .footer-cols .center .col {
    margin-right: 2em;
  }
}
footer .footer-cols .center .col a:first-child h2 {
  margin-top: 0;
}
footer ul.some-icons {
  display: flex;
  margin: 0;
  padding: 0;
}
@media (min-width: 762px) {
  footer ul.some-icons {
    float: left;
  }
}
footer ul.some-icons li {
  margin-right: 2rem;
}
footer ul.some-icons li:last-child {
  margin-right: 0;
}

.youtube-wrapper {
  max-width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.youtube-wrapper .youtubeplayer {
  width: 100%;
  height: 100%;
  position: absolute;
}

.pw-edit-buttons {
  z-index: 99999;
}

/* DO NOT EDIT */

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

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */.lity{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,0.9);outline:none !important;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity.lity-opened{opacity:1}.lity.lity-closed{opacity:0}.lity *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lity-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none !important}.lity-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.lity-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-0.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity-loading .lity-loader{opacity:1}.lity-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none !important}.lity-content{z-index:9993;width:100%;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:-o-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease}.lity-loading .lity-content,.lity-closed .lity-content{-webkit-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.lity-content:after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6)}.lity-close{z-index:9994;width:35px;height:35px;position:fixed;right:0;top:0;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close::-moz-focus-inner{border:0;padding:0}.lity-close:hover,.lity-close:focus,.lity-close:active,.lity-close:visited{text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close:active{top:1px}.lity-image img{max-width:100%;display:block;line-height:0;border:0}.lity-iframe .lity-container,.lity-youtube .lity-container,.lity-vimeo .lity-container,.lity-facebookvideo .lity-container,.lity-googlemaps .lity-container{width:100%;max-width:964px}.lity-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}.lity-hide{display:none}
