@import "/sites/all/themes/kisc/fontawesome/css/font-awesome.css";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*!
 * bootstrap-grid 3.0.0
 * Copyright 2015-present, Santeri Hiltunen
 * Licensed under MIT (https://github.com/Hilzu/bootstrap-grid/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.0%;
  }
  .col-sm-3 {
    width: 24.9%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.0%;
  }
  .col-md-3 {
    width: 24.9%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.alfa {
  padding-left: 0;
}
.omega {
  padding-right: 0;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 676px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 1.2em;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid rgba(140, 140, 140, 0.3);
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/**
 Tato fnc by mala generovat random cisla
 Aktualne sa vsak venuje generovaniu nul. Interesting.
*/
.signup-center {
  text-align: center;
}
.kisc-gray {
  color: #737376;
}
.pb-50 {
  padding-bottom: 50px;
}
.page-membership-registration-complete #footer {
  margin-top: 0 !important;
}
#block-views-membership-events-block-1 .event-label-header {
  width: 100%;
}
#block-views-membership-events-block-1 .double-field-first {
  color: #737376;
}
#block-views-membership-events-block-1 .membership-block-item-title {
  margin: 25px 0 !important;
}
.staff-history,
.downloads,
.events {
  margin-top: 0 !important;
}
.view-mms-positions .job-content {
  margin-bottom: 30px;
}
#membership-account textarea {
  line-height: 1.5em !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
.form-item-contact input[type="radio"]:checked + label::before,
#edit-visibility input[type="radio"]:checked + label::before,
#edit-communication input[type="radio"]:checked + label::before,
.form-item-show-advanced input[type="radio"]:checked + label::before,
.form-item-staff input[type="radio"]:checked + label::before,
.form-item-membership-communication input[type="radio"]:checked + label::before,
.form-item-contact input[type="checkbox"]:checked + label::before,
#edit-visibility input[type="checkbox"]:checked + label::before,
#edit-communication input[type="checkbox"]:checked + label::before,
.form-item-show-advanced input[type="checkbox"]:checked + label::before,
.form-item-staff input[type="checkbox"]:checked + label::before,
.form-item-membership-communication input[type="checkbox"]:checked + label::before {
  background-color: #00a4f2;
  content: "✕";
  color: #FFF;
}
.form-item-contact input[type="radio"] + label::before,
#edit-visibility input[type="radio"] + label::before,
#edit-communication input[type="radio"] + label::before,
.form-item-show-advanced input[type="radio"] + label::before,
.form-item-staff input[type="radio"] + label::before,
.form-item-membership-communication input[type="radio"] + label::before,
.form-item-contact input[type="checkbox"] + label::before,
#edit-visibility input[type="checkbox"] + label::before,
#edit-communication input[type="checkbox"] + label::before,
.form-item-show-advanced input[type="checkbox"] + label::before,
.form-item-staff input[type="checkbox"] + label::before,
.form-item-membership-communication input[type="checkbox"] + label::before {
  content: " ";
  display: block;
  text-align: center;
  line-height: 17px;
  position: absolute;
  font-size: 19px;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #00a4f2;
  border-radius: 3px;
  cursor: pointer;
}
.form-item-contact input[type="radio"] + label,
#edit-visibility input[type="radio"] + label,
#edit-communication input[type="radio"] + label,
.form-item-show-advanced input[type="radio"] + label,
.form-item-staff input[type="radio"] + label,
.form-item-membership-communication input[type="radio"] + label,
.form-item-contact input[type="checkbox"] + label,
#edit-visibility input[type="checkbox"] + label,
#edit-communication input[type="checkbox"] + label,
.form-item-show-advanced input[type="checkbox"] + label,
.form-item-staff input[type="checkbox"] + label,
.form-item-membership-communication input[type="checkbox"] + label {
  margin: 0;
  font-size: 16px;
  padding: 6px 0 4px 32px;
  text-transform: none;
  cursor: pointer;
}
.form-item-contact input[type="radio"],
#edit-visibility input[type="radio"],
#edit-communication input[type="radio"],
.form-item-show-advanced input[type="radio"],
.form-item-staff input[type="radio"],
.form-item-membership-communication input[type="radio"],
.form-item-contact input[type="checkbox"],
#edit-visibility input[type="checkbox"],
#edit-communication input[type="checkbox"],
.form-item-show-advanced input[type="checkbox"],
.form-item-staff input[type="checkbox"],
.form-item-membership-communication input[type="checkbox"] {
  display: none;
}
form[id="membership-signup-form"] .form-item {
  margin-bottom: 3em;
}
#block-views-mms-positions-block,
#block-views-membership-events-block-1 {
  clear: both;
  margin-top: 100px;
  padding: 80px 0 0;
  background-color: #f9f9f9;
  margin-left: -5000px;
  padding-left: 5000px;
  margin-right: -5000px;
  padding-right: 5000px;
  padding-bottom: 100px;
}
#block-views-mms-positions-block .header-wrapper,
#block-views-membership-events-block-1 .header-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
#block-views-mms-positions-block #block-header,
#block-views-membership-events-block-1 #block-header {
  font-family: 'Aleo Regular', serif;
  margin: 0;
}
#block-views-mms-positions-block .field-label-above .field-label,
#block-views-membership-events-block-1 .field-label-above .field-label {
  display: none;
}
#block-views-mms-positions-block .membership-block-item-title,
#block-views-membership-events-block-1 .membership-block-item-title {
  margin-bottom: 0;
}
#block-views-mms-positions-block .membership-block-item-title a,
#block-views-membership-events-block-1 .membership-block-item-title a {
  color: #262628;
  font-family: 'Aleo Regular', serif;
}
#membership-signup form .form-item-terms,
.membership form .form-item-terms {
  margin: 2em 0 3em 0 !important;
}
/*#membership-signup,.membership {
  form {
    .form-item-phone {
      clear: both;
    }

    .form-item-terms {
      margin: 2em 0;
    }

    .form-item-first-name, .form-item-date-of-birth, .form-item-date-of-birth-2, .form-item-phone, .form-item-city {
      width: 49% !important;
      float: left !important;
      margin: 1em 0;
    }

    .form-item-last-name, .form-item-nationality, .form-item-email, .form-item-postal-code {
      width: 49% !important;
      float: right !important;
      margin: 1em 0;
    }

    .form-item-postal-code, .form-item-city, .form-item-email, .form-item-phone {
      margin-top: 0;
    }

    .form-item-postal-code, .form-item-city, .form-item-email, .form-item-date-of-birth, .form-item-date-of-birth-2, .form-item-first-name, .form-item-last-name {
      margin-bottom: 2em;
    }

    .form-item-address, .form-item-membership-question, .form-item-role,
    .form-item-scout-group-name, .form-item-profession, .form-item-country, .form-item-profile-text {
      clear: both;
      width: 100%;
      margin: 2em 0;
    }

    .form-item-membership-question {

      select, option {
        width: 125px;
        text-align: center;
      }

    }

    #edit-membership-communication label::before{
      top:0;
    }

  }
}

.membership form .form-item-country {
  margin: 1em 0;
}*/
.link-left-arrow {
  position: relative;
}
.link-left-arrow a::after {
  content: " ";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 12px;
  height: 26px;
  background: url(/sites/all/themes/kisc/img/arrow.svg) no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
  transition: all 0.3s ease-in;
}
.link-left-arrow:hover a::after {
  left: -12px;
  transition: all 0.3s ease-in;
}
#membership-signup {
  position: relative;
}
#membership-signup .membership-signup-header {
  font-family: 'Aleo Regular', serif;
  text-align: left;
  margin-bottom: 50px;
}
#membership-signup .membership-signup-header-text,
#membership-signup #membership-signup-info {
  color: #737376;
  line-height: 30px;
  font-size: 18px;
}
#membership-signup #membership-signup-details,
#membership-signup #membership-signup-info,
#membership-signup #memebrship-account {
  margin-top: 60px;
}
#membership-signup .form-item-membership-question-textfield {
  margin-top: -40px;
}
#membership-signup .form-type-item label {
  font-family: "Aleo Regular", serif;
  font-size: 24px;
  font-weight: normal;
  margin-top: 30px;
}
#membership-signup form {
  max-width: 540px;
  margin: 0 auto;
}
#membership-signup p {
  margin: 0;
  padding: 0;
}
#membership-signup label {
  margin: 10px 0 10px 0;
}
#membership-signup .option {
  margin: 0;
}
#membership-signup #edit-submit,
#membership-signup #edit-submit-next {
  float: right;
}
#membership-signup #edit-submit-back {
  float: left;
}
#membership-signup #edit-submit,
#membership-signup #edit-submit-next,
#membership-signup #edit-submit-back {
  display: inline-block;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  background-color: #00a4f2;
  border-radius: 5px;
  border: 1px solid #00a4f2;
  height: 58px;
  line-height: 59px;
  text-transform: uppercase;
  padding: 0 10px;
  width: 140px;
}
#membership-signup #edit-submit:hover,
#membership-signup #edit-submit-back:hover,
#membership-signup #edit-submit-next:hover {
  color: #FFF;
  border-color: #3a5dae;
  text-shadow: 1px 1px 1px #3a5dae;
}
#membership-signup #membership-summary-form {
  padding: 0;
  justify-content: space-around;
  margin-top: 100px;
}
#membership-signup #membership-summary-form #edit-submit {
  width: 220px;
}
#membership-signup .share-links-wrapper {
  position: static;
}
#membership-signup .share-links-wrapper .share-links {
  margin-top: 20px;
}
#membership-signup .share {
  margin-top: 30px;
  font-weight: bold;
  font-size: 14px;
}
#membership-summary,
#membership-redirect-back-form {
  width: 540px;
  margin: 60px auto 0 auto;
}
#membership-summary .details-header,
#membership-redirect-back-form .details-header {
  margin-top: 60px;
  font-size: 18px;
}
.back-form-wrapper {
  margin-top: 100px;
}
#membership-redirect-back-form {
  padding: 0 !important;
}
#contact-details-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 110px;
}
.registration-info-wrapper {
  /*display:flex;*/
  font-size: 14px;
  line-height: 22px;
  color: #262628;
}
.registration-info-wrapper .registration-info-one {
  color: #8c8c8c;
  font-weight: 400;
}
.registration-info-wrapper .registration-info-one,
.registration-info-wrapper .registration-info-two {
  display: inline;
}
.registration-info-type {
  width: 125px;
}
.registration-question-type {
  width: auto;
}
.info-wrapper {
  margin-bottom: 110px;
  display: flex;
  width: 100%;
}
.full-width-wrapper {
  background-color: #f9f9f9;
  min-height: 1000px;
  padding-bottom: 100px;
  margin-left: -5000px;
  padding-left: 5000px;
  margin-right: -5000px;
  padding-right: 5000px;
}
.full-width-wrapper.anonymous {
  min-height: 100px;
}
#membership-signup-form-wrapper form[id="membership-signup-form"] .form-type-checkbox,
#membership-signup-form-wrapper form[id="membership-signup-form"] .form-type-radio {
  margin: 15px 0;
}
#membership-signup-form-wrapper form label {
  text-transform: none !important;
  max-width: 90%;
}
#membership-signup-form-wrapper form .description {
  color: #8c8c8c;
  font-size: 13px;
  margin-top: 3px;
}
#membership-signup-form-wrapper select {
  background: url(/sites/all/themes/kisc/img/dropdown-icon.svg) calc(100% - 8px) 52% no-repeat #ffffff;
}
#membership-signup-form-wrapper .form-item-generate input[type="checkbox"],
#membership-signup-form-wrapper .form-item-membership-question input[type="checkbox"],
#membership-signup-form-wrapper .form-item-terms input[type="checkbox"] {
  display: none;
}
#membership-signup-form-wrapper .form-item-generate input[type="checkbox"]:checked + label:before,
#membership-signup-form-wrapper .form-item-membership-question input[type="checkbox"]:checked + label:before,
#membership-signup-form-wrapper .form-item-terms input[type="checkbox"]:checked + label:before {
  background-color: #00a4f2;
  content: "✕";
  color: #FFF;
}
#membership-signup-form-wrapper .form-item-generate label.option,
#membership-signup-form-wrapper .form-item-membership-question label.option,
#membership-signup-form-wrapper .form-item-terms label.option {
  font-weight: 400;
  padding: 6px 0 4px 35px;
  margin: 0;
  cursor: pointer;
  position: relative;
}
#membership-signup-form-wrapper .form-item-generate label.option:before,
#membership-signup-form-wrapper .form-item-membership-question label.option:before,
#membership-signup-form-wrapper .form-item-terms label.option:before {
  content: " ";
  display: block;
  text-align: center;
  line-height: 17px;
  position: absolute;
  font-size: 19px;
  left: 0;
  bottom: 4px;
  width: 16px;
  height: 16px;
  border: 1px solid #00a4f2;
  border-radius: 3px;
}
.membership-signup-form-header {
  width: 83%;
  margin: 0 auto;
}
.membership-navigation {
  font-family: 'Cabin', sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  padding: 0 160px;
  margin-top: 30px;
  margin-bottom: 40px;
  display: flex;
  border-bottom: 1px solid gainsboro;
  color: #262628;
  padding-left: 100px;
}
.membership-navigation .membership-status,
.membership-navigation .membership-status-active {
  text-align: center;
  padding: 20px 20px !important;
  font-size: 13px;
  font-weight: bold;
  font-family: 'Cabin Bold', sans-serif;
}
.membership-navigation .membership-status-active {
  color: #00a4f2;
  border-bottom: 5px solid;
  padding-bottom: 13px !important;
}
#membership-account-pager {
  text-transform: uppercase;
  font-size: 13px;
  margin: 0;
  padding: 20px 0;
  display: flex;
  border-bottom: 1px solid gainsboro;
  color: #737376;
  font-weight: bold;
}
#membership-account-pager li {
  list-style: none;
}
#membership-account-pager .account-pager {
  color: #262628;
  text-align: center;
  padding: 20px !important;
  transition: all 0.3s ease-out;
  font-family: "Cabin Bold", sans-serif;
}
#membership-account-pager .account-pager.inactive {
  color: #adadad;
}
#membership-account-pager .account-pager-active {
  font-weight: normal;
  color: #00a4f2;
  border-bottom: 5px solid;
  padding: 20px !important;
  padding-bottom: 15px !important;
  font-family: "Cabin Bold", sans-serif;
}
.membership-account-navigation {
  max-width: 540px;
  margin: 0 auto;
  border-bottom: 1px solid gainsboro;
}
.membership-account-navigation #membership-account-login-form,
.membership-account-navigation #membership-account-register-form {
  width: auto;
  display: inline-block;
}
.membership-account-navigation #membership-account-login-form > div,
.membership-account-navigation #membership-account-register-form > div {
  display: inherit;
}
.membership-account-navigation #membership-account-login-form .membership-account-status,
.membership-account-navigation #membership-account-register-form .membership-account-status {
  background: none;
  border: none;
  padding: 20px 20px 0 20px !important;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Cabin Bold', sans-serif;
}
.membership-account-navigation #membership-account-login-form .membership-account-status-active,
.membership-account-navigation #membership-account-register-form .membership-account-status-active {
  cursor: default;
  color: #00a4f2;
  border-bottom: 5px solid;
  padding-bottom: 13px !important;
}
#membership-signup-details {
  width: 30%;
}
#membership-signup-info {
  width: 50%;
}
#membership-signup-form-wrapper {
  padding-top: 80px;
  width: 1170px;
  margin: 0 auto;
  background-color: #f9f9f9;
}
#membership-signup-form-wrapper h1 {
  text-align: center;
}
#membership-signup-form-wrapper #membership-admin-register-user-form #edit-submit,
#membership-signup-form-wrapper #user-login #edit-submit,
#membership-signup-form-wrapper #user-register-form #edit-submit {
  float: none;
  width: 100%;
}
#membership-signup-form-wrapper .membership-registration-messages {
  max-width: 540px;
  margin: 0 auto;
}
#block-activit-activit-membership-staff-two {
  border-top: 1px solid #e3e3e3;
}
#staff-hisory-block-two {
  background-color: #f9f9f9;
  margin-left: -5000px;
  padding-left: 5000px;
  margin-right: -5000px;
  padding-right: 5000px;
  padding-bottom: 100px;
  padding-top: 50px;
}
#staff-hisory-block-two .header {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
  letter-spacing: -0.5px;
  margin-bottom: 0;
  width: 360px;
  margin-left: auto;
}
#staff-hisory-block-two .profiles {
  font-family: 'Aleo Regular', serif;
  font-size: 36px;
  line-height: normal;
  letter-spacing: -0.5px;
  color: #8c8c8c;
  margin-top: 0;
  margin-bottom: 45px;
  width: 360px;
  margin-left: auto;
}
#staff-hisory-block-two .read-more {
  float: right;
  margin-right: 50px;
}
#membership-header .honorary-membership,
#membership-header .life-membership {
  background-color: #1eb446;
  color: white;
  display: inline-block;
  float: left;
  padding: 7px 25px;
  margin: 60px 10px 0 0;
}
#membership-header #membership-user-image {
  float: left;
  width: 170px;
}
#membership-header .header-text {
  margin-top: 75px;
  width: 60%;
  float: left;
  padding-left: 30px;
}
#membership-header .header-text h1 {
  margin: 0;
}
#membership-header .header-text p {
  font-size: 39px;
  margin: 0;
}
#membership-page-title {
  width: 66.66666667%;
  padding: 0;
}
#membership-page-title .page-title {
  font-family: "Aleo Regular", serif;
  font-size: 24px !important;
  color: #262628;
  margin-top: 0;
}
.view-membership-events,
.view-membership-announcements {
  color: #737376;
  line-height: 30px;
  font-size: 18px;
}
.view-membership-events h2.accordion-title,
.view-membership-announcements h2.accordion-title {
  font-size: 26px !important;
}
.view-membership-events h2.accordion-title span,
.view-membership-announcements h2.accordion-title span {
  margin-bottom: 20px;
}
.view-membership-events h2.accordion-title.ui-accordion-header-active .event-label-header,
.view-membership-announcements h2.accordion-title.ui-accordion-header-active .event-label-header {
  display: none;
  clear: none;
}
.node-mms-announcements .announcement-label-header .type-info,
.node-mms-event .announcement-label-header .type-info {
  font-size: 14px;
  margin: 45px 0 10px 0;
  color: #94949b;
  font-family: "Cabin", sans-serif;
  text-transform: uppercase;
}
.node-mms-announcements .announcement-label-header .description,
.node-mms-event .announcement-label-header .description {
  font-size: 18px;
  line-height: 30px;
}
.node-mms-announcements .announcement-content .field-item,
.node-mms-event .announcement-content .field-item {
  font-size: 18px;
  line-height: 30px;
}
.node-mms-announcements .announcement-label-header,
.node-mms-event .announcement-label-header,
.node-mms-announcements .event-label-header,
.node-mms-event .event-label-header {
  clear: both;
}
.node-mms-announcements .announcement-label-header p,
.node-mms-event .announcement-label-header p,
.node-mms-announcements .event-label-header p,
.node-mms-event .event-label-header p {
  color: #737376;
  font-family: 'Cabin', sans-serif;
  font-size: 18px;
  line-height: 1.67em;
  margin: 0;
}
.node-mms-announcements .event-label-header.event-label-content > div,
.node-mms-event .event-label-header.event-label-content > div {
  font-size: 14px;
  line-height: 22px;
  color: #262628;
  /*font-family: "Cabin", sans-serif;*/
}
.node-mms-announcements .event-label-header.event-label-content > div .double-field-first,
.node-mms-event .event-label-header.event-label-content > div .double-field-first {
  color: #8c8c8c;
  display: inline;
  margin-right: 5px;
}
.node-mms-announcements .event-label-header.event-label-content > div .double-field-second,
.node-mms-event .event-label-header.event-label-content > div .double-field-second {
  display: inline;
}
.node-mms-announcements .announcement-content,
.node-mms-event .announcement-content,
.node-mms-announcements .event-content,
.node-mms-event .event-content {
  padding: 0;
  border: 0;
}
.node-mms-announcements .event-label-header,
.node-mms-event .event-label-header {
  width: 40%;
  float: left;
}
.node-mms-announcements .event-content,
.node-mms-event .event-content {
  clear: both;
  font-size: 18px;
  color: #737376;
  line-height: 30px;
  font-family: 'Cabin', sans-serif;
  border: 0;
  padding: 1em 10% 0 0;
  border-radius: 0;
  margin-bottom: 0;
  float: left;
}
.node-mms-announcements .event-content .event-description,
.node-mms-event .event-content .event-description {
  margin-bottom: 10px;
}
.node-mms-announcements .event-content .read-more-link,
.node-mms-event .event-content .read-more-link {
  font-size: 18px;
  color: #00a4f2 !important;
}
.node-mms-announcements .event-content .event-label-content > div,
.node-mms-event .event-content .event-label-content > div {
  font-size: 14px;
  line-height: 22px;
  color: #262628;
}
.node-mms-announcements .event-content .event-label-content > div .double-field-first,
.node-mms-event .event-content .event-label-content > div .double-field-first {
  color: #8c8c8c;
  display: inline;
  margin-right: 5px;
}
.node-mms-announcements .event-content .event-label-content > div .double-field-second,
.node-mms-event .event-content .event-label-content > div .double-field-second {
  display: inline;
}
#membership-page-title .page-title {
  padding-left: 15px;
}
form[id="membership-mailchimp-subscribe-form"] h1,
form[id="membership-mailchimp-unsubscribe-form"] h1,
form[id="membership-profile-update-form"] h1,
form[id="edit-account-form"] h1 {
  font-family: "Aleo Regular", serif;
  font-size: 24px;
  margin: 60px 0 40px 0;
}
form[id="membership-mailchimp-subscribe-form"] .form-type-item,
form[id="membership-mailchimp-unsubscribe-form"] .form-type-item,
form[id="membership-profile-update-form"] .form-type-item,
form[id="edit-account-form"] .form-type-item {
  margin-top: 60px;
  padding-bottom: 30px;
  color: #737376;
}
form[id="membership-mailchimp-subscribe-form"] .form-type-item label,
form[id="membership-mailchimp-unsubscribe-form"] .form-type-item label,
form[id="membership-profile-update-form"] .form-type-item label,
form[id="edit-account-form"] .form-type-item label {
  font-family: "Aleo Regular", serif;
  font-size: 22px;
  font-weight: normal;
  padding: 0;
  margin-bottom: 40px;
  color: #262628;
}
form[id="search-members-form"] .form-item-search-name input {
  background-image: none;
}
form[id="search-members-form"] .form-item-search-name:after {
  content: " ";
  right: 20px;
  top: 15px;
  z-index: 1;
  position: absolute;
  height: 20px;
  width: 20px;
  background: url(/sites/all/themes/kisc/img/search-dark.svg) no-repeat right;
}
.membership thead tr {
  border-top: 0 !important;
}
.membership select {
  background: url(/sites/all/themes/kisc/img/dropdown-icon.svg) calc(100% - 8px) 52% no-repeat #ffffff;
}
.membership label {
  text-transform: none;
  font-size: 16px;
}
.membership .description {
  color: #737376;
}
.membership #breadcrumbs {
  position: relative;
  bottom: 70px;
  left: 200px;
}
.membership .no-border a {
  border: 0 !important;
}
.membership .form-type-date-popup .description {
  display: none;
}
.membership #membership-sidebar {
  margin-bottom: 100px;
}
.membership #membership-sidebar li {
  list-style: none;
  width: 210px;
}
.membership #membership-sidebar li:hover a {
  color: #00a4f2 !important;
}
.membership #membership-sidebar ul {
  padding-left: 60px;
  margin-top: 40px;
}
.membership #membership-sidebar a {
  color: #262628;
  font: 16px 'Cabin', sans-serif, sans-serif;
  padding: 16px 10px 15px 0;
  display: block;
  border-bottom: 1px solid #dddddd;
}
.membership #membership-sidebar .active {
  font-family: "Cabin Bold", sans-serif;
}
.membership #membership-sidebar .header-text {
  width: 210px;
  font-size: 24px;
  font-family: 'Aleo Regular', serif;
  font-weight: 400;
  text-align: left;
  margin: 10px 0 35px 60px;
}
.membership #membership-sidebar .green-line {
  height: 10px;
  width: 126px;
  background-color: #1eb446;
}
.membership .form-submit {
  display: inline-block;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  background-color: #00a4f2;
  border-radius: 5px;
  border: 1px solid #00a4f2;
  text-transform: uppercase;
  height: 40px;
  width: 150px;
  letter-spacing: 0px;
  transition: all 0.3s ease-out;
}
.membership .standard-button {
  height: 58px;
  width: 230px;
  margin-top: 20px;
}
.membership .mailchimp-button {
  width: 330px;
}
.membership .form-submit:hover {
  color: #FFF;
  border-color: #3a5dae;
  text-shadow: 1px 1px 1px #3a5dae;
}
.membership .edit-account-form .form-item-email {
  float: none !important;
  width: 100% !important;
}
.membership .membership-visibility-form label,
.membership .membership-communication-form label {
  padding-left: 15px;
  padding-bottom: 5px;
}
.membership .membership-visibility-form .form-item-visibility,
.membership .membership-communication-form .form-item-visibility,
.membership .membership-visibility-form .form-item-communication,
.membership .membership-communication-form .form-item-communication {
  margin-bottom: 20px;
}
.membership #membership-account h1 {
  font-family: "Aleo Regular", serif;
  font-size: 24px;
  margin: 60px 0 40px 0;
}
.membership #membership-account .form-type-item {
  padding-bottom: 30px;
  color: #737376;
  line-height: 30px;
  font-size: 18px;
}
.membership #membership-account .form-type-item label {
  font-family: "Aleo Regular", serif;
  font-size: 24px;
  padding: 0;
  margin-bottom: 40px;
  color: #262628;
}
.membership #membership-account #membership-account-pager {
  margin-bottom: 50px;
}
.membership .benefits h3 {
  font-family: "Aleo Regular", serif;
  font-size: 24px;
  padding: 0;
  margin-bottom: 40px;
  color: #262628;
  margin-top: 50px;
}
.membership .benefits p {
  font-size: 18px;
  line-height: 30px;
}
.membership .benefits .benefits-info {
  color: #737376;
}
.membership #membership-records .records-header {
  margin: 50px 0;
  font-family: "Aleo Regular", serif;
  font-size: 24px;
  padding: 0;
  color: #262628;
}
.membership #membership-records .records-text {
  color: #737376;
  line-height: 30px;
  font-size: 18px;
}
.membership #membership-records .records-year-message-wrapper .records-year {
  font-size: 24px;
  font-family: 'Aleo Regular', serif;
  margin-top: 60px;
  margin-bottom: 40px;
}
.membership #membership-records .records-year-message-wrapper .records-year-message {
  font-size: 18px;
  line-height: 30px;
}
.membership #membership-records .record-payment-link,
.membership #membership-records .record-lifetime-link {
  margin: 50px 30px 0 0;
  display: inline-block;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  background-color: #00a4f2;
  border-radius: 5px;
  border: 1px solid #00a4f2;
  border-top-color: #00a4f2;
  border-right-color: #00a4f2;
  border-bottom-color: #00a4f2;
  border-left-color: #00a4f2;
  text-transform: uppercase;
  padding: 21px 0;
  width: 170px;
  letter-spacing: 0px;
  transition: all 0.3s ease-out;
}
.membership #membership-records .recurring-payment {
  margin: 70px 30px 60px 0;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #00a4f2;
  text-transform: uppercase;
  padding: 21px 0;
  width: 225px;
  letter-spacing: 0px;
  transition: all 0.3s ease-out;
  color: #00a4f2;
  background-color: white;
}
.membership #membership-records .recurring-payment:hover {
  border: 1px solid #262628;
}
.membership #membership-records .recurring-payment-text {
  line-height: 24px;
}
.membership #membership-records .record-payment-link {
  color: #00a4f2 !important;
  background-color: white !important;
  width: 170px;
}
.membership #membership-records .record-payment-link:hover {
  border: 1px solid #262628;
}
.membership #membership-records .record-lifetime-link:hover {
  color: #FFF;
  border-color: #3a5dae;
  text-shadow: 1px 1px 1px #3a5dae;
}
.membership #membership-records .record-lifetime-link {
  width: 265px;
}
.membership #membership-records .first-record {
  border-top: 0;
}
.membership #membership-records #membership-records-history {
  border-bottom: 1px solid rgba(140, 140, 140, 0.3);
  padding-bottom: 30px;
}
.membership #membership-records #membership-records-history th,
.membership #membership-records #membership-records-history td {
  padding: 20px;
}
.membership #membership-records .membership-record-content {
  border: 0 !important;
  padding: 0;
  margin-top: 50px;
}
.membership #membership-records .membership-record-content table,
.membership #membership-records .membership-record-content tr,
.membership #membership-records .membership-record-content th,
.membership #membership-records .membership-record-content td,
.membership #membership-records .membership-record-content thead {
  background-color: transparent !important;
  border: 0 !important;
}
.membership #membership-records .membership-record-content th {
  font-family: "Cabin Bold", sans-serif;
  font-weight: normal;
}
.membership #membership-records .membership-record-content table {
  margin: 20px 0;
}
.membership #membership-records .membership-record-content tbody {
  color: #737376;
}
.membership #membership-records .membership-record-content .price-wrapper {
  font-size: 50px;
  float: right;
  margin-top: 50px;
  font-family: "Aleo light", serif;
  text-align: right;
}
.membership #membership-records .membership-record-content .price-wrapper .price {
  margin: 0;
}
.membership #membership-records .membership-record-content .price-wrapper .price-text {
  font-size: 18px;
  color: #737376;
  margin-top: 0;
  font-family: "Cabin", sans-serif, sans-serif;
}
.membership #membership-records .membership-record-content .price-wrapper .discount {
  font-size: 20px;
}
.membership #membership-records .membership-record-content .invoice {
  width: 265px;
  height: 60px;
  border: 1px solid #00a4f2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  float: left;
  margin-top: 50px;
}
.membership #membership-records .membership-record-content .invoice a {
  color: #00a4f2;
}
.membership #membership-records .membership-record-content .invoice:hover {
  border: 1px solid #262628;
}
.membership .payment-navigation .payment-navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.membership .payment-navigation .payment-navigation-wrapper .navigation-element {
  width: 33.3%;
}
.membership .payment-navigation .payment-navigation-wrapper .navigation-element .element {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #737376;
  border-radius: 50%;
  color: #737376;
  font-family: 'Aleo Regular', serif;
  font-size: 24px;
}
.membership .payment-navigation .payment-navigation-wrapper .navigation-element .active {
  border: 1px solid #00a4f2;
  color: #00a4f2;
  box-shadow: 0px 0px 6px 0px rgba(0, 164, 242, 0.5);
}
.membership .payment-navigation .payment-navigation-wrapper .left {
  text-align: left;
}
.membership .payment-navigation .payment-navigation-wrapper .right {
  text-align: right;
}
.membership .payment-navigation .payment-navigation-wrapper .center {
  text-align: center;
}
.membership .payment-navigation .textfields {
  margin-top: 20px;
  margin-bottom: 90px;
}
.membership .payment-navigation .payment-progress {
  width: 100%;
  display: flex;
  height: 5px;
  border-bottom: 1px solid #dddddd;
}
.membership .payment-navigation .payment-progress .part-one,
.membership .payment-navigation .payment-progress .part-two {
  width: 50%;
  height: 5px;
  background-color: transparent;
}
.membership .payment-navigation .payment-progress .active {
  background-color: #00a4f2;
}
.membership #membership-payment-message h1 {
  margin: 10px 0 30px 0;
  font-family: "Aleo Regular", serif;
  font-size: 24px;
  padding: 0;
  color: #262628;
}
.membership #membership-payment-message .payment-header p {
  color: #737376;
  line-height: 30px;
  font-size: 18px;
}
.membership #membership-payment-message #message-body h3 {
  margin: 10px 0 30px 0;
  font-family: "Aleo Regular", serif;
  font-size: 24px;
  padding: 0;
  color: #262628;
}
.membership #membership-payment-message #message-body p {
  color: #737376;
  line-height: 30px;
  font-size: 18px;
}
.membership #staff-history-form {
  overflow: hidden;
}
.membership #staff-records-theme table,
.membership #membership-downloads table,
.membership #staff-records-theme tr,
.membership #membership-downloads tr,
.membership #staff-records-theme th,
.membership #membership-downloads th,
.membership #staff-records-theme td,
.membership #membership-downloads td,
.membership #staff-records-theme thead,
.membership #membership-downloads thead {
  background-color: transparent !important;
  border: 0 !important;
}
.membership #staff-records-theme table,
.membership #membership-downloads table {
  margin-top: 40px;
  text-align: left;
}
.membership #staff-records-theme td,
.membership #membership-downloads td,
.membership #staff-records-theme th,
.membership #membership-downloads th {
  padding: 25px 10px;
}
.membership #staff-records-theme tr,
.membership #membership-downloads tr {
  height: 50px;
}
.membership #staff-records-theme thead th,
.membership #membership-downloads thead th {
  font-weight: normal;
  font-family: "Cabin Bold", sans-serif;
}
.membership #staff-records-theme .status,
.membership #membership-downloads .status {
  width: 30%;
  color: #00a4f2;
}
.membership #staff-records-theme .waiting,
.membership #membership-downloads .waiting,
.membership #staff-records-theme .waiting .status,
.membership #membership-downloads .waiting .status {
  color: #737376;
}
.membership #staff-records-theme tbody tr,
.membership #membership-downloads tbody tr {
  border-top: 1px solid #dcdcdc !important;
}
.membership #membership-payment form label {
  font-size: 16px;
}
.membership #membership-payment .payment-header {
  font-family: "Aleo Regular", serif;
  margin: 30px 0 40px 0;
  font-size: 24px;
}
.membership #membership-payment .payment-text {
  color: #737376;
  margin-bottom: 40px;
  line-height: 30px;
  font-size: 18px;
}
.membership #membership-payment h3 {
  font-family: "Aleo Regular", serif;
  font-size: 24px;
  margin: 50px 0 35px;
}
.membership #membership-payment .form-item-contact label a {
  font-weight: normal !important;
}
.membership #membership-payment .form-item-payment-method {
  margin: 0;
  padding-bottom: 50px;
}
.membership #membership-payment .form-item-payment-method label {
  font-family: "Aleo Regular", serif;
  font-size: 24px;
  margin: 50px 0 35px;
  font-weight: normal;
  cursor: pointer;
}
.membership #membership-payment .form-item-payment-method .form-radios {
  display: flex;
  flex-wrap: wrap;
}
.membership #membership-payment .form-item-payment-method .form-radios .form-item-payment-method {
  width: 200px;
  height: 50px;
  margin: 3px;
}
.membership #membership-payment .form-item-payment-method .form-radios .form-item-payment-method label {
  display: flex;
  align-items: center;
  margin: 0;
  width: 100%;
  height: 50px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  text-align: center;
  justify-content: center;
  color: #737376;
  font: 16px 'Cabin', sans-serif, sans-serif;
  font-weight: normal;
}
.membership #membership-payment .form-item-payment-method input {
  display: none;
}
.membership #membership-payment .form-item-payment-method input[type="radio"]:checked + label {
  border: 1px solid #00a4f2;
  color: #00a4f2;
}
.membership #membership-payment .membership-type-text {
  font-size: 18px;
  color: #737376;
  margin-bottom: 70px;
}
.membership #membership-payment #payment-form-markup {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: 40px;
}
.membership #membership-payment #payment-form-markup .form-type-item {
  margin: 35px 0;
  color: #737376;
  line-height: 30px;
  font-size: 18px;
}
.membership #membership-payment #payment-form-markup .form-type-item label {
  font-family: "Aleo Regular", serif;
  font-weight: normal;
  margin-bottom: 30px;
  font-size: 24px;
  color: #262628;
}
.membership #membership-payment #cancel-payment {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 14px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #00a4f2;
  color: #00a4f2;
  text-transform: uppercase;
  padding: 15px 0;
  width: 170px;
  height: 60px;
  transition: all 0.3s ease-out;
  margin: 0;
  float: left;
  margin-right: 10px;
}
.membership #membership-payment #cancel-payment:hover {
  border: 1px solid #262628;
}
.membership #membership-payment #edit-submit {
  float: right;
  height: 60px;
  width: 270px;
}
.membership #membership-payment .payment-form-price {
  clear: both;
  margin-bottom: 40px;
  text-align: right;
}
.membership #membership-payment .payment-form-price h1,
.membership #membership-payment .payment-form-price label {
  margin-bottom: 0;
}
.membership #membership-payment .payment-form-price .price {
  font-size: 50px;
  font-family: "Aleo light", serif;
}
.membership #membership-payment .payment-form-price .membership-type {
  font-size: 20px;
  font-family: "Aleo light", serif;
  margin: 0;
}
.membership #membership-payment .payment-form-price .discount {
  margin-top: 5px;
  text-align: right;
  font-size: 20px;
  font-family: "Aleo light", serif;
}
.membership .proceed-form-summary .form-submit {
  background-color: white;
  color: #00a4f2;
  margin-right: 10px;
}
.membership #membership-payment-summary .payment-header h1 {
  font-family: "Aleo Regular", serif;
  margin: 10px 0 40px 0;
  font-size: 24px;
}
.membership #membership-payment-summary .payment-header p {
  color: #737376;
  margin-bottom: 40px;
  line-height: 30px;
  font-size: 18px;
}
.membership #membership-payment-summary .proceed-button {
  height: 58px;
  width: 325px !important;
  margin-right: 0;
}
.membership #membership-payment-summary .cancel-button {
  height: 58px;
  width: 200px;
  float: left;
}
.membership #membership-payment-summary .cancel-button:hover {
  border: 1px solid #262628;
  text-shadow: 0 0 0 transparent;
}
.membership #membership-payment-summary #edit-proceed {
  width: 190px;
  float: right;
  font-size: 14px;
  background-color: #00a4f2;
  border-radius: 5px;
  border: 1px solid #00a4f2;
  text-transform: uppercase;
  padding: 15px 0;
  color: white;
  transition: all 0.3s ease-out;
}
.membership #membership-payment-summary .form-type-item {
  width: 325px !important;
}
.membership #membership-payment-summary #redirect-to-stripe {
  text-align: center;
  color: #FFF;
  font-size: 14px;
  background-color: #00a4f2;
  border-radius: 5px;
  border: 1px solid #00a4f2;
  text-transform: uppercase;
  padding: 19px 0;
  width: 325px;
  letter-spacing: 0px;
  transition: all 0.3s ease-out;
  margin: 0;
  cursor: pointer;
}
.membership #membership-payment-summary .form-type-item {
  width: 200px;
  height: 50px;
  margin: 0;
  float: right;
}
.membership #membership-payment-summary #redirect-to-stripe:hover {
  color: #FFF;
  border-color: #3a5dae;
  text-shadow: 1px 1px 1px #3a5dae;
}
.membership #membership-payment-summary .summary {
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}
.membership #membership-payment-summary .summary h4,
.membership #membership-payment-summary .summary p {
  margin: 0;
  margin-bottom: 5px;
}
.membership #membership-payment-summary .summary .order {
  margin-bottom: 20px;
}
.membership #membership-payment-summary .price {
  font-size: 50px;
  font-family: "Aleo light", serif;
  text-align: right;
  margin-bottom: 0;
}
.membership #membership-payment-summary .discount {
  margin-top: 5px;
  text-align: right;
  font-size: 20px;
  font-family: "Aleo light", serif;
}
.membership #membership-payment-summary .payment-info {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}
.membership #membership-payment-summary .payment-info .billing-info,
.membership #membership-payment-summary .payment-info .contact-details {
  width: 40%;
}
.membership #staff-history {
  /*.form-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }*/
  /*.form-type-select, .form-type-textfield {
      width: 110px;
      display: block;
    }*/
  /*.staff_type, .role {
      margin: 0 15px;
      .form-item {
        width: 175px;
      }
    }*/
  /*.container-inline-date{
      margin: 0 15px;

      &:first-child {
        margin-left: 0;
      }

    }*/
}
.membership #staff-history .staff-description {
  color: #737376;
  line-height: 30px;
  margin-bottom: 40px;
  font-size: 18px;
}
.membership #staff-history .container-inline-date {
  clear: none;
}
.membership #staff-history h3 {
  font-family: "Aleo Regular", serif;
  font-size: 24px;
  color: #262628;
}
.membership #staff-history label {
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
}
.membership #staff-history label.delete-history-label {
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
.membership #staff-history label.delete-history-label:hover {
  color: #00a4f2;
}
.membership #staff-history #staff-history-wrapper {
  padding-bottom: 120px;
  border-bottom: 1px solid #e3e3e3;
}
.membership #staff-history #staff-history-wrapper > .form-wrapper > fieldset.form-wrapper {
  border: 1px solid #e3e3e3;
  padding-top: 20px;
  margin-top: 20px;
}
.membership #staff-history .button-add-row {
  height: 60px;
  background-color: white;
  color: #00a4f2;
  position: relative;
  bottom: 90px;
}
.membership #staff-history .button-add-row {
  text-shadow: 0 0 0 #3a5dae;
}
.membership #staff-history .submit-staff-form {
  width: 265px;
  height: 60px;
  margin: 35px 0;
  float: right;
}
.membership #staff-history .button-remove {
  width: 100%;
  margin-top: 22px;
}
.membership #membership-profiles .profiles-text {
  color: #737376;
  line-height: 30px;
  font-size: 18px;
}
.membership #membership-profiles .reset-button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #00a4f2;
  text-transform: uppercase;
  width: 170px;
  height: 30px;
  transition: all 0.3s ease-out;
  color: #00a4f2;
  float: left;
  clear: both;
}
.membership #membership-profiles .reset-button:hover {
  border: 1px solid #262628;
}
.membership #membership-profiles #edit-advanced .form-submit {
  clear: none;
}
.membership #membership-profiles .form-item-membership-types {
  clear: both;
}
.membership #membership-profiles .form-item-country,
.membership #membership-profiles .form-item-staff {
  width: 49% !important;
  float: left !important;
}
.membership #membership-profiles .form-item-membership-types,
.membership #membership-profiles .form-item-staff-year,
.membership #membership-profiles #edit-submit,
.membership #membership-profiles .main-submit-button {
  width: 49% !important;
  float: right !important;
}
.membership #membership-profiles .form-item-membership-types {
  clear: none;
}
.membership #membership-profiles .form-item-membership-roles {
  clear: both;
}
.membership #membership-profiles #edit-submit,
.membership #membership-profiles .form-item-show-advanced {
  clear: both;
}
.membership #membership-profiles #searched-users {
  padding-top: 50px;
  border-top: 1px solid #e3e3e3;
  clear: both;
  display: flex;
  flex-wrap: wrap;
}
.membership #membership-profiles #searched-users .profile-wrapper {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 320px;
  display: inline-block;
}
.membership #membership-profiles #searched-users .profile-wrapper .fa-wrapper {
  /*position: absolute;
          right: 15px;
          top: 54px;*/
  font-size: 20px;
  display: inline-block;
}
.membership #membership-profiles #searched-users .profile-wrapper .fa-wrapper .fa {
  color: #ff6e00;
}
.membership #membership-profiles #searched-users .profile-wrapper .profile-name {
  transition: all 0.3s ease-out;
}
.membership #membership-profiles #searched-users .profile-wrapper .profile-name:hover {
  color: #00a4f2;
  transition: all 0.3s ease-out;
}
.membership #membership-profiles #searched-users .social-media-links {
  display: flex;
  margin-top: 25px;
  /*position: absolute;
        bottom: 150px;*/
}
.membership #membership-profiles #searched-users .social-media-links a {
  margin-right: 15px;
}
.membership #membership-profiles #searched-users .membership-image-profile {
  height: 255px;
  width: 170px;
  float: left;
  position: relative;
  transition: all 0.3s ease-out;
}
.membership #membership-profiles #searched-users .membership-image-profile:hover {
  transition: all 0.3s ease-out;
}
.membership #membership-profiles #searched-users .membership-image-profile:hover ::after {
  opacity: 1;
}
.membership #membership-profiles #searched-users .staff-popup::after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #3a5dae;
  z-index: -1;
  top: 10px;
  right: -10px;
  opacity: 0;
  transition: all 0.2s ease-in;
}
.membership #membership-profiles #searched-users .life .staff-popup::after {
  background-color: #ff6e00;
}
.membership #membership-profiles #searched-users .profile-info {
  margin-left: 30px;
  width: calc(100% - 210px);
  float: left;
}
.membership #membership-profiles #searched-users .profile-info p {
  color: #737376;
  margin: 4px 0;
  font-size: 14px;
  line-height: 14px;
}
.membership #membership-profiles #searched-users .profile-info h3 {
  margin-top: 0;
  font-family: "Aleo Regular", serif;
  color: #262628;
  line-height: normal;
  font-size: 24px;
}
.membership #membership-profiles #searched-users .profile-info h3 a {
  color: #262628;
}
.membership #membership-profiles #searched-users .profile-info h3 a:hover {
  color: #00a4f2;
}
.membership #membership-profiles .advanced-filters {
  overflow: auto;
  padding: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
}
.membership #membership-profiles .main-submit-button {
  position: relative;
  bottom: 10px;
}
.membership #membership-profiles form {
  margin-bottom: 50px;
  display: block;
  overflow: auto;
}
.membership .view-membership-events {
  margin-bottom: 100px;
  color: #737376;
  line-height: 30px;
}
.membership #membership-event {
  font-family: 'Cabin', serif !important;
  text-align: center;
}
.membership #membership-event p {
  color: #737376;
  line-height: 30px;
}
.membership #membership-event .title {
  font-family: "Aleo Regular", serif;
  font-size: 32px;
}
.membership #membership-event .sub-title {
  width: 370px;
  margin: 25px auto;
  font-size: 24px;
  font-family: 'Aleo Light', serif;
  line-height: 30px;
  color: #262628;
}
.membership #membership-event #event-info {
  width: 270px;
  text-align: left;
  float: left;
  font-size: 14px;
  line-height: 22px;
  color: #262628;
  font-family: "Cabin", sans-serif;
}
.membership #membership-event .body {
  clear: both;
  text-align: left;
  margin-top: 70px;
  font-size: 18px;
}
.membership #membership-event .container-inline .double-field-first {
  color: #737376;
}
.membership #membership-event .summary {
  display: block;
  overflow: auto;
  margin-top: 40px;
}
.membership #membership-event .sub-summary {
  width: 480px;
  float: right;
  text-align: left;
  font-size: 18px;
}
.membership #membership-event .sub-summary p {
  margin: 0;
}
.membership #membership-event #edit-submit,
.membership #membership-event #edit-excel-export {
  width: 290px !important;
  margin: 40px 0;
}
.membership #membership-event .participant {
  width: 170px;
}
.membership #membership-event .event-wrapper {
  /*border-bottom: 1px solid #dcdcdc !important;*/
}
.membership #membership-event .back-link {
  width: 190px;
  margin-top: 30px;
}
.membership #membership-event .participants-header,
.membership #membership-event .sign-up-header {
  text-align: left;
  margin: 35px 0;
  font-family: "Aleo Regular", serif;
  font-size: 24px;
}
.membership #membership-event .signup-text {
  color: #737376;
  line-height: 30px;
  text-align: left;
  font-size: 18px;
}
.membership #membership-event .participants-text {
  text-align: left;
  color: #737376;
  font-size: 18px;
}
.membership #membership-event #event-participants {
  display: flex;
}
.membership #membership-event #event-participants .membership-image-profile {
  width: 10%;
  margin-right: 10px;
}
.membership #membership-event .participation-from .form-submit {
  width: 300px;
  height: 60px;
  margin: 40px 0;
}
.membership #membership-event .download-all #edit-submit {
  background-color: #FFF;
  border-color: #00a4f2;
  border: 1px solid #00a4f2;
  width: 200px !important;
  border-radius: 5px;
  margin: 20px 0;
  color: #00a4f2;
  background-color: transparent;
  height: 60px;
}
.membership #membership-event .download-all #edit-submit:hover,
.membership #membership-event .download-all #edit-submit:active {
  color: #00a4f2;
  border-color: #3a5dae;
  text-shadow: none;
}
.membership #membership-event .download-all #edit-submit:hover {
  border: 1px solid #262628;
  text-shadow: 0 0 0 transparent;
}
.membership #membership-event .timeout {
  padding: 30px 0;
}
.membership #membership-event table,
.membership #membership-event tr,
.membership #membership-event th,
.membership #membership-event td,
.membership #membership-event thead {
  background-color: transparent !important;
  border: 0 !important;
}
.membership #membership-event thead tr {
  border-top: 0 !important;
}
.membership #membership-event td,
.membership #membership-event th {
  height: 70px;
}
.membership #membership-event table {
  margin-top: 40px;
  text-align: left;
}
.membership #membership-event tr {
  border-top: 1px solid #dcdcdc !important;
  height: 50px;
}
.membership .node-mms-event p {
  margin: 0;
}
.membership #membership-downloads {
  min-height: 600px;
  margin-bottom: 150px;
}
.membership #membership-downloads thead tr {
  border: 0 !important;
}
.membership #membership-downloads thead th {
  font-family: "Cabin Bold", sans-serif;
}
.membership #membership-downloads table {
  margin: 20px 0;
}
.membership #membership-downloads .downloads-text {
  color: #737376;
  line-height: 30px;
  font-size: 18px;
}
.membership #membership-downloads .title {
  margin: 40px 0 10px 0;
  font-size: 24px;
  font-family: "Aleo Regular", serif;
}
.membership table {
  width: 100%;
}
.membership thead {
  background-color: #f0f0f0;
  border-bottom: 4px solid #dcdcdc;
}
.membership th {
  background-color: #f0f0f0;
}
.membership tbody,
.membership tr {
  background-color: transparent !important;
}
.membership th,
.membership td {
  padding: 5px 10px 3px 10px;
  border: 1px solid #dcdcdc;
}
.node-mms-event.article-slider #event-info {
  width: 270px;
  text-align: left;
  float: left;
  font-size: 14px;
  line-height: 22px;
  color: #262628;
  font-family: "Cabin", sans-serif;
}
@media screen and (max-width: 600px) {
  .membership table {
    padding-bottom: 30px;
    overflow-x: scroll;
    display: block;
  }
}
#membership-profile-popup {
  overflow: auto;
  padding: 40px 60px 0 60px;
}
#membership-profile-popup h3 {
  font-family: 'Aleo Regular', serif;
  font-size: 24px;
}
#membership-profile-popup .membership-image-profile-default,
#membership-profile-popup .membership-image-profile {
  height: 255px;
  width: 170px;
  transition: all 0.3s ease-out;
}
#membership-profile-popup .profile-popup-left {
  width: 200px;
  float: left;
}
#membership-profile-popup .profile-popup-left .honorary-membership,
#membership-profile-popup .profile-popup-left .life-membership {
  background-color: #1eb446;
  color: white;
  display: inline-block;
  padding: 7px 25px;
  margin: 10px auto 0 0;
}
#membership-profile-popup .profile-popup-left .profile-info {
  margin-top: 30px;
  font-size: 14px;
}
#membership-profile-popup .profile-popup-left .profile-info > div {
  margin-bottom: 5px;
}
#membership-profile-popup .profile-popup-left .profile-info .age,
#membership-profile-popup .profile-popup-left .profile-info .role,
#membership-profile-popup .profile-popup-left .profile-info .email {
  color: #737376;
}
#membership-profile-popup .profile-popup-left .profile-info .social-media-links {
  display: flex;
  margin-top: 30px;
}
#membership-profile-popup .profile-popup-left .profile-info .social-media-links a {
  margin-right: 15px;
}
#membership-profile-popup .profile-popup-right {
  float: right;
  width: 400px;
  font-family: 'Cabin', serif;
}
#membership-profile-popup .profile-popup-right .name h1 {
  margin-top: 0;
  font-family: 'Aleo Regular', serif;
  font-size: 36px;
}
#membership-profile-popup .profile-popup-right .address,
#membership-profile-popup .profile-popup-right .membership-type,
#membership-profile-popup .profile-popup-right .staff-status {
  display: flex;
  color: #0088e9;
  font-size: 14px;
  line-height: 18px;
}
#membership-profile-popup .profile-popup-right .address::before,
#membership-profile-popup .profile-popup-right .membership-type::before,
#membership-profile-popup .profile-popup-right .staff-status::before {
  content: " ";
  left: 0;
  top: 9px;
  width: 18px;
  height: 1px;
  background-color: #0088e9;
  position: relative;
  margin-right: 30px;
}
#membership-profile-popup .popup-profile-header {
  margin-top: 40px;
  margin-bottom: 50px;
}
#membership-profile-popup .popup-profile-text {
  color: #7f7f82;
  font-size: 18px;
  line-height: 30px;
}
#membership-profile-popup .popup-staff-header {
  margin: 50px 0;
}
#membership-profile-popup .staff-history {
  display: flex;
  color: #737376;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 30px;
}
#membership-profile-popup .staff-history::before {
  content: " ";
  left: 0;
  top: 9px;
  width: 18px;
  height: 1px;
  background-color: #737376;
  position: relative;
  margin-right: 30px;
}
@media screen and (max-width: 1200px) {
  #searched-users {
    display: block;
  }
  #searched-users .profile-wrapper {
    width: 400px !important;
    margin: 0 auto;
  }
  #membership-signup-form-wrapper {
    width: 100%;
  }
  #membership-event #event-info {
    width: 100% !important;
    text-align: center !important;
  }
  #membership-event .sub-summary {
    margin-top: 20px;
    width: 100% !important;
    text-align: center !important;
  }
}
@media screen and (max-width: 1000px) {
  #membership-header .honorary-membership,
  #membership-header .life-membership {
    float: left;
    margin: 10px 10px 5px 0;
  }
  #breadcrumbs {
    position: static !important;
  }
  .membership .sidebar-left {
    float: none !important;
  }
  .main-content {
    width: 100% !important;
  }
  #membership-profile-popup .profile-popup-left,
  #membership-profile-popup .profile-popup-right {
    float: none !important;
  }
  #membership-sidebar {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1000px) {
  #membership-signup-form-wrapper form .form-item {
    margin-bottom: 1em;
  }
  #membership-signup-form-wrapper form .form-item-terms {
    margin: 2em 0 !important;
  }
}
@media screen and (max-width: 730px) {
  form[id="staff-history-form"] .form-type-textfield,
  form[id="staff-history-form"] .form-type-select {
    width: 100% !important;
  }
  form[id="staff-history-form"] .container-inline-date,
  form[id="staff-history-form"] #items {
    width: 100% !important;
  }
  form[id="staff-history-form"] .button-remove {
    margin-top: 5px !important;
  }
  #membership-page-title {
    text-align: center;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .info-wrapper {
    display: block;
  }
  .info-wrapper #membership-signup-details,
  .info-wrapper #membership-signup-info {
    width: 100%;
  }
  #contact-details-wrapper {
    display: block;
  }
  #contact-details-wrapper #contact-details-one {
    margin-bottom: 30px;
  }
  #membership-summary {
    width: 100%;
  }
  #membership-account-pager {
    display: block;
    border-top: 1px solid gainsboro;
    margin-top: 30px;
  }
  #membership-account-pager .account-pager-active {
    border: 0;
  }
  #membership-account-pager .account-pager,
  #membership-account-pager .account-pager-active {
    padding: 0 !important;
    margin: 10px auto;
    display: block;
    text-align: center;
  }
  .membership-navigation {
    padding: 0 !important;
  }
}
@media screen and (max-width: 490px) {
  .node-teaser .event-content,
  .node-teaser .event-label-header {
    float: none !important;
    margin-bottom: 10px;
    width: 100%;
  }
  #membership-header .honorary-membership,
  #membership-header .life-membership {
    float: none;
    margin: 20px auto 0 auto;
  }
  .registration-info-wrapper {
    margin: 15px 0;
  }
  #edit-payment-method {
    justify-content: center;
  }
  #cancel-payment {
    margin-top: 20px !important;
  }
  .payment-info {
    display: block !important;
  }
  #searched-users .profile-wrapper {
    display: flex;
  }
  #searched-users .membership-image-profile:hover {
    box-shadow: 0px 0px 0px 0px white !important;
  }
  #membership-profile-popup {
    padding: 10px !important;
  }
  #membership-profile-popup .profile-popup-left,
  #membership-profile-popup .profile-popup-right {
    width: 100%;
  }
  .membership-navigation .membership-status,
  .membership-navigation .membership-status-active {
    margin: 0 5px !important;
    padding: 20px 0 !important;
  }
  #membership-user-image {
    float: none !important;
    margin: 0 auto;
  }
  .header-text {
    float: none !important;
    padding: 0 !important;
    margin: 10px auto !important;
    text-align: center;
    width: 100% !important;
  }
  #breadcrumbs {
    text-align: center;
  }
  #membership-sidebar ul {
    margin: 40px auto 0 auto;
    padding: 0 !important;
    width: 209px;
  }
  .payment-navigation .element {
    width: 45px !important;
    height: 45px !important;
  }
  #redirect-to-stripe {
    width: 200px !important;
  }
  .membership #membership-profiles #edit-advanced .form-item {
    width: 100% !important;
  }
  .membership #membership-profiles #edit-advanced .form-submit {
    float: none !important;
    margin: 20px auto 0 auto;
    width: 200px !important;
    display: block;
  }
  .membership #membership-profiles .reset-button {
    float: none;
    margin: 0 auto;
  }
  .membership #membership-profiles .form-submit {
    float: none !important;
    margin: 20px auto 0 auto;
    width: 200px !important;
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .record-lifetime-link {
    margin: 60px auto !important;
    width: 250px !important;
  }
  .profile-wrapper {
    height: auto !important;
    margin-bottom: 50px !important;
  }
  .profile-wrapper .profile-info {
    margin: 15px auto 0 auto !important;
    float: none !important;
  }
  .profile-wrapper .membership-image-profile {
    margin: 0 auto;
    float: none !important;
  }
  .profile-wrapper .social-media-links {
    margin-top: 35px;
    position: static !important;
  }
}
@font-face {
  font-family: "Aleo Light";
  font-weight: 100;
  src: url(/sites/all/themes/kisc/fonts/Aleo-Light.eot);
  src: local('Aleo Light'), local('Aleo-Light'), url(/sites/all/themes/kisc/fonts/Aleo-Light.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */ url(/sites/all/themes/kisc/fonts/Aleo-Light.woff) format('woff'), /* Modern Browsers */ url(/sites/all/themes/kisc/fonts/Aleo-Light.ttf) format('truetype'), /* Safari, Android, iOS */ url(/sites/all/themes/kisc/fonts/Aleo-Light.otf) format('opentype'), /* Universal fallback */ url(/sites/all/themes/kisc/fonts/Aleo-Light.svg#Aleo) format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: "Aleo Regular";
  font-weight: 400;
  src: url(/sites/all/themes/kisc/fonts/Aleo-Bold.eot);
  src: local('Aleo Regular'), local('Aleo-Regular'), url(/sites/all/themes/kisc/fonts/Aleo-Regular.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */ url(/sites/all/themes/kisc/fonts/Aleo-Regular.woff) format('woff'), /* Modern Browsers */ url(/sites/all/themes/kisc/fonts/Aleo-Regular.ttf) format('truetype'), /* Safari, Android, iOS */ url(/sites/all/themes/kisc/fonts/Aleo-Regular.otf) format('opentype'), /* Universal fallback */ url(/sites/all/themes/kisc/fonts/Aleo-Regular.svg#Aleo) format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: "Aleo Bold";
  font-weight: 700;
  src: url(/sites/all/themes/kisc/fonts/Aleo-Bold.eot);
  src: local('Aleo Bold'), local('Aleo-Bold'), url(/sites/all/themes/kisc/fonts/Aleo-Bold.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */ url(/sites/all/themes/kisc/fonts/Aleo-Bold.woff) format('woff'), /* Modern Browsers */ url(/sites/all/themes/kisc/fonts/Aleo-Bold.ttf) format('truetype'), /* Safari, Android, iOS */ url(/sites/all/themes/kisc/fonts/Aleo-Bold.otf) format('opentype'), /* Universal fallback */ url(/sites/all/themes/kisc/fonts/Aleo-Bold.svg#Aleo) format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: "Cabin";
  font-style: normal;
  font-weight: 400;
  src: url(/sites/all/themes/kisc/fonts/Cabin-Regular.eot);
  src: local('Cabin'), local('Cabin-Regular'), url(/sites/all/themes/kisc/fonts/Cabin-Regular.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */ url(/sites/all/themes/kisc/fonts/Cabin-Regular.woff2) format('woff2'), /* Super Modern Browsers */ url(/sites/all/themes/kisc/fonts/Cabin-Regular.woff) format('woff'), /* Modern Browsers */ url(/sites/all/themes/kisc/fonts/Cabin-Regular.ttf) format('truetype'), /* Safari, Android, iOS */ url(/sites/all/themes/kisc/fonts/Cabin-Regular.svg#Cabin) format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: "Cabin Bold";
  font-style: normal;
  font-weight: 700;
  src: url(/sites/all/themes/kisc/fonts/Cabin-Bold.eot);
  src: local('Cabin Bold'), local('Cabin-Bold'), url(/sites/all/themes/kisc/fonts/Cabin-Bold.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */ url(/sites/all/themes/kisc/fonts/Cabin-Bold.woff2) format('woff2'), /* Super Modern Browsers */ url(/sites/all/themes/kisc/fonts/Cabin-Bold.woff) format('woff'), /* Modern Browsers */ url(/sites/all/themes/kisc/fonts/Cabin-Bold.ttf) format('truetype'), /* Safari, Android, iOS */ url(/sites/all/themes/kisc/fonts/Cabin-Bold.svg#Cabin) format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
* {
  box-sizing: border-box;
  outline: none !important;
}
* {
  -webkit-overflow-scrolling: touch;
}
a:link,
a:visited {
  text-decoration: none;
}
html {
  -ms-overflow-style: scrollbar;
}
body {
  font: 16px 'Cabin', sans-serif, sans-serif;
  line-height: normal;
  font-weight: 400;
  color: #262628;
  nowhitespace: afterproperty;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body ::selection {
  background: #00a4f2;
  color: white;
}
a {
  color: #00a4f2;
  transition: all 0.3s ease-out;
}
a h3,
a h4 {
  transition: all 0.3s ease-out;
}
a:hover h2,
a:hover h3,
a:hover {
  color: #00a4f2;
  text-decoration: none;
}
table,
tbody,
thead,
th,
tr,
td {
  border-color: #dcdcdc;
}
div.messages {
  border-radius: 4px;
}
blockquote {
  margin: 4em 2em;
}
blockquote > * {
  margin-left: -120px;
  font-size: 24px;
  line-height: 36px;
  color: #262626;
}
#admin-menu,
#admin-menu .dropdown {
  z-index: 999999;
}
.microsite-block table,
.field-item table,
.node--activity--full .body-blocks .field-items table {
  border-collapse: collapse;
  border: 1px solid #dcdcdc;
  border-bottom: 0;
}
.microsite-block table tbody,
.field-item table tbody,
.node--activity--full .body-blocks .field-items table tbody,
.microsite-block table thead,
.field-item table thead,
.node--activity--full .body-blocks .field-items table thead {
  border-top: #dcdcdc;
}
.microsite-block table tbody tr td,
.field-item table tbody tr td,
.node--activity--full .body-blocks .field-items table tbody tr td,
.microsite-block table thead tr td,
.field-item table thead tr td,
.node--activity--full .body-blocks .field-items table thead tr td,
.microsite-block table tbody tr th,
.field-item table tbody tr th,
.node--activity--full .body-blocks .field-items table tbody tr th,
.microsite-block table thead tr th,
.field-item table thead tr th,
.node--activity--full .body-blocks .field-items table thead tr th {
  padding: 5px 10px 3px;
  font-size: 15px;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.microsite-block table tbody tr td span.file img,
.field-item table tbody tr td span.file img,
.node--activity--full .body-blocks .field-items table tbody tr td span.file img,
.microsite-block table thead tr td span.file img,
.field-item table thead tr td span.file img,
.node--activity--full .body-blocks .field-items table thead tr td span.file img,
.microsite-block table tbody tr th span.file img,
.field-item table tbody tr th span.file img,
.node--activity--full .body-blocks .field-items table tbody tr th span.file img,
.microsite-block table thead tr th span.file img,
.field-item table thead tr th span.file img,
.node--activity--full .body-blocks .field-items table thead tr th span.file img {
  float: left;
  margin-right: 8px;
  margin-top: 6px;
}
.microsite-block table tbody tr th,
.field-item table tbody tr th,
.node--activity--full .body-blocks .field-items table tbody tr th,
.microsite-block table thead tr th,
.field-item table thead tr th,
.node--activity--full .body-blocks .field-items table thead tr th {
  background-color: #F0F0F0;
}
.microsite-block table tbody tr:first-child td,
.field-item table tbody tr:first-child td,
.node--activity--full .body-blocks .field-items table tbody tr:first-child td {
  border-top: 5px solid #dcdcdc;
}
.field-type-file table {
  margin-top: 2rem;
  width: 100%;
}
.field-type-file table tbody tr td {
  padding: 0;
  background-color: #FFF;
}
.field-type-file table tbody tr td span.file {
  position: relative;
}
.field-type-file table tbody tr td span.file img {
  position: absolute;
  left: 10px;
  margin-top: 12px;
}
.field-type-file table tbody tr td span.file a {
  color: #00a4f2;
  padding: 9px 10px 7px 33px;
  display: inline-block;
  width: 100%;
  font-size: 15px;
  line-height: 1.6;
}
.field-type-file table tbody tr td:last-child {
  padding: 7px 10px 0;
}
/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-basis: auto;
  -webkit-flex-wrap: wrap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cabin Bold', sans-serif;
  font-weight: 400;
  color: #262628;
}
.h2-standard {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
}
.h3-standard {
  font-family: 'Aleo Light', serif;
  color: #8c8c8c;
  font-size: 24px;
  line-height: normal;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
input[type="button"],
input[type="submit"],
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
#main-content {
  margin-top: 145px;
}
.view-content.ui-accordion .field-name-body .field-item > *:first-child {
  margin-top: 10px;
}
.container-fluid.main-content-container {
  overflow: hidden;
}
body {
  overflow-x: hidden;
}
.logo {
  position: absolute;
  left: calc(50% - 45px);
  top: 8px;
  transition-duration: 0s;
}
.logo-blue {
  width: 90px;
  height: 124px;
  object-fit: contain;
  display: inline-block;
}
.logo-blue.fixed-menu-image {
  display: none;
  margin: 0 15px;
}
ul.menu {
  border: none;
  list-style: none;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
#header {
  position: fixed;
  top: 0;
  background-color: #FFF;
  width: 100%;
  z-index: 999;
  transition: all 0.35s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
#header .static-menu-image-front {
  display: none;
}
#header .container-fluid {
  position: relative;
}
#header.fixed-status {
  background-color: #3a5dae;
  color: #FFF;
  position: fixed;
  top: 0;
}
#header.fixed-status .top-menu-section,
#header.fixed-status .static-menu-image {
  display: none;
}
#header.fixed-status .bottom-menu-section .bottom-menu-left ul.menu,
#header.fixed-status .bottom-menu-section .bottom-menu-right ul.menu {
  margin-bottom: 0;
}
#header.fixed-status .bottom-menu-section .bottom-menu-left ul.menu li a,
#header.fixed-status .bottom-menu-section .bottom-menu-right ul.menu li a {
  color: #FFF;
  border-bottom: 3px solid transparent;
}
#header.fixed-status .bottom-menu-section .bottom-menu-left ul.menu li a:hover,
#header.fixed-status .bottom-menu-section .bottom-menu-right ul.menu li a:hover,
#header.fixed-status .bottom-menu-section .bottom-menu-left ul.menu li a.active,
#header.fixed-status .bottom-menu-section .bottom-menu-right ul.menu li a.active {
  border-bottom: 3px solid #FFF;
}
#header.fixed-status .bottom-menu-section .bottom-menu-left ul.menu li ul.menu li a,
#header.fixed-status .bottom-menu-section .bottom-menu-right ul.menu li ul.menu li a {
  border-bottom-width: 1px;
}
#header.fixed-status .bottom-menu-section .bottom-menu-left ul.menu li ul.menu li a:hover,
#header.fixed-status .bottom-menu-section .bottom-menu-right ul.menu li ul.menu li a:hover,
#header.fixed-status .bottom-menu-section .bottom-menu-left ul.menu li ul.menu li a.active,
#header.fixed-status .bottom-menu-section .bottom-menu-right ul.menu li ul.menu li a.active {
  border-bottom: 1px solid #FFF;
}
#header.fixed-status #block-search-form input.form-submit {
  background-image: url(/sites/all/themes/kisc/img/search-light.svg);
}
#header.fixed-status #block-search-form .form-item-search-block-form input[type='text'] {
  color: #FFF;
  border-bottom-color: #FFF;
}
#header.fixed-status #block-search-form .form-item-search-block-form input[type='text']::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c0c0c0;
}
#header.fixed-status #block-search-form .form-item-search-block-form input[type='text']::-moz-placeholder {
  /* Firefox 19+ */
  color: #c0c0c0;
}
#header.fixed-status #block-search-form .form-item-search-block-form input[type='text']:-ms-input-placeholder {
  /* IE 10+ */
  color: #c0c0c0;
}
#header.fixed-status #block-search-form .form-item-search-block-form input[type='text']:-moz-placeholder {
  /* Firefox 18- */
  color: #c0c0c0;
}
#header.fixed-status #block-search-form::after {
  background-color: #dedede;
}
#header.fixed-status .logo {
  top: 4px;
}
#header.fixed-status .fixed-menu-image {
  display: block;
  fill: #FFF;
  width: 60px;
  height: auto;
}
.responsive-menu-wrapper {
  display: none;
}
body.adminimal-menu #header {
  top: 29px;
}
body.adminimal-menu #header.fixed-status {
  top: 29px;
}
form {
  /*select {
    padding: 10px;
  }*/
}
form .row.form-item:first-child {
  margin-top: 0;
}
form .row.form-item:last-child {
  margin-bottom: 0;
}
form label {
  font-weight: bold;
  margin-bottom: .6em;
  text-transform: uppercase;
}
form label a:link,
form label a:visited {
  font-weight: bold;
}
form .form-item-activity-type label {
  text-transform: none;
}
form .form-item-newsletter label,
form .form-item-toc label,
form .form-type-checkbox label {
  text-transform: none;
}
form input[type="text"],
form input[type="email"],
form input[type="email"],
form input[type="password"],
form select,
form textarea {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #dbdbdb;
  background: #fff;
  line-height: 43px;
  height: 46px;
  font-size: 16px;
  padding: 0 20px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}
form input[type="text"][disabled="disabled"],
form input[type="email"][disabled="disabled"],
form input[type="email"][disabled="disabled"],
form input[type="password"][disabled="disabled"],
form select[disabled="disabled"],
form textarea[disabled="disabled"] {
  background-color: #dedede;
}
form select[multiple] {
  height: auto;
  background: #fff;
}
form textarea {
  height: auto;
}
form .confirm-parent,
form .password-parent {
  width: 100%;
}
form .form-required {
  color: red;
}
form .form-actions,
form #edit-basic {
  margin-bottom: 0;
}
form .form-actions input[type="submit"],
form #edit-basic input[type="submit"] {
  display: inline-block;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  background-color: #00a4f2;
  border-radius: 5px;
  border: 1px solid #00a4f2;
  height: 58px;
  line-height: 59px;
  text-transform: uppercase;
  padding: 0 10px;
}
form .form-actions input[type="submit"]:hover,
form #edit-basic input[type="submit"]:hover,
form .form-actions input[type="submit"]:active,
form #edit-basic input[type="submit"]:active {
  color: #FFF;
  border-color: #3a5dae;
  text-shadow: 1px 1px 1px #3a5dae;
}
form .form-actions input[type="submit"].form-invert,
form #edit-basic input[type="submit"].form-invert {
  color: #00a4f2;
  background-color: #FFF;
  border-color: #00a4f2;
}
form .form-actions input[type="submit"].form-invert:hover,
form #edit-basic input[type="submit"].form-invert:hover,
form .form-actions input[type="submit"].form-invert:active,
form #edit-basic input[type="submit"].form-invert:active {
  color: #00a4f2;
  border-color: #3a5dae;
  text-shadow: none;
}
form .form-item {
  margin-bottom: 1em;
  position: relative;
}
form fieldset.form-wrapper {
  border: 1px solid;
  position: relative;
  margin-top: 40px;
  padding: calc(30px - 1em) 30px;
}
form fieldset.form-wrapper legend {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: -45px;
}
form fieldset.form-wrapper + fieldset {
  margin-top: 85px;
}
form fieldset.form-wrapper.borderless-fieldset {
  border: none;
  margin: 0;
  padding: 10px 0 0 0;
}
form fieldset.form-wrapper.borderless-fieldset legend {
  position: static;
}
form fieldset.form-wrapper.borderless-fieldset + .borderless-fieldset {
  margin-top: 35px;
}
form .container-inline-date .date-padding {
  float: none;
}
form .container-inline-date .date-padding label {
  display: none;
}
form .container-inline-date .date-padding .form-item {
  margin: 0;
}
form .container-inline-date .form-item {
  width: 100%;
  margin: 1em 0;
}
form .container-inline-date .form-item .form-item {
  float: none;
  width: 100%;
}
form .container-inline-date input[type="text"] {
  margin: 0;
  width: 100%;
}
form .form-item {
  zoom: 1;
}
form .form-item:before,
form .form-item:after {
  content: " ";
  display: table;
}
form .form-item:after {
  clear: both;
}
form .form-item input.suffix-field {
  max-width: calc(100% - 50px);
  float: left;
}
form .form-item input.suffix-field + span {
  float: right;
  width: 50px;
  text-align: right;
  padding: 10px 0;
}
form .form-managed-file {
  zoom: 1;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
form .form-managed-file:before,
form .form-managed-file:after {
  content: " ";
  display: table;
}
form .form-managed-file:after {
  clear: both;
}
form .form-managed-file .messages {
  flex: 0 0 100%;
}
form .form-managed-file .file-icon {
  display: none;
}
form .form-managed-file .file,
form .form-managed-file input[type="submit"] {
  float: left;
}
form .form-managed-file .file {
  display: flex;
  align-items: center;
  width: calc(100% - 120px);
  padding: 0 15px 0 0;
}
form .form-managed-file input[type="submit"] {
  width: 120px;
  max-width: 120px;
}
#user-login .form-item.form-type-checkbox,
#user-register-form .form-item.form-type-checkbox {
  margin-bottom: 2em;
}
#user-login .form-item.form-type-checkbox input.form-checkbox,
#user-register-form .form-item.form-type-checkbox input.form-checkbox {
  display: none;
  margin-bottom: 2em;
}
#user-login .form-item.form-type-checkbox input.form-checkbox + label,
#user-register-form .form-item.form-type-checkbox input.form-checkbox + label {
  margin: 0;
  font-size: 16px;
  padding: 6px 0 4px 32px;
  text-transform: none;
  cursor: pointer;
  display: inline;
}
#user-login .form-item.form-type-checkbox input.form-checkbox + label:before,
#user-register-form .form-item.form-type-checkbox input.form-checkbox + label:before {
  content: " ";
  display: block;
  text-align: center;
  line-height: 17px;
  position: absolute;
  font-size: 19px;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #00a4f2;
  border-radius: 3px;
  cursor: pointer;
}
#user-login .form-item.form-type-checkbox input.form-checkbox:checked + label:before,
#user-register-form .form-item.form-type-checkbox input.form-checkbox:checked + label:before {
  background-color: #00a4f2;
  border: 1px solid #00a4f2 !important;
  content: "✕";
  color: #FFF;
}
#user-login .form-item.form-type-checkbox input.form-checkbox.error + label:before,
#user-register-form .form-item.form-type-checkbox input.form-checkbox.error + label:before {
  border: 2px solid #8c2e0b;
}
#user-login label,
#user-register-form label {
  display: none;
}
#user-login input[type="submit"],
#user-register-form input[type="submit"] {
  width: 100%;
  margin: 1.5rem 0 1rem;
  cursor: pointer;
}
#user-login .user-login-links,
#user-register-form .user-login-links {
  display: flex;
}
#user-login #fb-login-btn,
#user-register-form #fb-login-btn,
#user-login input[id*='submit-google'],
#user-register-form input[id*='submit-google'] {
  display: inline-block;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  background-color: #00a4f2;
  border-radius: 5px;
  border: 1px solid #00a4f2;
  height: 58px;
  line-height: 59px;
  text-transform: uppercase;
  padding: 0 10px;
  color: #00a4f2;
  background-color: #FFF;
  border-color: #00a4f2;
  background-image: none;
  flex-basis: 50%;
  margin-top: 0;
}
#user-login #fb-login-btn:hover,
#user-register-form #fb-login-btn:hover,
#user-login input[id*='submit-google']:hover,
#user-register-form input[id*='submit-google']:hover,
#user-login #fb-login-btn:active,
#user-register-form #fb-login-btn:active,
#user-login input[id*='submit-google']:active,
#user-register-form input[id*='submit-google']:active {
  color: #FFF;
  border-color: #3a5dae;
  text-shadow: 1px 1px 1px #3a5dae;
}
#user-login #fb-login-btn:hover,
#user-register-form #fb-login-btn:hover,
#user-login input[id*='submit-google']:hover,
#user-register-form input[id*='submit-google']:hover,
#user-login #fb-login-btn:active,
#user-register-form #fb-login-btn:active,
#user-login input[id*='submit-google']:active,
#user-register-form input[id*='submit-google']:active {
  color: #00a4f2;
  border-color: #3a5dae;
  text-shadow: none;
}
#user-login #fb-login-btn,
#user-register-form #fb-login-btn {
  margin-right: 1rem;
}
#user-login .form-item-pass,
#user-register-form .form-item-pass {
  margin: 0;
}
#user-login .form-item-pass-pass1,
#user-register-form .form-item-pass-pass1 {
  margin-top: 0;
}
.account-form-bottom-link a {
  font-size: 13px;
  text-transform: uppercase;
  padding-right: 2.5rem;
  position: relative;
  color: #00a4f2;
  font-family: 'Cabin Bold', sans-serif;
  float: right;
  margin-top: 1.5rem;
}
.account-form-bottom-link a:hover:after {
  right: -3px;
}
.account-form-bottom-link a:after {
  content: " ";
  display: block;
  position: absolute;
  right: 7px;
  top: -5px;
  width: 12px;
  height: 26px;
  background: url(/sites/all/themes/kisc/img/arrow.svg) no-repeat;
  background-size: contain;
  transform: rotate(90deg);
  transition: all 0.3s ease-in;
}
.ajax-progress {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 15px 30px;
  color: #fff;
  z-index: 999;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
}
.ajax-progress .throbber {
  display: none;
}
.ajax-progress .message {
  padding: 0;
}
table.sticky-header {
  display: none;
}
.table-responsive-info {
  display: none;
}
.messages div.error,
.messages .error,
.messages div.status,
.messages .status,
.messages div.warning,
.messages .warning {
  background-image: none;
  padding: 10px;
}
.messages div.error,
.messages .error {
  background-image: none;
  padding: 10px;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: solid 2px;
}
.buttons-row,
.form-actions.buttons-row {
  margin-left: -.5em;
  margin-right: -.5em;
}
.buttons-row input[type="submit"],
.form-actions.buttons-row input[type="submit"] {
  margin: 0 .5em;
}
.big-blue-button {
  display: inline-block;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  background-color: #00a4f2;
  border-radius: 5px;
  border: 1px solid #00a4f2;
  height: 58px;
  line-height: 59px;
  text-transform: uppercase;
  padding: 0 10px;
}
.big-blue-button:hover,
.big-blue-button:active {
  color: #FFF;
  border-color: #3a5dae;
  text-shadow: 1px 1px 1px #3a5dae;
}
.big-bigger {
  min-width: 230px;
}
.big-blue-button-invert {
  color: #00a4f2;
  background-color: #FFF;
  border-color: #00a4f2;
}
.big-blue-button-invert:hover,
.big-blue-button-invert:active {
  color: #00a4f2;
  border-color: #3a5dae;
  text-shadow: none;
}
.buttons-row a {
  margin: 0 .5em;
}
.text-right,
.actions-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  padding: 15px 20px;
  display: inline-block;
}
.btn:hover,
.btn:active {
  color: #fff;
}
.btn-small {
  padding: 5px 10px;
  font-size: 14px;
}
a.btn {
  text-decoration: none;
  text-align: center;
}
.btn-icon {
  border: none;
  background: transparent no-repeat center center;
  cursor: pointer;
  width: 50px;
  height: 25px;
  text-indent: -9999px;
  max-width: 100%;
  display: inline-block;
}
.form-actions.multi-button {
  margin-right: -.5em;
  margin-left: -.5em;
}
.form-actions.multi-button .btn {
  margin-right: .5em;
  margin-left: .5em;
}
.item-list .pager {
  margin-top: 30px;
}
.item-list .pager li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.item-list .pager li a:link,
.item-list .pager li a:visited,
.item-list .pager li .pager-current {
  text-decoration: none;
  display: inline-block;
  padding: 10px;
}
.item-list .pager li.pager-ellipsis {
  border: none;
}
.page-title {
  font-size: 36px;
}
.front .page-title {
  display: none;
}
.not-front .page-title {
  font-family: 'Aleo Regular', serif;
  font-size: 36px;
  line-height: normal;
  line-height: 48px;
  color: #262628;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}
.not-front .page-subtitle {
  font-size: 36px;
  font-family: 'Aleo Light', serif;
  color: #8c8c8c;
  margin-top: -20px;
  margin-bottom: 12px;
  font-weight: 100;
}
nav.breadcrumb {
  font-size: 14px;
  color: #00a4f2;
  margin-bottom: 60px;
}
nav.breadcrumb .divider {
  padding: 0 10px;
}
nav.breadcrumb a,
nav.breadcrumb .divider {
  color: #8c8c8c;
}
/* JN DOCASNE STYLY */
.view-faq .views-widget-filter-field_faq_category_tid {
  display: none;
}
/* END JN DOCASNE STYLY */
ul.menu {
  padding-left: 0;
}
ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.top-menu-section,
.bottom-menu-section {
  position: relative;
}
.top-menu-section ul.menu li,
.bottom-menu-section ul.menu li {
  display: inline-block;
}
.top-menu-section .top-menu-right,
.bottom-menu-section .top-menu-right,
.top-menu-section .bottom-menu-right,
.bottom-menu-section .bottom-menu-right {
  text-align: right;
}
.top-menu-section .top-menu-right ul.menu,
.bottom-menu-section .top-menu-right ul.menu,
.top-menu-section .bottom-menu-right ul.menu,
.bottom-menu-section .bottom-menu-right ul.menu {
  text-align: right;
  margin: 0;
}
.top-menu-section .top-menu-right ul.menu li a,
.bottom-menu-section .top-menu-right ul.menu li a,
.top-menu-section .bottom-menu-right ul.menu li a,
.bottom-menu-section .bottom-menu-right ul.menu li a {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid transparent;
}
.top-menu-section .top-menu-right ul.menu li a:hover,
.bottom-menu-section .top-menu-right ul.menu li a:hover,
.top-menu-section .bottom-menu-right ul.menu li a:hover,
.bottom-menu-section .bottom-menu-right ul.menu li a:hover,
.top-menu-section .top-menu-right ul.menu li a.active,
.bottom-menu-section .top-menu-right ul.menu li a.active,
.top-menu-section .bottom-menu-right ul.menu li a.active,
.bottom-menu-section .bottom-menu-right ul.menu li a.active {
  border-bottom: 1px solid #00a4f2;
}
.top-menu-section .top-menu-left,
.bottom-menu-section .top-menu-left,
.top-menu-section .bottom-menu-left,
.bottom-menu-section .bottom-menu-left {
  text-align: left;
  padding-right: 0;
}
.top-menu-section .top-menu-left ul.menu li a,
.bottom-menu-section .top-menu-left ul.menu li a,
.top-menu-section .bottom-menu-left ul.menu li a,
.bottom-menu-section .bottom-menu-left ul.menu li a {
  padding-right: 0;
  padding-left: 0;
  transition: 0.3s ease;
  border-bottom: 1px solid transparent;
}
.top-menu-section .top-menu-left ul.menu li a:hover,
.bottom-menu-section .top-menu-left ul.menu li a:hover,
.top-menu-section .bottom-menu-left ul.menu li a:hover,
.bottom-menu-section .bottom-menu-left ul.menu li a:hover,
.top-menu-section .top-menu-left ul.menu li a.active,
.bottom-menu-section .top-menu-left ul.menu li a.active,
.top-menu-section .bottom-menu-left ul.menu li a.active,
.bottom-menu-section .bottom-menu-left ul.menu li a.active {
  border-bottom: 1px solid #00a4f2;
}
.top-menu-section .top-menu-left ul.menu li:first-child,
.bottom-menu-section .top-menu-left ul.menu li:first-child,
.top-menu-section .bottom-menu-left ul.menu li:first-child,
.bottom-menu-section .bottom-menu-left ul.menu li:first-child {
  margin-left: 10px;
}
.top-menu-section .bottom-menu-left,
.bottom-menu-section .bottom-menu-left {
  position: static;
}
.top-menu-section .bottom-menu-left ul.menu li.expanded ul.menu,
.bottom-menu-section .bottom-menu-left ul.menu li.expanded ul.menu {
  display: none;
}
.top-menu-section .bottom-menu-left ul.menu li.expanded:hover ul.menu,
.bottom-menu-section .bottom-menu-left ul.menu li.expanded:hover ul.menu {
  display: block;
  position: absolute;
  top: 61px;
  left: -15px;
  width: calc(100vw + 15px);
  padding: 50px 10%;
  box-shadow: 0 12px 19px 1px #00000040;
}
.top-menu-section .bottom-menu-left ul.menu li.expanded:hover ul.menu li,
.bottom-menu-section .bottom-menu-left ul.menu li.expanded:hover ul.menu li,
.top-menu-section .bottom-menu-left ul.menu li.expanded:hover ul.menu li:first-child,
.bottom-menu-section .bottom-menu-left ul.menu li.expanded:hover ul.menu li:first-child {
  display: block;
  float: left;
  font-size: 14px;
  clear: left;
  margin: 0;
}
.top-menu-section .bottom-menu-left ul.menu li.expanded:hover ul.menu li a,
.bottom-menu-section .bottom-menu-left ul.menu li.expanded:hover ul.menu li a,
.top-menu-section .bottom-menu-left ul.menu li.expanded:hover ul.menu li:first-child a,
.bottom-menu-section .bottom-menu-left ul.menu li.expanded:hover ul.menu li:first-child a {
  border-bottom-color: transparent;
  padding: 10px 0;
}
.top-menu-section .bottom-menu-left ul.menu li.expanded:hover ul.menu li a.active,
.bottom-menu-section .bottom-menu-left ul.menu li.expanded:hover ul.menu li a.active,
.top-menu-section .bottom-menu-left ul.menu li.expanded:hover ul.menu li:first-child a.active,
.bottom-menu-section .bottom-menu-left ul.menu li.expanded:hover ul.menu li:first-child a.active,
.top-menu-section .bottom-menu-left ul.menu li.expanded:hover ul.menu li a:hover,
.bottom-menu-section .bottom-menu-left ul.menu li.expanded:hover ul.menu li a:hover,
.top-menu-section .bottom-menu-left ul.menu li.expanded:hover ul.menu li:first-child a:hover,
.bottom-menu-section .bottom-menu-left ul.menu li.expanded:hover ul.menu li:first-child a:hover {
  border-bottom-color: #00a4f2;
}
.top-menu-section .top-menu-left,
.bottom-menu-section .top-menu-left,
.top-menu-section .top-menu-right,
.bottom-menu-section .top-menu-right,
.top-menu-section .bottom-menu-right,
.bottom-menu-section .bottom-menu-right {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.top-menu-section .top-menu-left ul.menu li,
.bottom-menu-section .top-menu-left ul.menu li,
.top-menu-section .top-menu-right ul.menu li,
.bottom-menu-section .top-menu-right ul.menu li,
.top-menu-section .bottom-menu-right ul.menu li,
.bottom-menu-section .bottom-menu-right ul.menu li {
  text-transform: none;
  font-size: 13px;
  padding: 0 10px;
}
.top-menu-section .top-menu-left ul.menu li a,
.bottom-menu-section .top-menu-left ul.menu li a,
.top-menu-section .top-menu-right ul.menu li a,
.bottom-menu-section .top-menu-right ul.menu li a,
.top-menu-section .bottom-menu-right ul.menu li a,
.bottom-menu-section .bottom-menu-right ul.menu li a {
  color: #262628;
  padding: 16px 0;
  display: inline-block;
  margin-bottom: -1px;
}
.top-menu-section .bottom-menu-right,
.bottom-menu-section .bottom-menu-right {
  border-bottom: 0;
  position: static;
}
.top-menu-section .bottom-menu-right .responsive-user-menu,
.bottom-menu-section .bottom-menu-right .responsive-user-menu {
  display: none;
}
.top-menu-section .bottom-menu-right ul.menu,
.bottom-menu-section .bottom-menu-right ul.menu {
  margin-bottom: 34px;
}
.top-menu-section .bottom-menu-right ul.menu li,
.bottom-menu-section .bottom-menu-right ul.menu li {
  padding: 0 10px;
}
.top-menu-section .bottom-menu-right ul.menu li.expanded ul.menu,
.bottom-menu-section .bottom-menu-right ul.menu li.expanded ul.menu {
  display: none;
  transition: all 0.3s ease-in;
}
.top-menu-section .bottom-menu-right ul.menu li.expanded:hover ul.menu,
.bottom-menu-section .bottom-menu-right ul.menu li.expanded:hover ul.menu {
  display: block;
  position: absolute;
  top: 61px;
  left: -15px;
  width: calc(100vw + 15px);
  padding: 50px 10%;
  box-shadow: 0 12px 19px 1px #00000040;
  text-align: right;
}
.top-menu-section .bottom-menu-right ul.menu li.expanded:hover ul.menu li,
.bottom-menu-section .bottom-menu-right ul.menu li.expanded:hover ul.menu li,
.top-menu-section .bottom-menu-right ul.menu li.expanded:hover ul.menu li:first-child,
.bottom-menu-section .bottom-menu-right ul.menu li.expanded:hover ul.menu li:first-child {
  display: block;
  float: right;
  font-size: 14px;
  clear: right;
  margin: 0;
  text-transform: uppercase;
}
.top-menu-section .bottom-menu-right ul.menu li.expanded:hover ul.menu li a,
.bottom-menu-section .bottom-menu-right ul.menu li.expanded:hover ul.menu li a,
.top-menu-section .bottom-menu-right ul.menu li.expanded:hover ul.menu li:first-child a,
.bottom-menu-section .bottom-menu-right ul.menu li.expanded:hover ul.menu li:first-child a {
  color: #00a4f2;
  border-bottom-color: transparent;
  padding: 10px 0;
  font-family: 'Cabin Bold', sans-serif;
}
.top-menu-section .bottom-menu-right ul.menu li.expanded:hover ul.menu li a.active,
.bottom-menu-section .bottom-menu-right ul.menu li.expanded:hover ul.menu li a.active,
.top-menu-section .bottom-menu-right ul.menu li.expanded:hover ul.menu li:first-child a.active,
.bottom-menu-section .bottom-menu-right ul.menu li.expanded:hover ul.menu li:first-child a.active,
.top-menu-section .bottom-menu-right ul.menu li.expanded:hover ul.menu li a:hover,
.bottom-menu-section .bottom-menu-right ul.menu li.expanded:hover ul.menu li a:hover,
.top-menu-section .bottom-menu-right ul.menu li.expanded:hover ul.menu li:first-child a:hover,
.bottom-menu-section .bottom-menu-right ul.menu li.expanded:hover ul.menu li:first-child a:hover {
  border-bottom-color: #00a4f2;
}
.top-menu-section .bottom-menu-right ul.menu li a,
.bottom-menu-section .bottom-menu-right ul.menu li a {
  padding: 22px 0;
}
.top-menu-section .bottom-menu-left ul.menu,
.bottom-menu-section .bottom-menu-left ul.menu {
  margin-bottom: 34px;
}
.top-menu-section .bottom-menu-left ul.menu li,
.bottom-menu-section .bottom-menu-left ul.menu li {
  font-size: 14px;
  font-family: 'Cabin Bold', sans-serif;
  letter-spacing: 0.5px;
  padding: 0 8px;
}
.top-menu-section .bottom-menu-left ul.menu li a,
.bottom-menu-section .bottom-menu-left ul.menu li a {
  color: #00a4f2;
  padding: 21px 0;
  display: inline-block;
}
body.front .top-menu-section ul.menu li a:hover,
.node-type-microsite .top-menu-section ul.menu li a:hover,
body.front .bottom-menu-section ul.menu li a:hover,
.node-type-microsite .bottom-menu-section ul.menu li a:hover {
  border-bottom-color: #FFF !important;
}
.contextual-links-region {
  position: static;
}
#block-menu-menu-menu-top-right {
  display: inline-block;
}
#block-search-form {
  display: inline-block;
  position: relative;
  margin-right: 2rem;
  top: -15px;
}
#block-search-form::after {
  background-color: rgba(140, 140, 140, 0.3);
  content: " ";
  display: block;
  position: absolute;
  right: -40px;
  top: 4px;
  height: 15px;
  width: 1px;
  margin-right: 1rem;
}
#block-search-form h2 {
  display: none;
}
#block-search-form #search-block-form {
  position: relative;
}
#block-search-form .form-item-search-block-form input[type='text'] {
  background: 0 none;
  font-size: 13px;
  display: none;
  position: absolute;
  z-index: 0;
  right: -6px;
  top: -5px;
  line-height: 30px;
  max-width: none;
  height: 30px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(140, 140, 140, 0.3);
  width: 100px;
  padding: 5px 30px 5px 10px;
}
#block-search-form #search-block-form input.form-submit {
  height: 20px;
  width: 20px;
  right: 0;
  border: 0;
  z-index: 1;
  position: absolute;
  cursor: pointer;
  text-indent: -9999px;
  background: url(/sites/all/themes/kisc/img/search-dark.svg) no-repeat right;
}
#footer {
  background-color: #262628;
  color: #fff;
  padding-top: 150px;
  margin-top: 100px;
}
#footer .footer-logo {
  text-align: center;
}
#footer .footer-logo img {
  display: inline;
}
#footer .copyright-social {
  margin-top: 90px;
}
#footer .copyright,
#footer .main-partner-info {
  font-size: 13px;
  font-family: 'Cabin', sans-serif;
  opacity: 0.5;
  line-height: 1.15rem;
}
#footer .main-partner-logo-wrap {
  margin-bottom: 65px;
}
#footer .main-partner-logo {
  float: left;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-right: 25px;
}
#footer .social-icons {
  text-align: right;
}
#footer .social-icons > * {
  color: #FFF;
  font-size: 26px;
  margin-right: 38px;
}
#footer .social-icons > *:hover {
  color: #00a4f2;
}
#footer .social-icons > *:last-child {
  margin-right: 0;
}
#footer ul.menu li a {
  color: #FFF;
  display: inline-block;
  font-size: 13px;
  line-height: 1.25rem;
  letter-spacing: 1px;
  padding: 10px 5px 8px 0;
}
#footer ul.menu li a:hover {
  color: #00a4f2;
}
input[data-sa-theme="basic-green"].ui-widget-content {
  border-radius: 0;
  color: #2c2c2c;
  border: 1px solid rgba(140, 140, 140, 0.3);
  box-shadow: none;
  font-family: 'Cabin', sans-serif;
  font-size: inherit;
}
/* AUTOCOMPLETE MENU */
ul[data-sa-theme="basic-green"].ui-menu {
  list-style: none;
  border-radius: 0;
  border-color: rgba(140, 140, 140, 0.3);
  min-width: 350px;
}
ul[data-sa-theme="basic-green"].ui-menu .ui-menu-item {
  border: 1px solid transparent;
  line-height: 14px;
  font-size: 12px;
  border-top: 1px dotted rgba(140, 140, 140, 0.3);
}
ul[data-sa-theme="basic-green"].ui-menu .ui-menu-item a {
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-weight: normal;
}
ul[data-sa-theme="basic-green"].ui-menu .ui-menu-item a:hover,
ul[data-sa-theme="basic-green"].ui-menu .ui-menu-item a:focus {
  border: 1px solid rgba(140, 140, 140, 0.3);
  padding: 0;
  color: #00a4f2;
}
/* Interaction States */
ul[data-sa-theme="basic-green"] .ui-state-hover {
  border: 1px solid rgba(140, 140, 140, 0.3);
  border-radius: 0;
  background: #FFF none;
  color: #ffffff;
}
ul[data-sa-theme="basic-green"] .ui-state-focus {
  border: 1px solid transparent;
  border-radius: 0;
  background: #FFF;
}
ul[data-sa-theme="basic-green"] .ui-autocomplete-fields {
  font-size: 14px;
}
ul[data-sa-theme="basic-green"] .ui-autocomplete-fields .ui-autocomplete-field-field_photo {
  float: left;
  margin-right: 15px;
}
ul[data-sa-theme="basic-green"] .ui-autocomplete-fields .ui-autocomplete-field-name {
  display: none;
}
ul[data-sa-theme="basic-green"] .ui-menu-item-first {
  border-top: 1px solid #FFF;
}
ul[data-sa-theme="basic-green"] .ui-autocomplete-field-title {
  font-size: 15px;
}
ul[data-sa-theme="basic-green"] .ui-autocomplete-field-term {
  font-weight: bold;
}
ul[data-sa-theme="basic-green"] .ui-autocomplete-field-group {
  background: #FFF;
  color: #8c8c8c;
  float: right;
  position: relative;
  right: 5px;
  font-size: 14px;
  line-height: 25px;
}
form[id*="faq-page"],
form[id*="page-meet-the-pinkies"],
form[id*="page-meet-the-board"],
form[id*="programme-adventure-page"],
form[id*="job-vacancies-page"] {
  position: relative;
}
form[id*="faq-page"] .views-widget-filter-title,
form[id*="page-meet-the-pinkies"] .views-widget-filter-title,
form[id*="page-meet-the-board"] .views-widget-filter-title,
form[id*="programme-adventure-page"] .views-widget-filter-title,
form[id*="job-vacancies-page"] .views-widget-filter-title {
  width: 100%;
  padding: 0;
}
form[id*="faq-page"] input[type="text"],
form[id*="page-meet-the-pinkies"] input[type="text"],
form[id*="page-meet-the-board"] input[type="text"],
form[id*="programme-adventure-page"] input[type="text"],
form[id*="job-vacancies-page"] input[type="text"] {
  padding: 0 27px;
  height: 60px;
  border-radius: 5px;
  border: solid 1px #dbdbdb;
  background-image: none;
  line-height: 61px;
}
form[id*="faq-page"] label,
form[id*="page-meet-the-pinkies"] label,
form[id*="page-meet-the-board"] label,
form[id*="programme-adventure-page"] label,
form[id*="job-vacancies-page"] label {
  display: none;
}
form[id*="faq-page"] .views-submit-button,
form[id*="page-meet-the-pinkies"] .views-submit-button,
form[id*="page-meet-the-board"] .views-submit-button,
form[id*="programme-adventure-page"] .views-submit-button,
form[id*="job-vacancies-page"] .views-submit-button {
  right: 20px;
  top: 20px;
  z-index: 1;
  position: absolute;
  padding: 0;
}
form[id*="faq-page"] .views-submit-button input.form-submit,
form[id*="page-meet-the-pinkies"] .views-submit-button input.form-submit,
form[id*="page-meet-the-board"] .views-submit-button input.form-submit,
form[id*="programme-adventure-page"] .views-submit-button input.form-submit,
form[id*="job-vacancies-page"] .views-submit-button input.form-submit {
  height: 20px;
  width: 20px;
  margin: 0;
  border: 0;
  cursor: pointer;
  text-indent: -9999px;
  background: url(/sites/all/themes/kisc/img/search-dark.svg) no-repeat right;
}
form[id*="job-vacancies-page"] .views-submit-button,
form[id*="programme-adventure-page"] .views-submit-button {
  display: none;
}
form[id*="job-vacancies-page"] .views-exposed-form .views-exposed-widget,
form[id*="programme-adventure-page"] .views-exposed-form .views-exposed-widget,
form[id*="booking-meals-form"] .views-exposed-form .views-exposed-widget,
form[id*="booking-food-form"] .views-exposed-form .views-exposed-widget,
form[id*="booking-rentals-form"] .views-exposed-form .views-exposed-widget,
form[id*="booking-activities-form"] .views-exposed-form .views-exposed-widget {
  width: 100%;
}
form[id*="job-vacancies-page"] .form-item-title:after,
form[id*="programme-adventure-page"] .form-item-title:after,
form[id*="booking-meals-form"] .form-item-title:after,
form[id*="booking-food-form"] .form-item-title:after,
form[id*="booking-rentals-form"] .form-item-title:after,
form[id*="booking-activities-form"] .form-item-title:after {
  content: " ";
  right: 20px;
  top: 13px;
  z-index: 1;
  position: absolute;
  height: 20px;
  width: 20px;
  background: url(/sites/all/themes/kisc/img/search-dark.svg) no-repeat right;
}
form[id*="job-vacancies-page"] input[type="checkbox"],
form[id*="programme-adventure-page"] input[type="checkbox"],
form[id*="booking-meals-form"] input[type="checkbox"],
form[id*="booking-food-form"] input[type="checkbox"],
form[id*="booking-rentals-form"] input[type="checkbox"],
form[id*="booking-activities-form"] input[type="checkbox"] {
  display: none;
}
form[id*="job-vacancies-page"] input[type="checkbox"]:checked + label:before,
form[id*="programme-adventure-page"] input[type="checkbox"]:checked + label:before,
form[id*="booking-meals-form"] input[type="checkbox"]:checked + label:before,
form[id*="booking-food-form"] input[type="checkbox"]:checked + label:before,
form[id*="booking-rentals-form"] input[type="checkbox"]:checked + label:before,
form[id*="booking-activities-form"] input[type="checkbox"]:checked + label:before {
  background-color: #00a4f2;
  content: "✕";
  color: #FFF;
}
form[id*="job-vacancies-page"] input[type="text"],
form[id*="programme-adventure-page"] input[type="text"],
form[id*="booking-meals-form"] input[type="text"],
form[id*="booking-food-form"] input[type="text"],
form[id*="booking-rentals-form"] input[type="text"],
form[id*="booking-activities-form"] input[type="text"] {
  height: 45px;
  line-height: 46px;
}
form[id*="job-vacancies-page"] label,
form[id*="programme-adventure-page"] label,
form[id*="booking-meals-form"] label,
form[id*="booking-food-form"] label,
form[id*="booking-rentals-form"] label,
form[id*="booking-activities-form"] label {
  display: inline-block;
  text-transform: none;
  margin-top: 20px;
}
form[id*="job-vacancies-page"] .views-widget-filter-title > label,
form[id*="programme-adventure-page"] .views-widget-filter-title > label,
form[id*="booking-meals-form"] .views-widget-filter-title > label,
form[id*="booking-food-form"] .views-widget-filter-title > label,
form[id*="booking-rentals-form"] .views-widget-filter-title > label,
form[id*="booking-activities-form"] .views-widget-filter-title > label {
  display: none;
}
form[id*="job-vacancies-page"] label.option,
form[id*="programme-adventure-page"] label.option,
form[id*="booking-meals-form"] label.option,
form[id*="booking-food-form"] label.option,
form[id*="booking-rentals-form"] label.option,
form[id*="booking-activities-form"] label.option {
  font-weight: 400;
  padding: 6px 0 4px 35px;
  margin: 0;
  cursor: pointer;
}
form[id*="job-vacancies-page"] label.option:before,
form[id*="programme-adventure-page"] label.option:before,
form[id*="booking-meals-form"] label.option:before,
form[id*="booking-food-form"] label.option:before,
form[id*="booking-rentals-form"] label.option:before,
form[id*="booking-activities-form"] label.option:before {
  content: " ";
  display: block;
  text-align: center;
  line-height: 17px;
  position: absolute;
  font-size: 19px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #00a4f2;
  border-radius: 3px;
}
form[id*="job-vacancies-page"] div[class*="field_volunteering_type"],
form[id*="programme-adventure-page"] div[class*="field_volunteering_type"],
form[id*="booking-meals-form"] div[class*="field_volunteering_type"],
form[id*="booking-food-form"] div[class*="field_volunteering_type"],
form[id*="booking-rentals-form"] div[class*="field_volunteering_type"],
form[id*="booking-activities-form"] div[class*="field_volunteering_type"],
form[id*="job-vacancies-page"] div[class*="field_guidance"],
form[id*="programme-adventure-page"] div[class*="field_guidance"],
form[id*="booking-meals-form"] div[class*="field_guidance"],
form[id*="booking-food-form"] div[class*="field_guidance"],
form[id*="booking-rentals-form"] div[class*="field_guidance"],
form[id*="booking-activities-form"] div[class*="field_guidance"],
form[id*="job-vacancies-page"] div[class*="field_price_adult"],
form[id*="programme-adventure-page"] div[class*="field_price_adult"],
form[id*="booking-meals-form"] div[class*="field_price_adult"],
form[id*="booking-food-form"] div[class*="field_price_adult"],
form[id*="booking-rentals-form"] div[class*="field_price_adult"],
form[id*="booking-activities-form"] div[class*="field_price_adult"],
form[id*="job-vacancies-page"] div[class*="field_duration"],
form[id*="programme-adventure-page"] div[class*="field_duration"],
form[id*="booking-meals-form"] div[class*="field_duration"],
form[id*="booking-food-form"] div[class*="field_duration"],
form[id*="booking-rentals-form"] div[class*="field_duration"],
form[id*="booking-activities-form"] div[class*="field_duration"],
form[id*="job-vacancies-page"] div[class*="field_location"],
form[id*="programme-adventure-page"] div[class*="field_location"],
form[id*="booking-meals-form"] div[class*="field_location"],
form[id*="booking-food-form"] div[class*="field_location"],
form[id*="booking-rentals-form"] div[class*="field_location"],
form[id*="booking-activities-form"] div[class*="field_location"],
form[id*="job-vacancies-page"] div[class*="field_difficulty"],
form[id*="programme-adventure-page"] div[class*="field_difficulty"],
form[id*="booking-meals-form"] div[class*="field_difficulty"],
form[id*="booking-food-form"] div[class*="field_difficulty"],
form[id*="booking-rentals-form"] div[class*="field_difficulty"],
form[id*="booking-activities-form"] div[class*="field_difficulty"],
form[id*="job-vacancies-page"] div[class*="field_season"],
form[id*="programme-adventure-page"] div[class*="field_season"],
form[id*="booking-meals-form"] div[class*="field_season"],
form[id*="booking-food-form"] div[class*="field_season"],
form[id*="booking-rentals-form"] div[class*="field_season"],
form[id*="booking-activities-form"] div[class*="field_season"],
form[id*="job-vacancies-page"] div[class*="field_suitability"],
form[id*="programme-adventure-page"] div[class*="field_suitability"],
form[id*="booking-meals-form"] div[class*="field_suitability"],
form[id*="booking-food-form"] div[class*="field_suitability"],
form[id*="booking-rentals-form"] div[class*="field_suitability"],
form[id*="booking-activities-form"] div[class*="field_suitability"],
form[id*="job-vacancies-page"] div[class*="field_minimum_age_limit"],
form[id*="programme-adventure-page"] div[class*="field_minimum_age_limit"],
form[id*="booking-meals-form"] div[class*="field_minimum_age_limit"],
form[id*="booking-food-form"] div[class*="field_minimum_age_limit"],
form[id*="booking-rentals-form"] div[class*="field_minimum_age_limit"],
form[id*="booking-activities-form"] div[class*="field_minimum_age_limit"],
form[id*="job-vacancies-page"] div[class*="field_position_status"],
form[id*="programme-adventure-page"] div[class*="field_position_status"],
form[id*="booking-meals-form"] div[class*="field_position_status"],
form[id*="booking-food-form"] div[class*="field_position_status"],
form[id*="booking-rentals-form"] div[class*="field_position_status"],
form[id*="booking-activities-form"] div[class*="field_position_status"],
form[id*="job-vacancies-page"] div[class*="field_activity_category"],
form[id*="programme-adventure-page"] div[class*="field_activity_category"],
form[id*="booking-meals-form"] div[class*="field_activity_category"],
form[id*="booking-food-form"] div[class*="field_activity_category"],
form[id*="booking-rentals-form"] div[class*="field_activity_category"],
form[id*="booking-activities-form"] div[class*="field_activity_category"] {
  margin-bottom: -0.4rem;
}
form[id*="job-vacancies-page"] div[class*="field_volunteering_type"] .views-widget,
form[id*="programme-adventure-page"] div[class*="field_volunteering_type"] .views-widget,
form[id*="booking-meals-form"] div[class*="field_volunteering_type"] .views-widget,
form[id*="booking-food-form"] div[class*="field_volunteering_type"] .views-widget,
form[id*="booking-rentals-form"] div[class*="field_volunteering_type"] .views-widget,
form[id*="booking-activities-form"] div[class*="field_volunteering_type"] .views-widget,
form[id*="job-vacancies-page"] div[class*="field_guidance"] .views-widget,
form[id*="programme-adventure-page"] div[class*="field_guidance"] .views-widget,
form[id*="booking-meals-form"] div[class*="field_guidance"] .views-widget,
form[id*="booking-food-form"] div[class*="field_guidance"] .views-widget,
form[id*="booking-rentals-form"] div[class*="field_guidance"] .views-widget,
form[id*="booking-activities-form"] div[class*="field_guidance"] .views-widget,
form[id*="job-vacancies-page"] div[class*="field_price_adult"] .views-widget,
form[id*="programme-adventure-page"] div[class*="field_price_adult"] .views-widget,
form[id*="booking-meals-form"] div[class*="field_price_adult"] .views-widget,
form[id*="booking-food-form"] div[class*="field_price_adult"] .views-widget,
form[id*="booking-rentals-form"] div[class*="field_price_adult"] .views-widget,
form[id*="booking-activities-form"] div[class*="field_price_adult"] .views-widget,
form[id*="job-vacancies-page"] div[class*="field_duration"] .views-widget,
form[id*="programme-adventure-page"] div[class*="field_duration"] .views-widget,
form[id*="booking-meals-form"] div[class*="field_duration"] .views-widget,
form[id*="booking-food-form"] div[class*="field_duration"] .views-widget,
form[id*="booking-rentals-form"] div[class*="field_duration"] .views-widget,
form[id*="booking-activities-form"] div[class*="field_duration"] .views-widget,
form[id*="job-vacancies-page"] div[class*="field_location"] .views-widget,
form[id*="programme-adventure-page"] div[class*="field_location"] .views-widget,
form[id*="booking-meals-form"] div[class*="field_location"] .views-widget,
form[id*="booking-food-form"] div[class*="field_location"] .views-widget,
form[id*="booking-rentals-form"] div[class*="field_location"] .views-widget,
form[id*="booking-activities-form"] div[class*="field_location"] .views-widget,
form[id*="job-vacancies-page"] div[class*="field_difficulty"] .views-widget,
form[id*="programme-adventure-page"] div[class*="field_difficulty"] .views-widget,
form[id*="booking-meals-form"] div[class*="field_difficulty"] .views-widget,
form[id*="booking-food-form"] div[class*="field_difficulty"] .views-widget,
form[id*="booking-rentals-form"] div[class*="field_difficulty"] .views-widget,
form[id*="booking-activities-form"] div[class*="field_difficulty"] .views-widget,
form[id*="job-vacancies-page"] div[class*="field_season"] .views-widget,
form[id*="programme-adventure-page"] div[class*="field_season"] .views-widget,
form[id*="booking-meals-form"] div[class*="field_season"] .views-widget,
form[id*="booking-food-form"] div[class*="field_season"] .views-widget,
form[id*="booking-rentals-form"] div[class*="field_season"] .views-widget,
form[id*="booking-activities-form"] div[class*="field_season"] .views-widget,
form[id*="job-vacancies-page"] div[class*="field_suitability"] .views-widget,
form[id*="programme-adventure-page"] div[class*="field_suitability"] .views-widget,
form[id*="booking-meals-form"] div[class*="field_suitability"] .views-widget,
form[id*="booking-food-form"] div[class*="field_suitability"] .views-widget,
form[id*="booking-rentals-form"] div[class*="field_suitability"] .views-widget,
form[id*="booking-activities-form"] div[class*="field_suitability"] .views-widget,
form[id*="job-vacancies-page"] div[class*="field_minimum_age_limit"] .views-widget,
form[id*="programme-adventure-page"] div[class*="field_minimum_age_limit"] .views-widget,
form[id*="booking-meals-form"] div[class*="field_minimum_age_limit"] .views-widget,
form[id*="booking-food-form"] div[class*="field_minimum_age_limit"] .views-widget,
form[id*="booking-rentals-form"] div[class*="field_minimum_age_limit"] .views-widget,
form[id*="booking-activities-form"] div[class*="field_minimum_age_limit"] .views-widget,
form[id*="job-vacancies-page"] div[class*="field_position_status"] .views-widget,
form[id*="programme-adventure-page"] div[class*="field_position_status"] .views-widget,
form[id*="booking-meals-form"] div[class*="field_position_status"] .views-widget,
form[id*="booking-food-form"] div[class*="field_position_status"] .views-widget,
form[id*="booking-rentals-form"] div[class*="field_position_status"] .views-widget,
form[id*="booking-activities-form"] div[class*="field_position_status"] .views-widget,
form[id*="job-vacancies-page"] div[class*="field_activity_category"] .views-widget,
form[id*="programme-adventure-page"] div[class*="field_activity_category"] .views-widget,
form[id*="booking-meals-form"] div[class*="field_activity_category"] .views-widget,
form[id*="booking-food-form"] div[class*="field_activity_category"] .views-widget,
form[id*="booking-rentals-form"] div[class*="field_activity_category"] .views-widget,
form[id*="booking-activities-form"] div[class*="field_activity_category"] .views-widget {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(140, 140, 140, 0.3);
}
.accordion-view h2.accordion-title {
  border: 0;
  border-radius: 0;
  background: none;
  padding: 30px 50px 0 0;
  font-size: 24px;
  margin-top: 33px;
  margin-bottom: 0;
  font-family: 'Aleo Regular', serif;
  font-weight: 400;
  color: #262628;
  border-top: 1px solid rgba(140, 140, 140, 0.3);
  transition: all 0.3s;
}
.accordion-view h2.accordion-title .ui-accordion-header-icon {
  right: 20px;
  left: auto;
  top: 45px;
  width: 24px;
  height: 24px;
  background: url(/sites/all/themes/kisc/img/question-open.svg) 100% 100% no-repeat;
  transition: all 0.3s;
}
.accordion-view h2.accordion-title.ui-state-hover {
  color: #00a4f2;
}
.accordion-view h2.accordion-title.ui-state-active .ui-accordion-header-icon {
  transform: rotate(45deg);
}
.accordion-view h2.accordion-title span {
  float: left;
}
.accordion-view .views-row:first-child h2.accordion-title {
  border-top: 0;
  margin-top: 10px;
}
.accordion-view .accordion-content {
  background: none;
  color: #737376;
  font-family: 'Cabin', sans-serif;
  font-size: 18px;
  line-height: 1.67em;
  border: 0;
  padding: 2em 10% 0 0;
  border-radius: 0;
  margin-bottom: 0;
  float: left;
  clear: left;
}
#faq-accordeon-bottom {
  border-top: 1px solid rgba(140, 140, 140, 0.3);
  margin-top: 35px;
}
a.faq-ask-question {
  display: inline-block;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  background-color: #00a4f2;
  border-radius: 5px;
  border: 1px solid #00a4f2;
  height: 58px;
  line-height: 59px;
  text-transform: uppercase;
  padding: 0 10px;
  margin-top: 50px;
  margin-bottom: 100px;
}
a.faq-ask-question:hover,
a.faq-ask-question:active {
  color: #FFF;
  border-color: #3a5dae;
  text-shadow: 1px 1px 1px #3a5dae;
}
div[id*="faq-filter"],
div[id*="menu-menu-menu-awards"],
div[id*="menu-menu-menu-applicants"],
div[id*="activit-news-filter"],
div[id*="pinkies-filter"],
div[id*="board-filter"],
div[id*="material-filter"],
div[id*="exp-programme-adventure"],
.activity-table .activity-table-wrapper,
div[id*="exp-job-vacancies"] {
  margin-left: 60px;
  position: relative;
  padding-bottom: 1em;
}
div[id*="faq-filter"] h2,
div[id*="menu-menu-menu-awards"] h2,
div[id*="menu-menu-menu-applicants"] h2,
div[id*="activit-news-filter"] h2,
div[id*="pinkies-filter"] h2,
div[id*="board-filter"] h2,
div[id*="material-filter"] h2,
div[id*="exp-programme-adventure"] h2,
.activity-table .activity-table-wrapper h2,
div[id*="exp-job-vacancies"] h2 {
  font-size: 25px;
  font-family: 'Aleo Regular', serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 80px;
  position: relative;
}
div[id*="faq-filter"] h2:after,
div[id*="menu-menu-menu-awards"] h2:after,
div[id*="menu-menu-menu-applicants"] h2:after,
div[id*="activit-news-filter"] h2:after,
div[id*="pinkies-filter"] h2:after,
div[id*="board-filter"] h2:after,
div[id*="material-filter"] h2:after,
div[id*="exp-programme-adventure"] h2:after,
.activity-table .activity-table-wrapper h2:after,
div[id*="exp-job-vacancies"] h2:after {
  content: "";
  height: 10px;
  width: 60%;
  background-color: #3a5dae;
  display: block;
  position: absolute;
  bottom: -40px;
  left: -30%;
}
div[id*="faq-filter"] {
  margin-left: 0;
}
div[id*="menu-menu-menu-awards"] h2:after {
  width: 40%;
  left: -20%;
}
div[id*="exp-job-vacancies"],
div[id*="exp-programme-adventure"] {
  margin-right: -10px;
}
div[id*="exp-job-vacancies"] h2:after,
div[id*="exp-programme-adventure"] h2:after {
  background-color: #ff6e00;
}
div[id*="material-filter"],
div[id*="menu-menu-menu-awards"] {
  margin-right: -10px;
}
div[id*="material-filter"] h2:after,
div[id*="menu-menu-menu-awards"] h2:after {
  background-color: #1eb446;
}
div[id*="pinkies-filter"] {
  margin-right: -10px;
}
div[id*="pinkies-filter"] h2:after {
  background-color: #e6007e;
}
div[id*="jobs-links-block"] {
  margin-top: 10px;
}
div[id*="jobs-links-block"] .apply.big-blue-button {
  margin-top: 1rem;
  width: 100%;
}
.categories-menu .item-list ul {
  list-style: none;
}
.categories-menu .item-list ul li {
  line-height: 20px;
  border-top: 1px solid rgba(140, 140, 140, 0.3);
}
.categories-menu .item-list ul li a {
  padding: 16px 10px 11px 0;
  display: inline-block;
  font-size: 16px;
}
.categories-menu .item-list ul li a:hover {
  color: #00a4f2;
}
.categories-menu .item-list ul li a.item-active {
  font-weight: bold;
  font-family: 'Cabin Bold', sans-serif;
}
.categories-menu .item-list ul li:first-child {
  border-top: 0;
}
.categories-menu .item-list ul ul {
  margin: 0;
  border-top: 1px solid rgba(140, 140, 140, 0.3);
}
.categories-menu .item-list ul ul li {
  margin-left: 0;
  position: relative;
}
.categories-menu .item-list ul ul li a {
  padding-left: 2rem;
}
.categories-menu .item-list ul ul li a::before {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: #00a4f2;
  transition: all 0.15s ease-in;
}
.categories-menu .item-list ul ul li a:hover::before {
  background-color: #0088e9;
  width: 20px;
}
.categories-menu > .item-list > ul > li {
  margin-left: 0;
}
.job-status {
  border-radius: 3px;
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  color: #FFF;
  padding: 5px 12px 4px;
}
.job-status.job-status-open {
  background-color: #65ba90;
}
.job-status.job-status-closed {
  background-color: #d8492a;
}
.field-name-field-numbers-data {
  margin-top: 2rem;
  font-size: 14px;
  line-height: 22px;
  color: #262628;
}
.field-name-field-numbers-data .double-field-first {
  color: #8c8c8c;
}
.field-name-field-numbers-data .double-field-first strong {
  font-weight: 400;
}
.view-job-vacancies h2 {
  margin-bottom: 13px;
  margin-top: 0;
}
.view-job-vacancies h2 a {
  font-size: 30px;
  color: #262628;
  font-family: 'Aleo Regular', serif;
}
.view-job-vacancies h2 a:hover {
  color: #00a4f2;
}
.view-job-vacancies .views-row:not(.views-row-last) .job-content {
  border-bottom: 1px solid rgba(140, 140, 140, 0.3);
}
.view-job-vacancies .job-content {
  padding-bottom: 50px;
  margin-bottom: 35px;
}
.view-job-vacancies .job-content .field-name-body {
  margin-top: 2rem;
  font-size: 18px;
  line-height: 30px;
  color: #737376;
  display: block;
  overflow: hidden;
  max-height: calc(30px * 5);
}
[id*="vol-opportunities"] {
  border-top: 1px solid rgba(140, 140, 140, 0.3);
  padding-top: 85px;
  margin-top: 120px;
}
[id*="vol-opportunities"] h2 {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
}
.ui-tabs {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
}
.ui-tabs .ui-widget-header {
  background: transparent;
  border: 0;
}
.ui-tabs-panel,
.ui-tabs .ui-tabs-panel {
  font-family: 'Cabin', sans-serif;
  color: #737376;
}
.ui-tabs-nav,
.ui-tabs .ui-tabs-nav {
  padding: 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(140, 140, 140, 0.3);
  margin-bottom: 40px;
}
.ui-tabs-item-title,
.ui-tabs .ui-tabs-nav li.accordion-title {
  background: none;
  border: 0;
  border-bottom: 5px solid transparent;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: bold;
  font-family: 'Cabin Bold', sans-serif;
  transition: border-color 0.5s;
}
.ui-tabs-item-link,
.ui-tabs .ui-tabs-nav li.accordion-title a {
  padding: 20px;
  background-color: transparent;
  color: #262628;
}
.form-type-bef-link:hover,
.ui-tabs .ui-tabs-nav li.accordion-title.ui-state-hover,
.ui-tabs .ui-tabs-nav li.accordion-title.ui-state-active {
  border-color: #00a4f2;
}
.form-type-bef-link:hover a,
.ui-tabs .ui-tabs-nav li.accordion-title.ui-state-hover a,
.ui-tabs .ui-tabs-nav li.accordion-title.ui-state-active a {
  color: #00a4f2;
}
.ui-tabs-content,
.ui-tabs .accordion-content {
  font-size: 18px;
  line-height: 1.67;
  color: #8c8c8c;
  padding: 0;
}
.read-more-link {
  color: #00a4f2;
  font-size: 18px;
  position: relative;
}
.read-more-link:after {
  content: " ";
  display: block;
  position: absolute;
  right: -40px;
  top: -1px;
  width: 12px;
  height: 26px;
  background: url(/sites/all/themes/kisc/img/arrow.svg) no-repeat;
  background-size: contain;
  transform: rotate(90deg);
  transition: all 0.3s ease-in;
}
.read-more-link:hover {
  color: #0088e9;
}
.read-more-link:hover:after {
  transform: rotate(90deg) translateY(-10px);
}
div[id*="read-more-block"] {
  border-top: 1px solid rgba(140, 140, 140, 0.3);
  padding-top: 85px;
  margin-top: 120px;
}
div[id*="read-more-block"] h3,
div[id*="read-more-block"] p {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}
div[id*="read-more-block"] P {
  color: #8c8c8c;
  margin-top: 0;
  margin-bottom: 45px;
}
div[id*="read-more-block"] .content .link a {
  color: #00a4f2;
  font-size: 18px;
  position: relative;
}
div[id*="read-more-block"] .content .link a:after {
  content: " ";
  display: block;
  position: absolute;
  right: -40px;
  top: -1px;
  width: 12px;
  height: 26px;
  background: url(/sites/all/themes/kisc/img/arrow.svg) no-repeat;
  background-size: contain;
  transform: rotate(90deg);
  transition: all 0.3s ease-in;
}
div[id*="read-more-block"] .content .link a:hover {
  color: #0088e9;
}
div[id*="read-more-block"] .content .link a:hover:after {
  transform: rotate(90deg) translateY(-10px);
}
body.front div[id*="read-more-block"] {
  margin-top: 90px;
  padding-bottom: 100px;
}
body.front #footer {
  margin-top: 0;
}
body.page-node-67 div[id*="read-more-block"],
body.page-node-68 div[id*="read-more-block"],
body.page-node-69 div[id*="read-more-block"],
body.page-contacts div[id*="read-more-block"] {
  margin-top: 0;
}
body.node-type-job-position h1.page-title {
  font-size: 48px;
  font-family: 'Aleo Regular', serif;
  margin-bottom: 15px;
  text-align: center;
}
body.node-type-job-position h2.page-subtitle {
  font-size: 48px;
  font-weight: 100;
  font-family: 'Aleo Light', serif;
  text-align: center;
  margin-bottom: 20px;
}
body.node-type-job-position nav.breadcrumb {
  text-align: center;
}
body.node-type-job-position .image {
  margin-bottom: 2rem;
}
body.node-type-job-position .job-status {
  margin-top: 1rem;
}
body.node-type-job-position .job-body {
  margin-top: 2rem;
  font-size: 18px;
  line-height: 1.67;
  color: #737376;
}
body.node-type-job-position .apply {
  min-width: 225px;
  margin-top: 3rem;
}
body.node-type-job-position .row.tabs-ui-wrapper {
  padding: 60px 0 80px;
  margin-top: 50px;
  position: relative;
  background-color: transparent;
  background-color: #f9f9f9;
  margin-left: -5000px;
  padding-left: 5000px;
  margin-right: -5000px;
  padding-right: 5000px;
}
body.node-type-job-position .row.tabs-ui-wrapper .ui-tabs-panel {
  line-height: 1.6;
}
body.node-type-job-position .view-testimonials:before {
  display: none;
}
div[id*="block-views-testimonials"] h2 {
  margin: 55px 0;
  text-align: center;
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
}
div[id*="block-views-testimonials"] .field-type-image {
  float: right;
}
div[id*="block-views-testimonials"] .row h2 {
  text-align: left;
  margin: 0 0 1rem;
}
div[id*="block-views-testimonials"] .row .field-name-body {
  margin-top: 2rem;
  font-size: 18px;
  line-height: 1.67;
  color: #737376;
}
.print-accordion-title {
  display: none;
}
body.front .node-full {
  position: relative;
}
body.front .node-full .scroll-hint {
  bottom: 80px;
}
.node-type-microsite #header,
body.front #header {
  transition-duration: 0s;
  background-color: transparent;
}
.node-type-microsite #header.fixed-status,
body.front #header.fixed-status {
  background-color: #3a5dae;
}
.node-type-microsite #main-content,
body.front #main-content {
  margin-top: 0;
}
.node-type-microsite .top-menu-section .top-menu-left ul.menu li a,
body.front .top-menu-section .top-menu-left ul.menu li a,
.node-type-microsite .top-menu-section .top-menu-right ul.menu li a,
body.front .top-menu-section .top-menu-right ul.menu li a,
.node-type-microsite .top-menu-section .bottom-menu-right ul.menu li a,
body.front .top-menu-section .bottom-menu-right ul.menu li a,
.node-type-microsite .top-menu-section .bottom-menu-left ul.menu li a,
body.front .top-menu-section .bottom-menu-left ul.menu li a,
.node-type-microsite .bottom-menu-section .top-menu-left ul.menu li a,
body.front .bottom-menu-section .top-menu-left ul.menu li a,
.node-type-microsite .bottom-menu-section .top-menu-right ul.menu li a,
body.front .bottom-menu-section .top-menu-right ul.menu li a,
.node-type-microsite .bottom-menu-section .bottom-menu-left ul.menu li a,
body.front .bottom-menu-section .bottom-menu-left ul.menu li a,
.node-type-microsite .bottom-menu-section .bottom-menu-right ul.menu li a,
body.front .bottom-menu-section .bottom-menu-right ul.menu li a,
.node-type-microsite .top-menu-section .bottom-menu-right ul.menu li.expanded:hover ul.menu li a,
body.front .top-menu-section .bottom-menu-right ul.menu li.expanded:hover ul.menu li a,
.node-type-microsite .bottom-menu-section .bottom-menu-right ul.menu li.expanded:hover ul.menu li a,
body.front .bottom-menu-section .bottom-menu-right ul.menu li.expanded:hover ul.menu li a,
.node-type-microsite .top-menu-section .bottom-menu-right ul.menu li.expanded:hover ul.menu li:first-child a,
body.front .top-menu-section .bottom-menu-right ul.menu li.expanded:hover ul.menu li:first-child a,
.node-type-microsite .bottom-menu-section .bottom-menu-right ul.menu li.expanded:hover ul.menu li:first-child a,
body.front .bottom-menu-section .bottom-menu-right ul.menu li.expanded:hover ul.menu li:first-child a {
  color: #FFF;
}
.node-type-microsite #block-search-form #search-block-form input.form-submit,
body.front #block-search-form #search-block-form input.form-submit {
  background-image: url(/sites/all/themes/kisc/img/search-light.svg);
}
.node-type-microsite #block-search-form #search-block-form input[type='text'],
body.front #block-search-form #search-block-form input[type='text'] {
  color: #FFF;
}
.node-type-microsite #block-search-form #search-block-form input[type='text']::-webkit-input-placeholder,
body.front #block-search-form #search-block-form input[type='text']::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c0c0c0;
}
.node-type-microsite #block-search-form #search-block-form input[type='text']::-moz-placeholder,
body.front #block-search-form #search-block-form input[type='text']::-moz-placeholder {
  /* Firefox 19+ */
  color: #c0c0c0;
}
.node-type-microsite #block-search-form #search-block-form input[type='text']:-ms-input-placeholder,
body.front #block-search-form #search-block-form input[type='text']:-ms-input-placeholder {
  /* IE 10+ */
  color: #c0c0c0;
}
.node-type-microsite #block-search-form #search-block-form input[type='text']:-moz-placeholder,
body.front #block-search-form #search-block-form input[type='text']:-moz-placeholder {
  /* Firefox 18- */
  color: #c0c0c0;
}
.row-flex,
.row-flex > div[class*='col-'] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*flex:1 1 auto;
  justify-content: space-between;*/
}
.row-flex-wrap {
  -webkit-flex-flow: row wrap;
  align-content: flex-start;
  flex: 0;
}
.container-flex > div[class*='col-'] div,
.row-flex > div[class*='col-'] div {
  width: 100%;
}
.row-flex > div[class*='col-'] > div {
  align-self: center;
}
.node-microsite .top-section {
  padding-top: 145px;
  position: relative;
}
.node-microsite .top-section h1.page-title,
.node-microsite .top-section h2.page-subtitle {
  color: #FFF;
  font-size: 36px;
}
.node-microsite .top-section nav.breadcrumb,
.node-microsite .top-section nav.breadcrumb a,
.node-microsite .top-section nav.breadcrumb .divider {
  color: #FFF;
}
.node-microsite .top-section .offset-photo {
  margin-right: calc(-1 * ((100vw - 100%) / 2));
  height: 600px;
  max-height: 600px;
  background: no-repeat center center;
  background-size: cover;
}
.node-microsite .top-section .offset-photo img {
  height: 100%;
  width: auto;
  max-width: unset;
}
.microsite-block {
  margin-top: 150px;
}
.microsite-block .text-block {
  font-size: 18px;
  color: #737376;
  line-height: 30px;
  align-items: center;
  justify-content: center;
}
.microsite-block .text-block h3 {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
  line-height: 42px;
}
.microsite-block .text-block h4 {
  font-size: 24px;
  font-family: 'Aleo Light', serif;
  line-height: 30px;
  color: #262628;
}
.microsite-block .microsite-slider {
  margin-top: 40px;
}
.microsite-block .image-block img {
  max-width: none;
}
.microsite-newsletter-block {
  text-align: center;
}
.microsite-newsletter-block .text-block {
  padding: 40px 0;
}
.microsite-newsletter-block .text-block h3,
.microsite-newsletter-block .text-block h4 {
  color: #fff;
  margin: 0 0 15px 0;
}
.microsite-newsletter-block .text-block a.btn-nl-microsite {
  display: inline-block;
  margin: 15px;
  padding: 20px 60px;
  border: 1px solid #fff;
  border-radius: 3px;
  text-transform: uppercase;
  color: #fff;
  font: 15px "Cabin", sans-serif;
  font-weight: 100;
}
.microsite-newsletter-block .text-block a.btn-nl-microsite:hover {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
  box-shadow: 1px 1px 3px rgba(255, 255, 255, 0.6);
}
.scroll-hint {
  position: absolute;
  bottom: 80px;
  left: calc(50% - 26px);
  background: transparent;
  transition: all 1s ease-out;
  text-transform: uppercase;
  z-index: 1;
}
.scroll-hint a {
  color: #FFF;
  font-size: 15px;
  position: relative;
  cursor: pointer;
}
.scroll-hint a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 25px;
  left: 40%;
  width: 12px;
  height: 26px;
  background: url(/sites/all/themes/kisc/img/arrow-white.svg) no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  transition: all 0.3s ease-in;
}
.scroll-hint a:hover:after {
  transform: rotate(180deg) translateY(-10px);
}
.expectations-block {
  margin: 140px 0;
}
.expectations-block h2 {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
  font-size: 30px;
}
.expectations-block .content {
  padding-top: 1rem;
}
.expectations-block ul li {
  font-size: 18px;
  line-height: 1.67;
  font-family: 'Cabin', sans-serif;
  color: #737376;
}
.flexslider {
  margin-bottom: 0;
  border: 0;
  white-space: nowrap;
}
.flexslider.single-item-gallery ul.slides li {
  margin: 0 auto;
  width: 100%;
}
.flexslider.single-item-gallery ul.slides li img {
  max-height: 100vh;
  width: auto;
  margin: 0 auto;
}
.flexslider ul.slides {
  text-align: center;
}
.flexslider ul.slides img {
  max-height: 75vh;
  width: auto;
  margin: 0 auto;
}
.flexslider ul.slides li {
  display: inline-block !important;
  *display: inline!important;
}
.flexslider.carousel {
  width: 100%;
  margin: 9px 0 0 0;
}
.flexslider.carousel ul.slides {
  max-width: 100% !important;
}
.flexslider.carousel ul.slides > li {
  margin-right: -2px !important;
  float: none !important;
}
.flexslider.carousel ul li img {
  cursor: pointer;
}
.flexslider .flex-direction-nav a,
.flexslider .flex-direction-nav a {
  display: block;
}
.flex-direction-nav .flex-next {
  right: 0 !important;
  margin-right: -40px;
  opacity: 1 !important;
}
.flex-direction-nav .flex-prev {
  left: 0 !important;
  opacity: 1 !important;
  margin-left: -40px;
}
.flexslider {
  width: 90%;
  margin: 0 auto;
}
ul.flex-direction-nav a.flex-prev,
ul.flex-direction-nav a.flex-next {
  border-radius: 4px;
  background-color: #ffffffe6;
}
ul.flex-direction-nav a.flex-prev:before,
ul.flex-direction-nav a.flex-next:before {
  content: " ";
  width: 40px;
  height: 40px;
  background: url(/sites/all/themes/kisc/img/arrow.svg) no-repeat 50% 0;
}
ul.flex-direction-nav a.flex-prev.flex-disabled:before,
ul.flex-direction-nav a.flex-next.flex-disabled:before {
  display: none;
}
ul.flex-direction-nav a.flex-prev {
  margin-left: -60px;
  width: 60px;
}
ul.flex-direction-nav a.flex-prev:before {
  transform: rotate(-90deg) translateY(10px);
  transition: all 0.35s ease-in;
}
ul.flex-direction-nav a.flex-prev:hover:before {
  transform: rotate(-90deg) translateY(0);
}
ul.flex-direction-nav a.flex-next {
  margin-right: -60px;
  width: 60px;
}
ul.flex-direction-nav a.flex-next:before {
  transform: rotate(90deg) translateY(10px);
  transition: all 0.35s ease-in;
}
ul.flex-direction-nav a.flex-next:hover:before {
  transform: rotate(90deg) translateY(0);
}
.node--article--full ul.flex-direction-nav a.flex-prev {
  margin-left: -57px;
}
.node--article--full ul.flex-direction-nav a.flex-next {
  margin-right: -57px;
}
#block-views-our-values-block,
#block-views-testimonials-block,
#block-views-testimonials-block-3 {
  background-color: #f9f9f9;
  overflow: hidden;
  margin-top: 170px;
  padding-bottom: 160px;
  position: relative;
}
#block-views-testimonials-block,
#block-views-testimonials-block-3 {
  background-color: transparent;
  margin-top: 30px;
  padding-bottom: 40px;
}
.mega-font-outline {
  font-family: 'Aleo Bold', serif;
  font-size: 144px;
  color: #d3d3d4;
  -webkit-text-fill-color: transparent;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #8c8c8c;
}
.mega-font-outline-wrapper {
  max-height: 110px;
  overflow: hidden;
}
.view-our-values,
.view-testimonials,
.view-accommodation {
  margin-left: -15px;
  margin-right: -15px;
}
.view-our-values .view-header h2,
.view-testimonials .view-header h2,
.view-accommodation .view-header h2 {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 0;
}
.view-our-values .view-header h3,
.view-testimonials .view-header h3,
.view-accommodation .view-header h3 {
  font-family: 'Aleo Light', serif;
  color: #8c8c8c;
  font-size: 24px;
  line-height: normal;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 80px;
}
.view-our-values > div.content,
.view-testimonials > div.content,
.view-accommodation > div.content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
.view-our-values .flex-viewport,
.view-testimonials .flex-viewport,
.view-accommodation .flex-viewport {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1170px;
  margin-right: -15px;
}
.view-our-values .flex-viewport .view-content,
.view-testimonials .flex-viewport .view-content,
.view-accommodation .flex-viewport .view-content {
  margin-left: -15px;
  margin-right: -15px;
}
.booking-page-top .views-row > div,
.view-our-values .views-row > div {
  max-width: 66.66666667% !important;
}
.booking-page-top .views-row .field-name-field-subtitle,
.view-our-values .views-row .field-name-field-subtitle {
  max-height: 100px;
  overflow: hidden;
}
.booking-page-top .views-row .field-name-field-subtitle .field-item,
.view-our-values .views-row .field-name-field-subtitle .field-item {
  font-family: 'Aleo Bold', serif;
  font-size: 144px;
  color: #d3d3d4;
  -webkit-text-fill-color: transparent;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #8c8c8c;
}
.booking-page-top .views-row h3,
.view-our-values .views-row h3 {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
  font-size: 24px;
}
.booking-page-top .views-row .field-name-field-bio,
.view-our-values .views-row .field-name-field-bio {
  color: #8c8c8c;
  font-size: 24px;
  line-height: normal;
  font-family: 'Aleo Light', serif;
  color: #262628;
  margin-bottom: 2rem;
}
.booking-page-top .views-row .field-name-body,
.view-our-values .views-row .field-name-body {
  font-size: 18px;
  color: #737376;
  line-height: 30px;
}
.booking-page-top .flex-control-nav,
.view-our-values .flex-control-nav {
  bottom: -80px;
}
.view-testimonials .views-row > div {
  max-width: 66.66666667% !important;
}
.view-testimonials .views-row h3 {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
  font-size: 24px;
}
.view-testimonials .views-row .field-name-field-bio {
  color: #8c8c8c;
  font-size: 24px;
  line-height: normal;
  font-family: 'Aleo Light', serif;
  color: #262628;
  margin-bottom: 2rem;
}
.view-testimonials .views-row .field-name-body {
  font-size: 18px;
  color: #737376;
  line-height: 30px;
}
.flex-control-paging li a {
  background-color: #d8d8d8;
  box-shadow: none;
}
.flex-control-paging li a.flex-active {
  background-color: #00a4f2;
}
.view-our-values .flex-control-nav {
  bottom: 80px;
}
.view-testimonials .views-row > div {
  max-width: none !important;
}
.view-testimonials .flex-control-nav {
  bottom: -5px;
}
.view-testimonials:before {
  content: " ";
  display: block;
  width: 570px;
  max-width: 40%;
  margin: 0 auto;
  height: 1px;
  background-color: rgba(140, 140, 140, 0.3);
}
.view-testimonials .view-header h2,
.view-testimonials .view-header h3 {
  font-size: 30px;
}
.view-testimonials .view-header h3 {
  margin-bottom: 110px;
}
.view-testimonials .flex-viewport {
  margin-left: calc((100vw - 1170px) / 2);
  max-width: none;
}
.view-testimonials .flex-viewport .views-row .field-name-body {
  margin-top: 0;
}
.view-testimonials .flex-viewport .views-row .field-name-body:before {
  content: "\"";
  font-family: 'Aleo Bold', serif;
  font-size: 144px;
  color: #d3d3d4;
  -webkit-text-fill-color: transparent;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #8c8c8c;
  max-height: 85px;
  line-height: 160px;
  overflow: hidden;
  display: inline-block;
}
.view-testimonials .flex-viewport .views-row h2 {
  font-size: 18px;
  margin-top: 1rem;
  text-align: left;
}
.view-testimonials .flex-viewport .views-row h2:before {
  content: "-";
  padding-right: 0.3rem;
}
.view-our-values {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1170px;
}
.view-our-values .views-row > div {
  max-width: 78% !important;
  margin: 0 auto;
}
.view-our-values .flex-direction-nav .flex-next {
  right: calc((100vw - 1170px) / 2) !important;
  background: none;
}
.view-our-values .flex-direction-nav .flex-prev {
  left: calc((100vw - 1170px) / 2) !important;
  background: none;
}
.view-our-values .flex-control-nav {
  display: none;
}
.booking-page-top .views-row > div {
  max-width: 100% !important;
}
.booking-page-top .views-row > div.field-name-field-photo {
  margin-top: 24px;
}
.booking-page-bottom {
  background-color: #f9f9f9;
  margin-left: -5000px;
  padding-left: 5000px;
  margin-right: -5000px;
  padding-right: 5000px;
  padding-bottom: 140px;
  margin-top: 100px;
}
.booking-page-bottom .booking-data {
  text-align: center;
  padding-top: 80px;
}
.booking-page-bottom .booking-data h3 {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  line-height: normal;
  font-size: 36px;
}
.booking-page-bottom .booking-data p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 2rem;
  color: #737376;
}
.booking-page-bottom .booking-data .buttons .button {
  display: inline-block;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  background-color: #00a4f2;
  border-radius: 5px;
  border: 1px solid #00a4f2;
  height: 58px;
  line-height: 59px;
  text-transform: uppercase;
  padding: 0 10px;
  min-width: 215px;
  margin: 0 10px 1em;
  font-size: 13px;
}
.booking-page-bottom .booking-data .buttons .button:hover,
.booking-page-bottom .booking-data .buttons .button:active {
  color: #FFF;
  border-color: #3a5dae;
  text-shadow: 1px 1px 1px #3a5dae;
}
.booking-detail-page {
  margin-bottom: 100px;
}
.booking-detail-page h3 {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
  font-size: 30px !important;
}
.booking-meals-table,
.booking-food-table,
.booking-rentals-table,
.booking-activities-table {
  margin: 30px 0;
  padding-top: 50px;
  border-top: 1px solid rgba(140, 140, 140, 0.3);
}
.booking-meals-table .table-head .top .table-cell,
.booking-food-table .table-head .top .table-cell,
.booking-rentals-table .table-head .top .table-cell,
.booking-activities-table .table-head .top .table-cell {
  display: inline-block;
  max-width: 130px;
  width: 130px;
  font-weight: bold;
}
.booking-meals-table .table-head .top .table-cell.longer,
.booking-food-table .table-head .top .table-cell.longer,
.booking-rentals-table .table-head .top .table-cell.longer,
.booking-activities-table .table-head .top .table-cell.longer {
  max-width: 260px;
  width: 260px;
}
.booking-meals-table .table-head .top .table-cell.shorter,
.booking-food-table .table-head .top .table-cell.shorter,
.booking-rentals-table .table-head .top .table-cell.shorter,
.booking-activities-table .table-head .top .table-cell.shorter {
  max-width: 30px;
  width: 30px;
}
.booking-meals-table .table-row,
.booking-food-table .table-row,
.booking-rentals-table .table-row,
.booking-activities-table .table-row {
  display: block;
  border-top: 1px solid rgba(140, 140, 140, 0.3);
  margin: 10px 0;
  padding: 10px 0 0 0;
}
.booking-meals-table .table-row .top .table-cell,
.booking-food-table .table-row .top .table-cell,
.booking-rentals-table .table-row .top .table-cell,
.booking-activities-table .table-row .top .table-cell {
  display: inline-block;
  max-width: 130px;
  width: 130px;
}
.booking-meals-table .table-row .top .table-cell > .form-item,
.booking-food-table .table-row .top .table-cell > .form-item,
.booking-rentals-table .table-row .top .table-cell > .form-item,
.booking-activities-table .table-row .top .table-cell > .form-item,
.booking-meals-table .table-row .top .table-cell > .container-inline-date > .form-item,
.booking-food-table .table-row .top .table-cell > .container-inline-date > .form-item,
.booking-rentals-table .table-row .top .table-cell > .container-inline-date > .form-item,
.booking-activities-table .table-row .top .table-cell > .container-inline-date > .form-item {
  margin: 0;
}
.booking-meals-table .table-row .top .table-cell.longer,
.booking-food-table .table-row .top .table-cell.longer,
.booking-rentals-table .table-row .top .table-cell.longer,
.booking-activities-table .table-row .top .table-cell.longer {
  max-width: 260px;
  width: 260px;
  vertical-align: middle;
}
.booking-meals-table .table-row .top .table-cell.shorter,
.booking-food-table .table-row .top .table-cell.shorter,
.booking-rentals-table .table-row .top .table-cell.shorter,
.booking-activities-table .table-row .top .table-cell.shorter {
  max-width: 30px;
  width: 30px;
}
.booking-meals-table .table-row .top .table-cell .container-inline-date .description,
.booking-food-table .table-row .top .table-cell .container-inline-date .description,
.booking-rentals-table .table-row .top .table-cell .container-inline-date .description,
.booking-activities-table .table-row .top .table-cell .container-inline-date .description {
  display: none;
}
.booking-meals-table .table-row .top .table-cell .container-inline-date > .form-item,
.booking-food-table .table-row .top .table-cell .container-inline-date > .form-item,
.booking-rentals-table .table-row .top .table-cell .container-inline-date > .form-item,
.booking-activities-table .table-row .top .table-cell .container-inline-date > .form-item {
  vertical-align: inherit;
}
.booking-meals-table .table-row .top .table-cell input[readonly],
.booking-food-table .table-row .top .table-cell input[readonly],
.booking-rentals-table .table-row .top .table-cell input[readonly],
.booking-activities-table .table-row .top .table-cell input[readonly] {
  background-color: #f1f1f1;
  color: #737376;
}
.booking-meals-table .table-row .top .table-cell ::placeholder,
.booking-food-table .table-row .top .table-cell ::placeholder,
.booking-rentals-table .table-row .top .table-cell ::placeholder,
.booking-activities-table .table-row .top .table-cell ::placeholder {
  color: black;
}
.booking-meals-table .table-row .top .table-cell select,
.booking-food-table .table-row .top .table-cell select,
.booking-rentals-table .table-row .top .table-cell select,
.booking-activities-table .table-row .top .table-cell select {
  background: url(/sites/all/themes/kisc/img/dropdown-icon.svg) no-repeat calc(95%) center;
}
.booking-meals-table .table-row .top .table-cell .form-submit,
.booking-food-table .table-row .top .table-cell .form-submit,
.booking-rentals-table .table-row .top .table-cell .form-submit,
.booking-activities-table .table-row .top .table-cell .form-submit {
  background: url(/sites/all/themes/kisc/img/question-close.svg) no-repeat center center;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  border: none;
}
.booking-meals-table .table-row .dietary,
.booking-food-table .table-row .dietary,
.booking-rentals-table .table-row .dietary,
.booking-activities-table .table-row .dietary {
  margin-left: 134px;
  margin-top: 4px;
  /*width: 650px;*/
}
.booking-meals-table .table-row .dietary .table-cell > .form-item,
.booking-food-table .table-row .dietary .table-cell > .form-item,
.booking-rentals-table .table-row .dietary .table-cell > .form-item,
.booking-activities-table .table-row .dietary .table-cell > .form-item {
  margin: 0;
}
form[id*="booking-meals-form"] .container-inline-date .description,
form[id*="booking-food-form"] .container-inline-date .description,
form[id*="booking-rentals-form"] .container-inline-date .description,
form[id*="booking-activities-form"] .container-inline-date .description {
  display: none;
}
form[id*="booking-meals-form"] .container-inline-date > .form-item,
form[id*="booking-food-form"] .container-inline-date > .form-item,
form[id*="booking-rentals-form"] .container-inline-date > .form-item,
form[id*="booking-activities-form"] .container-inline-date > .form-item {
  vertical-align: inherit;
}
form[id*="booking-meals-form"] .sub-actions .form-submit:first-child,
form[id*="booking-food-form"] .sub-actions .form-submit:first-child,
form[id*="booking-rentals-form"] .sub-actions .form-submit:first-child,
form[id*="booking-activities-form"] .sub-actions .form-submit:first-child {
  margin-right: 20px;
  margin-bottom: 20px;
}
form[id*="booking-meals-form"] .main-actions,
form[id*="booking-food-form"] .main-actions,
form[id*="booking-rentals-form"] .main-actions,
form[id*="booking-activities-form"] .main-actions {
  text-align: right;
  margin-top: 60px;
}
form[id*="booking-meals-form"] .main-actions .form-submit,
form[id*="booking-food-form"] .main-actions .form-submit,
form[id*="booking-rentals-form"] .main-actions .form-submit,
form[id*="booking-activities-form"] .main-actions .form-submit {
  margin-left: 20px;
  margin-top: 10px;
}
form[id*="booking-meals-form"] .main-actions .captcha,
form[id*="booking-food-form"] .main-actions .captcha,
form[id*="booking-rentals-form"] .main-actions .captcha,
form[id*="booking-activities-form"] .main-actions .captcha {
  float: left;
}
form[id*="booking-meals-form"] hr,
form[id*="booking-food-form"] hr,
form[id*="booking-rentals-form"] hr,
form[id*="booking-activities-form"] hr {
  border: none;
  border-top: 1px solid rgba(140, 140, 140, 0.3);
}
form[id*="booking-meals-form"] .total-price,
form[id*="booking-food-form"] .total-price,
form[id*="booking-rentals-form"] .total-price,
form[id*="booking-activities-form"] .total-price {
  text-align: right;
  /*max-width: 360px;*/
  margin: 20px 0;
}
form[id*="booking-meals-form"] .total-price .number,
form[id*="booking-food-form"] .total-price .number,
form[id*="booking-rentals-form"] .total-price .number,
form[id*="booking-activities-form"] .total-price .number {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
  font-family: 'Aleo Light', serif;
  font-size: 64px;
  line-height: 72px;
  font-weight: 300;
}
form[id*="booking-meals-form"] .total-price .text,
form[id*="booking-food-form"] .total-price .text,
form[id*="booking-rentals-form"] .total-price .text,
form[id*="booking-activities-form"] .total-price .text {
  font-size: 18px;
  color: #8c8c8c;
}
form[id*="booking-meals-form"] .info,
form[id*="booking-food-form"] .info,
form[id*="booking-rentals-form"] .info,
form[id*="booking-activities-form"] .info {
  color: #8c8c8c;
  font-size: 14px;
}
form[id*="booking-meals-form"] label.option,
form[id*="booking-food-form"] label.option,
form[id*="booking-rentals-form"] label.option,
form[id*="booking-activities-form"] label.option {
  color: #8c8c8c;
}
form[id*="booking-meals-form"] label.option:before,
form[id*="booking-food-form"] label.option:before,
form[id*="booking-rentals-form"] label.option:before,
form[id*="booking-activities-form"] label.option:before {
  border-color: rgba(140, 140, 140, 0.3);
}
form[id*="booking-meals-form"] .form-type-item,
form[id*="booking-food-form"] .form-type-item,
form[id*="booking-rentals-form"] .form-type-item,
form[id*="booking-activities-form"] .form-type-item,
form[id*="booking-meals-form"] .form-item-payment-confirm,
form[id*="booking-food-form"] .form-item-payment-confirm,
form[id*="booking-rentals-form"] .form-item-payment-confirm,
form[id*="booking-activities-form"] .form-item-payment-confirm,
form[id*="booking-meals-form"] .row > .col-md-4 > .form-item,
form[id*="booking-food-form"] .row > .col-md-4 > .form-item,
form[id*="booking-rentals-form"] .row > .col-md-4 > .form-item,
form[id*="booking-activities-form"] .row > .col-md-4 > .form-item {
  margin: 5px 0;
}
form[id*="booking-activities-form"] ul.ui-autocomplete {
  min-width: 400px;
  max-height: 300px;
  overflow-y: auto;
}
form[id*="booking-activities-form"] ul.ui-autocomplete .ui-autocomplete-fields {
  clear: both;
  overflow: hidden;
}
form[id*="booking-activities-form"] ul.ui-autocomplete .ui-autocomplete-fields .ui-autocomplete-field-title,
form[id*="booking-activities-form"] ul.ui-autocomplete .ui-autocomplete-fields .ui-autocomplete-field-group_size {
  font-size: 12px !important;
}
form[id*="booking-activities-form"] ul.ui-autocomplete .ui-autocomplete-fields .ui-autocomplete-field-title {
  float: left;
  width: 50%;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
}
form[id*="booking-activities-form"] ul.ui-autocomplete .ui-autocomplete-fields .ui-autocomplete-field-group_size {
  float: right;
  width: 25%;
}
form[id*="tfa-basic-setup-form"] input[type="password"],
form[id*="tfa-basic-disable-form"] input[type="password"],
form[id*="tfa-basic-setup-form"] input[type="text"],
form[id*="tfa-basic-disable-form"] input[type="text"] {
  max-width: 500px;
}
form[id*="tfa-basic-setup-form"] .form-submit,
form[id*="tfa-basic-disable-form"] .form-submit {
  display: inline-block;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  background-color: #00a4f2;
  border-radius: 5px;
  border: 1px solid #00a4f2;
  height: 58px;
  line-height: 59px;
  text-transform: uppercase;
  padding: 0 10px;
  min-width: 230px;
}
form[id*="tfa-basic-setup-form"] .form-submit:hover,
form[id*="tfa-basic-disable-form"] .form-submit:hover,
form[id*="tfa-basic-setup-form"] .form-submit:active,
form[id*="tfa-basic-disable-form"] .form-submit:active {
  color: #FFF;
  border-color: #3a5dae;
  text-shadow: 1px 1px 1px #3a5dae;
}
form[id*="tfa-basic-setup-form"] .form-submit[id*="edit-cancel"],
form[id*="tfa-basic-disable-form"] .form-submit[id*="edit-cancel"],
form[id*="tfa-basic-setup-form"] .form-submit[id*="edit-skip"],
form[id*="tfa-basic-disable-form"] .form-submit[id*="edit-skip"] {
  margin-left: 20px;
  color: #00a4f2;
  background-color: #FFF;
  border-color: #00a4f2;
}
form[id*="tfa-basic-setup-form"] .form-submit[id*="edit-cancel"]:hover,
form[id*="tfa-basic-disable-form"] .form-submit[id*="edit-cancel"]:hover,
form[id*="tfa-basic-setup-form"] .form-submit[id*="edit-skip"]:hover,
form[id*="tfa-basic-disable-form"] .form-submit[id*="edit-skip"]:hover,
form[id*="tfa-basic-setup-form"] .form-submit[id*="edit-cancel"]:active,
form[id*="tfa-basic-disable-form"] .form-submit[id*="edit-cancel"]:active,
form[id*="tfa-basic-setup-form"] .form-submit[id*="edit-skip"]:active,
form[id*="tfa-basic-disable-form"] .form-submit[id*="edit-skip"]:active {
  color: #00a4f2;
  border-color: #3a5dae;
  text-shadow: none;
}
.page-register-membership .view-testimonials h2.author,
.node-type-job-position .view-testimonials h2.author,
.staff-data h2.author {
  text-align: left;
  margin: 0 0 1rem;
}
.page-register-membership .view-testimonials .author-country,
.node-type-job-position .view-testimonials .author-country,
.staff-data .author-country,
.page-register-membership .view-testimonials .author-staff-category,
.node-type-job-position .view-testimonials .author-staff-category,
.staff-data .author-staff-category,
.page-register-membership .view-testimonials .author-subtitle,
.node-type-job-position .view-testimonials .author-subtitle,
.staff-data .author-subtitle {
  font-size: 14px;
  color: #0088e9;
  padding-left: 50px;
  position: relative;
}
.page-register-membership .view-testimonials .author-country *,
.node-type-job-position .view-testimonials .author-country *,
.staff-data .author-country *,
.page-register-membership .view-testimonials .author-staff-category *,
.node-type-job-position .view-testimonials .author-staff-category *,
.staff-data .author-staff-category *,
.page-register-membership .view-testimonials .author-subtitle *,
.node-type-job-position .view-testimonials .author-subtitle *,
.staff-data .author-subtitle * {
  display: inline-block;
}
.page-register-membership .view-testimonials .author-country .field-item,
.node-type-job-position .view-testimonials .author-country .field-item,
.staff-data .author-country .field-item,
.page-register-membership .view-testimonials .author-staff-category .field-item,
.node-type-job-position .view-testimonials .author-staff-category .field-item,
.staff-data .author-staff-category .field-item,
.page-register-membership .view-testimonials .author-subtitle .field-item,
.node-type-job-position .view-testimonials .author-subtitle .field-item,
.staff-data .author-subtitle .field-item {
  font-size: 14px;
  color: #0088e9;
  font-family: 'Cabin Bold', sans-serif;
  font-weight: 400;
}
.page-register-membership .view-testimonials .author-country .field-item:before,
.node-type-job-position .view-testimonials .author-country .field-item:before,
.staff-data .author-country .field-item:before,
.page-register-membership .view-testimonials .author-staff-category .field-item:before,
.node-type-job-position .view-testimonials .author-staff-category .field-item:before,
.staff-data .author-staff-category .field-item:before,
.page-register-membership .view-testimonials .author-subtitle .field-item:before,
.node-type-job-position .view-testimonials .author-subtitle .field-item:before,
.staff-data .author-subtitle .field-item:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 42%;
  width: 18px;
  height: 1px;
  background-color: #0088e9;
}
.page-register-membership .view-testimonials .field-name-body,
.node-type-job-position .view-testimonials .field-name-body,
.staff-data .field-name-body {
  margin-top: 1rem;
}
.staff-data h2.author {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
  margin-bottom: 1.5rem;
}
.staff-data .author-bio {
  font-size: 24px;
  margin: 1.5rem 0 1rem;
  font-family: 'Aleo Regular', serif;
}
.staff-data .field-name-body {
  font-size: 18px;
  color: #737376;
  line-height: 30px;
  margin-top: 3rem;
}
.node-staff.node-full {
  padding: 45px 45px 0;
}
[id*='accommodation-block'] {
  margin-top: 100px;
}
.view-accommodation {
  background-color: #f9f9f9;
  padding-top: 80px;
}
.view-accommodation .view-header h2,
.view-accommodation .view-header h3 {
  font-size: 30px;
}
.view-accommodation .view-header h2 {
  margin-top: 0;
}
.view-accommodation .view-content .views-row {
  border-bottom: 1px solid rgba(140, 140, 140, 0.3);
  padding-bottom: 80px;
  margin-bottom: 100px;
}
.view-accommodation .view-content .accomodation-item .flexslider {
  width: 100%;
  background-color: transparent;
}
.view-accommodation .view-content .accomodation-item .flexslider .slides {
  text-align: left;
}
.view-accommodation .view-content .accomodation-item .flexslider .flex-viewport {
  margin: 0;
  padding: 0;
  max-width: none;
}
.view-accommodation .view-content .accomodation-item .flexslider .flex-direction-nav,
.view-accommodation .view-content .accomodation-item .flexslider .flex-control-paging {
  display: none;
}
.view-accommodation .view-content .accomodation-item h2 {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
  font-size: 30px;
  margin-top: 0;
}
.view-accommodation .view-content .accomodation-item .field-name-body {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 2rem;
}
.view-accommodation .view-content .accomodation-item .field-name-field-numbers-data {
  margin-top: 0;
}
.view-accommodation .view-content .accomodation-item .big-blue-button {
  margin-bottom: 2rem;
}
.view-accommodation .view-content .accomodation-item .ui-tabs {
  background-color: transparent;
}
.view-accommodation .view-content .accomodation-item .ui-tabs .ui-tabs-panel {
  padding: 0;
}
.get-me-up {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 50px;
  height: 50px;
  background-color: #00a4f2;
  border-radius: 5px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.5s ease-in;
}
.get-me-up:after {
  content: " ";
  background: url(/sites/all/themes/kisc/img/arrow-white.svg) no-repeat;
  display: block;
  margin: 11px auto 0;
  background-size: contain;
  width: 12px;
  height: 26px;
}
.get-me-up:hover {
  border-color: #3a5dae;
}
.view-food-pricelist,
.view-campsite-rentals {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 100px;
  padding-bottom: 100px;
  background-color: #f9f9f9;
  overflow: hidden;
}
.view-food-pricelist .view-header h2,
.view-campsite-rentals .view-header h2 {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
  margin-top: 80px;
  text-align: center;
}
.view-food-pricelist .view-content,
.view-campsite-rentals .view-content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1170px;
}
.view-food-pricelist .view-content .views-row,
.view-campsite-rentals .view-content .views-row {
  position: relative;
}
.view-food-pricelist .view-content .accordion-title.ui-accordion-header-active .food-prices-label-header,
.view-campsite-rentals .view-content .accordion-title.ui-accordion-header-active .food-prices-label-header {
  display: none;
}
.view-food-pricelist .view-content .food-prices-label-content,
.view-campsite-rentals .view-content .food-prices-label-content {
  font-size: 14px;
  line-height: 1.65em;
  float: left;
}
.view-food-pricelist .view-content .food-prices-label-content .field-label,
.view-campsite-rentals .view-content .food-prices-label-content .field-label {
  font-weight: 400;
  color: #262628;
  padding-right: 0.2rem;
}
.view-food-pricelist .view-content .food-prices-label-content .field-items,
.view-campsite-rentals .view-content .food-prices-label-content .field-items {
  color: #737376;
}
.view-food-pricelist .view-content .food-prices-label-header,
.view-campsite-rentals .view-content .food-prices-label-header {
  margin-top: 1em;
  clear: left;
}
.view-food-pricelist.accordion-view .accordion-content.ui-widget-content a {
  color: #FFF;
  margin-top: 15px;
}
.view-campsite-rentals {
  margin-top: -100px !important;
}
.view-campsite-rentals .field-name-field-price-adult {
  margin-top: 1em;
}
.view-travelling-to-kisc {
  margin-top: 125px;
  padding-bottom: 100px;
  background-color: #f9f9f9;
  overflow: hidden;
}
.view-travelling-to-kisc .view-header {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 80px;
}
.view-travelling-to-kisc .view-header h2 {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
  margin-bottom: 0;
}
.view-travelling-to-kisc .view-header h3 {
  font-family: 'Aleo Light', serif;
  color: #8c8c8c;
  font-size: 24px;
  line-height: normal;
  margin-top: 10px;
}
.view-travelling-to-kisc .view-filters {
  text-align: center;
}
.view-travelling-to-kisc .view-filters .views-exposed-widget {
  margin: 0 auto;
  float: none;
}
.view-travelling-to-kisc .view-filters .bef-select-as-links > .form-item {
  padding: 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(140, 140, 140, 0.3);
  margin-bottom: 40px;
  width: 100%;
  margin-bottom: 0;
}
.view-travelling-to-kisc .view-filters .bef-select-as-links > .form-item div.form-item {
  background: none;
  border: 0;
  border-bottom: 5px solid transparent;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: bold;
  font-family: 'Cabin Bold', sans-serif;
  transition: border-color 0.5s;
  position: relative;
  display: inline-block;
}
.view-travelling-to-kisc .view-filters .bef-select-as-links > .form-item div.form-item a {
  padding: 20px;
  background-color: transparent;
  color: #262628;
  display: inline-block;
}
.view-travelling-to-kisc .view-filters .bef-select-as-links > .form-item div.form-item a.active {
  border-color: #00a4f2;
  color: #00a4f2;
}
.view-travelling-to-kisc .view-filters .bef-select-as-links > .form-item div.form-item:hover {
  border-color: #00a4f2;
}
.view-travelling-to-kisc .view-filters .bef-select-as-links > .form-item div.form-item:hover a {
  color: #00a4f2;
}
.view-travelling-to-kisc .view-filters .bef-select-as-links > .form-item div.form-item.form-item-edit-field-transport-category-tid-all {
  display: none;
}
.view-travelling-to-kisc .view-content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1170px;
}
.view-travelling-to-kisc .view-content .views-row {
  position: relative;
}
.view-travelling-to-kisc .view-content .accordion-title .transport-label-header {
  display: block;
  padding-left: 0;
  clear: left;
}
.view-travelling-to-kisc .view-content .accordion-title.ui-accordion-header-active .transport-label-header {
  display: none;
  clear: none;
}
.view-travelling-to-kisc .view-content .transport-label-content {
  font-size: 14px;
  line-height: 1.65em;
  margin-top: 0;
}
.view-travelling-to-kisc .view-content .transport-label-content .field-name-field-numbers-data {
  margin-top: 1rem;
  line-height: 20px;
}
.view-travelling-to-kisc .view-content .transport-label-content .field-name-field-numbers-data .double-field-first {
  font-weight: 400;
  color: #737376;
}
.view-travelling-to-kisc .view-content .transport-label-content .field-name-field-numbers-data .double-field-second {
  color: #262628;
}
.view-travelling-to-kisc .view-content .transport-label-content .field-label {
  font-weight: 400;
  color: #262628;
}
.view-travelling-to-kisc .view-content .transport-label-content .field-items {
  color: #737376;
}
.view-travelling-to-kisc .view-content .transport-label-content .map-url .double-field-first {
  font-weight: 400;
  color: #737376;
}
.view-travelling-to-kisc .view-content .transport-label-content .map-url .double-field-second a {
  color: #262628;
}
.view-travelling-to-kisc .view-content .transport-label-content .map-url .double-field-second a:hover {
  color: #00a4f2;
}
.view-travelling-to-kisc .view-content .accordion-content {
  clear: both;
  padding-top: 1em;
}
.view-travelling-to-kisc .view-empty {
  text-align: center;
}
.webcam-info h2 {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
}
.webcam-info span.date {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
  font-size: 24px;
}
.webcam-info span.time {
  font-family: 'Aleo Light', serif;
  font-size: 24px;
  color: #737376;
}
#block-activit-activit-kisc-numbers-block {
  margin-top: 125px;
  border-top: 1px solid rgba(140, 140, 140, 0.3);
  padding-top: 100px;
}
#block-activit-activit-kisc-numbers-block .node-kisc-numbers > h2 {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
  font-size: 24px;
  margin: 0;
}
#block-activit-activit-kisc-numbers-block .numbers-content {
  flex-wrap: wrap;
}
#block-activit-activit-kisc-numbers-block .numbers-content .counter-block {
  margin-top: 60px;
  opacity: 0;
}
#block-activit-activit-kisc-numbers-block .numbers-content .counter-block .extra-plus {
  display: none;
}
#block-activit-activit-kisc-numbers-block .numbers-content .counter-block .double-field-first {
  font-family: 'Aleo Light', serif;
  font-size: 64px;
  color: #262628;
}
#block-activit-activit-kisc-numbers-block .numbers-content .counter-block .double-field-second {
  font-family: 'Aleo Regular', serif;
  font-size: 18px;
  color: #737376;
}
.view-news .views-row:first-child .article-teaser {
  padding-top: 0;
}
.region-content-bottom div.block.block-activit.contextual-links-region {
  position: relative;
}
.page-contacts #block-views-kisc-ambassadors-block.contextual-links-region {
  position: relative;
}
.page-contacts #block-views-kisc-ambassadors-block.contextual-links-region > div.contextual-links-wrapper {
  right: 5015px;
}
.article-teaser,
.article-slider {
  border-bottom: 1px solid rgba(140, 140, 140, 0.3);
  padding: 60px 0;
}
.article-teaser h2,
.article-slider h2 {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
  margin: 0 0 10px;
  font-size: 30px;
}
.article-teaser h2 a,
.article-slider h2 a {
  color: #262628;
}
.article-teaser h2 a:hover,
.article-slider h2 a:hover {
  color: #00a4f2;
}
.article-teaser .post-meta,
.article-slider .post-meta {
  color: #8c8c8c;
  font-size: 14px;
  line-height: 30px;
}
.article-teaser .post-meta .divider,
.article-slider .post-meta .divider {
  color: rgba(140, 140, 140, 0.3);
  padding: 0 1em;
}
.article-teaser .post-meta .category,
.article-slider .post-meta .category {
  text-transform: uppercase;
}
.article-teaser .post-meta .category *,
.article-slider .post-meta .category * {
  display: inline;
}
.article-teaser .post-teaser,
.article-slider .post-teaser {
  font-size: 18px;
  line-height: 30px;
  color: #737376;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-teaser .field-name-field-photo img {
  margin-bottom: 2rem;
}
.article-slider {
  border-bottom: 0;
  padding: 0;
}
.article-slider h2 {
  font-size: 24px;
  margin: 24px 0 10px;
}
.article-slider .post-meta {
  margin-bottom: 30px;
}
.article-slider .read-more {
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'Cabin Bold', sans-serif;
  color: #0088e9;
}
.article-slider .read-more:after {
  top: -5px;
}
.node-type-article h1.page-title,
.node-type-job-position h1.page-title {
  font-size: 48px;
}
.node-type-article h1.page-title,
.node-type-job-position h1.page-title,
.node-type-article #breadcrumbs,
.node-type-job-position #breadcrumbs {
  text-align: center;
}
.node-article.node-full .article-gallery,
.node-job-position.node-full .article-gallery {
  margin-top: 80px;
}
.node-article.node-full .article-summary > *,
.node-job-position.node-full .article-summary > * {
  line-height: 33px;
  font-family: 'Aleo Regular', serif;
  font-size: 24px;
  margin: 30px auto 90px;
  max-width: 570px;
}
.node-article.node-full .image,
.node-job-position.node-full .image {
  margin-bottom: 85px;
}
.node-article.node-full .article-subtitle,
.node-job-position.node-full .article-subtitle {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
  font-size: 24px;
  margin-bottom: 2rem;
}
.node-article.node-full .field-name-body,
.node-job-position.node-full .field-name-body {
  font-size: 18px;
  line-height: 30px;
  color: #737376;
}
.node-article.node-full .node-testimonial,
.node-job-position.node-full .node-testimonial {
  max-width: 470px;
  margin: 80px 0 0 -3rem;
}
.node-article.node-full .node-testimonial .field-name-body,
.node-job-position.node-full .node-testimonial .field-name-body {
  color: #262628;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 2rem;
}
.node-article.node-full .node-testimonial .author,
.node-job-position.node-full .node-testimonial .author,
.node-article.node-full .node-testimonial .author-country,
.node-job-position.node-full .node-testimonial .author-country,
.node-article.node-full .node-testimonial .author-subtitle,
.node-job-position.node-full .node-testimonial .author-subtitle {
  font-size: 18px;
  color: #737376;
}
.node-article.node-full .node-testimonial .author,
.node-job-position.node-full .node-testimonial .author {
  margin-bottom: 5px;
}
.block-instagram-block {
  margin-top: 80px;
}
.block-instagram-block h2 {
  font-size: 12px;
  font-family: 'Cabin Bold', sans-serif;
  text-transform: uppercase;
  color: #8c8c8c;
}
.block-instagram-block .content {
  border: 1px solid rgba(140, 140, 140, 0.3);
  padding: 25px 15px 18px 23px;
}
.block-instagram-block .insta-feed-header {
  margin: 5px 0 40px;
}
.block-instagram-block .insta-feed-header .insta-logo {
  float: left;
  margin: 0 17px 17px 0;
  border-radius: 50%;
}
.block-instagram-block .insta-feed-header .channel-name {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 8px;
}
.block-instagram-block .insta-feed-header .follow-us {
  display: inline-block;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  background-color: #00a4f2;
  border-radius: 5px;
  border: 1px solid #00a4f2;
  height: 58px;
  line-height: 59px;
  text-transform: uppercase;
  padding: 0 10px;
  line-height: 30px;
  height: 30px;
  font-size: 12px;
  border-radius: 3px;
}
.block-instagram-block .insta-feed-header .follow-us:hover,
.block-instagram-block .insta-feed-header .follow-us:active {
  color: #FFF;
  border-color: #3a5dae;
  text-shadow: 1px 1px 1px #3a5dae;
}
.node-job-position.node-full .apply.big-blue-button {
  margin: 3rem auto;
  display: block;
  max-width: 320px;
}
.node-job-position.node-full .field-name-field-numbers-data {
  padding-bottom: 4em;
}
.item-list ul.pager li {
  border: 1px solid #00a4f2;
  font-size: 14px;
  font-weight: 100;
  border-radius: 4px;
  margin-bottom: 3px;
}
.item-list ul.pager li a {
  display: inline-block;
  min-width: 35px;
}
.item-list ul.pager li:hover {
  border-color: #3a5dae;
}
.item-list ul.pager li:hover a {
  color: #3a5dae;
}
.item-list ul.pager li.pager-current {
  display: inline-block;
  padding: 10px;
  min-width: 37px;
  border-color: #262628;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.share-links-wrapper {
  position: absolute;
  transition: top .30s linear;
  bottom: 0;
  z-index: 1;
}
.share-label {
  font-size: 13px;
  text-align: center;
  color: #262628;
  font-family: 'Cabin Bold', sans-serif;
  text-transform: uppercase;
}
ul.share-links {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
ul.share-links li {
  overflow: hidden;
}
ul.share-links li a {
  display: block;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  overflow: hidden;
  background: no-repeat center center transparent;
  background-size: 100%;
  transition: none;
}
ul.share-links li a.facebook {
  background-image: url(/sites/all/themes/kisc/img/share-facebook.svg);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
ul.share-links li a.twitter {
  background-image: url(/sites/all/themes/kisc/img/share-twitter.svg);
}
ul.share-links li a.print {
  background-image: url(/sites/all/themes/kisc/img/share-print.svg);
}
ul.share-links li a.google {
  background-image: url(/sites/all/themes/kisc/img/share-google.svg);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
ul.share-links li a:hover {
  background-size: 125%;
}
ul.share-links.horizontal {
  margin-top: 2em;
  display: flex;
}
ul.share-links.horizontal li a {
  width: 54px;
  background-size: 60px;
}
ul.share-links.horizontal li a.facebook,
ul.share-links.horizontal li a.google {
  border-radius: 0;
}
.contacts-block .contact-data {
  padding-left: 2rem;
}
.contacts-block p {
  margin-bottom: 2rem;
}
.contacts-block .address {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.67;
}
.contacts-block .office-hours {
  font-size: 14px;
  line-height: 30px;
}
.contacts-block .office-hours span {
  color: #737376;
}
.contacts-block .contact-channels {
  font-size: 14px;
  line-height: 30px;
}
.contacts-block .contact-channels a {
  display: inline-block;
  padding-left: 35px;
  background: no-repeat left center transparent;
  background-size: 16px;
  color: #8c8c8c;
}
.contacts-block .contact-channels a:hover {
  color: #00a4f2;
}
.contacts-block .contact-channels a.phone {
  background-image: url(/sites/all/themes/kisc/img/contact-call.png);
}
.contacts-block .contact-channels a.fax {
  background-image: url(/sites/all/themes/kisc/img/contact-fax.png);
}
.contacts-block .contact-channels a.email {
  background-image: url(/sites/all/themes/kisc/img/contact-mail.png);
}
.contacts-block .contact-channels a.skype {
  background-image: url(/sites/all/themes/kisc/img/contact-skype.png);
}
.map-overflow {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  position: absolute;
}
#block-views-kisc-ambassadors-block {
  background-color: #f9f9f9;
  margin-left: -5000px;
  padding-left: 5000px;
  margin-right: -5000px;
  padding-right: 5000px;
}
.ambassador-item {
  flex-basis: 200px;
}
.ambassador-item h2 a {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
  font-size: 24px;
}
.ambassador-item h2 a:hover {
  color: #00a4f2;
}
.ambassador-item .staff-content {
  font-size: 14px;
  color: #8c8c8c;
}
.ambassador-item .staff-content .field-name-field-email a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
}
.ambassador-item .staff-image {
  max-width: 170px;
  max-height: 255px;
  position: relative;
}
.ambassador-item .staff-image .field:before {
  transition: all 0.3s ease-in;
}
.ambassador-item .staff-image img {
  z-index: 1;
}
.ambassador-item .staff-image .field:after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #3a5dae;
  z-index: -1;
  top: 10px;
  right: -10px;
  opacity: 0;
  transition: all 0.2s ease-in;
}
.ambassador-item .staff-image:hover .field:after {
  opacity: 1;
}
.page-meet-the-pinkies .ambassador-item .staff-image .field:after {
  background-color: #e6007e;
}
.view-meet-the-pinkies .ambassador-item,
.view-meet-the-board .ambassador-item,
.view-kisc-ambassadors .ambassador-item {
  flex-basis: unset;
  margin: 0 -5px 20px;
}
.view-kisc-ambassadors {
  padding: 100px 0 50px;
  margin-top: 120px;
}
.view-kisc-ambassadors .view-header {
  text-align: center;
}
.view-kisc-ambassadors .view-header h2 {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
  margin: 0;
}
.view-kisc-ambassadors .view-header h3 {
  font-family: 'Aleo Light', serif;
  color: #8c8c8c;
  font-size: 24px;
  line-height: normal;
  margin: 0 0 100px;
  line-height: 1.6;
}
.view-kisc-ambassadors .ambassador-item {
  margin-bottom: 60px;
}
.view-kisc-ambassadors .ambassador-item .staff-image {
  max-width: 150px;
}
.view-kisc-ambassadors .ambassador-item .staff-image .field-item::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #3a5dae;
  z-index: 1;
  top: 10px;
  right: -10px;
  opacity: 0;
  transition: all 0.2s ease-in;
}
.view-kisc-ambassadors .ambassador-item .staff-image .field-item img {
  z-index: 2;
  position: relative;
}
.view-kisc-ambassadors .ambassador-item .staff-image .field-item:hover::before {
  opacity: 1;
}
.view-kisc-ambassadors .ambassador-item .staff-image .field::after {
  content: unset;
}
.view-programme-adventure .node-activity {
  margin-bottom: 30px;
}
#modalBackdrop.backdrop-default {
  background: #262628 !important;
  opacity: 0.3 !important;
  max-width: 100vw;
}
#modalContent.modal-default {
  box-shadow: 0 40px 40px 0 rgba(38, 38, 40, 0.41);
  max-width: 770px;
}
#modalContent.modal-default .ctools-modal-content {
  max-width: 770px;
  border: 0;
  margin: 0;
  padding: 0;
}
#modalContent.modal-default .modal-header {
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: transparent;
  z-index: 1;
}
#modalContent.modal-default .modal-header a.close {
  background: url(/sites/all/themes/kisc/img/question-close.svg) no-repeat center center;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  display: block;
}
#modalContent.modal-default .modal-header a.close img {
  display: none;
}
#modalContent.modal-default .modal-header #modal-title {
  display: none;
}
#modalContent.modal-default #modal-content {
  max-width: 770px;
}
.page-user.not-logged-in .main-content {
  max-width: 430px;
  margin: 1rem auto 5rem;
  float: none;
}
.page-user.not-logged-in .main-content ul.tabs.primary {
  display: none;
}
.not-logged-in.page-user .messages {
  max-width: 400px;
  margin: 0 auto;
  border-radius: 5px;
}
[id*='user-pass'] .captcha,
[id*='user-pass'] .form-actions {
  text-align: center;
}
[id*='user-pass'] .captcha .g-recaptcha,
[id*='user-pass'] .form-actions .g-recaptcha {
  display: inline-block;
}
[id*='user-pass'] .captcha input[type="submit"],
[id*='user-pass'] .form-actions input[type="submit"] {
  min-width: 230px;
}
[id*='user-register'] .captcha {
  text-align: center;
}
[id*='user-register'] .captcha .g-recaptcha {
  display: inline-block;
}
.programme-special-offer-heading {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
  font-size: 18px;
}
.programme-special-offer-content {
  margin-bottom: 70px;
}
.programme-special-offer-content h2 {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
  font-size: 24px;
  margin-bottom: 1rem;
}
.programme-special-offer-content h2 a {
  color: #262628;
}
.programme-special-offer-content h2 a:hover {
  color: #00a4f2;
}
.programme-special-offer-content .subtitle {
  color: #737376;
  font-size: 14px;
}
.node-activity.node-teaser {
  margin-bottom: 2em;
}
.node-activity.node-teaser h2 {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
  font-size: 24px;
  margin-bottom: 1rem;
}
.node-activity.node-teaser h2 a {
  color: #262628;
}
.node-activity.node-teaser h2 a:hover {
  color: #00a4f2;
}
.node-activity.node-teaser .activity-content {
  font-size: 14px;
  line-height: 22px;
}
.node-activity.node-teaser .field-label {
  color: #8c8c8c;
  font-weight: 400;
  padding-right: 3px;
}
.node-activity.node-teaser .img {
  position: relative;
}
.activity-difficulty .field-items i {
  width: 7px;
  height: 7px;
  border: 1px solid #262628;
  background-color: #262628;
  border-radius: 50%;
  display: inline-block;
  margin-right: 3px;
}
.activity-difficulty .field-items i.off {
  background-color: #FFF;
}
.node-type-activity .field-name-field-photo {
  margin-bottom: 90px;
}
.youtube-video-wrapper {
  margin-bottom: 90px;
}
.cover-iframe-holder {
  position: relative;
}
.cover-iframe-holder .video-cover,
.cover-iframe-holder .youtube-play {
  background: center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: all 1s ease-in;
}
.cover-iframe-holder .youtube-play {
  z-index: 2;
  display: block;
  background-size: 100px auto;
  background-image: url(/sites/all/themes/kisc/img/youtube-play.svg);
  transition: all 100ms ease-in;
}
.cover-iframe-holder .youtube-play:hover {
  background-size: 120px auto;
}
.activity-body h2 {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
  margin-top: 0;
  max-width: 500px;
}
.activity-body .summary {
  font-family: 'Aleo Light', serif;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 2rem;
  max-width: 500px;
}
.activity-body .body {
  font-size: 18px;
  color: #737376;
  line-height: 30px;
  max-width: 500px;
}
.activity-body .body-blocks > .field {
  margin: 2rem 0 3rem;
  font-size: 18px;
  color: #262628;
}
.activity-body .body-blocks > .field .field-label {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
  font-size: 24px;
  font-weight: 400;
}
.activity-body .body-blocks > .field .field-items {
  font-size: 18px;
  color: #737376;
  line-height: 30px;
}
.activity-body .body-blocks > .field.field-name-field-schedule .field-label,
.activity-body .body-blocks > .field.field-name-field-transport .field-label,
.activity-body .body-blocks > .field.field-name-field-pricing .field-label,
.activity-body .body-blocks > .field.field-name-field-important-information .field-label,
.activity-body .body-blocks > .field.field-name-field-facilities .field-label,
.activity-body .body-blocks > .field.field-name-field-skills-qualifications .field-label,
.activity-body .body-blocks > .field.field_practical_information .field-label,
.activity-body .body-blocks > .field.field-name-field-attachments .field-label {
  color: #3a5dae;
}
.activity-gallery-block h2 {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 3rem;
  margin-top: 5rem;
}
.activity-map-block h2 {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 3rem;
}
.scroll-enabler-onclick-hider {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.activity-table {
  font-size: 16px;
  line-height: 25px;
}
.activity-table .activity-block {
  margin: 1rem 0;
  border-top: 1px solid rgba(140, 140, 140, 0.3);
  padding-top: 1rem;
}
.activity-table .activity-block:first-of-type {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.activity-table .activity-block .field-type-entityreference.field-label-inline div {
  display: inline;
  float: none;
}
.activity-table .field-label {
  color: #8c8c8c;
  font-weight: 400;
}
.activity-table .wishlist-form-wrapper {
  margin-bottom: 5em;
}
.activity-table .wishlist-form-wrapper input[type="submit"] {
  display: inline-block;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  background-color: #00a4f2;
  border-radius: 5px;
  border: 1px solid #00a4f2;
  height: 58px;
  line-height: 59px;
  text-transform: uppercase;
  padding: 0 10px;
  color: #00a4f2;
  background-color: #FFF;
  border-color: #00a4f2;
  min-width: 230px;
  width: 216px;
  margin-top: 2rem;
  cursor: pointer;
}
.activity-table .wishlist-form-wrapper input[type="submit"]:hover,
.activity-table .wishlist-form-wrapper input[type="submit"]:active {
  color: #FFF;
  border-color: #3a5dae;
  text-shadow: 1px 1px 1px #3a5dae;
}
.activity-table .wishlist-form-wrapper input[type="submit"]:hover,
.activity-table .wishlist-form-wrapper input[type="submit"]:active {
  color: #00a4f2;
  border-color: #3a5dae;
  text-shadow: none;
}
[id*='related-activities-block'] {
  padding: 80px 0 100px;
  margin-top: 90px;
  margin-bottom: 0;
  background-color: #f9f9f9;
  margin-left: -5000px;
  padding-left: 5000px;
  margin-right: -5000px;
  padding-right: 5000px;
}
[id*='related-activities-block'] .view-header h2 {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
  font-size: 18px;
  margin-bottom: 25px;
}
[id*='related-activities-block'] .node-activity .field-name-field-photo {
  margin-bottom: 0;
}
.material-support-contact,
.job-applicants-contact {
  margin-top: 50px;
  margin-left: 60px;
}
.node-material-support.node-teaser {
  padding-bottom: 80px;
  padding-top: 64px;
  border-bottom: 1px solid rgba(140, 140, 140, 0.3);
}
.node-material-support.node-teaser h2 {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
  font-size: 30px;
  margin: 0 0 2rem;
}
.node-material-support.node-teaser .field-name-body {
  font-size: 18px;
  color: #737376;
  line-height: 30px;
}
.view-material-support .views-row:first-child .node-material-support.node-teaser {
  padding-top: 0;
}
.view-material-support .views-row:last-child .node-material-support.node-teaser {
  border-bottom: 0;
}
.page-wishlist form[id^="activity-wishlist-form"] input[type="submit"] {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 0;
  text-indent: -9999px;
  background: url(/sites/all/themes/kisc/img/heart.png) no-repeat 0 0 transparent;
  background-size: 100%;
  cursor: pointer;
  width: 31px;
  height: 29px;
}
.page-wishlist form[id^="activity-wishlist-form"] input[type="submit"]:hover {
  -webkit-filter: drop-shadow(1px 1px 0 #ffffff) drop-shadow(-1px -1px 0 #ffffff) drop-shadow(1px -1px 0 #ffffff) drop-shadow(-1px 1px 0 #ffffff);
  filter: drop-shadow(1px 1px 0 #ffffff) drop-shadow(-1px -1px 0 #ffffff) drop-shadow(-1px 1px 0 #ffffff) drop-shadow(1px -1px 0 #ffffff);
}
body.front .content-bottom-container {
  background-color: #f9f9f9;
}
.view-our-news {
  padding: 100px 0 0;
  background-color: #f9f9f9;
  margin-left: -5000px;
  padding-left: 5000px;
  margin-right: -5000px;
  padding-right: 5000px;
}
.view-our-news .view-header h3 {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
  font-size: 18px;
  margin-bottom: 25px;
}
.infoblock-boxes {
  padding-top: 100px;
  padding-bottom: 60px;
}
.infoblock-boxes .box {
  margin-bottom: 3em;
}
.infoblock-boxes .box h3 {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
  font-size: 24px;
  margin: 20px 0 40px;
}
.infoblock-boxes .box h3:hover {
  color: #00a4f2;
}
.infoblock-boxes .box .text {
  font-size: 18px;
  color: #8c8c8c;
  line-height: 30px;
}
[id*='events-of-the-year'] {
  position: relative;
}
.view-events-of-the-year {
  padding: 100px 0 120px;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(140, 140, 140, 0.3);
  background-color: #f9f9f9;
  margin-left: -5000px;
  padding-left: 5000px;
  margin-right: -5000px;
  padding-right: 5000px;
  background-color: #FFF;
}
.view-events-of-the-year .flex-control-nav {
  width: 100%;
  right: -92px;
  bottom: 80px;
  text-align: left;
}
.view-events-of-the-year .flex-direction-nav {
  display: none;
}
.view-events-of-the-year .node-activity-slider .number-wrapper {
  max-height: 110px;
  overflow: hidden;
}
.view-events-of-the-year .node-activity-slider .number {
  font-family: 'Aleo Bold', serif;
  font-size: 144px;
  color: #d3d3d4;
  -webkit-text-fill-color: transparent;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #8c8c8c;
}
.view-events-of-the-year .node-activity-slider .subtitle {
  margin-top: 15px;
  font-size: 18px;
  font-family: 'Aleo Regular', serif;
}
.view-events-of-the-year .node-activity-slider h2 {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
  font-size: 48px;
  margin: 100px 0 25px;
}
.view-events-of-the-year .node-activity-slider h2 a {
  color: #262628;
}
.view-events-of-the-year .node-activity-slider .event-description {
  font-size: 18px;
  line-height: 30px;
  color: #8c8c8c;
  margin-bottom: 30px;
}
.view-events-of-the-year .node-activity-slider .read-more {
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'Cabin Bold', sans-serif;
  color: #0088e9;
}
.view-events-of-the-year .node-activity-slider .read-more:after {
  top: -5px;
}
.view-recommended-programme {
  padding-top: 90px;
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(140, 140, 140, 0.3);
  margin-bottom: 0;
  background-color: #f9f9f9;
  margin-left: -5000px;
  padding-left: 5000px;
  margin-right: -5000px;
  padding-right: 5000px;
  background-color: #FFF;
}
.view-recommended-programme .view-header h3 {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
  font-size: 18px;
  margin-bottom: 20px;
}
.view-header-read-more {
  float: right;
  margin: 0;
  line-height: 1.4;
  min-width: 105px;
}
.view-header-read-more .read-more {
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'Cabin Bold', sans-serif;
  color: #0088e9;
}
.view-header-read-more .read-more:after {
  top: -5px;
}
body.front #node-8 {
  color: #FFF;
  padding-top: 100px;
  padding-bottom: 660px;
  font-size: 36px;
  text-align: center;
  max-width: 760px;
  font-family: 'Aleo Light', serif;
  margin: 0 auto;
}
body.front #node-8 p {
  margin: 0;
}
body.front #node-8 strong {
  font-family: 'Aleo Regular', serif;
  font-weight: 400;
}
body.front {
  background: url(/sites/all/themes/kisc/img/frontpage-background0.jpg) top center no-repeat transparent;
  background-size: 100% auto;
}
body.front.use-bg-0 {
  background-image: url(/sites/all/themes/kisc/img/frontpage-background0.jpg);
}
body.front.use-bg-1 {
  background-image: url(/sites/all/themes/kisc/img/frontpage-background1.jpg);
}
body.front.use-bg-2 {
  background-image: url(/sites/all/themes/kisc/img/frontpage-background2.jpg);
}
body.front.use-bg-3 {
  background-image: url(/sites/all/themes/kisc/img/frontpage-background3.jpg);
}
body.front.use-bg-4 {
  background-image: url(/sites/all/themes/kisc/img/frontpage-background4.jpg);
}
body.front.use-bg-5 {
  background-image: url(/sites/all/themes/kisc/img/frontpage-background5.jpg);
}
body.front.use-bg-6 {
  background-image: url(/sites/all/themes/kisc/img/frontpage-background6.jpg);
}
body.front #main-content {
  margin-top: 145px;
}
body.front .tabs-wrapper {
  display: none;
}
body.front .top-menu-section .top-menu-left ul.menu li a.active,
body.front .bottom-menu-section .top-menu-left ul.menu li a.active,
body.front .top-menu-section .bottom-menu-left ul.menu li a.active,
body.front .bottom-menu-section .bottom-menu-left ul.menu li a.active,
body.front .top-menu-section .top-menu-right ul.menu li a.active,
body.front .bottom-menu-section .top-menu-right ul.menu li a.active,
body.front .top-menu-section .bottom-menu-right ul.menu li a.active,
body.front .bottom-menu-section .bottom-menu-right ul.menu li a.active,
body.front .top-menu-section .top-menu-left ul.menu li a:hover,
body.front .bottom-menu-section .top-menu-left ul.menu li a:hover,
body.front .top-menu-section .bottom-menu-left ul.menu li a:hover,
body.front .bottom-menu-section .bottom-menu-left ul.menu li a:hover,
body.front .top-menu-section .top-menu-right ul.menu li a:hover,
body.front .bottom-menu-section .top-menu-right ul.menu li a:hover,
body.front .top-menu-section .bottom-menu-right ul.menu li a:hover,
body.front .bottom-menu-section .bottom-menu-right ul.menu li a:hover {
  border-color: #FFF;
}
body.front #header .static-menu-image-front {
  display: block;
}
body.front #header.fixed-status .static-menu-image-front {
  display: none;
}
body.front #header .static-menu-image {
  display: none;
}
[id*="menu-awards"] .content ul,
[id*="menu-applicants"] .content ul {
  list-style: none;
}
[id*="menu-awards"] .content ul li,
[id*="menu-applicants"] .content ul li {
  line-height: 20px;
  border-top: 1px solid rgba(140, 140, 140, 0.3);
}
[id*="menu-awards"] .content ul li a,
[id*="menu-applicants"] .content ul li a {
  padding: 16px 10px 11px 0;
  display: inline-block;
  font-size: 16px;
}
[id*="menu-awards"] .content ul li a:hover,
[id*="menu-applicants"] .content ul li a:hover {
  color: #00a4f2;
}
[id*="menu-awards"] .content ul li a.item-active,
[id*="menu-applicants"] .content ul li a.item-active {
  font-weight: bold;
  font-family: 'Cabin Bold', sans-serif;
}
[id*="menu-awards"] .content ul li:first-child,
[id*="menu-applicants"] .content ul li:first-child {
  border-top: 0;
}
[id*="menu-awards"] .content ul ul,
[id*="menu-applicants"] .content ul ul {
  margin: 0;
  border-top: 1px solid rgba(140, 140, 140, 0.3);
}
[id*="menu-awards"] .content ul ul li,
[id*="menu-applicants"] .content ul ul li {
  margin-left: 0;
  position: relative;
}
[id*="menu-awards"] .content ul ul li a,
[id*="menu-applicants"] .content ul ul li a {
  padding-left: 2rem;
}
[id*="menu-awards"] .content ul ul li a::before,
[id*="menu-applicants"] .content ul ul li a::before {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: #00a4f2;
  transition: all 0.15s ease-in;
}
[id*="menu-awards"] .content ul ul li a:hover::before,
[id*="menu-applicants"] .content ul ul li a:hover::before {
  background-color: #0088e9;
  width: 20px;
}
[id*="menu-awards"] .content ul.menu li,
[id*="menu-applicants"] .content ul.menu li {
  text-transform: none;
}
[id*="menu-awards"] .content ul.menu li.active-trail,
[id*="menu-applicants"] .content ul.menu li.active-trail {
  font-weight: bold;
  font-family: 'Cabin Bold', sans-serif;
}
.node-type-awards-badges .field-name-body,
.node-type-applicants-info .field-name-body,
.node-type-awards-badges .price,
.node-type-applicants-info .price,
.node-type-awards-badges .requirements,
.node-type-applicants-info .requirements {
  color: #737376;
  line-height: 30px;
  font-size: 18px;
  margin-bottom: 2rem;
}
.node-type-awards-badges .tabs-ui-wrapper,
.node-type-applicants-info .tabs-ui-wrapper {
  color: #737376;
  line-height: 30px;
  font-size: 18px;
}
.node-type-awards-badges .ui-tabs-nav,
.node-type-applicants-info .ui-tabs-nav,
.node-type-awards-badges .ui-tabs .ui-tabs-nav,
.node-type-applicants-info .ui-tabs .ui-tabs-nav {
  margin-bottom: 0;
}
.node-type-awards-badges .price *,
.node-type-applicants-info .price * {
  display: inline-block;
}
.node-type-awards-badges .price .field-label,
.node-type-applicants-info .price .field-label {
  margin-bottom: 0;
}
.node-type-awards-badges .price .field-items,
.node-type-applicants-info .price .field-items {
  font-size: 24px;
}
.node-type-awards-badges .requirements,
.node-type-applicants-info .requirements {
  border-top: 1px solid rgba(140, 140, 140, 0.3);
  padding-top: 2rem;
}
.node-type-awards-badges .field-label,
.node-type-applicants-info .field-label {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
  font-size: 24px;
  margin-bottom: 1rem;
  font-weight: 400;
}
.node-type-awards-badges .badge-icons,
.node-type-applicants-info .badge-icons {
  margin-bottom: 2rem;
  line-height: 45px;
}
.node-type-awards-badges .badge-icons .row,
.node-type-applicants-info .badge-icons .row {
  margin-bottom: 0.5rem;
}
.bottom-notice-bars-wrapper {
  position: fixed;
  z-index: 100;
  bottom: 0;
  width: 100%;
  color: #FFF;
  background-color: #3a5dae;
}
.bottom-notice-bars-wrapper > div:first-child {
  border-bottom: 1px solid rgba(140, 140, 140, 0.3);
}
.bottom-notice-bars-wrapper #activit-bottom-notice-bar {
  display: none;
}
.bottom-notice-bars-wrapper #activit-bottom-notice-bar > div.notice-wrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding: 10px 25px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.bottom-notice-bars-wrapper #activit-bottom-notice-bar > div.bottom-notice-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url(/sites/all/themes/kisc/img/question-close-white.svg) no-repeat center;
  cursor: pointer;
}
.bottom-notice-bars-wrapper #activit-bottom-notice-bar .bar-text {
  flex: 0 0 calc(100% - 250px);
  padding-right: 25px;
}
.bottom-notice-bars-wrapper #activit-bottom-notice-bar .bar-text h1,
.bottom-notice-bars-wrapper #activit-bottom-notice-bar .bar-text h2,
.bottom-notice-bars-wrapper #activit-bottom-notice-bar .bar-text h3,
.bottom-notice-bars-wrapper #activit-bottom-notice-bar .bar-text h4,
.bottom-notice-bars-wrapper #activit-bottom-notice-bar .bar-text h5,
.bottom-notice-bars-wrapper #activit-bottom-notice-bar .bar-text h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.bottom-notice-bars-wrapper #activit-bottom-notice-bar .bar-text p {
  margin: 0.5em 0;
}
.bottom-notice-bars-wrapper #activit-bottom-notice-bar .button-wrapper {
  flex: 0 0 250px;
  align-self: center;
}
.bottom-notice-bars-wrapper #activit-bottom-notice-bar a {
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  background-color: #00a4f2;
  border-radius: 5px;
  border: 1px solid #00a4f2;
  height: 58px;
  line-height: 59px;
  text-transform: uppercase;
  padding: 0 10px;
  min-width: 110px;
  text-align: center;
  height: 38px;
  line-height: 38px;
}
.bottom-notice-bars-wrapper #activit-bottom-notice-bar a:hover,
.bottom-notice-bars-wrapper #activit-bottom-notice-bar a:active {
  color: #FFF;
  border-color: #3a5dae;
  text-shadow: 1px 1px 1px #3a5dae;
}
.bottom-notice-bars-wrapper #activit-cookies-bar {
  display: none;
}
.bottom-notice-bars-wrapper #activit-cookies-bar > div {
  max-width: 1170px;
  margin: 0 auto;
  padding: 10px 25px;
  overflow: hidden;
}
.bottom-notice-bars-wrapper #activit-cookies-bar .bar-text {
  float: left;
  width: calc(100% - 250px);
  padding-right: 25px;
}
.bottom-notice-bars-wrapper #activit-cookies-bar .button-wrapper {
  float: left;
  width: 250px;
}
.bottom-notice-bars-wrapper #activit-cookies-bar a {
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  background-color: #00a4f2;
  border-radius: 5px;
  border: 1px solid #00a4f2;
  height: 58px;
  line-height: 59px;
  text-transform: uppercase;
  padding: 0 10px;
  min-width: 110px;
  text-align: center;
  height: 38px;
  line-height: 38px;
}
.bottom-notice-bars-wrapper #activit-cookies-bar a:hover,
.bottom-notice-bars-wrapper #activit-cookies-bar a:active {
  color: #FFF;
  border-color: #3a5dae;
  text-shadow: 1px 1px 1px #3a5dae;
}
.mean-container .mean-bar {
  background: url(/sites/all/themes/kisc/img/logo-white-notext.svg) no-repeat center 5px rgba(173, 173, 173, 0.2);
  background-size: auto 66px;
  padding: 4px 0;
  min-height: 62px;
  float: none;
}
.mean-container .mean-bar a.meanmenu-reveal {
  margin: 0;
  width: 30px;
  cursor: pointer;
  padding: 25px 20px 23px;
}
.mean-container .mean-bar a.meanmenu-reveal.meanclose {
  text-indent: -9999px !important;
  overflow: hidden;
}
.mean-container .mean-bar a.meanmenu-reveal.meanclose span:first-child {
  transform: rotate(45deg) translateY(4px) translateX(4px);
}
.mean-container .mean-bar a.meanmenu-reveal.meanclose span:last-child {
  transform: rotate(-45deg) translateY(0px) translateX(0px);
}
.mean-container .mean-bar .mean-nav {
  background-color: transparent;
  margin-top: 65px;
}
.mean-container .mean-bar .mean-nav ul li a.mean-expand {
  font-size: 30px;
  font-weight: 100;
  line-height: 30px;
  padding: 9px !important;
}
.mean-container .mean-bar .mean-nav ul li a.mean-expand:hover {
  background-color: transparent;
}
.dropdown-menu {
  z-index: 990;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  max-width: 100%;
  width: 100%;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: rgba(38, 38, 40, 0.75);
}
.bootstrap-select .dropdown-toggle,
.bootstrap-select.open .dropdown-toggle {
  border: 1px solid rgba(140, 140, 140, 0.3);
  padding: 0 25px 0 20px;
  outline: none !important;
  color: #262628;
  text-transform: none !important;
  font-weight: normal !important;
  font-size: inherit !important;
  background: url(/sites/all/themes/kisc/img/dropdown-icon.svg) calc(100% - 8px) 52% no-repeat #ffffff;
  background-size: 12px auto;
  height: 46px;
  line-height: 43px;
}
.bootstrap-select .dropdown-toggle:hover,
.bootstrap-select.open .dropdown-toggle:hover,
.bootstrap-select .dropdown-toggle:active,
.bootstrap-select.open .dropdown-toggle:active {
  border-color: rgba(140, 140, 140, 0.3);
  background: url(/sites/all/themes/kisc/img/dropdown-icon.svg) calc(100% - 8px) 52% no-repeat #ffffff;
  color: #262628;
}
.bootstrap-select .dropdown-toggle span.filter-option,
.bootstrap-select.open .dropdown-toggle span.filter-option {
  padding: 0;
  white-space: nowrap;
}
.bootstrap-select .dropdown-toggle span.bs-caret,
.bootstrap-select.open .dropdown-toggle span.bs-caret {
  display: none;
}
.bootstrap-select.error,
.bootstrap-select.error.open {
  padding: 0;
}
.bootstrap-select.error .dropdown-toggle,
.bootstrap-select.error.open .dropdown-toggle {
  border: 1px solid rgba(140, 140, 140, 0.3);
  padding: 0 25px 0 20px;
  outline: none !important;
  color: #262628;
  text-transform: none !important;
  font-weight: normal !important;
  font-size: inherit !important;
  background: url(/sites/all/themes/kisc/img/dropdown-icon.svg) calc(100% - 8px) 52% no-repeat #ffffff;
  background-size: 12px auto;
  height: 46px;
  line-height: 43px;
}
.bootstrap-select.error .dropdown-toggle:hover,
.bootstrap-select.error.open .dropdown-toggle:hover,
.bootstrap-select.error .dropdown-toggle:active,
.bootstrap-select.error.open .dropdown-toggle:active {
  border-color: rgba(140, 140, 140, 0.3);
  background: url(/sites/all/themes/kisc/img/dropdown-icon.svg) calc(100% - 8px) 52% no-repeat #ffffff;
  color: #262628;
}
.bootstrap-select.error .dropdown-toggle span.filter-option,
.bootstrap-select.error.open .dropdown-toggle span.filter-option {
  padding: 0;
  white-space: nowrap;
}
.bootstrap-select.error .dropdown-toggle span.bs-caret,
.bootstrap-select.error.open .dropdown-toggle span.bs-caret {
  display: none;
}
.search-form .form-item-keys {
  max-width: 330px;
  display: inline-block;
}
.search-form #edit-basic {
  text-align: center;
}
.search-form #edit-basic input[type="submit"] {
  height: 44px;
  line-height: 44px;
  margin-top: 1em;
  min-width: 120px;
  border-radius: 3px;
}
.search-form + h2 {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
}
ol.search-results {
  background-color: #f9f9f9;
  margin-left: -5000px;
  padding-left: 5000px;
  margin-right: -5000px;
  padding-right: 5000px;
  padding-top: 35px;
  padding-bottom: 35px;
}
ol.search-results li.search-result {
  border-bottom: 1px solid rgba(140, 140, 140, 0.3);
}
ol.search-results li.search-result:last-child {
  border-bottom: 0;
}
ol.search-results li.search-result h3 a {
  color: #262628;
}
ol.search-results li.search-result h3 a:hover {
  color: #00a4f2;
}
.page-the-story-of-kisc div[id*="read-more-block"] {
  margin-top: 0;
}
.infinity {
  vertical-align: middle;
  font-size: 28px;
}
.node-unpublished {
  background: none;
}
.view-history .view-content {
  overflow: hidden;
  position: relative;
}
.view-history .view-content::before {
  content: " ";
  border-left: 1px dashed #737376;
  width: 0;
  height: 10000%;
  position: absolute;
  left: 50%;
  top: 0;
}
.view-history .view-content .views-row {
  margin: 120px 0;
}
.view-history .view-content .views-row .number-wrapper {
  margin-top: 150px;
}
.view-history .view-content .views-row .number {
  font-family: 'Aleo Bold', serif;
  font-size: 144px;
  color: #d3d3d4;
  -webkit-text-fill-color: transparent;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #8c8c8c;
}
.view-history .view-content .views-row .year-span {
  margin-top: 30px;
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
  font-size: 48px;
  margin-bottom: 1.5rem;
}
.view-history .view-content .views-row .field-name-field-bio {
  font-size: 24px;
  font-family: 'Aleo Light', serif;
  margin-bottom: 1.5rem;
}
.view-history .view-content .views-row .field-name-body {
  font-size: 18px;
  color: #737376;
  line-height: normal;
}
.view-history .view-content .views-row .history-subitems {
  margin-top: 140px;
}
.view-history .view-content .views-row .info-box {
  position: relative;
  margin-top: -3rem;
}
.view-history .view-content .views-row .info-box::after {
  content: " ";
  vertical-align: super;
  line-height: 0;
  color: #737376;
  border-top: 1px dashed #737376;
  width: 16.66666667%;
  height: 9px;
  position: absolute;
  right: calc(-16.66666667% - 15px);
  top: 22px;
}
.view-history .view-content .views-row .info-box::before {
  content: "•";
  font-size: 36px;
  color: #737376;
  position: absolute;
  right: calc(-16.66666667% - 15px - 4px);
  top: -2px;
}
.view-history .view-content .views-row .info-box.left {
  text-align: right;
}
.view-history .view-content .views-row .info-box.right {
  text-align: left;
}
.view-history .view-content .views-row .info-box.right::after {
  right: auto;
  left: calc(-16.66666667% - 15px);
}
.view-history .view-content .views-row .info-box.right::before {
  right: auto;
  left: calc(-16.66666667% - 15px - 4px);
}
.view-history .view-content .views-row .info-box .year {
  font-size: 36px;
  margin-bottom: 5px;
}
.view-history .view-content .views-row .info-box .subtitle {
  font-size: 24px;
  font-family: 'Aleo Light', serif;
  line-height: 30px;
  margin-bottom: 1.5rem;
  background-color: #FFF;
}
.view-history .view-content .views-row .info-box .text {
  font-size: 18px;
  color: #737376;
  background-color: #FFF;
  line-height: normal;
}
.view-history .view-content .views-row .history-custom-layout {
  position: relative;
}
.view-history .view-content .views-row .history-custom-layout img.position-1,
.view-history .view-content .views-row .history-custom-layout img.position-2 {
  position: absolute;
  box-shadow: 0 30px 50px 5px #5f5f5f;
}
.view-history .view-content .views-row .history-custom-layout img.position-1 {
  top: 325px;
  left: 300px;
  z-index: 1;
}
.view-history .view-content .views-row .history-custom-layout img.position-2 {
  top: 65px;
  left: 400px;
  z-index: 2;
}
.view-history .view-content .views-row .history-custom-layout.reverse-order img {
  float: right;
}
.view-history .view-content .views-row .history-custom-layout.reverse-order img.position-1 {
  top: 325px;
  left: 0;
  z-index: 1;
}
.view-history .view-content .views-row .history-custom-layout.reverse-order img.position-2 {
  top: 65px;
  left: 100px;
  z-index: 2;
}
.view-history .view-content .views-row:last-of-type .row.history-subitems .row:last-of-type .info-box:last-of-type:hover {
  -webkit-animation: color-change 2s infinite;
  -moz-animation: color-change 2s infinite;
  -o-animation: color-change 2s infinite;
  -ms-animation: color-change 2s infinite;
  animation: color-change 2s infinite;
}
.view-history .view-content .views-row:last-of-type .row.history-subitems .row:last-of-type .info-box:last-of-type:hover .text {
  color: #262628;
}
@-webkit-keyframes color-change {
  0% {
    color: #00a4f2;
  }
  25% {
    color: #1eb446;
  }
  50% {
    color: #e6007e;
  }
  75% {
    color: #ff6e00;
  }
  100% {
    color: #00a4f2;
  }
}
@-moz-keyframes color-change {
  0% {
    color: #00a4f2;
  }
  25% {
    color: #1eb446;
  }
  50% {
    color: #e6007e;
  }
  75% {
    color: #ff6e00;
  }
  100% {
    color: #00a4f2;
  }
}
@-ms-keyframes color-change {
  0% {
    color: #00a4f2;
  }
  25% {
    color: #1eb446;
  }
  50% {
    color: #e6007e;
  }
  75% {
    color: #ff6e00;
  }
  100% {
    color: #00a4f2;
  }
}
@-o-keyframes color-change {
  0% {
    color: #00a4f2;
  }
  25% {
    color: #1eb446;
  }
  50% {
    color: #e6007e;
  }
  75% {
    color: #ff6e00;
  }
  100% {
    color: #00a4f2;
  }
}
@keyframes color-change {
  0% {
    color: #00a4f2;
  }
  25% {
    color: #1eb446;
  }
  50% {
    color: #e6007e;
  }
  75% {
    color: #ff6e00;
  }
  100% {
    color: #00a4f2;
  }
}
.map-images {
  margin: 0 -4px 80px;
  max-width: 1147px;
  overflow: hidden;
  position: relative;
}
.map-images img {
  max-width: unset;
  width: 1147px;
}
.map-images .map-colors {
  display: none;
}
.map-wrapper.mobile-only {
  display: none;
}
.map-legends {
  display: flex;
}
.map-legends .legend-box {
  flex-basis: 50%;
}
.map-legends .legend-box h3 {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
  font-size: 32px;
  display: inline-block;
  float: left;
  margin-top: 0;
}
.map-legends .legend-box .signs-wrapper {
  display: flex;
  flex-wrap: wrap;
  clear: both;
}
.map-legends .legend-box .sign-item {
  margin-bottom: 15px;
  padding-right: 25px;
  flex-basis: 50%;
  font-size: 16px;
  font-family: 'Aleo Regular', serif;
  line-height: 30px;
}
.map-legends .legend-box .sign-item img {
  float: left;
  margin-right: 20px;
  max-height: 35px;
}
.map-legends .map-type-switch {
  display: block;
  float: left;
  margin-left: 25px;
  width: 57px;
  height: 21px;
  margin-top: 13px;
  cursor: pointer;
  background: no-repeat transparent 0 0;
  background-size: 100%;
}
.map-legends .map-type-switch.switch-on {
  background-image: url(/sites/all/themes/kisc/img/map-switch-on.png);
}
.map-legends .map-type-switch.switch-off {
  background-image: url(/sites/all/themes/kisc/img/map-switch-off.png);
}
.poi-detail-container {
  display: none;
  position: absolute;
  left: calc((((100vw - 1170px) / 2) * -1) + 30px);
  top: 0;
  z-index: 1;
}
.property-item {
  position: relative;
  max-width: 400px;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 20px 0px #b7b7b7;
  -moz-box-shadow: 0 0 20px 0px #b7b7b7;
  box-shadow: 0 0 20px 0px #b7b7b7;
}
.property-item .close {
  background: url(/sites/all/themes/kisc/img/close-white.svg) no-repeat center center;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: block;
}
.property-item .top-image {
  display: block;
}
.property-item .poi-body {
  max-height: calc(820px - 230px);
  overflow-y: hidden;
  padding: 5px 40px 0;
  font-size: 17px;
  line-height: 30px;
  position: relative;
  color: #737376;
}
.property-item .poi-body .content-wrapper {
  padding-bottom: 3rem;
}
.property-item .poi-body h2 {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
}
.property-item .secret-colorbox-gallery {
  display: none;
}
.property-item .secret-colorbox-gallery.very-secret {
  display: none;
}
.tooltipster-sidetip .tooltipster-box {
  border-radius: 0;
  border: 4px solid #ff6e00;
  background: #fff;
}
.tooltipster-sidetip .tooltipster-content {
  color: #262628;
}
.tooltipster-sidetip .tooltipster-arrow {
  height: 11px;
  margin-left: -11px;
  width: 22px;
}
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 11px solid transparent;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff;
  top: -4px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #ff6e00;
}
.tooltipster-sidetip .tooltipster-arrow-border {
  border-width: 11px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 6px;
}
body.node-type-page:not(.front) .main-content-container .main-content {
  font-size: 17px;
  line-height: 30px;
  color: #737376;
}
body.node-type-page:not(.front) .main-content-container .main-content h1 {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
}
body.node-type-page:not(.front) .main-content-container .main-content h2 {
  font-family: 'Aleo Regular', serif;
  color: #262628;
  font-size: 36px;
  line-height: normal;
  font-size: 32px;
}
body.node-type-page:not(.front) .main-content-container .main-content h3 {
  font-family: 'Aleo Light', serif;
  color: #8c8c8c;
  line-height: normal;
  color: #262628;
  font-size: 24px;
}
#block-menu-menu-responsive {
  display: none;
}
.created-by {
  padding: 4px 8px 3px 0;
  font-size: 10px;
  width: 100%;
  background-color: #232325;
  overflow: hidden;
  transition: 0.3s all ease-in;
}
.created-by:hover {
  background-color: #262628;
}
.created-by .created-by-block {
  float: right;
  color: #525558;
}
.created-by .created-by-block a {
  color: #4c7aa2;
}
form.job-apply-form .container-inline-date {
  margin: 1em 0;
}
form.job-apply-form .container-inline-date .description {
  display: none;
}
form.job-apply-form .container-inline-date > .form-item {
  vertical-align: inherit;
  margin: 0;
}
form.job-apply-form .phone-error {
  font-size: 14px;
  color: red;
}
form.job-apply-form #video-progress {
  border: 1px solid;
  display: none;
}
form.job-apply-form #video-progress .progress-bar {
  height: 18px;
  background: green;
}
form.job-apply-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
}
form.job-apply-form input::-moz-placeholder {
  /* Firefox 19+ */
}
form.job-apply-form input:-ms-input-placeholder {
  /* IE 10+ */
}
form.job-apply-form input:-moz-placeholder {
  /* Firefox 18- */
}
fieldset.search-advanced {
  display: none;
}
.webform-client-form,
.job-apply-form {
  /* CAUTION: IE hackery ahead */
}
.webform-client-form select,
.job-apply-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/sites/all/themes/kisc/img/dropdown-icon.svg) calc(100% - 8px) 52% no-repeat #ffffff;
  background-size: 12px auto;
  transition: all 0.25s ease-in;
}
.webform-client-form select:hover,
.job-apply-form select:hover {
  border-color: #00a4f2;
}
.webform-client-form select::-ms-expand,
.job-apply-form select::-ms-expand {
  display: none;
  /* remove default arrow in IE 10 and 11 */
}
.webform-client-form input[type="text"],
.job-apply-form input[type="text"],
.webform-client-form input[type="email"],
.job-apply-form input[type="email"],
.webform-client-form input[type="password"],
.job-apply-form input[type="password"],
.webform-client-form select,
.job-apply-form select,
.webform-client-form textarea,
.job-apply-form textarea {
  padding: 0 16px;
}
.webform-client-form select,
.job-apply-form select {
  padding-left: 12px;
  padding-right: 30px;
}
.webform-client-form input.form-checkbox,
.job-apply-form input.form-checkbox {
  vertical-align: -4%;
}
.webform-client-form .form-item label,
.job-apply-form .form-item label {
  font-weight: bold;
  text-transform: none;
  margin-bottom: 5px;
}
.webform-client-form .form-item label.option,
.job-apply-form .form-item label.option {
  font-weight: 400;
  padding-left: 3px;
}
.webform-client-form .form-textarea-wrapper textarea,
.job-apply-form .form-textarea-wrapper textarea {
  line-height: 1.45em;
  padding: 10px 16px;
}
.webform-client-form .webform-container-inline label,
.job-apply-form .webform-container-inline label {
  display: inline-block;
}
.webform-client-form .description,
.job-apply-form .description {
  color: #8c8c8c;
  font-size: 13px;
  margin-top: 3px;
}
.webform-client-form .description::first-letter,
.job-apply-form .description::first-letter {
  text-transform: uppercase;
}
.webform-client-form .field-prefix,
.job-apply-form .field-prefix,
.webform-client-form .field-suffix,
.job-apply-form .field-suffix {
  color: #8c8c8c;
  font-size: 14px;
  display: inline-block;
}
.webform-client-form .field-prefix,
.job-apply-form .field-prefix {
  padding-right: 0.5em;
}
.webform-client-form .field-prefix + input,
.job-apply-form .field-prefix + input {
  width: auto;
}
.webform-client-form .field-suffix,
.job-apply-form .field-suffix {
  padding-left: 0.5em;
}
.webform-client-form .webform-datepicker,
.job-apply-form .webform-datepicker {
  display: flex;
}
.webform-client-form .webform-datepicker .form-type-select,
.job-apply-form .webform-datepicker .form-type-select {
  margin-right: 3px;
  margin-top: 0;
}
.webform-client-form .webform-datepicker .form-type-select:first-child,
.job-apply-form .webform-datepicker .form-type-select:first-child {
  order: 1;
}
.webform-client-form .webform-datepicker .form-type-select:nth-child(2),
.job-apply-form .webform-datepicker .form-type-select:nth-child(2) {
  order: 0;
}
.webform-client-form .webform-datepicker .form-type-select:nth-child(3),
.job-apply-form .webform-datepicker .form-type-select:nth-child(3) {
  order: 2;
}
.webform-client-form .webform-datepicker input[type='image'],
.job-apply-form .webform-datepicker input[type='image'] {
  flex-shrink: 0;
  width: 49px;
  height: 46px;
  padding: 10px;
  border: 1px solid #D2D2D2;
  border-radius: 4px;
  margin-left: 1em;
  order: 3;
  transition: all 0.25s ease-in;
}
.webform-client-form .webform-datepicker input[type='image']:hover,
.job-apply-form .webform-datepicker input[type='image']:hover {
  border-color: #00a4f2;
}
.webform-client-form .fieldset-legend,
.job-apply-form .fieldset-legend {
  text-transform: none;
}
.webform-client-form fieldset.form-wrapper,
.job-apply-form fieldset.form-wrapper {
  margin: 4em 0 2em;
  border-color: rgba(140, 140, 140, 0.3);
  border-radius: 4px;
}
.webform-client-form fieldset.form-wrapper legend,
.job-apply-form fieldset.form-wrapper legend {
  top: -35px;
}
.webform-client-form .form-type-managed-file,
.job-apply-form .form-type-managed-file {
  margin: 1.5em 0 1em;
}
.webform-client-form .form-type-managed-file .file,
.job-apply-form .form-type-managed-file .file {
  padding: 0 15px 0 0;
}
.webform-client-form .form-type-managed-file .encrypted span,
.job-apply-form .form-type-managed-file .encrypted span {
  cursor: no-drop;
}
.webform-client-form .form-type-managed-file .encrypted span a,
.job-apply-form .form-type-managed-file .encrypted span a {
  pointer-events: none;
}
.webform-client-form .video-upload-name,
.job-apply-form .video-upload-name {
  color: #00a4f2;
}
.webform-client-form .form-file,
.job-apply-form .form-file {
  margin: 5px 0;
  padding: 1em;
  border: 1px solid rgba(140, 140, 140, 0.3);
  border-radius: 4px;
  width: 100%;
  display: inline-block;
}
.webform-client-form .form-file .messages,
.job-apply-form .form-file .messages {
  margin-bottom: 1em;
}
.webform-client-form .webform-component-file,
.job-apply-form .webform-component-file {
  margin-bottom: 1.5em;
}
.webform-client-form .webform-component-file label,
.job-apply-form .webform-component-file label {
  margin-bottom: 0;
}
.webform-client-form .form-actions input[type="submit"].webform-submit,
.job-apply-form .form-actions input[type="submit"].webform-submit {
  min-width: 230px;
  margin: 2rem auto 0;
  display: block;
  max-width: 320px;
}
html.js fieldset.collapsible .fieldset-legend {
  background-position-y: 63%;
  padding-left: 22px;
}
html.js fieldset.collapsed {
  border-radius: 0;
}
#ui-datepicker-div {
  font-family: 'Cabin', sans-serif;
  border-radius: 4px;
  border-right-width: 1px;
  border-bottom-width: 1px;
}
.ui-widget {
  font-family: 'Cabin', sans-serif;
  font-size: 1em;
}
.ui-widget-header {
  background: none;
  background: #f9f9f9;
  border-color: rgba(140, 140, 140, 0.3) !important;
}
#ui-datepicker-div,
.ui-datepicker-div,
.ui-datepicker-inline {
  border-color: rgba(140, 140, 140, 0.3) !important;
  background: none;
  background-color: #f9f9f9;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  border-color: rgba(140, 140, 140, 0.3) !important;
  border-radius: 3px;
}
.ui-datepicker select.ui-datepicker-month:hover,
.ui-datepicker select.ui-datepicker-year:hover {
  border-color: #00a4f2 !important;
}
.ui-datepicker th {
  font-weight: 400;
}
.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center;
}
.ui-datepicker td a {
  border-width: 1px !important;
}
.ui-datepicker td a.ui-state-hover {
  border: 1px solid #00a4f2 !important;
  background-color: #00a4f2 !important;
  color: #FFF;
}
.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default {
  background: none;
  background: #FFF;
  text-align: center;
}
.ui-datepicker .ui-corner-all,
.ui-datepicker .ui-corner-bottom,
.ui-datepicker .ui-corner-right,
.ui-datepicker .ui-corner-br {
  border-radius: 0;
}
.ui-datepicker .ui-state-hover {
  border: 0 !important;
  background: transparent !important;
}
.ui-datepicker .ui-datepicker-title {
  font-weight: 400;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: none;
  background: #00a4f2;
  color: #FFF;
  border-color: #adadad;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 2px;
}
form[id*="user-profile-form"] #edit-account,
form[id*="user-profile-form"] #edit-picture,
form[id*="user-profile-form"] #edit-ckeditor {
  /*margin: 0 auto;*/
  width: 50%;
}
form[id*="user-profile-form"] #edit-picture,
form[id*="user-profile-form"] #edit-ckeditor {
  display: none;
}
form[id*="user-profile-form"] .form-actions input {
  display: inline-block;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  background-color: #00a4f2;
  border-radius: 5px;
  border: 1px solid #00a4f2;
  text-transform: uppercase;
  height: 58px;
  width: 150px;
  letter-spacing: 0px;
  transition: all 0.3s ease-out;
}
form[id*="user-profile-form"] #edit-account > .form-item {
  margin-bottom: 2em;
}
form[id*="user-profile-form"] #edit-account > .form-item label {
  text-transform: none;
}
form[id*="user-profile-form"] #edit-account > .form-item .description {
  color: #737376;
}
div#block-block-6 {
  zoom: 1;
  margin: 0 -5px 45px -5px;
}
div#block-block-6:before,
div#block-block-6:after {
  content: " ";
  display: table;
}
div#block-block-6:after {
  clear: both;
}
div#block-block-6 .content h1,
div#block-block-6 .content h2,
div#block-block-6 .content h3,
div#block-block-6 .content h4,
div#block-block-6 .content h5,
div#block-block-6 .content h6 {
  font-family: 'Aleo Regular', serif;
}
div#block-block-6 .content img {
  margin-bottom: 1em;
}
div#block-block-6 .content img[style*='float:left'] {
  margin-right: 15px;
}
div#block-block-6 .content img[style*='float:right'] {
  margin-left: 15px;
}
#node-1076.node-full .image img {
  margin: 0 auto;
}
body.front #node-8 {
  padding-top: 20vh;
  padding-bottom: calc(100vh - 150px - 120px - 19vh);
}
@media screen and (max-width: 1360px) {
  .logo {
    left: 25px;
  }
  .top-menu-section {
    display: none;
  }
  .bottom-menu-section .bottom-menu-right .responsive-user-menu {
    display: inline-block;
  }
  .bottom-menu-section .bottom-menu-left ul.menu li:first-child {
    margin-left: 0;
  }
  .bottom-menu-section .bottom-menu-left {
    padding-bottom: 15px;
  }
  .bottom-menu-section .bottom-menu-left ul.menu li a {
    padding: 21px 0 2px;
  }
  .bottom-menu-section .bottom-menu-left {
    padding-bottom: 0;
  }
  #header.fixed-status .fixed-menu-image {
    margin-top: 12px;
    width: 75px;
    margin-left: 10px;
  }
  #header.fixed-status .bottom-menu-section {
    margin-left: calc(75px);
    margin-top: 0;
  }
  #header.fixed-status .logo {
    left: 10px;
  }
  #header.fixed-status .bottom-menu-section .bottom-menu-left ul.menu li a {
    padding: 21px 0 10px;
  }
  #header.fixed-status .bottom-menu-section .bottom-menu-left ul.menu li.expanded:hover ul.menu {
    top: 50px;
    padding-left: 130px;
  }
  #header.fixed-status .bottom-menu-section .bottom-menu-left ul.menu li:first-child {
    margin-left: 10px;
  }
  #header.fixed-status .bottom-menu-section .bottom-menu-left ul.menu li:first-child a {
    padding-left: 0;
  }
  #header.fixed-status .bottom-menu-section .bottom-menu-left ul.menu li ul.menu li:first-child {
    margin-left: 0;
  }
  #header.fixed-status .bottom-menu-section .bottom-menu-right ul.menu li {
    padding: 0;
  }
  #header.fixed-status .bottom-menu-section .bottom-menu-right ul.menu li a {
    color: #FFF;
    border-bottom: 3px solid transparent;
    padding: 10px 10px 15px;
  }
  #header.fixed-status .bottom-menu-section .bottom-menu-right ul.menu li.expanded:hover ul.menu {
    top: 95px;
    padding-left: 130px;
  }
  #header.fixed-status .bottom-menu-section .bottom-menu-right ul.menu li:first-child {
    margin-left: 10px;
  }
  #header.fixed-status .bottom-menu-section .bottom-menu-right ul.menu li:first-child li:first-child {
    margin-left: 0;
  }
  .bottom-menu-section {
    margin-left: calc(90px + 25px);
    margin-top: 25px;
  }
  .bottom-menu-section .bottom-menu-right {
    text-align: left;
    margin-left: 0;
    width: 100%;
  }
  .bottom-menu-section .bottom-menu-left {
    width: 100%;
    margin-left: 0;
  }
  .bottom-menu-section .bottom-menu-left ul.menu {
    margin-bottom: 0;
  }
  .bottom-menu-section .bottom-menu-left ul.menu li:first-child {
    margin-left: 0;
  }
  .top-menu-section,
  .bottom-menu-section {
    position: static;
  }
  .top-menu-section .bottom-menu-left ul.menu li.expanded:hover ul.menu,
  .bottom-menu-section .bottom-menu-left ul.menu li.expanded:hover ul.menu,
  .top-menu-section .bottom-menu-right ul.menu li.expanded:hover ul.menu,
  .bottom-menu-section .bottom-menu-right ul.menu li.expanded:hover ul.menu {
    padding: 50px 0 50px 160px;
    text-align: left;
  }
  .top-menu-section .bottom-menu-left ul.menu li.expanded:hover ul.menu li,
  .bottom-menu-section .bottom-menu-left ul.menu li.expanded:hover ul.menu li,
  .top-menu-section .bottom-menu-right ul.menu li.expanded:hover ul.menu li,
  .bottom-menu-section .bottom-menu-right ul.menu li.expanded:hover ul.menu li,
  .top-menu-section .bottom-menu-left ul.menu li.expanded:hover ul.menu li:first-child,
  .bottom-menu-section .bottom-menu-left ul.menu li.expanded:hover ul.menu li:first-child,
  .top-menu-section .bottom-menu-right ul.menu li.expanded:hover ul.menu li:first-child,
  .bottom-menu-section .bottom-menu-right ul.menu li.expanded:hover ul.menu li:first-child {
    float: left;
    clear: left;
  }
  .bottom-menu-section .bottom-menu-right ul.menu li.expanded:hover ul.menu {
    top: 115px;
  }
  #block-search-form {
    display: none;
  }
}
@media screen and (min-width: 1360px) and (max-width: 1500px) {
  .bottom-menu-section .bottom-menu-left ul.menu li {
    padding: 0 4px;
  }
}
@media screen and (max-width: 1280px) {
  #header.fixed-status .fixed-menu-image {
    display: block;
    fill: #FFF;
    width: 80px;
    height: auto;
    margin-top: 13px;
  }
  .map-images img {
    max-width: 100%;
    width: auto;
  }
}
@media screen and (max-width: 1199px) {
  div[id*="faq-filter"],
  div[id*="activit-news-filter"],
  div[id*="jobs-links-block"],
  div[id*="exp-job-vacancies"],
  div[id*="exp-programme-adventure"] {
    margin-left: 0;
  }
  div[id*="faq-filter"] h2:after,
  div[id*="activit-news-filter"] h2:after,
  div[id*="jobs-links-block"] h2:after,
  div[id*="exp-job-vacancies"] h2:after,
  div[id*="exp-programme-adventure"] h2:after {
    left: 0;
  }
  .microsite-block .image-block img {
    max-width: 100%;
  }
  .view-events-of-the-year {
    position: relative;
    overflow: hidden;
  }
  .view-events-of-the-year .flex-control-nav {
    right: -75px;
    bottom: 65px;
  }
}
@media screen and (max-width: 1169px) {
  body.front #node-8 {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .scroll-hint {
    display: none !important;
  }
  .page-property-map .container.main-content-container {
    width: 100%;
  }
  .poi-detail-container {
    left: 0;
  }
  .bottom-menu-section .bottom-menu-right ul.menu {
    margin-bottom: 0;
  }
  .bottom-menu-section .bottom-menu-right ul.menu li a {
    padding-bottom: 10px;
  }
}
@media screen and (max-device-width: 1024px) {
  body.node-type-job-position .row.tabs-ui-wrapper,
  [id*='related-activities-block'],
  .view-our-news,
  .view-events-of-the-year,
  .view-recommended-programme,
  ol.search-results,
  #block-views-kisc-ambassadors-block {
    margin-left: calc((100vw - 100%)/-2);
    padding-left: calc((100vw - 100%)/2);
    margin-right: calc((100vw - 100%)/-2);
    padding-right: calc((100vw - 100%)/2);
  }
}
@media screen and (max-width: 1000px) {
  .view-job-vacancies {
    margin-top: 2em;
  }
  #block-views-exp-programme-adventure-page > h2 > span,
  #block-views-exp-job-vacancies-page > h2 > span {
    position: relative;
    cursor: pointer;
  }
  #block-views-exp-programme-adventure-page > h2 > span:after,
  #block-views-exp-job-vacancies-page > h2 > span:after {
    content: '';
    display: block;
    position: absolute;
    right: -40px;
    top: 2px;
    width: 36px;
    height: 26px;
    background: url(/sites/all/themes/kisc/img/arrow-orange.svg) no-repeat center center;
    transform: rotate(90deg);
    transition: all 0.2s ease-in;
  }
  #block-views-exp-programme-adventure-page > h2 > span.filter-opened:after,
  #block-views-exp-job-vacancies-page > h2 > span.filter-opened:after {
    transform: rotate(180deg);
  }
  #block-views-exp-programme-adventure-page > .content,
  #block-views-exp-job-vacancies-page > .content {
    overflow: hidden;
  }
}
@media screen and (max-width: 991px) {
  body.front #node-8 {
    padding-top: 75px;
    padding-bottom: 0;
  }
  .scroll-hint {
    display: none !important;
  }
  .view-events-of-the-year .flex-control-nav {
    right: 5px;
  }
  .view-recommended-programme {
    padding-top: 15px;
    margin-top: 125px;
    padding-bottom: 6em;
  }
  .view-recommended-programme .row {
    max-height: 420px;
    overflow: hidden;
  }
  .map-legends .legend-box .sign-item {
    flex-basis: 100%;
  }
  .bottom-notice-bars-wrapper #activit-cookies-bar br {
    display: none;
  }
  .job-applicants-contact a.big-blue-button {
    min-width: unset;
    width: 100%;
  }
  .insta-feed-content img {
    width: calc((100%/2) - 7px) !important;
    max-width: 150px;
    height: auto !important;
  }
  .share-links-wrapper {
    display: none;
  }
  .article-slider .post-meta {
    margin-bottom: 5px;
  }
  .article-slider {
    margin-bottom: 3em;
  }
  .view-meet-the-pinkies .ambassador-item,
  .view-meet-the-board .ambassador-item,
  .view-kisc-ambassadors .ambassador-item {
    max-width: 150px;
  }
  .view-events-of-the-year .node-activity-slider .read-more {
    display: none;
  }
  .infoblock-boxes {
    padding-bottom: 40px;
  }
  .infoblock-boxes .box h3 {
    font-size: 20px;
    margin: 20px 0 25px;
  }
  .infoblock-boxes .box .text {
    font-size: 17px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  #header .logo,
  .map-wrapper.regular {
    display: none;
  }
  #main-content {
    margin-top: 60px;
  }
  .view-our-news .view-header h3 {
    font-size: 32px;
  }
  .view-header-read-more {
    line-height: 24px;
  }
  .article-slider .post-meta {
    margin-bottom: 5px;
  }
  .article-slider {
    margin-bottom: 3em;
  }
  .map-wrapper.mobile-only {
    display: block;
  }
  .top-menu-section,
  .bottom-menu-section {
    position: relative;
  }
  .top-menu-section .bottom-menu-left ul.menu li.expanded:hover ul.menu,
  .bottom-menu-section .bottom-menu-left ul.menu li.expanded:hover ul.menu {
    padding: 50px 10%;
  }
  .regular-menu-wrapper {
    display: none;
  }
  .responsive-menu-wrapper {
    display: block;
  }
  .responsive-menu-wrapper h2 {
    display: none;
  }
  .map-legends .map-type-switch.switch-on {
    display: none;
  }
  .insta-feed-content img {
    width: 100px !important;
    height: 100px !important;
  }
  .view-our-values .views-row > div {
    max-width: 110% !important;
  }
  #block-views-our-values-block,
  #block-views-testimonials-block {
    margin-top: 15px;
    padding-bottom: 80px;
  }
  #block-views-our-values-block .view-header h2,
  #block-views-testimonials-block .view-header h2 {
    margin-top: 100px;
  }
  #block-views-our-values-block .view-header h3,
  #block-views-testimonials-block .view-header h3 {
    margin-bottom: 50px;
  }
  #block-views-our-values-block .views-row h3,
  #block-views-testimonials-block .views-row h3 {
    font-size: 23px;
    min-height: 2.5em;
  }
  #block-views-our-values-block .views-row .field-name-field-bio,
  #block-views-testimonials-block .views-row .field-name-field-bio {
    font-size: 19px;
  }
  #block-views-our-values-block .views-row .field-name-body,
  #block-views-testimonials-block .views-row .field-name-body {
    font-size: 16px;
    line-height: 24px;
  }
  #footer {
    padding-top: 75px;
  }
  #footer .copyright-social {
    margin-top: 45px;
  }
  #footer .social-icons {
    margin-bottom: 50px;
  }
  #footer .copyright-social,
  #footer .copyright-social .social-icons {
    text-align: center;
  }
  #footer .main-partner-logo-wrap {
    text-align: center;
  }
  #footer .main-partner-logo {
    float: none;
    margin: 15px 15px 25px;
    display: inline-block;
  }
  .node-microsite .row-flex,
  .node-microsite .row-flex > div[class*='col-'] {
    display: block;
  }
  .node-microsite .top-section {
    padding-top: 50px;
    height: auto;
    min-height: auto;
    position: relative;
  }
  .node-microsite .top-section .offset-photo {
    margin-left: -15px;
    margin-right: -15px;
  }
  .node-microsite .microsite-block {
    margin-top: 15px;
    padding-bottom: 2em;
    border-bottom: 1px solid rgba(140, 140, 140, 0.3);
  }
  .node-microsite .microsite-block:last-child {
    border-bottom: 0;
  }
  .node-microsite .microsite-block .image-block {
    text-align: center;
    margin-top: 2em;
  }
  .node-microsite .microsite-block .image-block img {
    display: inline-block;
    max-width: 100%;
  }
  .node-microsite .microsite-block.microsite-newsletter-block {
    margin-top: 0;
    padding-bottom: 0;
  }
  .rteindent1 {
    margin-left: 0;
  }
  .job-applicants-contact a.big-blue-button {
    max-width: 235px;
  }
  div[id*="activit-news-filter"] {
    margin-top: 2em;
  }
  .microsite-block .microsite-slider {
    width: 100%;
  }
  .flex-direction-nav {
    display: none;
  }
  .view-history .view-content::before {
    z-index: -1;
  }
  .view-history .view-content .views-row {
    margin: 60px 0;
    background-color: #FFF;
  }
  .view-history .view-content .views-row .number-wrapper {
    margin-top: 0;
  }
  .view-history .view-content .views-row .year-span {
    margin-top: 15px;
    font-size: 38px;
    margin-bottom: 1rem;
  }
  .view-history .view-content .views-row .field-name-field-bio {
    font-size: 34px;
    margin-bottom: 1.2rem;
  }
  .view-history .view-content .views-row .field-name-body {
    font-size: 18px;
    margin-bottom: 2rem;
  }
  .view-history .view-content .views-row .history-subitems {
    margin-top: 3rem;
  }
  .view-history .view-content .views-row .history-subitems .info-box {
    margin: 1.5rem 15px 2rem;
  }
  .view-history .view-content .views-row .history-subitems .info-box.right {
    border-left: 2px dashed rgba(140, 140, 140, 0.3);
    padding-left: 1.5rem;
  }
  .view-history .view-content .views-row .history-subitems .info-box.left {
    border-right: 2px dashed rgba(140, 140, 140, 0.3);
    padding-right: 1.5rem;
  }
  .view-history .view-content .views-row .history-subitems .info-box .year {
    font-size: 32px;
    margin-bottom: 15px;
    line-height: 23px;
  }
  .view-history .view-content .views-row .history-subitems .info-box .subtitle {
    font-size: 24px;
    line-height: 20px;
    margin-bottom: 1.5rem;
  }
  .view-history .view-content .views-row .history-subitems .info-box .text {
    font-size: 18px;
    line-height: 1.25;
  }
  .view-history .view-content .views-row .history-custom-layout img.position-1 {
    left: 200px;
  }
  .view-history .view-content .views-row .history-custom-layout img.position-2 {
    left: 300px;
  }
  .activity-table .activity-block .field-item {
    display: inline-block;
  }
  .view-accommodation .view-content .accomodation-item .big-blue-button {
    margin-top: 2em;
  }
  .view-accommodation .view-content .accomodation-item h2 {
    margin-top: 1em;
  }
  .view-accommodation .view-content .accomodation-item .ui-tabs {
    margin-bottom: 3em;
  }
  .view-accommodation .view-content .views-row {
    padding-bottom: 40px;
    margin-bottom: 20px;
  }
  .node-applicants-info {
    margin-top: 2em;
  }
  .material-support-contact,
  .job-applicants-contact {
    margin-top: 1em;
    margin-bottom: 3em;
  }
  blockquote {
    margin: 2em 1em;
  }
  blockquote > * {
    margin-left: 0;
    font-size: 19px;
    line-height: 27px;
    color: #262626;
  }
  .view-kisc-ambassadors {
    padding: 60px 60px;
    margin-top: 60px;
  }
  body.front {
    background-position-y: 60px;
    background-size: 140% auto;
  }
  body.front #main-content {
    margin-top: 100px;
  }
  body.front #node-8 {
    font-size: 26px;
    padding: 20px 3em 200px;
  }
  .view-recommended-programme {
    padding-top: 30px;
    padding-bottom: 3em;
  }
  .view-recommended-programme .row {
    max-height: unset;
    overflow: auto;
  }
  form[id*="booking-meals-form"] .main-actions,
  form[id*="booking-food-form"] .main-actions,
  form[id*="booking-rentals-form"] .main-actions,
  form[id*="booking-activities-form"] .main-actions {
    text-align: center;
    margin-top: 25px;
  }
  form[id*="booking-activities-form"] ul.ui-autocomplete {
    min-width: auto;
    width: 100%;
    overflow-y: auto;
  }
  .view-meet-the-pinkies .ambassador-item,
  .view-meet-the-board .ambassador-item,
  .view-kisc-ambassadors .ambassador-item {
    max-width: 150px;
  }
  .expectations-block {
    margin: 60px 0 40px;
  }
  .expectations-block .content {
    padding-top: 0;
  }
  .expectations-block .block-block {
    margin-bottom: 4em;
  }
  .view-events-of-the-year .flex-control-nav {
    right: 5px;
  }
}
@media screen and (max-width: 580px) {
  #admin-menu {
    display: none;
  }
  .bottom-notice-bars-wrapper #activit-bottom-notice-bar .bar-text,
  .bottom-notice-bars-wrapper #activit-bottom-notice-bar .button-wrapper {
    flex: 0 0 100%;
    text-align: center;
  }
  .bottom-notice-bars-wrapper #activit-cookies-bar .bar-text,
  .bottom-notice-bars-wrapper #activit-cookies-bar .button-wrapper {
    width: 100%;
    text-align: center;
  }
  .bottom-notice-bars-wrapper #activit-cookies-bar .button-wrapper {
    margin-top: 10px;
    text-align: center;
  }
  .map-legends {
    display: block;
    width: 100%;
  }
  .map-legends .legend-box {
    width: 100%;
    margin-bottom: 2em;
  }
  .booking-page-bottom {
    padding-bottom: 0;
    margin-bottom: -100px;
  }
  .booking-page-bottom .booking-data {
    padding-top: 10px;
    padding-bottom: 40px;
    border-top: 1px solid #a9a9a957;
  }
  .view-history .view-content .views-row .history-custom-layout img.position-1,
  .view-history .view-content .views-row .history-custom-layout img.position-2 {
    display: none !important;
  }
  .get-me-up {
    bottom: 14px;
    right: 15px;
    width: 40px;
    height: 40px;
  }
  .get-me-up:after {
    width: 8px;
    height: 20px;
  }
  .view-our-values .views-row > div {
    max-width: 100% !important;
  }
  .view-history .view-content .views-row .year-span {
    font-size: 35px;
  }
  .view-history .view-content .views-row .field-name-field-bio {
    font-size: 20px;
  }
  .view-history .view-content .views-row .field-name-body {
    font-size: 16px;
  }
  .view-history .view-content .views-row .history-subitems .info-box {
    margin: 1rem 15px 1rem;
  }
  .view-history .view-content .views-row .history-subitems .info-box.right {
    padding-left: 1rem;
  }
  .view-history .view-content .views-row .history-subitems .info-box.left {
    padding-right: 1rem;
  }
  .view-history .view-content .views-row .history-subitems .info-box .year {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .view-history .view-content .views-row .history-subitems .info-box .subtitle {
    font-size: 20px;
    margin-bottom: 1rem;
  }
  .view-history .view-content .views-row .history-subitems .info-box .text {
    font-size: 16px;
  }
  div.ctools-modal-content .modal-content {
    padding: 0;
    margin: 0;
    width: 100% !important;
    height: calc(100% - 10px) !important;
  }
  .node-staff.node-full {
    padding: 10px 25px;
    width: 100%;
  }
  .node-staff.node-full .staff-data {
    margin-top: 1em;
    padding: 5px;
  }
  .node-staff.node-full .staff-data h2.author {
    font-size: 32px;
  }
  .node-staff.node-full .staff-data .author-bio {
    font-size: 18px;
    margin: 1.5rem 0 0;
  }
  .node-staff.node-full .staff-data .field-name-body {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 1rem;
  }
  #modalContent.modal-default .modal-header {
    top: 10px;
    right: 5px;
  }
  .view-kisc-ambassadors {
    padding: 60px 40px 60px;
    margin-top: 60px;
  }
  body.front {
    background-position-y: 60px;
    background-size: 200% auto;
  }
  body.front #main-content {
    margin-top: 100px;
  }
  body.front #node-8 {
    padding: 60px 1.5em 150px;
  }
  .view-recommended-programme {
    padding-top: 30px;
  }
  .view-testimonials .flex-viewport {
    margin-left: 0;
    max-width: 100%;
  }
  div[id*="block-views-testimonials"] .field-type-image {
    float: right;
    margin-left: 1em;
  }
  .fullwidth-in-wrapper,
  body.node-type-job-position .row.tabs-ui-wrapper,
  #block-views-kisc-ambassadors-block,
  [id*='related-activities-block'],
  .view-our-news,
  .view-events-of-the-year,
  .view-recommended-programme,
  ol.search-results {
    background-color: #FFF;
    margin-left: 0;
    padding-left: 0;
    margin-right: 0;
    padding-right: 0;
  }
  .view-recommended-programme {
    margin-left: -15px;
    padding-left: 15px;
    margin-right: -15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 425px) {
  #block-menu-menu-menu-footer {
    display: none;
  }
  .view-header-read-more {
    display: none;
  }
  #main-content {
    margin-top: 45px;
  }
  .not-front .page-title {
    font-size: 32px;
    margin-top: 15px;
    font-weight: 400;
  }
  .not-front .page-subtitle {
    font-size: 28px;
  }
  nav.breadcrumb {
    font-size: 13px;
    margin-bottom: 40px;
  }
  .node-microsite .top-section {
    padding-top: 0;
  }
  .microsite-block .text-block {
    font-size: 16px;
    line-height: 1.4;
    padding-bottom: 2em;
  }
  .microsite-block .text-block h3 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 0.5em;
    margin-top: 1em;
  }
  .view-events-of-the-year {
    padding-top: 20px;
  }
  .view-events-of-the-year .number-wrapper,
  .view-events-of-the-year .subtitle {
    display: none;
  }
  .view-events-of-the-year .node-activity-slider h2 {
    font-size: 32px;
    margin: 60px 0 25px;
  }
  .view-events-of-the-year .node-activity-slider .read-more {
    display: none;
  }
  .view-events-of-the-year .flex-control-nav {
    left: 42%;
    right: auto;
  }
  .infoblock-boxes {
    padding-bottom: 0;
  }
  .material-support-contact,
  .job-applicants-contact {
    margin: 1em 0 3em 0;
  }
  #footer ul.menu li {
    width: 100%;
  }
  #footer {
    padding-top: 45px;
  }
  .node-microsite .top-section h1.page-title,
  .node-microsite .top-section h2.page-subtitle {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .mega-font-outline-wrapper {
    max-height: 65px;
  }
  .mega-font-outline-wrapper .number {
    font-size: 100px;
    line-height: 100px;
  }
  .view-history .view-content .views-row .number {
    font-size: 90px;
    line-height: 100px;
  }
  #block-activit-activit-kisc-numbers-block .numbers-content .counter-block .double-field-first {
    font-size: 42px;
  }
  body.front {
    background-position-y: 30px;
    background-size: 250% auto;
  }
  body.front #node-8 {
    padding: 60px 1em 300px;
  }
  body.front #main-content {
    margin-top: 0;
  }
  .microsite-block .microsite-slider {
    margin: 25px 0 0;
  }
  .offset-photo img {
    width: 600px;
    max-width: unset;
    transform: translateX(-25%);
  }
  .ui-tabs-item-title,
  .ui-tabs .ui-tabs-nav li.accordion-title {
    text-align: center;
    width: 100%;
  }
  .ui-tabs-item-title a,
  .ui-tabs .ui-tabs-nav li.accordion-title a {
    padding-left: 0;
  }
  .view-kisc-ambassadors .view-header h2 {
    font-size: 30px;
  }
  .view-kisc-ambassadors .view-header h3 {
    font-size: 20px;
    margin-bottom: 60px;
  }
  .contacts-block .contact-data {
    margin-top: 3em;
    padding-left: 15px;
  }
  .view-kisc-ambassadors {
    padding: 60px 25px 60px;
    margin-top: 60px;
  }
  div[id*="faq-filter"],
  div[id*="menu-menu-menu-awards"],
  div[id*="menu-menu-menu-applicants"],
  div[id*="activit-news-filter"],
  div[id*="pinkies-filter"],
  div[id*="board-filter"],
  div[id*="material-filter"],
  div[id*="exp-programme-adventure"],
  .activity-table .activity-table-wrapper,
  div[id*="exp-job-vacancies"] {
    margin-left: 0;
    margin-top: 3em;
  }
  .infoblock-boxes .box h3 {
    margin-bottom: 1em;
  }
  .infoblock-boxes .box .text {
    font-size: 16px;
    line-height: 1.25;
  }
  .view-recommended-programme {
    padding-top: 1em;
    padding-bottom: 1em;
    margin-top: -75px;
  }
  .block-instagram-block .content {
    padding: 25px 0 18px 23px;
  }
  .insta-feed-content img {
    width: calc((100%/3) - 11px) !important;
    max-width: 150px;
    height: auto !important;
  }
  .view-our-news {
    padding-top: 30px;
    padding-bottom: 0;
  }
  body.front div[id*="read-more-block"] {
    margin-top: 40px;
    padding-bottom: 50px;
    padding-top: 40px;
  }
  div[id*="block-views-testimonials"] h2 {
    margin-bottom: 0;
  }
  .flexslider ul.slides img {
    max-height: 40vh;
  }
}
@media screen and (max-width: 375px) {
  .view-related-activities .views-row.col-xs-6,
  .view-recommended-programme .views-row.col-xs-6,
  .view-programme-adventure .views-row.col-xs-6 {
    width: 100%;
  }
  div[id*="block-views-testimonials"] .field-type-image {
    float: none;
    margin-left: calc((100% - 130px) / 2);
  }
  .article-slider img {
    width: 100%;
  }
  .view-kisc-ambassadors {
    padding: 40px 0 40px;
    margin-top: 40px;
  }
  .infoblock-boxes .box.col-xs-6 {
    width: 100%;
  }
  .insta-feed-content img {
    width: calc((100%/2) - 15px) !important;
    max-width: 150px;
    height: auto !important;
  }
  .view-kisc-ambassadors .view-content .views-row {
    justify-content: center;
    margin: 0 auto;
    text-align: center;
  }
  .view-kisc-ambassadors .ambassador-item .staff-image {
    max-width: 170px;
  }
  .view-kisc-ambassadors .ambassador-item .staff-image .field-item img {
    z-index: 2;
    position: relative;
    margin: 0 auto;
  }
}
@media print {
  #header,
  .tabs-wrapper,
  .share-links-wrapper,
  .get-me-up.up-up-up,
  .content-bottom-container,
  .bottom-menu-container,
  .social-icons,
  .nicescroll-rails,
  [id*='related-activities-block'],
  .wishlist-form-wrapper {
    display: none !important;
  }
  div[id*="faq-filter"],
  div[id*="menu-menu-menu-awards"],
  div[id*="menu-menu-menu-applicants"],
  div[id*="activit-news-filter"],
  div[id*="pinkies-filter"],
  div[id*="board-filter"],
  div[id*="material-filter"],
  div[id*="exp-programme-adventure"],
  .activity-table .activity-table-wrapper,
  div[id*="exp-job-vacancies"] {
    margin-left: 0;
  }
  div[id*="faq-filter"] h2,
  div[id*="menu-menu-menu-awards"] h2,
  div[id*="menu-menu-menu-applicants"] h2,
  div[id*="activit-news-filter"] h2,
  div[id*="pinkies-filter"] h2,
  div[id*="board-filter"] h2,
  div[id*="material-filter"] h2,
  div[id*="exp-programme-adventure"] h2,
  .activity-table .activity-table-wrapper h2,
  div[id*="exp-job-vacancies"] h2 {
    margin-bottom: 1em;
  }
  div[id*="faq-filter"] h2:after,
  div[id*="menu-menu-menu-awards"] h2:after,
  div[id*="menu-menu-menu-applicants"] h2:after,
  div[id*="activit-news-filter"] h2:after,
  div[id*="pinkies-filter"] h2:after,
  div[id*="board-filter"] h2:after,
  div[id*="material-filter"] h2:after,
  div[id*="exp-programme-adventure"] h2:after,
  .activity-table .activity-table-wrapper h2:after,
  div[id*="exp-job-vacancies"] h2:after {
    display: none;
  }
  .activity-table,
  .activity-gallery-block {
    line-height: normal;
    display: none;
  }
  .activity-body h2,
  .activity-table .activity-table-wrapper h2 {
    font-size: 18px;
    margin-bottom: 0.5em;
  }
  .activity-body .summary,
  .activity-table .activity-table-wrapper .summary {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 1rem;
    max-width: none;
  }
  .activity-body .body,
  .activity-table .activity-table-wrapper .body {
    font-size: 14px;
    line-height: 1.6;
    max-width: none;
  }
  .activity-body .body-blocks > .field,
  .activity-table .activity-table-wrapper .body-blocks > .field {
    margin: 1rem 0 1rem;
  }
  .activity-body .body-blocks > .field .field-label,
  .activity-table .activity-table-wrapper .body-blocks > .field .field-label {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .activity-body .body-blocks > .field .field-items,
  .activity-table .activity-table-wrapper .body-blocks > .field .field-items {
    font-size: 14px;
    line-height: 20px;
  }
  .activity-body .body-blocks > .field .field-items p,
  .activity-table .activity-table-wrapper .body-blocks > .field .field-items p {
    margin-top: 0;
    margin-bottom: 0;
  }
  .activity-body .activity-block .field-label,
  .activity-table .activity-table-wrapper .activity-block .field-label {
    font-size: 14px;
    line-height: 1.4;
  }
  .activity-body .activity-block .field-items,
  .activity-table .activity-table-wrapper .activity-block .field-items {
    font-size: 14px;
    line-height: 1.4;
  }
  .activity-body .activity-block .field-items .field-item,
  .activity-table .activity-table-wrapper .activity-block .field-items .field-item {
    display: inline-block;
  }
  .activity-body .activity-block .field-items .field-item::after,
  .activity-table .activity-table-wrapper .activity-block .field-items .field-item::after {
    content: ", ";
  }
  .activity-body .activity-block .field-items .field-item:last-child::after,
  .activity-table .activity-table-wrapper .activity-block .field-items .field-item:last-child::after {
    content: " ";
  }
  #main-content {
    margin-top: 0;
  }
  .node-type-activity {
    /*.activity-map-block {
      display: none;
    }*/
  }
  .node-type-activity .page-title {
    font-size: 28px;
    line-height: 18px;
  }
  .node-type-activity .field-name-field-photo {
    float: right;
    max-height: 250px;
    overflow: hidden;
    margin-bottom: 2em;
    margin-top: 1em;
    display: none;
  }
  nav.breadcrumb {
    margin-bottom: 0;
  }
  .article-summary,
  .activity-body {
    width: 100%;
    margin: 0;
  }
  .node-article.node-full .article-summary > *,
  .node-job-position.node-full .article-summary > * {
    margin-top: 1em;
    margin-bottom: 1em;
    max-width: 100%;
    line-height: 1.6;
    font-size: 16px;
  }
  .node-article.node-full .image,
  .node-job-position.node-full .image {
    margin-bottom: 2em;
  }
  .article-body {
    width: 100%;
    margin: 1em 0;
  }
  .node-type-article h1.page-title,
  .node-type-job-position h1.page-title {
    font-size: 24px;
  }
  .node-article.node-full .field-name-body,
  .node-job-position.node-full .field-name-body {
    font-size: 14px;
    line-height: 1.6;
  }
  #footer {
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    margin-top: 0;
  }
  #footer .copyright,
  #footer .main-partner-info {
    opacity: 1;
  }
  #footer .copyright-social {
    margin-top: 0;
  }
  #footer .copyright-social div {
    width: 100%;
    margin: 0;
  }
  #footer .copyright-social div.img {
    width: unset;
  }
  #footer .main-partner-logo {
    width: 100px;
    margin: 11px auto 0;
  }
  .print-accordion-title {
    display: block;
    margin-top: 1em;
  }
  body.node-type-job-position h2.page-subtitle,
  body.node-type-job-position nav.breadcrumb,
  body.node-type-job-position .image {
    display: none;
  }
  body.node-type-job-position h1.page-title {
    text-align: left;
  }
  body.node-type-job-position .row.tabs-ui-wrapper {
    margin-top: 1em;
    padding: 0;
    background-color: #FFF;
    margin-left: 0;
    margin-right: 0;
  }
  body.node-type-job-position .col-md-3,
  body.node-type-job-position .col-md-8,
  body.node-type-job-position .col-md-6 {
    width: 100%;
  }
  body.node-type-job-position .col-md-offset-3,
  body.node-type-job-position .col-md-offset-2 {
    margin-left: 0;
  }
  .job-status {
    display: none;
  }
  .node-job-position.node-full .field-name-body {
    font-size: 17px;
  }
  .node-job-position.node-full .field-name-field-numbers-data {
    padding-bottom: 0;
  }
  .node-job-position.node-full .apply.big-blue-button {
    display: none;
  }
  div[id*='views-testimonials-block'] {
    display: none;
  }
  .tabs-ui-wrapper {
    margin-bottom: 2em;
  }
  .tabs-ui-wrapper .ui-tabs-nav {
    display: none;
  }
  .tabs-ui-wrapper .ui-tabs-panel {
    display: block !important;
    padding: 0;
    font-size: 15px;
  }
  .created-by {
    display: none;
  }
}
