@charset "UTF-8";
/*!
Theme Name:  Arctic Corridor
Theme URI:   http://hoyry.net
Description: arcticcorridor
Author:      Höyry
Author URI:  http://hoyry.net
Version:     1.2
*/
/********************************
*** Foundation 6
********************************/
/*
$abide-inputs: true;
$abide-labels: true;
$input-background-invalid: get-color(alert);
$form-label-color-invalid: get-color(alert);
$input-error-color: get-color(alert);
$input-error-font-size: rem-calc(12);
$input-error-font-weight: $global-weight-bold;

// 7. Accordion
// ------------

$accordion-background: $white;
$accordion-plusminus: true;
$accordion-title-font-size: rem-calc(12);
$accordion-item-color: $primary-color;
$accordion-item-background-hover: $light-gray;
$accordion-item-padding: 1.25rem 1rem;
$accordion-content-background: $white;
$accordion-content-border: 1px solid $light-gray;
$accordion-content-color: $body-font-color;
$accordion-content-padding: 1rem;

// 8. Accordion Menu
// -----------------

$accordionmenu-arrows: true;
$accordionmenu-arrow-color: $primary-color;
$accordionmenu-arrow-size: 6px;

// 9. Badge
// --------

$badge-background: $primary-color;
$badge-color: $white;
$badge-color-alt: $black;
$badge-palette: $foundation-palette;
$badge-padding: 0.3em;
$badge-minwidth: 2.1em;
$badge-font-size: 0.6rem;*/
/*$breadcrumbs-margin: 0 0 $global-margin 0;
$breadcrumbs-item-font-size: rem-calc(11);
$breadcrumbs-item-color: $primary-color;
$breadcrumbs-item-color-current: $black;
$breadcrumbs-item-color-disabled: $medium-gray;
$breadcrumbs-item-margin: 0.75rem;
$breadcrumbs-item-uppercase: true;
$breadcrumbs-item-slash: true;*/
/*$button-padding: 0.85em 1em;
$button-margin: 0 0 $global-margin 0;
$button-fill: solid;
$button-background: $primary-color;
$button-background-hover: scale-color($button-background, $lightness: -15%);
$button-color: $white;
$button-color-alt: $black;
$button-radius: $global-radius;
$button-sizes: (
  tiny: 0.6rem,
  small: 0.75rem,
  default: 0.9rem,
  large: 1.25rem,
);
$button-palette: $foundation-palette;
$button-opacity-disabled: 0.25;
$button-background-hover-lightness: -20%;
$button-hollow-hover-lightness: -50%;
$button-transition: background-color 0.25s ease-out, color 0.25s ease-out;
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * 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 */
  -webkit-text-decoration: underline dotted;
          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: inherit;
  /* 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=47.9375em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 0.9375rem; }

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

body {
  margin: 0;
  padding: 0;
  background: #f5f5f5;
  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: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.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: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

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

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

.row {
  max-width: 80rem;
  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.6666666667rem;
    margin-left: -0.6666666667rem; }
    @media print, screen and (min-width: 47.9375em) {
      .row .row {
        margin-right: -1rem;
        margin-left: -1rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -1rem;
        margin-left: -1rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.6666666667rem;
    padding-left: 0.6666666667rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 1rem;
    padding-left: 1rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.6666666667rem;
  padding-left: 0.6666666667rem; }
  @media print, screen and (min-width: 47.9375em) {
    .column, .columns {
      padding-right: 1rem;
      padding-left: 1rem; } }
  .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.3333333333%; }

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

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

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

.small-2 {
  width: 16.6666666667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.3333333333%; }

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

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

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

.small-5 {
  width: 41.6666666667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.3333333333%; }

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

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

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

.small-8 {
  width: 66.6666666667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.3333333333%; }

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

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

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

.small-11 {
  width: 91.6666666667%; }

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

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

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

.small-12 {
  width: 100%; }

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

.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.3333333333%; }
  .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.6666666667%; }
  .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.2857142857%; }
  .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.6666666667rem;
  padding-left: 0.6666666667rem; }

.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: 47.9375em) {
  .medium-1 {
    width: 8.3333333333%; }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.6666666667%; }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .medium-4 {
    width: 33.3333333333%; }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.6666666667%; }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .medium-7 {
    width: 58.3333333333%; }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.6666666667%; }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .medium-10 {
    width: 83.3333333333%; }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.6666666667%; }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .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.3333333333%; }
    .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.6666666667%; }
    .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.2857142857%; }
    .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: 1rem;
    padding-left: 1rem; }
  .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.3333333333%; }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.6666666667%; }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .large-4 {
    width: 33.3333333333%; }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.6666666667%; }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .large-7 {
    width: 58.3333333333%; }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.6666666667%; }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .large-10 {
    width: 83.3333333333%; }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.6666666667%; }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .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.3333333333%; }
    .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.6666666667%; }
    .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.2857142857%; }
    .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: 1rem;
    padding-left: 1rem; }
  .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.3333333333rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 47.9375em) {
    .column-block {
      margin-bottom: 2rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #cacaca; }

h1 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2 {
  font-size: 1.3333333333rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.2666666667rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 1.1333333333rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1.0666666667rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 47.9375em) {
  h1 {
    font-size: 3.2rem; }
  h2 {
    font-size: 2.6666666667rem; }
  h3 {
    font-size: 2.0666666667rem; }
  h4 {
    font-size: 1.6666666667rem; }
  h5 {
    font-size: 1.3333333333rem; }
  h6 {
    font-size: 1.0666666667rem; } }

a {
  line-height: inherit;
  color: #285893;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #224c7e; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 80rem;
  height: 0;
  margin: 1.3333333333rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.6rem 1.3333333333rem 0 1.2666666667rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8666666667rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr {
  border-bottom: 1px dotted #0a0a0a;
  color: #0a0a0a;
  cursor: help; }

figure {
  margin: 0; }

code {
  padding: 0.1333333333rem 0.3333333333rem 0.0666666667rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.1333333333rem 0.2666666667rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 1.171875rem;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 47.9375em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #285893;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #224b7d;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #285893;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #204676;
      color: #fefefe; }
  .button.secondary {
    background-color: #12415a;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #0e3448;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert {
    background-color: #cc4b37;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #285893;
    color: #285893; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #142c4a;
      color: #142c4a; }
    .button.hollow.primary {
      border: 1px solid #285893;
      color: #285893; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #142c4a;
        color: #142c4a; }
    .button.hollow.secondary {
      border: 1px solid #12415a;
      color: #12415a; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #09212d;
        color: #09212d; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #285893;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #285893;
        color: #fefefe; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #12415a;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #0a0a0a; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #0a0a0a; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fefefe; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #285893; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #285893; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #12415a; }
  .button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.6rem;
  margin: 0 0 1.0666666667rem;
  padding: 0.5333333333rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1.0666666667rem;
  font-weight: normal;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

[type='number'] {
  -moz-appearance: textfield; }
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1.0666666667rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5333333333rem;
  margin-right: 1.0666666667rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5333333333rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.9333333333rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1.0666666667rem;
    padding: 0.6rem 0; }

.help-text {
  margin-top: -0.5333333333rem;
  font-size: 0.8666666667rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1.0666666667rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.6666666667rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.6666666667rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.0666666667rem; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5333333333rem; }

.fieldset {
  margin: 1.2rem 0;
  padding: 1.3333333333rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.2rem;
    padding: 0 0.2rem;
    background: #f5f5f5; }

select {
  height: 2.6rem;
  margin: 0 0 1.0666666667rem;
  padding: 0.5333333333rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1.0666666667rem;
  line-height: normal;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1.0666666667rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.6rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5333333333rem;
  margin-bottom: 1.0666666667rem;
  font-size: 0.8rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1.0666666667rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.media-object {
  display: block;
  margin-bottom: 1rem; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 47.875em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 1;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-overlap {
    z-index: 10; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 10; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  width: 70vw;
  height: 100%;
  -webkit-transform: translateX(-70vw);
          transform: translateX(-70vw);
  overflow-y: auto; }
  .position-left.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(70vw);
            transform: translateX(70vw); }
  .position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-left.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
            transform: none; }

.position-right {
  top: 0;
  right: 0;
  width: 70vw;
  height: 100%;
  -webkit-transform: translateX(70vw);
          transform: translateX(70vw);
  overflow-y: auto; }
  .position-right.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(-70vw);
            transform: translateX(-70vw); }
  .position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-right.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
            transform: none; }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
  overflow-x: auto; }
  .position-top.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(250px);
            transform: translateY(250px); }
  .position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-top.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
            transform: none; }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
  overflow-x: auto; }
  .position-bottom.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(-250px);
            transform: translateY(-250px); }
  .position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
            transform: none; }

.off-canvas-content {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

@media print, screen and (min-width: 47.9375em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 70vw; }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 70vw; }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 70vw; }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 70vw; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 70vw; }
  .position-right.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 70vw; }
  .position-top.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 70vw; }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 70vw; } }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' '; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0666666667rem;
    border-radius: 0;
    font-size: 0.9333333333rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 47.9375em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.2rem 0.6666666667rem;
    border-radius: 0;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.2rem 0.6666666667rem;
    background: #285893;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.2rem 0.6666666667rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.2rem 0.6666666667rem;
    content: '\2026';
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 47.9375em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 47.9375em) {
    .reveal {
      width: 600px;
      max-width: 80rem; } }
  @media print, screen and (min-width: 47.9375em) {
    .reveal .reveal {
      right: auto;
      left: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 47.9375em) {
    .reveal.tiny {
      width: 30%;
      max-width: 80rem; } }
  @media print, screen and (min-width: 47.9375em) {
    .reveal.small {
      width: 50%;
      max-width: 80rem; } }
  @media print, screen and (min-width: 47.9375em) {
    .reveal.large {
      width: 90%;
      max-width: 80rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 47.875em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.9333333333rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #285893; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.6666666667rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.8rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1.0666666667rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 47.875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 47.9375em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 47.9375em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 47.875em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 47.9375em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 47.875em), 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; } }

.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; }

/********************************
*** Helpers
********************************/
/*************************************************************/
/*************************************************************/
.section-margin {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 100px !important;
  margin-bottom: 100px !important; }

.add-bottom-border {
  padding-bottom: 15px;
  border-bottom: 1px solid #bdbdbd; }

.center {
  text-align: center; }

.floating {
  position: relative;
  height: 0px;
  width: 500px;
  text-align: center;
  margin: auto; }
  .floating .section-container {
    color: white;
    background: #285893;
    position: absolute;
    top: -21px; }

.horizontal-line {
  width: 100%;
  height: 5px;
  background: #285893; }

.section-separator.shadow:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50px;
  background: transparent url(../hoyry/images/section-shadow.png) no-repeat center bottom; }

address {
  font-style: normal !important; }

#content .items-per-row-1,
#content .items-per-row-2,
#content .items-per-row-3,
#content .items-per-row-4,
#content .items-per-row-5,
#content .items-per-row-6 {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%; }

#content .sisaltoblokit-wrapper .section-container {
  width: 100%;
  float: left; }

@media (min-width: 1024px) {
  #content .large-block-grid-1,
  #content .large-block-grid-2,
  #content .large-block-grid-3,
  #content .large-block-grid-4,
  #content .large-block-grid-5,
  #content .large-block-grid-6 {
    margin: 0;
    padding: 0;
    list-style: none; }
  .large-block-grid-1 > li {
    float: left;
    width: 100%;
    padding-right: 0.6666666667rem;
    padding-left: 0.6666666667rem; } }
  @media print and (min-width: 1024px), screen and (min-width: 1024px) and (min-width: 47.9375em) {
    .large-block-grid-1 > li {
      padding-right: 1rem;
      padding-left: 1rem; } }

@media (min-width: 1024px) {
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
    .large-block-grid-1 > li:last-child {
      float: left; }
  .large-block-grid-2 > li {
    float: left;
    width: 50%;
    padding-right: 0.6666666667rem;
    padding-left: 0.6666666667rem; } }
  @media print and (min-width: 1024px), screen and (min-width: 1024px) and (min-width: 47.9375em) {
    .large-block-grid-2 > li {
      padding-right: 1rem;
      padding-left: 1rem; } }

@media (min-width: 1024px) {
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
    .large-block-grid-2 > li:last-child {
      float: left; }
  .large-block-grid-3 > li {
    float: left;
    width: 33.3333333333%;
    padding-right: 0.6666666667rem;
    padding-left: 0.6666666667rem; } }
  @media print and (min-width: 1024px), screen and (min-width: 1024px) and (min-width: 47.9375em) {
    .large-block-grid-3 > li {
      padding-right: 1rem;
      padding-left: 1rem; } }

@media (min-width: 1024px) {
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
    .large-block-grid-3 > li:last-child {
      float: left; }
  .large-block-grid-4 > li {
    float: left;
    width: 25%;
    padding-right: 0.6666666667rem;
    padding-left: 0.6666666667rem; } }
  @media print and (min-width: 1024px), screen and (min-width: 1024px) and (min-width: 47.9375em) {
    .large-block-grid-4 > li {
      padding-right: 1rem;
      padding-left: 1rem; } }

@media (min-width: 1024px) {
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
    .large-block-grid-4 > li:last-child {
      float: left; }
  .large-block-grid-5 > li {
    float: left;
    width: 20%;
    padding-right: 0.6666666667rem;
    padding-left: 0.6666666667rem; } }
  @media print and (min-width: 1024px), screen and (min-width: 1024px) and (min-width: 47.9375em) {
    .large-block-grid-5 > li {
      padding-right: 1rem;
      padding-left: 1rem; } }

@media (min-width: 1024px) {
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
    .large-block-grid-5 > li:last-child {
      float: left; }
  .large-block-grid-6 > li {
    float: left;
    width: 16.6666666667%;
    padding-right: 0.6666666667rem;
    padding-left: 0.6666666667rem; } }
  @media print and (min-width: 1024px), screen and (min-width: 1024px) and (min-width: 47.9375em) {
    .large-block-grid-6 > li {
      padding-right: 1rem;
      padding-left: 1rem; } }

@media (min-width: 1024px) {
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
    .large-block-grid-6 > li:last-child {
      float: left; } }

@media (max-width: 1023px) {
  #content .small-block-grid-1,
  #content .small-block-grid-2,
  #content .small-block-grid-3,
  #content .small-block-grid-4,
  #content .small-block-grid-5,
  #content .small-block-grid-6 {
    margin: 0;
    list-style: none;
    padding: 0; }
  .small-block-grid-1 > li {
    float: left;
    width: 100%;
    padding-right: 0.6666666667rem;
    padding-left: 0.6666666667rem; } }
  @media print and (max-width: 1023px), screen and (max-width: 1023px) and (min-width: 47.9375em) {
    .small-block-grid-1 > li {
      padding-right: 1rem;
      padding-left: 1rem; } }

@media (max-width: 1023px) {
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
    .small-block-grid-1 > li:last-child {
      float: left; }
  .small-block-grid-2 > li {
    float: left;
    width: 50%;
    padding-right: 0.6666666667rem;
    padding-left: 0.6666666667rem; } }
  @media print and (max-width: 1023px), screen and (max-width: 1023px) and (min-width: 47.9375em) {
    .small-block-grid-2 > li {
      padding-right: 1rem;
      padding-left: 1rem; } }

@media (max-width: 1023px) {
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
    .small-block-grid-2 > li:last-child {
      float: left; }
  .small-block-grid-3 > li {
    float: left;
    width: 33.3333333333%;
    padding-right: 0.6666666667rem;
    padding-left: 0.6666666667rem; } }
  @media print and (max-width: 1023px), screen and (max-width: 1023px) and (min-width: 47.9375em) {
    .small-block-grid-3 > li {
      padding-right: 1rem;
      padding-left: 1rem; } }

@media (max-width: 1023px) {
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
    .small-block-grid-3 > li:last-child {
      float: left; }
  .small-block-grid-4 > li {
    float: left;
    width: 25%;
    padding-right: 0.6666666667rem;
    padding-left: 0.6666666667rem; } }
  @media print and (max-width: 1023px), screen and (max-width: 1023px) and (min-width: 47.9375em) {
    .small-block-grid-4 > li {
      padding-right: 1rem;
      padding-left: 1rem; } }

@media (max-width: 1023px) {
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
    .small-block-grid-4 > li:last-child {
      float: left; }
  .small-block-grid-5 > li {
    float: left;
    width: 20%;
    padding-right: 0.6666666667rem;
    padding-left: 0.6666666667rem; } }
  @media print and (max-width: 1023px), screen and (max-width: 1023px) and (min-width: 47.9375em) {
    .small-block-grid-5 > li {
      padding-right: 1rem;
      padding-left: 1rem; } }

@media (max-width: 1023px) {
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
    .small-block-grid-5 > li:last-child {
      float: left; }
  .small-block-grid-6 > li {
    float: left;
    width: 16.6666666667%;
    padding-right: 0.6666666667rem;
    padding-left: 0.6666666667rem; } }
  @media print and (max-width: 1023px), screen and (max-width: 1023px) and (min-width: 47.9375em) {
    .small-block-grid-6 > li {
      padding-right: 1rem;
      padding-left: 1rem; } }

@media (max-width: 1023px) {
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
    .small-block-grid-6 > li:last-child {
      float: left; } }

.items-per-row-2, .no-js .show-2-items {
  margin: 0; }
  @media (min-width: 768px) {
    .items-per-row-2 > li, .no-js .show-2-items > li {
      float: left;
      width: 50%;
      padding-right: 0.6666666667rem;
      padding-left: 0.6666666667rem; } }
  @media print and (min-width: 768px), screen and (min-width: 768px) and (min-width: 47.9375em) {
    .items-per-row-2 > li, .no-js .show-2-items > li {
      padding-right: 1rem;
      padding-left: 1rem; } }
  @media (min-width: 768px) {
      .items-per-row-2 > li:nth-of-type(1n), .no-js .show-2-items > li:nth-of-type(1n) {
        clear: none; }
      .items-per-row-2 > li:nth-of-type(2n+1), .no-js .show-2-items > li:nth-of-type(2n+1) {
        clear: both; }
      .items-per-row-2 > li:last-child, .no-js .show-2-items > li:last-child {
        float: left; }
    .items-per-row-2 li:nth-of-type(2n + 1), .no-js .show-2-items li:nth-of-type(2n + 1) {
      padding-left: 0px; }
    .items-per-row-2 li:nth-of-type(2n + 2), .no-js .show-2-items li:nth-of-type(2n + 2) {
      padding-right: 0px; } }
  @media (max-width: 767px) {
    .items-per-row-2 > li, .no-js .show-2-items > li {
      float: left;
      width: 100%;
      padding-right: 0.6666666667rem;
      padding-left: 0.6666666667rem; } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 47.9375em) {
    .items-per-row-2 > li, .no-js .show-2-items > li {
      padding-right: 1rem;
      padding-left: 1rem; } }
  @media (max-width: 767px) {
      .items-per-row-2 > li:nth-of-type(1n), .no-js .show-2-items > li:nth-of-type(1n) {
        clear: none; }
      .items-per-row-2 > li:nth-of-type(1n+1), .no-js .show-2-items > li:nth-of-type(1n+1) {
        clear: both; }
      .items-per-row-2 > li:last-child, .no-js .show-2-items > li:last-child {
        float: left; }
    .items-per-row-2 li, .no-js .show-2-items li {
      padding-left: 0px;
      padding-right: 0px; } }

.no-js .show-2-items li:nth-of-type(n + 3) {
  display: none; }

.items-per-row-3, .no-js .show-3-items {
  margin: 0; }
  @media (min-width: 801px) {
    .items-per-row-3 > li, .no-js .show-3-items > li {
      float: left;
      width: 33.3333333333%;
      padding-right: 0.6666666667rem;
      padding-left: 0.6666666667rem; } }
  @media print and (min-width: 801px), screen and (min-width: 801px) and (min-width: 47.9375em) {
    .items-per-row-3 > li, .no-js .show-3-items > li {
      padding-right: 1rem;
      padding-left: 1rem; } }
  @media (min-width: 801px) {
      .items-per-row-3 > li:nth-of-type(1n), .no-js .show-3-items > li:nth-of-type(1n) {
        clear: none; }
      .items-per-row-3 > li:nth-of-type(3n+1), .no-js .show-3-items > li:nth-of-type(3n+1) {
        clear: both; }
      .items-per-row-3 > li:last-child, .no-js .show-3-items > li:last-child {
        float: left; }
    .items-per-row-3 li:nth-of-type(3n + 1), .no-js .show-3-items li:nth-of-type(3n + 1) {
      padding-left: 0px; }
    .items-per-row-3 li:nth-of-type(3n + 3), .no-js .show-3-items li:nth-of-type(3n + 3) {
      padding-right: 0px; } }
  @media (max-width: 800px) and (min-width: 501px) {
    .items-per-row-3 > li, .no-js .show-3-items > li {
      float: left;
      width: 50%;
      padding-right: 0.6666666667rem;
      padding-left: 0.6666666667rem; } }
  @media print and (max-width: 800px) and (min-width: 501px), screen and (max-width: 800px) and (min-width: 501px) and (min-width: 47.9375em) {
    .items-per-row-3 > li, .no-js .show-3-items > li {
      padding-right: 1rem;
      padding-left: 1rem; } }
  @media (max-width: 800px) and (min-width: 501px) {
      .items-per-row-3 > li:nth-of-type(1n), .no-js .show-3-items > li:nth-of-type(1n) {
        clear: none; }
      .items-per-row-3 > li:nth-of-type(2n+1), .no-js .show-3-items > li:nth-of-type(2n+1) {
        clear: both; }
      .items-per-row-3 > li:last-child, .no-js .show-3-items > li:last-child {
        float: left; }
    .items-per-row-3 li:nth-of-type(2n + 1), .no-js .show-3-items li:nth-of-type(2n + 1) {
      padding-left: 0px; }
    .items-per-row-3 li:nth-of-type(2n + 2), .no-js .show-3-items li:nth-of-type(2n + 2) {
      padding-right: 0px; } }
  @media (max-width: 500px) {
    .items-per-row-3 > li, .no-js .show-3-items > li {
      float: left;
      width: 100%;
      padding-right: 0.6666666667rem;
      padding-left: 0.6666666667rem; } }
  @media print and (max-width: 500px), screen and (max-width: 500px) and (min-width: 47.9375em) {
    .items-per-row-3 > li, .no-js .show-3-items > li {
      padding-right: 1rem;
      padding-left: 1rem; } }
  @media (max-width: 500px) {
      .items-per-row-3 > li:nth-of-type(1n), .no-js .show-3-items > li:nth-of-type(1n) {
        clear: none; }
      .items-per-row-3 > li:nth-of-type(1n+1), .no-js .show-3-items > li:nth-of-type(1n+1) {
        clear: both; }
      .items-per-row-3 > li:last-child, .no-js .show-3-items > li:last-child {
        float: left; }
    .items-per-row-3 li, .no-js .show-3-items li {
      padding-left: 0px;
      padding-right: 0px; } }

.no-js .show-3-items li:nth-of-type(n + 4) {
  display: none; }

.items-per-row-4, .no-js .show-4-items {
  margin: 0; }
  @media (min-width: 1024px) {
    .items-per-row-4 > li, .no-js .show-4-items > li {
      float: left;
      width: 25%;
      padding-right: 0.6666666667rem;
      padding-left: 0.6666666667rem; } }
  @media print and (min-width: 1024px), screen and (min-width: 1024px) and (min-width: 47.9375em) {
    .items-per-row-4 > li, .no-js .show-4-items > li {
      padding-right: 1rem;
      padding-left: 1rem; } }
  @media (min-width: 1024px) {
      .items-per-row-4 > li:nth-of-type(1n), .no-js .show-4-items > li:nth-of-type(1n) {
        clear: none; }
      .items-per-row-4 > li:nth-of-type(4n+1), .no-js .show-4-items > li:nth-of-type(4n+1) {
        clear: both; }
      .items-per-row-4 > li:last-child, .no-js .show-4-items > li:last-child {
        float: left; }
    .items-per-row-4 li:nth-of-type(4n + 1), .no-js .show-4-items li:nth-of-type(4n + 1) {
      padding-left: 0px; }
    .items-per-row-4 li:nth-of-type(4n + 4), .no-js .show-4-items li:nth-of-type(4n + 4) {
      padding-right: 0px; } }
  @media (max-width: 1023px) and (min-width: 801px) {
    .items-per-row-4 > li, .no-js .show-4-items > li {
      float: left;
      width: 25%;
      padding-right: 0.6666666667rem;
      padding-left: 0.6666666667rem; } }
  @media print and (max-width: 1023px) and (min-width: 801px), screen and (max-width: 1023px) and (min-width: 801px) and (min-width: 47.9375em) {
    .items-per-row-4 > li, .no-js .show-4-items > li {
      padding-right: 1rem;
      padding-left: 1rem; } }
  @media (max-width: 1023px) and (min-width: 801px) {
      .items-per-row-4 > li:nth-of-type(1n), .no-js .show-4-items > li:nth-of-type(1n) {
        clear: none; }
      .items-per-row-4 > li:nth-of-type(4n+1), .no-js .show-4-items > li:nth-of-type(4n+1) {
        clear: both; }
      .items-per-row-4 > li:last-child, .no-js .show-4-items > li:last-child {
        float: left; }
    .items-per-row-4 li:nth-of-type(3n + 1), .no-js .show-4-items li:nth-of-type(3n + 1) {
      padding-left: 0px; }
    .items-per-row-4 li:nth-of-type(3n + 3), .no-js .show-4-items li:nth-of-type(3n + 3) {
      padding-right: 0px; } }
  @media (max-width: 800px) and (min-width: 501px) {
    .items-per-row-4 > li, .no-js .show-4-items > li {
      float: left;
      width: 50%;
      padding-right: 0.6666666667rem;
      padding-left: 0.6666666667rem; } }
  @media print and (max-width: 800px) and (min-width: 501px), screen and (max-width: 800px) and (min-width: 501px) and (min-width: 47.9375em) {
    .items-per-row-4 > li, .no-js .show-4-items > li {
      padding-right: 1rem;
      padding-left: 1rem; } }
  @media (max-width: 800px) and (min-width: 501px) {
      .items-per-row-4 > li:nth-of-type(1n), .no-js .show-4-items > li:nth-of-type(1n) {
        clear: none; }
      .items-per-row-4 > li:nth-of-type(2n+1), .no-js .show-4-items > li:nth-of-type(2n+1) {
        clear: both; }
      .items-per-row-4 > li:last-child, .no-js .show-4-items > li:last-child {
        float: left; }
    .items-per-row-4 li:nth-of-type(2n + 1), .no-js .show-4-items li:nth-of-type(2n + 1) {
      padding-left: 0px; }
    .items-per-row-4 li:nth-of-type(2n + 2), .no-js .show-4-items li:nth-of-type(2n + 2) {
      padding-right: 0px; } }
  @media (max-width: 500px) {
    .items-per-row-4 > li, .no-js .show-4-items > li {
      float: left;
      width: 100%;
      padding-right: 0.6666666667rem;
      padding-left: 0.6666666667rem; } }
  @media print and (max-width: 500px), screen and (max-width: 500px) and (min-width: 47.9375em) {
    .items-per-row-4 > li, .no-js .show-4-items > li {
      padding-right: 1rem;
      padding-left: 1rem; } }
  @media (max-width: 500px) {
      .items-per-row-4 > li:nth-of-type(1n), .no-js .show-4-items > li:nth-of-type(1n) {
        clear: none; }
      .items-per-row-4 > li:nth-of-type(1n+1), .no-js .show-4-items > li:nth-of-type(1n+1) {
        clear: both; }
      .items-per-row-4 > li:last-child, .no-js .show-4-items > li:last-child {
        float: left; }
    .items-per-row-4 li, .no-js .show-4-items li {
      padding-left: 0px;
      padding-right: 0px; } }

.no-js .show-4-items li:nth-of-type(n + 5) {
  display: none; }

.items-per-row-5, .no-js .show-5-items {
  margin: 0; }
  @media (min-width: 1024px) {
    .items-per-row-5 > li, .no-js .show-5-items > li {
      float: left;
      width: 20%;
      padding-right: 0.6666666667rem;
      padding-left: 0.6666666667rem; } }
  @media print and (min-width: 1024px), screen and (min-width: 1024px) and (min-width: 47.9375em) {
    .items-per-row-5 > li, .no-js .show-5-items > li {
      padding-right: 1rem;
      padding-left: 1rem; } }
  @media (min-width: 1024px) {
      .items-per-row-5 > li:nth-of-type(1n), .no-js .show-5-items > li:nth-of-type(1n) {
        clear: none; }
      .items-per-row-5 > li:nth-of-type(5n+1), .no-js .show-5-items > li:nth-of-type(5n+1) {
        clear: both; }
      .items-per-row-5 > li:last-child, .no-js .show-5-items > li:last-child {
        float: left; }
    .items-per-row-5 li:nth-of-type(5n + 1), .no-js .show-5-items li:nth-of-type(5n + 1) {
      padding-left: 0px; }
    .items-per-row-5 li:nth-of-type(5n + 5), .no-js .show-5-items li:nth-of-type(5n + 5) {
      padding-right: 0px; } }
  @media (max-width: 1023px) and (min-width: 801px) {
    .items-per-row-5 > li, .no-js .show-5-items > li {
      float: left;
      width: 25%;
      padding-right: 0.6666666667rem;
      padding-left: 0.6666666667rem; } }
  @media print and (max-width: 1023px) and (min-width: 801px), screen and (max-width: 1023px) and (min-width: 801px) and (min-width: 47.9375em) {
    .items-per-row-5 > li, .no-js .show-5-items > li {
      padding-right: 1rem;
      padding-left: 1rem; } }
  @media (max-width: 1023px) and (min-width: 801px) {
      .items-per-row-5 > li:nth-of-type(1n), .no-js .show-5-items > li:nth-of-type(1n) {
        clear: none; }
      .items-per-row-5 > li:nth-of-type(4n+1), .no-js .show-5-items > li:nth-of-type(4n+1) {
        clear: both; }
      .items-per-row-5 > li:last-child, .no-js .show-5-items > li:last-child {
        float: left; }
    .items-per-row-5 li:nth-of-type(4n + 1), .no-js .show-5-items li:nth-of-type(4n + 1) {
      padding-left: 0px; }
    .items-per-row-5 li:nth-of-type(4n + 4), .no-js .show-5-items li:nth-of-type(4n + 4) {
      padding-right: 0px; } }
  @media (max-width: 800px) and (min-width: 601px) {
    .items-per-row-5 > li, .no-js .show-5-items > li {
      float: left;
      width: 33.3333333333%;
      padding-right: 0.6666666667rem;
      padding-left: 0.6666666667rem; } }
  @media print and (max-width: 800px) and (min-width: 601px), screen and (max-width: 800px) and (min-width: 601px) and (min-width: 47.9375em) {
    .items-per-row-5 > li, .no-js .show-5-items > li {
      padding-right: 1rem;
      padding-left: 1rem; } }
  @media (max-width: 800px) and (min-width: 601px) {
      .items-per-row-5 > li:nth-of-type(1n), .no-js .show-5-items > li:nth-of-type(1n) {
        clear: none; }
      .items-per-row-5 > li:nth-of-type(3n+1), .no-js .show-5-items > li:nth-of-type(3n+1) {
        clear: both; }
      .items-per-row-5 > li:last-child, .no-js .show-5-items > li:last-child {
        float: left; }
    .items-per-row-5 li:nth-of-type(3n + 1), .no-js .show-5-items li:nth-of-type(3n + 1) {
      padding-left: 0px; }
    .items-per-row-5 li:nth-of-type(3n + 3), .no-js .show-5-items li:nth-of-type(3n + 3) {
      padding-right: 0px; } }
  @media (max-width: 600px) and (min-width: 401px) {
    .items-per-row-5 > li, .no-js .show-5-items > li {
      float: left;
      width: 50%;
      padding-right: 0.6666666667rem;
      padding-left: 0.6666666667rem; } }
  @media print and (max-width: 600px) and (min-width: 401px), screen and (max-width: 600px) and (min-width: 401px) and (min-width: 47.9375em) {
    .items-per-row-5 > li, .no-js .show-5-items > li {
      padding-right: 1rem;
      padding-left: 1rem; } }
  @media (max-width: 600px) and (min-width: 401px) {
      .items-per-row-5 > li:nth-of-type(1n), .no-js .show-5-items > li:nth-of-type(1n) {
        clear: none; }
      .items-per-row-5 > li:nth-of-type(2n+1), .no-js .show-5-items > li:nth-of-type(2n+1) {
        clear: both; }
      .items-per-row-5 > li:last-child, .no-js .show-5-items > li:last-child {
        float: left; }
    .items-per-row-5 li:nth-of-type(2n + 1), .no-js .show-5-items li:nth-of-type(2n + 1) {
      padding-left: 0px; }
    .items-per-row-5 li:nth-of-type(2n + 2), .no-js .show-5-items li:nth-of-type(2n + 2) {
      padding-right: 0px; } }
  @media (max-width: 400px) {
    .items-per-row-5 > li, .no-js .show-5-items > li {
      float: left;
      width: 100%;
      padding-right: 0.6666666667rem;
      padding-left: 0.6666666667rem; } }
  @media print and (max-width: 400px), screen and (max-width: 400px) and (min-width: 47.9375em) {
    .items-per-row-5 > li, .no-js .show-5-items > li {
      padding-right: 1rem;
      padding-left: 1rem; } }
  @media (max-width: 400px) {
      .items-per-row-5 > li:nth-of-type(1n), .no-js .show-5-items > li:nth-of-type(1n) {
        clear: none; }
      .items-per-row-5 > li:nth-of-type(1n+1), .no-js .show-5-items > li:nth-of-type(1n+1) {
        clear: both; }
      .items-per-row-5 > li:last-child, .no-js .show-5-items > li:last-child {
        float: left; }
    .items-per-row-5 li, .no-js .show-5-items li {
      padding-left: 0px;
      padding-right: 0px; } }

.no-js .show-5-items li:nth-of-type(n + 6) {
  display: none; }

/* Alignment */
.alignleft {
  float: left; }

.alignright {
  float: right; }

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

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
  margin: 7px 24px 7px 0; }

.wp-caption.alignleft {
  margin: 7px 14px 7px 0; }

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
  margin: 7px 0 7px 24px; }

.wp-caption.alignright {
  margin: 7px 0 7px 14px; }

/*******************************************/
/*******************************************/
.section-container:before,
.section-container:after,
.clear:before,
.clear:after {
  content: "";
  display: table;
  table-layout: fixed; }

.section-container:after,
.clear:after {
  clear: both; }

/********************************
*** HöyryIkonit
********************************/
@font-face {
  font-family: 'hoyryicon';
  src: url("fonts/Hoyryicon.ttf?l49aat") format("truetype"), url("fonts/Hoyryicon.woff?l49aat") format("woff"), url("fonts/Hoyryicon.svg?l49aat#Hoyryicon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="hoyryicon-"]:before, [class*=" hoyryicon-"]:before,
[class^="hoyryicon-"]:after, [class*=" hoyryicon-"]:after {
  font-family: hoyryicon;
  font-size: 20px;
  font-style: normal; }

/* Deprecated */
.owl-carousel .owl-nav [class*='owl-'].owl-prev .previous:before, .owl-carousel .owl-nav [class*='owl-'].owl-next .next:before, a.some-icon.facebook:before, a.some-icon.twitter:before, a.some-icon.instagram:before, a.some-icon.youtube:before, a.some-icon.linkedin:before, #content .someseina.use-filters .someseina-wrapper .someseina-filters div.someseina-filter-facebook:before, #content .someseina.use-filters .someseina-wrapper .someseina-filters div.someseina-filter-instagram:before, #content .someseina.use-filters .someseina-wrapper .someseina-filters div.someseina-filter-twitter:before, #content .someseina.use-filters .someseina-wrapper .someseina-filters div.someseina-filter-youtube:before, #content .someseina .someseina-wrapper .someseina-feeds-wrapper .feed-item.feed-item-source-facebook .title:before, #content .someseina .someseina-wrapper .someseina-feeds-wrapper .feed-item.feed-item-source-instagram .title:before, #content .someseina .someseina-wrapper .someseina-feeds-wrapper .feed-item.feed-item-source-twitter .title:before, #content .someseina .someseina-wrapper .someseina-feeds-wrapper .feed-item.feed-item-source-youtube .title:before, #content .someseina .someseina-wrapper .someseina-feeds-wrapper .feed-item.feed-item-type-video .image:before, #content .chosen-container a div b:before, .remodal .chosen-container a div b:before, .reveal .chosen-container a div b:before, #content .chosen-container.chosen-container-active.chosen-with-drop a div b:before, .remodal .chosen-container.chosen-container-active.chosen-with-drop a div b:before, .reveal .chosen-container.chosen-container-active.chosen-with-drop a div b:before, #comments .rating-star:before, #comment-modal .comment-form-row .columns .comment-form-input .rating:hover .rating-star:hover .rating-star-text:before,
#comment-modal .comment-form-row .columns .comment-form-input .rating:hover .rating-star:hover ~ .rating-star .rating-star-text:before,
#comment-modal .comment-form-row .columns .comment-form-input .rating-input:checked ~ .rating-star .rating-star-text:before, #comment-modal .comment-form-row .columns .comment-form-input .rating-star .rating-star-text:before, #comment-modal .comment-form-row .columns .comment-form-input .rating:hover .rating-star .rating-star-text:before, #mainnav.offscreen ul#main-menu li.menu-item-has-children .go-next:before, #mainnav.offscreen ul#main-menu li.bigger .go-next:before, #mainnav.offscreen ul.sub-menu li a .go-prev:before {
  font-family: "hoyryicon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Malli: @include icon($facebook)*/
.hoyryicon-sign:before {
  content: "\e913"; }

.hoyryicon-thumb-up:before {
  content: "\e909"; }

.hoyryicon-thumb-down:before {
  content: "\e911"; }

.hoyryicon-computer:before {
  content: "\e912"; }

.hoyryicon-bed:before {
  content: "\e907"; }

.hoyryicon-map2:before {
  content: "\e906"; }

.hoyryicon-alert:before {
  content: "\e90f"; }

.hoyryicon-alert-alt:before {
  content: "\e910"; }

.hoyryicon-auction:before {
  content: "\e90c"; }

.hoyryicon-dashboard:before {
  content: "\e90a"; }

.hoyryicon-forkknife:before {
  content: "\e902"; }

.hoyryicon-eye:before {
  content: "\e903"; }

.hoyryicon-info-round:before {
  content: "\e904"; }

.hoyryicon-label:before {
  content: "\e905"; }

.hoyryicon-log-out:before {
  content: "\e902"; }

.hoyryicon-log-in:before {
  content: "\e901"; }

.hoyryicon-chevron-right-round:before {
  content: "\e66d"; }

.hoyryicon-chevron-left-round:before {
  content: "\e66e"; }

.hoyryicon-camera:before {
  content: "\e669"; }

.hoyryicon-minus-rounded:before {
  content: "\e667"; }

.hoyryicon-plus-rounded:before {
  content: "\e668"; }

.hoyryicon-minus:before {
  content: "\e665"; }

.hoyryicon-plus:before {
  content: "\e666"; }

.hoyryicon-download:before {
  content: "\e664"; }

.hoyryicon-video-camera:before {
  content: "\e662"; }

.hoyryicon-clock:before {
  content: "\e663"; }

.hoyryicon-phone-basic:before {
  content: "\e661"; }

.hoyryicon-close-cross:before {
  content: "\e65b"; }

.hoyryicon-chevron-left-sharp:before {
  content: "\e65c"; }

.hoyryicon-chevron-right-sharp:before {
  content: "\e65d"; }

.hoyryicon-chevron-down-sharp:before {
  content: "\e66a"; }

.hoyryicon-chevron-up-sharp:before {
  content: "\e66c"; }

.hoyryicon-zoom:before {
  content: "\e65e"; }

.hoyryicon-edit:before {
  content: "\e65a"; }

.hoyryicon-pause-round-alt:before {
  content: "\e655"; }

.hoyryicon-play-round-alt:before {
  content: "\e656"; }

.hoyryicon-play:before {
  content: "\e657"; }

.hoyryicon-printer:before {
  content: "\e658"; }

.hoyryicon-sync:before {
  content: "\e659"; }

.hoyryicon-youtube-play:before {
  content: "\e648"; }

.hoyryicon-chevron-left-thin-circular:before {
  content: "\e600"; }

.hoyryicon-chevron-right-thin-circular:before {
  content: "\e605"; }

.hoyryicon-chevron-left-bold-circular:before {
  content: "\e601"; }

.hoyryicon-chevron-right-bold-circular:before {
  content: "\e606"; }

.hoyryicon-chevron-left-circular:before {
  content: "\e603"; }

.hoyryicon-chevron-right-circular:before {
  content: "\e602"; }

.hoyryicon-chevron-left-big-circular:before {
  content: "\e604"; }

.hoyryicon-chevron-right-big-circular:before {
  content: "\e607"; }

.hoyryicon-thumb-alt:before {
  content: "\e608"; }

.hoyryicon-tools:before {
  content: "\e609"; }

.hoyryicon-triangle-down:before {
  content: "\e60a"; }

.hoyryicon-arrow-down:before {
  content: "\e60e"; }

.hoyryicon-arrow-up:before {
  content: "\e60f"; }

.hoyryicon-bank:before {
  content: "\e610"; }

.hoyryicon-calendar:before {
  content: "\e611"; }

.hoyryicon-chevron-left-bold:before {
  content: "\e616"; }

.hoyryicon-chevron-left:before {
  content: "\e619"; }

.hoyryicon-arrow-right:before {
  content: "\e66b"; }

.hoyryicon-check-round:before {
  content: "\e612"; }

.hoyryicon-chevron-up-round:before {
  content: "\e620"; }

.hoyryicon-chevron-up-round-alt:before {
  content: "\e61f"; }

.hoyryicon-check:before {
  content: "\e613"; }

.hoyryicon-chevron-left-small-bold:before {
  content: "\e618"; }

.hoyryicon-chevron-right-small-bold:before {
  content: "\e61b"; }

.hoyryicon-chevron-left:before {
  content: "\e619"; }

.hoyryicon-chevron-right:before {
  content: "\e61d"; }

.hoyryicon-chevron-right-bold:before {
  content: "\e61a"; }

.hoyryicon-chevron-right-small:before {
  content: "\e61c"; }

.hoyryicon-chevron-up-small:before {
  content: "\e621"; }

.hoyryicon-chevron-up-bold:before {
  content: "\e61e"; }

.hoyryicon-chevron-down-bold:before {
  content: "\e614"; }

.hoyryicon-backup:before {
  content: "\e623"; }

.hoyryicon-close-round:before {
  content: "\e624"; }

.hoyryicon-comment:before {
  content: "\e625"; }

.hoyryicon-comments:before {
  content: "\e626"; }

.hoyryicon-compass:before {
  content: "\e627"; }

.hoyryicon-dashboard:before {
  content: "\e90a"; }

.hoyryicon-directions:before {
  content: "\e628"; }

.hoyryicon-eject:before {
  content: "\e629"; }

.hoyryicon-envelope-alt:before {
  content: "\e62a"; }

.hoyryicon-envelope:before {
  content: "\e62b"; }

.hoyryicon-fast-forward:before {
  content: "\e62c"; }

.hoyryicon-flag:before {
  content: "\e62d"; }

.hoyryicon-forward:before {
  content: "\e62e"; }

.hoyryicon-fullscreen:before {
  content: "\e62f"; }

.hoyryicon-home:before {
  content: "\e632"; }

.hoyryicon-info:before {
  content: "\e633"; }

.hoyryicon-link-out:before {
  content: "\e634"; }

.hoyryicon-link:before {
  content: "\e635"; }

.hoyryicon-logistics:before {
  content: "\e636"; }

.hoyryicon-map:before {
  content: "\e637"; }

.hoyryicon-map-alt:before {
  content: "\e90d"; }

.hoyryicon-menu-ios:before {
  content: "\e638"; }

.hoyryicon-menu-rectangle:before {
  content: "\e639"; }

.hoyryicon-menu:before {
  content: "\e63a"; }

.hoyryicon-minus-round-alt:before {
  content: "\e63b"; }

.hoyryicon-minus-round:before {
  content: "\e63c"; }

.hoyryicon-pause:before {
  content: "\e63d"; }

.hoyryicon-pdf:before {
  content: "\e63e"; }

.hoyryicon-phone:before {
  content: "\e63f"; }

.hoyryicon-plus-round-alt:before {
  content: "\e640"; }

.hoyryicon-plus-round:before {
  content: "\e641"; }

.hoyryicon-rss:before {
  content: "\e643"; }

.hoyryicon-search:before {
  content: "\e644"; }

.hoyryicon-share:before {
  content: "\e645"; }

.hoyryicon-shield:before {
  content: "\e646"; }

.hoyryicon-shopping-basket:before {
  content: "\e647"; }

.hoyryicon-shopping-cart:before {
  content: "\e670"; }

.hoyryicon-facebook-round:before {
  content: "\e64b"; }

.hoyryicon-facebook:before {
  content: "\e64c"; }

.hoyryicon-twitter:before {
  content: "\e650"; }

.hoyryicon-twitter-round:before {
  content: "\e64f"; }

.hoyryicon-linkedin-square:before {
  content: "\e64e"; }

.hoyryicon-linkedin-round:before {
  content: "\e64d"; }

.hoyryicon-pinterest:before {
  content: "\e654"; }

.hoyryicon-pinterest-round:before {
  content: "\e653"; }

.hoyryicon-googleplus-round:before {
  content: "\e651"; }

.hoyryicon-googleplus:before {
  content: "\e652"; }

.hoyryicon-instagram:before {
  content: "\e9977"; }

.hoyryicon-instagram-alt:before {
  content: "\e66a"; }

.hoyryicon-instagram-new:before {
  content: "\e9066"; }

.hoyryicon-star:before {
  content: "\e900"; }

.hoyryicon-success:before {
  content: "\e90e"; }

.hoyryicon-tripadvisor-round:before {
  content: "\e60b"; }

.hoyryicon-tripadvisor:before {
  content: "\e60c"; }

.hoyryicon-user-info:before {
  content: "\e90b"; }

.hoyryicon-youtube:before {
  content: "\e649"; }

.hoyryicon-youtube-round:before {
  content: "\e64a"; }

.hoyryicon-wordpress:before {
  content: "\e60d"; }

/********************************
*** Typography and buttons
********************************/
/*
	Type settings for the theme
*/
.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6, .wf-loading a, .wf-loading p, .wf-loading span, .wf-loading li {
  visibility: hidden; }

body {
  color: #222222;
  font-family: "acumin-pro", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-style: normal; }

#content a,
#tinymce a,
html a {
  color: #2c5b95;
  text-decoration: none;
  transition: all 0.3s; }
  #content a:hover, #content a:active, #content a:focus,
  #tinymce a:hover,
  #tinymce a:active,
  #tinymce a:focus,
  html a:hover,
  html a:active,
  html a:focus {
    color: #20436e;
    text-decoration: underline; }

body p,
#content p,
#tinymce p {
  font-family: inherit;
  font-weight: 400;
  font-style: normal;
  color: #222222;
  text-transform: none;
  text-rendering: optimizeLegibility;
  letter-spacing: 0; }

body .ingressi p,
#content .ingressi p,
#tinymce .ingressi p {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: italic;
  color: #12415a;
  text-transform: none;
  text-rendering: optimizeLegibility;
  letter-spacing: 0; }

body blockquote, body blockquote p,
#content blockquote,
#content blockquote p,
#tinymce blockquote,
#tinymce blockquote p {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: italic;
  color: #12415a;
  text-transform: none;
  text-rendering: optimizeLegibility;
  letter-spacing: 0; }

body h1, body .h1,
#content h1,
#content .h1,
#tinymce h1,
#tinymce .h1 {
  font-family: "acumin-pro-extra-condensed", Cambria, "Times New Roman", Times, serif;
  font-weight: 800;
  font-style: normal;
  color: #285893;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  letter-spacing: 0; }

body h1.page-title,
body h1.post-title,
body h2.page-title,
body h2.post-title,
body .h1.page-title,
body .h1.post-title,
body .h2.page-title,
body .h2.post-title,
#content h1.page-title,
#content h1.post-title,
#content h2.page-title,
#content h2.post-title,
#content .h1.page-title,
#content .h1.post-title,
#content .h2.page-title,
#content .h2.post-title,
#tinymce h1.page-title,
#tinymce h1.post-title,
#tinymce h2.page-title,
#tinymce h2.post-title,
#tinymce .h1.page-title,
#tinymce .h1.post-title,
#tinymce .h2.page-title,
#tinymce .h2.post-title {
  font-family: "acumin-pro-extra-condensed", Cambria, "Times New Roman", Times, serif;
  font-weight: 800;
  font-style: normal;
  color: #285893;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  letter-spacing: 0; }

body h2, body .h2,
#content h2,
#content .h2,
#tinymce h2,
#tinymce .h2 {
  font-family: "acumin-pro-extra-condensed", Cambria, "Times New Roman", Times, serif;
  font-weight: 800;
  font-style: normal;
  color: #285893;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  letter-spacing: 0; }

body h3, body .h3,
#content h3,
#content .h3,
#tinymce h3,
#tinymce .h3 {
  font-family: "acumin-pro", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  text-transform: none;
  letter-spacing: 0; }

body h4, body .h4,
#content h4,
#content .h4,
#tinymce h4,
#tinymce .h4 {
  font-family: "acumin-pro", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  text-transform: none;
  letter-spacing: 0; }

body h5, body .h5,
#content h5,
#content .h5,
#tinymce h5,
#tinymce .h5 {
  font-family: "acumin-pro", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  text-transform: none;
  letter-spacing: 0; }

body h6, body .h6,
#content h6,
#content .h6,
#tinymce h6,
#tinymce .h6 {
  font-family: "acumin-pro", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  text-transform: none;
  letter-spacing: 0; }

body p,
#content p,
#tinymce p {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1.3333333333rem; }

body .ingressi p,
#content .ingressi p,
#tinymce .ingressi p {
  font-size: 1.3333333333rem;
  line-height: 1.4;
  margin-top: 2.6666666667rem;
  margin-bottom: 1.3333333333rem; }

body blockquote p,
#content blockquote p,
#tinymce blockquote p {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

body blockquote,
#content blockquote,
#tinymce blockquote {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1.3333333333rem; }

body h1,
#content h1,
#tinymce h1 {
  font-size: 1.6666666667rem;
  line-height: 1.4;
  margin-top: 0.2rem;
  margin-bottom: 1rem; }

body .h1,
#content .h1,
#tinymce .h1 {
  font-size: 1.6666666667rem;
  line-height: 1.4;
  margin-top: 0.2rem;
  margin-bottom: 1rem; }

body h1.page-title,
#content h1.page-title,
#tinymce h1.page-title {
  font-size: 1.6666666667rem;
  line-height: 1.4;
  margin-top: 0.2rem;
  margin-bottom: 1rem; }

body .h1.page-title,
#content .h1.page-title,
#tinymce .h1.page-title {
  font-size: 1.6666666667rem;
  line-height: 1.4;
  margin-top: 0.2rem;
  margin-bottom: 1rem; }

body h1.post-title,
#content h1.post-title,
#tinymce h1.post-title {
  font-size: 1.6666666667rem;
  line-height: 1.4;
  margin-top: 0.2rem;
  margin-bottom: 1rem; }

body .h1.post-title,
#content .h1.post-title,
#tinymce .h1.post-title {
  font-size: 1.6666666667rem;
  line-height: 1.4;
  margin-top: 0.2rem;
  margin-bottom: 1rem; }

body h2.page-title,
#content h2.page-title,
#tinymce h2.page-title {
  font-size: 1.6666666667rem;
  line-height: 1.4;
  margin-top: 0.2rem;
  margin-bottom: 1rem; }

body .h2.page-title,
#content .h2.page-title,
#tinymce .h2.page-title {
  font-size: 1.6666666667rem;
  line-height: 1.4;
  margin-top: 0.2rem;
  margin-bottom: 1rem; }

body h2.post-title,
#content h2.post-title,
#tinymce h2.post-title {
  font-size: 1.6666666667rem;
  line-height: 1.4;
  margin-top: 0.2rem;
  margin-bottom: 1rem; }

body .h2.post-title,
#content .h2.post-title,
#tinymce .h2.post-title {
  font-size: 1.6666666667rem;
  line-height: 1.4;
  margin-top: 0.2rem;
  margin-bottom: 1rem; }

body h2,
#content h2,
#tinymce h2 {
  font-size: 1.6666666667rem;
  line-height: 1.4;
  margin-top: 0.2rem;
  margin-bottom: 1rem; }

body .h2,
#content .h2,
#tinymce .h2 {
  font-size: 1.6666666667rem;
  line-height: 1.4;
  margin-top: 0.2rem;
  margin-bottom: 1rem; }

body h3,
#content h3,
#tinymce h3 {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 0.2rem;
  margin-bottom: 1rem; }

body .h3,
#content .h3,
#tinymce .h3 {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 0.2rem;
  margin-bottom: 1rem; }

body h4,
#content h4,
#tinymce h4 {
  font-size: 1.1333333333rem;
  line-height: 1.4;
  margin-top: 0.2rem;
  margin-bottom: 1rem; }

body .h4,
#content .h4,
#tinymce .h4 {
  font-size: 1.1333333333rem;
  line-height: 1.4;
  margin-top: 0.2rem;
  margin-bottom: 1rem; }

body h5,
#content h5,
#tinymce h5 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0.2rem;
  margin-bottom: 1rem; }

body .h5,
#content .h5,
#tinymce .h5 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0.2rem;
  margin-bottom: 1rem; }

body h6,
#content h6,
#tinymce h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0.2rem;
  margin-bottom: 1rem; }

body .h6,
#content .h6,
#tinymce .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0.2rem;
  margin-bottom: 1rem; }

@media print, screen and (min-width: 47.9375em) {
  body p,
  #content p,
  #tinymce p {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 1.3333333333rem; }
  body .ingressi p,
  #content .ingressi p,
  #tinymce .ingressi p {
    font-size: 1.6666666667rem;
    line-height: 1.4;
    margin-top: 2.6666666667rem;
    margin-bottom: 1.3333333333rem; }
  body blockquote p,
  #content blockquote p,
  #tinymce blockquote p {
    font-size: 1.6666666667rem;
    line-height: 1.4; }
  body blockquote,
  #content blockquote,
  #tinymce blockquote {
    font-size: 1.6666666667rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 1.3333333333rem; }
  body h1,
  #content h1,
  #tinymce h1 {
    font-size: 2rem;
    line-height: 1;
    margin-top: 0.2rem;
    margin-bottom: 1.6666666667rem; }
  body .h1,
  #content .h1,
  #tinymce .h1 {
    font-size: 2rem;
    line-height: 1;
    margin-top: 0.2rem;
    margin-bottom: 1.6666666667rem; }
  body h1.page-title,
  #content h1.page-title,
  #tinymce h1.page-title {
    font-size: 2rem;
    line-height: 1;
    margin-top: 0.2rem;
    margin-bottom: 1.6666666667rem; }
  body .h1.page-title,
  #content .h1.page-title,
  #tinymce .h1.page-title {
    font-size: 2rem;
    line-height: 1;
    margin-top: 0.2rem;
    margin-bottom: 1.6666666667rem; }
  body h1.post-title,
  #content h1.post-title,
  #tinymce h1.post-title {
    font-size: 2rem;
    line-height: 1;
    margin-top: 0.2rem;
    margin-bottom: 1.6666666667rem; }
  body .h1.post-title,
  #content .h1.post-title,
  #tinymce .h1.post-title {
    font-size: 2rem;
    line-height: 1;
    margin-top: 0.2rem;
    margin-bottom: 1.6666666667rem; }
  body h2.page-title,
  #content h2.page-title,
  #tinymce h2.page-title {
    font-size: 2rem;
    line-height: 1;
    margin-top: 0.2rem;
    margin-bottom: 1.6666666667rem; }
  body .h2.page-title,
  #content .h2.page-title,
  #tinymce .h2.page-title {
    font-size: 2rem;
    line-height: 1;
    margin-top: 0.2rem;
    margin-bottom: 1.6666666667rem; }
  body h2.post-title,
  #content h2.post-title,
  #tinymce h2.post-title {
    font-size: 2rem;
    line-height: 1;
    margin-top: 0.2rem;
    margin-bottom: 1.6666666667rem; }
  body .h2.post-title,
  #content .h2.post-title,
  #tinymce .h2.post-title {
    font-size: 2rem;
    line-height: 1;
    margin-top: 0.2rem;
    margin-bottom: 1.6666666667rem; }
  body h2,
  #content h2,
  #tinymce h2 {
    font-size: 2rem;
    line-height: 1;
    margin-top: 0.2rem;
    margin-bottom: 1.6666666667rem; }
  body .h2,
  #content .h2,
  #tinymce .h2 {
    font-size: 2rem;
    line-height: 1;
    margin-top: 0.2rem;
    margin-bottom: 1.6666666667rem; }
  body h3,
  #content h3,
  #tinymce h3 {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-top: 0.2rem;
    margin-bottom: 1rem; }
  body .h3,
  #content .h3,
  #tinymce .h3 {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-top: 0.2rem;
    margin-bottom: 1rem; }
  body h4,
  #content h4,
  #tinymce h4 {
    font-size: 1.1333333333rem;
    line-height: 1.4;
    margin-top: 0.2rem;
    margin-bottom: 1rem; }
  body .h4,
  #content .h4,
  #tinymce .h4 {
    font-size: 1.1333333333rem;
    line-height: 1.4;
    margin-top: 0.2rem;
    margin-bottom: 1rem; }
  body h5,
  #content h5,
  #tinymce h5 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0.2rem;
    margin-bottom: 1rem; }
  body .h5,
  #content .h5,
  #tinymce .h5 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0.2rem;
    margin-bottom: 1rem; }
  body h6,
  #content h6,
  #tinymce h6 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0.2rem;
    margin-bottom: 1rem; }
  body .h6,
  #content .h6,
  #tinymce .h6 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0.2rem;
    margin-bottom: 1rem; } }

/************************************
	Button settings for the theme
************************************/
/* Navigaatio button*/
#content input[type=button], #content input[type=submit], #content button, #content .btn, #content .btn-default, #content .button,
#tinymce input[type=button],
#tinymce input[type=submit],
#tinymce button,
#tinymce .btn,
#tinymce .btn-default,
#tinymce .button,
html input[type=button],
html input[type=submit],
html button,
html .btn,
html .btn-default,
html .button {
  transition: all 0.3s;
  font-size: 1.0666666667rem;
  font-weight: 400;
  line-height: 1.6;
  text-transform: none;
  letter-spacing: 0;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  border-radius: 0;
  background: #285893;
  margin: 0 0 1.3333333333rem 0;
  padding: 0.4rem 2rem;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  outline: none; }
  @media screen and (max-width: 63.9375em) {
    #content input[type=button], #content input[type=submit], #content button, #content .btn, #content .btn-default, #content .button,
    #tinymce input[type=button],
    #tinymce input[type=submit],
    #tinymce button,
    #tinymce .btn,
    #tinymce .btn-default,
    #tinymce .button,
    html input[type=button],
    html input[type=submit],
    html button,
    html .btn,
    html .btn-default,
    html .button {
      padding: 0.4rem 1.8666666667rem;
      font-size: 1.0666666667rem; } }
  @media screen and (max-width: 47.875em) {
    #content input[type=button], #content input[type=submit], #content button, #content .btn, #content .btn-default, #content .button,
    #tinymce input[type=button],
    #tinymce input[type=submit],
    #tinymce button,
    #tinymce .btn,
    #tinymce .btn-default,
    #tinymce .button,
    html input[type=button],
    html input[type=submit],
    html button,
    html .btn,
    html .btn-default,
    html .button {
      padding: 0.3333333333rem 1.6rem;
      font-size: 1rem; } }
  #content input[type=button]:hover, #content input[type=button]:focus, #content input[type=button]:active, #content input[type=submit]:hover, #content input[type=submit]:focus, #content input[type=submit]:active, #content button:hover, #content button:focus, #content button:active, #content .btn:hover, #content .btn:focus, #content .btn:active, #content .btn-default:hover, #content .btn-default:focus, #content .btn-default:active, #content .button:hover, #content .button:focus, #content .button:active,
  #tinymce input[type=button]:hover,
  #tinymce input[type=button]:focus,
  #tinymce input[type=button]:active,
  #tinymce input[type=submit]:hover,
  #tinymce input[type=submit]:focus,
  #tinymce input[type=submit]:active,
  #tinymce button:hover,
  #tinymce button:focus,
  #tinymce button:active,
  #tinymce .btn:hover,
  #tinymce .btn:focus,
  #tinymce .btn:active,
  #tinymce .btn-default:hover,
  #tinymce .btn-default:focus,
  #tinymce .btn-default:active,
  #tinymce .button:hover,
  #tinymce .button:focus,
  #tinymce .button:active,
  html input[type=button]:hover,
  html input[type=button]:focus,
  html input[type=button]:active,
  html input[type=submit]:hover,
  html input[type=submit]:focus,
  html input[type=submit]:active,
  html button:hover,
  html button:focus,
  html button:active,
  html .btn:hover,
  html .btn:focus,
  html .btn:active,
  html .btn-default:hover,
  html .btn-default:focus,
  html .btn-default:active,
  html .button:hover,
  html .button:focus,
  html .button:active {
    background-color: #1d406b;
    color: #fff;
    text-decoration: none; }

#content .input[type=button].alt, #content input[type=submit].alt, #content button.alt, #content .btn.alt, #content .btn-default.alt, #content .button.alt,
#tinymce .input[type=button].alt,
#tinymce input[type=submit].alt,
#tinymce button.alt,
#tinymce .btn.alt,
#tinymce .btn-default.alt,
#tinymce .button.alt,
html .input[type=button].alt,
html input[type=submit].alt,
html button.alt,
html .btn.alt,
html .btn-default.alt,
html .button.alt {
  color: #333;
  background: #fff;
  border: 1px solid #d9d9d9; }
  #content .input[type=button].alt:hover, #content .input[type=button].alt:focus, #content .input[type=button].alt:active, #content input[type=submit].alt:hover, #content input[type=submit].alt:focus, #content input[type=submit].alt:active, #content button.alt:hover, #content button.alt:focus, #content button.alt:active, #content .btn.alt:hover, #content .btn.alt:focus, #content .btn.alt:active, #content .btn-default.alt:hover, #content .btn-default.alt:focus, #content .btn-default.alt:active, #content .button.alt:hover, #content .button.alt:focus, #content .button.alt:active,
  #tinymce .input[type=button].alt:hover,
  #tinymce .input[type=button].alt:focus,
  #tinymce .input[type=button].alt:active,
  #tinymce input[type=submit].alt:hover,
  #tinymce input[type=submit].alt:focus,
  #tinymce input[type=submit].alt:active,
  #tinymce button.alt:hover,
  #tinymce button.alt:focus,
  #tinymce button.alt:active,
  #tinymce .btn.alt:hover,
  #tinymce .btn.alt:focus,
  #tinymce .btn.alt:active,
  #tinymce .btn-default.alt:hover,
  #tinymce .btn-default.alt:focus,
  #tinymce .btn-default.alt:active,
  #tinymce .button.alt:hover,
  #tinymce .button.alt:focus,
  #tinymce .button.alt:active,
  html .input[type=button].alt:hover,
  html .input[type=button].alt:focus,
  html .input[type=button].alt:active,
  html input[type=submit].alt:hover,
  html input[type=submit].alt:focus,
  html input[type=submit].alt:active,
  html button.alt:hover,
  html button.alt:focus,
  html button.alt:active,
  html .btn.alt:hover,
  html .btn.alt:focus,
  html .btn.alt:active,
  html .btn-default.alt:hover,
  html .btn-default.alt:focus,
  html .btn-default.alt:active,
  html .button.alt:hover,
  html .button.alt:focus,
  html .button.alt:active {
    background: #d9d9d9;
    color: #333;
    text-decoration: none; }

#content .prefix.button,
#tinymce .prefix.button,
html .prefix.button {
  margin-top: 0; }

/********************************
*** Vendors
********************************/
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
/*************************************************************/
/*************************************************************/
.owl-carousel {
  position: relative; }
  @media (max-width: 1300px) {
    .owl-carousel .slide-content {
      padding-left: 1rem;
      padding-right: 1rem; } }
  .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
    @media (max-width: 767px) {
      .owl-carousel .owl-nav {
        display: none; } }
    .owl-carousel .owl-nav [class*='owl-'] {
      position: absolute;
      color: rgba(110, 154, 204, 0.7);
      border-color: rgba(110, 154, 204, 0.7);
      font-size: 36px;
      line-height: 36px;
      margin: 0px;
      padding: 0.6666666667rem 1rem 0.6666666667rem 1rem;
      background: #fff;
      display: inline-block;
      cursor: pointer;
      border-radius: 0px;
      transition: all 0.3s;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      .owl-carousel .owl-nav [class*='owl-']:hover {
        background: #fff;
        color: #6e9acc;
        border-color: #6e9acc;
        text-decoration: none; }
      .owl-carousel .owl-nav [class*='owl-'].owl-prev {
        left: 0;
        padding-right: 1.3333333333rem; }
        .owl-carousel .owl-nav [class*='owl-'].owl-prev .previous:before {
          content: ""; }
      .owl-carousel .owl-nav [class*='owl-'].owl-next {
        right: 0;
        padding-left: 1.3333333333rem; }
        .owl-carousel .owl-nav [class*='owl-'].owl-next .next:before {
          content: ""; }
      .owl-carousel .owl-nav [class*='owl-'] .icon:before {
        display: block; }
    .owl-carousel .owl-nav .disabled {
      opacity: 0.5;
      cursor: default; }
  .owl-carousel .owl-nav.disabled + .owl-dots {
    margin-top: 10px; }
  .owl-carousel .owl-dots {
    position: absolute;
    bottom: 14%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
    .owl-carousel .owl-dots .owl-dot {
      display: inline-block;
      zoom: 1;
      *display: inline; }
      .owl-carousel .owl-dots .owl-dot span {
        width: 11px;
        height: 11px;
        margin: 4px 4px;
        background: none;
        display: block;
        -webkit-backface-visibility: visible;
        transition: all 0.3s;
        border-radius: 50%;
        border: 2px solid #FFF; }
      .owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
        background: #FFF; }

/* Owl-carousel 1
.owl-carousel{

	.owl-controls{

		text-align: center;
		width: 100%;

		@media (max-width:767px) {

			.owl-buttons{

				display: none !important;

			 }

		}

	}

	.owl-buttons {

		.owl-prev, .owl-next {

			transition: all 0.5s;
			position: absolute;
			top: 45%;
			background: $primary-color;
			opacity: 0.7;
			width: 32px;
			height: 32px;
			border-radius: 50%;
			font-size: em-calc(20);
			color: #fff;
			line-height: 1.7;

			&:hover, &:focus, &:active {
				opacity: 1;
			}

		}

		.owl-prev {

			@include icon($chevron-left);
			left: 16px;

		}

		.owl-next{

			@include icon($chevron-right);
			right: 16px;

		}

	}

	.owl-pagination{

		position: relative;
		bottom: rem-calc(50);
		margin: auto;

		.owl-page{

			display: inline-block;
			zoom: 1;

			span{
				display: block;
				width: rem-calc(14);
				height: rem-calc(14);
				margin: rem-calc(5) rem-calc(7);
				border-radius: 50%;
				background: transparent;
				opacity: 1;
				border: 2px solid $primary-color;
			}

			&.active span{
				background: $primary-color;
			}
		}
	}
}
*/
/********************************
*** Social media
********************************/
/*************************************************************/
/*************************************************************/
a.some-icon {
  transition: all 0.3s;
  display: inline-block;
  padding: 0;
  margin: 0 0.4rem;
  color: #222222; }
  a.some-icon:hover, a.some-icon:active, a.some-icon:focus {
    text-decoration: none;
    opacity: 0.7;
    color: #222222; }
  a.some-icon.some-icon::before {
    font-size: 3rem; }
  a.some-icon.some-icon.facebook:before {
    content: ""; }
  a.some-icon.some-icon.twitter:before {
    content: ""; }
  a.some-icon.some-icon.instagram:before {
    content: "󩁦"; }
  a.some-icon.some-icon.youtube:before {
    content: ""; }
  a.some-icon.some-icon.linkedin:before {
    content: ""; }

#content .someseina .ellipsis {
  overflow: hidden; }

#content .someseina.use-filters .section-container .section-title {
  text-align: left;
  font-size: 1.7333333333rem;
  margin-right: 16rem; }
  @media only screen and (max-width: 767px) {
    #content .someseina.use-filters .section-container .section-title {
      text-align: center;
      font-size: 0.9333333333rem;
      margin-right: 0; } }

#content .someseina.use-filters .someseina-wrapper .someseina-filters {
  position: absolute;
  top: -4.8666666667rem;
  right: 0;
  margin: 1rem 0 1rem 0; }
  @media only screen and (max-width: 767px) {
    #content .someseina.use-filters .someseina-wrapper .someseina-filters {
      text-align: center;
      position: relative;
      top: initial;
      right: initial; } }
  #content .someseina.use-filters .someseina-wrapper .someseina-filters div {
    display: inline-block;
    margin: 0 0.3333333333rem; }
    #content .someseina.use-filters .someseina-wrapper .someseina-filters div.someseina-filter-label {
      color: #222222;
      position: relative;
      top: -0.3333333333rem; }
    #content .someseina.use-filters .someseina-wrapper .someseina-filters div.someseina-filter-facebook:before {
      content: ""; }
    #content .someseina.use-filters .someseina-wrapper .someseina-filters div.someseina-filter-instagram:before {
      content: "󩥷"; }
    #content .someseina.use-filters .someseina-wrapper .someseina-filters div.someseina-filter-twitter:before {
      content: ""; }
    #content .someseina.use-filters .someseina-wrapper .someseina-filters div.someseina-filter-youtube:before {
      content: ""; }
    #content .someseina.use-filters .someseina-wrapper .someseina-filters div::before {
      font-size: 1.6rem;
      color: black;
      cursor: pointer;
      transition: all 0.3s; }
    #content .someseina.use-filters .someseina-wrapper .someseina-filters div.someseina-filter-active::before {
      color: black; }

#content .someseina .someseina-wrapper {
  position: relative; }
  #content .someseina .someseina-wrapper .someseina-feeds-wrapper {
    -webkit-column-width: 15.6666666667rem;
            column-width: 15.6666666667rem;
    -webkit-column-gap: 1.6rem;
            column-gap: 1.6rem;
    min-height: 20rem; }
    #content .someseina .someseina-wrapper .someseina-feeds-wrapper .feed-item a {
      background-color: #fff;
      padding: 0.6666666667rem 1.2rem 1.2rem 1.2rem;
      box-shadow: 0 0.1333333333rem 0.8666666667rem rgba(74, 74, 74, 0.3);
      transition: all 0.1s;
      display: inline-block;
      width: 100%;
      margin-top: 0.8rem;
      margin-bottom: 0.8rem;
      word-wrap: break-word;
      color: #222;
      font-family: "acumin-pro", Helvetica, Roboto, Arial, sans-serif;
      font-size: 0.9333333333rem;
      font-weight: 400;
      line-height: 1.2666666667rem; }
      #content .someseina .someseina-wrapper .someseina-feeds-wrapper .feed-item a:hover, #content .someseina .someseina-wrapper .someseina-feeds-wrapper .feed-item a:active, #content .someseina .someseina-wrapper .someseina-feeds-wrapper .feed-item a:focus {
        box-shadow: 0 0.2rem 1rem rgba(74, 74, 74, 0.5);
        margin-top: 0.6666666667rem;
        margin-bottom: 0.9333333333rem;
        text-decoration: none; }
        .safari #content .someseina .someseina-wrapper .someseina-feeds-wrapper .feed-item a:hover, .safari #content .someseina .someseina-wrapper .someseina-feeds-wrapper .feed-item a:active, .safari #content .someseina .someseina-wrapper .someseina-feeds-wrapper .feed-item a:focus {
          box-shadow: 0 0.1333333333rem 0.8666666667rem rgba(74, 74, 74, 0.5); }
      #content .someseina .someseina-wrapper .someseina-feeds-wrapper .feed-item a .title {
        margin-bottom: 1rem;
        color: #222;
        font-family: "acumin-pro", Helvetica, Roboto, Arial, sans-serif;
        font-size: 0.9333333333rem;
        text-transform: capitalize;
        letter-spacing: 0; }
        #content .someseina .someseina-wrapper .someseina-feeds-wrapper .feed-item a .title::before {
          font-size: 1.6rem;
          color: #285893;
          margin-right: 1rem;
          position: relative;
          top: 0.3333333333rem;
          left: 0.3333333333rem; }
      #content .someseina .someseina-wrapper .someseina-feeds-wrapper .feed-item a .image {
        position: relative; }
        #content .someseina .someseina-wrapper .someseina-feeds-wrapper .feed-item a .image img {
          width: 100%; }
      #content .someseina .someseina-wrapper .someseina-feeds-wrapper .feed-item a .message {
        max-height: 14.6666666667rem;
        margin-top: 0.8666666667rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 10; }
    @media only screen and (max-width: 1000px) {
      #content .someseina .someseina-wrapper .someseina-feeds-wrapper .feed-item:nth-of-type(1n+10) {
        display: none; } }
    @media only screen and (max-width: 800px) {
      #content .someseina .someseina-wrapper .someseina-feeds-wrapper .feed-item:nth-of-type(1n+7) {
        display: none; } }
    @media only screen and (max-width: 600px) {
      #content .someseina .someseina-wrapper .someseina-feeds-wrapper .feed-item:nth-of-type(1n+5) {
        display: none; } }
    #content .someseina .someseina-wrapper .someseina-feeds-wrapper .feed-item.feed-item-source-facebook .title:before {
      content: ""; }
    #content .someseina .someseina-wrapper .someseina-feeds-wrapper .feed-item.feed-item-source-instagram .title:before {
      content: "󩥷"; }
    #content .someseina .someseina-wrapper .someseina-feeds-wrapper .feed-item.feed-item-source-twitter .title:before {
      content: ""; }
    #content .someseina .someseina-wrapper .someseina-feeds-wrapper .feed-item.feed-item-source-youtube .title:before {
      content: ""; }
    #content .someseina .someseina-wrapper .someseina-feeds-wrapper .feed-item.feed-item-type-video .image {
      position: relative; }
      #content .someseina .someseina-wrapper .someseina-feeds-wrapper .feed-item.feed-item-type-video .image:before {
        content: ""; }
      #content .someseina .someseina-wrapper .someseina-feeds-wrapper .feed-item.feed-item-type-video .image::before {
        font-size: 3.3333333333rem;
        color: #fff;
        position: absolute;
        left: calc(50% - 25px);
        top: calc(50% - 25px);
        opacity: 0.8;
        transition: all 0.3s; }
    #content .someseina .someseina-wrapper .someseina-feeds-wrapper .feed-item.feed-item-type-video:hover .image::before, #content .someseina .someseina-wrapper .someseina-feeds-wrapper .feed-item.feed-item-type-video:active .image::before, #content .someseina .someseina-wrapper .someseina-feeds-wrapper .feed-item.feed-item-type-video:focus .image::before {
      opacity: 1; }
    #content .someseina .someseina-wrapper .someseina-feeds-wrapper.disabled {
      opacity: 0.7; }
  #content .someseina .someseina-wrapper .someseina-loader {
    position: absolute;
    top: calc(50% - 48px);
    left: calc(50% - 48px);
    display: none; }

/********************************
*** Header
********************************/
#searchform table {
  width: 100%; }

#searchform .search-input input {
  width: 100%;
  height: 38px; }

#searchform .search-button {
  width: 110px; }
  #searchform .search-button .button {
    position: relative;
    right: 1px;
    height: 38px;
    margin: 0px;
    padding: 0px 22px;
    display: inline-block;
    border: 0px; }

/********************************
*** Theme base
********************************/
/*******************************************/
/*******************************************/
html {
  overflow-x: hidden; }

body {
  background: #f5f5f5; }

#page {
  max-width: 1920px;
  margin: auto;
  box-shadow: 0 -25px 25px rgba(0, 0, 0, 0.2);
  overflow-y: hidden; }

main, footer {
  background: #ffffff; }

.scroll-hidden {
  overflow-y: hidden; }

.preloader {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: #fff;
  text-align: center;
  background-size: 96px 96px;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.no-js .preloader {
  display: none; }

@media only screen and (max-width: 600px) {
  #wpadminbar {
    margin-top: -46px; } }

.admin-bar body {
  padding-top: 32px; }

.breadcrumbs {
  padding: 0;
  margin: 0;
  width: 100%; }
  .breadcrumbs li {
    list-style-type: none;
    float: left;
    padding: 0 10px 0 4px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #a8a7a7; }
    .breadcrumbs li:first-child:after, .breadcrumbs li:last-child:after {
      display: none; }
    .breadcrumbs li:after {
      position: absolute;
      top: 0px;
      right: 0px;
      content: "/"; }
  .breadcrumbs a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #222; }

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

/*************************************************************/
/*************************************************************/
/********************************
*** // HöyryElements
********************************/
.padding-top-small {
  padding-top: 20px; }
  @media (max-width: 767px) {
    .padding-top-small {
      padding-top: 15px; } }

.padding-top-medium {
  padding-top: 60px; }
  @media (max-width: 767px) {
    .padding-top-medium {
      padding-top: 40px; } }

.padding-top-large {
  padding-top: 100px; }
  @media (max-width: 767px) {
    .padding-top-large {
      padding-top: 70px; } }

.padding-bottom-small {
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    .padding-bottom-small {
      padding-bottom: 15px; } }

.padding-bottom-medium {
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .padding-bottom-medium {
      padding-bottom: 40px; } }

.padding-bottom-large {
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .padding-bottom-large {
      padding-bottom: 70px; } }

.margin-top-small {
  margin-top: 20px; }
  @media (max-width: 767px) {
    .margin-top-small {
      margin-top: 15px; } }

.margin-top-medium {
  margin-top: 60px; }
  @media (max-width: 767px) {
    .margin-top-medium {
      margin-top: 40px; } }

.margin-top-large {
  margin-top: 100px; }
  @media (max-width: 767px) {
    .margin-top-large {
      margin-top: 70px; } }

.margin-bottom-small {
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .margin-bottom-small {
      margin-bottom: 15px; } }

.margin-bottom-medium {
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .margin-bottom-medium {
      margin-bottom: 40px; } }

.margin-bottom-large {
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .margin-bottom-large {
      margin-bottom: 70px; } }

/*************************************************************/
/*************************************************************/
/*$slider-height_small:      470px;
$slider-height_small-1024: 390px;
$slider-height_small-768:  290px;
$slider-height_small-1:    200px;
*/
#content .kuvaesitys-section:first-child .owl-nav {
  top: 42%; }

#content .kuvaesitys-section {
  position: relative; }
  #content .kuvaesitys-section .preloader {
    /*.home &{
        height: $slider-height;
        @media (max-width: 1024px) { height: $slider-height-1024; }
        @media (max-width: 768px)  { height: $slider-height-768; }
        @media (max-width: 500px)  { height: $slider-height-1; }
    }*/
    height: 650px; }
    @media (max-width: 1024px) {
      #content .kuvaesitys-section .preloader {
        height: 420px; } }
    @media (max-width: 768px) {
      #content .kuvaesitys-section .preloader {
        height: 340px; } }
    @media (max-width: 500px) {
      #content .kuvaesitys-section .preloader {
        height: 280px; } }
  #content .kuvaesitys-section.loading {
    /*.home &{
        height: $slider-height;
        @media (max-width: 1024px) { height: $slider-height-1024; }
        @media (max-width: 768px)  { height: $slider-height-768; }
        @media (max-width: 500px)  { height: $slider-height-1; }
    }*/
    height: 650px;
    overflow: hidden; }
    @media (max-width: 1024px) {
      #content .kuvaesitys-section.loading {
        height: 420px; } }
    @media (max-width: 768px) {
      #content .kuvaesitys-section.loading {
        height: 340px; } }
    @media (max-width: 500px) {
      #content .kuvaesitys-section.loading {
        height: 280px; } }
  @media (max-width: 1300px) {
    #content .kuvaesitys-section .section-container {
      padding-left: 0rem !important;
      padding-right: 0rem !important; } }
  #content .kuvaesitys-section.skaalautumaton .slide {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    /*.home &{
        height: $slider-height;
        @media (max-width: 1024px) { height: $slider-height-1024; }
        @media (max-width: 768px)  { height: $slider-height-768; }
        @media (max-width: 500px)  { height: $slider-height-1; }
    }*/
    height: 650px; }
    @media (max-width: 1024px) {
      #content .kuvaesitys-section.skaalautumaton .slide {
        height: 420px; } }
    @media (max-width: 768px) {
      #content .kuvaesitys-section.skaalautumaton .slide {
        height: 340px; } }
    @media (max-width: 500px) {
      #content .kuvaesitys-section.skaalautumaton .slide {
        height: 280px; } }
  #content .kuvaesitys-section .owl-nav [class*='owl-'] {
    font-size: 36px;
    line-height: 36px; }
  #content .kuvaesitys-section .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 4px 4px; }
  #content .kuvaesitys-section .slide-content-wrapper {
    width: 100%;
    max-width: 62.5em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 10;
    /*.home &{
        height: $slider-height;
        @media (max-width: 1024px) { height: $slider-height-1024; }
        @media (max-width: 768px)  { height: $slider-height-768; }
        @media (max-width: 500px)  { height: $slider-height-1; }
    }*/
    height: 650px; }
    @media (max-width: 1024px) {
      #content .kuvaesitys-section .slide-content-wrapper {
        height: 420px; } }
    @media (max-width: 768px) {
      #content .kuvaesitys-section .slide-content-wrapper {
        height: 340px; } }
    @media (max-width: 500px) {
      #content .kuvaesitys-section .slide-content-wrapper {
        height: 280px; } }
    @media (max-width: 1300px) {
      #content .kuvaesitys-section .slide-content-wrapper {
        padding-left: 9.3333333333rem;
        padding-right: 9.3333333333rem; } }
    @media (max-width: 767px) {
      #content .kuvaesitys-section .slide-content-wrapper {
        padding-left: 1rem;
        padding-right: 1rem; } }
    #content .kuvaesitys-section .slide-content-wrapper .slide-content {
      text-align: center;
      vertical-align: middle;
      padding-bottom: 5.0666666667rem; }
      #content .kuvaesitys-section .slide-content-wrapper .slide-content p {
        font-size: 2rem;
        font-family: "acumin-pro-extra-condensed", Cambria, "Times New Roman", Times, serif;
        color: #fff;
        font-weight: 500;
        font-style: normal;
        line-height: 1;
        text-shadow: none;
        margin-top: 1.5333333333rem;
        margin-bottom: 1.3333333333rem;
        text-rendering: optimizeLegibility;
        text-transform: uppercase;
        letter-spacing: 0; }
        @media screen and (max-width: 63.9375em) {
          #content .kuvaesitys-section .slide-content-wrapper .slide-content p {
            font-size: 1.6666666667rem;
            line-height: 1;
            margin-top: 1.5333333333rem;
            margin-bottom: 1.3333333333rem; } }
        @media screen and (max-width: 47.875em) {
          #content .kuvaesitys-section .slide-content-wrapper .slide-content p {
            font-size: 1.3333333333rem;
            line-height: 1;
            margin-top: 1.5333333333rem;
            margin-bottom: 1.3333333333rem; } }
      #content .kuvaesitys-section .slide-content-wrapper .slide-content h3.slide-title {
        font-size: 5.4666666667rem;
        font-family: "acumin-pro-extra-condensed", Cambria, "Times New Roman", Times, serif;
        color: #fff;
        font-weight: 800;
        font-style: normal;
        line-height: 0.9;
        text-shadow: none;
        margin-top: 0;
        margin-bottom: 0;
        text-rendering: optimizeLegibility;
        text-transform: uppercase;
        letter-spacing: 0; }
        @media screen and (max-width: 63.9375em) {
          #content .kuvaesitys-section .slide-content-wrapper .slide-content h3.slide-title {
            font-size: 4.1333333333rem;
            line-height: 0.9;
            margin-top: 0;
            margin-bottom: 0; } }
        @media screen and (max-width: 47.875em) {
          #content .kuvaesitys-section .slide-content-wrapper .slide-content h3.slide-title {
            font-size: 2.8rem;
            line-height: 0.9;
            margin-top: 0;
            margin-bottom: 0; } }
  body.home #content .kuvaesitys-section .slide-content-wrapper .slide-content {
    vertical-align: middle; }
    body.home #content .kuvaesitys-section .slide-content-wrapper .slide-content p {
      font-size: 2rem;
      font-family: "acumin-pro-extra-condensed", Cambria, "Times New Roman", Times, serif;
      color: #fff;
      font-weight: 500;
      font-style: normal;
      line-height: 1;
      text-shadow: none;
      margin-top: 1.5333333333rem;
      margin-bottom: 1.3333333333rem;
      text-rendering: optimizeLegibility;
      text-transform: uppercase;
      letter-spacing: 0; }
      @media screen and (max-width: 63.9375em) {
        body.home #content .kuvaesitys-section .slide-content-wrapper .slide-content p {
          font-size: 1.6666666667rem;
          line-height: 1;
          margin-top: 1.5333333333rem;
          margin-bottom: 1.3333333333rem; } }
      @media screen and (max-width: 47.875em) {
        body.home #content .kuvaesitys-section .slide-content-wrapper .slide-content p {
          font-size: 1.3333333333rem;
          line-height: 1;
          margin-top: 1.5333333333rem;
          margin-bottom: 1.3333333333rem; } }
    body.home #content .kuvaesitys-section .slide-content-wrapper .slide-content h3.slide-title {
      font-size: 5.4666666667rem;
      font-family: "acumin-pro-extra-condensed", Cambria, "Times New Roman", Times, serif;
      color: #fff;
      font-weight: 800;
      font-style: normal;
      line-height: 0.9;
      text-shadow: none;
      margin-top: 0;
      margin-bottom: 0;
      text-rendering: optimizeLegibility;
      text-transform: uppercase;
      letter-spacing: 0; }
      @media screen and (max-width: 63.9375em) {
        body.home #content .kuvaesitys-section .slide-content-wrapper .slide-content h3.slide-title {
          font-size: 4.1333333333rem;
          line-height: 0.9;
          margin-top: 0;
          margin-bottom: 0; } }
      @media screen and (max-width: 47.875em) {
        body.home #content .kuvaesitys-section .slide-content-wrapper .slide-content h3.slide-title {
          font-size: 2.8rem;
          line-height: 0.9;
          margin-top: 0;
          margin-bottom: 0; } }
  #content .kuvaesitys-section.full-height,
  #content .kuvaesitys-section.full-height .preloader,
  #content .kuvaesitys-section.full-height .slide,
  #content .kuvaesitys-section.full-height .slide-content-wrapper {
    height: 100vh; }
    @media (max-width: 1024px) {
      #content .kuvaesitys-section.full-height,
      #content .kuvaesitys-section.full-height .preloader,
      #content .kuvaesitys-section.full-height .slide,
      #content .kuvaesitys-section.full-height .slide-content-wrapper {
        height: 100vh; } }
    @media (max-width: 768px) {
      #content .kuvaesitys-section.full-height,
      #content .kuvaesitys-section.full-height .preloader,
      #content .kuvaesitys-section.full-height .slide,
      #content .kuvaesitys-section.full-height .slide-content-wrapper {
        height: 100vh; } }
    @media (max-width: 500px) {
      #content .kuvaesitys-section.full-height,
      #content .kuvaesitys-section.full-height .preloader,
      #content .kuvaesitys-section.full-height .slide,
      #content .kuvaesitys-section.full-height .slide-content-wrapper {
        height: 100vh; } }
  #content .kuvaesitys-section .owl-controls {
    height: 0px; }
  #content .kuvaesitys-section .videoslide .play_button,
  #content .kuvaesitys-section .videoslide .pause_button {
    position: absolute;
    right: 5%;
    bottom: 5%;
    z-index: 1000; }
    #content #content .kuvaesitys-section .videoslide .play_button:hover, #content #content .kuvaesitys-section .videoslide .play_button:active, #content #content .kuvaesitys-section .videoslide .play_button:focus, #content
    #content .kuvaesitys-section .videoslide .pause_button:hover, #content
    #content .kuvaesitys-section .videoslide .pause_button:active, #content
    #content .kuvaesitys-section .videoslide .pause_button:focus {
      text-decoration: none; }
    #content .kuvaesitys-section .videoslide .play_button:hover:before, #content .kuvaesitys-section .videoslide .play_button:active:before, #content .kuvaesitys-section .videoslide .play_button:focus:before,
    #content .kuvaesitys-section .videoslide .pause_button:hover:before,
    #content .kuvaesitys-section .videoslide .pause_button:active:before,
    #content .kuvaesitys-section .videoslide .pause_button:focus:before {
      color: #285893; }
    #content .kuvaesitys-section .videoslide .play_button:before,
    #content .kuvaesitys-section .videoslide .pause_button:before {
      color: white; }
  #content .kuvaesitys-section .videoslide .bg-video {
    height: 100%;
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0; }
  #content .kuvaesitys-section .videoslide .vjs-control-bar {
    display: none !important; }
  #content .kuvaesitys-section .videoslide video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    overflow: hidden;
    background-size: cover;
    transition: 1s opacity; }
  #content .kuvaesitys-section .videoslide .stopfade {
    opacity: .5; }

.no-js .kuvaesitys-section .slide {
  display: none; }

.no-js .kuvaesitys-section .slide:first-of-type {
  display: inherit; }

#content .accordion .accordion-wrapper {
  margin-bottom: 1px; }
  #content .accordion .accordion-wrapper .accordion-header {
    transition: all 0.3s;
    position: relative;
    background: #12415a;
    color: #fff;
    padding: 0.6666666667rem 1rem;
    cursor: pointer;
    display: table;
    width: 100%; }
    #content .accordion .accordion-wrapper .accordion-header h3 {
      margin: 0;
      color: #fff;
      display: table-cell;
      vertical-align: middle; }
    #content .accordion .accordion-wrapper .accordion-header:hover {
      background-color: #0a2230; }
    #content .accordion .accordion-wrapper .accordion-header .expand {
      display: table-cell;
      vertical-align: middle;
      text-align: right; }
  #content .accordion .accordion-wrapper .accordion-content {
    display: none;
    padding: 0.6666666667rem 1rem; }

.no-js .accordion .accordion-header {
  background: transparent;
  border: none;
  padding: 0; }
  .no-js .accordion .accordion-header:hover {
    background: none; }

.no-js .accordion h3 {
  margin: inherit; }

.no-js .accordion .expand {
  display: none; }

.no-js .accordion .accordion-content {
  border: none;
  padding: 0;
  display: block; }

/********************************
*** // Forms
********************************/
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.7.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2017 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .chosen-container * {
    box-sizing: border-box; }
  .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    clip: rect(0, 0, 0, 0); }
  .chosen-container.chosen-with-drop .chosen-drop {
    clip: auto; }
  .chosen-container a {
    cursor: pointer; }
  .chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999; }
  .chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px; }
  .chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }
  .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }
  .chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }
  .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none; }
    .chosen-container .chosen-results li.active-result {
      display: list-item;
      cursor: pointer; }
    .chosen-container .chosen-results li.disabled-result {
      display: list-item;
      color: #ccc;
      cursor: default; }
    .chosen-container .chosen-results li.highlighted {
      background-color: #3875d7;
      background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
      color: #fff; }
    .chosen-container .chosen-results li.no-results {
      color: #777;
      display: list-item;
      background: #f4f4f4; }
    .chosen-container .chosen-results li.group-result {
      display: list-item;
      font-weight: bold;
      cursor: default; }
    .chosen-container .chosen-results li.group-option {
      padding-left: 15px; }
    .chosen-container .chosen-results li em {
      font-style: normal;
      text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text; }
  .chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none; }
    .chosen-container-multi .chosen-choices li.search-field {
      margin: 0;
      padding: 0;
      white-space: nowrap; }
      .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
        margin: 1px 0;
        padding: 0;
        height: 25px;
        outline: 0;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none;
        color: #999;
        font-size: 100%;
        font-family: sans-serif;
        line-height: normal;
        border-radius: 0;
        width: 25px; }
    .chosen-container-multi .chosen-choices li.search-choice {
      position: relative;
      margin: 3px 5px 3px 0;
      padding: 3px 20px 3px 5px;
      border: 1px solid #aaa;
      max-width: 100%;
      border-radius: 3px;
      background-color: #eeeeee;
      background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
      background-size: 100% 19px;
      background-repeat: repeat-x;
      background-clip: padding-box;
      box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
      color: #333;
      line-height: 13px;
      cursor: default; }
      .chosen-container-multi .chosen-choices li.search-choice span {
        word-wrap: break-word; }
      .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
        position: absolute;
        top: 4px;
        right: 3px;
        display: block;
        width: 12px;
        height: 12px;
        font-size: 1px; }
        .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
          background-position: -42px -10px; }
    .chosen-container-multi .chosen-choices li.search-choice-disabled {
      padding-right: 5px;
      border: 1px solid #ccc;
      background-color: #e4e4e4;
      background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
      color: #666; }
    .chosen-container-multi .chosen-choices li.search-choice-focus {
      background: #d4d4d4; }
      .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
        background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset; }
  .chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent; }
    .chosen-container-active.chosen-with-drop .chosen-single div b {
      background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  .chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }
  .chosen-disabled .chosen-single, .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }
  .chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0; }
    .chosen-rtl .chosen-single span {
      margin-right: 0;
      margin-left: 26px;
      direction: rtl; }
  .chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px; }
  .chosen-rtl .chosen-single div {
    right: auto;
    left: 3px; }
  .chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px; }
  .chosen-rtl .chosen-choices li {
    float: right; }
    .chosen-rtl .chosen-choices li.search-field input[type="text"] {
      direction: rtl; }
    .chosen-rtl .chosen-choices li.search-choice {
      margin: 3px 5px 3px 0;
      padding: 3px 5px 3px 19px; }
      .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
        right: auto;
        left: 4px; }
  .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0; }
  .chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0; }
  .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none; }
  .chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    direction: rtl; }
  .chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px; }
  .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"] {
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; }
  .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b {
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; }
  .chosen-container-single .chosen-search input[type="text"] {
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; }
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; }
  .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/* @end */
/*************************************************************/
/*************************************************************/
#content, .remodal, .reveal {
  /* Select 2 kentän muokkaus
	.ccselect2-container{
	  &.form-control{
		height: rem-calc(37);
		background-color: transparent;
		.ccselect2-choice{
		  height: rem-calc(37);
		  line-height: rem-calc(37);
		  border-radius: 5px;
		  border-color:#dedede !important;
		  background: white;
		  .ccselect2-arrow{
			background: transparent;
			border-color:white;
			width: 54px;
			background: $primary-color;
			b{
			  background: transparent url(images/arrow_down.svg) no-repeat center !important;
			}
		  }
		}
	  }
	}
	*/
  /* Chosen muokkaus */ }
  #content [type='text'],
  #content [type='password'],
  #content [type='date'],
  #content [type='datetime'],
  #content [type='datetime-local'],
  #content [type='month'],
  #content [type='week'],
  #content [type='email'],
  #content [type='number'],
  #content [type='search'],
  #content [type='tel'],
  #content [type='time'],
  #content [type='url'],
  #content [type='color'],
  #content .chosen-container-single .chosen-single,
  #content textarea,
  #content select, .remodal [type='text'],
  .remodal [type='password'],
  .remodal [type='date'],
  .remodal [type='datetime'],
  .remodal [type='datetime-local'],
  .remodal [type='month'],
  .remodal [type='week'],
  .remodal [type='email'],
  .remodal [type='number'],
  .remodal [type='search'],
  .remodal [type='tel'],
  .remodal [type='time'],
  .remodal [type='url'],
  .remodal [type='color'],
  .remodal .chosen-container-single .chosen-single,
  .remodal textarea,
  .remodal select, .reveal [type='text'],
  .reveal [type='password'],
  .reveal [type='date'],
  .reveal [type='datetime'],
  .reveal [type='datetime-local'],
  .reveal [type='month'],
  .reveal [type='week'],
  .reveal [type='email'],
  .reveal [type='number'],
  .reveal [type='search'],
  .reveal [type='tel'],
  .reveal [type='time'],
  .reveal [type='url'],
  .reveal [type='color'],
  .reveal .chosen-container-single .chosen-single,
  .reveal textarea,
  .reveal select {
    font-size: 1rem;
    font-family: inherit;
    font-weight: 400;
    font-style: optimizeLegibility;
    color: #222222;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    text-transform: none;
    letter-spacing: 0;
    margin: 0;
    height: 2.6666666667rem;
    padding: 0 1rem;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    background: #fff; }
    #content [type='text'] > span,
    #content [type='password'] > span,
    #content [type='date'] > span,
    #content [type='datetime'] > span,
    #content [type='datetime-local'] > span,
    #content [type='month'] > span,
    #content [type='week'] > span,
    #content [type='email'] > span,
    #content [type='number'] > span,
    #content [type='search'] > span,
    #content [type='tel'] > span,
    #content [type='time'] > span,
    #content [type='url'] > span,
    #content [type='color'] > span,
    #content .chosen-container-single .chosen-single > span,
    #content textarea > span,
    #content select > span, .remodal [type='text'] > span,
    .remodal [type='password'] > span,
    .remodal [type='date'] > span,
    .remodal [type='datetime'] > span,
    .remodal [type='datetime-local'] > span,
    .remodal [type='month'] > span,
    .remodal [type='week'] > span,
    .remodal [type='email'] > span,
    .remodal [type='number'] > span,
    .remodal [type='search'] > span,
    .remodal [type='tel'] > span,
    .remodal [type='time'] > span,
    .remodal [type='url'] > span,
    .remodal [type='color'] > span,
    .remodal .chosen-container-single .chosen-single > span,
    .remodal textarea > span,
    .remodal select > span, .reveal [type='text'] > span,
    .reveal [type='password'] > span,
    .reveal [type='date'] > span,
    .reveal [type='datetime'] > span,
    .reveal [type='datetime-local'] > span,
    .reveal [type='month'] > span,
    .reveal [type='week'] > span,
    .reveal [type='email'] > span,
    .reveal [type='number'] > span,
    .reveal [type='search'] > span,
    .reveal [type='tel'] > span,
    .reveal [type='time'] > span,
    .reveal [type='url'] > span,
    .reveal [type='color'] > span,
    .reveal .chosen-container-single .chosen-single > span,
    .reveal textarea > span,
    .reveal select > span {
      line-height: 2.6666666667rem;
      height: 2.6666666667rem; }
    #content [type='text']::-webkit-input-placeholder,
    #content [type='password']::-webkit-input-placeholder,
    #content [type='date']::-webkit-input-placeholder,
    #content [type='datetime']::-webkit-input-placeholder,
    #content [type='datetime-local']::-webkit-input-placeholder,
    #content [type='month']::-webkit-input-placeholder,
    #content [type='week']::-webkit-input-placeholder,
    #content [type='email']::-webkit-input-placeholder,
    #content [type='number']::-webkit-input-placeholder,
    #content [type='search']::-webkit-input-placeholder,
    #content [type='tel']::-webkit-input-placeholder,
    #content [type='time']::-webkit-input-placeholder,
    #content [type='url']::-webkit-input-placeholder,
    #content [type='color']::-webkit-input-placeholder,
    #content .chosen-container-single .chosen-single::-webkit-input-placeholder,
    #content textarea::-webkit-input-placeholder,
    #content select::-webkit-input-placeholder, .remodal [type='text']::-webkit-input-placeholder,
    .remodal [type='password']::-webkit-input-placeholder,
    .remodal [type='date']::-webkit-input-placeholder,
    .remodal [type='datetime']::-webkit-input-placeholder,
    .remodal [type='datetime-local']::-webkit-input-placeholder,
    .remodal [type='month']::-webkit-input-placeholder,
    .remodal [type='week']::-webkit-input-placeholder,
    .remodal [type='email']::-webkit-input-placeholder,
    .remodal [type='number']::-webkit-input-placeholder,
    .remodal [type='search']::-webkit-input-placeholder,
    .remodal [type='tel']::-webkit-input-placeholder,
    .remodal [type='time']::-webkit-input-placeholder,
    .remodal [type='url']::-webkit-input-placeholder,
    .remodal [type='color']::-webkit-input-placeholder,
    .remodal .chosen-container-single .chosen-single::-webkit-input-placeholder,
    .remodal textarea::-webkit-input-placeholder,
    .remodal select::-webkit-input-placeholder, .reveal [type='text']::-webkit-input-placeholder,
    .reveal [type='password']::-webkit-input-placeholder,
    .reveal [type='date']::-webkit-input-placeholder,
    .reveal [type='datetime']::-webkit-input-placeholder,
    .reveal [type='datetime-local']::-webkit-input-placeholder,
    .reveal [type='month']::-webkit-input-placeholder,
    .reveal [type='week']::-webkit-input-placeholder,
    .reveal [type='email']::-webkit-input-placeholder,
    .reveal [type='number']::-webkit-input-placeholder,
    .reveal [type='search']::-webkit-input-placeholder,
    .reveal [type='tel']::-webkit-input-placeholder,
    .reveal [type='time']::-webkit-input-placeholder,
    .reveal [type='url']::-webkit-input-placeholder,
    .reveal [type='color']::-webkit-input-placeholder,
    .reveal .chosen-container-single .chosen-single::-webkit-input-placeholder,
    .reveal textarea::-webkit-input-placeholder,
    .reveal select::-webkit-input-placeholder {
      color: #a2a1a1; }
    #content [type='text']:-ms-input-placeholder,
    #content [type='password']:-ms-input-placeholder,
    #content [type='date']:-ms-input-placeholder,
    #content [type='datetime']:-ms-input-placeholder,
    #content [type='datetime-local']:-ms-input-placeholder,
    #content [type='month']:-ms-input-placeholder,
    #content [type='week']:-ms-input-placeholder,
    #content [type='email']:-ms-input-placeholder,
    #content [type='number']:-ms-input-placeholder,
    #content [type='search']:-ms-input-placeholder,
    #content [type='tel']:-ms-input-placeholder,
    #content [type='time']:-ms-input-placeholder,
    #content [type='url']:-ms-input-placeholder,
    #content [type='color']:-ms-input-placeholder,
    #content .chosen-container-single .chosen-single:-ms-input-placeholder,
    #content textarea:-ms-input-placeholder,
    #content select:-ms-input-placeholder, .remodal [type='text']:-ms-input-placeholder,
    .remodal [type='password']:-ms-input-placeholder,
    .remodal [type='date']:-ms-input-placeholder,
    .remodal [type='datetime']:-ms-input-placeholder,
    .remodal [type='datetime-local']:-ms-input-placeholder,
    .remodal [type='month']:-ms-input-placeholder,
    .remodal [type='week']:-ms-input-placeholder,
    .remodal [type='email']:-ms-input-placeholder,
    .remodal [type='number']:-ms-input-placeholder,
    .remodal [type='search']:-ms-input-placeholder,
    .remodal [type='tel']:-ms-input-placeholder,
    .remodal [type='time']:-ms-input-placeholder,
    .remodal [type='url']:-ms-input-placeholder,
    .remodal [type='color']:-ms-input-placeholder,
    .remodal .chosen-container-single .chosen-single:-ms-input-placeholder,
    .remodal textarea:-ms-input-placeholder,
    .remodal select:-ms-input-placeholder, .reveal [type='text']:-ms-input-placeholder,
    .reveal [type='password']:-ms-input-placeholder,
    .reveal [type='date']:-ms-input-placeholder,
    .reveal [type='datetime']:-ms-input-placeholder,
    .reveal [type='datetime-local']:-ms-input-placeholder,
    .reveal [type='month']:-ms-input-placeholder,
    .reveal [type='week']:-ms-input-placeholder,
    .reveal [type='email']:-ms-input-placeholder,
    .reveal [type='number']:-ms-input-placeholder,
    .reveal [type='search']:-ms-input-placeholder,
    .reveal [type='tel']:-ms-input-placeholder,
    .reveal [type='time']:-ms-input-placeholder,
    .reveal [type='url']:-ms-input-placeholder,
    .reveal [type='color']:-ms-input-placeholder,
    .reveal .chosen-container-single .chosen-single:-ms-input-placeholder,
    .reveal textarea:-ms-input-placeholder,
    .reveal select:-ms-input-placeholder {
      color: #a2a1a1; }
    #content [type='text']::-ms-input-placeholder,
    #content [type='password']::-ms-input-placeholder,
    #content [type='date']::-ms-input-placeholder,
    #content [type='datetime']::-ms-input-placeholder,
    #content [type='datetime-local']::-ms-input-placeholder,
    #content [type='month']::-ms-input-placeholder,
    #content [type='week']::-ms-input-placeholder,
    #content [type='email']::-ms-input-placeholder,
    #content [type='number']::-ms-input-placeholder,
    #content [type='search']::-ms-input-placeholder,
    #content [type='tel']::-ms-input-placeholder,
    #content [type='time']::-ms-input-placeholder,
    #content [type='url']::-ms-input-placeholder,
    #content [type='color']::-ms-input-placeholder,
    #content .chosen-container-single .chosen-single::-ms-input-placeholder,
    #content textarea::-ms-input-placeholder,
    #content select::-ms-input-placeholder, .remodal [type='text']::-ms-input-placeholder,
    .remodal [type='password']::-ms-input-placeholder,
    .remodal [type='date']::-ms-input-placeholder,
    .remodal [type='datetime']::-ms-input-placeholder,
    .remodal [type='datetime-local']::-ms-input-placeholder,
    .remodal [type='month']::-ms-input-placeholder,
    .remodal [type='week']::-ms-input-placeholder,
    .remodal [type='email']::-ms-input-placeholder,
    .remodal [type='number']::-ms-input-placeholder,
    .remodal [type='search']::-ms-input-placeholder,
    .remodal [type='tel']::-ms-input-placeholder,
    .remodal [type='time']::-ms-input-placeholder,
    .remodal [type='url']::-ms-input-placeholder,
    .remodal [type='color']::-ms-input-placeholder,
    .remodal .chosen-container-single .chosen-single::-ms-input-placeholder,
    .remodal textarea::-ms-input-placeholder,
    .remodal select::-ms-input-placeholder, .reveal [type='text']::-ms-input-placeholder,
    .reveal [type='password']::-ms-input-placeholder,
    .reveal [type='date']::-ms-input-placeholder,
    .reveal [type='datetime']::-ms-input-placeholder,
    .reveal [type='datetime-local']::-ms-input-placeholder,
    .reveal [type='month']::-ms-input-placeholder,
    .reveal [type='week']::-ms-input-placeholder,
    .reveal [type='email']::-ms-input-placeholder,
    .reveal [type='number']::-ms-input-placeholder,
    .reveal [type='search']::-ms-input-placeholder,
    .reveal [type='tel']::-ms-input-placeholder,
    .reveal [type='time']::-ms-input-placeholder,
    .reveal [type='url']::-ms-input-placeholder,
    .reveal [type='color']::-ms-input-placeholder,
    .reveal .chosen-container-single .chosen-single::-ms-input-placeholder,
    .reveal textarea::-ms-input-placeholder,
    .reveal select::-ms-input-placeholder {
      color: #a2a1a1; }
    #content [type='text']::placeholder,
    #content [type='password']::placeholder,
    #content [type='date']::placeholder,
    #content [type='datetime']::placeholder,
    #content [type='datetime-local']::placeholder,
    #content [type='month']::placeholder,
    #content [type='week']::placeholder,
    #content [type='email']::placeholder,
    #content [type='number']::placeholder,
    #content [type='search']::placeholder,
    #content [type='tel']::placeholder,
    #content [type='time']::placeholder,
    #content [type='url']::placeholder,
    #content [type='color']::placeholder,
    #content .chosen-container-single .chosen-single::placeholder,
    #content textarea::placeholder,
    #content select::placeholder, .remodal [type='text']::placeholder,
    .remodal [type='password']::placeholder,
    .remodal [type='date']::placeholder,
    .remodal [type='datetime']::placeholder,
    .remodal [type='datetime-local']::placeholder,
    .remodal [type='month']::placeholder,
    .remodal [type='week']::placeholder,
    .remodal [type='email']::placeholder,
    .remodal [type='number']::placeholder,
    .remodal [type='search']::placeholder,
    .remodal [type='tel']::placeholder,
    .remodal [type='time']::placeholder,
    .remodal [type='url']::placeholder,
    .remodal [type='color']::placeholder,
    .remodal .chosen-container-single .chosen-single::placeholder,
    .remodal textarea::placeholder,
    .remodal select::placeholder, .reveal [type='text']::placeholder,
    .reveal [type='password']::placeholder,
    .reveal [type='date']::placeholder,
    .reveal [type='datetime']::placeholder,
    .reveal [type='datetime-local']::placeholder,
    .reveal [type='month']::placeholder,
    .reveal [type='week']::placeholder,
    .reveal [type='email']::placeholder,
    .reveal [type='number']::placeholder,
    .reveal [type='search']::placeholder,
    .reveal [type='tel']::placeholder,
    .reveal [type='time']::placeholder,
    .reveal [type='url']::placeholder,
    .reveal [type='color']::placeholder,
    .reveal .chosen-container-single .chosen-single::placeholder,
    .reveal textarea::placeholder,
    .reveal select::placeholder {
      color: #a2a1a1; }
    #content [type='text'].error, #content [type='text'].parsley-error,
    #content [type='password'].error,
    #content [type='password'].parsley-error,
    #content [type='date'].error,
    #content [type='date'].parsley-error,
    #content [type='datetime'].error,
    #content [type='datetime'].parsley-error,
    #content [type='datetime-local'].error,
    #content [type='datetime-local'].parsley-error,
    #content [type='month'].error,
    #content [type='month'].parsley-error,
    #content [type='week'].error,
    #content [type='week'].parsley-error,
    #content [type='email'].error,
    #content [type='email'].parsley-error,
    #content [type='number'].error,
    #content [type='number'].parsley-error,
    #content [type='search'].error,
    #content [type='search'].parsley-error,
    #content [type='tel'].error,
    #content [type='tel'].parsley-error,
    #content [type='time'].error,
    #content [type='time'].parsley-error,
    #content [type='url'].error,
    #content [type='url'].parsley-error,
    #content [type='color'].error,
    #content [type='color'].parsley-error,
    #content .chosen-container-single .chosen-single.error,
    #content .chosen-container-single .chosen-single.parsley-error,
    #content textarea.error,
    #content textarea.parsley-error,
    #content select.error,
    #content select.parsley-error, .remodal [type='text'].error, .remodal [type='text'].parsley-error,
    .remodal [type='password'].error,
    .remodal [type='password'].parsley-error,
    .remodal [type='date'].error,
    .remodal [type='date'].parsley-error,
    .remodal [type='datetime'].error,
    .remodal [type='datetime'].parsley-error,
    .remodal [type='datetime-local'].error,
    .remodal [type='datetime-local'].parsley-error,
    .remodal [type='month'].error,
    .remodal [type='month'].parsley-error,
    .remodal [type='week'].error,
    .remodal [type='week'].parsley-error,
    .remodal [type='email'].error,
    .remodal [type='email'].parsley-error,
    .remodal [type='number'].error,
    .remodal [type='number'].parsley-error,
    .remodal [type='search'].error,
    .remodal [type='search'].parsley-error,
    .remodal [type='tel'].error,
    .remodal [type='tel'].parsley-error,
    .remodal [type='time'].error,
    .remodal [type='time'].parsley-error,
    .remodal [type='url'].error,
    .remodal [type='url'].parsley-error,
    .remodal [type='color'].error,
    .remodal [type='color'].parsley-error,
    .remodal .chosen-container-single .chosen-single.error,
    .remodal .chosen-container-single .chosen-single.parsley-error,
    .remodal textarea.error,
    .remodal textarea.parsley-error,
    .remodal select.error,
    .remodal select.parsley-error, .reveal [type='text'].error, .reveal [type='text'].parsley-error,
    .reveal [type='password'].error,
    .reveal [type='password'].parsley-error,
    .reveal [type='date'].error,
    .reveal [type='date'].parsley-error,
    .reveal [type='datetime'].error,
    .reveal [type='datetime'].parsley-error,
    .reveal [type='datetime-local'].error,
    .reveal [type='datetime-local'].parsley-error,
    .reveal [type='month'].error,
    .reveal [type='month'].parsley-error,
    .reveal [type='week'].error,
    .reveal [type='week'].parsley-error,
    .reveal [type='email'].error,
    .reveal [type='email'].parsley-error,
    .reveal [type='number'].error,
    .reveal [type='number'].parsley-error,
    .reveal [type='search'].error,
    .reveal [type='search'].parsley-error,
    .reveal [type='tel'].error,
    .reveal [type='tel'].parsley-error,
    .reveal [type='time'].error,
    .reveal [type='time'].parsley-error,
    .reveal [type='url'].error,
    .reveal [type='url'].parsley-error,
    .reveal [type='color'].error,
    .reveal [type='color'].parsley-error,
    .reveal .chosen-container-single .chosen-single.error,
    .reveal .chosen-container-single .chosen-single.parsley-error,
    .reveal textarea.error,
    .reveal textarea.parsley-error,
    .reveal select.error,
    .reveal select.parsley-error {
      border-color: #cc4b37;
      background-color: #ebb9b1;
      transition: all 0.3s; }
      #content [type='text'].error + label, #content [type='text'].parsley-error + label,
      #content [type='password'].error + label,
      #content [type='password'].parsley-error + label,
      #content [type='date'].error + label,
      #content [type='date'].parsley-error + label,
      #content [type='datetime'].error + label,
      #content [type='datetime'].parsley-error + label,
      #content [type='datetime-local'].error + label,
      #content [type='datetime-local'].parsley-error + label,
      #content [type='month'].error + label,
      #content [type='month'].parsley-error + label,
      #content [type='week'].error + label,
      #content [type='week'].parsley-error + label,
      #content [type='email'].error + label,
      #content [type='email'].parsley-error + label,
      #content [type='number'].error + label,
      #content [type='number'].parsley-error + label,
      #content [type='search'].error + label,
      #content [type='search'].parsley-error + label,
      #content [type='tel'].error + label,
      #content [type='tel'].parsley-error + label,
      #content [type='time'].error + label,
      #content [type='time'].parsley-error + label,
      #content [type='url'].error + label,
      #content [type='url'].parsley-error + label,
      #content [type='color'].error + label,
      #content [type='color'].parsley-error + label,
      #content .chosen-container-single .chosen-single.error + label,
      #content .chosen-container-single .chosen-single.parsley-error + label,
      #content textarea.error + label,
      #content textarea.parsley-error + label,
      #content select.error + label,
      #content select.parsley-error + label, .remodal [type='text'].error + label, .remodal [type='text'].parsley-error + label,
      .remodal [type='password'].error + label,
      .remodal [type='password'].parsley-error + label,
      .remodal [type='date'].error + label,
      .remodal [type='date'].parsley-error + label,
      .remodal [type='datetime'].error + label,
      .remodal [type='datetime'].parsley-error + label,
      .remodal [type='datetime-local'].error + label,
      .remodal [type='datetime-local'].parsley-error + label,
      .remodal [type='month'].error + label,
      .remodal [type='month'].parsley-error + label,
      .remodal [type='week'].error + label,
      .remodal [type='week'].parsley-error + label,
      .remodal [type='email'].error + label,
      .remodal [type='email'].parsley-error + label,
      .remodal [type='number'].error + label,
      .remodal [type='number'].parsley-error + label,
      .remodal [type='search'].error + label,
      .remodal [type='search'].parsley-error + label,
      .remodal [type='tel'].error + label,
      .remodal [type='tel'].parsley-error + label,
      .remodal [type='time'].error + label,
      .remodal [type='time'].parsley-error + label,
      .remodal [type='url'].error + label,
      .remodal [type='url'].parsley-error + label,
      .remodal [type='color'].error + label,
      .remodal [type='color'].parsley-error + label,
      .remodal .chosen-container-single .chosen-single.error + label,
      .remodal .chosen-container-single .chosen-single.parsley-error + label,
      .remodal textarea.error + label,
      .remodal textarea.parsley-error + label,
      .remodal select.error + label,
      .remodal select.parsley-error + label, .reveal [type='text'].error + label, .reveal [type='text'].parsley-error + label,
      .reveal [type='password'].error + label,
      .reveal [type='password'].parsley-error + label,
      .reveal [type='date'].error + label,
      .reveal [type='date'].parsley-error + label,
      .reveal [type='datetime'].error + label,
      .reveal [type='datetime'].parsley-error + label,
      .reveal [type='datetime-local'].error + label,
      .reveal [type='datetime-local'].parsley-error + label,
      .reveal [type='month'].error + label,
      .reveal [type='month'].parsley-error + label,
      .reveal [type='week'].error + label,
      .reveal [type='week'].parsley-error + label,
      .reveal [type='email'].error + label,
      .reveal [type='email'].parsley-error + label,
      .reveal [type='number'].error + label,
      .reveal [type='number'].parsley-error + label,
      .reveal [type='search'].error + label,
      .reveal [type='search'].parsley-error + label,
      .reveal [type='tel'].error + label,
      .reveal [type='tel'].parsley-error + label,
      .reveal [type='time'].error + label,
      .reveal [type='time'].parsley-error + label,
      .reveal [type='url'].error + label,
      .reveal [type='url'].parsley-error + label,
      .reveal [type='color'].error + label,
      .reveal [type='color'].parsley-error + label,
      .reveal .chosen-container-single .chosen-single.error + label,
      .reveal .chosen-container-single .chosen-single.parsley-error + label,
      .reveal textarea.error + label,
      .reveal textarea.parsley-error + label,
      .reveal select.error + label,
      .reveal select.parsley-error + label {
        color: #cc4b37; }
      #content [type='text'].error::-webkit-input-placeholder, #content [type='text'].parsley-error::-webkit-input-placeholder,
      #content [type='password'].error::-webkit-input-placeholder,
      #content [type='password'].parsley-error::-webkit-input-placeholder,
      #content [type='date'].error::-webkit-input-placeholder,
      #content [type='date'].parsley-error::-webkit-input-placeholder,
      #content [type='datetime'].error::-webkit-input-placeholder,
      #content [type='datetime'].parsley-error::-webkit-input-placeholder,
      #content [type='datetime-local'].error::-webkit-input-placeholder,
      #content [type='datetime-local'].parsley-error::-webkit-input-placeholder,
      #content [type='month'].error::-webkit-input-placeholder,
      #content [type='month'].parsley-error::-webkit-input-placeholder,
      #content [type='week'].error::-webkit-input-placeholder,
      #content [type='week'].parsley-error::-webkit-input-placeholder,
      #content [type='email'].error::-webkit-input-placeholder,
      #content [type='email'].parsley-error::-webkit-input-placeholder,
      #content [type='number'].error::-webkit-input-placeholder,
      #content [type='number'].parsley-error::-webkit-input-placeholder,
      #content [type='search'].error::-webkit-input-placeholder,
      #content [type='search'].parsley-error::-webkit-input-placeholder,
      #content [type='tel'].error::-webkit-input-placeholder,
      #content [type='tel'].parsley-error::-webkit-input-placeholder,
      #content [type='time'].error::-webkit-input-placeholder,
      #content [type='time'].parsley-error::-webkit-input-placeholder,
      #content [type='url'].error::-webkit-input-placeholder,
      #content [type='url'].parsley-error::-webkit-input-placeholder,
      #content [type='color'].error::-webkit-input-placeholder,
      #content [type='color'].parsley-error::-webkit-input-placeholder,
      #content .chosen-container-single .chosen-single.error::-webkit-input-placeholder,
      #content .chosen-container-single .chosen-single.parsley-error::-webkit-input-placeholder,
      #content textarea.error::-webkit-input-placeholder,
      #content textarea.parsley-error::-webkit-input-placeholder,
      #content select.error::-webkit-input-placeholder,
      #content select.parsley-error::-webkit-input-placeholder, .remodal [type='text'].error::-webkit-input-placeholder, .remodal [type='text'].parsley-error::-webkit-input-placeholder,
      .remodal [type='password'].error::-webkit-input-placeholder,
      .remodal [type='password'].parsley-error::-webkit-input-placeholder,
      .remodal [type='date'].error::-webkit-input-placeholder,
      .remodal [type='date'].parsley-error::-webkit-input-placeholder,
      .remodal [type='datetime'].error::-webkit-input-placeholder,
      .remodal [type='datetime'].parsley-error::-webkit-input-placeholder,
      .remodal [type='datetime-local'].error::-webkit-input-placeholder,
      .remodal [type='datetime-local'].parsley-error::-webkit-input-placeholder,
      .remodal [type='month'].error::-webkit-input-placeholder,
      .remodal [type='month'].parsley-error::-webkit-input-placeholder,
      .remodal [type='week'].error::-webkit-input-placeholder,
      .remodal [type='week'].parsley-error::-webkit-input-placeholder,
      .remodal [type='email'].error::-webkit-input-placeholder,
      .remodal [type='email'].parsley-error::-webkit-input-placeholder,
      .remodal [type='number'].error::-webkit-input-placeholder,
      .remodal [type='number'].parsley-error::-webkit-input-placeholder,
      .remodal [type='search'].error::-webkit-input-placeholder,
      .remodal [type='search'].parsley-error::-webkit-input-placeholder,
      .remodal [type='tel'].error::-webkit-input-placeholder,
      .remodal [type='tel'].parsley-error::-webkit-input-placeholder,
      .remodal [type='time'].error::-webkit-input-placeholder,
      .remodal [type='time'].parsley-error::-webkit-input-placeholder,
      .remodal [type='url'].error::-webkit-input-placeholder,
      .remodal [type='url'].parsley-error::-webkit-input-placeholder,
      .remodal [type='color'].error::-webkit-input-placeholder,
      .remodal [type='color'].parsley-error::-webkit-input-placeholder,
      .remodal .chosen-container-single .chosen-single.error::-webkit-input-placeholder,
      .remodal .chosen-container-single .chosen-single.parsley-error::-webkit-input-placeholder,
      .remodal textarea.error::-webkit-input-placeholder,
      .remodal textarea.parsley-error::-webkit-input-placeholder,
      .remodal select.error::-webkit-input-placeholder,
      .remodal select.parsley-error::-webkit-input-placeholder, .reveal [type='text'].error::-webkit-input-placeholder, .reveal [type='text'].parsley-error::-webkit-input-placeholder,
      .reveal [type='password'].error::-webkit-input-placeholder,
      .reveal [type='password'].parsley-error::-webkit-input-placeholder,
      .reveal [type='date'].error::-webkit-input-placeholder,
      .reveal [type='date'].parsley-error::-webkit-input-placeholder,
      .reveal [type='datetime'].error::-webkit-input-placeholder,
      .reveal [type='datetime'].parsley-error::-webkit-input-placeholder,
      .reveal [type='datetime-local'].error::-webkit-input-placeholder,
      .reveal [type='datetime-local'].parsley-error::-webkit-input-placeholder,
      .reveal [type='month'].error::-webkit-input-placeholder,
      .reveal [type='month'].parsley-error::-webkit-input-placeholder,
      .reveal [type='week'].error::-webkit-input-placeholder,
      .reveal [type='week'].parsley-error::-webkit-input-placeholder,
      .reveal [type='email'].error::-webkit-input-placeholder,
      .reveal [type='email'].parsley-error::-webkit-input-placeholder,
      .reveal [type='number'].error::-webkit-input-placeholder,
      .reveal [type='number'].parsley-error::-webkit-input-placeholder,
      .reveal [type='search'].error::-webkit-input-placeholder,
      .reveal [type='search'].parsley-error::-webkit-input-placeholder,
      .reveal [type='tel'].error::-webkit-input-placeholder,
      .reveal [type='tel'].parsley-error::-webkit-input-placeholder,
      .reveal [type='time'].error::-webkit-input-placeholder,
      .reveal [type='time'].parsley-error::-webkit-input-placeholder,
      .reveal [type='url'].error::-webkit-input-placeholder,
      .reveal [type='url'].parsley-error::-webkit-input-placeholder,
      .reveal [type='color'].error::-webkit-input-placeholder,
      .reveal [type='color'].parsley-error::-webkit-input-placeholder,
      .reveal .chosen-container-single .chosen-single.error::-webkit-input-placeholder,
      .reveal .chosen-container-single .chosen-single.parsley-error::-webkit-input-placeholder,
      .reveal textarea.error::-webkit-input-placeholder,
      .reveal textarea.parsley-error::-webkit-input-placeholder,
      .reveal select.error::-webkit-input-placeholder,
      .reveal select.parsley-error::-webkit-input-placeholder {
        color: #ad9695; }
      #content [type='text'].error:-ms-input-placeholder, #content [type='text'].parsley-error:-ms-input-placeholder,
      #content [type='password'].error:-ms-input-placeholder,
      #content [type='password'].parsley-error:-ms-input-placeholder,
      #content [type='date'].error:-ms-input-placeholder,
      #content [type='date'].parsley-error:-ms-input-placeholder,
      #content [type='datetime'].error:-ms-input-placeholder,
      #content [type='datetime'].parsley-error:-ms-input-placeholder,
      #content [type='datetime-local'].error:-ms-input-placeholder,
      #content [type='datetime-local'].parsley-error:-ms-input-placeholder,
      #content [type='month'].error:-ms-input-placeholder,
      #content [type='month'].parsley-error:-ms-input-placeholder,
      #content [type='week'].error:-ms-input-placeholder,
      #content [type='week'].parsley-error:-ms-input-placeholder,
      #content [type='email'].error:-ms-input-placeholder,
      #content [type='email'].parsley-error:-ms-input-placeholder,
      #content [type='number'].error:-ms-input-placeholder,
      #content [type='number'].parsley-error:-ms-input-placeholder,
      #content [type='search'].error:-ms-input-placeholder,
      #content [type='search'].parsley-error:-ms-input-placeholder,
      #content [type='tel'].error:-ms-input-placeholder,
      #content [type='tel'].parsley-error:-ms-input-placeholder,
      #content [type='time'].error:-ms-input-placeholder,
      #content [type='time'].parsley-error:-ms-input-placeholder,
      #content [type='url'].error:-ms-input-placeholder,
      #content [type='url'].parsley-error:-ms-input-placeholder,
      #content [type='color'].error:-ms-input-placeholder,
      #content [type='color'].parsley-error:-ms-input-placeholder,
      #content .chosen-container-single .chosen-single.error:-ms-input-placeholder,
      #content .chosen-container-single .chosen-single.parsley-error:-ms-input-placeholder,
      #content textarea.error:-ms-input-placeholder,
      #content textarea.parsley-error:-ms-input-placeholder,
      #content select.error:-ms-input-placeholder,
      #content select.parsley-error:-ms-input-placeholder, .remodal [type='text'].error:-ms-input-placeholder, .remodal [type='text'].parsley-error:-ms-input-placeholder,
      .remodal [type='password'].error:-ms-input-placeholder,
      .remodal [type='password'].parsley-error:-ms-input-placeholder,
      .remodal [type='date'].error:-ms-input-placeholder,
      .remodal [type='date'].parsley-error:-ms-input-placeholder,
      .remodal [type='datetime'].error:-ms-input-placeholder,
      .remodal [type='datetime'].parsley-error:-ms-input-placeholder,
      .remodal [type='datetime-local'].error:-ms-input-placeholder,
      .remodal [type='datetime-local'].parsley-error:-ms-input-placeholder,
      .remodal [type='month'].error:-ms-input-placeholder,
      .remodal [type='month'].parsley-error:-ms-input-placeholder,
      .remodal [type='week'].error:-ms-input-placeholder,
      .remodal [type='week'].parsley-error:-ms-input-placeholder,
      .remodal [type='email'].error:-ms-input-placeholder,
      .remodal [type='email'].parsley-error:-ms-input-placeholder,
      .remodal [type='number'].error:-ms-input-placeholder,
      .remodal [type='number'].parsley-error:-ms-input-placeholder,
      .remodal [type='search'].error:-ms-input-placeholder,
      .remodal [type='search'].parsley-error:-ms-input-placeholder,
      .remodal [type='tel'].error:-ms-input-placeholder,
      .remodal [type='tel'].parsley-error:-ms-input-placeholder,
      .remodal [type='time'].error:-ms-input-placeholder,
      .remodal [type='time'].parsley-error:-ms-input-placeholder,
      .remodal [type='url'].error:-ms-input-placeholder,
      .remodal [type='url'].parsley-error:-ms-input-placeholder,
      .remodal [type='color'].error:-ms-input-placeholder,
      .remodal [type='color'].parsley-error:-ms-input-placeholder,
      .remodal .chosen-container-single .chosen-single.error:-ms-input-placeholder,
      .remodal .chosen-container-single .chosen-single.parsley-error:-ms-input-placeholder,
      .remodal textarea.error:-ms-input-placeholder,
      .remodal textarea.parsley-error:-ms-input-placeholder,
      .remodal select.error:-ms-input-placeholder,
      .remodal select.parsley-error:-ms-input-placeholder, .reveal [type='text'].error:-ms-input-placeholder, .reveal [type='text'].parsley-error:-ms-input-placeholder,
      .reveal [type='password'].error:-ms-input-placeholder,
      .reveal [type='password'].parsley-error:-ms-input-placeholder,
      .reveal [type='date'].error:-ms-input-placeholder,
      .reveal [type='date'].parsley-error:-ms-input-placeholder,
      .reveal [type='datetime'].error:-ms-input-placeholder,
      .reveal [type='datetime'].parsley-error:-ms-input-placeholder,
      .reveal [type='datetime-local'].error:-ms-input-placeholder,
      .reveal [type='datetime-local'].parsley-error:-ms-input-placeholder,
      .reveal [type='month'].error:-ms-input-placeholder,
      .reveal [type='month'].parsley-error:-ms-input-placeholder,
      .reveal [type='week'].error:-ms-input-placeholder,
      .reveal [type='week'].parsley-error:-ms-input-placeholder,
      .reveal [type='email'].error:-ms-input-placeholder,
      .reveal [type='email'].parsley-error:-ms-input-placeholder,
      .reveal [type='number'].error:-ms-input-placeholder,
      .reveal [type='number'].parsley-error:-ms-input-placeholder,
      .reveal [type='search'].error:-ms-input-placeholder,
      .reveal [type='search'].parsley-error:-ms-input-placeholder,
      .reveal [type='tel'].error:-ms-input-placeholder,
      .reveal [type='tel'].parsley-error:-ms-input-placeholder,
      .reveal [type='time'].error:-ms-input-placeholder,
      .reveal [type='time'].parsley-error:-ms-input-placeholder,
      .reveal [type='url'].error:-ms-input-placeholder,
      .reveal [type='url'].parsley-error:-ms-input-placeholder,
      .reveal [type='color'].error:-ms-input-placeholder,
      .reveal [type='color'].parsley-error:-ms-input-placeholder,
      .reveal .chosen-container-single .chosen-single.error:-ms-input-placeholder,
      .reveal .chosen-container-single .chosen-single.parsley-error:-ms-input-placeholder,
      .reveal textarea.error:-ms-input-placeholder,
      .reveal textarea.parsley-error:-ms-input-placeholder,
      .reveal select.error:-ms-input-placeholder,
      .reveal select.parsley-error:-ms-input-placeholder {
        color: #ad9695; }
      #content [type='text'].error::-ms-input-placeholder, #content [type='text'].parsley-error::-ms-input-placeholder,
      #content [type='password'].error::-ms-input-placeholder,
      #content [type='password'].parsley-error::-ms-input-placeholder,
      #content [type='date'].error::-ms-input-placeholder,
      #content [type='date'].parsley-error::-ms-input-placeholder,
      #content [type='datetime'].error::-ms-input-placeholder,
      #content [type='datetime'].parsley-error::-ms-input-placeholder,
      #content [type='datetime-local'].error::-ms-input-placeholder,
      #content [type='datetime-local'].parsley-error::-ms-input-placeholder,
      #content [type='month'].error::-ms-input-placeholder,
      #content [type='month'].parsley-error::-ms-input-placeholder,
      #content [type='week'].error::-ms-input-placeholder,
      #content [type='week'].parsley-error::-ms-input-placeholder,
      #content [type='email'].error::-ms-input-placeholder,
      #content [type='email'].parsley-error::-ms-input-placeholder,
      #content [type='number'].error::-ms-input-placeholder,
      #content [type='number'].parsley-error::-ms-input-placeholder,
      #content [type='search'].error::-ms-input-placeholder,
      #content [type='search'].parsley-error::-ms-input-placeholder,
      #content [type='tel'].error::-ms-input-placeholder,
      #content [type='tel'].parsley-error::-ms-input-placeholder,
      #content [type='time'].error::-ms-input-placeholder,
      #content [type='time'].parsley-error::-ms-input-placeholder,
      #content [type='url'].error::-ms-input-placeholder,
      #content [type='url'].parsley-error::-ms-input-placeholder,
      #content [type='color'].error::-ms-input-placeholder,
      #content [type='color'].parsley-error::-ms-input-placeholder,
      #content .chosen-container-single .chosen-single.error::-ms-input-placeholder,
      #content .chosen-container-single .chosen-single.parsley-error::-ms-input-placeholder,
      #content textarea.error::-ms-input-placeholder,
      #content textarea.parsley-error::-ms-input-placeholder,
      #content select.error::-ms-input-placeholder,
      #content select.parsley-error::-ms-input-placeholder, .remodal [type='text'].error::-ms-input-placeholder, .remodal [type='text'].parsley-error::-ms-input-placeholder,
      .remodal [type='password'].error::-ms-input-placeholder,
      .remodal [type='password'].parsley-error::-ms-input-placeholder,
      .remodal [type='date'].error::-ms-input-placeholder,
      .remodal [type='date'].parsley-error::-ms-input-placeholder,
      .remodal [type='datetime'].error::-ms-input-placeholder,
      .remodal [type='datetime'].parsley-error::-ms-input-placeholder,
      .remodal [type='datetime-local'].error::-ms-input-placeholder,
      .remodal [type='datetime-local'].parsley-error::-ms-input-placeholder,
      .remodal [type='month'].error::-ms-input-placeholder,
      .remodal [type='month'].parsley-error::-ms-input-placeholder,
      .remodal [type='week'].error::-ms-input-placeholder,
      .remodal [type='week'].parsley-error::-ms-input-placeholder,
      .remodal [type='email'].error::-ms-input-placeholder,
      .remodal [type='email'].parsley-error::-ms-input-placeholder,
      .remodal [type='number'].error::-ms-input-placeholder,
      .remodal [type='number'].parsley-error::-ms-input-placeholder,
      .remodal [type='search'].error::-ms-input-placeholder,
      .remodal [type='search'].parsley-error::-ms-input-placeholder,
      .remodal [type='tel'].error::-ms-input-placeholder,
      .remodal [type='tel'].parsley-error::-ms-input-placeholder,
      .remodal [type='time'].error::-ms-input-placeholder,
      .remodal [type='time'].parsley-error::-ms-input-placeholder,
      .remodal [type='url'].error::-ms-input-placeholder,
      .remodal [type='url'].parsley-error::-ms-input-placeholder,
      .remodal [type='color'].error::-ms-input-placeholder,
      .remodal [type='color'].parsley-error::-ms-input-placeholder,
      .remodal .chosen-container-single .chosen-single.error::-ms-input-placeholder,
      .remodal .chosen-container-single .chosen-single.parsley-error::-ms-input-placeholder,
      .remodal textarea.error::-ms-input-placeholder,
      .remodal textarea.parsley-error::-ms-input-placeholder,
      .remodal select.error::-ms-input-placeholder,
      .remodal select.parsley-error::-ms-input-placeholder, .reveal [type='text'].error::-ms-input-placeholder, .reveal [type='text'].parsley-error::-ms-input-placeholder,
      .reveal [type='password'].error::-ms-input-placeholder,
      .reveal [type='password'].parsley-error::-ms-input-placeholder,
      .reveal [type='date'].error::-ms-input-placeholder,
      .reveal [type='date'].parsley-error::-ms-input-placeholder,
      .reveal [type='datetime'].error::-ms-input-placeholder,
      .reveal [type='datetime'].parsley-error::-ms-input-placeholder,
      .reveal [type='datetime-local'].error::-ms-input-placeholder,
      .reveal [type='datetime-local'].parsley-error::-ms-input-placeholder,
      .reveal [type='month'].error::-ms-input-placeholder,
      .reveal [type='month'].parsley-error::-ms-input-placeholder,
      .reveal [type='week'].error::-ms-input-placeholder,
      .reveal [type='week'].parsley-error::-ms-input-placeholder,
      .reveal [type='email'].error::-ms-input-placeholder,
      .reveal [type='email'].parsley-error::-ms-input-placeholder,
      .reveal [type='number'].error::-ms-input-placeholder,
      .reveal [type='number'].parsley-error::-ms-input-placeholder,
      .reveal [type='search'].error::-ms-input-placeholder,
      .reveal [type='search'].parsley-error::-ms-input-placeholder,
      .reveal [type='tel'].error::-ms-input-placeholder,
      .reveal [type='tel'].parsley-error::-ms-input-placeholder,
      .reveal [type='time'].error::-ms-input-placeholder,
      .reveal [type='time'].parsley-error::-ms-input-placeholder,
      .reveal [type='url'].error::-ms-input-placeholder,
      .reveal [type='url'].parsley-error::-ms-input-placeholder,
      .reveal [type='color'].error::-ms-input-placeholder,
      .reveal [type='color'].parsley-error::-ms-input-placeholder,
      .reveal .chosen-container-single .chosen-single.error::-ms-input-placeholder,
      .reveal .chosen-container-single .chosen-single.parsley-error::-ms-input-placeholder,
      .reveal textarea.error::-ms-input-placeholder,
      .reveal textarea.parsley-error::-ms-input-placeholder,
      .reveal select.error::-ms-input-placeholder,
      .reveal select.parsley-error::-ms-input-placeholder {
        color: #ad9695; }
      #content [type='text'].error::placeholder, #content [type='text'].parsley-error::placeholder,
      #content [type='password'].error::placeholder,
      #content [type='password'].parsley-error::placeholder,
      #content [type='date'].error::placeholder,
      #content [type='date'].parsley-error::placeholder,
      #content [type='datetime'].error::placeholder,
      #content [type='datetime'].parsley-error::placeholder,
      #content [type='datetime-local'].error::placeholder,
      #content [type='datetime-local'].parsley-error::placeholder,
      #content [type='month'].error::placeholder,
      #content [type='month'].parsley-error::placeholder,
      #content [type='week'].error::placeholder,
      #content [type='week'].parsley-error::placeholder,
      #content [type='email'].error::placeholder,
      #content [type='email'].parsley-error::placeholder,
      #content [type='number'].error::placeholder,
      #content [type='number'].parsley-error::placeholder,
      #content [type='search'].error::placeholder,
      #content [type='search'].parsley-error::placeholder,
      #content [type='tel'].error::placeholder,
      #content [type='tel'].parsley-error::placeholder,
      #content [type='time'].error::placeholder,
      #content [type='time'].parsley-error::placeholder,
      #content [type='url'].error::placeholder,
      #content [type='url'].parsley-error::placeholder,
      #content [type='color'].error::placeholder,
      #content [type='color'].parsley-error::placeholder,
      #content .chosen-container-single .chosen-single.error::placeholder,
      #content .chosen-container-single .chosen-single.parsley-error::placeholder,
      #content textarea.error::placeholder,
      #content textarea.parsley-error::placeholder,
      #content select.error::placeholder,
      #content select.parsley-error::placeholder, .remodal [type='text'].error::placeholder, .remodal [type='text'].parsley-error::placeholder,
      .remodal [type='password'].error::placeholder,
      .remodal [type='password'].parsley-error::placeholder,
      .remodal [type='date'].error::placeholder,
      .remodal [type='date'].parsley-error::placeholder,
      .remodal [type='datetime'].error::placeholder,
      .remodal [type='datetime'].parsley-error::placeholder,
      .remodal [type='datetime-local'].error::placeholder,
      .remodal [type='datetime-local'].parsley-error::placeholder,
      .remodal [type='month'].error::placeholder,
      .remodal [type='month'].parsley-error::placeholder,
      .remodal [type='week'].error::placeholder,
      .remodal [type='week'].parsley-error::placeholder,
      .remodal [type='email'].error::placeholder,
      .remodal [type='email'].parsley-error::placeholder,
      .remodal [type='number'].error::placeholder,
      .remodal [type='number'].parsley-error::placeholder,
      .remodal [type='search'].error::placeholder,
      .remodal [type='search'].parsley-error::placeholder,
      .remodal [type='tel'].error::placeholder,
      .remodal [type='tel'].parsley-error::placeholder,
      .remodal [type='time'].error::placeholder,
      .remodal [type='time'].parsley-error::placeholder,
      .remodal [type='url'].error::placeholder,
      .remodal [type='url'].parsley-error::placeholder,
      .remodal [type='color'].error::placeholder,
      .remodal [type='color'].parsley-error::placeholder,
      .remodal .chosen-container-single .chosen-single.error::placeholder,
      .remodal .chosen-container-single .chosen-single.parsley-error::placeholder,
      .remodal textarea.error::placeholder,
      .remodal textarea.parsley-error::placeholder,
      .remodal select.error::placeholder,
      .remodal select.parsley-error::placeholder, .reveal [type='text'].error::placeholder, .reveal [type='text'].parsley-error::placeholder,
      .reveal [type='password'].error::placeholder,
      .reveal [type='password'].parsley-error::placeholder,
      .reveal [type='date'].error::placeholder,
      .reveal [type='date'].parsley-error::placeholder,
      .reveal [type='datetime'].error::placeholder,
      .reveal [type='datetime'].parsley-error::placeholder,
      .reveal [type='datetime-local'].error::placeholder,
      .reveal [type='datetime-local'].parsley-error::placeholder,
      .reveal [type='month'].error::placeholder,
      .reveal [type='month'].parsley-error::placeholder,
      .reveal [type='week'].error::placeholder,
      .reveal [type='week'].parsley-error::placeholder,
      .reveal [type='email'].error::placeholder,
      .reveal [type='email'].parsley-error::placeholder,
      .reveal [type='number'].error::placeholder,
      .reveal [type='number'].parsley-error::placeholder,
      .reveal [type='search'].error::placeholder,
      .reveal [type='search'].parsley-error::placeholder,
      .reveal [type='tel'].error::placeholder,
      .reveal [type='tel'].parsley-error::placeholder,
      .reveal [type='time'].error::placeholder,
      .reveal [type='time'].parsley-error::placeholder,
      .reveal [type='url'].error::placeholder,
      .reveal [type='url'].parsley-error::placeholder,
      .reveal [type='color'].error::placeholder,
      .reveal [type='color'].parsley-error::placeholder,
      .reveal .chosen-container-single .chosen-single.error::placeholder,
      .reveal .chosen-container-single .chosen-single.parsley-error::placeholder,
      .reveal textarea.error::placeholder,
      .reveal textarea.parsley-error::placeholder,
      .reveal select.error::placeholder,
      .reveal select.parsley-error::placeholder {
        color: #ad9695; }
    #content [type='text'].valid, #content [type='text'].parsley-success,
    #content [type='password'].valid,
    #content [type='password'].parsley-success,
    #content [type='date'].valid,
    #content [type='date'].parsley-success,
    #content [type='datetime'].valid,
    #content [type='datetime'].parsley-success,
    #content [type='datetime-local'].valid,
    #content [type='datetime-local'].parsley-success,
    #content [type='month'].valid,
    #content [type='month'].parsley-success,
    #content [type='week'].valid,
    #content [type='week'].parsley-success,
    #content [type='email'].valid,
    #content [type='email'].parsley-success,
    #content [type='number'].valid,
    #content [type='number'].parsley-success,
    #content [type='search'].valid,
    #content [type='search'].parsley-success,
    #content [type='tel'].valid,
    #content [type='tel'].parsley-success,
    #content [type='time'].valid,
    #content [type='time'].parsley-success,
    #content [type='url'].valid,
    #content [type='url'].parsley-success,
    #content [type='color'].valid,
    #content [type='color'].parsley-success,
    #content .chosen-container-single .chosen-single.valid,
    #content .chosen-container-single .chosen-single.parsley-success,
    #content textarea.valid,
    #content textarea.parsley-success,
    #content select.valid,
    #content select.parsley-success, .remodal [type='text'].valid, .remodal [type='text'].parsley-success,
    .remodal [type='password'].valid,
    .remodal [type='password'].parsley-success,
    .remodal [type='date'].valid,
    .remodal [type='date'].parsley-success,
    .remodal [type='datetime'].valid,
    .remodal [type='datetime'].parsley-success,
    .remodal [type='datetime-local'].valid,
    .remodal [type='datetime-local'].parsley-success,
    .remodal [type='month'].valid,
    .remodal [type='month'].parsley-success,
    .remodal [type='week'].valid,
    .remodal [type='week'].parsley-success,
    .remodal [type='email'].valid,
    .remodal [type='email'].parsley-success,
    .remodal [type='number'].valid,
    .remodal [type='number'].parsley-success,
    .remodal [type='search'].valid,
    .remodal [type='search'].parsley-success,
    .remodal [type='tel'].valid,
    .remodal [type='tel'].parsley-success,
    .remodal [type='time'].valid,
    .remodal [type='time'].parsley-success,
    .remodal [type='url'].valid,
    .remodal [type='url'].parsley-success,
    .remodal [type='color'].valid,
    .remodal [type='color'].parsley-success,
    .remodal .chosen-container-single .chosen-single.valid,
    .remodal .chosen-container-single .chosen-single.parsley-success,
    .remodal textarea.valid,
    .remodal textarea.parsley-success,
    .remodal select.valid,
    .remodal select.parsley-success, .reveal [type='text'].valid, .reveal [type='text'].parsley-success,
    .reveal [type='password'].valid,
    .reveal [type='password'].parsley-success,
    .reveal [type='date'].valid,
    .reveal [type='date'].parsley-success,
    .reveal [type='datetime'].valid,
    .reveal [type='datetime'].parsley-success,
    .reveal [type='datetime-local'].valid,
    .reveal [type='datetime-local'].parsley-success,
    .reveal [type='month'].valid,
    .reveal [type='month'].parsley-success,
    .reveal [type='week'].valid,
    .reveal [type='week'].parsley-success,
    .reveal [type='email'].valid,
    .reveal [type='email'].parsley-success,
    .reveal [type='number'].valid,
    .reveal [type='number'].parsley-success,
    .reveal [type='search'].valid,
    .reveal [type='search'].parsley-success,
    .reveal [type='tel'].valid,
    .reveal [type='tel'].parsley-success,
    .reveal [type='time'].valid,
    .reveal [type='time'].parsley-success,
    .reveal [type='url'].valid,
    .reveal [type='url'].parsley-success,
    .reveal [type='color'].valid,
    .reveal [type='color'].parsley-success,
    .reveal .chosen-container-single .chosen-single.valid,
    .reveal .chosen-container-single .chosen-single.parsley-success,
    .reveal textarea.valid,
    .reveal textarea.parsley-success,
    .reveal select.valid,
    .reveal select.parsley-success {
      border-color: #3adb76;
      background-color: white;
      transition: all 0.3s; }
      #content [type='text'].valid::-webkit-input-placeholder, #content [type='text'].parsley-success::-webkit-input-placeholder,
      #content [type='password'].valid::-webkit-input-placeholder,
      #content [type='password'].parsley-success::-webkit-input-placeholder,
      #content [type='date'].valid::-webkit-input-placeholder,
      #content [type='date'].parsley-success::-webkit-input-placeholder,
      #content [type='datetime'].valid::-webkit-input-placeholder,
      #content [type='datetime'].parsley-success::-webkit-input-placeholder,
      #content [type='datetime-local'].valid::-webkit-input-placeholder,
      #content [type='datetime-local'].parsley-success::-webkit-input-placeholder,
      #content [type='month'].valid::-webkit-input-placeholder,
      #content [type='month'].parsley-success::-webkit-input-placeholder,
      #content [type='week'].valid::-webkit-input-placeholder,
      #content [type='week'].parsley-success::-webkit-input-placeholder,
      #content [type='email'].valid::-webkit-input-placeholder,
      #content [type='email'].parsley-success::-webkit-input-placeholder,
      #content [type='number'].valid::-webkit-input-placeholder,
      #content [type='number'].parsley-success::-webkit-input-placeholder,
      #content [type='search'].valid::-webkit-input-placeholder,
      #content [type='search'].parsley-success::-webkit-input-placeholder,
      #content [type='tel'].valid::-webkit-input-placeholder,
      #content [type='tel'].parsley-success::-webkit-input-placeholder,
      #content [type='time'].valid::-webkit-input-placeholder,
      #content [type='time'].parsley-success::-webkit-input-placeholder,
      #content [type='url'].valid::-webkit-input-placeholder,
      #content [type='url'].parsley-success::-webkit-input-placeholder,
      #content [type='color'].valid::-webkit-input-placeholder,
      #content [type='color'].parsley-success::-webkit-input-placeholder,
      #content .chosen-container-single .chosen-single.valid::-webkit-input-placeholder,
      #content .chosen-container-single .chosen-single.parsley-success::-webkit-input-placeholder,
      #content textarea.valid::-webkit-input-placeholder,
      #content textarea.parsley-success::-webkit-input-placeholder,
      #content select.valid::-webkit-input-placeholder,
      #content select.parsley-success::-webkit-input-placeholder, .remodal [type='text'].valid::-webkit-input-placeholder, .remodal [type='text'].parsley-success::-webkit-input-placeholder,
      .remodal [type='password'].valid::-webkit-input-placeholder,
      .remodal [type='password'].parsley-success::-webkit-input-placeholder,
      .remodal [type='date'].valid::-webkit-input-placeholder,
      .remodal [type='date'].parsley-success::-webkit-input-placeholder,
      .remodal [type='datetime'].valid::-webkit-input-placeholder,
      .remodal [type='datetime'].parsley-success::-webkit-input-placeholder,
      .remodal [type='datetime-local'].valid::-webkit-input-placeholder,
      .remodal [type='datetime-local'].parsley-success::-webkit-input-placeholder,
      .remodal [type='month'].valid::-webkit-input-placeholder,
      .remodal [type='month'].parsley-success::-webkit-input-placeholder,
      .remodal [type='week'].valid::-webkit-input-placeholder,
      .remodal [type='week'].parsley-success::-webkit-input-placeholder,
      .remodal [type='email'].valid::-webkit-input-placeholder,
      .remodal [type='email'].parsley-success::-webkit-input-placeholder,
      .remodal [type='number'].valid::-webkit-input-placeholder,
      .remodal [type='number'].parsley-success::-webkit-input-placeholder,
      .remodal [type='search'].valid::-webkit-input-placeholder,
      .remodal [type='search'].parsley-success::-webkit-input-placeholder,
      .remodal [type='tel'].valid::-webkit-input-placeholder,
      .remodal [type='tel'].parsley-success::-webkit-input-placeholder,
      .remodal [type='time'].valid::-webkit-input-placeholder,
      .remodal [type='time'].parsley-success::-webkit-input-placeholder,
      .remodal [type='url'].valid::-webkit-input-placeholder,
      .remodal [type='url'].parsley-success::-webkit-input-placeholder,
      .remodal [type='color'].valid::-webkit-input-placeholder,
      .remodal [type='color'].parsley-success::-webkit-input-placeholder,
      .remodal .chosen-container-single .chosen-single.valid::-webkit-input-placeholder,
      .remodal .chosen-container-single .chosen-single.parsley-success::-webkit-input-placeholder,
      .remodal textarea.valid::-webkit-input-placeholder,
      .remodal textarea.parsley-success::-webkit-input-placeholder,
      .remodal select.valid::-webkit-input-placeholder,
      .remodal select.parsley-success::-webkit-input-placeholder, .reveal [type='text'].valid::-webkit-input-placeholder, .reveal [type='text'].parsley-success::-webkit-input-placeholder,
      .reveal [type='password'].valid::-webkit-input-placeholder,
      .reveal [type='password'].parsley-success::-webkit-input-placeholder,
      .reveal [type='date'].valid::-webkit-input-placeholder,
      .reveal [type='date'].parsley-success::-webkit-input-placeholder,
      .reveal [type='datetime'].valid::-webkit-input-placeholder,
      .reveal [type='datetime'].parsley-success::-webkit-input-placeholder,
      .reveal [type='datetime-local'].valid::-webkit-input-placeholder,
      .reveal [type='datetime-local'].parsley-success::-webkit-input-placeholder,
      .reveal [type='month'].valid::-webkit-input-placeholder,
      .reveal [type='month'].parsley-success::-webkit-input-placeholder,
      .reveal [type='week'].valid::-webkit-input-placeholder,
      .reveal [type='week'].parsley-success::-webkit-input-placeholder,
      .reveal [type='email'].valid::-webkit-input-placeholder,
      .reveal [type='email'].parsley-success::-webkit-input-placeholder,
      .reveal [type='number'].valid::-webkit-input-placeholder,
      .reveal [type='number'].parsley-success::-webkit-input-placeholder,
      .reveal [type='search'].valid::-webkit-input-placeholder,
      .reveal [type='search'].parsley-success::-webkit-input-placeholder,
      .reveal [type='tel'].valid::-webkit-input-placeholder,
      .reveal [type='tel'].parsley-success::-webkit-input-placeholder,
      .reveal [type='time'].valid::-webkit-input-placeholder,
      .reveal [type='time'].parsley-success::-webkit-input-placeholder,
      .reveal [type='url'].valid::-webkit-input-placeholder,
      .reveal [type='url'].parsley-success::-webkit-input-placeholder,
      .reveal [type='color'].valid::-webkit-input-placeholder,
      .reveal [type='color'].parsley-success::-webkit-input-placeholder,
      .reveal .chosen-container-single .chosen-single.valid::-webkit-input-placeholder,
      .reveal .chosen-container-single .chosen-single.parsley-success::-webkit-input-placeholder,
      .reveal textarea.valid::-webkit-input-placeholder,
      .reveal textarea.parsley-success::-webkit-input-placeholder,
      .reveal select.valid::-webkit-input-placeholder,
      .reveal select.parsley-success::-webkit-input-placeholder {
        color: #a1ad95; }
      #content [type='text'].valid:-ms-input-placeholder, #content [type='text'].parsley-success:-ms-input-placeholder,
      #content [type='password'].valid:-ms-input-placeholder,
      #content [type='password'].parsley-success:-ms-input-placeholder,
      #content [type='date'].valid:-ms-input-placeholder,
      #content [type='date'].parsley-success:-ms-input-placeholder,
      #content [type='datetime'].valid:-ms-input-placeholder,
      #content [type='datetime'].parsley-success:-ms-input-placeholder,
      #content [type='datetime-local'].valid:-ms-input-placeholder,
      #content [type='datetime-local'].parsley-success:-ms-input-placeholder,
      #content [type='month'].valid:-ms-input-placeholder,
      #content [type='month'].parsley-success:-ms-input-placeholder,
      #content [type='week'].valid:-ms-input-placeholder,
      #content [type='week'].parsley-success:-ms-input-placeholder,
      #content [type='email'].valid:-ms-input-placeholder,
      #content [type='email'].parsley-success:-ms-input-placeholder,
      #content [type='number'].valid:-ms-input-placeholder,
      #content [type='number'].parsley-success:-ms-input-placeholder,
      #content [type='search'].valid:-ms-input-placeholder,
      #content [type='search'].parsley-success:-ms-input-placeholder,
      #content [type='tel'].valid:-ms-input-placeholder,
      #content [type='tel'].parsley-success:-ms-input-placeholder,
      #content [type='time'].valid:-ms-input-placeholder,
      #content [type='time'].parsley-success:-ms-input-placeholder,
      #content [type='url'].valid:-ms-input-placeholder,
      #content [type='url'].parsley-success:-ms-input-placeholder,
      #content [type='color'].valid:-ms-input-placeholder,
      #content [type='color'].parsley-success:-ms-input-placeholder,
      #content .chosen-container-single .chosen-single.valid:-ms-input-placeholder,
      #content .chosen-container-single .chosen-single.parsley-success:-ms-input-placeholder,
      #content textarea.valid:-ms-input-placeholder,
      #content textarea.parsley-success:-ms-input-placeholder,
      #content select.valid:-ms-input-placeholder,
      #content select.parsley-success:-ms-input-placeholder, .remodal [type='text'].valid:-ms-input-placeholder, .remodal [type='text'].parsley-success:-ms-input-placeholder,
      .remodal [type='password'].valid:-ms-input-placeholder,
      .remodal [type='password'].parsley-success:-ms-input-placeholder,
      .remodal [type='date'].valid:-ms-input-placeholder,
      .remodal [type='date'].parsley-success:-ms-input-placeholder,
      .remodal [type='datetime'].valid:-ms-input-placeholder,
      .remodal [type='datetime'].parsley-success:-ms-input-placeholder,
      .remodal [type='datetime-local'].valid:-ms-input-placeholder,
      .remodal [type='datetime-local'].parsley-success:-ms-input-placeholder,
      .remodal [type='month'].valid:-ms-input-placeholder,
      .remodal [type='month'].parsley-success:-ms-input-placeholder,
      .remodal [type='week'].valid:-ms-input-placeholder,
      .remodal [type='week'].parsley-success:-ms-input-placeholder,
      .remodal [type='email'].valid:-ms-input-placeholder,
      .remodal [type='email'].parsley-success:-ms-input-placeholder,
      .remodal [type='number'].valid:-ms-input-placeholder,
      .remodal [type='number'].parsley-success:-ms-input-placeholder,
      .remodal [type='search'].valid:-ms-input-placeholder,
      .remodal [type='search'].parsley-success:-ms-input-placeholder,
      .remodal [type='tel'].valid:-ms-input-placeholder,
      .remodal [type='tel'].parsley-success:-ms-input-placeholder,
      .remodal [type='time'].valid:-ms-input-placeholder,
      .remodal [type='time'].parsley-success:-ms-input-placeholder,
      .remodal [type='url'].valid:-ms-input-placeholder,
      .remodal [type='url'].parsley-success:-ms-input-placeholder,
      .remodal [type='color'].valid:-ms-input-placeholder,
      .remodal [type='color'].parsley-success:-ms-input-placeholder,
      .remodal .chosen-container-single .chosen-single.valid:-ms-input-placeholder,
      .remodal .chosen-container-single .chosen-single.parsley-success:-ms-input-placeholder,
      .remodal textarea.valid:-ms-input-placeholder,
      .remodal textarea.parsley-success:-ms-input-placeholder,
      .remodal select.valid:-ms-input-placeholder,
      .remodal select.parsley-success:-ms-input-placeholder, .reveal [type='text'].valid:-ms-input-placeholder, .reveal [type='text'].parsley-success:-ms-input-placeholder,
      .reveal [type='password'].valid:-ms-input-placeholder,
      .reveal [type='password'].parsley-success:-ms-input-placeholder,
      .reveal [type='date'].valid:-ms-input-placeholder,
      .reveal [type='date'].parsley-success:-ms-input-placeholder,
      .reveal [type='datetime'].valid:-ms-input-placeholder,
      .reveal [type='datetime'].parsley-success:-ms-input-placeholder,
      .reveal [type='datetime-local'].valid:-ms-input-placeholder,
      .reveal [type='datetime-local'].parsley-success:-ms-input-placeholder,
      .reveal [type='month'].valid:-ms-input-placeholder,
      .reveal [type='month'].parsley-success:-ms-input-placeholder,
      .reveal [type='week'].valid:-ms-input-placeholder,
      .reveal [type='week'].parsley-success:-ms-input-placeholder,
      .reveal [type='email'].valid:-ms-input-placeholder,
      .reveal [type='email'].parsley-success:-ms-input-placeholder,
      .reveal [type='number'].valid:-ms-input-placeholder,
      .reveal [type='number'].parsley-success:-ms-input-placeholder,
      .reveal [type='search'].valid:-ms-input-placeholder,
      .reveal [type='search'].parsley-success:-ms-input-placeholder,
      .reveal [type='tel'].valid:-ms-input-placeholder,
      .reveal [type='tel'].parsley-success:-ms-input-placeholder,
      .reveal [type='time'].valid:-ms-input-placeholder,
      .reveal [type='time'].parsley-success:-ms-input-placeholder,
      .reveal [type='url'].valid:-ms-input-placeholder,
      .reveal [type='url'].parsley-success:-ms-input-placeholder,
      .reveal [type='color'].valid:-ms-input-placeholder,
      .reveal [type='color'].parsley-success:-ms-input-placeholder,
      .reveal .chosen-container-single .chosen-single.valid:-ms-input-placeholder,
      .reveal .chosen-container-single .chosen-single.parsley-success:-ms-input-placeholder,
      .reveal textarea.valid:-ms-input-placeholder,
      .reveal textarea.parsley-success:-ms-input-placeholder,
      .reveal select.valid:-ms-input-placeholder,
      .reveal select.parsley-success:-ms-input-placeholder {
        color: #a1ad95; }
      #content [type='text'].valid::-ms-input-placeholder, #content [type='text'].parsley-success::-ms-input-placeholder,
      #content [type='password'].valid::-ms-input-placeholder,
      #content [type='password'].parsley-success::-ms-input-placeholder,
      #content [type='date'].valid::-ms-input-placeholder,
      #content [type='date'].parsley-success::-ms-input-placeholder,
      #content [type='datetime'].valid::-ms-input-placeholder,
      #content [type='datetime'].parsley-success::-ms-input-placeholder,
      #content [type='datetime-local'].valid::-ms-input-placeholder,
      #content [type='datetime-local'].parsley-success::-ms-input-placeholder,
      #content [type='month'].valid::-ms-input-placeholder,
      #content [type='month'].parsley-success::-ms-input-placeholder,
      #content [type='week'].valid::-ms-input-placeholder,
      #content [type='week'].parsley-success::-ms-input-placeholder,
      #content [type='email'].valid::-ms-input-placeholder,
      #content [type='email'].parsley-success::-ms-input-placeholder,
      #content [type='number'].valid::-ms-input-placeholder,
      #content [type='number'].parsley-success::-ms-input-placeholder,
      #content [type='search'].valid::-ms-input-placeholder,
      #content [type='search'].parsley-success::-ms-input-placeholder,
      #content [type='tel'].valid::-ms-input-placeholder,
      #content [type='tel'].parsley-success::-ms-input-placeholder,
      #content [type='time'].valid::-ms-input-placeholder,
      #content [type='time'].parsley-success::-ms-input-placeholder,
      #content [type='url'].valid::-ms-input-placeholder,
      #content [type='url'].parsley-success::-ms-input-placeholder,
      #content [type='color'].valid::-ms-input-placeholder,
      #content [type='color'].parsley-success::-ms-input-placeholder,
      #content .chosen-container-single .chosen-single.valid::-ms-input-placeholder,
      #content .chosen-container-single .chosen-single.parsley-success::-ms-input-placeholder,
      #content textarea.valid::-ms-input-placeholder,
      #content textarea.parsley-success::-ms-input-placeholder,
      #content select.valid::-ms-input-placeholder,
      #content select.parsley-success::-ms-input-placeholder, .remodal [type='text'].valid::-ms-input-placeholder, .remodal [type='text'].parsley-success::-ms-input-placeholder,
      .remodal [type='password'].valid::-ms-input-placeholder,
      .remodal [type='password'].parsley-success::-ms-input-placeholder,
      .remodal [type='date'].valid::-ms-input-placeholder,
      .remodal [type='date'].parsley-success::-ms-input-placeholder,
      .remodal [type='datetime'].valid::-ms-input-placeholder,
      .remodal [type='datetime'].parsley-success::-ms-input-placeholder,
      .remodal [type='datetime-local'].valid::-ms-input-placeholder,
      .remodal [type='datetime-local'].parsley-success::-ms-input-placeholder,
      .remodal [type='month'].valid::-ms-input-placeholder,
      .remodal [type='month'].parsley-success::-ms-input-placeholder,
      .remodal [type='week'].valid::-ms-input-placeholder,
      .remodal [type='week'].parsley-success::-ms-input-placeholder,
      .remodal [type='email'].valid::-ms-input-placeholder,
      .remodal [type='email'].parsley-success::-ms-input-placeholder,
      .remodal [type='number'].valid::-ms-input-placeholder,
      .remodal [type='number'].parsley-success::-ms-input-placeholder,
      .remodal [type='search'].valid::-ms-input-placeholder,
      .remodal [type='search'].parsley-success::-ms-input-placeholder,
      .remodal [type='tel'].valid::-ms-input-placeholder,
      .remodal [type='tel'].parsley-success::-ms-input-placeholder,
      .remodal [type='time'].valid::-ms-input-placeholder,
      .remodal [type='time'].parsley-success::-ms-input-placeholder,
      .remodal [type='url'].valid::-ms-input-placeholder,
      .remodal [type='url'].parsley-success::-ms-input-placeholder,
      .remodal [type='color'].valid::-ms-input-placeholder,
      .remodal [type='color'].parsley-success::-ms-input-placeholder,
      .remodal .chosen-container-single .chosen-single.valid::-ms-input-placeholder,
      .remodal .chosen-container-single .chosen-single.parsley-success::-ms-input-placeholder,
      .remodal textarea.valid::-ms-input-placeholder,
      .remodal textarea.parsley-success::-ms-input-placeholder,
      .remodal select.valid::-ms-input-placeholder,
      .remodal select.parsley-success::-ms-input-placeholder, .reveal [type='text'].valid::-ms-input-placeholder, .reveal [type='text'].parsley-success::-ms-input-placeholder,
      .reveal [type='password'].valid::-ms-input-placeholder,
      .reveal [type='password'].parsley-success::-ms-input-placeholder,
      .reveal [type='date'].valid::-ms-input-placeholder,
      .reveal [type='date'].parsley-success::-ms-input-placeholder,
      .reveal [type='datetime'].valid::-ms-input-placeholder,
      .reveal [type='datetime'].parsley-success::-ms-input-placeholder,
      .reveal [type='datetime-local'].valid::-ms-input-placeholder,
      .reveal [type='datetime-local'].parsley-success::-ms-input-placeholder,
      .reveal [type='month'].valid::-ms-input-placeholder,
      .reveal [type='month'].parsley-success::-ms-input-placeholder,
      .reveal [type='week'].valid::-ms-input-placeholder,
      .reveal [type='week'].parsley-success::-ms-input-placeholder,
      .reveal [type='email'].valid::-ms-input-placeholder,
      .reveal [type='email'].parsley-success::-ms-input-placeholder,
      .reveal [type='number'].valid::-ms-input-placeholder,
      .reveal [type='number'].parsley-success::-ms-input-placeholder,
      .reveal [type='search'].valid::-ms-input-placeholder,
      .reveal [type='search'].parsley-success::-ms-input-placeholder,
      .reveal [type='tel'].valid::-ms-input-placeholder,
      .reveal [type='tel'].parsley-success::-ms-input-placeholder,
      .reveal [type='time'].valid::-ms-input-placeholder,
      .reveal [type='time'].parsley-success::-ms-input-placeholder,
      .reveal [type='url'].valid::-ms-input-placeholder,
      .reveal [type='url'].parsley-success::-ms-input-placeholder,
      .reveal [type='color'].valid::-ms-input-placeholder,
      .reveal [type='color'].parsley-success::-ms-input-placeholder,
      .reveal .chosen-container-single .chosen-single.valid::-ms-input-placeholder,
      .reveal .chosen-container-single .chosen-single.parsley-success::-ms-input-placeholder,
      .reveal textarea.valid::-ms-input-placeholder,
      .reveal textarea.parsley-success::-ms-input-placeholder,
      .reveal select.valid::-ms-input-placeholder,
      .reveal select.parsley-success::-ms-input-placeholder {
        color: #a1ad95; }
      #content [type='text'].valid::placeholder, #content [type='text'].parsley-success::placeholder,
      #content [type='password'].valid::placeholder,
      #content [type='password'].parsley-success::placeholder,
      #content [type='date'].valid::placeholder,
      #content [type='date'].parsley-success::placeholder,
      #content [type='datetime'].valid::placeholder,
      #content [type='datetime'].parsley-success::placeholder,
      #content [type='datetime-local'].valid::placeholder,
      #content [type='datetime-local'].parsley-success::placeholder,
      #content [type='month'].valid::placeholder,
      #content [type='month'].parsley-success::placeholder,
      #content [type='week'].valid::placeholder,
      #content [type='week'].parsley-success::placeholder,
      #content [type='email'].valid::placeholder,
      #content [type='email'].parsley-success::placeholder,
      #content [type='number'].valid::placeholder,
      #content [type='number'].parsley-success::placeholder,
      #content [type='search'].valid::placeholder,
      #content [type='search'].parsley-success::placeholder,
      #content [type='tel'].valid::placeholder,
      #content [type='tel'].parsley-success::placeholder,
      #content [type='time'].valid::placeholder,
      #content [type='time'].parsley-success::placeholder,
      #content [type='url'].valid::placeholder,
      #content [type='url'].parsley-success::placeholder,
      #content [type='color'].valid::placeholder,
      #content [type='color'].parsley-success::placeholder,
      #content .chosen-container-single .chosen-single.valid::placeholder,
      #content .chosen-container-single .chosen-single.parsley-success::placeholder,
      #content textarea.valid::placeholder,
      #content textarea.parsley-success::placeholder,
      #content select.valid::placeholder,
      #content select.parsley-success::placeholder, .remodal [type='text'].valid::placeholder, .remodal [type='text'].parsley-success::placeholder,
      .remodal [type='password'].valid::placeholder,
      .remodal [type='password'].parsley-success::placeholder,
      .remodal [type='date'].valid::placeholder,
      .remodal [type='date'].parsley-success::placeholder,
      .remodal [type='datetime'].valid::placeholder,
      .remodal [type='datetime'].parsley-success::placeholder,
      .remodal [type='datetime-local'].valid::placeholder,
      .remodal [type='datetime-local'].parsley-success::placeholder,
      .remodal [type='month'].valid::placeholder,
      .remodal [type='month'].parsley-success::placeholder,
      .remodal [type='week'].valid::placeholder,
      .remodal [type='week'].parsley-success::placeholder,
      .remodal [type='email'].valid::placeholder,
      .remodal [type='email'].parsley-success::placeholder,
      .remodal [type='number'].valid::placeholder,
      .remodal [type='number'].parsley-success::placeholder,
      .remodal [type='search'].valid::placeholder,
      .remodal [type='search'].parsley-success::placeholder,
      .remodal [type='tel'].valid::placeholder,
      .remodal [type='tel'].parsley-success::placeholder,
      .remodal [type='time'].valid::placeholder,
      .remodal [type='time'].parsley-success::placeholder,
      .remodal [type='url'].valid::placeholder,
      .remodal [type='url'].parsley-success::placeholder,
      .remodal [type='color'].valid::placeholder,
      .remodal [type='color'].parsley-success::placeholder,
      .remodal .chosen-container-single .chosen-single.valid::placeholder,
      .remodal .chosen-container-single .chosen-single.parsley-success::placeholder,
      .remodal textarea.valid::placeholder,
      .remodal textarea.parsley-success::placeholder,
      .remodal select.valid::placeholder,
      .remodal select.parsley-success::placeholder, .reveal [type='text'].valid::placeholder, .reveal [type='text'].parsley-success::placeholder,
      .reveal [type='password'].valid::placeholder,
      .reveal [type='password'].parsley-success::placeholder,
      .reveal [type='date'].valid::placeholder,
      .reveal [type='date'].parsley-success::placeholder,
      .reveal [type='datetime'].valid::placeholder,
      .reveal [type='datetime'].parsley-success::placeholder,
      .reveal [type='datetime-local'].valid::placeholder,
      .reveal [type='datetime-local'].parsley-success::placeholder,
      .reveal [type='month'].valid::placeholder,
      .reveal [type='month'].parsley-success::placeholder,
      .reveal [type='week'].valid::placeholder,
      .reveal [type='week'].parsley-success::placeholder,
      .reveal [type='email'].valid::placeholder,
      .reveal [type='email'].parsley-success::placeholder,
      .reveal [type='number'].valid::placeholder,
      .reveal [type='number'].parsley-success::placeholder,
      .reveal [type='search'].valid::placeholder,
      .reveal [type='search'].parsley-success::placeholder,
      .reveal [type='tel'].valid::placeholder,
      .reveal [type='tel'].parsley-success::placeholder,
      .reveal [type='time'].valid::placeholder,
      .reveal [type='time'].parsley-success::placeholder,
      .reveal [type='url'].valid::placeholder,
      .reveal [type='url'].parsley-success::placeholder,
      .reveal [type='color'].valid::placeholder,
      .reveal [type='color'].parsley-success::placeholder,
      .reveal .chosen-container-single .chosen-single.valid::placeholder,
      .reveal .chosen-container-single .chosen-single.parsley-success::placeholder,
      .reveal textarea.valid::placeholder,
      .reveal textarea.parsley-success::placeholder,
      .reveal select.valid::placeholder,
      .reveal select.parsley-success::placeholder {
        color: #a1ad95; }
  #content select, .remodal select, .reveal select {
    padding-right: 2rem; }
  #content textarea, .remodal textarea, .reveal textarea {
    height: initial;
    padding: 0.6666666667rem 1rem; }
  #content label, .remodal label, .reveal label {
    margin: 0;
    font-size: 1rem;
    font-family: "acumin-pro", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #222222;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0;
    text-rendering: optimizeLegibility;
    text-transform: none;
    letter-spacing: 0; }
  #content .field_required, #content .required, .remodal .field_required, .remodal .required, .reveal .field_required, .reveal .required {
    color: #285893 !important; }
  #content .styled-checkbox-radio-button, .remodal .styled-checkbox-radio-button, .reveal .styled-checkbox-radio-button {
    display: inline-block;
    position: relative;
    float: left;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem; }
    #content .styled-checkbox-radio-button input, .remodal .styled-checkbox-radio-button input, .reveal .styled-checkbox-radio-button input {
      float: right;
      width: 0;
      padding: 0;
      opacity: 0;
      margin: 0; }
    #content .styled-checkbox-radio-button label, .remodal .styled-checkbox-radio-button label, .reveal .styled-checkbox-radio-button label {
      background-color: #fff;
      padding: 0.3333333333rem 1.2rem 0.4rem 1.2rem;
      border: 1px solid #cacaca;
      border-left: none;
      display: inline-block;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      font-size: 1rem;
      font-family: inherit;
      font-weight: 400;
      font-style: optimizeLegibility;
      color: #a2a1a1;
      line-height: 1.5;
      text-rendering: optimizeLegibility;
      text-transform: none;
      letter-spacing: 0; }
    #content .styled-checkbox-radio-button:first-child label, .remodal .styled-checkbox-radio-button:first-child label, .reveal .styled-checkbox-radio-button:first-child label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-left: 1px solid #cacaca; }
    #content .styled-checkbox-radio-button:first-child input:checked + label, .remodal .styled-checkbox-radio-button:first-child input:checked + label, .reveal .styled-checkbox-radio-button:first-child input:checked + label {
      border-left: 1px solid #285893; }
    #content .styled-checkbox-radio-button:last-child label, .remodal .styled-checkbox-radio-button:last-child label, .reveal .styled-checkbox-radio-button:last-child label {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    #content .styled-checkbox-radio-button:last-child input:checked + label, .remodal .styled-checkbox-radio-button:last-child input:checked + label, .reveal .styled-checkbox-radio-button:last-child input:checked + label {
      border-right: 1px solid #285893; }
    #content .styled-checkbox-radio-button input:checked + label, .remodal .styled-checkbox-radio-button input:checked + label, .reveal .styled-checkbox-radio-button input:checked + label {
      background-color: #285893;
      color: #fff;
      border: 1px solid #285893;
      border-left: none;
      border-right: 1px solid #1d406b; }
  #content .caldera-grid [type='text'],
  #content .caldera-grid [type='password'],
  #content .caldera-grid [type='date'],
  #content .caldera-grid [type='datetime'],
  #content .caldera-grid [type='datetime-local'],
  #content .caldera-grid [type='month'],
  #content .caldera-grid [type='week'],
  #content .caldera-grid [type='email'],
  #content .caldera-grid [type='number'],
  #content .caldera-grid [type='search'],
  #content .caldera-grid [type='tel'],
  #content .caldera-grid [type='time'],
  #content .caldera-grid [type='url'],
  #content .caldera-grid [type='color'],
  #content .caldera-grid .chosen-container-single .chosen-single,
  #content .caldera-grid textarea,
  #content .caldera-grid select, .remodal .caldera-grid [type='text'],
  .remodal .caldera-grid [type='password'],
  .remodal .caldera-grid [type='date'],
  .remodal .caldera-grid [type='datetime'],
  .remodal .caldera-grid [type='datetime-local'],
  .remodal .caldera-grid [type='month'],
  .remodal .caldera-grid [type='week'],
  .remodal .caldera-grid [type='email'],
  .remodal .caldera-grid [type='number'],
  .remodal .caldera-grid [type='search'],
  .remodal .caldera-grid [type='tel'],
  .remodal .caldera-grid [type='time'],
  .remodal .caldera-grid [type='url'],
  .remodal .caldera-grid [type='color'],
  .remodal .caldera-grid .chosen-container-single .chosen-single,
  .remodal .caldera-grid textarea,
  .remodal .caldera-grid select, .reveal .caldera-grid [type='text'],
  .reveal .caldera-grid [type='password'],
  .reveal .caldera-grid [type='date'],
  .reveal .caldera-grid [type='datetime'],
  .reveal .caldera-grid [type='datetime-local'],
  .reveal .caldera-grid [type='month'],
  .reveal .caldera-grid [type='week'],
  .reveal .caldera-grid [type='email'],
  .reveal .caldera-grid [type='number'],
  .reveal .caldera-grid [type='search'],
  .reveal .caldera-grid [type='tel'],
  .reveal .caldera-grid [type='time'],
  .reveal .caldera-grid [type='url'],
  .reveal .caldera-grid [type='color'],
  .reveal .caldera-grid .chosen-container-single .chosen-single,
  .reveal .caldera-grid textarea,
  .reveal .caldera-grid select {
    font-size: 1rem;
    font-family: inherit;
    font-weight: 400;
    font-style: optimizeLegibility;
    color: #222222;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    text-transform: none;
    letter-spacing: 0;
    margin: 0;
    height: 2.6666666667rem;
    padding: 0 1rem;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    background: #fff; }
    #content .caldera-grid [type='text'] > span,
    #content .caldera-grid [type='password'] > span,
    #content .caldera-grid [type='date'] > span,
    #content .caldera-grid [type='datetime'] > span,
    #content .caldera-grid [type='datetime-local'] > span,
    #content .caldera-grid [type='month'] > span,
    #content .caldera-grid [type='week'] > span,
    #content .caldera-grid [type='email'] > span,
    #content .caldera-grid [type='number'] > span,
    #content .caldera-grid [type='search'] > span,
    #content .caldera-grid [type='tel'] > span,
    #content .caldera-grid [type='time'] > span,
    #content .caldera-grid [type='url'] > span,
    #content .caldera-grid [type='color'] > span,
    #content .caldera-grid .chosen-container-single .chosen-single > span,
    #content .caldera-grid textarea > span,
    #content .caldera-grid select > span, .remodal .caldera-grid [type='text'] > span,
    .remodal .caldera-grid [type='password'] > span,
    .remodal .caldera-grid [type='date'] > span,
    .remodal .caldera-grid [type='datetime'] > span,
    .remodal .caldera-grid [type='datetime-local'] > span,
    .remodal .caldera-grid [type='month'] > span,
    .remodal .caldera-grid [type='week'] > span,
    .remodal .caldera-grid [type='email'] > span,
    .remodal .caldera-grid [type='number'] > span,
    .remodal .caldera-grid [type='search'] > span,
    .remodal .caldera-grid [type='tel'] > span,
    .remodal .caldera-grid [type='time'] > span,
    .remodal .caldera-grid [type='url'] > span,
    .remodal .caldera-grid [type='color'] > span,
    .remodal .caldera-grid .chosen-container-single .chosen-single > span,
    .remodal .caldera-grid textarea > span,
    .remodal .caldera-grid select > span, .reveal .caldera-grid [type='text'] > span,
    .reveal .caldera-grid [type='password'] > span,
    .reveal .caldera-grid [type='date'] > span,
    .reveal .caldera-grid [type='datetime'] > span,
    .reveal .caldera-grid [type='datetime-local'] > span,
    .reveal .caldera-grid [type='month'] > span,
    .reveal .caldera-grid [type='week'] > span,
    .reveal .caldera-grid [type='email'] > span,
    .reveal .caldera-grid [type='number'] > span,
    .reveal .caldera-grid [type='search'] > span,
    .reveal .caldera-grid [type='tel'] > span,
    .reveal .caldera-grid [type='time'] > span,
    .reveal .caldera-grid [type='url'] > span,
    .reveal .caldera-grid [type='color'] > span,
    .reveal .caldera-grid .chosen-container-single .chosen-single > span,
    .reveal .caldera-grid textarea > span,
    .reveal .caldera-grid select > span {
      line-height: 2.6666666667rem;
      height: 2.6666666667rem; }
    #content .caldera-grid [type='text']::-webkit-input-placeholder,
    #content .caldera-grid [type='password']::-webkit-input-placeholder,
    #content .caldera-grid [type='date']::-webkit-input-placeholder,
    #content .caldera-grid [type='datetime']::-webkit-input-placeholder,
    #content .caldera-grid [type='datetime-local']::-webkit-input-placeholder,
    #content .caldera-grid [type='month']::-webkit-input-placeholder,
    #content .caldera-grid [type='week']::-webkit-input-placeholder,
    #content .caldera-grid [type='email']::-webkit-input-placeholder,
    #content .caldera-grid [type='number']::-webkit-input-placeholder,
    #content .caldera-grid [type='search']::-webkit-input-placeholder,
    #content .caldera-grid [type='tel']::-webkit-input-placeholder,
    #content .caldera-grid [type='time']::-webkit-input-placeholder,
    #content .caldera-grid [type='url']::-webkit-input-placeholder,
    #content .caldera-grid [type='color']::-webkit-input-placeholder,
    #content .caldera-grid .chosen-container-single .chosen-single::-webkit-input-placeholder,
    #content .caldera-grid textarea::-webkit-input-placeholder,
    #content .caldera-grid select::-webkit-input-placeholder, .remodal .caldera-grid [type='text']::-webkit-input-placeholder,
    .remodal .caldera-grid [type='password']::-webkit-input-placeholder,
    .remodal .caldera-grid [type='date']::-webkit-input-placeholder,
    .remodal .caldera-grid [type='datetime']::-webkit-input-placeholder,
    .remodal .caldera-grid [type='datetime-local']::-webkit-input-placeholder,
    .remodal .caldera-grid [type='month']::-webkit-input-placeholder,
    .remodal .caldera-grid [type='week']::-webkit-input-placeholder,
    .remodal .caldera-grid [type='email']::-webkit-input-placeholder,
    .remodal .caldera-grid [type='number']::-webkit-input-placeholder,
    .remodal .caldera-grid [type='search']::-webkit-input-placeholder,
    .remodal .caldera-grid [type='tel']::-webkit-input-placeholder,
    .remodal .caldera-grid [type='time']::-webkit-input-placeholder,
    .remodal .caldera-grid [type='url']::-webkit-input-placeholder,
    .remodal .caldera-grid [type='color']::-webkit-input-placeholder,
    .remodal .caldera-grid .chosen-container-single .chosen-single::-webkit-input-placeholder,
    .remodal .caldera-grid textarea::-webkit-input-placeholder,
    .remodal .caldera-grid select::-webkit-input-placeholder, .reveal .caldera-grid [type='text']::-webkit-input-placeholder,
    .reveal .caldera-grid [type='password']::-webkit-input-placeholder,
    .reveal .caldera-grid [type='date']::-webkit-input-placeholder,
    .reveal .caldera-grid [type='datetime']::-webkit-input-placeholder,
    .reveal .caldera-grid [type='datetime-local']::-webkit-input-placeholder,
    .reveal .caldera-grid [type='month']::-webkit-input-placeholder,
    .reveal .caldera-grid [type='week']::-webkit-input-placeholder,
    .reveal .caldera-grid [type='email']::-webkit-input-placeholder,
    .reveal .caldera-grid [type='number']::-webkit-input-placeholder,
    .reveal .caldera-grid [type='search']::-webkit-input-placeholder,
    .reveal .caldera-grid [type='tel']::-webkit-input-placeholder,
    .reveal .caldera-grid [type='time']::-webkit-input-placeholder,
    .reveal .caldera-grid [type='url']::-webkit-input-placeholder,
    .reveal .caldera-grid [type='color']::-webkit-input-placeholder,
    .reveal .caldera-grid .chosen-container-single .chosen-single::-webkit-input-placeholder,
    .reveal .caldera-grid textarea::-webkit-input-placeholder,
    .reveal .caldera-grid select::-webkit-input-placeholder {
      color: #a2a1a1; }
    #content .caldera-grid [type='text']:-ms-input-placeholder,
    #content .caldera-grid [type='password']:-ms-input-placeholder,
    #content .caldera-grid [type='date']:-ms-input-placeholder,
    #content .caldera-grid [type='datetime']:-ms-input-placeholder,
    #content .caldera-grid [type='datetime-local']:-ms-input-placeholder,
    #content .caldera-grid [type='month']:-ms-input-placeholder,
    #content .caldera-grid [type='week']:-ms-input-placeholder,
    #content .caldera-grid [type='email']:-ms-input-placeholder,
    #content .caldera-grid [type='number']:-ms-input-placeholder,
    #content .caldera-grid [type='search']:-ms-input-placeholder,
    #content .caldera-grid [type='tel']:-ms-input-placeholder,
    #content .caldera-grid [type='time']:-ms-input-placeholder,
    #content .caldera-grid [type='url']:-ms-input-placeholder,
    #content .caldera-grid [type='color']:-ms-input-placeholder,
    #content .caldera-grid .chosen-container-single .chosen-single:-ms-input-placeholder,
    #content .caldera-grid textarea:-ms-input-placeholder,
    #content .caldera-grid select:-ms-input-placeholder, .remodal .caldera-grid [type='text']:-ms-input-placeholder,
    .remodal .caldera-grid [type='password']:-ms-input-placeholder,
    .remodal .caldera-grid [type='date']:-ms-input-placeholder,
    .remodal .caldera-grid [type='datetime']:-ms-input-placeholder,
    .remodal .caldera-grid [type='datetime-local']:-ms-input-placeholder,
    .remodal .caldera-grid [type='month']:-ms-input-placeholder,
    .remodal .caldera-grid [type='week']:-ms-input-placeholder,
    .remodal .caldera-grid [type='email']:-ms-input-placeholder,
    .remodal .caldera-grid [type='number']:-ms-input-placeholder,
    .remodal .caldera-grid [type='search']:-ms-input-placeholder,
    .remodal .caldera-grid [type='tel']:-ms-input-placeholder,
    .remodal .caldera-grid [type='time']:-ms-input-placeholder,
    .remodal .caldera-grid [type='url']:-ms-input-placeholder,
    .remodal .caldera-grid [type='color']:-ms-input-placeholder,
    .remodal .caldera-grid .chosen-container-single .chosen-single:-ms-input-placeholder,
    .remodal .caldera-grid textarea:-ms-input-placeholder,
    .remodal .caldera-grid select:-ms-input-placeholder, .reveal .caldera-grid [type='text']:-ms-input-placeholder,
    .reveal .caldera-grid [type='password']:-ms-input-placeholder,
    .reveal .caldera-grid [type='date']:-ms-input-placeholder,
    .reveal .caldera-grid [type='datetime']:-ms-input-placeholder,
    .reveal .caldera-grid [type='datetime-local']:-ms-input-placeholder,
    .reveal .caldera-grid [type='month']:-ms-input-placeholder,
    .reveal .caldera-grid [type='week']:-ms-input-placeholder,
    .reveal .caldera-grid [type='email']:-ms-input-placeholder,
    .reveal .caldera-grid [type='number']:-ms-input-placeholder,
    .reveal .caldera-grid [type='search']:-ms-input-placeholder,
    .reveal .caldera-grid [type='tel']:-ms-input-placeholder,
    .reveal .caldera-grid [type='time']:-ms-input-placeholder,
    .reveal .caldera-grid [type='url']:-ms-input-placeholder,
    .reveal .caldera-grid [type='color']:-ms-input-placeholder,
    .reveal .caldera-grid .chosen-container-single .chosen-single:-ms-input-placeholder,
    .reveal .caldera-grid textarea:-ms-input-placeholder,
    .reveal .caldera-grid select:-ms-input-placeholder {
      color: #a2a1a1; }
    #content .caldera-grid [type='text']::-ms-input-placeholder,
    #content .caldera-grid [type='password']::-ms-input-placeholder,
    #content .caldera-grid [type='date']::-ms-input-placeholder,
    #content .caldera-grid [type='datetime']::-ms-input-placeholder,
    #content .caldera-grid [type='datetime-local']::-ms-input-placeholder,
    #content .caldera-grid [type='month']::-ms-input-placeholder,
    #content .caldera-grid [type='week']::-ms-input-placeholder,
    #content .caldera-grid [type='email']::-ms-input-placeholder,
    #content .caldera-grid [type='number']::-ms-input-placeholder,
    #content .caldera-grid [type='search']::-ms-input-placeholder,
    #content .caldera-grid [type='tel']::-ms-input-placeholder,
    #content .caldera-grid [type='time']::-ms-input-placeholder,
    #content .caldera-grid [type='url']::-ms-input-placeholder,
    #content .caldera-grid [type='color']::-ms-input-placeholder,
    #content .caldera-grid .chosen-container-single .chosen-single::-ms-input-placeholder,
    #content .caldera-grid textarea::-ms-input-placeholder,
    #content .caldera-grid select::-ms-input-placeholder, .remodal .caldera-grid [type='text']::-ms-input-placeholder,
    .remodal .caldera-grid [type='password']::-ms-input-placeholder,
    .remodal .caldera-grid [type='date']::-ms-input-placeholder,
    .remodal .caldera-grid [type='datetime']::-ms-input-placeholder,
    .remodal .caldera-grid [type='datetime-local']::-ms-input-placeholder,
    .remodal .caldera-grid [type='month']::-ms-input-placeholder,
    .remodal .caldera-grid [type='week']::-ms-input-placeholder,
    .remodal .caldera-grid [type='email']::-ms-input-placeholder,
    .remodal .caldera-grid [type='number']::-ms-input-placeholder,
    .remodal .caldera-grid [type='search']::-ms-input-placeholder,
    .remodal .caldera-grid [type='tel']::-ms-input-placeholder,
    .remodal .caldera-grid [type='time']::-ms-input-placeholder,
    .remodal .caldera-grid [type='url']::-ms-input-placeholder,
    .remodal .caldera-grid [type='color']::-ms-input-placeholder,
    .remodal .caldera-grid .chosen-container-single .chosen-single::-ms-input-placeholder,
    .remodal .caldera-grid textarea::-ms-input-placeholder,
    .remodal .caldera-grid select::-ms-input-placeholder, .reveal .caldera-grid [type='text']::-ms-input-placeholder,
    .reveal .caldera-grid [type='password']::-ms-input-placeholder,
    .reveal .caldera-grid [type='date']::-ms-input-placeholder,
    .reveal .caldera-grid [type='datetime']::-ms-input-placeholder,
    .reveal .caldera-grid [type='datetime-local']::-ms-input-placeholder,
    .reveal .caldera-grid [type='month']::-ms-input-placeholder,
    .reveal .caldera-grid [type='week']::-ms-input-placeholder,
    .reveal .caldera-grid [type='email']::-ms-input-placeholder,
    .reveal .caldera-grid [type='number']::-ms-input-placeholder,
    .reveal .caldera-grid [type='search']::-ms-input-placeholder,
    .reveal .caldera-grid [type='tel']::-ms-input-placeholder,
    .reveal .caldera-grid [type='time']::-ms-input-placeholder,
    .reveal .caldera-grid [type='url']::-ms-input-placeholder,
    .reveal .caldera-grid [type='color']::-ms-input-placeholder,
    .reveal .caldera-grid .chosen-container-single .chosen-single::-ms-input-placeholder,
    .reveal .caldera-grid textarea::-ms-input-placeholder,
    .reveal .caldera-grid select::-ms-input-placeholder {
      color: #a2a1a1; }
    #content .caldera-grid [type='text']::placeholder,
    #content .caldera-grid [type='password']::placeholder,
    #content .caldera-grid [type='date']::placeholder,
    #content .caldera-grid [type='datetime']::placeholder,
    #content .caldera-grid [type='datetime-local']::placeholder,
    #content .caldera-grid [type='month']::placeholder,
    #content .caldera-grid [type='week']::placeholder,
    #content .caldera-grid [type='email']::placeholder,
    #content .caldera-grid [type='number']::placeholder,
    #content .caldera-grid [type='search']::placeholder,
    #content .caldera-grid [type='tel']::placeholder,
    #content .caldera-grid [type='time']::placeholder,
    #content .caldera-grid [type='url']::placeholder,
    #content .caldera-grid [type='color']::placeholder,
    #content .caldera-grid .chosen-container-single .chosen-single::placeholder,
    #content .caldera-grid textarea::placeholder,
    #content .caldera-grid select::placeholder, .remodal .caldera-grid [type='text']::placeholder,
    .remodal .caldera-grid [type='password']::placeholder,
    .remodal .caldera-grid [type='date']::placeholder,
    .remodal .caldera-grid [type='datetime']::placeholder,
    .remodal .caldera-grid [type='datetime-local']::placeholder,
    .remodal .caldera-grid [type='month']::placeholder,
    .remodal .caldera-grid [type='week']::placeholder,
    .remodal .caldera-grid [type='email']::placeholder,
    .remodal .caldera-grid [type='number']::placeholder,
    .remodal .caldera-grid [type='search']::placeholder,
    .remodal .caldera-grid [type='tel']::placeholder,
    .remodal .caldera-grid [type='time']::placeholder,
    .remodal .caldera-grid [type='url']::placeholder,
    .remodal .caldera-grid [type='color']::placeholder,
    .remodal .caldera-grid .chosen-container-single .chosen-single::placeholder,
    .remodal .caldera-grid textarea::placeholder,
    .remodal .caldera-grid select::placeholder, .reveal .caldera-grid [type='text']::placeholder,
    .reveal .caldera-grid [type='password']::placeholder,
    .reveal .caldera-grid [type='date']::placeholder,
    .reveal .caldera-grid [type='datetime']::placeholder,
    .reveal .caldera-grid [type='datetime-local']::placeholder,
    .reveal .caldera-grid [type='month']::placeholder,
    .reveal .caldera-grid [type='week']::placeholder,
    .reveal .caldera-grid [type='email']::placeholder,
    .reveal .caldera-grid [type='number']::placeholder,
    .reveal .caldera-grid [type='search']::placeholder,
    .reveal .caldera-grid [type='tel']::placeholder,
    .reveal .caldera-grid [type='time']::placeholder,
    .reveal .caldera-grid [type='url']::placeholder,
    .reveal .caldera-grid [type='color']::placeholder,
    .reveal .caldera-grid .chosen-container-single .chosen-single::placeholder,
    .reveal .caldera-grid textarea::placeholder,
    .reveal .caldera-grid select::placeholder {
      color: #a2a1a1; }
    #content .caldera-grid [type='text'].error, #content .caldera-grid [type='text'].parsley-error,
    #content .caldera-grid [type='password'].error,
    #content .caldera-grid [type='password'].parsley-error,
    #content .caldera-grid [type='date'].error,
    #content .caldera-grid [type='date'].parsley-error,
    #content .caldera-grid [type='datetime'].error,
    #content .caldera-grid [type='datetime'].parsley-error,
    #content .caldera-grid [type='datetime-local'].error,
    #content .caldera-grid [type='datetime-local'].parsley-error,
    #content .caldera-grid [type='month'].error,
    #content .caldera-grid [type='month'].parsley-error,
    #content .caldera-grid [type='week'].error,
    #content .caldera-grid [type='week'].parsley-error,
    #content .caldera-grid [type='email'].error,
    #content .caldera-grid [type='email'].parsley-error,
    #content .caldera-grid [type='number'].error,
    #content .caldera-grid [type='number'].parsley-error,
    #content .caldera-grid [type='search'].error,
    #content .caldera-grid [type='search'].parsley-error,
    #content .caldera-grid [type='tel'].error,
    #content .caldera-grid [type='tel'].parsley-error,
    #content .caldera-grid [type='time'].error,
    #content .caldera-grid [type='time'].parsley-error,
    #content .caldera-grid [type='url'].error,
    #content .caldera-grid [type='url'].parsley-error,
    #content .caldera-grid [type='color'].error,
    #content .caldera-grid [type='color'].parsley-error,
    #content .caldera-grid .chosen-container-single .chosen-single.error,
    #content .caldera-grid .chosen-container-single .chosen-single.parsley-error,
    #content .caldera-grid textarea.error,
    #content .caldera-grid textarea.parsley-error,
    #content .caldera-grid select.error,
    #content .caldera-grid select.parsley-error, .remodal .caldera-grid [type='text'].error, .remodal .caldera-grid [type='text'].parsley-error,
    .remodal .caldera-grid [type='password'].error,
    .remodal .caldera-grid [type='password'].parsley-error,
    .remodal .caldera-grid [type='date'].error,
    .remodal .caldera-grid [type='date'].parsley-error,
    .remodal .caldera-grid [type='datetime'].error,
    .remodal .caldera-grid [type='datetime'].parsley-error,
    .remodal .caldera-grid [type='datetime-local'].error,
    .remodal .caldera-grid [type='datetime-local'].parsley-error,
    .remodal .caldera-grid [type='month'].error,
    .remodal .caldera-grid [type='month'].parsley-error,
    .remodal .caldera-grid [type='week'].error,
    .remodal .caldera-grid [type='week'].parsley-error,
    .remodal .caldera-grid [type='email'].error,
    .remodal .caldera-grid [type='email'].parsley-error,
    .remodal .caldera-grid [type='number'].error,
    .remodal .caldera-grid [type='number'].parsley-error,
    .remodal .caldera-grid [type='search'].error,
    .remodal .caldera-grid [type='search'].parsley-error,
    .remodal .caldera-grid [type='tel'].error,
    .remodal .caldera-grid [type='tel'].parsley-error,
    .remodal .caldera-grid [type='time'].error,
    .remodal .caldera-grid [type='time'].parsley-error,
    .remodal .caldera-grid [type='url'].error,
    .remodal .caldera-grid [type='url'].parsley-error,
    .remodal .caldera-grid [type='color'].error,
    .remodal .caldera-grid [type='color'].parsley-error,
    .remodal .caldera-grid .chosen-container-single .chosen-single.error,
    .remodal .caldera-grid .chosen-container-single .chosen-single.parsley-error,
    .remodal .caldera-grid textarea.error,
    .remodal .caldera-grid textarea.parsley-error,
    .remodal .caldera-grid select.error,
    .remodal .caldera-grid select.parsley-error, .reveal .caldera-grid [type='text'].error, .reveal .caldera-grid [type='text'].parsley-error,
    .reveal .caldera-grid [type='password'].error,
    .reveal .caldera-grid [type='password'].parsley-error,
    .reveal .caldera-grid [type='date'].error,
    .reveal .caldera-grid [type='date'].parsley-error,
    .reveal .caldera-grid [type='datetime'].error,
    .reveal .caldera-grid [type='datetime'].parsley-error,
    .reveal .caldera-grid [type='datetime-local'].error,
    .reveal .caldera-grid [type='datetime-local'].parsley-error,
    .reveal .caldera-grid [type='month'].error,
    .reveal .caldera-grid [type='month'].parsley-error,
    .reveal .caldera-grid [type='week'].error,
    .reveal .caldera-grid [type='week'].parsley-error,
    .reveal .caldera-grid [type='email'].error,
    .reveal .caldera-grid [type='email'].parsley-error,
    .reveal .caldera-grid [type='number'].error,
    .reveal .caldera-grid [type='number'].parsley-error,
    .reveal .caldera-grid [type='search'].error,
    .reveal .caldera-grid [type='search'].parsley-error,
    .reveal .caldera-grid [type='tel'].error,
    .reveal .caldera-grid [type='tel'].parsley-error,
    .reveal .caldera-grid [type='time'].error,
    .reveal .caldera-grid [type='time'].parsley-error,
    .reveal .caldera-grid [type='url'].error,
    .reveal .caldera-grid [type='url'].parsley-error,
    .reveal .caldera-grid [type='color'].error,
    .reveal .caldera-grid [type='color'].parsley-error,
    .reveal .caldera-grid .chosen-container-single .chosen-single.error,
    .reveal .caldera-grid .chosen-container-single .chosen-single.parsley-error,
    .reveal .caldera-grid textarea.error,
    .reveal .caldera-grid textarea.parsley-error,
    .reveal .caldera-grid select.error,
    .reveal .caldera-grid select.parsley-error {
      border-color: #cc4b37;
      background-color: #ebb9b1;
      transition: all 0.3s; }
      #content .caldera-grid [type='text'].error + label, #content .caldera-grid [type='text'].parsley-error + label,
      #content .caldera-grid [type='password'].error + label,
      #content .caldera-grid [type='password'].parsley-error + label,
      #content .caldera-grid [type='date'].error + label,
      #content .caldera-grid [type='date'].parsley-error + label,
      #content .caldera-grid [type='datetime'].error + label,
      #content .caldera-grid [type='datetime'].parsley-error + label,
      #content .caldera-grid [type='datetime-local'].error + label,
      #content .caldera-grid [type='datetime-local'].parsley-error + label,
      #content .caldera-grid [type='month'].error + label,
      #content .caldera-grid [type='month'].parsley-error + label,
      #content .caldera-grid [type='week'].error + label,
      #content .caldera-grid [type='week'].parsley-error + label,
      #content .caldera-grid [type='email'].error + label,
      #content .caldera-grid [type='email'].parsley-error + label,
      #content .caldera-grid [type='number'].error + label,
      #content .caldera-grid [type='number'].parsley-error + label,
      #content .caldera-grid [type='search'].error + label,
      #content .caldera-grid [type='search'].parsley-error + label,
      #content .caldera-grid [type='tel'].error + label,
      #content .caldera-grid [type='tel'].parsley-error + label,
      #content .caldera-grid [type='time'].error + label,
      #content .caldera-grid [type='time'].parsley-error + label,
      #content .caldera-grid [type='url'].error + label,
      #content .caldera-grid [type='url'].parsley-error + label,
      #content .caldera-grid [type='color'].error + label,
      #content .caldera-grid [type='color'].parsley-error + label,
      #content .caldera-grid .chosen-container-single .chosen-single.error + label,
      #content .caldera-grid .chosen-container-single .chosen-single.parsley-error + label,
      #content .caldera-grid textarea.error + label,
      #content .caldera-grid textarea.parsley-error + label,
      #content .caldera-grid select.error + label,
      #content .caldera-grid select.parsley-error + label, .remodal .caldera-grid [type='text'].error + label, .remodal .caldera-grid [type='text'].parsley-error + label,
      .remodal .caldera-grid [type='password'].error + label,
      .remodal .caldera-grid [type='password'].parsley-error + label,
      .remodal .caldera-grid [type='date'].error + label,
      .remodal .caldera-grid [type='date'].parsley-error + label,
      .remodal .caldera-grid [type='datetime'].error + label,
      .remodal .caldera-grid [type='datetime'].parsley-error + label,
      .remodal .caldera-grid [type='datetime-local'].error + label,
      .remodal .caldera-grid [type='datetime-local'].parsley-error + label,
      .remodal .caldera-grid [type='month'].error + label,
      .remodal .caldera-grid [type='month'].parsley-error + label,
      .remodal .caldera-grid [type='week'].error + label,
      .remodal .caldera-grid [type='week'].parsley-error + label,
      .remodal .caldera-grid [type='email'].error + label,
      .remodal .caldera-grid [type='email'].parsley-error + label,
      .remodal .caldera-grid [type='number'].error + label,
      .remodal .caldera-grid [type='number'].parsley-error + label,
      .remodal .caldera-grid [type='search'].error + label,
      .remodal .caldera-grid [type='search'].parsley-error + label,
      .remodal .caldera-grid [type='tel'].error + label,
      .remodal .caldera-grid [type='tel'].parsley-error + label,
      .remodal .caldera-grid [type='time'].error + label,
      .remodal .caldera-grid [type='time'].parsley-error + label,
      .remodal .caldera-grid [type='url'].error + label,
      .remodal .caldera-grid [type='url'].parsley-error + label,
      .remodal .caldera-grid [type='color'].error + label,
      .remodal .caldera-grid [type='color'].parsley-error + label,
      .remodal .caldera-grid .chosen-container-single .chosen-single.error + label,
      .remodal .caldera-grid .chosen-container-single .chosen-single.parsley-error + label,
      .remodal .caldera-grid textarea.error + label,
      .remodal .caldera-grid textarea.parsley-error + label,
      .remodal .caldera-grid select.error + label,
      .remodal .caldera-grid select.parsley-error + label, .reveal .caldera-grid [type='text'].error + label, .reveal .caldera-grid [type='text'].parsley-error + label,
      .reveal .caldera-grid [type='password'].error + label,
      .reveal .caldera-grid [type='password'].parsley-error + label,
      .reveal .caldera-grid [type='date'].error + label,
      .reveal .caldera-grid [type='date'].parsley-error + label,
      .reveal .caldera-grid [type='datetime'].error + label,
      .reveal .caldera-grid [type='datetime'].parsley-error + label,
      .reveal .caldera-grid [type='datetime-local'].error + label,
      .reveal .caldera-grid [type='datetime-local'].parsley-error + label,
      .reveal .caldera-grid [type='month'].error + label,
      .reveal .caldera-grid [type='month'].parsley-error + label,
      .reveal .caldera-grid [type='week'].error + label,
      .reveal .caldera-grid [type='week'].parsley-error + label,
      .reveal .caldera-grid [type='email'].error + label,
      .reveal .caldera-grid [type='email'].parsley-error + label,
      .reveal .caldera-grid [type='number'].error + label,
      .reveal .caldera-grid [type='number'].parsley-error + label,
      .reveal .caldera-grid [type='search'].error + label,
      .reveal .caldera-grid [type='search'].parsley-error + label,
      .reveal .caldera-grid [type='tel'].error + label,
      .reveal .caldera-grid [type='tel'].parsley-error + label,
      .reveal .caldera-grid [type='time'].error + label,
      .reveal .caldera-grid [type='time'].parsley-error + label,
      .reveal .caldera-grid [type='url'].error + label,
      .reveal .caldera-grid [type='url'].parsley-error + label,
      .reveal .caldera-grid [type='color'].error + label,
      .reveal .caldera-grid [type='color'].parsley-error + label,
      .reveal .caldera-grid .chosen-container-single .chosen-single.error + label,
      .reveal .caldera-grid .chosen-container-single .chosen-single.parsley-error + label,
      .reveal .caldera-grid textarea.error + label,
      .reveal .caldera-grid textarea.parsley-error + label,
      .reveal .caldera-grid select.error + label,
      .reveal .caldera-grid select.parsley-error + label {
        color: #cc4b37; }
      #content .caldera-grid [type='text'].error::-webkit-input-placeholder, #content .caldera-grid [type='text'].parsley-error::-webkit-input-placeholder,
      #content .caldera-grid [type='password'].error::-webkit-input-placeholder,
      #content .caldera-grid [type='password'].parsley-error::-webkit-input-placeholder,
      #content .caldera-grid [type='date'].error::-webkit-input-placeholder,
      #content .caldera-grid [type='date'].parsley-error::-webkit-input-placeholder,
      #content .caldera-grid [type='datetime'].error::-webkit-input-placeholder,
      #content .caldera-grid [type='datetime'].parsley-error::-webkit-input-placeholder,
      #content .caldera-grid [type='datetime-local'].error::-webkit-input-placeholder,
      #content .caldera-grid [type='datetime-local'].parsley-error::-webkit-input-placeholder,
      #content .caldera-grid [type='month'].error::-webkit-input-placeholder,
      #content .caldera-grid [type='month'].parsley-error::-webkit-input-placeholder,
      #content .caldera-grid [type='week'].error::-webkit-input-placeholder,
      #content .caldera-grid [type='week'].parsley-error::-webkit-input-placeholder,
      #content .caldera-grid [type='email'].error::-webkit-input-placeholder,
      #content .caldera-grid [type='email'].parsley-error::-webkit-input-placeholder,
      #content .caldera-grid [type='number'].error::-webkit-input-placeholder,
      #content .caldera-grid [type='number'].parsley-error::-webkit-input-placeholder,
      #content .caldera-grid [type='search'].error::-webkit-input-placeholder,
      #content .caldera-grid [type='search'].parsley-error::-webkit-input-placeholder,
      #content .caldera-grid [type='tel'].error::-webkit-input-placeholder,
      #content .caldera-grid [type='tel'].parsley-error::-webkit-input-placeholder,
      #content .caldera-grid [type='time'].error::-webkit-input-placeholder,
      #content .caldera-grid [type='time'].parsley-error::-webkit-input-placeholder,
      #content .caldera-grid [type='url'].error::-webkit-input-placeholder,
      #content .caldera-grid [type='url'].parsley-error::-webkit-input-placeholder,
      #content .caldera-grid [type='color'].error::-webkit-input-placeholder,
      #content .caldera-grid [type='color'].parsley-error::-webkit-input-placeholder,
      #content .caldera-grid .chosen-container-single .chosen-single.error::-webkit-input-placeholder,
      #content .caldera-grid .chosen-container-single .chosen-single.parsley-error::-webkit-input-placeholder,
      #content .caldera-grid textarea.error::-webkit-input-placeholder,
      #content .caldera-grid textarea.parsley-error::-webkit-input-placeholder,
      #content .caldera-grid select.error::-webkit-input-placeholder,
      #content .caldera-grid select.parsley-error::-webkit-input-placeholder, .remodal .caldera-grid [type='text'].error::-webkit-input-placeholder, .remodal .caldera-grid [type='text'].parsley-error::-webkit-input-placeholder,
      .remodal .caldera-grid [type='password'].error::-webkit-input-placeholder,
      .remodal .caldera-grid [type='password'].parsley-error::-webkit-input-placeholder,
      .remodal .caldera-grid [type='date'].error::-webkit-input-placeholder,
      .remodal .caldera-grid [type='date'].parsley-error::-webkit-input-placeholder,
      .remodal .caldera-grid [type='datetime'].error::-webkit-input-placeholder,
      .remodal .caldera-grid [type='datetime'].parsley-error::-webkit-input-placeholder,
      .remodal .caldera-grid [type='datetime-local'].error::-webkit-input-placeholder,
      .remodal .caldera-grid [type='datetime-local'].parsley-error::-webkit-input-placeholder,
      .remodal .caldera-grid [type='month'].error::-webkit-input-placeholder,
      .remodal .caldera-grid [type='month'].parsley-error::-webkit-input-placeholder,
      .remodal .caldera-grid [type='week'].error::-webkit-input-placeholder,
      .remodal .caldera-grid [type='week'].parsley-error::-webkit-input-placeholder,
      .remodal .caldera-grid [type='email'].error::-webkit-input-placeholder,
      .remodal .caldera-grid [type='email'].parsley-error::-webkit-input-placeholder,
      .remodal .caldera-grid [type='number'].error::-webkit-input-placeholder,
      .remodal .caldera-grid [type='number'].parsley-error::-webkit-input-placeholder,
      .remodal .caldera-grid [type='search'].error::-webkit-input-placeholder,
      .remodal .caldera-grid [type='search'].parsley-error::-webkit-input-placeholder,
      .remodal .caldera-grid [type='tel'].error::-webkit-input-placeholder,
      .remodal .caldera-grid [type='tel'].parsley-error::-webkit-input-placeholder,
      .remodal .caldera-grid [type='time'].error::-webkit-input-placeholder,
      .remodal .caldera-grid [type='time'].parsley-error::-webkit-input-placeholder,
      .remodal .caldera-grid [type='url'].error::-webkit-input-placeholder,
      .remodal .caldera-grid [type='url'].parsley-error::-webkit-input-placeholder,
      .remodal .caldera-grid [type='color'].error::-webkit-input-placeholder,
      .remodal .caldera-grid [type='color'].parsley-error::-webkit-input-placeholder,
      .remodal .caldera-grid .chosen-container-single .chosen-single.error::-webkit-input-placeholder,
      .remodal .caldera-grid .chosen-container-single .chosen-single.parsley-error::-webkit-input-placeholder,
      .remodal .caldera-grid textarea.error::-webkit-input-placeholder,
      .remodal .caldera-grid textarea.parsley-error::-webkit-input-placeholder,
      .remodal .caldera-grid select.error::-webkit-input-placeholder,
      .remodal .caldera-grid select.parsley-error::-webkit-input-placeholder, .reveal .caldera-grid [type='text'].error::-webkit-input-placeholder, .reveal .caldera-grid [type='text'].parsley-error::-webkit-input-placeholder,
      .reveal .caldera-grid [type='password'].error::-webkit-input-placeholder,
      .reveal .caldera-grid [type='password'].parsley-error::-webkit-input-placeholder,
      .reveal .caldera-grid [type='date'].error::-webkit-input-placeholder,
      .reveal .caldera-grid [type='date'].parsley-error::-webkit-input-placeholder,
      .reveal .caldera-grid [type='datetime'].error::-webkit-input-placeholder,
      .reveal .caldera-grid [type='datetime'].parsley-error::-webkit-input-placeholder,
      .reveal .caldera-grid [type='datetime-local'].error::-webkit-input-placeholder,
      .reveal .caldera-grid [type='datetime-local'].parsley-error::-webkit-input-placeholder,
      .reveal .caldera-grid [type='month'].error::-webkit-input-placeholder,
      .reveal .caldera-grid [type='month'].parsley-error::-webkit-input-placeholder,
      .reveal .caldera-grid [type='week'].error::-webkit-input-placeholder,
      .reveal .caldera-grid [type='week'].parsley-error::-webkit-input-placeholder,
      .reveal .caldera-grid [type='email'].error::-webkit-input-placeholder,
      .reveal .caldera-grid [type='email'].parsley-error::-webkit-input-placeholder,
      .reveal .caldera-grid [type='number'].error::-webkit-input-placeholder,
      .reveal .caldera-grid [type='number'].parsley-error::-webkit-input-placeholder,
      .reveal .caldera-grid [type='search'].error::-webkit-input-placeholder,
      .reveal .caldera-grid [type='search'].parsley-error::-webkit-input-placeholder,
      .reveal .caldera-grid [type='tel'].error::-webkit-input-placeholder,
      .reveal .caldera-grid [type='tel'].parsley-error::-webkit-input-placeholder,
      .reveal .caldera-grid [type='time'].error::-webkit-input-placeholder,
      .reveal .caldera-grid [type='time'].parsley-error::-webkit-input-placeholder,
      .reveal .caldera-grid [type='url'].error::-webkit-input-placeholder,
      .reveal .caldera-grid [type='url'].parsley-error::-webkit-input-placeholder,
      .reveal .caldera-grid [type='color'].error::-webkit-input-placeholder,
      .reveal .caldera-grid [type='color'].parsley-error::-webkit-input-placeholder,
      .reveal .caldera-grid .chosen-container-single .chosen-single.error::-webkit-input-placeholder,
      .reveal .caldera-grid .chosen-container-single .chosen-single.parsley-error::-webkit-input-placeholder,
      .reveal .caldera-grid textarea.error::-webkit-input-placeholder,
      .reveal .caldera-grid textarea.parsley-error::-webkit-input-placeholder,
      .reveal .caldera-grid select.error::-webkit-input-placeholder,
      .reveal .caldera-grid select.parsley-error::-webkit-input-placeholder {
        color: #ad9695; }
      #content .caldera-grid [type='text'].error:-ms-input-placeholder, #content .caldera-grid [type='text'].parsley-error:-ms-input-placeholder,
      #content .caldera-grid [type='password'].error:-ms-input-placeholder,
      #content .caldera-grid [type='password'].parsley-error:-ms-input-placeholder,
      #content .caldera-grid [type='date'].error:-ms-input-placeholder,
      #content .caldera-grid [type='date'].parsley-error:-ms-input-placeholder,
      #content .caldera-grid [type='datetime'].error:-ms-input-placeholder,
      #content .caldera-grid [type='datetime'].parsley-error:-ms-input-placeholder,
      #content .caldera-grid [type='datetime-local'].error:-ms-input-placeholder,
      #content .caldera-grid [type='datetime-local'].parsley-error:-ms-input-placeholder,
      #content .caldera-grid [type='month'].error:-ms-input-placeholder,
      #content .caldera-grid [type='month'].parsley-error:-ms-input-placeholder,
      #content .caldera-grid [type='week'].error:-ms-input-placeholder,
      #content .caldera-grid [type='week'].parsley-error:-ms-input-placeholder,
      #content .caldera-grid [type='email'].error:-ms-input-placeholder,
      #content .caldera-grid [type='email'].parsley-error:-ms-input-placeholder,
      #content .caldera-grid [type='number'].error:-ms-input-placeholder,
      #content .caldera-grid [type='number'].parsley-error:-ms-input-placeholder,
      #content .caldera-grid [type='search'].error:-ms-input-placeholder,
      #content .caldera-grid [type='search'].parsley-error:-ms-input-placeholder,
      #content .caldera-grid [type='tel'].error:-ms-input-placeholder,
      #content .caldera-grid [type='tel'].parsley-error:-ms-input-placeholder,
      #content .caldera-grid [type='time'].error:-ms-input-placeholder,
      #content .caldera-grid [type='time'].parsley-error:-ms-input-placeholder,
      #content .caldera-grid [type='url'].error:-ms-input-placeholder,
      #content .caldera-grid [type='url'].parsley-error:-ms-input-placeholder,
      #content .caldera-grid [type='color'].error:-ms-input-placeholder,
      #content .caldera-grid [type='color'].parsley-error:-ms-input-placeholder,
      #content .caldera-grid .chosen-container-single .chosen-single.error:-ms-input-placeholder,
      #content .caldera-grid .chosen-container-single .chosen-single.parsley-error:-ms-input-placeholder,
      #content .caldera-grid textarea.error:-ms-input-placeholder,
      #content .caldera-grid textarea.parsley-error:-ms-input-placeholder,
      #content .caldera-grid select.error:-ms-input-placeholder,
      #content .caldera-grid select.parsley-error:-ms-input-placeholder, .remodal .caldera-grid [type='text'].error:-ms-input-placeholder, .remodal .caldera-grid [type='text'].parsley-error:-ms-input-placeholder,
      .remodal .caldera-grid [type='password'].error:-ms-input-placeholder,
      .remodal .caldera-grid [type='password'].parsley-error:-ms-input-placeholder,
      .remodal .caldera-grid [type='date'].error:-ms-input-placeholder,
      .remodal .caldera-grid [type='date'].parsley-error:-ms-input-placeholder,
      .remodal .caldera-grid [type='datetime'].error:-ms-input-placeholder,
      .remodal .caldera-grid [type='datetime'].parsley-error:-ms-input-placeholder,
      .remodal .caldera-grid [type='datetime-local'].error:-ms-input-placeholder,
      .remodal .caldera-grid [type='datetime-local'].parsley-error:-ms-input-placeholder,
      .remodal .caldera-grid [type='month'].error:-ms-input-placeholder,
      .remodal .caldera-grid [type='month'].parsley-error:-ms-input-placeholder,
      .remodal .caldera-grid [type='week'].error:-ms-input-placeholder,
      .remodal .caldera-grid [type='week'].parsley-error:-ms-input-placeholder,
      .remodal .caldera-grid [type='email'].error:-ms-input-placeholder,
      .remodal .caldera-grid [type='email'].parsley-error:-ms-input-placeholder,
      .remodal .caldera-grid [type='number'].error:-ms-input-placeholder,
      .remodal .caldera-grid [type='number'].parsley-error:-ms-input-placeholder,
      .remodal .caldera-grid [type='search'].error:-ms-input-placeholder,
      .remodal .caldera-grid [type='search'].parsley-error:-ms-input-placeholder,
      .remodal .caldera-grid [type='tel'].error:-ms-input-placeholder,
      .remodal .caldera-grid [type='tel'].parsley-error:-ms-input-placeholder,
      .remodal .caldera-grid [type='time'].error:-ms-input-placeholder,
      .remodal .caldera-grid [type='time'].parsley-error:-ms-input-placeholder,
      .remodal .caldera-grid [type='url'].error:-ms-input-placeholder,
      .remodal .caldera-grid [type='url'].parsley-error:-ms-input-placeholder,
      .remodal .caldera-grid [type='color'].error:-ms-input-placeholder,
      .remodal .caldera-grid [type='color'].parsley-error:-ms-input-placeholder,
      .remodal .caldera-grid .chosen-container-single .chosen-single.error:-ms-input-placeholder,
      .remodal .caldera-grid .chosen-container-single .chosen-single.parsley-error:-ms-input-placeholder,
      .remodal .caldera-grid textarea.error:-ms-input-placeholder,
      .remodal .caldera-grid textarea.parsley-error:-ms-input-placeholder,
      .remodal .caldera-grid select.error:-ms-input-placeholder,
      .remodal .caldera-grid select.parsley-error:-ms-input-placeholder, .reveal .caldera-grid [type='text'].error:-ms-input-placeholder, .reveal .caldera-grid [type='text'].parsley-error:-ms-input-placeholder,
      .reveal .caldera-grid [type='password'].error:-ms-input-placeholder,
      .reveal .caldera-grid [type='password'].parsley-error:-ms-input-placeholder,
      .reveal .caldera-grid [type='date'].error:-ms-input-placeholder,
      .reveal .caldera-grid [type='date'].parsley-error:-ms-input-placeholder,
      .reveal .caldera-grid [type='datetime'].error:-ms-input-placeholder,
      .reveal .caldera-grid [type='datetime'].parsley-error:-ms-input-placeholder,
      .reveal .caldera-grid [type='datetime-local'].error:-ms-input-placeholder,
      .reveal .caldera-grid [type='datetime-local'].parsley-error:-ms-input-placeholder,
      .reveal .caldera-grid [type='month'].error:-ms-input-placeholder,
      .reveal .caldera-grid [type='month'].parsley-error:-ms-input-placeholder,
      .reveal .caldera-grid [type='week'].error:-ms-input-placeholder,
      .reveal .caldera-grid [type='week'].parsley-error:-ms-input-placeholder,
      .reveal .caldera-grid [type='email'].error:-ms-input-placeholder,
      .reveal .caldera-grid [type='email'].parsley-error:-ms-input-placeholder,
      .reveal .caldera-grid [type='number'].error:-ms-input-placeholder,
      .reveal .caldera-grid [type='number'].parsley-error:-ms-input-placeholder,
      .reveal .caldera-grid [type='search'].error:-ms-input-placeholder,
      .reveal .caldera-grid [type='search'].parsley-error:-ms-input-placeholder,
      .reveal .caldera-grid [type='tel'].error:-ms-input-placeholder,
      .reveal .caldera-grid [type='tel'].parsley-error:-ms-input-placeholder,
      .reveal .caldera-grid [type='time'].error:-ms-input-placeholder,
      .reveal .caldera-grid [type='time'].parsley-error:-ms-input-placeholder,
      .reveal .caldera-grid [type='url'].error:-ms-input-placeholder,
      .reveal .caldera-grid [type='url'].parsley-error:-ms-input-placeholder,
      .reveal .caldera-grid [type='color'].error:-ms-input-placeholder,
      .reveal .caldera-grid [type='color'].parsley-error:-ms-input-placeholder,
      .reveal .caldera-grid .chosen-container-single .chosen-single.error:-ms-input-placeholder,
      .reveal .caldera-grid .chosen-container-single .chosen-single.parsley-error:-ms-input-placeholder,
      .reveal .caldera-grid textarea.error:-ms-input-placeholder,
      .reveal .caldera-grid textarea.parsley-error:-ms-input-placeholder,
      .reveal .caldera-grid select.error:-ms-input-placeholder,
      .reveal .caldera-grid select.parsley-error:-ms-input-placeholder {
        color: #ad9695; }
      #content .caldera-grid [type='text'].error::-ms-input-placeholder, #content .caldera-grid [type='text'].parsley-error::-ms-input-placeholder,
      #content .caldera-grid [type='password'].error::-ms-input-placeholder,
      #content .caldera-grid [type='password'].parsley-error::-ms-input-placeholder,
      #content .caldera-grid [type='date'].error::-ms-input-placeholder,
      #content .caldera-grid [type='date'].parsley-error::-ms-input-placeholder,
      #content .caldera-grid [type='datetime'].error::-ms-input-placeholder,
      #content .caldera-grid [type='datetime'].parsley-error::-ms-input-placeholder,
      #content .caldera-grid [type='datetime-local'].error::-ms-input-placeholder,
      #content .caldera-grid [type='datetime-local'].parsley-error::-ms-input-placeholder,
      #content .caldera-grid [type='month'].error::-ms-input-placeholder,
      #content .caldera-grid [type='month'].parsley-error::-ms-input-placeholder,
      #content .caldera-grid [type='week'].error::-ms-input-placeholder,
      #content .caldera-grid [type='week'].parsley-error::-ms-input-placeholder,
      #content .caldera-grid [type='email'].error::-ms-input-placeholder,
      #content .caldera-grid [type='email'].parsley-error::-ms-input-placeholder,
      #content .caldera-grid [type='number'].error::-ms-input-placeholder,
      #content .caldera-grid [type='number'].parsley-error::-ms-input-placeholder,
      #content .caldera-grid [type='search'].error::-ms-input-placeholder,
      #content .caldera-grid [type='search'].parsley-error::-ms-input-placeholder,
      #content .caldera-grid [type='tel'].error::-ms-input-placeholder,
      #content .caldera-grid [type='tel'].parsley-error::-ms-input-placeholder,
      #content .caldera-grid [type='time'].error::-ms-input-placeholder,
      #content .caldera-grid [type='time'].parsley-error::-ms-input-placeholder,
      #content .caldera-grid [type='url'].error::-ms-input-placeholder,
      #content .caldera-grid [type='url'].parsley-error::-ms-input-placeholder,
      #content .caldera-grid [type='color'].error::-ms-input-placeholder,
      #content .caldera-grid [type='color'].parsley-error::-ms-input-placeholder,
      #content .caldera-grid .chosen-container-single .chosen-single.error::-ms-input-placeholder,
      #content .caldera-grid .chosen-container-single .chosen-single.parsley-error::-ms-input-placeholder,
      #content .caldera-grid textarea.error::-ms-input-placeholder,
      #content .caldera-grid textarea.parsley-error::-ms-input-placeholder,
      #content .caldera-grid select.error::-ms-input-placeholder,
      #content .caldera-grid select.parsley-error::-ms-input-placeholder, .remodal .caldera-grid [type='text'].error::-ms-input-placeholder, .remodal .caldera-grid [type='text'].parsley-error::-ms-input-placeholder,
      .remodal .caldera-grid [type='password'].error::-ms-input-placeholder,
      .remodal .caldera-grid [type='password'].parsley-error::-ms-input-placeholder,
      .remodal .caldera-grid [type='date'].error::-ms-input-placeholder,
      .remodal .caldera-grid [type='date'].parsley-error::-ms-input-placeholder,
      .remodal .caldera-grid [type='datetime'].error::-ms-input-placeholder,
      .remodal .caldera-grid [type='datetime'].parsley-error::-ms-input-placeholder,
      .remodal .caldera-grid [type='datetime-local'].error::-ms-input-placeholder,
      .remodal .caldera-grid [type='datetime-local'].parsley-error::-ms-input-placeholder,
      .remodal .caldera-grid [type='month'].error::-ms-input-placeholder,
      .remodal .caldera-grid [type='month'].parsley-error::-ms-input-placeholder,
      .remodal .caldera-grid [type='week'].error::-ms-input-placeholder,
      .remodal .caldera-grid [type='week'].parsley-error::-ms-input-placeholder,
      .remodal .caldera-grid [type='email'].error::-ms-input-placeholder,
      .remodal .caldera-grid [type='email'].parsley-error::-ms-input-placeholder,
      .remodal .caldera-grid [type='number'].error::-ms-input-placeholder,
      .remodal .caldera-grid [type='number'].parsley-error::-ms-input-placeholder,
      .remodal .caldera-grid [type='search'].error::-ms-input-placeholder,
      .remodal .caldera-grid [type='search'].parsley-error::-ms-input-placeholder,
      .remodal .caldera-grid [type='tel'].error::-ms-input-placeholder,
      .remodal .caldera-grid [type='tel'].parsley-error::-ms-input-placeholder,
      .remodal .caldera-grid [type='time'].error::-ms-input-placeholder,
      .remodal .caldera-grid [type='time'].parsley-error::-ms-input-placeholder,
      .remodal .caldera-grid [type='url'].error::-ms-input-placeholder,
      .remodal .caldera-grid [type='url'].parsley-error::-ms-input-placeholder,
      .remodal .caldera-grid [type='color'].error::-ms-input-placeholder,
      .remodal .caldera-grid [type='color'].parsley-error::-ms-input-placeholder,
      .remodal .caldera-grid .chosen-container-single .chosen-single.error::-ms-input-placeholder,
      .remodal .caldera-grid .chosen-container-single .chosen-single.parsley-error::-ms-input-placeholder,
      .remodal .caldera-grid textarea.error::-ms-input-placeholder,
      .remodal .caldera-grid textarea.parsley-error::-ms-input-placeholder,
      .remodal .caldera-grid select.error::-ms-input-placeholder,
      .remodal .caldera-grid select.parsley-error::-ms-input-placeholder, .reveal .caldera-grid [type='text'].error::-ms-input-placeholder, .reveal .caldera-grid [type='text'].parsley-error::-ms-input-placeholder,
      .reveal .caldera-grid [type='password'].error::-ms-input-placeholder,
      .reveal .caldera-grid [type='password'].parsley-error::-ms-input-placeholder,
      .reveal .caldera-grid [type='date'].error::-ms-input-placeholder,
      .reveal .caldera-grid [type='date'].parsley-error::-ms-input-placeholder,
      .reveal .caldera-grid [type='datetime'].error::-ms-input-placeholder,
      .reveal .caldera-grid [type='datetime'].parsley-error::-ms-input-placeholder,
      .reveal .caldera-grid [type='datetime-local'].error::-ms-input-placeholder,
      .reveal .caldera-grid [type='datetime-local'].parsley-error::-ms-input-placeholder,
      .reveal .caldera-grid [type='month'].error::-ms-input-placeholder,
      .reveal .caldera-grid [type='month'].parsley-error::-ms-input-placeholder,
      .reveal .caldera-grid [type='week'].error::-ms-input-placeholder,
      .reveal .caldera-grid [type='week'].parsley-error::-ms-input-placeholder,
      .reveal .caldera-grid [type='email'].error::-ms-input-placeholder,
      .reveal .caldera-grid [type='email'].parsley-error::-ms-input-placeholder,
      .reveal .caldera-grid [type='number'].error::-ms-input-placeholder,
      .reveal .caldera-grid [type='number'].parsley-error::-ms-input-placeholder,
      .reveal .caldera-grid [type='search'].error::-ms-input-placeholder,
      .reveal .caldera-grid [type='search'].parsley-error::-ms-input-placeholder,
      .reveal .caldera-grid [type='tel'].error::-ms-input-placeholder,
      .reveal .caldera-grid [type='tel'].parsley-error::-ms-input-placeholder,
      .reveal .caldera-grid [type='time'].error::-ms-input-placeholder,
      .reveal .caldera-grid [type='time'].parsley-error::-ms-input-placeholder,
      .reveal .caldera-grid [type='url'].error::-ms-input-placeholder,
      .reveal .caldera-grid [type='url'].parsley-error::-ms-input-placeholder,
      .reveal .caldera-grid [type='color'].error::-ms-input-placeholder,
      .reveal .caldera-grid [type='color'].parsley-error::-ms-input-placeholder,
      .reveal .caldera-grid .chosen-container-single .chosen-single.error::-ms-input-placeholder,
      .reveal .caldera-grid .chosen-container-single .chosen-single.parsley-error::-ms-input-placeholder,
      .reveal .caldera-grid textarea.error::-ms-input-placeholder,
      .reveal .caldera-grid textarea.parsley-error::-ms-input-placeholder,
      .reveal .caldera-grid select.error::-ms-input-placeholder,
      .reveal .caldera-grid select.parsley-error::-ms-input-placeholder {
        color: #ad9695; }
      #content .caldera-grid [type='text'].error::placeholder, #content .caldera-grid [type='text'].parsley-error::placeholder,
      #content .caldera-grid [type='password'].error::placeholder,
      #content .caldera-grid [type='password'].parsley-error::placeholder,
      #content .caldera-grid [type='date'].error::placeholder,
      #content .caldera-grid [type='date'].parsley-error::placeholder,
      #content .caldera-grid [type='datetime'].error::placeholder,
      #content .caldera-grid [type='datetime'].parsley-error::placeholder,
      #content .caldera-grid [type='datetime-local'].error::placeholder,
      #content .caldera-grid [type='datetime-local'].parsley-error::placeholder,
      #content .caldera-grid [type='month'].error::placeholder,
      #content .caldera-grid [type='month'].parsley-error::placeholder,
      #content .caldera-grid [type='week'].error::placeholder,
      #content .caldera-grid [type='week'].parsley-error::placeholder,
      #content .caldera-grid [type='email'].error::placeholder,
      #content .caldera-grid [type='email'].parsley-error::placeholder,
      #content .caldera-grid [type='number'].error::placeholder,
      #content .caldera-grid [type='number'].parsley-error::placeholder,
      #content .caldera-grid [type='search'].error::placeholder,
      #content .caldera-grid [type='search'].parsley-error::placeholder,
      #content .caldera-grid [type='tel'].error::placeholder,
      #content .caldera-grid [type='tel'].parsley-error::placeholder,
      #content .caldera-grid [type='time'].error::placeholder,
      #content .caldera-grid [type='time'].parsley-error::placeholder,
      #content .caldera-grid [type='url'].error::placeholder,
      #content .caldera-grid [type='url'].parsley-error::placeholder,
      #content .caldera-grid [type='color'].error::placeholder,
      #content .caldera-grid [type='color'].parsley-error::placeholder,
      #content .caldera-grid .chosen-container-single .chosen-single.error::placeholder,
      #content .caldera-grid .chosen-container-single .chosen-single.parsley-error::placeholder,
      #content .caldera-grid textarea.error::placeholder,
      #content .caldera-grid textarea.parsley-error::placeholder,
      #content .caldera-grid select.error::placeholder,
      #content .caldera-grid select.parsley-error::placeholder, .remodal .caldera-grid [type='text'].error::placeholder, .remodal .caldera-grid [type='text'].parsley-error::placeholder,
      .remodal .caldera-grid [type='password'].error::placeholder,
      .remodal .caldera-grid [type='password'].parsley-error::placeholder,
      .remodal .caldera-grid [type='date'].error::placeholder,
      .remodal .caldera-grid [type='date'].parsley-error::placeholder,
      .remodal .caldera-grid [type='datetime'].error::placeholder,
      .remodal .caldera-grid [type='datetime'].parsley-error::placeholder,
      .remodal .caldera-grid [type='datetime-local'].error::placeholder,
      .remodal .caldera-grid [type='datetime-local'].parsley-error::placeholder,
      .remodal .caldera-grid [type='month'].error::placeholder,
      .remodal .caldera-grid [type='month'].parsley-error::placeholder,
      .remodal .caldera-grid [type='week'].error::placeholder,
      .remodal .caldera-grid [type='week'].parsley-error::placeholder,
      .remodal .caldera-grid [type='email'].error::placeholder,
      .remodal .caldera-grid [type='email'].parsley-error::placeholder,
      .remodal .caldera-grid [type='number'].error::placeholder,
      .remodal .caldera-grid [type='number'].parsley-error::placeholder,
      .remodal .caldera-grid [type='search'].error::placeholder,
      .remodal .caldera-grid [type='search'].parsley-error::placeholder,
      .remodal .caldera-grid [type='tel'].error::placeholder,
      .remodal .caldera-grid [type='tel'].parsley-error::placeholder,
      .remodal .caldera-grid [type='time'].error::placeholder,
      .remodal .caldera-grid [type='time'].parsley-error::placeholder,
      .remodal .caldera-grid [type='url'].error::placeholder,
      .remodal .caldera-grid [type='url'].parsley-error::placeholder,
      .remodal .caldera-grid [type='color'].error::placeholder,
      .remodal .caldera-grid [type='color'].parsley-error::placeholder,
      .remodal .caldera-grid .chosen-container-single .chosen-single.error::placeholder,
      .remodal .caldera-grid .chosen-container-single .chosen-single.parsley-error::placeholder,
      .remodal .caldera-grid textarea.error::placeholder,
      .remodal .caldera-grid textarea.parsley-error::placeholder,
      .remodal .caldera-grid select.error::placeholder,
      .remodal .caldera-grid select.parsley-error::placeholder, .reveal .caldera-grid [type='text'].error::placeholder, .reveal .caldera-grid [type='text'].parsley-error::placeholder,
      .reveal .caldera-grid [type='password'].error::placeholder,
      .reveal .caldera-grid [type='password'].parsley-error::placeholder,
      .reveal .caldera-grid [type='date'].error::placeholder,
      .reveal .caldera-grid [type='date'].parsley-error::placeholder,
      .reveal .caldera-grid [type='datetime'].error::placeholder,
      .reveal .caldera-grid [type='datetime'].parsley-error::placeholder,
      .reveal .caldera-grid [type='datetime-local'].error::placeholder,
      .reveal .caldera-grid [type='datetime-local'].parsley-error::placeholder,
      .reveal .caldera-grid [type='month'].error::placeholder,
      .reveal .caldera-grid [type='month'].parsley-error::placeholder,
      .reveal .caldera-grid [type='week'].error::placeholder,
      .reveal .caldera-grid [type='week'].parsley-error::placeholder,
      .reveal .caldera-grid [type='email'].error::placeholder,
      .reveal .caldera-grid [type='email'].parsley-error::placeholder,
      .reveal .caldera-grid [type='number'].error::placeholder,
      .reveal .caldera-grid [type='number'].parsley-error::placeholder,
      .reveal .caldera-grid [type='search'].error::placeholder,
      .reveal .caldera-grid [type='search'].parsley-error::placeholder,
      .reveal .caldera-grid [type='tel'].error::placeholder,
      .reveal .caldera-grid [type='tel'].parsley-error::placeholder,
      .reveal .caldera-grid [type='time'].error::placeholder,
      .reveal .caldera-grid [type='time'].parsley-error::placeholder,
      .reveal .caldera-grid [type='url'].error::placeholder,
      .reveal .caldera-grid [type='url'].parsley-error::placeholder,
      .reveal .caldera-grid [type='color'].error::placeholder,
      .reveal .caldera-grid [type='color'].parsley-error::placeholder,
      .reveal .caldera-grid .chosen-container-single .chosen-single.error::placeholder,
      .reveal .caldera-grid .chosen-container-single .chosen-single.parsley-error::placeholder,
      .reveal .caldera-grid textarea.error::placeholder,
      .reveal .caldera-grid textarea.parsley-error::placeholder,
      .reveal .caldera-grid select.error::placeholder,
      .reveal .caldera-grid select.parsley-error::placeholder {
        color: #ad9695; }
    #content .caldera-grid [type='text'].valid, #content .caldera-grid [type='text'].parsley-success,
    #content .caldera-grid [type='password'].valid,
    #content .caldera-grid [type='password'].parsley-success,
    #content .caldera-grid [type='date'].valid,
    #content .caldera-grid [type='date'].parsley-success,
    #content .caldera-grid [type='datetime'].valid,
    #content .caldera-grid [type='datetime'].parsley-success,
    #content .caldera-grid [type='datetime-local'].valid,
    #content .caldera-grid [type='datetime-local'].parsley-success,
    #content .caldera-grid [type='month'].valid,
    #content .caldera-grid [type='month'].parsley-success,
    #content .caldera-grid [type='week'].valid,
    #content .caldera-grid [type='week'].parsley-success,
    #content .caldera-grid [type='email'].valid,
    #content .caldera-grid [type='email'].parsley-success,
    #content .caldera-grid [type='number'].valid,
    #content .caldera-grid [type='number'].parsley-success,
    #content .caldera-grid [type='search'].valid,
    #content .caldera-grid [type='search'].parsley-success,
    #content .caldera-grid [type='tel'].valid,
    #content .caldera-grid [type='tel'].parsley-success,
    #content .caldera-grid [type='time'].valid,
    #content .caldera-grid [type='time'].parsley-success,
    #content .caldera-grid [type='url'].valid,
    #content .caldera-grid [type='url'].parsley-success,
    #content .caldera-grid [type='color'].valid,
    #content .caldera-grid [type='color'].parsley-success,
    #content .caldera-grid .chosen-container-single .chosen-single.valid,
    #content .caldera-grid .chosen-container-single .chosen-single.parsley-success,
    #content .caldera-grid textarea.valid,
    #content .caldera-grid textarea.parsley-success,
    #content .caldera-grid select.valid,
    #content .caldera-grid select.parsley-success, .remodal .caldera-grid [type='text'].valid, .remodal .caldera-grid [type='text'].parsley-success,
    .remodal .caldera-grid [type='password'].valid,
    .remodal .caldera-grid [type='password'].parsley-success,
    .remodal .caldera-grid [type='date'].valid,
    .remodal .caldera-grid [type='date'].parsley-success,
    .remodal .caldera-grid [type='datetime'].valid,
    .remodal .caldera-grid [type='datetime'].parsley-success,
    .remodal .caldera-grid [type='datetime-local'].valid,
    .remodal .caldera-grid [type='datetime-local'].parsley-success,
    .remodal .caldera-grid [type='month'].valid,
    .remodal .caldera-grid [type='month'].parsley-success,
    .remodal .caldera-grid [type='week'].valid,
    .remodal .caldera-grid [type='week'].parsley-success,
    .remodal .caldera-grid [type='email'].valid,
    .remodal .caldera-grid [type='email'].parsley-success,
    .remodal .caldera-grid [type='number'].valid,
    .remodal .caldera-grid [type='number'].parsley-success,
    .remodal .caldera-grid [type='search'].valid,
    .remodal .caldera-grid [type='search'].parsley-success,
    .remodal .caldera-grid [type='tel'].valid,
    .remodal .caldera-grid [type='tel'].parsley-success,
    .remodal .caldera-grid [type='time'].valid,
    .remodal .caldera-grid [type='time'].parsley-success,
    .remodal .caldera-grid [type='url'].valid,
    .remodal .caldera-grid [type='url'].parsley-success,
    .remodal .caldera-grid [type='color'].valid,
    .remodal .caldera-grid [type='color'].parsley-success,
    .remodal .caldera-grid .chosen-container-single .chosen-single.valid,
    .remodal .caldera-grid .chosen-container-single .chosen-single.parsley-success,
    .remodal .caldera-grid textarea.valid,
    .remodal .caldera-grid textarea.parsley-success,
    .remodal .caldera-grid select.valid,
    .remodal .caldera-grid select.parsley-success, .reveal .caldera-grid [type='text'].valid, .reveal .caldera-grid [type='text'].parsley-success,
    .reveal .caldera-grid [type='password'].valid,
    .reveal .caldera-grid [type='password'].parsley-success,
    .reveal .caldera-grid [type='date'].valid,
    .reveal .caldera-grid [type='date'].parsley-success,
    .reveal .caldera-grid [type='datetime'].valid,
    .reveal .caldera-grid [type='datetime'].parsley-success,
    .reveal .caldera-grid [type='datetime-local'].valid,
    .reveal .caldera-grid [type='datetime-local'].parsley-success,
    .reveal .caldera-grid [type='month'].valid,
    .reveal .caldera-grid [type='month'].parsley-success,
    .reveal .caldera-grid [type='week'].valid,
    .reveal .caldera-grid [type='week'].parsley-success,
    .reveal .caldera-grid [type='email'].valid,
    .reveal .caldera-grid [type='email'].parsley-success,
    .reveal .caldera-grid [type='number'].valid,
    .reveal .caldera-grid [type='number'].parsley-success,
    .reveal .caldera-grid [type='search'].valid,
    .reveal .caldera-grid [type='search'].parsley-success,
    .reveal .caldera-grid [type='tel'].valid,
    .reveal .caldera-grid [type='tel'].parsley-success,
    .reveal .caldera-grid [type='time'].valid,
    .reveal .caldera-grid [type='time'].parsley-success,
    .reveal .caldera-grid [type='url'].valid,
    .reveal .caldera-grid [type='url'].parsley-success,
    .reveal .caldera-grid [type='color'].valid,
    .reveal .caldera-grid [type='color'].parsley-success,
    .reveal .caldera-grid .chosen-container-single .chosen-single.valid,
    .reveal .caldera-grid .chosen-container-single .chosen-single.parsley-success,
    .reveal .caldera-grid textarea.valid,
    .reveal .caldera-grid textarea.parsley-success,
    .reveal .caldera-grid select.valid,
    .reveal .caldera-grid select.parsley-success {
      border-color: #3adb76;
      background-color: white;
      transition: all 0.3s; }
      #content .caldera-grid [type='text'].valid::-webkit-input-placeholder, #content .caldera-grid [type='text'].parsley-success::-webkit-input-placeholder,
      #content .caldera-grid [type='password'].valid::-webkit-input-placeholder,
      #content .caldera-grid [type='password'].parsley-success::-webkit-input-placeholder,
      #content .caldera-grid [type='date'].valid::-webkit-input-placeholder,
      #content .caldera-grid [type='date'].parsley-success::-webkit-input-placeholder,
      #content .caldera-grid [type='datetime'].valid::-webkit-input-placeholder,
      #content .caldera-grid [type='datetime'].parsley-success::-webkit-input-placeholder,
      #content .caldera-grid [type='datetime-local'].valid::-webkit-input-placeholder,
      #content .caldera-grid [type='datetime-local'].parsley-success::-webkit-input-placeholder,
      #content .caldera-grid [type='month'].valid::-webkit-input-placeholder,
      #content .caldera-grid [type='month'].parsley-success::-webkit-input-placeholder,
      #content .caldera-grid [type='week'].valid::-webkit-input-placeholder,
      #content .caldera-grid [type='week'].parsley-success::-webkit-input-placeholder,
      #content .caldera-grid [type='email'].valid::-webkit-input-placeholder,
      #content .caldera-grid [type='email'].parsley-success::-webkit-input-placeholder,
      #content .caldera-grid [type='number'].valid::-webkit-input-placeholder,
      #content .caldera-grid [type='number'].parsley-success::-webkit-input-placeholder,
      #content .caldera-grid [type='search'].valid::-webkit-input-placeholder,
      #content .caldera-grid [type='search'].parsley-success::-webkit-input-placeholder,
      #content .caldera-grid [type='tel'].valid::-webkit-input-placeholder,
      #content .caldera-grid [type='tel'].parsley-success::-webkit-input-placeholder,
      #content .caldera-grid [type='time'].valid::-webkit-input-placeholder,
      #content .caldera-grid [type='time'].parsley-success::-webkit-input-placeholder,
      #content .caldera-grid [type='url'].valid::-webkit-input-placeholder,
      #content .caldera-grid [type='url'].parsley-success::-webkit-input-placeholder,
      #content .caldera-grid [type='color'].valid::-webkit-input-placeholder,
      #content .caldera-grid [type='color'].parsley-success::-webkit-input-placeholder,
      #content .caldera-grid .chosen-container-single .chosen-single.valid::-webkit-input-placeholder,
      #content .caldera-grid .chosen-container-single .chosen-single.parsley-success::-webkit-input-placeholder,
      #content .caldera-grid textarea.valid::-webkit-input-placeholder,
      #content .caldera-grid textarea.parsley-success::-webkit-input-placeholder,
      #content .caldera-grid select.valid::-webkit-input-placeholder,
      #content .caldera-grid select.parsley-success::-webkit-input-placeholder, .remodal .caldera-grid [type='text'].valid::-webkit-input-placeholder, .remodal .caldera-grid [type='text'].parsley-success::-webkit-input-placeholder,
      .remodal .caldera-grid [type='password'].valid::-webkit-input-placeholder,
      .remodal .caldera-grid [type='password'].parsley-success::-webkit-input-placeholder,
      .remodal .caldera-grid [type='date'].valid::-webkit-input-placeholder,
      .remodal .caldera-grid [type='date'].parsley-success::-webkit-input-placeholder,
      .remodal .caldera-grid [type='datetime'].valid::-webkit-input-placeholder,
      .remodal .caldera-grid [type='datetime'].parsley-success::-webkit-input-placeholder,
      .remodal .caldera-grid [type='datetime-local'].valid::-webkit-input-placeholder,
      .remodal .caldera-grid [type='datetime-local'].parsley-success::-webkit-input-placeholder,
      .remodal .caldera-grid [type='month'].valid::-webkit-input-placeholder,
      .remodal .caldera-grid [type='month'].parsley-success::-webkit-input-placeholder,
      .remodal .caldera-grid [type='week'].valid::-webkit-input-placeholder,
      .remodal .caldera-grid [type='week'].parsley-success::-webkit-input-placeholder,
      .remodal .caldera-grid [type='email'].valid::-webkit-input-placeholder,
      .remodal .caldera-grid [type='email'].parsley-success::-webkit-input-placeholder,
      .remodal .caldera-grid [type='number'].valid::-webkit-input-placeholder,
      .remodal .caldera-grid [type='number'].parsley-success::-webkit-input-placeholder,
      .remodal .caldera-grid [type='search'].valid::-webkit-input-placeholder,
      .remodal .caldera-grid [type='search'].parsley-success::-webkit-input-placeholder,
      .remodal .caldera-grid [type='tel'].valid::-webkit-input-placeholder,
      .remodal .caldera-grid [type='tel'].parsley-success::-webkit-input-placeholder,
      .remodal .caldera-grid [type='time'].valid::-webkit-input-placeholder,
      .remodal .caldera-grid [type='time'].parsley-success::-webkit-input-placeholder,
      .remodal .caldera-grid [type='url'].valid::-webkit-input-placeholder,
      .remodal .caldera-grid [type='url'].parsley-success::-webkit-input-placeholder,
      .remodal .caldera-grid [type='color'].valid::-webkit-input-placeholder,
      .remodal .caldera-grid [type='color'].parsley-success::-webkit-input-placeholder,
      .remodal .caldera-grid .chosen-container-single .chosen-single.valid::-webkit-input-placeholder,
      .remodal .caldera-grid .chosen-container-single .chosen-single.parsley-success::-webkit-input-placeholder,
      .remodal .caldera-grid textarea.valid::-webkit-input-placeholder,
      .remodal .caldera-grid textarea.parsley-success::-webkit-input-placeholder,
      .remodal .caldera-grid select.valid::-webkit-input-placeholder,
      .remodal .caldera-grid select.parsley-success::-webkit-input-placeholder, .reveal .caldera-grid [type='text'].valid::-webkit-input-placeholder, .reveal .caldera-grid [type='text'].parsley-success::-webkit-input-placeholder,
      .reveal .caldera-grid [type='password'].valid::-webkit-input-placeholder,
      .reveal .caldera-grid [type='password'].parsley-success::-webkit-input-placeholder,
      .reveal .caldera-grid [type='date'].valid::-webkit-input-placeholder,
      .reveal .caldera-grid [type='date'].parsley-success::-webkit-input-placeholder,
      .reveal .caldera-grid [type='datetime'].valid::-webkit-input-placeholder,
      .reveal .caldera-grid [type='datetime'].parsley-success::-webkit-input-placeholder,
      .reveal .caldera-grid [type='datetime-local'].valid::-webkit-input-placeholder,
      .reveal .caldera-grid [type='datetime-local'].parsley-success::-webkit-input-placeholder,
      .reveal .caldera-grid [type='month'].valid::-webkit-input-placeholder,
      .reveal .caldera-grid [type='month'].parsley-success::-webkit-input-placeholder,
      .reveal .caldera-grid [type='week'].valid::-webkit-input-placeholder,
      .reveal .caldera-grid [type='week'].parsley-success::-webkit-input-placeholder,
      .reveal .caldera-grid [type='email'].valid::-webkit-input-placeholder,
      .reveal .caldera-grid [type='email'].parsley-success::-webkit-input-placeholder,
      .reveal .caldera-grid [type='number'].valid::-webkit-input-placeholder,
      .reveal .caldera-grid [type='number'].parsley-success::-webkit-input-placeholder,
      .reveal .caldera-grid [type='search'].valid::-webkit-input-placeholder,
      .reveal .caldera-grid [type='search'].parsley-success::-webkit-input-placeholder,
      .reveal .caldera-grid [type='tel'].valid::-webkit-input-placeholder,
      .reveal .caldera-grid [type='tel'].parsley-success::-webkit-input-placeholder,
      .reveal .caldera-grid [type='time'].valid::-webkit-input-placeholder,
      .reveal .caldera-grid [type='time'].parsley-success::-webkit-input-placeholder,
      .reveal .caldera-grid [type='url'].valid::-webkit-input-placeholder,
      .reveal .caldera-grid [type='url'].parsley-success::-webkit-input-placeholder,
      .reveal .caldera-grid [type='color'].valid::-webkit-input-placeholder,
      .reveal .caldera-grid [type='color'].parsley-success::-webkit-input-placeholder,
      .reveal .caldera-grid .chosen-container-single .chosen-single.valid::-webkit-input-placeholder,
      .reveal .caldera-grid .chosen-container-single .chosen-single.parsley-success::-webkit-input-placeholder,
      .reveal .caldera-grid textarea.valid::-webkit-input-placeholder,
      .reveal .caldera-grid textarea.parsley-success::-webkit-input-placeholder,
      .reveal .caldera-grid select.valid::-webkit-input-placeholder,
      .reveal .caldera-grid select.parsley-success::-webkit-input-placeholder {
        color: #a1ad95; }
      #content .caldera-grid [type='text'].valid:-ms-input-placeholder, #content .caldera-grid [type='text'].parsley-success:-ms-input-placeholder,
      #content .caldera-grid [type='password'].valid:-ms-input-placeholder,
      #content .caldera-grid [type='password'].parsley-success:-ms-input-placeholder,
      #content .caldera-grid [type='date'].valid:-ms-input-placeholder,
      #content .caldera-grid [type='date'].parsley-success:-ms-input-placeholder,
      #content .caldera-grid [type='datetime'].valid:-ms-input-placeholder,
      #content .caldera-grid [type='datetime'].parsley-success:-ms-input-placeholder,
      #content .caldera-grid [type='datetime-local'].valid:-ms-input-placeholder,
      #content .caldera-grid [type='datetime-local'].parsley-success:-ms-input-placeholder,
      #content .caldera-grid [type='month'].valid:-ms-input-placeholder,
      #content .caldera-grid [type='month'].parsley-success:-ms-input-placeholder,
      #content .caldera-grid [type='week'].valid:-ms-input-placeholder,
      #content .caldera-grid [type='week'].parsley-success:-ms-input-placeholder,
      #content .caldera-grid [type='email'].valid:-ms-input-placeholder,
      #content .caldera-grid [type='email'].parsley-success:-ms-input-placeholder,
      #content .caldera-grid [type='number'].valid:-ms-input-placeholder,
      #content .caldera-grid [type='number'].parsley-success:-ms-input-placeholder,
      #content .caldera-grid [type='search'].valid:-ms-input-placeholder,
      #content .caldera-grid [type='search'].parsley-success:-ms-input-placeholder,
      #content .caldera-grid [type='tel'].valid:-ms-input-placeholder,
      #content .caldera-grid [type='tel'].parsley-success:-ms-input-placeholder,
      #content .caldera-grid [type='time'].valid:-ms-input-placeholder,
      #content .caldera-grid [type='time'].parsley-success:-ms-input-placeholder,
      #content .caldera-grid [type='url'].valid:-ms-input-placeholder,
      #content .caldera-grid [type='url'].parsley-success:-ms-input-placeholder,
      #content .caldera-grid [type='color'].valid:-ms-input-placeholder,
      #content .caldera-grid [type='color'].parsley-success:-ms-input-placeholder,
      #content .caldera-grid .chosen-container-single .chosen-single.valid:-ms-input-placeholder,
      #content .caldera-grid .chosen-container-single .chosen-single.parsley-success:-ms-input-placeholder,
      #content .caldera-grid textarea.valid:-ms-input-placeholder,
      #content .caldera-grid textarea.parsley-success:-ms-input-placeholder,
      #content .caldera-grid select.valid:-ms-input-placeholder,
      #content .caldera-grid select.parsley-success:-ms-input-placeholder, .remodal .caldera-grid [type='text'].valid:-ms-input-placeholder, .remodal .caldera-grid [type='text'].parsley-success:-ms-input-placeholder,
      .remodal .caldera-grid [type='password'].valid:-ms-input-placeholder,
      .remodal .caldera-grid [type='password'].parsley-success:-ms-input-placeholder,
      .remodal .caldera-grid [type='date'].valid:-ms-input-placeholder,
      .remodal .caldera-grid [type='date'].parsley-success:-ms-input-placeholder,
      .remodal .caldera-grid [type='datetime'].valid:-ms-input-placeholder,
      .remodal .caldera-grid [type='datetime'].parsley-success:-ms-input-placeholder,
      .remodal .caldera-grid [type='datetime-local'].valid:-ms-input-placeholder,
      .remodal .caldera-grid [type='datetime-local'].parsley-success:-ms-input-placeholder,
      .remodal .caldera-grid [type='month'].valid:-ms-input-placeholder,
      .remodal .caldera-grid [type='month'].parsley-success:-ms-input-placeholder,
      .remodal .caldera-grid [type='week'].valid:-ms-input-placeholder,
      .remodal .caldera-grid [type='week'].parsley-success:-ms-input-placeholder,
      .remodal .caldera-grid [type='email'].valid:-ms-input-placeholder,
      .remodal .caldera-grid [type='email'].parsley-success:-ms-input-placeholder,
      .remodal .caldera-grid [type='number'].valid:-ms-input-placeholder,
      .remodal .caldera-grid [type='number'].parsley-success:-ms-input-placeholder,
      .remodal .caldera-grid [type='search'].valid:-ms-input-placeholder,
      .remodal .caldera-grid [type='search'].parsley-success:-ms-input-placeholder,
      .remodal .caldera-grid [type='tel'].valid:-ms-input-placeholder,
      .remodal .caldera-grid [type='tel'].parsley-success:-ms-input-placeholder,
      .remodal .caldera-grid [type='time'].valid:-ms-input-placeholder,
      .remodal .caldera-grid [type='time'].parsley-success:-ms-input-placeholder,
      .remodal .caldera-grid [type='url'].valid:-ms-input-placeholder,
      .remodal .caldera-grid [type='url'].parsley-success:-ms-input-placeholder,
      .remodal .caldera-grid [type='color'].valid:-ms-input-placeholder,
      .remodal .caldera-grid [type='color'].parsley-success:-ms-input-placeholder,
      .remodal .caldera-grid .chosen-container-single .chosen-single.valid:-ms-input-placeholder,
      .remodal .caldera-grid .chosen-container-single .chosen-single.parsley-success:-ms-input-placeholder,
      .remodal .caldera-grid textarea.valid:-ms-input-placeholder,
      .remodal .caldera-grid textarea.parsley-success:-ms-input-placeholder,
      .remodal .caldera-grid select.valid:-ms-input-placeholder,
      .remodal .caldera-grid select.parsley-success:-ms-input-placeholder, .reveal .caldera-grid [type='text'].valid:-ms-input-placeholder, .reveal .caldera-grid [type='text'].parsley-success:-ms-input-placeholder,
      .reveal .caldera-grid [type='password'].valid:-ms-input-placeholder,
      .reveal .caldera-grid [type='password'].parsley-success:-ms-input-placeholder,
      .reveal .caldera-grid [type='date'].valid:-ms-input-placeholder,
      .reveal .caldera-grid [type='date'].parsley-success:-ms-input-placeholder,
      .reveal .caldera-grid [type='datetime'].valid:-ms-input-placeholder,
      .reveal .caldera-grid [type='datetime'].parsley-success:-ms-input-placeholder,
      .reveal .caldera-grid [type='datetime-local'].valid:-ms-input-placeholder,
      .reveal .caldera-grid [type='datetime-local'].parsley-success:-ms-input-placeholder,
      .reveal .caldera-grid [type='month'].valid:-ms-input-placeholder,
      .reveal .caldera-grid [type='month'].parsley-success:-ms-input-placeholder,
      .reveal .caldera-grid [type='week'].valid:-ms-input-placeholder,
      .reveal .caldera-grid [type='week'].parsley-success:-ms-input-placeholder,
      .reveal .caldera-grid [type='email'].valid:-ms-input-placeholder,
      .reveal .caldera-grid [type='email'].parsley-success:-ms-input-placeholder,
      .reveal .caldera-grid [type='number'].valid:-ms-input-placeholder,
      .reveal .caldera-grid [type='number'].parsley-success:-ms-input-placeholder,
      .reveal .caldera-grid [type='search'].valid:-ms-input-placeholder,
      .reveal .caldera-grid [type='search'].parsley-success:-ms-input-placeholder,
      .reveal .caldera-grid [type='tel'].valid:-ms-input-placeholder,
      .reveal .caldera-grid [type='tel'].parsley-success:-ms-input-placeholder,
      .reveal .caldera-grid [type='time'].valid:-ms-input-placeholder,
      .reveal .caldera-grid [type='time'].parsley-success:-ms-input-placeholder,
      .reveal .caldera-grid [type='url'].valid:-ms-input-placeholder,
      .reveal .caldera-grid [type='url'].parsley-success:-ms-input-placeholder,
      .reveal .caldera-grid [type='color'].valid:-ms-input-placeholder,
      .reveal .caldera-grid [type='color'].parsley-success:-ms-input-placeholder,
      .reveal .caldera-grid .chosen-container-single .chosen-single.valid:-ms-input-placeholder,
      .reveal .caldera-grid .chosen-container-single .chosen-single.parsley-success:-ms-input-placeholder,
      .reveal .caldera-grid textarea.valid:-ms-input-placeholder,
      .reveal .caldera-grid textarea.parsley-success:-ms-input-placeholder,
      .reveal .caldera-grid select.valid:-ms-input-placeholder,
      .reveal .caldera-grid select.parsley-success:-ms-input-placeholder {
        color: #a1ad95; }
      #content .caldera-grid [type='text'].valid::-ms-input-placeholder, #content .caldera-grid [type='text'].parsley-success::-ms-input-placeholder,
      #content .caldera-grid [type='password'].valid::-ms-input-placeholder,
      #content .caldera-grid [type='password'].parsley-success::-ms-input-placeholder,
      #content .caldera-grid [type='date'].valid::-ms-input-placeholder,
      #content .caldera-grid [type='date'].parsley-success::-ms-input-placeholder,
      #content .caldera-grid [type='datetime'].valid::-ms-input-placeholder,
      #content .caldera-grid [type='datetime'].parsley-success::-ms-input-placeholder,
      #content .caldera-grid [type='datetime-local'].valid::-ms-input-placeholder,
      #content .caldera-grid [type='datetime-local'].parsley-success::-ms-input-placeholder,
      #content .caldera-grid [type='month'].valid::-ms-input-placeholder,
      #content .caldera-grid [type='month'].parsley-success::-ms-input-placeholder,
      #content .caldera-grid [type='week'].valid::-ms-input-placeholder,
      #content .caldera-grid [type='week'].parsley-success::-ms-input-placeholder,
      #content .caldera-grid [type='email'].valid::-ms-input-placeholder,
      #content .caldera-grid [type='email'].parsley-success::-ms-input-placeholder,
      #content .caldera-grid [type='number'].valid::-ms-input-placeholder,
      #content .caldera-grid [type='number'].parsley-success::-ms-input-placeholder,
      #content .caldera-grid [type='search'].valid::-ms-input-placeholder,
      #content .caldera-grid [type='search'].parsley-success::-ms-input-placeholder,
      #content .caldera-grid [type='tel'].valid::-ms-input-placeholder,
      #content .caldera-grid [type='tel'].parsley-success::-ms-input-placeholder,
      #content .caldera-grid [type='time'].valid::-ms-input-placeholder,
      #content .caldera-grid [type='time'].parsley-success::-ms-input-placeholder,
      #content .caldera-grid [type='url'].valid::-ms-input-placeholder,
      #content .caldera-grid [type='url'].parsley-success::-ms-input-placeholder,
      #content .caldera-grid [type='color'].valid::-ms-input-placeholder,
      #content .caldera-grid [type='color'].parsley-success::-ms-input-placeholder,
      #content .caldera-grid .chosen-container-single .chosen-single.valid::-ms-input-placeholder,
      #content .caldera-grid .chosen-container-single .chosen-single.parsley-success::-ms-input-placeholder,
      #content .caldera-grid textarea.valid::-ms-input-placeholder,
      #content .caldera-grid textarea.parsley-success::-ms-input-placeholder,
      #content .caldera-grid select.valid::-ms-input-placeholder,
      #content .caldera-grid select.parsley-success::-ms-input-placeholder, .remodal .caldera-grid [type='text'].valid::-ms-input-placeholder, .remodal .caldera-grid [type='text'].parsley-success::-ms-input-placeholder,
      .remodal .caldera-grid [type='password'].valid::-ms-input-placeholder,
      .remodal .caldera-grid [type='password'].parsley-success::-ms-input-placeholder,
      .remodal .caldera-grid [type='date'].valid::-ms-input-placeholder,
      .remodal .caldera-grid [type='date'].parsley-success::-ms-input-placeholder,
      .remodal .caldera-grid [type='datetime'].valid::-ms-input-placeholder,
      .remodal .caldera-grid [type='datetime'].parsley-success::-ms-input-placeholder,
      .remodal .caldera-grid [type='datetime-local'].valid::-ms-input-placeholder,
      .remodal .caldera-grid [type='datetime-local'].parsley-success::-ms-input-placeholder,
      .remodal .caldera-grid [type='month'].valid::-ms-input-placeholder,
      .remodal .caldera-grid [type='month'].parsley-success::-ms-input-placeholder,
      .remodal .caldera-grid [type='week'].valid::-ms-input-placeholder,
      .remodal .caldera-grid [type='week'].parsley-success::-ms-input-placeholder,
      .remodal .caldera-grid [type='email'].valid::-ms-input-placeholder,
      .remodal .caldera-grid [type='email'].parsley-success::-ms-input-placeholder,
      .remodal .caldera-grid [type='number'].valid::-ms-input-placeholder,
      .remodal .caldera-grid [type='number'].parsley-success::-ms-input-placeholder,
      .remodal .caldera-grid [type='search'].valid::-ms-input-placeholder,
      .remodal .caldera-grid [type='search'].parsley-success::-ms-input-placeholder,
      .remodal .caldera-grid [type='tel'].valid::-ms-input-placeholder,
      .remodal .caldera-grid [type='tel'].parsley-success::-ms-input-placeholder,
      .remodal .caldera-grid [type='time'].valid::-ms-input-placeholder,
      .remodal .caldera-grid [type='time'].parsley-success::-ms-input-placeholder,
      .remodal .caldera-grid [type='url'].valid::-ms-input-placeholder,
      .remodal .caldera-grid [type='url'].parsley-success::-ms-input-placeholder,
      .remodal .caldera-grid [type='color'].valid::-ms-input-placeholder,
      .remodal .caldera-grid [type='color'].parsley-success::-ms-input-placeholder,
      .remodal .caldera-grid .chosen-container-single .chosen-single.valid::-ms-input-placeholder,
      .remodal .caldera-grid .chosen-container-single .chosen-single.parsley-success::-ms-input-placeholder,
      .remodal .caldera-grid textarea.valid::-ms-input-placeholder,
      .remodal .caldera-grid textarea.parsley-success::-ms-input-placeholder,
      .remodal .caldera-grid select.valid::-ms-input-placeholder,
      .remodal .caldera-grid select.parsley-success::-ms-input-placeholder, .reveal .caldera-grid [type='text'].valid::-ms-input-placeholder, .reveal .caldera-grid [type='text'].parsley-success::-ms-input-placeholder,
      .reveal .caldera-grid [type='password'].valid::-ms-input-placeholder,
      .reveal .caldera-grid [type='password'].parsley-success::-ms-input-placeholder,
      .reveal .caldera-grid [type='date'].valid::-ms-input-placeholder,
      .reveal .caldera-grid [type='date'].parsley-success::-ms-input-placeholder,
      .reveal .caldera-grid [type='datetime'].valid::-ms-input-placeholder,
      .reveal .caldera-grid [type='datetime'].parsley-success::-ms-input-placeholder,
      .reveal .caldera-grid [type='datetime-local'].valid::-ms-input-placeholder,
      .reveal .caldera-grid [type='datetime-local'].parsley-success::-ms-input-placeholder,
      .reveal .caldera-grid [type='month'].valid::-ms-input-placeholder,
      .reveal .caldera-grid [type='month'].parsley-success::-ms-input-placeholder,
      .reveal .caldera-grid [type='week'].valid::-ms-input-placeholder,
      .reveal .caldera-grid [type='week'].parsley-success::-ms-input-placeholder,
      .reveal .caldera-grid [type='email'].valid::-ms-input-placeholder,
      .reveal .caldera-grid [type='email'].parsley-success::-ms-input-placeholder,
      .reveal .caldera-grid [type='number'].valid::-ms-input-placeholder,
      .reveal .caldera-grid [type='number'].parsley-success::-ms-input-placeholder,
      .reveal .caldera-grid [type='search'].valid::-ms-input-placeholder,
      .reveal .caldera-grid [type='search'].parsley-success::-ms-input-placeholder,
      .reveal .caldera-grid [type='tel'].valid::-ms-input-placeholder,
      .reveal .caldera-grid [type='tel'].parsley-success::-ms-input-placeholder,
      .reveal .caldera-grid [type='time'].valid::-ms-input-placeholder,
      .reveal .caldera-grid [type='time'].parsley-success::-ms-input-placeholder,
      .reveal .caldera-grid [type='url'].valid::-ms-input-placeholder,
      .reveal .caldera-grid [type='url'].parsley-success::-ms-input-placeholder,
      .reveal .caldera-grid [type='color'].valid::-ms-input-placeholder,
      .reveal .caldera-grid [type='color'].parsley-success::-ms-input-placeholder,
      .reveal .caldera-grid .chosen-container-single .chosen-single.valid::-ms-input-placeholder,
      .reveal .caldera-grid .chosen-container-single .chosen-single.parsley-success::-ms-input-placeholder,
      .reveal .caldera-grid textarea.valid::-ms-input-placeholder,
      .reveal .caldera-grid textarea.parsley-success::-ms-input-placeholder,
      .reveal .caldera-grid select.valid::-ms-input-placeholder,
      .reveal .caldera-grid select.parsley-success::-ms-input-placeholder {
        color: #a1ad95; }
      #content .caldera-grid [type='text'].valid::placeholder, #content .caldera-grid [type='text'].parsley-success::placeholder,
      #content .caldera-grid [type='password'].valid::placeholder,
      #content .caldera-grid [type='password'].parsley-success::placeholder,
      #content .caldera-grid [type='date'].valid::placeholder,
      #content .caldera-grid [type='date'].parsley-success::placeholder,
      #content .caldera-grid [type='datetime'].valid::placeholder,
      #content .caldera-grid [type='datetime'].parsley-success::placeholder,
      #content .caldera-grid [type='datetime-local'].valid::placeholder,
      #content .caldera-grid [type='datetime-local'].parsley-success::placeholder,
      #content .caldera-grid [type='month'].valid::placeholder,
      #content .caldera-grid [type='month'].parsley-success::placeholder,
      #content .caldera-grid [type='week'].valid::placeholder,
      #content .caldera-grid [type='week'].parsley-success::placeholder,
      #content .caldera-grid [type='email'].valid::placeholder,
      #content .caldera-grid [type='email'].parsley-success::placeholder,
      #content .caldera-grid [type='number'].valid::placeholder,
      #content .caldera-grid [type='number'].parsley-success::placeholder,
      #content .caldera-grid [type='search'].valid::placeholder,
      #content .caldera-grid [type='search'].parsley-success::placeholder,
      #content .caldera-grid [type='tel'].valid::placeholder,
      #content .caldera-grid [type='tel'].parsley-success::placeholder,
      #content .caldera-grid [type='time'].valid::placeholder,
      #content .caldera-grid [type='time'].parsley-success::placeholder,
      #content .caldera-grid [type='url'].valid::placeholder,
      #content .caldera-grid [type='url'].parsley-success::placeholder,
      #content .caldera-grid [type='color'].valid::placeholder,
      #content .caldera-grid [type='color'].parsley-success::placeholder,
      #content .caldera-grid .chosen-container-single .chosen-single.valid::placeholder,
      #content .caldera-grid .chosen-container-single .chosen-single.parsley-success::placeholder,
      #content .caldera-grid textarea.valid::placeholder,
      #content .caldera-grid textarea.parsley-success::placeholder,
      #content .caldera-grid select.valid::placeholder,
      #content .caldera-grid select.parsley-success::placeholder, .remodal .caldera-grid [type='text'].valid::placeholder, .remodal .caldera-grid [type='text'].parsley-success::placeholder,
      .remodal .caldera-grid [type='password'].valid::placeholder,
      .remodal .caldera-grid [type='password'].parsley-success::placeholder,
      .remodal .caldera-grid [type='date'].valid::placeholder,
      .remodal .caldera-grid [type='date'].parsley-success::placeholder,
      .remodal .caldera-grid [type='datetime'].valid::placeholder,
      .remodal .caldera-grid [type='datetime'].parsley-success::placeholder,
      .remodal .caldera-grid [type='datetime-local'].valid::placeholder,
      .remodal .caldera-grid [type='datetime-local'].parsley-success::placeholder,
      .remodal .caldera-grid [type='month'].valid::placeholder,
      .remodal .caldera-grid [type='month'].parsley-success::placeholder,
      .remodal .caldera-grid [type='week'].valid::placeholder,
      .remodal .caldera-grid [type='week'].parsley-success::placeholder,
      .remodal .caldera-grid [type='email'].valid::placeholder,
      .remodal .caldera-grid [type='email'].parsley-success::placeholder,
      .remodal .caldera-grid [type='number'].valid::placeholder,
      .remodal .caldera-grid [type='number'].parsley-success::placeholder,
      .remodal .caldera-grid [type='search'].valid::placeholder,
      .remodal .caldera-grid [type='search'].parsley-success::placeholder,
      .remodal .caldera-grid [type='tel'].valid::placeholder,
      .remodal .caldera-grid [type='tel'].parsley-success::placeholder,
      .remodal .caldera-grid [type='time'].valid::placeholder,
      .remodal .caldera-grid [type='time'].parsley-success::placeholder,
      .remodal .caldera-grid [type='url'].valid::placeholder,
      .remodal .caldera-grid [type='url'].parsley-success::placeholder,
      .remodal .caldera-grid [type='color'].valid::placeholder,
      .remodal .caldera-grid [type='color'].parsley-success::placeholder,
      .remodal .caldera-grid .chosen-container-single .chosen-single.valid::placeholder,
      .remodal .caldera-grid .chosen-container-single .chosen-single.parsley-success::placeholder,
      .remodal .caldera-grid textarea.valid::placeholder,
      .remodal .caldera-grid textarea.parsley-success::placeholder,
      .remodal .caldera-grid select.valid::placeholder,
      .remodal .caldera-grid select.parsley-success::placeholder, .reveal .caldera-grid [type='text'].valid::placeholder, .reveal .caldera-grid [type='text'].parsley-success::placeholder,
      .reveal .caldera-grid [type='password'].valid::placeholder,
      .reveal .caldera-grid [type='password'].parsley-success::placeholder,
      .reveal .caldera-grid [type='date'].valid::placeholder,
      .reveal .caldera-grid [type='date'].parsley-success::placeholder,
      .reveal .caldera-grid [type='datetime'].valid::placeholder,
      .reveal .caldera-grid [type='datetime'].parsley-success::placeholder,
      .reveal .caldera-grid [type='datetime-local'].valid::placeholder,
      .reveal .caldera-grid [type='datetime-local'].parsley-success::placeholder,
      .reveal .caldera-grid [type='month'].valid::placeholder,
      .reveal .caldera-grid [type='month'].parsley-success::placeholder,
      .reveal .caldera-grid [type='week'].valid::placeholder,
      .reveal .caldera-grid [type='week'].parsley-success::placeholder,
      .reveal .caldera-grid [type='email'].valid::placeholder,
      .reveal .caldera-grid [type='email'].parsley-success::placeholder,
      .reveal .caldera-grid [type='number'].valid::placeholder,
      .reveal .caldera-grid [type='number'].parsley-success::placeholder,
      .reveal .caldera-grid [type='search'].valid::placeholder,
      .reveal .caldera-grid [type='search'].parsley-success::placeholder,
      .reveal .caldera-grid [type='tel'].valid::placeholder,
      .reveal .caldera-grid [type='tel'].parsley-success::placeholder,
      .reveal .caldera-grid [type='time'].valid::placeholder,
      .reveal .caldera-grid [type='time'].parsley-success::placeholder,
      .reveal .caldera-grid [type='url'].valid::placeholder,
      .reveal .caldera-grid [type='url'].parsley-success::placeholder,
      .reveal .caldera-grid [type='color'].valid::placeholder,
      .reveal .caldera-grid [type='color'].parsley-success::placeholder,
      .reveal .caldera-grid .chosen-container-single .chosen-single.valid::placeholder,
      .reveal .caldera-grid .chosen-container-single .chosen-single.parsley-success::placeholder,
      .reveal .caldera-grid textarea.valid::placeholder,
      .reveal .caldera-grid textarea.parsley-success::placeholder,
      .reveal .caldera-grid select.valid::placeholder,
      .reveal .caldera-grid select.parsley-success::placeholder {
        color: #a1ad95; }
  #content .caldera-grid select, .remodal .caldera-grid select, .reveal .caldera-grid select {
    padding-right: 2rem; }
  #content .caldera-grid textarea, .remodal .caldera-grid textarea, .reveal .caldera-grid textarea {
    height: initial;
    padding: 0.6666666667rem 1rem; }
  #content .caldera-grid form .caldera_ajax_error_block, .remodal .caldera-grid form .caldera_ajax_error_block, .reveal .caldera-grid form .caldera_ajax_error_block {
    display: none; }
  #content .caldera-grid form .row, .remodal .caldera-grid form .row, .reveal .caldera-grid form .row {
    margin-bottom: 0.6666666667rem; }
    #content .caldera-grid form .row div[class^="col-"] , .remodal .caldera-grid form .row div[class^="col-"] , .reveal .caldera-grid form .row div[class^="col-"] {
      padding-left: 1rem;
      padding-right: 1rem; }
    #content .caldera-grid form .row .first_col, .remodal .caldera-grid form .row .first_col, .reveal .caldera-grid form .row .first_col {
      padding-right: 1rem; }
    #content .caldera-grid form .row .last_col, .remodal .caldera-grid form .row .last_col, .reveal .caldera-grid form .row .last_col {
      padding-left: 1rem; }
    #content .caldera-grid form .row .form-group, .remodal .caldera-grid form .row .form-group, .reveal .caldera-grid form .row .form-group {
      margin: 0; }
      #content .caldera-grid form .row .form-group label, .remodal .caldera-grid form .row .form-group label, .reveal .caldera-grid form .row .form-group label {
        margin: 0; }
      #content .caldera-grid form .row .form-group input[type=button], #content .caldera-grid form .row .form-group input[type=submit], #content .caldera-grid form .row .form-group button, #content .caldera-grid form .row .form-group .btn, #content .caldera-grid form .row .form-group .btn-default, #content .caldera-grid form .row .form-group .button, .remodal .caldera-grid form .row .form-group input[type=button], .remodal .caldera-grid form .row .form-group input[type=submit], .remodal .caldera-grid form .row .form-group button, .remodal .caldera-grid form .row .form-group .btn, .remodal .caldera-grid form .row .form-group .btn-default, .remodal .caldera-grid form .row .form-group .button, .reveal .caldera-grid form .row .form-group input[type=button], .reveal .caldera-grid form .row .form-group input[type=submit], .reveal .caldera-grid form .row .form-group button, .reveal .caldera-grid form .row .form-group .btn, .reveal .caldera-grid form .row .form-group .btn-default, .reveal .caldera-grid form .row .form-group .button {
        transition: all 0.3s;
        font-size: 1.0666666667rem;
        font-weight: 400;
        line-height: 1.6;
        text-transform: none;
        letter-spacing: 0;
        border-width: 0;
        border-style: solid;
        border-color: transparent;
        border-radius: 0;
        background: #285893;
        margin: 0 0 1.3333333333rem 0;
        padding: 0.4rem 2rem;
        color: #fff;
        display: inline-block;
        cursor: pointer;
        outline: none; }
        @media screen and (max-width: 63.9375em) {
          #content .caldera-grid form .row .form-group input[type=button], #content .caldera-grid form .row .form-group input[type=submit], #content .caldera-grid form .row .form-group button, #content .caldera-grid form .row .form-group .btn, #content .caldera-grid form .row .form-group .btn-default, #content .caldera-grid form .row .form-group .button, .remodal .caldera-grid form .row .form-group input[type=button], .remodal .caldera-grid form .row .form-group input[type=submit], .remodal .caldera-grid form .row .form-group button, .remodal .caldera-grid form .row .form-group .btn, .remodal .caldera-grid form .row .form-group .btn-default, .remodal .caldera-grid form .row .form-group .button, .reveal .caldera-grid form .row .form-group input[type=button], .reveal .caldera-grid form .row .form-group input[type=submit], .reveal .caldera-grid form .row .form-group button, .reveal .caldera-grid form .row .form-group .btn, .reveal .caldera-grid form .row .form-group .btn-default, .reveal .caldera-grid form .row .form-group .button {
            padding: 0.4rem 1.8666666667rem;
            font-size: 1.0666666667rem; } }
        @media screen and (max-width: 47.875em) {
          #content .caldera-grid form .row .form-group input[type=button], #content .caldera-grid form .row .form-group input[type=submit], #content .caldera-grid form .row .form-group button, #content .caldera-grid form .row .form-group .btn, #content .caldera-grid form .row .form-group .btn-default, #content .caldera-grid form .row .form-group .button, .remodal .caldera-grid form .row .form-group input[type=button], .remodal .caldera-grid form .row .form-group input[type=submit], .remodal .caldera-grid form .row .form-group button, .remodal .caldera-grid form .row .form-group .btn, .remodal .caldera-grid form .row .form-group .btn-default, .remodal .caldera-grid form .row .form-group .button, .reveal .caldera-grid form .row .form-group input[type=button], .reveal .caldera-grid form .row .form-group input[type=submit], .reveal .caldera-grid form .row .form-group button, .reveal .caldera-grid form .row .form-group .btn, .reveal .caldera-grid form .row .form-group .btn-default, .reveal .caldera-grid form .row .form-group .button {
            padding: 0.3333333333rem 1.6rem;
            font-size: 1rem; } }
        #content .caldera-grid form .row .form-group input[type=button]:hover, #content .caldera-grid form .row .form-group input[type=button]:focus, #content .caldera-grid form .row .form-group input[type=button]:active, #content .caldera-grid form .row .form-group input[type=submit]:hover, #content .caldera-grid form .row .form-group input[type=submit]:focus, #content .caldera-grid form .row .form-group input[type=submit]:active, #content .caldera-grid form .row .form-group button:hover, #content .caldera-grid form .row .form-group button:focus, #content .caldera-grid form .row .form-group button:active, #content .caldera-grid form .row .form-group .btn:hover, #content .caldera-grid form .row .form-group .btn:focus, #content .caldera-grid form .row .form-group .btn:active, #content .caldera-grid form .row .form-group .btn-default:hover, #content .caldera-grid form .row .form-group .btn-default:focus, #content .caldera-grid form .row .form-group .btn-default:active, #content .caldera-grid form .row .form-group .button:hover, #content .caldera-grid form .row .form-group .button:focus, #content .caldera-grid form .row .form-group .button:active, .remodal .caldera-grid form .row .form-group input[type=button]:hover, .remodal .caldera-grid form .row .form-group input[type=button]:focus, .remodal .caldera-grid form .row .form-group input[type=button]:active, .remodal .caldera-grid form .row .form-group input[type=submit]:hover, .remodal .caldera-grid form .row .form-group input[type=submit]:focus, .remodal .caldera-grid form .row .form-group input[type=submit]:active, .remodal .caldera-grid form .row .form-group button:hover, .remodal .caldera-grid form .row .form-group button:focus, .remodal .caldera-grid form .row .form-group button:active, .remodal .caldera-grid form .row .form-group .btn:hover, .remodal .caldera-grid form .row .form-group .btn:focus, .remodal .caldera-grid form .row .form-group .btn:active, .remodal .caldera-grid form .row .form-group .btn-default:hover, .remodal .caldera-grid form .row .form-group .btn-default:focus, .remodal .caldera-grid form .row .form-group .btn-default:active, .remodal .caldera-grid form .row .form-group .button:hover, .remodal .caldera-grid form .row .form-group .button:focus, .remodal .caldera-grid form .row .form-group .button:active, .reveal .caldera-grid form .row .form-group input[type=button]:hover, .reveal .caldera-grid form .row .form-group input[type=button]:focus, .reveal .caldera-grid form .row .form-group input[type=button]:active, .reveal .caldera-grid form .row .form-group input[type=submit]:hover, .reveal .caldera-grid form .row .form-group input[type=submit]:focus, .reveal .caldera-grid form .row .form-group input[type=submit]:active, .reveal .caldera-grid form .row .form-group button:hover, .reveal .caldera-grid form .row .form-group button:focus, .reveal .caldera-grid form .row .form-group button:active, .reveal .caldera-grid form .row .form-group .btn:hover, .reveal .caldera-grid form .row .form-group .btn:focus, .reveal .caldera-grid form .row .form-group .btn:active, .reveal .caldera-grid form .row .form-group .btn-default:hover, .reveal .caldera-grid form .row .form-group .btn-default:focus, .reveal .caldera-grid form .row .form-group .btn-default:active, .reveal .caldera-grid form .row .form-group .button:hover, .reveal .caldera-grid form .row .form-group .button:focus, .reveal .caldera-grid form .row .form-group .button:active {
          background-color: #1d406b;
          color: #fff;
          text-decoration: none; }
      #content .caldera-grid form .row .form-group input[type=button], #content .caldera-grid form .row .form-group input[type=submit], #content .caldera-grid form .row .form-group .btn-default, #content .caldera-grid form .row .form-group .btn, .remodal .caldera-grid form .row .form-group input[type=button], .remodal .caldera-grid form .row .form-group input[type=submit], .remodal .caldera-grid form .row .form-group .btn-default, .remodal .caldera-grid form .row .form-group .btn, .reveal .caldera-grid form .row .form-group input[type=button], .reveal .caldera-grid form .row .form-group input[type=submit], .reveal .caldera-grid form .row .form-group .btn-default, .reveal .caldera-grid form .row .form-group .btn {
        display: block;
        margin: 1.3333333333rem auto 1.3333333333rem auto; }
  #content .chosen-container, .remodal .chosen-container, .reveal .chosen-container {
    font-size: 1rem;
    font-family: inherit;
    font-weight: 400;
    font-style: optimizeLegibility;
    color: #222222;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    text-transform: none;
    letter-spacing: 0;
    margin: 0;
    height: 2.6666666667rem;
    padding: 0 1rem;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    background: #fff; }
    #content .chosen-container:hover a div, #content .chosen-container:active a div, #content .chosen-container:focus a div, .remodal .chosen-container:hover a div, .remodal .chosen-container:active a div, .remodal .chosen-container:focus a div, .reveal .chosen-container:hover a div, .reveal .chosen-container:active a div, .reveal .chosen-container:focus a div {
      background: #1d406b; }
    #content .chosen-container a div, .remodal .chosen-container a div, .reveal .chosen-container a div {
      width: 3.6rem;
      text-align: center;
      background: #285893;
      transition: all 0.3s; }
      #content .chosen-container a div b:before, .remodal .chosen-container a div b:before, .reveal .chosen-container a div b:before {
        content: ""; }
      #content .chosen-container a div b::before, .remodal .chosen-container a div b::before, .reveal .chosen-container a div b::before {
        position: relative;
        top: 0;
        line-height: 2.4666666667rem;
        font-size: 0.8rem;
        color: #fff; }
    #content .chosen-container.chosen-container-single .chosen-single, .remodal .chosen-container.chosen-container-single .chosen-single, .reveal .chosen-container.chosen-container-single .chosen-single {
      height: 2.6666666667rem;
      padding: 0 1rem;
      border: 1px solid #ccc;
      border-radius: 0;
      box-shadow: none;
      background: #fff; }
      #content .chosen-container.chosen-container-single .chosen-single:hover, #content .chosen-container.chosen-container-single .chosen-single:active, #content .chosen-container.chosen-container-single .chosen-single:focus, .remodal .chosen-container.chosen-container-single .chosen-single:hover, .remodal .chosen-container.chosen-container-single .chosen-single:active, .remodal .chosen-container.chosen-container-single .chosen-single:focus, .reveal .chosen-container.chosen-container-single .chosen-single:hover, .reveal .chosen-container.chosen-container-single .chosen-single:active, .reveal .chosen-container.chosen-container-single .chosen-single:focus {
        text-decoration: none; }
      #content .chosen-container.chosen-container-single .chosen-single span, .remodal .chosen-container.chosen-container-single .chosen-single span, .reveal .chosen-container.chosen-container-single .chosen-single span {
        margin: 0.4rem 0 0 0;
        color: #222222; }
    #content .chosen-container.chosen-container-active.chosen-with-drop a div b:before, .remodal .chosen-container.chosen-container-active.chosen-with-drop a div b:before, .reveal .chosen-container.chosen-container-active.chosen-with-drop a div b:before {
      content: ""; }
    #content .chosen-container.chosen-container-active.chosen-with-drop a div b::before, .remodal .chosen-container.chosen-container-active.chosen-with-drop a div b::before, .reveal .chosen-container.chosen-container-active.chosen-with-drop a div b::before {
      position: relative;
      top: 0;
      line-height: 2.6666666667rem; }
    #content .chosen-container .chosen-drop, .remodal .chosen-container .chosen-drop, .reveal .chosen-container .chosen-drop {
      box-shadow: 0 0 0.4666666667rem rgba(0, 0, 0, 0.24);
      border-radius: 0;
      border: 1px solid #ccc;
      padding: 0; }
      #content .chosen-container .chosen-drop .chosen-search, .remodal .chosen-container .chosen-drop .chosen-search, .reveal .chosen-container .chosen-drop .chosen-search {
        display: none; }
      #content .chosen-container .chosen-drop .chosen-results, .remodal .chosen-container .chosen-drop .chosen-results, .reveal .chosen-container .chosen-drop .chosen-results {
        padding: 0 1rem;
        padding-top: 0.6666666667rem;
        padding-bottom: 0.4rem; }
        #content .chosen-container .chosen-drop .chosen-results li, .remodal .chosen-container .chosen-drop .chosen-results li, .reveal .chosen-container .chosen-drop .chosen-results li {
          padding: 0 0 0.0666666667rem 0;
          color: #a2a1a1;
          font-size: 1rem;
          font-family: inherit;
          font-weight: 400;
          font-style: optimizeLegibility;
          line-height: 1.5;
          text-rendering: optimizeLegibility;
          text-transform: none;
          letter-spacing: 0; }
          #content .chosen-container .chosen-drop .chosen-results li.highlighted, .remodal .chosen-container .chosen-drop .chosen-results li.highlighted, .reveal .chosen-container .chosen-drop .chosen-results li.highlighted {
            color: #222222;
            background: none; }

/********************************
*** // Comments
********************************/
#comments .rating-star {
  position: relative;
  top: 0.3333333333rem;
  margin-right: 0.1333333333rem; }
  #comments .rating-star:before {
    content: ""; }
  #comments .rating-star.rating-star-grey {
    color: #d9d9d9; }
  #comments .rating-star.rating-star-yellow {
    background-image: linear-gradient(to top, #ffb400 0%, #ffd97e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent; }

#comments ol {
  list-style: none;
  margin: 0;
  padding: 0; }

#comments .comments-title {
  margin-bottom: 1rem; }

#comments .comments-info .rating {
  margin-right: 2rem;
  display: inline-block; }
  #comments .comments-info .rating .rating-star {
    font-size: 2rem;
    margin-right: 0.1333333333rem; }
  @media screen and (max-width: 63.9375em) {
    #comments .comments-info .rating {
      display: block; } }

#comments .comments-info .summary {
  font-weight: 500; }
  @media screen and (max-width: 63.9375em) {
    #comments .comments-info .summary {
      display: block; } }

#comments .comments-actions {
  text-align: right;
  margin-top: 0.6666666667rem; }
  @media screen and (max-width: 63.9375em) {
    #comments .comments-actions {
      text-align: left;
      margin: 2.6666666667rem 0 1.3333333333rem 0; } }

#comments ol.commentlist li.comment {
  padding: 2rem 0; }
  #comments ol.commentlist li.comment article.comment-entry .comment-column-1 {
    white-space: nowrap; }
    #comments ol.commentlist li.comment article.comment-entry .comment-column-1 .comment-avatar {
      display: inline-block;
      vertical-align: top;
      margin-right: 0.6666666667rem;
      margin-bottom: 0.6666666667rem; }
      #comments ol.commentlist li.comment article.comment-entry .comment-column-1 .comment-avatar img {
        width: 3.3333333333rem; }
    #comments ol.commentlist li.comment article.comment-entry .comment-column-1 .comment-author {
      display: inline-block;
      vertical-align: top; }
      #comments ol.commentlist li.comment article.comment-entry .comment-column-1 .comment-author h4.comment-author-name {
        margin-bottom: 0;
        line-height: 1; }
      #comments ol.commentlist li.comment article.comment-entry .comment-column-1 .comment-author .comment-author-country {
        font-size: 80%; }
  #comments ol.commentlist li.comment article.comment-entry .comment-column-2 .comment-meta {
    margin-bottom: 0.5333333333rem; }
    #comments ol.commentlist li.comment article.comment-entry .comment-column-2 .comment-meta .comment-rating {
      margin-right: 0.6666666667rem; }
      #comments ol.commentlist li.comment article.comment-entry .comment-column-2 .comment-meta .comment-rating .rating-star {
        font-size: 1.1333333333rem;
        position: relative;
        top: 0.0666666667rem; }
    #comments ol.commentlist li.comment article.comment-entry .comment-column-2 .comment-meta time {
      font-size: 95%;
      opacity: 0.5;
      margin-right: 0.4666666667rem; }
    #comments ol.commentlist li.comment article.comment-entry .comment-column-2 .comment-meta .comment-recommend {
      font-weight: 700; }
      @media screen and (max-width: 63.9375em) {
        #comments ol.commentlist li.comment article.comment-entry .comment-column-2 .comment-meta .comment-recommend {
          display: block; } }
  #comments ol.commentlist li.comment article.comment-entry .comment-column-2 .comment-actions div {
    display: inline-block;
    margin-right: 0.6666666667rem; }
  #comments ol.commentlist li.comment article.comment-entry .comment-column-3 {
    white-space: nowrap; }
    #comments ol.commentlist li.comment article.comment-entry .comment-column-3 .thumbs-wrapper {
      float: right;
      text-align: center; }
      #comments ol.commentlist li.comment article.comment-entry .comment-column-3 .thumbs-wrapper .thumbs-text {
        font-weight: 700;
        margin-bottom: 1.3333333333rem; }
      #comments ol.commentlist li.comment article.comment-entry .comment-column-3 .thumbs-wrapper .thumbs-container {
        border-radius: 0;
        border: 2px solid #ededed;
        background-color: #fff;
        padding: 0.4666666667rem 1rem;
        display: inline-block;
        vertical-align: middle;
        margin: 0 0.5333333333rem;
        cursor: pointer;
        font-weight: 500;
        transition: all 0.3s; }
        #comments ol.commentlist li.comment article.comment-entry .comment-column-3 .thumbs-wrapper .thumbs-container img {
          margin-right: 0.2rem;
          position: relative;
          top: -0.0666666667rem; }
        #comments ol.commentlist li.comment article.comment-entry .comment-column-3 .thumbs-wrapper .thumbs-container:hover, #comments ol.commentlist li.comment article.comment-entry .comment-column-3 .thumbs-wrapper .thumbs-container:active, #comments ol.commentlist li.comment article.comment-entry .comment-column-3 .thumbs-wrapper .thumbs-container:focus {
          background-color: #fafafa; }
      @media screen and (max-width: 63.9375em) {
        #comments ol.commentlist li.comment article.comment-entry .comment-column-3 .thumbs-wrapper {
          float: left;
          text-align: left; }
          #comments ol.commentlist li.comment article.comment-entry .comment-column-3 .thumbs-wrapper .thumbs-container {
            margin: 0 0.6666666667rem 0 0; } }
  #comments ol.commentlist li.comment ol.children {
    padding-left: 2rem; }

#comment-modal {
  max-width: 56.6666666667rem;
  width: 100%; }
  #comment-modal label {
    display: block; }
  #comment-modal input {
    margin: 0; }
  #comment-modal .hint {
    font-size: 90%;
    display: block; }
  #comment-modal .comment-form-row {
    padding: 0.8666666667rem 0;
    display: table;
    width: 100%; }
    @media screen and (max-width: 63.9375em) {
      #comment-modal .comment-form-row {
        display: block;
        width: initial; } }
    #comment-modal .comment-form-row .columns {
      display: table-cell;
      vertical-align: middle;
      float: none; }
      @media screen and (max-width: 63.9375em) {
        #comment-modal .comment-form-row .columns {
          display: block;
          float: initial; } }
      #comment-modal .comment-form-row .columns .comment-form-input label {
        display: inline;
        font-weight: 400;
        font-size: 1rem; }
      #comment-modal .comment-form-row .columns .comment-form-input .rating {
        overflow: hidden;
        font-size: 0;
        position: relative;
        top: 0px;
        display: block;
        float: left; }
      #comment-modal .comment-form-row .columns .comment-form-input .rating-input {
        float: right;
        width: 0;
        padding: 0;
        opacity: 0;
        margin: 0; }
      #comment-modal .comment-form-row .columns .comment-form-input .rating:hover .rating-star:hover,
      #comment-modal .comment-form-row .columns .comment-form-input .rating:hover .rating-star:hover ~ .rating-star,
      #comment-modal .comment-form-row .columns .comment-form-input .rating-input:checked ~ .rating-star {
        background: #285893;
        border: 1px solid #285893;
        border-left: none;
        border-right: 1px solid #1d406b; }
        #comment-modal .comment-form-row .columns .comment-form-input .rating:hover .rating-star:hover .rating-star-text,
        #comment-modal .comment-form-row .columns .comment-form-input .rating:hover .rating-star:hover ~ .rating-star .rating-star-text,
        #comment-modal .comment-form-row .columns .comment-form-input .rating-input:checked ~ .rating-star .rating-star-text {
          background-image: linear-gradient(to top, #ffb400 0%, #ffd97e 100%);
          -webkit-background-clip: text;
          background-clip: text;
          color: transparent;
          text-shadow: none; }
          #comment-modal .comment-form-row .columns .comment-form-input .rating:hover .rating-star:hover .rating-star-text:before,
          #comment-modal .comment-form-row .columns .comment-form-input .rating:hover .rating-star:hover ~ .rating-star .rating-star-text:before,
          #comment-modal .comment-form-row .columns .comment-form-input .rating-input:checked ~ .rating-star .rating-star-text:before {
            content: ""; }
        #comment-modal .comment-form-row .columns .comment-form-input .rating:hover .rating-star:hover:nth-child(2),
        #comment-modal .comment-form-row .columns .comment-form-input .rating:hover .rating-star:hover ~ .rating-star:nth-child(2),
        #comment-modal .comment-form-row .columns .comment-form-input .rating-input:checked ~ .rating-star:nth-child(2) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
        #comment-modal .comment-form-row .columns .comment-form-input .rating:hover .rating-star:hover:last-child,
        #comment-modal .comment-form-row .columns .comment-form-input .rating:hover .rating-star:hover ~ .rating-star:last-child,
        #comment-modal .comment-form-row .columns .comment-form-input .rating-input:checked ~ .rating-star:last-child {
          border-left: 1px solid #285893;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      #comment-modal .comment-form-row .columns .comment-form-input .rating-star, #comment-modal .comment-form-row .columns .comment-form-input .rating:hover .rating-star {
        position: relative;
        float: right;
        display: block;
        margin: 0;
        font-size: 2rem;
        background: #dcdbd2;
        padding: 0.1333333333rem 0.8rem 0 0.8rem;
        border: 1px solid #cacaca;
        border-left: none; }
        #comment-modal .comment-form-row .columns .comment-form-input .rating-star .rating-star-text, #comment-modal .comment-form-row .columns .comment-form-input .rating:hover .rating-star .rating-star-text {
          color: #fff;
          text-shadow: -1px -1px rgba(0, 0, 0, 0.25); }
          #comment-modal .comment-form-row .columns .comment-form-input .rating-star .rating-star-text:before, #comment-modal .comment-form-row .columns .comment-form-input .rating:hover .rating-star .rating-star-text:before {
            content: ""; }
        #comment-modal .comment-form-row .columns .comment-form-input .rating-star:nth-child(2), #comment-modal .comment-form-row .columns .comment-form-input .rating:hover .rating-star:nth-child(2) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
  #comment-modal .form-submit {
    text-align: center;
    margin: 1rem 0 0 0; }

/********************************
*** Modal
********************************/
.remodal {
  border-radius: 0 !important;
  background: #ffffff !important; }
  .remodal .caldera-grid {
    margin-top: 0; }
  .remodal .remodal-close {
    cursor: pointer;
    background: transparent;
    box-shadow: none;
    border: none; }
    .remodal .remodal-close:before {
      font-size: 2rem;
      color: #000;
      opacity: 0.5;
      height: 2.6666666667rem;
      width: 2.6666666667rem;
      line-height: 2.6666666667rem;
      transition: all 0.3s; }
    .remodal .remodal-close:hover:before, .remodal .remodal-close:active:before {
      opacity: 0.7; }

.reveal {
  padding: 1.8666666667rem 1.8666666667rem 2.1333333333rem;
  outline: 0;
  background: #ffffff;
  border: none; }
  .reveal .close-reveal-modal, .reveal .close-button {
    font-size: 2rem;
    line-height: 0.8rem;
    position: absolute;
    display: block;
    padding: 0.6666666667rem;
    color: #000;
    opacity: 0.5;
    font-weight: 400;
    cursor: pointer;
    background: transparent;
    margin-top: 0;
    top: 0;
    right: 0;
    box-shadow: none;
    border: none; }
    .reveal .close-reveal-modal:hover, .reveal .close-reveal-modal:active, .reveal .close-button:hover, .reveal .close-button:active {
      opacity: 0.7; }

body #cookie_modal {
  background: #285893; }
  body #cookie_modal p {
    color: #fff !important;
    margin: 1rem 2rem 1rem 0; }
    @media (max-width: 1300px) {
      body #cookie_modal p {
        margin: 1rem 2rem 1rem 1rem; } }
  body #cookie_modal a.close-modal {
    color: #fff;
    margin: 0 0.6666666667rem 0 2rem;
    top: 0.2666666667rem;
    right: 0.1333333333rem;
    text-decoration: none;
    transition: all 0.3s; }
    @media (max-width: 1300px) {
      body #cookie_modal a.close-modal {
        margin: 0 1.3333333333rem 0 2rem; } }
    body #cookie_modal a.close-modal:hover, body #cookie_modal a.close-modal:active, body #cookie_modal a.close-modal:focus {
      text-decoration: none;
      opacity: 0.7; }

/********************************
*** Menus
********************************/
#page {
  overflow-x: hidden; }
  #page::before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: -1;
    opacity: 0;
    background: #000000;
    transition: all 0.3s; }

html.menu-toggle--open #page::before {
  z-index: 99;
  opacity: 0.8;
  transition: all 0.3s; }

#content:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  transition: all 0.3s;
  background: #333;
  opacity: 0;
  pointer-events: none;
  z-index: 103; }

#content.menu-open:before {
  opacity: 0.8; }

#header {
  position: relative; }

.offscreen-wrapper {
  height: 6.5333333333rem;
  display: table;
  width: 100%;
  position: relative;
  background: #fff;
  color: #6b6b6b;
  font-family: "acumin-pro", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.0666666667rem;
  font-weight: 400;
  text-transform: normal;
  z-index: 100;
  border-bottom: 0.5333333333rem solid #6e9acc; }
  .offscreen-wrapper .site-logo {
    position: absolute;
    top: 0;
    text-align: center;
    z-index: 100;
    display: block;
    width: 100%; }
    .offscreen-wrapper .site-logo img {
      width: 10.4rem; }
  .offscreen-wrapper .toggle-menu-wrap {
    padding-left: 3rem;
    z-index: 101;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    min-width: 10rem; }
  .offscreen-wrapper .toggle-menu {
    display: block;
    position: relative;
    line-height: 0; }
    .offscreen-wrapper .toggle-menu .text {
      color: #6b6b6b;
      font-size: 0.9333333333rem;
      font-weight: 700;
      position: relative;
      top: -0.6666666667rem;
      left: 1rem;
      letter-spacing: 0.24em; }
    .offscreen-wrapper .toggle-menu.menu-toggle--open .lines-button.x2 .lines {
      transition: all 0s;
      left: -0.5333333333rem; }
      .offscreen-wrapper .toggle-menu.menu-toggle--open .lines-button.x2 .lines:before, .offscreen-wrapper .toggle-menu.menu-toggle--open .lines-button.x2 .lines:after {
        width: 3rem; }
  .offscreen-wrapper .search-icon {
    z-index: 101;
    display: table-cell;
    vertical-align: middle;
    min-width: 10rem; }
    .offscreen-wrapper .search-icon .search-link-wrapper {
      float: right; }
      .offscreen-wrapper .search-icon .search-link-wrapper a {
        display: table-cell;
        vertical-align: middle;
        width: 6.5333333333rem;
        height: 6.5333333333rem;
        text-align: center;
        color: #fff;
        text-decoration: none;
        background: #285893;
        transition: all 0.3s; }
        .offscreen-wrapper .search-icon .search-link-wrapper a .hoyryicon-search:before {
          font-size: 2.1333333333rem; }
        .offscreen-wrapper .search-icon .search-link-wrapper a:hover {
          background: #1d406b; }

@media screen and (max-width: 47.875em) {
  .offscreen-wrapper {
    height: 6.5333333333rem; }
    .offscreen-wrapper .site-logo img {
      width: 10.4rem; }
    .offscreen-wrapper .toggle-menu-wrap {
      min-width: 6.5333333333rem; }
      .offscreen-wrapper .toggle-menu-wrap .toggle-menu .text {
        display: none; }
    .offscreen-wrapper .search-icon {
      min-width: 6.5333333333rem; }
      .offscreen-wrapper .search-icon .search-link-wrapper a {
        width: 6.5333333333rem;
        height: 6.5333333333rem; } }

#mainnav.offscreen {
  overflow: hidden;
  transition: left 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  position: absolute;
  left: -100%;
  min-height: 100vh;
  width: 23.3333333333rem;
  z-index: 105;
  background: #12415a; }
  @media (max-width: 25.3333333333rem) {
    #mainnav.offscreen {
      width: 100%; } }
  #mainnav.offscreen.menu-open {
    left: 0px; }
  #mainnav.offscreen ul#main-menu {
    transition: left 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #1c668d; }
    #mainnav.offscreen ul#main-menu li {
      transition: all 0.3s;
      display: block;
      position: static; }
      #mainnav.offscreen ul#main-menu li:hover, #mainnav.offscreen ul#main-menu li:focus {
        background: #0a2230; }
      #mainnav.offscreen ul#main-menu li.current-menu-item > a {
        color: #285893;
        font-weight: 400;
        text-decoration: none; }
      #mainnav.offscreen ul#main-menu li:not(:first-child) > a {
        border-top: 1px solid #1c668d; }
      #mainnav.offscreen ul#main-menu li > a {
        transition: all 0.3s;
        display: block;
        position: relative;
        font-size: 1.0666666667rem;
        font-weight: 400;
        color: #fff;
        font-family: "acumin-pro", Helvetica, Roboto, Arial, sans-serif;
        font-style: normal;
        line-height: 1.4;
        text-rendering: optimizeLegibility;
        text-transform: none;
        text-decoration: none;
        letter-spacing: 0em;
        padding: 1.0666666667rem 2rem 1rem 3.3333333333rem;
        border-bottom: 1px solid #0c2c3c; }
        #mainnav.offscreen ul#main-menu li > a:hover, #mainnav.offscreen ul#main-menu li > a:focus {
          color: #e6e5e5;
          font-weight: 400;
          text-decoration: none; }
      #mainnav.offscreen ul#main-menu li.menu-item-has-children, #mainnav.offscreen ul#main-menu li.bigger {
        position: static; }
        #mainnav.offscreen ul#main-menu li.menu-item-has-children .go-next, #mainnav.offscreen ul#main-menu li.bigger .go-next {
          transition: all 0.3s;
          position: absolute;
          right: 0;
          top: 0;
          color: #fff;
          opacity: 0.6;
          padding: 1rem 1.5333333333rem; }
          #mainnav.offscreen ul#main-menu li.menu-item-has-children .go-next:before, #mainnav.offscreen ul#main-menu li.bigger .go-next:before {
            content: ""; }
          #mainnav.offscreen ul#main-menu li.menu-item-has-children .go-next:hover, #mainnav.offscreen ul#main-menu li.menu-item-has-children .go-next:focus, #mainnav.offscreen ul#main-menu li.bigger .go-next:hover, #mainnav.offscreen ul#main-menu li.bigger .go-next:focus {
            color: #e6e5e5;
            opacity: 1;
            padding-right: 1.3333333333rem; }
          #mainnav.offscreen ul#main-menu li.menu-item-has-children .go-next:before, #mainnav.offscreen ul#main-menu li.bigger .go-next:before {
            position: relative;
            font-size: 0.8rem;
            font-weight: 900; }
    #mainnav.offscreen ul#main-menu.go-away {
      left: -100%; }
    #mainnav.offscreen ul#main-menu li.some {
      padding-top: 4rem;
      padding-bottom: 1rem;
      border-top: 1px solid #1c668d;
      text-align: center;
      border-bottom: 1px solid #0c2c3c;
      border-top: 1px solid #1c668d; }
      #mainnav.offscreen ul#main-menu li.some:hover, #mainnav.offscreen ul#main-menu li.some:focus {
        background: #12415a; }
      #mainnav.offscreen ul#main-menu li.some > a {
        border: none; }
      #mainnav.offscreen ul#main-menu li.some a.some-icon {
        padding: 0;
        display: inline-block;
        color: #fff; }
        #mainnav.offscreen ul#main-menu li.some a.some-icon:hover, #mainnav.offscreen ul#main-menu li.some a.some-icon:active, #mainnav.offscreen ul#main-menu li.some a.some-icon:focus {
          color: #fff; }
        #mainnav.offscreen ul#main-menu li.some a.some-icon::before {
          font-size: 2.6666666667rem; }
    #mainnav.offscreen ul#main-menu li.contact {
      text-align: center;
      padding: 1.0666666667rem 4rem 0 4rem;
      border-bottom: 1px solid #0c2c3c;
      border-top: 1px solid #1c668d; }
      #mainnav.offscreen ul#main-menu li.contact > a {
        border: none; }
      #mainnav.offscreen ul#main-menu li.contact p {
        color: #fff;
        margin: 0 0 1.0666666667rem 0; }
      #mainnav.offscreen ul#main-menu li.contact:hover, #mainnav.offscreen ul#main-menu li.contact:focus {
        background: #12415a; }
      #mainnav.offscreen ul#main-menu li.contact input[type=button], #mainnav.offscreen ul#main-menu li.contact input[type=submit], #mainnav.offscreen ul#main-menu li.contact button, #mainnav.offscreen ul#main-menu li.contact .btn, #mainnav.offscreen ul#main-menu li.contact .button {
        width: 100%;
        margin: 0 0 1.0666666667rem 0; }
      #mainnav.offscreen ul#main-menu li.contact a.button {
        display: inline-block;
        color: #fff;
        padding: 0.4rem 2rem; }
  #mainnav.offscreen ul.sub-menu {
    transition: right 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
    display: none;
    position: absolute;
    top: 0px !important;
    right: -100%;
    min-height: 100vh;
    width: 100%;
    z-index: 103;
    padding: 0; }
    #mainnav.offscreen ul.sub-menu li > a {
      border: none; }
    #mainnav.offscreen ul.sub-menu li a .go-prev {
      transition: all 0.3s;
      position: absolute;
      left: 1.5333333333rem;
      top: 1rem;
      color: #fff; }
      #mainnav.offscreen ul.sub-menu li a .go-prev:before {
        content: ""; }
      #mainnav.offscreen ul.sub-menu li a .go-prev:before {
        font-size: 0.8rem; }
    #mainnav.offscreen ul.sub-menu li:hover .go-prev, #mainnav.offscreen ul.sub-menu li:focus .go-prev {
      color: #e6e5e5;
      left: 1.3333333333rem; }
    #mainnav.offscreen ul.sub-menu li:last-child {
      border-bottom: 1px solid #1c668d; }

@media only screen and (max-width: 1023px) {
  .toggle-menu {
    display: block; } }

@media only screen and (min-width: 1024px) {
  .toggle-menu {
    display: none; } }

.toggle-menu a {
  display: inline-block;
  border: 0px;
  background: transparent; }
  .toggle-menu a span {
    display: block; }
  .toggle-menu a:hover, .toggle-menu a:focus, .toggle-menu a:active {
    background: transparent; }

/* ====================== lines button ==================================================*/
.lines-button {
  padding: 0.8666666667rem 0.4333333333rem;
  transition: 0.2s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 0; }
  .lines-button:hover {
    opacity: 1; }
  .lines-button:active {
    transition: 0; }

.lines {
  display: inline-block;
  width: 1.7333333333rem;
  height: 0.2666666667rem;
  background: #285893;
  border-radius: 0;
  transition: 0.3s;
  position: relative; }
  .lines:before, .lines:after {
    display: inline-block;
    width: 1.7333333333rem;
    height: 0.2666666667rem;
    background: #285893;
    border-radius: 0;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.1238095238rem center;
    transform-origin: 0.1238095238rem center; }
  .lines:before {
    top: 0.5rem; }
  .lines:after {
    top: -0.5rem; }

.lines-button:hover .lines:before {
  top: 0.6rem; }

.lines-button:hover .lines:after {
  top: -0.6rem; }

.menu-toggle--open .lines-button .lines {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8); }

.lines-button.x2 .lines {
  transition: background 0.3s 0.6s ease; }
  .lines-button.x2 .lines:before, .lines-button.x2 .lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
    transition: top 0.3s 0.6s ease, transform 0.3s ease;
    transition: top 0.3s 0.6s ease, transform 0.3s ease, -webkit-transform 0.3s ease; }

.menu-toggle--open .lines-button.x2 .lines {
  transition: background 0.3s 0s ease;
  background: transparent; }
  .menu-toggle--open .lines-button.x2 .lines:before, .menu-toggle--open .lines-button.x2 .lines:after {
    transition: top 0.3s ease, -webkit-transform 0.3s 0.6s ease;
    transition: top 0.3s ease, transform 0.3s 0.6s ease;
    transition: top 0.3s ease, transform 0.3s 0.6s ease, -webkit-transform 0.3s 0.6s ease;
    top: 0;
    width: 1.7333333333rem; }
  .menu-toggle--open .lines-button.x2 .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg); }
  .menu-toggle--open .lines-button.x2 .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg); }

/********************************
*** Site sections
********************************/
/*************************************************************/
/*************************************************************/
.error404 #content {
  padding-top: 25px;
  min-height: 60vh; }
  .error404 #content #searchform {
    max-width: 400px; }

/*************************************************************/
/*************************************************************/
.search main {
  padding-top: 25px;
  min-height: 60vh; }
  .search main #searchform {
    max-width: 400px; }

/********************************
*** WooCommerce
********************************/
/********************************
*** Footer
********************************/
/*************************************************************/
/*************************************************************/
#footer {
  padding: 3.3333333333rem 0 2rem 0;
  background-color: #e6f2fb;
  color: #222222;
  font-size: 1.1333333333rem; }
  @media (max-width: 1300px) {
    #footer {
      padding-left: 1rem;
      padding-right: 1rem; } }
  #footer .footer-content {
    text-align: center;
    padding-bottom: 3.3333333333rem;
    border-bottom: 0.0666666667rem solid #dae6f1; }
    #footer .footer-content .logo {
      margin-bottom: 2.3333333333rem; }
    #footer .footer-content .contact_info {
      text-align: center; }
      #footer .footer-content .contact_info h2 {
        margin-bottom: 1.3333333333rem; }
      #footer .footer-content .contact_info p {
        color: #222222;
        margin: 0 0 0.0666666667rem 0;
        font-size: 1.1333333333rem; }
  #footer .powered-by-content {
    border-top: 0.0666666667rem solid #f8fcfe;
    padding-top: 2rem; }
    #footer .powered-by-content .powered-by {
      max-width: 8.3333333333rem;
      max-height: 4rem;
      margin: 0 auto; }
      #footer .powered-by-content .powered-by span {
        color: transparent; }
  #footer #powered_by_logo {
    max-width: 8.3333333333rem;
    max-height: 4rem;
    transition: all 0.3s;
    fill: #285893;
    opacity: 0.3; }
    #footer #powered_by_logo:hover, #footer #powered_by_logo:active, #footer #powered_by_logo:focus {
      opacity: 1; }

#super-footer {
  width: 100%;
  background-color: #244f84; }

/********************************
*** Custom
********************************/
/*************************************************************/
/*************************************************************/
html body {
  overflow-x: hidden;
  height: auto; }

html .infobox {
  position: relative;
  display: inline-block;
  background: white;
  padding: 2em;
  margin: 2em auto;
  border: 1px solid #12415a; }
  html .infobox p {
    text-align: center; }

html .reveal-overlay {
  overflow-y: auto; }

/*************************************************************/
/*************************************************************/
#page {
  min-height: 100vh;
  background: #e6f2fb; }

/*************************************************************/
/*************************************************************/
/*************************************************************/
/*************************************************************/
#main {
  max-width: 1920px;
  margin: 0 auto;
  border: 1px solid #efefef;
  border-bottom: 0;
  border-top: 0; }

#content {
  z-index: 0;
  position: relative; }
  @media (max-width: 1300px) {
    #content .section-container {
      padding-left: 1rem;
      padding-right: 1rem; } }
  #content .page-header p {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-style: italic;
    color: #12415a;
    text-transform: none;
    text-rendering: optimizeLegibility;
    letter-spacing: 0;
    font-size: 1.6666666667rem;
    line-height: 1.4;
    margin-top: 2.6666666667rem;
    margin-bottom: 1.3333333333rem;
    text-align: center; }
  #content .single-post-header {
    padding-top: 4.6666666667rem; }
  #content #single-post {
    padding-bottom: 4.6666666667rem; }
  @media (max-width: 1300px) {
    #content .kartta-ja-teksti .section-container {
      padding-left: 0;
      padding-right: 0; } }
  #content .kartta-ja-teksti .entry {
    position: relative;
    background: #e6f2fb; }
    #content .kartta-ja-teksti .entry .kartta-ja-teksti-image {
      width: 100%; }
    #content .kartta-ja-teksti .entry .kartta-ja-teksti-text {
      font-family: "adobe-garamond-pro", serif;
      font-size: 1.6666666667rem;
      font-style: italic;
      line-height: 1.33;
      width: 32.6666666667rem;
      text-align: center;
      position: absolute;
      top: 15%;
      left: 10%;
      color: #12415a; }
      @media (max-width: 1400px) {
        #content .kartta-ja-teksti .entry .kartta-ja-teksti-text {
          font-size: 1.4666666667rem;
          width: 31.3333333333rem; } }
      @media (max-width: 1200px) {
        #content .kartta-ja-teksti .entry .kartta-ja-teksti-text {
          left: 0;
          padding: 4rem 6.6666666667rem 2.6666666667rem 6.6666666667rem;
          width: auto;
          position: relative; } }
      @media screen and (max-width: 47.875em) {
        #content .kartta-ja-teksti .entry .kartta-ja-teksti-text {
          padding: 3.3333333333rem 3.3333333333rem 2rem 3.3333333333rem;
          font-size: 1.3333333333rem; } }
  #content .sisalto-osio .large-4 img, #content .sisalto-osio .medium-4 img {
    margin-bottom: 1.3333333333rem;
    width: 100%; }
  #content p.video-text {
    margin-bottom: 3rem;
    text-align: center; }
  #content .uutinen_ja_materiaalipankki .news {
    margin-bottom: 0.6666666667rem; }
    #content .uutinen_ja_materiaalipankki .news h3.uutisen-otsikko {
      margin-bottom: 0.3333333333rem; }
    #content .uutinen_ja_materiaalipankki .news .uutisen-paivamaara {
      font-family: "adobe-garamond-pro", serif;
      font-style: italic;
      color: #7594b9;
      font-size: 1.0666666667rem; }
  #content .uutinen_ja_materiaalipankki .material-bank .materiaalipankin-tiedostot a {
    display: block;
    border-bottom: 0.0666666667rem solid #bfcdde;
    padding: 0.3333333333rem 0 0.4rem 0;
    font-weight: 700; }

#content h1.page-title,
#content h1.post-title,
#content h2.page-title,
#content h2.post-title,
#content .h1.page-title,
#content .h1.post-title,
#content .h2.page-title,
#content .h2.post-title, #tinymce h1.page-title,
#tinymce h1.post-title,
#tinymce h2.page-title,
#tinymce h2.post-title,
#tinymce .h1.page-title,
#tinymce .h1.post-title,
#tinymce .h2.page-title,
#tinymce .h2.post-title {
  text-align: center; }

#content .simple-header h1::after, #content .simple-header h2::after, #tinymce .simple-header h1::after, #tinymce .simple-header h2::after {
  content: '';
  width: initial;
  height: initial;
  background: none;
  display: initial;
  margin: 0; }

#content h2.section-title,
#content .h2.section-title, #tinymce h2.section-title,
#tinymce .h2.section-title {
  text-align: center;
  margin-bottom: 2.3333333333rem; }

#content .ingressi p, #tinymce .ingressi p {
  text-align: center; }

#content blockquote, #tinymce blockquote {
  border: none;
  padding-left: 2rem;
  position: relative; }
  #content blockquote:before, #tinymce blockquote:before {
    content: '';
    width: 0.0666666667rem;
    border-left: 0.1333333333rem solid #285893;
    position: absolute;
    left: 0;
    top: 0.8666666667rem;
    bottom: 0.3333333333rem; }

#content ul, #content ol, #tinymce ul, #tinymce ol {
  font-size: 1rem; }

#content ul, #tinymce ul {
  list-style: circle; }

#content p.uppercase,
#content p .uppercase, #content h2.uppercase,
#content h2 .uppercase, #content h3.uppercase,
#content h3 .uppercase, #content h4.uppercase,
#content h4 .uppercase, #content h5.uppercase,
#content h5 .uppercase, #content a.uppercase,
#content a .uppercase, #tinymce p.uppercase,
#tinymce p .uppercase, #tinymce h2.uppercase,
#tinymce h2 .uppercase, #tinymce h3.uppercase,
#tinymce h3 .uppercase, #tinymce h4.uppercase,
#tinymce h4 .uppercase, #tinymce h5.uppercase,
#tinymce h5 .uppercase, #tinymce a.uppercase,
#tinymce a .uppercase {
  text-transform: uppercase;
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum"; }

#content p.no-top-margin, #content h2.no-top-margin, #content h3.no-top-margin, #content h4.no-top-margin, #content h5.no-top-margin, #content a.no-top-margin, #tinymce p.no-top-margin, #tinymce h2.no-top-margin, #tinymce h3.no-top-margin, #tinymce h4.no-top-margin, #tinymce h5.no-top-margin, #tinymce a.no-top-margin {
  margin-top: 0; }

#content p.no-bottom-margin, #content h2.no-bottom-margin, #content h3.no-bottom-margin, #content h4.no-bottom-margin, #content h5.no-bottom-margin, #content a.no-bottom-margin, #tinymce p.no-bottom-margin, #tinymce h2.no-bottom-margin, #tinymce h3.no-bottom-margin, #tinymce h4.no-bottom-margin, #tinymce h5.no-bottom-margin, #tinymce a.no-bottom-margin {
  margin-bottom: 0; }

#content table, #tinymce table {
  margin-bottom: 1.3333333333rem;
  width: 100%; }
  #content table tr th, #content table tr td, #tinymce table tr th, #tinymce table tr td {
    padding: 0.2rem 0; }
  #content table tr th, #tinymce table tr th {
    font-weight: 700;
    text-align: left; }
  #content table.center, #tinymce table.center {
    margin: 0 auto; }
  #content table.border, #tinymce table.border {
    border: 7px solid #e8e8e8; }
  #content table.width50, #tinymce table.width50 {
    width: 50%; }
  #content table.width60, #tinymce table.width60 {
    width: 60%; }
    @media only screen and (max-width: 767px) {
      #content table.width60, #tinymce table.width60 {
        width: 70%; } }
  #content table.width70, #tinymce table.width70 {
    width: 70%; }
    @media only screen and (max-width: 767px) {
      #content table.width70, #tinymce table.width70 {
        width: 80%; } }
  #content table.width80, #tinymce table.width80 {
    width: 80%; }
    @media only screen and (max-width: 767px) {
      #content table.width80, #tinymce table.width80 {
        width: 90%; } }

#content .thank-you-icon, #tinymce .thank-you-icon {
  display: block;
  text-align: center; }
  #content .thank-you-icon:before, #tinymce .thank-you-icon:before {
    font-size: 10rem;
    color: #285893; }

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