@charset "UTF-8";
/*
Theme Name: Koppari 2017
Description: Koppari.fi verkkopalvelu
Author: Martti Hyvönen (martti.hyvonen@lunta.fi)
**/
@import "vendors/jquery-ui.css";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px;
}

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

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

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

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 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 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit;
}

/**
     * 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 style in Android 4.3-.
     */
dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000;
}

/**
     * 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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden;
}

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

/**
     * Show the overflow in IE.
     */
button {
  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;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

/**
     * 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 and cancel buttons in Chrome and Safari on macOS.
       */
}

[type=search]::-webkit-search-cancel-button, [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 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
     * 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 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
  display: none;
}

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

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px;
}

select {
  width: 100%;
  border-radius: 3px;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 3px;
  background: transparent;
  line-height: 1;
}

[data-whatinput=mouse] button {
  outline: 0;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

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

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

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
}

.clearfix::after {
  clear: both;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
.hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
.hide-for-portrait {
    display: none !important;
  }
}
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
.show-for-portrait {
    display: block !important;
  }
}
.row {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
}

.row::before, .row::after {
  display: table;
  content: " ";
}

.row::after {
  clear: both;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.row .row {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.33333%;
}

.small-push-1 {
  position: relative;
  left: 8.33333%;
}

.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.66667%;
}

.small-push-2 {
  position: relative;
  left: 16.66667%;
}

.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  width: 33.33333%;
}

.small-push-4 {
  position: relative;
  left: 33.33333%;
}

.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.66667%;
}

.small-push-5 {
  position: relative;
  left: 41.66667%;
}

.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  width: 58.33333%;
}

.small-push-7 {
  position: relative;
  left: 58.33333%;
}

.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.66667%;
}

.small-push-8 {
  position: relative;
  left: 66.66667%;
}

.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  width: 83.33333%;
}

.small-push-10 {
  position: relative;
  left: 83.33333%;
}

.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.66667%;
}

.small-push-11 {
  position: relative;
  left: 91.66667%;
}

.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.small-centered {
  margin-right: auto;
  margin-left: auto;
}

.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
  }

  .medium-pull-3 {
    position: relative;
    left: -25%;
  }

  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
  }

  .medium-pull-6 {
    position: relative;
    left: -50%;
  }

  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
  }

  .medium-pull-9 {
    position: relative;
    left: -75%;
  }

  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }

  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }

  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }

  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }

  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }

  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }

  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }

  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }

  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }

  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }

  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }

  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .medium-uncentered,
.medium-push-0,
.medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  .large-offset-1 {
    margin-left: 8.33333%;
  }

  .large-3 {
    width: 25%;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
  }

  .large-pull-3 {
    position: relative;
    left: -25%;
  }

  .large-offset-2 {
    margin-left: 16.66667%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  .large-offset-4 {
    margin-left: 33.33333%;
  }

  .large-6 {
    width: 50%;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
  }

  .large-pull-6 {
    position: relative;
    left: -50%;
  }

  .large-offset-5 {
    margin-left: 41.66667%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  .large-offset-7 {
    margin-left: 58.33333%;
  }

  .large-9 {
    width: 75%;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
  }

  .large-pull-9 {
    position: relative;
    left: -75%;
  }

  .large-offset-8 {
    margin-left: 66.66667%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  .large-offset-10 {
    margin-left: 83.33333%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.66667%;
  }

  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }

  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }

  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }

  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }

  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }

  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }

  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }

  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }

  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }

  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }

  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }

  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }

  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }

  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }

  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }

  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }

  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }

  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }

  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }

  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }

  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .large-uncentered,
.large-push-0,
.large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
.column-block {
  margin-bottom: 1.875rem;
}

.column-block > :last-child {
  margin-bottom: 0;
}

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}
.spin-cw {
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}
.spin-ccw {
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
.wiggle {
  animation-name: wiggle-7deg;
}

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}
.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

.wpml-ls-display {
  display: none;
}

.wpml-ls-legacy-list-horizontal {
  padding: 0 !important;
  margin: 0 !important;
  border-style: none !important;
  margin-top: -2px !important;
}

#lang_sel_list ul li a, #lang_sel_list ul li a:visited {
  padding: 0;
  margin: 0;
}

/* typography */
/* font sizes */
/* paddings */
/* breakpoints */
/* height */
/* borders */
.helper__vertical-center {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.helper__center-inline-element {
  text-align: center;
}

.color-highlight-background {
  background-color: #e94c82 !important;
}

.color-primary-background {
  background-color: #1bb2cf !important;
}

.medium-wide-container {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .large-no-padding-right {
    padding-right: 0;
  }
}

body {
  margin: 0;
  width: 100vw;
  overflow-x: hidden;
}

#wpadminbar {
  position: fixed !important;
}

/* headings */
h1 {
  font-size: 2.625rem;
  font-family: "Rubik", sans-serif;
  line-height: 1em;
  margin-bottom: 0.5em;
}
@media (min-width: 380px) {
  h1 {
    font-size: 2.875rem;
  }
}
@media (min-width: 640px) {
  h1 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 3.75rem;
  }
}
@media (min-width: 1400px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: 1.75rem;
  font-family: "Rubik", sans-serif;
  line-height: 1em;
  margin-bottom: 0.5em;
}
@media (min-width: 380px) {
  h2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 640px) {
  h2 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 2.875rem;
  }
}
@media (min-width: 1400px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 1.5rem;
  font-family: "Rubik", sans-serif;
  line-height: 1em;
  margin-bottom: 0.5em;
}
@media (min-width: 380px) {
  h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 640px) {
  h3 {
    font-size: 1.625rem;
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1400px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.25rem;
  font-family: "Rubik", sans-serif;
  line-height: 1em;
  margin-bottom: 0.5em;
}
@media (min-width: 380px) {
  h4 {
    font-size: 1.25rem;
  }
}
@media (min-width: 640px) {
  h4 {
    font-size: 1.375rem;
  }
}
@media (min-width: 1024px) {
  h4 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1400px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.375rem;
  font-weight: 100;
  line-height: 1em;
  margin-bottom: 0.5em;
}

body {
  font-size: 0.9375rem;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", sans-serif;
  background-color: #f5f5f5;
}
@media (min-width: 640px) {
  body {
    font-size: 1rem;
  }
}
/* forms */
select {
  padding: 10px;
  font-size: 1rem;
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 4px;
  border-style: none;
  background-color: white;
  background-repeat: no-repeat;
  background-position: right 4px center;
  background-size: 20px;
  box-shadow: 0px 2px 1px #ececec;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
}
@media (min-width: 1024px) {
  select {
    padding: 12.5px;
  }
}
@media (min-width: 380px) {
  select {
    font-size: 1rem;
  }
}
@media (min-width: 640px) {
  select {
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px) {
  select {
    font-size: 0.875rem;
  }
}
@media (min-width: 1400px) {
  select {
    font-size: 0.875rem;
  }
}

select::-ms-expand {
  display: none;
}

option {
  font-size: 16px;
}

select::-ms-expand {
  display: none;
}

/* buttons */
button, .button {
  background-color: var(--button-color);
  border-radius: 4px;
  text-decoration: none;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
  font-family: "Rubik", sans-serif;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (min-width: 1024px) {
  button, .button {
    padding: 12.5px;
  }
}
@media (min-width: 1024px) {
  button, .button {
    padding-left: 25px;
  }
}
@media (min-width: 1024px) {
  button, .button {
    padding-right: 25px;
  }
}
button:disabled, .button:disabled {
  background-color: grey;
  cursor: default;
}

.button {
  display: inline-block;
}

button:hover, .button:hover {
  opacity: 0.7;
}

.default-padding {
  padding: 20px;
}
@media (min-width: 1024px) {
  .default-padding {
    padding: 25px;
  }
}
.default-padding--top {
  padding-top: 20px;
}
@media (min-width: 1024px) {
  .default-padding--top {
    padding-top: 25px;
  }
}
.default-padding--bottom {
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .default-padding--bottom {
    padding-bottom: 25px;
  }
}
.default-padding--left {
  padding-left: 20px;
}
@media (min-width: 1024px) {
  .default-padding--left {
    padding-left: 25px;
  }
}
.default-padding--left-and-right {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .default-padding--left-and-right {
    padding-left: 25px;
  }
}
@media (min-width: 1024px) {
  .default-padding--left-and-right {
    padding-right: 25px;
  }
}
.no-padding, .column.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

header {
  height: 70px;
  background-color: #1bb2cf;
  background-image: url("assets/img/background.png");
  background-size: cover;
  width: 100%;
  /*animation-name: header-background;*/
  animation-duration: 30s;
  animation-iteration-count: infinite;
  position: relative;
  z-index: 2;
  font-size: 1rem;
}
@media (min-width: 380px) {
  header {
    height: 70px;
  }
}
@media (min-width: 1024px) {
  header {
    height: 80px;
  }
}
@media (min-width: 640px) {
  header {
    font-size: 1.0625rem;
  }
}
.header__logo-container {
  float: left;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media screen and (min-width: 380px) {
  .header__logo-container {
    margin-top: 0;
    height: inherit;
  }
}

.header__logo-link {
  display: inline-block;
}

.header__site-title {
  display: inline-block;
  text-decoration: none;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: white;
  padding-left: 5px;
  margin-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: white;
  font-family: "Rubik", sans-serif;
  font-size: 13px;
}
@media screen and (min-width: 640px) {
  .header__site-title {
    border-left-width: 3px;
    padding-left: 10px;
    margin-left: 10px;
    font-size: 20px;
  }
}

a .header__site-title:hover {
  text-decoration: underline;
}

.header__logo {
  height: 20px;
}
@media screen and (min-width: 640px) {
  .header__logo {
    height: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .header__logo {
    height: 34px;
  }
}

.header__logo-link {
  margin-left: 15px;
}
@media screen and (min-width: 640px) {
  .header__logo-link {
    margin-left: 25px;
  }
}

.header__language-selector {
  margin-left: 20px;
  clear: both;
}
@media (min-width: 1024px) {
  .header__language-selector {
    margin-left: 25px;
  }
}
@media (min-width: 380px) {
  .header__language-selector {
    clear: none;
    display: inline-block;
    float: right;
    margin-right: 70px;
  }
}
@media (min-width: 640px) {
  .header__language-selector {
    float: left;
  }
}

.header__user-info-container {
  float: right;
  height: inherit;
}

.header__user-info {
  color: white;
  border-left-width: 1px;
  border-left-color: white;
  border-left-style: solid;
  padding-left: 5px;
  margin-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (min-width: 640px) {
  .header__user-info {
    border-left-width: 3px;
    padding-left: 10px;
    margin-left: 10px;
  }
}

.desktop-menu {
  height: inherit;
}

#lang_sel_list {
  line-height: 70px;
  min-width: 50px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
}
@media (min-width: 380px) {
  #lang_sel_list {
    line-height: 70px;
  }
}
@media (min-width: 1024px) {
  #lang_sel_list {
    line-height: 80px;
  }
}
@media screen and (max-width: 380px) {
  #lang_sel_list {
    line-height: 1em;
    padding-top: 7.5px;
  }
}

#lang_sel_list ul {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  border-top: none !important;
}

#lang_sel_list ul li a, #lang_sel_list ul li a:visited {
  text-decoration: none;
  color: #ffffff;
  padding-left: 0 !important;
  background: none;
  background-color: transparent;
}
#lang_sel_list ul li a.lang_sel_sel, #lang_sel_list ul li a:visited.lang_sel_sel {
  text-decoration: underline !important;
}
#lang_sel_list ul li a:visited.lang_sel_sel, #lang_sel_list ul li a:visited:visited.lang_sel_sel {
  text-decoration: underline !important;
}

#lang_sel_list li {
  margin-right: 0px !important;
  margin-top: 5px;
  float: none;
  display: inline;
  list-style-type: none;
}
@media (min-width: 1024px) {
  #lang_sel_list li {
    margin-right: 10px !important;
  }
}
#lang_sel_list li:last-child {
  margin-right: 0;
}

#lang_sel_list ul li a {
  background-color: transparent !important;
  color: white !important;
  font-size: 1rem;
  display: inline-block;
}
@media (min-width: 640px) {
  #lang_sel_list ul li a {
    font-size: 1.0625rem;
  }
}
.menu {
  line-height: 70px;
  padding-left: 0;
  float: right;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 380px) {
  .menu {
    line-height: 70px;
  }
}
@media (min-width: 1024px) {
  .menu {
    line-height: 80px;
  }
}
.menu li {
  margin-right: 10px;
  font-size: 1rem;
  list-style-type: none;
  display: inline-block;
  background-color: transparent;
}
@media (min-width: 1024px) {
  .menu li {
    margin-right: 12.5px;
  }
}
@media (min-width: 640px) {
  .menu li {
    font-size: 1.0625rem;
  }
}
.menu li a, .menu li a:visited {
  color: #ffffff;
  background: none !important;
  background-color: transparent;
  text-decoration: none;
}

.menu li.current_page_item {
  text-decoration: underline;
}

.menu li:last-child {
  margin-right: 0;
}

.desktop-menu {
  margin-right: 20px;
}
@media (min-width: 1024px) {
  .desktop-menu {
    margin-right: 25px;
  }
}
/* mobile nav */
.menu__mobile-menu-header {
  height: 70px;
}
@media (min-width: 380px) {
  .menu__mobile-menu-header {
    height: 70px;
  }
}
@media (min-width: 1024px) {
  .menu__mobile-menu-header {
    height: 80px;
  }
}
.mobile-menu {
  position: absolute;
  width: 100%;
  background-image: url("assets/img/background.png");
  top: 0;
  height: 100%;
  position: fixed;
  z-index: 100;
}

.admin-bar .mobile-menu {
  padding-top: 46px;
}

.mobile-menu .navigation {
  margin-top: 70px;
  padding: 20px;
  width: 100%;
  margin-right: 0;
  text-align: center;
}
@media (min-width: 380px) {
  .mobile-menu .navigation {
    margin-top: 70px;
  }
}
@media (min-width: 1024px) {
  .mobile-menu .navigation {
    margin-top: 80px;
  }
}
@media (min-width: 1024px) {
  .mobile-menu .navigation {
    padding: 25px;
  }
}
.mobile-menu .navigation-log-out {
  margin-top: 0;
}

.mobile-menu li {
  display: block;
  font-family: "Rubik", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 50px;
  margin-right: 0;
}

.navigation__mobile-menu-toggle-container {
  padding-right: 20px;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 100000;
}
@media (min-width: 1024px) {
  .navigation__mobile-menu-toggle-container {
    padding-right: 25px;
  }
}
.mobile-menu-toggle {
  padding: 20px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .mobile-menu-toggle {
    padding: 25px;
  }
}
/* nav icon */
.mobile-menu-toggle span:nth-child(1) {
  top: 0px;
}

.mobile-menu-toggle span:nth-child(2), .mobile-menu-toggle span:nth-child(3) {
  top: 12px;
}

.mobile-menu-toggle span:nth-child(4) {
  top: 24px;
}

.mobile-menu-toggle.active span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}

/* Icon 1 */
.mobile-menu-toggle {
  width: 40px;
  height: 32px;
  padding-bottom: 0;
  background-color: transparent;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.mobile-menu-toggle span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

/* Icon 3 */
.mobile-menu-toggle span:nth-child(1) {
  top: 0px;
}

.mobile-menu-toggle span:nth-child(2), .js-mobile-menu-toggle span:nth-child(3) {
  top: 12px;
}

.mobile-menu-toggle span:nth-child(4) {
  top: 24px;
}

.mobile-menu-toggle.active span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}

.mobile-menu-toggle.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-menu-toggle.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobile-menu-toggle.active span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}

@media (max-width: 1024px) {
  .services-column {
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
  }
}

.service-list__heading {
  padding-top: 20px;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .service-list__heading {
    padding-top: 25px;
  }
}
.service-list__list {
  margin: 0;
  padding-left: 0;
}

.service-list__list-item {
  padding-top: 20px;
  padding-bottom: 20px;
  list-style-type: none;
  border-bottom: 1px solid #eaeaea;
  transition: opacity 0.3s;
}
@media (min-width: 1024px) {
  .service-list__list-item {
    padding-top: 25px;
  }
}
@media (min-width: 1024px) {
  .service-list__list-item {
    padding-bottom: 25px;
  }
}
.service-list__list-item__icon-container {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-list__list-item__icon {
  width: 60px;
}

.service-list__list-item:hover {
  opacity: 0.7;
}

.service-list__list-item:first-child {
  padding-top: 0;
}

/*.service-list__list-item:last-child {
   border-bottom-style: none;
}*/
.service-list__list-item__title {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 0.2em;
}

.service-list__list-item__link {
  text-decoration: none;
  color: black;
  display: flex;
}

.service-list__list-item__thumbnail-container {
  display: none;
}
@media (min-width: 640px) {
  .service-list__list-item__thumbnail-container {
    width: 140px;
    min-width: 140px;
    display: block;
  }
}
@media (min-width: 640px) {
  .service-list__list-item__thumbnail-container {
    padding-right: 20px;
  }
}
@media (min-width: 640px) and (min-width: 1024px) {
  .service-list__list-item__thumbnail-container {
    padding-right: 25px;
  }
}
.service-list__primary-services {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding-bottom: 1em;
}

.service-list__primary-service-heading {
  margin-bottom: 20px;
  margin-top: 0;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .service-list__primary-service-heading {
    margin-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .service-list__primary-service-heading {
    padding-bottom: 25px;
  }
}
.service-list__other-services-heading {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #eaeaea;
  padding-top: 0.5em;
  padding-bottom: 1em;
}

.service-list__list-item__info-container {
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .service-list__list-item__info-container {
    padding-right: 25px;
  }
}
.service-list__its-complicated-heading {
  margin-top: 0;
}

.service-list__services-not-found-heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .service-list__services-not-found-heading {
    padding-bottom: 25px;
  }
}
.service-list__mobile-instructions {
  margin-top: 1em;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .service-list__mobile-instructions {
    margin-bottom: 25px;
  }
}
.service-list__mobile-instructions p, .service-list__mobile-instructions h5 {
  margin-top: 0;
  margin-bottom: 0;
}

.service-list__mobile-problem-list-container {
  margin-bottom: 1em;
}

.service-list__mobile-problem-icon {
  float: left;
  margin-right: 5px;
}
@media (min-width: 640px) {
  .service-list__mobile-problem-icon {
    margin-right: 10px;
  }
}

.service-list__mobile-problem-label {
  vertical-align: middle;
  display: table;
  height: 34px;
  line-height: 18px;
  font-size: 0.875rem;
}
@media (min-width: 640px) {
  .service-list__mobile-problem-label {
    font-size: 1rem;
    height: 40px;
  }
}

.service-list__mobile-problem-label-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.mobile-problem {
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .mobile-problem {
    margin-top: 12.5px;
  }
}
@media (min-width: 1024px) {
  .mobile-problem {
    margin-bottom: 12.5px;
  }
}
.mobile-problem.selected .icon-container {
  background-color: #1bb2cf;
}

#show-services {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  #show-services {
    margin-bottom: 25px;
  }
}
/* filters */
.service-list__filters--medium {
  padding-left: 20px;
  margin-right: 20px;
}
@media (min-width: 1024px) {
  .service-list__filters--medium {
    padding-left: 25px;
  }
}
@media (min-width: 1024px) {
  .service-list__filters--medium {
    margin-right: 25px;
  }
}
.filter-column {
  margin-bottom: 10px;
}
.filter-column .form-p {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 1024px) {
  .filter-column {
    margin-bottom: 12.5px;
  }
}
@media (min-width: 640px) {
  .filter-column {
    margin-bottom: 0;
  }
}

/*.filters {
   margin-left: -10px;
   margin-right: -10px;
}*/
.filter-column:last-child {
  margin-bottom: 0;
}

.filters {
  margin-top: 10px;
  margin-left: -5px;
  margin-right: -5px;
  /*@include after($break-large) {
     margin-left: -5px;
  }*/
  margin-bottom: 1em;
}
@media (min-width: 1024px) {
  .filters {
    margin-top: 12.5px;
  }
}
@media (min-width: 1024px) {
  .start-again-container {
    margin-bottom: 60px;
  }
}

.filters__label {
  font-size: 15px;
  padding-bottom: 0.5em;
}

#ongelma-container {
  position: relative;
  margin-bottom: 50px;
  width: 80%;
  margin-left: 10%;
  margin-top: 40px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ongelma {
  text-transform: uppercase;
  color: white;
  height: 105px;
  margin-top: -52.5px !important;
  width: 105px;
  border-radius: 50%;
  margin-left: -52.5px !important;
  text-align: center;
  display: table;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  background-color: #1bb2cf;
  /*background-position-y: 3px;
  background-position-x: 2px;
  background-position: left 2px top 3px;
  background-repeat: no-repeat;*/
  font-size: 11.5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.draggable-container {
  display: table-cell;
  vertical-align: middle;
  padding: 15px;
  line-height: 16px;
}

.problems__target-image {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 640px) {
  .services-column {
    padding-left: 0;
  }
}

/*.select-container select {
   font-size: rem(16);
}
*/
.single-service {
  background-color: white;
}
.single-service__main-column {
  padding-bottom: 20px;
}

.single-service__mobile-header-image-container > img {
  width: 100%;
}

.single-service__title {
  font-size: 1.5rem;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media (min-width: 380px) {
  .single-service__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 640px) {
  .single-service__title {
    font-size: 1.625rem;
  }
}
@media (min-width: 1024px) {
  .single-service__title {
    font-size: 1.75rem;
  }
}
@media (min-width: 1400px) {
  .single-service__title {
    font-size: 2rem;
  }
}

.single-service__content p:first-child {
  margin-top: 0;
}

.single-service__content p:last-child {
  margin-bottom: 0;
}

.single-service__subtitle {
  font-size: 1.25rem;
  margin-bottom: 16px;
}
@media (min-width: 380px) {
  .single-service__subtitle {
    font-size: 1.25rem;
  }
}
@media (min-width: 640px) {
  .single-service__subtitle {
    font-size: 1.375rem;
  }
}
@media (min-width: 1024px) {
  .single-service__subtitle {
    font-size: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .single-service__subtitle {
    font-size: 1.5rem;
  }
}

.single-service__offices {
  padding-left: 0;
  margin-left: 0;
  margin-top: 0;
}

.single-service__office-row {
  margin-top: 6px;
}

.single-service__office {
  list-style-type: none;
  margin-bottom: 1em;
  /*@include after($break-medium) {
     width: 50%;
     padding-left: 10px;
     padding-right: 10px;
  }*/
  display: flex;
  border: solid 1px #DDDDDD;
  border-radius: 5px;
  padding: 20px;
  width: 100%;
}
.single-service__office:last-child {
  margin-bottom: 0;
}

.single-service__office-location-icon-container {
  min-width: 40px;
}

.single-service__office-location-icon {
  margin-right: 20px;
}

.single-service__office-title {
  font-weight: bold;
}

.single-service__office-description {
  margin-top: 0.75rem;
}

.single-service__contact-information {
  margin-top: 6px;
}
.single-service__contact-item {
  display: flex;
  border: solid 1px #DDDDDD;
  border-radius: 5px;
  padding: 20px;
  width: 100%;
  margin-bottom: 1em;
}
.single-service__contact-item:last-child {
  margin-bottom: 0;
}
.single-service__contact-phone {
  display: block;
  color: black;
  text-decoration: none;
}
.single-service__contact-phone:hover {
  text-decoration: underline;
}
.single-service__contact-email {
  display: block;
  color: black;
  text-decoration: none;
}
.single-service__contact-email:hover {
  text-decoration: underline;
}
.single-service__contact-name {
  font-weight: bold;
}
.single-service__contact-icon {
  width: 25px;
  margin-left: -3px;
  margin-right: 20px;
}

.single-service__additional-information {
  margin-bottom: 10px;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .single-service__additional-information {
    margin-bottom: 12.5px;
  }
}
@media (min-width: 1024px) {
  .single-service__additional-information {
    margin-top: 12.5px;
  }
}
.single-service__return-back-container {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #eaeaea;
  background-size: 12px;
  transition: opacity 0.3s;
}

.single-service__return-back-link {
  display: flex;
  align-items: center;
  margin-left: -16px;
}

.single-service__return-back-icon {
  width: 50px;
  transform: rotate(180deg);
}

.single-service__return-back-container:hover {
  opacity: 0.7;
}

.single-service__www-link {
  vertical-align: top;
  display: inline-block;
}

.single-service__return-back-link {
  text-decoration: none;
  color: black;
}

.service-thumbnail {
  width: 100%;
}

@media (min-width: 640px) {
  .single-service__columns {
    display: flex;
  }
  .single-service__columns > div {
    flex: 1;
    margin-right: 20px;
  }
  .single-service__columns > div:last-child {
    margin-right: 0;
  }
}

.icon-link {
  text-decoration: none;
  transition: opacity 0.3s;
}

.icon-link:hover {
  opacity: 0.7;
}

#map-canvas {
  margin-bottom: 1em;
}

.page-template-page-front header {
  background-color: transparent;
  background-image: none;
}

.front-page__header {
  /*background-image: url("assets/img/background.png");*/
  background-size: cover;
  width: 100%;
  z-index: 1;
  height: 100vh;
  min-height: 520px;
  max-height: 700px;
  padding-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  top: -90px;
  margin-bottom: -90px;
  /*@include after($break-medium) {
     height: $front-page__header-height-desktop;
  }*/
}
@media (min-width: 640px) {
  .front-page__header {
    padding-top: 150px;
  }
}
@media (min-width: 380px) {
  .front-page__header {
    top: -70px;
  }
}
@media (min-width: 1024px) {
  .front-page__header {
    top: -90px;
  }
}
@media (min-width: 380px) {
  .front-page__header {
    margin-bottom: -70px;
  }
}
@media (min-width: 1024px) {
  .front-page__header {
    margin-bottom: -90px;
  }
}
.front-page__header-content {
  z-index: 3;
  position: absolute;
  width: 100%;
  margin-top: -50px;
}

.admin-bar .front-page__header {
  height: calc(100vh - 32px);
}

.front-page__arrow-down {
  width: 100px;
  position: absolute;
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: 1px;
  left: 50%;
  margin-left: -35px;
  transition: opacity 0.3s;
  cursor: pointer;
  z-index: 3;
}

.front-page__arrow-down:hover {
  opacity: 0.7;
}

.front-page__main-title {
  margin-top: 0;
  color: white;
  text-align: center;
}

.front-page__explanation {
  font-size: 1.25rem;
  color: white;
  text-align: center;
}
@media (min-width: 380px) {
  .front-page__explanation {
    font-size: 1.25rem;
  }
}
@media (min-width: 640px) {
  .front-page__explanation {
    font-size: 1.375rem;
  }
}
@media (min-width: 1024px) {
  .front-page__explanation {
    font-size: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .front-page__explanation {
    font-size: 1.5rem;
  }
}

.front-page__header-action-container {
  margin-top: 3em;
  margin-bottom: 3em;
}

/* sections */
.front-page__section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 640px) {
  .front-page__section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.front-page__section-title {
  text-align: center;
  margin-bottom: 0.5em;
  margin-top: 0;
}

.front-page__section-explanation {
  text-align: center;
  margin-bottom: 2em;
}

.front-page__section-title,
.front-page__section-explanation,
.front-page__main-title,
.front-page__explanation {
  padding-left: 15px;
  padding-right: 15px;
}

/* problem list */
.problem-list__item {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .problem-list__item {
    margin-top: 12.5px;
  }
}
@media (min-width: 1024px) {
  .problem-list__item {
    margin-bottom: 12.5px;
  }
}
.problem-list {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .problem-list {
    margin-bottom: 25px;
  }
}
.page-template-page-site-front {
  background-image: url("assets/img/background.png");
  background-size: cover;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.page-template-page-site-front header {
  background: none;
}

.page-template-page-site-front .footer {
  display: none;
}

.site-front__title {
  color: white;
  text-align: center;
  font-family: "Rubik", sans-serif;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .site-front__title {
    padding-left: 25px;
  }
}
@media (min-width: 1024px) {
  .site-front__title {
    padding-right: 25px;
  }
}
.site-list {
  padding-left: 0;
}

.site-list li {
  list-style-type: none;
  text-align: center;
}

.site-list__link {
  color: white;
  font-size: 26px;
  text-decoration: none;
}

.site-list__link:hover {
  text-decoration: underline;
}

.problem-list__item--all-services-page {
  height: auto;
  overflow-x: hidden;
  cursor: pointer;
  margin-bottom: 5px;
  margin-top: 5px;
  width: 50%;
  float: left;
}
@media (min-width: 640px) {
  .problem-list__item--all-services-page {
    width: 33%;
    float: left;
  }
}
@media (min-width: 1024px) {
  .problem-list__item--all-services-page {
    width: 100%;
  }
}

.problem-list__item--all-services-page.active .icon-container {
  background-color: #1bb2cf;
}

.all-services__main-title {
  margin-top: 0;
  padding-left: 20px;
}
@media (min-width: 1024px) {
  .all-services__main-title {
    padding-left: 25px;
  }
}
.all-services__search-container {
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .all-services__search-container {
    padding-left: 25px;
  }
}
@media (min-width: 1024px) {
  .all-services__search-container {
    padding-bottom: 25px;
  }
}
.all-services__filter-title {
  margin-top: 20px;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .all-services__filter-title {
    margin-top: 25px;
  }
}
.all-services__main-title--mobile {
  margin-bottom: 0;
}

.all-services__service-column.white-container {
  padding-top: 20px;
  margin-right: 0;
}
@media (min-width: 1024px) {
  .all-services__service-column.white-container {
    padding-top: 25px;
  }
}
.all-services__filters-column {
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .all-services__filters-column {
    padding-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .all-services__service-list__list-item {
    padding-left: 20px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .all-services__service-list__list-item {
    padding-left: 25px;
  }
}
.all-services__search-label {
  display: block;
}
@media (min-width: 640px) {
  .all-services__search-label {
    display: inline;
  }
}

.all-services__clear-search {
  padding: 9px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 15px;
  margin-left: 10px;
}

.all-services__service-list__list-item .service-list__list-item__thumbnail-container {
  width: auto;
  max-width: 20%;
}
.all-services__service-list__list-item .service-list__list-item__thumbnail-container img {
  max-width: 120px;
}

.white-container {
  background-color: white;
  margin-right: -0.9375rem;
  box-shadow: 0px 0px 5px -1px #aaaaaa;
}

.footer {
  background-color: #07688f;
  clear: both;
  color: white;
}

.global-footer__logos a {
  text-decoration: none;
}

.global-footer {
  padding-top: 40px;
}
@media (min-width: 1024px) {
  .global-footer {
    padding-top: 50px;
  }
}
.global-footer__logos {
  text-align: center;
  margin-top: 15px;
  margin-left: -10px;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .global-footer__logos {
    padding-bottom: 50px;
  }
}
.global-footer__logo {
  max-height: 50px;
  max-width: 175px;
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.global-footer__links {
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .global-footer__links {
    padding-bottom: 50px;
  }
}
.global-footer__official {
  padding-bottom: 40px;
  font-size: 13px;
}
@media (min-width: 1024px) {
  .global-footer__official {
    padding-bottom: 50px;
  }
}
.footer a {
  color: white;
}

.icon-container {
  background-color: #adadad;
  height: 2.125rem;
  width: 2.125rem;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}
@media (min-width: 640px) {
  .icon-container {
    height: 2.5rem;
  }
}
@media (min-width: 640px) {
  .icon-container {
    width: 2.5rem;
  }
}
.icon-container .icon {
  height: 1.0625rem;
  margin-top: 0.53125rem;
}
@media (min-width: 640px) {
  .icon-container .icon {
    height: 1.25rem;
  }
}
@media (min-width: 640px) {
  .icon-container .icon {
    margin-top: 0.625rem;
  }
}
.ui-tooltip, .ongelma-arrow:after {
  background: white;
  border: none;
}

.ui-tooltip {
  padding: 10px 20px;
  color: black;
  border-radius: 5px;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  box-shadow: 0 0 3px #DFDFDF;
}

.ongelma-arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}

.ongelma-arrow.top {
  top: -16px;
  bottom: auto;
}

.ongelma-arrow.left {
  left: 20%;
}

.ongelma-arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ongelma-arrow.top:after {
  bottom: -20px;
  top: auto;
}

.tooltip-inner {
  background-color: white;
  color: black;
  font-size: 16px;
  opacity: 1;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: white;
  border-width: 0 5px 5px;
}

.tooltip {
  margin-top: -10px;
}

input[type=text] {
  padding: 7.5px;
  padding-bottom: 5px;
  padding-top: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #eaeaea;
}

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